mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
6e7c366189
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ $lang = array_merge($lang, array(
|
||||||
'BOARD_STYLE' => 'Board style',
|
'BOARD_STYLE' => 'Board style',
|
||||||
'CUSTOM_DATEFORMAT' => 'Custom…',
|
'CUSTOM_DATEFORMAT' => 'Custom…',
|
||||||
'DEFAULT_DATE_FORMAT' => 'Date format',
|
'DEFAULT_DATE_FORMAT' => 'Date format',
|
||||||
'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP <code><a href="https://secure.php.net/manual/function.date.php">date()</a></code> function.',
|
'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The syntax uses the same format as the PHP <a href="https://www.php.net/manual/datetime.format.php">date functions</a>.',
|
||||||
'DEFAULT_LANGUAGE' => 'Default language',
|
'DEFAULT_LANGUAGE' => 'Default language',
|
||||||
'DEFAULT_STYLE' => 'Default style',
|
'DEFAULT_STYLE' => 'Default style',
|
||||||
'DEFAULT_STYLE_EXPLAIN' => 'The default style for new users.',
|
'DEFAULT_STYLE_EXPLAIN' => 'The default style for new users.',
|
||||||
|
|
|
@ -114,7 +114,7 @@ $lang = array_merge($lang, array(
|
||||||
'BIRTHDAY' => 'Birthday',
|
'BIRTHDAY' => 'Birthday',
|
||||||
'BIRTHDAY_EXPLAIN' => 'Setting a year will list your age when it is your birthday.',
|
'BIRTHDAY_EXPLAIN' => 'Setting a year will list your age when it is your birthday.',
|
||||||
'BOARD_DATE_FORMAT' => 'My date format',
|
'BOARD_DATE_FORMAT' => 'My date format',
|
||||||
'BOARD_DATE_FORMAT_EXPLAIN' => 'The syntax used is identical to the PHP <a href="https://secure.php.net/manual/function.date.php">date()</a> function.',
|
'BOARD_DATE_FORMAT_EXPLAIN' => 'The syntax uses the same format as the PHP <a href="https://www.php.net/manual/datetime.format.php">date functions</a>.',
|
||||||
'BOARD_LANGUAGE' => 'My language',
|
'BOARD_LANGUAGE' => 'My language',
|
||||||
'BOARD_STYLE' => 'My board style',
|
'BOARD_STYLE' => 'My board style',
|
||||||
'BOARD_TIMEZONE' => 'My timezone',
|
'BOARD_TIMEZONE' => 'My timezone',
|
||||||
|
|
Loading…
Add table
Reference in a new issue