diff options
Diffstat (limited to 'apps/user_openid/l10n/pl.php')
-rw-r--r-- | apps/user_openid/l10n/pl.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/user_openid/l10n/pl.php b/apps/user_openid/l10n/pl.php new file mode 100644 index 00000000000..c9572851e39 --- /dev/null +++ b/apps/user_openid/l10n/pl.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"This is an OpenID server endpoint. For more information, see " => "To jest punkt końcowy serwera OpenID. Aby uzyskać więcej informacji zobacz", +"Identity: <b>" => "Tożsamość: <b>", +"Realm: <b>" => "Obszar: <b>", +"User: <b>" => "Użytkownik: <b>", +"Login" => "Login", +"Error: <b>No user Selected" => "Błąd:<b>Nie wybrano użytkownika", +"you can authenticate to other sites with this address" => "można uwierzytelniać do innych witryn z tego adresu", +"Authorized OpenID provider" => "Autoryzowani dostawcy OpenID", +"Your address at Wordpress, Identi.ca, …" => "Twój adres na Wordpress, Identi.ca, …" +); |