From 40858c00ef7d61c095cf1dde2aa78394139150f1 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 19 Jan 2012 07:55:09 -0500
Subject: [PATCH] - Add lost translation label in de_DE (#1488315)

---
 program/localization/de_DE/labels.inc |    1 +
 CHANGELOG                             |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 386ed97..f0e8830 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+- Add lost translation label in de_DE (#1488315)
 - Fix drafts update issues when edited from preview pane (#1488314)
 - Fix wrong variable name in rcube_ldap.php (#1488302)
 - Make mime type detection based on filename extension to be case-insensitive
diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc
index 97bc77c..fed3197 100644
--- a/program/localization/de_DE/labels.inc
+++ b/program/localization/de_DE/labels.inc
@@ -427,5 +427,6 @@
 $labels['japanese'] = 'Japanisch';
 $labels['korean'] = 'Koreanisch';
 $labels['chinese'] = 'Chinesisch';
+$labels['autocompletesingle'] = 'Alternative E-Mailadressen bei der Auto-Vervollständigung nicht berücksichtigen';
 
 ?>

--
Gitblit v1.9.1