Skip to content

Commit

Permalink
Merge pull request lingthio#73 from silpol/master
Browse files Browse the repository at this point in the history
Thanks for your contribution.
If the reviews warrant changes, you can submit another pull request.
It will be available in the next release (not sure yet when).
  • Loading branch information
lingthio committed Jul 14, 2015
2 parents 2be8cb8 + 9659d46 commit 859c357
Show file tree
Hide file tree
Showing 4 changed files with 628 additions and 0 deletions.
Binary file added flask_user/translations/fi/LC_MESSAGES/flask_user.mo
Binary file not shown.
306 changes: 306 additions & 0 deletions flask_user/translations/fi/LC_MESSAGES/flask_user.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,306 @@
# Finnish translations for PROJECT.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
msgid ""
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 22:24+0200\n"
"Last-Translator: Andriy Tymchenko <[email protected]>\n"
"Language-Team: fi <[email protected]>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"X-Generator: Poedit 1.5.4\n"

#: flask_user/forms.py:35
msgid ""
"Password must have at least 6 characters with one lowercase letter, one "
"uppercase letter and one number"
msgstr ""

#: flask_user/forms.py:41
msgid "Username must be at least 3 characters long"
msgstr ""

#: flask_user/forms.py:46
msgid "Username may only contain letters, numbers, '-', '.' and '_'."
msgstr ""

#: flask_user/forms.py:52
msgid "This Username is already in use. Please try another one."
msgstr ""

#: flask_user/forms.py:59
msgid "This Email is already in use. Please try another one."
msgstr ""

#: flask_user/forms.py:66 flask_user/forms.py:148 flask_user/forms.py:161
#: flask_user/forms.py:237 flask_user/forms.py:279
msgid "Email"
msgstr "Sähköposti"

#: flask_user/forms.py:67 flask_user/forms.py:149 flask_user/forms.py:162
#: flask_user/forms.py:238 flask_user/forms.py:280
msgid "Email is required"
msgstr ""

#: flask_user/forms.py:68 flask_user/forms.py:150 flask_user/forms.py:163
#: flask_user/forms.py:239 flask_user/forms.py:281
msgid "Invalid Email"
msgstr ""

#: flask_user/forms.py:70
msgid "Add Email"
msgstr ""

#: flask_user/forms.py:73 flask_user/forms.py:117
msgid "Old Password"
msgstr ""

#: flask_user/forms.py:74 flask_user/forms.py:118
msgid "Old Password is required"
msgstr ""

#: flask_user/forms.py:76 flask_user/forms.py:286
msgid "New Password"
msgstr "Uusi Salasana"

#: flask_user/forms.py:77 flask_user/forms.py:287
msgid "New Password is required"
msgstr ""

#: flask_user/forms.py:79 flask_user/forms.py:288
msgid "Retype New Password"
msgstr ""

#: flask_user/forms.py:80 flask_user/forms.py:289
msgid "New Password and Retype Password did not match"
msgstr ""

#: flask_user/forms.py:83 flask_user/forms.py:291
#: flask_user/templates/flask_user/change_password.html:5
msgid "Change Password"
msgstr ""

#: flask_user/forms.py:106 flask_user/forms.py:141
msgid "Old Password is incorrect"
msgstr ""

#: flask_user/forms.py:113
msgid "New Username"
msgstr "Uusi Käyttäjätunnus"

#: flask_user/forms.py:114 flask_user/forms.py:159 flask_user/forms.py:235
msgid "Username is required"
msgstr ""

#: flask_user/forms.py:121
#: flask_user/templates/flask_user/change_username.html:5
msgid "Change Username"
msgstr ""

#: flask_user/forms.py:152
msgid "Send reset password email"
msgstr ""

#: flask_user/forms.py:158 flask_user/forms.py:234
msgid "Username"
msgstr "Käyttäjätunnus"

#: flask_user/forms.py:165 flask_user/forms.py:241
msgid "Password"
msgstr "Salasana"

#: flask_user/forms.py:166 flask_user/forms.py:242
msgid "Password is required"
msgstr ""

#: flask_user/forms.py:168
msgid "Remember me"
msgstr "Muista minusta"

#: flask_user/forms.py:170 flask_user/templates/flask_user/login.html:5
#: flask_user/templates/flask_user/login_or_register.html:9
msgid "Sign in"
msgstr "Kirjautuminen"

#: flask_user/forms.py:177
msgid "Username or Email"
msgstr "Käyttäjätunnus tai sähköposti"

#: flask_user/forms.py:219
msgid "Incorrect Username/Email and Password"
msgstr ""

#: flask_user/forms.py:221
msgid "Incorrect Username and Password"
msgstr ""

#: flask_user/forms.py:223
msgid "Incorrect Email and Password"
msgstr ""

#: flask_user/forms.py:243
msgid "Retype Password"
msgstr ""

#: flask_user/forms.py:244
msgid "Password and Retype Password did not match"
msgstr ""

#: 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 ""

#: flask_user/forms.py:283
msgid "Resend email confirmation email"
msgstr ""

#: flask_user/translations.py:73
msgid "Home Page"
msgstr "Koti sivu"

#: flask_user/translations.py:74
msgid "Profile Page"
msgstr ""

#: flask_user/translations.py:75
msgid "Special Page"
msgstr ""

#: flask_user/views.py:29
msgid "Your confirmation token has expired."
msgstr ""

#: flask_user/views.py:33 flask_user/views.py:55
msgid "Invalid confirmation token."
msgstr ""

#: flask_user/views.py:62
msgid "Your email has been confirmed."
msgstr ""

#: flask_user/views.py:101
msgid "Your password has been changed successfully."
msgstr ""

#: flask_user/views.py:137
#, python-format
msgid "Your username has been changed to '%(username)s'."
msgstr ""

#: 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 ""

#: flask_user/views.py:289
msgid "You have signed out successfully."
msgstr ""

#: flask_user/views.py:474
msgid "Your reset password token has expired."
msgstr ""

#: flask_user/views.py:478 flask_user/views.py:489
msgid "Your reset password token is invalid."
msgstr ""

#: flask_user/views.py:512
msgid ""
"Your password has been reset successfully. Please sign in with your new "
"password"
msgstr ""

#: flask_user/views.py:529
#, python-format
msgid "You must confirm your email to access '%(url)s'."
msgstr ""

#: flask_user/views.py:540
#, python-format
msgid "You must be signed in to access '%(url)s'."
msgstr ""

#: flask_user/views.py:554
#, python-format
msgid "You do not have permission to access '%(url)s'."
msgstr ""

#: 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 ""

#: flask_user/views.py:600
msgid "You have registered successfully."
msgstr ""

#: flask_user/views.py:628
msgid "Your account has not been enabled."
msgstr ""

#: flask_user/views.py:637
#, python-format
msgid ""
"Your email address has not yet been confirmed. Check your email Inbox and "
"Spam folders for the confirmation email or <a href=\"%(url)s\">Re-send "
"confirmation email</a>."
msgstr ""

#: flask_user/views.py:648
msgid "You have signed in successfully."
msgstr ""

#: flask_user/templates/flask_user/forgot_password.html:5
msgid "Forgot Password"
msgstr ""

#: flask_user/templates/flask_user/login.html:21
msgid "New here? Register."
msgstr ""

#: flask_user/templates/flask_user/login.html:44
#: flask_user/templates/flask_user/login_or_register.html:34
msgid "Forgot your Password?"
msgstr ""

#: flask_user/templates/flask_user/manage_emails.html:5
msgid "Manage Emails"
msgstr ""

#: flask_user/templates/flask_user/register.html:21
msgid "Already registered? Sign in."
msgstr ""

#: flask_user/templates/flask_user/resend_confirm_email.html:5
msgid "Resend Confirmation Email"
msgstr ""

#: flask_user/templates/flask_user/reset_password.html:5
msgid "Reset Password"
msgstr ""

#: flask_user/templates/flask_user/user_profile.html:5
msgid "User profile"
msgstr ""

#: flask_user/templates/flask_user/user_profile.html:8
msgid "Change username"
msgstr ""

#: flask_user/templates/flask_user/user_profile.html:11
msgid "Change password"
msgstr ""
Binary file not shown.
Loading

0 comments on commit 859c357

Please sign in to comment.