diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-14 09:54:57 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-14 09:54:57 +0000 |
| commit | 83935676d4f60639d63ce93ee3dd6f033bab26d3 (patch) | |
| tree | 5cdce3b8be7389db1d0f97109ec4d66856df4d7e /roundcubemail/program/localization | |
| parent | 4a0d928cb9c9de37cc806dbf4e3afc0326d5e9ad (diff) | |
- Added sections (fieldset+label) in Settings interface
git-svn-id: https://svn.roundcube.net/trunk@1300 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/en_GB/labels.inc | 2 | ||||
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 2 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl/labels.inc | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_GB/labels.inc b/roundcubemail/program/localization/en_GB/labels.inc index 6d2464144..ba4926f15 100644 --- a/roundcubemail/program/localization/en_GB/labels.inc +++ b/roundcubemail/program/localization/en_GB/labels.inc @@ -197,6 +197,8 @@ $labels['htmlsignature'] = 'HTML signature'; $labels['previewpane'] = 'Show preview pane'; $labels['logoutclear'] = 'Clear Trash on logout'; $labels['logoutcompact'] = 'Compact Inbox on logout'; +$labels['uisettings'] = 'User Interface'; +$labels['serversettings'] = 'Server Settings'; $labels['autosavedraft'] = 'Automatically save draft'; $labels['everynminutes'] = 'every $n minutes'; $labels['never'] = 'never'; diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index ddd1a5f1f..c4a85b8ff 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -252,6 +252,8 @@ $labels['htmlsignature'] = 'HTML signature'; $labels['previewpane'] = 'Show preview pane'; $labels['logoutclear'] = 'Clear Trash on logout'; $labels['logoutcompact'] = 'Compact Inbox on logout'; +$labels['uisettings'] = 'User Interface'; +$labels['serversettings'] = 'Server Settings'; $labels['autosavedraft'] = 'Automatically save draft'; $labels['everynminutes'] = 'every $n minutes'; diff --git a/roundcubemail/program/localization/pl/labels.inc b/roundcubemail/program/localization/pl/labels.inc index ec2e76a33..b79c2f87e 100644 --- a/roundcubemail/program/localization/pl/labels.inc +++ b/roundcubemail/program/localization/pl/labels.inc @@ -201,6 +201,8 @@ $labels['htmlsignature'] = 'Podpis w HTML'; $labels['previewpane'] = 'Pokaż podgląd'; $labels['logoutclear'] = 'Przy wylogowaniu opróżnij Kosz'; $labels['logoutcompact'] = 'Przy wylogowaniu porządkuj folder Odebrane'; +$labels['uisettings'] = 'Interfejs użytkownika'; +$labels['serversettings'] = 'Ustawienia serwera'; $labels['autosavedraft'] = 'Automatyczny zapis tworzonej wiadomości'; $labels['everynminutes'] = 'co $n minut'; $labels['never'] = 'nigdy'; |
