diff options
author | alecpl <alec@alec.pl> | 2008-10-01 12:18:16 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-10-01 12:18:16 +0000 |
commit | 56cf503a1b57b9fbf453a051c44cd12750b99cc0 (patch) | |
tree | 9943eaf00247cd229c7a20de1c9e8cd538914cc9 /program/localization/en_US | |
parent | ab8b44741d3c1cf4f088bc899ed8ebb8647ac436 (diff) |
- Localized filesize units (#1485340) + small labels capitalization change in en.* (#1485407)
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 28aab267d..64e2506ab 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -58,8 +58,8 @@ $labels['mailboxlist'] = 'Folders'; $labels['messagesfromto'] = 'Messages $from to $to of $count'; $labels['messagenrof'] = 'Message $nr of $count'; -$labels['moveto'] = 'move to...'; -$labels['download'] = 'download'; +$labels['moveto'] = 'Move to...'; +$labels['download'] = 'Download'; $labels['filename'] = 'File name'; $labels['filesize'] = 'File size'; @@ -282,13 +282,13 @@ $labels['showinlineimages'] = 'Display attached images below the message'; $labels['autosavedraft'] = 'Automatically save draft'; $labels['everynminutes'] = 'every $n minutes'; $labels['never'] = 'never'; -$labels['messagesdisplaying'] = 'Displaying messages'; -$labels['messagescomposition'] = 'Composing messages'; +$labels['messagesdisplaying'] = 'Displaying Messages'; +$labels['messagescomposition'] = 'Composing Messages'; $labels['mimeparamfolding'] = 'Attachment names'; $labels['2231folding'] = 'Full RFC 2231 (Thunderbird)'; $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)'; $labels['2047folding'] = 'Full RFC 2047 (other)'; -$labels['advancedoptions'] = 'advanced options'; +$labels['advancedoptions'] = 'Advanced options'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; @@ -301,10 +301,16 @@ $labels['rename'] = 'Rename'; $labels['renamefolder'] = 'Rename folder'; $labels['deletefolder'] = 'Delete folder'; $labels['managefolders'] = 'Manage folders'; -$labels['specialfolders'] = 'Special folders'; +$labels['specialfolders'] = 'Special Folders'; $labels['sortby'] = 'Sort by'; $labels['sortasc'] = 'Sort ascending'; $labels['sortdesc'] = 'Sort descending'; +// units +$labels['B'] = 'B'; +$labels['KB'] = 'KB'; +$labels['MB'] = 'MB'; +$labels['GB'] = 'GB'; + ?> |