X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=program%2Flocalization%2Fen_GB%2Flabels.inc;h=9bb70394ffef9ad4b6acebec85449b1e95195c7f;hb=76507f7c63a660742e76889ad6e3919f3dde3bb0;hp=70fd646d0045d53b950d6ab1c195b2bd498c7c9a;hpb=a2dd2e41259a5e90016efcd7d083020b95e25527;p=roundcube.git diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index 70fd646..9bb7039 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -11,9 +11,10 @@ | | +-----------------------------------------------------------------------+ | Author: Weiran Zhang (weiran@weiran.co.uk) | +| Phil Weir | +-----------------------------------------------------------------------+ -@version $Id: labels.inc 5175 2011-09-05 18:42:24Z thomasb $ +@version $Id: labels.inc 5184 2011-09-07 06:33:15Z alec $ */ @@ -33,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'; @@ -137,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';