# Slovenian translations for Django-allauth.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Lev Predan Kowarski <lev@filmoteka.si>, 2020-06-27
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-16 04:15-0500\n"
"PO-Revision-Date: 2020-06-27 12:21+0122\n"
"Last-Translator: Klemen Štrajhar <klemen.strajhar@gmail.com>\n"
"Language-Team: Bojan Mihelac <bmihelac@mihelac.org>, Lev Predan Kowarski, "
"Klemen Štrajhar <lev@filmoteka.si>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
"X-Translated-Using: django-rosetta 0.7.4\n"

#: account/adapter.py:47
msgid "Username can not be used. Please use other username."
msgstr ""
"Uporabniško ime je neveljavno. Prosimo uporabite drugo uporabniško ime."

#: account/adapter.py:53
msgid "Too many failed login attempts. Try again later."
msgstr "Preveliko število neuspelih prijav. Poskusite znova kasneje."

#: account/adapter.py:55
msgid "A user is already registered with this e-mail address."
msgstr "Za ta e-naslov že obstaja registriran uporabnik."

#: account/adapter.py:304
#, python-brace-format
msgid "Password must be a minimum of {0} characters."
msgstr "Geslo mora vsebovati najmanj {0} znakov. "

#: account/apps.py:7
msgid "Accounts"
msgstr "Računi"

#: account/forms.py:59 account/forms.py:433
msgid "You must type the same password each time."
msgstr "Vnesti je potrebno isto geslo."

#: account/forms.py:92 account/forms.py:398 account/forms.py:540
msgid "Password"
msgstr "Geslo"

#: account/forms.py:93
msgid "Remember Me"
msgstr "Zapomni si me"

#: account/forms.py:97
msgid "This account is currently inactive."
msgstr "Račun trenutno ni aktiven."

#: account/forms.py:99
msgid "The e-mail address and/or password you specified are not correct."
msgstr "E-poštni naslov in/ali geslo nista pravilna."

#: account/forms.py:102
msgid "The username and/or password you specified are not correct."
msgstr "Uporabniško ime in/ali geslo nista pravilna."

#: account/forms.py:113 account/forms.py:279 account/forms.py:481
#: account/forms.py:559
msgid "E-mail address"
msgstr "E-poštni naslov"

#: account/forms.py:117 account/forms.py:324 account/forms.py:478
#: account/forms.py:554
msgid "E-mail"
msgstr "E-poštni naslov"

#: account/forms.py:120 account/forms.py:123 account/forms.py:269
#: account/forms.py:272
msgid "Username"
msgstr "Uporabniško ime"

#: account/forms.py:133
msgid "Username or e-mail"
msgstr "Uporabniško ime ali e-poštni naslov"

#: account/forms.py:136
msgctxt "field label"
msgid "Login"
msgstr "Prijava"

#: account/forms.py:315
msgid "E-mail (again)"
msgstr "E-pooštni naslov (ponovno)"

#: account/forms.py:319
msgid "E-mail address confirmation"
msgstr "Potrditev e-poštni naslova"

#: account/forms.py:327
msgid "E-mail (optional)"
msgstr "E-poštni naslov (neobvezno)"

#: account/forms.py:376
msgid "You must type the same email each time."
msgstr "Vnesti je potrebno isti e-poštni naslov."

#: account/forms.py:402 account/forms.py:541
msgid "Password (again)"
msgstr "Geslo (ponovno)"

#: account/forms.py:490
msgid "This e-mail address is already associated with this account."
msgstr "E-poštni naslov že pripada vašemu uporabniškemu računu."

#: account/forms.py:493
msgid "This e-mail address is already associated with another account."
msgstr "E-poštni naslov že pripada drugemu uporabniškemu računu."

#: account/forms.py:495
#, fuzzy, python-format
#| msgid "Your account has no verified e-mail address."
msgid "You cannot add more than %d e-mail addresses."
msgstr "Vaš uporabniški račun nima preverjenega e-poštnega naslova."

#: account/forms.py:520
msgid "Current Password"
msgstr "Trenutno geslo"

#: account/forms.py:522 account/forms.py:627
msgid "New Password"
msgstr "Novo geslo"

#: account/forms.py:523 account/forms.py:628
msgid "New Password (again)"
msgstr "Novo geslo (ponovno)"

#: account/forms.py:531
msgid "Please type your current password."
msgstr "Prosimo vpišite trenutno geslo."

#: account/forms.py:571
msgid "The e-mail address is not assigned to any user account"
msgstr "E-poštni naslov ne pripada nobenemu uporabniškemu računu."

#: account/forms.py:649
msgid "The password reset token was invalid."
msgstr "Žeton za ponastavitev gesla je bil neveljaven."

#: account/models.py:19
msgid "user"
msgstr "uporabnik"

#: account/models.py:25 account/models.py:82
msgid "e-mail address"
msgstr "E-poštni naslov"

#: account/models.py:27
msgid "verified"
msgstr "preverjeno"

#: account/models.py:28
msgid "primary"
msgstr "Primarni"

#: account/models.py:33
msgid "email address"
msgstr "E-poštni naslov"

#: account/models.py:34
msgid "email addresses"
msgstr "E-poštni naslovi"

#: account/models.py:85
msgid "created"
msgstr "ustvarjeno"

#: account/models.py:86
msgid "sent"
msgstr "poslano"

#: account/models.py:87 socialaccount/models.py:59
msgid "key"
msgstr "ključ"

#: account/models.py:92
msgid "email confirmation"
msgstr "E-poštna potrditev"

#: account/models.py:93
msgid "email confirmations"
msgstr "E-poštne potrditve"

#: socialaccount/adapter.py:26
#, python-format
msgid ""
"An account already exists with this e-mail address. Please sign in to that "
"account first, then connect your %s account."
msgstr ""
"Uporabniški račun s tem e-poštnim naslovom že obstaja. Prosimo vpišite se v "
"tobstoječi račun, nato %s račune povežite."

#: socialaccount/adapter.py:131
msgid "Your account has no password set up."
msgstr "Vaš uporabniški račun nima nastavljenega gesla."

#: socialaccount/adapter.py:138
msgid "Your account has no verified e-mail address."
msgstr "Vaš uporabniški račun nima preverjenega e-poštnega naslova."

#: socialaccount/apps.py:7
msgid "Social Accounts"
msgstr "Računi družbenih omrežij."

#: socialaccount/models.py:42 socialaccount/models.py:86
msgid "provider"
msgstr "ponudnik"

#: socialaccount/models.py:46
msgid "name"
msgstr "ime"

#: socialaccount/models.py:48
msgid "client id"
msgstr "id številka"

#: socialaccount/models.py:50
msgid "App ID, or consumer key"
msgstr "ID aplikacije ali uporoabniški ključ"

#: socialaccount/models.py:53
msgid "secret key"
msgstr "skrivni ključ"

#: socialaccount/models.py:56
msgid "API secret, client secret, or consumer secret"
msgstr "API skrivnost, skrivnost klienta ali uporabniška skrivnost"

#: socialaccount/models.py:59
msgid "Key"
msgstr "Ključ"

#: socialaccount/models.py:76
msgid "social application"
msgstr "družbena aplikacija"

#: socialaccount/models.py:77
msgid "social applications"
msgstr "družbene aplikacije"

#: socialaccount/models.py:107
msgid "uid"
msgstr "uid"

#: socialaccount/models.py:109
msgid "last login"
msgstr "zadnja prijava"

#: socialaccount/models.py:110
msgid "date joined"
msgstr "datum pridružitve"

#: socialaccount/models.py:111
msgid "extra data"
msgstr "dodatni podatki"

#: socialaccount/models.py:115
msgid "social account"
msgstr "uporabniški račun družbenih omerižij"

#: socialaccount/models.py:116
msgid "social accounts"
msgstr "uporabniški računi družbenih omerižij"

#: socialaccount/models.py:143
msgid "token"
msgstr "žeton"

#: socialaccount/models.py:144
msgid "\"oauth_token\" (OAuth1) or access token (OAuth2)"
msgstr "\"oauth_token\" (OAuth1) ali žeton za dostop (OAuth2)"

#: socialaccount/models.py:148
msgid "token secret"
msgstr "žeton skrivnost"

#: socialaccount/models.py:149
msgid "\"oauth_token_secret\" (OAuth1) or refresh token (OAuth2)"
msgstr "\"oauth_token_secret\" (OAuth1) ali žeton za osvežitev (OAuth2)"

#: socialaccount/models.py:152
msgid "expires at"
msgstr "veljavnost poteče"

#: socialaccount/models.py:157
msgid "social application token"
msgstr "žeton družebnih omrežij"

#: socialaccount/models.py:158
msgid "social application tokens"
msgstr "žetoni družbenih omrežij"

#: socialaccount/providers/douban/views.py:36
msgid "Invalid profile data"
msgstr "Nevelljavni podatki profila"

#: socialaccount/providers/oauth/client.py:85
#: socialaccount/providers/pocket/client.py:37
#, python-format
msgid "Invalid response while obtaining request token from \"%s\"."
msgstr "Neveljaven odgovor ob pridobivanju žetona za zahtevo od \"%s\"."

#: socialaccount/providers/oauth/client.py:117
#: socialaccount/providers/pocket/client.py:78
#, python-format
msgid "Invalid response while obtaining access token from \"%s\"."
msgstr "Neveljaven odgovor ob pridobivanju žetona za dostop od \"%s\"."

#: socialaccount/providers/oauth/client.py:138
#, python-format
msgid "No request token saved for \"%s\"."
msgstr "Za \"%s\" ni shranjenega žetona za zahtevo."

#: socialaccount/providers/oauth/client.py:189
#, python-format
msgid "No access token saved for \"%s\"."
msgstr "Za \"%s\" ni shranjenega žetona za dostop."

#: socialaccount/providers/oauth/client.py:210
#, python-format
msgid "No access to private resources at \"%s\"."
msgstr "Ni dostopa do zasebnega vira na \"%s\"."

#: templates/account/account_inactive.html:5
#: templates/account/account_inactive.html:8
msgid "Account Inactive"
msgstr "Neaktiven račun"

#: templates/account/account_inactive.html:10
msgid "This account is inactive."
msgstr "Račun ni aktiven."

#: templates/account/base.html:15
msgid "Messages:"
msgstr ""

#: templates/account/base.html:25
msgid "Menu:"
msgstr ""

#: templates/account/base.html:28
#, fuzzy
#| msgid "E-mail"
msgid "Change E-mail"
msgstr "E-poštni naslov"

#: templates/account/base.html:29 templates/account/logout.html:5
#: templates/account/logout.html:8 templates/account/logout.html:17
msgid "Sign Out"
msgstr "Odjava"

#: templates/account/base.html:31 templates/account/login.html:6
#: templates/account/login.html:10 templates/account/login.html:43
#: templates/socialaccount/login.html:4
msgid "Sign In"
msgstr "Prijava"

#: templates/account/base.html:32 templates/account/signup.html:8
#: templates/account/signup.html:18 templates/socialaccount/signup.html:8
#: templates/socialaccount/signup.html:19
msgid "Sign Up"
msgstr "Ustvari račun"

#: templates/account/email.html:5 templates/account/email.html:8
msgid "E-mail Addresses"
msgstr "E-poštni naslovi"

#: templates/account/email.html:10
msgid "The following e-mail addresses are associated with your account:"
msgstr "E-poštni naslovi, ki pripadajo vašemu uporabniškemu računu:"

#: templates/account/email.html:24
msgid "Verified"
msgstr "Preverjeni"

#: templates/account/email.html:26
msgid "Unverified"
msgstr "Nepreverjeni"

#: templates/account/email.html:28
msgid "Primary"
msgstr "Primarni"

#: templates/account/email.html:34
msgid "Make Primary"
msgstr "Spremeni v primarni"

#: templates/account/email.html:35
msgid "Re-send Verification"
msgstr "Ponovno pošlji verifikacijo"

#: templates/account/email.html:36 templates/socialaccount/connections.html:35
msgid "Remove"
msgstr "Odstrani"

#: templates/account/email.html:43
msgid "Warning:"
msgstr "Opozorilo:"

#: templates/account/email.html:43
msgid ""
"You currently do not have any e-mail address set up. You should really add "
"an e-mail address so you can receive notifications, reset your password, etc."
msgstr ""
"Trenutno nimate natavljlenega e-poštnega naslova. Priporočamo vam, da dodate "
"e-poštni naslov, za prejemanje obvestil, zahtevkv za ponastavitev gesla, ipd."

#: templates/account/email.html:48
msgid "Add E-mail Address"
msgstr "Dodaj e-poštni naslov"

#: templates/account/email.html:53
msgid "Add E-mail"
msgstr "Dodaj e-pošto"

#: templates/account/email.html:63
msgid "Do you really want to remove the selected e-mail address?"
msgstr "Želite odstraniti izbran e-poštni nalsov?"

#: templates/account/email/account_already_exists_message.txt:4
#, python-format
msgid ""
"You are receiving this e-mail because you or someone else tried to signup "
"for an\n"
"account using e-mail address:\n"
"\n"
"%(email)s\n"
"\n"
"However, an account using that e-mail address already exists.  In case you "
"have\n"
"forgotten about this, please use the password forgotten procedure to "
"recover\n"
"your account:\n"
"\n"
"%(password_reset_url)s"
msgstr ""

#: templates/account/email/account_already_exists_subject.txt:3
msgid "Account Already Exists"
msgstr ""

#: templates/account/email/base_message.txt:1
#, python-format
msgid "Hello from %(site_name)s!"
msgstr "Pozdravljeni iz %(site_name)s"

#: templates/account/email/base_message.txt:5
#, python-format
msgid ""
"Thank you for using %(site_name)s!\n"
"%(site_domain)s"
msgstr ""
"Hvala, ker uporabljate %(site_name)s!\n"
"%(site_domain)s"

#: templates/account/email/email_confirmation_message.txt:5
#, python-format
msgid ""
"You're receiving this e-mail because user %(user_display)s has given your e-"
"mail address to register an account on %(site_domain)s.\n"
"\n"
"To confirm this is correct, go to %(activate_url)s"
msgstr ""
"To sporočilo ste prejeli, ker je uporabnik %(user_display)s povezal vaš e-"
"poštni naslov s svojim uporabniškim računom na %(site_domain)s.\n"
"\n"
"Za potrditev sledite povezavi: %(activate_url)s"

#: templates/account/email/email_confirmation_subject.txt:3
msgid "Please Confirm Your E-mail Address"
msgstr "Prosimo, potrdite svoj e-poštni naslov."

#: templates/account/email/password_reset_key_message.txt:4
msgid ""
"You're receiving this e-mail because you or someone else has requested a "
"password for your user account.\n"
"It can be safely ignored if you did not request a password reset. Click the "
"link below to reset your password."
msgstr ""
"To sporočilo ste prejeli, ker ste zahtevali ponastavitev gesla za vaš račun."
"To sporočilo lahko zavržete, če niste poslali zahtevka za spremembo gesla. "
"Za ponastavitev gesla, sledie spodnji povezavi:"

#: templates/account/email/password_reset_key_message.txt:9
#, python-format
msgid "In case you forgot, your username is %(username)s."
msgstr "V primeru, da ste pozabili, vaše uporabniško ime je: %(username)s."

#: templates/account/email/password_reset_key_subject.txt:3
#: templates/account/email/unknown_account_subject.txt:3
msgid "Password Reset E-mail"
msgstr "E-poštni naslov za ponastavitev gesla"

#: templates/account/email/unknown_account_message.txt:4
#, fuzzy, python-format
#| msgid ""
#| "Hello from %(site_name)s!\n"
#| "\n"
#| "You're receiving this e-mail because you or someone else has requested a "
#| "password for your user account.\n"
#| "It can be safely ignored if you did not request a password reset. Click "
#| "the link below to reset your password."
msgid ""
"You are receiving this e-mail because you or someone else has requested a\n"
"password for your user account. However, we do not have any record of a "
"user\n"
"with email %(email)s in our database.\n"
"\n"
"This mail can be safely ignored if you did not request a password reset.\n"
"\n"
"If it was you, you can sign up for an account using the link below."
msgstr ""
"Pozdravljeni od %(site_name)s!\n"
"To sporočilo ste prejeli, ker ste zahtevali ponastavitev gesla na "
"%(site_name)s!\n"
"To sporočilo lahko zavržete, če niste poslali zahtevka za spremembo gesla. "
"Za ponastavitev gelsa, sledie spodnji pvezavi:"

#: templates/account/email_confirm.html:6
#: templates/account/email_confirm.html:10
msgid "Confirm E-mail Address"
msgstr "Potrdite e-poštni naslov"

#: templates/account/email_confirm.html:16
#, python-format
msgid ""
"Please confirm that <a href=\"mailto:%(email)s\">%(email)s</a> is an e-mail "
"address for user %(user_display)s."
msgstr ""
"Prosimo, potrdite, da je <a href=\"mailto:%(email)s\">%(email)s</a> e-poštni "
"naslov uporabnika %(user_display)s."

#: templates/account/email_confirm.html:20
msgid "Confirm"
msgstr "Potrdi"

#: templates/account/email_confirm.html:27
#, python-format
msgid ""
"This e-mail confirmation link expired or is invalid. Please <a href="
"\"%(email_url)s\">issue a new e-mail confirmation request</a>."
msgstr ""
"Povezava za potrditev je neveljavna, ali pa se je iztekla. Prosimo, <a href="
"\"%(email_url)s\">pošljite nov zahtevek za potrditev.</a>."

#: templates/account/login.html:15
#, python-format
msgid ""
"Please sign in with one\n"
"of your existing third party accounts. Or, <a href=\"%(signup_url)s\">sign "
"up</a>\n"
"for a %(site_name)s account and sign in below:"
msgstr ""
"Prosimo, vpišite se z enim od vaših\n"
"obstoječih računov, ali pa <a href=\"%(signup_url)s\">ustvarite nov račun</"
"a>\n"
"na %(site_name)s in se vpišite spodaj:"

#: templates/account/login.html:25
msgid "or"
msgstr "ali"

#: templates/account/login.html:32
#, python-format
msgid ""
"If you have not created an account yet, then please\n"
"<a href=\"%(signup_url)s\">sign up</a> first."
msgstr ""
"Če še nimate uporabniškega računa, ga ustvarite\n"
"<a href=\"%(signup_url)s\">tukaj</a>."

#: templates/account/login.html:42 templates/account/password_change.html:14
msgid "Forgot Password?"
msgstr "Ste pozabili geslo?"

#: templates/account/logout.html:10
msgid "Are you sure you want to sign out?"
msgstr "Ali ste prepričani, da se želite odjaviti?"

#: templates/account/messages/cannot_delete_primary_email.txt:2
#, python-format
msgid "You cannot remove your primary e-mail address (%(email)s)."
msgstr "Primarnega e-poštnega naslova (%(email)s) ni mogoče odstraniti."

#: templates/account/messages/email_confirmation_sent.txt:2
#, python-format
msgid "Confirmation e-mail sent to %(email)s."
msgstr "Na %(email)s je bilo poslano potrditveno sporočilo."

#: templates/account/messages/email_confirmed.txt:2
#, python-format
msgid "You have confirmed %(email)s."
msgstr "%(email)s je potrjen."

#: templates/account/messages/email_deleted.txt:2
#, python-format
msgid "Removed e-mail address %(email)s."
msgstr "E-poštni naslov %(email)s je bil odstranjen."

#: templates/account/messages/logged_in.txt:4
#, python-format
msgid "Successfully signed in as %(name)s."
msgstr "Uspešno ste se prijavili kot %(name)s."

#: templates/account/messages/logged_out.txt:2
msgid "You have signed out."
msgstr "Odjavili ste se."

#: templates/account/messages/password_changed.txt:2
msgid "Password successfully changed."
msgstr "Geslo je uspešno zamenjano."

#: templates/account/messages/password_set.txt:2
msgid "Password successfully set."
msgstr "Geslo je uspešno nastavljeno."

#: templates/account/messages/primary_email_set.txt:2
msgid "Primary e-mail address set."
msgstr "Primarni e-poštni naslov je nastavljen."

#: templates/account/messages/unverified_primary_email.txt:2
msgid "Your primary e-mail address must be verified."
msgstr ""

#: templates/account/password_change.html:5
#: templates/account/password_change.html:8
#: templates/account/password_change.html:13
#: templates/account/password_reset_from_key.html:4
#: templates/account/password_reset_from_key.html:7
#: templates/account/password_reset_from_key_done.html:4
#: templates/account/password_reset_from_key_done.html:7
msgid "Change Password"
msgstr "Sprememba gesla"

#: templates/account/password_reset.html:6
#: templates/account/password_reset.html:10
#: templates/account/password_reset_done.html:6
#: templates/account/password_reset_done.html:9
msgid "Password Reset"
msgstr "Ponastavitev gesla"

#: templates/account/password_reset.html:15
msgid ""
"Forgotten your password? Enter your e-mail address below, and we'll send you "
"an e-mail allowing you to reset it."
msgstr ""
"Vnesite vaš e-potni naslov, na katerega boste prejeli povezavo za "
"ponastavitev gesla."

#: templates/account/password_reset.html:20
msgid "Reset My Password"
msgstr "Ponastavi geslo"

#: templates/account/password_reset.html:23
msgid "Please contact us if you have any trouble resetting your password."
msgstr "V primeru težav pri ponastavljanju gesla, nas kontaktirajte."

#: templates/account/password_reset_done.html:15
msgid ""
"We have sent you an e-mail. If you have not received it please check your "
"spam folder. Otherwise contact us if you do not receive it in a few minutes."
msgstr ""
"Poslali smo vam e-poštno sporočilo s povezavo za \n"
"potrditev. Če sporočila ne boste prejeli \n"
"v nekaj minutah, nas kontaktirajte."

#: templates/account/password_reset_from_key.html:7
msgid "Bad Token"
msgstr "Napačni žeton"

#: templates/account/password_reset_from_key.html:11
#, python-format
msgid ""
"The password reset link was invalid, possibly because it has already been "
"used.  Please request a <a href=\"%(passwd_reset_url)s\">new password reset</"
"a>."
msgstr ""
"Povezava za ponastavitev gesla je neveljavna oz. je bila že uporoabljena. "
"Prosimo, zahtevajte <a href=\"%(passwd_reset_url)s\">novo povezavo</a> za "
"ponastavitev."

#: templates/account/password_reset_from_key.html:16
msgid "change password"
msgstr "Sprememba gesla"

#: templates/account/password_reset_from_key_done.html:8
msgid "Your password is now changed."
msgstr "Geslo je spremenjeno."

#: templates/account/password_set.html:5 templates/account/password_set.html:8
#: templates/account/password_set.html:13
msgid "Set Password"
msgstr "Nastavi geslo"

#: templates/account/signup.html:5 templates/socialaccount/signup.html:5
msgid "Signup"
msgstr "Ustvari račun"

#: templates/account/signup.html:10
#, python-format
msgid ""
"Already have an account? Then please <a href=\"%(login_url)s\">sign in</a>."
msgstr ""
"Že imate uporabniški račun? <a href=\"%(login_url)s\">Prijavite se</a>. "

#: templates/account/signup_closed.html:5
#: templates/account/signup_closed.html:8
msgid "Sign Up Closed"
msgstr "Registracija ni mogoča"

#: templates/account/signup_closed.html:10
msgid "We are sorry, but the sign up is currently closed."
msgstr "Registracija trenutno ni mogoča"

#: templates/account/snippets/already_logged_in.html:5
msgid "Note"
msgstr "Opomba"

#: templates/account/snippets/already_logged_in.html:5
#, python-format
msgid "you are already logged in as %(user_display)s."
msgstr "Prijavljeni ste kot %(user_display)s."

#: templates/account/verification_sent.html:5
#: templates/account/verification_sent.html:8
#: templates/account/verified_email_required.html:5
#: templates/account/verified_email_required.html:8
msgid "Verify Your E-mail Address"
msgstr "Potrdite e-poštni naslov."

#: templates/account/verification_sent.html:10
msgid ""
"We have sent an e-mail to you for verification. Follow the link provided to "
"finalize the signup process. If you do not see the verification e-mail in "
"your main inbox, check your spam folder. Please contact us if you do not "
"receive the verification e-mail within a few minutes."
msgstr ""
"Na vaš e-poštni naslov je bil poslano sporočilo za potrditev. Sledite "
"povezavi za zaključek registracije. Če sporočila ne boste prejeli v nekaj "
"minutah, nas kontaktirajte."

#: templates/account/verified_email_required.html:12
msgid ""
"This part of the site requires us to verify that\n"
"you are who you claim to be. For this purpose, we require that you\n"
"verify ownership of your e-mail address. "
msgstr ""
"Za dostop morate potrditi svojo identiteto. \n"
"Prosimo, da potrdite navedeni e-poštni naslov."

#: templates/account/verified_email_required.html:16
msgid ""
"We have sent an e-mail to you for\n"
"verification. Please click on the link inside that e-mail. If you do not see "
"the verification e-mail in your main inbox, check your spam folder. "
"Otherwise\n"
"contact us if you do not receive it within a few minutes."
msgstr ""
"Poslali smo vam e-poštno sporočilo s povezavo za \n"
"potrditev. Če sporočila ne boste prejeli \n"
"v nekaj minutah, nas kontaktirajte."

#: templates/account/verified_email_required.html:20
#, python-format
msgid ""
"<strong>Note:</strong> you can still <a href=\"%(email_url)s\">change your e-"
"mail address</a>."
msgstr ""
"<strong>Opomba:</strong> <a href=\"%(email_url)s\">e-poštni naslov</a> lahko "
"spremenite."

#: templates/openid/login.html:9
msgid "OpenID Sign In"
msgstr "Prijava z OpenID"

#: templates/socialaccount/authentication_error.html:5
#: templates/socialaccount/authentication_error.html:8
msgid "Social Network Login Failure"
msgstr "Prijava z računom drugega ponudnika ni uspela."

#: templates/socialaccount/authentication_error.html:10
msgid ""
"An error occurred while attempting to login via your social network account."
msgstr ""
"Prišo je do napake ob poskusu prijave z vašim obstoječim računom drugega "
"ponudnuka."

#: templates/socialaccount/connections.html:5
#: templates/socialaccount/connections.html:8
msgid "Account Connections"
msgstr "Povezave računov"

#: templates/socialaccount/connections.html:11
msgid ""
"You can sign in to your account using any of the following third party "
"accounts:"
msgstr "Vpišete se lahko s pomčjo vaših obstoječih uoporabniških računov:"

#: templates/socialaccount/connections.html:43
msgid ""
"You currently have no social network accounts connected to this account."
msgstr ""
"Trenutno nimate povezanega nobenega uporabniškega računa drugega ponudnika."

#: templates/socialaccount/connections.html:46
msgid "Add a 3rd Party Account"
msgstr "Dodaj obstoječi račun drugega ponudnika"

#: templates/socialaccount/login.html:8
#, python-format
msgid "Connect %(provider)s"
msgstr ""

#: templates/socialaccount/login.html:10
#, python-format
msgid "You are about to connect a new third party account from %(provider)s."
msgstr ""

#: templates/socialaccount/login.html:12
#, python-format
msgid "Sign In Via %(provider)s"
msgstr ""

#: templates/socialaccount/login.html:14
#, python-format
msgid "You are about to sign in using a third party account from %(provider)s."
msgstr ""

#: templates/socialaccount/login.html:19
msgid "Continue"
msgstr ""

#: templates/socialaccount/login_cancelled.html:5
#: templates/socialaccount/login_cancelled.html:9
msgid "Login Cancelled"
msgstr "Prijava je bila prekinjena"

#: templates/socialaccount/login_cancelled.html:13
#, python-format
msgid ""
"You decided to cancel logging in to our site using one of your existing "
"accounts. If this was a mistake, please proceed to <a href=\"%(login_url)s"
"\">sign in</a>."
msgstr ""
"Odločili ste se za prekinitev prijave v našo storitev s pomočjo obstoječega "
"računa. Če gre za napako, se lahko prijavite <a href=\"%(login_url)s"
"\">tukaj</a>."

#: templates/socialaccount/messages/account_connected.txt:2
msgid "The social account has been connected."
msgstr "Obstoječi račun je povezan."

#: templates/socialaccount/messages/account_connected_other.txt:2
msgid "The social account is already connected to a different account."
msgstr "Obstoječi račun drugega ponudnika, je povezan z obstoječim računom."

#: templates/socialaccount/messages/account_disconnected.txt:2
msgid "The social account has been disconnected."
msgstr "Obstoječi uporabniški račun je razvezan."

#: templates/socialaccount/signup.html:10
#, python-format
msgid ""
"You are about to use your %(provider_name)s account to login to\n"
"%(site_name)s. As a final step, please complete the following form:"
msgstr ""
"Uporabili boste svoj obstoječi %(provider_name)s račun, za vpis v\n"
"%(site_name)s. Prosimo izpolnite spodnji obrazec:"

#~ msgid ""
#~ "We have sent you an e-mail. Please contact us if you do not receive it "
#~ "within a few minutes."
#~ msgstr ""
#~ "Povezava za ponastavitev gesla je bila poslana. Če je ne boste prejeli v "
#~ "nekaj minutah, nas kontaktirajte."
