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.
Initial Swedish translation added. Several strings need validaton.
- Loading branch information
Showing
2 changed files
with
34 additions
and
20 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgstr "" | |
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2014-10-25 21:19-0700\n" | ||
"PO-Revision-Date: 2015-07-13 19:01+0200\n" | ||
"PO-Revision-Date: 2015-07-13 19:41+0200\n" | ||
"Last-Translator: Andriy Tymchenko <[email protected]>\n" | ||
"Language-Team: sv <[email protected]>\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
@@ -19,6 +19,7 @@ msgstr "" | |
"X-Generator: Poedit 1.5.4\n" | ||
|
||
#: flask_user/forms.py:35 | ||
#, fuzzy | ||
msgid "" | ||
"Password must have at least 6 characters with one lowercase letter, one " | ||
"uppercase letter and one number" | ||
|
@@ -27,18 +28,22 @@ msgstr "" | |
"och en siffra" | ||
|
||
#: flask_user/forms.py:41 | ||
#, fuzzy | ||
msgid "Username must be at least 3 characters long" | ||
msgstr "Användarnamnet måste vara minst 3 tecken långt" | ||
|
||
#: flask_user/forms.py:46 | ||
#, fuzzy | ||
msgid "Username may only contain letters, numbers, '-', '.' and '_'." | ||
msgstr "Användarnamn får bara innehålla bokstäver, siffror, '-', '.' och '_'." | ||
|
||
#: flask_user/forms.py:52 | ||
#, fuzzy | ||
msgid "This Username is already in use. Please try another one." | ||
msgstr "Denna Användarnamn används redan. Vänligen prova en annan." | ||
|
||
#: flask_user/forms.py:59 | ||
#, fuzzy | ||
msgid "This Email is already in use. Please try another one." | ||
msgstr "Denna e-post är redan registrerad. Vänligen prova en annan." | ||
|
||
|
@@ -66,6 +71,7 @@ msgid "Old Password" | |
msgstr "Gammalt Lösenord" | ||
|
||
#: flask_user/forms.py:74 flask_user/forms.py:118 | ||
#, fuzzy | ||
msgid "Old Password is required" | ||
msgstr "Gammalt Lösenord krävs" | ||
|
||
|
@@ -74,6 +80,7 @@ msgid "New Password" | |
msgstr "Nytt Lösenord" | ||
|
||
#: flask_user/forms.py:77 flask_user/forms.py:287 | ||
#, fuzzy | ||
msgid "New Password is required" | ||
msgstr "Nytt lösenord krävs" | ||
|
||
|
@@ -83,7 +90,7 @@ msgstr "Upprepa nytt lösenord" | |
|
||
#: flask_user/forms.py:80 flask_user/forms.py:289 | ||
msgid "New Password and Retype Password did not match" | ||
msgstr "" | ||
msgstr "Nytt lösenord och Upprepa lösenord matchar inte" | ||
|
||
#: flask_user/forms.py:83 flask_user/forms.py:291 | ||
#: flask_user/templates/flask_user/change_password.html:5 | ||
|
@@ -92,7 +99,7 @@ msgstr "Ändra lösenord" | |
|
||
#: flask_user/forms.py:106 flask_user/forms.py:141 | ||
msgid "Old Password is incorrect" | ||
msgstr "" | ||
msgstr "Gammalt Lösenord är felaktigt" | ||
|
||
#: flask_user/forms.py:113 | ||
msgid "New Username" | ||
|
@@ -105,11 +112,11 @@ msgstr "Användarnamn krävs" | |
#: flask_user/forms.py:121 | ||
#: flask_user/templates/flask_user/change_username.html:5 | ||
msgid "Change Username" | ||
msgstr "" | ||
msgstr "Ändra Användarnamn" | ||
|
||
#: flask_user/forms.py:152 | ||
msgid "Send reset password email" | ||
msgstr "" | ||
msgstr "Skicka återställnings lösenord e-post" | ||
|
||
#: flask_user/forms.py:158 flask_user/forms.py:234 | ||
msgid "Username" | ||
|
@@ -154,13 +161,13 @@ msgstr "Upprepa Lösenord" | |
|
||
#: flask_user/forms.py:244 | ||
msgid "Password and Retype Password did not match" | ||
msgstr "" | ||
msgstr "Lösenord och Upprepa lösenord matchar inte" | ||
|
||
#: flask_user/forms.py:246 | ||
#: flask_user/templates/flask_user/login_or_register.html:41 | ||
#: flask_user/templates/flask_user/register.html:5 | ||
msgid "Register" | ||
msgstr "" | ||
msgstr "Registrera" | ||
|
||
#: flask_user/forms.py:283 | ||
msgid "Resend email confirmation email" | ||
|
@@ -180,11 +187,11 @@ msgstr "Speciell Sida" | |
|
||
#: flask_user/views.py:29 | ||
msgid "Your confirmation token has expired." | ||
msgstr "" | ||
msgstr "Din bekräftelse token har upphört att gälla." | ||
|
||
#: flask_user/views.py:33 flask_user/views.py:55 | ||
msgid "Invalid confirmation token." | ||
msgstr "" | ||
msgstr "Ogiltig bekräftelse token." | ||
|
||
#: flask_user/views.py:62 | ||
msgid "Your email has been confirmed." | ||
|
@@ -197,62 +204,66 @@ msgstr "Ditt lösenord har ändrats." | |
#: flask_user/views.py:137 | ||
#, python-format | ||
msgid "Your username has been changed to '%(username)s'." | ||
msgstr "" | ||
msgstr "Ditt användarnamn har ändrats till '%(username)s'." | ||
|
||
#: flask_user/views.py:218 | ||
#, 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 "" | ||
"En återställnings lösenord mail har skickats till '%(email)s'. Öppna e-" | ||
"postmeddelandet och följ instruktionerna för att återställa ditt lösenord." | ||
|
||
#: flask_user/views.py:289 | ||
msgid "You have signed out successfully." | ||
msgstr "" | ||
msgstr "Du har loggat ut framgångsrikt." | ||
|
||
#: flask_user/views.py:474 | ||
msgid "Your reset password token has expired." | ||
msgstr "" | ||
msgstr "Din reset lösenordstoken har löpt ut." | ||
|
||
#: flask_user/views.py:478 flask_user/views.py:489 | ||
msgid "Your reset password token is invalid." | ||
msgstr "" | ||
msgstr "Din reset lösenordstoken är ogiltigt." | ||
|
||
#: flask_user/views.py:512 | ||
msgid "" | ||
"Your password has been reset successfully. Please sign in with your new " | ||
"password" | ||
msgstr "" | ||
msgstr "Ditt lösenord har återställts. Du måste logga in med ditt nya lösenord" | ||
|
||
#: flask_user/views.py:529 | ||
#, python-format | ||
msgid "You must confirm your email to access '%(url)s'." | ||
msgstr "" | ||
msgstr "Du måste bekräfta din e-post till tillträde '%(url)s'." | ||
|
||
#: flask_user/views.py:540 | ||
#, python-format | ||
msgid "You must be signed in to access '%(url)s'." | ||
msgstr "" | ||
msgstr "Du måste vara inloggad för att tillträde '%(url)s'." | ||
|
||
#: flask_user/views.py:554 | ||
#, python-format | ||
msgid "You do not have permission to access '%(url)s'." | ||
msgstr "" | ||
msgstr "Du har inte behörighet att få tillgång till '%(url)s'." | ||
|
||
#: flask_user/views.py:598 flask_user/views.py:619 | ||
#, python-format | ||
msgid "" | ||
"A confirmation email has been sent to %(email)s with instructions to " | ||
"complete your registration." | ||
msgstr "" | ||
"En e-postbekräftelse har skickats till %(email)s med instruktioner för att " | ||
"slutföra din registrering." | ||
|
||
#: flask_user/views.py:600 | ||
msgid "You have registered successfully." | ||
msgstr "Du har registrerat framgångsrikt." | ||
|
||
#: flask_user/views.py:628 | ||
msgid "Your account has not been enabled." | ||
msgstr "" | ||
msgstr "Ditt konto har inte aktiverats." | ||
|
||
#: flask_user/views.py:637 | ||
#, python-format | ||
|
@@ -261,10 +272,13 @@ msgid "" | |
"Spam folders for the confirmation email or <a href=\"%(url)s\">Re-send " | ||
"confirmation email</a>." | ||
msgstr "" | ||
"Din e-postadress har ännu inte bekräftats. Kontrollera din e-post Inkorg och " | ||
"Spam mappar för e-postbekräftelse eller <a href=\"%(url)s\">Re-skicka e-" | ||
"postbekräftelse</a>." | ||
|
||
#: flask_user/views.py:648 | ||
msgid "You have signed in successfully." | ||
msgstr "" | ||
msgstr "Du har loggat in med framgång." | ||
|
||
#: flask_user/templates/flask_user/forgot_password.html:5 | ||
msgid "Forgot Password" | ||
|
@@ -281,7 +295,7 @@ msgstr "Glömt ditt lösenord?" | |
|
||
#: flask_user/templates/flask_user/manage_emails.html:5 | ||
msgid "Manage Emails" | ||
msgstr "" | ||
msgstr "Hantera e-post" | ||
|
||
#: flask_user/templates/flask_user/register.html:21 | ||
msgid "Already registered? Sign in." | ||
|