2006-12-02 04:36:16 +00:00
< ? php
/*
2013-03-21 13:39:11 +01:00
* Copyright ( C ) 2008 - 2013 e107 Inc ( e107 . org ), Licensed under GNU GPL ( http :// www . gnu . org / licenses / gpl . txt )
2008-12-15 17:03:25 +00:00
*
* Admin Language File
*
2006-12-02 04:36:16 +00:00
*/
2013-10-29 18:41:02 -07:00
define ( " LANG_LAN_00 " , " [x] could not be created (already exists). " );
define ( " LANG_LAN_01 " , " [x] was deleted (if existing) and created. " );
define ( " LANG_LAN_02 " , " [x] couldn't be deleted. " );
2013-03-21 13:39:11 +01:00
define ( " LANG_LAN_03 " , " Tables " );
2016-10-10 20:06:43 +01:00
define ( " LANG_LAN_04 " , " Deprecated LANs " );
2013-03-21 13:39:11 +01:00
define ( " LANG_LAN_05 " , " Not Installed " );
2006-12-02 04:36:16 +00:00
define ( " LANG_LAN_06 " , " Create tables " );
define ( " LANG_LAN_07 " , " Drop existing tables? " );
define ( " LANG_LAN_08 " , " Replace existing tables (data will be lost). " );
define ( " LANG_LAN_11 " , " Delete unchecked tables above (if they exist). " );
2015-07-09 19:24:59 -07:00
define ( " LANG_LAN_12 " , " Multi-Language Database Tables " );
2006-12-02 04:36:16 +00:00
define ( " LANG_LAN_13 " , " Language Preferences " );
define ( " LANG_LAN_14 " , " Default Site Language " );
define ( " LANG_LAN_15 " , " Tick to copy data from the default language. (Useful for links, news-categories, etc.) " );
define ( " LANG_LAN_16 " , " Multi-language Database Usage " );
define ( " LANG_LAN_17 " , " Default Language - No additional tables required. " );
2007-09-20 21:45:33 +00:00
define ( " LANG_LAN_18 " , " Use Parked Subdomains with these domains to set site Language: " );
define ( " LANG_LAN_19 " , " e.g. The domain fr.mydomain.com would set the language to French. " );
define ( " LANG_LAN_20 " , " Enter one domain per line. eg. mydomain.com etc. or leave blank to disable. " );
2006-12-02 04:36:16 +00:00
2009-09-08 23:53:13 +00:00
define ( " LANG_LAN_21 " , " Language-Packs " );
2015-07-11 14:11:56 -07:00
2007-04-11 22:29:34 +00:00
define ( " LANG_LAN_25 " , " Language-Pack Creation Status " );
2013-03-21 13:39:11 +01:00
define ( " LANG_LAN_26 " , " Load language files only for current language " );
define ( " LANG_LAN_27 " , " If checked, and a required language cannot be found, there will be an error " );
2016-10-10 20:06:43 +01:00
define ( " LANG_LAN_28 " , " Check this box if you're an [e107 certified translator]. " );
2013-10-27 21:28:40 -07:00
define ( " LANG_LAN_EML " , " Please email your language pack to: " );
define ( " LANG_LAN_32 " , " Installed Languages " );
define ( " LANG_LAN_33 " , " Display only errors during verification " );
2013-07-17 03:01:46 -07:00
define ( " LANG_LAN_50 " , " Admin-Area Interface Language " );
2013-10-29 18:41:02 -07:00
define ( " LANG_LAN_100 " , " [x] deleted. " );
define ( " LANG_LAN_101 " , " [x] could not be deleted. " );
define ( " LANG_LAN_103 " , " [x] created. " );
define ( " LANG_LAN_104 " , " [x] was disabled but left intact. " );
define ( " LANG_LAN_105 " , " Delete all tables in [x]? " );
2013-10-27 21:28:40 -07:00
2015-05-01 12:46:46 +02:00
define ( " LANG_LAN_106 " , " Language by Domain Name " );
define ( " LANG_LAN_107 " , " Domain determines the site's language. Enter domain without the 'www.' " );
2015-07-10 14:25:16 -07:00
2015-05-01 12:46:46 +02:00
define ( " LANG_LAN_121 " , " Couldn't Load: " );
define ( " LANG_LAN_124 " , " Definition " );
define ( " LANG_LAN_126 " , " Disable All Unused " );
define ( " LANG_LAN_130 " , " Common Term " );
define ( " LANG_LAN_131 " , " Missing from language file " );
define ( " LANG_LAN_132 " , " is a common phrase. " );
define ( " LANG_LAN_133 " , " Use " );
define ( " LANG_LAN_134 " , " instead. " );
2016-10-10 20:06:43 +01:00
define ( " LANG_LAN_135 " , " Overwriting " );
define ( " LANG_LAN_136 " , " Couldn't overwrite " );
define ( " LANG_LAN_137 " , " Processed " );
define ( " LANG_LAN_140 " , " Hold down CTRL key to select multiple.[br]e.g. To check [b]lan_signup.php[/b] you'll want to also select [b]signup_shortcodes.php[/b] and [b]signup_template.php[/b]. " );
define ( " LANG_LAN_141 " , " Select Script... " );
define ( " LANG_LAN_142 " , " Auto-Detect " );
define ( " LANG_LAN_143 " , " Specific LAN file: " );
define ( " LANG_LAN_144 " , " Must be re-enabled " );
define ( " LANG_LAN_149 " , " Value " );
define ( " LANG_LAN_150 " , " [b]Search ENTIRE core before commenting out ANY LAN from ANY language file.[/b] " );
?>