Просмотр исходного кода

Added translation using Weblate (Ukrainian)

пан Пітон 2 лет назад
Родитель
Сommit
b7bf91eee0
1 измененных файлов с 2088 добавлено и 0 удалено
  1. 2088 0
      flaskbb/translations/uk/LC_MESSAGES/messages.po

+ 2088 - 0
flaskbb/translations/uk/LC_MESSAGES/messages.po

@@ -0,0 +1,2088 @@
+# Translations template for PROJECT.
+# Copyright (C) 2018 ORGANIZATION
+# This file is distributed under the same license as the PROJECT project.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PROJECT VERSION\n"
+"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
+"POT-Creation-Date: 2018-07-28 11:36+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: uk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.6.0\n"
+
+#: flaskbb/deprecation.py:70
+#, python-format
+msgid "%(name)s is deprecated and will be removed in version %(version)s."
+msgstr ""
+
+#: flaskbb/email.py:31
+msgid "Password Recovery Confirmation"
+msgstr ""
+
+#: flaskbb/email.py:55 flaskbb/templates/auth/account_activation.html:1
+#: flaskbb/templates/auth/account_activation.html:10
+msgid "Account Activation"
+msgstr ""
+
+#: flaskbb/auth/forms.py:37 flaskbb/management/forms.py:35
+msgid "You can only use letters, numbers or dashes."
+msgstr ""
+
+#: flaskbb/auth/forms.py:43
+msgid "Username or Email address"
+msgstr ""
+
+#: flaskbb/auth/forms.py:46
+msgid "Please enter your username or email address."
+msgstr ""
+
+#: flaskbb/auth/forms.py:52 flaskbb/auth/forms.py:84 flaskbb/auth/forms.py:108
+#: flaskbb/auth/forms.py:141 flaskbb/user/forms.py:67
+msgid "Password"
+msgstr ""
+
+#: flaskbb/auth/forms.py:53 flaskbb/auth/forms.py:109 flaskbb/user/forms.py:68
+msgid "Please enter your password."
+msgstr ""
+
+#: flaskbb/auth/forms.py:56
+msgid "Remember me"
+msgstr ""
+
+#: flaskbb/auth/forms.py:58 flaskbb/templates/auth/login.html:1
+#: flaskbb/templates/auth/login.html:10 flaskbb/templates/layout.html:118
+msgid "Login"
+msgstr ""
+
+#: flaskbb/auth/forms.py:59 flaskbb/auth/forms.py:63 flaskbb/auth/forms.py:93
+#: flaskbb/auth/forms.py:124
+msgid "Captcha"
+msgstr ""
+
+#: flaskbb/auth/forms.py:68 flaskbb/auth/forms.py:155
+#: flaskbb/management/forms.py:55 flaskbb/templates/forum/memberlist.html:45
+#: flaskbb/templates/forum/search_result.html:98
+#: flaskbb/templates/management/banned_users.html:62
+#: flaskbb/templates/management/users.html:61
+msgid "Username"
+msgstr ""
+
+#: flaskbb/auth/forms.py:70
+msgid "A valid username is required"
+msgstr ""
+
+#: flaskbb/auth/forms.py:76 flaskbb/auth/forms.py:117 flaskbb/auth/forms.py:133
+#: flaskbb/auth/forms.py:163 flaskbb/management/forms.py:59
+msgid "Email address"
+msgstr ""
+
+#: flaskbb/auth/forms.py:78 flaskbb/auth/forms.py:119 flaskbb/auth/forms.py:135
+#: flaskbb/auth/forms.py:165 flaskbb/management/forms.py:60
+#: flaskbb/user/forms.py:40
+msgid "A valid email address is required."
+msgstr ""
+
+#: flaskbb/auth/forms.py:79 flaskbb/auth/forms.py:166
+#: flaskbb/management/forms.py:61 flaskbb/user/forms.py:41
+#: flaskbb/user/forms.py:46 flaskbb/user/forms.py:49
+msgid "Invalid email address."
+msgstr ""
+
+#: flaskbb/auth/forms.py:87 flaskbb/auth/forms.py:144
+msgid "Passwords must match."
+msgstr ""
+
+#: flaskbb/auth/forms.py:91 flaskbb/auth/forms.py:148
+msgid "Confirm password"
+msgstr ""
+
+#: flaskbb/auth/forms.py:95 flaskbb/user/forms.py:32
+msgid "Language"
+msgstr ""
+
+#: flaskbb/auth/forms.py:98
+msgid "I accept the Terms of Service"
+msgstr ""
+
+#: flaskbb/auth/forms.py:99
+msgid "Please accept the TOS."
+msgstr ""
+
+#: flaskbb/auth/forms.py:103 flaskbb/templates/auth/register.html:1
+#: flaskbb/templates/auth/register.html:10 flaskbb/templates/layout.html:124
+msgid "Register"
+msgstr ""
+
+#: flaskbb/auth/forms.py:112 flaskbb/templates/auth/reauth.html:1
+#: flaskbb/templates/auth/reauth.html:10
+msgid "Refresh Login"
+msgstr ""
+
+#: flaskbb/auth/forms.py:126
+msgid "Request Password"
+msgstr ""
+
+#: flaskbb/auth/forms.py:150
+msgid "Reset password"
+msgstr ""
+
+#: flaskbb/auth/forms.py:157 flaskbb/management/forms.py:56
+msgid "A valid username is required."
+msgstr ""
+
+#: flaskbb/auth/forms.py:170
+msgid "Send Confirmation Mail"
+msgstr ""
+
+#: flaskbb/auth/forms.py:175
+msgid "Email confirmation token"
+msgstr ""
+
+#: flaskbb/auth/forms.py:177
+msgid "Please enter the token we have sent to you."
+msgstr ""
+
+#: flaskbb/auth/forms.py:180
+msgid "Confirm Email"
+msgstr ""
+
+#: flaskbb/auth/views.py:72
+msgid "Logged out"
+msgstr ""
+
+#: flaskbb/auth/views.py:103
+msgid "Unrecoverable error while handling login"
+msgstr ""
+
+#: flaskbb/auth/views.py:130
+msgid "Reauthenticated."
+msgstr ""
+
+#: flaskbb/auth/views.py:135
+msgid "Unrecoverable error while handling reauthentication"
+msgstr ""
+
+#: flaskbb/auth/views.py:179
+msgid "Could not process registration dueto an unrecoverable error"
+msgstr ""
+
+#: flaskbb/auth/views.py:214
+msgid ""
+"You have entered an username or email address that is not linked with "
+"your account."
+msgstr ""
+
+#: flaskbb/auth/views.py:220
+msgid "Email sent! Please check your inbox."
+msgstr ""
+
+#: flaskbb/auth/views.py:255
+msgid "Error when resetting password"
+msgstr ""
+
+#: flaskbb/auth/views.py:266
+msgid "Your password has been updated."
+msgstr ""
+
+#: flaskbb/auth/views.py:295
+msgid "A new account activation token has been sent to your email address."
+msgstr ""
+
+#: flaskbb/auth/views.py:331 flaskbb/auth/views.py:380
+msgid "Could not activate account due to an unrecoverable error"
+msgstr ""
+
+#: flaskbb/auth/views.py:339 flaskbb/auth/views.py:388
+msgid "Your account has been activated and you can now login."
+msgstr ""
+
+#: flaskbb/auth/services/activation.py:33
+msgid "Entered email doesn't exist"
+msgstr ""
+
+#: flaskbb/auth/services/activation.py:36
+#: flaskbb/auth/services/activation.py:53
+msgid "Account is already activated"
+msgstr ""
+
+#: flaskbb/auth/services/authentication.py:70
+msgid "Your account is currently locked out due to too many failed login attempts"
+msgstr ""
+
+#: flaskbb/auth/services/authentication.py:127
+msgid ""
+"In order to use your account you have to activate it through the link we "
+"have sent to your email address."
+msgstr ""
+
+#: flaskbb/auth/services/authentication.py:161
+msgid "Wrong username or password."
+msgstr ""
+
+#: flaskbb/auth/services/password.py:35
+msgid "Invalid email"
+msgstr ""
+
+#: flaskbb/auth/services/reauthentication.py:74
+msgid "Wrong password."
+msgstr ""
+
+#: flaskbb/auth/services/registration.py:74
+#, python-format
+msgid "Username must be between %(min)s and %(max)s characters long"
+msgstr ""
+
+#: flaskbb/auth/services/registration.py:85
+#, python-format
+msgid "%(username)s is a forbidden username"
+msgstr ""
+
+#: flaskbb/auth/services/registration.py:107
+#, python-format
+msgid "%(username)s is already registered"
+msgstr ""
+
+#: flaskbb/auth/services/registration.py:129
+#, python-format
+msgid "%(email)s is already registered"
+msgstr ""
+
+#: flaskbb/auth/services/registration.py:147
+#, python-format
+msgid "An account activation email has been sent to %(email)s"
+msgstr ""
+
+#: flaskbb/auth/services/registration.py:162
+msgid "Thanks for registering."
+msgstr ""
+
+#: flaskbb/core/tokens.py:41
+msgid "Token is invalid"
+msgstr ""
+
+#: flaskbb/core/tokens.py:49
+msgid "Token is expired"
+msgstr ""
+
+#: flaskbb/core/tokens.py:56
+msgid "Token cannot be processed"
+msgstr ""
+
+#: flaskbb/forum/forms.py:28
+msgid "Quick reply"
+msgstr ""
+
+#: flaskbb/forum/forms.py:29 flaskbb/forum/forms.py:40
+#: flaskbb/forum/forms.py:62
+msgid "You cannot post a reply without content."
+msgstr ""
+
+#: flaskbb/forum/forms.py:31 flaskbb/forum/forms.py:45
+#: flaskbb/templates/forum/topic_controls.html:113
+msgid "Reply"
+msgstr ""
+
+#: flaskbb/forum/forms.py:39 flaskbb/forum/forms.py:61
+#: flaskbb/forum/forms.py:109
+msgid "Content"
+msgstr ""
+
+#: flaskbb/forum/forms.py:42 flaskbb/forum/forms.py:64
+msgid "Track this topic"
+msgstr ""
+
+#: flaskbb/forum/forms.py:58
+msgid "Topic title"
+msgstr ""
+
+#: flaskbb/forum/forms.py:59
+msgid "Please choose a title for your topic."
+msgstr ""
+
+#: flaskbb/forum/forms.py:67
+msgid "Post Topic"
+msgstr ""
+
+#: flaskbb/forum/forms.py:82 flaskbb/templates/management/reports.html:39
+msgid "Reason"
+msgstr ""
+
+#: flaskbb/forum/forms.py:83
+msgid "What is the reason for reporting this post?"
+msgstr ""
+
+#: flaskbb/forum/forms.py:86
+msgid "Report post"
+msgstr ""
+
+#: flaskbb/forum/forms.py:94 flaskbb/forum/forms.py:98
+#: flaskbb/forum/forms.py:113 flaskbb/templates/forum/memberlist.html:29
+#: flaskbb/templates/forum/search_form.html:1
+#: flaskbb/templates/forum/search_form.html:10
+#: flaskbb/templates/forum/search_form.html:15
+#: flaskbb/templates/forum/search_result.html:1
+#: flaskbb/templates/forum/search_result.html:10
+#: flaskbb/templates/layout.html:79
+#: flaskbb/templates/management/banned_users.html:39
+#: flaskbb/templates/management/users.html:38
+msgid "Search"
+msgstr ""
+
+#: flaskbb/forum/forms.py:106
+msgid "Criteria"
+msgstr ""
+
+#: flaskbb/forum/forms.py:110
+msgid "Post"
+msgstr ""
+
+#: flaskbb/forum/forms.py:110 flaskbb/templates/forum/edit_forum.html:31
+#: flaskbb/templates/forum/forum.html:49
+#: flaskbb/templates/forum/search_result.html:128
+#: flaskbb/templates/forum/topictracker.html:31
+#: flaskbb/templates/management/reports.html:38
+msgid "Topic"
+msgstr ""
+
+#: flaskbb/forum/forms.py:111 flaskbb/templates/forum/category.html:9
+#: flaskbb/templates/forum/category_layout.html:8
+#: flaskbb/templates/forum/edit_forum.html:13
+#: flaskbb/templates/forum/forum.html:10
+#: flaskbb/templates/forum/memberlist.html:12
+#: flaskbb/templates/forum/new_post.html:17
+#: flaskbb/templates/forum/new_topic.html:11
+#: flaskbb/templates/forum/search_form.html:9
+#: flaskbb/templates/forum/search_result.html:9
+#: flaskbb/templates/forum/search_result.html:207
+#: flaskbb/templates/forum/topic.html:10
+#: flaskbb/templates/forum/topic_horizontal.html:10
+#: flaskbb/templates/forum/topictracker.html:14
+#: flaskbb/templates/layout.html:77
+#: flaskbb/templates/management/banned_users.html:8
+#: flaskbb/templates/management/category_form.html:8
+#: flaskbb/templates/management/forum_form.html:8
+#: flaskbb/templates/management/forums.html:7
+#: flaskbb/templates/management/forums.html:61
+#: flaskbb/templates/management/group_form.html:8
+#: flaskbb/templates/management/groups.html:7
+#: flaskbb/templates/management/overview.html:7
+#: flaskbb/templates/management/plugins.html:7
+#: flaskbb/templates/management/reports.html:8
+#: flaskbb/templates/management/settings.html:7
+#: flaskbb/templates/management/user_form.html:8
+#: flaskbb/templates/management/users.html:7
+#: flaskbb/templates/user/all_posts.html:6
+#: flaskbb/templates/user/all_topics.html:6
+#: flaskbb/templates/user/profile.html:5
+#: flaskbb/templates/user/settings_layout.html:8
+msgid "Forum"
+msgstr ""
+
+#: flaskbb/forum/forms.py:111 flaskbb/templates/forum/search_result.html:93
+#: flaskbb/templates/management/users.html:1
+#: flaskbb/templates/management/users.html:33
+msgid "Users"
+msgstr ""
+
+#: flaskbb/forum/views.py:100 flaskbb/forum/views.py:826
+#: flaskbb/forum/views.py:844 flaskbb/forum/views.py:922
+#: flaskbb/forum/views.py:942
+msgid "You are not allowed to access that forum"
+msgstr ""
+
+#: flaskbb/forum/views.py:135 flaskbb/forum/views.py:166
+msgid "You are not allowed to access that topic"
+msgstr ""
+
+#: flaskbb/forum/views.py:217
+msgid "You are not allowed to post a reply to this topic."
+msgstr ""
+
+#: flaskbb/forum/views.py:230
+msgid "Cannot post reply"
+msgstr ""
+
+#: flaskbb/forum/views.py:256
+msgid "You are not allowed to post a topic here"
+msgstr ""
+
+#: flaskbb/forum/views.py:291
+msgid "You are not allowed to manage this forum"
+msgstr ""
+
+#: flaskbb/forum/views.py:345
+msgid "In order to perform this action you have to select at least one topic."
+msgstr ""
+
+#: flaskbb/forum/views.py:361
+#, python-format
+msgid "%(count)s topics locked."
+msgstr ""
+
+#: flaskbb/forum/views.py:371
+#, python-format
+msgid "%(count)s topics unlocked."
+msgstr ""
+
+#: flaskbb/forum/views.py:382
+#, python-format
+msgid "%(count)s topics highlighted."
+msgstr ""
+
+#: flaskbb/forum/views.py:392
+#, python-format
+msgid "%(count)s topics trivialized."
+msgstr ""
+
+#: flaskbb/forum/views.py:403
+#, python-format
+msgid "%(count)s topics deleted."
+msgstr ""
+
+#: flaskbb/forum/views.py:411
+msgid "Please choose a new forum for the topics."
+msgstr ""
+
+#: flaskbb/forum/views.py:421
+msgid "You do not have the permissions to move this topic."
+msgstr ""
+
+#: flaskbb/forum/views.py:427
+msgid "Topics moved."
+msgstr ""
+
+#: flaskbb/forum/views.py:429
+msgid "Failed to move topics."
+msgstr ""
+
+#: flaskbb/forum/views.py:441
+#, python-format
+msgid "%(count)s topics hidden."
+msgstr ""
+
+#: flaskbb/forum/views.py:451
+#, python-format
+msgid "%(count)s topics unhidden."
+msgstr ""
+
+#: flaskbb/forum/views.py:455
+msgid "Unknown action requested"
+msgstr ""
+
+#: flaskbb/forum/views.py:465
+msgid "You are not allowed to post a reply"
+msgstr ""
+
+#: flaskbb/forum/views.py:511
+msgid "You are not allowed to edit that post"
+msgstr ""
+
+#: flaskbb/forum/views.py:559
+msgid "Thanks for reporting."
+msgstr ""
+
+#: flaskbb/forum/views.py:663
+#, python-format
+msgid "%(topic_count)s topics untracked."
+msgstr ""
+
+#: flaskbb/forum/views.py:692
+msgid "You are not allowed to delete this topic"
+msgstr ""
+
+#: flaskbb/forum/views.py:715
+msgid "You are not allowed to lock this topic"
+msgstr ""
+
+#: flaskbb/forum/views.py:736
+msgid "You are not allowed to unlock this topic"
+msgstr ""
+
+#: flaskbb/forum/views.py:757
+msgid "You are not allowed to highlight this topic"
+msgstr ""
+
+#: flaskbb/forum/views.py:778
+msgid "You are not allowed to trivialize this topic"
+msgstr ""
+
+#: flaskbb/forum/views.py:799
+msgid "You are not allowed to delete this post"
+msgstr ""
+
+#: flaskbb/forum/views.py:874
+#, python-format
+msgid "Forum %(forum)s marked as read."
+msgstr ""
+
+#: flaskbb/forum/views.py:899
+msgid "All forums marked as read."
+msgstr ""
+
+#: flaskbb/forum/views.py:963
+msgid "You do not have permission to hide this topic"
+msgstr ""
+
+#: flaskbb/forum/views.py:981
+msgid "You do not have permission to unhide this topic"
+msgstr ""
+
+#: flaskbb/forum/views.py:997
+msgid "You do not have permission to hide this post"
+msgstr ""
+
+#: flaskbb/forum/views.py:1001
+msgid "Post is already hidden"
+msgstr ""
+
+#: flaskbb/forum/views.py:1010
+msgid "Topic hidden"
+msgstr ""
+
+#: flaskbb/forum/views.py:1012
+msgid "Post hidden"
+msgstr ""
+
+#: flaskbb/forum/views.py:1027
+msgid "You do not have permission to unhide this post"
+msgstr ""
+
+#: flaskbb/forum/views.py:1031
+msgid "Post is already unhidden"
+msgstr ""
+
+#: flaskbb/forum/views.py:1036
+msgid "Post unhidden"
+msgstr ""
+
+#: flaskbb/management/forms.py:66 flaskbb/user/forms.py:85
+msgid "Birthday"
+msgstr ""
+
+#: flaskbb/management/forms.py:69 flaskbb/user/forms.py:88
+msgid "Gender"
+msgstr ""
+
+#: flaskbb/management/forms.py:71 flaskbb/user/forms.py:90
+msgid "Male"
+msgstr ""
+
+#: flaskbb/management/forms.py:72 flaskbb/user/forms.py:91
+msgid "Female"
+msgstr ""
+
+#: flaskbb/management/forms.py:74 flaskbb/user/forms.py:93
+msgid "Location"
+msgstr ""
+
+#: flaskbb/management/forms.py:77 flaskbb/user/forms.py:96
+msgid "Website"
+msgstr ""
+
+#: flaskbb/management/forms.py:80 flaskbb/user/forms.py:99
+msgid "Avatar"
+msgstr ""
+
+#: flaskbb/management/forms.py:83
+msgid "Forum signature"
+msgstr ""
+
+#: flaskbb/management/forms.py:86 flaskbb/user/forms.py:105
+msgid "Notes"
+msgstr ""
+
+#: flaskbb/management/forms.py:89
+msgid "Is active?"
+msgstr ""
+
+#: flaskbb/management/forms.py:93
+msgid "Primary group"
+msgstr ""
+
+#: flaskbb/management/forms.py:98
+msgid "Secondary groups"
+msgstr ""
+
+#: flaskbb/management/forms.py:104 flaskbb/management/forms.py:235
+#: flaskbb/management/forms.py:395 flaskbb/management/forms.py:477
+#: flaskbb/templates/management/settings.html:70 flaskbb/user/forms.py:35
+#: flaskbb/user/forms.py:51 flaskbb/user/forms.py:77 flaskbb/user/forms.py:108
+msgid "Save"
+msgstr ""
+
+#: flaskbb/management/forms.py:120
+msgid "This username is already taken."
+msgstr ""
+
+#: flaskbb/management/forms.py:136 flaskbb/user/forms.py:63
+msgid "This email address is already taken."
+msgstr ""
+
+#: flaskbb/management/forms.py:160
+msgid "Group name"
+msgstr ""
+
+#: flaskbb/management/forms.py:161
+msgid "Please enter a name for the group."
+msgstr ""
+
+#: flaskbb/management/forms.py:163 flaskbb/management/forms.py:346
+#: flaskbb/management/forms.py:465 flaskbb/templates/management/groups.html:35
+msgid "Description"
+msgstr ""
+
+#: flaskbb/management/forms.py:167
+msgid "Is 'Admin' group?"
+msgstr ""
+
+#: flaskbb/management/forms.py:168
+msgid "With this option the group has access to the admin panel."
+msgstr ""
+
+#: flaskbb/management/forms.py:172
+msgid "Is 'Super Moderator' group?"
+msgstr ""
+
+#: flaskbb/management/forms.py:173
+msgid ""
+"Check this, if the users in this group are allowed to moderate every "
+"forum."
+msgstr ""
+
+#: flaskbb/management/forms.py:177
+msgid "Is 'Moderator' group?"
+msgstr ""
+
+#: flaskbb/management/forms.py:178
+msgid ""
+"Check this, if the users in this group are allowed to moderate specified "
+"forums."
+msgstr ""
+
+#: flaskbb/management/forms.py:182
+msgid "Is 'Banned' group?"
+msgstr ""
+
+#: flaskbb/management/forms.py:183
+msgid "Only one group of type 'Banned' is allowed."
+msgstr ""
+
+#: flaskbb/management/forms.py:186
+msgid "Is 'Guest' group?"
+msgstr ""
+
+#: flaskbb/management/forms.py:187
+msgid "Only one group of type 'Guest' is allowed."
+msgstr ""
+
+#: flaskbb/management/forms.py:190
+msgid "Can edit posts"
+msgstr ""
+
+#: flaskbb/management/forms.py:191
+msgid "Check this, if the users in this group can edit posts."
+msgstr ""
+
+#: flaskbb/management/forms.py:194
+msgid "Can delete posts"
+msgstr ""
+
+#: flaskbb/management/forms.py:195
+msgid "Check this, if the users in this group can delete posts."
+msgstr ""
+
+#: flaskbb/management/forms.py:199
+msgid "Can delete topics"
+msgstr ""
+
+#: flaskbb/management/forms.py:200
+msgid "Check this, if the users in this group can delete topics."
+msgstr ""
+
+#: flaskbb/management/forms.py:204
+msgid "Can create topics"
+msgstr ""
+
+#: flaskbb/management/forms.py:205
+msgid "Check this, if the users in this group can create topics."
+msgstr ""
+
+#: flaskbb/management/forms.py:209
+msgid "Can post replies"
+msgstr ""
+
+#: flaskbb/management/forms.py:210
+msgid "Check this, if the users in this group can post replies."
+msgstr ""
+
+#: flaskbb/management/forms.py:215
+msgid "Moderators can edit user profiles"
+msgstr ""
+
+#: flaskbb/management/forms.py:216
+msgid ""
+"Allow moderators to edit another user's profile including password and "
+"email changes."
+msgstr ""
+
+#: flaskbb/management/forms.py:221
+msgid "Moderators can ban users"
+msgstr ""
+
+#: flaskbb/management/forms.py:222
+msgid "Allow moderators to ban other users."
+msgstr ""
+
+#: flaskbb/management/forms.py:226
+msgid "Can view hidden posts and topics"
+msgstr ""
+
+#: flaskbb/management/forms.py:227
+msgid "Allows a user to view hidden posts and topics"
+msgstr ""
+
+#: flaskbb/management/forms.py:231
+msgid "Can hide posts and topics"
+msgstr ""
+
+#: flaskbb/management/forms.py:232
+msgid "Allows a user to hide posts and topics"
+msgstr ""
+
+#: flaskbb/management/forms.py:251
+msgid "This group name is already taken."
+msgstr ""
+
+#: flaskbb/management/forms.py:265
+msgid "There is already a group of type 'Banned'."
+msgstr ""
+
+#: flaskbb/management/forms.py:280
+msgid "There is already a group of type 'Guest'."
+msgstr ""
+
+#: flaskbb/management/forms.py:303
+msgid "Can't assign any permissions to this group."
+msgstr ""
+
+#: flaskbb/management/forms.py:341
+msgid "Forum title"
+msgstr ""
+
+#: flaskbb/management/forms.py:342
+msgid "Please enter a forum title."
+msgstr ""
+
+#: flaskbb/management/forms.py:348 flaskbb/management/forms.py:467
+msgid "You can format your description with Markdown."
+msgstr ""
+
+#: flaskbb/management/forms.py:352 flaskbb/management/forms.py:471
+msgid "Position"
+msgstr ""
+
+#: flaskbb/management/forms.py:354
+msgid "Please enter a position for theforum."
+msgstr ""
+
+#: flaskbb/management/forms.py:359
+msgid "Category"
+msgstr ""
+
+#: flaskbb/management/forms.py:363
+msgid "The category that contains this forum."
+msgstr ""
+
+#: flaskbb/management/forms.py:367
+msgid "External link"
+msgstr ""
+
+#: flaskbb/management/forms.py:369
+msgid "A link to a website i.e. 'http://flaskbb.org'."
+msgstr ""
+
+#: flaskbb/management/forms.py:373
+#: flaskbb/templates/forum/category_layout.html:80
+#: flaskbb/templates/forum/search_result.html:277
+#: flaskbb/templates/management/forums.html:136
+msgid "Moderators"
+msgstr ""
+
+#: flaskbb/management/forms.py:374
+msgid ""
+"Comma separated usernames. Leave it blank if you do not want to set any "
+"moderators."
+msgstr ""
+
+#: flaskbb/management/forms.py:379
+msgid "Show moderators"
+msgstr ""
+
+#: flaskbb/management/forms.py:380
+msgid "Do you want to show the moderators on the index page?"
+msgstr ""
+
+#: flaskbb/management/forms.py:384
+msgid "Locked?"
+msgstr ""
+
+#: flaskbb/management/forms.py:385
+msgid "Disable new posts and topics in this forum."
+msgstr ""
+
+#: flaskbb/management/forms.py:389
+msgid "Group access"
+msgstr ""
+
+#: flaskbb/management/forms.py:392
+msgid "Select the groups that can access this forum."
+msgstr ""
+
+#: flaskbb/management/forms.py:400
+msgid "You cannot convert a forum that contains topics into an external link."
+msgstr ""
+
+#: flaskbb/management/forms.py:406
+msgid "You also need to specify some moderators."
+msgstr ""
+
+#: flaskbb/management/forms.py:418
+#, python-format
+msgid "%(user)s is not in a moderators group."
+msgstr ""
+
+#: flaskbb/management/forms.py:461
+msgid "Category title"
+msgstr ""
+
+#: flaskbb/management/forms.py:462
+msgid "Please enter a category title."
+msgstr ""
+
+#: flaskbb/management/forms.py:473
+msgid "Please enter a position for the category."
+msgstr ""
+
+#: flaskbb/management/views.py:54 flaskbb/management/views.py:1091
+msgid "You are not allowed to access the management settings"
+msgstr ""
+
+#: flaskbb/management/views.py:127
+msgid "Settings saved."
+msgstr ""
+
+#: flaskbb/management/views.py:143 flaskbb/management/views.py:188
+#: flaskbb/management/views.py:280 flaskbb/management/views.py:332
+#: flaskbb/management/views.py:362 flaskbb/management/views.py:414
+#: flaskbb/management/views.py:485
+msgid "You are not allowed to manage users"
+msgstr ""
+
+#: flaskbb/management/views.py:226 flaskbb/management/views.py:271
+msgid "Edit User"
+msgstr ""
+
+#: flaskbb/management/views.py:267
+msgid "User updated."
+msgstr ""
+
+#: flaskbb/management/views.py:319
+msgid "You cannot delete yourself."
+msgstr ""
+
+#: flaskbb/management/views.py:323
+msgid "User deleted."
+msgstr ""
+
+#: flaskbb/management/views.py:342 flaskbb/management/views.py:353
+#: flaskbb/templates/management/banned_users.html:24
+#: flaskbb/templates/management/user_form.html:24
+#: flaskbb/templates/management/users.html:23
+msgid "Add User"
+msgstr ""
+
+#: flaskbb/management/views.py:349
+msgid "User added."
+msgstr ""
+
+#: flaskbb/management/views.py:424
+msgid "You do not have the permissions to ban this user."
+msgstr ""
+
+#: flaskbb/management/views.py:453
+#: flaskbb/templates/management/banned_users.html:95
+#: flaskbb/templates/management/users.html:121
+msgid "Unban"
+msgstr ""
+
+#: flaskbb/management/views.py:470
+msgid "A moderator cannot ban an admin user."
+msgstr ""
+
+#: flaskbb/management/views.py:474
+msgid "User is now banned."
+msgstr ""
+
+#: flaskbb/management/views.py:476
+msgid "Could not ban user."
+msgstr ""
+
+#: flaskbb/management/views.py:497
+msgid "You do not have the permissions to unban this user."
+msgstr ""
+
+#: flaskbb/management/views.py:514 flaskbb/templates/management/users.html:110
+msgid "Ban"
+msgstr ""
+
+#: flaskbb/management/views.py:530
+msgid "User is now unbanned."
+msgstr ""
+
+#: flaskbb/management/views.py:532
+msgid "Could not unban user."
+msgstr ""
+
+#: flaskbb/management/views.py:542 flaskbb/management/views.py:565
+#: flaskbb/management/views.py:597 flaskbb/management/views.py:636
+msgid "You are not allowed to modify groups."
+msgstr ""
+
+#: flaskbb/management/views.py:577 flaskbb/management/views.py:588
+#: flaskbb/templates/management/group_form.html:21
+#: flaskbb/templates/management/groups.html:20
+msgid "Add Group"
+msgstr ""
+
+#: flaskbb/management/views.py:584
+msgid "Group added."
+msgstr ""
+
+#: flaskbb/management/views.py:609 flaskbb/management/views.py:627
+msgid "Edit Group"
+msgstr ""
+
+#: flaskbb/management/views.py:623
+msgid "Group updated."
+msgstr ""
+
+#: flaskbb/management/views.py:668
+msgid "You cannot delete one of the standard groups."
+msgstr ""
+
+#: flaskbb/management/views.py:677
+msgid "You cannot delete the standard groups. Try renaming it instead."
+msgstr ""
+
+#: flaskbb/management/views.py:686
+msgid "Group deleted."
+msgstr ""
+
+#: flaskbb/management/views.py:689
+msgid "No group chosen."
+msgstr ""
+
+#: flaskbb/management/views.py:698 flaskbb/management/views.py:715
+#: flaskbb/management/views.py:766
+msgid "You are not allowed to modify forums."
+msgstr ""
+
+#: flaskbb/management/views.py:736 flaskbb/management/views.py:757
+#: flaskbb/templates/management/forums.html:155
+msgid "Edit Forum"
+msgstr ""
+
+#: flaskbb/management/views.py:745
+msgid "Forum updated."
+msgstr ""
+
+#: flaskbb/management/views.py:784 flaskbb/management/views.py:801
+#: flaskbb/templates/management/category_form.html:21
+#: flaskbb/templates/management/forum_form.html:21
+#: flaskbb/templates/management/forums.html:20
+#: flaskbb/templates/management/forums.html:43
+msgid "Add Forum"
+msgstr ""
+
+#: flaskbb/management/views.py:792
+msgid "Forum added."
+msgstr ""
+
+#: flaskbb/management/views.py:810
+msgid "You are not allowed to modify forums"
+msgstr ""
+
+#: flaskbb/management/views.py:826
+msgid "Forum deleted."
+msgstr ""
+
+#: flaskbb/management/views.py:835 flaskbb/management/views.py:868
+#: flaskbb/management/views.py:909
+msgid "You are not allowed to modify categories"
+msgstr ""
+
+#: flaskbb/management/views.py:847 flaskbb/management/views.py:859
+#: flaskbb/templates/management/category_form.html:22
+#: flaskbb/templates/management/forum_form.html:22
+#: flaskbb/templates/management/forums.html:21
+msgid "Add Category"
+msgstr ""
+
+#: flaskbb/management/views.py:855
+msgid "Category added."
+msgstr ""
+
+#: flaskbb/management/views.py:884 flaskbb/management/views.py:900
+#: flaskbb/templates/management/forums.html:46
+msgid "Edit Category"
+msgstr ""
+
+#: flaskbb/management/views.py:894
+msgid "Category updated."
+msgstr ""
+
+#: flaskbb/management/views.py:925
+msgid "Category with all associated forums deleted."
+msgstr ""
+
+#: flaskbb/management/views.py:934 flaskbb/management/views.py:955
+#: flaskbb/management/views.py:977 flaskbb/management/views.py:1048
+msgid "You are not allowed to view reports."
+msgstr ""
+
+#: flaskbb/management/views.py:1017
+#, python-format
+msgid "Report %(id)s is already marked as read."
+msgstr ""
+
+#: flaskbb/management/views.py:1025
+#, python-format
+msgid "Report %(id)s marked as read."
+msgstr ""
+
+#: flaskbb/management/views.py:1039
+msgid "All reports were marked as read."
+msgstr ""
+
+#: flaskbb/management/views.py:1082
+msgid "Report deleted."
+msgstr ""
+
+#: flaskbb/management/views.py:1116
+msgid "You are not allowed to access the management panel"
+msgstr ""
+
+#: flaskbb/management/views.py:1171 flaskbb/management/views.py:1188
+#: flaskbb/management/views.py:1223 flaskbb/management/views.py:1257
+#: flaskbb/management/views.py:1278
+msgid "You are not allowed to modify plugins"
+msgstr ""
+
+#: flaskbb/management/views.py:1201
+#, python-format
+msgid "Plugin %(plugin)s is already enabled."
+msgstr ""
+
+#: flaskbb/management/views.py:1210
+#, python-format
+msgid "Plugin %(plugin)s enabled. Please restart FlaskBB now."
+msgstr ""
+
+#: flaskbb/management/views.py:1236
+#, python-format
+msgid "Plugin %(plugin)s is already disabled."
+msgstr ""
+
+#: flaskbb/management/views.py:1244
+#, python-format
+msgid "Plugin %(plugin)s disabled. Please restart FlaskBB now."
+msgstr ""
+
+#: flaskbb/management/views.py:1269
+msgid "Plugin has been uninstalled."
+msgstr ""
+
+#: flaskbb/management/views.py:1291
+#, python-format
+msgid "Can't install plugin. Enable '%(plugin)s' plugin first."
+msgstr ""
+
+#: flaskbb/management/views.py:1299
+msgid "Plugin has been installed."
+msgstr ""
+
+#: flaskbb/templates/confirm_dialog.html:6
+msgid "Are you sure?"
+msgstr ""
+
+#: flaskbb/templates/confirm_dialog.html:9
+msgid ""
+"Are you sure that you want to perform this action? This action is "
+"irreversible."
+msgstr ""
+
+#: flaskbb/templates/confirm_dialog.html:12
+msgid "Cancel"
+msgstr ""
+
+#: flaskbb/templates/confirm_dialog.html:13
+msgid "Yes"
+msgstr ""
+
+#: flaskbb/templates/forum/memberlist.html:1
+#: flaskbb/templates/forum/memberlist.html:13
+#: flaskbb/templates/forum/memberlist.html:39 flaskbb/templates/layout.html:78
+msgid "Memberlist"
+msgstr ""
+
+#: flaskbb/templates/forum/topictracker.html:1
+#: flaskbb/templates/forum/topictracker.html:15
+#: flaskbb/templates/forum/topictracker.html:26
+#: flaskbb/templates/layout.html:97
+msgid "Topic Tracker"
+msgstr ""
+
+#: flaskbb/templates/layout.html:100
+#: flaskbb/templates/user/settings_layout.html:10
+msgid "Settings"
+msgstr ""
+
+#: flaskbb/templates/layout.html:102
+#: flaskbb/templates/management/banned_users.html:9
+#: flaskbb/templates/management/category_form.html:9
+#: flaskbb/templates/management/forum_form.html:9
+#: flaskbb/templates/management/forums.html:8
+#: flaskbb/templates/management/group_form.html:9
+#: flaskbb/templates/management/groups.html:8
+#: flaskbb/templates/management/overview.html:8
+#: flaskbb/templates/management/plugins.html:8
+#: flaskbb/templates/management/reports.html:9
+#: flaskbb/templates/management/settings.html:8
+#: flaskbb/templates/management/user_form.html:9
+#: flaskbb/templates/management/users.html:8
+msgid "Management"
+msgstr ""
+
+#: flaskbb/templates/layout.html:106
+msgid "Logout"
+msgstr ""
+
+#: flaskbb/templates/auth/reset_password.html:1
+#: flaskbb/templates/auth/reset_password.html:10
+#: flaskbb/templates/layout.html:126
+msgid "Reset Password"
+msgstr ""
+
+#: flaskbb/templates/layout.html:128
+msgid "Activate Account"
+msgstr ""
+
+#: flaskbb/templates/macros.html:327
+msgid "Pages"
+msgstr ""
+
+#: flaskbb/templates/auth/forgot_password.html:1
+#: flaskbb/templates/auth/forgot_password.html:10
+msgid "Forgot Password"
+msgstr ""
+
+#: flaskbb/templates/auth/login.html:27
+msgid "Not a member yet?"
+msgstr ""
+
+#: flaskbb/templates/auth/login.html:28
+msgid "Forgot your Password?"
+msgstr ""
+
+#: flaskbb/templates/auth/request_account_activation.html:1
+#: flaskbb/templates/auth/request_account_activation.html:10
+msgid "Request Account Activation"
+msgstr ""
+
+#: flaskbb/templates/email/activate_account.html:3
+#: flaskbb/templates/email/reset_password.html:2
+#, python-format
+msgid "Dear %(username)s,"
+msgstr ""
+
+#: flaskbb/templates/email/activate_account.html:5
+msgid "Click the link below to activate your account:"
+msgstr ""
+
+#: flaskbb/templates/email/activate_account.html:9
+#: flaskbb/templates/email/reset_password.html:8
+msgid "Sincerely,"
+msgstr ""
+
+#: flaskbb/templates/email/activate_account.html:10
+#: flaskbb/templates/email/reset_password.html:9
+msgid "The Administration"
+msgstr ""
+
+#: flaskbb/templates/email/reset_password.html:4
+msgid "Click the link below to reset your password:"
+msgstr ""
+
+#: flaskbb/templates/errors/forbidden_page.html:1
+msgid "Forbidden"
+msgstr ""
+
+#: flaskbb/templates/errors/forbidden_page.html:9
+msgid "403 - Forbidden Page"
+msgstr ""
+
+#: flaskbb/templates/errors/forbidden_page.html:10
+msgid "You do not have the permission to view this page."
+msgstr ""
+
+#: flaskbb/templates/errors/forbidden_page.html:11
+#: flaskbb/templates/errors/page_not_found.html:11
+msgid "Back to the Forums"
+msgstr ""
+
+#: flaskbb/templates/errors/page_not_found.html:1
+msgid "Page not found"
+msgstr ""
+
+#: flaskbb/templates/errors/page_not_found.html:9
+msgid "404 - Page not found!"
+msgstr ""
+
+#: flaskbb/templates/errors/page_not_found.html:10
+msgid "The page you were looking for does not exist."
+msgstr ""
+
+#: flaskbb/templates/errors/server_error.html:1
+msgid "Server Error"
+msgstr ""
+
+#: flaskbb/templates/errors/server_error.html:9
+msgid "500 - Server Error"
+msgstr ""
+
+#: flaskbb/templates/errors/server_error.html:10
+msgid "Something went wrong!"
+msgstr ""
+
+#: flaskbb/templates/errors/too_many_logins.html:1
+msgid "Too Many Requests"
+msgstr ""
+
+#: flaskbb/templates/errors/too_many_logins.html:9
+msgid "429 - Too Many Requests"
+msgstr ""
+
+#: flaskbb/templates/errors/too_many_logins.html:10
+msgid ""
+"In order to prevent brute force attacks on accounts we have limited the "
+"amount of requests on this route."
+msgstr ""
+
+#: flaskbb/templates/forum/category_layout.html:9
+#: flaskbb/templates/forum/search_result.html:123
+#: flaskbb/templates/forum/search_result.html:208
+#: flaskbb/templates/management/overview.html:91
+#: flaskbb/templates/user/all_posts.html:28
+#: flaskbb/templates/user/all_topics.html:8
+#: flaskbb/templates/user/all_topics.html:28
+#: flaskbb/templates/user/profile_layout.html:68
+msgid "Topics"
+msgstr ""
+
+#: flaskbb/templates/forum/category_layout.html:10
+#: flaskbb/templates/forum/edit_forum.html:32
+#: flaskbb/templates/forum/forum.html:50
+#: flaskbb/templates/forum/memberlist.html:52
+#: flaskbb/templates/forum/search_result.html:16
+#: flaskbb/templates/forum/search_result.html:42
+#: flaskbb/templates/forum/search_result.html:99
+#: flaskbb/templates/forum/search_result.html:129
+#: flaskbb/templates/forum/search_result.html:209
+#: flaskbb/templates/forum/topic.html:53
+#: flaskbb/templates/forum/topic_horizontal.html:60
+#: flaskbb/templates/forum/topictracker.html:32
+#: flaskbb/templates/management/banned_users.html:63
+#: flaskbb/templates/management/overview.html:94
+#: flaskbb/templates/management/users.html:62
+#: flaskbb/templates/user/all_posts.html:8
+#: flaskbb/templates/user/all_posts.html:34
+#: flaskbb/templates/user/all_topics.html:34
+#: flaskbb/templates/user/profile_layout.html:74
+msgid "Posts"
+msgstr ""
+
+#: flaskbb/templates/forum/category_layout.html:11
+#: flaskbb/templates/forum/edit_forum.html:34
+#: flaskbb/templates/forum/forum.html:52
+#: flaskbb/templates/forum/search_result.html:131
+#: flaskbb/templates/forum/search_result.html:210
+#: flaskbb/templates/forum/topictracker.html:34
+msgid "Last Post"
+msgstr ""
+
+#: flaskbb/templates/forum/category_layout.html:27
+#: flaskbb/templates/forum/search_result.html:226
+#: flaskbb/templates/management/forums.html:79
+msgid "Link to"
+msgstr ""
+
+#: flaskbb/templates/forum/category_layout.html:114
+#: flaskbb/templates/forum/edit_forum.html:68
+#: flaskbb/templates/forum/edit_forum.html:91
+#: flaskbb/templates/forum/forum.html:87 flaskbb/templates/forum/forum.html:115
+#: flaskbb/templates/forum/search_result.html:156
+#: flaskbb/templates/forum/search_result.html:178
+#: flaskbb/templates/forum/search_result.html:311
+#: flaskbb/templates/forum/topictracker.html:68
+#: flaskbb/templates/forum/topictracker.html:91
+#: flaskbb/templates/management/plugins.html:46
+msgid "by"
+msgstr ""
+
+#: flaskbb/templates/forum/category_layout.html:123
+#: flaskbb/templates/forum/search_result.html:320
+msgid "No posts."
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:33
+#: flaskbb/templates/forum/forum.html:51
+#: flaskbb/templates/forum/search_result.html:130
+#: flaskbb/templates/forum/topictracker.html:33
+msgid "Views"
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:35
+#: flaskbb/templates/forum/topictracker.html:35
+msgid "Select all"
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:101
+#: flaskbb/templates/forum/topictracker.html:101
+msgid "Select topic"
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:107
+#: flaskbb/templates/forum/forum.html:128
+#: flaskbb/templates/forum/topictracker.html:107
+msgid "No Topics."
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:117
+msgid "Back"
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:128
+msgid "Lock"
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:131
+msgid "Unlock"
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:137
+msgid "Highlight"
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:140
+msgid "Trivialize"
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:145
+#: flaskbb/templates/management/groups.html:65
+#: flaskbb/templates/management/reports.html:82
+#: flaskbb/templates/management/users.html:130
+msgid "Delete"
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:151
+msgid "Hide"
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:154
+msgid "Unhide"
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:169
+msgid "Move to..."
+msgstr ""
+
+#: flaskbb/templates/forum/edit_forum.html:176
+msgid "Move"
+msgstr ""
+
+#: flaskbb/templates/forum/forum.html:25
+#: flaskbb/templates/management/reports.html:50
+#: flaskbb/templates/management/reports.html:74
+msgid "Mark as Read"
+msgstr ""
+
+#: flaskbb/templates/forum/forum.html:31
+#: flaskbb/templates/forum/topic_controls.html:116
+msgid "Locked"
+msgstr ""
+
+#: flaskbb/templates/forum/forum.html:35
+#: flaskbb/templates/forum/new_topic.html:1
+#: flaskbb/templates/forum/new_topic.html:13
+#: flaskbb/templates/forum/new_topic.html:21
+msgid "New Topic"
+msgstr ""
+
+#: flaskbb/templates/forum/forum.html:97
+#, python-format
+msgid "Hidden on %(when)s  by %(who)s"
+msgstr ""
+
+#: flaskbb/templates/forum/forum.html:138
+msgid "Moderation Mode"
+msgstr ""
+
+#: flaskbb/templates/forum/index.html:11
+msgid "Board Statistics"
+msgstr ""
+
+#: flaskbb/templates/forum/index.html:12
+msgid "Who is online?"
+msgstr ""
+
+#: flaskbb/templates/forum/index.html:17
+msgid "Total number of registered users"
+msgstr ""
+
+#: flaskbb/templates/forum/index.html:18
+msgid "Total number of topics"
+msgstr ""
+
+#: flaskbb/templates/forum/index.html:19
+msgid "Total number of posts"
+msgstr ""
+
+#: flaskbb/templates/forum/index.html:22
+msgid "Newest registered user"
+msgstr ""
+
+#: flaskbb/templates/forum/index.html:22
+msgid "No users"
+msgstr ""
+
+#: flaskbb/templates/forum/index.html:23
+msgid "Registered users online"
+msgstr ""
+
+#: flaskbb/templates/forum/index.html:25
+msgid "Guests online"
+msgstr ""
+
+#: flaskbb/templates/forum/memberlist.html:48
+#: flaskbb/templates/forum/search_result.html:100
+#: flaskbb/templates/management/banned_users.html:64
+#: flaskbb/templates/management/users.html:63
+msgid "Date registered"
+msgstr ""
+
+#: flaskbb/templates/forum/memberlist.html:50
+#: flaskbb/templates/forum/search_result.html:101
+#: flaskbb/templates/management/banned_users.html:65
+#: flaskbb/templates/management/users.html:64
+msgid "Group"
+msgstr ""
+
+#: flaskbb/templates/forum/new_post.html:2
+msgid "Edit Post"
+msgstr ""
+
+#: flaskbb/templates/forum/new_post.html:4
+msgid "New Post"
+msgstr ""
+
+#: flaskbb/templates/forum/online_users.html:1
+#: flaskbb/templates/forum/online_users.html:13
+msgid "Online Users"
+msgstr ""
+
+#: flaskbb/templates/forum/report_post.html:1
+#: flaskbb/templates/forum/report_post.html:16
+msgid "Report Post"
+msgstr ""
+
+#: flaskbb/templates/forum/report_post.html:20
+msgid "Report"
+msgstr ""
+
+#: flaskbb/templates/forum/report_post.html:21
+msgid "Close"
+msgstr ""
+
+#: flaskbb/templates/forum/search_result.html:29
+#: flaskbb/templates/forum/topic.html:40
+#: flaskbb/templates/forum/topic_horizontal.html:47
+#: flaskbb/templates/user/profile_layout.html:34
+msgid "online"
+msgstr ""
+
+#: flaskbb/templates/forum/search_result.html:31
+#: flaskbb/templates/forum/topic.html:42
+#: flaskbb/templates/forum/topic_horizontal.html:49
+#: flaskbb/templates/user/profile_layout.html:36
+msgid "offline"
+msgstr ""
+
+#: flaskbb/templates/forum/search_result.html:41
+#: flaskbb/templates/forum/topic.html:52
+#: flaskbb/templates/forum/topic_horizontal.html:59
+msgid "Joined"
+msgstr ""
+
+#: flaskbb/templates/forum/search_result.html:49
+#: flaskbb/templates/forum/topic.html:60
+msgid "Guest"
+msgstr ""
+
+#: flaskbb/templates/forum/search_result.html:64
+#: flaskbb/templates/forum/topic.html:75
+#: flaskbb/templates/forum/topic_horizontal.html:76
+#, python-format
+msgid "Last modified: %(date)s by <a href=\"%(user_url)s\">%(user)s</a>"
+msgstr ""
+
+#: flaskbb/templates/forum/search_result.html:83
+msgid "No posts found matching your search criteria."
+msgstr ""
+
+#: flaskbb/templates/forum/search_result.html:113
+#: flaskbb/templates/management/banned_users.html:104
+#: flaskbb/templates/management/users.html:139
+msgid "No users found matching your search criteria."
+msgstr ""
+
+#: flaskbb/templates/forum/search_result.html:191
+msgid "No topics found matching your search criteria."
+msgstr ""
+
+#: flaskbb/templates/forum/search_result.html:202
+#: flaskbb/templates/management/forums.html:1
+#: flaskbb/templates/management/forums.html:9
+msgid "Forums"
+msgstr ""
+
+#: flaskbb/templates/forum/search_result.html:329
+msgid "No forums found matching your search criteria."
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:2
+#: flaskbb/templates/forum/topic_horizontal.html:2
+#, python-format
+msgid "%(title)s - Topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:20
+#: flaskbb/templates/forum/topic_horizontal.html:20
+#, python-format
+msgid "This topic is hidden (%(when)s by %(who)s)"
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:90
+#, python-format
+msgid "This post is hidden (%(when)s by %(who)s)"
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:118
+#: flaskbb/templates/forum/topic_horizontal.html:107
+msgid "Quote this post"
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:120
+#: flaskbb/templates/forum/topic_horizontal.html:109
+msgid "Full Reply"
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:125
+#: flaskbb/templates/forum/topic_horizontal.html:114
+msgid "Edit this post"
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:131
+#: flaskbb/templates/forum/topic_horizontal.html:120
+msgid "Delete this topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:139
+#: flaskbb/templates/forum/topic_horizontal.html:128
+msgid "Delete this post"
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:147
+#: flaskbb/templates/forum/topic_horizontal.html:136
+msgid "Report this post"
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:155
+#: flaskbb/templates/forum/topic_horizontal.html:144
+msgid "Unhide this topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:160
+#: flaskbb/templates/forum/topic_horizontal.html:149
+msgid "Hide this topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:167
+#: flaskbb/templates/forum/topic_horizontal.html:156
+msgid "Unhide this post"
+msgstr ""
+
+#: flaskbb/templates/forum/topic.html:172
+#: flaskbb/templates/forum/topic_horizontal.html:161
+msgid "Hide this post"
+msgstr ""
+
+#: flaskbb/templates/forum/topic_controls.html:15
+msgid "Moderate"
+msgstr ""
+
+#: flaskbb/templates/forum/topic_controls.html:24
+msgid "Delete Topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topic_controls.html:36
+msgid "Lock Topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topic_controls.html:45
+msgid "Unlock Topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topic_controls.html:56
+msgid "Highlight Topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topic_controls.html:65
+msgid "Trivialize Topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topic_controls.html:77
+msgid "Unhide Topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topic_controls.html:84
+msgid "Hide Topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topic_controls.html:99
+msgid "Untrack Topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topic_controls.html:106
+msgid "Track Topic"
+msgstr ""
+
+#: flaskbb/templates/forum/topictracker.html:117
+msgid "Untrack Topics"
+msgstr ""
+
+#: flaskbb/templates/management/banned_users.html:1
+#: flaskbb/templates/management/banned_users.html:21
+#: flaskbb/templates/management/banned_users.html:34
+#: flaskbb/templates/management/user_form.html:21
+#: flaskbb/templates/management/users.html:20
+msgid "Banned Users"
+msgstr ""
+
+#: flaskbb/templates/management/banned_users.html:10
+#: flaskbb/templates/management/banned_users.html:20
+#: flaskbb/templates/management/user_form.html:10
+#: flaskbb/templates/management/user_form.html:20
+#: flaskbb/templates/management/users.html:9
+#: flaskbb/templates/management/users.html:19
+msgid "Manage Users"
+msgstr ""
+
+#: flaskbb/templates/management/banned_users.html:70
+#: flaskbb/templates/management/groups.html:39
+#: flaskbb/templates/management/reports.html:45
+#: flaskbb/templates/management/users.html:68
+msgid "Actions"
+msgstr ""
+
+#: flaskbb/templates/management/banned_users.html:75
+#: flaskbb/templates/management/users.html:79
+msgid "Unban selected Users"
+msgstr ""
+
+#: flaskbb/templates/management/category_form.html:20
+#: flaskbb/templates/management/forum_form.html:20
+#: flaskbb/templates/management/forums.html:19
+#: flaskbb/templates/management/forums.html:29
+msgid "Manage Forums"
+msgstr ""
+
+#: flaskbb/templates/management/forums.html:51
+msgid "Delete Category"
+msgstr ""
+
+#: flaskbb/templates/management/forums.html:62
+msgid "Topics / Posts"
+msgstr ""
+
+#: flaskbb/templates/management/forums.html:99
+msgid "Edit Link"
+msgstr ""
+
+#: flaskbb/templates/management/forums.html:105
+msgid "Delete Link"
+msgstr ""
+
+#: flaskbb/templates/management/forums.html:161
+msgid "Delete Forum"
+msgstr ""
+
+#: flaskbb/templates/management/group_form.html:10
+#: flaskbb/templates/management/group_form.html:20
+#: flaskbb/templates/management/groups.html:9
+#: flaskbb/templates/management/groups.html:19
+msgid "Manage Groups"
+msgstr ""
+
+#: flaskbb/templates/management/groups.html:1
+#: flaskbb/templates/management/groups.html:28
+#: flaskbb/templates/management/overview.html:88
+msgid "Groups"
+msgstr ""
+
+#: flaskbb/templates/management/groups.html:34
+msgid "Group Name"
+msgstr ""
+
+#: flaskbb/templates/management/groups.html:44
+msgid "Delete selected Groups"
+msgstr ""
+
+#: flaskbb/templates/management/groups.html:59
+#: flaskbb/templates/management/users.html:102
+#: flaskbb/templates/user/profile_layout.html:16
+msgid "Edit"
+msgstr ""
+
+#: flaskbb/templates/management/groups.html:74
+msgid "No groups found."
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:1
+#: flaskbb/templates/management/overview.html:16
+#: flaskbb/templates/user/all_posts.html:16
+#: flaskbb/templates/user/all_topics.html:16
+#: flaskbb/templates/user/profile_layout.html:56
+msgid "Overview"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:25
+msgid "There is something that wants your attention."
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:26
+#, python-format
+msgid "You have <a href=\"%(url)s\">%(unread_reports)s unread reports</a>."
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:30
+msgid "Everything seems alright."
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:31
+msgid "No new notifications."
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:44
+msgid "users"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:56
+#: flaskbb/templates/user/profile_layout.html:42
+msgid "posts"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:68
+msgid "topics"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:76
+msgid "Statistics"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:79
+msgid "Registered users"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:82
+msgid "Online users"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:85
+msgid "Banned users"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:97
+#: flaskbb/templates/management/reports.html:1
+#: flaskbb/templates/management/reports.html:10
+#: flaskbb/templates/management/reports.html:31
+msgid "Reports"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:102
+msgid "Components"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:115
+msgid "checking status"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:128
+#: flaskbb/templates/management/plugins.html:1
+#: flaskbb/templates/management/plugins.html:9
+msgid "Plugins"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:141
+msgid "not enabled"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:144
+msgid "enabled &amp; installed"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:146
+msgid "enabled"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:148
+msgid "not installed"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:169
+msgid "There is a problem."
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:170
+msgid "Celery is <strong>not</strong> running."
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:171
+msgid "You can start celery with this command:"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:188
+msgid "running"
+msgstr ""
+
+#: flaskbb/templates/management/overview.html:190
+msgid "not running"
+msgstr ""
+
+#: flaskbb/templates/management/plugins.html:19
+msgid "Manage Plugins"
+msgstr ""
+
+#: flaskbb/templates/management/plugins.html:25
+msgid "Plugin"
+msgstr ""
+
+#: flaskbb/templates/management/plugins.html:26
+msgid "Information"
+msgstr ""
+
+#: flaskbb/templates/management/plugins.html:27
+msgid "Manage"
+msgstr ""
+
+#: flaskbb/templates/management/plugins.html:44
+msgid "Version"
+msgstr ""
+
+#: flaskbb/templates/management/plugins.html:52
+msgid "Enable"
+msgstr ""
+
+#: flaskbb/templates/management/plugins.html:57
+msgid "Disable"
+msgstr ""
+
+#: flaskbb/templates/management/plugins.html:65
+msgid "Install"
+msgstr ""
+
+#: flaskbb/templates/management/plugins.html:72
+msgid "Uninstall"
+msgstr ""
+
+#: flaskbb/templates/management/reports.html:21
+msgid "Show all Reports"
+msgstr ""
+
+#: flaskbb/templates/management/reports.html:22
+msgid "Show unread Reports"
+msgstr ""
+
+#: flaskbb/templates/management/reports.html:37
+msgid "Poster"
+msgstr ""
+
+#: flaskbb/templates/management/reports.html:40
+msgid "Reporter"
+msgstr ""
+
+#: flaskbb/templates/management/reports.html:41
+msgid "Reported"
+msgstr ""
+
+#: flaskbb/templates/management/reports.html:55
+msgid "Delete selected reports"
+msgstr ""
+
+#: flaskbb/templates/management/reports.html:90
+msgid "No reports."
+msgstr ""
+
+#: flaskbb/templates/management/users.html:73
+msgid "Ban selected Users"
+msgstr ""
+
+#: flaskbb/templates/management/users.html:85
+msgid "Delete selected Users"
+msgstr ""
+
+#: flaskbb/templates/user/all_posts.html:65
+msgid "The user has not written any posts yet."
+msgstr ""
+
+#: flaskbb/templates/user/all_topics.html:67
+msgid "The user has not opened any topics yet."
+msgstr ""
+
+#: flaskbb/templates/user/change_email.html:7
+msgid "Change E-Mail Address"
+msgstr ""
+
+#: flaskbb/templates/user/change_password.html:7
+msgid "Change Password"
+msgstr ""
+
+#: flaskbb/templates/user/change_user_details.html:8
+msgid "Change User Details"
+msgstr ""
+
+#: flaskbb/templates/user/general_settings.html:7
+msgid "General Settings"
+msgstr ""
+
+#: flaskbb/templates/user/profile.html:19
+msgid "Info"
+msgstr ""
+
+#: flaskbb/templates/user/profile.html:30
+msgid "User has not added any notes about him."
+msgstr ""
+
+#: flaskbb/templates/user/profile.html:38
+msgid "Signature"
+msgstr ""
+
+#: flaskbb/templates/user/profile_layout.html:2
+#, python-format
+msgid "%(user)s - User"
+msgstr ""
+
+#: flaskbb/templates/user/profile_layout.html:32
+msgid "Never seen"
+msgstr ""
+
+#: flaskbb/templates/user/settings_layout.html:2
+#, python-format
+msgid "Settings - %(user)s - User"
+msgstr ""
+
+#: flaskbb/user/forms.py:33
+msgid "Theme"
+msgstr ""
+
+#: flaskbb/user/forms.py:39
+msgid "Old email address"
+msgstr ""
+
+#: flaskbb/user/forms.py:43
+msgid "New email address"
+msgstr ""
+
+#: flaskbb/user/forms.py:45
+msgid "Email addresses must match."
+msgstr ""
+
+#: flaskbb/user/forms.py:48
+msgid "Confirm email address"
+msgstr ""
+
+#: flaskbb/user/forms.py:70
+msgid "New password"
+msgstr ""
+
+#: flaskbb/user/forms.py:72
+msgid "New passwords must match."
+msgstr ""
+
+#: flaskbb/user/forms.py:75
+msgid "Confirm new password"
+msgstr ""
+
+#: flaskbb/user/forms.py:81
+msgid "Old password is wrong."
+msgstr ""
+
+#: flaskbb/user/forms.py:102
+msgid "Forum Signature"
+msgstr ""
+
+#: flaskbb/user/views.py:59
+msgid "Settings updated."
+msgstr ""
+
+#: flaskbb/user/views.py:80
+msgid "Password updated."
+msgstr ""
+
+#: flaskbb/user/views.py:99
+msgid "Email address updated."
+msgstr ""
+
+#: flaskbb/user/views.py:119
+msgid "User details updated."
+msgstr ""
+
+#: flaskbb/utils/helpers.py:114
+msgid "You do not have the permissions to execute this action."
+msgstr ""
+
+#: flaskbb/utils/helpers.py:132
+msgid "You do not have the permissions to delete these topics."
+msgstr ""
+
+#: flaskbb/utils/helpers.py:144
+msgid "You do not have the permissions to hide these topics."
+msgstr ""
+
+#: flaskbb/utils/helpers.py:158
+msgid "You do not have the permissions to unhide these topics."
+msgstr ""
+
+#: flaskbb/utils/helpers.py:798
+msgid "The registration has been disabled."
+msgstr ""
+
+#: flaskbb/utils/helpers.py:810
+msgid "This account is already activated."
+msgstr ""