1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 08:14:46 +02:00

Issue #5465 Core language files converted. (excluding plugins)

This commit is contained in:
camer0n
2025-04-04 18:29:07 -07:00
parent c46b7b1d36
commit 31e7d1d3b0
93 changed files with 5255 additions and 6358 deletions

View File

@@ -1,54 +1,39 @@
<?php
/*
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
*
* Admin Language File
*
*/
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 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", "Read Pack Error");
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");
define("EMOLAN_29", "XML file generated");
define("EMOLAN_30", "Error writing XML file");
// 2.x
define("EMOLAN_PAGE_TITLE", " Emoticons");
define("EMOLAN_31", "Total [x] 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");
return [
'EMOLAN_1' => "Emote activation",
'EMOLAN_3' => "Emotes",
'EMOLAN_4' => "Activate emoticons?",
'EMOLAN_5' => "Image",
'EMOLAN_6' => "Emote Code",
'EMOLAN_7' => "separate multiple entries with spaces",
'EMOLAN_11' => "Activate pack",
'EMOLAN_13' => "Installed packs",
'EMOLAN_17' => "You have an emoticon pack present that contains spaces in the name, which are not allowed!",
'EMOLAN_18' => "Please rename the instances listed below so they no longer contain spaces",
'EMOLAN_20' => "Location",
'EMOLAN_21' => "Read Pack Error",
'EMOLAN_22' => "New emote pack found",
'EMOLAN_23' => "New emote xml pack found",
'EMOLAN_24' => "New emote php pack found",
'EMOLAN_26' => "Re-scan pack",
'EMOLAN_27' => "Error occurred processing pack",
'EMOLAN_28' => "Generate XML",
'EMOLAN_29' => "XML file generated",
'EMOLAN_30' => "Error writing XML file",
'EMOLAN_PAGE_TITLE' => "Emoticons",
'EMOLAN_31' => "Total [x] files found",
'EMOLAN_32' => "Unknown Pack detected",
'EMOLAN_33' => "Unsupported XML File Format",
'EMOLAN_34' => "Missing files for pack",
'EMOLAN_35' => "- deleted in database",
'EMOLAN_37' => "Emote not set",
'EMOLAN_38' => "Empty emote value",
];