1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[Change] Performance increase for format_date() (Bug #37575 - Patch by BartVB)

[Change] Changed prosilver date separator from 'on' to '»'
[Feature] Added 'AGO' setting to relative date strings. For example: posted 14 minutes ago. (Patch by BartVB)
[Fix] Extend vertical line for last post column if no posts in forum (Bug #37125)


git-svn-id: file:///svn/phpbb/trunk@9137 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2008-11-30 14:43:25 +00:00
parent b4bf675273
commit 4379b3d7bc
17 changed files with 159 additions and 110 deletions

View File

@@ -690,6 +690,12 @@ $lang = array_merge($lang, array(
'TODAY' => 'Today',
'TOMORROW' => 'Tomorrow',
'YESTERDAY' => 'Yesterday',
'AGO' => array(
0 => '%d minutes ago',
1 => '%d minute ago',
2 => '%d minutes ago',
60 => '1 hour ago',
),
'Sunday' => 'Sunday',
'Monday' => 'Monday',