2006-12-02 04:36:16 +00:00
< ? php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File .
|
| $Source : / cvs_backup / e107_0 . 8 / e107_languages / English / English . php , v $
2010-02-10 18:18:01 +00:00
| $Revision $
| $Date $
| $Author $
2006-12-02 04:36:16 +00:00
+----------------------------------------------------------------------------+
*/
2009-08-15 13:23:10 +00:00
setlocale ( LC_ALL , 'en_GB.UTF-8' , 'en_GB.utf8' , 'eng_eng.utf8' , 'en' );
2008-12-28 22:37:43 +00:00
define ( 'CORE_LC' , 'en' );
define ( 'CORE_LC2' , 'gb' );
2006-12-02 04:36:16 +00:00
// define("TEXTDIRECTION","rtl");
2009-07-19 11:44:30 +00:00
// deprecated: all language packs must be UTF-8
//define('CHARSET', 'utf-8'); // for a true multi-language site. :)
2008-12-28 22:37:43 +00:00
define ( 'CORE_LAN1' , " Error : theme is missing. \\ n \\ nChange the used themes in your preferences (admin area) or upload files for the current theme to the server. " );
2009-07-18 15:53:43 +00:00
//obsolete define('CORE_LAN2'," \\1 wrote:");// "\\1" represents the username.
//obsolete define('CORE_LAN3', 'file attachment disabled'); // Not used in 0.8
2008-12-28 22:37:43 +00:00
define ( 'CORE_LAN4' , 'Please delete install.php from your server' );
define ( 'CORE_LAN5' , 'if you do not there is a potential security risk to your website' );
define ( 'CORE_LAN6' , 'The flood protection on this site has been activated and you are warned that if you carry on requesting pages you could be banned.' );
define ( 'CORE_LAN7' , 'Core is attempting to restore prefs from automatic backup.' );
define ( 'CORE_LAN8' , 'Core Prefs Error' );
define ( 'CORE_LAN9' , 'Core could not restore from automatic backup. Execution halted.' );
define ( 'CORE_LAN10' , 'Corrupted cookie detected - logged out.' );
2006-12-02 04:36:16 +00:00
2007-08-13 19:56:46 +00:00
// Footer
2008-12-28 22:37:43 +00:00
define ( 'CORE_LAN11' , 'Render time: ' );
define ( 'CORE_LAN12' , ' sec (' );
define ( 'CORE_LAN13' , '% of that for queries) ' );
define ( 'CORE_LAN14' , '%2.3f cpu sec (%2.2f%% load, %2.3f startup). Clock: ' );
define ( 'CORE_LAN15' , 'DB queries: ' );
define ( 'CORE_LAN16' , 'Memory: ' );
2007-08-13 19:56:46 +00:00
2008-10-15 21:23:51 +00:00
// img.bb
define ( 'CORE_LAN17' , '[ image disabled ]' );
define ( 'CORE_LAN18' , 'Image: ' );
2008-12-28 22:37:43 +00:00
define ( 'CORE_LAN_B' , 'B' );
define ( 'CORE_LAN_KB' , 'kB' );
define ( 'CORE_LAN_MB' , 'MB' );
define ( 'CORE_LAN_GB' , 'GB' );
define ( 'CORE_LAN_TB' , 'TB' );
2007-08-13 19:56:46 +00:00
2013-05-01 00:10:06 +02:00
define ( 'LAN_MORE' , 'More..' );
2006-12-02 04:36:16 +00:00
2008-12-21 22:17:05 +00:00
define ( 'LAN_WARNING' , 'Warning!' );
define ( 'LAN_ERROR' , 'Error' );
define ( 'LAN_ANONYMOUS' , 'Anonymous' );
define ( 'LAN_EMAIL_SUBS' , '-email-' );
2008-11-09 18:00:32 +00:00
define ( 'LAN_YES' , 'Yes' );
define ( 'LAN_NO' , 'No' );
2008-12-28 22:37:43 +00:00
define ( 'LAN_OK' , 'OK' );
2008-12-21 22:17:05 +00:00
define ( 'LAN_CONTINUE' , 'Continue' );
2008-12-28 22:37:43 +00:00
define ( 'LAN_ENTER' , 'Enter' );
2008-12-29 20:51:24 +00:00
define ( 'LAN_HOOKS' , 'Hooks' );
2012-06-13 04:58:43 +00:00
define ( 'LAN_ENTER_CODE' , " Enter code " );
define ( 'LAN_INVALID_CODE' , " Incorrect code entered. " );
2006-12-02 04:36:16 +00:00