additional_plugins/serendipity_event_xmlrpc/lang_cz.inc.php
Grischa Brockhaus f8a4d4daef xml-rpc:
* fixes while testing with WP iOS
* configurable if the interface should fake a WP version when asked
* configurable debug log.
* less dbug, more ob_start, ob_clean
2012-01-15 21:14:20 +01:00

13 lines
645 B
PHP

<?php # lang_cz.inc.php 1.0 2009-06-14 10:42:05 VladaAjgl $
/**
* @version 1.0
* @author Vladimír Ajgl <vlada@ajgl.cz>
* @translated 2009/06/14
*/
@define('PLUGIN_EVENT_XMLRPC_NAME', 'Posílání pøíspìvkù pomocí XML-RPC');
@define('PLUGIN_EVENT_XMLRPC_DESC', 'Umo¾òuje posílat/editovat pøíspìvky pomocí XML-RPC API (MT, Blogger, WordPress Endpoints)');
@define('PLUGIN_EVENT_XMLRPC_GMT', 'Pou¾ívat èas ve formátu GMT');
@define('PLUGIN_EVENT_XMLRPC_DEFAULTCAT', 'Výchozí kategorie');
@define('PLUGIN_EVENT_XMLRPC_DEFAULTCAT_DESC', 'Upøesnìte výchozí kategorii, kam se mají umístit poslané pøíspìvky, pokud u nich není zadána kategorie.');