mirror of
https://github.com/e107inc/e107.git
synced 2025-02-22 15:55:39 +01:00
36 lines
1.6 KiB
PHP
36 lines
1.6 KiB
PHP
<?php
|
|
|
|
/**
|
|
* @file
|
|
* 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');
|
|
define('LAN_LIBRARY_MANAGER_10', 'not detected');
|
|
define('LAN_LIBRARY_MANAGER_11', 'not supported');
|
|
|
|
define('LAN_LIBRARY_MANAGER_12', 'List');
|
|
define('LAN_LIBRARY_MANAGER_13', 'Library');
|
|
define('LAN_LIBRARY_MANAGER_14', 'Version');
|
|
define('LAN_LIBRARY_MANAGER_15', 'Homepage');
|
|
define('LAN_LIBRARY_MANAGER_16', 'Download');
|
|
define('LAN_LIBRARY_MANAGER_17', 'Installed');
|
|
define('LAN_LIBRARY_MANAGER_18', 'Status');
|
|
define('LAN_LIBRARY_MANAGER_19', 'Message');
|
|
define('LAN_LIBRARY_MANAGER_20', 'link');
|
|
define('LAN_LIBRARY_MANAGER_21', 'Provider');
|
|
define('LAN_LIBRARY_MANAGER_22', 'plugin');
|
|
define('LAN_LIBRARY_MANAGER_23', 'theme');
|
|
define('LAN_LIBRARY_MANAGER_24', 'core');
|
|
define('LAN_LIBRARY_MANAGER_25', 'Third-party libraries');
|
|
define('LAN_LIBRARY_MANAGER_26', 'No library found');
|
|
define('LAN_LIBRARY_MANAGER_27', 'Machine name: [x]');
|