mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Moved text to language file
git-svn-id: file:///svn/phpbb/trunk@5387 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f95262d9b9
commit
761598e1b7
2 changed files with 3 additions and 2 deletions
|
@ -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.',
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue