aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-07-23 15:48:53 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-07-23 15:48:53 +0200
commit7b98e75ec3ab06d295834d5b48f85ad4b8744742 (patch)
tree54e9b8985aba1725ad74b64058df4b0f198a9be0 /phpBB/language/en
parentda8d610011bb3f9b7da813cd89167bcc2aefa8d5 (diff)
parent3da72e98644a7b2bad86c9013e2250304611ce9b (diff)
downloadforums-7b98e75ec3ab06d295834d5b48f85ad4b8744742.tar
forums-7b98e75ec3ab06d295834d5b48f85ad4b8744742.tar.gz
forums-7b98e75ec3ab06d295834d5b48f85ad4b8744742.tar.bz2
forums-7b98e75ec3ab06d295834d5b48f85ad4b8744742.tar.xz
forums-7b98e75ec3ab06d295834d5b48f85ad4b8744742.zip
Merge branch 'prep-release-3.0.11' into develop-olympus
* prep-release-3.0.11: [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1 [ticket/10965] Introduce a new profile field option to display no value
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/profile.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php
index a25dcd174b..e193d9303c 100644
--- a/phpBB/language/en/acp/profile.php
+++ b/phpBB/language/en/acp/profile.php
@@ -131,6 +131,8 @@ $lang = array_merge($lang, array(
'SAVE' => 'Save',
'SECOND_OPTION' => 'Second option',
+ 'SHOW_NOVALUE_FIELD' => 'Show field if no value was selected',
+ 'SHOW_NOVALUE_FIELD_EXPLAIN' => 'Determines if the profile field should be displayed if no value was selected for optional fields or if no value has been selected yet for required fields.',
'STEP_1_EXPLAIN_CREATE' => 'Here you can enter the first basic parameters of your new profile field. This information is needed for the second step where you’ll be able to set remaining options and tweak your profile field further.',
'STEP_1_EXPLAIN_EDIT' => 'Here you can change the basic parameters of your profile field. The relevant options are re-calculated within the second step.',
'STEP_1_TITLE_CREATE' => 'Add profile field',