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 
22 class AvatarsLocaleEn_US /*extends XoopsLocaleEn_US*/
23 {
24  // Info module
25  const ALERT_INFO_MAXFILE = "Max uploaded files size: %s [KB]";
26  const ALERT_INFO_MIMETYPES = "Authorized mime types: %s";
27  const ALERT_INFO_PIXELS = "Max Pixels: %s x %s (width x height)";
28  const ALERT_WARNING_OLD = "Your old avatar will be deleted!";
29  const AVAILABLE_AVATARS = "Available avatars";
30  const CONF_ALLOWUPLOAD = "Allow custom avatar upload?";
31  const CONF_IMAGEFILESIZE = "Avatar image max filesize (byte)";
32  const CONF_IMAGEHEIGHT = "Avatar image max height (pixel)";
33  const CONF_IMAGEWIDTH = "Avatar image max width (pixel)";
34  const CONF_PAGER = "Number of avatars to display per page";
35  const CONF_POSTSREQUIRED = "Minimum posts required";
36  const CONF_POSTSREQUIREDDSC = "Enter the minimum number of posts required to upload a custom avatar";
37  const CUSTOM = "Custom avatars";
38  const CUSTOM_TIPS = "<ul><li>Add, update or delete custom avatars</li></ul>";
39  const LIST_OF_AVATARS = "List of avatars";
40  const MODULE_DESC = "Extension for managing avatars";
41  const MODULE_NAME = "Avatars";
42  const NBDISPLAY_C = "There are %s visible custom avatars";
43  const NBDISPLAY_S = "There are %s visible system avatars";
44  const NBNOTDISPLAY_C = "There are %s custom avatars not visible";
45  const NBNOTDISPLAY_S = "There are %s system avatars not visible";
46  const NBTOTAL_C = "There are %s custom avatars in our database";
47  const NBTOTAL_S = "There are %s system avatars in our database";
48  const SYSTEM = "System avatars";
49  const SYSTEM_TIPS = "<ul><li>Add, update or delete system avatars</li></ul>";
50  const USERFORM = "User avatar form";
51  const USERS = "Users using this avatar";
52 }
const NBTOTAL_C
Definition: en_US.php:46
const ALERT_WARNING_OLD
Definition: en_US.php:28
const CONF_ALLOWUPLOAD
Definition: en_US.php:30
const NBTOTAL_S
Definition: en_US.php:47
const CONF_POSTSREQUIREDDSC
Definition: en_US.php:36
const USERFORM
Definition: en_US.php:50
const NBNOTDISPLAY_C
Definition: en_US.php:44
const ALERT_INFO_MAXFILE
Definition: en_US.php:25
const MODULE_NAME
Definition: en_US.php:41
const CONF_IMAGEFILESIZE
Definition: en_US.php:31
const CONF_IMAGEWIDTH
Definition: en_US.php:33
const MODULE_DESC
Definition: en_US.php:40
const CONF_PAGER
Definition: en_US.php:34
const ALERT_INFO_MIMETYPES
Definition: en_US.php:26
const NBDISPLAY_S
Definition: en_US.php:43
const ALERT_INFO_PIXELS
Definition: en_US.php:27
const NBDISPLAY_C
Definition: en_US.php:42
const NBNOTDISPLAY_S
Definition: en_US.php:45
const CUSTOM_TIPS
Definition: en_US.php:38
const CONF_POSTSREQUIRED
Definition: en_US.php:35
const LIST_OF_AVATARS
Definition: en_US.php:39
const SYSTEM_TIPS
Definition: en_US.php:49
const CONF_IMAGEHEIGHT
Definition: en_US.php:32
const AVAILABLE_AVATARS
Definition: en_US.php:29