1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 16:50:07 +02:00

Emoticons admin tidy up, including bugtracker #3774, #3952

This commit is contained in:
e107steved
2007-05-24 21:07:21 +00:00
parent 009d56fce4
commit 734933399e
3 changed files with 235 additions and 92 deletions

View File

@@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_emoticon.php,v $
| $Revision: 1.2 $
| $Date: 2006-12-02 11:31:18 $
| $Author: lisa_ $
| $Revision: 1.3 $
| $Date: 2007-05-24 21:06:57 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
define("EMOLAN_1", "Emote activation");
@@ -21,7 +21,7 @@ define("EMOLAN_7", "separate multiple entries with spaces");
define("EMOLAN_8", "Status");
define("EMOLAN_9", "Options");
define("EMOLAN_10", "Active");
define("EMOLAN_11", "Activate pack'");
define("EMOLAN_11", "Activate pack");
define("EMOLAN_12", "Edit / configure this pack");
define("EMOLAN_13", "Installed packs");
@@ -29,7 +29,7 @@ define("EMOLAN_13", "Installed packs");
define("EMOLAN_14", "Save configuration");
define("EMOLAN_15", "Edit / configure emotes");
define("EMOLAN_16", "Emote configuration saved");
define("EMOLAN_17", "You have an emoticon pack present that contains spaces, which are not allowed !");
define("EMOLAN_17", "You have an emoticon pack present that contains spaces in the name, which are not allowed !");
define("EMOLAN_18", "please rename the instances listed below so they no longer contain spaces:");
define("EMOLAN_19", "Name");
define("EMOLAN_20", "Location");
@@ -38,4 +38,9 @@ define("EMOLAN_21", "Error");
define("EMOLAN_22", "New emote pak found:");
define("EMOLAN_23", "New emote xml pak found:");
define("EMOLAN_24", "New emote php found:");
define("EMOLAN_25", "Installing new PHP emotes: ");
define("EMOLAN_26", "Re-scan pack");
define("EMOLAN_27", "Error occurred processing pack: ");
define("EMOLAN_28", "Generate XML");
define("EMOLAN_29", "XML file generated: ");
?>