aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/profile.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-11-02 15:23:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-11-02 15:23:33 +0000
commita3bf1ed63ec7aa281b0d47d6f3e87eeeeafbaff5 (patch)
treee13dd92e386cb98de51bd0730fdd569efe6e5f36 /phpBB/language/en/acp/profile.php
parent21a002e4ac28f8e65e2c865eb171a44ac4054044 (diff)
downloadforums-a3bf1ed63ec7aa281b0d47d6f3e87eeeeafbaff5.tar
forums-a3bf1ed63ec7aa281b0d47d6f3e87eeeeafbaff5.tar.gz
forums-a3bf1ed63ec7aa281b0d47d6f3e87eeeeafbaff5.tar.bz2
forums-a3bf1ed63ec7aa281b0d47d6f3e87eeeeafbaff5.tar.xz
forums-a3bf1ed63ec7aa281b0d47d6f3e87eeeeafbaff5.zip
some updates; and hopefully not completely breaking redirects (again). :D You know, i like breaking things.
git-svn-id: file:///svn/phpbb/trunk@6544 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/profile.php')
-rw-r--r--phpBB/language/en/acp/profile.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php
index dd26ea5370..6e86da03a7 100644
--- a/phpBB/language/en/acp/profile.php
+++ b/phpBB/language/en/acp/profile.php
@@ -43,13 +43,14 @@ $lang = array_merge($lang, array(
'CHANGED_PROFILE_FIELD' => 'Successfully changed profile field.',
'CHARS_ANY' => 'Any character',
'CHECKBOX' => 'Checkbox',
+ 'COLUMNS' => 'Columns',
'CP_LANG_DEFAULT_VALUE' => 'Default value',
'CP_LANG_EXPLAIN' => 'Field Description',
'CP_LANG_EXPLAIN_EXPLAIN' => 'The explanation for this field presented to the user',
'CP_LANG_NAME' => 'Field name/title presented to the user',
'CP_LANG_OPTIONS' => 'Options',
'CREATE_NEW_FIELD' => 'Create new field',
- 'COLUMNS' => 'Columns',
+ 'CUSTOM_FIELDS_NOT_TRANSLATED' => 'At least one custom profile field has not yet been translated. Please enter the required information by clicking on the &quot;Translate&quot; link.',
'DEFAULT_ISO_LANGUAGE' => 'Default language [%s]',
'DEFAULT_LANGUAGE_NOT_FILLED' => 'The language entries for the default language are not filled for this profile field.',
@@ -139,6 +140,7 @@ $lang = array_merge($lang, array(
'STRING_DEFAULT_VALUE_EXPLAIN' => 'Enter a default phrase to be displayed, a default value. Leave empty if you want to show it empty at the first place.',
'TEXT_DEFAULT_VALUE_EXPLAIN' => 'Enter a default text to be displayed, a default value. Leave empty if you want to show it empty at the first place.',
+ 'TRANSLATE' => 'Translate',
'UPDATE_PREVIEW' => 'Update preview',
'USER_FIELD_NAME' => 'Field name/title presented to the user',