From 7d16faec67ee45042ea10fbfe25ed77319ee4f34 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 02 Oct 2008 05:45:34 -0400
Subject: [PATCH] - de_* update

---
 program/localization/de_DE/labels.inc |    5 +++++
 program/localization/de_CH/labels.inc |    7 ++++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/program/localization/de_CH/labels.inc b/program/localization/de_CH/labels.inc
index 2675ee9..4a8f84e 100644
--- a/program/localization/de_CH/labels.inc
+++ b/program/localization/de_CH/labels.inc
@@ -203,8 +203,8 @@
 $labels['newitem'] = 'Neuer Eintrag';
 $labels['edititem'] = 'Eintrag bearbeiten';
 $labels['setdefault'] = 'Als Standard';
-$labels['language'] = 'Sprache';
 $labels['autodetect'] = 'Automatisch';
+$labels['language'] = 'Sprache';
 $labels['timezone'] = 'Zeitzone';
 $labels['pagesize'] = 'Einträge pro Seite';
 $labels['signature'] = 'Signatur';
@@ -230,6 +230,11 @@
 $labels['never'] = 'nie';
 $labels['messagesdisplaying'] = 'Nachrichtendarstellung';
 $labels['messagescomposition'] = 'Nachrichtenerstellung';
+$labels['mimeparamfolding'] = 'Namen der Dateianhänge';
+$labels['2231folding'] = 'Vollständig RFC 2231 kompatibel (Mozilla Thunderbird)';
+$labels['miscfolding'] = 'RFC 2047/2231 kompatibel (Microsoft Outlook)';
+$labels['2047folding'] = 'Vollständig RFC 2047 kompatibel (andere)';
+$labels['advancedoptions'] = 'Erweiterte Einstellungen';
 $labels['folder'] = 'Ordner';
 $labels['folders'] = 'Ordner';
 $labels['foldername'] = 'Ordnername';
diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc
index 5d202e3..f36a6bc 100644
--- a/program/localization/de_DE/labels.inc
+++ b/program/localization/de_DE/labels.inc
@@ -229,6 +229,11 @@
 $labels['never'] = 'nie';
 $labels['messagesdisplaying'] = 'Nachrichtendarstellung';
 $labels['messagescomposition'] = 'Nachrichtenerstellung';
+$labels['mimeparamfolding'] = 'Namen der Dateianhänge';
+$labels['2231folding'] = 'Vollständig RFC 2231 kompatibel (Mozilla Thunderbird)';
+$labels['miscfolding'] = 'RFC 2047/2231 kompatibel (Microsoft Outlook)';
+$labels['2047folding'] = 'Vollständig RFC 2047 kompatibel (andere)';
+$labels['advancedoptions'] = 'Erweiterte Einstellungen';
 $labels['folder'] = 'Ordner';
 $labels['folders'] = 'Ordner';
 $labels['foldername'] = 'Ordnername';

--
Gitblit v1.9.1