mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Issue #6 Language-file standards. Wrap definitions in double-quotes.
This commit is contained in:
@@ -21,13 +21,13 @@ define("CUSLAN_53", "Book or Chapter Title");
|
||||
//define("CUSLAN_54", "Meta Keywords");//LAN_KEYWORDS
|
||||
define("CUSLAN_55", "Can be edited by");
|
||||
define("CUSLAN_56", "Parent");
|
||||
define("CUSLAN_57", 'Please choose unique SEF URL string for this entry.');
|
||||
define("CUSLAN_58", 'View Pages in this chapter');
|
||||
define("CUSLAN_57", "Please choose unique SEF URL string for this entry.");
|
||||
define("CUSLAN_58", "View Pages in this chapter");
|
||||
define("CUSLAN_59", "Page");
|
||||
define("CUSLAN_60", "Page Options");
|
||||
define("CUSLAN_61", "Menu");
|
||||
define("CUSLAN_62", "Menu Options");
|
||||
define("CUSLAN_63", 'Book/Chapter');
|
||||
define("CUSLAN_63", "Book/Chapter");
|
||||
define("CUSLAN_64", "Menu Name");
|
||||
define("CUSLAN_65", "Menu Title");
|
||||
define("CUSLAN_66", "Menu Body");
|
||||
@@ -36,7 +36,7 @@ define("CUSLAN_68", "Custom Button Text");
|
||||
define("CUSLAN_69", "Custom Button URL");
|
||||
define("CUSLAN_70", "Menu Icon/Glyph");
|
||||
define("CUSLAN_71", "Menu Image/Video");
|
||||
define("CUSLAN_72", 'List Books/Chapters Template');
|
||||
define("CUSLAN_72", "List Books/Chapters Template");
|
||||
define("CUSLAN_73", "Menu Created");
|
||||
define("CUSLAN_74", "Menu Updated");
|
||||
define("CUSLAN_75", "Missing Menu-id detected:");
|
||||
@@ -73,7 +73,7 @@ define("CUSLAN_78", "Couldn't delete menu with path ");
|
||||
// define("CUSLAN_33", "Page Options");
|
||||
// define("CUSLAN_34", "Title and SEF string are required fields. Page wasn"t saved.");
|
||||
// define("CUSLAN_35", "SEF string should be unique for every page. Page wasn"t saved.");
|
||||
// define("CUSLAN_36", "Menu name is required field and can't be left empty. Menu wasn"t saved.");
|
||||
// define("CUSLAN_36", "Menu name is required field and can"t be left empty. Menu wasn"t saved.");
|
||||
// define("CUSLAN_37", "Custom Page Update");
|
||||
// define("CUSLAN_38", "on");
|
||||
// define("CUSLAN_39", "off");
|
||||
|
@@ -63,70 +63,70 @@ define("DBLAN_51", "Execute Selected");
|
||||
define("DBLAN_52", "Delete Duplicate"); //plugin scan
|
||||
define("DBLAN_53", "Please select action.");
|
||||
define("DBLAN_54", "No Validation errors found.");
|
||||
define('DBLAN_55', 'Select to scan shortcode/override directory for new shortcodes');
|
||||
define('DBLAN_56', 'Scan override directory');
|
||||
define('DBLAN_57', 'Shortcode Override list set to');
|
||||
define("DBLAN_55", "Select to scan shortcode/override directory for new shortcodes");
|
||||
define("DBLAN_56", "Scan override directory");
|
||||
define("DBLAN_57", "Shortcode Override list set to");
|
||||
|
||||
define('DBLAN_58', "Export Site Data");
|
||||
define('DBLAN_59', "Import Site Data");
|
||||
define("DBLAN_58", "Export Site Data");
|
||||
define("DBLAN_59", "Import Site Data");
|
||||
|
||||
define('DBLAN_60', "File backup complete!");
|
||||
define('DBLAN_61', "Starting database backup...");
|
||||
define('DBLAN_62', "Database backup complete!");
|
||||
define('DBLAN_63', "Full site backup completed.");
|
||||
define("DBLAN_60", "File backup complete!");
|
||||
define("DBLAN_61", "Starting database backup...");
|
||||
define("DBLAN_62", "Database backup complete!");
|
||||
define("DBLAN_63", "Full site backup completed.");
|
||||
|
||||
define('DBLAN_64', "Check Database Charset");
|
||||
define('DBLAN_65', "Check Charset");
|
||||
define('DBLAN_66', "Correct File and Directory permissions");
|
||||
define('DBLAN_67', "Correct Perms");
|
||||
define('DBLAN_68', "Backup Database, Files and Folders");
|
||||
define('DBLAN_69', "Backup Site");
|
||||
define("DBLAN_64", "Check Database Charset");
|
||||
define("DBLAN_65", "Check Charset");
|
||||
define("DBLAN_66", "Correct File and Directory permissions");
|
||||
define("DBLAN_67", "Correct Perms");
|
||||
define("DBLAN_68", "Backup Database, Files and Folders");
|
||||
define("DBLAN_69", "Backup Site");
|
||||
|
||||
define('DBLAN_70', "This will create a database dump and a zipped backup of all non-core plugins, your site theme, your media files and system logs");
|
||||
define('DBLAN_71', "Please wait...");
|
||||
define('DBLAN_72', "Folder and File permissions have been updated");
|
||||
define('DBLAN_73', "Correcting File and Directory Permissions");
|
||||
define('DBLAN_74', "Connecting to server");
|
||||
define('DBLAN_75', "Creating Database");
|
||||
define('DBLAN_76', "Selecting database");
|
||||
define('DBLAN_77', "Couldn't read core sql file");
|
||||
define("DBLAN_70", "This will create a database dump and a zipped backup of all non-core plugins, your site theme, your media files and system logs");
|
||||
define("DBLAN_71", "Please wait...");
|
||||
define("DBLAN_72", "Folder and File permissions have been updated");
|
||||
define("DBLAN_73", "Correcting File and Directory Permissions");
|
||||
define("DBLAN_74", "Connecting to server");
|
||||
define("DBLAN_75", "Creating Database");
|
||||
define("DBLAN_76", "Selecting database");
|
||||
define("DBLAN_77", "Couldn't read core sql file");
|
||||
|
||||
define('DBLAN_78', "Table");
|
||||
define('DBLAN_79', "Engine");
|
||||
define('DBLAN_80', "Collation");
|
||||
define('DBLAN_81', "Status");
|
||||
define("DBLAN_78", "Table");
|
||||
define("DBLAN_79", "Engine");
|
||||
define("DBLAN_80", "Collation");
|
||||
define("DBLAN_81", "Status");
|
||||
|
||||
define('DBLAN_82', "This function will permanently modify all tables in your database. ([database])");
|
||||
define('DBLAN_83', "It is [b]HIGHLY[/b] recommended that you first backup your database and switch your site into maintenance mode.");
|
||||
define('DBLAN_84', "Please note:");
|
||||
define('DBLAN_85', "The conversion process can take up to one minute or much much more depending on the size of your database.");
|
||||
define('DBLAN_86', "The conversion does not work with serialized arrays.");
|
||||
define('DBLAN_87', "Be sure that you have followed all steps of the upgrade process first.");
|
||||
define('DBLAN_88', "Core prefs are ignored during the conversion process due to possibility of corruption.");
|
||||
define("DBLAN_82", "This function will permanently modify all tables in your database. ([database])");
|
||||
define("DBLAN_83", "It is [b]HIGHLY[/b] recommended that you first backup your database and switch your site into maintenance mode.");
|
||||
define("DBLAN_84", "Please note:");
|
||||
define("DBLAN_85", "The conversion process can take up to one minute or much much more depending on the size of your database.");
|
||||
define("DBLAN_86", "The conversion does not work with serialized arrays.");
|
||||
define("DBLAN_87", "Be sure that you have followed all steps of the upgrade process first.");
|
||||
define("DBLAN_88", "Core prefs are ignored during the conversion process due to possibility of corruption.");
|
||||
|
||||
define('DBLAN_89', "Convert Database");
|
||||
define('DBLAN_90', "Convert non-UTF8 Tables");
|
||||
define('DBLAN_91', "Please wait...");
|
||||
define('DBLAN_92', "Your tables are using the correct character set.");
|
||||
define('DBLAN_93', "Database Converted successfully to UTF-8.");
|
||||
define('DBLAN_94', "Please make sure you have the following line in your e107_config.php file:");
|
||||
define("DBLAN_89", "Convert Database");
|
||||
define("DBLAN_90", "Convert non-UTF8 Tables");
|
||||
define("DBLAN_91", "Please wait...");
|
||||
define("DBLAN_92", "Your tables are using the correct character set.");
|
||||
define("DBLAN_93", "Database Converted successfully to UTF-8.");
|
||||
define("DBLAN_94", "Please make sure you have the following line in your e107_config.php file:");
|
||||
|
||||
define('DBLAN_95', "Export Options");
|
||||
//define('DBLAN_96', "Preferences");
|
||||
define('DBLAN_97', "Tables");
|
||||
define('DBLAN_98', "Rows");
|
||||
define('DBLAN_99', "Table Data:");
|
||||
define('DBLAN_100', "Convert paths and package images and xml into:");
|
||||
define('DBLAN_101', "Export File");
|
||||
define('DBLAN_102', "Export Options");
|
||||
define('DBLAN_103', "Inserted");
|
||||
define('DBLAN_104', "Failed to Insert");
|
||||
define('DBLAN_105', "Batch shortcodes:");
|
||||
define('DBLAN_106', "(empty)");
|
||||
define("DBLAN_95", "Export Options");
|
||||
//define("DBLAN_96", "Preferences");
|
||||
define("DBLAN_97", "Tables");
|
||||
define("DBLAN_98", "Rows");
|
||||
define("DBLAN_99", "Table Data:");
|
||||
define("DBLAN_100", "Convert paths and package images and xml into:");
|
||||
define("DBLAN_101", "Export File");
|
||||
define("DBLAN_102", "Export Options");
|
||||
define("DBLAN_103", "Inserted");
|
||||
define("DBLAN_104", "Failed to Insert");
|
||||
define("DBLAN_105", "Batch shortcodes:");
|
||||
define("DBLAN_106", "(empty)");
|
||||
|
||||
define('DBLAN_107', "[folder] is not writable");
|
||||
define('DBLAN_108', "Created:");
|
||||
define('DBLAN_109', "Copied:");
|
||||
define('DBLAN_110', "Couldn't copy:");
|
||||
define("DBLAN_107", "[folder] is not writable");
|
||||
define("DBLAN_108", "Created:");
|
||||
define("DBLAN_109", "Copied:");
|
||||
define("DBLAN_110", "Couldn't copy:");
|
||||
|
||||
?>
|
||||
|
@@ -17,46 +17,46 @@ define("LAN_UPDATE_9", "to");
|
||||
//define("LAN_UPDATE_11", ".617 to .7 Update Continued");
|
||||
define("LAN_UPDATE_12", "One of your tables contains duplicate entries.");
|
||||
define("LAN_UPDATE_13", "Add additional/missing core settings");
|
||||
define('LAN_UPDATE_14', 'Start version: ');
|
||||
define("LAN_UPDATE_14", "Start version: ");
|
||||
|
||||
// Messages as part of 0.7 to 0.8 update process
|
||||
define('LAN_UPDATE_20', 'Updating Preference(s): ');
|
||||
define('LAN_UPDATE_21', 'Updating Table Structure: ');
|
||||
define('LAN_UPDATE_22', "Converting Serialized Preference(s): ");
|
||||
define('LAN_UPDATE_23', 'Updating Menu Path: ');
|
||||
define('LAN_UPDATE_24', "Deleting Deprecated Table Field: ");
|
||||
define('LAN_UPDATE_25', 'Deleting obsolete table: ');
|
||||
define('LAN_UPDATE_26', 'Extending IP address field: ');
|
||||
define('LAN_UPDATE_27', 'Adding Table: ');
|
||||
define('LAN_UPDATE_28', '--COUNT-- saved emails moved');
|
||||
define('LAN_UPDATE_29', 'Depending on your particular configuration, you may need to run the upgrade process several times.');
|
||||
define("LAN_UPDATE_20", "Updating Preference(s): ");
|
||||
define("LAN_UPDATE_21", "Updating Table Structure: ");
|
||||
define("LAN_UPDATE_22", "Converting Serialized Preference(s): ");
|
||||
define("LAN_UPDATE_23", "Updating Menu Path: ");
|
||||
define("LAN_UPDATE_24", "Deleting Deprecated Table Field: ");
|
||||
define("LAN_UPDATE_25", "Deleting obsolete table: ");
|
||||
define("LAN_UPDATE_26", "Extending IP address field: ");
|
||||
define("LAN_UPDATE_27", "Adding Table: ");
|
||||
define("LAN_UPDATE_28", "--COUNT-- saved emails moved");
|
||||
define("LAN_UPDATE_29", "Depending on your particular configuration, you may need to run the upgrade process several times.");
|
||||
|
||||
// Everything below here needs reviewing.
|
||||
|
||||
// define('LAN_UPDATE_35', 'Error modifying data in comment table');
|
||||
// define('LAN_UPDATE_36', 'Error deleting old field in comment table');
|
||||
define('LAN_UPDATE_37', 'Add index --INDEX-- to table --TABLE--');
|
||||
define('LAN_UPDATE_38', 'Update front page settings');
|
||||
// define('LAN_UPDATE_39', 'Update linkwords table');
|
||||
define('LAN_UPDATE_40', 'Update newsfeeds table');
|
||||
define('LAN_UPDATE_41', 'User timezone field processed');
|
||||
define('LAN_UPDATE_42', 'Error transferring user timezone data - aborted');
|
||||
define('LAN_UPDATE_43', 'Rename dblog table');
|
||||
define('LAN_UPDATE_44', 'Rename rolling log table');
|
||||
define('LAN_UPDATE_45', 'Adding new table to database: ');
|
||||
define('LAN_UPDATE_46', 'Error reading table definition: ');
|
||||
// define("LAN_UPDATE_35", "Error modifying data in comment table");
|
||||
// define("LAN_UPDATE_36", "Error deleting old field in comment table");
|
||||
define("LAN_UPDATE_37", "Add index --INDEX-- to table --TABLE--");
|
||||
define("LAN_UPDATE_38", "Update front page settings");
|
||||
// define("LAN_UPDATE_39", "Update linkwords table");
|
||||
define("LAN_UPDATE_40", "Update newsfeeds table");
|
||||
define("LAN_UPDATE_41", "User timezone field processed");
|
||||
define("LAN_UPDATE_42", "Error transferring user timezone data - aborted");
|
||||
define("LAN_UPDATE_43", "Rename dblog table");
|
||||
define("LAN_UPDATE_44", "Rename rolling log table");
|
||||
define("LAN_UPDATE_45", "Adding new table to database: ");
|
||||
define("LAN_UPDATE_46", "Error reading table definition: ");
|
||||
|
||||
define('LAN_UPDATE_50', 'Obsolete prefs deleted: ');
|
||||
define('LAN_UPDATE_51', 'Update plugin table definition: ');
|
||||
define('LAN_UPDATE_52', 'Update downloads table');
|
||||
define('LAN_UPDATE_53', 'Update download mirror table');
|
||||
define('LAN_UPDATE_54', 'Missing table --TABLE-- - cannot add index --INDEX--');
|
||||
define('LAN_UPDATE_55', 'Description');
|
||||
define('LAN_UPDATE_56', 'System Update');
|
||||
define("LAN_UPDATE_50", "Obsolete prefs deleted: ");
|
||||
define("LAN_UPDATE_51", "Update plugin table definition: ");
|
||||
define("LAN_UPDATE_52", "Update downloads table");
|
||||
define("LAN_UPDATE_53", "Update download mirror table");
|
||||
define("LAN_UPDATE_54", "Missing table --TABLE-- - cannot add index --INDEX--");
|
||||
define("LAN_UPDATE_55", "Description");
|
||||
define("LAN_UPDATE_56", "System Update");
|
||||
|
||||
define('LAN_UPDATE_57', 'Before continuing, please manually delete the following outdated folders from your system:');
|
||||
define("LAN_UPDATE_57", "Before continuing, please manually delete the following outdated folders from your system:");
|
||||
|
||||
define('LAN_UPDATE_CAPTION_PLUGIN', 'Plugin Updates'); // Unused
|
||||
define('LAN_UPDATE_CAPTION_CORE', 'Core Updates'); // Unused
|
||||
define("LAN_UPDATE_CAPTION_PLUGIN", "Plugin Updates"); // Unused
|
||||
define("LAN_UPDATE_CAPTION_CORE", "Core Updates"); // Unused
|
||||
|
||||
?>
|
@@ -69,7 +69,7 @@ define("FR_LAN_28", "Known insecure files");
|
||||
|
||||
define("FR_LAN_29", "Total files matched");
|
||||
define("FR_LAN_30", "Total lines matched");
|
||||
define('FR_LAN_31', 'Missing complete plugin folder');
|
||||
define("FR_LAN_31", "Missing complete plugin folder");
|
||||
|
||||
define("FS_LAN_1", "Create Snapshot");
|
||||
define("FS_LAN_2", "Absolute path of root directory to create image from");
|
||||
|
@@ -15,7 +15,7 @@
|
||||
// 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_10", "Error");
|
||||
// define("FMLAN_11", "Probably incorrect permissions on upload directory.");
|
||||
define("FMLAN_12", "file");
|
||||
define("FMLAN_13", "files");
|
||||
@@ -58,7 +58,7 @@ 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");
|
||||
define('FMLAN_51', 'Unidentified error');
|
||||
define("FMLAN_51", "Unidentified error");
|
||||
|
||||
|
||||
|
||||
|
@@ -28,8 +28,8 @@ 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('NM_LAN_1', 'Mail Events');
|
||||
define('NM_LAN_2', 'Bulk email run complete');
|
||||
define("NM_LAN_1", "Mail Events");
|
||||
define("NM_LAN_2", "Bulk email run complete");
|
||||
|
||||
define("NF_LAN_1", "File Events");
|
||||
define("NF_LAN_2", "File uploaded by user");
|
||||
|
@@ -6,13 +6,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
//define('UGFLAN_1', 'Maintenance settings updated');
|
||||
define('UGFLAN_2', 'Activate maintenance flag');
|
||||
//define('UGFLAN_3', 'Update Maintenance Setting');
|
||||
define('UGFLAN_4', 'Maintenance Setting');
|
||||
//define("UGFLAN_1", "Maintenance settings 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');
|
||||
//define('UGFLAN_7', 'Update unsuccessful as no changes were made.');
|
||||
define('UGFLAN_8', 'Limit access to Admins only');
|
||||
define('UGFLAN_9', 'Limit access to Main-Admins only');
|
||||
define("UGFLAN_5", "Text to display when site down");
|
||||
define("UGFLAN_6", "Leave blank to display default message");
|
||||
//define("UGFLAN_7", "Update unsuccessful as no changes were made.");
|
||||
define("UGFLAN_8", "Limit access to Admins only");
|
||||
define("UGFLAN_9", "Limit access to Main-Admins only");
|
||||
|
@@ -3,27 +3,14 @@
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_upload.php,v $
|
||||
| $Revision$
|
||||
| $Date$
|
||||
| $Author$
|
||||
| e107 Upload handling - Admin language file
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* e107 Upload handling - Admin language file
|
||||
*
|
||||
* @package e107
|
||||
* @subpackage admin
|
||||
* @version $Id$;
|
||||
*/
|
||||
|
||||
|
||||
define("UPLLAN_1", "Upload removed from list.");
|
||||
define("UPLLAN_2", "Settings saved in database");
|
||||
//define("UPLLAN_3", "Upload ID");//LAN_ID
|
||||
define('UPLLAN_4', 'Nothing changed - not updated');
|
||||
define("UPLLAN_4", "Nothing changed - not updated");
|
||||
define("UPLLAN_5", "Poster");
|
||||
//define("UPLLAN_6", "Email");//LAN_EMAIL
|
||||
define("UPLLAN_7", "Website");
|
||||
@@ -55,7 +42,7 @@ define("UPLLAN_27", "unmoderated public uploads");
|
||||
//define("UPLLAN_32", "Binary");
|
||||
define("UPLLAN_33", "Maximum file size");
|
||||
define("UPLLAN_34", "Absolute maximum upload size in bytes. Further limited by settings from php.ini, and by the settings in filetypes.xml");
|
||||
//define("UPLLAN_35", 'Size');LAN_SIZE
|
||||
//define("UPLLAN_35", "Size");LAN_SIZE
|
||||
//define("UPLLAN_36", "Please enter one type per line");
|
||||
define("UPLLAN_37", "Permission");
|
||||
define("UPLLAN_38", "Select to allow only certain users to upload");
|
||||
@@ -71,7 +58,7 @@ define("UPLAN_COPYTODLM", "copy to download manager");
|
||||
define("UPLAN_IS", "is ");
|
||||
define("UPLAN_ARE", "are ");
|
||||
define("UPLAN_COPYTODLS", "Copy to Downloads");
|
||||
//define('UPLAN_DELETE', 'Delete');//LAN_DELETE
|
||||
//define("UPLAN_DELETE", "Delete");//LAN_DELETE
|
||||
|
||||
/*
|
||||
define("UPLLAN_48", "For security reasons allowed file types has been moved out of the database into a
|
||||
@@ -79,29 +66,29 @@ flatfile located in your admin directory. To use, rename the file e107_admin/fil
|
||||
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.");
|
||||
*/
|
||||
//define('UPLLAN_49', 'File Types');LAN_FILETYPES
|
||||
//define('UPLLAN_50', 'Options');//LAN_OPTIONS
|
||||
define('UPLLAN_51', 'List Uploads');
|
||||
define('UPLLAN_52', 'This page helps you create a file for managing file upload permissions. The file is saved as --SOURCE--, and must be copied to --DEST-- before it takes effect.');
|
||||
//define('UPLLAN_53', 'User Class');//LAN_USERCLASS
|
||||
define('UPLLAN_54', 'File Extensions');
|
||||
define('UPLLAN_55', 'Max upload size');
|
||||
define('UPLLAN_56', 'Generate file');
|
||||
define('UPLLAN_57', 'Source for values: ');
|
||||
//define('UPLLAN_58', 'Default');LAN_DEFAULT
|
||||
define('UPLLAN_59', 'Settings written to ');
|
||||
define('UPLLAN_60', 'Now move this file to ');
|
||||
define('UPLLAN_61', 'Error writing file: ');
|
||||
//define("UPLLAN_49", "File Types");LAN_FILETYPES
|
||||
//define("UPLLAN_50", "Options");//LAN_OPTIONS
|
||||
define("UPLLAN_51", "List Uploads");
|
||||
define("UPLLAN_52", "This page helps you create a file for managing file upload permissions. The file is saved as --SOURCE--, and must be copied to --DEST-- before it takes effect.");
|
||||
//define("UPLLAN_53", "User Class");//LAN_USERCLASS
|
||||
define("UPLLAN_54", "File Extensions");
|
||||
define("UPLLAN_55", "Max upload size");
|
||||
define("UPLLAN_56", "Generate file");
|
||||
define("UPLLAN_57", "Source for values: ");
|
||||
//define("UPLLAN_58", "Default");LAN_DEFAULT
|
||||
define("UPLLAN_59", "Settings written to ");
|
||||
define("UPLLAN_60", "Now move this file to ");
|
||||
define("UPLLAN_61", "Error writing file: ");
|
||||
|
||||
define('UPLLAN_62', 'Download plugin is not installed - activation not possible.');
|
||||
define('UPLLAN_63', 'Record moved to Downloads. [x]');
|
||||
define('UPLLAN_64', 'Manage Download');
|
||||
//define('UPLLAN_65', 'File not found');//LAN_FILE_NOT_FOUND
|
||||
define('UPLLAN_66', 'Download path error');
|
||||
//define('UPLLAN_67', 'Anonymous');//LAN_ANONYMOUS
|
||||
define('UPLLAN_68', 'SQL Error:');
|
||||
define('UPLLAN_69', '');
|
||||
define('UPLLAN_70', '');
|
||||
define("UPLLAN_62", "Download plugin is not installed - activation not possible.");
|
||||
define("UPLLAN_63", "Record moved to Downloads. [x]");
|
||||
define("UPLLAN_64", "Manage Download");
|
||||
//define("UPLLAN_65", "File not found");//LAN_FILE_NOT_FOUND
|
||||
define("UPLLAN_66", "Download path error");
|
||||
//define("UPLLAN_67", "Anonymous");//LAN_ANONYMOUS
|
||||
define("UPLLAN_68", "SQL Error:");
|
||||
define("UPLLAN_69", "");
|
||||
define("UPLLAN_70", "");
|
||||
|
||||
|
||||
?>
|
@@ -11,14 +11,14 @@
|
||||
*/
|
||||
//define("UCSLAN_1", "Cleared all users from class.");
|
||||
//define("UCSLAN_2", "Class users updated.");
|
||||
define("UCSLAN_3", 'Class deleted.');
|
||||
define("UCSLAN_3", "Class deleted.");
|
||||
// define("UCSLAN_4", "Please tick the confirm box to delete this user class"); currently not in use
|
||||
define("UCSLAN_5", 'Class updated.');
|
||||
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", "No Icon");
|
||||
define('UCSLAN_10', 'Class not deleted - it is a core class, or is used in the definition of another class, as either parent or edit class');
|
||||
define("UCSLAN_10", "Class not deleted - it is a core class, or is used in the definition of another class, as either parent or edit class");
|
||||
define("UCSLAN_11", "tick to confirm");
|
||||
define("UCSLAN_12", "Class Name");
|
||||
define("UCSLAN_13", "Class Description");
|
||||
@@ -32,77 +32,77 @@ 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", 'Class Manager');
|
||||
define("UCSLAN_25", 'Create/Edit Classes');
|
||||
define("UCSLAN_26", 'Class Membership');
|
||||
define("UCSLAN_27", 'Debug Help');
|
||||
//define("UCSLAN_28", 'Modify Class Membership');
|
||||
define("UCSLAN_29", 'That class must not be deleted');
|
||||
define("UCSLAN_30", 'Short name displayed in selectors');
|
||||
define("UCSLAN_31", 'Information about applicability of class');
|
||||
define("UCSLAN_32", 'Users in this class can add/remove themselves from the class being edited');
|
||||
define("UCSLAN_33", 'Determines which users can see this class in drop-down lists');
|
||||
define("UCSLAN_34", 'Class Visibility');
|
||||
define("UCSLAN_35", 'Class Parent');
|
||||
define("UCSLAN_36", 'If the top of the tree is \'No One\', permissions increase towards the top of the tree<br />If the top of the tree is \'Everyone\', permissions increase as you go down the tree');
|
||||
define("UCSLAN_37", 'You must enter a name for the class');
|
||||
define("UCSLAN_38", 'Initial User Class');
|
||||
define("UCSLAN_39", 'No classes which can be set');
|
||||
define("UCSLAN_40", 'Set initial classes');
|
||||
define("UCSLAN_41", 'Settings updated');
|
||||
define("UCSLAN_42", 'Nothing changed - not updated');
|
||||
define("UCSLAN_43", 'Existing classes: ');
|
||||
define("UCSLAN_44", 'None');
|
||||
define("UCSLAN_45", 'Point at which classes set:');
|
||||
define("UCSLAN_46", '(ignored if no verification)');
|
||||
define("UCSLAN_47", 'Initial Signup');
|
||||
define("UCSLAN_48", 'Verification by email or admin');
|
||||
define("UCSLAN_49", 'These classes are set for any newly signed up user - either immediately, or once their site membership has been verified');
|
||||
define("UCSLAN_50", 'Options/Setup');
|
||||
define("UCSLAN_51", 'User Class Functions');
|
||||
define("UCSLAN_52", 'Setup Options');
|
||||
define("UCSLAN_53", 'Caution! Only use these options if you understand what they do');
|
||||
define("UCSLAN_54", 'Set a default user hierarchy');
|
||||
define("UCSLAN_55", 'Clear the user hierarchy');
|
||||
define("UCSLAN_24", "Class Manager");
|
||||
define("UCSLAN_25", "Create/Edit Classes");
|
||||
define("UCSLAN_26", "Class Membership");
|
||||
define("UCSLAN_27", "Debug Help");
|
||||
//define("UCSLAN_28", "Modify Class Membership");
|
||||
define("UCSLAN_29", "That class must not be deleted");
|
||||
define("UCSLAN_30", "Short name displayed in selectors");
|
||||
define("UCSLAN_31", "Information about applicability of class");
|
||||
define("UCSLAN_32", "Users in this class can add/remove themselves from the class being edited");
|
||||
define("UCSLAN_33", "Determines which users can see this class in drop-down lists");
|
||||
define("UCSLAN_34", "Class Visibility");
|
||||
define("UCSLAN_35", "Class Parent");
|
||||
define("UCSLAN_36", "If the top of the tree is 'No One', permissions increase towards the top of the tree<br />If the top of the tree is 'Everyone', permissions increase as you go down the tree");
|
||||
define("UCSLAN_37", "You must enter a name for the class");
|
||||
define("UCSLAN_38", "Initial User Class");
|
||||
define("UCSLAN_39", "No classes which can be set");
|
||||
define("UCSLAN_40", "Set initial classes");
|
||||
define("UCSLAN_41", "Settings updated");
|
||||
define("UCSLAN_42", "Nothing changed - not updated");
|
||||
define("UCSLAN_43", "Existing classes: ");
|
||||
define("UCSLAN_44", "None");
|
||||
define("UCSLAN_45", "Point at which classes set:");
|
||||
define("UCSLAN_46", "(ignored if no verification)");
|
||||
define("UCSLAN_47", "Initial Signup");
|
||||
define("UCSLAN_48", "Verification by email or admin");
|
||||
define("UCSLAN_49", "These classes are set for any newly signed up user - either immediately, or once their site membership has been verified");
|
||||
define("UCSLAN_50", "Options/Setup");
|
||||
define("UCSLAN_51", "User Class Functions");
|
||||
define("UCSLAN_52", "Setup Options");
|
||||
define("UCSLAN_53", "Caution! Only use these options if you understand what they do");
|
||||
define("UCSLAN_54", "Set a default user hierarchy");
|
||||
define("UCSLAN_55", "Clear the user hierarchy");
|
||||
define("UCSLAN_56", "(this sets a 'flat' user class structure)");
|
||||
define("UCSLAN_57", '(the hierarchy can be modified later)');
|
||||
define("UCSLAN_58", 'Execute');
|
||||
define("UCSLAN_59", 'Enable admin logging of user class edits');
|
||||
define("UCSLAN_60", 'User Class Configuration options');
|
||||
define("UCSLAN_61", 'User class setup');
|
||||
define("UCSLAN_62", 'Create default class tree: ');
|
||||
define("UCSLAN_63", 'That class name already exists - please choose another');
|
||||
define("UCSLAN_64", 'completed');
|
||||
define("UCSLAN_65", 'Flatten user class hierarchy: ');
|
||||
define("UCSLAN_66", 'Confirm flatten user class hierarchy');
|
||||
define("UCSLAN_67", 'Confirm set default user class hierarchy');
|
||||
define("UCSLAN_68", 'Class Icon');
|
||||
define("UCSLAN_69", 'Optional icon associated with class - directory ');
|
||||
define("UCSLAN_70", 'Rebuilding class hierarchy: ');
|
||||
define("UCSLAN_71", 'User Class Maintenance');
|
||||
define("UCSLAN_72", 'Rebuild class hierarchy ');
|
||||
define('UCSLAN_73', '(This may be required if database corruption occurs)');
|
||||
define('UCSLAN_74', 'Administrators and Moderators');
|
||||
define('UCSLAN_75', 'Registered and logged in members');
|
||||
define('UCSLAN_76', 'Site Administrators');
|
||||
define('UCSLAN_77', 'Main site Administrators');
|
||||
define('UCSLAN_78', 'Moderators for Forums and other areas');
|
||||
define('UCSLAN_79', 'Class Type');
|
||||
define('UCSLAN_80', 'Standard');
|
||||
define('UCSLAN_81', 'Group');
|
||||
define('UCSLAN_82', 'A group brings together a number of individual classes');
|
||||
define('UCSLAN_83', 'Classes in group');
|
||||
define('UCSLAN_84', ' (Group)');
|
||||
define('UCSLAN_85', 'You have assigned all available classes; please reassign one which is not in use');
|
||||
define('UCSLAN_86', 'Some settings not allowed for admin classes - they have been set to defaults. ');
|
||||
define('UCSLAN_87', 'Recently joined users');
|
||||
define('UCSLAN_88', 'Identified search bots');
|
||||
define('UCSLAN_89', 'Checked classes are members of the group');
|
||||
define('UCSLAN_90', 'You can\'t edit certain system user classes!');
|
||||
define('UCSLAN_91', '');
|
||||
define("UCSLAN_57", "(the hierarchy can be modified later)");
|
||||
define("UCSLAN_58", "Execute");
|
||||
define("UCSLAN_59", "Enable admin logging of user class edits");
|
||||
define("UCSLAN_60", "User Class Configuration options");
|
||||
define("UCSLAN_61", "User class setup");
|
||||
define("UCSLAN_62", "Create default class tree: ");
|
||||
define("UCSLAN_63", "That class name already exists - please choose another");
|
||||
define("UCSLAN_64", "completed");
|
||||
define("UCSLAN_65", "Flatten user class hierarchy: ");
|
||||
define("UCSLAN_66", "Confirm flatten user class hierarchy");
|
||||
define("UCSLAN_67", "Confirm set default user class hierarchy");
|
||||
define("UCSLAN_68", "Class Icon");
|
||||
define("UCSLAN_69", "Optional icon associated with class - directory ");
|
||||
define("UCSLAN_70", "Rebuilding class hierarchy: ");
|
||||
define("UCSLAN_71", "User Class Maintenance");
|
||||
define("UCSLAN_72", "Rebuild class hierarchy ");
|
||||
define("UCSLAN_73", "(This may be required if database corruption occurs)");
|
||||
define("UCSLAN_74", "Administrators and Moderators");
|
||||
define("UCSLAN_75", "Registered and logged in members");
|
||||
define("UCSLAN_76", "Site Administrators");
|
||||
define("UCSLAN_77", "Main site Administrators");
|
||||
define("UCSLAN_78", "Moderators for Forums and other areas");
|
||||
define("UCSLAN_79", "Class Type");
|
||||
define("UCSLAN_80", "Standard");
|
||||
define("UCSLAN_81", "Group");
|
||||
define("UCSLAN_82", "A group brings together a number of individual classes");
|
||||
define("UCSLAN_83", "Classes in group");
|
||||
define("UCSLAN_84", " (Group)");
|
||||
define("UCSLAN_85", "You have assigned all available classes; please reassign one which is not in use");
|
||||
define("UCSLAN_86", "Some settings not allowed for admin classes - they have been set to defaults. ");
|
||||
define("UCSLAN_87", "Recently joined users");
|
||||
define("UCSLAN_88", "Identified search bots");
|
||||
define("UCSLAN_89", "Checked classes are members of the group");
|
||||
define("UCSLAN_90", "You can't edit certain system user classes!");
|
||||
define("UCSLAN_91", "");
|
||||
|
||||
|
||||
define("UCSLAN_UPDATE", 'Update');
|
||||
define("UCSLAN_UPDATE", "Update");
|
||||
|
||||
|
||||
?>
|
@@ -81,7 +81,7 @@ 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"); // Moved to lan_admin.php and renamed 'User List'
|
||||
// define("USRLAN_71", "Users Front Page"); // Moved to lan_admin.php and renamed "User List"
|
||||
// define("USRLAN_72", "Quick Add User"); // Use: LAN_USER_QUICKADD
|
||||
// define("USRLAN_73", "Prune Users"); // Use: LAN_USER_PRUNE
|
||||
// define("USRLAN_75", "Options"); // Use: LAN_OPTIONS
|
||||
@@ -163,111 +163,111 @@ define("USRLAN_154", "Clear email for checked");
|
||||
define("USRLAN_155", "Total {TOTAL} emails found. {DELCOUNT} deleted through options.<br />{DELUSER} users marked as 'bounced' (out of {FOUND} emails)");
|
||||
define("USRLAN_156", "Email address is already in use");
|
||||
|
||||
define('USRLAN_160', 'Total --COUNT-- users of type --TYPE-- pruned');
|
||||
define('USRLAN_161', 'User ID --UID-- name --NAME-- banned');
|
||||
define('USRLAN_162', 'User ID --UID-- name --NAME-- unbanned');
|
||||
define('USRLAN_163', 'User ID --UID-- deleted');
|
||||
define('USRLAN_164', 'User ID --UID-- name --NAME-- (--EMAIL--) made admin');
|
||||
define('USRLAN_165', 'User ID --UID-- name --NAME-- admin status revoked');
|
||||
define('USRLAN_166', 'User ID --UID-- name --NAME-- approved');
|
||||
define("USRLAN_160", "Total --COUNT-- users of type --TYPE-- pruned");
|
||||
define("USRLAN_161", "User ID --UID-- name --NAME-- banned");
|
||||
define("USRLAN_162", "User ID --UID-- name --NAME-- unbanned");
|
||||
define("USRLAN_163", "User ID --UID-- deleted");
|
||||
define("USRLAN_164", "User ID --UID-- name --NAME-- (--EMAIL--) made admin");
|
||||
define("USRLAN_165", "User ID --UID-- name --NAME-- admin status revoked");
|
||||
define("USRLAN_166", "User ID --UID-- name --NAME-- approved");
|
||||
//FIX ME USERLAN_160 - USERLAN_166 need to be reworked avoid duplication.
|
||||
|
||||
define('USRLAN_167', 'Validation email ID --ID-- resent to --NAME-- at --EMAIL--');
|
||||
define('USRLAN_168', 'Re-send --COUNT-- validation emails');
|
||||
define('USRLAN_169', 'Total --COUNT-- bounced emails deleted');
|
||||
define('USRLAN_170', 'Random user name');
|
||||
define('USRLAN_171', 'Random password');
|
||||
define('USRLAN_172', 'User account has been created with the following:');
|
||||
// define('USRLAN_173', 'Login name set');
|
||||
// define('USRLAN_174', 'User name --NAME-- created');
|
||||
define('USRLAN_175', '');
|
||||
define("USRLAN_167", "Validation email ID --ID-- resent to --NAME-- at --EMAIL--");
|
||||
define("USRLAN_168", "Re-send --COUNT-- validation emails");
|
||||
define("USRLAN_169", "Total --COUNT-- bounced emails deleted");
|
||||
define("USRLAN_170", "Random user name");
|
||||
define("USRLAN_171", "Random password");
|
||||
define("USRLAN_172", "User account has been created with the following:");
|
||||
// define("USRLAN_173", "Login name set");
|
||||
// define("USRLAN_174", "User name --NAME-- created");
|
||||
define("USRLAN_175", "");
|
||||
|
||||
define('USRLAN_179', 'User banned: ');
|
||||
define('USRLAN_180', 'IP address of {IP} appears on whitelist; IP not banned.');
|
||||
define('USRLAN_181', 'Choose option for user status and sending confirmation email to the user');
|
||||
define('USRLAN_182', 'Invalid characters in login name'); // duplicate - USRLAN_92, used for 'verify' user action
|
||||
define('USRLAN_183', 'That login name already in use'); // wrong used with 'reqverify' user action
|
||||
define('USRLAN_184', 'Length of login name outside limits');
|
||||
define('USRLAN_185', 'A user account has been created for you at {SITEURL} with the following login:<br /><br /><b>Login Name:</b> {LOGINNAME}<br /><b>Password:</b> {PASSWORD}<br/><b>Activation link:</b> {ACTIVATION_LINK}<br /><br />');
|
||||
define('USRLAN_186', 'Please go to the site as soon as possible and log in, then change your password using the \'Settings\' option.<br /><br />You can also change other settings at the same time.<br /><br />Note that your password cannot be recovered if you lose it.');
|
||||
define('USRLAN_187', 'Access to website: ');
|
||||
define('USRLAN_188', 'Email sent successfully');
|
||||
define('USRLAN_189', 'Error sending email');
|
||||
define("USRLAN_179", "User banned: ");
|
||||
define("USRLAN_180", "IP address of {IP} appears on whitelist; IP not banned.");
|
||||
define("USRLAN_181", "Choose option for user status and sending confirmation email to the user");
|
||||
define("USRLAN_182", "Invalid characters in login name"); // duplicate - USRLAN_92, used for "verify" user action
|
||||
define("USRLAN_183", "That login name already in use"); // wrong used with "reqverify" user action
|
||||
define("USRLAN_184", "Length of login name outside limits");
|
||||
define("USRLAN_185", "A user account has been created for you at {SITEURL} with the following login:<br /><br /><b>Login Name:</b> {LOGINNAME}<br /><b>Password:</b> {PASSWORD}<br/><b>Activation link:</b> {ACTIVATION_LINK}<br /><br />");
|
||||
define("USRLAN_186", "Please go to the site as soon as possible and log in, then change your password using the \"Settings\" option.<br /><br />You can also change other settings at the same time.<br /><br />Note that your password cannot be recovered if you lose it.");
|
||||
define("USRLAN_187", "Access to website: ");
|
||||
define("USRLAN_188", "Email sent successfully");
|
||||
define("USRLAN_189", "Error sending email");
|
||||
|
||||
define('USRLAN_190', 'New user probationary period (days)');
|
||||
define('USRLAN_191', 'Administrator can impose restrictions during this period in some areas');
|
||||
define('USRLAN_192', ''); // was 'days' use value in lan_date.php instead.
|
||||
define('USRLAN_193', 'Nothing changed - not saved');
|
||||
define('USRLAN_194', 'Signature may be modified by');
|
||||
define('USRLAN_195', '');
|
||||
define("USRLAN_190", "New user probationary period (days)");
|
||||
define("USRLAN_191", "Administrator can impose restrictions during this period in some areas");
|
||||
define("USRLAN_192", ""); // was "days" use value in lan_date.php instead.
|
||||
define("USRLAN_193", "Nothing changed - not saved");
|
||||
define("USRLAN_194", "Signature may be modified by");
|
||||
define("USRLAN_195", "");
|
||||
|
||||
//User Ranks phrases
|
||||
// define('USRLAN_196', 'User ranks'); // use LAN_USER_RANKS
|
||||
define('USRLAN_197', 'Source');
|
||||
define('USRLAN_198', 'Field Name');
|
||||
define('USRLAN_199', 'Operation');
|
||||
define('USRLAN_200', 'Value');
|
||||
define('USRLAN_201', 'Number of comments');
|
||||
define('USRLAN_202', 'Number of site visits');
|
||||
define('USRLAN_203', 'Number of days member');
|
||||
define('USRLAN_204', 'Core');
|
||||
// define('USRLAN_205', 'Plugin'); // Use LAN_PLUGIN
|
||||
define('USRLAN_206', 'Current Calculation');
|
||||
define('USRLAN_207', 'Type');
|
||||
define('USRLAN_208', 'Rank Name');
|
||||
define('USRLAN_209', 'Lower Threshold');
|
||||
define('USRLAN_210', 'Lang Prefix');
|
||||
define('USRLAN_211', 'Rank Image');
|
||||
define('USRLAN_212', 'User Rank');
|
||||
// define('USRLAN_213', 'Are you sure you want to delete this rank'); // use LAN_CONFIRMDEL
|
||||
define('USRLAN_214', 'Add New Rank');
|
||||
//define('USRLAN_215', 'Update Ranks');
|
||||
define('USRLAN_216', '--select image--');
|
||||
//define('USRLAN_217', 'User Ranks Updated');
|
||||
//define('USRLAN_218', 'Deletion of User Rank');
|
||||
// define("USRLAN_196", "User ranks"); // use LAN_USER_RANKS
|
||||
define("USRLAN_197", "Source");
|
||||
define("USRLAN_198", "Field Name");
|
||||
define("USRLAN_199", "Operation");
|
||||
define("USRLAN_200", "Value");
|
||||
define("USRLAN_201", "Number of comments");
|
||||
define("USRLAN_202", "Number of site visits");
|
||||
define("USRLAN_203", "Number of days member");
|
||||
define("USRLAN_204", "Core");
|
||||
// define("USRLAN_205", "Plugin"); // Use LAN_PLUGIN
|
||||
define("USRLAN_206", "Current Calculation");
|
||||
define("USRLAN_207", "Type");
|
||||
define("USRLAN_208", "Rank Name");
|
||||
define("USRLAN_209", "Lower Threshold");
|
||||
define("USRLAN_210", "Lang Prefix");
|
||||
define("USRLAN_211", "Rank Image");
|
||||
define("USRLAN_212", "User Rank");
|
||||
// define("USRLAN_213", "Are you sure you want to delete this rank"); // use LAN_CONFIRMDEL
|
||||
define("USRLAN_214", "Add New Rank");
|
||||
//define("USRLAN_215", "Update Ranks");
|
||||
define("USRLAN_216", "--select image--");
|
||||
//define("USRLAN_217", "User Ranks Updated");
|
||||
//define("USRLAN_218", "Deletion of User Rank");
|
||||
|
||||
define('USRLAN_219', 'Older than 30 days');
|
||||
define("USRLAN_219", "Older than 30 days");
|
||||
|
||||
define('LAN_MAINADMIN','Main Admin');
|
||||
define('LAN_NOTVERIFIED','Not Verified');
|
||||
define('LAN_BANNED','Banned');
|
||||
define('LAN_BOUNCED','Bounced');
|
||||
define("LAN_MAINADMIN","Main Admin");
|
||||
define("LAN_NOTVERIFIED","Not Verified");
|
||||
define("LAN_BANNED","Banned");
|
||||
define("LAN_BOUNCED","Bounced");
|
||||
|
||||
|
||||
define('USRLAN_220', 'All Userclasses');
|
||||
define('USRLAN_221', 'Edit admin perms');
|
||||
define("USRLAN_220", "All Userclasses");
|
||||
define("USRLAN_221", "Edit admin perms");
|
||||
|
||||
define('USRLAN_222', 'You are about to delete [x] ([y]) with ID #[z]. Are you sure?');
|
||||
define('USRLAN_223', 'User not found.');
|
||||
define('USRLAN_224', 'Email sent to:');
|
||||
define('USRLAN_225', 'Failed to send email to:');
|
||||
define('USRLAN_226', "You don't have enough permissions to do this.");
|
||||
define('USRLAN_227', 'Unknown error. Action failed.');
|
||||
define('USRLAN_228', 'You are about to make User #[b][x][/b] : [b][y][/b] ([z]) an [b]administrator[/b].');
|
||||
define('USRLAN_229', 'Set the permissions and click [b]Update[/b] to proceed or [b]Back[/b] to abort.');
|
||||
define('USRLAN_230', 'Update administrator [x] ([y])');
|
||||
define('USRLAN_231', 'Insufficient permissions, operation aborted.');
|
||||
define('USRLAN_232', 'Missing activation key.');
|
||||
define('USRLAN_233', 'Valid');
|
||||
define('USRLAN_234', 'Invalid');
|
||||
define('USRLAN_235', 'User now has to verify.');
|
||||
define('USRLAN_236', 'Action failed.');
|
||||
define('USRLAN_237', 'User name and display name cannot be different (based on the site configuration). Display name set to [b][x][/b].');
|
||||
define('USRLAN_238', 'Your current status is [b]Active[/b]');
|
||||
define("USRLAN_222", "You are about to delete [x] ([y]) with ID #[z]. Are you sure?");
|
||||
define("USRLAN_223", "User not found.");
|
||||
define("USRLAN_224", "Email sent to:");
|
||||
define("USRLAN_225", "Failed to send email to:");
|
||||
define("USRLAN_226", "You don't have enough permissions to do this.");
|
||||
define("USRLAN_227", "Unknown error. Action failed.");
|
||||
define("USRLAN_228", "You are about to make User #[b][x][/b] : [b][y][/b] ([z]) an [b]administrator[/b].");
|
||||
define("USRLAN_229", "Set the permissions and click [b]Update[/b] to proceed or [b]Back[/b] to abort.");
|
||||
define("USRLAN_230", "Update administrator [x] ([y])");
|
||||
define("USRLAN_231", "Insufficient permissions, operation aborted.");
|
||||
define("USRLAN_232", "Missing activation key.");
|
||||
define("USRLAN_233", "Valid");
|
||||
define("USRLAN_234", "Invalid");
|
||||
define("USRLAN_235", "User now has to verify.");
|
||||
define("USRLAN_236", "Action failed.");
|
||||
define("USRLAN_237", "User name and display name cannot be different (based on the site configuration). Display name set to [b][x][/b].");
|
||||
define("USRLAN_238", "Your current status is [b]Active[/b]");
|
||||
|
||||
define('USRLAN_239', 'Notification and user status');
|
||||
define('USRLAN_240', "Activate, Don't Notify");
|
||||
define('USRLAN_241', 'Activate, Notify (password)');
|
||||
define('USRLAN_242', 'Require Activation, Notify (password and activation link)');
|
||||
define("USRLAN_239", "Notification and user status");
|
||||
define("USRLAN_240", "Activate, Don't Notify");
|
||||
define("USRLAN_241", "Activate, Notify (password)");
|
||||
define("USRLAN_242", "Require Activation, Notify (password and activation link)");
|
||||
|
||||
define('USRLAN_243', 'Set Permissions');
|
||||
define('USRLAN_244', 'Security violation (not enough permissions) - Administrator --ADMIN_UID-- (--ADMIN_NAME--, --ADMIN_EMAIL--) tried to remove admin status from --UID-- (--NAME--, --EMAIL--)');
|
||||
define('USRLAN_245', 'Security violation (not enough permissions) - Administrator --ADMIN_UID-- (--ADMIN_NAME--, --ADMIN_EMAIL--) tried to make --UID-- (--NAME--, --EMAIL--) system admin');
|
||||
define('USRLAN_246', 'Us');
|
||||
define('USRLAN_247', 'Us');
|
||||
define('USRLAN_248', 'Us');
|
||||
define('USRLAN_249', 'Us');
|
||||
define('USRLAN_250', 'Us');
|
||||
define("USRLAN_243", "Set Permissions");
|
||||
define("USRLAN_244", "Security violation (not enough permissions) - Administrator --ADMIN_UID-- (--ADMIN_NAME--, --ADMIN_EMAIL--) tried to remove admin status from --UID-- (--NAME--, --EMAIL--)");
|
||||
define("USRLAN_245", "Security violation (not enough permissions) - Administrator --ADMIN_UID-- (--ADMIN_NAME--, --ADMIN_EMAIL--) tried to make --UID-- (--NAME--, --EMAIL--) system admin");
|
||||
define("USRLAN_246", "Us");
|
||||
define("USRLAN_247", "Us");
|
||||
define("USRLAN_248", "Us");
|
||||
define("USRLAN_249", "Us");
|
||||
define("USRLAN_250", "Us");
|
||||
|
||||
// These need review - there are duplicates above - they come from admin/lan_userclass.php.
|
||||
define("UCSLAN_1", "Sending notification email to");
|
||||
@@ -280,8 +280,8 @@ define("UCSLAN_7", "Set Classes");
|
||||
define("UCSLAN_8", "Notify User");
|
||||
define("UCSLAN_9", "Classes Updated.");
|
||||
define("UCSLAN_10", "Regards,");
|
||||
define('UCSLAN_11', 'Class membership for user ID --UID-- changed to --CLASSES--');
|
||||
define('UCSLAN_12', 'Member privileges only');
|
||||
define("UCSLAN_11", "Class membership for user ID --UID-- changed to --CLASSES--");
|
||||
define("UCSLAN_12", "Member privileges only");
|
||||
|
||||
|
||||
// from admin/lan_userinfo.php
|
||||
@@ -294,9 +294,9 @@ define("USFLAN_6", "User ID");
|
||||
define("USFLAN_7", "User Information");
|
||||
|
||||
|
||||
define('USRLAN_AS_1', 'Login as %s'); //FIXME use [x]
|
||||
define('USRLAN_AS_2', 'Logout from %s account');
|
||||
define('USRLAN_AS_3', 'You are already logged in as another user account. Please logout first.');
|
||||
define("USRLAN_AS_1", "Login as %s"); //FIXME use [x]
|
||||
define("USRLAN_AS_2", "Logout from %s account");
|
||||
define("USRLAN_AS_3", "You are already logged in as another user account. Please logout first.");
|
||||
|
||||
// Always search lan_admin.php before adding more.
|
||||
|
||||
|
@@ -88,12 +88,12 @@ 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.");
|
||||
define("EXTLAN_75", "Error adding field to database.");
|
||||
define("EXTLAN_76", "Invalid characters in field name - only A-Z, a-z, 0-9, '_' allowed.");
|
||||
define("EXTLAN_76", "Invalid characters in field name - only A-Z, a-z, 0-9, allowed.");
|
||||
define("EXTLAN_77", "Category not deleted - must delete fields in category first: ");
|
||||
define('EXTLAN_78', 'Cannot find file --FILE-- needed to create data table');
|
||||
define("EXTLAN_78", "Cannot find file --FILE-- needed to create data table");
|
||||
|
||||
define('EXTLAN_79', 'Label');
|
||||
define('EXTLAN_80', 'Validation error - aborted.');
|
||||
define("EXTLAN_79", "Label");
|
||||
define("EXTLAN_80", "Validation error - aborted.");
|
||||
|
||||
|
||||
//textbox
|
||||
@@ -113,6 +113,6 @@ define("EXTLAN_HELP_7", "Require user to enter a date");
|
||||
// Language
|
||||
define("EXTLAN_HELP_8", "Allow user to select from installed languages");
|
||||
// Predefined list
|
||||
define('EXTLAN_HELP_9', 'Specify a predefined list. The value field selects the type of list - at present only \'timezones\' is a valid entry');
|
||||
define("EXTLAN_HELP_9", "Specify a predefined list. The value field selects the type of list - at present only 'timezones' is a valid entry");
|
||||
|
||||
?>
|
@@ -9,32 +9,32 @@
|
||||
/*
|
||||
* Default error messages by Error code number
|
||||
*/
|
||||
define('LAN_VALIDATE_0', 'Unknown Error');
|
||||
define('LAN_VALIDATE_101', 'Missing value');
|
||||
define('LAN_VALIDATE_102', 'Unexpected value type');
|
||||
define('LAN_VALIDATE_103', 'Invalid characters found');
|
||||
define('LAN_VALIDATE_104', 'Not a valid email address');
|
||||
define('LAN_VALIDATE_105', 'Fields don\'t match' );
|
||||
define('LAN_VALIDATE_131', 'String too short');
|
||||
define('LAN_VALIDATE_132', 'String too long');
|
||||
define('LAN_VALIDATE_133', 'Number too low');
|
||||
define('LAN_VALIDATE_134', 'Number too high');
|
||||
define('LAN_VALIDATE_135', 'Array count too low');
|
||||
define('LAN_VALIDATE_136', 'Array count too high');
|
||||
define('LAN_VALIDATE_151', 'Number of type integer expected');
|
||||
define('LAN_VALIDATE_152', 'Number of type float expected');
|
||||
define('LAN_VALIDATE_153', 'Instance type expected');
|
||||
define('LAN_VALIDATE_154', 'Array type expected');
|
||||
define('LAN_VALIDATE_191', 'Empty value');
|
||||
define('LAN_VALIDATE_201', 'File not exists');
|
||||
define('LAN_VALIDATE_202', 'File not writable');
|
||||
define('LAN_VALIDATE_203', 'File exceeds allowed file size');
|
||||
define('LAN_VALIDATE_204', 'File size lower than allowed minimal file size');
|
||||
//define('LAN_VALIDATE_', '');
|
||||
define("LAN_VALIDATE_0", "Unknown Error");
|
||||
define("LAN_VALIDATE_101", "Missing value");
|
||||
define("LAN_VALIDATE_102", "Unexpected value type");
|
||||
define("LAN_VALIDATE_103", "Invalid characters found");
|
||||
define("LAN_VALIDATE_104", "Not a valid email address");
|
||||
define("LAN_VALIDATE_105", "Fields don\"t match" );
|
||||
define("LAN_VALIDATE_131", "String too short");
|
||||
define("LAN_VALIDATE_132", "String too long");
|
||||
define("LAN_VALIDATE_133", "Number too low");
|
||||
define("LAN_VALIDATE_134", "Number too high");
|
||||
define("LAN_VALIDATE_135", "Array count too low");
|
||||
define("LAN_VALIDATE_136", "Array count too high");
|
||||
define("LAN_VALIDATE_151", "Number of type integer expected");
|
||||
define("LAN_VALIDATE_152", "Number of type float expected");
|
||||
define("LAN_VALIDATE_153", "Instance type expected");
|
||||
define("LAN_VALIDATE_154", "Array type expected");
|
||||
define("LAN_VALIDATE_191", "Empty value");
|
||||
define("LAN_VALIDATE_201", "File not exists");
|
||||
define("LAN_VALIDATE_202", "File not writable");
|
||||
define("LAN_VALIDATE_203", "File exceeds allowed file size");
|
||||
define("LAN_VALIDATE_204", "File size lower than allowed minimal file size");
|
||||
//define("LAN_VALIDATE_", "");
|
||||
|
||||
/*
|
||||
* TRANSLATION INSTRUCTIONS:
|
||||
* Don't translate %1$s, %2$s, %3$s, etc.
|
||||
* Don"t translate %1$s, %2$s, %3$s, etc.
|
||||
*
|
||||
* These are substituted by validator handler:
|
||||
* %1$s - field name
|
||||
@@ -42,7 +42,7 @@ define('LAN_VALIDATE_204', 'File size lower than allowed minimal file size');
|
||||
* %3$s - validation error message (string)
|
||||
*/
|
||||
|
||||
// define('LAN_VALIDATE_FAILMSG', '<strong>"%1$s"</strong> validation error: [#%2$d] %3$s.');
|
||||
// define("LAN_VALIDATE_FAILMSG", "<strong>"%1$s"</strong> validation error: [#%2$d] %3$s.");
|
||||
|
||||
//FIXME - use this instead:
|
||||
define('LAN_VALIDATE_FAILMSG', '[x] validation error: [y] [z].');
|
||||
define("LAN_VALIDATE_FAILMSG", "[x] validation error: [y] [z].");
|
@@ -50,16 +50,16 @@ define("LAN_ERROR_32", "To complete the upgrade, copy the following text into yo
|
||||
define("LAN_ERROR_33", "Processing error! Normally, I would redirect to the home page.");
|
||||
define("LAN_ERROR_34", "Unknown error! Please inform the site administrator you saw this:");
|
||||
|
||||
define('LAN_ERROR_35', 'Error 400 - Bad Request');
|
||||
define('LAN_ERROR_36', 'There is a formatting error in the web page you are trying to access.');
|
||||
define('LAN_ERROR_37', 'Error Icon');
|
||||
define('LAN_ERROR_38', 'Sorry, but the site is unavailable due to a temporary fault');
|
||||
define('LAN_ERROR_39', 'Please try again in a few minutes');
|
||||
define('LAN_ERROR_40', 'If the problem persists, please contact the site administrator');
|
||||
define('LAN_ERROR_41', 'The reported error is:');
|
||||
define('LAN_ERROR_42', 'Additional error information: ');
|
||||
define('LAN_ERROR_43', 'Site unavailable temporarily');
|
||||
define('LAN_ERROR_44', 'Site logo');
|
||||
define('LAN_ERROR_35', "Error 400 - Bad Request");
|
||||
define('LAN_ERROR_36', "There is a formatting error in the web page you are trying to access.");
|
||||
define('LAN_ERROR_37', "Error Icon");
|
||||
define('LAN_ERROR_38', "Sorry, but the site is unavailable due to a temporary fault");
|
||||
define('LAN_ERROR_39', "Please try again in a few minutes");
|
||||
define('LAN_ERROR_40', "If the problem persists, please contact the site administrator");
|
||||
define('LAN_ERROR_41', "The reported error is:");
|
||||
define('LAN_ERROR_42', "Additional error information: ");
|
||||
define('LAN_ERROR_43', "Site unavailable temporarily");
|
||||
define('LAN_ERROR_44', "Site logo");
|
||||
|
||||
define('LAN_ERROR_45', 'What can you do now?');
|
||||
define('LAN_ERROR_45', "What can you do now?");
|
||||
?>
|
@@ -15,7 +15,7 @@ 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 registered on this site');
|
||||
define("LAN_112", "Email address registered on this site");
|
||||
define("LAN_156", "Submit");
|
||||
define("LAN_213", "That username/email address was not found in database.");
|
||||
define("LAN_214", "Unable to reset password");
|
||||
@@ -23,29 +23,29 @@ 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","Your password has been changed successfully.");
|
||||
define("LAN_FPW9","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_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", "Your password has been changed successfully.");
|
||||
define("LAN_FPW9", "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.");
|
||||
define('LAN_FPW18','Password reset requested');
|
||||
define('LAN_FPW19','Email send failed');
|
||||
define('LAN_FPW20','Email send succeeded');
|
||||
define('LAN_FPW21','User clicked on password reset link');
|
||||
define('LAN_FPW22','');
|
||||
define('LAN_FPW18', "Password reset requested");
|
||||
define('LAN_FPW19', "Email send failed");
|
||||
define('LAN_FPW20', "Email send succeeded");
|
||||
define('LAN_FPW21', "User clicked on password reset link");
|
||||
|
||||
|
||||
define("LAN_FPW_100", "Forgot your password?");
|
||||
define("LAN_FPW_101", "Not to worry. Just enter your email address below and we'll send you an instruction email for recovery.");
|
||||
|
@@ -160,9 +160,9 @@ define("LANINS_086", "Admin Username, Admin Password and Admin Email are [b]requ
|
||||
// define("LANINS_103", 'Reviews');
|
||||
// define("LANINS_104", 'Review Front Page ...');
|
||||
|
||||
define("LANINS_105", 'A database name or prefix beginning with some digits followed by “e” or “E” is not acceptable');
|
||||
define("LANINS_106", 'WARNING - e107 cannot write to the directories and/or files listed. While this will not stop e107 installing, it will mean that certain features are not available.
|
||||
You will need to change the file permissions to use these features');
|
||||
define("LANINS_105", "A database name or prefix beginning with some digits followed by 'e' or 'E' is not acceptable");
|
||||
define("LANINS_106", "WARNING - e107 cannot write to the directories and/or files listed. While this will not stop e107 installing, it will mean that certain features are not available.
|
||||
You will need to change the file permissions to use these features");
|
||||
|
||||
define("LANINS_107", "Website Name");
|
||||
define("LANINS_108", "My Website");
|
||||
|
@@ -9,36 +9,36 @@
|
||||
| $Author$
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define('LAN_LOGIN_1', 'User name');
|
||||
define('LAN_LOGIN_2', 'User password');
|
||||
define('LAN_LOGIN_3', 'Protected server');
|
||||
define('LAN_LOGIN_4', 'Please sign in'); // XXX Modified
|
||||
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 [x] failed login attempts');
|
||||
define('LAN_LOGIN_19', '> 10 failed login attempts');
|
||||
define('LAN_LOGIN_20', 'You left required field(s) blank');
|
||||
define('LAN_LOGIN_21', "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_LOGIN_22', "You have not activated your account. You should have received an email with instructions on how to confirm your account. If not, please click [here].");
|
||||
define('LAN_LOGIN_23', 'Incorrect code entered.');
|
||||
define('LAN_LOGIN_24', 'That username/password combination is already in use.');
|
||||
define('LAN_LOGIN_25', 'Banned user attempted to login');
|
||||
define('LAN_LOGIN_26', 'Login fail - reason unknown');
|
||||
define('LAN_LOGIN_27', 'User attempted to log in before responding to confirmation email');
|
||||
define('LAN_LOGIN_28', 'Email');
|
||||
define('LAN_LOGIN_29', 'Username or Email');
|
||||
define('LAN_LOGIN_30', 'Error adding new alt_auth user to DB');
|
||||
define('LAN_LOGIN_31', 'Your credentials could not be added to the system');
|
||||
define("LAN_LOGIN_1", "User name");
|
||||
define("LAN_LOGIN_2", "User password");
|
||||
define("LAN_LOGIN_3", "Protected server");
|
||||
define("LAN_LOGIN_4", "Please sign in"); // XXX Modified
|
||||
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 [x] failed login attempts");
|
||||
define("LAN_LOGIN_19", "> 10 failed login attempts");
|
||||
define("LAN_LOGIN_20", "You left required field(s) blank");
|
||||
define("LAN_LOGIN_21", "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_LOGIN_22", "You have not activated your account. You should have received an email with instructions on how to confirm your account. If not, please click [here].");
|
||||
define("LAN_LOGIN_23", "Incorrect code entered.");
|
||||
define("LAN_LOGIN_24", "That username/password combination is already in use.");
|
||||
define("LAN_LOGIN_25", "Banned user attempted to login");
|
||||
define("LAN_LOGIN_26", "Login fail - reason unknown");
|
||||
define("LAN_LOGIN_27", "User attempted to log in before responding to confirmation email");
|
||||
define("LAN_LOGIN_28", "Email");
|
||||
define("LAN_LOGIN_29", "Username or Email");
|
||||
define("LAN_LOGIN_30", "Error adding new alt_auth user to DB");
|
||||
define("LAN_LOGIN_31", "Your credentials could not be added to the system");
|
||||
|
||||
?>
|
@@ -34,19 +34,19 @@ define("LAN_NEWS_19", "Now");
|
||||
// define("LAN_NEWS_22", "Go to page: ");
|
||||
define("LAN_NEWS_23", "News Categories");
|
||||
define("LAN_NEWS_24", "create pdf of this news item");
|
||||
define("LAN_NEWS_25", 'Edit');
|
||||
define('LAN_NEWS_31', 'Sticky news item'); // Added
|
||||
define('LAN_NEWS_82', 'News - Category');
|
||||
define('LAN_NEWS_83', 'No news items at the moment - please check back soon.');
|
||||
define('LAN_NEWS_84', 'Back to news overview');
|
||||
define('LAN_NEWS_85', 'Back to category overview');
|
||||
define('LAN_NEWS_86', 'Older News');
|
||||
define('LAN_NEWS_87', 'Newer News');
|
||||
define("LAN_NEWS_462", 'No news items for specified month');
|
||||
define("LAN_NEWS_25", "Edit");
|
||||
define("LAN_NEWS_31", "Sticky news item"); // Added
|
||||
define("LAN_NEWS_82", "News - Category");
|
||||
define("LAN_NEWS_83", "No news items at the moment - please check back soon.");
|
||||
define("LAN_NEWS_84", "Back to news overview");
|
||||
define("LAN_NEWS_85", "Back to category overview");
|
||||
define("LAN_NEWS_86", "Older News");
|
||||
define("LAN_NEWS_87", "Newer News");
|
||||
define("LAN_NEWS_462", "No news items for specified month");
|
||||
|
||||
// Following used by alt_news
|
||||
define("LAN_NEWS_99", 'Comments');
|
||||
define("LAN_NEWS_100", 'On');
|
||||
define("LAN_NEWS_307", 'Total posts in this category: ');
|
||||
define("LAN_NEWS_99", "Comments");
|
||||
define("LAN_NEWS_100", "On");
|
||||
define("LAN_NEWS_307", "Total posts in this category: ");
|
||||
|
||||
?>
|
@@ -28,7 +28,7 @@ define("NT_LAN_FL_2", "IP address banned for flooding");
|
||||
|
||||
define("NT_LAN_SN_1", "News Item Submitted");
|
||||
|
||||
define('NT_LAN_ML_1', 'Bulk email send complete');
|
||||
define("NT_LAN_ML_1", "Bulk email send complete");
|
||||
|
||||
define("NT_LAN_NU_1", "Updated");
|
||||
|
||||
|
@@ -5,24 +5,24 @@
|
||||
* Nexptrev Shortcode Language File
|
||||
*/
|
||||
|
||||
define('NP_1', 'Previous page');
|
||||
define('NP_2', 'Next page');
|
||||
//define('NP_3', 'Go to page'); // Generic
|
||||
define("NP_1", "Previous page");
|
||||
define("NP_2", "Next page");
|
||||
//define("NP_3", "Go to page"); // Generic
|
||||
|
||||
// 0.8
|
||||
define('LAN_NP_FIRST', 'first');
|
||||
define('LAN_NP_URLFIRST', 'Go to the first page');
|
||||
define('LAN_NP_PREVIOUS', 'previous');
|
||||
define('LAN_NP_URLPREVIOUS', 'Go to the previous page');
|
||||
define('LAN_NP_NEXT', 'next');
|
||||
define('LAN_NP_URLNEXT', 'Go to the next page');
|
||||
define('LAN_NP_LAST', 'last');
|
||||
define('LAN_NP_URLLAST', 'Go to the last page');
|
||||
define('LAN_NP_GOTO', 'Go to page [x]');
|
||||
define('LAN_NP_URLCURRENT', 'Currently viewed');
|
||||
define("LAN_NP_FIRST", "first");
|
||||
define("LAN_NP_URLFIRST", "Go to the first page");
|
||||
define("LAN_NP_PREVIOUS", "previous");
|
||||
define("LAN_NP_URLPREVIOUS", "Go to the previous page");
|
||||
define("LAN_NP_NEXT", "next");
|
||||
define("LAN_NP_URLNEXT", "Go to the next page");
|
||||
define("LAN_NP_LAST", "last");
|
||||
define("LAN_NP_URLLAST", "Go to the last page");
|
||||
define("LAN_NP_GOTO", "Go to page [x]");
|
||||
define("LAN_NP_URLCURRENT", "Currently viewed");
|
||||
|
||||
// WARNING - USE SINGLE QUOTES!!!
|
||||
// Replacement: '%1$d' - current page; '%2$d' - total pages
|
||||
define('NP_CAPTION', 'Page [x] of [y]');
|
||||
// Replacement: "%1$d" - current page; "%2$d" - total pages
|
||||
define("NP_CAPTION", "Page [x] of [y]");
|
||||
|
||||
?>
|
@@ -62,6 +62,6 @@ define("SURVEY", "Survey");
|
||||
define("ARTICLE", "Article");
|
||||
define("CONTENT", "Content Page");
|
||||
define("REVIEW", "Review");
|
||||
define('OTHER', 'Other page: ');
|
||||
define("OTHER", "Other page: ");
|
||||
|
||||
?>
|
@@ -20,14 +20,14 @@ define("PAGE_NAME", "Register");
|
||||
//define("LAN_103", "That username cannot be accepted as valid, please choose a different user name");
|
||||
//define("LAN_104", "That username already exists in the database, please choose a different username");
|
||||
//define("LAN_105", "The two passwords do not match");
|
||||
//define("LAN_106", "That doesn't appear to be a valid email address");
|
||||
//define("LAN_106", "That doesn"t appear to be a valid email address");
|
||||
define("LAN_108", "Registration complete");
|
||||
define("LAN_185", "You left required field(s) blank");
|
||||
// define("LAN_201", "Yes");
|
||||
// define("LAN_200", "No");
|
||||
// define("LAN_399", "Continue");
|
||||
define("LAN_407", "Please keep this email for your own information. Your password has been encrypted and cannot be retrieved if you misplace or forget it. You can however request a new password if this happens.\n\nThanks for your registration.\n\nFrom");
|
||||
//define("LAN_408", "A user with that email address already exists. Please use the 'forgot password' screen to retrieve your password.");
|
||||
//define("LAN_408", "A user with that email address already exists. Please use the "forgot password" screen to retrieve your password.");
|
||||
|
||||
//define("LAN_409", "Invalid characters in username");
|
||||
//define("LAN_411", "That display name already exists in the database, please choose a different display name");
|
||||
@@ -70,7 +70,7 @@ define("LAN_SIGNUP_27", "Show");
|
||||
//define("LAN_SIGNUP_29", "A verification email will be sent to the email address you enter here so it must be valid.");
|
||||
define("LAN_SIGNUP_30", "If you do not wish to display your email address on this site, please select 'Yes' for the 'Hide email address?' option.");
|
||||
//define("LAN_SIGNUP_31", "URL to your XUP file");
|
||||
//define("LAN_SIGNUP_32", "What's an XUP file?");
|
||||
//define("LAN_SIGNUP_32", "What"s an XUP file?");
|
||||
// define("LAN_SIGNUP_33", "Type path or choose avatar");
|
||||
define("LAN_SIGNUP_34", "Please note: Any image uploaded to this server that is deemed inappropriate by the administrators will be deleted immediately.");
|
||||
//define("LAN_SIGNUP_35", "Click here to register using an XUP file");
|
||||
@@ -97,53 +97,53 @@ define("LAN_SIGNUP_54", "Click here to fill in your details to register");
|
||||
//define("LAN_SIGNUP_57", "That login name is too long. Please choose another");
|
||||
define("LAN_SIGNUP_58", "Signup Preview");
|
||||
define("LAN_SIGNUP_59","**** If the link doesn't work, please check that part of it has not overflowed onto the next line. ****");
|
||||
define('LAN_SIGNUP_60','Signup email resend requested');
|
||||
define('LAN_SIGNUP_61','Send succeeded');
|
||||
define('LAN_SIGNUP_62','Send failed');
|
||||
define('LAN_SIGNUP_63','Password reset email resend requested');
|
||||
define('LAN_SIGNUP_64', "That doesn't appear to be valid user information");
|
||||
define('LAN_SIGNUP_65','You have been assigned the following login name');
|
||||
define('LAN_SIGNUP_66','Please make a note of it.');
|
||||
define('LAN_SIGNUP_67','This will be assigned by the system after signup');
|
||||
//define('LAN_SIGNUP_68','Error: Unable to open remote XUP file');
|
||||
define('LAN_SIGNUP_69','');
|
||||
define('LAN_SIGNUP_70','');
|
||||
define('LAN_SIGNUP_71', 'You have reached the site limit for account registrations. Please login using one of your other accounts.'); // LAN_202
|
||||
define("LAN_SIGNUP_60", "Signup email resend requested");
|
||||
define("LAN_SIGNUP_61", "Send succeeded");
|
||||
define("LAN_SIGNUP_62", "Send failed");
|
||||
define("LAN_SIGNUP_63", "Password reset email resend requested");
|
||||
define("LAN_SIGNUP_64", "That doesn't appear to be valid user information");
|
||||
define("LAN_SIGNUP_65", "You have been assigned the following login name");
|
||||
define("LAN_SIGNUP_66", "Please make a note of it.");
|
||||
define("LAN_SIGNUP_67", "This will be assigned by the system after signup");
|
||||
//define("LAN_SIGNUP_68","Error: Unable to open remote XUP file");
|
||||
define("LAN_SIGNUP_69","");
|
||||
define("LAN_SIGNUP_70","");
|
||||
define("LAN_SIGNUP_71", "You have reached the site limit for account registrations. Please login using one of your other accounts."); // LAN_202
|
||||
define("LAN_SIGNUP_72", "Thanks for signing up on [sitename]! We just sent you a confirmation email to [email]. Please click on the confirmation link in the email to complete your sign up and activate your account."); // LAN_405
|
||||
define('LAN_SIGNUP_73', 'Thank you!'); // LAN_406
|
||||
define('LAN_SIGNUP_74', 'Your account has now been activated, please'); // LAN_401
|
||||
define('LAN_SIGNUP_75', 'Registration activated'); // LAN_402
|
||||
define('LAN_SIGNUP_76', 'Thank you! You are now a registered member of'); // LAN_107
|
||||
define('LAN_SIGNUP_77', "This site complies with The Children's Online Privacy Protection Act of 1998 (COPPA) and as such cannot accept registrations from users under the age of 13 without a written permission document from their parent or guardian. For more information you can read the legislation"); // LAN_109
|
||||
define('LAN_SIGNUP_78', 'Registration'); // LAN_110
|
||||
define('LAN_SIGNUP_79', 'Register'); // LAN_123
|
||||
define('LAN_SIGNUP_80', 'Please enter your details below.'); // LAN_309
|
||||
define('LAN_SIGNUP_81', 'Username: '); // LAN_9
|
||||
define('LAN_SIGNUP_82', 'the name that you use to login'); // LAN_10
|
||||
define('LAN_SIGNUP_83', 'Password: '); // LAN_17
|
||||
define('LAN_SIGNUP_84', 'Re-type Password: '); // LAN_111
|
||||
define('LAN_SIGNUP_85', 'Usernames and passwords are <b>case-sensitive</b>.'); // LAN_400
|
||||
//define('LAN_SIGNUP_86', 'Email Address: '); // LAN_112 = LAN_USER_60
|
||||
//define('LAN_SIGNUP_87', 'Hide email address?: '); // LAN_113 = LAN_USER_83
|
||||
//define('LAN_SIGNUP_88', 'This will prevent your email address from being displayed on site'); // LAN_114
|
||||
define('LAN_SIGNUP_89', 'Display Name: '); // LAN_7
|
||||
define('LAN_SIGNUP_90', 'the name that will be displayed on site'); // LAN_8
|
||||
define('LAN_SIGNUP_91', 'Real Name: '); // LAN_308
|
||||
//define('LAN_SIGNUP_92', 'your real name, including first and last name'); // LAN_310
|
||||
define('LAN_SIGNUP_93', 'Signature: '); // LAN_120
|
||||
define('LAN_SIGNUP_94', 'Avatar: '); // LAN_121
|
||||
define('LAN_SIGNUP_95', 'Enter code visible in the image'); // LAN_410
|
||||
define('LAN_SIGNUP_96', 'Registration details for'); // LAN_404 (used in email)
|
||||
define('LAN_SIGNUP_97', 'Welcome to'); // LAN_403 (used in email)
|
||||
define("LAN_SIGNUP_73", "Thank you!"); // LAN_406
|
||||
define("LAN_SIGNUP_74", "Your account has now been activated, please"); // LAN_401
|
||||
define("LAN_SIGNUP_75", "Registration activated"); // LAN_402
|
||||
define("LAN_SIGNUP_76", "Thank you! You are now a registered member of"); // LAN_107
|
||||
define("LAN_SIGNUP_77", "This site complies with The Children's Online Privacy Protection Act of 1998 (COPPA) and as such cannot accept registrations from users under the age of 13 without a written permission document from their parent or guardian. For more information you can read the legislation"); // LAN_109
|
||||
define("LAN_SIGNUP_78", "Registration"); // LAN_110
|
||||
define("LAN_SIGNUP_79", "Register"); // LAN_123
|
||||
define("LAN_SIGNUP_80", "Please enter your details below."); // LAN_309
|
||||
define("LAN_SIGNUP_81", "Username: "); // LAN_9
|
||||
define("LAN_SIGNUP_82", "the name that you use to login"); // LAN_10
|
||||
define("LAN_SIGNUP_83", "Password: "); // LAN_17
|
||||
define("LAN_SIGNUP_84", "Re-type Password: "); // LAN_111
|
||||
define("LAN_SIGNUP_85", "Usernames and passwords are <b>case-sensitive</b>."); // LAN_400
|
||||
//define("LAN_SIGNUP_86", "Email Address: "); // LAN_112 = LAN_USER_60
|
||||
//define("LAN_SIGNUP_87", "Hide email address?: "); // LAN_113 = LAN_USER_83
|
||||
//define("LAN_SIGNUP_88", "This will prevent your email address from being displayed on site"); // LAN_114
|
||||
define("LAN_SIGNUP_89", "Display Name: "); // LAN_7
|
||||
define("LAN_SIGNUP_90", "the name that will be displayed on site"); // LAN_8
|
||||
define("LAN_SIGNUP_91", "Real Name: "); // LAN_308
|
||||
//define("LAN_SIGNUP_92", "your real name, including first and last name"); // LAN_310
|
||||
define("LAN_SIGNUP_93", "Signature: "); // LAN_120
|
||||
define("LAN_SIGNUP_94", "Avatar: "); // LAN_121
|
||||
define("LAN_SIGNUP_95", "Enter code visible in the image"); // LAN_410
|
||||
define("LAN_SIGNUP_96", "Registration details for"); // LAN_404 (used in email)
|
||||
define("LAN_SIGNUP_97", "Welcome to"); // LAN_403 (used in email)
|
||||
|
||||
define("LAN_SIGNUP_98", "Confirm Your Email Address");
|
||||
define("LAN_SIGNUP_99", "Problem Encountered");
|
||||
define("LAN_SIGNUP_100", "Admin Approval Pending");
|
||||
define('LAN_SIGNUP_101', 'Update of records failed - please contact the site administrator');
|
||||
//define('LAN_SIGNUP_102', 'Signup refused');
|
||||
define('LAN_SIGNUP_103', 'Too many users already using IP address: ');
|
||||
define('LAN_SIGNUP_105', 'Unable to action your request - please contact the site administrator'); // Two people with same password.
|
||||
define('LAN_SIGNUP_106', 'Unable to action your request - do you already have an account here?'); // Trying to set email same as existing
|
||||
define("LAN_SIGNUP_101", "Update of records failed - please contact the site administrator");
|
||||
//define("LAN_SIGNUP_102", "Signup refused");
|
||||
define("LAN_SIGNUP_103", "Too many users already using IP address: ");
|
||||
define("LAN_SIGNUP_105", "Unable to action your request - please contact the site administrator"); // Two people with same password.
|
||||
define("LAN_SIGNUP_106", "Unable to action your request - do you already have an account here?"); // Trying to set email same as existing
|
||||
|
||||
|
||||
define("LAN_LOGINNAME", "Username");
|
||||
@@ -158,6 +158,7 @@ define("LAN_SIGNUP_111", "Enter a URL to your image or choose an existing avatar
|
||||
define("LAN_SIGNUP_112", "You are currently logged in as Main Admin.");
|
||||
|
||||
// BC for v1.x template
|
||||
// //TODO Move into signup.php and use existing definition. eg. define("LAN_7", LAN_SIGNUP_89);
|
||||
define("LAN_7", "Display Name: ");
|
||||
define("LAN_8", "the name that will be displayed on site");
|
||||
define("LAN_9", "Username: ");
|
||||
@@ -167,13 +168,13 @@ define("LAN_109", "This site complies with The Children's Online Privacy Protect
|
||||
define("LAN_111", "Re-type Password: ");
|
||||
define("LAN_112", "Email Address: ");
|
||||
define("LAN_113", "Hide email address?: ");
|
||||
define('LAN_120', 'Signature: ');
|
||||
define('LAN_121', 'Avatar: ');
|
||||
define("LAN_120", "Signature: ");
|
||||
define("LAN_121", "Avatar: ");
|
||||
define("LAN_122", "Timezone:");
|
||||
define('LAN_123', 'Register');
|
||||
define('LAN_308', 'Real Name: ');
|
||||
define('LAN_309', 'Please enter your details below.');
|
||||
define('LAN_400', 'Usernames and passwords are <b>case-sensitive</b>.');
|
||||
define('LAN_410', 'Enter code visible in the image');
|
||||
define("LAN_123", "Register");
|
||||
define("LAN_308", "Real Name: ");
|
||||
define("LAN_309", "Please enter your details below.");
|
||||
define("LAN_400", "Usernames and passwords are <b>case-sensitive</b>.");
|
||||
define("LAN_410", "Enter code visible in the image");
|
||||
|
||||
?>
|
@@ -19,7 +19,7 @@ define("LAN_135", "News Item: ");
|
||||
define("LAN_136", "Submit News Item");
|
||||
define("NWSLAN_6", "Category");
|
||||
define("NWSLAN_10", "No news categories");
|
||||
//define("NWSLAN_11", "You don't have access to this area.");//LAN_UI_403_BODY_ERROR
|
||||
//define("NWSLAN_11", "You don"t have access to this area.");//LAN_UI_403_BODY_ERROR
|
||||
//define("NWSLAN_12", "Access Denied.");//LAN_UI_403_TITLE_ERROR
|
||||
|
||||
define("SUBNEWSLAN_1", "You must include a title.\\n");
|
||||
@@ -28,7 +28,7 @@ define("SUBNEWSLAN_3", "Your attachment must be either a jpg, gif or png file");
|
||||
define("SUBNEWSLAN_4", "File too Large");
|
||||
define("SUBNEWSLAN_5", "Image File");
|
||||
define("SUBNEWSLAN_6", "(jpg, gif or png)");
|
||||
define('SUBNEWSLAN_7', 'You must give your name and email address');
|
||||
define('SUBNEWSLAN_8', 'Error uploading image');
|
||||
define("SUBNEWSLAN_7", "You must give your name and email address");
|
||||
define("SUBNEWSLAN_8", "Error uploading image");
|
||||
|
||||
?>
|
||||
|
@@ -11,25 +11,25 @@
|
||||
*/
|
||||
define("PAGE_NAME", "Upload");
|
||||
|
||||
define('LAN_UL_001','Invalid email address');
|
||||
define('LAN_UL_002', 'You do not have the correct permissions to upload files to this server.'); // LAN_403
|
||||
define("LAN_UL_001","Invalid email address");
|
||||
define("LAN_UL_002", "You do not have the correct permissions to upload files to this server."); // LAN_403
|
||||
|
||||
define('LAN_UL_020', 'Error');
|
||||
define('LAN_UL_021', 'Upload Failure');
|
||||
define('LAN_UL_022', 'May vary by file type');
|
||||
define('LAN_UL_023', 'Type');
|
||||
define('LAN_UL_024', 'Max Size');
|
||||
define('LAN_UL_025', 'Uploads not allowed ');
|
||||
define('LAN_UL_026', '');
|
||||
define('LAN_UL_027', '');
|
||||
define("LAN_UL_020", "Error");
|
||||
define("LAN_UL_021", "Upload Failure");
|
||||
define("LAN_UL_022", "May vary by file type");
|
||||
define("LAN_UL_023", "Type");
|
||||
define("LAN_UL_024", "Max Size");
|
||||
define("LAN_UL_025", "Uploads not allowed ");
|
||||
define("LAN_UL_026", "");
|
||||
define("LAN_UL_027", "");
|
||||
|
||||
define('LAN_UL_032', 'You must select a category');
|
||||
define('LAN_UL_033', 'You must enter a valid email address');
|
||||
define('LAN_UL_034', 'You must specify the file name');
|
||||
define('LAN_UL_035', 'You must enter a description');
|
||||
define('LAN_UL_036', 'You must specify the file to upload');
|
||||
define('LAN_UL_037', 'You must specify a category');
|
||||
define('LAN_UL_038', '');
|
||||
define("LAN_UL_032", "You must select a category");
|
||||
define("LAN_UL_033", "You must enter a valid email address");
|
||||
define("LAN_UL_034", "You must specify the file name");
|
||||
define("LAN_UL_035", "You must enter a description");
|
||||
define("LAN_UL_036", "You must specify the file to upload");
|
||||
define("LAN_UL_037", "You must specify a category");
|
||||
define("LAN_UL_038", "");
|
||||
|
||||
define("LAN_61", "Your Name: ");
|
||||
define("LAN_112", "Email Address: ");
|
||||
|
@@ -31,117 +31,117 @@ define("LAN_426", "ago");
|
||||
|
||||
|
||||
// LAN_USER_01..LAN_USER_30 - Descriptions specifically for user-related DB field names
|
||||
define('LAN_USER_01','Display name');
|
||||
define('LAN_USER_02','Login Name');
|
||||
define('LAN_USER_03','Real Name');
|
||||
define('LAN_USER_04','Custom title');
|
||||
define('LAN_USER_05','Password');
|
||||
define('LAN_USER_06','Photograph');
|
||||
define('LAN_USER_07','Avatar');
|
||||
define('LAN_USER_08','Email address');
|
||||
define('LAN_USER_09','Signature');
|
||||
define('LAN_USER_10','Hide email');
|
||||
//define('LAN_USER_11','XUP file');
|
||||
define('LAN_USER_12','User class');
|
||||
define('LAN_USER_13','ID');
|
||||
define('LAN_USER_14','Join Date');
|
||||
define('LAN_USER_15','Last Visit');
|
||||
define('LAN_USER_16','Current Visit');
|
||||
define('LAN_USER_17','Comments');
|
||||
define('LAN_USER_18','IP Address');
|
||||
define('LAN_USER_19','Ban');
|
||||
define('LAN_USER_20','Prefs');
|
||||
define('LAN_USER_21','Visits');
|
||||
define('LAN_USER_22','Admin');
|
||||
define('LAN_USER_23','Perms');
|
||||
define('LAN_USER_24','Password Change');
|
||||
define("LAN_USER_01","Display name");
|
||||
define("LAN_USER_02","Login Name");
|
||||
define("LAN_USER_03","Real Name");
|
||||
define("LAN_USER_04","Custom title");
|
||||
define("LAN_USER_05","Password");
|
||||
define("LAN_USER_06","Photograph");
|
||||
define("LAN_USER_07","Avatar");
|
||||
define("LAN_USER_08","Email address");
|
||||
define("LAN_USER_09","Signature");
|
||||
define("LAN_USER_10","Hide email");
|
||||
//define("LAN_USER_11","XUP file");
|
||||
define("LAN_USER_12","User class");
|
||||
define("LAN_USER_13","ID");
|
||||
define("LAN_USER_14","Join Date");
|
||||
define("LAN_USER_15","Last Visit");
|
||||
define("LAN_USER_16","Current Visit");
|
||||
define("LAN_USER_17","Comments");
|
||||
define("LAN_USER_18","IP Address");
|
||||
define("LAN_USER_19","Ban");
|
||||
define("LAN_USER_20","Prefs");
|
||||
define("LAN_USER_21","Visits");
|
||||
define("LAN_USER_22","Admin");
|
||||
define("LAN_USER_23","Perms");
|
||||
define("LAN_USER_24","Password Change");
|
||||
|
||||
|
||||
// Start here when assigning new messages to leave space for more field names
|
||||
define('LAN_USER_31', 'Main site administrator'); // LAN_417
|
||||
define('LAN_USER_32', 'Site administrator'); // LAN_418
|
||||
define('LAN_USER_33', 'no information'); // LAN_401
|
||||
define('LAN_USER_34', 'ago'); // LAN_426
|
||||
define('LAN_USER_35', '[hidden by request]'); // LAN_143
|
||||
define('LAN_USER_36', 'Click here to View User Comments'); // LAN_423
|
||||
define('LAN_USER_37', 'Click here to View Forum Posts'); // LAN_424
|
||||
define('LAN_USER_38', 'Click here to update your information'); // LAN_411
|
||||
define('LAN_USER_39', "Click here to edit this user's information"); // LAN_412
|
||||
define('LAN_USER_40', 'previous member'); // LAN_414
|
||||
define('LAN_USER_41', 'next member'); // LAN_415
|
||||
define('LAN_USER_42', 'no photo'); // LAN_408
|
||||
define('LAN_USER_43', 'delete photo'); // LAN_413
|
||||
define('LAN_USER_44', 'Miscellaneous'); // LAN_410
|
||||
define('LAN_USER_45', 'DESC'); // LAN_420
|
||||
define('LAN_USER_46', 'ASC'); // LAN_421
|
||||
define('LAN_USER_47', 'Go'); // LAN_422
|
||||
define('LAN_USER_48', 'Error'); // LAN_20
|
||||
define('LAN_USER_49', 'There is no information for that user as they are not registered at'); // LAN_137
|
||||
define('LAN_USER_50', 'Member Profile'); // LAN_402
|
||||
define('LAN_USER_51', 'That is not a valid user.'); // LAN_400
|
||||
define('LAN_USER_52', 'Registered members'); // LAN_140
|
||||
define('LAN_USER_53', 'No registered members yet.'); // LAN_141
|
||||
define('LAN_USER_54', 'Level'); // USERLAN_1
|
||||
define('LAN_USER_55', 'You do not have access to view this page.'); // USERLAN_2
|
||||
define('LAN_USER_56', 'Registered members: '); // LAN_138
|
||||
define('LAN_USER_57', 'Order: '); // LAN_139
|
||||
define('LAN_USER_58', 'Member'); // LAN_142
|
||||
define('LAN_USER_59', 'Joined'); // LAN_145
|
||||
define('LAN_USER_60', 'Email Address: '); // LAN_112
|
||||
//define('LAN_USER_61', 'Rating'); // LAN_406 now LAN_RATING
|
||||
define('LAN_USER_62', 'Send Private Message'); // LAN_425
|
||||
define('LAN_USER_63', 'Real Name: '); // LAN_308
|
||||
define('LAN_USER_64', 'Site Stats'); // LAN_403
|
||||
define('LAN_USER_65', 'Last visit'); // LAN_404
|
||||
define('LAN_USER_66', 'Visits to site since registration'); // LAN_146
|
||||
define('LAN_USER_67', 'Chatbox posts'); // LAN_147
|
||||
define('LAN_USER_68', 'Comments posted'); // LAN_148
|
||||
define('LAN_USER_69', 'Forum posts'); // LAN_149
|
||||
define('LAN_USER_70', 'Show'); // LAN_419
|
||||
define('LAN_USER_71', 'Signature: '); // LAN_120
|
||||
define('LAN_USER_72', 'Avatar: '); // LAN_121
|
||||
define('LAN_USER_73', 'choice of Content/Mail-lists');
|
||||
define('LAN_USER_74', 'Custom Title');
|
||||
define('LAN_USER_75', 'Your --SOMETHING-- is required'); // Replaces LAN_SIGNUP_6, LAN_SIGNUP_7 combination
|
||||
define('LAN_USER_76', 'Subscribed to'); // LAN_USET_5
|
||||
define('LAN_USER_77', 'Your password must be at least --COUNT-- characters long.'); // Replaces LAN_SIGNUP_4, LAN_SIGNUP_5 combination
|
||||
define('LAN_USER_78', 'Min.'); // LAN_SIGNUP_1
|
||||
define('LAN_USER_79', 'chars.'); // LAN_SIGNUP_2
|
||||
define('LAN_USER_80', 'the name displayed on site'); // LAN_8
|
||||
define('LAN_USER_81', 'Username: '); // LAN_9
|
||||
define('LAN_USER_82', 'the name you use to login to the site'); // LAN_10
|
||||
define('LAN_USER_83', 'Hide email address?: '); // LAN_113
|
||||
define('LAN_USER_84', 'This will prevent your email address from being displayed on site'); // LAN_114
|
||||
define('LAN_USER_85', 'If you want to change your user name, you must ask a site administrator');
|
||||
define('LAN_USER_86', 'Maximum avatar size is --WIDTH-- x --HEIGHT-- pixels');
|
||||
define("LAN_USER_31", "Main site administrator"); // LAN_417
|
||||
define("LAN_USER_32", "Site administrator"); // LAN_418
|
||||
define("LAN_USER_33", "no information"); // LAN_401
|
||||
define("LAN_USER_34", "ago"); // LAN_426
|
||||
define("LAN_USER_35", "[hidden by request]"); // LAN_143
|
||||
define("LAN_USER_36", "Click here to View User Comments"); // LAN_423
|
||||
define("LAN_USER_37", "Click here to View Forum Posts"); // LAN_424
|
||||
define("LAN_USER_38", "Click here to update your information"); // LAN_411
|
||||
define("LAN_USER_39", "Click here to edit this user's information"); // LAN_412
|
||||
define("LAN_USER_40", "previous member"); // LAN_414
|
||||
define("LAN_USER_41", "next member"); // LAN_415
|
||||
define("LAN_USER_42", "no photo"); // LAN_408
|
||||
define("LAN_USER_43", "delete photo"); // LAN_413
|
||||
define("LAN_USER_44", "Miscellaneous"); // LAN_410
|
||||
define("LAN_USER_45", "DESC"); // LAN_420
|
||||
define("LAN_USER_46", "ASC"); // LAN_421
|
||||
define("LAN_USER_47", "Go"); // LAN_422
|
||||
define("LAN_USER_48", "Error"); // LAN_20
|
||||
define("LAN_USER_49", "There is no information for that user as they are not registered at"); // LAN_137
|
||||
define("LAN_USER_50", "Member Profile"); // LAN_402
|
||||
define("LAN_USER_51", "That is not a valid user."); // LAN_400
|
||||
define("LAN_USER_52", "Registered members"); // LAN_140
|
||||
define("LAN_USER_53", "No registered members yet."); // LAN_141
|
||||
define("LAN_USER_54", "Level"); // USERLAN_1
|
||||
define("LAN_USER_55", "You do not have access to view this page."); // USERLAN_2
|
||||
define("LAN_USER_56", "Registered members: "); // LAN_138
|
||||
define("LAN_USER_57", "Order: "); // LAN_139
|
||||
define("LAN_USER_58", "Member"); // LAN_142
|
||||
define("LAN_USER_59", "Joined"); // LAN_145
|
||||
define("LAN_USER_60", "Email Address: "); // LAN_112
|
||||
//define("LAN_USER_61", "Rating"); // LAN_406 now LAN_RATING
|
||||
define("LAN_USER_62", "Send Private Message"); // LAN_425
|
||||
define("LAN_USER_63", "Real Name: "); // LAN_308
|
||||
define("LAN_USER_64", "Site Stats"); // LAN_403
|
||||
define("LAN_USER_65", "Last visit"); // LAN_404
|
||||
define("LAN_USER_66", "Visits to site since registration"); // LAN_146
|
||||
define("LAN_USER_67", "Chatbox posts"); // LAN_147
|
||||
define("LAN_USER_68", "Comments posted"); // LAN_148
|
||||
define("LAN_USER_69", "Forum posts"); // LAN_149
|
||||
define("LAN_USER_70", "Show"); // LAN_419
|
||||
define("LAN_USER_71", "Signature: "); // LAN_120
|
||||
define("LAN_USER_72", "Avatar: "); // LAN_121
|
||||
define("LAN_USER_73", "choice of Content/Mail-lists");
|
||||
define("LAN_USER_74", "Custom Title");
|
||||
define("LAN_USER_75", "Your --SOMETHING-- is required"); // Replaces LAN_SIGNUP_6, LAN_SIGNUP_7 combination
|
||||
define("LAN_USER_76", "Subscribed to"); // LAN_USET_5
|
||||
define("LAN_USER_77", "Your password must be at least --COUNT-- characters long."); // Replaces LAN_SIGNUP_4, LAN_SIGNUP_5 combination
|
||||
define("LAN_USER_78", "Min."); // LAN_SIGNUP_1
|
||||
define("LAN_USER_79", "chars."); // LAN_SIGNUP_2
|
||||
define("LAN_USER_80", "the name displayed on site"); // LAN_8
|
||||
define("LAN_USER_81", "Username: "); // LAN_9
|
||||
define("LAN_USER_82", "the name you use to login to the site"); // LAN_10
|
||||
define("LAN_USER_83", "Hide email address?: "); // LAN_113
|
||||
define("LAN_USER_84", "This will prevent your email address from being displayed on site"); // LAN_114
|
||||
define("LAN_USER_85", "If you want to change your user name, you must ask a site administrator");
|
||||
define("LAN_USER_86", "Maximum avatar size is --WIDTH-- x --HEIGHT-- pixels");
|
||||
|
||||
|
||||
// Error messages for when user data is missing. Done this way so that other code can override the default messages
|
||||
// FIXME - do we need this?
|
||||
// - [Berckoff] Used in validator_class for error handling, maybe moved to a more suitable place?
|
||||
if (!defined('USER_ERR_01')) { define('USER_ERR_01','Missing value'); }
|
||||
if (!defined('USER_ERR_02')) { define('USER_ERR_02','Unexpected value'); }
|
||||
if (!defined('USER_ERR_03')) { define('USER_ERR_03','Value contains invalid characters'); }
|
||||
if (!defined('USER_ERR_04')) { define('USER_ERR_04','Value too short'); }
|
||||
if (!defined('USER_ERR_05')) { define('USER_ERR_05','Value too long'); }
|
||||
if (!defined('USER_ERR_06')) { define('USER_ERR_06','Duplicate value'); }
|
||||
if (!defined('USER_ERR_07')) { define('USER_ERR_07','Value not allowed'); }
|
||||
if (!defined('USER_ERR_08')) { define('USER_ERR_08','Entry disabled'); }
|
||||
if (!defined('USER_ERR_09')) { define('USER_ERR_09','Invalid word'); }
|
||||
if (!defined('USER_ERR_10')) { define('USER_ERR_10','Password fields different'); }
|
||||
if (!defined('USER_ERR_11')) { define('USER_ERR_11','Banned email address'); }
|
||||
if (!defined('USER_ERR_12')) { define('USER_ERR_12','Invalid format for email address'); }
|
||||
if (!defined('USER_ERR_13')) { define('USER_ERR_13','Data error'); }
|
||||
if (!defined('USER_ERR_14')) { define('USER_ERR_14','Banned user'); }
|
||||
if (!defined('USER_ERR_15')) { define('USER_ERR_15','User name and display name cannot be different'); }
|
||||
if (!defined('USER_ERR_16')) { define('USER_ERR_16','Software error'); }
|
||||
if (!defined('USER_ERR_17')) { define('USER_ERR_17','Value too low'); }
|
||||
if (!defined('USER_ERR_18')) { define('USER_ERR_18','Value too high'); }
|
||||
if (!defined('USER_ERR_19')) { define('USER_ERR_19','General error'); }
|
||||
if (!defined('USER_ERR_20')) { define('USER_ERR_20','Image too wide'); }
|
||||
if (!defined('USER_ERR_21')) { define('USER_ERR_21','Image too high'); }
|
||||
if (!defined('USER_ERR_22')) { define('USER_ERR_22','Unspecified error'); }
|
||||
if (!defined('USER_ERR_23')) { define('USER_ERR_23','Disallowed value (exact match)'); }
|
||||
if (!defined("USER_ERR_01")) { define("USER_ERR_01","Missing value"); }
|
||||
if (!defined("USER_ERR_02")) { define("USER_ERR_02","Unexpected value"); }
|
||||
if (!defined("USER_ERR_03")) { define("USER_ERR_03","Value contains invalid characters"); }
|
||||
if (!defined("USER_ERR_04")) { define("USER_ERR_04","Value too short"); }
|
||||
if (!defined("USER_ERR_05")) { define("USER_ERR_05","Value too long"); }
|
||||
if (!defined("USER_ERR_06")) { define("USER_ERR_06","Duplicate value"); }
|
||||
if (!defined("USER_ERR_07")) { define("USER_ERR_07","Value not allowed"); }
|
||||
if (!defined("USER_ERR_08")) { define("USER_ERR_08","Entry disabled"); }
|
||||
if (!defined("USER_ERR_09")) { define("USER_ERR_09","Invalid word"); }
|
||||
if (!defined("USER_ERR_10")) { define("USER_ERR_10","Password fields different"); }
|
||||
if (!defined("USER_ERR_11")) { define("USER_ERR_11","Banned email address"); }
|
||||
if (!defined("USER_ERR_12")) { define("USER_ERR_12","Invalid format for email address"); }
|
||||
if (!defined("USER_ERR_13")) { define("USER_ERR_13","Data error"); }
|
||||
if (!defined("USER_ERR_14")) { define("USER_ERR_14","Banned user"); }
|
||||
if (!defined("USER_ERR_15")) { define("USER_ERR_15","User name and display name cannot be different"); }
|
||||
if (!defined("USER_ERR_16")) { define("USER_ERR_16","Software error"); }
|
||||
if (!defined("USER_ERR_17")) { define("USER_ERR_17","Value too low"); }
|
||||
if (!defined("USER_ERR_18")) { define("USER_ERR_18","Value too high"); }
|
||||
if (!defined("USER_ERR_19")) { define("USER_ERR_19","General error"); }
|
||||
if (!defined("USER_ERR_20")) { define("USER_ERR_20","Image too wide"); }
|
||||
if (!defined("USER_ERR_21")) { define("USER_ERR_21","Image too high"); }
|
||||
if (!defined("USER_ERR_22")) { define("USER_ERR_22","Unspecified error"); }
|
||||
if (!defined("USER_ERR_23")) { define("USER_ERR_23","Disallowed value (exact match)"); }
|
||||
|
||||
// BC for v1.x template
|
||||
define("LAN_112", "Email Address");
|
||||
|
@@ -18,8 +18,8 @@ define("UE_LAN_5", "Textarea");
|
||||
define("UE_LAN_6", "Integer");
|
||||
//define("UE_LAN_7", "Date");//LAN_DATE
|
||||
define("UE_LAN_8", "Language");
|
||||
define('UE_LAN_9', 'Predefined list');
|
||||
define('UE_LAN_10', 'Checkboxes');
|
||||
define("UE_LAN_9", "Predefined list");
|
||||
define("UE_LAN_10", "Checkboxes");
|
||||
// Leave a gap to allow for more field types
|
||||
define("UE_LAN_21", "Name");
|
||||
define("UE_LAN_22", "Type");
|
||||
@@ -45,8 +45,8 @@ define("UE_LAN_LANGUAGE", "Language");
|
||||
define("UE_LAN_LANGUAGE_DESC", "User Language");
|
||||
define("UE_LAN_COUNTRY", "Country");
|
||||
define("UE_LAN_COUNTRY_DESC", "User Country (includes db table)");
|
||||
define('UE_LAN_TIMEZONE', 'Timezone');
|
||||
define('UE_LAN_TIMEZONE_DESC', 'User Timezone (from predefined list)');
|
||||
define("UE_LAN_TIMEZONE", "Timezone");
|
||||
define("UE_LAN_TIMEZONE_DESC", "User Timezone (from predefined list)");
|
||||
|
||||
define("LAN_UE_FAIL_HOMEPAGE", "Invalid entry for home page setting");
|
||||
|
||||
|
@@ -9,19 +9,19 @@
|
||||
| $Author$
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define('UC_LAN_0', 'Everyone (public)');
|
||||
define('UC_LAN_1', 'Guests');
|
||||
define('UC_LAN_2', 'No One (inactive)');
|
||||
define('UC_LAN_3', 'Members');
|
||||
define('UC_LAN_4', 'Read Only');
|
||||
define('UC_LAN_5', 'Admin');
|
||||
define('UC_LAN_6', 'Main Admin');
|
||||
define('UC_LAN_7', 'Forum Moderators');
|
||||
define('UC_LAN_8','Admins and Mods');
|
||||
define('UC_LAN_9','New Users');
|
||||
define('UC_LAN_10', 'Search Bots');
|
||||
define('UC_LAN_INVERT', 'Not --CLASS--');
|
||||
define('UC_LAN_INVERTLABEL', 'Everyone but..');
|
||||
define("UC_LAN_0", "Everyone (public)");
|
||||
define("UC_LAN_1", "Guests");
|
||||
define("UC_LAN_2", "No One (inactive)");
|
||||
define("UC_LAN_3", "Members");
|
||||
define("UC_LAN_4", "Read Only");
|
||||
define("UC_LAN_5", "Admin");
|
||||
define("UC_LAN_6", "Main Admin");
|
||||
define("UC_LAN_7", "Forum Moderators");
|
||||
define("UC_LAN_8","Admins and Mods");
|
||||
define("UC_LAN_9","New Users");
|
||||
define("UC_LAN_10", "Search Bots");
|
||||
define("UC_LAN_INVERT", "Not --CLASS--");
|
||||
define("UC_LAN_INVERTLABEL", "Everyone but..");
|
||||
|
||||
|
||||
?>
|
@@ -17,7 +17,7 @@ LANs rationalised - some common ones now in lan_user.php. Old numbers generally
|
||||
define("LAN_11", "the name you use to login to the site - this cannot be changed, please contact an administrator if it needs to be changed for security purposes");
|
||||
|
||||
//define("LAN_20", "Error");
|
||||
define("LAN_106", "That doesn't appear to be a valid email address");
|
||||
define("LAN_106", "That doesn"t appear to be a valid email address");
|
||||
//define("LAN_112", "Email Address: "); see LAN_USER_60
|
||||
define("LAN_119", "Location: ");
|
||||
//define("LAN_120", "Signature: ");
|
||||
@@ -84,32 +84,32 @@ define("LAN_USET_14", "Login name too long. Please choose another");
|
||||
define("LAN_USET_15", "Display name too long. Please choose another");
|
||||
define("LAN_USET_16", "Tick box to delete existing photo without uploading another");
|
||||
define("LAN_USET_17", "Display name already used. Please choose another");
|
||||
define('LAN_USET_18', 'User data changed by admin: --ID--, login name: --LOGNAME--');
|
||||
//define('LAN_USET_19', 'Custom Title'); Now LAN_USER_74
|
||||
define('LAN_USET_20', "You must also change the user's password if you are changing their login name or email address");
|
||||
define('LAN_USET_21', 'Please validate the changes by re-entering your password: ');
|
||||
define('LAN_USET_22', 'Invalid password!'); // TODO LAN common?
|
||||
define('LAN_USET_23', 'Leave blank to keep existing password'); // LAN_401
|
||||
define('LAN_USET_24', 'New password: '); // LAN_152
|
||||
define('LAN_USET_25', 'Re-type new password: '); // LAN_153
|
||||
define('LAN_USET_26', 'Upload your avatar'); // LAN_415
|
||||
define('LAN_USET_27', 'Upload your photograph'); // LAN_414
|
||||
define('LAN_USET_28', 'This will be shown on your profile page'); // LAN_426
|
||||
//define('LAN_USET_29', 'URL to your XUP file'); // LAN_433
|
||||
define('LAN_USET_30', "what's this?"); // LAN_434
|
||||
define('LAN_USET_31', 'Registration information'); // LAN_418
|
||||
define('LAN_USET_32', 'Please note: Any image uploaded to this server that is deemed inappropriate by the administrators will be deleted immediately.'); // LAN_404
|
||||
define('LAN_USET_33', 'Choose site-stored avatar'); // LAN_421
|
||||
define('LAN_USET_34', 'Use remote avatar'); // LAN_422
|
||||
define('LAN_USET_35', 'Please type full address to image'); // LAN_423
|
||||
define('LAN_USET_36', 'Click button to see avatars stored on this site'); // LAN_424
|
||||
define('LAN_USET_37', 'Save settings'); // LAN_154 //TODO common LAN?
|
||||
define('LAN_USET_38', 'Choose avatar'); // LAN_403
|
||||
define('LAN_USET_39', 'Update user settings'); // LAN_155
|
||||
define('LAN_USET_40', 'The two passwords do not match'); // LAN_105
|
||||
define('LAN_USET_41', 'Settings updated and saved into database.'); // LAN_150 //TODO Common LAN?
|
||||
define('LAN_USET_42', 'Mismatch on validation key');
|
||||
define('LAN_USET_43', 'Error updating user data');
|
||||
define("LAN_USET_18", "User data changed by admin: --ID--, login name: --LOGNAME--");
|
||||
//define("LAN_USET_19", "Custom Title"); Now LAN_USER_74
|
||||
define("LAN_USET_20", "You must also change the user's password if you are changing their login name or email address");
|
||||
define("LAN_USET_21", "Please validate the changes by re-entering your password: ");
|
||||
define("LAN_USET_22", "Invalid password!"); // TODO LAN common?
|
||||
define("LAN_USET_23", "Leave blank to keep existing password"); // LAN_401
|
||||
define("LAN_USET_24", "New password: "); // LAN_152
|
||||
define("LAN_USET_25", "Re-type new password: "); // LAN_153
|
||||
define("LAN_USET_26", "Upload your avatar"); // LAN_415
|
||||
define("LAN_USET_27", "Upload your photograph"); // LAN_414
|
||||
define("LAN_USET_28", "This will be shown on your profile page"); // LAN_426
|
||||
//define("LAN_USET_29", "URL to your XUP file"); // LAN_433
|
||||
define("LAN_USET_30", "what's this?"); // LAN_434
|
||||
define("LAN_USET_31", "Registration information"); // LAN_418
|
||||
define("LAN_USET_32", "Please note: Any image uploaded to this server that is deemed inappropriate by the administrators will be deleted immediately."); // LAN_404
|
||||
define("LAN_USET_33", "Choose site-stored avatar"); // LAN_421
|
||||
define("LAN_USET_34", "Use remote avatar"); // LAN_422
|
||||
define("LAN_USET_35", "Please type full address to image"); // LAN_423
|
||||
define("LAN_USET_36", "Click button to see avatars stored on this site"); // LAN_424
|
||||
define("LAN_USET_37", "Save settings"); // LAN_154 //TODO common LAN?
|
||||
define("LAN_USET_38", "Choose avatar"); // LAN_403
|
||||
define("LAN_USET_39", "Update user settings"); // LAN_155
|
||||
define("LAN_USET_40", "The two passwords do not match"); // LAN_105
|
||||
define("LAN_USET_41", "Settings updated and saved into database."); // LAN_150 //TODO Common LAN?
|
||||
define("LAN_USET_42", "Mismatch on validation key");
|
||||
define("LAN_USET_43", "Error updating user data");
|
||||
|
||||
// BC for v1.x template
|
||||
define("LAN_7", "Display Name: ");
|
||||
|
Reference in New Issue
Block a user