mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 07:44:49 +02:00
Emoticons Administration ready, message handler multi-view in action
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id: lan_emoticon.php,v 1.5 2008-12-14 21:01:58 secretr Exp $
|
||||
* $Id: lan_emoticon.php,v 1.6 2008-12-15 11:35:33 secretr Exp $
|
||||
*
|
||||
* Admin Language File
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
define("EMOLAN_1", "Emote activation");
|
||||
@@ -27,16 +27,16 @@ 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 in the name, which are not allowed !");
|
||||
define("EMOLAN_18", "please rename the instances listed below so they no longer contain spaces:");
|
||||
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");
|
||||
define("EMOLAN_21", "Error");
|
||||
define("EMOLAN_21", "Read Pack Error");
|
||||
//define("EMOLAN_2", "Name");
|
||||
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_22", "New emote pack found:");
|
||||
define("EMOLAN_23", "New emote xml pack found:");
|
||||
define("EMOLAN_24", "New emote php pack 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");
|
||||
@@ -44,5 +44,13 @@ define("EMOLAN_29", "XML file generated: ");
|
||||
define("EMOLAN_30", "Error writing XML file: ");
|
||||
|
||||
//0.8
|
||||
define("EMOLAN_31", "Total %d files found");
|
||||
define("EMOLAN_PAGE_TITLE", " Emoticons");
|
||||
|
||||
define("EMOLAN_31", "Total %u files found");
|
||||
define("EMOLAN_32", "Unknown Pack detected : ");
|
||||
define("EMOLAN_33", "Unsupported XML File Format!");
|
||||
define("EMOLAN_34", "Missing files for pack: ");
|
||||
define("EMOLAN_35", " - deleted in database");
|
||||
define("EMOLAN_37", "Emote not set");
|
||||
define("EMOLAN_38", "Empty emote value");
|
||||
?>
|
Reference in New Issue
Block a user