mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 09:10:23 +02:00
Banner Lans to Generic Terms #6
Replace duplicates with common terms in Banner Plugin. Created this TODO term also LAN_DEFAULT_TABLE_DATA - for use in other plugins too.
This commit is contained in:
@@ -259,12 +259,14 @@ define("LAN_NOTWRITABLE"," is not writable, you need to CHMOD 777 the file or fo
|
||||
define("LAN_NOTREADABLE", "Not Readable");
|
||||
define("LAN_MISSING", "Missing");
|
||||
define("LAN_UNUSED", "Unused");
|
||||
define("LAN_TOOLTIP", "Tooltip");
|
||||
|
||||
define("LAN_TIME","Time");
|
||||
// define("LAN_YES","Yes");
|
||||
// define("LAN_NO","No"); // defined in e107_languages/English/English.php
|
||||
define("LAN_EMPTY","There are no entries in the database yet");
|
||||
define("LAN_EXISTING","Existing Entries");
|
||||
define("LAN_DEFAULT_TABLE_DATA","Adding default table data to table:");
|
||||
|
||||
define("LAN_CONFDELETE","Confirm Delete");
|
||||
define("LAN_PLUGIN","Plugin");
|
||||
@@ -286,6 +288,7 @@ define("LAN_DISPLAYOPT", "Edit Display Options");
|
||||
define("LAN_DATESTAMP","Date stamp");
|
||||
define("LAN_TIMESTAMP","Timestamp");
|
||||
define("LAN_IP","IP");
|
||||
define("LAN_IP_ADDRESS","IP Address");
|
||||
define("LAN_PAGE","PAGE");
|
||||
define("LAN_AGENT","AGENT");
|
||||
define("LAN_LANG","Lang.");
|
||||
@@ -310,6 +313,7 @@ define("LAN_UPLOAD_ADDFILE","Add Another File");
|
||||
define("LAN_UPLOAD_CONFIRM","Any unsaved changes to this page will be lost. Continue?");
|
||||
define("LAN_UPLOAD_777","Folder is missing or not writable, you need to CHMOD 777 the following folder before uploading:");
|
||||
define("LAN_UPLOAD_SERVEROFF", "This option is disabled as file uploading is not enabled on your server");
|
||||
define("LAN_WIDTH","Width");
|
||||
|
||||
define("LAN_DISABLED","Disabled");
|
||||
define("LAN_ENABLED", "Enabled");
|
||||
@@ -376,8 +380,8 @@ define("LAN_DEMO_FORBIDDEN", "Changes on this page are not possible in demo mode
|
||||
define("LAN_COPYRIGHT", "Copyright");
|
||||
define("LAN_MANAGER", "Manage Permissions");
|
||||
define("LAN_PING", "Ping");
|
||||
define("LAN_START", "Starting");
|
||||
define("LAN_END", "Ending");
|
||||
define("LAN_START", "Start");
|
||||
define("LAN_END", "End");
|
||||
|
||||
define("LAN_PREVIEW", "Preview");
|
||||
|
||||
|
Reference in New Issue
Block a user