mirror of
https://github.com/e107inc/e107.git
synced 2025-08-24 23:16:28 +02:00
Renamed plugin 'user_menu' to 'user'
This commit is contained in:
31
e107_plugins/user/languages/English.php
Normal file
31
e107_plugins/user/languages/English.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?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: ');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user