diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-15 18:49:53 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-15 18:49:53 +0000 |
| commit | a9c059c874302165771248c21ee14dc56f1662f4 (patch) | |
| tree | 2c1c6d2dccd424500a688a9e66edec7706ea3c3c | |
| parent | 1a579800e868aa9729b1645eda2b121af925fdfc (diff) | |
- pl_PL localization for plugins
git-svn-id: https://svn.roundcube.net/trunk@2490 208e9e7b-5314-0410-a742-e7e81cd9613c
4 files changed, 38 insertions, 0 deletions
diff --git a/roundcubemail/plugins/markasjunk/localization/pl_PL.inc b/roundcubemail/plugins/markasjunk/localization/pl_PL.inc new file mode 100644 index 000000000..a98f0aab3 --- /dev/null +++ b/roundcubemail/plugins/markasjunk/localization/pl_PL.inc @@ -0,0 +1,7 @@ +<?php + +$labels = array(); +$labels['buttontitle'] = 'Oznacz jako SPAM'; +$labels['reportedasjunk'] = 'Pomyślnie oznaczono jako SPAM'; + +?> diff --git a/roundcubemail/plugins/sasl_password/locale/pl_PL.inc b/roundcubemail/plugins/sasl_password/locale/pl_PL.inc new file mode 100644 index 000000000..10cf51ad6 --- /dev/null +++ b/roundcubemail/plugins/sasl_password/locale/pl_PL.inc @@ -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."; + +?>
\ No newline at end of file diff --git a/roundcubemail/plugins/subscriptions_option/localization/pl_PL.inc b/roundcubemail/plugins/subscriptions_option/localization/pl_PL.inc new file mode 100644 index 000000000..8544c7d30 --- /dev/null +++ b/roundcubemail/plugins/subscriptions_option/localization/pl_PL.inc @@ -0,0 +1,6 @@ +<?php + +$labels = array(); +$labels['useimapsubscriptions'] = 'Używaj subskrypcji IMAP'; + +?> diff --git a/roundcubemail/plugins/userinfo/localization/pl_PL.inc b/roundcubemail/plugins/userinfo/localization/pl_PL.inc new file mode 100644 index 000000000..6b03c32e7 --- /dev/null +++ b/roundcubemail/plugins/userinfo/localization/pl_PL.inc @@ -0,0 +1,9 @@ +<?php + +$labels = array(); +$labels['userinfo'] = 'Informacje'; +$labels['created'] = 'Utworzony'; +$labels['lastlogin'] = 'Ostatnie logowanie'; +$labels['defaultidentity'] = 'Domyślna tożsamość'; + +?> |
