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.
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 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 18:48+0200\n" | ||
"PO-Revision-Date: 2015-07-13 19:01+0200\n" | ||
"Last-Translator: Andriy Tymchenko <[email protected]>\n" | ||
"Language-Team: sv <[email protected]>\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
@@ -188,11 +188,11 @@ msgstr "" | |
|
||
#: flask_user/views.py:62 | ||
msgid "Your email has been confirmed." | ||
msgstr "" | ||
msgstr "Din e-postadress har bekräftats." | ||
|
||
#: flask_user/views.py:101 | ||
msgid "Your password has been changed successfully." | ||
msgstr "" | ||
msgstr "Ditt lösenord har ändrats." | ||
|
||
#: flask_user/views.py:137 | ||
#, python-format | ||
|
@@ -272,7 +272,7 @@ msgstr "Glömt Lösenord" | |
|
||
#: flask_user/templates/flask_user/login.html:21 | ||
msgid "New here? Register." | ||
msgstr "" | ||
msgstr "Ny här? Registrera." | ||
|
||
#: flask_user/templates/flask_user/login.html:44 | ||
#: flask_user/templates/flask_user/login_or_register.html:34 | ||
|
@@ -285,24 +285,24 @@ msgstr "" | |
|
||
#: flask_user/templates/flask_user/register.html:21 | ||
msgid "Already registered? Sign in." | ||
msgstr "" | ||
msgstr "Redan registrerad? Logga in." | ||
|
||
#: flask_user/templates/flask_user/resend_confirm_email.html:5 | ||
msgid "Resend Confirmation Email" | ||
msgstr "" | ||
msgstr "Skicka om e-postbekräftelse" | ||
|
||
#: flask_user/templates/flask_user/reset_password.html:5 | ||
msgid "Reset Password" | ||
msgstr "" | ||
msgstr "Återställ Lösenord" | ||
|
||
#: flask_user/templates/flask_user/user_profile.html:5 | ||
msgid "User profile" | ||
msgstr "Användarprofil" | ||
|
||
#: flask_user/templates/flask_user/user_profile.html:8 | ||
msgid "Change username" | ||
msgstr "" | ||
msgstr "Ändra användarnamn" | ||
|
||
#: flask_user/templates/flask_user/user_profile.html:11 | ||
msgid "Change password" | ||
msgstr "" | ||
msgstr "Ändra lösenord" |