alecpl
2009-05-15 34ee9e7498f84394bfc7d5a4a845720aed8e0b2f
- pl_PL localization for plugins


4 files added
38 ■■■■■ changed files
plugins/markasjunk/localization/pl_PL.inc 7 ●●●●● patch | view | raw | blame | history
plugins/sasl_password/locale/pl_PL.inc 16 ●●●●● patch | view | raw | blame | history
plugins/subscriptions_option/localization/pl_PL.inc 6 ●●●●● patch | view | raw | blame | history
plugins/userinfo/localization/pl_PL.inc 9 ●●●●● patch | view | raw | blame | history
plugins/markasjunk/localization/pl_PL.inc
New file
@@ -0,0 +1,7 @@
<?php
$labels = array();
$labels['buttontitle'] = 'Oznacz jako SPAM';
$labels['reportedasjunk'] = 'Pomyślnie oznaczono jako SPAM';
?>
plugins/sasl_password/locale/pl_PL.inc
New file
@@ -0,0 +1,16 @@
<?php
$labels = array();
$labels['changepasswd']  = 'Zmiana hasła';
$labels['curpasswd']  = 'Aktualne hasło:';
$labels['newpasswd']  = 'Nowe hasło:';
$labels['confpasswd']  = 'Potwierdź hasło:';
$messages = array();
$messages['nopassword'] = "Wprowadź nowe hasło";
$messages['nocurpassword'] = "Wprowadź aktualne hasło";
$messages['passwordincorrect'] = 'Błędne aktualne hasło, spróbuj ponownie.';
$messages['passwordinconsistency'] = 'Hasła nie pasują, spróbuj ponownie.';
$messages['successfullysaved'] = "Zapisano.";
?>
plugins/subscriptions_option/localization/pl_PL.inc
New file
@@ -0,0 +1,6 @@
<?php
$labels = array();
$labels['useimapsubscriptions']  = 'Używaj subskrypcji IMAP';
?>
plugins/userinfo/localization/pl_PL.inc
New file
@@ -0,0 +1,9 @@
<?php
$labels = array();
$labels['userinfo'] = 'Informacje';
$labels['created'] = 'Utworzony';
$labels['lastlogin'] = 'Ostatnie logowanie';
$labels['defaultidentity'] = 'Domyślna tożsamość';
?>