diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-10 11:09:16 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-10 11:09:16 +0000 |
| commit | 3c75a98f67c19c2cc1e25993d0f85152d6f27172 (patch) | |
| tree | 43b3a9f00286df45432cbd7f15141e981c3b7e48 /roundcubemail/program/localization/en_US | |
| parent | ae3c77add08e49ecd7f602ea9bda1b39904d8304 (diff) | |
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
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |
