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 | |
| 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')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 8 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/labels.inc | 6 |
2 files changed, 13 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'; diff --git a/roundcubemail/program/localization/pl_PL/labels.inc b/roundcubemail/program/localization/pl_PL/labels.inc index cdebe50f5..164e508a3 100644 --- a/roundcubemail/program/localization/pl_PL/labels.inc +++ b/roundcubemail/program/localization/pl_PL/labels.inc @@ -434,5 +434,11 @@ $labels['dateformat'] = 'Format daty'; $labels['timeformat'] = 'Format czasu'; $labels['isdraft'] = 'To jest kopia robocza wiadomości.'; $labels['autocompletesingle'] = 'Nie pokazuj alternatywnych adresów przy autouzupełnianiu'; +$labels['plugin'] = 'Wtyczka'; +$labels['version'] = 'Wersja'; +$labels['source'] = 'Źródła'; +$labels['license'] = 'Licencja'; +$labels['webpage'] = 'Strona internetowa'; +$labels['about'] = 'O programie'; ?> |
