aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-02-27 15:21:23 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-02-27 15:21:23 +0000
commit2a3eb724a84120e1d89e56536dcd1f1f5e20a408 (patch)
tree5e7f0f5ef11d65daffe4e514ec5949ea59fa184a /phpBB/language
parent30b24d476c3e010d9b2fc282e89a6fd8d8bdd6fa (diff)
downloadforums-2a3eb724a84120e1d89e56536dcd1f1f5e20a408.tar
forums-2a3eb724a84120e1d89e56536dcd1f1f5e20a408.tar.gz
forums-2a3eb724a84120e1d89e56536dcd1f1f5e20a408.tar.bz2
forums-2a3eb724a84120e1d89e56536dcd1f1f5e20a408.tar.xz
forums-2a3eb724a84120e1d89e56536dcd1f1f5e20a408.zip
cross-ci
git-svn-id: file:///svn/phpbb/trunk@8411 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/common.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 0c6014bc24..c3f884bc8e 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -262,6 +262,11 @@ $lang = array_merge($lang, array(
'SELECT_ANONYMOUS' => 'Select anonymous user',
'SELECT_OPTION' => 'Select option',
+ 'SETTING_TOO_LOW' => 'The entered value for the setting %s is too low. The minimal allowed value is %d.',
+ 'SETTING_TOO_BIG' => 'The entered value for the setting %s is too big. The maximal allowed value is %d.',
+ 'SETTING_TOO_LONG' => 'The entered value for the setting %s is too long. The maximal allowed length is %d.',
+ 'SETTING_TOO_SHORT' => 'The entered value for the setting %s is not long enough. The minimal allowed length is %d.',
+
'UCP' => 'User Control Panel',
'USERNAMES_EXPLAIN' => 'Place each username on a separate line.',
'USER_CONTROL_PANEL' => 'User Control Panel',