From f3704e18d89e4065cede8509256d7fbf483b7fe6 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 04 Apr 2006 17:46:27 -0400
Subject: [PATCH] Added labels for nextpage/previouspage

---
 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 1ea36f0..0271420 100644
--- a/program/localization/de_CH/labels.inc
+++ b/program/localization/de_CH/labels.inc
@@ -159,6 +159,9 @@
 $labels['print']          = 'Drucken';
 $labels['export']         = 'Exportieren';
 
+$labels['previouspage']   = 'Eine Seite zurück';
+$labels['nextpage']       = 'Nächste Seite';
+
 // LDAP search
 $labels['ldapsearch'] = 'LDAP Verzeichnis-Suche';
 

--
Gitblit v1.9.1