From bb801f2bbd9f26bebca846b71e8947a1951f86a5 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:11:34 -0400 Subject: english translation --- locale/en/LC_MESSAGES/django.po | 2540 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 2540 insertions(+) create mode 100644 locale/en/LC_MESSAGES/django.po (limited to 'locale/en/LC_MESSAGES') diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po new file mode 100644 index 00000000..c4c1e674 --- /dev/null +++ b/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,2540 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-22 20:40-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: settings.py:32 +msgid "account/" +msgstr "" + +#: settings.py:32 django_authopenid/urls.py:9 django_authopenid/urls.py:11 +msgid "signin/" +msgstr "" + +#: django_authopenid/forms.py:67 django_authopenid/views.py:93 +msgid "i-names are not supported" +msgstr "" + +#: django_authopenid/forms.py:102 django_authopenid/forms.py:207 +msgid "" +"Usernames can only contain letters, numbers and " +"underscores" +msgstr "" + +#: django_authopenid/forms.py:109 +msgid "" +"This username does not exist in our database. Please " +"choose another." +msgstr "" + +#: django_authopenid/forms.py:126 django_authopenid/forms.py:231 +msgid "" +"Please enter a valid username and password. Note that " +"both fields are case-sensitive." +msgstr "" + +#: django_authopenid/forms.py:130 django_authopenid/forms.py:235 +msgid "This account is inactive." +msgstr "" + +#: django_authopenid/forms.py:158 +msgid "invalid user name" +msgstr "" + +#: django_authopenid/forms.py:160 +msgid "sorry, this name can not be used, please try another" +msgstr "" + +#: django_authopenid/forms.py:162 +msgid "username too short" +msgstr "" + +#: django_authopenid/forms.py:170 django_authopenid/forms.py:171 +msgid "this name is already in use - please try anoter" +msgstr "" + +#: django_authopenid/forms.py:184 +msgid "" +"This email is already registered in our database. Please " +"choose another." +msgstr "" + +#: django_authopenid/forms.py:214 +msgid "" +"This username don't exist. Please choose another." +msgstr "" + +#: django_authopenid/forms.py:253 +msgid "choose a username" +msgstr "" + +#: django_authopenid/forms.py:255 templates/authopenid/signup.html:36 +msgid "your email address" +msgstr "" + +#: django_authopenid/forms.py:257 templates/authopenid/signup.html:37 +msgid "choose password" +msgstr "" + +#: django_authopenid/forms.py:259 templates/authopenid/signup.html:38 +msgid "retype password" +msgstr "" + +#: django_authopenid/forms.py:330 +msgid "" +"Old password is incorrect. Please enter the correct " +"password." +msgstr "" + +#: django_authopenid/forms.py:342 +msgid "new passwords do not match" +msgstr "" + +#: django_authopenid/forms.py:434 +msgid "Incorrect username." +msgstr "" + +#: django_authopenid/urls.py:10 +msgid "signout/" +msgstr "" + +#: django_authopenid/urls.py:11 +msgid "complete/" +msgstr "" + +#: django_authopenid/urls.py:13 +msgid "register/" +msgstr "" + +#: django_authopenid/urls.py:14 +msgid "signup/" +msgstr "" + +#: django_authopenid/urls.py:16 +msgid "sendpw/" +msgstr "" + +#: django_authopenid/urls.py:26 +msgid "delete/" +msgstr "" + +#: django_authopenid/views.py:99 +#, python-format +msgid "非法OpenID地址: %s" +msgstr "" + +#: django_authopenid/views.py:366 +msgid "Welcome" +msgstr "" + +#: django_authopenid/views.py:456 +msgid "Password changed." +msgstr "" + +#: django_authopenid/views.py:488 +msgid "Email changed." +msgstr "" + +#: django_authopenid/views.py:519 django_authopenid/views.py:671 +#, python-format +msgid "No OpenID %s found associated in our database" +msgstr "" + +#: django_authopenid/views.py:523 django_authopenid/views.py:678 +#, python-format +msgid "The OpenID %s isn't associated to current user logged in" +msgstr "" + +#: django_authopenid/views.py:531 +msgid "Email Changed." +msgstr "" + +#: django_authopenid/views.py:606 +msgid "This OpenID is already associated with another account." +msgstr "" + +#: django_authopenid/views.py:611 +#, python-format +msgid "OpenID %s is now associated with your account." +msgstr "" + +#: django_authopenid/views.py:681 +msgid "Account deleted." +msgstr "" + +#: django_authopenid/views.py:721 +msgid "Request for new password" +msgstr "" + +#: django_authopenid/views.py:734 +msgid "A new password has been sent to your email address." +msgstr "" + +#: django_authopenid/views.py:764 +#, python-format +msgid "" +"Could not change password. Confirmation key '%s' is not " +"registered." +msgstr "" + +#: django_authopenid/views.py:773 +msgid "" +"Can not change password. User don't exist anymore in our " +"database." +msgstr "" + +#: django_authopenid/views.py:782 +#, python-format +msgid "Password changed for %s. You may now sign in." +msgstr "" + +#: forum/const.py:8 +msgid "duplicate question" +msgstr "" + +#: forum/const.py:9 +msgid "question if off-topic or not relevant" +msgstr "" + +#: forum/const.py:10 +msgid "too subjective and argumentative" +msgstr "" + +#: forum/const.py:11 +msgid "is not an answer to the question" +msgstr "" + +#: forum/const.py:12 +msgid "the question is answered, right answer was accepted" +msgstr "" + +#: forum/const.py:13 +msgid "problem is not reproducible or outdated" +msgstr "" + +#: forum/const.py:15 +msgid "question contains offensive inappropriate, or malicious remarks" +msgstr "" + +#: forum/const.py:16 +msgid "spam or advertising" +msgstr "" + +#: forum/const.py:56 +msgid "question" +msgstr "" + +#: forum/const.py:57 templates/book.html:110 templates/backup/book.html:110 +msgid "answer" +msgstr "" + +#: forum/const.py:58 +msgid "commented question" +msgstr "" + +#: forum/const.py:59 +msgid "commented answer" +msgstr "" + +#: forum/const.py:60 +msgid "edited question" +msgstr "" + +#: forum/const.py:61 +msgid "edited answer" +msgstr "" + +#: forum/const.py:62 +msgid "received award" +msgstr "" + +#: forum/const.py:63 +msgid "marked best answer" +msgstr "" + +#: forum/const.py:64 +msgid "upvoted" +msgstr "" + +#: forum/const.py:65 +msgid "downvoted" +msgstr "" + +#: forum/const.py:66 +msgid "canceled vote" +msgstr "" + +#: forum/const.py:67 +msgid "deleted question" +msgstr "" + +#: forum/const.py:68 +msgid "deleted answer" +msgstr "" + +#: forum/const.py:69 +msgid "marked offensive" +msgstr "" + +#: forum/const.py:70 +msgid "updated tags" +msgstr "" + +#: forum/const.py:71 +msgid "selected favorite" +msgstr "" + +#: forum/const.py:72 +msgid "completed user profile" +msgstr "" + +#: forum/const.py:83 +msgid "[closed]" +msgstr "" + +#: forum/const.py:84 +msgid "[deleted]" +msgstr "" + +#: forum/const.py:85 +msgid "initial version" +msgstr "" + +#: forum/const.py:86 +msgid "retagged" +msgstr "" + +#: forum/feed.py:17 templates/base.html:7 templates/base_content.html:6 +#: templates/faq.html:25 templates/faq.html.py:108 +#: templates/backup/base.html:7 templates/backup/base_content.html:6 +#: templates/backup/faq.html:25 templates/backup/faq.html.py:108 +#: templates/tough/faq.html:23 templates/tough/faq.html.py:106 +#: templates/tough/question_retag.html:89 +msgid "site title" +msgstr "" + +#: forum/feed.py:17 +msgid " - " +msgstr "" + +#: forum/feed.py:17 templates/base.html:7 templates/base_content.html:6 +#: templates/backup/base.html:7 templates/backup/base_content.html:6 +msgid "site slogan" +msgstr "" + +#: forum/feed.py:17 +msgid "latest questions" +msgstr "" + +#: forum/feed.py:19 templates/index.html:8 templates/backup/index.html:8 +msgid "meta site content" +msgstr "" + +#: forum/feed.py:21 +msgid "copyright message" +msgstr "" + +#: forum/forms.py:14 templates/answer_edit_tips.html:34 +#: templates/answer_edit_tips.html.py:39 templates/question_edit_tips.html:31 +#: templates/question_edit_tips.html:36 +#: templates/backup/answer_edit_tips.html:33 +#: templates/backup/answer_edit_tips.html:38 +#: templates/backup/question_edit_tips.html:29 +#: templates/backup/question_edit_tips.html:34 +msgid "title" +msgstr "" + +#: forum/forms.py:15 +msgid "please enter a descriptive title for your question" +msgstr "" + +#: forum/forms.py:20 +msgid "title must be > 10 characters" +msgstr "" + +#: forum/forms.py:29 +msgid "content" +msgstr "" + +#: forum/forms.py:35 +msgid "question content must be > 10 characters" +msgstr "" + +#: forum/forms.py:45 templates/header.html:30 templates/header.html.py:61 +#: templates/backup/header.html:30 templates/backup/header.html.py:59 +msgid "tags" +msgstr "" + +#: forum/forms.py:46 +msgid "please use space to separate tags (this enables autocomplete feature)" +msgstr "" + +#: forum/forms.py:53 +msgid "tags are required" +msgstr "" + +#: forum/forms.py:57 +msgid "please use 5 tags or less" +msgstr "" + +#: forum/forms.py:60 +msgid "tags must be shorter than 20 characters" +msgstr "" + +#: forum/forms.py:64 +msgid "" +"please use following characters in tags: letters 'a-z', numbers, and " +"characters '.-_#'" +msgstr "" + +#: forum/forms.py:74 templates/index.html:56 templates/question.html:196 +#: templates/question.html.py:377 templates/questions.html:58 +#: templates/questions.html.py:70 templates/unanswered.html:48 +#: templates/unanswered.html.py:60 templates/backup/index.html:56 +#: templates/backup/question.html:195 templates/backup/question.html.py:367 +#: templates/backup/questions.html:57 templates/backup/questions.html.py:69 +#: templates/backup/unanswered.html:47 templates/backup/unanswered.html:59 +#: templates/tough/unanswered.html:46 templates/tough/unanswered.html.py:58 +msgid "community wiki" +msgstr "" + +#: forum/forms.py:75 +msgid "" +"if you choose community wiki option, the question and answer do not generate " +"points and name of author will not be shown" +msgstr "" + +#: forum/forms.py:84 +msgid "update summary:" +msgstr "" + +#: forum/forms.py:85 +msgid "" +"enter a brief summary of your revision (e.g. fixed spelling, grammar, " +"improved style, this field is optional)" +msgstr "" + +#: forum/forms.py:160 +msgid "this email does not have to be linked to gravatar" +msgstr "" + +#: forum/forms.py:161 +msgid "Real name" +msgstr "" + +#: forum/forms.py:162 +msgid "Website" +msgstr "" + +#: forum/forms.py:163 +msgid "Location" +msgstr "" + +#: forum/forms.py:164 +msgid "Date of birth" +msgstr "" + +#: forum/forms.py:164 +msgid "will not be shown, used to calculate age, format: YYYY-MM-DD" +msgstr "" + +#: forum/forms.py:165 templates/authopenid/settings.html:20 +msgid "Profile" +msgstr "" + +#: forum/forms.py:190 forum/forms.py:191 +msgid "this email has already been registered, please use another one" +msgstr "" + +#: forum/models.py:316 templates/badges.html:52 +#: templates/backup/badges.html:52 +msgid "gold" +msgstr "" + +#: forum/models.py:317 templates/badges.html:62 +#: templates/backup/badges.html:62 +msgid "silver" +msgstr "" + +#: forum/models.py:318 templates/badges.html:70 +#: templates/backup/badges.html:70 +msgid "bronze" +msgstr "" + +#: forum/user.py:16 templates/user_tabs.html:7 +#: templates/backup/user_tabs.html:6 +msgid "overview" +msgstr "" + +#: forum/user.py:17 +msgid "user profile" +msgstr "" + +#: forum/user.py:18 +msgid "user profile overview" +msgstr "" + +#: forum/user.py:24 templates/user_tabs.html:9 +#: templates/backup/user_tabs.html:8 +msgid "recent activity" +msgstr "" + +#: forum/user.py:25 +msgid "recent user activity" +msgstr "" + +#: forum/user.py:26 +msgid "profile - recent activity" +msgstr "" + +#: forum/user.py:33 templates/user_tabs.html:13 +#: templates/backup/user_tabs.html:12 +msgid "responses" +msgstr "" + +#: forum/user.py:34 templates/user_tabs.html:12 +#: templates/backup/user_tabs.html:11 +msgid "comments and answers to others questions" +msgstr "" + +#: forum/user.py:35 +msgid "profile - responses" +msgstr "" + +#: forum/user.py:42 templates/user_info.html:23 templates/users.html:26 +#: templates/backup/user_info.html:22 templates/backup/users.html:25 +msgid "reputation" +msgstr "" + +#: forum/user.py:43 +msgid "user reputation in the community" +msgstr "" + +#: forum/user.py:44 +msgid "profile - user reputation" +msgstr "" + +#: forum/user.py:50 +msgid "favorite questions" +msgstr "" + +#: forum/user.py:51 +msgid "users favorite questions" +msgstr "" + +#: forum/user.py:52 +msgid "profile - favorite questions" +msgstr "" + +#: forum/user.py:59 templates/user_tabs.html:20 +#: templates/backup/user_tabs.html:19 +msgid "casted votes" +msgstr "votes" + +#: forum/user.py:60 templates/user_tabs.html:20 +#: templates/backup/user_tabs.html:19 +msgid "user vote record" +msgstr "" + +#: forum/user.py:61 +msgid "profile - votes" +msgstr "" + +#: forum/user.py:68 +msgid "preferences" +msgstr "" + +#: forum/user.py:69 templates/user_tabs.html:28 +#: templates/backup/user_tabs.html:27 +msgid "user preference settings" +msgstr "" + +#: forum/user.py:70 +msgid "profile - user preferences" +msgstr "" + +#: forum/views.py:1730 +msgid "uploading images is limited to users with >60 reputation points" +msgstr "" + +#: forum/views.py:1732 +msgid "allowed file types are 'jpg', 'jpeg', 'gif', 'bmp', 'png', 'tiff'" +msgstr "" + +#: forum/views.py:1734 +#, python-format +msgid "maximum upload file size is %sK" +msgstr "" + +#: forum/views.py:1736 +#, python-format +msgid "" +"Error uploading file. Please contact the site administrator. Thank you. %s" +msgstr "" + +#: forum/templatetags/extra_tags.py:139 forum/templatetags/extra_tags.py:168 +#: templates/header.html:33 templates/backup/header.html:33 +msgid "badges" +msgstr "" + +#: forum/templatetags/extra_tags.py:140 forum/templatetags/extra_tags.py:167 +msgid "reputation points" +msgstr "" + +#: forum/templatetags/extra_tags.py:221 +msgid " ago" +msgstr "" + +#: templates/404.html:24 templates/backup/404.html:24 +msgid "Sorry, could not find the page you requested." +msgstr "" + +#: templates/404.html:26 templates/backup/404.html:26 +msgid "This might have happened for the following reasons:" +msgstr "" + +#: templates/404.html:28 templates/backup/404.html:28 +msgid "this question or answer has been deleted;" +msgstr "" + +#: templates/404.html:29 templates/backup/404.html:29 +msgid "url has error - please check it;" +msgstr "" + +#: templates/404.html:30 templates/backup/404.html:30 +msgid "" +"the page you tried to visit is protected or you don't have sufficient " +"points, see" +msgstr "" + +#: templates/404.html:31 templates/backup/404.html:31 +msgid "if you believe this error 404 should not have occured, please" +msgstr "" + +#: templates/404.html:32 templates/backup/404.html:32 +msgid "report this problem" +msgstr "" + +#: templates/404.html:41 templates/500.html:27 templates/backup/404.html:41 +#: templates/backup/500.html:27 +msgid "back to previous page" +msgstr "" + +#: templates/404.html:42 templates/backup/404.html:42 +msgid "see all questions" +msgstr "" + +#: templates/404.html:43 templates/backup/404.html:43 +msgid "see all tags" +msgstr "" + +#: templates/500.html:24 templates/backup/500.html:24 +msgid "system error log is recorded, error will be fixed as soon as possible" +msgstr "" + +#: templates/500.html:25 templates/backup/500.html:25 +msgid "please report the error to the site administrators if you wish" +msgstr "" + +#: templates/500.html:28 templates/backup/500.html:28 +msgid "see latest questions" +msgstr "" + +#: templates/500.html:29 templates/backup/500.html:29 +msgid "see tags" +msgstr "" + +#: templates/about.html:6 templates/about.html.py:11 +#: templates/backup/about.html:6 templates/backup/about.html.py:11 +msgid "About" +msgstr "" + +#: templates/answer_edit.html:4 templates/answer_edit.html.py:47 +#: templates/backup/answer_edit.html:3 templates/backup/answer_edit.html:46 +msgid "Edit answer" +msgstr "" + +#: templates/answer_edit.html:24 templates/answer_edit.html.py:27 +#: templates/ask.html:25 templates/ask.html.py:28 templates/question.html:37 +#: templates/question.html.py:40 templates/question_edit.html:27 +#: templates/backup/answer_edit.html:23 templates/backup/answer_edit.html:26 +#: templates/backup/ask.html:24 templates/backup/ask.html.py:27 +#: templates/backup/question.html:36 templates/backup/question.html.py:39 +#: templates/backup/question_edit.html:25 +msgid "hide preview" +msgstr "" + +#: templates/answer_edit.html:27 templates/ask.html:28 +#: templates/question.html:40 templates/question_edit.html:27 +#: templates/backup/answer_edit.html:26 templates/backup/ask.html:27 +#: templates/backup/question.html:39 templates/backup/question_edit.html:25 +msgid "show preview" +msgstr "" + +#: templates/answer_edit.html:47 templates/question_edit.html:65 +#: templates/revisions_answer.html:36 templates/revisions_question.html:36 +#: templates/backup/answer_edit.html:46 templates/backup/question_edit.html:63 +#: templates/backup/revisions_answer.html:35 +#: templates/backup/revisions_question.html:34 +#: templates/tough/question_retag.html:51 +msgid "back" +msgstr "" + +#: templates/answer_edit.html:52 templates/question_edit.html:70 +#: templates/revisions_answer.html:47 templates/revisions_question.html:47 +#: templates/backup/answer_edit.html:51 templates/backup/question_edit.html:68 +#: templates/backup/revisions_answer.html:46 +#: templates/backup/revisions_question.html:45 +msgid "revision" +msgstr "" + +#: templates/answer_edit.html:55 templates/question_edit.html:74 +#: templates/backup/answer_edit.html:54 templates/backup/question_edit.html:72 +msgid "select revision" +msgstr "" + +#: templates/answer_edit.html:62 templates/ask.html:81 +#: templates/question.html:447 templates/question_edit.html:91 +#: templates/backup/answer_edit.html:61 templates/backup/ask.html:80 +#: templates/backup/question.html:437 templates/backup/question_edit.html:89 +msgid "Toggle the real time Markdown editor preview" +msgstr "" + +#: templates/answer_edit.html:62 templates/ask.html:81 +#: templates/question.html:447 templates/question_edit.html:91 +#: templates/backup/answer_edit.html:61 templates/backup/ask.html:80 +#: templates/backup/question.html:437 templates/backup/question_edit.html:89 +msgid "toggle preview" +msgstr "" + +#: templates/answer_edit.html:73 templates/question_edit.html:119 +#: templates/backup/answer_edit.html:72 +#: templates/backup/question_edit.html:117 +msgid "Save edit" +msgstr "" + +#: templates/answer_edit.html:74 templates/close.html:29 +#: templates/question_edit.html:120 templates/reopen.html:30 +#: templates/user_edit.html:83 templates/backup/answer_edit.html:73 +#: templates/backup/close.html:29 templates/backup/question_edit.html:118 +#: templates/backup/reopen.html:28 templates/backup/user_edit.html:81 +#: templates/tough/question_retag.html:75 +msgid "Cancel" +msgstr "" + +#: templates/answer_edit_tips.html:4 +msgid "answer tips" +msgstr "Tips" + +#: templates/answer_edit_tips.html:7 templates/backup/answer_edit_tips.html:6 +msgid "please make your answer relevant to this community" +msgstr "" + +#: templates/answer_edit_tips.html:10 templates/backup/answer_edit_tips.html:9 +msgid "try to give an answer, rather than engage into a discussion" +msgstr "" + +#: templates/answer_edit_tips.html:13 +#: templates/backup/answer_edit_tips.html:12 +msgid "please try to provide details" +msgstr "" + +#: templates/answer_edit_tips.html:16 templates/question_edit_tips.html:13 +#: templates/backup/answer_edit_tips.html:15 +#: templates/backup/question_edit_tips.html:11 +msgid "be clear and concise" +msgstr "" + +#: templates/answer_edit_tips.html:19 templates/question_edit_tips.html:16 +#: templates/backup/answer_edit_tips.html:18 +#: templates/backup/question_edit_tips.html:14 +msgid "see frequently asked questions" +msgstr "" + +#: templates/answer_edit_tips.html:25 templates/question_edit_tips.html:22 +#: templates/backup/answer_edit_tips.html:24 +#: templates/backup/question_edit_tips.html:20 +msgid "Markdown tips" +msgstr "Markdown basics" + +#: templates/answer_edit_tips.html:28 templates/question_edit_tips.html:25 +#: templates/backup/answer_edit_tips.html:27 +#: templates/backup/question_edit_tips.html:23 +msgid "*italic* or __italic__" +msgstr "" + +#: templates/answer_edit_tips.html:31 templates/question_edit_tips.html:28 +#: templates/backup/answer_edit_tips.html:30 +#: templates/backup/question_edit_tips.html:26 +msgid "**bold** or __bold__" +msgstr "" + +#: templates/answer_edit_tips.html:34 templates/question_edit_tips.html:31 +#: templates/backup/answer_edit_tips.html:33 +#: templates/backup/question_edit_tips.html:29 +msgid "link" +msgstr "" + +#: templates/answer_edit_tips.html:34 templates/answer_edit_tips.html.py:39 +#: templates/question_edit_tips.html:31 templates/question_edit_tips.html:36 +#: templates/backup/answer_edit_tips.html:33 +#: templates/backup/answer_edit_tips.html:38 +#: templates/backup/question_edit_tips.html:29 +#: templates/backup/question_edit_tips.html:34 +msgid "text" +msgstr "" + +#: templates/answer_edit_tips.html:39 templates/question_edit_tips.html:36 +#: templates/backup/answer_edit_tips.html:38 +#: templates/backup/question_edit_tips.html:34 +msgid "image" +msgstr "" + +#: templates/answer_edit_tips.html:43 templates/question_edit_tips.html:40 +#: templates/backup/answer_edit_tips.html:42 +#: templates/backup/question_edit_tips.html:38 +msgid "numbered list:" +msgstr "" + +#: templates/answer_edit_tips.html:48 templates/question_edit_tips.html:45 +#: templates/backup/answer_edit_tips.html:47 +#: templates/backup/question_edit_tips.html:43 +msgid "basic HTML tags are also supported" +msgstr "" + +#: templates/answer_edit_tips.html:51 templates/question_edit_tips.html:48 +#: templates/backup/answer_edit_tips.html:50 +#: templates/backup/question_edit_tips.html:46 +msgid "learn more about Markdown" +msgstr "" + +#: templates/ask.html:4 templates/ask.html.py:60 templates/backup/ask.html:3 +#: templates/backup/ask.html.py:59 +msgid "Ask a question" +msgstr "" + +#: templates/ask.html:106 templates/backup/ask.html:105 +msgid "Use" +msgstr "" + +#: templates/ask.html:106 templates/backup/ask.html:105 +msgid "learn more about OpenID" +msgstr "" + +#: templates/ask.html:106 templates/authopenid/signin.html:34 +#: templates/authopenid/signin.html:60 templates/backup/ask.html:105 +msgid "Login" +msgstr "" + +#: templates/ask.html:109 templates/backup/ask.html:108 +msgid "Get your own " +msgstr "" + +#: templates/ask.html:117 templates/authopenid/sendpw.html:27 +#: templates/backup/ask.html:116 +msgid "User name" +msgstr "" + +#: templates/ask.html:120 templates/backup/ask.html:119 +msgid "Email: (won't be shown to anyone)" +msgstr "" + +#: templates/ask.html:127 templates/backup/ask.html:126 +msgid "Ask your question" +msgstr "" + +#: templates/badge.html:6 templates/badge.html.py:17 +#: templates/backup/badge.html:5 templates/backup/badge.html.py:16 +msgid "Badge" +msgstr "" + +#: templates/badge.html:26 templates/backup/badge.html:25 +msgid "The users have been awarded with badges:" +msgstr "" + +#: templates/badges.html:6 templates/backup/badges.html:6 +msgid "Badges summary" +msgstr "" + +#: templates/badges.html:17 templates/user_stats.html:113 +#: templates/backup/badges.html:17 templates/backup/user_stats.html:112 +msgid "Badges" +msgstr "" + +#: templates/badges.html:21 templates/backup/badges.html:21 +msgid "Community gives you awards for your questions, answers and votes." +msgstr "" + +#: templates/badges.html:22 templates/backup/badges.html:22 +msgid "" +"Below is the list of available badges and number of times each type of badge " +"has been awarded." +msgstr "" + +#: templates/badges.html:49 templates/backup/badges.html:49 +msgid "Community badges" +msgstr "" + +#: templates/badges.html:55 templates/backup/badges.html:55 +msgid "Gold badge is very rare." +msgstr "" + +#: templates/badges.html:56 templates/backup/badges.html:56 +msgid "" +"To obtain it you have to show profound knowledge and ability in addition to " +"actively participating in the community." +msgstr "" + +#: templates/badges.html:57 templates/backup/badges.html:57 +msgid "Gold badge is the highest award in this community." +msgstr "" + +#: templates/badges.html:65 templates/backup/badges.html:65 +msgid "Obtaining silver badge requires significant patience." +msgstr "" + +#: templates/badges.html:66 templates/backup/badges.html:66 +msgid "If you got one, you've very significantly contributed to this community" +msgstr "" + +#: templates/badges.html:69 templates/backup/badges.html:69 +msgid "bronze badge: often given as a special honor" +msgstr "" + +#: templates/badges.html:73 templates/backup/badges.html:73 +msgid "" +"If you are active in this community, you will will get this medal - still it " +"is a special honor." +msgstr "" + +#: templates/base.html:59 templates/base_content.html:60 +#: templates/backup/base.html:59 templates/backup/base_content.html:57 +msgid "congratulations, community gave you a badge" +msgstr "" + +#: templates/base.html:61 templates/base_content.html:62 +#: templates/backup/base.html:61 templates/backup/base_content.html:59 +msgid "profile" +msgstr "" + +#: templates/base_content.html:61 templates/backup/base_content.html:58 +msgid "see" +msgstr "" + +#: templates/book.html:7 templates/backup/book.html:7 +msgid "reading channel" +msgstr "" + +#: templates/book.html:26 templates/backup/book.html:26 +msgid "[author]" +msgstr "" + +#: templates/book.html:30 templates/backup/book.html:30 +msgid "[publisher]" +msgstr "" + +#: templates/book.html:34 templates/backup/book.html:34 +msgid "[publication date]" +msgstr "" + +#: templates/book.html:38 templates/backup/book.html:38 +msgid "[price]" +msgstr "" + +#: templates/book.html:39 templates/backup/book.html:39 +msgid "currency unit" +msgstr "" + +#: templates/book.html:42 templates/backup/book.html:42 +msgid "[pages]" +msgstr "" + +#: templates/book.html:43 templates/backup/book.html:43 +msgid "pages abbreviation" +msgstr "" + +#: templates/book.html:46 templates/backup/book.html:46 +msgid "[tags]" +msgstr "" + +#: templates/book.html:56 templates/backup/book.html:56 +msgid "author blog" +msgstr "" + +#: templates/book.html:62 templates/backup/book.html:62 +msgid "book directory" +msgstr "" + +#: templates/book.html:66 templates/backup/book.html:66 +msgid "buy online" +msgstr "" + +#: templates/book.html:79 templates/backup/book.html:79 +msgid "reader questions" +msgstr "" + +#: templates/book.html:82 templates/backup/book.html:82 +msgid "ask the author" +msgstr "" + +#: templates/book.html:88 templates/book.html.py:93 +#: templates/users_questions.html:17 templates/backup/book.html:88 +#: templates/backup/book.html.py:93 templates/backup/users_questions.html:16 +msgid "this question was selected as favorite" +msgstr "" + +#: templates/book.html:88 templates/book.html.py:93 +#: templates/users_questions.html:11 templates/users_questions.html.py:17 +#: templates/backup/book.html:88 templates/backup/book.html.py:93 +#: templates/backup/users_questions.html:10 +#: templates/backup/users_questions.html:16 +msgid "number of times" +msgstr "" + +#: templates/book.html:105 templates/index.html:47 templates/questions.html:46 +#: templates/unanswered.html:37 templates/users_questions.html:30 +#: templates/backup/book.html:105 templates/backup/index.html:47 +#: templates/backup/questions.html:45 templates/backup/unanswered.html:36 +#: templates/backup/users_questions.html:29 templates/tough/unanswered.html:35 +msgid "votes" +msgstr "" + +#: templates/book.html:108 templates/backup/book.html:108 +msgid "the answer has been accepted to be correct" +msgstr "" + +#: templates/book.html:115 templates/index.html:48 templates/questions.html:47 +#: templates/unanswered.html:38 templates/users_questions.html:40 +#: templates/backup/book.html:115 templates/backup/index.html:48 +#: templates/backup/questions.html:46 templates/backup/unanswered.html:37 +#: templates/backup/users_questions.html:39 templates/tough/unanswered.html:36 +msgid "views" +msgstr "" + +#: templates/book.html:125 templates/index.html:68 templates/question.html:112 +#: templates/question.html.py:479 templates/questions.html:84 +#: templates/questions.html.py:149 templates/tags.html:47 +#: templates/unanswered.html:75 templates/unanswered.html.py:109 +#: templates/users_questions.html:52 templates/backup/book.html:125 +#: templates/backup/index.html:68 templates/backup/index.html.py:93 +#: templates/backup/question.html:111 templates/backup/question.html.py:469 +#: templates/backup/questions.html:83 templates/backup/questions.html:148 +#: templates/backup/tags.html:46 templates/backup/unanswered.html:74 +#: templates/backup/unanswered.html:108 +#: templates/backup/users_questions.html:51 templates/tough/unanswered.html:72 +#: templates/tough/unanswered.html:105 +msgid "using tags" +msgstr "" + +#: templates/book.html:147 templates/backup/book.html:147 +msgid "subscribe to book RSS feed" +msgstr "" + +#: templates/book.html:147 templates/index.html:116 +#: templates/backup/book.html:147 templates/backup/index.html:115 +msgid "subscribe to the questions feed" +msgstr "" + +#: templates/close.html:6 templates/close.html.py:16 +#: templates/backup/close.html:6 templates/backup/close.html.py:16 +msgid "Close question" +msgstr "" + +#: templates/close.html:19 templates/backup/close.html:19 +msgid "Close the question" +msgstr "" + +#: templates/close.html:25 templates/backup/close.html:25 +msgid "Reasons" +msgstr "" + +#: templates/close.html:28 templates/backup/close.html:28 +msgid "OK to close" +msgstr "" + +#: templates/faq.html:11 templates/backup/faq.html:11 +#: templates/tough/faq.html:9 +msgid "Frequently Asked Questions " +msgstr "" + +#: templates/faq.html:15 templates/backup/faq.html:15 +#: templates/tough/faq.html:13 +msgid "What kinds of questions can I ask here?" +msgstr "" + +#: templates/faq.html:16 templates/backup/faq.html:16 +#: templates/tough/faq.html:14 +msgid "" +"Most importanly - questions should be relevant to this " +"community." +msgstr "" + +#: templates/faq.html:17 templates/backup/faq.html:17 +#: templates/tough/faq.html:15 +msgid "" +"Before asking the question - please make sure to use search to see whether " +"your question has alredy been answered." +msgstr "" + +#: templates/faq.html:20 templates/backup/faq.html:20 +#: templates/tough/faq.html:18 +msgid "What questions should I avoid asking?" +msgstr "" + +#: templates/faq.html:21 templates/backup/faq.html:21 +#: templates/tough/faq.html:19 +msgid "" +"Please avoid asking questions that are not relevant to this community, too " +"subjective and argumentative." +msgstr "" + +#: templates/faq.html:24 templates/backup/faq.html:24 +#: templates/tough/faq.html:22 +msgid "What should I avoid in my answers?" +msgstr "" + +#: templates/faq.html:25 templates/backup/faq.html:25 +#: templates/tough/faq.html:23 +msgid "" +"is a Q&A site, not a discussion group. Therefore - please avoid having " +"discussions in your answers, comment facility allows some space for brief " +"discussions." +msgstr "" + +#: templates/faq.html:28 templates/backup/faq.html:28 +#: templates/tough/faq.html:26 +msgid "Who moderates this community?" +msgstr "" + +#: templates/faq.html:29 templates/backup/faq.html:29 +#: templates/tough/faq.html:27 +msgid "The short answer is: you." +msgstr "" + +#: templates/faq.html:30 templates/backup/faq.html:30 +#: templates/tough/faq.html:28 +msgid "This website is moderated by the users." +msgstr "" + +#: templates/faq.html:31 templates/backup/faq.html:31 +#: templates/tough/faq.html:29 +msgid "" +"The reputation system allows users earn the authorization to perform a " +"variety of moderation tasks." +msgstr "" + +#: templates/faq.html:34 templates/backup/faq.html:34 +#: templates/tough/faq.html:32 +msgid "How does reputation system work?" +msgstr "" + +#: templates/faq.html:35 templates/backup/faq.html:35 +#: templates/tough/faq.html:33 +msgid "" +"Anyone can ask questions and give answers, points are not necessary for that." +msgstr "" + +#: templates/faq.html:36 templates/backup/faq.html:36 +#: templates/tough/faq.html:34 +msgid "" +"As we've said before, users help running this site. Point system helps " +"select users who can administer this community." +msgstr "" + +#: templates/faq.html:37 templates/backup/faq.html:37 +#: templates/tough/faq.html:35 +msgid "" +"Reputation points roughly measure how community trusts you. These points are " +"given to you directly by other members of the community." +msgstr "" + +#: templates/faq.html:40 templates/backup/faq.html:40 +#: templates/tough/faq.html:38 +msgid "" +"For example, if you ask an interesting question or give a helpful answer, " +"your input will be upvoted and you will gain more trust in the community." +msgstr "" + +#: templates/faq.html:41 templates/backup/faq.html:41 +#: templates/tough/faq.html:39 +msgid "" +"If on the other hand someone gives a misleading answer, the answer will be " +"voted down and he/she loses some points." +msgstr "" + +#: templates/faq.html:42 templates/backup/faq.html:42 +#: templates/tough/faq.html:40 +msgid "" +"Each vote in favor will generate 10 points, each vote " +"against will subtract 2 points." +msgstr "" + +#: templates/faq.html:43 templates/backup/faq.html:43 +#: templates/tough/faq.html:41 +msgid "" +"Through the votes of other people you can accumulate a maximum of " +"200 points." +msgstr "" + +#: templates/faq.html:44 templates/backup/faq.html:44 +msgid "After accumulating certain number of points, you can do more:" +msgstr "" + +#: templates/faq.html:52 templates/user_votes.html:14 +#: templates/backup/faq.html:52 templates/backup/user_votes.html:13 +#: templates/tough/faq.html:50 +msgid "upvote" +msgstr "" + +#: templates/faq.html:56 templates/backup/faq.html:56 +#: templates/tough/faq.html:54 +msgid "use tags" +msgstr "" + +#: templates/faq.html:60 templates/backup/faq.html:60 +#: templates/tough/faq.html:58 +msgid "add comments" +msgstr "" + +#: templates/faq.html:64 templates/user_votes.html:16 +#: templates/backup/faq.html:64 templates/backup/user_votes.html:15 +#: templates/tough/faq.html:62 +msgid "downvote" +msgstr "" + +#: templates/faq.html:71 templates/backup/faq.html:71 +#: templates/tough/faq.html:69 +msgid "retag questions" +msgstr "" + +#: templates/faq.html:75 templates/backup/faq.html:75 +#: templates/tough/faq.html:73 +msgid "edit community wiki questions" +msgstr "" + +#: templates/faq.html:79 templates/backup/faq.html:79 +#: templates/tough/faq.html:77 +msgid "edit any answer" +msgstr "" + +#: templates/faq.html:83 templates/backup/faq.html:83 +#: templates/tough/faq.html:81 +msgid "open any closed question" +msgstr "" + +#: templates/faq.html:87 templates/backup/faq.html:87 +#: templates/tough/faq.html:85 +msgid "delete any comment" +msgstr "" + +#: templates/faq.html:91 templates/backup/faq.html:91 +#: templates/tough/faq.html:89 +msgid "delete any questions and answers and perform other moderation tasks" +msgstr "" + +#: templates/faq.html:98 templates/backup/faq.html:98 +msgid "To register, do I need to create new password?" +msgstr "" + +#: templates/faq.html:99 templates/backup/faq.html:99 +#: templates/tough/faq.html:97 +msgid "" +"No, you don't have to. You can login through any service that supports " +"OpenID, e.g. Google, Yahoo, AOL, etc." +msgstr "" + +#: templates/faq.html:100 templates/backup/faq.html:100 +#: templates/tough/faq.html:98 +msgid "Login now!" +msgstr "" + +#: templates/faq.html:103 templates/backup/faq.html:103 +#: templates/tough/faq.html:101 +msgid "Why other people can edit my questions/answers?" +msgstr "" + +#: templates/faq.html:104 templates/backup/faq.html:104 +#: templates/tough/faq.html:102 +msgid "Goal of this site is..." +msgstr "" + +#: templates/faq.html:104 templates/backup/faq.html:104 +#: templates/tough/faq.html:102 +msgid "" +"So questions and answers can be edited like wiki pages by experienced users " +"of this site and this improves the overall quality of the knowledge base " +"content." +msgstr "" + +#: templates/faq.html:105 templates/backup/faq.html:105 +#: templates/tough/faq.html:103 +msgid "If this approach is not for you, we respect your choice." +msgstr "" + +#: templates/faq.html:107 templates/backup/faq.html:107 +#: templates/tough/faq.html:105 +msgid "Still have questions?" +msgstr "" + +#: templates/faq.html:108 templates/backup/faq.html:108 +msgid "Please ask your question, help make our community better!" +msgstr "" + +#: templates/faq.html:108 templates/header.html:29 templates/header.html.py:60 +#: templates/backup/faq.html:108 templates/backup/header.html:29 +#: templates/backup/header.html.py:58 templates/tough/faq.html:106 +msgid "questions" +msgstr "" + +#: templates/faq.html:108 templates/index.html:121 +#: templates/backup/faq.html:108 templates/backup/index.html:120 +#: templates/tough/faq.html:106 +msgid "." +msgstr "" + +#: templates/footer.html:7 templates/header.html:12 templates/index.html:83 +#: templates/backup/footer.html:7 templates/backup/header.html:12 +#: templates/backup/index.html:83 +msgid "about" +msgstr "" + +#: templates/footer.html:8 templates/header.html:13 templates/index.html:84 +#: templates/backup/footer.html:8 templates/backup/header.html:13 +#: templates/backup/index.html:84 +msgid "faq" +msgstr "" + +#: templates/footer.html:9 templates/backup/footer.html:9 +msgid "blog" +msgstr "" + +#: templates/footer.html:10 templates/backup/footer.html:10 +msgid "contact us" +msgstr "" + +#: templates/footer.html:11 templates/backup/footer.html:11 +msgid "privacy policy" +msgstr "" + +#: templates/footer.html:12 templates/backup/footer.html:12 +msgid "give feedback" +msgstr "" + +#: templates/footer.html:18 templates/backup/footer.html:18 +msgid "current revision" +msgstr "" + +#: templates/header.html:8 templates/backup/header.html:8 +msgid "logout" +msgstr "" + +#: templates/header.html:10 templates/authopenid/signup.html:39 +#: templates/backup/header.html:10 +msgid "login" +msgstr "" + +#: templates/header.html:23 templates/backup/header.html:23 +msgid "back to home page" +msgstr "" + +#: templates/header.html:31 templates/header.html.py:62 +#: templates/backup/header.html:31 templates/backup/header.html.py:60 +msgid "users" +msgstr "" + +#: templates/header.html:32 templates/backup/header.html:32 +msgid "books" +msgstr "" + +#: templates/header.html:34 templates/index.html:121 +#: templates/backup/header.html:34 templates/backup/index.html:120 +msgid "unanswered questions" +msgstr "unanswered" + +#: templates/header.html:38 templates/backup/header.html:37 +msgid "my profile" +msgstr "" + +#: templates/header.html:42 templates/backup/header.html:40 +msgid "ask a question" +msgstr "" + +#: templates/header.html:57 templates/backup/header.html:55 +msgid "search" +msgstr "" + +#: templates/index.html:6 templates/backup/index.html:6 +msgid "Home" +msgstr "" + +#: templates/index.html:7 templates/backup/index.html:7 +msgid "meta site keywords, comma separated" +msgstr "" + +#: templates/index.html:21 templates/questions.html:7 +#: templates/backup/index.html:21 templates/backup/questions.html:6 +msgid "Questions" +msgstr "" + +#: templates/index.html:23 templates/backup/index.html:23 +msgid "last updated questions" +msgstr "" + +#: templates/index.html:23 templates/questions.html:25 +#: templates/unanswered.html:20 templates/backup/index.html:23 +#: templates/backup/questions.html:24 templates/backup/unanswered.html:19 +#: templates/tough/unanswered.html:18 +msgid "newest" +msgstr "" + +#: templates/index.html:24 templates/questions.html:27 +#: templates/backup/index.html:24 templates/backup/questions.html:26 +msgid "hottest questions" +msgstr "" + +#: templates/index.html:24 templates/questions.html:27 +#: templates/backup/index.html:24 templates/backup/questions.html:26 +msgid "hottest" +msgstr "" + +#: templates/index.html:25 templates/questions.html:28 +#: templates/backup/index.html:25 templates/backup/questions.html:27 +msgid "most voted questions" +msgstr "" + +#: templates/index.html:25 templates/questions.html:28 +#: templates/backup/index.html:25 templates/backup/questions.html:27 +msgid "most voted" +msgstr "" + +#: templates/index.html:26 templates/backup/index.html:26 +msgid "all questions" +msgstr "" + +#: templates/index.html:46 templates/questions.html:45 +#: templates/unanswered.html:36 templates/users_questions.html:35 +#: templates/backup/index.html:46 templates/backup/questions.html:44 +#: templates/backup/unanswered.html:35 +#: templates/backup/users_questions.html:34 templates/tough/unanswered.html:34 +msgid "answers" +msgstr "" + +#: templates/index.html:68 templates/question.html:112 +#: templates/question.html.py:479 templates/questions.html:84 +#: templates/questions.html.py:149 templates/tags.html:47 +#: templates/unanswered.html:75 templates/unanswered.html.py:109 +#: templates/users_questions.html:52 templates/backup/index.html:68 +#: templates/backup/index.html.py:93 templates/backup/question.html:111 +#: templates/backup/question.html.py:469 templates/backup/questions.html:83 +#: templates/backup/questions.html:148 templates/backup/tags.html:46 +#: templates/backup/unanswered.html:74 templates/backup/unanswered.html:108 +#: templates/backup/users_questions.html:51 templates/tough/unanswered.html:72 +#: templates/tough/unanswered.html:105 +msgid "see questions tagged" +msgstr "" + +#: templates/index.html:79 templates/backup/index.html:79 +msgid "welcome to website" +msgstr "" + +#: templates/index.html:81 templates/backup/index.html:81 +msgid "what is this website" +msgstr "" + +#: templates/index.html:82 templates/backup/index.html:82 +msgid "what can one do on this website" +msgstr "" + +#: templates/index.html:89 templates/backup/index.html:89 +msgid "Recent tags" +msgstr "" + +#: templates/index.html:94 +#, python-format +msgid "see questions tagged '%(tagname)s'" +msgstr "" + +#: templates/index.html:97 templates/index.html.py:121 +#: templates/backup/index.html:96 templates/backup/index.html.py:120 +msgid "popular tags" +msgstr "" + +#: templates/index.html:101 templates/backup/index.html:100 +msgid "Recent awards" +msgstr "" + +#: templates/index.html:107 templates/backup/index.html:106 +msgid "given to" +msgstr "" + +#: templates/index.html:112 templates/backup/index.html:111 +msgid "all awards" +msgstr "" + +#: templates/index.html:116 templates/backup/index.html:115 +msgid "subscribe to last 30 questions by RSS" +msgstr "" + +#: templates/index.html:121 templates/backup/index.html:120 +msgid "Still looking for more? See" +msgstr "" + +#: templates/index.html:121 templates/backup/index.html:120 +msgid "complete list of quesionts" +msgstr "" + +#: templates/index.html:121 templates/backup/index.html:120 +msgid "or" +msgstr "" + +#: templates/index.html:121 templates/backup/index.html:120 +msgid "Please help us answer" +msgstr "" + +#: templates/logout.html:6 templates/logout.html.py:17 +#: templates/backup/logout.html:6 templates/backup/logout.html.py:17 +msgid "Logout" +msgstr "" + +#: templates/logout.html:20 templates/backup/logout.html:20 +msgid "" +"As a registered user you can login with your OpenID, log out of the site or " +"permanently remove your account." +msgstr "" + +#: templates/logout.html:21 templates/backup/logout.html:21 +msgid "Logout now" +msgstr "" + +#: templates/pagesize.html:6 templates/backup/pagesize.html:6 +msgid "posts per page" +msgstr "" + +#: templates/paginator.html:6 templates/paginator.html.py:7 +#: templates/backup/paginator.html:5 templates/backup/paginator.html.py:6 +msgid "previous" +msgstr "" + +#: templates/paginator.html:20 templates/backup/paginator.html:19 +msgid "current page" +msgstr "" + +#: templates/paginator.html:23 templates/paginator.html.py:30 +#: templates/backup/paginator.html:22 templates/backup/paginator.html.py:29 +msgid "page number " +msgstr "" + +#: templates/paginator.html:23 templates/paginator.html.py:30 +#: templates/backup/paginator.html:22 templates/backup/paginator.html.py:29 +msgid "number - make blank in english" +msgstr "" + +#: templates/paginator.html:34 templates/backup/paginator.html:33 +msgid "next page" +msgstr "" + +#: templates/privacy.html:6 templates/privacy.html.py:11 +#: templates/backup/privacy.html:5 templates/backup/privacy.html.py:10 +msgid "Privacy policy" +msgstr "" + +#: templates/privacy.html:15 templates/backup/privacy.html:14 +msgid "general message about privacy" +msgstr "" + +#: templates/privacy.html:18 templates/backup/privacy.html:17 +msgid "Site Visitors" +msgstr "" + +#: templates/privacy.html:20 templates/backup/privacy.html:19 +msgid "what technical information is collected about visitors" +msgstr "" + +#: templates/privacy.html:23 templates/backup/privacy.html:22 +msgid "Personal Information" +msgstr "" + +#: templates/privacy.html:25 templates/backup/privacy.html:24 +msgid "details on personal information policies" +msgstr "" + +#: templates/privacy.html:28 templates/backup/privacy.html:27 +msgid "Other Services" +msgstr "" + +#: templates/privacy.html:30 templates/backup/privacy.html:29 +msgid "details on sharing data with third parties" +msgstr "" + +#: templates/privacy.html:35 templates/backup/privacy.html:34 +msgid "cookie policy details" +msgstr "" + +#: templates/privacy.html:37 templates/backup/privacy.html:36 +msgid "Policy Changes" +msgstr "" + +#: templates/privacy.html:38 templates/backup/privacy.html:37 +msgid "how privacy policies can be changed" +msgstr "" + +#: templates/question.html:66 templates/question.html.py:78 +#: templates/backup/question.html:65 templates/backup/question.html.py:77 +msgid "i like this post (click again to cancel)" +msgstr "" + +#: templates/question.html:68 templates/question.html.py:80 +#: templates/question.html:273 templates/backup/question.html:67 +#: templates/backup/question.html.py:79 templates/backup/question.html:272 +msgid "current number of votes" +msgstr "" + +#: templates/question.html:73 templates/question.html.py:84 +#: templates/backup/question.html:72 templates/backup/question.html.py:83 +msgid "i dont like this post (click again to cancel)" +msgstr "" + +#: templates/question.html:90 templates/backup/question.html:89 +msgid "mark this question as favorite (click again to cancel)" +msgstr "" + +#: templates/question.html:96 templates/backup/question.html:95 +msgid "remove favorite mark from this question (click again to restore mark)" +msgstr "" + +#: templates/question.html:121 templates/question.html.py:304 +#: templates/revisions_answer.html:53 templates/revisions_question.html:53 +#: templates/backup/question.html:120 templates/backup/question.html.py:303 +#: templates/backup/revisions_answer.html:52 +#: templates/backup/revisions_question.html:51 +msgid "edit" +msgstr "" + +#: templates/question.html:125 templates/question.html.py:314 +#: templates/backup/question.html:124 templates/backup/question.html.py:307 +msgid "delete" +msgstr "" + +#: templates/question.html:130 templates/backup/question.html:129 +msgid "reopen" +msgstr "" + +#: templates/question.html:135 templates/backup/question.html:134 +msgid "close" +msgstr "" + +#: templates/question.html:141 templates/question.html.py:327 +#: templates/backup/question.html:140 templates/backup/question.html.py:317 +msgid "" +"report as offensive (i.e containing spam, advertising, malicious text, etc.)" +msgstr "" + +#: templates/question.html:142 templates/question.html.py:328 +#: templates/backup/question.html:141 templates/backup/question.html.py:318 +msgid "flag offensive" +msgstr "" + +#: templates/question.html:154 templates/question.html.py:337 +#: templates/revisions_answer.html:65 templates/revisions_question.html:65 +#: templates/backup/question.html:153 templates/backup/question.html.py:327 +#: templates/backup/revisions_answer.html:64 +#: templates/backup/revisions_question.html:63 +msgid "updated" +msgstr "" + +#: templates/question.html:203 templates/question.html.py:384 +#: templates/revisions_answer.html:63 templates/revisions_question.html:63 +#: templates/backup/question.html:202 templates/backup/question.html.py:374 +#: templates/backup/revisions_answer.html:62 +#: templates/backup/revisions_question.html:61 +msgid "asked" +msgstr "" + +#: templates/question.html:233 templates/question.html.py:411 +#: templates/backup/question.html:232 templates/backup/question.html.py:401 +msgid "comments" +msgstr "" + +#: templates/question.html:234 templates/question.html.py:412 +#: templates/backup/question.html:233 templates/backup/question.html.py:402 +msgid "add comment" +msgstr "" + +#: templates/question.html:247 templates/backup/question.html:246 +#, python-format +msgid "" +"The question has been closed for the following reason \"%(question." +"get_close_reason_display)s\" by" +msgstr "" + +#: templates/question.html:249 templates/backup/question.html:248 +#, python-format +msgid "close date %(question.closed_at)s" +msgstr "" + +#: templates/question.html:256 templates/user_stats.html:28 +#: templates/backup/question.html:255 templates/backup/user_stats.html:27 +msgid "Answers" +msgstr " Answers" + +#: templates/question.html:258 templates/backup/question.html:257 +msgid "oldest answers will be shown first" +msgstr "" + +#: templates/question.html:258 templates/backup/question.html:257 +msgid "oldest answers" +msgstr "oldest" + +#: templates/question.html:259 templates/backup/question.html:258 +msgid "newest answers will be shown first" +msgstr "" + +#: templates/question.html:259 templates/backup/question.html:258 +msgid "newest answers" +msgstr "newest" + +#: templates/question.html:260 templates/backup/question.html:259 +msgid "most voted answers will be shown first" +msgstr "" + +#: templates/question.html:260 templates/backup/question.html:259 +msgid "popular answers" +msgstr "most voted" + +#: templates/question.html:272 templates/backup/question.html:271 +msgid "i like this answer (click again to cancel)" +msgstr "" + +#: templates/question.html:278 templates/backup/question.html:277 +msgid "i dont like this answer (click again to cancel)" +msgstr "" + +#: templates/question.html:284 templates/backup/question.html:283 +msgid "mark this answer as favorite (click again to undo)" +msgstr "" + +#: templates/question.html:289 templates/backup/question.html:288 +msgid "the author of the question has selected this answer as correct" +msgstr "" + +#: templates/question.html:311 +msgid "undelete" +msgstr "" + +#: templates/question.html:321 templates/backup/question.html:311 +msgid "answer permanent link" +msgstr "" + +#: templates/question.html:322 templates/backup/question.html:312 +msgid "permanent link" +msgstr "" + +#: templates/question.html:436 templates/backup/question.html:426 +msgid "Your answer" +msgstr "" + +#: templates/question.html:460 templates/backup/question.html:450 +msgid "Answer the question" +msgstr "" + +#: templates/question.html:462 templates/backup/question.html:452 +msgid "Login to answer" +msgstr "" + +#: templates/question.html:474 templates/backup/question.html:464 +msgid "Question tags" +msgstr "Tags" + +#: templates/question.html:484 templates/backup/question.html:474 +msgid "question asked" +msgstr "Asked" + +#: templates/question.html:484 templates/question.html.py:490 +#: templates/user_info.html:51 templates/backup/question.html:474 +#: templates/backup/question.html.py:480 templates/backup/user_info.html:50 +msgid "ago" +msgstr "" + +#: templates/question.html:487 templates/backup/question.html:477 +msgid "question was seen" +msgstr "Seen" + +#: templates/question.html:487 templates/backup/question.html:477 +msgid "times" +msgstr "" + +#: templates/question.html:490 templates/backup/question.html:480 +msgid "last updated" +msgstr "Last updated" + +#: templates/question.html:495 templates/backup/question.html:485 +msgid "Related questions" +msgstr "" + +#: templates/question_edit.html:4 templates/question_edit.html.py:65 +#: templates/backup/question_edit.html:2 +#: templates/backup/question_edit.html:63 +msgid "Edit question" +msgstr "" + +#: templates/question_edit_tips.html:4 +msgid "question tips" +msgstr "Tips" + +#: templates/question_edit_tips.html:7 +#: templates/backup/question_edit_tips.html:5 +msgid "please ask a relevant question" +msgstr "" + +#: templates/question_edit_tips.html:10 +#: templates/backup/question_edit_tips.html:8 +msgid "please try provide enough details" +msgstr "provide enough details" + +#: templates/questions.html:23 templates/backup/questions.html:22 +msgid "Found by tags" +msgstr "Tagged questions" + +#: templates/questions.html:23 templates/backup/questions.html:22 +msgid "Found by title" +msgstr "" + +#: templates/questions.html:23 templates/backup/questions.html:22 +msgid "All questions" +msgstr "" + +#: templates/questions.html:25 templates/unanswered.html:20 +#: templates/backup/questions.html:24 templates/backup/unanswered.html:19 +#: templates/tough/unanswered.html:18 +msgid "most recently asked questions" +msgstr "" + +#: templates/questions.html:26 templates/backup/questions.html:25 +msgid "most recently updated questions" +msgstr "" + +#: templates/questions.html:26 templates/backup/questions.html:25 +msgid "active" +msgstr "" + +#: templates/questions.html:109 +#, python-format +msgid "" +"\n" +"\t\t\thave total %(q_num)s questions tagged %(tagname)s\n" +"\t\t\t" +msgid_plural "" +"\n" +"\t\t\thave total %(q_num)s questions tagged %(tagname)s\n" +"\t\t\t" +msgstr[0] "" +"\n" +"
%(q_num)s

question tagged

%(tagname)s

" +msgstr[1] "" +"\n" +"
%(q_num)s

questions tagged

%(tagname)s

" + +#: templates/questions.html:116 +#, python-format +msgid "" +"\n" +"\t\t\thave total %(q_num)s questions containing %(searchtitle)s\n" +"\t\t\t" +msgid_plural "" +"\n" +"\t\t\thave total %(q_num)s questions containing %(searchtitle)s\n" +"\t\t\t" +msgstr[0] "" +"\n" +"
%(q_num)s

question with title " +"containing %(searchtitle)s" +msgstr[1] "" +"\n" +"

%(q_num)s

questions with title " +"containing %(searchtitle)s" + +#: templates/questions.html:124 +msgid "latest questions info" +msgstr "Newest questions are shown first." + +#: templates/questions.html:128 templates/backup/questions.html:127 +msgid "Questions are sorted by the time of last update." +msgstr "" + +#: templates/questions.html:129 templates/backup/questions.html:128 +msgid "Most recently answered ones are shown first." +msgstr "" + +#: templates/questions.html:133 templates/backup/questions.html:132 +msgid "Questions sorted by number of responses." +msgstr "" + +#: templates/questions.html:134 templates/backup/questions.html:133 +msgid "Most answered questions are shown first." +msgstr "" + +#: templates/questions.html:138 templates/backup/questions.html:137 +msgid "Questions are sorted by the number of votes." +msgstr "" + +#: templates/questions.html:139 templates/backup/questions.html:138 +msgid "Most voted questions are shown first." +msgstr "" + +#: templates/questions.html:146 templates/unanswered.html:105 +#: templates/backup/questions.html:145 templates/backup/unanswered.html:104 +#: templates/tough/unanswered.html:101 +msgid "Related tags" +msgstr "Tags" + +#: templates/reopen.html:6 templates/reopen.html.py:16 +#: templates/backup/reopen.html:4 templates/backup/reopen.html.py:14 +msgid "Reopen question" +msgstr "" + +#: templates/reopen.html:19 templates/backup/reopen.html:17 +msgid "Open the previously closed question" +msgstr "" + +#: templates/reopen.html:22 templates/backup/reopen.html:20 +msgid "The question was closed for the following reason " +msgstr "" + +#: templates/reopen.html:22 templates/backup/reopen.html:20 +msgid "reason - leave blank in english" +msgstr "" + +#: templates/reopen.html:22 templates/backup/reopen.html:20 +msgid "on " +msgstr "" + +#: templates/reopen.html:22 templates/backup/reopen.html:20 +msgid "date closed" +msgstr "" + +#: templates/reopen.html:29 templates/backup/reopen.html:27 +msgid "Reopen this question" +msgstr "" + +#: templates/revisions_answer.html:7 templates/revisions_answer.html.py:36 +#: templates/revisions_question.html:8 templates/revisions_question.html:36 +#: templates/backup/revisions_answer.html:6 +#: templates/backup/revisions_answer.html:35 +#: templates/backup/revisions_question.html:6 +#: templates/backup/revisions_question.html:34 +msgid "Revision history" +msgstr "" + +#: templates/tags.html:6 templates/tags.html.py:29 +#: templates/backup/tags.html:5 templates/backup/tags.html.py:28 +msgid "Tag list" +msgstr "" + +#: templates/tags.html:31 templates/backup/tags.html:30 +msgid "sorted alphabetically" +msgstr "" + +#: templates/tags.html:31 templates/backup/tags.html:30 +msgid "by name" +msgstr "" + +#: templates/tags.html:32 templates/backup/tags.html:31 +msgid "sorted by frequency of tag use" +msgstr "" + +#: templates/tags.html:32 templates/backup/tags.html:31 +msgid "by popularity" +msgstr "" + +#: templates/tags.html:38 templates/backup/tags.html:37 +msgid "All tags matching query" +msgstr "" + +#: templates/tags.html:38 templates/backup/tags.html:37 +msgid "all tags - make this empty in english" +msgstr "" + +#: templates/tags.html:41 templates/backup/tags.html:40 +msgid "Nothing found" +msgstr "" + +#: templates/unanswered.html:7 templates/unanswered.html.py:18 +#: templates/backup/unanswered.html:6 templates/backup/unanswered.html:17 +#: templates/tough/unanswered.html:5 templates/tough/unanswered.html.py:16 +msgid "Unanswered questions" +msgstr "" + +#: templates/unanswered.html:97 +#, python-format +msgid "have %(num_q)s unanswered questions" +msgstr "" +"

%(num_q)s
unanswered " +"questions" + +#: templates/unanswered.html:99 templates/backup/questions.html:107 +#: templates/backup/unanswered.html:97 +msgid "Have a total of" +msgstr "" + +#: templates/user_edit.html:6 templates/backup/user_edit.html:4 +msgid "Edit user profile" +msgstr "" + +#: templates/user_edit.html:19 templates/backup/user_edit.html:17 +msgid "edit profile" +msgstr "" + +#: templates/user_edit.html:31 templates/backup/user_edit.html:29 +msgid "image associated with your email address" +msgstr "" + +#: templates/user_edit.html:31 templates/backup/user_edit.html:29 +msgid "avatar" +msgstr "" + +#: templates/user_edit.html:36 templates/user_info.html:31 +#: templates/backup/user_edit.html:34 templates/backup/user_info.html:30 +msgid "Registered user" +msgstr "" + +#: templates/user_edit.html:82 templates/backup/user_edit.html:80 +msgid "Update" +msgstr "" + +#: templates/user_info.html:34 templates/backup/user_info.html:33 +msgid "update profile" +msgstr "" + +#: templates/user_info.html:40 templates/backup/user_info.html:39 +msgid "real name" +msgstr "" + +#: templates/user_info.html:45 +msgid "member for" +msgstr "" + +#: templates/user_info.html:50 templates/backup/user_info.html:49 +msgid "last seen" +msgstr "" + +#: templates/user_info.html:56 templates/backup/user_info.html:55 +msgid "user website" +msgstr "" + +#: templates/user_info.html:62 templates/backup/user_info.html:61 +msgid "location" +msgstr "" + +#: templates/user_info.html:69 templates/backup/user_info.html:68 +msgid "age" +msgstr "" + +#: templates/user_info.html:70 templates/backup/user_info.html:69 +msgid "age unit" +msgstr "" + +#: templates/user_info.html:75 templates/backup/user_info.html:74 +msgid "todays unused votes" +msgstr "" + +#: templates/user_info.html:76 templates/backup/user_info.html:75 +msgid "votes left" +msgstr "" + +#: templates/user_stats.html:15 templates/backup/user_stats.html:14 +msgid "User questions" +msgstr "" + +#: templates/user_stats.html:37 +#, python-format +msgid "the answer has been voted for %(vote_count)s times" +msgstr "" + +#: templates/user_stats.html:37 templates/backup/user_stats.html:36 +msgid "this answer has been selected as correct" +msgstr "" + +#: templates/user_stats.html:43 templates/backup/user_stats.html:42 +#, python-format +msgid "the answer has been commented %(answered_question.comment_count)s times" +msgstr "" + +#: templates/user_stats.html:56 templates/backup/user_stats.html:55 +msgid "votes total" +msgstr "Votes" + +#: templates/user_stats.html:65 templates/backup/user_stats.html:64 +msgid "user has voted up this many times" +msgstr "" + +#: templates/user_stats.html:70 templates/backup/user_stats.html:69 +msgid "user voted down this many times" +msgstr "" + +#: templates/user_stats.html:84 templates/backup/user_stats.html:83 +msgid "Tags" +msgstr "" + +#: templates/user_stats.html:94 templates/backup/user_stats.html:93 +#, python-format +msgid "see other questions tagged '%(tag)s' " +msgstr "" + +#: templates/user_tabs.html:7 templates/backup/user_tabs.html:6 +msgid "User profile" +msgstr "" + +#: templates/user_tabs.html:16 templates/backup/user_tabs.html:15 +msgid "graph of user reputation" +msgstr "" + +#: templates/user_tabs.html:17 templates/backup/user_tabs.html:16 +msgid "reputation history" +msgstr "" + +#: templates/user_tabs.html:24 templates/backup/user_tabs.html:23 +msgid "favorites" +msgstr "" + +#: templates/user_tabs.html:29 templates/backup/user_tabs.html:28 +msgid "settings" +msgstr "" + +#: templates/users.html:6 templates/users.html.py:24 +#: templates/backup/users.html:5 templates/backup/users.html.py:23 +msgid "Users" +msgstr "" + +#: templates/users.html:27 templates/backup/users.html:26 +msgid "recent" +msgstr "" + +#: templates/users.html:28 templates/backup/users.html:27 +msgid "oldest" +msgstr "" + +#: templates/users.html:29 templates/backup/users.html:28 +msgid "by username" +msgstr "" + +#: templates/users.html:35 templates/backup/users.html:34 +#, python-format +msgid "users matching query %(suser)s:" +msgstr "" + +#: templates/users.html:39 templates/backup/users.html:38 +msgid "Nothing found." +msgstr "" + +#: templates/users_questions.html:11 templates/backup/users_questions.html:10 +msgid "this questions was selected as favorite" +msgstr "" + +#: templates/users_questions.html:33 templates/backup/users_questions.html:32 +msgid "this answer has been accepted to be correct" +msgstr "" + +#: templates/authopenid/changeemail.html:6 +msgid "Account: change email" +msgstr "" + +#: templates/authopenid/changeemail.html:9 +msgid "" +"This is where you can change the email address associated with your account. " +"Please keep this email address up to date so we can send you a password-" +"reset email if you request one." +msgstr "" + +#: templates/authopenid/changeemail.html:11 +#: templates/authopenid/changeopenid.html:13 +#: templates/authopenid/changepw.html:18 templates/authopenid/delete.html:14 +#: templates/authopenid/delete.html:24 +msgid "Please correct errors below:" +msgstr "" + +#: templates/authopenid/changeemail.html:28 +msgid "Email" +msgstr "" + +#: templates/authopenid/changeemail.html:29 +#: templates/authopenid/signin.html:59 +msgid "Password" +msgstr "" + +#: templates/authopenid/changeemail.html:31 +msgid "Change email" +msgstr "" + +#: templates/authopenid/changeopenid.html:7 +msgid "Account: change OpenID URL" +msgstr "" + +#: templates/authopenid/changeopenid.html:11 +msgid "" +"This is where you can change your OpenID URL. Make sure you remember it!" +msgstr "" + +#: templates/authopenid/changeopenid.html:28 +msgid "OpenID URL:" +msgstr "" + +#: templates/authopenid/changeopenid.html:29 +msgid "Change OpenID" +msgstr "" + +#: templates/authopenid/changepw.html:13 +msgid "Account: change password" +msgstr "" + +#: templates/authopenid/changepw.html:16 +msgid "This is where you can change your password. Make sure you remember it!" +msgstr "" + +#: templates/authopenid/changepw.html:26 +msgid "Current password" +msgstr "" + +#: templates/authopenid/changepw.html:27 +msgid "New password" +msgstr "" + +#: templates/authopenid/changepw.html:28 +msgid "New password again" +msgstr "" + +#: templates/authopenid/changepw.html:29 templates/authopenid/settings.html:28 +msgid "Change password" +msgstr "" + +#: templates/authopenid/complete.html:4 +msgid "Connect your OpenID with this site" +msgstr "" + +#: templates/authopenid/complete.html:7 +msgid "Connect your OpenID with your account on this site" +msgstr "" + +#: templates/authopenid/complete.html:10 +msgid "Your OpenID is accepted. Please complete this to finish registration." +msgstr "" + +#: templates/authopenid/complete.html:11 +msgid "This account already exists, please use another." +msgstr "" + +#: templates/authopenid/complete.html:16 templates/authopenid/complete.html:29 +#: templates/authopenid/signin.html:42 +msgid "Sorry, looks like we have some errors:" +msgstr "" + +#: templates/authopenid/complete.html:45 +msgid "New account" +msgstr "" + +#: templates/authopenid/complete.html:46 +msgid "User name (will be shown to others, cannot be modified)" +msgstr "" + +#: templates/authopenid/complete.html:47 +msgid "Email (not shared with anyone)" +msgstr "" + +#: templates/authopenid/complete.html:48 +msgid "create account" +msgstr "" + +#: templates/authopenid/complete.html:56 +msgid "Existing account" +msgstr "" + +#: templates/authopenid/complete.html:57 +msgid "user name" +msgstr "" + +#: templates/authopenid/complete.html:58 +msgid "password" +msgstr "" + +#: templates/authopenid/complete.html:61 +msgid "Register" +msgstr "" + +#: templates/authopenid/complete.html:62 templates/authopenid/signin.html:61 +msgid "Forgot your password?" +msgstr "" + +#: templates/authopenid/delete.html:8 +msgid "Account: delete account" +msgstr "" + +#: templates/authopenid/delete.html:12 +msgid "" +"Note: After deleting your account, anyone will be able to register this " +"username." +msgstr "" + +#: templates/authopenid/delete.html:16 +msgid "Check confirm box, if you want delete your account." +msgstr "" + +#: templates/authopenid/delete.html:19 +msgid "Password:" +msgstr "" + +#: templates/authopenid/delete.html:31 +msgid "I am sure I want to delete my account." +msgstr "" + +#: templates/authopenid/delete.html:32 +msgid "Password/OpenID URL" +msgstr "" + +#: templates/authopenid/delete.html:32 +msgid "(required for your security)" +msgstr "" + +#: templates/authopenid/delete.html:34 +msgid "Delete account permanently" +msgstr "" + +#: templates/authopenid/sendpw.html:3 templates/authopenid/sendpw.html.py:7 +msgid "Send new password" +msgstr "" + +#: templates/authopenid/sendpw.html:11 +msgid "Lost your password? No problem - here you can reset it." +msgstr "" + +#: templates/authopenid/sendpw.html:12 +msgid "" +"Please enter your username below and new password will be sent to your " +"registered e-mail" +msgstr "" + +#: templates/authopenid/sendpw.html:29 +msgid "Reset password" +msgstr "" + +#: templates/authopenid/sendpw.html:29 +msgid "return to login" +msgstr "" + +#: templates/authopenid/sendpw.html:32 +msgid "" +"Note: your new password will be activated only after you click the " +"activation link in the email message" +msgstr "" + +#: templates/authopenid/settings.html:29 +msgid "Give your account a new password." +msgstr "" + +#: templates/authopenid/settings.html:30 +msgid "Change email " +msgstr "" + +#: templates/authopenid/settings.html:31 +msgid "Add or update the email address associated with your account." +msgstr "" + +#: templates/authopenid/settings.html:34 +msgid "Change openid associated to your account" +msgstr "" + +#: templates/authopenid/settings.html:37 +msgid "Delete account" +msgstr "" + +#: templates/authopenid/settings.html:38 +msgid "Erase your username and all your data from website" +msgstr "" + +#: templates/authopenid/signin.html:3 templates/authopenid/signin.html:16 +msgid "User login" +msgstr "" + +#: templates/authopenid/signin.html:21 +msgid "we support two login modes" +msgstr "" +"You can log in either through one of these services or traditionally - using " +"local username/password." + +#: templates/authopenid/signin.html:26 templates/authopenid/signup.html:49 +msgid "Login with your OpenID" +msgstr "" + +#: templates/authopenid/signin.html:28 +msgid "select openid provider" +msgstr "1) Please select your id service provider." + +#: templates/authopenid/signin.html:32 +msgid "verify openid link and login" +msgstr "" +"2) Please verify the OpenID URL (type your login name over {username}, if present)" +" and then log in." + +#: templates/authopenid/signin.html:57 +msgid "Use login name and password" +msgstr "" + +#: templates/authopenid/signin.html:58 +msgid "Login name" +msgstr "" + +#: templates/authopenid/signin.html:62 +msgid "Create new acccount" +msgstr "" + +#: templates/authopenid/signin.html:71 +msgid "Why use OpenID?" +msgstr "" + +#: templates/authopenid/signin.html:75 +msgid "with openid it is easier" +msgstr "With the OpenID you don't need to create new username and password." + +#: templates/authopenid/signin.html:78 +msgid "reuse openid" +msgstr "You can safely re-use the same login for all OpenID-enabled websites." + +#: templates/authopenid/signin.html:81 +msgid "openid is widely adopted" +msgstr "" +"There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-" +"enabled." + +#: templates/authopenid/signin.html:84 +msgid "openid is supported open standard" +msgstr "OpenID is based on an open standard, supported by many organizations." + +#: templates/authopenid/signin.html:88 +msgid "Find out more" +msgstr "" + +#: templates/authopenid/signin.html:89 +msgid "Get OpenID" +msgstr "" + +#: templates/authopenid/signup.html:2 templates/authopenid/signup.html.py:6 +msgid "Signup" +msgstr "" + +#: templates/authopenid/signup.html:10 +msgid "" +"We support two types of user registration: conventional username/password, " +"and" +msgstr "" + +#: templates/authopenid/signup.html:10 +msgid "the OpenID method" +msgstr "" + +#: templates/authopenid/signup.html:15 +msgid "Sorry, looks like we have some errors" +msgstr "" + +#: templates/authopenid/signup.html:33 +msgid "Conventional registration" +msgstr "" + +#: templates/authopenid/signup.html:34 +msgid "choose a user name" +msgstr "" + +#: templates/authopenid/signup.html:40 +msgid "back to login" +msgstr "" + +#: templates/authopenid/signup.html:46 +msgid "Register with your OpenID" +msgstr "" + +# +#: templates/backup/answer_edit_tips.html:3 +#: templates/backup/question_edit_tips.html:2 +msgid "editing tips" +msgstr "Tips" + +#: templates/backup/questions.html:108 +msgid "number of questions" +msgstr "" + +#: templates/backup/questions.html:110 +msgid "tagged with" +msgstr "" + +#: templates/backup/questions.html:116 +msgid "whose title contains" +msgstr "" + +#: templates/backup/questions.html:121 +msgid "number of questions end of sentence." +msgstr "" + +#: templates/backup/questions.html:123 +msgid "Questions are sorted by entry date." +msgstr "" + +#: templates/backup/questions.html:123 +msgid "Newest questions shown first." +msgstr "" +"Questions are sorted by entry date.Newest questions shown " +"first." + +#: templates/backup/unanswered.html:98 templates/tough/unanswered.html:95 +msgid "number of unanswered questions" +msgstr "" + +#: templates/backup/user_info.html:44 +msgid "member since" +msgstr "" + +#: templates/backup/user_stats.html:36 +#, python-format +msgid "the answer has been voted for %(answered_question.vote_count)s times" +msgstr "" + +#: templates/tough/question_retag.html:2 +msgid "Revise tags" +msgstr "" + +#: templates/tough/question_retag.html:37 +msgid "tags are requried" +msgstr "" + +#: templates/tough/question_retag.html:38 +msgid "up to 5 tags, less than 20 characters each" +msgstr "" + +#: templates/tough/question_retag.html:51 +msgid "Change tags" +msgstr "" + +#: templates/tough/question_retag.html:74 +msgid "Change now" +msgstr "" + +#: templates/tough/question_retag.html:85 +msgid "Why use and modify tags?" +msgstr "" + +#: templates/tough/question_retag.html:96 +msgid "tag editors receive special awards from the community" +msgstr "" -- cgit v1.2.3-1-g7c22 From 5b45e526c74faf55110ff0afdcba19797d7e0f4d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:14:09 -0400 Subject: deleted all --- locale/en/LC_MESSAGES/django.po | 2540 --------------------------------------- 1 file changed, 2540 deletions(-) delete mode 100644 locale/en/LC_MESSAGES/django.po (limited to 'locale/en/LC_MESSAGES') diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po deleted file mode 100644 index c4c1e674..00000000 --- a/locale/en/LC_MESSAGES/django.po +++ /dev/null @@ -1,2540 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-22 20:40-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: settings.py:32 -msgid "account/" -msgstr "" - -#: settings.py:32 django_authopenid/urls.py:9 django_authopenid/urls.py:11 -msgid "signin/" -msgstr "" - -#: django_authopenid/forms.py:67 django_authopenid/views.py:93 -msgid "i-names are not supported" -msgstr "" - -#: django_authopenid/forms.py:102 django_authopenid/forms.py:207 -msgid "" -"Usernames can only contain letters, numbers and " -"underscores" -msgstr "" - -#: django_authopenid/forms.py:109 -msgid "" -"This username does not exist in our database. Please " -"choose another." -msgstr "" - -#: django_authopenid/forms.py:126 django_authopenid/forms.py:231 -msgid "" -"Please enter a valid username and password. Note that " -"both fields are case-sensitive." -msgstr "" - -#: django_authopenid/forms.py:130 django_authopenid/forms.py:235 -msgid "This account is inactive." -msgstr "" - -#: django_authopenid/forms.py:158 -msgid "invalid user name" -msgstr "" - -#: django_authopenid/forms.py:160 -msgid "sorry, this name can not be used, please try another" -msgstr "" - -#: django_authopenid/forms.py:162 -msgid "username too short" -msgstr "" - -#: django_authopenid/forms.py:170 django_authopenid/forms.py:171 -msgid "this name is already in use - please try anoter" -msgstr "" - -#: django_authopenid/forms.py:184 -msgid "" -"This email is already registered in our database. Please " -"choose another." -msgstr "" - -#: django_authopenid/forms.py:214 -msgid "" -"This username don't exist. Please choose another." -msgstr "" - -#: django_authopenid/forms.py:253 -msgid "choose a username" -msgstr "" - -#: django_authopenid/forms.py:255 templates/authopenid/signup.html:36 -msgid "your email address" -msgstr "" - -#: django_authopenid/forms.py:257 templates/authopenid/signup.html:37 -msgid "choose password" -msgstr "" - -#: django_authopenid/forms.py:259 templates/authopenid/signup.html:38 -msgid "retype password" -msgstr "" - -#: django_authopenid/forms.py:330 -msgid "" -"Old password is incorrect. Please enter the correct " -"password." -msgstr "" - -#: django_authopenid/forms.py:342 -msgid "new passwords do not match" -msgstr "" - -#: django_authopenid/forms.py:434 -msgid "Incorrect username." -msgstr "" - -#: django_authopenid/urls.py:10 -msgid "signout/" -msgstr "" - -#: django_authopenid/urls.py:11 -msgid "complete/" -msgstr "" - -#: django_authopenid/urls.py:13 -msgid "register/" -msgstr "" - -#: django_authopenid/urls.py:14 -msgid "signup/" -msgstr "" - -#: django_authopenid/urls.py:16 -msgid "sendpw/" -msgstr "" - -#: django_authopenid/urls.py:26 -msgid "delete/" -msgstr "" - -#: django_authopenid/views.py:99 -#, python-format -msgid "非法OpenID地址: %s" -msgstr "" - -#: django_authopenid/views.py:366 -msgid "Welcome" -msgstr "" - -#: django_authopenid/views.py:456 -msgid "Password changed." -msgstr "" - -#: django_authopenid/views.py:488 -msgid "Email changed." -msgstr "" - -#: django_authopenid/views.py:519 django_authopenid/views.py:671 -#, python-format -msgid "No OpenID %s found associated in our database" -msgstr "" - -#: django_authopenid/views.py:523 django_authopenid/views.py:678 -#, python-format -msgid "The OpenID %s isn't associated to current user logged in" -msgstr "" - -#: django_authopenid/views.py:531 -msgid "Email Changed." -msgstr "" - -#: django_authopenid/views.py:606 -msgid "This OpenID is already associated with another account." -msgstr "" - -#: django_authopenid/views.py:611 -#, python-format -msgid "OpenID %s is now associated with your account." -msgstr "" - -#: django_authopenid/views.py:681 -msgid "Account deleted." -msgstr "" - -#: django_authopenid/views.py:721 -msgid "Request for new password" -msgstr "" - -#: django_authopenid/views.py:734 -msgid "A new password has been sent to your email address." -msgstr "" - -#: django_authopenid/views.py:764 -#, python-format -msgid "" -"Could not change password. Confirmation key '%s' is not " -"registered." -msgstr "" - -#: django_authopenid/views.py:773 -msgid "" -"Can not change password. User don't exist anymore in our " -"database." -msgstr "" - -#: django_authopenid/views.py:782 -#, python-format -msgid "Password changed for %s. You may now sign in." -msgstr "" - -#: forum/const.py:8 -msgid "duplicate question" -msgstr "" - -#: forum/const.py:9 -msgid "question if off-topic or not relevant" -msgstr "" - -#: forum/const.py:10 -msgid "too subjective and argumentative" -msgstr "" - -#: forum/const.py:11 -msgid "is not an answer to the question" -msgstr "" - -#: forum/const.py:12 -msgid "the question is answered, right answer was accepted" -msgstr "" - -#: forum/const.py:13 -msgid "problem is not reproducible or outdated" -msgstr "" - -#: forum/const.py:15 -msgid "question contains offensive inappropriate, or malicious remarks" -msgstr "" - -#: forum/const.py:16 -msgid "spam or advertising" -msgstr "" - -#: forum/const.py:56 -msgid "question" -msgstr "" - -#: forum/const.py:57 templates/book.html:110 templates/backup/book.html:110 -msgid "answer" -msgstr "" - -#: forum/const.py:58 -msgid "commented question" -msgstr "" - -#: forum/const.py:59 -msgid "commented answer" -msgstr "" - -#: forum/const.py:60 -msgid "edited question" -msgstr "" - -#: forum/const.py:61 -msgid "edited answer" -msgstr "" - -#: forum/const.py:62 -msgid "received award" -msgstr "" - -#: forum/const.py:63 -msgid "marked best answer" -msgstr "" - -#: forum/const.py:64 -msgid "upvoted" -msgstr "" - -#: forum/const.py:65 -msgid "downvoted" -msgstr "" - -#: forum/const.py:66 -msgid "canceled vote" -msgstr "" - -#: forum/const.py:67 -msgid "deleted question" -msgstr "" - -#: forum/const.py:68 -msgid "deleted answer" -msgstr "" - -#: forum/const.py:69 -msgid "marked offensive" -msgstr "" - -#: forum/const.py:70 -msgid "updated tags" -msgstr "" - -#: forum/const.py:71 -msgid "selected favorite" -msgstr "" - -#: forum/const.py:72 -msgid "completed user profile" -msgstr "" - -#: forum/const.py:83 -msgid "[closed]" -msgstr "" - -#: forum/const.py:84 -msgid "[deleted]" -msgstr "" - -#: forum/const.py:85 -msgid "initial version" -msgstr "" - -#: forum/const.py:86 -msgid "retagged" -msgstr "" - -#: forum/feed.py:17 templates/base.html:7 templates/base_content.html:6 -#: templates/faq.html:25 templates/faq.html.py:108 -#: templates/backup/base.html:7 templates/backup/base_content.html:6 -#: templates/backup/faq.html:25 templates/backup/faq.html.py:108 -#: templates/tough/faq.html:23 templates/tough/faq.html.py:106 -#: templates/tough/question_retag.html:89 -msgid "site title" -msgstr "" - -#: forum/feed.py:17 -msgid " - " -msgstr "" - -#: forum/feed.py:17 templates/base.html:7 templates/base_content.html:6 -#: templates/backup/base.html:7 templates/backup/base_content.html:6 -msgid "site slogan" -msgstr "" - -#: forum/feed.py:17 -msgid "latest questions" -msgstr "" - -#: forum/feed.py:19 templates/index.html:8 templates/backup/index.html:8 -msgid "meta site content" -msgstr "" - -#: forum/feed.py:21 -msgid "copyright message" -msgstr "" - -#: forum/forms.py:14 templates/answer_edit_tips.html:34 -#: templates/answer_edit_tips.html.py:39 templates/question_edit_tips.html:31 -#: templates/question_edit_tips.html:36 -#: templates/backup/answer_edit_tips.html:33 -#: templates/backup/answer_edit_tips.html:38 -#: templates/backup/question_edit_tips.html:29 -#: templates/backup/question_edit_tips.html:34 -msgid "title" -msgstr "" - -#: forum/forms.py:15 -msgid "please enter a descriptive title for your question" -msgstr "" - -#: forum/forms.py:20 -msgid "title must be > 10 characters" -msgstr "" - -#: forum/forms.py:29 -msgid "content" -msgstr "" - -#: forum/forms.py:35 -msgid "question content must be > 10 characters" -msgstr "" - -#: forum/forms.py:45 templates/header.html:30 templates/header.html.py:61 -#: templates/backup/header.html:30 templates/backup/header.html.py:59 -msgid "tags" -msgstr "" - -#: forum/forms.py:46 -msgid "please use space to separate tags (this enables autocomplete feature)" -msgstr "" - -#: forum/forms.py:53 -msgid "tags are required" -msgstr "" - -#: forum/forms.py:57 -msgid "please use 5 tags or less" -msgstr "" - -#: forum/forms.py:60 -msgid "tags must be shorter than 20 characters" -msgstr "" - -#: forum/forms.py:64 -msgid "" -"please use following characters in tags: letters 'a-z', numbers, and " -"characters '.-_#'" -msgstr "" - -#: forum/forms.py:74 templates/index.html:56 templates/question.html:196 -#: templates/question.html.py:377 templates/questions.html:58 -#: templates/questions.html.py:70 templates/unanswered.html:48 -#: templates/unanswered.html.py:60 templates/backup/index.html:56 -#: templates/backup/question.html:195 templates/backup/question.html.py:367 -#: templates/backup/questions.html:57 templates/backup/questions.html.py:69 -#: templates/backup/unanswered.html:47 templates/backup/unanswered.html:59 -#: templates/tough/unanswered.html:46 templates/tough/unanswered.html.py:58 -msgid "community wiki" -msgstr "" - -#: forum/forms.py:75 -msgid "" -"if you choose community wiki option, the question and answer do not generate " -"points and name of author will not be shown" -msgstr "" - -#: forum/forms.py:84 -msgid "update summary:" -msgstr "" - -#: forum/forms.py:85 -msgid "" -"enter a brief summary of your revision (e.g. fixed spelling, grammar, " -"improved style, this field is optional)" -msgstr "" - -#: forum/forms.py:160 -msgid "this email does not have to be linked to gravatar" -msgstr "" - -#: forum/forms.py:161 -msgid "Real name" -msgstr "" - -#: forum/forms.py:162 -msgid "Website" -msgstr "" - -#: forum/forms.py:163 -msgid "Location" -msgstr "" - -#: forum/forms.py:164 -msgid "Date of birth" -msgstr "" - -#: forum/forms.py:164 -msgid "will not be shown, used to calculate age, format: YYYY-MM-DD" -msgstr "" - -#: forum/forms.py:165 templates/authopenid/settings.html:20 -msgid "Profile" -msgstr "" - -#: forum/forms.py:190 forum/forms.py:191 -msgid "this email has already been registered, please use another one" -msgstr "" - -#: forum/models.py:316 templates/badges.html:52 -#: templates/backup/badges.html:52 -msgid "gold" -msgstr "" - -#: forum/models.py:317 templates/badges.html:62 -#: templates/backup/badges.html:62 -msgid "silver" -msgstr "" - -#: forum/models.py:318 templates/badges.html:70 -#: templates/backup/badges.html:70 -msgid "bronze" -msgstr "" - -#: forum/user.py:16 templates/user_tabs.html:7 -#: templates/backup/user_tabs.html:6 -msgid "overview" -msgstr "" - -#: forum/user.py:17 -msgid "user profile" -msgstr "" - -#: forum/user.py:18 -msgid "user profile overview" -msgstr "" - -#: forum/user.py:24 templates/user_tabs.html:9 -#: templates/backup/user_tabs.html:8 -msgid "recent activity" -msgstr "" - -#: forum/user.py:25 -msgid "recent user activity" -msgstr "" - -#: forum/user.py:26 -msgid "profile - recent activity" -msgstr "" - -#: forum/user.py:33 templates/user_tabs.html:13 -#: templates/backup/user_tabs.html:12 -msgid "responses" -msgstr "" - -#: forum/user.py:34 templates/user_tabs.html:12 -#: templates/backup/user_tabs.html:11 -msgid "comments and answers to others questions" -msgstr "" - -#: forum/user.py:35 -msgid "profile - responses" -msgstr "" - -#: forum/user.py:42 templates/user_info.html:23 templates/users.html:26 -#: templates/backup/user_info.html:22 templates/backup/users.html:25 -msgid "reputation" -msgstr "" - -#: forum/user.py:43 -msgid "user reputation in the community" -msgstr "" - -#: forum/user.py:44 -msgid "profile - user reputation" -msgstr "" - -#: forum/user.py:50 -msgid "favorite questions" -msgstr "" - -#: forum/user.py:51 -msgid "users favorite questions" -msgstr "" - -#: forum/user.py:52 -msgid "profile - favorite questions" -msgstr "" - -#: forum/user.py:59 templates/user_tabs.html:20 -#: templates/backup/user_tabs.html:19 -msgid "casted votes" -msgstr "votes" - -#: forum/user.py:60 templates/user_tabs.html:20 -#: templates/backup/user_tabs.html:19 -msgid "user vote record" -msgstr "" - -#: forum/user.py:61 -msgid "profile - votes" -msgstr "" - -#: forum/user.py:68 -msgid "preferences" -msgstr "" - -#: forum/user.py:69 templates/user_tabs.html:28 -#: templates/backup/user_tabs.html:27 -msgid "user preference settings" -msgstr "" - -#: forum/user.py:70 -msgid "profile - user preferences" -msgstr "" - -#: forum/views.py:1730 -msgid "uploading images is limited to users with >60 reputation points" -msgstr "" - -#: forum/views.py:1732 -msgid "allowed file types are 'jpg', 'jpeg', 'gif', 'bmp', 'png', 'tiff'" -msgstr "" - -#: forum/views.py:1734 -#, python-format -msgid "maximum upload file size is %sK" -msgstr "" - -#: forum/views.py:1736 -#, python-format -msgid "" -"Error uploading file. Please contact the site administrator. Thank you. %s" -msgstr "" - -#: forum/templatetags/extra_tags.py:139 forum/templatetags/extra_tags.py:168 -#: templates/header.html:33 templates/backup/header.html:33 -msgid "badges" -msgstr "" - -#: forum/templatetags/extra_tags.py:140 forum/templatetags/extra_tags.py:167 -msgid "reputation points" -msgstr "" - -#: forum/templatetags/extra_tags.py:221 -msgid " ago" -msgstr "" - -#: templates/404.html:24 templates/backup/404.html:24 -msgid "Sorry, could not find the page you requested." -msgstr "" - -#: templates/404.html:26 templates/backup/404.html:26 -msgid "This might have happened for the following reasons:" -msgstr "" - -#: templates/404.html:28 templates/backup/404.html:28 -msgid "this question or answer has been deleted;" -msgstr "" - -#: templates/404.html:29 templates/backup/404.html:29 -msgid "url has error - please check it;" -msgstr "" - -#: templates/404.html:30 templates/backup/404.html:30 -msgid "" -"the page you tried to visit is protected or you don't have sufficient " -"points, see" -msgstr "" - -#: templates/404.html:31 templates/backup/404.html:31 -msgid "if you believe this error 404 should not have occured, please" -msgstr "" - -#: templates/404.html:32 templates/backup/404.html:32 -msgid "report this problem" -msgstr "" - -#: templates/404.html:41 templates/500.html:27 templates/backup/404.html:41 -#: templates/backup/500.html:27 -msgid "back to previous page" -msgstr "" - -#: templates/404.html:42 templates/backup/404.html:42 -msgid "see all questions" -msgstr "" - -#: templates/404.html:43 templates/backup/404.html:43 -msgid "see all tags" -msgstr "" - -#: templates/500.html:24 templates/backup/500.html:24 -msgid "system error log is recorded, error will be fixed as soon as possible" -msgstr "" - -#: templates/500.html:25 templates/backup/500.html:25 -msgid "please report the error to the site administrators if you wish" -msgstr "" - -#: templates/500.html:28 templates/backup/500.html:28 -msgid "see latest questions" -msgstr "" - -#: templates/500.html:29 templates/backup/500.html:29 -msgid "see tags" -msgstr "" - -#: templates/about.html:6 templates/about.html.py:11 -#: templates/backup/about.html:6 templates/backup/about.html.py:11 -msgid "About" -msgstr "" - -#: templates/answer_edit.html:4 templates/answer_edit.html.py:47 -#: templates/backup/answer_edit.html:3 templates/backup/answer_edit.html:46 -msgid "Edit answer" -msgstr "" - -#: templates/answer_edit.html:24 templates/answer_edit.html.py:27 -#: templates/ask.html:25 templates/ask.html.py:28 templates/question.html:37 -#: templates/question.html.py:40 templates/question_edit.html:27 -#: templates/backup/answer_edit.html:23 templates/backup/answer_edit.html:26 -#: templates/backup/ask.html:24 templates/backup/ask.html.py:27 -#: templates/backup/question.html:36 templates/backup/question.html.py:39 -#: templates/backup/question_edit.html:25 -msgid "hide preview" -msgstr "" - -#: templates/answer_edit.html:27 templates/ask.html:28 -#: templates/question.html:40 templates/question_edit.html:27 -#: templates/backup/answer_edit.html:26 templates/backup/ask.html:27 -#: templates/backup/question.html:39 templates/backup/question_edit.html:25 -msgid "show preview" -msgstr "" - -#: templates/answer_edit.html:47 templates/question_edit.html:65 -#: templates/revisions_answer.html:36 templates/revisions_question.html:36 -#: templates/backup/answer_edit.html:46 templates/backup/question_edit.html:63 -#: templates/backup/revisions_answer.html:35 -#: templates/backup/revisions_question.html:34 -#: templates/tough/question_retag.html:51 -msgid "back" -msgstr "" - -#: templates/answer_edit.html:52 templates/question_edit.html:70 -#: templates/revisions_answer.html:47 templates/revisions_question.html:47 -#: templates/backup/answer_edit.html:51 templates/backup/question_edit.html:68 -#: templates/backup/revisions_answer.html:46 -#: templates/backup/revisions_question.html:45 -msgid "revision" -msgstr "" - -#: templates/answer_edit.html:55 templates/question_edit.html:74 -#: templates/backup/answer_edit.html:54 templates/backup/question_edit.html:72 -msgid "select revision" -msgstr "" - -#: templates/answer_edit.html:62 templates/ask.html:81 -#: templates/question.html:447 templates/question_edit.html:91 -#: templates/backup/answer_edit.html:61 templates/backup/ask.html:80 -#: templates/backup/question.html:437 templates/backup/question_edit.html:89 -msgid "Toggle the real time Markdown editor preview" -msgstr "" - -#: templates/answer_edit.html:62 templates/ask.html:81 -#: templates/question.html:447 templates/question_edit.html:91 -#: templates/backup/answer_edit.html:61 templates/backup/ask.html:80 -#: templates/backup/question.html:437 templates/backup/question_edit.html:89 -msgid "toggle preview" -msgstr "" - -#: templates/answer_edit.html:73 templates/question_edit.html:119 -#: templates/backup/answer_edit.html:72 -#: templates/backup/question_edit.html:117 -msgid "Save edit" -msgstr "" - -#: templates/answer_edit.html:74 templates/close.html:29 -#: templates/question_edit.html:120 templates/reopen.html:30 -#: templates/user_edit.html:83 templates/backup/answer_edit.html:73 -#: templates/backup/close.html:29 templates/backup/question_edit.html:118 -#: templates/backup/reopen.html:28 templates/backup/user_edit.html:81 -#: templates/tough/question_retag.html:75 -msgid "Cancel" -msgstr "" - -#: templates/answer_edit_tips.html:4 -msgid "answer tips" -msgstr "Tips" - -#: templates/answer_edit_tips.html:7 templates/backup/answer_edit_tips.html:6 -msgid "please make your answer relevant to this community" -msgstr "" - -#: templates/answer_edit_tips.html:10 templates/backup/answer_edit_tips.html:9 -msgid "try to give an answer, rather than engage into a discussion" -msgstr "" - -#: templates/answer_edit_tips.html:13 -#: templates/backup/answer_edit_tips.html:12 -msgid "please try to provide details" -msgstr "" - -#: templates/answer_edit_tips.html:16 templates/question_edit_tips.html:13 -#: templates/backup/answer_edit_tips.html:15 -#: templates/backup/question_edit_tips.html:11 -msgid "be clear and concise" -msgstr "" - -#: templates/answer_edit_tips.html:19 templates/question_edit_tips.html:16 -#: templates/backup/answer_edit_tips.html:18 -#: templates/backup/question_edit_tips.html:14 -msgid "see frequently asked questions" -msgstr "" - -#: templates/answer_edit_tips.html:25 templates/question_edit_tips.html:22 -#: templates/backup/answer_edit_tips.html:24 -#: templates/backup/question_edit_tips.html:20 -msgid "Markdown tips" -msgstr "Markdown basics" - -#: templates/answer_edit_tips.html:28 templates/question_edit_tips.html:25 -#: templates/backup/answer_edit_tips.html:27 -#: templates/backup/question_edit_tips.html:23 -msgid "*italic* or __italic__" -msgstr "" - -#: templates/answer_edit_tips.html:31 templates/question_edit_tips.html:28 -#: templates/backup/answer_edit_tips.html:30 -#: templates/backup/question_edit_tips.html:26 -msgid "**bold** or __bold__" -msgstr "" - -#: templates/answer_edit_tips.html:34 templates/question_edit_tips.html:31 -#: templates/backup/answer_edit_tips.html:33 -#: templates/backup/question_edit_tips.html:29 -msgid "link" -msgstr "" - -#: templates/answer_edit_tips.html:34 templates/answer_edit_tips.html.py:39 -#: templates/question_edit_tips.html:31 templates/question_edit_tips.html:36 -#: templates/backup/answer_edit_tips.html:33 -#: templates/backup/answer_edit_tips.html:38 -#: templates/backup/question_edit_tips.html:29 -#: templates/backup/question_edit_tips.html:34 -msgid "text" -msgstr "" - -#: templates/answer_edit_tips.html:39 templates/question_edit_tips.html:36 -#: templates/backup/answer_edit_tips.html:38 -#: templates/backup/question_edit_tips.html:34 -msgid "image" -msgstr "" - -#: templates/answer_edit_tips.html:43 templates/question_edit_tips.html:40 -#: templates/backup/answer_edit_tips.html:42 -#: templates/backup/question_edit_tips.html:38 -msgid "numbered list:" -msgstr "" - -#: templates/answer_edit_tips.html:48 templates/question_edit_tips.html:45 -#: templates/backup/answer_edit_tips.html:47 -#: templates/backup/question_edit_tips.html:43 -msgid "basic HTML tags are also supported" -msgstr "" - -#: templates/answer_edit_tips.html:51 templates/question_edit_tips.html:48 -#: templates/backup/answer_edit_tips.html:50 -#: templates/backup/question_edit_tips.html:46 -msgid "learn more about Markdown" -msgstr "" - -#: templates/ask.html:4 templates/ask.html.py:60 templates/backup/ask.html:3 -#: templates/backup/ask.html.py:59 -msgid "Ask a question" -msgstr "" - -#: templates/ask.html:106 templates/backup/ask.html:105 -msgid "Use" -msgstr "" - -#: templates/ask.html:106 templates/backup/ask.html:105 -msgid "learn more about OpenID" -msgstr "" - -#: templates/ask.html:106 templates/authopenid/signin.html:34 -#: templates/authopenid/signin.html:60 templates/backup/ask.html:105 -msgid "Login" -msgstr "" - -#: templates/ask.html:109 templates/backup/ask.html:108 -msgid "Get your own " -msgstr "" - -#: templates/ask.html:117 templates/authopenid/sendpw.html:27 -#: templates/backup/ask.html:116 -msgid "User name" -msgstr "" - -#: templates/ask.html:120 templates/backup/ask.html:119 -msgid "Email: (won't be shown to anyone)" -msgstr "" - -#: templates/ask.html:127 templates/backup/ask.html:126 -msgid "Ask your question" -msgstr "" - -#: templates/badge.html:6 templates/badge.html.py:17 -#: templates/backup/badge.html:5 templates/backup/badge.html.py:16 -msgid "Badge" -msgstr "" - -#: templates/badge.html:26 templates/backup/badge.html:25 -msgid "The users have been awarded with badges:" -msgstr "" - -#: templates/badges.html:6 templates/backup/badges.html:6 -msgid "Badges summary" -msgstr "" - -#: templates/badges.html:17 templates/user_stats.html:113 -#: templates/backup/badges.html:17 templates/backup/user_stats.html:112 -msgid "Badges" -msgstr "" - -#: templates/badges.html:21 templates/backup/badges.html:21 -msgid "Community gives you awards for your questions, answers and votes." -msgstr "" - -#: templates/badges.html:22 templates/backup/badges.html:22 -msgid "" -"Below is the list of available badges and number of times each type of badge " -"has been awarded." -msgstr "" - -#: templates/badges.html:49 templates/backup/badges.html:49 -msgid "Community badges" -msgstr "" - -#: templates/badges.html:55 templates/backup/badges.html:55 -msgid "Gold badge is very rare." -msgstr "" - -#: templates/badges.html:56 templates/backup/badges.html:56 -msgid "" -"To obtain it you have to show profound knowledge and ability in addition to " -"actively participating in the community." -msgstr "" - -#: templates/badges.html:57 templates/backup/badges.html:57 -msgid "Gold badge is the highest award in this community." -msgstr "" - -#: templates/badges.html:65 templates/backup/badges.html:65 -msgid "Obtaining silver badge requires significant patience." -msgstr "" - -#: templates/badges.html:66 templates/backup/badges.html:66 -msgid "If you got one, you've very significantly contributed to this community" -msgstr "" - -#: templates/badges.html:69 templates/backup/badges.html:69 -msgid "bronze badge: often given as a special honor" -msgstr "" - -#: templates/badges.html:73 templates/backup/badges.html:73 -msgid "" -"If you are active in this community, you will will get this medal - still it " -"is a special honor." -msgstr "" - -#: templates/base.html:59 templates/base_content.html:60 -#: templates/backup/base.html:59 templates/backup/base_content.html:57 -msgid "congratulations, community gave you a badge" -msgstr "" - -#: templates/base.html:61 templates/base_content.html:62 -#: templates/backup/base.html:61 templates/backup/base_content.html:59 -msgid "profile" -msgstr "" - -#: templates/base_content.html:61 templates/backup/base_content.html:58 -msgid "see" -msgstr "" - -#: templates/book.html:7 templates/backup/book.html:7 -msgid "reading channel" -msgstr "" - -#: templates/book.html:26 templates/backup/book.html:26 -msgid "[author]" -msgstr "" - -#: templates/book.html:30 templates/backup/book.html:30 -msgid "[publisher]" -msgstr "" - -#: templates/book.html:34 templates/backup/book.html:34 -msgid "[publication date]" -msgstr "" - -#: templates/book.html:38 templates/backup/book.html:38 -msgid "[price]" -msgstr "" - -#: templates/book.html:39 templates/backup/book.html:39 -msgid "currency unit" -msgstr "" - -#: templates/book.html:42 templates/backup/book.html:42 -msgid "[pages]" -msgstr "" - -#: templates/book.html:43 templates/backup/book.html:43 -msgid "pages abbreviation" -msgstr "" - -#: templates/book.html:46 templates/backup/book.html:46 -msgid "[tags]" -msgstr "" - -#: templates/book.html:56 templates/backup/book.html:56 -msgid "author blog" -msgstr "" - -#: templates/book.html:62 templates/backup/book.html:62 -msgid "book directory" -msgstr "" - -#: templates/book.html:66 templates/backup/book.html:66 -msgid "buy online" -msgstr "" - -#: templates/book.html:79 templates/backup/book.html:79 -msgid "reader questions" -msgstr "" - -#: templates/book.html:82 templates/backup/book.html:82 -msgid "ask the author" -msgstr "" - -#: templates/book.html:88 templates/book.html.py:93 -#: templates/users_questions.html:17 templates/backup/book.html:88 -#: templates/backup/book.html.py:93 templates/backup/users_questions.html:16 -msgid "this question was selected as favorite" -msgstr "" - -#: templates/book.html:88 templates/book.html.py:93 -#: templates/users_questions.html:11 templates/users_questions.html.py:17 -#: templates/backup/book.html:88 templates/backup/book.html.py:93 -#: templates/backup/users_questions.html:10 -#: templates/backup/users_questions.html:16 -msgid "number of times" -msgstr "" - -#: templates/book.html:105 templates/index.html:47 templates/questions.html:46 -#: templates/unanswered.html:37 templates/users_questions.html:30 -#: templates/backup/book.html:105 templates/backup/index.html:47 -#: templates/backup/questions.html:45 templates/backup/unanswered.html:36 -#: templates/backup/users_questions.html:29 templates/tough/unanswered.html:35 -msgid "votes" -msgstr "" - -#: templates/book.html:108 templates/backup/book.html:108 -msgid "the answer has been accepted to be correct" -msgstr "" - -#: templates/book.html:115 templates/index.html:48 templates/questions.html:47 -#: templates/unanswered.html:38 templates/users_questions.html:40 -#: templates/backup/book.html:115 templates/backup/index.html:48 -#: templates/backup/questions.html:46 templates/backup/unanswered.html:37 -#: templates/backup/users_questions.html:39 templates/tough/unanswered.html:36 -msgid "views" -msgstr "" - -#: templates/book.html:125 templates/index.html:68 templates/question.html:112 -#: templates/question.html.py:479 templates/questions.html:84 -#: templates/questions.html.py:149 templates/tags.html:47 -#: templates/unanswered.html:75 templates/unanswered.html.py:109 -#: templates/users_questions.html:52 templates/backup/book.html:125 -#: templates/backup/index.html:68 templates/backup/index.html.py:93 -#: templates/backup/question.html:111 templates/backup/question.html.py:469 -#: templates/backup/questions.html:83 templates/backup/questions.html:148 -#: templates/backup/tags.html:46 templates/backup/unanswered.html:74 -#: templates/backup/unanswered.html:108 -#: templates/backup/users_questions.html:51 templates/tough/unanswered.html:72 -#: templates/tough/unanswered.html:105 -msgid "using tags" -msgstr "" - -#: templates/book.html:147 templates/backup/book.html:147 -msgid "subscribe to book RSS feed" -msgstr "" - -#: templates/book.html:147 templates/index.html:116 -#: templates/backup/book.html:147 templates/backup/index.html:115 -msgid "subscribe to the questions feed" -msgstr "" - -#: templates/close.html:6 templates/close.html.py:16 -#: templates/backup/close.html:6 templates/backup/close.html.py:16 -msgid "Close question" -msgstr "" - -#: templates/close.html:19 templates/backup/close.html:19 -msgid "Close the question" -msgstr "" - -#: templates/close.html:25 templates/backup/close.html:25 -msgid "Reasons" -msgstr "" - -#: templates/close.html:28 templates/backup/close.html:28 -msgid "OK to close" -msgstr "" - -#: templates/faq.html:11 templates/backup/faq.html:11 -#: templates/tough/faq.html:9 -msgid "Frequently Asked Questions " -msgstr "" - -#: templates/faq.html:15 templates/backup/faq.html:15 -#: templates/tough/faq.html:13 -msgid "What kinds of questions can I ask here?" -msgstr "" - -#: templates/faq.html:16 templates/backup/faq.html:16 -#: templates/tough/faq.html:14 -msgid "" -"Most importanly - questions should be relevant to this " -"community." -msgstr "" - -#: templates/faq.html:17 templates/backup/faq.html:17 -#: templates/tough/faq.html:15 -msgid "" -"Before asking the question - please make sure to use search to see whether " -"your question has alredy been answered." -msgstr "" - -#: templates/faq.html:20 templates/backup/faq.html:20 -#: templates/tough/faq.html:18 -msgid "What questions should I avoid asking?" -msgstr "" - -#: templates/faq.html:21 templates/backup/faq.html:21 -#: templates/tough/faq.html:19 -msgid "" -"Please avoid asking questions that are not relevant to this community, too " -"subjective and argumentative." -msgstr "" - -#: templates/faq.html:24 templates/backup/faq.html:24 -#: templates/tough/faq.html:22 -msgid "What should I avoid in my answers?" -msgstr "" - -#: templates/faq.html:25 templates/backup/faq.html:25 -#: templates/tough/faq.html:23 -msgid "" -"is a Q&A site, not a discussion group. Therefore - please avoid having " -"discussions in your answers, comment facility allows some space for brief " -"discussions." -msgstr "" - -#: templates/faq.html:28 templates/backup/faq.html:28 -#: templates/tough/faq.html:26 -msgid "Who moderates this community?" -msgstr "" - -#: templates/faq.html:29 templates/backup/faq.html:29 -#: templates/tough/faq.html:27 -msgid "The short answer is: you." -msgstr "" - -#: templates/faq.html:30 templates/backup/faq.html:30 -#: templates/tough/faq.html:28 -msgid "This website is moderated by the users." -msgstr "" - -#: templates/faq.html:31 templates/backup/faq.html:31 -#: templates/tough/faq.html:29 -msgid "" -"The reputation system allows users earn the authorization to perform a " -"variety of moderation tasks." -msgstr "" - -#: templates/faq.html:34 templates/backup/faq.html:34 -#: templates/tough/faq.html:32 -msgid "How does reputation system work?" -msgstr "" - -#: templates/faq.html:35 templates/backup/faq.html:35 -#: templates/tough/faq.html:33 -msgid "" -"Anyone can ask questions and give answers, points are not necessary for that." -msgstr "" - -#: templates/faq.html:36 templates/backup/faq.html:36 -#: templates/tough/faq.html:34 -msgid "" -"As we've said before, users help running this site. Point system helps " -"select users who can administer this community." -msgstr "" - -#: templates/faq.html:37 templates/backup/faq.html:37 -#: templates/tough/faq.html:35 -msgid "" -"Reputation points roughly measure how community trusts you. These points are " -"given to you directly by other members of the community." -msgstr "" - -#: templates/faq.html:40 templates/backup/faq.html:40 -#: templates/tough/faq.html:38 -msgid "" -"For example, if you ask an interesting question or give a helpful answer, " -"your input will be upvoted and you will gain more trust in the community." -msgstr "" - -#: templates/faq.html:41 templates/backup/faq.html:41 -#: templates/tough/faq.html:39 -msgid "" -"If on the other hand someone gives a misleading answer, the answer will be " -"voted down and he/she loses some points." -msgstr "" - -#: templates/faq.html:42 templates/backup/faq.html:42 -#: templates/tough/faq.html:40 -msgid "" -"Each vote in favor will generate 10 points, each vote " -"against will subtract 2 points." -msgstr "" - -#: templates/faq.html:43 templates/backup/faq.html:43 -#: templates/tough/faq.html:41 -msgid "" -"Through the votes of other people you can accumulate a maximum of " -"200 points." -msgstr "" - -#: templates/faq.html:44 templates/backup/faq.html:44 -msgid "After accumulating certain number of points, you can do more:" -msgstr "" - -#: templates/faq.html:52 templates/user_votes.html:14 -#: templates/backup/faq.html:52 templates/backup/user_votes.html:13 -#: templates/tough/faq.html:50 -msgid "upvote" -msgstr "" - -#: templates/faq.html:56 templates/backup/faq.html:56 -#: templates/tough/faq.html:54 -msgid "use tags" -msgstr "" - -#: templates/faq.html:60 templates/backup/faq.html:60 -#: templates/tough/faq.html:58 -msgid "add comments" -msgstr "" - -#: templates/faq.html:64 templates/user_votes.html:16 -#: templates/backup/faq.html:64 templates/backup/user_votes.html:15 -#: templates/tough/faq.html:62 -msgid "downvote" -msgstr "" - -#: templates/faq.html:71 templates/backup/faq.html:71 -#: templates/tough/faq.html:69 -msgid "retag questions" -msgstr "" - -#: templates/faq.html:75 templates/backup/faq.html:75 -#: templates/tough/faq.html:73 -msgid "edit community wiki questions" -msgstr "" - -#: templates/faq.html:79 templates/backup/faq.html:79 -#: templates/tough/faq.html:77 -msgid "edit any answer" -msgstr "" - -#: templates/faq.html:83 templates/backup/faq.html:83 -#: templates/tough/faq.html:81 -msgid "open any closed question" -msgstr "" - -#: templates/faq.html:87 templates/backup/faq.html:87 -#: templates/tough/faq.html:85 -msgid "delete any comment" -msgstr "" - -#: templates/faq.html:91 templates/backup/faq.html:91 -#: templates/tough/faq.html:89 -msgid "delete any questions and answers and perform other moderation tasks" -msgstr "" - -#: templates/faq.html:98 templates/backup/faq.html:98 -msgid "To register, do I need to create new password?" -msgstr "" - -#: templates/faq.html:99 templates/backup/faq.html:99 -#: templates/tough/faq.html:97 -msgid "" -"No, you don't have to. You can login through any service that supports " -"OpenID, e.g. Google, Yahoo, AOL, etc." -msgstr "" - -#: templates/faq.html:100 templates/backup/faq.html:100 -#: templates/tough/faq.html:98 -msgid "Login now!" -msgstr "" - -#: templates/faq.html:103 templates/backup/faq.html:103 -#: templates/tough/faq.html:101 -msgid "Why other people can edit my questions/answers?" -msgstr "" - -#: templates/faq.html:104 templates/backup/faq.html:104 -#: templates/tough/faq.html:102 -msgid "Goal of this site is..." -msgstr "" - -#: templates/faq.html:104 templates/backup/faq.html:104 -#: templates/tough/faq.html:102 -msgid "" -"So questions and answers can be edited like wiki pages by experienced users " -"of this site and this improves the overall quality of the knowledge base " -"content." -msgstr "" - -#: templates/faq.html:105 templates/backup/faq.html:105 -#: templates/tough/faq.html:103 -msgid "If this approach is not for you, we respect your choice." -msgstr "" - -#: templates/faq.html:107 templates/backup/faq.html:107 -#: templates/tough/faq.html:105 -msgid "Still have questions?" -msgstr "" - -#: templates/faq.html:108 templates/backup/faq.html:108 -msgid "Please ask your question, help make our community better!" -msgstr "" - -#: templates/faq.html:108 templates/header.html:29 templates/header.html.py:60 -#: templates/backup/faq.html:108 templates/backup/header.html:29 -#: templates/backup/header.html.py:58 templates/tough/faq.html:106 -msgid "questions" -msgstr "" - -#: templates/faq.html:108 templates/index.html:121 -#: templates/backup/faq.html:108 templates/backup/index.html:120 -#: templates/tough/faq.html:106 -msgid "." -msgstr "" - -#: templates/footer.html:7 templates/header.html:12 templates/index.html:83 -#: templates/backup/footer.html:7 templates/backup/header.html:12 -#: templates/backup/index.html:83 -msgid "about" -msgstr "" - -#: templates/footer.html:8 templates/header.html:13 templates/index.html:84 -#: templates/backup/footer.html:8 templates/backup/header.html:13 -#: templates/backup/index.html:84 -msgid "faq" -msgstr "" - -#: templates/footer.html:9 templates/backup/footer.html:9 -msgid "blog" -msgstr "" - -#: templates/footer.html:10 templates/backup/footer.html:10 -msgid "contact us" -msgstr "" - -#: templates/footer.html:11 templates/backup/footer.html:11 -msgid "privacy policy" -msgstr "" - -#: templates/footer.html:12 templates/backup/footer.html:12 -msgid "give feedback" -msgstr "" - -#: templates/footer.html:18 templates/backup/footer.html:18 -msgid "current revision" -msgstr "" - -#: templates/header.html:8 templates/backup/header.html:8 -msgid "logout" -msgstr "" - -#: templates/header.html:10 templates/authopenid/signup.html:39 -#: templates/backup/header.html:10 -msgid "login" -msgstr "" - -#: templates/header.html:23 templates/backup/header.html:23 -msgid "back to home page" -msgstr "" - -#: templates/header.html:31 templates/header.html.py:62 -#: templates/backup/header.html:31 templates/backup/header.html.py:60 -msgid "users" -msgstr "" - -#: templates/header.html:32 templates/backup/header.html:32 -msgid "books" -msgstr "" - -#: templates/header.html:34 templates/index.html:121 -#: templates/backup/header.html:34 templates/backup/index.html:120 -msgid "unanswered questions" -msgstr "unanswered" - -#: templates/header.html:38 templates/backup/header.html:37 -msgid "my profile" -msgstr "" - -#: templates/header.html:42 templates/backup/header.html:40 -msgid "ask a question" -msgstr "" - -#: templates/header.html:57 templates/backup/header.html:55 -msgid "search" -msgstr "" - -#: templates/index.html:6 templates/backup/index.html:6 -msgid "Home" -msgstr "" - -#: templates/index.html:7 templates/backup/index.html:7 -msgid "meta site keywords, comma separated" -msgstr "" - -#: templates/index.html:21 templates/questions.html:7 -#: templates/backup/index.html:21 templates/backup/questions.html:6 -msgid "Questions" -msgstr "" - -#: templates/index.html:23 templates/backup/index.html:23 -msgid "last updated questions" -msgstr "" - -#: templates/index.html:23 templates/questions.html:25 -#: templates/unanswered.html:20 templates/backup/index.html:23 -#: templates/backup/questions.html:24 templates/backup/unanswered.html:19 -#: templates/tough/unanswered.html:18 -msgid "newest" -msgstr "" - -#: templates/index.html:24 templates/questions.html:27 -#: templates/backup/index.html:24 templates/backup/questions.html:26 -msgid "hottest questions" -msgstr "" - -#: templates/index.html:24 templates/questions.html:27 -#: templates/backup/index.html:24 templates/backup/questions.html:26 -msgid "hottest" -msgstr "" - -#: templates/index.html:25 templates/questions.html:28 -#: templates/backup/index.html:25 templates/backup/questions.html:27 -msgid "most voted questions" -msgstr "" - -#: templates/index.html:25 templates/questions.html:28 -#: templates/backup/index.html:25 templates/backup/questions.html:27 -msgid "most voted" -msgstr "" - -#: templates/index.html:26 templates/backup/index.html:26 -msgid "all questions" -msgstr "" - -#: templates/index.html:46 templates/questions.html:45 -#: templates/unanswered.html:36 templates/users_questions.html:35 -#: templates/backup/index.html:46 templates/backup/questions.html:44 -#: templates/backup/unanswered.html:35 -#: templates/backup/users_questions.html:34 templates/tough/unanswered.html:34 -msgid "answers" -msgstr "" - -#: templates/index.html:68 templates/question.html:112 -#: templates/question.html.py:479 templates/questions.html:84 -#: templates/questions.html.py:149 templates/tags.html:47 -#: templates/unanswered.html:75 templates/unanswered.html.py:109 -#: templates/users_questions.html:52 templates/backup/index.html:68 -#: templates/backup/index.html.py:93 templates/backup/question.html:111 -#: templates/backup/question.html.py:469 templates/backup/questions.html:83 -#: templates/backup/questions.html:148 templates/backup/tags.html:46 -#: templates/backup/unanswered.html:74 templates/backup/unanswered.html:108 -#: templates/backup/users_questions.html:51 templates/tough/unanswered.html:72 -#: templates/tough/unanswered.html:105 -msgid "see questions tagged" -msgstr "" - -#: templates/index.html:79 templates/backup/index.html:79 -msgid "welcome to website" -msgstr "" - -#: templates/index.html:81 templates/backup/index.html:81 -msgid "what is this website" -msgstr "" - -#: templates/index.html:82 templates/backup/index.html:82 -msgid "what can one do on this website" -msgstr "" - -#: templates/index.html:89 templates/backup/index.html:89 -msgid "Recent tags" -msgstr "" - -#: templates/index.html:94 -#, python-format -msgid "see questions tagged '%(tagname)s'" -msgstr "" - -#: templates/index.html:97 templates/index.html.py:121 -#: templates/backup/index.html:96 templates/backup/index.html.py:120 -msgid "popular tags" -msgstr "" - -#: templates/index.html:101 templates/backup/index.html:100 -msgid "Recent awards" -msgstr "" - -#: templates/index.html:107 templates/backup/index.html:106 -msgid "given to" -msgstr "" - -#: templates/index.html:112 templates/backup/index.html:111 -msgid "all awards" -msgstr "" - -#: templates/index.html:116 templates/backup/index.html:115 -msgid "subscribe to last 30 questions by RSS" -msgstr "" - -#: templates/index.html:121 templates/backup/index.html:120 -msgid "Still looking for more? See" -msgstr "" - -#: templates/index.html:121 templates/backup/index.html:120 -msgid "complete list of quesionts" -msgstr "" - -#: templates/index.html:121 templates/backup/index.html:120 -msgid "or" -msgstr "" - -#: templates/index.html:121 templates/backup/index.html:120 -msgid "Please help us answer" -msgstr "" - -#: templates/logout.html:6 templates/logout.html.py:17 -#: templates/backup/logout.html:6 templates/backup/logout.html.py:17 -msgid "Logout" -msgstr "" - -#: templates/logout.html:20 templates/backup/logout.html:20 -msgid "" -"As a registered user you can login with your OpenID, log out of the site or " -"permanently remove your account." -msgstr "" - -#: templates/logout.html:21 templates/backup/logout.html:21 -msgid "Logout now" -msgstr "" - -#: templates/pagesize.html:6 templates/backup/pagesize.html:6 -msgid "posts per page" -msgstr "" - -#: templates/paginator.html:6 templates/paginator.html.py:7 -#: templates/backup/paginator.html:5 templates/backup/paginator.html.py:6 -msgid "previous" -msgstr "" - -#: templates/paginator.html:20 templates/backup/paginator.html:19 -msgid "current page" -msgstr "" - -#: templates/paginator.html:23 templates/paginator.html.py:30 -#: templates/backup/paginator.html:22 templates/backup/paginator.html.py:29 -msgid "page number " -msgstr "" - -#: templates/paginator.html:23 templates/paginator.html.py:30 -#: templates/backup/paginator.html:22 templates/backup/paginator.html.py:29 -msgid "number - make blank in english" -msgstr "" - -#: templates/paginator.html:34 templates/backup/paginator.html:33 -msgid "next page" -msgstr "" - -#: templates/privacy.html:6 templates/privacy.html.py:11 -#: templates/backup/privacy.html:5 templates/backup/privacy.html.py:10 -msgid "Privacy policy" -msgstr "" - -#: templates/privacy.html:15 templates/backup/privacy.html:14 -msgid "general message about privacy" -msgstr "" - -#: templates/privacy.html:18 templates/backup/privacy.html:17 -msgid "Site Visitors" -msgstr "" - -#: templates/privacy.html:20 templates/backup/privacy.html:19 -msgid "what technical information is collected about visitors" -msgstr "" - -#: templates/privacy.html:23 templates/backup/privacy.html:22 -msgid "Personal Information" -msgstr "" - -#: templates/privacy.html:25 templates/backup/privacy.html:24 -msgid "details on personal information policies" -msgstr "" - -#: templates/privacy.html:28 templates/backup/privacy.html:27 -msgid "Other Services" -msgstr "" - -#: templates/privacy.html:30 templates/backup/privacy.html:29 -msgid "details on sharing data with third parties" -msgstr "" - -#: templates/privacy.html:35 templates/backup/privacy.html:34 -msgid "cookie policy details" -msgstr "" - -#: templates/privacy.html:37 templates/backup/privacy.html:36 -msgid "Policy Changes" -msgstr "" - -#: templates/privacy.html:38 templates/backup/privacy.html:37 -msgid "how privacy policies can be changed" -msgstr "" - -#: templates/question.html:66 templates/question.html.py:78 -#: templates/backup/question.html:65 templates/backup/question.html.py:77 -msgid "i like this post (click again to cancel)" -msgstr "" - -#: templates/question.html:68 templates/question.html.py:80 -#: templates/question.html:273 templates/backup/question.html:67 -#: templates/backup/question.html.py:79 templates/backup/question.html:272 -msgid "current number of votes" -msgstr "" - -#: templates/question.html:73 templates/question.html.py:84 -#: templates/backup/question.html:72 templates/backup/question.html.py:83 -msgid "i dont like this post (click again to cancel)" -msgstr "" - -#: templates/question.html:90 templates/backup/question.html:89 -msgid "mark this question as favorite (click again to cancel)" -msgstr "" - -#: templates/question.html:96 templates/backup/question.html:95 -msgid "remove favorite mark from this question (click again to restore mark)" -msgstr "" - -#: templates/question.html:121 templates/question.html.py:304 -#: templates/revisions_answer.html:53 templates/revisions_question.html:53 -#: templates/backup/question.html:120 templates/backup/question.html.py:303 -#: templates/backup/revisions_answer.html:52 -#: templates/backup/revisions_question.html:51 -msgid "edit" -msgstr "" - -#: templates/question.html:125 templates/question.html.py:314 -#: templates/backup/question.html:124 templates/backup/question.html.py:307 -msgid "delete" -msgstr "" - -#: templates/question.html:130 templates/backup/question.html:129 -msgid "reopen" -msgstr "" - -#: templates/question.html:135 templates/backup/question.html:134 -msgid "close" -msgstr "" - -#: templates/question.html:141 templates/question.html.py:327 -#: templates/backup/question.html:140 templates/backup/question.html.py:317 -msgid "" -"report as offensive (i.e containing spam, advertising, malicious text, etc.)" -msgstr "" - -#: templates/question.html:142 templates/question.html.py:328 -#: templates/backup/question.html:141 templates/backup/question.html.py:318 -msgid "flag offensive" -msgstr "" - -#: templates/question.html:154 templates/question.html.py:337 -#: templates/revisions_answer.html:65 templates/revisions_question.html:65 -#: templates/backup/question.html:153 templates/backup/question.html.py:327 -#: templates/backup/revisions_answer.html:64 -#: templates/backup/revisions_question.html:63 -msgid "updated" -msgstr "" - -#: templates/question.html:203 templates/question.html.py:384 -#: templates/revisions_answer.html:63 templates/revisions_question.html:63 -#: templates/backup/question.html:202 templates/backup/question.html.py:374 -#: templates/backup/revisions_answer.html:62 -#: templates/backup/revisions_question.html:61 -msgid "asked" -msgstr "" - -#: templates/question.html:233 templates/question.html.py:411 -#: templates/backup/question.html:232 templates/backup/question.html.py:401 -msgid "comments" -msgstr "" - -#: templates/question.html:234 templates/question.html.py:412 -#: templates/backup/question.html:233 templates/backup/question.html.py:402 -msgid "add comment" -msgstr "" - -#: templates/question.html:247 templates/backup/question.html:246 -#, python-format -msgid "" -"The question has been closed for the following reason \"%(question." -"get_close_reason_display)s\" by" -msgstr "" - -#: templates/question.html:249 templates/backup/question.html:248 -#, python-format -msgid "close date %(question.closed_at)s" -msgstr "" - -#: templates/question.html:256 templates/user_stats.html:28 -#: templates/backup/question.html:255 templates/backup/user_stats.html:27 -msgid "Answers" -msgstr " Answers" - -#: templates/question.html:258 templates/backup/question.html:257 -msgid "oldest answers will be shown first" -msgstr "" - -#: templates/question.html:258 templates/backup/question.html:257 -msgid "oldest answers" -msgstr "oldest" - -#: templates/question.html:259 templates/backup/question.html:258 -msgid "newest answers will be shown first" -msgstr "" - -#: templates/question.html:259 templates/backup/question.html:258 -msgid "newest answers" -msgstr "newest" - -#: templates/question.html:260 templates/backup/question.html:259 -msgid "most voted answers will be shown first" -msgstr "" - -#: templates/question.html:260 templates/backup/question.html:259 -msgid "popular answers" -msgstr "most voted" - -#: templates/question.html:272 templates/backup/question.html:271 -msgid "i like this answer (click again to cancel)" -msgstr "" - -#: templates/question.html:278 templates/backup/question.html:277 -msgid "i dont like this answer (click again to cancel)" -msgstr "" - -#: templates/question.html:284 templates/backup/question.html:283 -msgid "mark this answer as favorite (click again to undo)" -msgstr "" - -#: templates/question.html:289 templates/backup/question.html:288 -msgid "the author of the question has selected this answer as correct" -msgstr "" - -#: templates/question.html:311 -msgid "undelete" -msgstr "" - -#: templates/question.html:321 templates/backup/question.html:311 -msgid "answer permanent link" -msgstr "" - -#: templates/question.html:322 templates/backup/question.html:312 -msgid "permanent link" -msgstr "" - -#: templates/question.html:436 templates/backup/question.html:426 -msgid "Your answer" -msgstr "" - -#: templates/question.html:460 templates/backup/question.html:450 -msgid "Answer the question" -msgstr "" - -#: templates/question.html:462 templates/backup/question.html:452 -msgid "Login to answer" -msgstr "" - -#: templates/question.html:474 templates/backup/question.html:464 -msgid "Question tags" -msgstr "Tags" - -#: templates/question.html:484 templates/backup/question.html:474 -msgid "question asked" -msgstr "Asked" - -#: templates/question.html:484 templates/question.html.py:490 -#: templates/user_info.html:51 templates/backup/question.html:474 -#: templates/backup/question.html.py:480 templates/backup/user_info.html:50 -msgid "ago" -msgstr "" - -#: templates/question.html:487 templates/backup/question.html:477 -msgid "question was seen" -msgstr "Seen" - -#: templates/question.html:487 templates/backup/question.html:477 -msgid "times" -msgstr "" - -#: templates/question.html:490 templates/backup/question.html:480 -msgid "last updated" -msgstr "Last updated" - -#: templates/question.html:495 templates/backup/question.html:485 -msgid "Related questions" -msgstr "" - -#: templates/question_edit.html:4 templates/question_edit.html.py:65 -#: templates/backup/question_edit.html:2 -#: templates/backup/question_edit.html:63 -msgid "Edit question" -msgstr "" - -#: templates/question_edit_tips.html:4 -msgid "question tips" -msgstr "Tips" - -#: templates/question_edit_tips.html:7 -#: templates/backup/question_edit_tips.html:5 -msgid "please ask a relevant question" -msgstr "" - -#: templates/question_edit_tips.html:10 -#: templates/backup/question_edit_tips.html:8 -msgid "please try provide enough details" -msgstr "provide enough details" - -#: templates/questions.html:23 templates/backup/questions.html:22 -msgid "Found by tags" -msgstr "Tagged questions" - -#: templates/questions.html:23 templates/backup/questions.html:22 -msgid "Found by title" -msgstr "" - -#: templates/questions.html:23 templates/backup/questions.html:22 -msgid "All questions" -msgstr "" - -#: templates/questions.html:25 templates/unanswered.html:20 -#: templates/backup/questions.html:24 templates/backup/unanswered.html:19 -#: templates/tough/unanswered.html:18 -msgid "most recently asked questions" -msgstr "" - -#: templates/questions.html:26 templates/backup/questions.html:25 -msgid "most recently updated questions" -msgstr "" - -#: templates/questions.html:26 templates/backup/questions.html:25 -msgid "active" -msgstr "" - -#: templates/questions.html:109 -#, python-format -msgid "" -"\n" -"\t\t\thave total %(q_num)s questions tagged %(tagname)s\n" -"\t\t\t" -msgid_plural "" -"\n" -"\t\t\thave total %(q_num)s questions tagged %(tagname)s\n" -"\t\t\t" -msgstr[0] "" -"\n" -"
%(q_num)s

question tagged

%(tagname)s

" -msgstr[1] "" -"\n" -"
%(q_num)s

questions tagged

%(tagname)s

" - -#: templates/questions.html:116 -#, python-format -msgid "" -"\n" -"\t\t\thave total %(q_num)s questions containing %(searchtitle)s\n" -"\t\t\t" -msgid_plural "" -"\n" -"\t\t\thave total %(q_num)s questions containing %(searchtitle)s\n" -"\t\t\t" -msgstr[0] "" -"\n" -"
%(q_num)s

question with title " -"containing %(searchtitle)s" -msgstr[1] "" -"\n" -"

%(q_num)s

questions with title " -"containing %(searchtitle)s" - -#: templates/questions.html:124 -msgid "latest questions info" -msgstr "Newest questions are shown first." - -#: templates/questions.html:128 templates/backup/questions.html:127 -msgid "Questions are sorted by the time of last update." -msgstr "" - -#: templates/questions.html:129 templates/backup/questions.html:128 -msgid "Most recently answered ones are shown first." -msgstr "" - -#: templates/questions.html:133 templates/backup/questions.html:132 -msgid "Questions sorted by number of responses." -msgstr "" - -#: templates/questions.html:134 templates/backup/questions.html:133 -msgid "Most answered questions are shown first." -msgstr "" - -#: templates/questions.html:138 templates/backup/questions.html:137 -msgid "Questions are sorted by the number of votes." -msgstr "" - -#: templates/questions.html:139 templates/backup/questions.html:138 -msgid "Most voted questions are shown first." -msgstr "" - -#: templates/questions.html:146 templates/unanswered.html:105 -#: templates/backup/questions.html:145 templates/backup/unanswered.html:104 -#: templates/tough/unanswered.html:101 -msgid "Related tags" -msgstr "Tags" - -#: templates/reopen.html:6 templates/reopen.html.py:16 -#: templates/backup/reopen.html:4 templates/backup/reopen.html.py:14 -msgid "Reopen question" -msgstr "" - -#: templates/reopen.html:19 templates/backup/reopen.html:17 -msgid "Open the previously closed question" -msgstr "" - -#: templates/reopen.html:22 templates/backup/reopen.html:20 -msgid "The question was closed for the following reason " -msgstr "" - -#: templates/reopen.html:22 templates/backup/reopen.html:20 -msgid "reason - leave blank in english" -msgstr "" - -#: templates/reopen.html:22 templates/backup/reopen.html:20 -msgid "on " -msgstr "" - -#: templates/reopen.html:22 templates/backup/reopen.html:20 -msgid "date closed" -msgstr "" - -#: templates/reopen.html:29 templates/backup/reopen.html:27 -msgid "Reopen this question" -msgstr "" - -#: templates/revisions_answer.html:7 templates/revisions_answer.html.py:36 -#: templates/revisions_question.html:8 templates/revisions_question.html:36 -#: templates/backup/revisions_answer.html:6 -#: templates/backup/revisions_answer.html:35 -#: templates/backup/revisions_question.html:6 -#: templates/backup/revisions_question.html:34 -msgid "Revision history" -msgstr "" - -#: templates/tags.html:6 templates/tags.html.py:29 -#: templates/backup/tags.html:5 templates/backup/tags.html.py:28 -msgid "Tag list" -msgstr "" - -#: templates/tags.html:31 templates/backup/tags.html:30 -msgid "sorted alphabetically" -msgstr "" - -#: templates/tags.html:31 templates/backup/tags.html:30 -msgid "by name" -msgstr "" - -#: templates/tags.html:32 templates/backup/tags.html:31 -msgid "sorted by frequency of tag use" -msgstr "" - -#: templates/tags.html:32 templates/backup/tags.html:31 -msgid "by popularity" -msgstr "" - -#: templates/tags.html:38 templates/backup/tags.html:37 -msgid "All tags matching query" -msgstr "" - -#: templates/tags.html:38 templates/backup/tags.html:37 -msgid "all tags - make this empty in english" -msgstr "" - -#: templates/tags.html:41 templates/backup/tags.html:40 -msgid "Nothing found" -msgstr "" - -#: templates/unanswered.html:7 templates/unanswered.html.py:18 -#: templates/backup/unanswered.html:6 templates/backup/unanswered.html:17 -#: templates/tough/unanswered.html:5 templates/tough/unanswered.html.py:16 -msgid "Unanswered questions" -msgstr "" - -#: templates/unanswered.html:97 -#, python-format -msgid "have %(num_q)s unanswered questions" -msgstr "" -"

%(num_q)s
unanswered " -"questions" - -#: templates/unanswered.html:99 templates/backup/questions.html:107 -#: templates/backup/unanswered.html:97 -msgid "Have a total of" -msgstr "" - -#: templates/user_edit.html:6 templates/backup/user_edit.html:4 -msgid "Edit user profile" -msgstr "" - -#: templates/user_edit.html:19 templates/backup/user_edit.html:17 -msgid "edit profile" -msgstr "" - -#: templates/user_edit.html:31 templates/backup/user_edit.html:29 -msgid "image associated with your email address" -msgstr "" - -#: templates/user_edit.html:31 templates/backup/user_edit.html:29 -msgid "avatar" -msgstr "" - -#: templates/user_edit.html:36 templates/user_info.html:31 -#: templates/backup/user_edit.html:34 templates/backup/user_info.html:30 -msgid "Registered user" -msgstr "" - -#: templates/user_edit.html:82 templates/backup/user_edit.html:80 -msgid "Update" -msgstr "" - -#: templates/user_info.html:34 templates/backup/user_info.html:33 -msgid "update profile" -msgstr "" - -#: templates/user_info.html:40 templates/backup/user_info.html:39 -msgid "real name" -msgstr "" - -#: templates/user_info.html:45 -msgid "member for" -msgstr "" - -#: templates/user_info.html:50 templates/backup/user_info.html:49 -msgid "last seen" -msgstr "" - -#: templates/user_info.html:56 templates/backup/user_info.html:55 -msgid "user website" -msgstr "" - -#: templates/user_info.html:62 templates/backup/user_info.html:61 -msgid "location" -msgstr "" - -#: templates/user_info.html:69 templates/backup/user_info.html:68 -msgid "age" -msgstr "" - -#: templates/user_info.html:70 templates/backup/user_info.html:69 -msgid "age unit" -msgstr "" - -#: templates/user_info.html:75 templates/backup/user_info.html:74 -msgid "todays unused votes" -msgstr "" - -#: templates/user_info.html:76 templates/backup/user_info.html:75 -msgid "votes left" -msgstr "" - -#: templates/user_stats.html:15 templates/backup/user_stats.html:14 -msgid "User questions" -msgstr "" - -#: templates/user_stats.html:37 -#, python-format -msgid "the answer has been voted for %(vote_count)s times" -msgstr "" - -#: templates/user_stats.html:37 templates/backup/user_stats.html:36 -msgid "this answer has been selected as correct" -msgstr "" - -#: templates/user_stats.html:43 templates/backup/user_stats.html:42 -#, python-format -msgid "the answer has been commented %(answered_question.comment_count)s times" -msgstr "" - -#: templates/user_stats.html:56 templates/backup/user_stats.html:55 -msgid "votes total" -msgstr "Votes" - -#: templates/user_stats.html:65 templates/backup/user_stats.html:64 -msgid "user has voted up this many times" -msgstr "" - -#: templates/user_stats.html:70 templates/backup/user_stats.html:69 -msgid "user voted down this many times" -msgstr "" - -#: templates/user_stats.html:84 templates/backup/user_stats.html:83 -msgid "Tags" -msgstr "" - -#: templates/user_stats.html:94 templates/backup/user_stats.html:93 -#, python-format -msgid "see other questions tagged '%(tag)s' " -msgstr "" - -#: templates/user_tabs.html:7 templates/backup/user_tabs.html:6 -msgid "User profile" -msgstr "" - -#: templates/user_tabs.html:16 templates/backup/user_tabs.html:15 -msgid "graph of user reputation" -msgstr "" - -#: templates/user_tabs.html:17 templates/backup/user_tabs.html:16 -msgid "reputation history" -msgstr "" - -#: templates/user_tabs.html:24 templates/backup/user_tabs.html:23 -msgid "favorites" -msgstr "" - -#: templates/user_tabs.html:29 templates/backup/user_tabs.html:28 -msgid "settings" -msgstr "" - -#: templates/users.html:6 templates/users.html.py:24 -#: templates/backup/users.html:5 templates/backup/users.html.py:23 -msgid "Users" -msgstr "" - -#: templates/users.html:27 templates/backup/users.html:26 -msgid "recent" -msgstr "" - -#: templates/users.html:28 templates/backup/users.html:27 -msgid "oldest" -msgstr "" - -#: templates/users.html:29 templates/backup/users.html:28 -msgid "by username" -msgstr "" - -#: templates/users.html:35 templates/backup/users.html:34 -#, python-format -msgid "users matching query %(suser)s:" -msgstr "" - -#: templates/users.html:39 templates/backup/users.html:38 -msgid "Nothing found." -msgstr "" - -#: templates/users_questions.html:11 templates/backup/users_questions.html:10 -msgid "this questions was selected as favorite" -msgstr "" - -#: templates/users_questions.html:33 templates/backup/users_questions.html:32 -msgid "this answer has been accepted to be correct" -msgstr "" - -#: templates/authopenid/changeemail.html:6 -msgid "Account: change email" -msgstr "" - -#: templates/authopenid/changeemail.html:9 -msgid "" -"This is where you can change the email address associated with your account. " -"Please keep this email address up to date so we can send you a password-" -"reset email if you request one." -msgstr "" - -#: templates/authopenid/changeemail.html:11 -#: templates/authopenid/changeopenid.html:13 -#: templates/authopenid/changepw.html:18 templates/authopenid/delete.html:14 -#: templates/authopenid/delete.html:24 -msgid "Please correct errors below:" -msgstr "" - -#: templates/authopenid/changeemail.html:28 -msgid "Email" -msgstr "" - -#: templates/authopenid/changeemail.html:29 -#: templates/authopenid/signin.html:59 -msgid "Password" -msgstr "" - -#: templates/authopenid/changeemail.html:31 -msgid "Change email" -msgstr "" - -#: templates/authopenid/changeopenid.html:7 -msgid "Account: change OpenID URL" -msgstr "" - -#: templates/authopenid/changeopenid.html:11 -msgid "" -"This is where you can change your OpenID URL. Make sure you remember it!" -msgstr "" - -#: templates/authopenid/changeopenid.html:28 -msgid "OpenID URL:" -msgstr "" - -#: templates/authopenid/changeopenid.html:29 -msgid "Change OpenID" -msgstr "" - -#: templates/authopenid/changepw.html:13 -msgid "Account: change password" -msgstr "" - -#: templates/authopenid/changepw.html:16 -msgid "This is where you can change your password. Make sure you remember it!" -msgstr "" - -#: templates/authopenid/changepw.html:26 -msgid "Current password" -msgstr "" - -#: templates/authopenid/changepw.html:27 -msgid "New password" -msgstr "" - -#: templates/authopenid/changepw.html:28 -msgid "New password again" -msgstr "" - -#: templates/authopenid/changepw.html:29 templates/authopenid/settings.html:28 -msgid "Change password" -msgstr "" - -#: templates/authopenid/complete.html:4 -msgid "Connect your OpenID with this site" -msgstr "" - -#: templates/authopenid/complete.html:7 -msgid "Connect your OpenID with your account on this site" -msgstr "" - -#: templates/authopenid/complete.html:10 -msgid "Your OpenID is accepted. Please complete this to finish registration." -msgstr "" - -#: templates/authopenid/complete.html:11 -msgid "This account already exists, please use another." -msgstr "" - -#: templates/authopenid/complete.html:16 templates/authopenid/complete.html:29 -#: templates/authopenid/signin.html:42 -msgid "Sorry, looks like we have some errors:" -msgstr "" - -#: templates/authopenid/complete.html:45 -msgid "New account" -msgstr "" - -#: templates/authopenid/complete.html:46 -msgid "User name (will be shown to others, cannot be modified)" -msgstr "" - -#: templates/authopenid/complete.html:47 -msgid "Email (not shared with anyone)" -msgstr "" - -#: templates/authopenid/complete.html:48 -msgid "create account" -msgstr "" - -#: templates/authopenid/complete.html:56 -msgid "Existing account" -msgstr "" - -#: templates/authopenid/complete.html:57 -msgid "user name" -msgstr "" - -#: templates/authopenid/complete.html:58 -msgid "password" -msgstr "" - -#: templates/authopenid/complete.html:61 -msgid "Register" -msgstr "" - -#: templates/authopenid/complete.html:62 templates/authopenid/signin.html:61 -msgid "Forgot your password?" -msgstr "" - -#: templates/authopenid/delete.html:8 -msgid "Account: delete account" -msgstr "" - -#: templates/authopenid/delete.html:12 -msgid "" -"Note: After deleting your account, anyone will be able to register this " -"username." -msgstr "" - -#: templates/authopenid/delete.html:16 -msgid "Check confirm box, if you want delete your account." -msgstr "" - -#: templates/authopenid/delete.html:19 -msgid "Password:" -msgstr "" - -#: templates/authopenid/delete.html:31 -msgid "I am sure I want to delete my account." -msgstr "" - -#: templates/authopenid/delete.html:32 -msgid "Password/OpenID URL" -msgstr "" - -#: templates/authopenid/delete.html:32 -msgid "(required for your security)" -msgstr "" - -#: templates/authopenid/delete.html:34 -msgid "Delete account permanently" -msgstr "" - -#: templates/authopenid/sendpw.html:3 templates/authopenid/sendpw.html.py:7 -msgid "Send new password" -msgstr "" - -#: templates/authopenid/sendpw.html:11 -msgid "Lost your password? No problem - here you can reset it." -msgstr "" - -#: templates/authopenid/sendpw.html:12 -msgid "" -"Please enter your username below and new password will be sent to your " -"registered e-mail" -msgstr "" - -#: templates/authopenid/sendpw.html:29 -msgid "Reset password" -msgstr "" - -#: templates/authopenid/sendpw.html:29 -msgid "return to login" -msgstr "" - -#: templates/authopenid/sendpw.html:32 -msgid "" -"Note: your new password will be activated only after you click the " -"activation link in the email message" -msgstr "" - -#: templates/authopenid/settings.html:29 -msgid "Give your account a new password." -msgstr "" - -#: templates/authopenid/settings.html:30 -msgid "Change email " -msgstr "" - -#: templates/authopenid/settings.html:31 -msgid "Add or update the email address associated with your account." -msgstr "" - -#: templates/authopenid/settings.html:34 -msgid "Change openid associated to your account" -msgstr "" - -#: templates/authopenid/settings.html:37 -msgid "Delete account" -msgstr "" - -#: templates/authopenid/settings.html:38 -msgid "Erase your username and all your data from website" -msgstr "" - -#: templates/authopenid/signin.html:3 templates/authopenid/signin.html:16 -msgid "User login" -msgstr "" - -#: templates/authopenid/signin.html:21 -msgid "we support two login modes" -msgstr "" -"You can log in either through one of these services or traditionally - using " -"local username/password." - -#: templates/authopenid/signin.html:26 templates/authopenid/signup.html:49 -msgid "Login with your OpenID" -msgstr "" - -#: templates/authopenid/signin.html:28 -msgid "select openid provider" -msgstr "1) Please select your id service provider." - -#: templates/authopenid/signin.html:32 -msgid "verify openid link and login" -msgstr "" -"2) Please verify the OpenID URL (type your login name over {username}, if present)" -" and then log in." - -#: templates/authopenid/signin.html:57 -msgid "Use login name and password" -msgstr "" - -#: templates/authopenid/signin.html:58 -msgid "Login name" -msgstr "" - -#: templates/authopenid/signin.html:62 -msgid "Create new acccount" -msgstr "" - -#: templates/authopenid/signin.html:71 -msgid "Why use OpenID?" -msgstr "" - -#: templates/authopenid/signin.html:75 -msgid "with openid it is easier" -msgstr "With the OpenID you don't need to create new username and password." - -#: templates/authopenid/signin.html:78 -msgid "reuse openid" -msgstr "You can safely re-use the same login for all OpenID-enabled websites." - -#: templates/authopenid/signin.html:81 -msgid "openid is widely adopted" -msgstr "" -"There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-" -"enabled." - -#: templates/authopenid/signin.html:84 -msgid "openid is supported open standard" -msgstr "OpenID is based on an open standard, supported by many organizations." - -#: templates/authopenid/signin.html:88 -msgid "Find out more" -msgstr "" - -#: templates/authopenid/signin.html:89 -msgid "Get OpenID" -msgstr "" - -#: templates/authopenid/signup.html:2 templates/authopenid/signup.html.py:6 -msgid "Signup" -msgstr "" - -#: templates/authopenid/signup.html:10 -msgid "" -"We support two types of user registration: conventional username/password, " -"and" -msgstr "" - -#: templates/authopenid/signup.html:10 -msgid "the OpenID method" -msgstr "" - -#: templates/authopenid/signup.html:15 -msgid "Sorry, looks like we have some errors" -msgstr "" - -#: templates/authopenid/signup.html:33 -msgid "Conventional registration" -msgstr "" - -#: templates/authopenid/signup.html:34 -msgid "choose a user name" -msgstr "" - -#: templates/authopenid/signup.html:40 -msgid "back to login" -msgstr "" - -#: templates/authopenid/signup.html:46 -msgid "Register with your OpenID" -msgstr "" - -# -#: templates/backup/answer_edit_tips.html:3 -#: templates/backup/question_edit_tips.html:2 -msgid "editing tips" -msgstr "Tips" - -#: templates/backup/questions.html:108 -msgid "number of questions" -msgstr "" - -#: templates/backup/questions.html:110 -msgid "tagged with" -msgstr "" - -#: templates/backup/questions.html:116 -msgid "whose title contains" -msgstr "" - -#: templates/backup/questions.html:121 -msgid "number of questions end of sentence." -msgstr "" - -#: templates/backup/questions.html:123 -msgid "Questions are sorted by entry date." -msgstr "" - -#: templates/backup/questions.html:123 -msgid "Newest questions shown first." -msgstr "" -"Questions are sorted by entry date.Newest questions shown " -"first." - -#: templates/backup/unanswered.html:98 templates/tough/unanswered.html:95 -msgid "number of unanswered questions" -msgstr "" - -#: templates/backup/user_info.html:44 -msgid "member since" -msgstr "" - -#: templates/backup/user_stats.html:36 -#, python-format -msgid "the answer has been voted for %(answered_question.vote_count)s times" -msgstr "" - -#: templates/tough/question_retag.html:2 -msgid "Revise tags" -msgstr "" - -#: templates/tough/question_retag.html:37 -msgid "tags are requried" -msgstr "" - -#: templates/tough/question_retag.html:38 -msgid "up to 5 tags, less than 20 characters each" -msgstr "" - -#: templates/tough/question_retag.html:51 -msgid "Change tags" -msgstr "" - -#: templates/tough/question_retag.html:74 -msgid "Change now" -msgstr "" - -#: templates/tough/question_retag.html:85 -msgid "Why use and modify tags?" -msgstr "" - -#: templates/tough/question_retag.html:96 -msgid "tag editors receive special awards from the community" -msgstr "" -- cgit v1.2.3-1-g7c22 From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- locale/en/LC_MESSAGES/django.po | 2540 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 2540 insertions(+) create mode 100644 locale/en/LC_MESSAGES/django.po (limited to 'locale/en/LC_MESSAGES') diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po new file mode 100644 index 00000000..c4c1e674 --- /dev/null +++ b/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,2540 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-22 20:40-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: settings.py:32 +msgid "account/" +msgstr "" + +#: settings.py:32 django_authopenid/urls.py:9 django_authopenid/urls.py:11 +msgid "signin/" +msgstr "" + +#: django_authopenid/forms.py:67 django_authopenid/views.py:93 +msgid "i-names are not supported" +msgstr "" + +#: django_authopenid/forms.py:102 django_authopenid/forms.py:207 +msgid "" +"Usernames can only contain letters, numbers and " +"underscores" +msgstr "" + +#: django_authopenid/forms.py:109 +msgid "" +"This username does not exist in our database. Please " +"choose another." +msgstr "" + +#: django_authopenid/forms.py:126 django_authopenid/forms.py:231 +msgid "" +"Please enter a valid username and password. Note that " +"both fields are case-sensitive." +msgstr "" + +#: django_authopenid/forms.py:130 django_authopenid/forms.py:235 +msgid "This account is inactive." +msgstr "" + +#: django_authopenid/forms.py:158 +msgid "invalid user name" +msgstr "" + +#: django_authopenid/forms.py:160 +msgid "sorry, this name can not be used, please try another" +msgstr "" + +#: django_authopenid/forms.py:162 +msgid "username too short" +msgstr "" + +#: django_authopenid/forms.py:170 django_authopenid/forms.py:171 +msgid "this name is already in use - please try anoter" +msgstr "" + +#: django_authopenid/forms.py:184 +msgid "" +"This email is already registered in our database. Please " +"choose another." +msgstr "" + +#: django_authopenid/forms.py:214 +msgid "" +"This username don't exist. Please choose another." +msgstr "" + +#: django_authopenid/forms.py:253 +msgid "choose a username" +msgstr "" + +#: django_authopenid/forms.py:255 templates/authopenid/signup.html:36 +msgid "your email address" +msgstr "" + +#: django_authopenid/forms.py:257 templates/authopenid/signup.html:37 +msgid "choose password" +msgstr "" + +#: django_authopenid/forms.py:259 templates/authopenid/signup.html:38 +msgid "retype password" +msgstr "" + +#: django_authopenid/forms.py:330 +msgid "" +"Old password is incorrect. Please enter the correct " +"password." +msgstr "" + +#: django_authopenid/forms.py:342 +msgid "new passwords do not match" +msgstr "" + +#: django_authopenid/forms.py:434 +msgid "Incorrect username." +msgstr "" + +#: django_authopenid/urls.py:10 +msgid "signout/" +msgstr "" + +#: django_authopenid/urls.py:11 +msgid "complete/" +msgstr "" + +#: django_authopenid/urls.py:13 +msgid "register/" +msgstr "" + +#: django_authopenid/urls.py:14 +msgid "signup/" +msgstr "" + +#: django_authopenid/urls.py:16 +msgid "sendpw/" +msgstr "" + +#: django_authopenid/urls.py:26 +msgid "delete/" +msgstr "" + +#: django_authopenid/views.py:99 +#, python-format +msgid "非法OpenID地址: %s" +msgstr "" + +#: django_authopenid/views.py:366 +msgid "Welcome" +msgstr "" + +#: django_authopenid/views.py:456 +msgid "Password changed." +msgstr "" + +#: django_authopenid/views.py:488 +msgid "Email changed." +msgstr "" + +#: django_authopenid/views.py:519 django_authopenid/views.py:671 +#, python-format +msgid "No OpenID %s found associated in our database" +msgstr "" + +#: django_authopenid/views.py:523 django_authopenid/views.py:678 +#, python-format +msgid "The OpenID %s isn't associated to current user logged in" +msgstr "" + +#: django_authopenid/views.py:531 +msgid "Email Changed." +msgstr "" + +#: django_authopenid/views.py:606 +msgid "This OpenID is already associated with another account." +msgstr "" + +#: django_authopenid/views.py:611 +#, python-format +msgid "OpenID %s is now associated with your account." +msgstr "" + +#: django_authopenid/views.py:681 +msgid "Account deleted." +msgstr "" + +#: django_authopenid/views.py:721 +msgid "Request for new password" +msgstr "" + +#: django_authopenid/views.py:734 +msgid "A new password has been sent to your email address." +msgstr "" + +#: django_authopenid/views.py:764 +#, python-format +msgid "" +"Could not change password. Confirmation key '%s' is not " +"registered." +msgstr "" + +#: django_authopenid/views.py:773 +msgid "" +"Can not change password. User don't exist anymore in our " +"database." +msgstr "" + +#: django_authopenid/views.py:782 +#, python-format +msgid "Password changed for %s. You may now sign in." +msgstr "" + +#: forum/const.py:8 +msgid "duplicate question" +msgstr "" + +#: forum/const.py:9 +msgid "question if off-topic or not relevant" +msgstr "" + +#: forum/const.py:10 +msgid "too subjective and argumentative" +msgstr "" + +#: forum/const.py:11 +msgid "is not an answer to the question" +msgstr "" + +#: forum/const.py:12 +msgid "the question is answered, right answer was accepted" +msgstr "" + +#: forum/const.py:13 +msgid "problem is not reproducible or outdated" +msgstr "" + +#: forum/const.py:15 +msgid "question contains offensive inappropriate, or malicious remarks" +msgstr "" + +#: forum/const.py:16 +msgid "spam or advertising" +msgstr "" + +#: forum/const.py:56 +msgid "question" +msgstr "" + +#: forum/const.py:57 templates/book.html:110 templates/backup/book.html:110 +msgid "answer" +msgstr "" + +#: forum/const.py:58 +msgid "commented question" +msgstr "" + +#: forum/const.py:59 +msgid "commented answer" +msgstr "" + +#: forum/const.py:60 +msgid "edited question" +msgstr "" + +#: forum/const.py:61 +msgid "edited answer" +msgstr "" + +#: forum/const.py:62 +msgid "received award" +msgstr "" + +#: forum/const.py:63 +msgid "marked best answer" +msgstr "" + +#: forum/const.py:64 +msgid "upvoted" +msgstr "" + +#: forum/const.py:65 +msgid "downvoted" +msgstr "" + +#: forum/const.py:66 +msgid "canceled vote" +msgstr "" + +#: forum/const.py:67 +msgid "deleted question" +msgstr "" + +#: forum/const.py:68 +msgid "deleted answer" +msgstr "" + +#: forum/const.py:69 +msgid "marked offensive" +msgstr "" + +#: forum/const.py:70 +msgid "updated tags" +msgstr "" + +#: forum/const.py:71 +msgid "selected favorite" +msgstr "" + +#: forum/const.py:72 +msgid "completed user profile" +msgstr "" + +#: forum/const.py:83 +msgid "[closed]" +msgstr "" + +#: forum/const.py:84 +msgid "[deleted]" +msgstr "" + +#: forum/const.py:85 +msgid "initial version" +msgstr "" + +#: forum/const.py:86 +msgid "retagged" +msgstr "" + +#: forum/feed.py:17 templates/base.html:7 templates/base_content.html:6 +#: templates/faq.html:25 templates/faq.html.py:108 +#: templates/backup/base.html:7 templates/backup/base_content.html:6 +#: templates/backup/faq.html:25 templates/backup/faq.html.py:108 +#: templates/tough/faq.html:23 templates/tough/faq.html.py:106 +#: templates/tough/question_retag.html:89 +msgid "site title" +msgstr "" + +#: forum/feed.py:17 +msgid " - " +msgstr "" + +#: forum/feed.py:17 templates/base.html:7 templates/base_content.html:6 +#: templates/backup/base.html:7 templates/backup/base_content.html:6 +msgid "site slogan" +msgstr "" + +#: forum/feed.py:17 +msgid "latest questions" +msgstr "" + +#: forum/feed.py:19 templates/index.html:8 templates/backup/index.html:8 +msgid "meta site content" +msgstr "" + +#: forum/feed.py:21 +msgid "copyright message" +msgstr "" + +#: forum/forms.py:14 templates/answer_edit_tips.html:34 +#: templates/answer_edit_tips.html.py:39 templates/question_edit_tips.html:31 +#: templates/question_edit_tips.html:36 +#: templates/backup/answer_edit_tips.html:33 +#: templates/backup/answer_edit_tips.html:38 +#: templates/backup/question_edit_tips.html:29 +#: templates/backup/question_edit_tips.html:34 +msgid "title" +msgstr "" + +#: forum/forms.py:15 +msgid "please enter a descriptive title for your question" +msgstr "" + +#: forum/forms.py:20 +msgid "title must be > 10 characters" +msgstr "" + +#: forum/forms.py:29 +msgid "content" +msgstr "" + +#: forum/forms.py:35 +msgid "question content must be > 10 characters" +msgstr "" + +#: forum/forms.py:45 templates/header.html:30 templates/header.html.py:61 +#: templates/backup/header.html:30 templates/backup/header.html.py:59 +msgid "tags" +msgstr "" + +#: forum/forms.py:46 +msgid "please use space to separate tags (this enables autocomplete feature)" +msgstr "" + +#: forum/forms.py:53 +msgid "tags are required" +msgstr "" + +#: forum/forms.py:57 +msgid "please use 5 tags or less" +msgstr "" + +#: forum/forms.py:60 +msgid "tags must be shorter than 20 characters" +msgstr "" + +#: forum/forms.py:64 +msgid "" +"please use following characters in tags: letters 'a-z', numbers, and " +"characters '.-_#'" +msgstr "" + +#: forum/forms.py:74 templates/index.html:56 templates/question.html:196 +#: templates/question.html.py:377 templates/questions.html:58 +#: templates/questions.html.py:70 templates/unanswered.html:48 +#: templates/unanswered.html.py:60 templates/backup/index.html:56 +#: templates/backup/question.html:195 templates/backup/question.html.py:367 +#: templates/backup/questions.html:57 templates/backup/questions.html.py:69 +#: templates/backup/unanswered.html:47 templates/backup/unanswered.html:59 +#: templates/tough/unanswered.html:46 templates/tough/unanswered.html.py:58 +msgid "community wiki" +msgstr "" + +#: forum/forms.py:75 +msgid "" +"if you choose community wiki option, the question and answer do not generate " +"points and name of author will not be shown" +msgstr "" + +#: forum/forms.py:84 +msgid "update summary:" +msgstr "" + +#: forum/forms.py:85 +msgid "" +"enter a brief summary of your revision (e.g. fixed spelling, grammar, " +"improved style, this field is optional)" +msgstr "" + +#: forum/forms.py:160 +msgid "this email does not have to be linked to gravatar" +msgstr "" + +#: forum/forms.py:161 +msgid "Real name" +msgstr "" + +#: forum/forms.py:162 +msgid "Website" +msgstr "" + +#: forum/forms.py:163 +msgid "Location" +msgstr "" + +#: forum/forms.py:164 +msgid "Date of birth" +msgstr "" + +#: forum/forms.py:164 +msgid "will not be shown, used to calculate age, format: YYYY-MM-DD" +msgstr "" + +#: forum/forms.py:165 templates/authopenid/settings.html:20 +msgid "Profile" +msgstr "" + +#: forum/forms.py:190 forum/forms.py:191 +msgid "this email has already been registered, please use another one" +msgstr "" + +#: forum/models.py:316 templates/badges.html:52 +#: templates/backup/badges.html:52 +msgid "gold" +msgstr "" + +#: forum/models.py:317 templates/badges.html:62 +#: templates/backup/badges.html:62 +msgid "silver" +msgstr "" + +#: forum/models.py:318 templates/badges.html:70 +#: templates/backup/badges.html:70 +msgid "bronze" +msgstr "" + +#: forum/user.py:16 templates/user_tabs.html:7 +#: templates/backup/user_tabs.html:6 +msgid "overview" +msgstr "" + +#: forum/user.py:17 +msgid "user profile" +msgstr "" + +#: forum/user.py:18 +msgid "user profile overview" +msgstr "" + +#: forum/user.py:24 templates/user_tabs.html:9 +#: templates/backup/user_tabs.html:8 +msgid "recent activity" +msgstr "" + +#: forum/user.py:25 +msgid "recent user activity" +msgstr "" + +#: forum/user.py:26 +msgid "profile - recent activity" +msgstr "" + +#: forum/user.py:33 templates/user_tabs.html:13 +#: templates/backup/user_tabs.html:12 +msgid "responses" +msgstr "" + +#: forum/user.py:34 templates/user_tabs.html:12 +#: templates/backup/user_tabs.html:11 +msgid "comments and answers to others questions" +msgstr "" + +#: forum/user.py:35 +msgid "profile - responses" +msgstr "" + +#: forum/user.py:42 templates/user_info.html:23 templates/users.html:26 +#: templates/backup/user_info.html:22 templates/backup/users.html:25 +msgid "reputation" +msgstr "" + +#: forum/user.py:43 +msgid "user reputation in the community" +msgstr "" + +#: forum/user.py:44 +msgid "profile - user reputation" +msgstr "" + +#: forum/user.py:50 +msgid "favorite questions" +msgstr "" + +#: forum/user.py:51 +msgid "users favorite questions" +msgstr "" + +#: forum/user.py:52 +msgid "profile - favorite questions" +msgstr "" + +#: forum/user.py:59 templates/user_tabs.html:20 +#: templates/backup/user_tabs.html:19 +msgid "casted votes" +msgstr "votes" + +#: forum/user.py:60 templates/user_tabs.html:20 +#: templates/backup/user_tabs.html:19 +msgid "user vote record" +msgstr "" + +#: forum/user.py:61 +msgid "profile - votes" +msgstr "" + +#: forum/user.py:68 +msgid "preferences" +msgstr "" + +#: forum/user.py:69 templates/user_tabs.html:28 +#: templates/backup/user_tabs.html:27 +msgid "user preference settings" +msgstr "" + +#: forum/user.py:70 +msgid "profile - user preferences" +msgstr "" + +#: forum/views.py:1730 +msgid "uploading images is limited to users with >60 reputation points" +msgstr "" + +#: forum/views.py:1732 +msgid "allowed file types are 'jpg', 'jpeg', 'gif', 'bmp', 'png', 'tiff'" +msgstr "" + +#: forum/views.py:1734 +#, python-format +msgid "maximum upload file size is %sK" +msgstr "" + +#: forum/views.py:1736 +#, python-format +msgid "" +"Error uploading file. Please contact the site administrator. Thank you. %s" +msgstr "" + +#: forum/templatetags/extra_tags.py:139 forum/templatetags/extra_tags.py:168 +#: templates/header.html:33 templates/backup/header.html:33 +msgid "badges" +msgstr "" + +#: forum/templatetags/extra_tags.py:140 forum/templatetags/extra_tags.py:167 +msgid "reputation points" +msgstr "" + +#: forum/templatetags/extra_tags.py:221 +msgid " ago" +msgstr "" + +#: templates/404.html:24 templates/backup/404.html:24 +msgid "Sorry, could not find the page you requested." +msgstr "" + +#: templates/404.html:26 templates/backup/404.html:26 +msgid "This might have happened for the following reasons:" +msgstr "" + +#: templates/404.html:28 templates/backup/404.html:28 +msgid "this question or answer has been deleted;" +msgstr "" + +#: templates/404.html:29 templates/backup/404.html:29 +msgid "url has error - please check it;" +msgstr "" + +#: templates/404.html:30 templates/backup/404.html:30 +msgid "" +"the page you tried to visit is protected or you don't have sufficient " +"points, see" +msgstr "" + +#: templates/404.html:31 templates/backup/404.html:31 +msgid "if you believe this error 404 should not have occured, please" +msgstr "" + +#: templates/404.html:32 templates/backup/404.html:32 +msgid "report this problem" +msgstr "" + +#: templates/404.html:41 templates/500.html:27 templates/backup/404.html:41 +#: templates/backup/500.html:27 +msgid "back to previous page" +msgstr "" + +#: templates/404.html:42 templates/backup/404.html:42 +msgid "see all questions" +msgstr "" + +#: templates/404.html:43 templates/backup/404.html:43 +msgid "see all tags" +msgstr "" + +#: templates/500.html:24 templates/backup/500.html:24 +msgid "system error log is recorded, error will be fixed as soon as possible" +msgstr "" + +#: templates/500.html:25 templates/backup/500.html:25 +msgid "please report the error to the site administrators if you wish" +msgstr "" + +#: templates/500.html:28 templates/backup/500.html:28 +msgid "see latest questions" +msgstr "" + +#: templates/500.html:29 templates/backup/500.html:29 +msgid "see tags" +msgstr "" + +#: templates/about.html:6 templates/about.html.py:11 +#: templates/backup/about.html:6 templates/backup/about.html.py:11 +msgid "About" +msgstr "" + +#: templates/answer_edit.html:4 templates/answer_edit.html.py:47 +#: templates/backup/answer_edit.html:3 templates/backup/answer_edit.html:46 +msgid "Edit answer" +msgstr "" + +#: templates/answer_edit.html:24 templates/answer_edit.html.py:27 +#: templates/ask.html:25 templates/ask.html.py:28 templates/question.html:37 +#: templates/question.html.py:40 templates/question_edit.html:27 +#: templates/backup/answer_edit.html:23 templates/backup/answer_edit.html:26 +#: templates/backup/ask.html:24 templates/backup/ask.html.py:27 +#: templates/backup/question.html:36 templates/backup/question.html.py:39 +#: templates/backup/question_edit.html:25 +msgid "hide preview" +msgstr "" + +#: templates/answer_edit.html:27 templates/ask.html:28 +#: templates/question.html:40 templates/question_edit.html:27 +#: templates/backup/answer_edit.html:26 templates/backup/ask.html:27 +#: templates/backup/question.html:39 templates/backup/question_edit.html:25 +msgid "show preview" +msgstr "" + +#: templates/answer_edit.html:47 templates/question_edit.html:65 +#: templates/revisions_answer.html:36 templates/revisions_question.html:36 +#: templates/backup/answer_edit.html:46 templates/backup/question_edit.html:63 +#: templates/backup/revisions_answer.html:35 +#: templates/backup/revisions_question.html:34 +#: templates/tough/question_retag.html:51 +msgid "back" +msgstr "" + +#: templates/answer_edit.html:52 templates/question_edit.html:70 +#: templates/revisions_answer.html:47 templates/revisions_question.html:47 +#: templates/backup/answer_edit.html:51 templates/backup/question_edit.html:68 +#: templates/backup/revisions_answer.html:46 +#: templates/backup/revisions_question.html:45 +msgid "revision" +msgstr "" + +#: templates/answer_edit.html:55 templates/question_edit.html:74 +#: templates/backup/answer_edit.html:54 templates/backup/question_edit.html:72 +msgid "select revision" +msgstr "" + +#: templates/answer_edit.html:62 templates/ask.html:81 +#: templates/question.html:447 templates/question_edit.html:91 +#: templates/backup/answer_edit.html:61 templates/backup/ask.html:80 +#: templates/backup/question.html:437 templates/backup/question_edit.html:89 +msgid "Toggle the real time Markdown editor preview" +msgstr "" + +#: templates/answer_edit.html:62 templates/ask.html:81 +#: templates/question.html:447 templates/question_edit.html:91 +#: templates/backup/answer_edit.html:61 templates/backup/ask.html:80 +#: templates/backup/question.html:437 templates/backup/question_edit.html:89 +msgid "toggle preview" +msgstr "" + +#: templates/answer_edit.html:73 templates/question_edit.html:119 +#: templates/backup/answer_edit.html:72 +#: templates/backup/question_edit.html:117 +msgid "Save edit" +msgstr "" + +#: templates/answer_edit.html:74 templates/close.html:29 +#: templates/question_edit.html:120 templates/reopen.html:30 +#: templates/user_edit.html:83 templates/backup/answer_edit.html:73 +#: templates/backup/close.html:29 templates/backup/question_edit.html:118 +#: templates/backup/reopen.html:28 templates/backup/user_edit.html:81 +#: templates/tough/question_retag.html:75 +msgid "Cancel" +msgstr "" + +#: templates/answer_edit_tips.html:4 +msgid "answer tips" +msgstr "Tips" + +#: templates/answer_edit_tips.html:7 templates/backup/answer_edit_tips.html:6 +msgid "please make your answer relevant to this community" +msgstr "" + +#: templates/answer_edit_tips.html:10 templates/backup/answer_edit_tips.html:9 +msgid "try to give an answer, rather than engage into a discussion" +msgstr "" + +#: templates/answer_edit_tips.html:13 +#: templates/backup/answer_edit_tips.html:12 +msgid "please try to provide details" +msgstr "" + +#: templates/answer_edit_tips.html:16 templates/question_edit_tips.html:13 +#: templates/backup/answer_edit_tips.html:15 +#: templates/backup/question_edit_tips.html:11 +msgid "be clear and concise" +msgstr "" + +#: templates/answer_edit_tips.html:19 templates/question_edit_tips.html:16 +#: templates/backup/answer_edit_tips.html:18 +#: templates/backup/question_edit_tips.html:14 +msgid "see frequently asked questions" +msgstr "" + +#: templates/answer_edit_tips.html:25 templates/question_edit_tips.html:22 +#: templates/backup/answer_edit_tips.html:24 +#: templates/backup/question_edit_tips.html:20 +msgid "Markdown tips" +msgstr "Markdown basics" + +#: templates/answer_edit_tips.html:28 templates/question_edit_tips.html:25 +#: templates/backup/answer_edit_tips.html:27 +#: templates/backup/question_edit_tips.html:23 +msgid "*italic* or __italic__" +msgstr "" + +#: templates/answer_edit_tips.html:31 templates/question_edit_tips.html:28 +#: templates/backup/answer_edit_tips.html:30 +#: templates/backup/question_edit_tips.html:26 +msgid "**bold** or __bold__" +msgstr "" + +#: templates/answer_edit_tips.html:34 templates/question_edit_tips.html:31 +#: templates/backup/answer_edit_tips.html:33 +#: templates/backup/question_edit_tips.html:29 +msgid "link" +msgstr "" + +#: templates/answer_edit_tips.html:34 templates/answer_edit_tips.html.py:39 +#: templates/question_edit_tips.html:31 templates/question_edit_tips.html:36 +#: templates/backup/answer_edit_tips.html:33 +#: templates/backup/answer_edit_tips.html:38 +#: templates/backup/question_edit_tips.html:29 +#: templates/backup/question_edit_tips.html:34 +msgid "text" +msgstr "" + +#: templates/answer_edit_tips.html:39 templates/question_edit_tips.html:36 +#: templates/backup/answer_edit_tips.html:38 +#: templates/backup/question_edit_tips.html:34 +msgid "image" +msgstr "" + +#: templates/answer_edit_tips.html:43 templates/question_edit_tips.html:40 +#: templates/backup/answer_edit_tips.html:42 +#: templates/backup/question_edit_tips.html:38 +msgid "numbered list:" +msgstr "" + +#: templates/answer_edit_tips.html:48 templates/question_edit_tips.html:45 +#: templates/backup/answer_edit_tips.html:47 +#: templates/backup/question_edit_tips.html:43 +msgid "basic HTML tags are also supported" +msgstr "" + +#: templates/answer_edit_tips.html:51 templates/question_edit_tips.html:48 +#: templates/backup/answer_edit_tips.html:50 +#: templates/backup/question_edit_tips.html:46 +msgid "learn more about Markdown" +msgstr "" + +#: templates/ask.html:4 templates/ask.html.py:60 templates/backup/ask.html:3 +#: templates/backup/ask.html.py:59 +msgid "Ask a question" +msgstr "" + +#: templates/ask.html:106 templates/backup/ask.html:105 +msgid "Use" +msgstr "" + +#: templates/ask.html:106 templates/backup/ask.html:105 +msgid "learn more about OpenID" +msgstr "" + +#: templates/ask.html:106 templates/authopenid/signin.html:34 +#: templates/authopenid/signin.html:60 templates/backup/ask.html:105 +msgid "Login" +msgstr "" + +#: templates/ask.html:109 templates/backup/ask.html:108 +msgid "Get your own " +msgstr "" + +#: templates/ask.html:117 templates/authopenid/sendpw.html:27 +#: templates/backup/ask.html:116 +msgid "User name" +msgstr "" + +#: templates/ask.html:120 templates/backup/ask.html:119 +msgid "Email: (won't be shown to anyone)" +msgstr "" + +#: templates/ask.html:127 templates/backup/ask.html:126 +msgid "Ask your question" +msgstr "" + +#: templates/badge.html:6 templates/badge.html.py:17 +#: templates/backup/badge.html:5 templates/backup/badge.html.py:16 +msgid "Badge" +msgstr "" + +#: templates/badge.html:26 templates/backup/badge.html:25 +msgid "The users have been awarded with badges:" +msgstr "" + +#: templates/badges.html:6 templates/backup/badges.html:6 +msgid "Badges summary" +msgstr "" + +#: templates/badges.html:17 templates/user_stats.html:113 +#: templates/backup/badges.html:17 templates/backup/user_stats.html:112 +msgid "Badges" +msgstr "" + +#: templates/badges.html:21 templates/backup/badges.html:21 +msgid "Community gives you awards for your questions, answers and votes." +msgstr "" + +#: templates/badges.html:22 templates/backup/badges.html:22 +msgid "" +"Below is the list of available badges and number of times each type of badge " +"has been awarded." +msgstr "" + +#: templates/badges.html:49 templates/backup/badges.html:49 +msgid "Community badges" +msgstr "" + +#: templates/badges.html:55 templates/backup/badges.html:55 +msgid "Gold badge is very rare." +msgstr "" + +#: templates/badges.html:56 templates/backup/badges.html:56 +msgid "" +"To obtain it you have to show profound knowledge and ability in addition to " +"actively participating in the community." +msgstr "" + +#: templates/badges.html:57 templates/backup/badges.html:57 +msgid "Gold badge is the highest award in this community." +msgstr "" + +#: templates/badges.html:65 templates/backup/badges.html:65 +msgid "Obtaining silver badge requires significant patience." +msgstr "" + +#: templates/badges.html:66 templates/backup/badges.html:66 +msgid "If you got one, you've very significantly contributed to this community" +msgstr "" + +#: templates/badges.html:69 templates/backup/badges.html:69 +msgid "bronze badge: often given as a special honor" +msgstr "" + +#: templates/badges.html:73 templates/backup/badges.html:73 +msgid "" +"If you are active in this community, you will will get this medal - still it " +"is a special honor." +msgstr "" + +#: templates/base.html:59 templates/base_content.html:60 +#: templates/backup/base.html:59 templates/backup/base_content.html:57 +msgid "congratulations, community gave you a badge" +msgstr "" + +#: templates/base.html:61 templates/base_content.html:62 +#: templates/backup/base.html:61 templates/backup/base_content.html:59 +msgid "profile" +msgstr "" + +#: templates/base_content.html:61 templates/backup/base_content.html:58 +msgid "see" +msgstr "" + +#: templates/book.html:7 templates/backup/book.html:7 +msgid "reading channel" +msgstr "" + +#: templates/book.html:26 templates/backup/book.html:26 +msgid "[author]" +msgstr "" + +#: templates/book.html:30 templates/backup/book.html:30 +msgid "[publisher]" +msgstr "" + +#: templates/book.html:34 templates/backup/book.html:34 +msgid "[publication date]" +msgstr "" + +#: templates/book.html:38 templates/backup/book.html:38 +msgid "[price]" +msgstr "" + +#: templates/book.html:39 templates/backup/book.html:39 +msgid "currency unit" +msgstr "" + +#: templates/book.html:42 templates/backup/book.html:42 +msgid "[pages]" +msgstr "" + +#: templates/book.html:43 templates/backup/book.html:43 +msgid "pages abbreviation" +msgstr "" + +#: templates/book.html:46 templates/backup/book.html:46 +msgid "[tags]" +msgstr "" + +#: templates/book.html:56 templates/backup/book.html:56 +msgid "author blog" +msgstr "" + +#: templates/book.html:62 templates/backup/book.html:62 +msgid "book directory" +msgstr "" + +#: templates/book.html:66 templates/backup/book.html:66 +msgid "buy online" +msgstr "" + +#: templates/book.html:79 templates/backup/book.html:79 +msgid "reader questions" +msgstr "" + +#: templates/book.html:82 templates/backup/book.html:82 +msgid "ask the author" +msgstr "" + +#: templates/book.html:88 templates/book.html.py:93 +#: templates/users_questions.html:17 templates/backup/book.html:88 +#: templates/backup/book.html.py:93 templates/backup/users_questions.html:16 +msgid "this question was selected as favorite" +msgstr "" + +#: templates/book.html:88 templates/book.html.py:93 +#: templates/users_questions.html:11 templates/users_questions.html.py:17 +#: templates/backup/book.html:88 templates/backup/book.html.py:93 +#: templates/backup/users_questions.html:10 +#: templates/backup/users_questions.html:16 +msgid "number of times" +msgstr "" + +#: templates/book.html:105 templates/index.html:47 templates/questions.html:46 +#: templates/unanswered.html:37 templates/users_questions.html:30 +#: templates/backup/book.html:105 templates/backup/index.html:47 +#: templates/backup/questions.html:45 templates/backup/unanswered.html:36 +#: templates/backup/users_questions.html:29 templates/tough/unanswered.html:35 +msgid "votes" +msgstr "" + +#: templates/book.html:108 templates/backup/book.html:108 +msgid "the answer has been accepted to be correct" +msgstr "" + +#: templates/book.html:115 templates/index.html:48 templates/questions.html:47 +#: templates/unanswered.html:38 templates/users_questions.html:40 +#: templates/backup/book.html:115 templates/backup/index.html:48 +#: templates/backup/questions.html:46 templates/backup/unanswered.html:37 +#: templates/backup/users_questions.html:39 templates/tough/unanswered.html:36 +msgid "views" +msgstr "" + +#: templates/book.html:125 templates/index.html:68 templates/question.html:112 +#: templates/question.html.py:479 templates/questions.html:84 +#: templates/questions.html.py:149 templates/tags.html:47 +#: templates/unanswered.html:75 templates/unanswered.html.py:109 +#: templates/users_questions.html:52 templates/backup/book.html:125 +#: templates/backup/index.html:68 templates/backup/index.html.py:93 +#: templates/backup/question.html:111 templates/backup/question.html.py:469 +#: templates/backup/questions.html:83 templates/backup/questions.html:148 +#: templates/backup/tags.html:46 templates/backup/unanswered.html:74 +#: templates/backup/unanswered.html:108 +#: templates/backup/users_questions.html:51 templates/tough/unanswered.html:72 +#: templates/tough/unanswered.html:105 +msgid "using tags" +msgstr "" + +#: templates/book.html:147 templates/backup/book.html:147 +msgid "subscribe to book RSS feed" +msgstr "" + +#: templates/book.html:147 templates/index.html:116 +#: templates/backup/book.html:147 templates/backup/index.html:115 +msgid "subscribe to the questions feed" +msgstr "" + +#: templates/close.html:6 templates/close.html.py:16 +#: templates/backup/close.html:6 templates/backup/close.html.py:16 +msgid "Close question" +msgstr "" + +#: templates/close.html:19 templates/backup/close.html:19 +msgid "Close the question" +msgstr "" + +#: templates/close.html:25 templates/backup/close.html:25 +msgid "Reasons" +msgstr "" + +#: templates/close.html:28 templates/backup/close.html:28 +msgid "OK to close" +msgstr "" + +#: templates/faq.html:11 templates/backup/faq.html:11 +#: templates/tough/faq.html:9 +msgid "Frequently Asked Questions " +msgstr "" + +#: templates/faq.html:15 templates/backup/faq.html:15 +#: templates/tough/faq.html:13 +msgid "What kinds of questions can I ask here?" +msgstr "" + +#: templates/faq.html:16 templates/backup/faq.html:16 +#: templates/tough/faq.html:14 +msgid "" +"Most importanly - questions should be relevant to this " +"community." +msgstr "" + +#: templates/faq.html:17 templates/backup/faq.html:17 +#: templates/tough/faq.html:15 +msgid "" +"Before asking the question - please make sure to use search to see whether " +"your question has alredy been answered." +msgstr "" + +#: templates/faq.html:20 templates/backup/faq.html:20 +#: templates/tough/faq.html:18 +msgid "What questions should I avoid asking?" +msgstr "" + +#: templates/faq.html:21 templates/backup/faq.html:21 +#: templates/tough/faq.html:19 +msgid "" +"Please avoid asking questions that are not relevant to this community, too " +"subjective and argumentative." +msgstr "" + +#: templates/faq.html:24 templates/backup/faq.html:24 +#: templates/tough/faq.html:22 +msgid "What should I avoid in my answers?" +msgstr "" + +#: templates/faq.html:25 templates/backup/faq.html:25 +#: templates/tough/faq.html:23 +msgid "" +"is a Q&A site, not a discussion group. Therefore - please avoid having " +"discussions in your answers, comment facility allows some space for brief " +"discussions." +msgstr "" + +#: templates/faq.html:28 templates/backup/faq.html:28 +#: templates/tough/faq.html:26 +msgid "Who moderates this community?" +msgstr "" + +#: templates/faq.html:29 templates/backup/faq.html:29 +#: templates/tough/faq.html:27 +msgid "The short answer is: you." +msgstr "" + +#: templates/faq.html:30 templates/backup/faq.html:30 +#: templates/tough/faq.html:28 +msgid "This website is moderated by the users." +msgstr "" + +#: templates/faq.html:31 templates/backup/faq.html:31 +#: templates/tough/faq.html:29 +msgid "" +"The reputation system allows users earn the authorization to perform a " +"variety of moderation tasks." +msgstr "" + +#: templates/faq.html:34 templates/backup/faq.html:34 +#: templates/tough/faq.html:32 +msgid "How does reputation system work?" +msgstr "" + +#: templates/faq.html:35 templates/backup/faq.html:35 +#: templates/tough/faq.html:33 +msgid "" +"Anyone can ask questions and give answers, points are not necessary for that." +msgstr "" + +#: templates/faq.html:36 templates/backup/faq.html:36 +#: templates/tough/faq.html:34 +msgid "" +"As we've said before, users help running this site. Point system helps " +"select users who can administer this community." +msgstr "" + +#: templates/faq.html:37 templates/backup/faq.html:37 +#: templates/tough/faq.html:35 +msgid "" +"Reputation points roughly measure how community trusts you. These points are " +"given to you directly by other members of the community." +msgstr "" + +#: templates/faq.html:40 templates/backup/faq.html:40 +#: templates/tough/faq.html:38 +msgid "" +"For example, if you ask an interesting question or give a helpful answer, " +"your input will be upvoted and you will gain more trust in the community." +msgstr "" + +#: templates/faq.html:41 templates/backup/faq.html:41 +#: templates/tough/faq.html:39 +msgid "" +"If on the other hand someone gives a misleading answer, the answer will be " +"voted down and he/she loses some points." +msgstr "" + +#: templates/faq.html:42 templates/backup/faq.html:42 +#: templates/tough/faq.html:40 +msgid "" +"Each vote in favor will generate 10 points, each vote " +"against will subtract 2 points." +msgstr "" + +#: templates/faq.html:43 templates/backup/faq.html:43 +#: templates/tough/faq.html:41 +msgid "" +"Through the votes of other people you can accumulate a maximum of " +"200 points." +msgstr "" + +#: templates/faq.html:44 templates/backup/faq.html:44 +msgid "After accumulating certain number of points, you can do more:" +msgstr "" + +#: templates/faq.html:52 templates/user_votes.html:14 +#: templates/backup/faq.html:52 templates/backup/user_votes.html:13 +#: templates/tough/faq.html:50 +msgid "upvote" +msgstr "" + +#: templates/faq.html:56 templates/backup/faq.html:56 +#: templates/tough/faq.html:54 +msgid "use tags" +msgstr "" + +#: templates/faq.html:60 templates/backup/faq.html:60 +#: templates/tough/faq.html:58 +msgid "add comments" +msgstr "" + +#: templates/faq.html:64 templates/user_votes.html:16 +#: templates/backup/faq.html:64 templates/backup/user_votes.html:15 +#: templates/tough/faq.html:62 +msgid "downvote" +msgstr "" + +#: templates/faq.html:71 templates/backup/faq.html:71 +#: templates/tough/faq.html:69 +msgid "retag questions" +msgstr "" + +#: templates/faq.html:75 templates/backup/faq.html:75 +#: templates/tough/faq.html:73 +msgid "edit community wiki questions" +msgstr "" + +#: templates/faq.html:79 templates/backup/faq.html:79 +#: templates/tough/faq.html:77 +msgid "edit any answer" +msgstr "" + +#: templates/faq.html:83 templates/backup/faq.html:83 +#: templates/tough/faq.html:81 +msgid "open any closed question" +msgstr "" + +#: templates/faq.html:87 templates/backup/faq.html:87 +#: templates/tough/faq.html:85 +msgid "delete any comment" +msgstr "" + +#: templates/faq.html:91 templates/backup/faq.html:91 +#: templates/tough/faq.html:89 +msgid "delete any questions and answers and perform other moderation tasks" +msgstr "" + +#: templates/faq.html:98 templates/backup/faq.html:98 +msgid "To register, do I need to create new password?" +msgstr "" + +#: templates/faq.html:99 templates/backup/faq.html:99 +#: templates/tough/faq.html:97 +msgid "" +"No, you don't have to. You can login through any service that supports " +"OpenID, e.g. Google, Yahoo, AOL, etc." +msgstr "" + +#: templates/faq.html:100 templates/backup/faq.html:100 +#: templates/tough/faq.html:98 +msgid "Login now!" +msgstr "" + +#: templates/faq.html:103 templates/backup/faq.html:103 +#: templates/tough/faq.html:101 +msgid "Why other people can edit my questions/answers?" +msgstr "" + +#: templates/faq.html:104 templates/backup/faq.html:104 +#: templates/tough/faq.html:102 +msgid "Goal of this site is..." +msgstr "" + +#: templates/faq.html:104 templates/backup/faq.html:104 +#: templates/tough/faq.html:102 +msgid "" +"So questions and answers can be edited like wiki pages by experienced users " +"of this site and this improves the overall quality of the knowledge base " +"content." +msgstr "" + +#: templates/faq.html:105 templates/backup/faq.html:105 +#: templates/tough/faq.html:103 +msgid "If this approach is not for you, we respect your choice." +msgstr "" + +#: templates/faq.html:107 templates/backup/faq.html:107 +#: templates/tough/faq.html:105 +msgid "Still have questions?" +msgstr "" + +#: templates/faq.html:108 templates/backup/faq.html:108 +msgid "Please ask your question, help make our community better!" +msgstr "" + +#: templates/faq.html:108 templates/header.html:29 templates/header.html.py:60 +#: templates/backup/faq.html:108 templates/backup/header.html:29 +#: templates/backup/header.html.py:58 templates/tough/faq.html:106 +msgid "questions" +msgstr "" + +#: templates/faq.html:108 templates/index.html:121 +#: templates/backup/faq.html:108 templates/backup/index.html:120 +#: templates/tough/faq.html:106 +msgid "." +msgstr "" + +#: templates/footer.html:7 templates/header.html:12 templates/index.html:83 +#: templates/backup/footer.html:7 templates/backup/header.html:12 +#: templates/backup/index.html:83 +msgid "about" +msgstr "" + +#: templates/footer.html:8 templates/header.html:13 templates/index.html:84 +#: templates/backup/footer.html:8 templates/backup/header.html:13 +#: templates/backup/index.html:84 +msgid "faq" +msgstr "" + +#: templates/footer.html:9 templates/backup/footer.html:9 +msgid "blog" +msgstr "" + +#: templates/footer.html:10 templates/backup/footer.html:10 +msgid "contact us" +msgstr "" + +#: templates/footer.html:11 templates/backup/footer.html:11 +msgid "privacy policy" +msgstr "" + +#: templates/footer.html:12 templates/backup/footer.html:12 +msgid "give feedback" +msgstr "" + +#: templates/footer.html:18 templates/backup/footer.html:18 +msgid "current revision" +msgstr "" + +#: templates/header.html:8 templates/backup/header.html:8 +msgid "logout" +msgstr "" + +#: templates/header.html:10 templates/authopenid/signup.html:39 +#: templates/backup/header.html:10 +msgid "login" +msgstr "" + +#: templates/header.html:23 templates/backup/header.html:23 +msgid "back to home page" +msgstr "" + +#: templates/header.html:31 templates/header.html.py:62 +#: templates/backup/header.html:31 templates/backup/header.html.py:60 +msgid "users" +msgstr "" + +#: templates/header.html:32 templates/backup/header.html:32 +msgid "books" +msgstr "" + +#: templates/header.html:34 templates/index.html:121 +#: templates/backup/header.html:34 templates/backup/index.html:120 +msgid "unanswered questions" +msgstr "unanswered" + +#: templates/header.html:38 templates/backup/header.html:37 +msgid "my profile" +msgstr "" + +#: templates/header.html:42 templates/backup/header.html:40 +msgid "ask a question" +msgstr "" + +#: templates/header.html:57 templates/backup/header.html:55 +msgid "search" +msgstr "" + +#: templates/index.html:6 templates/backup/index.html:6 +msgid "Home" +msgstr "" + +#: templates/index.html:7 templates/backup/index.html:7 +msgid "meta site keywords, comma separated" +msgstr "" + +#: templates/index.html:21 templates/questions.html:7 +#: templates/backup/index.html:21 templates/backup/questions.html:6 +msgid "Questions" +msgstr "" + +#: templates/index.html:23 templates/backup/index.html:23 +msgid "last updated questions" +msgstr "" + +#: templates/index.html:23 templates/questions.html:25 +#: templates/unanswered.html:20 templates/backup/index.html:23 +#: templates/backup/questions.html:24 templates/backup/unanswered.html:19 +#: templates/tough/unanswered.html:18 +msgid "newest" +msgstr "" + +#: templates/index.html:24 templates/questions.html:27 +#: templates/backup/index.html:24 templates/backup/questions.html:26 +msgid "hottest questions" +msgstr "" + +#: templates/index.html:24 templates/questions.html:27 +#: templates/backup/index.html:24 templates/backup/questions.html:26 +msgid "hottest" +msgstr "" + +#: templates/index.html:25 templates/questions.html:28 +#: templates/backup/index.html:25 templates/backup/questions.html:27 +msgid "most voted questions" +msgstr "" + +#: templates/index.html:25 templates/questions.html:28 +#: templates/backup/index.html:25 templates/backup/questions.html:27 +msgid "most voted" +msgstr "" + +#: templates/index.html:26 templates/backup/index.html:26 +msgid "all questions" +msgstr "" + +#: templates/index.html:46 templates/questions.html:45 +#: templates/unanswered.html:36 templates/users_questions.html:35 +#: templates/backup/index.html:46 templates/backup/questions.html:44 +#: templates/backup/unanswered.html:35 +#: templates/backup/users_questions.html:34 templates/tough/unanswered.html:34 +msgid "answers" +msgstr "" + +#: templates/index.html:68 templates/question.html:112 +#: templates/question.html.py:479 templates/questions.html:84 +#: templates/questions.html.py:149 templates/tags.html:47 +#: templates/unanswered.html:75 templates/unanswered.html.py:109 +#: templates/users_questions.html:52 templates/backup/index.html:68 +#: templates/backup/index.html.py:93 templates/backup/question.html:111 +#: templates/backup/question.html.py:469 templates/backup/questions.html:83 +#: templates/backup/questions.html:148 templates/backup/tags.html:46 +#: templates/backup/unanswered.html:74 templates/backup/unanswered.html:108 +#: templates/backup/users_questions.html:51 templates/tough/unanswered.html:72 +#: templates/tough/unanswered.html:105 +msgid "see questions tagged" +msgstr "" + +#: templates/index.html:79 templates/backup/index.html:79 +msgid "welcome to website" +msgstr "" + +#: templates/index.html:81 templates/backup/index.html:81 +msgid "what is this website" +msgstr "" + +#: templates/index.html:82 templates/backup/index.html:82 +msgid "what can one do on this website" +msgstr "" + +#: templates/index.html:89 templates/backup/index.html:89 +msgid "Recent tags" +msgstr "" + +#: templates/index.html:94 +#, python-format +msgid "see questions tagged '%(tagname)s'" +msgstr "" + +#: templates/index.html:97 templates/index.html.py:121 +#: templates/backup/index.html:96 templates/backup/index.html.py:120 +msgid "popular tags" +msgstr "" + +#: templates/index.html:101 templates/backup/index.html:100 +msgid "Recent awards" +msgstr "" + +#: templates/index.html:107 templates/backup/index.html:106 +msgid "given to" +msgstr "" + +#: templates/index.html:112 templates/backup/index.html:111 +msgid "all awards" +msgstr "" + +#: templates/index.html:116 templates/backup/index.html:115 +msgid "subscribe to last 30 questions by RSS" +msgstr "" + +#: templates/index.html:121 templates/backup/index.html:120 +msgid "Still looking for more? See" +msgstr "" + +#: templates/index.html:121 templates/backup/index.html:120 +msgid "complete list of quesionts" +msgstr "" + +#: templates/index.html:121 templates/backup/index.html:120 +msgid "or" +msgstr "" + +#: templates/index.html:121 templates/backup/index.html:120 +msgid "Please help us answer" +msgstr "" + +#: templates/logout.html:6 templates/logout.html.py:17 +#: templates/backup/logout.html:6 templates/backup/logout.html.py:17 +msgid "Logout" +msgstr "" + +#: templates/logout.html:20 templates/backup/logout.html:20 +msgid "" +"As a registered user you can login with your OpenID, log out of the site or " +"permanently remove your account." +msgstr "" + +#: templates/logout.html:21 templates/backup/logout.html:21 +msgid "Logout now" +msgstr "" + +#: templates/pagesize.html:6 templates/backup/pagesize.html:6 +msgid "posts per page" +msgstr "" + +#: templates/paginator.html:6 templates/paginator.html.py:7 +#: templates/backup/paginator.html:5 templates/backup/paginator.html.py:6 +msgid "previous" +msgstr "" + +#: templates/paginator.html:20 templates/backup/paginator.html:19 +msgid "current page" +msgstr "" + +#: templates/paginator.html:23 templates/paginator.html.py:30 +#: templates/backup/paginator.html:22 templates/backup/paginator.html.py:29 +msgid "page number " +msgstr "" + +#: templates/paginator.html:23 templates/paginator.html.py:30 +#: templates/backup/paginator.html:22 templates/backup/paginator.html.py:29 +msgid "number - make blank in english" +msgstr "" + +#: templates/paginator.html:34 templates/backup/paginator.html:33 +msgid "next page" +msgstr "" + +#: templates/privacy.html:6 templates/privacy.html.py:11 +#: templates/backup/privacy.html:5 templates/backup/privacy.html.py:10 +msgid "Privacy policy" +msgstr "" + +#: templates/privacy.html:15 templates/backup/privacy.html:14 +msgid "general message about privacy" +msgstr "" + +#: templates/privacy.html:18 templates/backup/privacy.html:17 +msgid "Site Visitors" +msgstr "" + +#: templates/privacy.html:20 templates/backup/privacy.html:19 +msgid "what technical information is collected about visitors" +msgstr "" + +#: templates/privacy.html:23 templates/backup/privacy.html:22 +msgid "Personal Information" +msgstr "" + +#: templates/privacy.html:25 templates/backup/privacy.html:24 +msgid "details on personal information policies" +msgstr "" + +#: templates/privacy.html:28 templates/backup/privacy.html:27 +msgid "Other Services" +msgstr "" + +#: templates/privacy.html:30 templates/backup/privacy.html:29 +msgid "details on sharing data with third parties" +msgstr "" + +#: templates/privacy.html:35 templates/backup/privacy.html:34 +msgid "cookie policy details" +msgstr "" + +#: templates/privacy.html:37 templates/backup/privacy.html:36 +msgid "Policy Changes" +msgstr "" + +#: templates/privacy.html:38 templates/backup/privacy.html:37 +msgid "how privacy policies can be changed" +msgstr "" + +#: templates/question.html:66 templates/question.html.py:78 +#: templates/backup/question.html:65 templates/backup/question.html.py:77 +msgid "i like this post (click again to cancel)" +msgstr "" + +#: templates/question.html:68 templates/question.html.py:80 +#: templates/question.html:273 templates/backup/question.html:67 +#: templates/backup/question.html.py:79 templates/backup/question.html:272 +msgid "current number of votes" +msgstr "" + +#: templates/question.html:73 templates/question.html.py:84 +#: templates/backup/question.html:72 templates/backup/question.html.py:83 +msgid "i dont like this post (click again to cancel)" +msgstr "" + +#: templates/question.html:90 templates/backup/question.html:89 +msgid "mark this question as favorite (click again to cancel)" +msgstr "" + +#: templates/question.html:96 templates/backup/question.html:95 +msgid "remove favorite mark from this question (click again to restore mark)" +msgstr "" + +#: templates/question.html:121 templates/question.html.py:304 +#: templates/revisions_answer.html:53 templates/revisions_question.html:53 +#: templates/backup/question.html:120 templates/backup/question.html.py:303 +#: templates/backup/revisions_answer.html:52 +#: templates/backup/revisions_question.html:51 +msgid "edit" +msgstr "" + +#: templates/question.html:125 templates/question.html.py:314 +#: templates/backup/question.html:124 templates/backup/question.html.py:307 +msgid "delete" +msgstr "" + +#: templates/question.html:130 templates/backup/question.html:129 +msgid "reopen" +msgstr "" + +#: templates/question.html:135 templates/backup/question.html:134 +msgid "close" +msgstr "" + +#: templates/question.html:141 templates/question.html.py:327 +#: templates/backup/question.html:140 templates/backup/question.html.py:317 +msgid "" +"report as offensive (i.e containing spam, advertising, malicious text, etc.)" +msgstr "" + +#: templates/question.html:142 templates/question.html.py:328 +#: templates/backup/question.html:141 templates/backup/question.html.py:318 +msgid "flag offensive" +msgstr "" + +#: templates/question.html:154 templates/question.html.py:337 +#: templates/revisions_answer.html:65 templates/revisions_question.html:65 +#: templates/backup/question.html:153 templates/backup/question.html.py:327 +#: templates/backup/revisions_answer.html:64 +#: templates/backup/revisions_question.html:63 +msgid "updated" +msgstr "" + +#: templates/question.html:203 templates/question.html.py:384 +#: templates/revisions_answer.html:63 templates/revisions_question.html:63 +#: templates/backup/question.html:202 templates/backup/question.html.py:374 +#: templates/backup/revisions_answer.html:62 +#: templates/backup/revisions_question.html:61 +msgid "asked" +msgstr "" + +#: templates/question.html:233 templates/question.html.py:411 +#: templates/backup/question.html:232 templates/backup/question.html.py:401 +msgid "comments" +msgstr "" + +#: templates/question.html:234 templates/question.html.py:412 +#: templates/backup/question.html:233 templates/backup/question.html.py:402 +msgid "add comment" +msgstr "" + +#: templates/question.html:247 templates/backup/question.html:246 +#, python-format +msgid "" +"The question has been closed for the following reason \"%(question." +"get_close_reason_display)s\" by" +msgstr "" + +#: templates/question.html:249 templates/backup/question.html:248 +#, python-format +msgid "close date %(question.closed_at)s" +msgstr "" + +#: templates/question.html:256 templates/user_stats.html:28 +#: templates/backup/question.html:255 templates/backup/user_stats.html:27 +msgid "Answers" +msgstr " Answers" + +#: templates/question.html:258 templates/backup/question.html:257 +msgid "oldest answers will be shown first" +msgstr "" + +#: templates/question.html:258 templates/backup/question.html:257 +msgid "oldest answers" +msgstr "oldest" + +#: templates/question.html:259 templates/backup/question.html:258 +msgid "newest answers will be shown first" +msgstr "" + +#: templates/question.html:259 templates/backup/question.html:258 +msgid "newest answers" +msgstr "newest" + +#: templates/question.html:260 templates/backup/question.html:259 +msgid "most voted answers will be shown first" +msgstr "" + +#: templates/question.html:260 templates/backup/question.html:259 +msgid "popular answers" +msgstr "most voted" + +#: templates/question.html:272 templates/backup/question.html:271 +msgid "i like this answer (click again to cancel)" +msgstr "" + +#: templates/question.html:278 templates/backup/question.html:277 +msgid "i dont like this answer (click again to cancel)" +msgstr "" + +#: templates/question.html:284 templates/backup/question.html:283 +msgid "mark this answer as favorite (click again to undo)" +msgstr "" + +#: templates/question.html:289 templates/backup/question.html:288 +msgid "the author of the question has selected this answer as correct" +msgstr "" + +#: templates/question.html:311 +msgid "undelete" +msgstr "" + +#: templates/question.html:321 templates/backup/question.html:311 +msgid "answer permanent link" +msgstr "" + +#: templates/question.html:322 templates/backup/question.html:312 +msgid "permanent link" +msgstr "" + +#: templates/question.html:436 templates/backup/question.html:426 +msgid "Your answer" +msgstr "" + +#: templates/question.html:460 templates/backup/question.html:450 +msgid "Answer the question" +msgstr "" + +#: templates/question.html:462 templates/backup/question.html:452 +msgid "Login to answer" +msgstr "" + +#: templates/question.html:474 templates/backup/question.html:464 +msgid "Question tags" +msgstr "Tags" + +#: templates/question.html:484 templates/backup/question.html:474 +msgid "question asked" +msgstr "Asked" + +#: templates/question.html:484 templates/question.html.py:490 +#: templates/user_info.html:51 templates/backup/question.html:474 +#: templates/backup/question.html.py:480 templates/backup/user_info.html:50 +msgid "ago" +msgstr "" + +#: templates/question.html:487 templates/backup/question.html:477 +msgid "question was seen" +msgstr "Seen" + +#: templates/question.html:487 templates/backup/question.html:477 +msgid "times" +msgstr "" + +#: templates/question.html:490 templates/backup/question.html:480 +msgid "last updated" +msgstr "Last updated" + +#: templates/question.html:495 templates/backup/question.html:485 +msgid "Related questions" +msgstr "" + +#: templates/question_edit.html:4 templates/question_edit.html.py:65 +#: templates/backup/question_edit.html:2 +#: templates/backup/question_edit.html:63 +msgid "Edit question" +msgstr "" + +#: templates/question_edit_tips.html:4 +msgid "question tips" +msgstr "Tips" + +#: templates/question_edit_tips.html:7 +#: templates/backup/question_edit_tips.html:5 +msgid "please ask a relevant question" +msgstr "" + +#: templates/question_edit_tips.html:10 +#: templates/backup/question_edit_tips.html:8 +msgid "please try provide enough details" +msgstr "provide enough details" + +#: templates/questions.html:23 templates/backup/questions.html:22 +msgid "Found by tags" +msgstr "Tagged questions" + +#: templates/questions.html:23 templates/backup/questions.html:22 +msgid "Found by title" +msgstr "" + +#: templates/questions.html:23 templates/backup/questions.html:22 +msgid "All questions" +msgstr "" + +#: templates/questions.html:25 templates/unanswered.html:20 +#: templates/backup/questions.html:24 templates/backup/unanswered.html:19 +#: templates/tough/unanswered.html:18 +msgid "most recently asked questions" +msgstr "" + +#: templates/questions.html:26 templates/backup/questions.html:25 +msgid "most recently updated questions" +msgstr "" + +#: templates/questions.html:26 templates/backup/questions.html:25 +msgid "active" +msgstr "" + +#: templates/questions.html:109 +#, python-format +msgid "" +"\n" +"\t\t\thave total %(q_num)s questions tagged %(tagname)s\n" +"\t\t\t" +msgid_plural "" +"\n" +"\t\t\thave total %(q_num)s questions tagged %(tagname)s\n" +"\t\t\t" +msgstr[0] "" +"\n" +"
%(q_num)s

question tagged

%(tagname)s

" +msgstr[1] "" +"\n" +"
%(q_num)s

questions tagged

%(tagname)s

" + +#: templates/questions.html:116 +#, python-format +msgid "" +"\n" +"\t\t\thave total %(q_num)s questions containing %(searchtitle)s\n" +"\t\t\t" +msgid_plural "" +"\n" +"\t\t\thave total %(q_num)s questions containing %(searchtitle)s\n" +"\t\t\t" +msgstr[0] "" +"\n" +"
%(q_num)s

question with title " +"containing %(searchtitle)s" +msgstr[1] "" +"\n" +"

%(q_num)s

questions with title " +"containing %(searchtitle)s" + +#: templates/questions.html:124 +msgid "latest questions info" +msgstr "Newest questions are shown first." + +#: templates/questions.html:128 templates/backup/questions.html:127 +msgid "Questions are sorted by the time of last update." +msgstr "" + +#: templates/questions.html:129 templates/backup/questions.html:128 +msgid "Most recently answered ones are shown first." +msgstr "" + +#: templates/questions.html:133 templates/backup/questions.html:132 +msgid "Questions sorted by number of responses." +msgstr "" + +#: templates/questions.html:134 templates/backup/questions.html:133 +msgid "Most answered questions are shown first." +msgstr "" + +#: templates/questions.html:138 templates/backup/questions.html:137 +msgid "Questions are sorted by the number of votes." +msgstr "" + +#: templates/questions.html:139 templates/backup/questions.html:138 +msgid "Most voted questions are shown first." +msgstr "" + +#: templates/questions.html:146 templates/unanswered.html:105 +#: templates/backup/questions.html:145 templates/backup/unanswered.html:104 +#: templates/tough/unanswered.html:101 +msgid "Related tags" +msgstr "Tags" + +#: templates/reopen.html:6 templates/reopen.html.py:16 +#: templates/backup/reopen.html:4 templates/backup/reopen.html.py:14 +msgid "Reopen question" +msgstr "" + +#: templates/reopen.html:19 templates/backup/reopen.html:17 +msgid "Open the previously closed question" +msgstr "" + +#: templates/reopen.html:22 templates/backup/reopen.html:20 +msgid "The question was closed for the following reason " +msgstr "" + +#: templates/reopen.html:22 templates/backup/reopen.html:20 +msgid "reason - leave blank in english" +msgstr "" + +#: templates/reopen.html:22 templates/backup/reopen.html:20 +msgid "on " +msgstr "" + +#: templates/reopen.html:22 templates/backup/reopen.html:20 +msgid "date closed" +msgstr "" + +#: templates/reopen.html:29 templates/backup/reopen.html:27 +msgid "Reopen this question" +msgstr "" + +#: templates/revisions_answer.html:7 templates/revisions_answer.html.py:36 +#: templates/revisions_question.html:8 templates/revisions_question.html:36 +#: templates/backup/revisions_answer.html:6 +#: templates/backup/revisions_answer.html:35 +#: templates/backup/revisions_question.html:6 +#: templates/backup/revisions_question.html:34 +msgid "Revision history" +msgstr "" + +#: templates/tags.html:6 templates/tags.html.py:29 +#: templates/backup/tags.html:5 templates/backup/tags.html.py:28 +msgid "Tag list" +msgstr "" + +#: templates/tags.html:31 templates/backup/tags.html:30 +msgid "sorted alphabetically" +msgstr "" + +#: templates/tags.html:31 templates/backup/tags.html:30 +msgid "by name" +msgstr "" + +#: templates/tags.html:32 templates/backup/tags.html:31 +msgid "sorted by frequency of tag use" +msgstr "" + +#: templates/tags.html:32 templates/backup/tags.html:31 +msgid "by popularity" +msgstr "" + +#: templates/tags.html:38 templates/backup/tags.html:37 +msgid "All tags matching query" +msgstr "" + +#: templates/tags.html:38 templates/backup/tags.html:37 +msgid "all tags - make this empty in english" +msgstr "" + +#: templates/tags.html:41 templates/backup/tags.html:40 +msgid "Nothing found" +msgstr "" + +#: templates/unanswered.html:7 templates/unanswered.html.py:18 +#: templates/backup/unanswered.html:6 templates/backup/unanswered.html:17 +#: templates/tough/unanswered.html:5 templates/tough/unanswered.html.py:16 +msgid "Unanswered questions" +msgstr "" + +#: templates/unanswered.html:97 +#, python-format +msgid "have %(num_q)s unanswered questions" +msgstr "" +"

%(num_q)s
unanswered " +"questions" + +#: templates/unanswered.html:99 templates/backup/questions.html:107 +#: templates/backup/unanswered.html:97 +msgid "Have a total of" +msgstr "" + +#: templates/user_edit.html:6 templates/backup/user_edit.html:4 +msgid "Edit user profile" +msgstr "" + +#: templates/user_edit.html:19 templates/backup/user_edit.html:17 +msgid "edit profile" +msgstr "" + +#: templates/user_edit.html:31 templates/backup/user_edit.html:29 +msgid "image associated with your email address" +msgstr "" + +#: templates/user_edit.html:31 templates/backup/user_edit.html:29 +msgid "avatar" +msgstr "" + +#: templates/user_edit.html:36 templates/user_info.html:31 +#: templates/backup/user_edit.html:34 templates/backup/user_info.html:30 +msgid "Registered user" +msgstr "" + +#: templates/user_edit.html:82 templates/backup/user_edit.html:80 +msgid "Update" +msgstr "" + +#: templates/user_info.html:34 templates/backup/user_info.html:33 +msgid "update profile" +msgstr "" + +#: templates/user_info.html:40 templates/backup/user_info.html:39 +msgid "real name" +msgstr "" + +#: templates/user_info.html:45 +msgid "member for" +msgstr "" + +#: templates/user_info.html:50 templates/backup/user_info.html:49 +msgid "last seen" +msgstr "" + +#: templates/user_info.html:56 templates/backup/user_info.html:55 +msgid "user website" +msgstr "" + +#: templates/user_info.html:62 templates/backup/user_info.html:61 +msgid "location" +msgstr "" + +#: templates/user_info.html:69 templates/backup/user_info.html:68 +msgid "age" +msgstr "" + +#: templates/user_info.html:70 templates/backup/user_info.html:69 +msgid "age unit" +msgstr "" + +#: templates/user_info.html:75 templates/backup/user_info.html:74 +msgid "todays unused votes" +msgstr "" + +#: templates/user_info.html:76 templates/backup/user_info.html:75 +msgid "votes left" +msgstr "" + +#: templates/user_stats.html:15 templates/backup/user_stats.html:14 +msgid "User questions" +msgstr "" + +#: templates/user_stats.html:37 +#, python-format +msgid "the answer has been voted for %(vote_count)s times" +msgstr "" + +#: templates/user_stats.html:37 templates/backup/user_stats.html:36 +msgid "this answer has been selected as correct" +msgstr "" + +#: templates/user_stats.html:43 templates/backup/user_stats.html:42 +#, python-format +msgid "the answer has been commented %(answered_question.comment_count)s times" +msgstr "" + +#: templates/user_stats.html:56 templates/backup/user_stats.html:55 +msgid "votes total" +msgstr "Votes" + +#: templates/user_stats.html:65 templates/backup/user_stats.html:64 +msgid "user has voted up this many times" +msgstr "" + +#: templates/user_stats.html:70 templates/backup/user_stats.html:69 +msgid "user voted down this many times" +msgstr "" + +#: templates/user_stats.html:84 templates/backup/user_stats.html:83 +msgid "Tags" +msgstr "" + +#: templates/user_stats.html:94 templates/backup/user_stats.html:93 +#, python-format +msgid "see other questions tagged '%(tag)s' " +msgstr "" + +#: templates/user_tabs.html:7 templates/backup/user_tabs.html:6 +msgid "User profile" +msgstr "" + +#: templates/user_tabs.html:16 templates/backup/user_tabs.html:15 +msgid "graph of user reputation" +msgstr "" + +#: templates/user_tabs.html:17 templates/backup/user_tabs.html:16 +msgid "reputation history" +msgstr "" + +#: templates/user_tabs.html:24 templates/backup/user_tabs.html:23 +msgid "favorites" +msgstr "" + +#: templates/user_tabs.html:29 templates/backup/user_tabs.html:28 +msgid "settings" +msgstr "" + +#: templates/users.html:6 templates/users.html.py:24 +#: templates/backup/users.html:5 templates/backup/users.html.py:23 +msgid "Users" +msgstr "" + +#: templates/users.html:27 templates/backup/users.html:26 +msgid "recent" +msgstr "" + +#: templates/users.html:28 templates/backup/users.html:27 +msgid "oldest" +msgstr "" + +#: templates/users.html:29 templates/backup/users.html:28 +msgid "by username" +msgstr "" + +#: templates/users.html:35 templates/backup/users.html:34 +#, python-format +msgid "users matching query %(suser)s:" +msgstr "" + +#: templates/users.html:39 templates/backup/users.html:38 +msgid "Nothing found." +msgstr "" + +#: templates/users_questions.html:11 templates/backup/users_questions.html:10 +msgid "this questions was selected as favorite" +msgstr "" + +#: templates/users_questions.html:33 templates/backup/users_questions.html:32 +msgid "this answer has been accepted to be correct" +msgstr "" + +#: templates/authopenid/changeemail.html:6 +msgid "Account: change email" +msgstr "" + +#: templates/authopenid/changeemail.html:9 +msgid "" +"This is where you can change the email address associated with your account. " +"Please keep this email address up to date so we can send you a password-" +"reset email if you request one." +msgstr "" + +#: templates/authopenid/changeemail.html:11 +#: templates/authopenid/changeopenid.html:13 +#: templates/authopenid/changepw.html:18 templates/authopenid/delete.html:14 +#: templates/authopenid/delete.html:24 +msgid "Please correct errors below:" +msgstr "" + +#: templates/authopenid/changeemail.html:28 +msgid "Email" +msgstr "" + +#: templates/authopenid/changeemail.html:29 +#: templates/authopenid/signin.html:59 +msgid "Password" +msgstr "" + +#: templates/authopenid/changeemail.html:31 +msgid "Change email" +msgstr "" + +#: templates/authopenid/changeopenid.html:7 +msgid "Account: change OpenID URL" +msgstr "" + +#: templates/authopenid/changeopenid.html:11 +msgid "" +"This is where you can change your OpenID URL. Make sure you remember it!" +msgstr "" + +#: templates/authopenid/changeopenid.html:28 +msgid "OpenID URL:" +msgstr "" + +#: templates/authopenid/changeopenid.html:29 +msgid "Change OpenID" +msgstr "" + +#: templates/authopenid/changepw.html:13 +msgid "Account: change password" +msgstr "" + +#: templates/authopenid/changepw.html:16 +msgid "This is where you can change your password. Make sure you remember it!" +msgstr "" + +#: templates/authopenid/changepw.html:26 +msgid "Current password" +msgstr "" + +#: templates/authopenid/changepw.html:27 +msgid "New password" +msgstr "" + +#: templates/authopenid/changepw.html:28 +msgid "New password again" +msgstr "" + +#: templates/authopenid/changepw.html:29 templates/authopenid/settings.html:28 +msgid "Change password" +msgstr "" + +#: templates/authopenid/complete.html:4 +msgid "Connect your OpenID with this site" +msgstr "" + +#: templates/authopenid/complete.html:7 +msgid "Connect your OpenID with your account on this site" +msgstr "" + +#: templates/authopenid/complete.html:10 +msgid "Your OpenID is accepted. Please complete this to finish registration." +msgstr "" + +#: templates/authopenid/complete.html:11 +msgid "This account already exists, please use another." +msgstr "" + +#: templates/authopenid/complete.html:16 templates/authopenid/complete.html:29 +#: templates/authopenid/signin.html:42 +msgid "Sorry, looks like we have some errors:" +msgstr "" + +#: templates/authopenid/complete.html:45 +msgid "New account" +msgstr "" + +#: templates/authopenid/complete.html:46 +msgid "User name (will be shown to others, cannot be modified)" +msgstr "" + +#: templates/authopenid/complete.html:47 +msgid "Email (not shared with anyone)" +msgstr "" + +#: templates/authopenid/complete.html:48 +msgid "create account" +msgstr "" + +#: templates/authopenid/complete.html:56 +msgid "Existing account" +msgstr "" + +#: templates/authopenid/complete.html:57 +msgid "user name" +msgstr "" + +#: templates/authopenid/complete.html:58 +msgid "password" +msgstr "" + +#: templates/authopenid/complete.html:61 +msgid "Register" +msgstr "" + +#: templates/authopenid/complete.html:62 templates/authopenid/signin.html:61 +msgid "Forgot your password?" +msgstr "" + +#: templates/authopenid/delete.html:8 +msgid "Account: delete account" +msgstr "" + +#: templates/authopenid/delete.html:12 +msgid "" +"Note: After deleting your account, anyone will be able to register this " +"username." +msgstr "" + +#: templates/authopenid/delete.html:16 +msgid "Check confirm box, if you want delete your account." +msgstr "" + +#: templates/authopenid/delete.html:19 +msgid "Password:" +msgstr "" + +#: templates/authopenid/delete.html:31 +msgid "I am sure I want to delete my account." +msgstr "" + +#: templates/authopenid/delete.html:32 +msgid "Password/OpenID URL" +msgstr "" + +#: templates/authopenid/delete.html:32 +msgid "(required for your security)" +msgstr "" + +#: templates/authopenid/delete.html:34 +msgid "Delete account permanently" +msgstr "" + +#: templates/authopenid/sendpw.html:3 templates/authopenid/sendpw.html.py:7 +msgid "Send new password" +msgstr "" + +#: templates/authopenid/sendpw.html:11 +msgid "Lost your password? No problem - here you can reset it." +msgstr "" + +#: templates/authopenid/sendpw.html:12 +msgid "" +"Please enter your username below and new password will be sent to your " +"registered e-mail" +msgstr "" + +#: templates/authopenid/sendpw.html:29 +msgid "Reset password" +msgstr "" + +#: templates/authopenid/sendpw.html:29 +msgid "return to login" +msgstr "" + +#: templates/authopenid/sendpw.html:32 +msgid "" +"Note: your new password will be activated only after you click the " +"activation link in the email message" +msgstr "" + +#: templates/authopenid/settings.html:29 +msgid "Give your account a new password." +msgstr "" + +#: templates/authopenid/settings.html:30 +msgid "Change email " +msgstr "" + +#: templates/authopenid/settings.html:31 +msgid "Add or update the email address associated with your account." +msgstr "" + +#: templates/authopenid/settings.html:34 +msgid "Change openid associated to your account" +msgstr "" + +#: templates/authopenid/settings.html:37 +msgid "Delete account" +msgstr "" + +#: templates/authopenid/settings.html:38 +msgid "Erase your username and all your data from website" +msgstr "" + +#: templates/authopenid/signin.html:3 templates/authopenid/signin.html:16 +msgid "User login" +msgstr "" + +#: templates/authopenid/signin.html:21 +msgid "we support two login modes" +msgstr "" +"You can log in either through one of these services or traditionally - using " +"local username/password." + +#: templates/authopenid/signin.html:26 templates/authopenid/signup.html:49 +msgid "Login with your OpenID" +msgstr "" + +#: templates/authopenid/signin.html:28 +msgid "select openid provider" +msgstr "1) Please select your id service provider." + +#: templates/authopenid/signin.html:32 +msgid "verify openid link and login" +msgstr "" +"2) Please verify the OpenID URL (type your login name over {username}, if present)" +" and then log in." + +#: templates/authopenid/signin.html:57 +msgid "Use login name and password" +msgstr "" + +#: templates/authopenid/signin.html:58 +msgid "Login name" +msgstr "" + +#: templates/authopenid/signin.html:62 +msgid "Create new acccount" +msgstr "" + +#: templates/authopenid/signin.html:71 +msgid "Why use OpenID?" +msgstr "" + +#: templates/authopenid/signin.html:75 +msgid "with openid it is easier" +msgstr "With the OpenID you don't need to create new username and password." + +#: templates/authopenid/signin.html:78 +msgid "reuse openid" +msgstr "You can safely re-use the same login for all OpenID-enabled websites." + +#: templates/authopenid/signin.html:81 +msgid "openid is widely adopted" +msgstr "" +"There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-" +"enabled." + +#: templates/authopenid/signin.html:84 +msgid "openid is supported open standard" +msgstr "OpenID is based on an open standard, supported by many organizations." + +#: templates/authopenid/signin.html:88 +msgid "Find out more" +msgstr "" + +#: templates/authopenid/signin.html:89 +msgid "Get OpenID" +msgstr "" + +#: templates/authopenid/signup.html:2 templates/authopenid/signup.html.py:6 +msgid "Signup" +msgstr "" + +#: templates/authopenid/signup.html:10 +msgid "" +"We support two types of user registration: conventional username/password, " +"and" +msgstr "" + +#: templates/authopenid/signup.html:10 +msgid "the OpenID method" +msgstr "" + +#: templates/authopenid/signup.html:15 +msgid "Sorry, looks like we have some errors" +msgstr "" + +#: templates/authopenid/signup.html:33 +msgid "Conventional registration" +msgstr "" + +#: templates/authopenid/signup.html:34 +msgid "choose a user name" +msgstr "" + +#: templates/authopenid/signup.html:40 +msgid "back to login" +msgstr "" + +#: templates/authopenid/signup.html:46 +msgid "Register with your OpenID" +msgstr "" + +# +#: templates/backup/answer_edit_tips.html:3 +#: templates/backup/question_edit_tips.html:2 +msgid "editing tips" +msgstr "Tips" + +#: templates/backup/questions.html:108 +msgid "number of questions" +msgstr "" + +#: templates/backup/questions.html:110 +msgid "tagged with" +msgstr "" + +#: templates/backup/questions.html:116 +msgid "whose title contains" +msgstr "" + +#: templates/backup/questions.html:121 +msgid "number of questions end of sentence." +msgstr "" + +#: templates/backup/questions.html:123 +msgid "Questions are sorted by entry date." +msgstr "" + +#: templates/backup/questions.html:123 +msgid "Newest questions shown first." +msgstr "" +"Questions are sorted by entry date.Newest questions shown " +"first." + +#: templates/backup/unanswered.html:98 templates/tough/unanswered.html:95 +msgid "number of unanswered questions" +msgstr "" + +#: templates/backup/user_info.html:44 +msgid "member since" +msgstr "" + +#: templates/backup/user_stats.html:36 +#, python-format +msgid "the answer has been voted for %(answered_question.vote_count)s times" +msgstr "" + +#: templates/tough/question_retag.html:2 +msgid "Revise tags" +msgstr "" + +#: templates/tough/question_retag.html:37 +msgid "tags are requried" +msgstr "" + +#: templates/tough/question_retag.html:38 +msgid "up to 5 tags, less than 20 characters each" +msgstr "" + +#: templates/tough/question_retag.html:51 +msgid "Change tags" +msgstr "" + +#: templates/tough/question_retag.html:74 +msgid "Change now" +msgstr "" + +#: templates/tough/question_retag.html:85 +msgid "Why use and modify tags?" +msgstr "" + +#: templates/tough/question_retag.html:96 +msgid "tag editors receive special awards from the community" +msgstr "" -- cgit v1.2.3-1-g7c22 From 8ddd362a54981c4fa6434792723cdf04a77c6f32 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 4 Aug 2009 23:28:18 -0400 Subject: included changes by Adolfo and Chaitanya and found temporary fix for languages, switched files to Unix mode --- locale/en/LC_MESSAGES/django.mo | Bin 0 -> 3214 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 locale/en/LC_MESSAGES/django.mo (limited to 'locale/en/LC_MESSAGES') diff --git a/locale/en/LC_MESSAGES/django.mo b/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 00000000..a4dd5554 Binary files /dev/null and b/locale/en/LC_MESSAGES/django.mo differ -- cgit v1.2.3-1-g7c22 From ef8f66ba6c7a22c277c6315df8040365b5684e6c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 5 Aug 2009 22:50:08 -0400 Subject: added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log --- locale/en/LC_MESSAGES/django.mo | Bin 3214 -> 0 bytes locale/en/LC_MESSAGES/django.po | 1775 ++++++++++++++++++++------------------- 2 files changed, 913 insertions(+), 862 deletions(-) delete mode 100644 locale/en/LC_MESSAGES/django.mo (limited to 'locale/en/LC_MESSAGES') diff --git a/locale/en/LC_MESSAGES/django.mo b/locale/en/LC_MESSAGES/django.mo deleted file mode 100644 index a4dd5554..00000000 Binary files a/locale/en/LC_MESSAGES/django.mo and /dev/null differ diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index c4c1e674..cc42454c 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-06-22 20:40-0400\n" +"POT-Creation-Date: 2009-08-05 22:26-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,19 +16,21 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: settings.py:32 +#: settings.py:12 msgid "account/" msgstr "" -#: settings.py:32 django_authopenid/urls.py:9 django_authopenid/urls.py:11 +#: settings.py:12 django_authopenid/urls.py:9 django_authopenid/urls.py:10 +#: django_authopenid/urls.py:11 django_authopenid/urls.py:13 +#: forum/views.py:304 templates/authopenid/confirm_email.txt:10 msgid "signin/" msgstr "" -#: django_authopenid/forms.py:67 django_authopenid/views.py:93 +#: django_authopenid/forms.py:67 django_authopenid/views.py:102 msgid "i-names are not supported" msgstr "" -#: django_authopenid/forms.py:102 django_authopenid/forms.py:207 +#: django_authopenid/forms.py:102 msgid "" "Usernames can only contain letters, numbers and " "underscores" @@ -40,19 +42,19 @@ msgid "" "choose another." msgstr "" -#: django_authopenid/forms.py:126 django_authopenid/forms.py:231 +#: django_authopenid/forms.py:126 django_authopenid/forms.py:233 msgid "" "Please enter a valid username and password. Note that " "both fields are case-sensitive." msgstr "" -#: django_authopenid/forms.py:130 django_authopenid/forms.py:235 +#: django_authopenid/forms.py:130 django_authopenid/forms.py:237 msgid "This account is inactive." msgstr "" -#: django_authopenid/forms.py:158 +#: django_authopenid/forms.py:158 django_authopenid/forms.py:210 msgid "invalid user name" -msgstr "" +msgstr "User names can contain letters, underscore and empty space." #: django_authopenid/forms.py:160 msgid "sorry, this name can not be used, please try another" @@ -66,137 +68,147 @@ msgstr "" msgid "this name is already in use - please try anoter" msgstr "" -#: django_authopenid/forms.py:184 +#: django_authopenid/forms.py:185 msgid "" -"This email is already registered in our database. Please " -"choose another." +"This email is already registered in our database. " +"Please choose another." msgstr "" -#: django_authopenid/forms.py:214 +#: django_authopenid/forms.py:216 msgid "" "This username don't exist. Please choose another." msgstr "" -#: django_authopenid/forms.py:253 +#: django_authopenid/forms.py:255 msgid "choose a username" msgstr "" -#: django_authopenid/forms.py:255 templates/authopenid/signup.html:36 +#: django_authopenid/forms.py:257 templates/authopenid/signup.html:38 msgid "your email address" msgstr "" -#: django_authopenid/forms.py:257 templates/authopenid/signup.html:37 +#: django_authopenid/forms.py:259 templates/authopenid/signup.html:39 msgid "choose password" msgstr "" -#: django_authopenid/forms.py:259 templates/authopenid/signup.html:38 +#: django_authopenid/forms.py:261 templates/authopenid/signup.html:40 msgid "retype password" msgstr "" -#: django_authopenid/forms.py:330 +#: django_authopenid/forms.py:335 msgid "" "Old password is incorrect. Please enter the correct " "password." msgstr "" -#: django_authopenid/forms.py:342 +#: django_authopenid/forms.py:347 msgid "new passwords do not match" msgstr "" -#: django_authopenid/forms.py:434 +#: django_authopenid/forms.py:442 msgid "Incorrect username." msgstr "" #: django_authopenid/urls.py:10 -msgid "signout/" +msgid "newquestion/" msgstr "" #: django_authopenid/urls.py:11 -msgid "complete/" +msgid "newanswer/" +msgstr "" + +#: django_authopenid/urls.py:12 +msgid "signout/" msgstr "" #: django_authopenid/urls.py:13 +msgid "complete/" +msgstr "" + +#: django_authopenid/urls.py:15 msgid "register/" msgstr "" -#: django_authopenid/urls.py:14 +#: django_authopenid/urls.py:16 msgid "signup/" msgstr "" -#: django_authopenid/urls.py:16 +#: django_authopenid/urls.py:18 msgid "sendpw/" msgstr "" -#: django_authopenid/urls.py:26 +#: django_authopenid/urls.py:29 msgid "delete/" msgstr "" -#: django_authopenid/views.py:99 +#: django_authopenid/views.py:108 #, python-format -msgid "非法OpenID地址: %s" +msgid "OpenID %(openid_url)s is invalid" msgstr "" -#: django_authopenid/views.py:366 +#: django_authopenid/views.py:417 django_authopenid/views.py:544 msgid "Welcome" -msgstr "" +msgstr "Verification Email from NMR Wiki Q&A" -#: django_authopenid/views.py:456 +#: django_authopenid/views.py:507 msgid "Password changed." msgstr "" -#: django_authopenid/views.py:488 -msgid "Email changed." +#: django_authopenid/views.py:519 django_authopenid/views.py:524 +msgid "your email needs to be validated" msgstr "" +"Your email needs to be validated. Please see details here." -#: django_authopenid/views.py:519 django_authopenid/views.py:671 +#: django_authopenid/views.py:681 django_authopenid/views.py:833 #, python-format msgid "No OpenID %s found associated in our database" msgstr "" -#: django_authopenid/views.py:523 django_authopenid/views.py:678 +#: django_authopenid/views.py:685 django_authopenid/views.py:840 #, python-format msgid "The OpenID %s isn't associated to current user logged in" msgstr "" -#: django_authopenid/views.py:531 +#: django_authopenid/views.py:693 msgid "Email Changed." msgstr "" -#: django_authopenid/views.py:606 +#: django_authopenid/views.py:768 msgid "This OpenID is already associated with another account." msgstr "" -#: django_authopenid/views.py:611 +#: django_authopenid/views.py:773 #, python-format msgid "OpenID %s is now associated with your account." msgstr "" -#: django_authopenid/views.py:681 +#: django_authopenid/views.py:843 msgid "Account deleted." msgstr "" -#: django_authopenid/views.py:721 +#: django_authopenid/views.py:883 msgid "Request for new password" msgstr "" -#: django_authopenid/views.py:734 +#: django_authopenid/views.py:896 msgid "A new password has been sent to your email address." msgstr "" -#: django_authopenid/views.py:764 +#: django_authopenid/views.py:926 #, python-format msgid "" "Could not change password. Confirmation key '%s' is not " "registered." msgstr "" -#: django_authopenid/views.py:773 +#: django_authopenid/views.py:935 msgid "" "Can not change password. User don't exist anymore in our " "database." msgstr "" -#: django_authopenid/views.py:782 +#: django_authopenid/views.py:944 #, python-format msgid "Password changed for %s. You may now sign in." msgstr "" @@ -237,7 +249,7 @@ msgstr "" msgid "question" msgstr "" -#: forum/const.py:57 templates/book.html:110 templates/backup/book.html:110 +#: forum/const.py:57 templates/book.html:110 msgid "answer" msgstr "" @@ -259,7 +271,7 @@ msgstr "" #: forum/const.py:62 msgid "received award" -msgstr "" +msgstr "received badge" #: forum/const.py:63 msgid "marked best answer" @@ -317,43 +329,21 @@ msgstr "" msgid "retagged" msgstr "" -#: forum/feed.py:17 templates/base.html:7 templates/base_content.html:6 -#: templates/faq.html:25 templates/faq.html.py:108 -#: templates/backup/base.html:7 templates/backup/base_content.html:6 -#: templates/backup/faq.html:25 templates/backup/faq.html.py:108 -#: templates/tough/faq.html:23 templates/tough/faq.html.py:106 -#: templates/tough/question_retag.html:89 -msgid "site title" -msgstr "" - -#: forum/feed.py:17 +#: forum/feed.py:18 msgid " - " msgstr "" -#: forum/feed.py:17 templates/base.html:7 templates/base_content.html:6 -#: templates/backup/base.html:7 templates/backup/base_content.html:6 -msgid "site slogan" -msgstr "" - -#: forum/feed.py:17 +#: forum/feed.py:18 msgid "latest questions" msgstr "" -#: forum/feed.py:19 templates/index.html:8 templates/backup/index.html:8 -msgid "meta site content" -msgstr "" - -#: forum/feed.py:21 -msgid "copyright message" +#: forum/feed.py:19 +msgid "questions/" msgstr "" #: forum/forms.py:14 templates/answer_edit_tips.html:34 -#: templates/answer_edit_tips.html.py:39 templates/question_edit_tips.html:31 +#: templates/answer_edit_tips.html.py:38 templates/question_edit_tips.html:31 #: templates/question_edit_tips.html:36 -#: templates/backup/answer_edit_tips.html:33 -#: templates/backup/answer_edit_tips.html:38 -#: templates/backup/question_edit_tips.html:29 -#: templates/backup/question_edit_tips.html:34 msgid "title" msgstr "" @@ -374,108 +364,125 @@ msgid "question content must be > 10 characters" msgstr "" #: forum/forms.py:45 templates/header.html:30 templates/header.html.py:61 -#: templates/backup/header.html:30 templates/backup/header.html.py:59 msgid "tags" msgstr "" -#: forum/forms.py:46 -msgid "please use space to separate tags (this enables autocomplete feature)" +#: forum/forms.py:47 +msgid "" +"Tags are short keywords, with no spaces within. Up to five tags can be used." msgstr "" -#: forum/forms.py:53 +#: forum/forms.py:54 templates/question_retag.html:38 msgid "tags are required" msgstr "" -#: forum/forms.py:57 +#: forum/forms.py:58 msgid "please use 5 tags or less" msgstr "" -#: forum/forms.py:60 +#: forum/forms.py:61 msgid "tags must be shorter than 20 characters" msgstr "" -#: forum/forms.py:64 +#: forum/forms.py:65 msgid "" "please use following characters in tags: letters 'a-z', numbers, and " "characters '.-_#'" msgstr "" -#: forum/forms.py:74 templates/index.html:56 templates/question.html:196 -#: templates/question.html.py:377 templates/questions.html:58 +#: forum/forms.py:75 templates/index.html:57 templates/question.html:199 +#: templates/question.html.py:380 templates/questions.html:58 #: templates/questions.html.py:70 templates/unanswered.html:48 -#: templates/unanswered.html.py:60 templates/backup/index.html:56 -#: templates/backup/question.html:195 templates/backup/question.html.py:367 -#: templates/backup/questions.html:57 templates/backup/questions.html.py:69 -#: templates/backup/unanswered.html:47 templates/backup/unanswered.html:59 -#: templates/tough/unanswered.html:46 templates/tough/unanswered.html.py:58 +#: templates/unanswered.html.py:60 msgid "community wiki" msgstr "" -#: forum/forms.py:75 +#: forum/forms.py:76 msgid "" "if you choose community wiki option, the question and answer do not generate " "points and name of author will not be shown" msgstr "" -#: forum/forms.py:84 +#: forum/forms.py:89 msgid "update summary:" msgstr "" -#: forum/forms.py:85 +#: forum/forms.py:90 msgid "" "enter a brief summary of your revision (e.g. fixed spelling, grammar, " "improved style, this field is optional)" msgstr "" -#: forum/forms.py:160 +#: forum/forms.py:175 msgid "this email does not have to be linked to gravatar" msgstr "" -#: forum/forms.py:161 +#: forum/forms.py:176 msgid "Real name" msgstr "" -#: forum/forms.py:162 +#: forum/forms.py:177 msgid "Website" msgstr "" -#: forum/forms.py:163 +#: forum/forms.py:178 msgid "Location" msgstr "" -#: forum/forms.py:164 +#: forum/forms.py:179 msgid "Date of birth" msgstr "" -#: forum/forms.py:164 +#: forum/forms.py:179 msgid "will not be shown, used to calculate age, format: YYYY-MM-DD" msgstr "" -#: forum/forms.py:165 templates/authopenid/settings.html:20 +#: forum/forms.py:180 templates/authopenid/settings.html:21 msgid "Profile" msgstr "" -#: forum/forms.py:190 forum/forms.py:191 +#: forum/forms.py:207 forum/forms.py:208 msgid "this email has already been registered, please use another one" msgstr "" -#: forum/models.py:316 templates/badges.html:52 -#: templates/backup/badges.html:52 +#: forum/models.py:238 +#, python-format +msgid "%(author)s modified the question" +msgstr "" + +#: forum/models.py:242 +#, python-format +msgid "%(people)s posted %(new_answer_count)s new answers" +msgstr "" + +#: forum/models.py:247 +#, python-format +msgid "%(people)s commented the question" +msgstr "" + +#: forum/models.py:252 +#, python-format +msgid "%(people)s commented answers" +msgstr "" + +#: forum/models.py:254 +#, python-format +msgid "%(people)s commented the answer" +msgstr "" + +#: forum/models.py:433 templates/badges.html:52 msgid "gold" msgstr "" -#: forum/models.py:317 templates/badges.html:62 -#: templates/backup/badges.html:62 +#: forum/models.py:434 templates/badges.html:60 msgid "silver" msgstr "" -#: forum/models.py:318 templates/badges.html:70 -#: templates/backup/badges.html:70 +#: forum/models.py:435 templates/badges.html:67 msgid "bronze" msgstr "" #: forum/user.py:16 templates/user_tabs.html:7 -#: templates/backup/user_tabs.html:6 msgid "overview" msgstr "" @@ -488,7 +495,6 @@ msgid "user profile overview" msgstr "" #: forum/user.py:24 templates/user_tabs.html:9 -#: templates/backup/user_tabs.html:8 msgid "recent activity" msgstr "" @@ -501,12 +507,10 @@ msgid "profile - recent activity" msgstr "" #: forum/user.py:33 templates/user_tabs.html:13 -#: templates/backup/user_tabs.html:12 msgid "responses" msgstr "" #: forum/user.py:34 templates/user_tabs.html:12 -#: templates/backup/user_tabs.html:11 msgid "comments and answers to others questions" msgstr "" @@ -515,7 +519,6 @@ msgid "profile - responses" msgstr "" #: forum/user.py:42 templates/user_info.html:23 templates/users.html:26 -#: templates/backup/user_info.html:22 templates/backup/users.html:25 msgid "reputation" msgstr "" @@ -540,12 +543,10 @@ msgid "profile - favorite questions" msgstr "" #: forum/user.py:59 templates/user_tabs.html:20 -#: templates/backup/user_tabs.html:19 msgid "casted votes" msgstr "votes" #: forum/user.py:60 templates/user_tabs.html:20 -#: templates/backup/user_tabs.html:19 msgid "user vote record" msgstr "" @@ -557,8 +558,7 @@ msgstr "" msgid "preferences" msgstr "" -#: forum/user.py:69 templates/user_tabs.html:28 -#: templates/backup/user_tabs.html:27 +#: forum/user.py:69 templates/user_tabs.html:27 msgid "user preference settings" msgstr "" @@ -566,27 +566,42 @@ msgstr "" msgid "profile - user preferences" msgstr "" -#: forum/views.py:1730 +#: forum/views.py:304 +msgid "/account/" +msgstr "" + +#: forum/views.py:943 +#, python-format +msgid "subscription saved, %(email)s needs validation" +msgstr "" +"Your subscription is saved, but email address %(email)s needs to be " +"validated, please see more details here" + +#: forum/views.py:1853 msgid "uploading images is limited to users with >60 reputation points" msgstr "" -#: forum/views.py:1732 +#: forum/views.py:1855 msgid "allowed file types are 'jpg', 'jpeg', 'gif', 'bmp', 'png', 'tiff'" msgstr "" -#: forum/views.py:1734 +#: forum/views.py:1857 #, python-format msgid "maximum upload file size is %sK" msgstr "" -#: forum/views.py:1736 +#: forum/views.py:1859 #, python-format msgid "" "Error uploading file. Please contact the site administrator. Thank you. %s" msgstr "" +#: forum/management/commands/send_email_alerts.py:35 +msgid "updates from website" +msgstr "" + #: forum/templatetags/extra_tags.py:139 forum/templatetags/extra_tags.py:168 -#: templates/header.html:33 templates/backup/header.html:33 +#: templates/header.html:33 msgid "badges" msgstr "" @@ -598,140 +613,121 @@ msgstr "" msgid " ago" msgstr "" -#: templates/404.html:24 templates/backup/404.html:24 +#: templates/404.html:24 msgid "Sorry, could not find the page you requested." msgstr "" -#: templates/404.html:26 templates/backup/404.html:26 +#: templates/404.html:26 msgid "This might have happened for the following reasons:" msgstr "" -#: templates/404.html:28 templates/backup/404.html:28 +#: templates/404.html:28 msgid "this question or answer has been deleted;" msgstr "" -#: templates/404.html:29 templates/backup/404.html:29 +#: templates/404.html:29 msgid "url has error - please check it;" msgstr "" -#: templates/404.html:30 templates/backup/404.html:30 +#: templates/404.html:30 msgid "" "the page you tried to visit is protected or you don't have sufficient " "points, see" msgstr "" -#: templates/404.html:31 templates/backup/404.html:31 +#: templates/404.html:31 msgid "if you believe this error 404 should not have occured, please" msgstr "" -#: templates/404.html:32 templates/backup/404.html:32 +#: templates/404.html:32 msgid "report this problem" msgstr "" -#: templates/404.html:41 templates/500.html:27 templates/backup/404.html:41 -#: templates/backup/500.html:27 +#: templates/404.html:41 templates/500.html:27 msgid "back to previous page" msgstr "" -#: templates/404.html:42 templates/backup/404.html:42 +#: templates/404.html:42 msgid "see all questions" msgstr "" -#: templates/404.html:43 templates/backup/404.html:43 +#: templates/404.html:43 msgid "see all tags" msgstr "" -#: templates/500.html:24 templates/backup/500.html:24 +#: templates/500.html:22 +msgid "sorry, system error" +msgstr "" + +#: templates/500.html:24 msgid "system error log is recorded, error will be fixed as soon as possible" msgstr "" -#: templates/500.html:25 templates/backup/500.html:25 +#: templates/500.html:25 msgid "please report the error to the site administrators if you wish" msgstr "" -#: templates/500.html:28 templates/backup/500.html:28 +#: templates/500.html:28 msgid "see latest questions" msgstr "" -#: templates/500.html:29 templates/backup/500.html:29 +#: templates/500.html:29 msgid "see tags" msgstr "" #: templates/about.html:6 templates/about.html.py:11 -#: templates/backup/about.html:6 templates/backup/about.html.py:11 msgid "About" msgstr "" #: templates/answer_edit.html:4 templates/answer_edit.html.py:47 -#: templates/backup/answer_edit.html:3 templates/backup/answer_edit.html:46 msgid "Edit answer" msgstr "" #: templates/answer_edit.html:24 templates/answer_edit.html.py:27 -#: templates/ask.html:25 templates/ask.html.py:28 templates/question.html:37 -#: templates/question.html.py:40 templates/question_edit.html:27 -#: templates/backup/answer_edit.html:23 templates/backup/answer_edit.html:26 -#: templates/backup/ask.html:24 templates/backup/ask.html.py:27 -#: templates/backup/question.html:36 templates/backup/question.html.py:39 -#: templates/backup/question_edit.html:25 +#: templates/ask.html:25 templates/ask.html.py:28 templates/question.html:40 +#: templates/question.html.py:43 templates/question_edit.html:27 msgid "hide preview" msgstr "" #: templates/answer_edit.html:27 templates/ask.html:28 -#: templates/question.html:40 templates/question_edit.html:27 -#: templates/backup/answer_edit.html:26 templates/backup/ask.html:27 -#: templates/backup/question.html:39 templates/backup/question_edit.html:25 +#: templates/question.html:43 templates/question_edit.html:27 msgid "show preview" msgstr "" #: templates/answer_edit.html:47 templates/question_edit.html:65 -#: templates/revisions_answer.html:36 templates/revisions_question.html:36 -#: templates/backup/answer_edit.html:46 templates/backup/question_edit.html:63 -#: templates/backup/revisions_answer.html:35 -#: templates/backup/revisions_question.html:34 -#: templates/tough/question_retag.html:51 +#: templates/question_retag.html:52 templates/revisions_answer.html:36 +#: templates/revisions_question.html:36 msgid "back" msgstr "" #: templates/answer_edit.html:52 templates/question_edit.html:70 #: templates/revisions_answer.html:47 templates/revisions_question.html:47 -#: templates/backup/answer_edit.html:51 templates/backup/question_edit.html:68 -#: templates/backup/revisions_answer.html:46 -#: templates/backup/revisions_question.html:45 msgid "revision" msgstr "" #: templates/answer_edit.html:55 templates/question_edit.html:74 -#: templates/backup/answer_edit.html:54 templates/backup/question_edit.html:72 msgid "select revision" msgstr "" -#: templates/answer_edit.html:62 templates/ask.html:81 -#: templates/question.html:447 templates/question_edit.html:91 -#: templates/backup/answer_edit.html:61 templates/backup/ask.html:80 -#: templates/backup/question.html:437 templates/backup/question_edit.html:89 +#: templates/answer_edit.html:62 templates/ask.html:94 +#: templates/question.html:452 templates/question_edit.html:91 msgid "Toggle the real time Markdown editor preview" msgstr "" -#: templates/answer_edit.html:62 templates/ask.html:81 -#: templates/question.html:447 templates/question_edit.html:91 -#: templates/backup/answer_edit.html:61 templates/backup/ask.html:80 -#: templates/backup/question.html:437 templates/backup/question_edit.html:89 +#: templates/answer_edit.html:62 templates/ask.html:94 +#: templates/question.html:452 templates/question_edit.html:91 msgid "toggle preview" msgstr "" #: templates/answer_edit.html:73 templates/question_edit.html:119 -#: templates/backup/answer_edit.html:72 -#: templates/backup/question_edit.html:117 +#: templates/question_retag.html:75 msgid "Save edit" msgstr "" #: templates/answer_edit.html:74 templates/close.html:29 -#: templates/question_edit.html:120 templates/reopen.html:30 -#: templates/user_edit.html:83 templates/backup/answer_edit.html:73 -#: templates/backup/close.html:29 templates/backup/question_edit.html:118 -#: templates/backup/reopen.html:28 templates/backup/user_edit.html:81 -#: templates/tough/question_retag.html:75 +#: templates/question_edit.html:120 templates/question_retag.html:76 +#: templates/reopen.html:30 templates/user_edit.html:83 +#: templates/authopenid/changeemail.html:34 msgid "Cancel" msgstr "" @@ -739,726 +735,613 @@ msgstr "" msgid "answer tips" msgstr "Tips" -#: templates/answer_edit_tips.html:7 templates/backup/answer_edit_tips.html:6 +#: templates/answer_edit_tips.html:7 msgid "please make your answer relevant to this community" msgstr "" -#: templates/answer_edit_tips.html:10 templates/backup/answer_edit_tips.html:9 +#: templates/answer_edit_tips.html:10 msgid "try to give an answer, rather than engage into a discussion" msgstr "" #: templates/answer_edit_tips.html:13 -#: templates/backup/answer_edit_tips.html:12 msgid "please try to provide details" msgstr "" #: templates/answer_edit_tips.html:16 templates/question_edit_tips.html:13 -#: templates/backup/answer_edit_tips.html:15 -#: templates/backup/question_edit_tips.html:11 msgid "be clear and concise" msgstr "" #: templates/answer_edit_tips.html:19 templates/question_edit_tips.html:16 -#: templates/backup/answer_edit_tips.html:18 -#: templates/backup/question_edit_tips.html:14 msgid "see frequently asked questions" msgstr "" #: templates/answer_edit_tips.html:25 templates/question_edit_tips.html:22 -#: templates/backup/answer_edit_tips.html:24 -#: templates/backup/question_edit_tips.html:20 msgid "Markdown tips" msgstr "Markdown basics" #: templates/answer_edit_tips.html:28 templates/question_edit_tips.html:25 -#: templates/backup/answer_edit_tips.html:27 -#: templates/backup/question_edit_tips.html:23 msgid "*italic* or __italic__" msgstr "" #: templates/answer_edit_tips.html:31 templates/question_edit_tips.html:28 -#: templates/backup/answer_edit_tips.html:30 -#: templates/backup/question_edit_tips.html:26 msgid "**bold** or __bold__" msgstr "" #: templates/answer_edit_tips.html:34 templates/question_edit_tips.html:31 -#: templates/backup/answer_edit_tips.html:33 -#: templates/backup/question_edit_tips.html:29 msgid "link" msgstr "" -#: templates/answer_edit_tips.html:34 templates/answer_edit_tips.html.py:39 +#: templates/answer_edit_tips.html:34 templates/answer_edit_tips.html.py:38 #: templates/question_edit_tips.html:31 templates/question_edit_tips.html:36 -#: templates/backup/answer_edit_tips.html:33 -#: templates/backup/answer_edit_tips.html:38 -#: templates/backup/question_edit_tips.html:29 -#: templates/backup/question_edit_tips.html:34 msgid "text" msgstr "" -#: templates/answer_edit_tips.html:39 templates/question_edit_tips.html:36 -#: templates/backup/answer_edit_tips.html:38 -#: templates/backup/question_edit_tips.html:34 +#: templates/answer_edit_tips.html:38 templates/question_edit_tips.html:36 msgid "image" msgstr "" -#: templates/answer_edit_tips.html:43 templates/question_edit_tips.html:40 -#: templates/backup/answer_edit_tips.html:42 -#: templates/backup/question_edit_tips.html:38 +#: templates/answer_edit_tips.html:42 templates/question_edit_tips.html:40 msgid "numbered list:" msgstr "" -#: templates/answer_edit_tips.html:48 templates/question_edit_tips.html:45 -#: templates/backup/answer_edit_tips.html:47 -#: templates/backup/question_edit_tips.html:43 +#: templates/answer_edit_tips.html:47 templates/question_edit_tips.html:45 msgid "basic HTML tags are also supported" msgstr "" -#: templates/answer_edit_tips.html:51 templates/question_edit_tips.html:48 -#: templates/backup/answer_edit_tips.html:50 -#: templates/backup/question_edit_tips.html:46 +#: templates/answer_edit_tips.html:50 templates/question_edit_tips.html:48 msgid "learn more about Markdown" msgstr "" -#: templates/ask.html:4 templates/ask.html.py:60 templates/backup/ask.html:3 -#: templates/backup/ask.html.py:59 +#: templates/ask.html:4 templates/ask.html.py:60 msgid "Ask a question" msgstr "" -#: templates/ask.html:106 templates/backup/ask.html:105 -msgid "Use" -msgstr "" - -#: templates/ask.html:106 templates/backup/ask.html:105 -msgid "learn more about OpenID" +#: templates/ask.html:67 +msgid "login to post question info" msgstr "" +"You are welcome to start submitting your question " +"anonymously - you are currently not logged in. When you post your " +"question, you will be redirected to the login/signup page. Your question " +"will be saved meanwhile and will be posted when you log in. Login/signup " +"process is very simple. Login takes about 30 seconds, initial signup takes a " +"minute or less." -#: templates/ask.html:106 templates/authopenid/signin.html:34 -#: templates/authopenid/signin.html:60 templates/backup/ask.html:105 -msgid "Login" -msgstr "" - -#: templates/ask.html:109 templates/backup/ask.html:108 -msgid "Get your own " +#: templates/ask.html:73 +#, python-format +msgid "must have valid %(email)s to post" msgstr "" +"Looks like your email address, %(email)s has not " +"yet been validated. To post messages you must verify your email, " +"please see more details here.
You can submit " +"your question now and validate email after that. Your question will saved as " +"pending meanwhile. " -#: templates/ask.html:117 templates/authopenid/sendpw.html:27 -#: templates/backup/ask.html:116 -msgid "User name" +#: templates/ask.html:108 +msgid "(required)" msgstr "" -#: templates/ask.html:120 templates/backup/ask.html:119 -msgid "Email: (won't be shown to anyone)" -msgstr "" +#: templates/ask.html:115 +msgid "Login/signup to post your question" +msgstr "Login/Signup to Post" -#: templates/ask.html:127 templates/backup/ask.html:126 +#: templates/ask.html:117 msgid "Ask your question" -msgstr "" +msgstr "Ask Your Question" #: templates/badge.html:6 templates/badge.html.py:17 -#: templates/backup/badge.html:5 templates/backup/badge.html.py:16 msgid "Badge" msgstr "" -#: templates/badge.html:26 templates/backup/badge.html:25 +#: templates/badge.html:26 msgid "The users have been awarded with badges:" msgstr "" -#: templates/badges.html:6 templates/backup/badges.html:6 +#: templates/badges.html:6 msgid "Badges summary" msgstr "" #: templates/badges.html:17 templates/user_stats.html:113 -#: templates/backup/badges.html:17 templates/backup/user_stats.html:112 msgid "Badges" msgstr "" -#: templates/badges.html:21 templates/backup/badges.html:21 +#: templates/badges.html:21 msgid "Community gives you awards for your questions, answers and votes." msgstr "" +"If your questions and answers are highly voted, your contribution to this " +"Q&A community will be recognized with the variety of badges." -#: templates/badges.html:22 templates/backup/badges.html:22 +#: templates/badges.html:22 msgid "" "Below is the list of available badges and number of times each type of badge " "has been awarded." msgstr "" +"Currently badges differ only by their level: gold, " +"silver and bronze (their meanings are " +"described on the right). In the future there will be many types of badges at " +"each level. Please give us your feedback - what kinds of badges would you like to see and suggest the " +"activity for which those badges might be awarded." -#: templates/badges.html:49 templates/backup/badges.html:49 +#: templates/badges.html:49 msgid "Community badges" -msgstr "" +msgstr "Badge levels" -#: templates/badges.html:55 templates/backup/badges.html:55 -msgid "Gold badge is very rare." +#: templates/badges.html:55 +msgid "gold badge description" msgstr "" +"Gold badge is the highest award in this community. To obtain it have to show " +"profound knowledge and ability in addition to your active participation." -#: templates/badges.html:56 templates/backup/badges.html:56 -msgid "" -"To obtain it you have to show profound knowledge and ability in addition to " -"actively participating in the community." +#: templates/badges.html:63 +msgid "silver badge description" msgstr "" +"Obtaining silver badge requires significant patience. If you have received " +"one, that means you have greatly contributed to this community." -#: templates/badges.html:57 templates/backup/badges.html:57 -msgid "Gold badge is the highest award in this community." -msgstr "" - -#: templates/badges.html:65 templates/backup/badges.html:65 -msgid "Obtaining silver badge requires significant patience." -msgstr "" - -#: templates/badges.html:66 templates/backup/badges.html:66 -msgid "If you got one, you've very significantly contributed to this community" -msgstr "" - -#: templates/badges.html:69 templates/backup/badges.html:69 +#: templates/badges.html:66 msgid "bronze badge: often given as a special honor" msgstr "" -#: templates/badges.html:73 templates/backup/badges.html:73 -msgid "" -"If you are active in this community, you will will get this medal - still it " -"is a special honor." +#: templates/badges.html:70 +msgid "bronze badge description" msgstr "" +"If you are an active participant in this community, you will be recognized " +"with this badge." -#: templates/base.html:59 templates/base_content.html:60 -#: templates/backup/base.html:59 templates/backup/base_content.html:57 -msgid "congratulations, community gave you a badge" -msgstr "" - -#: templates/base.html:61 templates/base_content.html:62 -#: templates/backup/base.html:61 templates/backup/base_content.html:59 -msgid "profile" -msgstr "" - -#: templates/base_content.html:61 templates/backup/base_content.html:58 -msgid "see" -msgstr "" - -#: templates/book.html:7 templates/backup/book.html:7 +#: templates/book.html:7 msgid "reading channel" msgstr "" -#: templates/book.html:26 templates/backup/book.html:26 +#: templates/book.html:26 msgid "[author]" msgstr "" -#: templates/book.html:30 templates/backup/book.html:30 +#: templates/book.html:30 msgid "[publisher]" msgstr "" -#: templates/book.html:34 templates/backup/book.html:34 +#: templates/book.html:34 msgid "[publication date]" msgstr "" -#: templates/book.html:38 templates/backup/book.html:38 +#: templates/book.html:38 msgid "[price]" msgstr "" -#: templates/book.html:39 templates/backup/book.html:39 +#: templates/book.html:39 msgid "currency unit" msgstr "" -#: templates/book.html:42 templates/backup/book.html:42 +#: templates/book.html:42 msgid "[pages]" msgstr "" -#: templates/book.html:43 templates/backup/book.html:43 +#: templates/book.html:43 msgid "pages abbreviation" msgstr "" -#: templates/book.html:46 templates/backup/book.html:46 +#: templates/book.html:46 msgid "[tags]" msgstr "" -#: templates/book.html:56 templates/backup/book.html:56 +#: templates/book.html:56 msgid "author blog" msgstr "" -#: templates/book.html:62 templates/backup/book.html:62 +#: templates/book.html:62 msgid "book directory" msgstr "" -#: templates/book.html:66 templates/backup/book.html:66 +#: templates/book.html:66 msgid "buy online" msgstr "" -#: templates/book.html:79 templates/backup/book.html:79 +#: templates/book.html:79 msgid "reader questions" msgstr "" -#: templates/book.html:82 templates/backup/book.html:82 +#: templates/book.html:82 msgid "ask the author" msgstr "" #: templates/book.html:88 templates/book.html.py:93 -#: templates/users_questions.html:17 templates/backup/book.html:88 -#: templates/backup/book.html.py:93 templates/backup/users_questions.html:16 +#: templates/users_questions.html:17 msgid "this question was selected as favorite" msgstr "" #: templates/book.html:88 templates/book.html.py:93 #: templates/users_questions.html:11 templates/users_questions.html.py:17 -#: templates/backup/book.html:88 templates/backup/book.html.py:93 -#: templates/backup/users_questions.html:10 -#: templates/backup/users_questions.html:16 msgid "number of times" msgstr "" -#: templates/book.html:105 templates/index.html:47 templates/questions.html:46 +#: templates/book.html:105 templates/index.html:48 templates/questions.html:46 #: templates/unanswered.html:37 templates/users_questions.html:30 -#: templates/backup/book.html:105 templates/backup/index.html:47 -#: templates/backup/questions.html:45 templates/backup/unanswered.html:36 -#: templates/backup/users_questions.html:29 templates/tough/unanswered.html:35 msgid "votes" msgstr "" -#: templates/book.html:108 templates/backup/book.html:108 +#: templates/book.html:108 msgid "the answer has been accepted to be correct" msgstr "" -#: templates/book.html:115 templates/index.html:48 templates/questions.html:47 +#: templates/book.html:115 templates/index.html:49 templates/questions.html:47 #: templates/unanswered.html:38 templates/users_questions.html:40 -#: templates/backup/book.html:115 templates/backup/index.html:48 -#: templates/backup/questions.html:46 templates/backup/unanswered.html:37 -#: templates/backup/users_questions.html:39 templates/tough/unanswered.html:36 msgid "views" msgstr "" -#: templates/book.html:125 templates/index.html:68 templates/question.html:112 -#: templates/question.html.py:479 templates/questions.html:84 -#: templates/questions.html.py:149 templates/tags.html:47 +#: templates/book.html:125 templates/index.html:69 templates/question.html:115 +#: templates/question.html.py:486 templates/questions.html:84 +#: templates/questions.html.py:156 templates/tags.html:47 #: templates/unanswered.html:75 templates/unanswered.html.py:109 -#: templates/users_questions.html:52 templates/backup/book.html:125 -#: templates/backup/index.html:68 templates/backup/index.html.py:93 -#: templates/backup/question.html:111 templates/backup/question.html.py:469 -#: templates/backup/questions.html:83 templates/backup/questions.html:148 -#: templates/backup/tags.html:46 templates/backup/unanswered.html:74 -#: templates/backup/unanswered.html:108 -#: templates/backup/users_questions.html:51 templates/tough/unanswered.html:72 -#: templates/tough/unanswered.html:105 +#: templates/users_questions.html:52 msgid "using tags" msgstr "" -#: templates/book.html:147 templates/backup/book.html:147 +#: templates/book.html:147 msgid "subscribe to book RSS feed" msgstr "" #: templates/book.html:147 templates/index.html:116 -#: templates/backup/book.html:147 templates/backup/index.html:115 msgid "subscribe to the questions feed" msgstr "" #: templates/close.html:6 templates/close.html.py:16 -#: templates/backup/close.html:6 templates/backup/close.html.py:16 msgid "Close question" msgstr "" -#: templates/close.html:19 templates/backup/close.html:19 +#: templates/close.html:19 msgid "Close the question" msgstr "" -#: templates/close.html:25 templates/backup/close.html:25 +#: templates/close.html:25 msgid "Reasons" msgstr "" -#: templates/close.html:28 templates/backup/close.html:28 +#: templates/close.html:28 msgid "OK to close" msgstr "" -#: templates/faq.html:11 templates/backup/faq.html:11 -#: templates/tough/faq.html:9 +#: templates/faq.html:11 msgid "Frequently Asked Questions " msgstr "" -#: templates/faq.html:15 templates/backup/faq.html:15 -#: templates/tough/faq.html:13 +#: templates/faq.html:16 msgid "What kinds of questions can I ask here?" msgstr "" -#: templates/faq.html:16 templates/backup/faq.html:16 -#: templates/tough/faq.html:14 +#: templates/faq.html:17 msgid "" "Most importanly - questions should be relevant to this " "community." msgstr "" +"Please ask questions about all aspects of Magnetic Resonance - NMR, EPR, MRI. " +"Questions about both theory and practice in these fields are welcome, " +"including questions about the physical foundations, scientific applications, " +"instrumentation, interpretation of data, software, preparation and handling " +"of samples etc. " -#: templates/faq.html:17 templates/backup/faq.html:17 -#: templates/tough/faq.html:15 +#: templates/faq.html:18 msgid "" "Before asking the question - please make sure to use search to see whether " "your question has alredy been answered." msgstr "" +"Before you ask - please make sure to search for a similar question. You can " +"search questions by their title or tags." -#: templates/faq.html:20 templates/backup/faq.html:20 -#: templates/tough/faq.html:18 +#: templates/faq.html:21 msgid "What questions should I avoid asking?" -msgstr "" +msgstr "What kinds of questions should be avoided?" -#: templates/faq.html:21 templates/backup/faq.html:21 -#: templates/tough/faq.html:19 +#: templates/faq.html:22 msgid "" "Please avoid asking questions that are not relevant to this community, too " "subjective and argumentative." msgstr "" +"Please avoid asking questions that are not relevant to the subjects of NMR, " +"EPR or MRI, also please avoid asking questions that are too argumentative or " +"subjective." -#: templates/faq.html:24 templates/backup/faq.html:24 -#: templates/tough/faq.html:22 +#: templates/faq.html:27 msgid "What should I avoid in my answers?" msgstr "" -#: templates/faq.html:25 templates/backup/faq.html:25 -#: templates/tough/faq.html:23 +#: templates/faq.html:28 templates/faq.html.py:132 +msgid "site title" +msgstr "NMR Wiki Q&A" + +#: templates/faq.html:28 msgid "" "is a Q&A site, not a discussion group. Therefore - please avoid having " "discussions in your answers, comment facility allows some space for brief " "discussions." msgstr "" +"is a question and answer site - it is not a " +"discussion group. Please avoid holding debates in your answers as " +"they tend to dilute the essense of questions and answers. For the brief " +"discussions please use commenting facility." -#: templates/faq.html:28 templates/backup/faq.html:28 -#: templates/tough/faq.html:26 +#: templates/faq.html:32 msgid "Who moderates this community?" msgstr "" -#: templates/faq.html:29 templates/backup/faq.html:29 -#: templates/tough/faq.html:27 +#: templates/faq.html:33 msgid "The short answer is: you." msgstr "" -#: templates/faq.html:30 templates/backup/faq.html:30 -#: templates/tough/faq.html:28 +#: templates/faq.html:34 msgid "This website is moderated by the users." msgstr "" -#: templates/faq.html:31 templates/backup/faq.html:31 -#: templates/tough/faq.html:29 +#: templates/faq.html:35 msgid "" "The reputation system allows users earn the authorization to perform a " "variety of moderation tasks." msgstr "" -#: templates/faq.html:34 templates/backup/faq.html:34 -#: templates/tough/faq.html:32 +#: templates/faq.html:40 msgid "How does reputation system work?" msgstr "" -#: templates/faq.html:35 templates/backup/faq.html:35 -#: templates/tough/faq.html:33 -msgid "" -"Anyone can ask questions and give answers, points are not necessary for that." +#: templates/faq.html:41 +msgid "Rep system summary" msgstr "" +"When a question or answer is upvoted, the user who posted them will gain " +"some points, which are called \"reputation points\". These points serve as a " +"rough measure of the community trust to him/her. Various moderation tasks " +"are gradually assigned to the users based on those points." -#: templates/faq.html:36 templates/backup/faq.html:36 -#: templates/tough/faq.html:34 -msgid "" -"As we've said before, users help running this site. Point system helps " -"select users who can administer this community." -msgstr "" - -#: templates/faq.html:37 templates/backup/faq.html:37 -#: templates/tough/faq.html:35 -msgid "" -"Reputation points roughly measure how community trusts you. These points are " -"given to you directly by other members of the community." -msgstr "" - -#: templates/faq.html:40 templates/backup/faq.html:40 -#: templates/tough/faq.html:38 -msgid "" -"For example, if you ask an interesting question or give a helpful answer, " -"your input will be upvoted and you will gain more trust in the community." -msgstr "" - -#: templates/faq.html:41 templates/backup/faq.html:41 -#: templates/tough/faq.html:39 -msgid "" -"If on the other hand someone gives a misleading answer, the answer will be " -"voted down and he/she loses some points." -msgstr "" - -#: templates/faq.html:42 templates/backup/faq.html:42 -#: templates/tough/faq.html:40 -msgid "" -"Each vote in favor will generate 10 points, each vote " -"against will subtract 2 points." -msgstr "" - -#: templates/faq.html:43 templates/backup/faq.html:43 -#: templates/tough/faq.html:41 -msgid "" -"Through the votes of other people you can accumulate a maximum of " -"200 points." -msgstr "" - -#: templates/faq.html:44 templates/backup/faq.html:44 -msgid "After accumulating certain number of points, you can do more:" -msgstr "" - -#: templates/faq.html:52 templates/user_votes.html:14 -#: templates/backup/faq.html:52 templates/backup/user_votes.html:13 -#: templates/tough/faq.html:50 +#: templates/faq.html:59 templates/user_votes.html:14 msgid "upvote" msgstr "" -#: templates/faq.html:56 templates/backup/faq.html:56 -#: templates/tough/faq.html:54 +#: templates/faq.html:63 msgid "use tags" msgstr "" -#: templates/faq.html:60 templates/backup/faq.html:60 -#: templates/tough/faq.html:58 +#: templates/faq.html:68 msgid "add comments" msgstr "" -#: templates/faq.html:64 templates/user_votes.html:16 -#: templates/backup/faq.html:64 templates/backup/user_votes.html:15 -#: templates/tough/faq.html:62 +#: templates/faq.html:72 templates/user_votes.html:16 msgid "downvote" msgstr "" -#: templates/faq.html:71 templates/backup/faq.html:71 -#: templates/tough/faq.html:69 +#: templates/faq.html:75 +msgid "open and close own questions" +msgstr "" + +#: templates/faq.html:79 msgid "retag questions" msgstr "" -#: templates/faq.html:75 templates/backup/faq.html:75 -#: templates/tough/faq.html:73 +#: templates/faq.html:83 msgid "edit community wiki questions" msgstr "" -#: templates/faq.html:79 templates/backup/faq.html:79 -#: templates/tough/faq.html:77 +#: templates/faq.html:87 msgid "edit any answer" msgstr "" -#: templates/faq.html:83 templates/backup/faq.html:83 -#: templates/tough/faq.html:81 +#: templates/faq.html:91 msgid "open any closed question" msgstr "" -#: templates/faq.html:87 templates/backup/faq.html:87 -#: templates/tough/faq.html:85 +#: templates/faq.html:95 msgid "delete any comment" msgstr "" -#: templates/faq.html:91 templates/backup/faq.html:91 -#: templates/tough/faq.html:89 +#: templates/faq.html:99 msgid "delete any questions and answers and perform other moderation tasks" msgstr "" -#: templates/faq.html:98 templates/backup/faq.html:98 +#: templates/faq.html:106 +msgid "how to validate email title" +msgstr "How to validate email and why?" + +#: templates/faq.html:108 +msgid "how to validate email info" +msgstr "" +"

How? If you have just set or changed your email " +"address - check your email and click the included link." +"
The link contains a key generated specifically for you. You can also " +"