diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-07-31 21:08:17 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-07-31 21:08:17 +0000 |
| commit | 5da04b520be4f10e4330f59a570c24efde1d071d (patch) | |
| tree | ede90891432ab1e8d9285485bc3ac756cd66022b /roundcubemail/program/localization/de_CH | |
| parent | 81c8e1e1d43a68b0a27b315fe4d1d054c4cb4e75 (diff) | |
Save outgoing mail to selectable folder (#1324581)
git-svn-id: https://svn.roundcube.net/trunk@1621 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/de_CH')
| -rw-r--r-- | roundcubemail/program/localization/de_CH/labels.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de_CH/labels.inc b/roundcubemail/program/localization/de_CH/labels.inc index 3851a9f93..fdeb1367b 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/program/localization/de_CH/labels.inc @@ -188,6 +188,8 @@ $labels['alwaysshow'] = 'Bilder von $sender immer zeigen'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Klartext'; +$labels['savesentmessagein'] = 'Nachricht speichern in'; +$labels['dontsave'] = 'nicht speichern'; $labels['addcc'] = 'Cc hinzufügen'; $labels['addbcc'] = 'Bcc hinzufügen'; @@ -280,6 +282,7 @@ $labels['rename'] = 'Umbenennen'; $labels['renamefolder'] = 'Ordner umbenennen'; $labels['deletefolder'] = 'Ordner löschen'; $labels['managefolders'] = 'Ordner verwalten'; +$labels['specialfolders'] = 'Spezialordner'; $labels['sortby'] = 'Sortieren nach'; $labels['sortasc'] = 'aufsteigend sortieren'; |
