aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/profile.php21
-rw-r--r--phpBB/language/en/common.php3
2 files changed, 13 insertions, 11 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php
index 252ab1c683..e5a1571c66 100644
--- a/phpBB/language/en/acp/profile.php
+++ b/phpBB/language/en/acp/profile.php
@@ -44,7 +44,7 @@ $lang = array_merge($lang, array(
'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 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',
@@ -53,15 +53,16 @@ $lang = array_merge($lang, array(
'DEFAULT_VALUE' => 'Default Value',
'DELETE_PROFILE_FIELD' => 'Remove profile field',
'DELETE_PROFILE_FIELD_CONFIRM' => 'Are you sure you want to delete this profile field?',
- 'DISPLAY_AT_PROFILE' => 'Display at users profile',
+ 'DISPLAY_AT_PROFILE' => 'Display in user control panel',
+ 'DISPLAY_AT_PROFILE_EXPLAIN' => 'The user is able to change this profile field within the user control panel.',
'DISPLAY_AT_REGISTER' => 'Display at registration screen',
- 'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be additionally displayed on registration.',
+ 'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be displayed on registration and able to be changed within the user control panel.',
'DISPLAY_PROFILE_FIELD' => 'Display profile field',
'DISPLAY_PROFILE_FIELD_EXPLAIN' => 'The profile field will be shown on viewtopic/viewprofile/memberlist/etc.',
'DROPDOWN_ENTRIES_EXPLAIN' => 'Enter your options now, every option in one line',
- 'EMPTY_FIELD_IDENT' => 'Empty field name',
- 'EMPTY_USER_FIELD_NAME' => 'Empty Field Name presented to the user',
+ 'EMPTY_FIELD_IDENT' => 'Empty field identification',
+ 'EMPTY_USER_FIELD_NAME' => 'Please enter a field name/title',
'ENTRIES' => 'Entries',
'EVERYTHING_OK' => 'Everything OK',
@@ -70,8 +71,8 @@ $lang = array_merge($lang, array(
'FIELD_DESCRIPTION' => 'Field Description',
'FIELD_DESCRIPTION_EXPLAIN' => 'The Explanation for this field presented to the user',
'FIELD_DROPDOWN' => 'Dropdown Box',
- 'FIELD_IDENT' => 'Field Name',
- 'FIELD_IDENT_EXPLAIN' => 'The Field Name is a name for you to identify the profile field, it is not displayed to the user.',
+ 'FIELD_IDENT' => 'Field Identification',
+ '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',
@@ -85,7 +86,7 @@ $lang = array_merge($lang, array(
'HIDE_PROFILE_FIELD' => 'Hide Profile Field',
'HIDE_PROFILE_FIELD_EXPLAIN' => 'Only Administrators and Moderators are able to see/fill out this profile field. If this option is enabled, the profile field will be only displayed in user profiles.',
- 'INVALID_CHARS_FIELD_IDENT' => 'Field name can only contain lowercase a-z and _',
+ 'INVALID_CHARS_FIELD_IDENT' => 'Field identification can only contain lowercase a-z and _',
'ISO_LANGUAGE' => 'Language [%s]',
'LANG_SPECIFIC_OPTIONS' => 'Language specific options [<b>%s</b>]',
@@ -112,7 +113,7 @@ $lang = array_merge($lang, array(
'RADIO_BUTTONS' => 'Radio Buttons',
'REMOVED_PROFILE_FIELD' => 'Successfully removed profile field.',
'REQUIRED_FIELD' => 'Required Field',
- 'REQUIRED_FIELD_EXPLAIN' => 'Force profile field to be filled out or specified by user. This will display the profile field at registration too.',
+ 'REQUIRED_FIELD_EXPLAIN' => 'Force profile field to be filled out or specified by user. This will display the profile field at registration and within the user control panel.',
'ROWS' => 'Rows',
'SAVE' => 'Save',
@@ -134,7 +135,7 @@ $lang = array_merge($lang, array(
'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.',
'UPDATE_PREVIEW' => 'Update Preview',
- 'USER_FIELD_NAME' => 'Field Name presented to the user',
+ 'USER_FIELD_NAME' => 'Field Name/Title presented to the user',
'VISIBILITY_OPTION' => 'Visibility Option',
));
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 492a6f855a..157e172e76 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -96,7 +96,7 @@ $lang = array_merge($lang, array(
'CANCEL' => 'Cancel',
'CHANGE' => 'Change',
- 'CLICK_VIEW_PRIVMSG' => '%sReturn to your Inbox%s',
+ 'CLICK_VIEW_PRIVMSG' => '%sGo to your inbox%s',
'CLOSE_WINDOW' => 'Close window',
'COLOUR_SWATCH' => 'Colour swatch',
'CONFIRM' => 'Confirm',
@@ -245,6 +245,7 @@ $lang = array_merge($lang, array(
'LAST_POST' => 'Last post',
'LAST_UPDATED' => 'Last updated',
+ 'LAST_VISIT' => 'Last visit',
'LEGEND' => 'Legend',
'LOCATION' => 'Location',
'LOCK_POST' => 'Lock Post',