[ticket/11969] New language strings for first and last post links

PHPBB3-11969
This commit is contained in:
Vjacheslav Trushkin 2013-10-25 14:17:51 +03:00
parent f67ebc2cdb
commit 23954ac1b8

View file

@ -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',