diff options
author | alecpl <alec@alec.pl> | 2010-03-06 12:43:38 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-06 12:43:38 +0000 |
commit | 1163db99d45baa33894d70f53d93c3783c8e9d27 (patch) | |
tree | 8ccf71843c9668d8aad4d214d53e8fb9c0096baa /program/localization/en_GB/labels.inc | |
parent | f8c06e91aaefcec72dc3981ca6c9a6d3666cc8cd (diff) |
- de_DE and en_GB update
Diffstat (limited to 'program/localization/en_GB/labels.inc')
-rw-r--r-- | program/localization/en_GB/labels.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index 6dc3af22c..02f7b75f6 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -51,6 +51,7 @@ $labels['download'] = 'Download'; $labels['filename'] = 'File name'; $labels['filesize'] = 'File size'; $labels['preferhtml'] = 'Display HTML'; +$labels['defaultcharset'] = 'Default Character Set'; $labels['htmlmessage'] = 'HTML Message'; $labels['prettydate'] = 'Pretty dates'; $labels['addtoaddressbook'] = 'Add to address book'; @@ -139,6 +140,7 @@ $labels['msgtext'] = 'Entire message'; $labels['openinextwin'] = 'Open in new window'; $labels['emlsave'] = 'Save (.eml)'; $labels['compose'] = 'Compose a message'; +$labels['editasnew'] = 'Edit as new'; $labels['savemessage'] = 'Save this draft'; $labels['sendmessage'] = 'Send now'; $labels['addattachment'] = 'Attach a file'; @@ -232,6 +234,7 @@ $labels['ignore'] = 'ignore'; $labels['readwhendeleted'] = 'Mark the message as read on delete'; $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; $labels['skipdeleted'] = 'Do not show deleted messages'; +$labels['deletealways'] = 'When moving messages to Trash fails delete them'; $labels['showremoteimages'] = 'Display remote inline images'; $labels['fromknownsenders'] = 'from known senders'; $labels['always'] = 'always'; @@ -246,6 +249,7 @@ $labels['mimeparamfolding'] = 'Attachment names'; $labels['2231folding'] = 'Full RFC 2231 (Thunderbird)'; $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)'; $labels['2047folding'] = 'Full RFC 2047 (other)'; +$labels['force7bit'] = 'Use MIME encoding for 8-bit characters'; $labels['advancedoptions'] = 'Advanced options'; $labels['focusonnewmessage'] = 'Focus browser window on new message'; $labels['checkallfolders'] = 'Check all folders for new messages'; @@ -287,5 +291,23 @@ $labels['B'] = 'B'; $labels['KB'] = 'KB'; $labels['MB'] = 'MB'; $labels['GB'] = 'GB'; +$labels['unicode'] = 'Unicode'; +$labels['english'] = 'English'; +$labels['westerneuropean'] = 'Western European'; +$labels['easterneuropean'] = 'Eastern European'; +$labels['southeasterneuropean'] = 'South-Eastern European'; +$labels['baltic'] = 'Baltic'; +$labels['cyrillic'] = 'Cyrillic'; +$labels['arabic'] = 'Arabic'; +$labels['greek'] = 'Greek'; +$labels['hebrew'] = 'Hebrew'; +$labels['turkish'] = 'Turkish'; +$labels['nordic'] = 'Nordic'; +$labels['thai'] = 'Thai'; +$labels['celtic'] = 'Celtic'; +$labels['vietnamese'] = 'Vietnamese'; +$labels['japanese'] = 'Japanese'; +$labels['korean'] = 'Korean'; +$labels['chinese'] = 'Chinese'; ?> |