mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 16:50:07 +02:00
new module creation
This commit is contained in:
39
e107_languages/English/admin/lan_emoticon.php
Normal file
39
e107_languages/English/admin/lan_emoticon.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_emoticon.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("EMOLAN_1", "Emote activation");
|
||||
define("EMOLAN_2", "Name");
|
||||
define("EMOLAN_3", "Emotes");
|
||||
define("EMOLAN_4", "Activate emoticons?");
|
||||
|
||||
define("EMOLAN_5", "Image");
|
||||
define("EMOLAN_6", "Emote Code");
|
||||
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_12", "Edit / configure this pack");
|
||||
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_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_2", "Name");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user