diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2003-11-01 16:07:54 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-11-01 16:07:54 +0000 |
| commit | bd508e5a273d5594ebd65230da77b5d2877b75c6 (patch) | |
| tree | 94e86a2d666904d64f66cfe85f1acca3e8a9e338 /phpBB/language/en/lang_main.php | |
| parent | ff9fcd36df53b73bebe86e62014dd139ed774547 (diff) | |
| download | forums-bd508e5a273d5594ebd65230da77b5d2877b75c6.tar forums-bd508e5a273d5594ebd65230da77b5d2877b75c6.tar.gz forums-bd508e5a273d5594ebd65230da77b5d2877b75c6.tar.bz2 forums-bd508e5a273d5594ebd65230da77b5d2877b75c6.tar.xz forums-bd508e5a273d5594ebd65230da77b5d2877b75c6.zip | |
yada yada
git-svn-id: file:///svn/phpbb/trunk@4633 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 75d2c802da..2c1066a794 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -469,8 +469,9 @@ $lang += array( 'DELETE_POST' => 'Delete', 'DELETE_POST_WARN' => 'Once deleted the post cannot be recovered', 'REPORT_POST' => 'Report this post', - 'EDITED_TIME_TOTAL' => 'Last edited by %1$s on %2$s, edited %3$d time in total', - 'EDITED_TIMES_TOTAL' => 'Last edited by %1$s on %2$s, edited %3$d times in total', + 'EDITED_TIME_TOTAL' => 'Last edited by %1$s on %2$s, edited %3$d time in total', + 'EDITED_TIMES_TOTAL'=> 'Last edited by %1$s on %2$s, edited %3$d times in total', + 'BUMPED_BY' => 'Last bumped by %1$s on %2$s', 'POST_REPORTED' => 'Click to view reports', 'POST_NOT_APPROVED' => 'Click to approve post', @@ -1377,7 +1378,8 @@ $lang += array( 'logm_make_announce' => '<b>Changed topic type</b> to Announcement', 'logm_make_sticky' => '<b>Changed topic type</b> to Sticky', 'logm_make_normal' => '<b>Changed topic type</b> to Normal', - 'logm_make_global' => '<b>Changed topic type</b> to Global Announcement' + 'logm_make_global' => '<b>Changed topic type</b> to Global Announcement', + 'LOGM_BUMP' => '<b>Bumped Topic</b><br />» %s' ); // report |
