mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Issue #6 Language-file standards. Wrap definitions in double-quotes.
This commit is contained in:
parent
483d43a829
commit
6b5d95388f
@ -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: ");
|
||||
|
@ -19,14 +19,11 @@
|
||||
*
|
||||
* @package e107_plugins
|
||||
* @subpackage alt_auth
|
||||
* @version $Id$;
|
||||
*/
|
||||
|
||||
define('LAN_AL_AUTH_01','Alt auth Settings changed');
|
||||
define('LAN_AL_AUTH_02','Alt auth extended user classes changed');
|
||||
define('LAN_AL_AUTH_03','Alt auth method settings changed');
|
||||
define('LAN_AL_AUTH_04','');
|
||||
define('LAN_AL_AUTH_05','');
|
||||
define('LAN_AL_AUTH_06','');
|
||||
define("LAN_AL_AUTH_01","Alt auth Settings changed");
|
||||
define("LAN_AL_AUTH_02","Alt auth extended user classes changed");
|
||||
define("LAN_AL_AUTH_03","Alt auth method settings changed");
|
||||
|
||||
|
||||
?>
|
||||
|
@ -54,8 +54,8 @@ define("BNRLAN_38", "Advertisement"); // BANNER_MENU_L1
|
||||
define("BNRLAN_39", "Campaigns to show in menu"); // BANNER_MENU_L6
|
||||
define("BNRLAN_40", "No campaigns yet."); // 67
|
||||
|
||||
define('BNRLAN_41', 'Number of banners to show'); // BANNER_MENU_L19
|
||||
define('BNRLAN_42', 'This is only used when multiple campaigns are selected.'); // BANNER_MENU_L20
|
||||
define("BNRLAN_41", "Number of banners to show"); // BANNER_MENU_L19
|
||||
define("BNRLAN_42", "This is only used when multiple campaigns are selected."); // BANNER_MENU_L20
|
||||
|
||||
define("BNRLAN_43", "How to show the campaigns?"); // BANNER_MENU_L10
|
||||
define("BNRLAN_44", "Choose render type ..."); // BANNER_MENU_L11
|
||||
|
@ -29,6 +29,6 @@ define("BANNER_MENU_L15", "how many banners should be shown ?");
|
||||
define("BANNER_MENU_L16", "this setting will only be used with options 2 and 3.<br />if less banners are present the maximum available amount will be used.");
|
||||
define("BANNER_MENU_L17", "set amount ...");
|
||||
//define("BANNER_MENU_L18", "Update Menu Settings");
|
||||
//define('BANNER_MENU_L19', 'Nothing changed - not saved');
|
||||
//define('BANNER_MENU_L19', "Nothing changed - not saved");
|
||||
*/
|
||||
?>
|
@ -14,28 +14,28 @@
|
||||
* $Author$
|
||||
*/
|
||||
|
||||
define('CLOCK_MENU_L1', 'Clock menu configuration saved');
|
||||
define('CLOCK_MENU_L2', 'Caption');
|
||||
define('CLOCK_MENU_L3', 'Update Menu Settings');
|
||||
define('CLOCK_MENU_L4', 'Clock Menu Config');
|
||||
define('CLOCK_MENU_L5', 'Monday,');
|
||||
define('CLOCK_MENU_L6', 'Tuesday,');
|
||||
define('CLOCK_MENU_L7', 'Wednesday,');
|
||||
define('CLOCK_MENU_L8', 'Thursday,');
|
||||
define('CLOCK_MENU_L9', 'Friday,');
|
||||
define('CLOCK_MENU_L10', 'Saturday,');
|
||||
define('CLOCK_MENU_L11', 'Sunday,');
|
||||
define('CLOCK_MENU_L12', 'January');
|
||||
define('CLOCK_MENU_L13', 'February');
|
||||
define('CLOCK_MENU_L14', 'March');
|
||||
define('CLOCK_MENU_L15', 'April');
|
||||
define('CLOCK_MENU_L16', 'May');
|
||||
define('CLOCK_MENU_L17', 'June');
|
||||
define('CLOCK_MENU_L18', 'July');
|
||||
define('CLOCK_MENU_L19', 'August');
|
||||
define('CLOCK_MENU_L20', 'September');
|
||||
define('CLOCK_MENU_L21', 'October');
|
||||
define('CLOCK_MENU_L22', 'November');
|
||||
define('CLOCK_MENU_L23', 'December');
|
||||
define('CLOCK_MENU_L24', '');
|
||||
define("CLOCK_MENU_L1", "Clock menu configuration saved");
|
||||
define("CLOCK_MENU_L2", "Caption");
|
||||
define("CLOCK_MENU_L3", "Update Menu Settings");
|
||||
define("CLOCK_MENU_L4", "Clock Menu Config");
|
||||
define("CLOCK_MENU_L5", "Monday,");
|
||||
define("CLOCK_MENU_L6", "Tuesday,");
|
||||
define("CLOCK_MENU_L7", "Wednesday,");
|
||||
define("CLOCK_MENU_L8", "Thursday,");
|
||||
define("CLOCK_MENU_L9", "Friday,");
|
||||
define("CLOCK_MENU_L10", "Saturday,");
|
||||
define("CLOCK_MENU_L11", "Sunday,");
|
||||
define("CLOCK_MENU_L12", "January");
|
||||
define("CLOCK_MENU_L13", "February");
|
||||
define("CLOCK_MENU_L14", "March");
|
||||
define("CLOCK_MENU_L15", "April");
|
||||
define("CLOCK_MENU_L16", "May");
|
||||
define("CLOCK_MENU_L17", "June");
|
||||
define("CLOCK_MENU_L18", "July");
|
||||
define("CLOCK_MENU_L19", "August");
|
||||
define("CLOCK_MENU_L20", "September");
|
||||
define("CLOCK_MENU_L21", "October");
|
||||
define("CLOCK_MENU_L22", "November");
|
||||
define("CLOCK_MENU_L23", "December");
|
||||
// define("CLOCK_MENU_L24", "");
|
||||
?>
|
@ -93,6 +93,6 @@ define("LAN_dl_75", "no image available ");
|
||||
//define("LAN_dl_76", "Go to page"); //FIXME Use Generic
|
||||
define("LAN_dl_77", "Downloads"); // Intentional duplicate - some languages need it to be different. This is for number of downloads
|
||||
|
||||
define('LAN_dl_78', 'That download has been disabled or discontinued. Please check in the [link=--LINK--]downloads area[/link] for a more recent version.');
|
||||
define('LAN_dl_78', "That download has been disabled or discontinued. Please check in the [link=--LINK--]downloads area[/link] for a more recent version.");
|
||||
|
||||
?>
|
||||
|
@ -22,18 +22,17 @@
|
||||
*
|
||||
* @package e107_plugins
|
||||
* @subpackage downloads
|
||||
* @version $Id$;
|
||||
*/
|
||||
|
||||
// TODO: Some message meanings not currently known
|
||||
define('LAN_AL_DOWNL_01', 'Downloads - download options changed');
|
||||
define('LAN_AL_DOWNL_02', 'Downloads - upload options changed');
|
||||
define('LAN_AL_DOWNL_03', 'Downloads - limit added');
|
||||
define('LAN_AL_DOWNL_04', 'Downloads - log 04');
|
||||
define('LAN_AL_DOWNL_05', 'Downloads - log 05');
|
||||
define('LAN_AL_DOWNL_06', 'Downloads - log 06');
|
||||
define('LAN_AL_DOWNL_07', 'Downloads - log 07');
|
||||
define('LAN_AL_DOWNL_08', 'Downloads - log 08');
|
||||
define('LAN_AL_DOWNL_09', 'Downloads - log 09');
|
||||
define('LAN_AL_DOWNL_10', 'Downloads - limit updated');
|
||||
define('LAN_AL_DOWNL_11', 'Downloads - limit removed');
|
||||
define("LAN_AL_DOWNL_01", "Downloads - download options changed");
|
||||
define("LAN_AL_DOWNL_02", "Downloads - upload options changed");
|
||||
define("LAN_AL_DOWNL_03", "Downloads - limit added");
|
||||
define("LAN_AL_DOWNL_04", "Downloads - log 04");
|
||||
define("LAN_AL_DOWNL_05", "Downloads - log 05");
|
||||
define("LAN_AL_DOWNL_06", "Downloads - log 06");
|
||||
define("LAN_AL_DOWNL_07", "Downloads - log 07");
|
||||
define("LAN_AL_DOWNL_08", "Downloads - log 08");
|
||||
define("LAN_AL_DOWNL_09", "Downloads - log 09");
|
||||
define("LAN_AL_DOWNL_10", "Downloads - limit updated");
|
||||
define("LAN_AL_DOWNL_11", "Downloads - limit removed");
|
||||
|
@ -3,21 +3,21 @@
|
||||
* Copyright (c) e107 Inc 2008-2013 - e107.org,
|
||||
* Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* 'FAQ plugin' admin-area language definitions
|
||||
* "FAQ plugin" admin-area language definitions
|
||||
*/
|
||||
|
||||
|
||||
|
||||
define('LANA_FAQ_QUESTION', 'Question');
|
||||
define('LANA_FAQ_ANSWER', 'Answer');
|
||||
define('LANA_FAQ_COMMENT', 'Comment'); //FIXME Use generic
|
||||
define('LANA_FAQ_UNAME', 'User name'); //FIXME Use generic
|
||||
define('LANA_FAQ_ULOGINNAME', 'User login'); //FIXME Use generic
|
||||
define('LANA_FAQ_TAGS', 'Tags');
|
||||
define('LANA_FAQ_TAGS_HELP', 'Comma separated tag list');
|
||||
define('LANA_FAQ_METAD', 'Meta Description');
|
||||
define('LANA_FAQ_METAK', 'Meta Keywords');
|
||||
define("LANA_FAQ_QUESTION", "Question");
|
||||
define("LANA_FAQ_ANSWER", "Answer");
|
||||
define("LANA_FAQ_COMMENT", "Comment"); //FIXME Use generic
|
||||
define("LANA_FAQ_UNAME", "User name"); //FIXME Use generic
|
||||
define("LANA_FAQ_ULOGINNAME", "User login"); //FIXME Use generic
|
||||
define("LANA_FAQ_TAGS", "Tags");
|
||||
define("LANA_FAQ_TAGS_HELP", "Comma separated tag list");
|
||||
define("LANA_FAQ_METAD", "Meta Description");
|
||||
define("LANA_FAQ_METAK", "Meta Keywords");
|
||||
|
||||
define('LANA_FAQ_PREF_1', 'Allow submitting of FAQs by:');
|
||||
define('LANA_FAQ_PREF_2', "'Ask a Question' is limited to");
|
||||
define('LANA_FAQ_PREF_3', 'Use Classic Layout');
|
||||
define("LANA_FAQ_PREF_1", "Allow submitting of FAQs by:");
|
||||
define("LANA_FAQ_PREF_2", "'Ask a Question' is limited to");
|
||||
define("LANA_FAQ_PREF_3", "Use Classic Layout");
|
||||
|
@ -12,8 +12,8 @@ define("LAN_PLUGIN_FEATUREBOX_BATCH", "Create Featurebox Item");
|
||||
|
||||
|
||||
// Install/uninstall messages
|
||||
define('FBLAN_INSTALL_01', 'Adding Default category table data.'); //XXX Use Generic
|
||||
define('FBLAN_INSTALL_02', 'Adding Default table data.'); //XXX Use Generic
|
||||
define('FBLAN_INSTALL_03', 'Unassigned');
|
||||
define('FBLAN_INSTALL_04', 'Carousel');
|
||||
define('FBLAN_INSTALL_05', 'Tabs');
|
||||
define("FBLAN_INSTALL_01", "Adding Default category table data."); //XXX Use Generic
|
||||
define("FBLAN_INSTALL_02", "Adding Default table data."); //XXX Use Generic
|
||||
define("FBLAN_INSTALL_03", "Unassigned");
|
||||
define("FBLAN_INSTALL_04", "Carousel");
|
||||
define("FBLAN_INSTALL_05", "Tabs");
|
@ -74,7 +74,7 @@ define("FORLAN_60", "This will delete all threads that have not received a reply
|
||||
// define("FORLAN_63", "Ranks");
|
||||
// define("FORLAN_64", "Enter your levels here, if left blank generic stars will be used to denote level. Separate levels with comma. Maximum of 10 levels, lowest first.");
|
||||
define("FORLAN_65", "Forum Title");
|
||||
define('FORLAN_66', 'Not installed');
|
||||
define("FORLAN_66", "Not installed");
|
||||
|
||||
define("FORLAN_70", "Enable file / image attachments");
|
||||
define("FORLAN_71", "Allow users to upload file or image with their forum post,");
|
||||
@ -206,10 +206,10 @@ define("FORLAN_179", "Adding a * to the beginning of the forum name will make th
|
||||
define("FORLAN_182", "also recalculate replies for all threads in selected forum");
|
||||
define("FORLAN_183", "(this function is not allowed when selecting 'all forums' due to the number of queries it will generate)");
|
||||
|
||||
define('FORLAN_184', 'Thread Creation permission');
|
||||
define('FORLAN_185', 'Indicates who can create new threads');
|
||||
define("FORLAN_184", "Thread Creation permission");
|
||||
define("FORLAN_185", "Indicates who can create new threads");
|
||||
|
||||
define('FORLAN_186', 'Threads per page');
|
||||
define('FORLAN_187', 'Number of threads displayed per page');
|
||||
define("FORLAN_186", "Threads per page");
|
||||
define("FORLAN_187", "Number of threads displayed per page");
|
||||
|
||||
?>
|
@ -9,7 +9,7 @@
|
||||
// MAJOR REWRITE IN PROGRESS BY MOC, DO NOT EDIT THIS FILE UNTIL THIS MESSAGE HAS BEEN REMOVED PLEASE!
|
||||
|
||||
/*
|
||||
Even though all the forum LAN's are shared accross the entire plugin, here's some general direction:
|
||||
Even though all the forum LAN"s are shared accross the entire plugin, here"s some general direction:
|
||||
- 0xxx => forum.php
|
||||
- 1xxx => forum_viewforum.php
|
||||
- 2xxx => forum_viewtopic.php
|
||||
@ -100,7 +100,7 @@ define("LAN_FORUM_0066", "Registered members:"); // LAN_42
|
||||
|
||||
define("LAN_FORUM_0067", "No forums yet, please check back soon."); // LAN_51
|
||||
define("LAN_FORUM_0068", "No forums in this section yet, please check back soon."); // LAN_52
|
||||
define('LAN_FORUM_0069', 'Sub-forums'); // FORLAN_444
|
||||
define("LAN_FORUM_0069", "Sub-forums"); // FORLAN_444
|
||||
|
||||
define("LAN_FORUM_0070", "Cancel Topic Tracking"); // LAN_392
|
||||
//define("LAN_FORUM_0071", "Forum Rules"); // LAN_433
|
||||
@ -290,14 +290,14 @@ define("LAN_FORUM_6014", "Average posts per day"); // FSLAN_24
|
||||
|
||||
// ---- Uploads ----------
|
||||
|
||||
define('LAN_FORUM_7001','Uploaded Files in forum');
|
||||
define('LAN_FORUM_7002','File deleted'); // LAN_FORUM_7002
|
||||
define('LAN_FORUM_7003','Error: Unable to delete file'); // LAN_FORUM_7003
|
||||
define('LAN_FORUM_7004','File deletion'); // LAN_FORUM_7004
|
||||
define('LAN_FORUM_7006','Result'); // LAN_FORUM_7006
|
||||
define('LAN_FORUM_7007','Found in thread'); // LAN_FORUM_7007
|
||||
define('LAN_FORUM_7008','NOT FOUND'); // LAN_FORUM_7008
|
||||
define('LAN_FORUM_7009','No uploaded files found'); // LAN_FORUM_7009
|
||||
define("LAN_FORUM_7001","Uploaded Files in forum");
|
||||
define("LAN_FORUM_7002","File deleted"); // LAN_FORUM_7002
|
||||
define("LAN_FORUM_7003","Error: Unable to delete file"); // LAN_FORUM_7003
|
||||
define("LAN_FORUM_7004","File deletion"); // LAN_FORUM_7004
|
||||
define("LAN_FORUM_7006","Result"); // LAN_FORUM_7006
|
||||
define("LAN_FORUM_7007","Found in thread"); // LAN_FORUM_7007
|
||||
define("LAN_FORUM_7008","NOT FOUND"); // LAN_FORUM_7008
|
||||
define("LAN_FORUM_7009","No uploaded files found"); // LAN_FORUM_7009
|
||||
|
||||
|
||||
|
||||
@ -309,7 +309,7 @@ define('LAN_FORUM_7009','No uploaded files found'); // LAN_FORUM_7009
|
||||
define("LAN_FORUM_5020", "Reply deleted"); // LAN_FORUM_5020
|
||||
define("LAN_FORUM_5011", "posted by"); // LAN_FORUM_5011
|
||||
define("LAN_FORUM_5012", "Are you absolutely certain you want to delete this forum");
|
||||
define("LAN_FORUM_5013", "thread and it's related posts?");
|
||||
define("LAN_FORUM_5013", "thread and it"s related posts?");
|
||||
define("LAN_FORUM_5014", "the poll will also be deleted");
|
||||
define("LAN_FORUM_5015", "Once deleted they");
|
||||
define("LAN_FORUM_5016", "post?<br />Once deleted it"); // LAN_FORUM_5016
|
||||
@ -400,10 +400,10 @@ define("LAN_433", "Syndicate this thread: RDF");
|
||||
|
||||
define("FORLAN_101", "Email Thread");
|
||||
define("FORLAN_102", "Print View");
|
||||
define('FORLAN_103', '[user deleted]');
|
||||
define('FORLAN_104', 'Thread not found');
|
||||
define('FORLAN_105', 'Moderator: Split');
|
||||
define('FORLAN_BY', 'by');
|
||||
define("FORLAN_103", "[user deleted]");
|
||||
define("FORLAN_104", "Thread not found");
|
||||
define("FORLAN_105", "Moderator: Split");
|
||||
define("FORLAN_BY", "by");
|
||||
define("FORLAN_HIDDEN", "HIDDEN - LOGIN AND REPLY TO REVEAL");
|
||||
|
||||
define("LAN_06", "Joined");
|
||||
@ -484,7 +484,7 @@ define("LAN_424", "New threads");
|
||||
define("LAN_425", "Re:");
|
||||
|
||||
//v.616
|
||||
define("LAN_426", "Who's Online: ");
|
||||
define("LAN_426", "Who"s Online: ");
|
||||
define("LAN_427", "View detailed list.");
|
||||
define("LAN_428", "Re:");
|
||||
define("LAN_429", "Top Posters");
|
||||
@ -503,14 +503,14 @@ define("LAN_440", "to go to the registration page.");
|
||||
|
||||
define("LAN_441", "View forum statistics");
|
||||
|
||||
define('FORLAN_21', 'Threads');
|
||||
define('FORLAN_22', 'Last Post');
|
||||
define('FORLAN_23', 'Poll');
|
||||
define("FORLAN_21", "Threads");
|
||||
define("FORLAN_22", "Last Post");
|
||||
define("FORLAN_23", "Poll");
|
||||
|
||||
define('FORLAN_441', 'No rules defined.');
|
||||
define('FORLAN_442', 'My Uploads');
|
||||
define('FORLAN_443', '[user deleted]');
|
||||
define('FORLAN_444', 'sub-forums');
|
||||
define("FORLAN_441", "No rules defined.");
|
||||
define("FORLAN_442", "My Uploads");
|
||||
define("FORLAN_443", "[user deleted]");
|
||||
define("FORLAN_444", "sub-forums");
|
||||
|
||||
define("PAGE_NAME", "Forum");
|
||||
|
||||
@ -532,7 +532,7 @@ define("LAN_16", "Username: ");
|
||||
define("LAN_17", "Password: ");
|
||||
define("LAN_20", "Error");//new > LAN_ERROR
|
||||
define("LAN_27", "You left required field(s) blank");
|
||||
define("LAN_28", "You didn't post anything ..");
|
||||
define("LAN_28", "You didn"t post anything ..");
|
||||
define("LAN_29", "Edited");
|
||||
define("LAN_45", "These forums can only be posted to by registered and logged in members, please click");
|
||||
define("LAN_60", "Start New Thread");
|
||||
@ -614,7 +614,7 @@ define("POLL_508", "no");
|
||||
define("LAN_FORUM_1", "Uploads disabled: ".e_FILE."public directory is not writable");
|
||||
define("LAN_FORUM_2", "Duplicate post");
|
||||
|
||||
define('LAN_FORUMPOST_EMOTES', 'Deactivate emoticons for this post');
|
||||
define("LAN_FORUMPOST_EMOTES", "Deactivate emoticons for this post");
|
||||
*/
|
||||
|
||||
?>
|
@ -2,16 +2,16 @@
|
||||
|
||||
|
||||
|
||||
define('LAN_FORUM_NT_7', 'Forum - Thread created by new user');
|
||||
define('LAN_FORUM_NT_8', 'Forum - Thread deleted');
|
||||
define('LAN_FORUM_NT_9', 'Forum - Thread split');
|
||||
define('LAN_FORUM_NT_10', 'Forum - Post deleted');
|
||||
define('LAN_FORUM_NT_11', 'Forum - Post reported');
|
||||
define("LAN_FORUM_NT_7", "Forum - Thread created by new user");
|
||||
define("LAN_FORUM_NT_8", "Forum - Thread deleted");
|
||||
define("LAN_FORUM_NT_9", "Forum - Thread split");
|
||||
define("LAN_FORUM_NT_10", "Forum - Post deleted");
|
||||
define("LAN_FORUM_NT_11", "Forum - Post reported");
|
||||
|
||||
define('LAN_FORUM_NT_NEWTOPIC', 'New topic created');
|
||||
define('LAN_FORUM_NT_NEWTOPIC_PROB', 'New topic created by probationary member');
|
||||
define('LAN_FORUM_NT_TOPIC_DELETED', 'Topic deleted');
|
||||
define('LAN_FORUM_NT_TOPIC_SPLIT', 'Topic split');
|
||||
define('LAN_FORUM_NT_POST_DELETED', 'Post deleted');
|
||||
define('LAN_FORUM_NT_POST_REPORTED', 'Post reported');
|
||||
define("LAN_FORUM_NT_NEWTOPIC", "New topic created");
|
||||
define("LAN_FORUM_NT_NEWTOPIC_PROB", "New topic created by probationary member");
|
||||
define("LAN_FORUM_NT_TOPIC_DELETED", "Topic deleted");
|
||||
define("LAN_FORUM_NT_TOPIC_SPLIT", "Topic split");
|
||||
define("LAN_FORUM_NT_POST_DELETED", "Post deleted");
|
||||
define("LAN_FORUM_NT_POST_REPORTED", "Post reported");
|
||||
|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
// Admin log messages
|
||||
//-------------------
|
||||
define('LAN_AL_GSMAP_01', 'Import sitelinks');
|
||||
define('LAN_AL_GSMAP_02', 'Sitemap link deleted');
|
||||
define('LAN_AL_GSMAP_03', 'Sitemap link added');
|
||||
define('LAN_AL_GSMAP_04', 'Sitemap link updated');
|
||||
define('LAN_AL_GSMAP_05', '');
|
||||
define("LAN_AL_GSMAP_01", "Import sitelinks");
|
||||
define("LAN_AL_GSMAP_02", "Sitemap link deleted");
|
||||
define("LAN_AL_GSMAP_03", "Sitemap link added");
|
||||
define("LAN_AL_GSMAP_04", "Sitemap link updated");
|
||||
|
||||
|
||||
?>
|
@ -23,64 +23,64 @@
|
||||
* @version $Id$;
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
if (!defined("e107_INIT")) { exit; }
|
||||
|
||||
//define('LAN_CONTINUE','Continue'); Now global definition
|
||||
//define("LAN_CONTINUE","Continue"); Now global definition
|
||||
|
||||
// define('LAN_CONVERT_01','Import into e107');
|
||||
// define('LAN_CONVERT_02','Import data from Wordpress, Joomla, Drupal, Blogspot, RSS and other formats.');
|
||||
define('LAN_CONVERT_03','You must start with a clean E107 database, other than the main admin user (ID=1)');
|
||||
define('LAN_CONVERT_04','Field(s) left blank, please go back and re-enter values.');
|
||||
define('LAN_CONVERT_05','Running this script may empty many of your E107 tables - make sure you have a full backup before continuing!');
|
||||
define('LAN_CONVERT_06','Import data type');
|
||||
define('LAN_CONVERT_07','CSV Format Specification');
|
||||
define('LAN_CONVERT_08','Existing database');
|
||||
define('LAN_CONVERT_09','Connection details for source database');
|
||||
define('LAN_CONVERT_10','Passwords in source file are not encrypted');
|
||||
define('LAN_CONVERT_11','Source data details');
|
||||
define('LAN_CONVERT_12','Basic username and password');
|
||||
define('LAN_CONVERT_13','CSV File');
|
||||
define('LAN_CONVERT_14','Format of import database');
|
||||
define('LAN_CONVERT_15','No import converters available');
|
||||
define('LAN_CONVERT_16','Initial user class(es)');
|
||||
define('LAN_CONVERT_17','Password in CSV file is not already encrypted');
|
||||
define('LAN_CONVERT_18','(Password must be stored with MD5 encryption)');
|
||||
define('LAN_CONVERT_19','Database Host');
|
||||
define('LAN_CONVERT_20','Database Username');
|
||||
define('LAN_CONVERT_21','Database Password');
|
||||
define('LAN_CONVERT_22','Database Name');
|
||||
define('LAN_CONVERT_23','Database Table Prefix');
|
||||
define('LAN_CONVERT_24','Areas to import');
|
||||
define('LAN_CONVERT_25','Users');
|
||||
define('LAN_CONVERT_26','Forum Definitions');
|
||||
define('LAN_CONVERT_27','Polls');
|
||||
define('LAN_CONVERT_28','News');
|
||||
define('LAN_CONVERT_29','Database import completed');
|
||||
define('LAN_CONVERT_30','Import routine Information');
|
||||
define('LAN_CONVERT_31','CSV data file does not exist, or invalid permissions');
|
||||
define('LAN_CONVERT_32','Error reading CSV data file');
|
||||
define('LAN_CONVERT_33','Error in CSV data line ');
|
||||
define('LAN_CONVERT_34','Error: --ERRNUM-- while writing to user database, line ');
|
||||
define('LAN_CONVERT_35','CSV import completed. --LINES-- read, --USERS-- users added, --ERRORS-- errors');
|
||||
define('LAN_CONVERT_36','Filename for CSV data');
|
||||
define('LAN_CONVERT_37','Invalid format specification for import type');
|
||||
define('LAN_CONVERT_38','Delete existing data');
|
||||
define('LAN_CONVERT_39','(If you don\'t, the posters of imported data will be shown as \'Anonymous\')');
|
||||
define('LAN_CONVERT_40','Existing data deleted');
|
||||
define('LAN_CONVERT_41','Required database access field is empty');
|
||||
define('LAN_CONVERT_42','Error in definition file - required class does not exist');
|
||||
define('LAN_CONVERT_43','Error connecting to source database');
|
||||
define('LAN_CONVERT_44','Query setup error for ');
|
||||
define('LAN_CONVERT_45','Cannot read import code file');
|
||||
define('LAN_CONVERT_46','Error: --ERRNUM-- while writing to --DB-- database, line ');
|
||||
define('LAN_CONVERT_47','Batch --BLOCK-- import completed. --LINES-- read, --USERS-- added, --ERRORS-- errors');
|
||||
define('LAN_CONVERT_48','Forum posts');
|
||||
// define("LAN_CONVERT_01","Import into e107");
|
||||
// define("LAN_CONVERT_02","Import data from Wordpress, Joomla, Drupal, Blogspot, RSS and other formats.");
|
||||
define("LAN_CONVERT_03","You must start with a clean E107 database, other than the main admin user (ID=1)");
|
||||
define("LAN_CONVERT_04","Field(s) left blank, please go back and re-enter values.");
|
||||
define("LAN_CONVERT_05","Running this script may empty many of your E107 tables - make sure you have a full backup before continuing!");
|
||||
define("LAN_CONVERT_06","Import data type");
|
||||
define("LAN_CONVERT_07","CSV Format Specification");
|
||||
define("LAN_CONVERT_08","Existing database");
|
||||
define("LAN_CONVERT_09","Connection details for source database");
|
||||
define("LAN_CONVERT_10","Passwords in source file are not encrypted");
|
||||
define("LAN_CONVERT_11","Source data details");
|
||||
define("LAN_CONVERT_12","Basic username and password");
|
||||
define("LAN_CONVERT_13","CSV File");
|
||||
define("LAN_CONVERT_14","Format of import database");
|
||||
define("LAN_CONVERT_15","No import converters available");
|
||||
define("LAN_CONVERT_16","Initial user class(es)");
|
||||
define("LAN_CONVERT_17","Password in CSV file is not already encrypted");
|
||||
define("LAN_CONVERT_18","(Password must be stored with MD5 encryption)");
|
||||
define("LAN_CONVERT_19","Database Host");
|
||||
define("LAN_CONVERT_20","Database Username");
|
||||
define("LAN_CONVERT_21","Database Password");
|
||||
define("LAN_CONVERT_22","Database Name");
|
||||
define("LAN_CONVERT_23","Database Table Prefix");
|
||||
define("LAN_CONVERT_24","Areas to import");
|
||||
define("LAN_CONVERT_25","Users");
|
||||
define("LAN_CONVERT_26","Forum Definitions");
|
||||
define("LAN_CONVERT_27","Polls");
|
||||
define("LAN_CONVERT_28","News");
|
||||
define("LAN_CONVERT_29","Database import completed");
|
||||
define("LAN_CONVERT_30","Import routine Information");
|
||||
define("LAN_CONVERT_31","CSV data file does not exist, or invalid permissions");
|
||||
define("LAN_CONVERT_32","Error reading CSV data file");
|
||||
define("LAN_CONVERT_33","Error in CSV data line ");
|
||||
define("LAN_CONVERT_34","Error: --ERRNUM-- while writing to user database, line ");
|
||||
define("LAN_CONVERT_35","CSV import completed. --LINES-- read, --USERS-- users added, --ERRORS-- errors");
|
||||
define("LAN_CONVERT_36","Filename for CSV data");
|
||||
define("LAN_CONVERT_37","Invalid format specification for import type");
|
||||
define("LAN_CONVERT_38","Delete existing data");
|
||||
define("LAN_CONVERT_39","(If you don't, the posters of imported data will be shown as 'Anonymous')");
|
||||
define("LAN_CONVERT_40","Existing data deleted");
|
||||
define("LAN_CONVERT_41","Required database access field is empty");
|
||||
define("LAN_CONVERT_42","Error in definition file - required class does not exist");
|
||||
define("LAN_CONVERT_43","Error connecting to source database");
|
||||
define("LAN_CONVERT_44","Query setup error for ");
|
||||
define("LAN_CONVERT_45","Cannot read import code file");
|
||||
define("LAN_CONVERT_46","Error: --ERRNUM-- while writing to --DB-- database, line ");
|
||||
define("LAN_CONVERT_47","Batch --BLOCK-- import completed. --LINES-- read, --USERS-- added, --ERRORS-- errors");
|
||||
define("LAN_CONVERT_48","Forum posts");
|
||||
|
||||
define('LAN_CONVERT_49','Drupal');
|
||||
define('LAN_CONVERT_50','Basic import');
|
||||
define('LAN_CONVERT_51','The version of targeted Drupal.');
|
||||
define('LAN_CONVERT_52','Drupal Version');
|
||||
define('LAN_CONVERT_53','The base URL of Drupal website (e.g., http://mydrupalsite.com).');
|
||||
define('LAN_CONVERT_54','Drupal Base URL');
|
||||
define('LAN_CONVERT_55','The base URL path (i.e., directory) of the Drupal installation (e.g., /drupal/).');
|
||||
define('LAN_CONVERT_56','Drupal Base Path');
|
||||
define("LAN_CONVERT_49","Drupal");
|
||||
define("LAN_CONVERT_50","Basic import");
|
||||
define("LAN_CONVERT_51","The version of targeted Drupal.");
|
||||
define("LAN_CONVERT_52","Drupal Version");
|
||||
define("LAN_CONVERT_53","The base URL of Drupal website (e.g., http://mydrupalsite.com).");
|
||||
define("LAN_CONVERT_54","Drupal Base URL");
|
||||
define("LAN_CONVERT_55","The base URL path (i.e., directory) of the Drupal installation (e.g., /drupal/).");
|
||||
define("LAN_CONVERT_56","Drupal Base Path");
|
||||
|
@ -43,78 +43,71 @@ define("LWLAN_29", "Same format as menu visibility control. One match per line.
|
||||
//define("LWLAN_30", "Save options");
|
||||
define("LWLAN_31", "Add/edit linkword");
|
||||
//define("LWLAN_32", "Linkword Options");
|
||||
define("LWLAN_33", 'Title areas');
|
||||
define("LWLAN_34", 'Item summaries');
|
||||
define("LWLAN_35", 'Body text');
|
||||
define("LWLAN_36", 'Descriptions (links etc)');
|
||||
//define("LWLAN_37", 'Legacy areas');
|
||||
//define("LWLAN_38", 'Clickable links');
|
||||
//define("LWLAN_39", 'Unprocessed text');
|
||||
define("LWLAN_40", 'User-entered titles (e.g. forum)');
|
||||
define("LWLAN_41", 'User-entered body text (e.g. forum)');
|
||||
define("LWLAN_33", "Title areas");
|
||||
define("LWLAN_34", "Item summaries");
|
||||
define("LWLAN_35", "Body text");
|
||||
define("LWLAN_36", "Descriptions (links etc)");
|
||||
//define("LWLAN_37", "Legacy areas");
|
||||
//define("LWLAN_38", "Clickable links");
|
||||
//define("LWLAN_39", "Unprocessed text");
|
||||
define("LWLAN_40", "User-entered titles (e.g. forum)");
|
||||
define("LWLAN_41", "User-entered body text (e.g. forum)");
|
||||
// Reserve numbers for further context strings
|
||||
define('LWLAN_42', '');
|
||||
define('LWLAN_43', '');
|
||||
define('LWLAN_44', '');
|
||||
define('LWLAN_45', '');
|
||||
define('LWLAN_46', '');
|
||||
define('LWLAN_47', '');
|
||||
define('LWLAN_48', '');
|
||||
define('LWLAN_49', '');
|
||||
|
||||
|
||||
define('LWLAN_50', 'Tooltip');
|
||||
define('LWLAN_51', 'Inactive');
|
||||
define('LWLAN_52', 'Linkword only');
|
||||
define('LWLAN_53', 'Tooltip only');
|
||||
define('LWLAN_54', 'Linkword and Tooltip');
|
||||
define('LWLAN_55', 'Open link in new window');
|
||||
define('LWLAN_56', 'Open in new page');
|
||||
//define('LWLAN_57', 'Error writing new values');
|
||||
define('LWLAN_58', 'Pref hook converted to 0.8 format'); // Used in 0.7-compatible stub only
|
||||
define('LWLAN_59', 'Enable Ajax functionality');
|
||||
define('LWLAN_60', 'LW ID');
|
||||
//define('LWLAN_61', 'ID');
|
||||
define('LWLAN_62', 'Tooltip ID (LW ID)');
|
||||
define('LWLAN_63', 'Positive integers only');
|
||||
define('LWLAN_64', 'Suppress link on current page');
|
||||
define('LWLAN_65', 'When checked, suppresses clickable link if points to current page');
|
||||
|
||||
define("LWLAN_50", "Tooltip");
|
||||
define("LWLAN_51", "Inactive");
|
||||
define("LWLAN_52", "Linkword only");
|
||||
define("LWLAN_53", "Tooltip only");
|
||||
define("LWLAN_54", "Linkword and Tooltip");
|
||||
define("LWLAN_55", "Open link in new window");
|
||||
define("LWLAN_56", "Open in new page");
|
||||
//define("LWLAN_57", "Error writing new values");
|
||||
define("LWLAN_58", "Pref hook converted to 0.8 format"); // Used in 0.7-compatible stub only
|
||||
define("LWLAN_59", "Enable Ajax functionality");
|
||||
define("LWLAN_60", "LW ID");
|
||||
//define("LWLAN_61", "ID");
|
||||
define("LWLAN_62", "Tooltip ID (LW ID)");
|
||||
define("LWLAN_63", "Positive integers only");
|
||||
define("LWLAN_64", "Suppress link on current page");
|
||||
define("LWLAN_65", "When checked, suppresses clickable link if points to current page");
|
||||
|
||||
|
||||
// Installation-related
|
||||
//define('LWLANINS_1', 'Linkwords');
|
||||
//define('LWLANINS_2', 'This plugin links specified words with a defined link and/or tooltip');
|
||||
//define('LWLANINS_3', 'Configure LinkWords');
|
||||
//define('LWLANINS_4', 'To configure please click on the link in the plugins section of the admin front page');
|
||||
//define('LWLANINS_5', 'Upgrade complete');
|
||||
//define("LWLANINS_1", "Linkwords");
|
||||
//define("LWLANINS_2", "This plugin links specified words with a defined link and/or tooltip");
|
||||
//define("LWLANINS_3", "Configure LinkWords");
|
||||
//define("LWLANINS_4", "To configure please click on the link in the plugins section of the admin front page");
|
||||
//define("LWLANINS_5", "Upgrade complete");
|
||||
|
||||
|
||||
// Help text
|
||||
define('LAN_LW_HELP_00','Linkwords Help');
|
||||
define('LAN_LW_HELP_01','
|
||||
define("LAN_LW_HELP_00","Linkwords Help");
|
||||
define("LAN_LW_HELP_01","
|
||||
<b>Areas to enable</b><br />
|
||||
many areas of text have an associated \'context\', and linkwords will only be displayed in areas matching that context.<br /><br />
|
||||
many areas of text have an associated \"context\", and linkwords will only be displayed in areas matching that context.<br /><br />
|
||||
<b>Linkwords Disable</b><br />
|
||||
Linkwords may be disabled on specific pages, or pages matching a pattern. Enter these here (same syntax as for menus), one pattern per line.
|
||||
If the pattern ends in \'!\', this corresponds to \'end of query\', and is usually an exact match. Otherwise any URL containing the specified string will match.<br />
|
||||
If the pattern ends in \"!\", this corresponds to \"end of query\", and is usually an exact match. Otherwise any URL containing the specified string will match.<br />
|
||||
Note that linkwords are <i>never</i> displayed on admin pages.<br /><br />
|
||||
<b>Enable Ajax Functionality</b><br />
|
||||
The tooltips can use Ajax to get information for display. This usually requires some custom coding.<br /><br />
|
||||
<b>Suppress link on current page</b><br />
|
||||
Usually its pointless for the user to be able to click a link if they\'re already on the page. Tick this box to remove the option,<br />
|
||||
');
|
||||
define('LAN_LW_HELP_02','Define the words which become clickable links, or which display text on mouseover, here<br /><br />
|
||||
Usually its pointless for the user to be able to click a link if they\"re already on the page. Tick this box to remove the option,<br />
|
||||
");
|
||||
define("LAN_LW_HELP_02","Define the words which become clickable links, or which display text on mouseover, here<br /><br />
|
||||
<b><u>Word to Link</u></b><br />
|
||||
This is case-insensitive. For multiple words mapping to the same links and tooltips, separate them with commas (no spaces)<br /><br />
|
||||
<b><u>Link</u></b><br />
|
||||
Define a clickable link here. If its an external link, it [i]must[/i] begin \'http://\'. If its a link within this site, the normal {e_XXX} constants may be used.<br /><br />
|
||||
Define a clickable link here. If its an external link, it [i]must[/i] begin \"http://\". If its a link within this site, the normal {e_XXX} constants may be used.<br /><br />
|
||||
<b><u>Tooltip</u></b><br />
|
||||
This defines the text to be displayed when the user\'s mouse passes over the word.<br /><br />
|
||||
This defines the text to be displayed when the user\"s mouse passes over the word.<br /><br />
|
||||
<b><u>LW ID (Tooltip ID)</u></b><br /><br />
|
||||
This defines an optional numeric ID to be used with Ajax processing. If blank, the database record number is used.<br /><br />
|
||||
<b><u>Activate?</u></b><br />
|
||||
Defines which options are active.
|
||||
');
|
||||
");
|
||||
|
||||
|
||||
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
|
||||
// Admin log related
|
||||
define('LAN_AL_LINKWD_00', 'Linkword-related message');
|
||||
define('LAN_AL_LINKWD_01', 'Linkword Added');
|
||||
define('LAN_AL_LINKWD_02', 'Linkword Edited');
|
||||
define('LAN_AL_LINKWD_03', 'Linkword deleted');
|
||||
define('LAN_AL_LINKWD_04', 'Linkword options updated');
|
||||
define('LAN_AL_LINKWD_05', 'Linkwords version update'); // Used in 0.7-compatible stub only
|
||||
define('LAN_AL_LINKWD_06', '');
|
||||
define("LAN_AL_LINKWD_00", "Linkword-related message");
|
||||
define("LAN_AL_LINKWD_01", "Linkword Added");
|
||||
define("LAN_AL_LINKWD_02", "Linkword Edited");
|
||||
define("LAN_AL_LINKWD_03", "Linkword deleted");
|
||||
define("LAN_AL_LINKWD_04", "Linkword options updated");
|
||||
define("LAN_AL_LINKWD_05", "Linkwords version update"); // Used in 0.7-compatible stub only
|
||||
|
||||
|
||||
?>
|
@ -47,7 +47,7 @@ define("LIST_ADMIN_13", "Welcome to the Recent page of ".SITENAME." ! This page
|
||||
define("LIST_ADMIN_14", "recent additions");
|
||||
define("LIST_ADMIN_15", "new since your last visit");
|
||||
define("LIST_ADMIN_16", "Welcome to the New page of ".SITENAME." ! This page shows, for the most common sections of this site, a list of the additions in these sections since your last visit.");
|
||||
define("LIST_ADMIN_17", 'Nothing changed - not updated');
|
||||
define("LIST_ADMIN_17", "Nothing changed - not updated");
|
||||
|
||||
define("LIST_ADMIN_SECT_1", "sections");
|
||||
define("LIST_ADMIN_SECT_2", "choose which sections to show");
|
||||
@ -94,15 +94,15 @@ define("LIST_ADMIN_OPT_6", "options");
|
||||
|
||||
define("LIST_ADMIN_MENU_2", "icon : default");
|
||||
define("LIST_ADMIN_MENU_3", "use default theme bullet if no icon is present or if icon:use is disabled");
|
||||
define("LIST_ADMIN_MENU_4", "");
|
||||
|
||||
|
||||
define("LIST_ADMIN_LAN_2", "caption");
|
||||
define("LIST_ADMIN_LAN_3", "define a caption");
|
||||
define("LIST_ADMIN_LAN_4", "");
|
||||
|
||||
|
||||
define("LIST_ADMIN_LAN_5", "icon : use");
|
||||
define("LIST_ADMIN_LAN_6", "use icon from each section");
|
||||
define("LIST_ADMIN_LAN_7", "");
|
||||
// define("LIST_ADMIN_LAN_7", "");
|
||||
|
||||
define("LIST_ADMIN_LAN_8", "characters");
|
||||
define("LIST_ADMIN_LAN_9", "choose how many characters of the heading will be shown");
|
||||
@ -126,7 +126,7 @@ define("LIST_ADMIN_LAN_22", "define how many columns you want to use. the number
|
||||
|
||||
define("LIST_ADMIN_LAN_23", "welcome text");
|
||||
define("LIST_ADMIN_LAN_24", "define a welcome text that will be rendered at the top of the page");
|
||||
define("LIST_ADMIN_LAN_25", "");
|
||||
// define("LIST_ADMIN_LAN_25", "");
|
||||
|
||||
define("LIST_ADMIN_LAN_26", "show empty");
|
||||
define("LIST_ADMIN_LAN_27", "define if a message needs to be shown when sections have no results ");
|
||||
@ -134,25 +134,25 @@ define("LIST_ADMIN_LAN_28", "");
|
||||
|
||||
define("LIST_ADMIN_LAN_29", "icon : default");
|
||||
define("LIST_ADMIN_LAN_30", "use default theme bullet if no icon is present or if icon:use is disabled");
|
||||
define("LIST_ADMIN_LAN_31", "");
|
||||
// define("LIST_ADMIN_LAN_31", "");
|
||||
|
||||
define("LIST_ADMIN_LAN_32", "timelapse:days");
|
||||
define("LIST_ADMIN_LAN_33", "maximum of days users can look back");
|
||||
define("LIST_ADMIN_LAN_34", "");
|
||||
// define("LIST_ADMIN_LAN_34", "");
|
||||
define("LIST_ADMIN_LAN_35", "days");
|
||||
|
||||
define("LIST_ADMIN_LAN_36", "timelapse");
|
||||
define("LIST_ADMIN_LAN_37", "display a select box with number of days to look back?");
|
||||
define("LIST_ADMIN_LAN_38", "");
|
||||
// define("LIST_ADMIN_LAN_38", "");
|
||||
|
||||
define("LIST_ADMIN_LAN_39", "open if records exist");
|
||||
define("LIST_ADMIN_LAN_40", "should sections that contain records be opened by default?");
|
||||
define("LIST_ADMIN_LAN_41", '');
|
||||
// define("LIST_ADMIN_LAN_41", "");
|
||||
|
||||
// Admin log messages
|
||||
//-------------------
|
||||
define('LAN_AL_LISTNEW_01', 'List New preferences updated');
|
||||
define('LAN_AL_LISTNEW_02', '');
|
||||
define("LAN_AL_LISTNEW_01", "List New preferences updated");
|
||||
// define("LAN_AL_LISTNEW_02", "");
|
||||
|
||||
|
||||
?>
|
@ -1,11 +1,11 @@
|
||||
<?php
|
||||
// Messages for log entries
|
||||
define('LAN_AL_STAT_01', 'Stats - reset');
|
||||
define('LAN_AL_STAT_02', 'Stats - settings changed');
|
||||
define('LAN_AL_STAT_03', 'Stats - pages removed');
|
||||
define('LAN_AL_STAT_04', 'Stats - historic data removed');
|
||||
define('LAN_AL_STAT_05', '');
|
||||
define('LAN_AL_STAT_06', '');
|
||||
define('LAN_AL_STAT_07', '');
|
||||
define("LAN_AL_STAT_01", "Stats - reset");
|
||||
define("LAN_AL_STAT_02", "Stats - settings changed");
|
||||
define("LAN_AL_STAT_03", "Stats - pages removed");
|
||||
define("LAN_AL_STAT_04", "Stats - historic data removed");
|
||||
// define("LAN_AL_STAT_05", "");
|
||||
// define("LAN_AL_STAT_06", "");
|
||||
// define("LAN_AL_STAT_07", "");
|
||||
|
||||
?>
|
@ -14,25 +14,25 @@
|
||||
* $Author$
|
||||
*/
|
||||
|
||||
define('LAN_STAT_HELP_01','Statistics Logging');
|
||||
define('LAN_STAT_HELP_02','This option deletes historical data from the database. It does not affect the \'all-time\' figures.<br /><br />
|
||||
Caution! Once deleted, this data cannot be recovered. Back up and/or export the data you may require first.');
|
||||
define('LAN_STAT_HELP_03','This option allows you to delete the data relating to a specific site page.');
|
||||
define('LAN_STAT_HELP_04','This option allows export of statistics data in CSV format. This can be imported into many other applications for
|
||||
detailed analysis. Refer to the wiki page on the stats logging plugin for more detail on file formats etc');
|
||||
define('LAN_STAT_HELP_05','<b>Enable Stats Logging</b><br />No logging takes place if disabled<br /><br />
|
||||
define("LAN_STAT_HELP_01","Statistics Logging");
|
||||
define("LAN_STAT_HELP_02","This option deletes historical data from the database. It does not affect the \"all-time\" figures.<br /><br />
|
||||
Caution! Once deleted, this data cannot be recovered. Back up and/or export the data you may require first.");
|
||||
define("LAN_STAT_HELP_03","This option allows you to delete the data relating to a specific site page.");
|
||||
define("LAN_STAT_HELP_04","This option allows export of statistics data in CSV format. This can be imported into many other applications for
|
||||
detailed analysis. Refer to the wiki page on the stats logging plugin for more detail on file formats etc");
|
||||
define("LAN_STAT_HELP_05","<b>Enable Stats Logging</b><br />No logging takes place if disabled<br /><br />
|
||||
<b>Stats Page Access</b><br />
|
||||
Determines who can see the site statistics<br /><br />
|
||||
<b>Count Admin Visits</b><br />
|
||||
Frequent visits by the admins can distort site statistics, so you can exclude them<br /><br />
|
||||
<b>Maximum records to display...</b><br />
|
||||
Sets the number of \'recent visitors\' retained<br /><br />
|
||||
Sets the number of \"recent visitors\" retained<br /><br />
|
||||
<b>Statistic Types</b><br />
|
||||
Determines which information is logged. Recording monthly data will take up more database space, and gives better visibility.
|
||||
If monthly statistics are being collected, you can set whether just the current month, or current month and previous month, are displayed<br /><br />
|
||||
<b>Reset Stats</b><br />
|
||||
Clears the selected all-time data (up to the end of yesterday) to zero. To delete today\'s data as well, delete the log*.php files in the log/logs plugin directory<br /><br />
|
||||
');
|
||||
define('LAN_STAT_HELP_06','');
|
||||
Clears the selected all-time data (up to the end of yesterday) to zero. To delete today\"s data as well, delete the log*.php files in the log/logs plugin directory<br /><br />
|
||||
");
|
||||
define("LAN_STAT_HELP_06","");
|
||||
|
||||
?>
|
@ -41,39 +41,38 @@ define("LAN_LOGINMENU_24", "Click here to see list of new items");
|
||||
define("LAN_LOGINMENU_25", "Since your last visit there have been");
|
||||
define("LAN_LOGINMENU_26", "no");
|
||||
define("LAN_LOGINMENU_27", "and");
|
||||
// define("LAN_LOGINMENU_28", "Login");
|
||||
|
||||
//define("LAN_LOGINMENU_28", "Login");
|
||||
//define("LAN_LOGINMENU_29", "new article");
|
||||
//define("LAN_LOGINMENU_30", "new articles");
|
||||
|
||||
// New config options
|
||||
define('LAN_LOGINMENU_31', 'Show New News Posts');
|
||||
//define('LAN_LOGINMENU_32', 'Show New Article Posts');
|
||||
//define('LAN_LOGINMENU_33', 'Show New Chatbox Posts');
|
||||
define('LAN_LOGINMENU_34', 'Show New Comment Posts');
|
||||
//define('LAN_LOGINMENU_35', 'Show New Forum Posts');
|
||||
define('LAN_LOGINMENU_36', 'Show New Members');
|
||||
define("LAN_LOGINMENU_31", "Show New News Posts");
|
||||
//define("LAN_LOGINMENU_32", "Show New Article Posts");
|
||||
//define("LAN_LOGINMENU_33", "Show New Chatbox Posts");
|
||||
define("LAN_LOGINMENU_34", "Show New Comment Posts");
|
||||
//define("LAN_LOGINMENU_35", "Show New Forum Posts");
|
||||
define("LAN_LOGINMENU_36", "Show New Members");
|
||||
|
||||
|
||||
define('LAN_LOGINMENU_39', 'Leave Admin');
|
||||
define("LAN_LOGINMENU_39", "Leave Admin");
|
||||
define("LAN_LOGINMENU_40", "Resend Activation Email");
|
||||
define("LAN_LOGINMENU_41", "Login Menu Settings");
|
||||
|
||||
//new v0.8
|
||||
define('LAN_LOGINMENU_37', 'Show');
|
||||
define('LAN_LOGINMENU_38', 'Login menu - Additional Links');
|
||||
define("LAN_LOGINMENU_37", "Show");
|
||||
define("LAN_LOGINMENU_38", "Login menu - Additional Links");
|
||||
|
||||
define('LAN_LOGINMENU_42', 'Login menu - Recent core additions');
|
||||
define('LAN_LOGINMENU_43', 'Position');
|
||||
define('LAN_LOGINMENU_44', 'missing link title');
|
||||
define('LAN_LOGINMENU_45', 'link(s) -');
|
||||
define('LAN_LOGINMENU_45a', ''); //pre
|
||||
define('LAN_LOGINMENU_45b', 'plugin'); //post
|
||||
define('LAN_LOGINMENU_46', 'recent items -');
|
||||
define('LAN_LOGINMENU_47', 'Login menu - Recent plugin additions');
|
||||
define('LAN_LOGINMENU_48', 'Menu Config');
|
||||
define('LAN_LOGINMENU_49', 'Email: ');
|
||||
define('LAN_LOGINMENU_50', 'Username or Email: ');
|
||||
define("LAN_LOGINMENU_42", "Login menu - Recent core additions");
|
||||
define("LAN_LOGINMENU_43", "Position");
|
||||
define("LAN_LOGINMENU_44", "missing link title");
|
||||
define("LAN_LOGINMENU_45", "link(s) -");
|
||||
define("LAN_LOGINMENU_45a", ""); //pre
|
||||
define("LAN_LOGINMENU_45b", "plugin"); //post
|
||||
define("LAN_LOGINMENU_46", "recent items -");
|
||||
define("LAN_LOGINMENU_47", "Login menu - Recent plugin additions");
|
||||
define("LAN_LOGINMENU_48", "Menu Config");
|
||||
define("LAN_LOGINMENU_49", "Email: ");
|
||||
define("LAN_LOGINMENU_50", "Username or Email: ");
|
||||
define("LAN_LOGINMENU_51", "Sign In");
|
||||
|
||||
?>
|
@ -84,15 +84,15 @@ define("NFLAN_47", "0 or blank to show all");
|
||||
|
||||
//define("NFLAN_48", "Unable to save raw data in database.");
|
||||
define("NFLAN_49", "Unable to unserialize rss data - uses non-standard syntax");
|
||||
//define('NFLAN_50', 'Write to database failed: ');
|
||||
//define("NFLAN_50", "Write to database failed: ");
|
||||
|
||||
// Admin log messages
|
||||
//===================
|
||||
define('LAN_AL_NEWSFD_01','News Feed created');
|
||||
define('LAN_AL_NEWSFD_02','News Feed updated');
|
||||
define('LAN_AL_NEWSFD_03','News Feed deleted');
|
||||
define('LAN_AL_NEWSFD_04','');
|
||||
define('LAN_AL_NEWSFD_05','');
|
||||
define("LAN_AL_NEWSFD_01","News Feed created");
|
||||
define("LAN_AL_NEWSFD_02","News Feed updated");
|
||||
define("LAN_AL_NEWSFD_03","News Feed deleted");
|
||||
define("LAN_AL_NEWSFD_04","");
|
||||
define("LAN_AL_NEWSFD_05","");
|
||||
|
||||
|
||||
?>
|
||||
|
@ -15,20 +15,20 @@
|
||||
*
|
||||
*/
|
||||
|
||||
define('NLLAN_MENU_CAPTION', 'Newsletter');
|
||||
define("NLLAN_MENU_CAPTION", "Newsletter");
|
||||
|
||||
define('NLLAN_48', 'you are subscribed to this newsletter - if you wish to unsubscribe please click the button below.');
|
||||
define('NLLAN_49', 'Are you sure you want to un-subscribe from this newsletter?');
|
||||
define('NLLAN_50', 'Click button to subscribe ( your subscription address is');
|
||||
define('NLLAN_51', 'Unsubscribe');
|
||||
define('NLLAN_52', 'Subscribe');
|
||||
define('NLLAN_53', 'Are you sure you want to subscribe to this newsletter?');
|
||||
define("NLLAN_48", "You are subscribed from this newsletter - if you wish to unsubscribe please click the button below.");
|
||||
define("NLLAN_49", "Are you sure you want to un-subscribe from this newsletter?");
|
||||
define("NLLAN_50", "Click button to subscribe ( your subscription address is");
|
||||
define("NLLAN_51", "Unsubscribe");
|
||||
define("NLLAN_52", "Subscribe");
|
||||
define("NLLAN_53", "Are you sure you want to subscribe to this newsletter?");
|
||||
|
||||
define('NLLAN_67', 'Archive overview');
|
||||
define('NLLAN_68', 'Invalid parameter defined');
|
||||
define('NLLAN_69', 'No sent newsletters available.');
|
||||
define('NLLAN_70', 'Selected newsletter does not exist');
|
||||
define('NLLAN_71', 'Back');
|
||||
define('NLLAN_72', 'View archive');
|
||||
define("NLLAN_67", "Archive overview");
|
||||
define("NLLAN_68", "Invalid parameter defined");
|
||||
define("NLLAN_69", "No sent newsletters available.");
|
||||
define("NLLAN_70", "Selected newsletter does not exist");
|
||||
define("NLLAN_71", "Back"); //TODO User Generic LAN
|
||||
define("NLLAN_72", "View archive");
|
||||
|
||||
?>
|
||||
|
@ -10,73 +10,73 @@
|
||||
*
|
||||
*/
|
||||
|
||||
//define('NLLAN_01', 'Newsletter');
|
||||
//define('NLLAN_02', 'Provides a quick and easy way to configure and send newsletters');
|
||||
//define('NLLAN_03', 'Configure Newsletters');
|
||||
define('NLLAN_04', 'The newsletter plugin has been successfully installed. To configure, return to your main admin page and click on \'Newsletter\' in the plugin section.');
|
||||
define('NLLAN_05', 'No newsletters defined yet');
|
||||
//define("NLLAN_01", "Newsletter");
|
||||
//define("NLLAN_02", "Provides a quick and easy way to configure and send newsletters");
|
||||
//define("NLLAN_03", "Configure Newsletters");
|
||||
define("NLLAN_04", "The newsletter plugin has been successfully installed. To configure, return to your main admin page and click on \"Newsletter\" in the plugin section.");
|
||||
define("NLLAN_05", "No newsletters defined yet");
|
||||
|
||||
//define('NLLAN_06', 'Name');
|
||||
define('NLLAN_07', 'Subscribers');
|
||||
//define('NLLAN_08', 'Options');
|
||||
//define('NLLAN_09', 'Are you sure you want to delete this newsletter?');
|
||||
define('NLLAN_10', 'Existing Newsletters');
|
||||
//define("NLLAN_06", "Name");
|
||||
define("NLLAN_07", "Subscribers");
|
||||
//define("NLLAN_08", "Options");
|
||||
//define("NLLAN_09", "Are you sure you want to delete this newsletter?");
|
||||
define("NLLAN_10", "Existing Newsletters");
|
||||
|
||||
define('NLLAN_11', 'No newsletter issues yet.');
|
||||
define('NLLAN_12', 'Issue');
|
||||
define('NLLAN_13', '[ Parent ID ] Subject/Title');
|
||||
define('NLLAN_14', 'Mailed?');
|
||||
//define('NLLAN_15', 'Options');
|
||||
//define('NLLAN_16', 'yes');
|
||||
define('NLLAN_17', 'Not sent out - click to send');
|
||||
define('NLLAN_18', 'Are you sure you want to mail this issue to subscribers?');
|
||||
define('NLLAN_19', 'Are you sure you want to delete this newsletter issue?');
|
||||
define('NLLAN_20', 'Existing Issues');
|
||||
//define('NLLAN_21', 'Title');
|
||||
//define('NLLAN_22', 'Description');
|
||||
define('NLLAN_23', 'Header');
|
||||
define('NLLAN_24', 'Footer');
|
||||
//define('NLLAN_25', 'Update Newsletter');
|
||||
//define('NLLAN_26', 'Create Newsletter');
|
||||
//define('NLLAN_27', 'Newsletter updated in database.');
|
||||
//define('NLLAN_28', 'Newsletter defined and saved in database.');
|
||||
//define('NLLAN_29', 'No newsletters defined yet.');
|
||||
define('NLLAN_30', 'Newsletter');
|
||||
define('NLLAN_31', 'Subject / Title');
|
||||
define('NLLAN_32', 'Issue Number');
|
||||
define('NLLAN_33', 'Text');
|
||||
//define('NLLAN_34', 'Update Mailing');
|
||||
//define('NLLAN_35', 'Create Mailing');
|
||||
define('NLLAN_36', 'Update Newsletter Issue');
|
||||
define('NLLAN_37', 'Create Newsletter Issue');
|
||||
//define('NLLAN_38', 'Newsletter updated in database.');
|
||||
define('NLLAN_39', 'Newsletter issue saved in database - to send out, click the \'Release Issue\' button in the Options menu.');
|
||||
define('NLLAN_40', 'Mailout added to mailout queue - issue sent to --COUNT-- subscriber(s).');
|
||||
define('NLLAN_41', 'No subscribers found - email cancelled');
|
||||
//define('NLLAN_42', 'Newsletter deleted.');
|
||||
//define('NLLAN_43', 'Newsletter issue deleted.');
|
||||
define("NLLAN_11", "No newsletter issues yet.");
|
||||
define("NLLAN_12", "Issue");
|
||||
define("NLLAN_13", "[ Parent ID ] Subject/Title");
|
||||
define("NLLAN_14", "Mailed?");
|
||||
//define("NLLAN_15", "Options");
|
||||
//define("NLLAN_16", "yes");
|
||||
define("NLLAN_17", "Not sent out - click to send");
|
||||
define("NLLAN_18", "Are you sure you want to mail this issue to subscribers?");
|
||||
define("NLLAN_19", "Are you sure you want to delete this newsletter issue?");
|
||||
define("NLLAN_20", "Existing Issues");
|
||||
//define("NLLAN_21", "Title");
|
||||
//define("NLLAN_22", "Description");
|
||||
define("NLLAN_23", "Header");
|
||||
define("NLLAN_24", "Footer");
|
||||
//define("NLLAN_25", "Update Newsletter");
|
||||
//define("NLLAN_26", "Create Newsletter");
|
||||
//define("NLLAN_27", "Newsletter updated in database.");
|
||||
//define("NLLAN_28", "Newsletter defined and saved in database.");
|
||||
//define("NLLAN_29", "No newsletters defined yet.");
|
||||
define("NLLAN_30", "Newsletter");
|
||||
define("NLLAN_31", "Subject / Title");
|
||||
define("NLLAN_32", "Issue Number");
|
||||
define("NLLAN_33", "Text");
|
||||
//define("NLLAN_34", "Update Mailing");
|
||||
//define("NLLAN_35", "Create Mailing");
|
||||
define("NLLAN_36", "Update Newsletter Issue");
|
||||
define("NLLAN_37", "Create Newsletter Issue");
|
||||
//define("NLLAN_38", "Newsletter updated in database.");
|
||||
define("NLLAN_39", "Newsletter issue saved in database - to send out, click the \"Release Issue\" button in the Options menu.");
|
||||
define("NLLAN_40", "Mailout added to mailout queue - issue sent to --COUNT-- subscriber(s).");
|
||||
define("NLLAN_41", "No subscribers found - email cancelled");
|
||||
//define("NLLAN_42", "Newsletter deleted.");
|
||||
//define("NLLAN_43", "Newsletter issue deleted.");
|
||||
|
||||
define('NLLAN_44', 'Newsletter Front Page'); // FIXME admin_menu
|
||||
define('NLLAN_45', 'Create Newsletter'); // FIXME admin_menu
|
||||
define('NLLAN_46', 'Create Mailing'); // FIXME admin_menu
|
||||
define('NLLAN_47', 'Newsletter Options');
|
||||
define('NLLAN_48', 'Newsletter Subscribers');
|
||||
define('NLLAN_49', 'Newsletter: ');
|
||||
define("NLLAN_44", "Newsletter Front Page"); // FIXME admin_menu
|
||||
define("NLLAN_45", "Create Newsletter"); // FIXME admin_menu
|
||||
define("NLLAN_46", "Create Mailing"); // FIXME admin_menu
|
||||
define("NLLAN_47", "Newsletter Options");
|
||||
define("NLLAN_48", "Newsletter Subscribers");
|
||||
define("NLLAN_49", "Newsletter: ");
|
||||
|
||||
define('NLLAN_54', 'Sending');
|
||||
define("NLLAN_54", "Sending");
|
||||
|
||||
//define('NLLAN_55', 'ID');
|
||||
define('NLLAN_56', 'Newsletter ID not available');
|
||||
//define('NLLAN_57', 'Return to previous page');
|
||||
//define('NLLAN_58', 'Error');
|
||||
//define('NLLAN_59', 'Name');
|
||||
//define('NLLAN_60', 'Email');
|
||||
//define('NLLAN_61', 'Actions');
|
||||
define('NLLAN_62', 'User is banned! (or not fully signed up)');
|
||||
define('NLLAN_63', 'Total subscribers');
|
||||
define('NLLAN_64', 'Return to Newsletter frontpage');
|
||||
define('NLLAN_65', 'Subscribers overview newsletter ID');
|
||||
define('NLLAN_66', 'Your news letter subscriber list has been sanitised.');
|
||||
//define("NLLAN_55", "ID");
|
||||
define("NLLAN_56", "Newsletter ID not available");
|
||||
//define("NLLAN_57", "Return to previous page");
|
||||
//define("NLLAN_58", "Error");
|
||||
//define("NLLAN_59", "Name");
|
||||
//define("NLLAN_60", "Email");
|
||||
//define("NLLAN_61", "Actions");
|
||||
define("NLLAN_62", "User is banned! (or not fully signed up)");
|
||||
define("NLLAN_63", "Total subscribers");
|
||||
define("NLLAN_64", "Return to Newsletter frontpage");
|
||||
define("NLLAN_65", "Subscribers overview newsletter ID");
|
||||
define("NLLAN_66", "Your news letter subscriber list has been sanitised.");
|
||||
|
||||
// Up to NLLAN_72 used in 'public' file
|
||||
// Up to NLLAN_72 used in "public" file
|
||||
?>
|
||||
|
@ -1,77 +1,77 @@
|
||||
<?php
|
||||
|
||||
define('LAN_PM', "Private Message");
|
||||
define('LAN_PM_1', "Send Private Message");
|
||||
define('LAN_PM_2', "To");
|
||||
define('LAN_PM_3', "Preview");
|
||||
define('LAN_PM_4', "Userclass");
|
||||
define('LAN_PM_5', "Subject");
|
||||
define('LAN_PM_6', "Message");
|
||||
define('LAN_PM_7', "Emotes");
|
||||
define('LAN_PM_8', "Attachments");
|
||||
define('LAN_PM_9', "Read receipt");
|
||||
define('LAN_PM_10', "Send me an email when this PM is read");
|
||||
define('LAN_PM_11', "add new upload");
|
||||
define('LAN_PM_12', "You are not authorized to use the PM system");
|
||||
define('LAN_PM_13', "Your outbox is currently {PERCENT}% full, you are unable to send PMs until you delete some");
|
||||
define('LAN_PM_14', "ERROR: Possible duplicate post, PM not sent");
|
||||
define('LAN_PM_15', "You are not allowed to send to userclass");
|
||||
define('LAN_PM_16', "Must be member of class");
|
||||
define('LAN_PM_17', "User not found");
|
||||
define('LAN_PM_18', "You are not allowed to send PMs to: ");
|
||||
define('LAN_PM_19', "Your outbox is full, you are not allowed to send PMs");
|
||||
define('LAN_PM_21', "Adding this PM will exceed your maximum outbox size, PM not posted");
|
||||
define('LAN_PM_22', "File upload failed");
|
||||
define('LAN_PM_23', "You are not allowed to send attachments");
|
||||
define('LAN_PM_24', "Deleting PM");
|
||||
define('LAN_PM_25', "Inbox");
|
||||
define('LAN_PM_26', "Outbox");
|
||||
define('LAN_PM_27', "Unread");
|
||||
define('LAN_PM_28', "N/A");
|
||||
define('LAN_PM_29', "Message Sent");
|
||||
define('LAN_PM_30', "Message Read");
|
||||
define('LAN_PM_31', "From");
|
||||
define('LAN_PM_32', "Received");
|
||||
define('LAN_PM_33', "Sent");
|
||||
define('LAN_PM_34', "No Messages");
|
||||
define('LAN_PM_35', "Send new message");
|
||||
define('LAN_PM_36', "total");
|
||||
define('LAN_PM_37', "unread");
|
||||
define('LAN_PM_38', "PM Sent to userclass");
|
||||
define('LAN_PM_39', "Failed to send PM to");
|
||||
define('LAN_PM_40', "PM Sent to user");
|
||||
define('LAN_PM_41', "Failed to post PM to your Outbox");
|
||||
define("LAN_PM", "Private Message");
|
||||
define("LAN_PM_1", "Send Private Message");
|
||||
define("LAN_PM_2", "To");
|
||||
define("LAN_PM_3", "Preview");
|
||||
define("LAN_PM_4", "Userclass");
|
||||
define("LAN_PM_5", "Subject");
|
||||
define("LAN_PM_6", "Message");
|
||||
define("LAN_PM_7", "Emotes");
|
||||
define("LAN_PM_8", "Attachments");
|
||||
define("LAN_PM_9", "Read receipt");
|
||||
define("LAN_PM_10", "Send me an email when this PM is read");
|
||||
define("LAN_PM_11", "add new upload");
|
||||
define("LAN_PM_12", "You are not authorized to use the PM system");
|
||||
define("LAN_PM_13", "Your outbox is currently {PERCENT}% full, you are unable to send PMs until you delete some");
|
||||
define("LAN_PM_14", "ERROR: Possible duplicate post, PM not sent");
|
||||
define("LAN_PM_15", "You are not allowed to send to userclass");
|
||||
define("LAN_PM_16", "Must be member of class");
|
||||
define("LAN_PM_17", "User not found");
|
||||
define("LAN_PM_18", "You are not allowed to send PMs to: ");
|
||||
define("LAN_PM_19", "Your outbox is full, you are not allowed to send PMs");
|
||||
define("LAN_PM_21", "Adding this PM will exceed your maximum outbox size, PM not posted");
|
||||
define("LAN_PM_22", "File upload failed");
|
||||
define("LAN_PM_23", "You are not allowed to send attachments");
|
||||
define("LAN_PM_24", "Deleting PM");
|
||||
define("LAN_PM_25", "Inbox");
|
||||
define("LAN_PM_26", "Outbox");
|
||||
define("LAN_PM_27", "Unread");
|
||||
define("LAN_PM_28", "N/A");
|
||||
define("LAN_PM_29", "Message Sent");
|
||||
define("LAN_PM_30", "Message Read");
|
||||
define("LAN_PM_31", "From");
|
||||
define("LAN_PM_32", "Received");
|
||||
define("LAN_PM_33", "Sent");
|
||||
define("LAN_PM_34", "No Messages");
|
||||
define("LAN_PM_35", "Send new message");
|
||||
define("LAN_PM_36", "total");
|
||||
define("LAN_PM_37", "unread");
|
||||
define("LAN_PM_38", "PM Sent to userclass");
|
||||
define("LAN_PM_39", "Failed to send PM to");
|
||||
define("LAN_PM_40", "PM Sent to user");
|
||||
define("LAN_PM_41", "Failed to post PM to your Outbox");
|
||||
|
||||
define('LAN_PM_42', "PM deleted from inbox");
|
||||
define('LAN_PM_43', "PM deleted from outbox");
|
||||
define('LAN_PM_44', "Block removed: {UNAME} is now allowed to send you PMs");
|
||||
define('LAN_PM_45', "ERROR: Block not removed, unknown error");
|
||||
define('LAN_PM_46', "Block not in place for {UNAME}");
|
||||
define('LAN_PM_47', "Block added: {UNAME} is no longer allowed to send you PMs");
|
||||
define('LAN_PM_48', "ERROR: Block not added, unknown error");
|
||||
define('LAN_PM_49', "ERROR: Block already in place for {UNAME}");
|
||||
define('LAN_PM_50', "Block User");
|
||||
define('LAN_PM_51', "Unblock User");
|
||||
//define('LAN_PM_52', "Delete"); '' new > LAN_DELETE
|
||||
define('LAN_PM_53', "Delete Selected");
|
||||
define('LAN_PM_54', "Quote original");
|
||||
define('LAN_PM_55', "Send Reply");
|
||||
define('LAN_PM_56', "You are not permitted to reply to this message");
|
||||
define('LAN_PM_57', "Message not found");
|
||||
define('LAN_PM_58', "Re: ");
|
||||
define('LAN_PM_59', "Go to page: ");
|
||||
define('LAN_PM_60', "You are not permitted to view this message");
|
||||
define('LAN_PM_61', "No subject");
|
||||
define('LAN_PM_62', "File: [{FILENAME}] exceeds size limit - not attached");
|
||||
define('LAN_PM_63', "class:");
|
||||
define('LAN_PM_64', 'ERROR: You are not permitted to block messages from site administrators');
|
||||
define('LAN_PM_65', 'ERROR: Nothing to send');
|
||||
define('LAN_PM_66', 'Blocked Senders');
|
||||
define('LAN_PM_67', 'No users blocked');
|
||||
define('LAN_PM_68', 'User Name');
|
||||
define('LAN_PM_69', 'Date blocked');
|
||||
define('LAN_PM_70', 'Deleting block on user');
|
||||
define('LAN_PM_71', '[x] attachment(s) deleted. [y] failure(s)');
|
||||
define("LAN_PM_42", "PM deleted from inbox");
|
||||
define("LAN_PM_43", "PM deleted from outbox");
|
||||
define("LAN_PM_44", "Block removed: {UNAME} is now allowed to send you PMs");
|
||||
define("LAN_PM_45", "ERROR: Block not removed, unknown error");
|
||||
define("LAN_PM_46", "Block not in place for {UNAME}");
|
||||
define("LAN_PM_47", "Block added: {UNAME} is no longer allowed to send you PMs");
|
||||
define("LAN_PM_48", "ERROR: Block not added, unknown error");
|
||||
define("LAN_PM_49", "ERROR: Block already in place for {UNAME}");
|
||||
define("LAN_PM_50", "Block User");
|
||||
define("LAN_PM_51", "Unblock User");
|
||||
//define("LAN_PM_52", "Delete"); "" new > LAN_DELETE
|
||||
define("LAN_PM_53", "Delete Selected");
|
||||
define("LAN_PM_54", "Quote original");
|
||||
define("LAN_PM_55", "Send Reply");
|
||||
define("LAN_PM_56", "You are not permitted to reply to this message");
|
||||
define("LAN_PM_57", "Message not found");
|
||||
define("LAN_PM_58", "Re: ");
|
||||
define("LAN_PM_59", "Go to page: ");
|
||||
define("LAN_PM_60", "You are not permitted to view this message");
|
||||
define("LAN_PM_61", "No subject");
|
||||
define("LAN_PM_62", "File: [{FILENAME}] exceeds size limit - not attached");
|
||||
define("LAN_PM_63", "class:");
|
||||
define("LAN_PM_64", "ERROR: You are not permitted to block messages from site administrators");
|
||||
define("LAN_PM_65", "ERROR: Nothing to send");
|
||||
define("LAN_PM_66", "Blocked Senders");
|
||||
define("LAN_PM_67", "No users blocked");
|
||||
define("LAN_PM_68", "User Name");
|
||||
define("LAN_PM_69", "Date blocked");
|
||||
define("LAN_PM_70", "Deleting block on user");
|
||||
define("LAN_PM_71", "[x] attachment(s) deleted. [y] failure(s)");
|
||||
|
||||
|
||||
define("LAN_PM_100", "New PM from ");
|
||||
|
@ -1,80 +1,80 @@
|
||||
<?php
|
||||
//define('ADLAN_PM', "Private Messenger");
|
||||
define('ADLAN_PM_1', "To activate please go to your menus screen and select the private_msg into one of your menu areas. <br /><br />If you need to convert messages from a previous version, please go to the main config page for this plugin and select the 'convert' link.");
|
||||
//define('ADLAN_PM_2', "Configure Private Messenger");
|
||||
define('ADLAN_PM_3', "PM settings not found, default values set");
|
||||
define('ADLAN_PM_4', "Options Updated");
|
||||
define('ADLAN_PM_5', "Limit for selected userclass already exists");
|
||||
define('ADLAN_PM_6', "Limit successfully added");
|
||||
define('ADLAN_PM_7', "Limit not added/updated - unknown error");
|
||||
define('ADLAN_PM_8', "Limit status updated");
|
||||
define('ADLAN_PM_9', " - Limit successfully removed");
|
||||
define('ADLAN_PM_10', " - Limit not removed - unknown error");
|
||||
define('ADLAN_PM_11', " - Limit successfully updated");
|
||||
define('ADLAN_PM_12', "PM Options");
|
||||
define('ADLAN_PM_13', "PM Conversion");
|
||||
define('ADLAN_PM_14', "PM Limits");
|
||||
define('ADLAN_PM_15', "Add PM Limit");
|
||||
define('ADLAN_PM_16', "Plugin Title");
|
||||
define('ADLAN_PM_17', "Show new PM animation");
|
||||
define('ADLAN_PM_18', "Show user dropdown");
|
||||
define('ADLAN_PM_19', "READ message timeout (days)");
|
||||
define('ADLAN_PM_20', "UNREAD message timeout (days)");
|
||||
define('ADLAN_PM_21', "Popup notification on new PM");
|
||||
define('ADLAN_PM_22', "Popup delay timeout");
|
||||
define('ADLAN_PM_23', "Restrict PM use to");
|
||||
define('ADLAN_PM_24', "Number of PMs to show per page");
|
||||
define('ADLAN_PM_25', "Enable PM email notifications");
|
||||
define('ADLAN_PM_26', "Allow user to request read receipt email notifications");
|
||||
define('ADLAN_PM_27', "Allow posting of attachments");
|
||||
define('ADLAN_PM_28', "Maximum attachment size");
|
||||
define('ADLAN_PM_29', "Allow sending to all members");
|
||||
define('ADLAN_PM_30', "Allow sending to multiple recipients");
|
||||
define('ADLAN_PM_31', 'Userclass allowed to send to userclass');
|
||||
//define('ADLAN_PM_32', "Update Settings");
|
||||
define('ADLAN_PM_33', "Inactive (no limits)");
|
||||
define('ADLAN_PM_34', "PM counts");
|
||||
define('ADLAN_PM_35', "PM box sizes");
|
||||
define('ADLAN_PM_36', "Userclass");
|
||||
define('ADLAN_PM_37', "Count limits");
|
||||
define('ADLAN_PM_38', "Size limits (in KB)");
|
||||
define('ADLAN_PM_39', "Inbox");
|
||||
define('ADLAN_PM_40', "Outbox");
|
||||
define('ADLAN_PM_41', "There are currently no limits set.");
|
||||
//define('ADLAN_PM_42', "Update Limits");
|
||||
//define('ADLAN_PM_43', "Add New Limit");
|
||||
define('ADLAN_PM_44', "seconds");
|
||||
define('ADLAN_PM_45', "Limit PM By: ");
|
||||
//define("ADLAN_PM", "Private Messenger");
|
||||
define("ADLAN_PM_1", "To activate please go to your menus screen and select the private_msg into one of your menu areas. <br /><br />If you need to convert messages from a previous version, please go to the main config page for this plugin and select the 'convert' link.");
|
||||
//define("ADLAN_PM_2", "Configure Private Messenger");
|
||||
define("ADLAN_PM_3", "PM settings not found, default values set");
|
||||
define("ADLAN_PM_4", "Options Updated");
|
||||
define("ADLAN_PM_5", "Limit for selected userclass already exists");
|
||||
define("ADLAN_PM_6", "Limit successfully added");
|
||||
define("ADLAN_PM_7", "Limit not added/updated - unknown error");
|
||||
define("ADLAN_PM_8", "Limit status updated");
|
||||
define("ADLAN_PM_9", " - Limit successfully removed");
|
||||
define("ADLAN_PM_10", " - Limit not removed - unknown error");
|
||||
define("ADLAN_PM_11", " - Limit successfully updated");
|
||||
define("ADLAN_PM_12", "PM Options");
|
||||
define("ADLAN_PM_13", "PM Conversion");
|
||||
define("ADLAN_PM_14", "PM Limits");
|
||||
define("ADLAN_PM_15", "Add PM Limit");
|
||||
define("ADLAN_PM_16", "Plugin Title");
|
||||
define("ADLAN_PM_17", "Show new PM animation");
|
||||
define("ADLAN_PM_18", "Show user dropdown");
|
||||
define("ADLAN_PM_19", "READ message timeout (days)");
|
||||
define("ADLAN_PM_20", "UNREAD message timeout (days)");
|
||||
define("ADLAN_PM_21", "Popup notification on new PM");
|
||||
define("ADLAN_PM_22", "Popup delay timeout");
|
||||
define("ADLAN_PM_23", "Restrict PM use to");
|
||||
define("ADLAN_PM_24", "Number of PMs to show per page");
|
||||
define("ADLAN_PM_25", "Enable PM email notifications");
|
||||
define("ADLAN_PM_26", "Allow user to request read receipt email notifications");
|
||||
define("ADLAN_PM_27", "Allow posting of attachments");
|
||||
define("ADLAN_PM_28", "Maximum attachment size");
|
||||
define("ADLAN_PM_29", "Allow sending to all members");
|
||||
define("ADLAN_PM_30", "Allow sending to multiple recipients");
|
||||
define("ADLAN_PM_31", "Userclass allowed to send to userclass");
|
||||
//define("ADLAN_PM_32", "Update Settings");
|
||||
define("ADLAN_PM_33", "Inactive (no limits)");
|
||||
define("ADLAN_PM_34", "PM counts");
|
||||
define("ADLAN_PM_35", "PM box sizes");
|
||||
define("ADLAN_PM_36", "Userclass");
|
||||
define("ADLAN_PM_37", "Count limits");
|
||||
define("ADLAN_PM_38", "Size limits (in KB)");
|
||||
define("ADLAN_PM_39", "Inbox");
|
||||
define("ADLAN_PM_40", "Outbox");
|
||||
define("ADLAN_PM_41", "There are currently no limits set.");
|
||||
//define("ADLAN_PM_42", "Update Limits");
|
||||
//define("ADLAN_PM_43", "Add New Limit");
|
||||
define("ADLAN_PM_44", "seconds");
|
||||
define("ADLAN_PM_45", "Limit PM By: ");
|
||||
|
||||
define('ADLAN_PM_54', "Main settings");
|
||||
define('ADLAN_PM_55', "Limits");
|
||||
define("ADLAN_PM_54", "Main settings");
|
||||
define("ADLAN_PM_55", "Limits");
|
||||
|
||||
//define('ADLAN_PM_57', "This plugin is a fully featured Private Messaging system.");
|
||||
// define('ADLAN_PM_58', "Private Messenger");
|
||||
define('ADLAN_PM_59', 'Maintenance');
|
||||
define('ADLAN_PM_60', 'PM Maintenance');
|
||||
//define('ADLAN_PM_61', 'Execute');
|
||||
define('ADLAN_PM_62', 'These options remove transactions concerned with deleted users from the PM database tables');
|
||||
define('ADLAN_PM_63', 'Messages sent');
|
||||
define('ADLAN_PM_64', 'Messages received');
|
||||
define('ADLAN_PM_65', 'User blocks');
|
||||
define('ADLAN_PM_66', 'No maintenance tasks specified');
|
||||
define('ADLAN_PM_67', 'PM DB maintenance started');
|
||||
define('ADLAN_PM_68', '--COUNT-- blocks to deleted users removed');
|
||||
define('ADLAN_PM_69', '--COUNT-- blocks from deleted users removed');
|
||||
define('ADLAN_PM_70', 'Database error --NUM--: --TEXT-- removing user blocks');
|
||||
define('ADLAN_PM_71', 'Time-expired messages');
|
||||
define('ADLAN_PM_72', 'No PM timeouts set');
|
||||
define('ADLAN_PM_73', '--COUNT-- time-expired PMs deleted');
|
||||
define('ADLAN_PM_74', 'Removed --COUNT-- messages sent by deleted users');
|
||||
define('ADLAN_PM_75', 'Removed --COUNT-- messages received by deleted users');
|
||||
//define('ADLAN_PM_76', 'No changes made - nothing logged');
|
||||
define('ADLAN_PM_77', '(Empty all fields and Update to delete a limit)');
|
||||
define('ADLAN_PM_78', 'Check attachments');
|
||||
define('ADLAN_PM_79', '--ORPHANS-- unused attachments deleted. --MISSING-- missing attachments noted');
|
||||
define('ADLAN_PM_80', 'Preference formats updated');
|
||||
define('ADLAN_PM_81', 'Maximum number of PMs to send immediately');
|
||||
define('ADLAN_PM_82', 'If sending more than this, they are added to a queue and sent out using the cron task');
|
||||
//define("ADLAN_PM_57", "This plugin is a fully featured Private Messaging system.");
|
||||
// define("ADLAN_PM_58", "Private Messenger");
|
||||
define("ADLAN_PM_59", "Maintenance");
|
||||
define("ADLAN_PM_60", "PM Maintenance");
|
||||
//define("ADLAN_PM_61", "Execute");
|
||||
define("ADLAN_PM_62", "These options remove transactions concerned with deleted users from the PM database tables");
|
||||
define("ADLAN_PM_63", "Messages sent");
|
||||
define("ADLAN_PM_64", "Messages received");
|
||||
define("ADLAN_PM_65", "User blocks");
|
||||
define("ADLAN_PM_66", "No maintenance tasks specified");
|
||||
define("ADLAN_PM_67", "PM DB maintenance started");
|
||||
define("ADLAN_PM_68", "--COUNT-- blocks to deleted users removed");
|
||||
define("ADLAN_PM_69", "--COUNT-- blocks from deleted users removed");
|
||||
define("ADLAN_PM_70", "Database error --NUM--: --TEXT-- removing user blocks");
|
||||
define("ADLAN_PM_71", "Time-expired messages");
|
||||
define("ADLAN_PM_72", "No PM timeouts set");
|
||||
define("ADLAN_PM_73", "--COUNT-- time-expired PMs deleted");
|
||||
define("ADLAN_PM_74", "Removed --COUNT-- messages sent by deleted users");
|
||||
define("ADLAN_PM_75", "Removed --COUNT-- messages received by deleted users");
|
||||
//define("ADLAN_PM_76", "No changes made - nothing logged");
|
||||
define("ADLAN_PM_77", "(Empty all fields and Update to delete a limit)");
|
||||
define("ADLAN_PM_78", "Check attachments");
|
||||
define("ADLAN_PM_79", "--ORPHANS-- unused attachments deleted. --MISSING-- missing attachments noted");
|
||||
define("ADLAN_PM_80", "Preference formats updated");
|
||||
define("ADLAN_PM_81", "Maximum number of PMs to send immediately");
|
||||
define("ADLAN_PM_82", "If sending more than this, they are added to a queue and sent out using the cron task");
|
||||
|
||||
|
||||
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
define("LAN_PLUGIN_PM_NAME", "Private Messenger");
|
||||
define("LAN_PLUGIN_PM_DESCRIPTION", "This plugin is a fully featured Private Messaging system.");
|
||||
define('LAN_PLUGIN_PM_URL_DEFAULT_LABEL', 'Default');
|
||||
define('LAN_PLUGIN_PM_URL_DEFAULT_DESCR', 'Default');
|
||||
define("LAN_PLUGIN_PM_URL_DEFAULT_LABEL", "Default");
|
||||
define("LAN_PLUGIN_PM_URL_DEFAULT_DESCR", "Default");
|
||||
?>
|
@ -14,13 +14,13 @@
|
||||
* $Author$
|
||||
*/
|
||||
|
||||
define('LAN_AL_PM_ADM_01', 'PM: Default prefs used');
|
||||
define('LAN_AL_PM_ADM_02', 'PM: Prefs updated');
|
||||
define('LAN_AL_PM_ADM_03', 'PM: DB Maintenance complete');
|
||||
define('LAN_AL_PM_ADM_04', 'PM: DB Maintenance started');
|
||||
define('LAN_AL_PM_ADM_05', 'PM: Limit added');
|
||||
define('LAN_AL_PM_ADM_06', 'PM: Limit updated');
|
||||
define('LAN_AL_PM_ADM_07', 'PM: Limit deleted');
|
||||
define('LAN_AL_PM_ADM_08', 'PM: Error creating limit data');
|
||||
define('LAN_AL_PM_ADM_09', 'PM: Error updating limit data');
|
||||
define('LAN_AL_PM_ADM_10', 'PM: Error deleting limit data');
|
||||
define("LAN_AL_PM_ADM_01", "PM: Default prefs used");
|
||||
define("LAN_AL_PM_ADM_02", "PM: Prefs updated");
|
||||
define("LAN_AL_PM_ADM_03", "PM: DB Maintenance complete");
|
||||
define("LAN_AL_PM_ADM_04", "PM: DB Maintenance started");
|
||||
define("LAN_AL_PM_ADM_05", "PM: Limit added");
|
||||
define("LAN_AL_PM_ADM_06", "PM: Limit updated");
|
||||
define("LAN_AL_PM_ADM_07", "PM: Limit deleted");
|
||||
define("LAN_AL_PM_ADM_08", "PM: Error creating limit data");
|
||||
define("LAN_AL_PM_ADM_09", "PM: Error updating limit data");
|
||||
define("LAN_AL_PM_ADM_10", "PM: Error deleting limit data");
|
||||
|
@ -23,13 +23,13 @@
|
||||
* @subpackage pm
|
||||
* @version $Id$;
|
||||
*/
|
||||
define('LAN_EC_PM_01', '');
|
||||
define('LAN_EC_PM_02', '');
|
||||
define('LAN_EC_PM_03', '');
|
||||
define('LAN_EC_PM_04', 'PM Handler');
|
||||
define('LAN_EC_PM_05', 'Process large sends of PMs');
|
||||
define('LAN_EC_PM_06', 'Start bulk PM processing for --NUM-- recipients ');
|
||||
define('LAN_EC_PM_07', '');
|
||||
define("LAN_EC_PM_01", "");
|
||||
define("LAN_EC_PM_02", "");
|
||||
define("LAN_EC_PM_03", "");
|
||||
define("LAN_EC_PM_04", "PM Handler");
|
||||
define("LAN_EC_PM_05", "Process large sends of PMs");
|
||||
define("LAN_EC_PM_06", "Start bulk PM processing for --NUM-- recipients ");
|
||||
define("LAN_EC_PM_07", "");
|
||||
|
||||
|
||||
?>
|
||||
|
@ -70,9 +70,9 @@ define("POLLAN_44", "Delete this poll?");
|
||||
//define("POLLAN_46", "Field(s) left blank");
|
||||
|
||||
// Log messages
|
||||
define('LAN_AL_POLL_01','Poll deleted');
|
||||
define('LAN_AL_POLL_02','Poll updated');
|
||||
define('LAN_AL_POLL_03','Poll added');
|
||||
define('LAN_AL_POLL_04','');
|
||||
define('LAN_AL_POLL_05','');
|
||||
define("LAN_AL_POLL_01","Poll deleted");
|
||||
define("LAN_AL_POLL_02","Poll updated");
|
||||
define("LAN_AL_POLL_03","Poll added");
|
||||
define("LAN_AL_POLL_04","");
|
||||
define("LAN_AL_POLL_05","");
|
||||
|
||||
|
@ -80,9 +80,9 @@ define("RSS_LAN_ADMIN_23", "inactive");
|
||||
|
||||
define("RSS_LAN_ADMIN_26", "Check All");
|
||||
define("RSS_LAN_ADMIN_27", "Uncheck All");
|
||||
define('RSS_LAN_ADMIN_28', 'Nothing changed - not saved');
|
||||
define("RSS_LAN_ADMIN_28", "Nothing changed - not saved");
|
||||
|
||||
define("RSS_LAN_ADMIN_31", 'rss entries limits updated');
|
||||
define("RSS_LAN_ADMIN_31", "rss entries limits updated");
|
||||
define("RSS_LAN_ADMIN_32", "");
|
||||
define("RSS_LAN_ADMIN_33", "Show image in News Feed?");
|
||||
|
||||
@ -93,12 +93,12 @@ define("RSS_LAN_3", "noauthor@nospam.com");
|
||||
// Admin log messages
|
||||
//-------------------
|
||||
/*
|
||||
define('LAN_AL_RSS_01','RSS feed deleted');
|
||||
define('LAN_AL_RSS_02','RSS feed created');
|
||||
define('LAN_AL_RSS_03','RSS feed updated');
|
||||
define('LAN_AL_RSS_04','RSS feed imported');
|
||||
define('LAN_AL_RSS_05','RSS limits updated');
|
||||
define('LAN_AL_RSS_06','RSS settings updated');
|
||||
define('LAN_AL_RSS_07','');
|
||||
define("LAN_AL_RSS_01","RSS feed deleted");
|
||||
define("LAN_AL_RSS_02","RSS feed created");
|
||||
define("LAN_AL_RSS_03","RSS feed updated");
|
||||
define("LAN_AL_RSS_04","RSS feed imported");
|
||||
define("LAN_AL_RSS_05","RSS limits updated");
|
||||
define("LAN_AL_RSS_06","RSS settings updated");
|
||||
define("LAN_AL_RSS_07","");
|
||||
*/
|
||||
?>
|
@ -28,13 +28,13 @@ define("TRACKBACK_L12", "No trackbacks for this item");
|
||||
define("TRACKBACK_L13", "Moderate trackbacks");
|
||||
//define("TRACKBACK_L14", "Delete");
|
||||
//define("TRACKBACK_L15", "Trackbacks deleted.");
|
||||
define('TRACKBACK_L16', 'Trackback');
|
||||
//define('TRACKBACK_L17', 'Nothing changed - not saved');
|
||||
define("TRACKBACK_L16", "Trackback");
|
||||
//define("TRACKBACK_L17", "Nothing changed - not saved");
|
||||
|
||||
|
||||
// Admin log messages
|
||||
//-------------------
|
||||
//define('LAN_AL_TRACK_01', 'Trackback settings changed');
|
||||
//define('LAN_AL_TRACK_02', 'Trackback items deleted');
|
||||
//define("LAN_AL_TRACK_01", "Trackback settings changed");
|
||||
//define("LAN_AL_TRACK_02", "Trackback items deleted");
|
||||
|
||||
?>
|
@ -14,18 +14,18 @@
|
||||
* $Author$
|
||||
*/
|
||||
|
||||
define('UTHEME_MENU_L1', 'Set');
|
||||
define('UTHEME_MENU_L2', 'Select Language');
|
||||
define('UTHEME_MENU_L3', 'tables');
|
||||
define("UTHEME_MENU_L1", "Set");
|
||||
define("UTHEME_MENU_L2", "Select Language");
|
||||
define("UTHEME_MENU_L3", "tables");
|
||||
|
||||
define('LAN_UMENU_THEME_1', 'Set Theme');
|
||||
define('LAN_UMENU_THEME_2', 'Select Theme');
|
||||
define('LAN_UMENU_THEME_3', 'users:');
|
||||
define('LAN_UMENU_THEME_4', 'Enable those themes which users may select');
|
||||
define('LAN_UMENU_THEME_5', 'Update');
|
||||
define('LAN_UMENU_THEME_6', 'Themes available to users');
|
||||
define('LAN_UMENU_THEME_7', 'Class which can select themes');
|
||||
define('LAN_UMENU_THEME_8', 'Allowed themes: ');
|
||||
define('LAN_UMENU_THEME_9', 'Class which can select themes: ');
|
||||
define("LAN_UMENU_THEME_1", "Set Theme");
|
||||
define("LAN_UMENU_THEME_2", "Select Theme");
|
||||
define("LAN_UMENU_THEME_3", "users:");
|
||||
define("LAN_UMENU_THEME_4", "Enable those themes which users may select");
|
||||
define("LAN_UMENU_THEME_5", "Update");
|
||||
define("LAN_UMENU_THEME_6", "Themes available to users");
|
||||
define("LAN_UMENU_THEME_7", "Class which can select themes");
|
||||
define("LAN_UMENU_THEME_8", "Allowed themes: ");
|
||||
define("LAN_UMENU_THEME_9", "Class which can select themes: ");
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user