From 2a76f8ddc306df29a36563ec84b634e7e0b8a3fd Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 7 Sep 2011 06:33:15 +0000 Subject: [PATCH] - Use 'From' and 'To' labels instead of 'Sender' and 'Recipient' --- CHANGELOG | 1 + program/localization/en_GB/labels.inc | 6 +++--- program/localization/en_US/labels.inc | 6 +++--- program/localization/pl_PL/labels.inc | 6 +++--- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8e8eae453..3fffa6c56 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Use 'From' and 'To' labels instead of 'Sender' and 'Recipient' - Fix username case-insensitivity issue in MySQL (#1488021) - Addressbook Saved Searches - Added spellchecker exceptions dictionary (shared or per-user) diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index e8480b21f..6c97ade1e 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -34,8 +34,8 @@ $labels['sent'] = 'Sent'; $labels['trash'] = 'Deleted Items'; $labels['junk'] = 'Junk'; $labels['subject'] = 'Subject'; -$labels['from'] = 'Sender'; -$labels['to'] = 'Recipient'; +$labels['from'] = 'From'; +$labels['to'] = 'To'; $labels['cc'] = 'Copy'; $labels['bcc'] = 'Bcc'; $labels['replyto'] = 'Reply-To'; @@ -138,7 +138,7 @@ $labels['threaded'] = 'Threaded'; $labels['autoexpand_threads'] = 'Expand message threads'; $labels['do_expand'] = 'all threads'; $labels['expand_only_unread'] = 'only with unread messages'; -$labels['fromto'] = 'Sender/Recipient'; +$labels['fromto'] = 'From/To'; $labels['flag'] = 'Flag'; $labels['attachment'] = 'Attachment'; $labels['nonesort'] = 'None'; diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 17544bb6d..9363c994f 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -41,8 +41,8 @@ $labels['junk'] = 'Junk'; // message listing $labels['subject'] = 'Subject'; -$labels['from'] = 'Sender'; -$labels['to'] = 'Recipient'; +$labels['from'] = 'From'; +$labels['to'] = 'To'; $labels['cc'] = 'Copy'; $labels['bcc'] = 'Bcc'; $labels['replyto'] = 'Reply-To'; @@ -163,7 +163,7 @@ $labels['threaded'] = 'Threaded'; $labels['autoexpand_threads'] = 'Expand message threads'; $labels['do_expand'] = 'all threads'; $labels['expand_only_unread'] = 'only with unread messages'; -$labels['fromto'] = 'Sender/Recipient'; +$labels['fromto'] = 'From/To'; $labels['flag'] = 'Flag'; $labels['attachment'] = 'Attachment'; $labels['nonesort'] = 'None'; diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc index f1713d84f..56980a38c 100644 --- a/program/localization/pl_PL/labels.inc +++ b/program/localization/pl_PL/labels.inc @@ -38,8 +38,8 @@ $labels['sent'] = 'Wysłane'; $labels['trash'] = 'Kosz'; $labels['junk'] = 'Spam'; $labels['subject'] = 'Temat'; -$labels['from'] = 'Nadawca'; -$labels['to'] = 'Odbiorca'; +$labels['from'] = 'Od'; +$labels['to'] = 'Do'; $labels['cc'] = 'Kopia'; $labels['bcc'] = 'Ukryta kopia'; $labels['replyto'] = 'Odpowiedź do'; @@ -137,7 +137,7 @@ $labels['threaded'] = 'Powątkowane'; $labels['autoexpand_threads'] = 'Rozwijaj wątki'; $labels['do_expand'] = 'wszystkie'; $labels['expand_only_unread'] = 'tylko nieprzeczytane'; -$labels['fromto'] = 'Nadawca/Odbiorca'; +$labels['fromto'] = 'Od/Do'; $labels['flag'] = 'Flaga'; $labels['attachment'] = 'Załącznik'; $labels['nonesort'] = 'Brak';