mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 11:04:38 +01:00
31 lines
923 B
PHP
31 lines
923 B
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
*
|
|
*
|
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/user_menu/languages/English.php,v $
|
|
* $Revision$
|
|
* $Date$
|
|
* $Author$
|
|
*/
|
|
|
|
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: ');
|
|
|
|
?>
|