123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- #
- # Translators:
- # ricco386 <richard.kellner@ajty.info>, 2012
- msgid ""
- msgstr ""
- "Project-Id-Version: Mezzanine\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-11-09 10:34-0430\n"
- "PO-Revision-Date: 2013-11-09 20:20+0000\n"
- "Last-Translator: Sebastián Ramírez Magrí <sebasmagri@gmail.com>\n"
- "Language-Team: Slovak (http://www.transifex.com/projects/p/mezzanine/language/sk/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Language: sk\n"
- "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
- #: defaults.py:20
- msgid "Minimum length for passwords"
- msgstr "Minimálna dĺžka hesla"
- #: defaults.py:27
- msgid ""
- "If ``True``, the username field will be excluded from sign up and account "
- "update forms."
- msgstr ""
- #: defaults.py:35
- msgid "List of fields to exclude from the profile form."
- msgstr ""
- #: defaults.py:42
- msgid ""
- "Dotted package path and class name of profile form to use for users signing "
- "up and updating their profile, when ``mezzanine.accounts`` is installed."
- msgstr ""
- #: defaults.py:51
- msgid "If ``True``, users will have their own public profile pages."
- msgstr "Pokiaľ ``True``, užívatelia budú mať svoje vlastné verejne profilové stránky"
- #: defaults.py:59
- msgid ""
- "If ``True``, when users create an account, they will be sent an email with a"
- " verification link, which they must click to enable their account."
- msgstr ""
- #: defaults.py:68
- msgid ""
- "If ``True``, when users create an account, they will not be enabled by "
- "default and a staff member will need to activate their account in the admin "
- "interface."
- msgstr ""
- #: defaults.py:77
- msgid "Account approval email addresses"
- msgstr ""
- #: defaults.py:78
- msgid ""
- "A comma separated list of email addresses that will receive an email "
- "notification each time a new account is created that requires approval."
- msgstr ""
- #: forms.py:29
- msgid "Email address"
- msgstr ""
- #: forms.py:31
- msgid "Username or email address"
- msgstr "Uživateľské meno alebo adresa"
- #: forms.py:39 forms.py:71
- msgid "Password"
- msgstr "Heslo"
- #: forms.py:52
- msgid "Invalid username/email and password"
- msgstr "Nesprávne užívateľské meno/email a heslo"
- #: forms.py:54
- msgid "Your account is inactive"
- msgstr "Váš účet je neaktívny"
- #: forms.py:73
- msgid "Password (again)"
- msgstr "Heslo (znuva)"
- #: forms.py:87
- msgid "Only letters, numbers, dashes or underscores please"
- msgstr "Prosím iba písmená, čísla, pomlčky alebo podtržníky"
- #: forms.py:103
- msgid "Leave blank unless you want to change your password"
- msgstr ""
- #: forms.py:122
- msgid "Username can only contain letters, numbers, dashes or underscores."
- msgstr ""
- #: forms.py:129
- msgid "This username is already registered"
- msgstr "Užívateľské meno je už zaregistrované"
- #: forms.py:142
- msgid "Passwords do not match"
- msgstr "Heslá sa nezhodujú"
- #: forms.py:144
- #, python-format
- msgid "Password must be at least %s characters"
- msgstr ""
- #: forms.py:158
- msgid "This email is already registered"
- msgstr "Tento email je uz registrovaný"
- #: forms.py:224
- msgid "Invalid username/email"
- msgstr ""
- #: views.py:29
- msgid "Successfully logged in"
- msgstr "Úspešne prihlásený"
- #: views.py:32 templates/accounts/includes/user_panel.html:18
- #: templates/accounts/includes/user_panel_nav.html:11
- msgid "Log in"
- msgstr "Prihlásenie"
- #: views.py:41
- msgid "Successfully logged out"
- msgstr "Úspešne odhlásený"
- #: views.py:56
- msgid ""
- "Thanks for signing up! You'll receive an email when your account is "
- "activated."
- msgstr ""
- #: views.py:60
- msgid ""
- "A verification email has been sent with a link for activating your account."
- msgstr ""
- #: views.py:64 views.py:83
- msgid "Successfully signed up"
- msgstr "Úspešne registrovaný"
- #: views.py:67 templates/accounts/includes/user_panel.html:21
- #: templates/accounts/includes/user_panel_nav.html:13
- msgid "Sign up"
- msgstr "Registrácia"
- #: views.py:86 views.py:153
- msgid "The link you clicked is no longer valid."
- msgstr ""
- #: views.py:127
- msgid "Profile updated"
- msgstr "Profil aktualizovaný"
- #: views.py:132
- msgid "Update Profile"
- msgstr "Aktualizuj Profil"
- #: views.py:141
- msgid ""
- "A verification email has been sent with a link for resetting your password."
- msgstr ""
- #: views.py:143
- msgid "Password Reset"
- msgstr ""
- #: templates/accounts/account_login.html:7
- msgid "You're already logged in."
- msgstr ""
- #: templates/accounts/account_login.html:11
- #, python-format
- msgid ""
- "If you don't have an account you can <a "
- "href=\"%(signup_url)s?next=%(next)s\">sign up</a> for one now."
- msgstr ""
- #: templates/accounts/account_login.html:14
- #, python-format
- msgid ""
- "<p>You can also <a "
- "href=\"%(password_reset_url)s?next=%(profile_update_url)s\">reset your "
- "password</a> if you've forgotten it.</p>"
- msgstr ""
- #: templates/accounts/account_password_reset.html:6
- msgid ""
- "Enter your username or email address and you'll receive an email with a link"
- " you need to click, in order to log in and change your password."
- msgstr ""
- #: templates/accounts/account_profile.html:17
- #: templates/accounts/includes/user_panel.html:10
- msgid "Update profile"
- msgstr "Aktualizuj profil"
- #: templates/accounts/account_signup.html:7
- msgid ""
- "You're already logged in. If you'd like to create a new account, you'll need"
- " to log out first."
- msgstr ""
- #: templates/accounts/account_signup.html:11
- msgid ""
- "After signing up, you'll receive an email with a link you need to click, in "
- "order to activate your account."
- msgstr ""
- #: templates/accounts/includes/user_panel.html:4
- msgid "Logged in as: "
- msgstr "Prihlásiť ako:"
- #: templates/accounts/includes/user_panel.html:15
- #: templates/accounts/includes/user_panel_nav.html:8
- msgid "Log out"
- msgstr "Odhlásit sa"
- #: templates/accounts/includes/user_panel.html:19
- msgid "or"
- msgstr "alebo"
- #: templates/admin/profile_inline.html:10
- msgid "Profile information"
- msgstr "Informácie o profile"
- #: templates/email/account_approve.html:3
- #: templates/email/account_approve.txt:3
- msgid "Hey there, a new account has been created and requires activation."
- msgstr ""
- #: templates/email/account_approve.html:5
- #: templates/email/account_approve.txt:5
- msgid "Name"
- msgstr "Meno"
- #: templates/email/account_approve.html:6
- #: templates/email/account_approve.txt:6
- msgid "Email"
- msgstr "Email"
- #: templates/email/account_approve.html:11
- #: templates/email/account_approve.txt:9 templates/email/signup_verify.html:4
- #: templates/email/signup_verify.txt:4
- msgid "Please use the link below to activate it."
- msgstr "Prosím použite linku nižšie pre aktiváciu."
- #: templates/email/account_approve_subject.txt:2
- msgid "An account requires activation"
- msgstr ""
- #: templates/email/account_approved.html:3
- #: templates/email/account_approved.txt:3
- msgid "Hey there, your account has been activated."
- msgstr ""
- #: templates/email/account_approved.html:4
- #: templates/email/account_approved.txt:4
- msgid "Please use the link below to log in."
- msgstr ""
- #: templates/email/account_approved_subject.txt:2
- msgid "Your account has been activated"
- msgstr ""
- #: templates/email/password_reset_verify.html:3
- #: templates/email/password_reset_verify.txt:3
- msgid "Hey there, the password reset form was used for your account."
- msgstr ""
- #: templates/email/password_reset_verify.html:4
- #: templates/email/password_reset_verify.txt:4
- msgid "Please use the link below to log in and update your password."
- msgstr ""
- #: templates/email/password_reset_verify.html:6
- #: templates/email/password_reset_verify.txt:6
- msgid ""
- "If you didn't request for your password to be reset, please ignore this "
- "email."
- msgstr ""
- #: templates/email/password_reset_verify_subject.txt:2
- msgid "Reset your password"
- msgstr ""
- #: templates/email/signup_verify.html:3 templates/email/signup_verify.txt:3
- msgid "Hey there, thanks for creating your account."
- msgstr "Ahoj, ďakujeme že ste si vytvorili účet."
- #: templates/email/signup_verify_subject.txt:2
- msgid "Activate your account"
- msgstr "Aktivujte svoj účet"
|