From e55ab02682caf150359e1d1642022b565e9e65f9 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 5 Mar 2010 12:05:05 +0000 Subject: - Add 'default_charset' option to user preferences (#1485451) --- program/localization/pl_PL/labels.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'program/localization/pl_PL/labels.inc') diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc index c00d73c06..3ceb0ac32 100644 --- a/program/localization/pl_PL/labels.inc +++ b/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'; ?> -- cgit v1.2.3