aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/profile.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-10-02 15:11:40 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-10-02 15:11:40 +0000
commitcc4a0a2f7a02f909735d265f4f199f9736c30a48 (patch)
treeaa984be5c8fca4b1f05d7fa755b2f3d382a89cf7 /phpBB/language/en/acp/profile.php
parentfc76c94ab14993f98e0bbbf8b26150886ce69352 (diff)
downloadforums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar
forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.gz
forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.bz2
forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.xz
forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.zip
consistent acp layout regarding backlinks and messages.
git-svn-id: file:///svn/phpbb/trunk@6428 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/profile.php')
-rw-r--r--phpBB/language/en/acp/profile.php15
1 files changed, 8 insertions, 7 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php
index 48ca0cf619..c0df2ae11e 100644
--- a/phpBB/language/en/acp/profile.php
+++ b/phpBB/language/en/acp/profile.php
@@ -32,7 +32,7 @@ if (empty($lang) || !is_array($lang))
// Custom profile fields
$lang = array_merge($lang, array(
- 'ADDED_PROFILE_FIELD' => 'Successfully added custom profile field',
+ 'ADDED_PROFILE_FIELD' => 'Successfully added custom profile field.',
'ALPHA_ONLY' => 'Alphanumeric only',
'ALPHA_SPACERS' => 'Alphanumeric and spacers',
'ALWAYS_TODAY' => 'Always the current date',
@@ -40,7 +40,7 @@ $lang = array_merge($lang, array(
'BOOL_ENTRIES_EXPLAIN' => 'Enter your options now',
'BOOL_TYPE_EXPLAIN' => 'Define the type, either a checkbox or radio buttons',
- 'CHANGED_PROFILE_FIELD' => 'Successfully changed profile field',
+ 'CHANGED_PROFILE_FIELD' => 'Successfully changed profile field.',
'CHARS_ANY' => 'Any character',
'CHECKBOX' => 'Checkbox',
'CP_LANG_DEFAULT_VALUE' => 'Default value',
@@ -52,6 +52,7 @@ $lang = array_merge($lang, array(
'COLUMNS' => 'Columns',
'DEFAULT_ISO_LANGUAGE' => 'Default language [%s]',
+ 'DEFAULT_LANGUAGE_NOT_FILLED' => 'The language entries for the default language are not filled for this profile field.',
'DEFAULT_VALUE' => 'Default value',
'DELETE_PROFILE_FIELD' => 'Remove profile field',
'DELETE_PROFILE_FIELD_CONFIRM' => 'Are you sure you want to delete this profile field?',
@@ -79,7 +80,7 @@ $lang = array_merge($lang, array(
'FIELD_IDENT_EXPLAIN' => 'The field identification is a name to identify the profile field within the database and the templates.',
'FIELD_INT' => 'Numbers',
'FIELD_LENGTH' => 'Length of input box',
- 'FIELD_NOT_FOUND' => 'Profile field not found',
+ 'FIELD_NOT_FOUND' => 'Profile field not found.',
'FIELD_STRING' => 'Single textfield',
'FIELD_TEXT' => 'Textarea',
'FIELD_TYPE' => 'Field type',
@@ -101,16 +102,16 @@ $lang = array_merge($lang, array(
'MIN_FIELD_NUMBER' => 'Lowest allowed number',
'NO_FIELD_ENTRIES' => 'No entries defined',
- 'NO_FIELD_ID' => 'No field id specified',
- 'NO_FIELD_TYPE' => 'No Field type specified',
+ 'NO_FIELD_ID' => 'No field id specified.',
+ 'NO_FIELD_TYPE' => 'No Field type specified.',
'NO_VALUE_OPTION' => 'Option equal to non entered value',
'NO_VALUE_OPTION_EXPLAIN' => 'Value for a non-entry. If the field is required, the user gets an error if he choose the option selected here',
'NUMBERS_ONLY' => 'Only numbers (0-9)',
'PREVIEW_PROFILE_FIELD' => 'Preview profile field',
'PROFILE_BASIC_OPTIONS' => 'Basic options',
- 'PROFILE_FIELD_ACTIVATED' => 'Profile field successfully activated',
- 'PROFILE_FIELD_DEACTIVATED' => 'Profile field successfully deactivated',
+ 'PROFILE_FIELD_ACTIVATED' => 'Profile field successfully activated.',
+ 'PROFILE_FIELD_DEACTIVATED' => 'Profile field successfully deactivated.',
'PROFILE_LANG_OPTIONS' => 'Language specific options',
'PROFILE_TYPE_OPTIONS' => 'Profile type specific options',