diff options
author | thomascube <thomas@roundcube.net> | 2006-04-04 21:46:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-04-04 21:46:27 +0000 |
commit | f3704e18d89e4065cede8509256d7fbf483b7fe6 (patch) | |
tree | e86a0b530b7421a3888a9aa0a116be07ca854bec /program/localization/de_CH | |
parent | 026d680b6e755835a92e9511743abca9d5677be7 (diff) |
Added labels for nextpage/previouspage
Diffstat (limited to 'program/localization/de_CH')
-rw-r--r-- | program/localization/de_CH/labels.inc | 3 |
1 files changed, 3 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'; |