mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 02:42:40 +02:00
#220 - First batch of forum LAN rewrite: forum, viewforum, viewtopic and post are done. Work in progress! (#6)
This commit is contained in:
@@ -1,48 +1,44 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/English.php,v $
|
||||
| $Revision$
|
||||
| $Date$
|
||||
| $Author$
|
||||
+----------------------------------------------------------------------------+
|
||||
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* English language file - generic terms and system LAN
|
||||
*
|
||||
*/
|
||||
setlocale(LC_ALL, 'en_GB.UTF-8', 'en_GB.utf8', 'eng_eng.utf8', 'en');
|
||||
define('CORE_LC', 'en');
|
||||
define('CORE_LC2', 'gb');
|
||||
define("CORE_LC", "en");
|
||||
define("CORE_LC2", "gb");
|
||||
// define("TEXTDIRECTION","rtl");
|
||||
// deprecated: all language packs must be UTF-8
|
||||
//define('CHARSET', 'utf-8'); // for a true multi-language site. :)
|
||||
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.");
|
||||
//obsolete define('CORE_LAN2'," \\1 wrote:");// "\\1" represents the username.
|
||||
//obsolete define('CORE_LAN3', 'file attachment disabled'); // Not used in 0.8
|
||||
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.');
|
||||
//define("CHARSET", "utf-8"); // for a true multi-language site. :)
|
||||
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.");
|
||||
//obsolete define("CORE_LAN2'," \\1 wrote:");// "\\1" represents the username.
|
||||
//obsolete define("CORE_LAN3", "file attachment disabled"); // Not used in 0.8
|
||||
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.");
|
||||
|
||||
// Footer
|
||||
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: ');
|
||||
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: ");
|
||||
|
||||
// img.bb
|
||||
define('CORE_LAN17', '[ image disabled ]');
|
||||
define('CORE_LAN18', 'Image: ');
|
||||
define("CORE_LAN17", "[ image disabled ]");
|
||||
define("CORE_LAN18", "Image: ");
|
||||
|
||||
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');
|
||||
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");
|
||||
|
||||
define("EMESSLAN_TITLE_INFO", "System Information");
|
||||
define("EMESSLAN_TITLE_ERROR", "Error");
|
||||
@@ -50,20 +46,22 @@ define("EMESSLAN_TITLE_SUCCESS", "Success");
|
||||
define("EMESSLAN_TITLE_WARNING", "Warning");
|
||||
define("EMESSLAN_TITLE_DEBUG", "System Debug");
|
||||
|
||||
define('LAN_MORE', 'More..');
|
||||
|
||||
define('LAN_WARNING', 'Warning!');
|
||||
define('LAN_ERROR', 'Error');
|
||||
define('LAN_ANONYMOUS', 'Anonymous');
|
||||
define('LAN_EMAIL_SUBS', '-email-');
|
||||
define('LAN_YES', 'Yes');
|
||||
define('LAN_NO', 'No');
|
||||
define('LAN_OK', 'OK');
|
||||
define('LAN_CONTINUE', 'Continue');
|
||||
define('LAN_ENTER', 'Enter');
|
||||
define('LAN_HOOKS', 'Hooks');
|
||||
define('LAN_ENTER_CODE', "Enter code");
|
||||
define('LAN_INVALID_CODE', "Incorrect code entered.");
|
||||
|
||||
|
||||
define("LAN_MORE", "More..");
|
||||
define("LAN_GOPAGE", "Go to page");
|
||||
define("LAN_GO", "Go");
|
||||
define("LAN_NONE", "None");
|
||||
define("LAN_WARNING", "Warning!");
|
||||
define("LAN_ERROR", "Error");
|
||||
define("LAN_ANONYMOUS", "Anonymous");
|
||||
define("LAN_EMAIL_SUBS", "-email-");
|
||||
define("LAN_YES", "Yes");
|
||||
define("LAN_NO", "No");
|
||||
define("LAN_OK", "OK");
|
||||
define("LAN_CONTINUE", "Continue");
|
||||
define("LAN_ENTER", "Enter");
|
||||
define("LAN_HOOKS", "Hooks");
|
||||
define("LAN_ENTER_CODE", "Enter code");
|
||||
define("LAN_INVALID_CODE", "Incorrect code entered.");
|
||||
define("LAN_SEARCH", "Search");
|
||||
|
||||
?>
|
@@ -1,14 +1,13 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2008-2010 e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id$
|
||||
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Nexptrev Shortcode Language File
|
||||
*/
|
||||
|
||||
define('NP_1', 'Previous page');
|
||||
define('NP_2', 'Next page');
|
||||
define('NP_3', 'Go to page');
|
||||
//define('NP_3', 'Go to page'); // Generic
|
||||
|
||||
// 0.8
|
||||
define('LAN_NP_FIRST', 'first');
|
||||
|
@@ -1,13 +1,9 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_search.php,v $
|
||||
| $Revision$
|
||||
| $Date$
|
||||
| $Author$
|
||||
+----------------------------------------------------------------------------+
|
||||
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Language file - Search
|
||||
*
|
||||
*/
|
||||
|
||||
define("PAGE_NAME", "Search");
|
||||
@@ -38,7 +34,7 @@ define("LAN_SEARCH_6", "Match found in extended news text");
|
||||
define("LAN_SEARCH_7", "Posted by ");
|
||||
define("LAN_SEARCH_8", " on ");
|
||||
define("LAN_SEARCH_9", "Untitled");
|
||||
define("LAN_SEARCH_10", "Go to page:");
|
||||
//define("LAN_SEARCH_10", "Go to page:"); // Generic
|
||||
define("LAN_SEARCH_11", "Results");
|
||||
define("LAN_SEARCH_12", " of ");
|
||||
define("LAN_SEARCH_13", " in ");
|
||||
|
Reference in New Issue
Block a user