Changeset c75f8e9 in github
- Timestamp:
- Mar 26, 2010 9:44:46 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- a61bbb2
- Parents:
- 3eb8f25
- Location:
- program/localization/en_GB
- Files:
-
- 2 edited
-
labels.inc (modified) (2 diffs)
-
messages.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/localization/en_GB/labels.inc
r71e7545 rc75f8e9 46 46 $labels['mailboxlist'] = 'Folders'; 47 47 $labels['messagesfromto'] = 'Messages $from to $to of $count'; 48 $labels['threadsfromto'] = 'Threads $from to $to of $count'; 48 49 $labels['messagenrof'] = 'Message $nr of $count'; 50 $labels['copy'] = 'Copy'; 51 $labels['move'] = 'Move'; 49 52 $labels['moveto'] = 'Move to...'; 50 53 $labels['download'] = 'Download'; … … 128 131 $labels['invert'] = 'Invert'; 129 132 $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'; 130 154 $labels['compact'] = 'Compact'; 131 155 $labels['empty'] = 'Empty'; -
program/localization/en_GB/messages.inc
r742db41b rc75f8e9 48 48 $messages['errorsaving'] = 'An error occurred while saving'; 49 49 $messages['errormoving'] = 'Could not move the message'; 50 $messages['errorcopying'] = 'Could not copy the message(s)'; 50 51 $messages['errordeleting'] = 'Could not delete the message'; 51 52 $messages['errormarking'] = 'Could not mark the message'; … … 87 88 $messages['errorsavingcontact'] = 'Could not save the contact address'; 88 89 $messages['movingmessage'] = 'Moving message...'; 90 $messages['copyingmessage'] = 'Copying message...'; 89 91 $messages['receiptsent'] = 'Successfully sent a read receipt'; 90 92 $messages['errorsendingreceipt'] = 'Could not send the receipt';
Note: See TracChangeset
for help on using the changeset viewer.
