Skip to content

Commit

Permalink
Initial Swedish translation added. Several strings need validaton.
Browse files Browse the repository at this point in the history
  • Loading branch information
silpol committed Jul 13, 2015
1 parent ab881e3 commit 80c4500
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 20 deletions.
Binary file modified flask_user/translations/sv/LC_MESSAGES/flask_user.mo
Binary file not shown.
54 changes: 34 additions & 20 deletions flask_user/translations/sv/LC_MESSAGES/flask_user.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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."

Expand Down Expand Up @@ -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"

Expand All @@ -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"

Expand All @@ -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
Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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."
Expand All @@ -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
Expand All @@ -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"
Expand All @@ -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."
Expand Down

0 comments on commit 80c4500

Please sign in to comment.