XOOPS  2.6.0
en_US.php
Go to the documentation of this file.
1 <?php
2 /*
3  You may not change or alter any portion of this comment or credits
4  of supporting developers from this source code or any supporting source code
5  which is considered copyrighted (c) material of the original comment or credit authors.
6 
7  This program is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10  */
11 
19 class DefaultThemeLocaleEn_US /*extends XoopsLocaleEn_US*/
20 {
21  const CONTROL_AND_MANAGE_YOUR_SITE = "Control and manage your site";
22  const DASHBOARD = "Dashboard";
23  const INSTALLED_EXTENSIONS = "Installed extensions";
24  const INSTALLED_MODULES = "Installed modules";
25  const SYSTEM_EXTENSIONS = "System extensions";
26  const SYSTEM_TOOLS = "System tools";
27  const SYSTEM_OPTIONS = "System options";
28  const THERE_ARE_NO_MODULES_INSTALLED = "There are no modules installed currently";
29  const XOOPS_NEWS = "Xoops news";
30 }
const CONTROL_AND_MANAGE_YOUR_SITE
Definition: en_US.php:21
const THERE_ARE_NO_MODULES_INSTALLED
Definition: en_US.php:28
const INSTALLED_EXTENSIONS
Definition: en_US.php:23