From 3c75a98f67c19c2cc1e25993d0f85152d6f27172 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 10 Aug 2011 11:09:16 +0000 Subject: Recalculate date when replying to a message and localize the cite header (#1487675) git-svn-id: https://svn.roundcube.net/trunk@5040 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/localization/de_CH/labels.inc | 1 + roundcubemail/program/localization/de_DE/labels.inc | 1 + roundcubemail/program/localization/en_US/labels.inc | 1 + 3 files changed, 3 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 46bed714e..d2bdf1f1d 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/program/localization/de_CH/labels.inc @@ -172,6 +172,7 @@ $labels['charset'] = 'Zeichensatz'; $labels['editortype'] = 'Editor-Typ'; $labels['returnreceipt'] = 'Empfangsbestätigung (MDN)'; $labels['dsn'] = 'Übermittlungsbestätigung (DSN)'; +$labels['mailreplyintro'] = 'Am $date, schrieb $sender:'; $labels['editidents'] = 'Absender bearbeiten'; $labels['checkspelling'] = 'Rechtschreibung prüfen'; $labels['resumeediting'] = 'Bearbeitung fortsetzen'; diff --git a/roundcubemail/program/localization/de_DE/labels.inc b/roundcubemail/program/localization/de_DE/labels.inc index bb1d6bb08..b3fe64249 100644 --- a/roundcubemail/program/localization/de_DE/labels.inc +++ b/roundcubemail/program/localization/de_DE/labels.inc @@ -173,6 +173,7 @@ $labels['charset'] = 'Zeichensatz'; $labels['editortype'] = 'Editor Typ'; $labels['returnreceipt'] = 'Empfangsbestätigung (MSN)'; $labels['dsn'] = 'Übermittlungsbestätigung (DSN)'; +$labels['mailreplyintro'] = 'Am $date, schrieb $sender:'; $labels['editidents'] = 'Absender ändern'; $labels['checkspelling'] = 'Rechtschreibung prüfen'; $labels['resumeediting'] = 'Bearbeitung fortsetzen'; diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index b6de28bcd..efbc9a673 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -202,6 +202,7 @@ $labels['charset'] = 'Charset'; $labels['editortype'] = 'Editor type'; $labels['returnreceipt'] = 'Return receipt'; $labels['dsn'] = 'Delivery status notification'; +$labels['mailreplyintro'] = 'On $date, $sender wrote:'; $labels['editidents'] = 'Edit identities'; $labels['checkspelling'] = 'Check spelling'; -- cgit v1.2.3