forked from lingthio/Flask-User
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request lingthio#242 from jacek-sloma/patch-1
Polish language translation
- Loading branch information
Showing
1 changed file
with
355 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,355 @@ | ||
# Polish translations for flask-user. | ||
# Copyright (C) 2017 ORGANIZATION | ||
# This file is distributed under the same license as the flask-user project. | ||
# FIRST AUTHOR <[email protected]>, 2017. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2017-09-07 12:43-0700\n" | ||
"PO-Revision-Date: 2018-11-21 07:56+0100\n" | ||
"Last-Translator: Jacek Słoma <[email protected]>\n" | ||
"Language: pl\n" | ||
"Language-Team: pl <[email protected]>\n" | ||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && " | ||
"(n%100<10 || n%100>=20) ? 1 : 2)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.6.0\n" | ||
|
||
#: flask_user/forms.py:40 | ||
msgid "This Username is already in use. Please try another one." | ||
msgstr "Użytkownik o takiej nazwie jest już zarejestrowany." | ||
|
||
#: flask_user/forms.py:47 | ||
msgid "This Email is already in use. Please try another one." | ||
msgstr "Adres email jest już zarejestrowany." | ||
|
||
#: flask_user/forms.py:56 flask_user/forms.py:159 flask_user/forms.py:220 | ||
#: flask_user/forms.py:251 flask_user/forms.py:308 flask_user/forms.py:352 | ||
msgid "Email" | ||
msgstr "Email" | ||
|
||
#: flask_user/forms.py:57 flask_user/forms.py:160 flask_user/forms.py:252 | ||
#: flask_user/forms.py:353 | ||
msgid "Email is required" | ||
msgstr "Podanie adresu email jest obowiązkowe." | ||
|
||
#: flask_user/forms.py:58 flask_user/forms.py:161 flask_user/forms.py:253 | ||
#: flask_user/forms.py:354 | ||
msgid "Invalid Email" | ||
msgstr "Nieprawidłowy adres email." | ||
|
||
#: flask_user/forms.py:60 | ||
msgid "Add Email" | ||
msgstr "Dodaj adres email." | ||
|
||
#: flask_user/forms.py:65 flask_user/forms.py:112 | ||
msgid "Old Password" | ||
msgstr "Dotychczasowe hasło" | ||
|
||
#: flask_user/forms.py:66 flask_user/forms.py:113 | ||
msgid "Old Password is required" | ||
msgstr "Podanie dotychczasowego hasła jest obowiązkowe." | ||
|
||
#: flask_user/forms.py:68 flask_user/forms.py:322 | ||
msgid "New Password" | ||
msgstr "Nowe hasło" | ||
|
||
#: flask_user/forms.py:69 flask_user/forms.py:323 | ||
msgid "New Password is required" | ||
msgstr "Podanie nowego hasła jest obowiązkowe" | ||
|
||
#: flask_user/forms.py:72 flask_user/forms.py:326 | ||
msgid "Retype New Password" | ||
msgstr "Powtórz nowe hasło" | ||
|
||
#: flask_user/forms.py:73 flask_user/forms.py:327 | ||
msgid "New Password and Retype Password did not match" | ||
msgstr "Nowe hasło i powtórzone nowe hasło nie zgadzają się" | ||
|
||
#: flask_user/forms.py:76 flask_user/forms.py:329 | ||
#: flask_user/templates/flask_user/change_password.html:5 | ||
#: flask_user/templates/flask_user/edit_user_profile.html:11 | ||
msgid "Change password" | ||
msgstr "Zmień hasło" | ||
|
||
#: flask_user/forms.py:98 flask_user/forms.py:135 | ||
msgid "Old Password is incorrect" | ||
msgstr "Dotychczasowe hasło jest Nieprawidłowe" | ||
|
||
#: flask_user/forms.py:107 | ||
msgid "New Username" | ||
msgstr "Nowa Nazwa Użytkownika" | ||
|
||
#: flask_user/forms.py:108 flask_user/forms.py:157 flask_user/forms.py:248 | ||
msgid "Username is required" | ||
msgstr "Podanie Nazwy Użytkownika jest wymagane" | ||
|
||
#: flask_user/forms.py:116 | ||
#: flask_user/templates/flask_user/change_username.html:5 | ||
#: flask_user/templates/flask_user/edit_user_profile.html:8 | ||
msgid "Change username" | ||
msgstr "Zmień Nazwę Użytkownika" | ||
|
||
#: flask_user/forms.py:145 flask_user/forms.py:146 flask_user/forms.py:156 | ||
#: flask_user/forms.py:216 flask_user/forms.py:247 | ||
msgid "Username" | ||
msgstr "Nazwa Użytkownika" | ||
|
||
#: flask_user/forms.py:148 | ||
msgid "Update" | ||
msgstr "Zaktualizuj" | ||
|
||
#: flask_user/forms.py:163 flask_user/forms.py:255 | ||
msgid "Password" | ||
msgstr "Hasło" | ||
|
||
#: flask_user/forms.py:164 flask_user/forms.py:256 | ||
msgid "Password is required" | ||
msgstr "Podanie hasła jest wymagane" | ||
|
||
#: flask_user/forms.py:166 | ||
msgid "Remember me" | ||
msgstr "Zapamiętaj mnie" | ||
|
||
#: flask_user/forms.py:168 flask_user/templates/flask_user/login.html:5 | ||
#: flask_user/templates/flask_user/login_or_register.html:9 | ||
#: flask_user/templates/flask_user_layout.html:39 flask_user/translations.py:9 | ||
msgid "Sign in" | ||
msgstr "Zaloguj się" | ||
|
||
#: flask_user/forms.py:175 | ||
msgid "Username or Email" | ||
msgstr "Nazwa Użytkownika lub email" | ||
|
||
#: flask_user/forms.py:212 | ||
msgid "Username/Email" | ||
msgstr "Nazwa Użytkownika / Email" | ||
|
||
#: flask_user/forms.py:226 flask_user/forms.py:308 | ||
#, python-format | ||
msgid "%(username_or_email)s does not exist" | ||
msgstr "%(username_or_email)s nie istnieją" | ||
|
||
#: flask_user/forms.py:229 | ||
msgid "Incorrect Password" | ||
msgstr "Nieprawidłowe hasło" | ||
|
||
#: flask_user/forms.py:233 | ||
#, python-format | ||
msgid "Incorrect %(username_or_email)s and/or Password" | ||
msgstr "Nieprawidłowe %(username_or_email)s oraz/lub hasło" | ||
|
||
#: flask_user/forms.py:258 | ||
msgid "Retype Password" | ||
msgstr "Powtórz hasło" | ||
|
||
#: flask_user/forms.py:259 | ||
msgid "Password and Retype Password did not match" | ||
msgstr "Hasło i powtórzone hasło nie zgadzają się" | ||
|
||
#: flask_user/forms.py:260 | ||
msgid "Token" | ||
msgstr "Token" | ||
|
||
#: flask_user/forms.py:262 | ||
#: flask_user/templates/flask_user/login_or_register.html:41 | ||
#: flask_user/templates/flask_user/register.html:5 | ||
msgid "Register" | ||
msgstr "Zarejestruj" | ||
|
||
#: flask_user/forms.py:297 flask_user/forms.py:313 | ||
msgid "Your email address" | ||
msgstr "Twój adres email" | ||
|
||
#: flask_user/forms.py:298 flask_user/forms.py:314 | ||
msgid "Email address is required" | ||
msgstr "Podanie adresu email jest wymagane" | ||
|
||
#: flask_user/forms.py:299 flask_user/forms.py:315 | ||
msgid "Invalid Email address" | ||
msgstr "Nieprawidłowy adres email" | ||
|
||
#: flask_user/forms.py:301 | ||
msgid "Send reset password email" | ||
msgstr "Wyślij email umożliwiający zresetowanie hasła." | ||
|
||
#: flask_user/forms.py:317 | ||
msgid "Resend email confirmation email" | ||
msgstr "Wyślij ponownie wiadomość potwierdzającą email" | ||
|
||
#: flask_user/forms.py:356 | ||
msgid "Invite!" | ||
msgstr "Zaproś!" | ||
|
||
#: flask_user/templates/flask_user_layout.html:37 flask_user/translations.py:10 | ||
msgid "Sign out" | ||
msgstr "Wyloguj się" | ||
|
||
#: flask_user/translations.py:11 | ||
msgid "Home Page" | ||
msgstr "Strona Domowa" | ||
|
||
#: flask_user/templates/flask_user/edit_user_profile.html:5 | ||
#: flask_user/translations.py:12 | ||
msgid "User profile" | ||
msgstr "Profil użytkownika" | ||
|
||
#: flask_user/translations.py:13 | ||
msgid "Member Page" | ||
msgstr "Strona dla zalogowanych użytkowników." | ||
|
||
#: flask_user/translations.py:14 | ||
msgid "Admin Page" | ||
msgstr "Strona dla administratora." | ||
|
||
#: flask_user/user_manager.py:259 | ||
msgid "" | ||
"Password must have at least 6 characters with one lowercase letter, one " | ||
"uppercase letter and one number" | ||
msgstr "" | ||
"Hasło musi się składać z co najmniej: 6 znaków, jednej małej litery, " | ||
"jednej wielkiej litery oraz jednej cyfry." | ||
|
||
#: flask_user/user_manager.py:270 | ||
msgid "Username must be at least 3 characters long" | ||
msgstr "Nazwa Użytkownika musi zawierać co najmniej 3 znaki." | ||
|
||
#: flask_user/user_manager.py:276 | ||
msgid "Username may only contain letters, numbers, '-', '.' and '_'" | ||
msgstr "" | ||
"Nazwa Użytkownika może się składać wyłącznie z liter (bez polskich " | ||
"znaków), cyfr, myślnika, kropki i podkreślnika." | ||
|
||
#: flask_user/user_manager__views.py:63 | ||
msgid "Your password has been changed successfully." | ||
msgstr "Twoje hasło zostało zmienione." | ||
|
||
#: flask_user/user_manager__views.py:100 | ||
#, python-format | ||
msgid "Your username has been changed to '%(username)s'." | ||
msgstr "Twoja Nazwa Użytkownika została zmieniona na '%(username)s'" | ||
|
||
#: flask_user/user_manager__views.py:120 flask_user/user_manager__views.py:142 | ||
msgid "Invalid confirmation token." | ||
msgstr "Nieprawidłowy token potwierdzający." | ||
|
||
#: flask_user/user_manager__views.py:151 | ||
msgid "Your email has been confirmed." | ||
msgstr "Twój adres email został potwierdzony." | ||
|
||
#: flask_user/user_manager__views.py:230 | ||
#, python-format | ||
msgid "" | ||
"A reset password email has been sent to '%(email)s'. Open that email and " | ||
"follow the instructions to reset your password." | ||
msgstr "" | ||
"Email umozliwiający zresetowanie hasła został wysłany na adres " | ||
"'%(email)s'. Otwórz go i postępuj wg zawartych w nim instrukcji." | ||
|
||
#: flask_user/user_manager__views.py:305 | ||
msgid "Invitation has been sent." | ||
msgstr "Zaproszenie zostało wysłane." | ||
|
||
#: flask_user/user_manager__views.py:379 | ||
msgid "You have signed out successfully." | ||
msgstr "Wylogowałeś się pomyślnie." | ||
|
||
#: flask_user/user_manager__views.py:548 | ||
msgid "Your reset password token is invalid." | ||
msgstr "Twój token potwierdzający zmianę hasła jest nieprawidłowy." | ||
|
||
#: flask_user/user_manager__views.py:574 | ||
msgid "Your password has been reset successfully." | ||
msgstr "Twoje hasło zostało zresetowne." | ||
|
||
#: flask_user/user_manager__views.py:591 | ||
#, python-format | ||
msgid "You must be signed in to access '%(url)s'." | ||
msgstr "Musisz być zalogowany aby mieć dostęp do '%(url)s'." | ||
|
||
#: flask_user/user_manager__views.py:602 | ||
#, python-format | ||
msgid "You do not have permission to access '%(url)s'." | ||
msgstr "Nie masz uprawnień dostępu do '%(url)s'." | ||
|
||
#: flask_user/user_manager__views.py:612 | ||
#, python-format | ||
msgid "" | ||
"You must confirm your email to access '%(url)s'." | ||
msgstr "" | ||
"Musisz potwierdzić swój adres email, " | ||
"aby uzyskać dostęp do '%(url)s'." | ||
|
||
#: flask_user/user_manager__views.py:636 flask_user/user_manager__views.py:652 | ||
#, python-format | ||
msgid "" | ||
"A confirmation email has been sent to %(email)s with instructions to " | ||
"complete your registration." | ||
msgstr "" | ||
"Email potwierdzający rejestrację został wysłany na adres %(email)s, " | ||
"Postępuj wg zawartych w nim instrukcji." | ||
|
||
#: flask_user/user_manager__views.py:638 | ||
msgid "You have registered successfully." | ||
msgstr "Zarejestrowałeś się poprawnie." | ||
|
||
#: flask_user/user_manager__views.py:661 | ||
msgid "Your account has not been enabled." | ||
msgstr "Twoje konto nie zostało aktywowane." | ||
|
||
#: flask_user/user_manager__views.py:671 | ||
#, python-format | ||
msgid "" | ||
"Your email address has not yet been confirmed. Check your email Inbox and" | ||
" Spam folders for the confirmation email or <a href=\"%(url)s\">Re-send " | ||
"confirmation email</a>." | ||
msgstr "" | ||
"Twój adres email nie został jeszcze potwierdzony. Sprawdź swoją skrzynkę " | ||
"pocztową, wiadomości przychodzące, jak również folder Spam lub " | ||
"<a href=\"%(url)s\">Wyślij wiadomość potwierdzającą jeszcze raz." | ||
|
||
#: flask_user/user_manager__views.py:682 | ||
msgid "You have signed in successfully." | ||
msgstr "Zalogowałeś się pomyślnie." | ||
|
||
#: flask_user/templates/flask_user_layout.html:45 | ||
msgid "Home page" | ||
msgstr "Strona Domowa" | ||
|
||
#: flask_user/templates/flask_user/forgot_password.html:5 | ||
msgid "Forgot Password" | ||
msgstr "Zapomniałem hasła" | ||
|
||
#: flask_user/templates/flask_user/invite_user.html:5 | ||
msgid "Invite User" | ||
msgstr "Zaproś użytkownika" | ||
|
||
#: flask_user/templates/flask_user/login.html:21 | ||
msgid "New here? Register." | ||
msgstr "Pierwszy raz? Zarejestruj się." | ||
|
||
#: flask_user/templates/flask_user/login.html:44 | ||
#: flask_user/templates/flask_user/login_or_register.html:34 | ||
msgid "Forgot your Password?" | ||
msgstr "Zapomniałeś hasła?" | ||
|
||
#: flask_user/templates/flask_user/manage_emails.html:5 | ||
msgid "Manage Emails" | ||
msgstr "Zarządzaj adresami email" | ||
|
||
#: flask_user/templates/flask_user/register.html:21 | ||
msgid "Already registered? Sign in." | ||
msgstr "Masz już konto? Zaloguj się." | ||
|
||
#: flask_user/templates/flask_user/resend_confirm_email.html:5 | ||
msgid "Resend Confirmation Email" | ||
msgstr "Wyślij email potwierdzający jeszcze raz." | ||
|
||
#: flask_user/templates/flask_user/reset_password.html:5 | ||
msgid "Reset Password" | ||
msgstr "Zresetuj hasło" | ||
|