aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorTom Beddard <subblue@users.sourceforge.net>2005-12-28 01:00:48 +0000
committerTom Beddard <subblue@users.sourceforge.net>2005-12-28 01:00:48 +0000
commit761598e1b78d704b7f9aed82f8ac35673b4174bd (patch)
treef01c79df93ab7b3a2b13545bf44c23be3ca47ee2 /phpBB
parentf95262d9b91d5e69e0030542d19077c974a79c74 (diff)
downloadforums-761598e1b78d704b7f9aed82f8ac35673b4174bd.tar
forums-761598e1b78d704b7f9aed82f8ac35673b4174bd.tar.gz
forums-761598e1b78d704b7f9aed82f8ac35673b4174bd.tar.bz2
forums-761598e1b78d704b7f9aed82f8ac35673b4174bd.tar.xz
forums-761598e1b78d704b7f9aed82f8ac35673b4174bd.zip
Moved text to language file
git-svn-id: file:///svn/phpbb/trunk@5387 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/en/ucp.php3
-rw-r--r--phpBB/styles/subSilver/template/ucp_profile_reg_details.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 2abaa91f72..a7a0fc6a05 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -61,7 +61,7 @@ $lang = array_merge($lang, array(
'BIRTHDAY' => 'Birthday',
'BIRTHDAY_EXPLAIN' => 'Setting a year will list your age when it is your birthday.',
'BOARD_DATE_FORMAT' => 'My date format',
- 'BOARD_DATE_FORMAT_EXPLAIN' => 'The syntax used is identical to the PHP <a href="http://www.php.net/date" target="_other">date()</a> function',
+ 'BOARD_DATE_FORMAT_EXPLAIN' => 'The syntax used is identical to the PHP <a href="http://www.php.net/date" onclick="this.target=\'_blank\';" title="Opens in a new window">date()</a> function',
'BOARD_DST' => 'Daylight Saving Time is in effect',
'BOARD_LANGUAGE' => 'My language',
'BOARD_STYLE' => 'My board style',
@@ -159,6 +159,7 @@ $lang = array_merge($lang, array(
'FOLDER_REMOVED' => 'Folder successfully removed',
'FOLDER_STATUS_MSG' => 'Folder is %1$d%% full (%2$d from %3$d messages stored)',
'FORWARD_PM' => 'Forward PM',
+ 'FORCE_PASSWORD_EXPLAIN' => 'Before you may continue browsing the board you are required to change your password',
'FRIEND_MESSAGE' => 'Message from friend',
'FRIENDS' => 'Friends',
'FRIENDS_EXPLAIN' => 'Friends enable you quick access to members you communicate with frequently. If the template has relevant support any posts made by a friend may be highlighted.',
diff --git a/phpBB/styles/subSilver/template/ucp_profile_reg_details.html b/phpBB/styles/subSilver/template/ucp_profile_reg_details.html
index 5f8fc037ad..02352af1c7 100644
--- a/phpBB/styles/subSilver/template/ucp_profile_reg_details.html
+++ b/phpBB/styles/subSilver/template/ucp_profile_reg_details.html
@@ -8,7 +8,7 @@
</tr>
<!-- IF S_FORCE_PASSWORD -->
<tr>
- <td class="row3" colspan="2" align="center"><span class="gensmall">Before you may continue browsing the board you are required to change your password.</span></td>
+ <td class="row3" colspan="2" align="center"><span class="gensmall">{L_FORCE_PASSWORD_EXPLAIN}</span></td>
</tr>
<!-- ENDIF -->
<!-- IF ERROR -->