summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-04-04 21:46:27 +0000
committerthomascube <thomas@roundcube.net>2006-04-04 21:46:27 +0000
commitf3704e18d89e4065cede8509256d7fbf483b7fe6 (patch)
treee86a0b530b7421a3888a9aa0a116be07ca854bec /program
parent026d680b6e755835a92e9511743abca9d5677be7 (diff)
Added labels for nextpage/previouspage
Diffstat (limited to 'program')
-rw-r--r--program/localization/de_CH/labels.inc3
-rw-r--r--program/localization/de_DE/labels.inc3
-rw-r--r--program/localization/en_US/labels.inc4
3 files changed, 10 insertions, 0 deletions
diff --git a/program/localization/de_CH/labels.inc b/program/localization/de_CH/labels.inc
index 1ea36f0a7..027142098 100644
--- a/program/localization/de_CH/labels.inc
+++ b/program/localization/de_CH/labels.inc
@@ -159,6 +159,9 @@ $labels['contactsfromto'] = 'Kontakte $from bis $to von $count';
$labels['print'] = 'Drucken';
$labels['export'] = 'Exportieren';
+$labels['previouspage'] = 'Eine Seite zurück';
+$labels['nextpage'] = 'Nächste Seite';
+
// LDAP search
$labels['ldapsearch'] = 'LDAP Verzeichnis-Suche';
diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc
index 9f9c1214b..074ad3d86 100644
--- a/program/localization/de_DE/labels.inc
+++ b/program/localization/de_DE/labels.inc
@@ -160,6 +160,9 @@ $labels['contactsfromto'] = 'Kontakte $from bis $to von $count';
$labels['print'] = 'Drucken';
$labels['export'] = 'Exportieren';
+$labels['previouspage'] = 'Eine Seite zurück';
+$labels['nextpage'] = 'Nächste Seite';
+
// LDAP search
$labels['ldapsearch'] = 'LDAP Verzeichnis-Suche';
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 3e3e57d61..9b27a90dc 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -160,6 +160,10 @@ $labels['contactsfromto'] = 'Contacts $from to $to of $count';
$labels['print'] = 'Print';
$labels['export'] = 'Export';
+$labels['previouspage'] = 'Show previous set';
+$labels['nextpage'] = 'Show next set';
+
+
// LDAP search
$labels['ldapsearch'] = 'LDAP directory search';