1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +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

@@ -9,36 +9,25 @@
* Language definitions for Library Manager.
*/
define("LAN_LIBRARY_MANAGER_01", "The [x] library, which the [y] library depends on, is not installed.");
define("LAN_LIBRARY_MANAGER_02", "The version [x] of the [y] library is not compatible with the [z] library.");
define("LAN_LIBRARY_MANAGER_03", "The [x] library could not be found.");
define("LAN_LIBRARY_MANAGER_04", "The version of the [x] library could not be detected.");
define("LAN_LIBRARY_MANAGER_05", "The installed version [x] of the [y] library is not supported.");
define("LAN_LIBRARY_MANAGER_06", "The [x] variant of the [y] library could not be found.");
define("LAN_LIBRARY_MANAGER_07", "missing dependency");
define("LAN_LIBRARY_MANAGER_08", "incompatible dependency");
//define("LAN_LIBRARY_MANAGER_09", "not found");//LAN_NOT_FOUND
define("LAN_LIBRARY_MANAGER_10", "not detected");
define("LAN_LIBRARY_MANAGER_11", "not supported");
//define("LAN_LIBRARY_MANAGER_12", "List");//NOT USED
define("LAN_LIBRARY_MANAGER_13", "Library");
//define("LAN_LIBRARY_MANAGER_14", "Version");//LAN_VERSION
//define("LAN_LIBRARY_MANAGER_15", "Homepage");//LAN_WEBSITE
//define("LAN_LIBRARY_MANAGER_16", "Download");//LAN_DOWNLOAD
//define("LAN_LIBRARY_MANAGER_17", "Installed");//LAN_INSTALLED //NOT USED but is elsewhere
//define("LAN_LIBRARY_MANAGER_18", "Status");//LAN_STATUS
//define("LAN_LIBRARY_MANAGER_19", "Message");//LAN_MESSAGE
//define("LAN_LIBRARY_MANAGER_20", "link");//NOT USED
define("LAN_LIBRARY_MANAGER_21", "Provider");
//define("LAN_LIBRARY_MANAGER_22", "plugin");//LAN_PLUGIN
//define("LAN_LIBRARY_MANAGER_23", "theme");//LAN_THEME
//define("LAN_LIBRARY_MANAGER_24", "core");//LAN_CORE
define("LAN_LIBRARY_MANAGER_25", "Third-party libraries");
//define("LAN_LIBRARY_MANAGER_26", "No library found");//LAN_NOT_FOUND
define("LAN_LIBRARY_MANAGER_27", "Machine name: [x]");
define('LAN_LIBRARY_MANAGER_28', 'Library path: [x]');
define('LAN_LIBRARY_MANAGER_29', 'Library path');
define('LAN_LIBRARY_MANAGER_30', 'CDN settings');
define('LAN_LIBRARY_MANAGER_31', 'Use CDN for core libraries');
define('LAN_LIBRARY_MANAGER_32', 'CDN provider');
return [
'LAN_LIBRARY_MANAGER_01' => "The [x] library, which the [y] library depends on, is not installed.",
'LAN_LIBRARY_MANAGER_02' => "The version [x] of the [y] library is not compatible with the [z] library.",
'LAN_LIBRARY_MANAGER_03' => "The [x] library could not be found.",
'LAN_LIBRARY_MANAGER_04' => "The version of the [x] library could not be detected.",
'LAN_LIBRARY_MANAGER_05' => "The installed version [x] of the [y] library is not supported.",
'LAN_LIBRARY_MANAGER_06' => "The [x] variant of the [y] library could not be found.",
'LAN_LIBRARY_MANAGER_07' => "missing dependency",
'LAN_LIBRARY_MANAGER_08' => "incompatible dependency",
'LAN_LIBRARY_MANAGER_10' => "not detected",
'LAN_LIBRARY_MANAGER_11' => "not supported",
'LAN_LIBRARY_MANAGER_13' => "Library",
'LAN_LIBRARY_MANAGER_21' => "Provider",
'LAN_LIBRARY_MANAGER_25' => "Third-party libraries",
'LAN_LIBRARY_MANAGER_27' => "Machine name: [x]",
'LAN_LIBRARY_MANAGER_28' => "Library path: [x]",
'LAN_LIBRARY_MANAGER_29' => "Library path",
'LAN_LIBRARY_MANAGER_30' => "CDN settings",
'LAN_LIBRARY_MANAGER_31' => "Use CDN for core libraries",
'LAN_LIBRARY_MANAGER_32' => "CDN provider",
];