mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
new module creation
This commit is contained in:
39
e107_languages/English/English.php
Normal file
39
e107_languages/English/English.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/English.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:38 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
setlocale(LC_ALL, 'en');
|
||||
define("CORE_LC", 'en');
|
||||
define("CORE_LC2", 'gb');
|
||||
// define("TEXTDIRECTION","rtl");
|
||||
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 of the current theme on the server.");
|
||||
|
||||
//v.616
|
||||
define("CORE_LAN2"," \\1 wrote:");// "\\1" represents the username.
|
||||
define("CORE_LAN3","file attachment disabled");
|
||||
|
||||
//v0.7+
|
||||
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");
|
||||
|
||||
// v0.7.6
|
||||
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("LAN_WARNING", "Warning!");
|
||||
define("LAN_ERROR", "Error");
|
||||
define("LAN_ANONYMOUS", "Anonymous");
|
||||
|
||||
?>
|
26
e107_languages/English/admin/help/administrator.php
Normal file
26
e107_languages/English/admin/help/administrator.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/administrator.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$caption = "Site Admin Help";
|
||||
$text = "Use this page to edit the preferences for, or delete site administrators. The administrator will only have permission to access the features that are ticked.<br /><br />
|
||||
To create a new admin go to the user config page and update an existing user to admin status.";
|
||||
$ns -> tablerender($caption, $text);
|
||||
?>
|
27
e107_languages/English/admin/help/article.php
Normal file
27
e107_languages/English/admin/help/article.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/article.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "From this page you can add single or multi-page articles.<br />
|
||||
For a multi-page article separate each page with the text [newpage], i.e. <br /><code>Test1 [newpage] Test2</code><br /> would create a two page article with 'Test1' on page 1 and 'Test2' on page 2.
|
||||
<br /><br />
|
||||
If your article contains HTML tags that you wish to preserve, enclose the code with [html] [/html]. For example, if you entered the text '<table><tr><td>Hello </td></tr></table>' in your article, a table would be shown containing the word hello. If you entered '[html]<table><tr><td>Hello </td></tr></table>[/html]' the code as you entered it would be shown and not the table that the code generates.";
|
||||
$ns -> tablerender("Article Help", $text);
|
||||
?>
|
32
e107_languages/English/admin/help/banlist.php
Normal file
32
e107_languages/English/admin/help/banlist.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/banlist.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$caption = "Banning users from your site";
|
||||
$text = "You can ban users from your site at this screen.<br />
|
||||
Either enter their full IP address or use a wildcard to ban a range of IP addresses. You can also enter an email address to stop a user registering as a member on your site.<br /><br />
|
||||
<b>Banning by IP address:</b><br />
|
||||
Entering the IP address 123.123.123.123 will stop the user with that address visiting your site.<br />
|
||||
Entering the IP address 123.123.123.* will stop anyone in that IP range from visiting your site.<br /><br />
|
||||
<b>Banning by email address</b><br />
|
||||
Entering the email address foo@bar.com will stop anyone using that email address from registering as a member on your site.<br />
|
||||
Entering the email address *@bar.com will stop anyone using that email domain from registering as a member on your site.";
|
||||
$ns -> tablerender($caption, $text);
|
||||
?>
|
25
e107_languages/English/admin/help/cache.php
Normal file
25
e107_languages/English/admin/help/cache.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/cache.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$caption = "Caching";
|
||||
$text = "If you have caching turned on it will vastly improve speed on your site and minimize the amount of calls to the sql database.<br /><br /><b>IMPORTANT! If you are making your own theme turn caching off as any changes you make will not be reflected.</b>";
|
||||
$ns -> tablerender($caption, $text);
|
||||
?>
|
25
e107_languages/English/admin/help/chatbox.php
Normal file
25
e107_languages/English/admin/help/chatbox.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/chatbox.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "Set your chatbox preferences from here.<br />If the replace link box is ticked, any links entered will be replaced by the text you enter in the textbox, this stops long links causing display problems. Wordwrap will auto wrap text that is longer than the length specified here.";
|
||||
|
||||
$ns -> tablerender("Chatbox", $text);
|
||||
?>
|
25
e107_languages/English/admin/help/content.php
Normal file
25
e107_languages/English/admin/help/content.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/content.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "You can add a normal page to your site using this feature. A link to the new page will be created in your main site navigation box. For example, if you create a new page with the Link Name 'Test', a link called 'Test' will appear in your links box after submitting the new page.<br />
|
||||
If you want your content page to have a caption, enter it in the Page Heading box.";
|
||||
$ns -> tablerender("Content Help", $text);
|
||||
?>
|
26
e107_languages/English/admin/help/cpage.php
Normal file
26
e107_languages/English/admin/help/cpage.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/cpage.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "From this screen you can create custom menus or custom pages with your own content in them.<br /><br />";
|
||||
// $text .= "Please see <a href='http://docs.e107.org/Using Custom Pages and Custom Menus'>http://docs.e107.org/Using Custom Pages and Custom Menus</a> for an explanation of all the features.";
|
||||
|
||||
$ns -> tablerender(CUSLAN_18, $text);
|
||||
?>
|
26
e107_languages/English/admin/help/custommenu.php
Normal file
26
e107_languages/English/admin/help/custommenu.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/custommenu.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "From this screen you can create custom menus or custom pages with your own content in them.<br /><br />
|
||||
Please see <a href='http://docs.e107.org?Custom Pages'>http://docs.e107.org?Custom Pages</a>";
|
||||
|
||||
$ns -> tablerender(CUSLAN_18, $text);
|
||||
?>
|
24
e107_languages/English/admin/help/db.php
Normal file
24
e107_languages/English/admin/help/db.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/db.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "These collection of tools allow you to manage your database.";
|
||||
$ns -> tablerender("Database Tools", $text);
|
||||
?>
|
26
e107_languages/English/admin/help/download.php
Normal file
26
e107_languages/English/admin/help/download.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/download.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "Please upload your files into the ".e_FILE."downloads folder, your images into the ".e_FILE."downloadimages folder and thumbnail images into the ".e_FILE."downloadthumbs folder.
|
||||
<br /><br />
|
||||
To submit a download, first create a parent, then create a category under that parent, you will then be able to make the download available.";
|
||||
$ns -> tablerender("Download Help", $text);
|
||||
?>
|
26
e107_languages/English/admin/help/emoticon.php
Normal file
26
e107_languages/English/admin/help/emoticon.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/emoticon.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "With emoticons activated, standard smiley text strings will be replaced by their
|
||||
respective emoticon images throughout the content in your site.";
|
||||
|
||||
$ns -> tablerender("Emoticon Help", $text);
|
||||
?>
|
51
e107_languages/English/admin/help/fileinspector.php
Normal file
51
e107_languages/English/admin/help/fileinspector.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/fileinspector.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "<div style='margin-left: 0px; margin-bottom: 1px; margin-top: 2px; vertical-align: top; white-space: nowrap'>
|
||||
<img src='".e_IMAGE."fileinspector/file_core.png' alt='".$dir."' style='margin-left: 3px; width: 16px; height: 16px' /> Core File</div>
|
||||
<div style='margin-left: 0px; margin-bottom: 1px; margin-top: 2px; vertical-align: top; white-space: nowrap'>
|
||||
<img src='".e_IMAGE."fileinspector/file_warning.png' alt='".$dir."' style='margin-left: 3px; width: 16px; height: 16px' /> Known Insecurity</div>
|
||||
<div style='margin-left: 0px; margin-bottom: 1px; margin-top: 2px; vertical-align: top; white-space: nowrap'>
|
||||
<img src='".e_IMAGE."fileinspector/file_check.png' alt='".$dir."' style='margin-left: 3px; width: 16px; height: 16px' /> Core File (Integrity Pass)</div>
|
||||
<div style='margin-left: 0px; margin-bottom: 1px; margin-top: 2px; vertical-align: top; white-space: nowrap'>
|
||||
<img src='".e_IMAGE."fileinspector/file_fail.png' alt='".$dir."' style='margin-left: 3px; width: 16px; height: 16px' /> Core File (Integrity Fail)</div>
|
||||
<div style='margin-left: 0px; margin-bottom: 1px; margin-top: 2px; vertical-align: top; white-space: nowrap'>
|
||||
<img src='".e_IMAGE."fileinspector/file_uncalc.png' alt='".$dir."' style='margin-left: 3px; width: 16px; height: 16px' /> Core File (Incalculable)</div>
|
||||
<div style='margin-left: 0px; margin-bottom: 1px; margin-top: 2px; vertical-align: top; white-space: nowrap'>
|
||||
<img src='".e_IMAGE."fileinspector/file_missing.png' alt='".$dir."' style='margin-left: 3px; width: 16px; height: 16px' /> Missing Core File</div>
|
||||
<div style='margin-left: 0px; margin-bottom: 1px; margin-top: 2px; vertical-align: top; white-space: nowrap'>
|
||||
<img src='".e_IMAGE."fileinspector/file_old.png' alt='".$dir."' style='margin-left: 3px; width: 16px; height: 16px' /> Old Core File</div>
|
||||
<div style='margin-left: 0px; margin-bottom: 1px; margin-top: 2px; vertical-align: top; white-space: nowrap'>
|
||||
<img src='".e_IMAGE."fileinspector/file_unknown.png' alt='".$dir."' style='margin-left: 3px; width: 16px; height: 16px' /> Non Core File</div>";
|
||||
$ns -> tablerender("File Key", $text);
|
||||
|
||||
$text = "The file inspector scans and analyses the files on your sites server. When the inspector encounters
|
||||
an e107 core file, it checks it for file consistency to make sure it isn't corrupted.";
|
||||
|
||||
if ($pref['developer']) {
|
||||
$text .= "<br /><br />
|
||||
The additional string matching tool (developer mode only) enables you to scan the files on your server for text strings
|
||||
using regular expressions. The regex engine in use is PHP's <a href='http://php.net/pcre'>PCRE</a>
|
||||
(the preg_* functions), so enter your query as #pattern#modifiers in the fields provided.";
|
||||
}
|
||||
|
||||
$ns -> tablerender("File Inspector Help", $text);
|
||||
?>
|
24
e107_languages/English/admin/help/filemanager.php
Normal file
24
e107_languages/English/admin/help/filemanager.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/filemanager.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "You are able to manage the files in your /files directory from this page. If you are getting an error message about permissions when uploading please CHMOD the directory you are attempting to upload into to 777.";
|
||||
$ns -> tablerender("File Manager Help", $text);
|
||||
?>
|
43
e107_languages/English/admin/help/forum.php
Normal file
43
e107_languages/English/admin/help/forum.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/forum.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$caption = "Forum Help";
|
||||
$text = "<b>General</b><br />
|
||||
Use this screen to create or edit your forums<br />
|
||||
<br />
|
||||
<b>Parents/Forums</b><br />
|
||||
A parent is a heading that other forums are displayed under, this makes layout simpler and makes navigating around your forums much simpler for visitors.
|
||||
<br /><br />
|
||||
<b>Accessibility</b>
|
||||
<br />
|
||||
You can set your forums to only be accessible to certain visitors. Once you have set the 'class' of the visitors you can tick the
|
||||
class to only allow those visitors access to the forum. You can set parents or individual forums up in this way.
|
||||
<br /><br />
|
||||
<b>Moderators</b>
|
||||
<br />
|
||||
Tick the names of the listed administrators to give them moderator status on the forum. The administrator must have forum moderation permissions to be listed here.
|
||||
<br /><br />
|
||||
<b>Ranks</b>
|
||||
<br />
|
||||
Set your user ranks from here. If the image fields are filled in, images will be used, to use rank names enter the names and make sure the corresponding rank image field is blank.<br />The threshold is the number of points the user needs to gain before his level changes.";
|
||||
$ns -> tablerender($caption, $text);
|
||||
unset($text);
|
||||
?>
|
25
e107_languages/English/admin/help/frontpage.php
Normal file
25
e107_languages/English/admin/help/frontpage.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/frontpage.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$caption = "Front Page Help";
|
||||
$text = "From this screen you can choose what to display as the front page of your site, the default is news.";
|
||||
$ns -> tablerender($caption, $text);
|
||||
?>
|
24
e107_languages/English/admin/help/image.php
Normal file
24
e107_languages/English/admin/help/image.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/image.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "From here you can allow / disallow the ability for users to post images on the site, set resize method and view uploaded avatars.";
|
||||
$ns -> tablerender("Images Help", $text);
|
||||
?>
|
0
e107_languages/English/admin/help/index.html
Normal file
0
e107_languages/English/admin/help/index.html
Normal file
24
e107_languages/English/admin/help/language.php
Normal file
24
e107_languages/English/admin/help/language.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/language.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "Setting a new language will allow you to have a version of your content in that language on your site.";
|
||||
$ns -> tablerender("Language Help", $text);
|
||||
?>
|
24
e107_languages/English/admin/help/link_category.php
Normal file
24
e107_languages/English/admin/help/link_category.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/link_category.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "You can separate your links into different categories, this makes navigating the main Links page much easier and improves layout.<br /><br />Any link entered under the Main category will be displayed in your main navigation menu.";
|
||||
$ns -> tablerender("Link Category Help", $text);
|
||||
?>
|
26
e107_languages/English/admin/help/links.php
Normal file
26
e107_languages/English/admin/help/links.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/links.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "Enter all your site links here. Links added here will be shown in your main navigation menu, for other links please use the Links Page plugin.
|
||||
<br />
|
||||
";
|
||||
$ns -> tablerender("Links Help", $text);
|
||||
?>
|
30
e107_languages/English/admin/help/list_menu_conf.php
Normal file
30
e107_languages/English/admin/help/list_menu_conf.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/list_menu_conf.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "In this section you can configure 3 menus<br>
|
||||
<b> New Articles Menu</b> <br>
|
||||
Enter a number for example '5' in the first field to show the first 5 articles, leave empty to see all, You configure what the title of the link should be to the rest of the articles in the second field, when you leave this last option empty it won't create a link, for example: 'All articles'<br>
|
||||
<b> Comments/Forum Menu</b> <br>
|
||||
The number of comments default to 5, the number of characters default to 10000. The postfix is for if a line is too long it will cut it off and append this postfix to the end, a good choice for this is '...', check original topics if you want to see those in the overview.<br>
|
||||
|
||||
";
|
||||
$ns -> tablerender("Menu Configuration Help", $text);
|
||||
?>
|
24
e107_languages/English/admin/help/mailout.php
Normal file
24
e107_languages/English/admin/help/mailout.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/mailout.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "Use this page to configure your mail settings for site-wide mailing functions. The mail out form also allows you to send out a mail-shot to all your users.";
|
||||
$ns -> tablerender("Mail Help", $text);
|
||||
?>
|
56
e107_languages/English/admin/help/menus.php
Normal file
56
e107_languages/English/admin/help/menus.php
Normal file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/menus.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if(!defined('e107_INIT')){ die("Unauthorised Access");}
|
||||
if (!getperms("2")) {
|
||||
header("location:".e_BASE."index.php");
|
||||
exit;
|
||||
}
|
||||
global $sql;
|
||||
if(isset($_POST['reset'])){
|
||||
for($mc=1;$mc<=5;$mc++){
|
||||
$sql -> db_Select("menus","*", "menu_location='".$mc."' ORDER BY menu_order");
|
||||
$count = 1;
|
||||
$sql2 = new db;
|
||||
while(list($menu_id, $menu_name, $menu_location, $menu_order) = $sql-> db_Fetch()){
|
||||
$sql2 -> db_Update("menus", "menu_order='$count' WHERE menu_id='$menu_id' ");
|
||||
$count++;
|
||||
}
|
||||
$text = "<b>Menus reset in database</b><br /><br />";
|
||||
}
|
||||
}else{
|
||||
unset($text);
|
||||
}
|
||||
|
||||
$text .= "
|
||||
You can arrange where and in which order your menu items are from here.
|
||||
Use the dropdown menu to move the menus up and down until you are satisfied with their positioning.
|
||||
<br />
|
||||
<br />
|
||||
If you find the menus are not updating properly click on the refresh button.
|
||||
<br />
|
||||
<form method='post' id='menurefresh' action='".$_SERVER['PHP_SELF']."'>
|
||||
<div><input type='submit' class='button' name='reset' value='Refresh' /></div>
|
||||
</form>
|
||||
<br />
|
||||
<div class='indent'><span style='color:red'>*</span> indicates menu visibility has been modified</div>
|
||||
";
|
||||
|
||||
$ns -> tablerender("Menus Help", $text);
|
||||
?>
|
28
e107_languages/English/admin/help/menus2.php
Normal file
28
e107_languages/English/admin/help/menus2.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/menus2.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$caption = "Menu Help";
|
||||
$text .= "You can arrange where and in which order your menu items are displayed from here. Use the arrows to move the menus up and down until you are satisfied with their positioning.<br />
|
||||
The menu items in the middle of the screen are de-activated; you can activate these by choosing a location to put them in.
|
||||
";
|
||||
|
||||
$ns -> tablerender("Menus Help", $text);
|
||||
?>
|
25
e107_languages/English/admin/help/meta.php
Normal file
25
e107_languages/English/admin/help/meta.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/meta.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "Any meta tags you enter here will be sent to screen in the right place.";
|
||||
|
||||
$ns -> tablerender("Meta Tags", $text);
|
||||
?>
|
24
e107_languages/English/admin/help/news_category.php
Normal file
24
e107_languages/English/admin/help/news_category.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/news_category.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "You can separate your news items into different categories, and allow visitors to display only the news items in those categories. <br /><br />Upload your news icon images either ".e_THEME."-yourtheme-/images/ or themes/shared/newsicons/.";
|
||||
$ns -> tablerender("News Category Help", $text);
|
||||
?>
|
25
e107_languages/English/admin/help/newsfeed.php
Normal file
25
e107_languages/English/admin/help/newsfeed.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/newsfeed.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "You can retrieve and parse other site's backend RSS news feeds and display them on your own site from here.<br />Enter the full path URL to the backend (ie http://e107.org/news.xml). You can add a path to an image if you don't like the default one, or it isn't defined. You can activate and de-activate the backend if the site goes down for instance.<br /><br />To see the headlines on your site, make sure the headlines_menu is activated from your menus page.";
|
||||
|
||||
$ns -> tablerender("Headlines", $text);
|
||||
?>
|
36
e107_languages/English/admin/help/newspost.php
Normal file
36
e107_languages/English/admin/help/newspost.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/newspost.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$caption = "Newspost Help";
|
||||
$text = "<b>General</b><br />
|
||||
Body will be displayed on the main page; extended will be readable by clicking a 'Read More' link.
|
||||
<br />
|
||||
<br />
|
||||
<b>Show title only</b>
|
||||
<br />
|
||||
Enable this to show the news title only on front page, with clickable link to full story.
|
||||
<br /><br />
|
||||
<b>Activation</b>
|
||||
<br />
|
||||
If you set a start and/or end date your news item will only be displayed between these dates.
|
||||
";
|
||||
$ns -> tablerender($caption, $text);
|
||||
?>
|
31
e107_languages/English/admin/help/notify.php
Normal file
31
e107_languages/English/admin/help/notify.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/notify.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "Notify sends email notifications when e107 events occur.<br /><br />
|
||||
For example, set 'IP banned for flooding site' to user class 'Admin' and all admins will be sent an email when your
|
||||
site is being flooded.<br /><br />
|
||||
You can also, as another example, set 'News item posted by admin' to user class 'Members' and all your users will be
|
||||
sent news items you post to the site in an email.<br /><br />
|
||||
If you would like the email notifications to be sent to an alternative email address - select the 'Email' option and
|
||||
enter in the email address in the field provided.";
|
||||
|
||||
$ns -> tablerender("Notify Help", $text);
|
||||
?>
|
24
e107_languages/English/admin/help/phpinfo.php
Normal file
24
e107_languages/English/admin/help/phpinfo.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/phpinfo.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = " This page displays all your servers PHP configuration settings. ";
|
||||
$ns -> tablerender("PHP Info Help", $text);
|
||||
?>
|
26
e107_languages/English/admin/help/poll.php
Normal file
26
e107_languages/English/admin/help/poll.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/poll.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "You set polls/surveys from this page, just type in the poll title and options, preview it and if all looks ok tick the box to make it active.<br /><br />
|
||||
To see the poll, go to your menus page and make sure poll_menu is activated.";
|
||||
|
||||
$ns -> tablerender("Polls", $text);
|
||||
?>
|
24
e107_languages/English/admin/help/prefs.php
Normal file
24
e107_languages/English/admin/help/prefs.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/prefs.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "Your preferences allow you to specify all the important settings on your site, from site name and description to flood protection and profanity filtering.";
|
||||
$ns -> tablerender("Preferences Help", $text);
|
||||
?>
|
25
e107_languages/English/admin/help/review.php
Normal file
25
e107_languages/English/admin/help/review.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/review.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "Reviews are similar to articles but they will be listed in their own menu item.<br />
|
||||
For a multi-page review separate each page with the text [newpage], i.e. <br /><code>Test1 [newpage] Test2</code><br /> would create a two page review with 'Test1' on page 1 and 'Test2' on page 2.";
|
||||
$ns -> tablerender("Review Help", $text);
|
||||
?>
|
27
e107_languages/English/admin/help/search.php
Normal file
27
e107_languages/English/admin/help/search.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/search.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "If your MySQL server version supports it you can switch
|
||||
to the MySQL sort method which is faster than the PHP sort method. See preferences.<br /><br />
|
||||
If your site includes Ideographic languages such as Chinese and Japanese you must
|
||||
use the PHP sort method and switch whole word matching off.";
|
||||
$ns -> tablerender("Search Help", $text);
|
||||
?>
|
24
e107_languages/English/admin/help/theme.php
Normal file
24
e107_languages/English/admin/help/theme.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/theme.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "The theme manager allows you to set your site's public theme and your admin areas theme.";
|
||||
$ns -> tablerender("Theme Manager Help", $text);
|
||||
?>
|
25
e107_languages/English/admin/help/ugflag.php
Normal file
25
e107_languages/English/admin/help/ugflag.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/ugflag.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "If you are upgrading e107 or just need your site to be offline for a while just tick the maintenance box and your visitors will be redirected to a page explaining the site is down for repair. After you've finished un-tick the box to return site to normal.";
|
||||
|
||||
$ns -> tablerender("Maintenance", $text);
|
||||
?>
|
24
e107_languages/English/admin/help/updateadmin.php
Normal file
24
e107_languages/English/admin/help/updateadmin.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/updateadmin.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "Update your password here.";
|
||||
$ns -> tablerender("Update Settings Help", $text);
|
||||
?>
|
24
e107_languages/English/admin/help/upload.php
Normal file
24
e107_languages/English/admin/help/upload.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/upload.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "From here you can allow / disallow the ability for users to upload files and manage those files that have been uploaded.";
|
||||
$ns -> tablerender("Public Uploads Help", $text);
|
||||
?>
|
25
e107_languages/English/admin/help/userclass2.php
Normal file
25
e107_languages/English/admin/help/userclass2.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/userclass2.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$caption = "Use Class Help";
|
||||
$text = "You can create or edit/delete existing classes from this page.<br />This is useful for restricting users to certain parts of your site. For example, you could create a class called TEST, then create a forum which only allowed users in the TEST class to access it.";
|
||||
$ns -> tablerender($caption, $text);
|
||||
?>
|
25
e107_languages/English/admin/help/users.php
Normal file
25
e107_languages/English/admin/help/users.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/users.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "This page allows you to moderate your registered members. You can update their settings, give them administrator status and set their user class among other things.";
|
||||
$ns -> tablerender("Users Help", $text);
|
||||
unset($text);
|
||||
?>
|
24
e107_languages/English/admin/help/users_extended.php
Normal file
24
e107_languages/English/admin/help/users_extended.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/users_extended.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = " Extended user fields allow you to add additional types of data a user is able to specify as part of their profile.";
|
||||
$ns -> tablerender(" Extended User Fields Help", $text);
|
||||
?>
|
24
e107_languages/English/admin/help/wmessage.php
Normal file
24
e107_languages/English/admin/help/wmessage.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/wmessage.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:43 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "This page allows you to set a message that will appear at the top of your front page all the time it's activated. You can set a different message for guests, registered/logged-in members and administrators.";
|
||||
$ns -> tablerender("WMessage Help", $text);
|
||||
?>
|
272
e107_languages/English/admin/lan_admin.php
Normal file
272
e107_languages/English/admin/lan_admin.php
Normal file
@@ -0,0 +1,272 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_admin.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("ADLAN_0", "News");
|
||||
define("ADLAN_1", "Add/edit/delete news items");
|
||||
define("ADLAN_2", "News Categories");
|
||||
define("ADLAN_3", "Add/edit/delete news categories");
|
||||
define("ADLAN_4", "Preferences");
|
||||
define("ADLAN_5", "Edit Site Preferences");
|
||||
define("ADLAN_6", "Menus");
|
||||
define("ADLAN_7", "Alter the order of your menus");
|
||||
define("ADLAN_8", "Administrators");
|
||||
define("ADLAN_9", "Add/delete site administrators");
|
||||
define("ADLAN_10", "Admin password");
|
||||
define("ADLAN_11", "Change your password");
|
||||
define("ADLAN_12", "Forums");
|
||||
define("ADLAN_13", "Add/Edit Forums");
|
||||
define("ADLAN_14", "Articles");
|
||||
define("ADLAN_15", "Add new/edit/delete articles");
|
||||
define("ADLAN_16", "Content");
|
||||
define("ADLAN_17", "Add new/edit/delete content pages");
|
||||
define("ADLAN_18", "Reviews");
|
||||
define("ADLAN_19", "Add new/edit/delete reviews");
|
||||
define("ADLAN_22", "Link Categories");
|
||||
define("ADLAN_23", "Add new/edit/delete link categories");
|
||||
define("ADLAN_24", "Downloads");
|
||||
define("ADLAN_25", "Manage Downloads");
|
||||
define("ADLAN_26", "Download Categories");
|
||||
define("ADLAN_27", "Add new/edit/delete download categories");
|
||||
define("ADLAN_28", "Welcome Message");
|
||||
define("ADLAN_29", "Set static welcome message");
|
||||
define("ADLAN_30", "File Manager");
|
||||
define("ADLAN_31", "Manage/upload files");
|
||||
define("ADLAN_32", "Submitted News");
|
||||
define("ADLAN_33", "Review user submitted news items");
|
||||
define("ADLAN_34", "Banlist");
|
||||
define("ADLAN_35", "Ban visitors");
|
||||
define("ADLAN_36", "Users");
|
||||
define("ADLAN_37", "Moderate site members");
|
||||
define("ADLAN_38", "User Classes");
|
||||
define("ADLAN_39", "Create/edit user classes");
|
||||
define("ADLAN_40", "Maintenance");
|
||||
define("ADLAN_41", "Take site down for maintenance");
|
||||
define("ADLAN_42", "Custom Menus/Pages");
|
||||
define("ADLAN_43", "Create custom menu items");
|
||||
define("ADLAN_44", "Database");
|
||||
define("ADLAN_45", "Database utilities");
|
||||
define("ADLAN_46", "Logout");
|
||||
define("ADLAN_47", "Welcome");
|
||||
define("ADLAN_48", "Logged in");
|
||||
define("ADLAN_49", "main site administrator");
|
||||
define("ADLAN_50", "permissions");
|
||||
define("ADLAN_51", "Please log in to gain access to administration area");
|
||||
define("ADLAN_52", "Admin Front Page");
|
||||
define("ADLAN_53", "Leave Admin");
|
||||
define("ADLAN_54", "Banners");
|
||||
define("ADLAN_55", "Configure banners");
|
||||
define("ADLAN_56", "Chatbox");
|
||||
define("ADLAN_57", "Configure chatbox");
|
||||
define("ADLAN_58", "Emoticons");
|
||||
define("ADLAN_59", "Configure emoticons");
|
||||
define("ADLAN_60", "Front Page");
|
||||
define("ADLAN_61", "Configure front page content");
|
||||
define("ADLAN_62", "News Feeds");
|
||||
define("ADLAN_63", "Configure news feeds");
|
||||
define("ADLAN_64", "Log Stats");
|
||||
define("ADLAN_65", "Log stats/counter etc");
|
||||
define("ADLAN_66", "Meta Tags");
|
||||
define("ADLAN_67", "Add/Edit site meta tags");
|
||||
define("ADLAN_68", "PHP Info");
|
||||
define("ADLAN_69", "PHP Info page");
|
||||
define("ADLAN_70", "Polls");
|
||||
define("ADLAN_71", "Add/Edit Polls");
|
||||
define("ADLAN_72", "Public Uploads");
|
||||
define("ADLAN_73", "Configure public file uploads");
|
||||
define("ADLAN_74", "Cache");
|
||||
define("ADLAN_75", "Set cache status");
|
||||
define("ADLAN_77", "You have had a news item submitted - please click here to check.");
|
||||
define("ADLAN_78", "Extended User Fields");
|
||||
define("ADLAN_79", "Edit extended user fields");
|
||||
|
||||
|
||||
define("ADLAN_86", "Incorrect password ");
|
||||
define("ADLAN_87", "Administrator name not found in database ");
|
||||
define("ADLAN_88", "Unable to login ");
|
||||
define("ADLAN_89", "Admin Name ");
|
||||
define("ADLAN_90", "Admin Password ");
|
||||
define("ADLAN_91", "Log In");
|
||||
define("ADLAN_92", "Please log in to proceed to administration area ...");
|
||||
define("ADLAN_93", "Show Admin Functions");
|
||||
define("ADLAN_94", "Show Installed Plugins");
|
||||
define("ADLAN_95", "Plugin Management");
|
||||
define("ADLAN_96", "None");
|
||||
define("ADLAN_97", "Click here for FAQ");
|
||||
define("ADLAN_98", "Plugin Manager");
|
||||
define("ADLAN_99", "Install/upgrade etc. plugins");
|
||||
define("ADLAN_100", "Theme Layout");
|
||||
define("ADLAN_101", "Template Creator");
|
||||
define("ADLAN_102", "It has been more than 30 days since you changed the main administrator password - ");
|
||||
define("ADLAN_103", "Click here to change it now");
|
||||
define("ADLAN_104", "Security");
|
||||
|
||||
define("ADLAN_105", "Images");
|
||||
define("ADLAN_106", "Image Settings");
|
||||
|
||||
define("ADLAN_107", "Unchecked submitted news items");
|
||||
define("ADLAN_108", "Unchecked file uploads");
|
||||
define("ADLAN_109", "Information");
|
||||
define("ADLAN_110", "Registered members");
|
||||
define("ADLAN_111", "Unverified members");
|
||||
define("ADLAN_112", "Banned users");
|
||||
define("ADLAN_113", "Forum posts");
|
||||
define("ADLAN_114", "Comments");
|
||||
define("ADLAN_115", "Chatbox posts");
|
||||
define("ADLAN_116", "Admin log ...");
|
||||
define("ADLAN_117", "Show all entries");
|
||||
define("ADLAN_118", "Clear log");
|
||||
|
||||
define("ADLAN_119", "Unchecked submitted links");
|
||||
|
||||
define("ADLAN_120", "There is a database update available, please click button to install ...");
|
||||
define("ADLAN_121", "Install");
|
||||
|
||||
|
||||
define("ADLAN_123", "Unchecked submitted articles");
|
||||
define("ADLAN_124", "Unchecked submitted reviews");
|
||||
|
||||
define("ADLAN_125", "Unchecked reported forum posts");
|
||||
|
||||
define("ADLAN_126", "Main Options");
|
||||
define("ADLAN_127", "Users");
|
||||
define("ADLAN_128", "Content");
|
||||
define("ADLAN_129", "Communication");
|
||||
define("ADLAN_130", "Files Management");
|
||||
define("ADLAN_131", "Other tools");
|
||||
|
||||
define("ADLAN_132", "Language");
|
||||
define("ADLAN_133", "default");
|
||||
|
||||
define("ADLAN_134", "Status");
|
||||
define("ADLAN_135", "Admin Log");
|
||||
|
||||
define("ADLAN_136", "Mail");
|
||||
define("ADLAN_137", "Email Settings And Mailout");
|
||||
|
||||
define("ADLAN_138", "Site Links");
|
||||
define("ADLAN_139", "Add/edit/delete links");
|
||||
|
||||
define("ADLAN_140", "Theme Manager");
|
||||
define("ADLAN_141", "Install / set themes etc");
|
||||
|
||||
define("ADLAN_142", "Search");
|
||||
define("ADLAN_143", "Search Configuration");
|
||||
define("ADLAN_144", "You are in simple-view mode, to switch to advanced-view");
|
||||
define("ADLAN_145", "click here");
|
||||
|
||||
define("ADLAN_146", "Failed login attempts");
|
||||
define("ADLAN_147", "File Inspector");
|
||||
define("ADLAN_148", "Scan site files");
|
||||
|
||||
define("ADLAN_149", "Notify");
|
||||
define("ADLAN_150", "Admin Email Notifications");
|
||||
|
||||
define("ADLAN_151", "Main");
|
||||
define("ADLAN_152", "Enter Code");
|
||||
|
||||
define('ADLAN_CL_1', 'Settings');
|
||||
define('ADLAN_CL_2', 'Users');
|
||||
define('ADLAN_CL_3', 'Content');
|
||||
define('ADLAN_CL_4', 'Coms');
|
||||
define('ADLAN_CL_5', 'Files');
|
||||
define('ADLAN_CL_6', 'Tools');
|
||||
define('ADLAN_CL_7', 'Plugins');
|
||||
define('ADLAN_CL_8', 'Docs');
|
||||
|
||||
define("ADLAN_LAT_1", "Latest");
|
||||
|
||||
define("ADLAN_LAT_2", "Submitted news items");
|
||||
define("ADLAN_LAT_3", "Submitted articles");
|
||||
define("ADLAN_LAT_4", "Submitted reviews");
|
||||
define("ADLAN_LAT_5", "Submitted links");
|
||||
define("ADLAN_LAT_6", "Reported forum posts");
|
||||
define("ADLAN_LAT_7", "File uploads");
|
||||
define("ADLAN_LAT_8", "There are unmoderated administrator messages");
|
||||
|
||||
define("ADLAN_ERR_1", "Warning!");
|
||||
define("ADLAN_ERR_2", "There are files on your server that are known to be exploitable. These must be removed <b>immediately</b>. The files are related to the older 0.6xx branch of e107. Please delete the following directories and all their contents:");
|
||||
define("ADLAN_ERR_3", "There are one or more files in your public upload directories that are not in your allowed upload filetypes list. These may have been placed here by an attacker and if so should be removed <b>immediately</b>. You should <b>not</b> open these files as this may execute any malicious code the file might contain; i.e. do not open them with your browser.<br /><br />If you recognise these files as being legitimate, it is likely that due to the recent allowed filetypes changes, the filetype you allowed is no longer in the allowed filetypes list and you will need to re-add it (see admin => uploads). You should not allow the upload of .html, .txt, etc as an attacker may upload a file of this type which includes malicious javascript. You should also, of course, not allow the upload of .php files or any other type of executable script.<br /><br />Below is the list of files that could potentially be malicious:");
|
||||
define("ADLAN_ERR_4", "Deprecated plugin file(s) found");
|
||||
define("ADLAN_ERR_5", "The following files need to be renamed to");
|
||||
define("ADLAN_ERR_6", "Then, click here to re-scan your plugin folders.");
|
||||
|
||||
|
||||
// Common Terms
|
||||
define("LAN_EDIT","Edit");
|
||||
define("LAN_DELETE","Delete");
|
||||
define("LAN_CREATE","Create");
|
||||
define("LAN_UPDATE","Update");
|
||||
define("LAN_SAVE","Save");
|
||||
define("LAN_SAVED","Saved");
|
||||
define("LAN_SETSAVED","Your settings have been saved");
|
||||
define("LAN_CONFIRMDEL","Please confirm you wish to delete");
|
||||
define("LAN_OPTIONS","Options");
|
||||
define("LAN_PREFS","Preferences");
|
||||
define("LAN_DELETED","Successfully deleted");
|
||||
define("LAN_UPDATED","Successfully updated");
|
||||
define("LAN_CREATED","Successfully created");
|
||||
define("LAN_CREATED_FAILED","Creation Unsuccessful");
|
||||
define("LAN_DELETED_FAILED","Deletion Unsuccessful");
|
||||
define("LAN_UPDATED_FAILED","Update Unsuccessful");
|
||||
define("LAN_NO_CHANGE","Update unsuccessful as no changes were made.");
|
||||
define("LAN_TRY_AGAIN","Please try again.");
|
||||
|
||||
define("LAN_RESET","Reset");
|
||||
define("LAN_CLEAR","Clear");
|
||||
define("LAN_OK","OK");
|
||||
|
||||
define("LAN_PRESET","Preset");
|
||||
define("LAN_PRESET_SAVED","Preset saved successfully");
|
||||
|
||||
define("LAN_PRESET_DELETED","Preset successfully deleted");
|
||||
define("LAN_PRESET_CONFIRMDEL","Are you sure you want to delete this preset?");
|
||||
define("LAN_NOTWRITABLE"," is not writable, you need to CHMOD 777 the file or folder first.");
|
||||
define("LAN_DATE","Date");
|
||||
define("LAN_TIME","Time");
|
||||
define("LAN_YES","Yes");
|
||||
define("LAN_NO","No");
|
||||
define("LAN_EMPTY","There are no entries in the database yet");
|
||||
define("LAN_EXISTING","Existing Entries");
|
||||
|
||||
define("LAN_CANCEL","Cancel");
|
||||
define("LAN_CONFDELETE","Confirm Delete");
|
||||
define("LAN_PLUGIN","Plugin");
|
||||
define("LAN_ORDER","Order");
|
||||
|
||||
define("LAN_SELECT","Select ...");
|
||||
define("LAN_ADMIN","Admin");
|
||||
define("LAN_DISPLAYOPT", "Edit Display Options");
|
||||
define("LAN_GOPAGE", "Go to page:");
|
||||
define("LAN_DATESTAMP","Date stamp");
|
||||
define("LAN_OPTIONAL", "optional");
|
||||
define("LAN_INACTIVE","Inactive");
|
||||
|
||||
define("LAN_BAN","Ban");
|
||||
define("LAN_RATING", "Rating");
|
||||
|
||||
define("LAN_UPLOAD_IMAGES","Upload Images");
|
||||
define("LAN_UPLOAD_FILES","Upload Files");
|
||||
define("LAN_UPLOAD_ADDFILE","Add Another File");
|
||||
define("LAN_UPLOAD_CONFIRM","Any unsaved changes to this page will be lost. Continue?");
|
||||
define("LAN_UPLOAD_777","Folder is missing or not writable, you need to CHMOD 777 the following folder before uploading:");
|
||||
define("LAN_UPLOAD_SERVEROFF", "This option is disabled as file uploading is not enabled on your server");
|
||||
|
||||
define("LAN_DISABLED","Disabled");
|
||||
define("LAN_ENABLED", "Enabled");
|
||||
|
||||
define("LAN_PRESET_CONFIRMSAVE","Save current form values as the default for this page?");
|
||||
define("LAN_CONFIGURE", "Configure");
|
||||
|
||||
define("LAN_BACK","Back");
|
||||
|
||||
define("LAN_CREDITS","Credits");
|
||||
|
||||
?>
|
27
e107_languages/English/admin/lan_admin_log.php
Normal file
27
e107_languages/English/admin/lan_admin_log.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_admin_log.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: lisa_
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("LAN_ADMINLOG_0", "Admin Log");
|
||||
define("LAN_ADMINLOG_1", "Date");
|
||||
define("LAN_ADMINLOG_2", "Title");
|
||||
define("LAN_ADMINLOG_3", "Description");
|
||||
define("LAN_ADMINLOG_4", "User IP");
|
||||
define("LAN_ADMINLOG_5", "User ID");
|
||||
define("LAN_ADMINLOG_6", "Informative Icon");
|
||||
define("LAN_ADMINLOG_7", "Informative Message");
|
||||
define("LAN_ADMINLOG_8", "Notice Icon");
|
||||
define("LAN_ADMINLOG_9", "Notice Message");
|
||||
define("LAN_ADMINLOG_10", "Warning Icon");
|
||||
define("LAN_ADMINLOG_11", "Warning Message");
|
||||
define("LAN_ADMINLOG_12", "Fatal Icon");
|
||||
define("LAN_ADMINLOG_13", "Fatal Error Message");
|
||||
|
||||
?>
|
83
e107_languages/English/admin/lan_administrator.php
Normal file
83
e107_languages/English/admin/lan_administrator.php
Normal file
@@ -0,0 +1,83 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_administrator.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("ADMSLAN_0", "New user/admin entry created for");
|
||||
define("ADMSLAN_1", "now has admin status.");
|
||||
define("ADMSLAN_2", "updated in database.");
|
||||
define("ADMSLAN_3", "is the main site administrator and cannot be edited.");
|
||||
define("ADMSLAN_4", "Continue");
|
||||
define("ADMSLAN_5", "Error!");
|
||||
define("ADMSLAN_6", "is the main site administrator and cannot be deleted.");
|
||||
|
||||
define("ADMSLAN_13", "Existing Administrators");
|
||||
|
||||
|
||||
define("ADMSLAN_16", "Admin Name");
|
||||
define("ADMSLAN_17", "Admin Password");
|
||||
define("ADMSLAN_18", "Permissions");
|
||||
define("ADMSLAN_19", "Alter site preferences");
|
||||
define("ADMSLAN_20", "Alter Menus");
|
||||
define("ADMSLAN_21", "Modify administrator permissions");
|
||||
define("ADMSLAN_22", "Moderate users/bans etc");
|
||||
define("ADMSLAN_23", "Create/edit custom pages/menus");
|
||||
define("ADMSLAN_24", "Manage download categories");
|
||||
define("ADMSLAN_25", "Upload /manage files");
|
||||
define("ADMSLAN_26", "Oversee news categories");
|
||||
define("ADMSLAN_27", "Oversee link categories");
|
||||
define("ADMSLAN_28", "Take site down for maintenance");
|
||||
define("ADMSLAN_29", "Manage banners");
|
||||
define("ADMSLAN_30", "Configure news feed headlines");
|
||||
define("ADMSLAN_31", "Configure emoticons");
|
||||
define("ADMSLAN_32", "Configure front page content");
|
||||
define("ADMSLAN_33", "Configure log/stats");
|
||||
define("ADMSLAN_34", "Configure meta tags");
|
||||
define("ADMSLAN_35", "Configure public file uploads");
|
||||
define("ADMSLAN_36", "Configure Image Settings");
|
||||
define("ADMSLAN_37", "Moderate comments");
|
||||
// define("ADMSLAN_38", "Moderate/configure chatbox");
|
||||
define("ADMSLAN_39", "Post news");
|
||||
define("ADMSLAN_40", "Post links");
|
||||
define("ADMSLAN_41", "Post articles");
|
||||
define("ADMSLAN_42", "Post reviews");
|
||||
define("ADMSLAN_43", "Post content pages");
|
||||
define("ADMSLAN_44", "Post downloads");
|
||||
define("ADMSLAN_45", "Post polls");
|
||||
define("ADMSLAN_46", "Welcome message");
|
||||
define("ADMSLAN_47", "Moderate submitted news");
|
||||
|
||||
define("ADMSLAN_49", "Check All");
|
||||
define("ADMSLAN_51", "Uncheck All");
|
||||
define("ADMSLAN_52", "Update administrator");
|
||||
define("ADMSLAN_53", "Add administrator");
|
||||
define("ADMSLAN_54", "Site Administrators");
|
||||
|
||||
define("ADMSLAN_55", "Field(s) left blank");
|
||||
|
||||
define("ADMSLAN_56", "Site Administrator");
|
||||
|
||||
define("ADMSLAN_58", "Main Site Administrator");
|
||||
define("ADMSLAN_59", "Remove Admin Status");
|
||||
define("ADMSLAN_60", "Are you sure you want to remove admin status from");
|
||||
define("ADMSLAN_61", "Administrator deleted");
|
||||
|
||||
define("ADMSLAN_62", "Plugin Manager");
|
||||
|
||||
define("ADMSLAN_64", "Clear the system cache");
|
||||
define("ADMSLAN_65", "Configure mail settings and mailout");
|
||||
define("ADMSLAN_66", "Configure Search");
|
||||
define("ADMSLAN_67", "Scan with file inspector");
|
||||
define("ADMSLAN_68", "Configure email notification");
|
||||
define("ADMSLAN_69", "is already an administrator and must be edited.");
|
||||
|
||||
define("ADMSLAN_70", "Return to Administrator Listing");
|
||||
define("ADMSLAN_71", "Click here to display privileges");
|
||||
|
||||
?>
|
25
e107_languages/English/admin/lan_banlist.php
Normal file
25
e107_languages/English/admin/lan_banlist.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_banlist.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("BANLAN_1", "Ban removed.");
|
||||
define("BANLAN_2", "No bans.");
|
||||
define("BANLAN_3", "Existing Bans");
|
||||
define("BANLAN_4", "Remove ban");
|
||||
define("BANLAN_5", "Enter IP, email address, or host");
|
||||
define("BANLAN_7", "Reason");
|
||||
define("BANLAN_8", "Ban User");
|
||||
define("BANLAN_9", "Ban users from site");
|
||||
define("BANLAN_10", "IP / Email / Reason");
|
||||
define("BANLAN_11", "Auto-ban: More than 10 failed login attempts");
|
||||
define("BANLAN_12", "Note: Reverse DNS is currently disabled, it must be enabled to allow banning by host. Banning by IP and email will still function normally.");
|
||||
|
||||
|
||||
?>
|
73
e107_languages/English/admin/lan_banner.php
Normal file
73
e107_languages/English/admin/lan_banner.php
Normal file
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_banner.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("BNRLAN_1", "Banner deleted.");
|
||||
define("BNRLAN_2", "Please confirm you wish to delete this banner - once deleted it cannot be retrieved");
|
||||
define("BNRLAN_5", "Confirm Delete Banner");
|
||||
define("BNRLAN_6", "Delete cancelled.");
|
||||
define("BNRLAN_7", "Existing Banners");
|
||||
define("BNRLAN_8", "Banner ID");
|
||||
define("BNRLAN_9", "Client");
|
||||
define("BNRLAN_10", "Clickthroughs");
|
||||
define("BNRLAN_11", "Click %");
|
||||
define("BNRLAN_12", "Impressions");
|
||||
define("BNRLAN_13", "Impressions Left");
|
||||
define("BNRLAN_15", "No banners yet.");
|
||||
define("BNRLAN_16", "Unlimited");
|
||||
define("BNRLAN_17", "None");
|
||||
define("BNRLAN_21", "Ends");
|
||||
define("BNRLAN_22", "Update Banner");
|
||||
define("BNRLAN_23", "Add New Banner");
|
||||
define("BNRLAN_24", "Campaign");
|
||||
define("BNRLAN_25", "choose existing campaign");
|
||||
define("BNRLAN_26", "enter new campaign");
|
||||
define("BNRLAN_27", "Client");
|
||||
define("BNRLAN_28", "choose existing client");
|
||||
define("BNRLAN_29", "enter new client");
|
||||
define("BNRLAN_30", "Client Login");
|
||||
define("BNRLAN_31", "Client Password");
|
||||
define("BNRLAN_32", "Banner Image");
|
||||
define("BNRLAN_33", "Click URL");
|
||||
define("BNRLAN_34", "Impressions Purchased");
|
||||
define("BNRLAN_35", "unlimited");
|
||||
define("BNRLAN_36", "Start Date");
|
||||
define("BNRLAN_37", "End Date");
|
||||
define("BNRLAN_38", "blank = no limit");
|
||||
define("BNRLAN_39", "visibility class");
|
||||
define("BNRLAN_40", "Update Banner");
|
||||
define("BNRLAN_41", "Create New Banner");
|
||||
define("BNRLAN_42", "Banner Rotation System");
|
||||
define("BNRLAN_43", "Choose banner image");
|
||||
define("BNRLAN_45", "Starts");
|
||||
define("BNRLAN_46", "Code");
|
||||
define("BNRLAN_58", "banner front page");
|
||||
define("BNRLAN_59", "create new banner");
|
||||
define("BNRLAN_60", "campaigns");
|
||||
define("BNRLAN_61", "banner menu ");
|
||||
define("BNRLAN_62", "banner options");
|
||||
define("BNRLAN_63", "Banner Created");
|
||||
define("BNRLAN_64", "Banner Updated");
|
||||
|
||||
define("BANNER_MENU_L1", "Advertisement");
|
||||
define("BANNER_MENU_L2", "Banner menu configuration saved");
|
||||
define("BANNER_MENU_L3", "Caption");
|
||||
define("BANNER_MENU_L5", "Banner Configuration");
|
||||
define("BANNER_MENU_L6", "choose campaigns to show in menu");
|
||||
define("BANNER_MENU_L7", "available campaigns");
|
||||
define("BANNER_MENU_L8", "selected campaigns");
|
||||
define("BANNER_MENU_L9", "remove selection");
|
||||
define("BANNER_MENU_L10", "Render type");
|
||||
define("BANNER_MENU_L12", "plain");
|
||||
define("BANNER_MENU_L13", "in captioned box");
|
||||
define("BANNER_MENU_L18", "Update Menu Settings");
|
||||
define("BANNER_MENU_L19", "number of banners to show:<br />this is only used when multiple campaigns are selected");
|
||||
|
||||
?>
|
23
e107_languages/English/admin/lan_cache.php
Normal file
23
e107_languages/English/admin/lan_cache.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_cache.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("CACLAN_1", "Cache System Status");
|
||||
define("CACLAN_2", "Set cache status");
|
||||
define("CACLAN_3", "Cache System");
|
||||
define("CACLAN_4", "Cache status set");
|
||||
define("CACLAN_5", "Empty Cache");
|
||||
define("CACLAN_6", "Cache Emptied");
|
||||
|
||||
define("CACLAN_7", "Cache Disabled");
|
||||
// define("CACLAN_8", "Cache data saved to MySQL");
|
||||
define("CACLAN_9", "Cache data saved to disk file");
|
||||
define("CACLAN_10", "The cache directory is not writable. Please ensure this directory is set CHMOD 0777");
|
||||
?>
|
55
e107_languages/English/admin/lan_cpage.php
Normal file
55
e107_languages/English/admin/lan_cpage.php
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_cpage.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("CUSLAN_1", "Title");
|
||||
define("CUSLAN_2", "Type");
|
||||
define("CUSLAN_3", "Options");
|
||||
define("CUSLAN_4", "Delete this page?");
|
||||
define("CUSLAN_5", "Existing Pages");
|
||||
define("CUSLAN_7", "Menu Name");
|
||||
define("CUSLAN_8", "Title / Caption");
|
||||
define("CUSLAN_9", "Text");
|
||||
define("CUSLAN_10", "Allow page to be rated");
|
||||
define("CUSLAN_11", "Front page");
|
||||
define("CUSLAN_12", "Create page");
|
||||
define("CUSLAN_13", "Allow comments");
|
||||
define("CUSLAN_14", "Password protect page");
|
||||
define("CUSLAN_15", "enter password to protect page");
|
||||
define("CUSLAN_16", "Create link in main menu");
|
||||
define("CUSLAN_17", "enter link name to create");
|
||||
define("CUSLAN_18", "Page / link visible to");
|
||||
define("CUSLAN_19", "Update Page");
|
||||
define("CUSLAN_20", "Create Page");
|
||||
define("CUSLAN_21", "Update Menu");
|
||||
define("CUSLAN_22", "Create Menu");
|
||||
define("CUSLAN_23", "Edit page");
|
||||
define("CUSLAN_24", "Create new page");
|
||||
define("CUSLAN_25", "Edit menu");
|
||||
define("CUSLAN_26", "Create new menu");
|
||||
define("CUSLAN_27", "Page saved to database.");
|
||||
define("CUSLAN_28", "Page deleted");
|
||||
define("CUSLAN_29", "List pages if no page selected");
|
||||
define("CUSLAN_30", "Expiry time for cookie (in seconds)");
|
||||
define("CUSLAN_31", "Create menu");
|
||||
define("CUSLAN_32", "Convert old pages/menus");
|
||||
define("CUSLAN_33", "Page Options");
|
||||
define("CUSLAN_34", "Beginning conversion");
|
||||
define("CUSLAN_35", "Finished custom page update - updated");
|
||||
define("CUSLAN_36", "To set your preferences for each page, please return to front page and edit the pages.");
|
||||
define("CUSLAN_37", "Custom Page Update");
|
||||
define("CUSLAN_38", "on");
|
||||
define("CUSLAN_39", "off");
|
||||
define("CUSLAN_40", "Save Options");
|
||||
|
||||
define("CUSLAN_41", "Display author and date information");
|
||||
define("CUSLAN_42", "No pages defined yet");
|
||||
|
||||
?>
|
54
e107_languages/English/admin/lan_credits.php
Normal file
54
e107_languages/English/admin/lan_credits.php
Normal file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_credits.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("PAGE_NAME", "e107 Credits");
|
||||
|
||||
define("CRELAN_1", "Credits");
|
||||
define("CRELAN_2", "Here is a list of third-party software / resources used in e107. The e107 development team would like to personally thank the developers of the following for allowing us to redistribute their code with e107, and for releasing their software under the GPL licence.");
|
||||
define("CRELAN_3", "all rights reserved");
|
||||
define("CRELAN_4", "Show e107 Dev Team");
|
||||
define("CRELAN_5", "Show third party scripts");
|
||||
define("CRELAN_6", "e107 v0.7 was brought to you by ...");
|
||||
define("CRELAN_7", "version");
|
||||
define("CRELAN_8", "permission granted");
|
||||
define("CRELAN_9", "Licence");
|
||||
|
||||
// third party scripts
|
||||
|
||||
define("CRELAN_10", "MagpieRSS provides an XML-based (expat) RSS parser in PHP.");
|
||||
define("CRELAN_11", "PclZip library offers compression and extraction functions for Zip formatted archives (WinZip, PKZIP).");
|
||||
define("CRELAN_12", "PclTar offer the ability to archive a list of files or directories with or without compression. The archives created by PclTar are readable by most of gzip/tar applications and by the Windows WinZip application.");
|
||||
define("CRELAN_13", "TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.");
|
||||
define("CRELAN_14", "Icons used in e107");
|
||||
define("CRELAN_15", "Full featured email transfer class for PHP");
|
||||
define("CRELAN_16", "Menu system used in Jayya theme");
|
||||
define("CRELAN_17", "Popup calendar widget");
|
||||
define("CRELAN_18", "PDF support");
|
||||
define("CRELAN_19", "UTF-8 PDF support");
|
||||
|
||||
// end third party scripts
|
||||
|
||||
// dev team
|
||||
|
||||
define("CRELAN_20", ""); // asperon
|
||||
define("CRELAN_21", "Always a pressure..err..pleasure!"); // CaMer0n
|
||||
define("CRELAN_22", "\"MTVhNjMyZDgxN2QwM2Q3ZTI<br />5ODM2NDU3YWI0ZjM1NGILJT<br />yarrrrrr! wtf matey!\""); // jalist
|
||||
define("CRELAN_23", ""); // lisa
|
||||
define("CRELAN_24", ""); // McFly
|
||||
define("CRELAN_25", ""); // que
|
||||
define("CRELAN_26", ""); // streaky
|
||||
define("CRELAN_27", "\"Wot? No tea?? 0_0\""); // SweetAs
|
||||
define("CRELAN_28", ""); // MrPete
|
||||
|
||||
// end dev team
|
||||
|
||||
?>
|
45
e107_languages/English/admin/lan_db.php
Normal file
45
e107_languages/English/admin/lan_db.php
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_db.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("DBLAN_1", "Core settings backed up in database.");
|
||||
define("DBLAN_2", "Click button to save a backup of your e107 database");
|
||||
define("DBLAN_3", "Backup SQL database");
|
||||
define("DBLAN_4", "Click button to check validity of e107 database");
|
||||
define("DBLAN_5", "Check database validity");
|
||||
define("DBLAN_6", "Click button to optimize your e107 database");
|
||||
define("DBLAN_7", "Optimize SQL database");
|
||||
define("DBLAN_8", "Click button to backup your core settings");
|
||||
define("DBLAN_9", "Backup core");
|
||||
define("DBLAN_10", "Database Utilities");
|
||||
define("DBLAN_11", "MySQL database");
|
||||
define("DBLAN_12", "optimized");
|
||||
define("DBLAN_13", "Back");
|
||||
define("DBLAN_14", "Done");
|
||||
define("DBLAN_15", "Click button to check for any available db updates");
|
||||
define("DBLAN_16", "Check for Updates");
|
||||
define("DBLAN_17", "Pref. Name");
|
||||
define("DBLAN_18", "Pref. Value");
|
||||
define("DBLAN_19", "Click button to open the preferences editor (for advanced users only)");
|
||||
define("DBLAN_20", "Preferences Editor");
|
||||
define("DBLAN_21", "Delete Checked");
|
||||
define("DBLAN_22", "Plugin: View and Scan");
|
||||
define("DBLAN_23", "Scan Completed");
|
||||
define("DBLAN_24", "Name");
|
||||
define("DBLAN_25", "Directory");
|
||||
define("DBLAN_26", "Included add-ons");
|
||||
define("DBLAN_27", "Installed");
|
||||
define("DBLAN_28", "Click button to scan plugin directories for changes");
|
||||
define("DBLAN_29", "Scan plugin directories");
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
33
e107_languages/English/admin/lan_db_verify.php
Normal file
33
e107_languages/English/admin/lan_db_verify.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_db_verify.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("DBLAN_1", "Unable to read the sql datafile<br /><br />Please ensure the file <b>core_sql.php</b> exists in the <b>/admin/sql</b> directory.");
|
||||
define("DBLAN_2", "Verifying all");
|
||||
|
||||
define("DBLAN_4", "Table");
|
||||
define("DBLAN_5", "Field");
|
||||
define("DBLAN_6", "Status");
|
||||
define("DBLAN_7", "Notes");
|
||||
define("DBLAN_8", "Mismatch");
|
||||
define("DBLAN_9", "Currently");
|
||||
define("DBLAN_10", "should be");
|
||||
define("DBLAN_11", "Field missing");
|
||||
define("DBLAN_12", "Extra Field!");
|
||||
define("DBLAN_13", "Table missing!");
|
||||
define("DBLAN_14", "Choose table(s) to validate");
|
||||
define("DBLAN_15", "Start Verify");
|
||||
define("DBLAN_16", "SQL Verification");
|
||||
define("DBLAN_17", "Back");
|
||||
define("DBLAN_18", "tables");
|
||||
define("DBLAN_19", "Attempt to Fix");
|
||||
define("DBLAN_20", "Attempting to fix tables");
|
||||
define("DBLAN_21", "Fix Selected Items");
|
||||
?>
|
3
e107_languages/English/admin/lan_docs.php
Normal file
3
e107_languages/English/admin/lan_docs.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
?>
|
143
e107_languages/English/admin/lan_download.php
Normal file
143
e107_languages/English/admin/lan_download.php
Normal file
@@ -0,0 +1,143 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_download.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("DOWLAN_1", "Download added to database.");
|
||||
define("DOWLAN_2", "Download updated in database.");
|
||||
define("DOWLAN_3", "Download deleted.");
|
||||
define("DOWLAN_4", "Please tick the confirm box to delete the download");
|
||||
define("DOWLAN_5", "There are no download categories defined yet, until you define some you cannot enter any downloads.");
|
||||
define("DOWLAN_6", "No existing downloads");
|
||||
define("DOWLAN_7", "Existing Downloads");
|
||||
|
||||
define("DOWLAN_11", "Category");
|
||||
define("DOWLAN_12", "Name");
|
||||
define("DOWLAN_13", "File");
|
||||
define("DOWLAN_14", "Enter address if download is an external file");
|
||||
define("DOWLAN_15", "Author");
|
||||
define("DOWLAN_16", "Author Email");
|
||||
define("DOWLAN_17", "Author Website");
|
||||
define("DOWLAN_18", "Description");
|
||||
define("DOWLAN_19", "Main image");
|
||||
define("DOWLAN_20", "Thumbnail image");
|
||||
define("DOWLAN_21", "Status");
|
||||
|
||||
define("DOWLAN_24", "Update Download");
|
||||
define("DOWLAN_25", "Submit Download");
|
||||
|
||||
define("DOWLAN_27", "Download");
|
||||
|
||||
define("DOWLAN_29", "Downloads Front Page");
|
||||
define("DOWLAN_30", "Create Download");
|
||||
define("DOWLAN_31", "Categories");
|
||||
define("DOWLAN_32", "Downloads Options");
|
||||
define("DOWLAN_33", "Are you sure you want to delete this download?");
|
||||
define("DOWLAN_34", "Are you sure you want to delete this download category?");
|
||||
|
||||
define("DOWLAN_36", "deleted");
|
||||
define("DOWLAN_37", "Parent");
|
||||
define("DOWLAN_38", "No existing categories");
|
||||
define("DOWLAN_39", "Download categories");
|
||||
define("DOWLAN_40", "None - main parent");
|
||||
define("DOWLAN_41", "Icon");
|
||||
define("DOWLAN_42", "View Images");
|
||||
define("DOWLAN_43", "Visible to");
|
||||
define("DOWLAN_44", "Ticking will make the category visible to only users in that class");
|
||||
define("DOWLAN_45", "Create Category");
|
||||
define("DOWLAN_46", "Update Category");
|
||||
define("DOWLAN_47", "Category created");
|
||||
define("DOWLAN_48", "Category Updated");
|
||||
define("DOWLAN_49", "Download Category");
|
||||
|
||||
define("DOWLAN_51", "Search/Refresh downloads");
|
||||
define("DOWLAN_52", "Files");
|
||||
define("DOWLAN_53", "Subcategory");
|
||||
define("DOWLAN_54", "Download Options");
|
||||
define("DOWLAN_55", "Number of downloads to display per page");
|
||||
define("DOWLAN_56", "Sort by ");
|
||||
|
||||
|
||||
define("DOWLAN_59", "Filename");
|
||||
|
||||
define("DOWLAN_62", "Ascending");
|
||||
define("DOWLAN_63", "Descending");
|
||||
define("DOWLAN_64", "Update Options");
|
||||
define("DOWLAN_65", "Options Updated");
|
||||
define("DOWLAN_66", "Enter filesize");
|
||||
define("DOWLAN_67", "ID");
|
||||
define("DOWLAN_68", "File Missing!");
|
||||
define("DOWLAN_69", "Downloads handled by PHP");
|
||||
define("DOWLAN_70", "Checking this will send all download requests through PHP.");
|
||||
define("DOWLAN_100", "Activate Download Agreement");
|
||||
define("DOWLAN_101", "Agreement Text");
|
||||
define("DOWLAN_102", "Allow Comments?");
|
||||
define("DOWLAN_103", "Remove from Uploads");
|
||||
define("DOWLAN_104", "was removed from public uploads");
|
||||
define("DOWLAN_105", "Back to Public Uploads");
|
||||
define("DOWLAN_106", "May be download by");
|
||||
define("DOWLAN_107", "Limit download count");
|
||||
define("DOWLAN_108", "Limit download bandwidth");
|
||||
define("DOWLAN_109", "every");
|
||||
define("DOWLAN_110", "days");
|
||||
define("DOWLAN_111", "kb");
|
||||
define("DOWLAN_112", "Limits");
|
||||
define("DOWLAN_113", "Userclass");
|
||||
define("DOWLAN_114", "Add New Limit");
|
||||
define("DOWLAN_115", "Update limits");
|
||||
define("DOWLAN_116", "Limit for that userclass already exists");
|
||||
define("DOWLAN_117", "Limit successfully added");
|
||||
define("DOWLAN_118", "Limit not added - unknown error");
|
||||
define("DOWLAN_119", "Limit successfully removed");
|
||||
define("DOWLAN_120", "Limit not removed - unknown error");
|
||||
define("DOWLAN_121", "Limit successfully updated");
|
||||
define("DOWLAN_122", "Inactive");
|
||||
define("DOWLAN_123", "Active - File is subject to download limits");
|
||||
define("DOWLAN_124", "Active - File is NOT subject to download limits");
|
||||
define("DOWLAN_125", "Download limits active");
|
||||
define("DOWLAN_126", "Activation status updated");
|
||||
define("DOWLAN_127", "Only enter filesize if the download is an external file");
|
||||
define("DOWLAN_128", "Mirrors");
|
||||
define("DOWLAN_129", "leave blank if not using mirrors");
|
||||
define("DOWLAN_130", "Add another mirror");
|
||||
define("DOWLAN_131", "Select local file");
|
||||
define("DOWLAN_132", "Please enter mirror to use, then address to download");
|
||||
|
||||
define("DOWLAN_133", "Mirror updated in database");
|
||||
define("DOWLAN_134", "Mirror saved in database");
|
||||
define("DOWLAN_135", "Mirror deleted");
|
||||
define("DOWLAN_136", "image");
|
||||
define("DOWLAN_137", "Are you sure you want to delete this mirror?");
|
||||
define("DOWLAN_138", "Existing Mirrors");
|
||||
define("DOWLAN_139", "Address");
|
||||
define("DOWLAN_140", "Upload local images to e107_files/downloadimages to show them here, or enter full address if image is remote");
|
||||
define("DOWLAN_141", "Location");
|
||||
define("DOWLAN_142", "Update Mirror");
|
||||
define("DOWLAN_143", "Create Mirror");
|
||||
define("DOWLAN_144", "No mirrors defined in mirror section.");
|
||||
|
||||
define("DOWLAN_145", "Download visible to");
|
||||
define("DOWLAN_146", "Custom Download-denial message or URL");
|
||||
|
||||
|
||||
define("DOWLAN_147", "Icon for empty category");
|
||||
define("DOWLAN_148", "Check to update date stamp to current time");
|
||||
define("DOWLAN_149", "Or click here to use an external file");
|
||||
|
||||
define("DOWLAN_150", "Email admin when broken download reported");
|
||||
define("DOWLAN_151", "Broken-download reporting available to");
|
||||
|
||||
define("DOWLAN_152", "Couldn't move file");
|
||||
define("DOWLAN_153", "Move file into download folder");
|
||||
|
||||
define("DOWLAN_154", "if using mirrors, select how they will be displayed");
|
||||
define("DOWLAN_155", "Mirror display type:");
|
||||
define("DOWLAN_156", "show mirror list, allow user to choose mirror");
|
||||
define("DOWLAN_157", "use random mirror - no user choice");
|
||||
?>
|
25
e107_languages/English/admin/lan_e107_update.php
Normal file
25
e107_languages/English/admin/lan_e107_update.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_e107_update.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("LAN_UPDATE_2", "Action");
|
||||
define("LAN_UPDATE_3", "Not Needed");
|
||||
|
||||
define("LAN_UPDATE_5", "Update available");
|
||||
define("LAN_UPDATE_7", "Executed");
|
||||
define("LAN_UPDATE_8", "Update from");
|
||||
define("LAN_UPDATE_9", "to");
|
||||
define("LAN_UPDATE_10", "Available Updates");
|
||||
define("LAN_UPDATE_11", ".617 to .7 Update Continued");
|
||||
define("LAN_UPDATE_12", "One of your tables contains duplicate entries.");
|
||||
|
||||
|
||||
?>
|
39
e107_languages/English/admin/lan_emoticon.php
Normal file
39
e107_languages/English/admin/lan_emoticon.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_emoticon.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("EMOLAN_1", "Emote activation");
|
||||
define("EMOLAN_2", "Name");
|
||||
define("EMOLAN_3", "Emotes");
|
||||
define("EMOLAN_4", "Activate emoticons?");
|
||||
|
||||
define("EMOLAN_5", "Image");
|
||||
define("EMOLAN_6", "Emote Code");
|
||||
define("EMOLAN_7", "separate multiple entries with spaces");
|
||||
|
||||
define("EMOLAN_8", "Status");
|
||||
define("EMOLAN_9", "Options");
|
||||
define("EMOLAN_10", "Active");
|
||||
define("EMOLAN_11", "Activate pack'");
|
||||
|
||||
define("EMOLAN_12", "Edit / configure this pack");
|
||||
define("EMOLAN_13", "Installed packs");
|
||||
|
||||
define("EMOLAN_14", "Save configuration");
|
||||
define("EMOLAN_15", "Edit / configure emotes");
|
||||
define("EMOLAN_16", "Emote configuration saved");
|
||||
define("EMOLAN_17", "You have an emoticon pack present that contains spaces, which are not allowed !");
|
||||
define("EMOLAN_18", "please rename the instances listed below so they no longer contain spaces:");
|
||||
define("EMOLAN_19", "Name");
|
||||
define("EMOLAN_20", "Location");
|
||||
define("EMOLAN_21", "Error");
|
||||
//define("EMOLAN_2", "Name");
|
||||
|
||||
?>
|
73
e107_languages/English/admin/lan_fileinspector.php
Normal file
73
e107_languages/English/admin/lan_fileinspector.php
Normal file
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_fileinspector.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("FC_LAN_1", "File Inspector");
|
||||
define("FC_LAN_2", "Scan Options");
|
||||
define("FC_LAN_3", "Show");
|
||||
define("FC_LAN_4", "All");
|
||||
define("FC_LAN_5", "Core Files");
|
||||
define("FC_LAN_6", "Integrity Fail Only");
|
||||
define("FC_LAN_7", "Non Core Files");
|
||||
define("FC_LAN_8", "Check Integrity Of Core Files");
|
||||
define("FC_LAN_9", "On");
|
||||
define("FC_LAN_10", "Off");
|
||||
define("FC_LAN_11", "Scan Now");
|
||||
define("FC_LAN_12", "None");
|
||||
define("FC_LAN_13", "Missing Core Files");
|
||||
define("FC_LAN_14", "Display results as");
|
||||
define("FC_LAN_15", "Directory Tree");
|
||||
define("FC_LAN_16", "List");
|
||||
define("FC_LAN_17", "String Matching");
|
||||
define("FC_LAN_18", "Regular expression");
|
||||
define("FC_LAN_19", "Show line numbers");
|
||||
define("FC_LAN_20", "Show matched lines");
|
||||
define("FC_LAN_21", "Old Core Files");
|
||||
|
||||
define("FR_LAN_1", "Scanning");
|
||||
define("FR_LAN_2", "Scan Results");
|
||||
define("FR_LAN_3", "Overview");
|
||||
define("FR_LAN_4", "Core files");
|
||||
define("FR_LAN_5", "Non core files");
|
||||
define("FR_LAN_6", "Total files");
|
||||
define("FR_LAN_7", "Integrity Check");
|
||||
define("FR_LAN_8", "Core files passed");
|
||||
define("FR_LAN_9", "Core files failed");
|
||||
define("FR_LAN_10", "Possible reasons for files to fail");
|
||||
define("FR_LAN_11", "The file is corrupted");
|
||||
define("FR_LAN_12", "This could be for a number of reasons such as the file being corrupted in the zip, got corrupted during
|
||||
extraction or got corrupted during file upload via FTP. You should try re-uploading the file to your server
|
||||
and re-run the scan to see if this resolves the error.");
|
||||
define("FR_LAN_13", "The file is out of date");
|
||||
define("FR_LAN_14", "If the file is from an older release of e107 to the version you are
|
||||
running then it will fail the integrity check. Make sure you have uploaded the newest version of this file.");
|
||||
define("FR_LAN_15", "The file has been edited");
|
||||
define("FR_LAN_16", "If you have edited this file in any way it will not pass the integrity check. If you
|
||||
intentionally edited this file then you need not worry and can ignore this integrity check fail. If however
|
||||
the file was edited by someone else without authorisation you may want to re-upload the proper version of
|
||||
this file from the e107 zip.");
|
||||
define("FR_LAN_17", "If you are a CVS user");
|
||||
define("FR_LAN_18", "If you run checkouts of the e107 CVS on your site instead of the official e107 stable
|
||||
releases, then you will discover files have failed integrity check because they have been edited by a dev
|
||||
after the latest core image snapshot was created.");
|
||||
define("FR_LAN_19", "files failed");
|
||||
define("FR_LAN_20", "All files passed");
|
||||
define("FR_LAN_21", "none");
|
||||
define("FR_LAN_22", "Missing core files");
|
||||
define("FR_LAN_23", "No matches found.");
|
||||
define("FR_LAN_24", "Old core files");
|
||||
define("FR_LAN_25", "Integrity incalculable");
|
||||
|
||||
define("FR_LAN_26", "Warning! Known Insecurity Detected!");
|
||||
define("FR_LAN_27", "There are files on your server that are known to be exploitable and must be removed immediately.");
|
||||
define("FR_LAN_28", "Known insecure files");
|
||||
|
||||
?>
|
67
e107_languages/English/admin/lan_filemanager.php
Normal file
67
e107_languages/English/admin/lan_filemanager.php
Normal file
@@ -0,0 +1,67 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_filemanager.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("FMLAN_1", "Uploaded");
|
||||
define("FMLAN_2", "to");
|
||||
define("FMLAN_3", "directory");
|
||||
define("FMLAN_4", "The uploaded file exceeds the upload_max_filesize directive in php.ini.");
|
||||
// define("FMLAN_5", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form.");
|
||||
// define("FMLAN_6", "The uploaded file was only partially uploaded.");
|
||||
// define("FMLAN_7", "No file was uploaded.");
|
||||
// define("FMLAN_8", "Uploaded file size 0 bytes");
|
||||
// define("FMLAN_9", "The file did not upload. Filename");
|
||||
// define("FMLAN_10", "Error");
|
||||
// define("FMLAN_11", "Probably incorrect permissions on upload directory.");
|
||||
define("FMLAN_12", "file");
|
||||
define("FMLAN_13", "files");
|
||||
define("FMLAN_14", "directory");
|
||||
define("FMLAN_15", "directories");
|
||||
define("FMLAN_16", "Root directory");
|
||||
define("FMLAN_17", "Name");
|
||||
define("FMLAN_18", "Size");
|
||||
define("FMLAN_19", "Last Modified");
|
||||
|
||||
define("FMLAN_21", "Upload file to this dir");
|
||||
define("FMLAN_22", "Upload");
|
||||
|
||||
define("FMLAN_26", "Deleted");
|
||||
define("FMLAN_27", "successfully");
|
||||
define("FMLAN_28", "Unable to delete");
|
||||
define("FMLAN_29", "Path");
|
||||
define("FMLAN_30", "Up level");
|
||||
define("FMLAN_31", "folder");
|
||||
|
||||
define("FMLAN_32", "Select Directory");
|
||||
define("FMLAN_33", "Select");
|
||||
define("FMLAN_34", "Directory Choice");
|
||||
define("FMLAN_35", "Files Directory");
|
||||
|
||||
define("FMLAN_36", "Custom Menus Directory");
|
||||
define("FMLAN_37", "Custom Pages Directory");
|
||||
|
||||
define("FMLAN_38", "Successfully moved file to");
|
||||
define("FMLAN_39", "Unable to move file to");
|
||||
define("FMLAN_40", "Newspost-Images Directory");
|
||||
|
||||
|
||||
define("FMLAN_43", "Delete selected files");
|
||||
|
||||
|
||||
define("FMLAN_46", "Please confirm that you wish to DELETE the selected files.");
|
||||
define("FMLAN_47", "User Uploads");
|
||||
|
||||
define("FMLAN_48", "Move selected to");
|
||||
define("FMLAN_49", "Please confirm you wish to move the selected files.");
|
||||
define("FMLAN_50", "Move");
|
||||
|
||||
|
||||
|
||||
?>
|
30
e107_languages/English/admin/lan_fla.php
Normal file
30
e107_languages/English/admin/lan_fla.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_fla.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("FLALAN_1", "Failed login attempts");
|
||||
define("FLALAN_2", "No failed login attempts have been logged");
|
||||
define("FLALAN_3", "Attempt(s) deleted");
|
||||
define("FLALAN_4", "User attempted to login using incorrect username/password");
|
||||
define("FLALAN_5", "IP(s) banned");
|
||||
define("FLALAN_6", "Date");
|
||||
define("FLALAN_7", "Data");
|
||||
define("FLALAN_8", "IP address/ Host");
|
||||
define("FLALAN_9", "Options");
|
||||
define("FLALAN_10", "Delete / Ban checked entries");
|
||||
define("FLALAN_11", "check all delete checkboxes");
|
||||
define("FLALAN_12", "uncheck all delete checkboxes");
|
||||
define("FLALAN_13", "check all ban checkboxes");
|
||||
define("FLALAN_14", "uncheck all ban checkboxes");
|
||||
define("FLALAN_15", "The following IP address(es) have been auto-banned - user attempted more than ten failed logins");
|
||||
define("FLALAN_16", "delete this auto ban list");
|
||||
define("FLALAN_17", "Auto-ban list deleted");
|
||||
|
||||
?>
|
30
e107_languages/English/admin/lan_footer.php
Normal file
30
e107_languages/English/admin/lan_footer.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_footer.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("FOOTLAN_1", "Site");
|
||||
define("FOOTLAN_2", "Head Admin");
|
||||
define("FOOTLAN_3", "Version");
|
||||
define("FOOTLAN_4", "build");
|
||||
define("FOOTLAN_5", "Theme");
|
||||
define("FOOTLAN_6", "by");
|
||||
define("FOOTLAN_7", "Info");
|
||||
define("FOOTLAN_8", "Install date");
|
||||
define("FOOTLAN_9", "Server");
|
||||
define("FOOTLAN_10", "host");
|
||||
define("FOOTLAN_11", "PHP Version");
|
||||
define("FOOTLAN_12", "MySQL");
|
||||
define("FOOTLAN_13", "Site Info");
|
||||
define("FOOTLAN_14", "Show Docs");
|
||||
define("FOOTLAN_15", "Documentation");
|
||||
define("FOOTLAN_16", "Database");
|
||||
define("FOOTLAN_17", "Charset");
|
||||
|
||||
?>
|
40
e107_languages/English/admin/lan_frontpage.php
Normal file
40
e107_languages/English/admin/lan_frontpage.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_frontpage.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("FRTLAN_1", "Front Page settings updated.");
|
||||
define("FRTLAN_2", "Set front page for");
|
||||
define("FRTLAN_6", "Links");
|
||||
// define("FRTLAN_7", "Content Page");
|
||||
define("FRTLAN_12", "Update Front Page Settings");
|
||||
define("FRTLAN_13", "Front Page Settings");
|
||||
define("FRTLAN_15", "Other (enter url):");
|
||||
define("FRTLAN_16", "error: no content main parent selected");
|
||||
define("FRTLAN_17", "error: no content sub category selected");
|
||||
define("FRTLAN_18", "error: no content item selected");
|
||||
define("FRTLAN_19", "content main parent");
|
||||
define("FRTLAN_20", "content category");
|
||||
define("FRTLAN_21", "content item");
|
||||
// define("FRTLAN_22", "");
|
||||
// define("FRTLAN_23", "");
|
||||
// define("FRTLAN_24", "");
|
||||
// define("FRTLAN_25", "");
|
||||
|
||||
define("FRTLAN_26", "all users");
|
||||
define("FRTLAN_27", "Guests");
|
||||
define("FRTLAN_28", "Members");
|
||||
define("FRTLAN_29", "Administrators");
|
||||
define("FRTLAN_31", "All Users");
|
||||
define("FRTLAN_32", "User Class");
|
||||
define("FRTLAN_33", "Current Settings");
|
||||
define("FRTLAN_34", "Page");
|
||||
|
||||
?>
|
21
e107_languages/English/admin/lan_header.php
Normal file
21
e107_languages/English/admin/lan_header.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_header.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("LAN_head_1", "Admin Navigation");
|
||||
define("LAN_head_2", "Your server does not allow HTTP file uploads so it will not be possible for your users to upload avatars/files etc. To rectify this set file_uploads to On in your php.ini and restart your server. If you don't have access to your php.ini contact your hosts.");
|
||||
define("LAN_head_3", "Your server is running with a basedir restriction in effect. This disallows usage of any file outside of your home directory and as such could affect certain scripts such as the filemanager.");
|
||||
|
||||
define("LAN_head_4", "Admin Area");
|
||||
|
||||
define("LAN_head_5", "language displayed in admin area: ");
|
||||
define("LAN_head_6", "Plugins info");
|
||||
|
||||
?>
|
65
e107_languages/English/admin/lan_image.php
Normal file
65
e107_languages/English/admin/lan_image.php
Normal file
@@ -0,0 +1,65 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_image.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("IMALAN_1", "Enable image posting");
|
||||
define("IMALAN_2", "Display images, this will apply sitewide (comments, chatbox etc)");
|
||||
define("IMALAN_3", "Resize method");
|
||||
define("IMALAN_4", "Method used to resize images, either GD1/2 library, or ImageMagick");
|
||||
define("IMALAN_5", "Path to ImageMagick (if selected)");
|
||||
define("IMALAN_6", "Full path to ImageMagick Convert utility");
|
||||
define("IMALAN_7", "Image Settings");
|
||||
define("IMALAN_8", "Update Image Settings");
|
||||
define("IMALAN_9", "Image settings updated");
|
||||
define("IMALAN_10", "Image posting class");
|
||||
define("IMALAN_11", "Restrict users who can post images (if enabled above)");
|
||||
define("IMALAN_12", "Disabled image method");
|
||||
define("IMALAN_13", "What to do with posted images if image posting is disabled");
|
||||
define("IMALAN_14", "Show image URL");
|
||||
define("IMALAN_15", "Show nothing");
|
||||
define("IMALAN_16", "Show uploaded avatars");
|
||||
define("IMALAN_17", "Click here");
|
||||
define("IMALAN_18", "Uploaded images");
|
||||
|
||||
define("IMALAN_21", "Used by");
|
||||
define("IMALAN_22", "Image not in use");
|
||||
define("IMALAN_23", "Avatar");
|
||||
define("IMALAN_24", "Photograph");
|
||||
define("IMALAN_25", "Click here to delete all unused images");
|
||||
define("IMALAN_26", "image(s) deleted");
|
||||
|
||||
define("IMALAN_28", "deleted");
|
||||
define("IMALAN_29", "No images");
|
||||
define("IMALAN_30", "Everyone (public)");
|
||||
define("IMALAN_31", "Guests only");
|
||||
define("IMALAN_32", "Members only");
|
||||
define("IMALAN_33", "Admin only");
|
||||
define("IMALAN_34", "Enable Sleight");
|
||||
define("IMALAN_35", "Fixes transparent PNG-24's with alpha transparency in IE 5 / 6 (Applies Sitewide)");
|
||||
|
||||
define("IMALAN_36", "Validate avatar size and access");
|
||||
define("IMALAN_37", "Avatar Validation");
|
||||
define("IMALAN_38", "Maximum allowable width");
|
||||
define("IMALAN_39", "Maximum allowable height");
|
||||
define("IMALAN_40", "Too wide");
|
||||
define("IMALAN_41", "Too high");
|
||||
define("IMALAN_42", "Not found");
|
||||
define("IMALAN_43", "Delete uploaded avatar");
|
||||
define("IMALAN_44", "Delete external reference");
|
||||
define("IMALAN_45", "Not found");
|
||||
define("IMALAN_46", "Too large");
|
||||
define("IMALAN_47", "Total uploaded avatars");
|
||||
define("IMALAN_48", "Total external avatars");
|
||||
define("IMALAN_49", "Users with avatars");
|
||||
define("IMALAN_50", "Total");
|
||||
define("IMALAN_51", "Avatar for ");
|
||||
|
||||
|
||||
?>
|
35
e107_languages/English/admin/lan_lancheck.php
Normal file
35
e107_languages/English/admin/lan_lancheck.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_lancheck.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("LAN_CHECK_1", "Verify/Edit Language Files"); // modified in 0.7.6
|
||||
define("LAN_CHECK_2", "Begin Verify");
|
||||
define("LAN_CHECK_3", "Verification of");
|
||||
define("LAN_CHECK_4", "File missing!");
|
||||
define("LAN_CHECK_5", "Phrase missing!");
|
||||
|
||||
define("LAN_CHECK_7", "phrase");
|
||||
|
||||
define("LAN_CHECK_8", "A file is missing...");
|
||||
define("LAN_CHECK_9", " files are missing...");
|
||||
define("LAN_CHECK_10", "Critical error: ");
|
||||
define("LAN_CHECK_11", "No files missing !");
|
||||
define("LAN_CHECK_12", "A file is wrong...");
|
||||
define("LAN_CHECK_13", " files are wrong...");
|
||||
define("LAN_CHECK_14", "All existing files are valid !");
|
||||
|
||||
define("LAN_CHECK_15", "Illegal characters found before '<?php'");
|
||||
define("LAN_CHECK_16", "Original File");
|
||||
define("LAN_CHECK_17", "A write problem occured while trying to save the file.");
|
||||
define("LAN_CHECK_18", "Language files in the standard format are NOT available for this plugin/theme.");
|
||||
define("LAN_CHECK_19", "Non-UTF-8 characters found!");
|
||||
|
||||
|
||||
?>
|
38
e107_languages/English/admin/lan_language.php
Normal file
38
e107_languages/English/admin/lan_language.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_language.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("LANG_LAN_00","could not be created.(already exists)");
|
||||
define("LANG_LAN_01","was deleted(if existing) and created.");
|
||||
define("LANG_LAN_02","couldn't be deleted");
|
||||
define("LANG_LAN_03","Tables");
|
||||
|
||||
define("LANG_LAN_05","Not Installed");
|
||||
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_10", "Confirm delete");
|
||||
define("LANG_LAN_11", "Delete unchecked tables above (if they exist).");
|
||||
define("LANG_LAN_12", "Enable Multi-Language Tables");
|
||||
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.");
|
||||
define("LANG_LAN_18", "Use Parked Subdomains to set Language:");
|
||||
define("LANG_LAN_19", "e.g. fr.mydomain.com to set the language to French.");
|
||||
define("LANG_LAN_20", "Enter the main domain name to enable. e.g. mydomain.com");
|
||||
|
||||
define("LANG_LAN_21", "Language Tools");
|
||||
|
||||
|
||||
|
||||
?>
|
67
e107_languages/English/admin/lan_links.php
Normal file
67
e107_languages/English/admin/lan_links.php
Normal file
@@ -0,0 +1,67 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_links.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("LCLAN_1", "Options Saved");
|
||||
define("LCLAN_2", "Link saved to database.");
|
||||
define("LCLAN_3", "Link updated in database.");
|
||||
// define("LCLAN_4", "Link deleted.");
|
||||
define("LCLAN_6", "Order updated.");
|
||||
define("LCLAN_8", "Existing Links");
|
||||
define("LCLAN_12", "Link Rendertype");
|
||||
define("LCLAN_15", "Link Name");
|
||||
define("LCLAN_16", "Link URL");
|
||||
define("LCLAN_17", "Link Description");
|
||||
define("LCLAN_18", "Link Button / Icon");
|
||||
define("LCLAN_19", "Link Open Type");
|
||||
define("LCLAN_20", "Opens in same window");
|
||||
define("LCLAN_23", "Opens in new window");
|
||||
define("LCLAN_24", "Opens in 600x400 mini-window");
|
||||
define("LCLAN_25", "Link Class");
|
||||
define("LCLAN_26", "Ticking will make the link visible to only users in that class");
|
||||
define("LCLAN_27", "Update Link");
|
||||
define("LCLAN_28", "Create link");
|
||||
define("LCLAN_29", "Links");
|
||||
define("LCLAN_30", "move up");
|
||||
define("LCLAN_31", "move down");
|
||||
define("LCLAN_39", "View Images");
|
||||
define("LCLAN_53", "Link");
|
||||
define("LCLAN_54", "deleted");
|
||||
define("LCLAN_58", "Are you sure you want to delete this link?");
|
||||
define("LCLAN_61", "No links");
|
||||
define("LCLAN_62", "Links Front Page");
|
||||
define("LCLAN_63", "Create New Link");
|
||||
define("LCLAN_68", "Links Options");
|
||||
define("LCLAN_78", "Show Description as Screen-Tip");
|
||||
define("LCLAN_79", "Description will be shown when the mouse hovers over the link");
|
||||
define("LCLAN_80", "Activate expanding sub-menus");
|
||||
define("LCLAN_81", "Sub-menus will display only after clicking their parent. (Link parent is disabled)");
|
||||
define("LCLAN_83", "Submenus Generator");
|
||||
define("LCLAN_88", "Site Links Options");
|
||||
define("LCLAN_89", "Image");
|
||||
|
||||
define("LCLAN_91", "Move");
|
||||
define("LCLAN_95", "Class");
|
||||
|
||||
define("LCLAN_96", "Shown in your theme as");
|
||||
|
||||
|
||||
define("LINKLAN_1", "Opens in 800x600 window");
|
||||
define("LINKLAN_2", "Parent");
|
||||
define("LINKLAN_3", "No Parent (Normal Link)");
|
||||
define("LINKLAN_4", "Sublink Generator");
|
||||
define("LINKLAN_5", "Generate Sublinks");
|
||||
define("LINKLAN_6", "Create sublinks from:");
|
||||
define("LINKLAN_7", "Create sublinks under which link?");
|
||||
define("LINKLAN_8", "News Categories");
|
||||
define("LINKLAN_9", "Download Categories");
|
||||
define("LINKLAN_10", "Create Sublink");
|
||||
|
||||
?>
|
103
e107_languages/English/admin/lan_mailout.php
Normal file
103
e107_languages/English/admin/lan_mailout.php
Normal file
@@ -0,0 +1,103 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_mailout.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("PRFLAN_52", "Save Changes");
|
||||
define("PRFLAN_63", "Send test email");
|
||||
define("PRFLAN_64", "Clicking button will send test email to main admin email address");
|
||||
define("PRFLAN_65", "Click to send email to");
|
||||
define("PRFLAN_66", "Test email from");
|
||||
define("PRFLAN_67", "This is a test email, it appears that your email settings are working ok!\n\nRegards\nfrom the e107 website system.");
|
||||
define("PRFLAN_68", "The email could not be sent. It appears that your server is not correctly configured to send emails, please try again using SMTP, or contact your hosts and ask them to check their sendmail / email server settings.");
|
||||
define("PRFLAN_69", "The email has been successfully sent, please check your inbox.");
|
||||
define("PRFLAN_70", "Emailing method");
|
||||
define("PRFLAN_71", "If unsure, leave as php");
|
||||
define("PRFLAN_72", "SMTP Server");
|
||||
define("PRFLAN_73", "SMTP Username");
|
||||
define("PRFLAN_74", "SMTP Password");
|
||||
define("PRFLAN_75", "The email could not be sent. Please review your SMTP settings, or disable SMTP and try again.");
|
||||
|
||||
define("MAILAN_01","From Name");
|
||||
define("MAILAN_02","From Email");
|
||||
define("MAILAN_03","To");
|
||||
define("MAILAN_04","Cc");
|
||||
define("MAILAN_05","Bcc");
|
||||
define("MAILAN_06","Subject");
|
||||
define("MAILAN_07","Attachment");
|
||||
define("MAILAN_08","Send Email");
|
||||
define("MAILAN_09","Use Theme Style");
|
||||
define("MAILAN_10","User Subscribed");
|
||||
define("MAILAN_11","Insert Variables");
|
||||
define("MAILAN_12","All Members");
|
||||
define("MAILAN_13","All Unverified Members ");
|
||||
define("MAILAN_14","It is recommended that you enable SMTP for sending large numbers of emails - set in preferences below.");
|
||||
define("MAILAN_15","Mail-Out");
|
||||
|
||||
define("MAILAN_16","username");
|
||||
define("MAILAN_17","signup link");
|
||||
define("MAILAN_18","user id");
|
||||
define("MAILAN_19","There is no email address for site-admin. Please check your preferences and try again.");
|
||||
define("MAILAN_20","Sendmail-path");
|
||||
define("MAILAN_21","Mass-Mail Entries");
|
||||
define("MAILAN_22","There are currently no saved entries");
|
||||
define("MAILAN_23","userclass: ");
|
||||
define("MAILAN_24", "email(s) are ready to be sent");
|
||||
|
||||
define("MAILAN_25", "Pause");
|
||||
define("MAILAN_26", "Pause mass-mailing every");
|
||||
define("MAILAN_27", "emails");
|
||||
define("MAILAN_28", "Pause Length");
|
||||
define("MAILAN_29", "seconds");
|
||||
define("MAILAN_30", "More than 30 seconds may cause the browser to time-out");
|
||||
define("MAILAN_31", "Bounced Email Processing");
|
||||
define("MAILAN_32", "Email address");
|
||||
define("MAILAN_33", "Incoming Mail");
|
||||
define("MAILAN_34", "Account Name");
|
||||
define("MAILAN_35", "Password");
|
||||
define("MAILAN_36", "Delete Bounced Mails after checking");
|
||||
|
||||
define("MAILAN_37", "Proceed");
|
||||
define("MAILAN_38", "Cancel");
|
||||
define("MAILAN_39", "Emailing");
|
||||
define("MAILAN_40", "You need to rename <b>e107.htaccess</b> to <b>.htaccess</b> in");
|
||||
define("MAILAN_41", "before sending mail from this page.");
|
||||
define("MAILAN_42", "Warning");
|
||||
define("MAILAN_43", "Username");
|
||||
define("MAILAN_44", "User Login");
|
||||
define("MAILAN_45", "User Email");
|
||||
define("MAILAN_46", "User-Match");
|
||||
define("MAILAN_47", "contains");
|
||||
define("MAILAN_48", "equals");
|
||||
define("MAILAN_49", "Id");
|
||||
define("MAILAN_50", "Author");
|
||||
define("MAILAN_51", "Subject");
|
||||
define("MAILAN_52", "Lastmod");
|
||||
define("MAILAN_53", "Admins");
|
||||
define("MAILAN_54", "Self");
|
||||
define("MAILAN_55", "Userclass");
|
||||
define("MAILAN_56", "Send Mail");
|
||||
define("MAILAN_57", "Keep SMTP session alive");
|
||||
define("MAILAN_58", "There is a problem with the attachment:");
|
||||
define("MAILAN_59", "Mailing Progress");
|
||||
define("MAILAN_60", "Sending...");
|
||||
define("MAILAN_61", "There are no remaining emails to be sent.");
|
||||
define("MAILAN_62", "Emails sent:");
|
||||
define("MAILAN_63", "Emails failed:");
|
||||
define("MAILAN_64", "Total time elapsed:");
|
||||
define("MAILAN_65", "seconds");
|
||||
define("MAILAN_66", "Cancelled Successfully");
|
||||
define("MAILAN_67", "Use 'POP before SMTP' authentication");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
56
e107_languages/English/admin/lan_menus.php
Normal file
56
e107_languages/English/admin/lan_menus.php
Normal file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_menus.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:41 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("MENLAN_1", "Visible to all");
|
||||
define("MENLAN_2", "Visible to members only");
|
||||
define("MENLAN_3", "Visible to administrators only");
|
||||
define("MENLAN_4", "Only visible to:");
|
||||
// define("MENLAN_5", "class");
|
||||
define("MENLAN_6", "Save visibility options");
|
||||
define("MENLAN_7", "Configure visibility options for");
|
||||
define("MENLAN_8", "Visibility options updated");
|
||||
define("MENLAN_9", "New custom menu installed");
|
||||
define("MENLAN_10", "New menu installed");
|
||||
define("MENLAN_11", "Menu removed");
|
||||
define("MENLAN_12", "Activate: choose area");
|
||||
define("MENLAN_13", "Activate in Area");
|
||||
define("MENLAN_14", "Area");
|
||||
define("MENLAN_15", "Deactivate");
|
||||
define("MENLAN_16", "Configure");
|
||||
define("MENLAN_17", "Move Up");
|
||||
define("MENLAN_18", "Move Down");
|
||||
define("MENLAN_19", "Move to Area");
|
||||
define("MENLAN_20", "Visibility");
|
||||
|
||||
// define("MENLAN_21", "Visible to Guests only");
|
||||
define("MENLAN_22", "Inactive Menus");
|
||||
|
||||
define("MENLAN_23", "Move to bottom");
|
||||
define("MENLAN_24", "Move to top");
|
||||
define("MENLAN_25", "Function ...");
|
||||
|
||||
define("MENLAN_26", "This menu will only be <strong>SHOWN</strong> on the following pages");
|
||||
define("MENLAN_27", "This menu will only be <strong>HIDDEN</strong> on the following pages");
|
||||
define("MENLAN_28", "Enter one page per line, enter enough of the url to distinguish it properly. If you need the ending of the url to match exactly, use a ! at the end of the page name <br />For example: <strong>page.php?1!</strong>");
|
||||
|
||||
define("MENLAN_29", "Select Layout");
|
||||
define("MENLAN_30", "To see the menu areas and their positions for custom layouts, select the custom layout here:");
|
||||
define("MENLAN_31", "Default Layout");
|
||||
define("MENLAN_32", "Newsheader Layout");
|
||||
define("MENLAN_33", "Custom Layout");
|
||||
define("MENLAN_34", "Embedded");
|
||||
define("MENLAN_35", "Configure Menus");
|
||||
define("MENLAN_36", "Choose the menu(s) to activate");
|
||||
define("MENLAN_37", "and where to activate them.");
|
||||
define("MENLAN_38", "Hold down CTRL to select multiple menus.");
|
||||
|
||||
|
||||
?>
|
28
e107_languages/English/admin/lan_message.php
Normal file
28
e107_languages/English/admin/lan_message.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_message.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:41 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("MESSLAN_1", "Received messages");
|
||||
define("MESSLAN_2", "Delete Message");
|
||||
define("MESSLAN_3", "Message Deleted.");
|
||||
define("MESSLAN_4", "Delete All Messages");
|
||||
define("MESSLAN_5", "Confirm");
|
||||
define("MESSLAN_6", "All messages deleted.");
|
||||
define("MESSLAN_7", "No messages.");
|
||||
define("MESSLAN_8", "Message type");
|
||||
define("MESSLAN_9", "Reported on");
|
||||
|
||||
define("MESSLAN_10", "Submitted by");
|
||||
define("MESSLAN_11", "opens in new window");
|
||||
define("MESSLAN_12", "Message");
|
||||
define("MESSLAN_13", "Link");
|
||||
|
||||
|
||||
?>
|
27
e107_languages/English/admin/lan_meta.php
Normal file
27
e107_languages/English/admin/lan_meta.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_meta.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:41 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("METLAN_1", "Meta tags updated in database");
|
||||
define("METLAN_2", "Enter additional meta-tags");
|
||||
define("METLAN_3", "Enter new meta tag settings");
|
||||
define("METLAN_4", "Updated");
|
||||
define("METLAN_5", "type your description here");
|
||||
define("METLAN_6", "type, a, list, of, your, keywords, here");
|
||||
define("METLAN_7", "type your copyright info here");
|
||||
define("METLAN_8", "Meta Tags");
|
||||
|
||||
define("METLAN_9", "Description");
|
||||
define("METLAN_10", "Keywords");
|
||||
define("METLAN_11", "Copyright");
|
||||
define("METLAN_12", "Use News title and summary as the meta-description on news pages.");
|
||||
define("METLAN_13", "Author");
|
||||
|
||||
?>
|
34
e107_languages/English/admin/lan_modcomment.php
Normal file
34
e107_languages/English/admin/lan_modcomment.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_modcomment.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:41 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("MDCLAN_1", "Moderated.");
|
||||
define("MDCLAN_2", "No comments for this item");
|
||||
define("MDCLAN_3", "Member");
|
||||
define("MDCLAN_4", "Guest");
|
||||
define("MDCLAN_5", "unblock");
|
||||
define("MDCLAN_6", "block");
|
||||
|
||||
define("MDCLAN_8", "Moderate Comments");
|
||||
define("MDCLAN_9", "Warning! Deleting Parent comments will also delete all replies!");
|
||||
|
||||
define("MDCLAN_10", "options");
|
||||
define("MDCLAN_11", "comment");
|
||||
define("MDCLAN_12", "comments");
|
||||
define("MDCLAN_13", "blocked");
|
||||
define("MDCLAN_14", "lock comments");
|
||||
define("MDCLAN_15", "open");
|
||||
define("MDCLAN_16", "locked");
|
||||
define("MDCLAN_17", "");
|
||||
define("MDCLAN_18", "");
|
||||
define("MDCLAN_19", "");
|
||||
define("MDCLAN_20", "");
|
||||
|
||||
?>
|
173
e107_languages/English/admin/lan_newspost.php
Normal file
173
e107_languages/English/admin/lan_newspost.php
Normal file
@@ -0,0 +1,173 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_newspost.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:41 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("NWSLAN_1", "News story deleted.");
|
||||
define("NWSLAN_2", "Please tick the confirm box to delete this news item.");
|
||||
define("NWSLAN_3", "No news items yet.");
|
||||
define("NWSLAN_4", "Existing News");
|
||||
define("NWSLAN_5", "Open HTML Editor");
|
||||
define("NWSLAN_6", "Category");
|
||||
|
||||
define("NWSLAN_9", "tick to confirm");
|
||||
define("NWSLAN_10", "No news categories");
|
||||
define("NWSLAN_11", "Add/Edit Categories");
|
||||
define("NWSLAN_12", "Title");
|
||||
define("NWSLAN_13", "Body");
|
||||
define("NWSLAN_14", "Extended");
|
||||
define("NWSLAN_15", "Comments");
|
||||
// define("NWSLAN_16", "Enabled"); // deprecated see lan_admin.php
|
||||
// define("NWSLAN_17", "Disabled"); // deprecated see lan_admin.php
|
||||
define("NWSLAN_18", "Allow comments to be posted to this news item");
|
||||
define("NWSLAN_19", "Activation");
|
||||
|
||||
define("NWSLAN_21", "Activate between");
|
||||
define("NWSLAN_22", "Visibility");
|
||||
|
||||
define("NWSLAN_24", "Preview again");
|
||||
define("NWSLAN_25", "Update news in database");
|
||||
define("NWSLAN_26", "Post news to database");
|
||||
define("NWSLAN_27", "Preview");
|
||||
|
||||
define("NWSLAN_29", "News Post");
|
||||
|
||||
define("NWSLAN_31", "News item");
|
||||
define("NWSLAN_32", "deleted");
|
||||
define("NWSLAN_33", "News Category");
|
||||
define("NWSLAN_34", "Submitted news item");
|
||||
define("NWSLAN_35", "News Category Saved");
|
||||
define("NWSLAN_36", "News Category Updated");
|
||||
define("NWSLAN_37", "Are you sure you want to delete this category?");
|
||||
define("NWSLAN_38", "Are you sure you want to delete this submitted news item?");
|
||||
define("NWSLAN_39", "Are you sure you want to delete this news item?");
|
||||
define("NWSLAN_40", "Title");
|
||||
|
||||
define("NWSLAN_42", "Untitled");
|
||||
define("NWSLAN_43", "No news items");
|
||||
define("NWSLAN_44", "News Front Page");
|
||||
define("NWSLAN_45", "Create News Item");
|
||||
define("NWSLAN_46", "Categories");
|
||||
define("NWSLAN_47", "Submitted News");
|
||||
define("NWSLAN_48", "News Options");
|
||||
define("NWSLAN_49", "Submitted by");
|
||||
|
||||
define("NWSLAN_51", "Existing News Categories");
|
||||
define("NWSLAN_52", "Category Name");
|
||||
define("NWSLAN_53", "Category Icon");
|
||||
define("NWSLAN_54", "View Images");
|
||||
define("NWSLAN_55", "Update News Category");
|
||||
define("NWSLAN_56", "Create News Category");
|
||||
define("NWSLAN_57", "Item");
|
||||
define("NWSLAN_58", "Post");
|
||||
define("NWSLAN_59", "No submitted news");
|
||||
// define("NWSLAN_60", "Submitted News"); //already defined above.
|
||||
|
||||
define("NWSLAN_62", "Go to page: ");
|
||||
define("NWSLAN_63", "Search newsposts");
|
||||
|
||||
define("NWSLAN_66", "Upload");
|
||||
define("NWSLAN_67", "Image");
|
||||
define("NWSLAN_68", "File");
|
||||
define("NWSLAN_69", "Upload an image or file for use in the news item");
|
||||
// define("NWSLAN_70", "The ".e_FILE."downloads folder is not writable, you need to CHMOD 777 the folder before uploading and files."); // deprecated see lan_admin.php
|
||||
// define("NWSLAN_71", "The ".e_IMAGE."newspost_images folder is not writable. You need to CHMOD 777 the folder before uploading any images."); // deprecated see lan_admin.php
|
||||
define("NWSLAN_72", "Only show news item between certain dates");
|
||||
define("NWSLAN_73", "Render type");
|
||||
define("NWSLAN_74", "Select how and where news item is posted");
|
||||
define("NWSLAN_75", "Default - post to front page");
|
||||
define("NWSLAN_76", "Title only - post to front page");
|
||||
define("NWSLAN_77", "Post to other news menu");
|
||||
|
||||
// define("NWSLAN_78", "This option is disabled as file uploading is not enabled on your server"); // deprecated see lan_admin.php
|
||||
define("NWSLAN_79","Clear Form");
|
||||
|
||||
define("NWSLAN_83","Extended news post");
|
||||
define("NWSLAN_84","Choose which visitors will see news item");
|
||||
|
||||
define("NWSLAN_86", "Show News-Category Footer Menu");
|
||||
define("NWSLAN_87", "News Category Columns?");
|
||||
define("NWSLAN_88", "News posts to display per page?");
|
||||
define("NWSLAN_89", "Save News Preferences");
|
||||
define("NWSLAN_90", "News Preferences");
|
||||
define("NWSLAN_100", "Enable Image uploading on Submit News page");
|
||||
define("NWSLAN_101", "Automatic resizing of submitted image");
|
||||
define("NWSLAN_102", "width in pixels<br /> or leave blank to disable.");
|
||||
define("NWSLAN_103", "re-post");
|
||||
define("NWSLAN_104", "by");
|
||||
define("NWSLAN_105", "Check box to update date stamp of news item to current time");
|
||||
define("NWSLAN_106", "Submit-News maybe accessed by:");
|
||||
define("NWSLAN_107", "Enable WYSIWYG editor on Submit-News page.");
|
||||
define("NWSLAN_108", "on");
|
||||
|
||||
define("NWSLAN_111", "Show new date header");
|
||||
define("NWSLAN_112", "If this box is ticked, a box containing the date will be displayed above news items posted on a new day, useful for distinguishing posts on different days");
|
||||
|
||||
define("NWSLAN_113", "Use non-standard template for news layout");
|
||||
define("NWSLAN_114", "if the theme you're using has a news layout template, use this instead of the generic layout");
|
||||
|
||||
define("NWSLAN_115", "News posts to display in archive ?");
|
||||
define("NWSLAN_116", "First update the preferences with the changed display per page setting, then update again after setting the news archive preference. (0 is un-activated)");
|
||||
define("NWSLAN_117", "set the title for the news archive");
|
||||
// define("NWSLAN_118", "View Images"); already defined above.
|
||||
define("NWSLAN_119", "Settings Saved");
|
||||
define("NWSLAN_120", "Text to show at the top of Submit News");
|
||||
|
||||
define("LAN_NEWS_5", "Error! - Was unable to update news item into database!");
|
||||
define("LAN_NEWS_6", "News entered into database.");
|
||||
define("LAN_NEWS_7", "Error! - Was unable to enter news item into database!");
|
||||
define("LAN_NEWS_9", "Title only is set - <b>only the news title will be shown</b>");
|
||||
define("LAN_NEWS_10", "This news post is <b>inactive</b> (It will be not shown on front page). ");
|
||||
define("LAN_NEWS_11", "This news post is <b>active</b> (it will be shown on front page). ");
|
||||
define("LAN_NEWS_12", "Comments are turned <b>on</b>.");
|
||||
define("LAN_NEWS_13", "Comments are turned <b>off</b>.");
|
||||
define("LAN_NEWS_14", "<br />Activation period: ");
|
||||
define("LAN_NEWS_15", "Body length: ");
|
||||
define("LAN_NEWS_16", "b. Extended length: ");
|
||||
define("LAN_NEWS_17", "b.");
|
||||
define("LAN_NEWS_18", "Info");
|
||||
define("LAN_NEWS_19", "Now");
|
||||
define("LAN_NEWS_21", "News updated in database.");
|
||||
|
||||
define("LAN_NEWS_22", "Thumbnail");
|
||||
define("LAN_NEWS_23", "Choose an image for this news item");
|
||||
define("LAN_NEWS_24", "Image + Auto-Thumbnail");
|
||||
define("LAN_NEWS_25", "Auto-Thumbnail size");
|
||||
define("LAN_NEWS_26", "add new upload");
|
||||
define("LAN_NEWS_27", "Summary");
|
||||
|
||||
define("LAN_NEWS_28", "Sticky");
|
||||
define("LAN_NEWS_29", "Select if news item will be sticky");
|
||||
define("LAN_NEWS_30", "If selected, news item will appear above all others");
|
||||
define("LAN_NEWS_31", "This news post is <b>sticky</b> (it will be shown above all other items). ");
|
||||
define("LAN_NEWS_32", "Date stamp");
|
||||
define("LAN_NEWS_33", "Set the date stamp for the current news item");
|
||||
|
||||
define("LAN_NEWS_34", "Trackback");
|
||||
define("LAN_NEWS_35", "Add trackback URLs");
|
||||
define("LAN_NEWS_36", "<b>Pingback</b> (send a pingback to all URLs in this post)");
|
||||
define("LAN_NEWS_37", "<b>Trackback URLs:</b> (one URL per line)");
|
||||
define("LAN_NEWS_38", "Insert images");
|
||||
|
||||
define("LAN_NEWS_39", "click on file to insert at cursor position");
|
||||
define("LAN_NEWS_40", "Insert download links");
|
||||
|
||||
define("LAN_NEWS_42", "Files");
|
||||
// define("LAN_NEWS_43", "(no images in /e107_images/newspost_images)"); // deprecated see lan_admin.php
|
||||
define("LAN_NEWS_44", "Trackback not enabled.");
|
||||
|
||||
define("LAN_NEWS_45", "ID");
|
||||
|
||||
define("LAN_NEWS_46", "News item not updated as no changes were made.");
|
||||
// define("LAN_NEWS_47", "Image"); // already defined above.
|
||||
define("LAN_NEWS_48", "No Image");
|
||||
|
||||
define("LAN_NEWS_49", "Render-type");
|
||||
|
||||
?>
|
38
e107_languages/English/admin/lan_notify.php
Normal file
38
e107_languages/English/admin/lan_notify.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_notify.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:41 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("NT_LAN_1", "Notify");
|
||||
define("NT_LAN_2", "Receive email notification on");
|
||||
define("NT_LAN_3", "Off");
|
||||
define("NT_LAN_4", "Head admin");
|
||||
define("NT_LAN_5", "Class");
|
||||
define("NT_LAN_6", "Email");
|
||||
|
||||
define("NU_LAN_1", "User Events");
|
||||
define("NU_LAN_2", "User signup");
|
||||
define("NU_LAN_3", "User account verification");
|
||||
define("NU_LAN_4", "User login");
|
||||
define("NU_LAN_5", "User logout");
|
||||
|
||||
define("NS_LAN_1", "Security Events");
|
||||
define("NS_LAN_2", "IP banned for flooding site");
|
||||
|
||||
define("NN_LAN_1", "News Events");
|
||||
define("NN_LAN_2", "News item submitted by user");
|
||||
define("NN_LAN_3", "News item posted by admin");
|
||||
define("NN_LAN_4", "News item edited by admin");
|
||||
define("NN_LAN_5", "News item deleted by admin");
|
||||
|
||||
define("NF_LAN_1", "File Events");
|
||||
define("NF_LAN_2", "File uploaded by user");
|
||||
|
||||
?>
|
88
e107_languages/English/admin/lan_plugin.php
Normal file
88
e107_languages/English/admin/lan_plugin.php
Normal file
@@ -0,0 +1,88 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_plugin.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:41 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("EPL_ADLAN_0", "Install");
|
||||
define("EPL_ADLAN_1", "Uninstall");
|
||||
define("EPL_ADLAN_2", "Are you certain you want to uninstall this plugin?");
|
||||
define("EPL_ADLAN_3", "Confirm uninstall");
|
||||
define("EPL_ADLAN_4", "Uninstall cancelled.");
|
||||
define("EPL_ADLAN_5", "The install procedure will create new preference entries.");
|
||||
define("EPL_ADLAN_6", "... then click here to begin install procedure");
|
||||
define("EPL_ADLAN_7", "Database tables successfully upgraded.");
|
||||
define("EPL_ADLAN_8", "Preference settings successfully created.");
|
||||
define("EPL_ADLAN_9", "SQL commands failed. Check to be sure all upgrade changes are ok.");
|
||||
define("EPL_ADLAN_10", "Name");
|
||||
define("EPL_ADLAN_11", "Version");
|
||||
define("EPL_ADLAN_12", "Author");
|
||||
define("EPL_ADLAN_13", "Compatible");
|
||||
define("EPL_ADLAN_14", "Description");
|
||||
define("EPL_ADLAN_15", "Read the README file for more information");
|
||||
define("EPL_ADLAN_16", "Plugin Information");
|
||||
define("EPL_ADLAN_17", "More info...");
|
||||
define("EPL_ADLAN_18", "Unable to successfully create table(s) for this plugin.");
|
||||
define("EPL_ADLAN_19", "Database tables successfully created.");
|
||||
// define("EPL_ADLAN_20", "Preference settings successfully created."); // duplicate of EPL_ADLAN_8;
|
||||
|
||||
define("EPL_ADLAN_21", "Plugin is already installed.");
|
||||
define("EPL_ADLAN_22", "Installed");
|
||||
define("EPL_ADLAN_23", "Not installed");
|
||||
define("EPL_ADLAN_24", "Upgrade available");
|
||||
define("EPL_ADLAN_25", "No install required");
|
||||
define("EPL_ADLAN_26", "... then click here to begin uninstall procedure");
|
||||
define("EPL_ADLAN_27", "Unable to successfully delete ");
|
||||
define("EPL_ADLAN_28", "Database tables successfully deleted.");
|
||||
define("EPL_ADLAN_29", "Preference settings successfully deleted.");
|
||||
define("EPL_ADLAN_30", "please delete it manually.");
|
||||
define("EPL_ADLAN_31", "Please now delete the folder ");
|
||||
define("EPL_ADLAN_32", "and all files inside it to complete the uninstall process.");
|
||||
define("EPL_ADLAN_33", "Plugin successfully installed.");
|
||||
define("EPL_ADLAN_34", "Plugin successfully updated.");
|
||||
define("EPL_ADLAN_35", "Parser settings successfully added.");
|
||||
define("EPL_ADLAN_36", "Parser code insert failed, incorrectly formatted.");
|
||||
|
||||
define("EPL_ADLAN_37", "Upload plugin (.zip or .tar.gz format)");
|
||||
define("EPL_ADLAN_38", "Upload Plugin");
|
||||
define("EPL_ADLAN_39", "The file could not be uploaded as the ".e_PLUGIN." folder does not have the correct permissions - please CHMOD to 777 and re-upload the file.");
|
||||
define("EPL_ADLAN_40", "Admin Message");
|
||||
define("EPL_ADLAN_41", "That file does not appear to be a valid .zip or .tar archive.");
|
||||
define("EPL_ADLAN_42", "An error has occurred, unable to un-archive the file");
|
||||
define("EPL_ADLAN_43", "Your plugin has been uploaded and unzipped, please scroll down to see your plugin in the list.");
|
||||
define("EPL_ADLAN_44", "Auto plugin upload and extraction is disabled as your plugins folder does not have the correct permissions - please CHMOD your e107_plugins folder to 777.");
|
||||
define("EPL_ADLAN_45", "Your menu item has been uploaded and unzipped, to activate go to <a href='".e_ADMIN."menus.php'>your menus page</a>.");
|
||||
|
||||
// define("EPL_CANCEL", "Cancel"); use LAN_CANCEL instead !!
|
||||
// define("EPL_EMAIL", "email");
|
||||
define("EPL_WEBSITE", "Website");
|
||||
// define("EPL_OPTIONS", "Options"); use LAN_OPTIONS instead!
|
||||
define("EPL_NOINSTALL", "No install required, just activate from your menus screen. To uninstall, delete the ");
|
||||
define("EPL_DIRECTORY", "directory.");
|
||||
define("EPL_NOINSTALL_1", "No install required, to remove delete the ");
|
||||
define("EPL_UPGRADE", "Upgrade");
|
||||
|
||||
define("EPL_ADLAN_50", "Comments successfully deleted");
|
||||
|
||||
define("EPL_ADLAN_53", "Directory not writable");
|
||||
define("EPL_ADLAN_54", "Please select the option for uninstalling the plugin:");
|
||||
define("EPL_ADLAN_55", "Uninstall plugin");
|
||||
|
||||
define("EPL_ADLAN_57", "Delete plugin tables");
|
||||
define("EPL_ADLAN_58", "If the tables are not removed, the plugin can be reinstalled with no data loss. The creation of tables during the reinstall will fail. Tables will have to be manually deleted to remove.");
|
||||
define("EPL_ADLAN_59", "Delete plugin files");
|
||||
define("EPL_ADLAN_60", "e107 will attempt to remove all plugin related files.");
|
||||
// define("EPL_ADLAN_61", "Confirm uninstall"); // duplicated. can be deleted.
|
||||
define("EPL_ADLAN_62", "Cancel uninstall");
|
||||
define("EPL_ADLAN_63", "Uninstall:");
|
||||
|
||||
define("LAN_UPGRADE_SUCCESSFUL", "Upgrade Successful");
|
||||
define("LAN_INSTALL_SUCCESSFUL", "Installation Successful");
|
||||
|
||||
|
||||
?>
|
190
e107_languages/English/admin/lan_prefs.php
Normal file
190
e107_languages/English/admin/lan_prefs.php
Normal file
@@ -0,0 +1,190 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_prefs.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("PRFLAN_1", "Site Information");
|
||||
define("PRFLAN_2", "Site Name");
|
||||
define("PRFLAN_3", "Site URL");
|
||||
define("PRFLAN_4", "Site Link Button");
|
||||
define("PRFLAN_5", "Site Tagline");
|
||||
define("PRFLAN_6", "Site Description");
|
||||
define("PRFLAN_7", "Main site admin");
|
||||
define("PRFLAN_8", "Main site admin email");
|
||||
define("PRFLAN_9", "Site Disclaimer");
|
||||
define("PRFLAN_10", "Theme");
|
||||
define("PRFLAN_11", "Site Theme");
|
||||
define("PRFLAN_12", "Click here to preview themes");
|
||||
define("PRFLAN_13", "Display Information");
|
||||
define("PRFLAN_14", "Display theme information?");
|
||||
define("PRFLAN_15", "Display render time?");
|
||||
define("PRFLAN_16", "Display sql queries?");
|
||||
define("PRFLAN_17", "Compress Site Output Using gzip");
|
||||
define("PRFLAN_19", "Signup Page Options");
|
||||
define("PRFLAN_21", "Date display options");
|
||||
define("PRFLAN_22", "Short date format");
|
||||
define("PRFLAN_23", "Long date format");
|
||||
define("PRFLAN_24", "Forum date format");
|
||||
define("PRFLAN_25", "For more information on date formats see the");
|
||||
define("PRFLAN_26", "Time offset");
|
||||
define("PRFLAN_27", "Example, if you set this to +2, all times on your site will have two hours added to them");
|
||||
define("PRFLAN_28", "User registration/posting");
|
||||
define("PRFLAN_29", "Activate user registration system?");
|
||||
define("PRFLAN_30", "allow users to register as members on your site");
|
||||
//define("PRFLAN_31", "Use email verification for signups?");
|
||||
define("PRFLAN_32", "Allow anonymous posting?");
|
||||
define("PRFLAN_33", "switch this off to allow only registered members to post comments etc");
|
||||
define("PRFLAN_35", "Enable flood protection?");
|
||||
define("PRFLAN_36", "Flood timeout");
|
||||
define("PRFLAN_37", "Auto Ban");
|
||||
define("PRFLAN_38", "Time required in seconds between 2 posts for areas where users can post (chatbox, forums...). if a user post too fast, he will be redirected to the homepage");
|
||||
define("PRFLAN_40", "Filter profanities?");
|
||||
define("PRFLAN_41", "if checked swearing will be replaced with string below");
|
||||
define("PRFLAN_42", "Replace string");
|
||||
define("PRFLAN_43", "Filter words");
|
||||
define("PRFLAN_44", "words to censor, separate with a comma");
|
||||
define("PRFLAN_45", "Use COPPA on signup page?");
|
||||
define("PRFLAN_46", "for more info on COPPA see");
|
||||
define("PRFLAN_47", "Security & Protection");
|
||||
define("PRFLAN_48", "User Tracking method");
|
||||
define("PRFLAN_49", "Cookies");
|
||||
define("PRFLAN_50", "Sessions");
|
||||
define("PRFLAN_52", "Save Changes");
|
||||
define("PRFLAN_53", "Site Preferences");
|
||||
define("PRFLAN_55", "Cookie name (if cookies selected)");
|
||||
define("PRFLAN_56", "Timezone");
|
||||
define("PRFLAN_58", "Restrict website to members only");
|
||||
define("PRFLAN_59", "ticking will restrict all areas apart from the front page and signup page to members only");
|
||||
define("PRFLAN_60", "Enable SSL");
|
||||
define("PRFLAN_61", "Only enable SSL if <b>you are sure you know what you are doing!</b>");
|
||||
define("PRFLAN_76", "Enable Image-code verification during signup.");
|
||||
define("PRFLAN_77", "Admin Display Options ");
|
||||
define("PRFLAN_78", "Leave blank to disable");
|
||||
define("PRFLAN_80", "Click here to view");
|
||||
define("PRFLAN_81", "Enable Image-code verification during login.");
|
||||
define("PRFLAN_83", "example");
|
||||
define("PRFLAN_87", "Comments");
|
||||
define("PRFLAN_88", "Turn on nested comments");
|
||||
define("PRFLAN_89", "Display new comment icon");
|
||||
define("PRFLAN_90", "Allow posters to edit their comments");
|
||||
|
||||
define("CUSTSIG_1", "Settings Saved!");
|
||||
define("CUSTSIG_2", "Real Name:");
|
||||
define("CUSTSIG_3", "Website:");
|
||||
define("CUSTSIG_4", "Birthday:");
|
||||
define("CUSTSIG_5", "Location:");
|
||||
define("CUSTSIG_6", "Signature:");
|
||||
define("CUSTSIG_7", "Avatar:");
|
||||
define("CUSTSIG_8", "Time-Zone:");
|
||||
define("CUSTSIG_12", "Hide");
|
||||
define("CUSTSIG_13", "Fields");
|
||||
define("CUSTSIG_14", "Display");
|
||||
define("CUSTSIG_15", "Required");
|
||||
define("CUSTSIG_16", "Minimum Length for Passwords");
|
||||
define("CUSTSIG_17", "Subscribe to content/mailouts");
|
||||
define("CUSTSIG_18", "Disallow usernames");
|
||||
define("CUSTSIG_19", "usernames containing the following text will be rejected, separate entries by commas");
|
||||
|
||||
define("PRFLAN_91", "If someone is attacking your site by multiple requests to your server, his IP will be automatically banned ! Don't replace a correct server config !!!");
|
||||
define("PRFLAN_92", "Secure signup verification -- hide password in email?");
|
||||
define("PRFLAN_93", "strftime function page at php.net");
|
||||
define("PRFLAN_94", "here");
|
||||
define("PRFLAN_95", "Display plugins info:");
|
||||
define("PRFLAN_96", "Will display info on all admin pages for each plugin supporting this type of feature");
|
||||
define("PRFLAN_97", "Unique 'Plugins info' menu:");
|
||||
define("PRFLAN_98", "If unchecked, each plugin will display its own info in an individual menu. If checked all info will be displayed in one menu.");
|
||||
define("PRFLAN_101", "Text rendering");
|
||||
define("PRFLAN_102", "Replace clickable URLs");
|
||||
define("PRFLAN_103", "If ticked, and 'Make Clickable' (above) is also ticked, posted URLs are displayed as a hyperlink using text from the textbox below. This keeps very long URLs from breaking layout.");
|
||||
define("PRFLAN_104", "URL replacement text");
|
||||
define("PRFLAN_105", "Replacement visible text for clickable URLs. Image can be used by using <img> tag, with full path to image");
|
||||
define("PRFLAN_106", "Core preferences saved to database.");
|
||||
define("PRFLAN_107", "Email link replace text");
|
||||
define("PRFLAN_108", "text to replace email links with, image can be used by using <img> tag, with full path to image");
|
||||
define("PRFLAN_109", "Wrap long words in main text");
|
||||
define("PRFLAN_110", "words longer than the length entered will be wrapped onto a new line");
|
||||
define("PRFLAN_111", "Wrap long words in menu text");
|
||||
define("PRFLAN_112", "On");
|
||||
define("PRFLAN_113", "Off");
|
||||
define("PRFLAN_116", "Allow HTML posting");
|
||||
define("PRFLAN_117", "This will allow users to post HTML code anywhere on the site, select the userclass to allow this.");
|
||||
define("PRFLAN_118", "Use Geshi for syntax highlighting");
|
||||
define("PRFLAN_119", "Geshi is an open source multi-language syntax highlighter, see http://qbnz.com/highlighter/ for more information");
|
||||
define("PRFLAN_120", "Default Geshi syntax language");
|
||||
define("PRFLAN_121", "if no language is specified in the code bbtag, this language will be used for highlighting");
|
||||
define("PRFLAN_122", "Enable WYSIWYG textareas");
|
||||
define("PRFLAN_123", "Will display a what-you-see-is-what-you-get editor in textareas when available. Applies only to Admins and Users that are allowed to post HTML.");
|
||||
define("PRFLAN_124", "Use 'classic' nextprev look");
|
||||
define("PRFLAN_125", "Turning this on will show the nextprev pages as 1 2 3 ... 21 22 23, instead of the new look with the dropdown.");
|
||||
define("PRFLAN_126", "Text to display on signup page");
|
||||
define("PRFLAN_127", "Make URLs clickable");
|
||||
define("PRFLAN_128", "Turning this on will convert posted URLs to hyperlinks");
|
||||
define("PRFLAN_129", "Disallow multiple logins");
|
||||
define("PRFLAN_130", "Activating this will prevent more than one person logging in with the same username/password (login detail sharing)");
|
||||
define("PRFLAN_131", "Activate use of [php] bbcode");
|
||||
define("PRFLAN_132", "Activating this will allow authorized users to post [php] code in certain areas");
|
||||
define("PRFLAN_133", "GD extension required, not found");
|
||||
define("PRFLAN_134", "Redirect all requests to site URL");
|
||||
define("PRFLAN_135", "for example, if your site URL above is set http://foo.com, anyone requesting http://www.foo.com will be redirected to http://foo.com");
|
||||
define("PRFLAN_136", "Maximum Signups permitted from the same IP address.");
|
||||
define("PRFLAN_137", "Display Memory Usage");
|
||||
define("PRFLAN_138", "Enable Image-code verification during forgotten password.");
|
||||
define("PRFLAN_139", "Display warning when main administrator password hasn't changed for at least 30 days");
|
||||
define("PRFLAN_140", "Text to display after signup form has been submitted.");
|
||||
define("PRFLAN_141", "Allow registration using XML User Profiles");
|
||||
define("PRFLAN_142", "Flood Only");
|
||||
define("PRFLAN_143", "Failed Login Only");
|
||||
define("PRFLAN_144", "Flood & Failed Login");
|
||||
define("PRFLAN_145", "Links in new window");
|
||||
define("PRFLAN_146", "Tick here to make all links open in a new window (<i>this will apply sitewide</i>). ");
|
||||
define("PRFLAN_147", "Developer Mode");
|
||||
define("PRFLAN_148", "Activate developer functions. This is for developers only. Do not use on production sites for security reasons.");
|
||||
define("PRFLAN_149", "Advanced Features");
|
||||
define("PRFLAN_150", "Select e107 authentication method");
|
||||
define("PRFLAN_151", "e107 - No alternate authentication methods installed");
|
||||
|
||||
define("PRFLAN_31", "Email Verification");
|
||||
define("PRFLAN_152", "No Verification");
|
||||
define("PRFLAN_153", "Admin Approval");
|
||||
define("PRFLAN_154", "New user verification method <br />If 'Admin Approval' is selected, it is recommended that you enable email notification on user signup <a href='".e_ADMIN."notify.php'>here</a>.");
|
||||
|
||||
define("PRFLAN_155", "Display Name available to");
|
||||
define("PRFLAN_156", "Reset ALL Display Names");
|
||||
define("PRFLAN_157", "All Display Names have been reset to the Login Name");
|
||||
define("PRFLAN_158", "Display Name maximum length");
|
||||
define("PRFLAN_159", "viewing this page with");
|
||||
|
||||
define("PRFLAN_160", "Check remote servers when validating email addresses.");
|
||||
define("PRFLAN_161", "Disable all comments on the site");
|
||||
|
||||
define("PRFLAN_162", "Site Contact Information");
|
||||
define("PRFLAN_163", "e.g. Company Name, Address, Phone, etc.");
|
||||
|
||||
define("PRFLAN_164", "Allow users to email copy of contact email to self");
|
||||
define("PRFLAN_165", "Possible opening for allowing spam, use with caution");
|
||||
define("PRFLAN_166", "Show emoticon images on comment form?");
|
||||
|
||||
define("PRFLAN_167", "Make entering an email addresses optional"); // subject to change.
|
||||
define("PRFLAN_168", "Site Contact Person(s)");
|
||||
define("PRFLAN_169", "If the chosen group contains more than one person, the user will be asked to select a person from the group.");
|
||||
|
||||
define("PRFLAN_170", "Use reverse DNS to allow host banning");
|
||||
define("PRFLAN_171", "Turning this option on will allow you to ban users by hostname, rather then just IP or email address. <br />NOTE: This may affect pageload times on some hosts");
|
||||
|
||||
|
||||
?>
|
63
e107_languages/English/admin/lan_search.php
Normal file
63
e107_languages/English/admin/lan_search.php
Normal file
@@ -0,0 +1,63 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_search.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("SEALAN_1", "Search Configuration");
|
||||
define("SEALAN_2", "Number of characters displayed in search result summary:");
|
||||
define("SEALAN_3", "Search sort method:");
|
||||
define("SEALAN_6", "Comments");
|
||||
define("SEALAN_7", "Registered Members");
|
||||
define("SEALAN_10", "Display relevance value:");
|
||||
define("SEALAN_11", "Allow user to select searchable areas:");
|
||||
define("SEALAN_12", "Restrict time allowed between searches (max 5 mins):");
|
||||
define("SEALAN_13", "Restrict to one search every");
|
||||
define("SEALAN_14", "seconds");
|
||||
define("SEALAN_15", "Search page accessible to user class");
|
||||
define("SEALAN_16", "On");
|
||||
define("SEALAN_17", "Off");
|
||||
define("SEALAN_18", "Searchable Comments Areas (when comments search is activated)");
|
||||
define("SEALAN_19", "Allow users to search more than one area at a time:");
|
||||
define("SEALAN_20", "General Settings");
|
||||
define("SEALAN_21", "Searchable Areas");
|
||||
define("SEALAN_22", "Default");
|
||||
define("SEALAN_23", "Alternative:");
|
||||
define("SEALAN_24", "Type");
|
||||
define("SEALAN_25", "User Class");
|
||||
define("SEALAN_26", "Pre-Title Text");
|
||||
define("SEALAN_30", "Highlight keywords on referred to page:");
|
||||
define("SEALAN_31", "PHP limited to");
|
||||
define("SEALAN_32", "results (leave blank for no limit)");
|
||||
define("SEALAN_33", "Could not switch to MySQL sort method as this requires at least version 4.0.1 of MySQL.");
|
||||
define("SEALAN_34", "Your version is currently");
|
||||
define("SEALAN_35", "Searchable areas selection method:");
|
||||
define("SEALAN_36", "Dropdown");
|
||||
define("SEALAN_37", "Checkbox");
|
||||
define("SEALAN_38", "Radio");
|
||||
define("SEALAN_39", "Custom Pages");
|
||||
|
||||
define("LAN_98", "News");
|
||||
define("LAN_197", "Downloads");
|
||||
define("LAN_418", "Custom Pages");
|
||||
|
||||
define("SEALAN_40", "Search Options");
|
||||
define("SEALAN_41", "Main Page");
|
||||
define("SEALAN_42", "Preferences");
|
||||
|
||||
define("SEALAN_43", "Edit search settings for");
|
||||
define("SEALAN_44", "User class allowed to search this area");
|
||||
define("SEALAN_45", "Number of results displayed per page");
|
||||
define("SEALAN_46", "Number of characters in search result summary");
|
||||
|
||||
define("SEALAN_47", "Only match whole words:");
|
||||
define("SEALAN_48", "This setting only applies when the search sort method is PHP. If your site includes Ideographic languages such as Chinese and Japanese you must have this set to off.");
|
||||
define("SEALAN_49", "If your site includes Ideographic languages, such as Chinese and Japanese, you must use the PHP sort method.");
|
||||
|
||||
|
||||
?>
|
62
e107_languages/English/admin/lan_theme.php
Normal file
62
e107_languages/English/admin/lan_theme.php
Normal file
@@ -0,0 +1,62 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_theme.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("TPVLAN_1", "You are looking at a preview of the <b>'".PREVIEWTHEMENAME."'</b> theme. It has not been set as the main theme for your site, it has been activated to provide a preview of how the theme looks.<br />To set this theme as your site theme, <a href='".e_ADMIN."theme.php'>return to your theme manager</a> and select 'Set As Site Theme'.<br />To preview more themes please <a href='".e_ADMIN."theme.php'>click here</a>");
|
||||
define("TPVLAN_2", "Theme Preview");
|
||||
define("TPVLAN_3", "Main site theme set to");
|
||||
define("TPVLAN_4", "Author");
|
||||
define("TPVLAN_5", "Website");
|
||||
define("TPVLAN_6", "Release date");
|
||||
define("TPVLAN_7", "Information");
|
||||
define("TPVLAN_8", "Options");
|
||||
define("TPVLAN_9", "Preview Theme");
|
||||
define("TPVLAN_10", "Set As Site Theme");
|
||||
define("TPVLAN_11", "Version");
|
||||
define("TPVLAN_12", "No preview available");
|
||||
|
||||
define("TPVLAN_13", "Upload theme (.zip or .tar.gz format)");
|
||||
define("TPVLAN_14", "Upload Theme");
|
||||
define("TPVLAN_15", "The file could not be uploaded as the ".e_THEME." folder does not have the correct permissions - please CHMOD to 777 and re-upload the file.");
|
||||
define("TPVLAN_16", "Admin Message");
|
||||
define("TPVLAN_17", "That file does not appear to be a valid .zip or .tar archive.");
|
||||
define("TPVLAN_18", "An error has occurred, unable to un-archive the file");
|
||||
define("TPVLAN_19", "Your theme has been uploaded and unzipped, please scroll down to see your theme in the list.");
|
||||
define("TPVLAN_20", "Auto theme upload and extraction is disabled as your themes folder does not have the correct permissions - please CHMOD your e107_themes folder to 777.");
|
||||
|
||||
define("TPVLAN_21", "This is the currently selected site theme");
|
||||
|
||||
define("TPVLAN_22", "This theme has multiple stylesheets");
|
||||
define("TPVLAN_23", "default stylesheet");
|
||||
define("TPVLAN_24", "no information");
|
||||
define("TPVLAN_25", "To choose which stylesheet to use, please go to <a href='".e_ADMIN."prefs.php'>preferences</a> and click on 'Theme'.");
|
||||
|
||||
define("TPVLAN_26", "Theme Manager");
|
||||
define("TPVLAN_27", "Please select stylesheet to use");
|
||||
define("TPVLAN_28", "on");
|
||||
define("TPVLAN_29", "off");
|
||||
define("TPVLAN_30", "Preload Theme Images:");
|
||||
|
||||
define("TPVLAN_31", "This is the currently selected admin theme");
|
||||
define("TPVLAN_32", "Set As Admin Theme");
|
||||
|
||||
define("TPVLAN_33", "Current Site Theme");
|
||||
define("TPVLAN_34", "Current Admin Theme");
|
||||
define("TPVLAN_35", "Save options");
|
||||
define("TPVLAN_36", "Admin Message");
|
||||
define("TPVLAN_37", "Theme options saved");
|
||||
define("TPVLAN_38", "Upload Theme");
|
||||
define("TPVLAN_39", "Available Themes");
|
||||
define("TPVLAN_40", "Admin theme set to");
|
||||
|
||||
define("TPVLAN_41", "Please select admin layout style to use");
|
||||
define("TPVLAN_42", "Save admin options");
|
||||
define("TPVLAN_43", "Admin options saved");
|
||||
?>
|
20
e107_languages/English/admin/lan_ugflag.php
Normal file
20
e107_languages/English/admin/lan_ugflag.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_ugflag.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("UGFLAN_1", "maintenance setting updated");
|
||||
define("UGFLAN_2", "Activate maintenance flag");
|
||||
define("UGFLAN_3", "Update Maintenance Setting");
|
||||
define("UGFLAN_4", "Maintenance Setting");
|
||||
|
||||
define("UGFLAN_5", "Text to display when site down");
|
||||
define("UGFLAN_6", "Leave blank to display default message");
|
||||
|
||||
?>
|
21
e107_languages/English/admin/lan_updateadmin.php
Normal file
21
e107_languages/English/admin/lan_updateadmin.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_updateadmin.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("UDALAN_1", "Error - please re-submit");
|
||||
define("UDALAN_2", "Settings updated");
|
||||
define("UDALAN_3", "Settings updated for");
|
||||
define("UDALAN_4", "Name");
|
||||
define("UDALAN_5", "Password");
|
||||
define("UDALAN_6", "Re-type password");
|
||||
define("UDALAN_7", "Change password");
|
||||
define("UDALAN_8", "Password updated for");
|
||||
|
||||
?>
|
72
e107_languages/English/admin/lan_upload.php
Normal file
72
e107_languages/English/admin/lan_upload.php
Normal file
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_upload.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("UPLLAN_1", "Upload removed from list.");
|
||||
define("UPLLAN_2", "Settings saved in database");
|
||||
define("UPLLAN_3", "Upload ID");
|
||||
|
||||
define("UPLLAN_5", "Poster");
|
||||
define("UPLLAN_6", "Email");
|
||||
define("UPLLAN_7", "Website");
|
||||
define("UPLLAN_8", "File Name");
|
||||
|
||||
define("UPLLAN_9", "Version");
|
||||
define("UPLLAN_10", "File");
|
||||
define("UPLLAN_11", "File Size");
|
||||
define("UPLLAN_12", "Screenshot");
|
||||
define("UPLLAN_13", "Description");
|
||||
define("UPLLAN_14", "Demo");
|
||||
|
||||
define("UPLLAN_16", "copy to newspost");
|
||||
define("UPLLAN_17", "remove upload from list");
|
||||
define("UPLLAN_18", "View details");
|
||||
define("UPLLAN_19", "There are no unmoderated public uploads");
|
||||
define("UPLLAN_20", "There");
|
||||
define("UPLLAN_21", "unmoderated public upload");
|
||||
define("UPLLAN_22", "ID");
|
||||
define("UPLLAN_23", "Name");
|
||||
define("UPLLAN_24", "Filetype");
|
||||
define("UPLLAN_25", "Uploads Enabled?");
|
||||
define("UPLLAN_26", "No public uploads will be permitted if disabled");
|
||||
define("UPLLAN_27", "unmoderated public uploads");
|
||||
|
||||
define("UPLLAN_29", "Storage type");
|
||||
define("UPLLAN_30", "Choose how to store uploaded files, either as normal files on server or as binary info in database<br /><b>Note</b> binary is only suitable for smaller files under approximately 500kb");
|
||||
define("UPLLAN_31", "Flatfile");
|
||||
define("UPLLAN_32", "Binary");
|
||||
define("UPLLAN_33", "Maximum file size");
|
||||
define("UPLLAN_34", "Maximum upload size in bytes - leave blank to conform to php.ini setting ( php.ini setting is");
|
||||
define("UPLLAN_35", "Allowed file types");
|
||||
define("UPLLAN_36", "Please enter one type per line");
|
||||
define("UPLLAN_37", "Permission");
|
||||
define("UPLLAN_38", "Select to allow only certain users to upload");
|
||||
define("UPLLAN_39", "Submit");
|
||||
|
||||
define("UPLLAN_41", "Please note - file uploads are disabled from your php.ini, it will not be possible to upload files until you set it to On.");
|
||||
|
||||
define("UPLLAN_42", "Actions");
|
||||
define("UPLLAN_43", "Uploads");
|
||||
define("UPLLAN_44", "Upload");
|
||||
|
||||
define("UPLLAN_45", "Are you sure you want to delete the following file...");
|
||||
|
||||
define("UPLAN_COPYTODLM", "copy to download manager");
|
||||
define("UPLAN_IS", "is ");
|
||||
define("UPLAN_ARE", "are ");
|
||||
define("UPLAN_COPYTODLS", "Copy to Downloads");
|
||||
|
||||
define("UPLLAN_48", "For security reasons allowed file types has been moved out of the database into a
|
||||
flatfile located in your admin directory. To use, rename the file e107_admin/filetypes_.php to e107_admin/filetypes.php
|
||||
and add a comma delimited list of file type extensions to it. You should not allow the upload of .html, .txt, etc., as an attacker may upload a file of this type which includes malicious javascript. You should also, of course, not allow
|
||||
the upload of .php files or any other type of executable script.");
|
||||
|
||||
|
||||
?>
|
24
e107_languages/English/admin/lan_userclass.php
Normal file
24
e107_languages/English/admin/lan_userclass.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_userclass.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("UCSLAN_1", "Sending notification email to");
|
||||
define("UCSLAN_2", "Updated Privileges");
|
||||
define("UCSLAN_3", "Dear");
|
||||
define("UCSLAN_4", "Your privileges have been updated at");
|
||||
define("UCSLAN_5", "You now have access to the following area(s)");
|
||||
define("UCSLAN_6", "Set class for user");
|
||||
define("UCSLAN_7", "Set Classes");
|
||||
define("UCSLAN_8", "Notify User");
|
||||
define("UCSLAN_9", "Classes Updated.");
|
||||
define("UCSLAN_10", "Regards,");
|
||||
|
||||
?>
|
41
e107_languages/English/admin/lan_userclass2.php
Normal file
41
e107_languages/English/admin/lan_userclass2.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_userclass2.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("UCSLAN_1", "Cleared all users from class.");
|
||||
define("UCSLAN_2", "Class users updated.");
|
||||
define("UCSLAN_3", "Class deleted.");
|
||||
define("UCSLAN_4", "Please tick the confirm box to delete this user class");
|
||||
define("UCSLAN_5", "Class updated.");
|
||||
define("UCSLAN_6", "Class saved to database.");
|
||||
define("UCSLAN_7", "No user classes yet.");
|
||||
define("UCSLAN_8", "Existing Classes");
|
||||
|
||||
// define("UCSLAN_9", "Edit");
|
||||
// define("UCSLAN_10", "Delete");
|
||||
define("UCSLAN_11", "tick to confirm");
|
||||
define("UCSLAN_12", "Class Name");
|
||||
define("UCSLAN_13", "Class Description");
|
||||
define("UCSLAN_14", "Update User Class");
|
||||
define("UCSLAN_15", "Create New Class");
|
||||
define("UCSLAN_16", "Assign users to class");
|
||||
define("UCSLAN_17", "Remove");
|
||||
define("UCSLAN_18", "Clear Class");
|
||||
define("UCSLAN_19", "Assign users to");
|
||||
define("UCSLAN_20", "class");
|
||||
define("UCSLAN_21", "User Class Settings");
|
||||
|
||||
define("UCSLAN_22", "Users - click to move ...");
|
||||
define("UCSLAN_23", "Users in this class ...");
|
||||
|
||||
define("UCSLAN_24", "Who can manage class");
|
||||
|
||||
|
||||
?>
|
20
e107_languages/English/admin/lan_userinfo.php
Normal file
20
e107_languages/English/admin/lan_userinfo.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_userinfo.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("USFLAN_1", "Unable to find poster's IP address - no information is available.");
|
||||
// define("USFLAN_2", "Error");
|
||||
define("USFLAN_3", "Messages posted from IP address");
|
||||
define("USFLAN_4", "Host");
|
||||
define("USFLAN_5", "Click here to transfer IP address to admin ban page");
|
||||
define("USFLAN_6", "User ID");
|
||||
define("USFLAN_7", "User Information");
|
||||
|
||||
?>
|
192
e107_languages/English/admin/lan_users.php
Normal file
192
e107_languages/English/admin/lan_users.php
Normal file
@@ -0,0 +1,192 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_users.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("USRLAN_1", "Options Saved.");
|
||||
define("USRLAN_3", "now listed an Administrator - to set permissions please go to the");
|
||||
define("USRLAN_4", "Administrator page");
|
||||
define("USRLAN_5", "You cannot remove admin status of main site admin");
|
||||
define("USRLAN_6", "has had Administrator status removed.");
|
||||
define("USRLAN_7", "You cannot ban the main site administrator");
|
||||
define("USRLAN_8", "User banned.");
|
||||
define("USRLAN_9", "User unbanned.");
|
||||
define("USRLAN_10", "User deleted.");
|
||||
define("USRLAN_11", "Delete cancelled.");
|
||||
define("USRLAN_12", "You cannot delete the main site administrator.");
|
||||
define("USRLAN_13", "Please confirm you wish to delete this member");
|
||||
// define("USRLAN_14", "once deleted the record cannot be retrieved");
|
||||
// define("USRLAN_15", "Cancel");
|
||||
define("USRLAN_16", "Confirm Delete");
|
||||
define("USRLAN_17", "Confirm Delete User");
|
||||
// define("USRLAN_18", "User activated.");
|
||||
// define("USRLAN_19", "Search");
|
||||
// define("USRLAN_20", "Order by");
|
||||
// define("USRLAN_21", "User ID");
|
||||
// define("USRLAN_22", "User name");
|
||||
// define("USRLAN_23", "Visits to site");
|
||||
// define("USRLAN_24", "Admin status");
|
||||
// define("USRLAN_25", "Status");
|
||||
// define("USRLAN_26", "Descending");
|
||||
// define("USRLAN_27", "Ascending");
|
||||
// define("USRLAN_28", "Sort");
|
||||
|
||||
define("USRLAN_30", "Ban");
|
||||
// define("USRLAN_31", "Ban -inactivated-");
|
||||
define("USRLAN_32", "Activate");
|
||||
define("USRLAN_33", "Unban");
|
||||
define("USRLAN_34", "Remove admin status");
|
||||
define("USRLAN_35", "Make admin");
|
||||
define("USRLAN_36", "Set Class");
|
||||
|
||||
// define("USRLAN_37", "Members");
|
||||
// define("USRLAN_38", "Search returned");
|
||||
// define("USRLAN_39", "result(s)");
|
||||
// define("USRLAN_40", "None defined");
|
||||
|
||||
define("USRLAN_44", "Allow members to upload an avatar?");
|
||||
|
||||
define("USRLAN_47", "Maximum avatar width (in pixels)");
|
||||
define("USRLAN_48", "default is 120");
|
||||
define("USRLAN_49", "Maximum avatar height (in pixels)");
|
||||
define("USRLAN_50", "default is 100");
|
||||
define("USRLAN_51", "Update Options");
|
||||
define("USRLAN_52", "Member Options");
|
||||
define("USRLAN_53", "Allow members to upload a photograph?");
|
||||
define("USRLAN_54", "Click here to delete all inactivated users");
|
||||
define("USRLAN_55", "Prune");
|
||||
define("USRLAN_56", "Deleted");
|
||||
define("USRLAN_57", "Deleting un-activated members ...");
|
||||
define("USRLAN_58", "file uploads are disabled in php.ini");
|
||||
define("USRLAN_59", "Quick add user");
|
||||
define("USRLAN_60", "Add user");
|
||||
define("USRLAN_61", "Display name");
|
||||
define("USRLAN_62", "Password");
|
||||
define("USRLAN_63", "Re-type Password");
|
||||
define("USRLAN_64", "Email Address");
|
||||
define("USRLAN_65", "That user name cannot be accepted as valid, please choose a different user name");
|
||||
define("USRLAN_66", "That user name already exists in the database, please choose a different user name");
|
||||
define("USRLAN_67", "The two passwords do not match");
|
||||
define("USRLAN_68", "You left required field(s) blank");
|
||||
define("USRLAN_69", "That doesn't appear to be a valid email address");
|
||||
define("USRLAN_70", "User created");
|
||||
define("USRLAN_71", "Users Front Page");
|
||||
define("USRLAN_72", "Quick Add User");
|
||||
define("USRLAN_73", "Prune Users");
|
||||
// define("USRLAN_75", "Options");
|
||||
define("USRLAN_76", "User Options");
|
||||
define("USRLAN_77", "Existing Users");
|
||||
define("USRLAN_78", "User Name");
|
||||
define("USRLAN_79", "Status");
|
||||
define("USRLAN_80", "Info");
|
||||
|
||||
// define("USRLAN_82", "Are you sure you want to delete this user?");
|
||||
define("USRLAN_84", "There are");
|
||||
define("USRLAN_85", "users who haven't activated their account - click below to delete.");
|
||||
define("USRLAN_86", "User verified");
|
||||
define("USRLAN_87", "User settings updated");
|
||||
define("USRLAN_88", "User classes updated");
|
||||
|
||||
define("USRLAN_90", "Search/Refresh");
|
||||
define("USRLAN_91", "Class");
|
||||
define("USRLAN_92", "Invalid characters in username");
|
||||
|
||||
define("USRLAN_93", "Delete unverified users");
|
||||
define("USRLAN_94", "Delete signups if unverified after this amount of time - leave blank to not use this option <br />This option is ignored if user signups are admin moderated");
|
||||
define("USRLAN_95", "minutes");
|
||||
|
||||
|
||||
define("USRLAN_112", "Resend Email");
|
||||
define("USRLAN_113", "Registration details for");
|
||||
define("USRLAN_114", "Dear");
|
||||
define("USRLAN_115", "Thanks for your registration.");
|
||||
define("USRLAN_116", "Please confirm that you wish to resend a confirmation email to:");
|
||||
define("USRLAN_117", "Click the button below to test the following email:");
|
||||
define("USRLAN_118", "Test Email");
|
||||
|
||||
define("USRLAN_120", "Set Classes");
|
||||
define("USRLAN_121", "Mailing");
|
||||
define("USRLAN_122", "Welcome to");
|
||||
define("USRLAN_123", "Your registration has been received and created.");
|
||||
define("USRLAN_124", "Your account is currently marked as being inactive, to activate your account please go to the following link");
|
||||
define("USRLAN_125", "From");
|
||||
|
||||
define("USRLAN_126", "Allow users to rate users");
|
||||
define("USRLAN_127", "Allow comments in user profile");
|
||||
|
||||
define("USRLAN_128", "Login name");
|
||||
|
||||
define("USRLAN_130", "Enable online user tracking");
|
||||
define("USRLAN_131", "You must enable this option to use online user tracking options, like online.php, forum online info and online menus");
|
||||
define("USRLAN_132", "Enable");
|
||||
|
||||
define("USRLAN_133", "Force user to update settings");
|
||||
define("USRLAN_134", "Enabling this option will automatically send the user to their user-settings if a required user field is not filled.");
|
||||
|
||||
define("USRLAN_135", "No IP address found in user's info; IP not banned");
|
||||
define("USRLAN_136", "Multiple users found with IP address of {IP}; IP not banned.");
|
||||
define("USRLAN_137", "Users IP address of {IP} banned.");
|
||||
|
||||
define("LAN_MAINADMIN","Main Admin");
|
||||
define("LAN_ADMIN","Admin");
|
||||
define("LAN_NOTVERIFIED","Not Verified");
|
||||
define("LAN_BANNED","Banned");
|
||||
|
||||
define("DUSRLAN_1", "ID");
|
||||
define("DUSRLAN_2", "Display Name");
|
||||
define("DUSRLAN_3", "Username");
|
||||
define("DUSRLAN_4", "Custom Title");
|
||||
define("DUSRLAN_5", "Password");
|
||||
define("DUSRLAN_6", "Session");
|
||||
define("DUSRLAN_7", "Email");
|
||||
define("DUSRLAN_8", "Website");
|
||||
define("DUSRLAN_9", "ICQ");
|
||||
define("DUSRLAN_10", "AIM");
|
||||
define("DUSRLAN_11", "MSN");
|
||||
define("DUSRLAN_12", "Location");
|
||||
define("DUSRLAN_13", "Birthday");
|
||||
define("DUSRLAN_14", "Signature");
|
||||
define("DUSRLAN_15", "Image");
|
||||
define("DUSRLAN_16", "Timezone");
|
||||
define("DUSRLAN_17", "Hide Email");
|
||||
define("DUSRLAN_18", "Join Date");
|
||||
define("DUSRLAN_19", "Last Visit");
|
||||
define("DUSRLAN_20", "Current Visit");
|
||||
define("DUSRLAN_21", "Last Post");
|
||||
define("DUSRLAN_22", "Chatbox Posts");
|
||||
define("DUSRLAN_23", "Comments");
|
||||
define("DUSRLAN_24", "Forum Posts");
|
||||
define("DUSRLAN_25", "IP");
|
||||
define("DUSRLAN_26", "Ban");
|
||||
define("DUSRLAN_27", "Prefs");
|
||||
define("DUSRLAN_28", "New");
|
||||
define("DUSRLAN_29", "Viewed");
|
||||
define("DUSRLAN_30", "Visits");
|
||||
define("DUSRLAN_31", "Admin");
|
||||
define("DUSRLAN_32", "Real Name");
|
||||
define("DUSRLAN_33", "User Class");
|
||||
define("DUSRLAN_34", "Perms");
|
||||
define("DUSRLAN_35", "Picture");
|
||||
define("DUSRLAN_36", "Password Change");
|
||||
define("DUSRLAN_37", "XUP");
|
||||
|
||||
define("USRLAN_138", "Unverified users");
|
||||
define("USRLAN_139", "Your account has been activated.\n\nYou can visit {SITEURL} and log into the site using the login information you provided.");
|
||||
|
||||
define("USRLAN_140", "Email Re-sent to");
|
||||
define("USRLAN_141", "Failed to Re-send email to");
|
||||
define("USRLAN_142", "with the following activation link");
|
||||
|
||||
define("LAN_BOUNCED","Bounced");
|
||||
define("USRLAN_143", "Check For Bounces");
|
||||
define("USRLAN_144", "Resend Confirmation Email to All");
|
||||
define("USRLAN_145", "Bounced users");
|
||||
define("USRLAN_146", "Member information is available to");
|
||||
|
||||
?>
|
107
e107_languages/English/admin/lan_users_extended.php
Executable file
107
e107_languages/English/admin/lan_users_extended.php
Executable file
@@ -0,0 +1,107 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_users_extended.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("EXTLAN_1", "Name");
|
||||
define("EXTLAN_2", "Preview");
|
||||
define("EXTLAN_3", "Values");
|
||||
define("EXTLAN_4", "Req'd");
|
||||
define("EXTLAN_5", "Applicable");
|
||||
define("EXTLAN_6", "Read access");
|
||||
define("EXTLAN_7", "Write access");
|
||||
define("EXTLAN_8", "Action");
|
||||
define("EXTLAN_9", "Extended User Fields");
|
||||
|
||||
define("EXTLAN_10", "Field name");
|
||||
define("EXTLAN_11", "This is the name of the field as stored in the table, it must be unique from any other");
|
||||
define("EXTLAN_12", "Field text");
|
||||
define("EXTLAN_13", "This is the displayed name of the field in rendered pages");
|
||||
define("EXTLAN_14", "Field Type");
|
||||
define("EXTLAN_15", "Field include text");
|
||||
define("EXTLAN_16", "Default Value");
|
||||
define("EXTLAN_17", "Enter each possible value on each line <br /> For DB table see help.");
|
||||
define("EXTLAN_18", "Required");
|
||||
define("EXTLAN_19", "Users will be required to enter a value in this field when updating their settings.");
|
||||
define("EXTLAN_20", "Determines which users this field will apply to.");
|
||||
define("EXTLAN_21", "This will determine who will see this field in their usersettings.");
|
||||
define("EXTLAN_22", "This will determine who can see the value in the user page <br />NOTE: Setting this to 'Read Only' will make it visible to Admin and the member only.");
|
||||
define("EXTLAN_23", "Add Extended Field");
|
||||
define("EXTLAN_24", "Update Extended Field");
|
||||
define("EXTLAN_25", "move down");
|
||||
define("EXTLAN_26", "move up");
|
||||
define("EXTLAN_27", "Confirm Delete");
|
||||
define("EXTLAN_28", "No extended fields defined");
|
||||
define("EXTLAN_29", "Extended user fields saved.");
|
||||
define("EXTLAN_30", "Extended field deleted");
|
||||
// define("EXTLAN_31", "Extended Field Menu");
|
||||
// define("EXTLAN_32", "Extended front page");
|
||||
define("EXTLAN_33", "Cancel Edit");
|
||||
define("EXTLAN_34", "Extended Fields");
|
||||
define("EXTLAN_35", "Categories");
|
||||
define("EXTLAN_36", "No assigned Category");
|
||||
define("EXTLAN_37", "No categories defined");
|
||||
define("EXTLAN_38", "Category name");
|
||||
define("EXTLAN_39", "Add category");
|
||||
define("EXTLAN_40", "Category created");
|
||||
define("EXTLAN_41", "Category deleted");
|
||||
define("EXTLAN_42", "Update Category");
|
||||
define("EXTLAN_43", "Category Updated");
|
||||
define("EXTLAN_44", "Category");
|
||||
define("EXTLAN_45", "Add New Field");
|
||||
define("EXTLAN_46", "Help");
|
||||
define("EXTLAN_47", "Add new parameter");
|
||||
define("EXTLAN_48", "Add new value");
|
||||
define("EXTLAN_49", "Allow user to hide");
|
||||
define("EXTLAN_50", "Setting this to yes will allow the user to hide this value from non-admins");
|
||||
define("EXTLAN_51", "Any valid w3c parameter may be entered here<br />ie <i><b>class='tbox' size='40' maxlength='80'</i></b>");
|
||||
define("EXTLAN_52", "regex validation code");
|
||||
define("EXTLAN_53", "Enter the regex code that will need to be matched to make it a valid entry <br />**regex delimiters are required**");
|
||||
define("EXTLAN_54", "regex failure text");
|
||||
define("EXTLAN_55", "Enter the error message that will be shown if the regex validation fails.");
|
||||
define("EXTLAN_56", "Predefined Fields");
|
||||
define("EXTLAN_57", "Activated");
|
||||
define("EXTLAN_58", "Not Activated");
|
||||
define("EXTLAN_59", "Activate");
|
||||
define("EXTLAN_60", "Deactivate");
|
||||
define("EXTLAN_61", "None");
|
||||
|
||||
define("EXTLAN_62", "Table");
|
||||
define("EXTLAN_63", "Field Id");
|
||||
define("EXTLAN_64", "Display Value");
|
||||
|
||||
define("EXTLAN_65", "No - Will not show on signup page");
|
||||
define("EXTLAN_66", "Yes - Will show on signup page");
|
||||
define("EXTLAN_67", "No - Show on signup page");
|
||||
|
||||
define("EXTLAN_68", "Field:");
|
||||
define("EXTLAN_69", "has been activated");
|
||||
define("EXTLAN_70", "ERROR!! Field:");
|
||||
define("EXTLAN_71", "was not activated!");
|
||||
define("EXTLAN_72", "has been deactivated");
|
||||
define("EXTLAN_73", "was not deactivated!");
|
||||
define("EXTLAN_74", "is a reserved field name and can not be used.");
|
||||
|
||||
|
||||
//textbox
|
||||
define("EXTLAN_HELP_1", "<b><i>Parameters:</i></b><br />size - size of field<br />maxlength - max length of field<br /><br />class - css class of field<br />style - css style string<br /><br />regex - regex validation code<br />regexfail - validation fail text");
|
||||
//radio buttons
|
||||
define("EXTLAN_HELP_2", "This will be the radio buttons help text");
|
||||
//dropdown
|
||||
define("EXTLAN_HELP_3", "This will be the dropdown help text");
|
||||
//db field
|
||||
define("EXTLAN_HELP_4", "<b><i>Values:</i></b><br />There should be three values given ALWAYS:<br /><ol><li>dbtable</li><li>field containing id</li><li>field containing value</li></ol><br />");
|
||||
//textarea
|
||||
define("EXTLAN_HELP_5", "This will be the Textarea help text");
|
||||
//integer
|
||||
define("EXTLAN_HELP_6", "This will be the Integer help text");
|
||||
//date
|
||||
define("EXTLAN_HELP_7", "This will be the date help text");
|
||||
|
||||
?>
|
34
e107_languages/English/admin/lan_wmessage.php
Normal file
34
e107_languages/English/admin/lan_wmessage.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_wmessage.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:42 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
// define("WMGLAN_1", "Message for Guests");
|
||||
// define("WMGLAN_2", "Message for Members");
|
||||
// define("WMGLAN_3", "Message for Administrators");
|
||||
// define("WMGLAN_4", "Submit");
|
||||
// define("WMGLAN_5", "Set Welcome Message");
|
||||
// define("WMGLAN_6", "Activate?");
|
||||
// define("WMGLAN_7", "Welcome message settings updated.");
|
||||
|
||||
define("WMLAN_00","Welcome Messages");
|
||||
define("WMLAN_01","Create New Message");
|
||||
define("WMLAN_02","Message");
|
||||
define("WMLAN_03","Visibility");
|
||||
define("WMLAN_04","Message Text");
|
||||
|
||||
define("WMLAN_05","Enclose");
|
||||
define("WMLAN_06","If ticked, the message will be rendered inside box");
|
||||
define("WMLAN_07","Override standard system to use {WMESSAGE} shortcode:");
|
||||
// define("WMLAN_08","Preferences");
|
||||
|
||||
define("WMLAN_09","No welcome messages set yet");
|
||||
define("WMLAN_10","Message Caption");
|
||||
|
||||
?>
|
38
e107_languages/English/lan_banner.php
Normal file
38
e107_languages/English/lan_banner.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_banner.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:38 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("PAGE_NAME", "Banner");
|
||||
|
||||
define("BANNERLAN_16", "Username: ");
|
||||
define("BANNERLAN_17", "Password: ");
|
||||
define("BANNERLAN_18", "Continue");
|
||||
define("BANNERLAN_19", "Please enter your client login and password to continue");
|
||||
define("BANNERLAN_20", "Sorry, unable to find those details in the database. Please contact the site administrator for details.");
|
||||
define("BANNERLAN_21", "Banners Statistics");
|
||||
define("BANNERLAN_22", "Client");
|
||||
define("BANNERLAN_23", "Banner ID");
|
||||
define("BANNERLAN_24", "Clickthroughs");
|
||||
define("BANNERLAN_25", "Click %");
|
||||
define("BANNERLAN_26", "Impressions");
|
||||
define("BANNERLAN_27", "Impressions Purchased");
|
||||
define("BANNERLAN_28", "Impressions Left");
|
||||
define("BANNERLAN_29", "No banners");
|
||||
define("BANNERLAN_30", "Unlimited");
|
||||
define("BANNERLAN_31", "Not applicable");
|
||||
define("BANNERLAN_32", "Yes");
|
||||
define("BANNERLAN_33", "No");
|
||||
define("BANNERLAN_34", "Ends:");
|
||||
define("BANNERLAN_35", "Clickthrough IP addresses");
|
||||
define("BANNERLAN_36", "Active:");
|
||||
define("BANNERLAN_37", "Starts:");
|
||||
define("BANNERLAN_38", "Error");
|
||||
|
||||
?>
|
77
e107_languages/English/lan_comment.php
Normal file
77
e107_languages/English/lan_comment.php
Normal file
@@ -0,0 +1,77 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_comment.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:38 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("COMLAN_0", "[blocked by admin]");
|
||||
define("COMLAN_1", "Unblock");
|
||||
define("COMLAN_2", "Block");
|
||||
define("COMLAN_3", "Delete");
|
||||
define("COMLAN_4", "Info");
|
||||
define("COMLAN_5", "Comments ...");
|
||||
define("COMLAN_6", "You must be logged in to post comments on this site - please either log in or if you are not registered click");
|
||||
define("COMLAN_7", "Main site administrator");
|
||||
define("COMLAN_8", "Comment");
|
||||
define("COMLAN_9", "Submit comment");
|
||||
define("COMLAN_10", "Administrator");
|
||||
define("COMLAN_11", "Was unable to enter your comment into the database - please retype leaving out any non-standard characters.");
|
||||
define("COMLAN_16", "Username: ");
|
||||
define("COMLAN_99", "Comments");
|
||||
define("COMLAN_100", "News");
|
||||
define("COMLAN_101", "Poll");
|
||||
define("COMLAN_102", "Replying to: ");
|
||||
define("COMLAN_103", "Article");
|
||||
define("COMLAN_104", "Review");
|
||||
define("COMLAN_105", "Content");
|
||||
define("COMLAN_145", "Registered: ");
|
||||
define("COMLAN_194", "Guest");
|
||||
define("COMLAN_195", "Registered member");
|
||||
define("COMLAN_310", "Unable to accept post as that username is registered - if it is your username please login to post.");
|
||||
define("COMLAN_312", "Duplicate post - unable to accept.");
|
||||
define("COMLAN_313", "Location");
|
||||
define("COMLAN_314", "moderate comments");
|
||||
define("COMLAN_315", "Trackbacks");
|
||||
define("COMLAN_316", "No trackbacks for this newspost.");
|
||||
define("COMLAN_317", "Moderate trackbacks");
|
||||
define("COMLAN_318", "Edit comment");
|
||||
define("COMLAN_319", "edited");
|
||||
define("COMLAN_320", "Update comment");
|
||||
/*
|
||||
define("COMLAN_1", "here");
|
||||
define("COMLAN_2", "to signup");
|
||||
define("COMLAN_3", "Error!");
|
||||
define("COMLAN_4", 'Subject');
|
||||
define("COMLAN_5", 'Re:');
|
||||
define("COMLAN_6", 'Reply to this');
|
||||
define("COMLAN_7", 'Rating');
|
||||
define("COMLAN_8", 'Comments are locked');
|
||||
define("COMLAN_9", 'Unauthorized');
|
||||
*/
|
||||
define("COMLAN_321", "here");
|
||||
define("COMLAN_322", "to signup");
|
||||
define("COMLAN_323", "Error!");
|
||||
define("COMLAN_324", 'Subject');
|
||||
define("COMLAN_325", 'Re:');
|
||||
define("COMLAN_326", 'Reply to this');
|
||||
define("COMLAN_327", 'Rating');
|
||||
define("COMLAN_328", 'Comments are locked');
|
||||
define("COMLAN_329", 'Unauthorized');
|
||||
define("COMLAN_330", 'IP:');
|
||||
|
||||
define("COMLAN_TYPE_1", "news");
|
||||
define("COMLAN_TYPE_2", "download");
|
||||
define("COMLAN_TYPE_3", "faq");
|
||||
define("COMLAN_TYPE_4", "poll");
|
||||
define("COMLAN_TYPE_5", "docs");
|
||||
define("COMLAN_TYPE_6", "bugtrack");
|
||||
define("COMLAN_TYPE_7", "ideas");
|
||||
define("COMLAN_TYPE_8", "userprofile");
|
||||
|
||||
?>
|
35
e107_languages/English/lan_contact.php
Normal file
35
e107_languages/English/lan_contact.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_contact.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:39 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("LANCONTACT_01", "Contact Details");
|
||||
define("LANCONTACT_02", "Contact Form");
|
||||
define("LANCONTACT_03", "Enter your name:");
|
||||
define("LANCONTACT_04", "E-mail address:");
|
||||
define("LANCONTACT_05", "Message subject:");
|
||||
define("LANCONTACT_06", "Enter your message:");
|
||||
define("LANCONTACT_07", "Email a copy of this message to your own address ");
|
||||
define("LANCONTACT_08", "Send");
|
||||
define("LANCONTACT_09", "Your message was sent.");
|
||||
define("LANCONTACT_10", "There was a problem sending your message.");
|
||||
define("LANCONTACT_11", "Your email address doesn't appear to be valid.\\nPlease check it and try again.");
|
||||
define("LANCONTACT_12", "Your message is too short.");
|
||||
define("LANCONTACT_13", "Please include a subject.");
|
||||
|
||||
define("LANCONTACT_14", "Send message to:");
|
||||
define("LANCONTACT_15", "Incorrect code entered");
|
||||
define("LANCONTACT_16", "Enter Code");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
35
e107_languages/English/lan_date.php
Normal file
35
e107_languages/English/lan_date.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_date.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:39 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("LANDT_01", "year");
|
||||
define("LANDT_02", "month");
|
||||
define("LANDT_03", "week");
|
||||
define("LANDT_04", "day");
|
||||
define("LANDT_05", "hour");
|
||||
define("LANDT_06", "minute");
|
||||
define("LANDT_07", "second");
|
||||
define("LANDT_01s", "years");
|
||||
define("LANDT_02s", "months");
|
||||
define("LANDT_03s", "weeks");
|
||||
define("LANDT_04s", "days");
|
||||
define("LANDT_05s", "hours");
|
||||
define("LANDT_06s", "minutes");
|
||||
define("LANDT_07s", "seconds");
|
||||
|
||||
define("LANDT_08", "min");
|
||||
define("LANDT_08s", "mins");
|
||||
define("LANDT_09", "sec");
|
||||
define("LANDT_09s", "secs");
|
||||
define("LANDT_AGO", "ago");
|
||||
|
||||
|
||||
?>
|
100
e107_languages/English/lan_download.php
Normal file
100
e107_languages/English/lan_download.php
Normal file
@@ -0,0 +1,100 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_download.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:39 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("PAGE_NAME", "Downloads");
|
||||
|
||||
define("LAN_dl_1", "(Restricted)");
|
||||
define("LAN_dl_2", "No downloads yet, please check back soon");
|
||||
define("LAN_dl_3", "No downloads in this category yet");
|
||||
define("LAN_dl_4", "Files available: ");
|
||||
define("LAN_dl_5", "Total size of files: ");
|
||||
define("LAN_dl_6", "Files downloaded: ");
|
||||
define("LAN_dl_7", "Description");
|
||||
define("LAN_dl_8", "Get");
|
||||
define("LAN_dl_9", "Return to Category List");
|
||||
define("LAN_dl_10", "Filesize");
|
||||
define("LAN_dl_11", "Image");
|
||||
define("LAN_dl_12", "Rating");
|
||||
define("LAN_dl_13", "Not rated");
|
||||
define("LAN_dl_14", "Rate this download");
|
||||
define("LAN_dl_15", "Thanks for rating");
|
||||
define("LAN_dl_16", "download(s) from");
|
||||
define("LAN_dl_17", "files");
|
||||
define("LAN_dl_18", "Downloads");
|
||||
define("LAN_dl_19", "Category");
|
||||
define("LAN_dl_20", "Files");
|
||||
define("LAN_dl_21", "Size");
|
||||
define("LAN_dl_22", "Date");
|
||||
define("LAN_dl_23", "Filename");
|
||||
define("LAN_dl_24", "Author");
|
||||
define("LAN_dl_25", "Ascending");
|
||||
define("LAN_dl_26", "Descending");
|
||||
define("LAN_dl_27", "Go");
|
||||
define("LAN_dl_28", "Name");
|
||||
define("LAN_dl_29", "DL's");
|
||||
define("LAN_dl_30", "Author email");
|
||||
define("LAN_dl_31", "Author website");
|
||||
define("LAN_dl_32", "Download");
|
||||
define("LAN_dl_33", "Previous");
|
||||
define("LAN_dl_34", "Next");
|
||||
define("LAN_dl_35", "Back to list");
|
||||
define("LAN_dl_36", "New downloads");
|
||||
|
||||
define("LAN_dl_37", "View");
|
||||
define("LAN_dl_38", "Order by");
|
||||
define("LAN_dl_39", "Sort");
|
||||
|
||||
define("LAN_dl_40", "Click here for screenshot");
|
||||
define("LAN_dl_41", "Search Downloads");
|
||||
|
||||
define("LAN_dl_42", "Sub-category");
|
||||
define("LAN_dl_43", "vote");
|
||||
define("LAN_dl_44", "votes");
|
||||
define("LAN_dl_45", "Report broken download");
|
||||
define("LAN_dl_46", "click here to download");
|
||||
|
||||
define("LAN_dl_47", "Post has been reported");
|
||||
define("LAN_dl_48", "Download has been reported to administrator.<br />Thank you.");
|
||||
define("LAN_dl_49", "Click here to return to download");
|
||||
define("LAN_dl_50", "Report broken download to an administrator");
|
||||
define("LAN_dl_51", "Reporting download: ");
|
||||
define("LAN_dl_52", "Guest");
|
||||
define("LAN_dl_53", "Click to view download");
|
||||
define("LAN_dl_54", "An administrator will be made aware of this download, please leave a message if you feel it necessary.");
|
||||
define("LAN_dl_55", "<b>Do not</b> use this form to contact the admin for any other reason.");
|
||||
// define("LAN_dl_56", "Report broken download"); already defined above.
|
||||
define("LAN_dl_57", "reported by");
|
||||
define("LAN_dl_58", "The following download has been reported as broken from site");
|
||||
define("LAN_dl_59", "Reported by: ");
|
||||
define("LAN_dl_60", "Broken download report from");
|
||||
|
||||
define("LAN_dl_61", "Download Error");
|
||||
define("LAN_dl_62", "You have been prevented from downloading this file; you have exceeded your download quota");
|
||||
define("LAN_dl_63", "You do not have the correct permissions to download this file.");
|
||||
define("LAN_dl_64", "Back");
|
||||
define("LAN_dl_65", "File Not Found");
|
||||
|
||||
define("LAN_dl_66", "Select download mirror");
|
||||
|
||||
define("LAN_dl_67", "Please select mirror to use ...");
|
||||
define("LAN_dl_68", "Mirror Host");
|
||||
// define("LAN_dl_69", "Download"); // duplicate
|
||||
define("LAN_dl_70", "Location");
|
||||
define("LAN_dl_71", "About");
|
||||
|
||||
define("LAN_dl_72", "Requesting file: ");
|
||||
define("LAN_dl_73", "Downloads from this mirror: ");
|
||||
define("LAN_dl_74", "Total downloads from this mirror: ");
|
||||
|
||||
define("LAN_dl_75", "no image available ");
|
||||
define("LAN_dl_76", "Go to page");
|
||||
|
||||
?>
|
37
e107_languages/English/lan_email.php
Normal file
37
e107_languages/English/lan_email.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_email.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:39 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "Email"); }
|
||||
|
||||
define("LAN_EMAIL_1", "From:");
|
||||
define("LAN_EMAIL_2", "IP address of sender:");
|
||||
define("LAN_EMAIL_3", "Emailed item from ");
|
||||
define("LAN_EMAIL_4", "Send Email");
|
||||
define("LAN_EMAIL_5", "Email item to a friend");
|
||||
define("LAN_EMAIL_6", "I thought you might be interested in this item from");
|
||||
define("LAN_EMAIL_7", "email to someone");
|
||||
define("LAN_EMAIL_8", "Comment");
|
||||
define("LAN_EMAIL_9", "Sorry - unable to send email");
|
||||
define("LAN_EMAIL_10", "Mail sent to");
|
||||
define("LAN_EMAIL_11", "Email sent");
|
||||
define("LAN_EMAIL_12", "Error");
|
||||
define("LAN_EMAIL_13", "Email article to a friend");
|
||||
define("LAN_EMAIL_14", "Email news_item to a friend");
|
||||
define("LAN_EMAIL_15", "Login Name: ");
|
||||
define("LAN_EMAIL_106", "That doesn't appear to be a valid email address");
|
||||
define("LAN_EMAIL_185", "Send Article");
|
||||
define("LAN_EMAIL_186", "Send News Item");
|
||||
define("LAN_EMAIL_187", "Email address to send to");
|
||||
define("LAN_EMAIL_188", "I thought you might be interested in this news story from");
|
||||
define("LAN_EMAIL_189", "I thought you might be interested in this article from");
|
||||
define("LAN_EMAIL_190", "Enter visible code");
|
||||
|
||||
?>
|
19
e107_languages/English/lan_equery_secure.php
Normal file
19
e107_languages/English/lan_equery_secure.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_equery_secure.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:39 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("EQSEC_LAN1", "You are being redirected to an admin function, possible database modifications could occur");
|
||||
define("EQSEC_LAN2", "Please confirm this action:");
|
||||
define("EQSEC_LAN3", "No referrer");
|
||||
define("EQSEC_LAN4", "Action from:");
|
||||
define("EQSEC_LAN5", "Action to:");
|
||||
define("EQSEC_LAN6", "Confirm action");
|
||||
define("EQSEC_LAN7", "Or cancel");
|
||||
?>
|
49
e107_languages/English/lan_error.php
Normal file
49
e107_languages/English/lan_error.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_error.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:39 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("PAGE_NAME", "Error");
|
||||
|
||||
define("LAN_ERROR_1", "Error 401 - Permission Denied");
|
||||
define("LAN_ERROR_2", "You do not have permission to retrieve the URL or link you requested.");
|
||||
define("LAN_ERROR_3", "Please inform the administrator of the referring page if you think this error page has been shown by mistake.");
|
||||
define("LAN_ERROR_4", "Error 403 - Authentication Failed");
|
||||
define("LAN_ERROR_5", "The URL you've requested requires a correct username and password. Either you entered an incorrect username/password, or your browser doesn't support this feature.");
|
||||
define("LAN_ERROR_6", "Please inform the administrator of the referring page if you think this error page has been shown by mistake.");
|
||||
define("LAN_ERROR_7", "Error 404 - Document Not Found");
|
||||
define("LAN_ERROR_9", "Please inform the administrator of the referring page if you think this error message has been shown by mistake.");
|
||||
define("LAN_ERROR_10", "Error 500 - Malformed Header");
|
||||
define("LAN_ERROR_11", "The server encountered an internal error or misconfiguration and was unable to complete your request");
|
||||
define("LAN_ERROR_12", "Please inform the administrator of the referring page if you think this error page has been shown by mistake.");
|
||||
define("LAN_ERROR_13", "Error - Unknown");
|
||||
define("LAN_ERROR_14", "The server encountered an error");
|
||||
define("LAN_ERROR_15", "Please inform the administrator of the referring page if you think this error page has been shown by mistake.");
|
||||
define("LAN_ERROR_16", "Your unsuccessful attempt to access");
|
||||
define("LAN_ERROR_17", "has been recorded.");
|
||||
define("LAN_ERROR_18", "Apparently, you were referred here by");
|
||||
define("LAN_ERROR_19", "Unfortunately, there's an obsolete link at that address.");
|
||||
define("LAN_ERROR_20", "Please click here to go to this site's home page");
|
||||
define("LAN_ERROR_21", "The requested URL could not be found on this server. The link you followed is probably outdated.");
|
||||
define("LAN_ERROR_22", "Please click here to go to this site's search page");
|
||||
define("LAN_ERROR_23", "Your attempt to access ");
|
||||
define("LAN_ERROR_24", " was unsuccessful.");
|
||||
|
||||
// 0.7.6
|
||||
define("LAN_ERROR_25", "[1]: Unable to read core settings from database - Core settings exist but cannot be unserialized. Attempting to restore core backup ...");
|
||||
define("LAN_ERROR_26", "[2]: Unable to read core settings from database - non-existent core settings.");
|
||||
define("LAN_ERROR_27", "[3]: Core settings saved - backup made active.");
|
||||
define("LAN_ERROR_28", "[4]: No core backup found. Please run the <a href='".e_FILE."resetcore/resetcore.php'>Reset_Core</a> utility to rebuild your core settings. <br />After rebuilding your core please save a backup from the admin/sql screen.");
|
||||
define("LAN_ERROR_29", "[5]: Field(s) have been left blank. Please resubmit the form and fill in the required fields.");
|
||||
define("LAN_ERROR_30", "[6]: Unable to form a valid connection to mySQL. Please check that your e107_config.php contains the correct information.");
|
||||
define("LAN_ERROR_31", "[7]: mySQL is running but database ({$mySQLdefaultdb}) couldn't be connected to.<br />Please check it exists and that your e107_config.php contains the correct information.");
|
||||
define("LAN_ERROR_32", "To complete the upgrade, copy the following text into your e107_config.php file:");
|
||||
|
||||
|
||||
?>
|
48
e107_languages/English/lan_fpw.php
Normal file
48
e107_languages/English/lan_fpw.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_fpw.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:39 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("PAGE_NAME", "Password Reset");
|
||||
|
||||
define("LAN_02", "Sorry, unable to send email - please contact the main site administrator.");
|
||||
define("LAN_03", "Password Reset");
|
||||
define("LAN_05", "To reset your password please enter the following information");
|
||||
define("LAN_06", "Attempted password reset");
|
||||
define("LAN_07", "Someone with IP address ");
|
||||
define("LAN_08", "attempted to reset the main admin password.");
|
||||
define("LAN_09", "Password reset from ");
|
||||
define("LAN_112", "Email address used when signing up");
|
||||
define("LAN_156", "Submit");
|
||||
define("LAN_213", "That username/email address was not found in database.");
|
||||
define("LAN_214", "Unable to reset password");
|
||||
define("LAN_216", "To validate your new password please go to the following URL ...");
|
||||
define("LAN_217", "Your new password is now validated, you may now login using your new password.");
|
||||
define("LAN_218", "Your username is:");
|
||||
define("LAN_219", "The password associated with that email address has already been reset and cannot be reset again. Please contact the site administrator for more details.");
|
||||
define("LAN_FPW1","Username");
|
||||
define("LAN_FPW2","Enter code");
|
||||
define("LAN_FPW3","Incorrect code entered");
|
||||
define("LAN_FPW4","A request has already been sent to reset this password, if you did not receive the email, please contact the site administrator for help.");
|
||||
define("LAN_FPW5","A request to reset your password for");
|
||||
define("LAN_FPW6","An email has been sent to you with a link that will allow you to reset your password.");
|
||||
define("LAN_FPW7","This is not a valid link to reset your password.<br />Please contact the site administrator for more details.");
|
||||
define("LAN_FPW8","The password for username");
|
||||
define("LAN_FPW9","has been successfully changed.<br /><br />The new password is:");
|
||||
define("LAN_FPW10","Please");
|
||||
define("LAN_FPW11","log in now");
|
||||
define("LAN_FPW12","and immediately change your password, for security purposes.");
|
||||
|
||||
define("LAN_FPW13", "please follow the instructions in the email to validate your password.");
|
||||
define("LAN_FPW14", "has been submitted by someone with the IP of");
|
||||
define("LAN_FPW15", "This does not mean your password has yet been reset. You must navigate to the link shown below to complete the reset process.");
|
||||
define("LAN_FPW16", "If you did not request to have your password reset and you do NOT want it reset, you may simply ignore this email");
|
||||
define("LAN_FPW17", "The link below will be valid for 48 hours.");
|
||||
|
||||
?>
|
124
e107_languages/English/lan_installer.php
Normal file
124
e107_languages/English/lan_installer.php
Normal file
@@ -0,0 +1,124 @@
|
||||
<?php
|
||||
|
||||
define("LANINS_001", "e107 Installation");
|
||||
|
||||
|
||||
define("LANINS_002", "Stage ");
|
||||
define("LANINS_003", "1");
|
||||
define("LANINS_004", "Language Selection");
|
||||
define("LANINS_005", "Please choose language to use during installation procedure");
|
||||
define("LANINS_006", "Set Language");
|
||||
define("LANINS_007", "4");
|
||||
define("LANINS_008", "PHP & MySQL Versions Check / File Permissions Check");
|
||||
define("LANINS_009", "Retest File Permissions");
|
||||
define("LANINS_010", "File not writable: ");
|
||||
define("LANINS_010a", "Folder not writable: ");
|
||||
define("LANINS_011", "Error");
|
||||
define("LANINS_012", "MySQL Functions don't seem to exist. This probably means that either the MySQL PHP Extension isn't installed or your PHP installation wasn't compiled with MySQL support."); // help for 012
|
||||
define("LANINS_013", "Couldn't determine your MySQL version number. This is a non fatal error, so please continue installing, but be aware that e107 requires MySQL >= 3.23 to function correctly.");
|
||||
define("LANINS_014", "File Permissions");
|
||||
define("LANINS_015", "PHP Version");
|
||||
define("LANINS_016", "MySQL");
|
||||
define("LANINS_017", "PASS");
|
||||
define("LANINS_018", "Ensure all the listed files exist and are writable by the server. This normally involves CHMODing them 777, but environments vary - contact your host if you have any problems.");
|
||||
define("LANINS_019", "The version of PHP installed on your server isn't capable of running e107. e107 requires a PHP version of at least 4.3.0 to run correctly. Either upgrade your PHP version, or contact your host for an upgrade.");
|
||||
define("LANINS_020", "Continue Installation");
|
||||
define("LANINS_021", "2");
|
||||
define("LANINS_022", "MySQL Server Details");
|
||||
define("LANINS_023", "Please enter your MySQL settings here.
|
||||
|
||||
If you have root permissions you can create a new database by ticking the box, if not you must create a database or use a pre-existing one.
|
||||
|
||||
If you have only one database use a prefix so that other scripts can share the same database.
|
||||
If you do not know your MySQL details contact your web host.");
|
||||
define("LANINS_024", "MySQL Server:");
|
||||
define("LANINS_025", "MySQL Username:");
|
||||
define("LANINS_026", "MySQL Password:");
|
||||
define("LANINS_027", "MySQL Database:");
|
||||
define("LANINS_028", "Create Database?");
|
||||
define("LANINS_029", "Table prefix:");
|
||||
define("LANINS_030", "The MySQL server you would like e107 to use. It can also include a port number. e.g. \"hostname:port\" or a path to a local socket e.g. \":/path/to/socket\" for the localhost.");
|
||||
define("LANINS_031", "The username you wish e107 to use for connecting to your MySQL server");
|
||||
define("LANINS_032", "The Password for the user you just entered");
|
||||
define("LANINS_033", "The MySQL database you wish e107 to reside in, sometimes referred to as a schema. If the user has database create permissions you can opt to create the database automatically if it doesn't already exist.");
|
||||
define("LANINS_034", "The prefix you wish e107 to use when creating the e107 tables. Useful for multiple installs of e107 in one database schema.");
|
||||
define("LANINS_035", "Continue");
|
||||
define("LANINS_036", "3");
|
||||
define("LANINS_037", "MySQL Connection Verification");
|
||||
define("LANINS_038", " and Database Creation");
|
||||
define("LANINS_039", "Please make sure you fill in all fields, most importantly, MySQL Server, MySQL Username and MySQL Database (These are always required by the MySQL Server)");
|
||||
define("LANINS_040", "Errors");
|
||||
define("LANINS_041", "e107 was unable to establish a connection to the MySQL server using the information you entered. Please return to the last page and ensure the information is correct.");
|
||||
define("LANINS_042", "Connection to the MySQL server established and verified.");
|
||||
define("LANINS_043", "Unable to create database, please ensure you have the correct permissions to create databases on your server.");
|
||||
define("LANINS_044", "Successfully created database.");
|
||||
define("LANINS_045", "Please click on the button to proceed to next stage.");
|
||||
define("LANINS_046", "5");
|
||||
define("LANINS_047", "Administrator Details");
|
||||
define("LANINS_048", "Go Back To Last Step");
|
||||
define("LANINS_049", "The two passwords you entered are not the same. Please go back and try again.");
|
||||
define("LANINS_050", "XML Extension");
|
||||
define("LANINS_051", "Installed");
|
||||
define("LANINS_052", "Not Installed");
|
||||
define("LANINS_053", "e107 .700 requires the PHP XML Extension to be installed. Please contact your host or read the information at ");
|
||||
define("LANINS_054", " before continuing");
|
||||
define("LANINS_055", "Install Confirmation");
|
||||
define("LANINS_056", "6");
|
||||
define("LANINS_057", " e107 now has all the information it needs to complete the installation.
|
||||
|
||||
Please click the button to create the database tables and save all your settings.
|
||||
|
||||
");
|
||||
define("LANINS_058", "7");
|
||||
define("LANINS_060", "Unable to read the sql datafile
|
||||
|
||||
Please ensure the file <b>core_sql.php</b> exists in the <b>/e107_admin/sql</b> directory.");
|
||||
define("LANINS_061", "e107 was unable to create all of the required database tables.
|
||||
Please clear the database and rectify any problems before trying again.");
|
||||
|
||||
define("LANINS_062", "[b]Welcome to your new website![/b]
|
||||
e107 has installed successfully and is now ready to accept content.<br />Your administration section is [link=e107_admin/admin.php]located here[/link], click to go there now. You will have to login using the name and password you entered during the installation process.
|
||||
|
||||
[b]Support[/b]
|
||||
e107 Homepage: [link=http://e107.org]http://e107.org[/link], you will find the FAQ and documentation here.
|
||||
Forums: [link=http://e107.org/e107_plugins/forum/forum.php]http://e107.org/e107_plugins/forum/forum.php[/link]
|
||||
|
||||
[b]Downloads[/b]
|
||||
Plugins: [link=http://e107coders.org]http://e107coders.org[/link]
|
||||
Themes: [link=http://e107themes.org]http://e107themes.org[/link]
|
||||
|
||||
Thank you for trying e107, we hope it fulfils your website needs.
|
||||
(You can delete this message from your admin section.)");
|
||||
|
||||
define("LANINS_063", "Welcome to e107");
|
||||
|
||||
define("LANINS_069", "e107 has been successfully installed!
|
||||
|
||||
For security reasons you should now set the file permissions on the <b>e107_config.php</b> file back to 644.
|
||||
|
||||
Also please delete install.php from your server after you have clicked the button below.
|
||||
");
|
||||
define("LANINS_070", "e107 was unable to save the main config file to your server.
|
||||
|
||||
Please ensure the <b>e107_config.php</b> file has the correct permissions");
|
||||
define("LANINS_071", "Finalising Installation");
|
||||
|
||||
define("LANINS_072", "Admin Username");
|
||||
define("LANINS_073", "This is the name you will use to login into the site. If you wish to use this as your display name also");
|
||||
define("LANINS_074", "Admin Display Name");
|
||||
define("LANINS_075", "This is the name that you wish your users to see displayed in your profile, forums and other areas. If you wish to use the same as your login name then leave this blank.");
|
||||
define("LANINS_076", "Admin Password");
|
||||
define("LANINS_077", "Please type the admin password you wish to use here");
|
||||
define("LANINS_078", "Admin Password Confirmation");
|
||||
define("LANINS_079", "Please type the admin password again for confirmation");
|
||||
define("LANINS_080", "Admin Email");
|
||||
define("LANINS_081", "Enter your email address");
|
||||
|
||||
define("LANINS_082", "user@yoursite.com");
|
||||
|
||||
// Better table creation error reporting
|
||||
define("LANINS_083", "MySQL Reported Error:");
|
||||
define("LANINS_084", "The installer could not establish a connection to the database");
|
||||
define("LANINS_085", "The installer could not select database:");
|
||||
|
||||
define("LANINS_086", "Admin Username, Admin Password and Admin Email are <b>required</b> fields. Please return to the last page and ensure the information is correctly entered.");
|
50
e107_languages/English/lan_links.php
Normal file
50
e107_languages/English/lan_links.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_links.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:39 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("PAGE_NAME", "Links");
|
||||
|
||||
define("LAN_61", "Link Categories");
|
||||
define("LAN_62", "categories");
|
||||
define("LAN_63", "category");
|
||||
define("LAN_64", "in this category");
|
||||
define("LAN_65", "link");
|
||||
define("LAN_66", "links");
|
||||
define("LAN_67", "Show All Links");
|
||||
define("LAN_68", "edit");
|
||||
define("LAN_69", "delete");
|
||||
define("LAN_86", "Category:");
|
||||
define("LAN_88", "Referrals:");
|
||||
define("LAN_89", "Admin: ");
|
||||
define("LAN_90", "add new link in this category");
|
||||
define("LAN_91", "add new category");
|
||||
|
||||
define("LAN_92", "Submit a link");
|
||||
define("LAN_93", "After submitting your link it will be reviewed by a site admin and if appropriate it will be added to the main links page.");
|
||||
define("LAN_94", "Link Name:");
|
||||
define("LAN_95", "Link URL:");
|
||||
define("LAN_96", "Link Description:");
|
||||
define("LAN_97", "URL to link button:");
|
||||
define("LAN_98", "Submit Link");
|
||||
|
||||
define("LAN_99", "Thank you");
|
||||
define("LAN_100", "Your link has been saved and will be reviewed by a site administrator.");
|
||||
define("LAN_101", "Please click here to submit a link");
|
||||
|
||||
define("LAN_102", "There");
|
||||
define("LAN_103", "is");
|
||||
define("LAN_104", "are");
|
||||
define("LAN_105", "total in");
|
||||
define("LAN_106", "Underlined fields are required.");
|
||||
|
||||
define("LAN_Links_1", "Total links");
|
||||
define("LAN_Links_2", "Total links activated");
|
||||
define("LAN_LINKS_3", "Anonymous");
|
||||
?>
|
38
e107_languages/English/lan_login.php
Normal file
38
e107_languages/English/lan_login.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_login.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:39 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("LAN_27", "You left required field(s) blank");
|
||||
define("LAN_300", "Incorrect login. The entered data doesn't match to a registered user. Check if you have the CAPS-LOCK key activated as logins on this site are case sensitive");
|
||||
define("LAN_302", "You have not activated your account. You should have received an email with instructions on how to confirm your account. If not, please click <a href='".e_BASE."signup.php?resend'>here</a>.");
|
||||
define("LAN_303", "Incorrect code entered.");
|
||||
define("LAN_304", "That username/password combination is already in use.");
|
||||
define("LAN_LOGIN_1", "User name");
|
||||
define("LAN_LOGIN_2", "User password");
|
||||
define("LAN_LOGIN_3", "Protected server");
|
||||
define("LAN_LOGIN_4", "Please enter your details to gain access.");
|
||||
define("LAN_LOGIN_5", "Click here to Sign-Up");
|
||||
define("LAN_LOGIN_6", "Not accepting new members at this time");
|
||||
define("LAN_LOGIN_7", "Enter visible code");
|
||||
define("LAN_LOGIN_8", "Remember Me");
|
||||
define("LAN_LOGIN_9", "Log In");
|
||||
define("LAN_LOGIN_10", "Click to login");
|
||||
define("LAN_LOGIN_11", "Register as a New User");
|
||||
define("LAN_LOGIN_12", "Forgot Password");
|
||||
define("LAN_LOGIN_13", "Please enter text in image");
|
||||
|
||||
define("LAN_LOGIN_14", "User attempted to login with unrecognised user name");
|
||||
define("LAN_LOGIN_15", "User attempted to login with incorrect password");
|
||||
define("LAN_LOGIN_16", "User attempted to login with username/password combination that was already in use");
|
||||
define("LAN_LOGIN_17", "User password (hashed)");
|
||||
define("LAN_LOGIN_18", "Auto-ban: More than 10 failed login attempts");
|
||||
define("LAN_LOGIN_19", "> 10 failed login attempts");
|
||||
|
||||
?>
|
21
e107_languages/English/lan_mail_handler.php
Normal file
21
e107_languages/English/lan_mail_handler.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_mail_handler.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:39 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("LANMAILH_1", "Produced by e107 website system");
|
||||
define("LANMAILH_2", "This is a multi-part message in MIME format.");
|
||||
define("LANMAILH_3", " is not properly formatted");
|
||||
define("LANMAILH_4", "Server rejected address");
|
||||
define("LANMAILH_5", "No response from server");
|
||||
define("LANMAILH_6", "Cannot find E-Mail server.");
|
||||
define("LANMAILH_7", " appears to be valid.");
|
||||
|
||||
|
||||
?>
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user