From 826ca199b8adaf3046ad4a8a10034934544a2e10 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 26 Sep 2007 08:13:21 +0000 Subject: Improve message compose screen git-svn-id: https://svn.roundcube.net/trunk@816 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/localization/de_CH/labels.inc | 4 ++++ roundcubemail/program/localization/en_US/labels.inc | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'roundcubemail/program/localization') diff --git a/roundcubemail/program/localization/de_CH/labels.inc b/roundcubemail/program/localization/de_CH/labels.inc index d5e088eda..f30097846 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/program/localization/de_CH/labels.inc @@ -157,6 +157,10 @@ $labels['showimages'] = 'Bilder anzeigen'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Klartext'; +$labels['addcc'] = 'Cc hinzufügen'; +$labels['addbcc'] = 'Bcc hinzufügen'; +$labels['addreplyto'] = 'Antwortadresse hinzufügen'; + // address book // Adressbuch $labels['name'] = 'Anzeigename'; diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index c4b71416c..4c5e80a97 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -156,6 +156,10 @@ $labels['showimages'] = 'Display images'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Plain text'; +$labels['addcc'] = 'Add Cc'; +$labels['addbcc'] = 'Add Bcc'; +$labels['addreplyto'] = 'Add Reply-To'; + // address boook $labels['name'] = 'Display name'; -- cgit v1.2.3