diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-11 13:40:18 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-11 13:40:18 +0000 |
| commit | d18a5eb8b2a600d09eefd2b6a7ce5b4b960e7755 (patch) | |
| tree | db2411223c3623b64fc29c85ea0746cf597ab467 /roundcubemail | |
| parent | 8f7e0321de7c9e2ebc1ad581c0336d5c0fb6ab51 (diff) | |
translated new labels
git-svn-id: https://svn.roundcube.net/trunk@1283 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/program/localization/en_GB/labels.inc | 2 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl/labels.inc | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_GB/labels.inc b/roundcubemail/program/localization/en_GB/labels.inc index 041e3b0a7..6d2464144 100644 --- a/roundcubemail/program/localization/en_GB/labels.inc +++ b/roundcubemail/program/localization/en_GB/labels.inc @@ -195,6 +195,8 @@ $labels['dstactive'] = 'Summer time'; $labels['htmleditor'] = 'Compose HTML messages'; $labels['htmlsignature'] = 'HTML signature'; $labels['previewpane'] = 'Show preview pane'; +$labels['logoutclear'] = 'Clear Trash on logout'; +$labels['logoutcompact'] = 'Compact Inbox on logout'; $labels['autosavedraft'] = 'Automatically save draft'; $labels['everynminutes'] = 'every $n minutes'; $labels['never'] = 'never'; diff --git a/roundcubemail/program/localization/pl/labels.inc b/roundcubemail/program/localization/pl/labels.inc index cb358d167..ec2e76a33 100644 --- a/roundcubemail/program/localization/pl/labels.inc +++ b/roundcubemail/program/localization/pl/labels.inc @@ -122,7 +122,7 @@ $labels['select'] = 'Zaznacz'; $labels['all'] = 'Wszystkie'; $labels['none'] = 'Anuluj'; $labels['unread'] = 'Nieprzeczytane'; -$labels['compact'] = 'Upakuj'; +$labels['compact'] = 'Porządkuj'; $labels['empty'] = 'Opróżnij'; $labels['purge'] = 'Oczyść'; $labels['quota'] = 'Użyte miejsce'; @@ -199,6 +199,8 @@ $labels['dstactive'] = 'Czas letni'; $labels['htmleditor'] = 'Twórz wiadomości HTML'; $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['autosavedraft'] = 'Automatyczny zapis tworzonej wiadomości'; $labels['everynminutes'] = 'co $n minut'; $labels['never'] = 'nigdy'; |
