Changeset c75f8e9 in github


Ignore:
Timestamp:
Mar 26, 2010 9:44:46 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
a61bbb2
Parents:
3eb8f25
Message:
Location:
program/localization/en_GB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • program/localization/en_GB/labels.inc

    r71e7545 rc75f8e9  
    4646$labels['mailboxlist'] = 'Folders'; 
    4747$labels['messagesfromto'] = 'Messages $from to $to of $count'; 
     48$labels['threadsfromto'] = 'Threads $from to $to of $count'; 
    4849$labels['messagenrof'] = 'Message $nr of $count'; 
     50$labels['copy']     = 'Copy'; 
     51$labels['move']     = 'Move'; 
    4952$labels['moveto'] = 'Move to...'; 
    5053$labels['download'] = 'Download'; 
     
    128131$labels['invert'] = 'Invert'; 
    129132$labels['filter'] = 'Filter'; 
     133$labels['list'] = 'List'; 
     134$labels['threads'] = 'Threads'; 
     135$labels['expand-all'] = 'Expand All'; 
     136$labels['expand-unread'] = 'Expand Unread'; 
     137$labels['collapse-all'] = 'Collapse All'; 
     138$labels['threaded'] = 'Threaded'; 
     139$labels['autoexpand_threads'] = 'Expand message threads'; 
     140$labels['do_expand'] = 'all threads'; 
     141$labels['expand_only_unread'] = 'only with unread messages'; 
     142$labels['fromto'] = 'Sender/Recipient'; 
     143$labels['flag'] = 'Flag'; 
     144$labels['attachment'] = 'Attachment'; 
     145$labels['nonesort'] = 'None'; 
     146$labels['sentdate'] = 'Sent date'; 
     147$labels['arrival'] = 'Arrival date'; 
     148$labels['asc'] = 'ascending'; 
     149$labels['desc'] = 'descending'; 
     150$labels['listcolumns'] = 'List columns'; 
     151$labels['listsorting'] = 'Sorting column'; 
     152$labels['listorder'] = 'Sorting order'; 
     153$labels['listmode'] = 'List view mode'; 
    130154$labels['compact'] = 'Compact'; 
    131155$labels['empty'] = 'Empty'; 
  • program/localization/en_GB/messages.inc

    r742db41b rc75f8e9  
    4848$messages['errorsaving'] = 'An error occurred while saving'; 
    4949$messages['errormoving'] = 'Could not move the message'; 
     50$messages['errorcopying'] = 'Could not copy the message(s)'; 
    5051$messages['errordeleting'] = 'Could not delete the message'; 
    5152$messages['errormarking'] = 'Could not mark the message'; 
     
    8788$messages['errorsavingcontact'] = 'Could not save the contact address'; 
    8889$messages['movingmessage'] = 'Moving message...'; 
     90$messages['copyingmessage'] = 'Copying message...'; 
    8991$messages['receiptsent'] = 'Successfully sent a read receipt'; 
    9092$messages['errorsendingreceipt'] = 'Could not send the receipt'; 
Note: See TracChangeset for help on using the changeset viewer.