mirror of
https://github.com/e107inc/e107.git
synced 2025-02-15 12:05:23 +01:00
43 lines
2.0 KiB
PHP
43 lines
2.0 KiB
PHP
<?php
|
|
/*
|
|
+ -----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/metaweblog/languages/English.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
| Italian Translation: e107 Italian Team http://www.e107it.org
|
|
+-----------------------------------------------------------------------------+
|
|
*/
|
|
define("XMLRPC_ADMIN_001", "Main Menu");
|
|
// define("XMLRPC_ADMIN_002", "Configuration"); use common e107 LANS: LAN_CONFIGURATION
|
|
// define("XMLRPC_ADMIN_003", "Admin");
|
|
// define("XMLRPC_ADMIN_004", "Options"); LAN_OPTIONS
|
|
// define("XMLRPC_ADMIN_005", "Prefs"); LAN_PREFS
|
|
|
|
define("XMLRPC_CONFIG_001", "Metaweblog :: Configuration");
|
|
|
|
define("XMLRPC_PREFS_001", "eXMLRPC - Options");
|
|
define("XMLRPC_PREFS_002", "eXMLRPC");
|
|
define("XMLRPC_PREFS_003", "News render type (0,1,2,3)");
|
|
define("XMLRPC_PREFS_004", "Upload directory (e_FILE/)");
|
|
define("XMLRPC_PREFS_005", "Blog ID for client");
|
|
define("XMLRPC_PREFS_006", "Blog Name for client");
|
|
|
|
define("XMLRPC_HELP_001", "Instructions");
|
|
define("XMLRPC_HELP_010", "General");
|
|
define("XMLRPC_HELP_011", "This plugin itself does nothing! It's only for settings some XMLRPC varibles. Point your XMLRPC client (eg: Windows Live Writer) to <strong>".SITEURL."metaweblog.php</strong> and fill out the requested values. Warning! This plugin is experimental!");
|
|
define("XMLRPC_HELP_020", "Plugin title");
|
|
define("XMLRPC_HELP_021", "No matter plugin does not output");
|
|
define("XMLRPC_HELP_030", "News render type");
|
|
define("XMLRPC_HELP_031", "Important! Default news render type");
|
|
define("XMLRPC_HELP_040", "Upload folder for files");
|
|
define("XMLRPC_HELP_041", "It's always a folder inside e107_files!");
|
|
define("XMLRPC_HELP_050", "Blog ID for client");
|
|
define("XMLRPC_HELP_051", "Blog Id for XMLRPC client (any string you want)");
|
|
define("XMLRPC_HELP_060", "Blog Name for client");
|
|
define("XMLRPC_HELP_061", "Blog Name for XMLRPC client (any string you want)");
|
|
|
|
?>
|