From cead5c727147faac362e742aa7bcecf07f68cd99 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 18 May 2006 17:24:42 -0400
Subject: [PATCH] Updated CHANGELOG

---
 program/localization/de_DE/labels.inc |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc
index 9f9c121..7e7f5de 100644
--- a/program/localization/de_DE/labels.inc
+++ b/program/localization/de_DE/labels.inc
@@ -21,7 +21,7 @@
 $labels = array();
 
 // login page // Login-Seite
-$labels['welcome']   = 'Welcome to Roundcube|Mail';
+$labels['welcome']   = 'Willkommen bei $product';
 $labels['username']  = 'Benutzername';
 $labels['password']  = 'Passwort';
 $labels['server']    = 'Server';
@@ -124,6 +124,7 @@
 $labels['sendmessage']  = 'Nachricht jetzt senden';
 $labels['addattachment']  = 'Datei anfügen';
 $labels['charset']  = 'Zeichensatz';
+$labels['returnreceipt'] = 'Empfangsbestätigung';
 
 $labels['attachments'] = 'Anhänge';
 $labels['upload'] = 'Hochladen';
@@ -160,6 +161,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