summaryrefslogtreecommitdiff
path: root/program/localization/en_US
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-05 12:05:05 +0000
committeralecpl <alec@alec.pl>2010-03-05 12:05:05 +0000
commite55ab02682caf150359e1d1642022b565e9e65f9 (patch)
tree1ae28df0c7115957acabc94b163254c4b3bdc704 /program/localization/en_US
parentb7f952248e47c126406044ab26829133d3184429 (diff)
- Add 'default_charset' option to user preferences (#1485451)
Diffstat (limited to 'program/localization/en_US')
-rw-r--r--program/localization/en_US/labels.inc28
1 files changed, 24 insertions, 4 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 5e9c968ef..3462b8da8 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -64,10 +64,6 @@ $labels['download'] = 'Download';
$labels['filename'] = 'File name';
$labels['filesize'] = 'File size';
-$labels['preferhtml'] = 'Display HTML';
-$labels['htmlmessage'] = 'HTML Message';
-$labels['prettydate'] = 'Pretty dates';
-
$labels['addtoaddressbook'] = 'Add to address book';
// weekdays short
@@ -265,6 +261,10 @@ $labels['newidentity'] = 'New identity';
$labels['newitem'] = 'New item';
$labels['edititem'] = 'Edit item';
+$labels['preferhtml'] = 'Display HTML';
+$labels['defaultcharset'] = 'Default Character Set';
+$labels['htmlmessage'] = 'HTML Message';
+$labels['prettydate'] = 'Pretty dates';
$labels['setdefault'] = 'Set default';
$labels['autodetect'] = 'Auto';
$labels['language'] = 'Language';
@@ -350,4 +350,24 @@ $labels['KB'] = 'KB';
$labels['MB'] = 'MB';
$labels['GB'] = 'GB';
+// character sets
+$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';
+
?>