mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
DateTime
* recreate date functions from javascript in new class DateTime * move date and time functions from Util to new class * fixes various cooldown messages for account recovery
This commit is contained in:
@@ -134,8 +134,25 @@ $lang = array(
|
||||
'dateFmtShort' => "Y/m/d",
|
||||
'dateFmtLong' => "Y/m/d \a\\t g:i A",
|
||||
'dateFmtIntl' => "MMMM d, y",
|
||||
'timeAgo' => "%s ago",
|
||||
'nfSeparators' => [',', '.'],
|
||||
'n_a' => "n/a",
|
||||
|
||||
// date time
|
||||
'date' => "Date",
|
||||
'date_colon' => "Date: ",
|
||||
'date_on' => "on ",
|
||||
'date_ago' => "%s ago",
|
||||
'date_at' => " at ",
|
||||
'date_to' => " to ",
|
||||
'date_simple' => '%2$d/%1$d/%3$d',
|
||||
'unknowndate' => "Unknown date",
|
||||
'ddaysago' => "%d days ago",
|
||||
'today' => "today",
|
||||
'yesterday' => "yesterday",
|
||||
'noon' => "noon",
|
||||
'midnight' => "midnight",
|
||||
'am' => "AM",
|
||||
'pm' => "PM",
|
||||
|
||||
// error
|
||||
'intError' => "An internal error has occurred.",
|
||||
@@ -1656,7 +1673,6 @@ $lang = array(
|
||||
'_rankRange' => "Rank: %d - %d",
|
||||
'_showXmore' => "Show %d More",
|
||||
|
||||
'n_a' => "n/a",
|
||||
'normal' => "Normal",
|
||||
'special' => "Special",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user