summaryrefslogtreecommitdiff
path: root/lang/de
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/de
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/de')
-rw-r--r--lang/de/lang.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/de/lang.php b/lang/de/lang.php
index 9a4e95c43..eaf4286e8 100644
--- a/lang/de/lang.php
+++ b/lang/de/lang.php
@@ -18,6 +18,8 @@ $lang['btn_search'] = 'Suche';
$lang['btn_save'] = 'Speichern';
$lang['btn_preview']= 'Vorschau';
$lang['btn_top'] = 'Nach oben';
+$lang['btn_prevpage']= '<< zurück';
+$lang['btn_nextpage']= 'weiter >>';
$lang['btn_revs'] = 'Ältere Versionen';
$lang['btn_recent'] = 'Letzte Änderungen';
$lang['btn_upload'] = 'Hochladen';