diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-18 12:51:28 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-18 12:51:28 +0000 |
| commit | 8b7791dd775c94115f791a9519ddeb35c168a144 (patch) | |
| tree | 31c10d11e3b148a2ca31991857c71c1d710c58b1 /roundcubemail/program/localization/en_US | |
| parent | 9ae3d89522b753b75c4d2fadc2c736e03aad235f (diff) | |
- Added About tab in Settings
git-svn-id: https://svn.roundcube.net/trunk@5450 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 6aefd6c4a..d7df39771 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -343,7 +343,7 @@ $labels['done'] = 'Done'; // settings $labels['settingsfor'] = 'Settings for'; - +$labels['about'] = 'About'; $labels['preferences'] = 'Preferences'; $labels['userpreferences'] = 'User preferences'; $labels['editpreferences'] = 'Edit user preferences'; @@ -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['webpage'] = 'Webpage'; + // units $labels['B'] = 'B'; $labels['KB'] = 'KB'; |
