diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-05 12:05:05 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-05 12:05:05 +0000 |
| commit | bd1a9cac7b465af35af692492bbd2f98de835a56 (patch) | |
| tree | 0420e4117f82d7f9d24b267f6b1a287dca47008d /roundcubemail/program/localization/pl_PL | |
| parent | 44056fdea753785fea032b138e69ee3b3b08603b (diff) | |
- Add 'default_charset' option to user preferences (#1485451)
git-svn-id: https://svn.roundcube.net/trunk@3327 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/pl_PL')
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/labels.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/pl_PL/labels.inc b/roundcubemail/program/localization/pl_PL/labels.inc index c00d73c06..3ceb0ac32 100644 --- a/roundcubemail/program/localization/pl_PL/labels.inc +++ b/roundcubemail/program/localization/pl_PL/labels.inc @@ -218,6 +218,7 @@ $labels['language'] = 'Język'; $labels['timezone'] = 'Strefa czasowa'; $labels['pagesize'] = 'Liczba wierszy na stronie'; $labels['signature'] = 'Podpis'; +$labels['defaultcharset'] = 'Domyślny zestaw znaków'; $labels['dstactive'] = 'Czas letni'; $labels['htmleditor'] = 'Twórz wiadomości HTML'; $labels['htmlsignature'] = 'Podpis w HTML'; @@ -296,5 +297,23 @@ $labels['replysignaturepos'] = 'Podczas odpowiedzi wstaw podpis'; $labels['belowquote'] = 'poniżej cytowanej treści'; $labels['abovequote'] = 'ponad cytowaną treścią'; +$labels['unicode'] = 'uniwersalny'; +$labels['english'] = 'angielski'; +$labels['westerneuropean'] = 'zachodnioeuropejski'; +$labels['easterneuropean'] = 'wschodnioeuropejski'; +$labels['southeasterneuropean'] = 'południowo-wschodnioeuropejski'; +$labels['baltic'] = 'bałtycki'; +$labels['cyrillic'] = 'cyrylica'; +$labels['arabic'] = 'arabski'; +$labels['greek'] = 'grecki'; +$labels['hebrew'] = 'hebrajski'; +$labels['turkish'] = 'turecki'; +$labels['nordic'] = 'nordycki'; +$labels['thai'] = 'tajski'; +$labels['celtic'] = 'celtycki'; +$labels['vietnamese'] = 'wietnamski'; +$labels['japanese'] = 'japoński'; +$labels['korean'] = 'koreański'; +$labels['chinese'] = 'chiński'; ?> |
