mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11969] New language strings for first and last post links
PHPBB3-11969
This commit is contained in:
parent
f67ebc2cdb
commit
23954ac1b8
1 changed files with 2 additions and 0 deletions
|
@ -279,6 +279,8 @@ $lang = array_merge($lang, array(
|
||||||
'GB' => 'GB',
|
'GB' => 'GB',
|
||||||
'GIB' => 'GiB',
|
'GIB' => 'GiB',
|
||||||
'GO' => 'Go',
|
'GO' => 'Go',
|
||||||
|
'GOTO_FIRST_POST' => 'Go to first post',
|
||||||
|
'GOTO_LAST_POST' => 'Go to last post',
|
||||||
'GOTO_PAGE' => 'Go to page',
|
'GOTO_PAGE' => 'Go to page',
|
||||||
'GROUP' => 'Group',
|
'GROUP' => 'Group',
|
||||||
'GROUPS' => 'Groups',
|
'GROUPS' => 'Groups',
|
||||||
|
|
Loading…
Add table
Reference in a new issue