mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 02:10:46 +02:00
34 lines
1.1 KiB
PHP
34 lines
1.1 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system
|
|
|
|
|
| ©Steve Dunstan 2001-2002
|
|
| http://e107.org
|
|
| jalist@e107.org
|
|
|
|
|
| Released under the terms and conditions of the
|
|
| GNU General Public License (http://gnu.org).
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/user_menu/languages/English.php,v $
|
|
| $Revision: 1.3 $
|
|
| $Date: 2008-12-16 17:23:25 $
|
|
| $Author: secretr $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
define('UTHEME_MENU_L1', 'Set');
|
|
define('UTHEME_MENU_L2', 'Select Language');
|
|
define('UTHEME_MENU_L3', 'tables');
|
|
|
|
define('LAN_UMENU_THEME_1', 'Set Theme');
|
|
define('LAN_UMENU_THEME_2', 'Select Theme');
|
|
define('LAN_UMENU_THEME_3', 'users:');
|
|
define('LAN_UMENU_THEME_4', 'Enable those themes which users may select');
|
|
define('LAN_UMENU_THEME_5', 'Update');
|
|
define('LAN_UMENU_THEME_6', 'Themes available to users');
|
|
define('LAN_UMENU_THEME_7', 'Class which can select themes');
|
|
define('LAN_UMENU_THEME_8', 'Allowed themes: ');
|
|
define('LAN_UMENU_THEME_9', 'Class which can select themes: ');
|
|
|
|
?>
|