diff options
author | thomascube <thomas@roundcube.net> | 2011-12-07 14:47:32 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-07 14:47:32 +0000 |
commit | 080c74859d68ae199ed04c4df382cfbd768477ed (patch) | |
tree | fd99b6d316a1f84317f97290b7d1e9ba51ce6ca7 /program/localization/en_US/labels.inc | |
parent | 3c5099f22b009ada55a967c10c6860927e003113 (diff) |
Synchronized localization files from trunk
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 6aefd6c4a..f192209ed 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -43,7 +43,7 @@ $labels['junk'] = 'Junk'; $labels['subject'] = 'Subject'; $labels['from'] = 'From'; $labels['to'] = 'To'; -$labels['cc'] = 'Copy'; +$labels['cc'] = 'Cc'; $labels['bcc'] = 'Bcc'; $labels['replyto'] = 'Reply-To'; $labels['followupto'] = 'Followup-To'; @@ -152,7 +152,6 @@ $labels['unanswered'] = 'Unanswered'; $labels['deleted'] = 'Deleted'; $labels['invert'] = 'Invert'; $labels['filter'] = 'Filter'; - $labels['list'] = 'List'; $labels['threads'] = 'Threads'; $labels['expand-all'] = 'Expand All'; @@ -343,7 +342,7 @@ $labels['done'] = 'Done'; // settings $labels['settingsfor'] = 'Settings for'; - +$labels['about'] = 'About'; $labels['preferences'] = 'Preferences'; $labels['userpreferences'] = 'User preferences'; $labels['editpreferences'] = 'Edit user preferences'; @@ -408,6 +407,7 @@ $labels['advancedoptions'] = 'Advanced options'; $labels['focusonnewmessage'] = 'Focus browser window on new message'; $labels['checkallfolders'] = 'Check all folders for new messages'; $labels['displaynext'] = 'After message delete/move display the next message'; +$labels['defaultfont'] = 'Default font of HTML message'; $labels['mainoptions'] = 'Main Options'; $labels['section'] = 'Section'; $labels['maintenance'] = 'Maintenance'; @@ -465,6 +465,12 @@ $labels['sortasc'] = 'Sort ascending'; $labels['sortdesc'] = 'Sort descending'; $labels['undo'] = 'Undo'; +$labels['plugin'] = 'Plugin'; +$labels['version'] = 'Version'; +$labels['source'] = 'Source'; +$labels['license'] = 'License'; +$labels['support'] = 'Get support'; + // units $labels['B'] = 'B'; $labels['KB'] = 'KB'; |