mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Use "less than a minute ago" instead of "0 minutes ago"
Use "Sent: {DATE}" in pm's, instead of "Sent at: {DATE}" git-svn-id: file:///svn/phpbb/trunk@9163 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4e3d564be6
commit
c076becc5a
3 changed files with 5 additions and 5 deletions
|
@ -691,7 +691,7 @@ $lang = array_merge($lang, array(
|
||||||
'TOMORROW' => 'Tomorrow',
|
'TOMORROW' => 'Tomorrow',
|
||||||
'YESTERDAY' => 'Yesterday',
|
'YESTERDAY' => 'Yesterday',
|
||||||
'AGO' => array(
|
'AGO' => array(
|
||||||
0 => '%d minutes ago',
|
0 => 'less than a minute ago',
|
||||||
1 => '%d minute ago',
|
1 => '%d minute ago',
|
||||||
2 => '%d minutes ago',
|
2 => '%d minutes ago',
|
||||||
60 => '1 hour ago',
|
60 => '1 hour ago',
|
||||||
|
|
|
@ -378,7 +378,7 @@ $lang = array_merge($lang, array(
|
||||||
'SAME_PASSWORD_ERROR' => 'The new password you entered is the same as your current password.',
|
'SAME_PASSWORD_ERROR' => 'The new password you entered is the same as your current password.',
|
||||||
'SEARCH_YOUR_POSTS' => 'Show your posts',
|
'SEARCH_YOUR_POSTS' => 'Show your posts',
|
||||||
'SEND_PASSWORD' => 'Send password',
|
'SEND_PASSWORD' => 'Send password',
|
||||||
'SENT_AT' => 'Sent at',
|
'SENT_AT' => 'Sent', // Used before dates in private messages
|
||||||
'SHOW_EMAIL' => 'Users can contact me by e-mail',
|
'SHOW_EMAIL' => 'Users can contact me by e-mail',
|
||||||
'SIGNATURE_EXPLAIN' => 'This is a block of text that can be added to posts you make. There is a %d character limit.',
|
'SIGNATURE_EXPLAIN' => 'This is a block of text that can be added to posts you make. There is a %d character limit.',
|
||||||
'SIGNATURE_PREVIEW' => 'Your signature will appear like this in posts',
|
'SIGNATURE_PREVIEW' => 'Your signature will appear like this in posts',
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
<!-- IF messagerow.S_TOPIC_REPORTED --><a href="{messagerow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --> {messagerow.ATTACH_ICON_IMG}<br />
|
<!-- IF messagerow.S_TOPIC_REPORTED --><a href="{messagerow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --> {messagerow.ATTACH_ICON_IMG}<br />
|
||||||
<!-- IF S_SHOW_RECIPIENTS -->{L_MESSAGE_TO} {messagerow.RECIPIENTS}<!-- ELSE -->{L_MESSAGE_BY_AUTHOR} {messagerow.MESSAGE_AUTHOR_FULL} {L_MESSAGE_SENT_ON} {messagerow.SENT_TIME}<!-- ENDIF -->
|
<!-- IF S_SHOW_RECIPIENTS -->{L_MESSAGE_TO} {messagerow.RECIPIENTS}<!-- ELSE -->{L_MESSAGE_BY_AUTHOR} {messagerow.MESSAGE_AUTHOR_FULL} {L_MESSAGE_SENT_ON} {messagerow.SENT_TIME}<!-- ENDIF -->
|
||||||
</dt>
|
</dt>
|
||||||
<!-- IF S_SHOW_RECIPIENTS --><dd class="info"><span>{L_SENT_AT} {messagerow.SENT_TIME}</span></dd><!-- ENDIF -->
|
<!-- IF S_SHOW_RECIPIENTS --><dd class="info"><span>{L_SENT_AT}: {messagerow.SENT_TIME}</span></dd><!-- ENDIF -->
|
||||||
<!-- IF S_UNREAD --><dd class="info"><!-- IF messagerow.FOLDER --><a href="{messagerow.U_FOLDER}">{messagerow.FOLDER}</a><!-- ELSE -->{L_UNKNOWN_FOLDER}<!-- ENDIF --></dd><!-- ENDIF -->
|
<!-- IF S_UNREAD --><dd class="info"><!-- IF messagerow.FOLDER --><a href="{messagerow.U_FOLDER}">{messagerow.FOLDER}</a><!-- ELSE -->{L_UNKNOWN_FOLDER}<!-- ENDIF --></dd><!-- ENDIF -->
|
||||||
<dd class="mark"><input type="checkbox" name="marked_msg_id[]" value="{messagerow.MESSAGE_ID}" /></dd>
|
<dd class="mark"><input type="checkbox" name="marked_msg_id[]" value="{messagerow.MESSAGE_ID}" /></dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
Loading…
Add table
Reference in a new issue