diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-25 14:17:51 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-25 14:17:51 +0300 |
commit | 23954ac1b83f4cb778af9921ec85265d90c574f6 (patch) | |
tree | 2b5d3a21bac85990c609ec8740864efa6d4cc3e0 /phpBB/language/en/common.php | |
parent | f67ebc2cdb5fc5e9475df7aa6b809bc8728734ba (diff) | |
download | forums-23954ac1b83f4cb778af9921ec85265d90c574f6.tar forums-23954ac1b83f4cb778af9921ec85265d90c574f6.tar.gz forums-23954ac1b83f4cb778af9921ec85265d90c574f6.tar.bz2 forums-23954ac1b83f4cb778af9921ec85265d90c574f6.tar.xz forums-23954ac1b83f4cb778af9921ec85265d90c574f6.zip |
[ticket/11969] New language strings for first and last post links
PHPBB3-11969
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index bb1c4698ec..1680f5f6ff 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -279,6 +279,8 @@ $lang = array_merge($lang, array( 'GB' => 'GB', 'GIB' => 'GiB', 'GO' => 'Go', + 'GOTO_FIRST_POST' => 'Go to first post', + 'GOTO_LAST_POST' => 'Go to last post', 'GOTO_PAGE' => 'Go to page', 'GROUP' => 'Group', 'GROUPS' => 'Groups', |