diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-03 18:42:57 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-03 18:42:57 +0000 |
| commit | c771b5ddac45b01e155f76c6f1b518d90409e038 (patch) | |
| tree | 01cc62c07e642447371c000d83157293b9cb0320 /roundcubemail/program/localization/en_US | |
| parent | cd308a049bf0c3854de4cbe5cd1c97effe6b0511 (diff) | |
- new labels for r2830
git-svn-id: https://svn.roundcube.net/trunk@2831 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 443b4bbcd..2f817b184 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -29,7 +29,7 @@ $labels['login'] = 'Login'; // taskbar $labels['logout'] = 'Logout'; $labels['mail'] = 'E-Mail'; -$labels['settings'] = 'Personal Settings'; +$labels['settings'] = 'Settings'; $labels['addressbook'] = 'Address Book'; // mailbox names @@ -306,6 +306,11 @@ $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['mainoptions'] = 'Main Options'; +$labels['section'] = 'Section'; +$labels['maintenance'] = 'Maintenance'; +$labels['newmessage'] = 'New Message'; +$labels['listoptions'] = 'List Options'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; |
