From 2a76f8ddc306df29a36563ec84b634e7e0b8a3fd Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 07 Sep 2011 02:33:15 -0400 Subject: [PATCH] - Use 'From' and 'To' labels instead of 'Sender' and 'Recipient' --- CHANGELOG | 1 + program/localization/en_US/labels.inc | 6 +++--- program/localization/pl_PL/labels.inc | 6 +++--- program/localization/en_GB/labels.inc | 6 +++--- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8e8eae4..3fffa6c 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 e8480b2..6c97ade 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -34,8 +34,8 @@ $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['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 17544bb..9363c99 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -41,8 +41,8 @@ // 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['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 f1713d8..56980a3 100644 --- a/program/localization/pl_PL/labels.inc +++ b/program/localization/pl_PL/labels.inc @@ -38,8 +38,8 @@ $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['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'; -- Gitblit v1.9.1