summaryrefslogtreecommitdiff
path: root/lang/en/lang.php
diff options
context:
space:
mode:
authormatthiasgrimm <matthiasgrimm@users.sourceforge.net>2005-05-23 18:58:26 +0200
committermatthiasgrimm <matthiasgrimm@users.sourceforge.net>2005-05-23 18:58:26 +0200
commita39955b0135f89ef41e583346fd459934a652025 (patch)
treeeb682c076666a08ddff95b654f79b64d07b814b7 /lang/en/lang.php
parenta2021ad8be2c99855e491f4a6c368687425daf06 (diff)
downloadrpg-a39955b0135f89ef41e583346fd459934a652025.tar.gz
rpg-a39955b0135f89ef41e583346fd459934a652025.tar.bz2
history navigation buttons
This patch adds a 'next' and a 'previous' button to the history page. They make it possible to see more than one page of history data. darcs-hash:20050523165826-7ef76-77a2c21e8b172200f169e0aea8441e8b100ab278.gz
Diffstat (limited to 'lang/en/lang.php')
-rw-r--r--lang/en/lang.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/en/lang.php b/lang/en/lang.php
index b56e489c4..d98256736 100644
--- a/lang/en/lang.php
+++ b/lang/en/lang.php
@@ -17,6 +17,8 @@ $lang['btn_search'] = 'Search';
$lang['btn_save'] = 'Save';
$lang['btn_preview']= 'Preview';
$lang['btn_top'] = 'Back to top';
+$lang['btn_prevpage']= '<< previous page';
+$lang['btn_nextpage']= 'next page >>';
$lang['btn_revs'] = 'Old revisions';
$lang['btn_recent'] = 'Recent changes';
$lang['btn_upload'] = 'Upload';