summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-12-12 16:50:11 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-12-12 16:50:11 -0500
commitcb62a16568557f9d2d53740962b85bfba2d3c262 (patch)
treecf5aa5ceb38124afe38cce7f83c324a3df882517
parent5286598480ff57d265e86ea41922d28176cd2669 (diff)
downloadaskbot-cb62a16568557f9d2d53740962b85bfba2d3c262.tar.gz
askbot-cb62a16568557f9d2d53740962b85bfba2d3c262.tar.bz2
askbot-cb62a16568557f9d2d53740962b85bfba2d3c262.zip
updated chinese and added korean locales by suyu8776
-rw-r--r--askbot/locale/kr/LC_MESSAGES/django.mobin0 -> 22403 bytes
-rw-r--r--askbot/locale/kr/LC_MESSAGES/django.po5570
-rw-r--r--askbot/locale/zh-cn/LC_MESSAGES/django.mobin19174 -> 77503 bytes
-rw-r--r--askbot/locale/zh-cn/LC_MESSAGES/django.po3154
4 files changed, 7107 insertions, 1617 deletions
diff --git a/askbot/locale/kr/LC_MESSAGES/django.mo b/askbot/locale/kr/LC_MESSAGES/django.mo
new file mode 100644
index 00000000..2cd947f2
--- /dev/null
+++ b/askbot/locale/kr/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/kr/LC_MESSAGES/django.po b/askbot/locale/kr/LC_MESSAGES/django.po
new file mode 100644
index 00000000..98106260
--- /dev/null
+++ b/askbot/locale/kr/LC_MESSAGES/django.po
@@ -0,0 +1,5570 @@
+# English translation for CNPROG package.
+# Copyright (C) 2009 Gang Chen, 2010 Askbot
+# This file is distributed under the same license as the CNPROG package.
+# Evgeny Fadeev <evgeny.fadeev@gmail.com>, 2009.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-12-12 00:25-0600\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Evgeny Fadeev <evgeny.fadeev@gmail.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: exceptions.py:9
+msgid "Sorry, but anonymous visitors cannot access this function"
+msgstr ""
+
+#: feed.py:22
+msgid " - "
+msgstr ""
+
+#: feed.py:22
+msgid "latest questions"
+msgstr ""
+
+#: forms.py:54 skins/default/templates/answer_edit_tips.html:43
+#: skins/default/templates/answer_edit_tips.html:47
+#: skins/default/templates/question_edit_tips.html:40
+#: skins/default/templates/question_edit_tips.html:45
+msgid "title"
+msgstr ""
+
+#: forms.py:55
+msgid "please enter a descriptive title for your question"
+msgstr ""
+
+#: forms.py:60
+msgid "title must be > 10 characters"
+msgstr ""
+
+#: forms.py:69
+msgid "content"
+msgstr ""
+
+#: forms.py:75
+msgid "question content must be > 10 characters"
+msgstr ""
+
+#: forms.py:84 skins/default/templates/header.html:105
+msgid "tags"
+msgstr ""
+
+#: forms.py:86
+msgid ""
+"Tags are short keywords, with no spaces within. Up to five tags can be used."
+msgstr ""
+
+#: forms.py:93 skins/default/templates/question_retag.html:78
+msgid "tags are required"
+msgstr ""
+
+#: forms.py:102
+#, python-format
+msgid "please use %(tag_count)d tag or less"
+msgid_plural "please use %(tag_count)d tags or less"
+msgstr[0] ""
+msgstr[1] ""
+
+#: forms.py:111
+#, python-format
+msgid "each tag must be shorter than %(max_chars)d character"
+msgid_plural "each tag must be shorter than %(max_chars)d characters"
+msgstr[0] ""
+msgstr[1] ""
+
+#: forms.py:119
+msgid "use-these-chars-in-tags"
+msgstr ""
+
+#: forms.py:130
+#: skins/default/templates/unused/question_summary_list_roll.html:26
+#: skins/default/templates/unused/question_summary_list_roll.html:38
+msgid "community wiki"
+msgstr ""
+
+#: forms.py:131
+msgid ""
+"if you choose community wiki option, the question and answer do not generate "
+"points and name of author will not be shown"
+msgstr ""
+
+#: forms.py:147
+msgid "update summary:"
+msgstr ""
+
+#: forms.py:148
+msgid ""
+"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
+"improved style, this field is optional)"
+msgstr ""
+
+#: forms.py:204
+msgid "Enter number of points to add or subtract"
+msgstr ""
+
+#: forms.py:218 const/__init__.py:220
+msgid "approved"
+msgstr ""
+
+#: forms.py:219 const/__init__.py:221
+msgid "watched"
+msgstr ""
+
+#: forms.py:220 const/__init__.py:222
+msgid "suspended"
+msgstr ""
+
+#: forms.py:221 const/__init__.py:223
+msgid "blocked"
+msgstr ""
+
+#: forms.py:223 const/__init__.py:219
+msgid "moderator"
+msgstr ""
+
+#: forms.py:243
+msgid "Change status to"
+msgstr ""
+
+#: forms.py:270
+msgid "which one?"
+msgstr ""
+
+#: forms.py:291
+msgid "Cannot change own status"
+msgstr ""
+
+#: forms.py:297
+msgid "Cannot turn other user to moderator"
+msgstr ""
+
+#: forms.py:304
+msgid "Cannot change status of another moderator"
+msgstr ""
+
+#: forms.py:310
+#, python-format
+msgid "If you wish to change %(username)s's status, "
+msgstr ""
+
+#: forms.py:319
+msgid "Subject line"
+msgstr ""
+
+#: forms.py:326
+msgid "Message text"
+msgstr ""
+
+#: forms.py:403
+msgid "Your name:"
+msgstr ""
+
+#: forms.py:404
+msgid "Email (not shared with anyone):"
+msgstr ""
+
+#: forms.py:405
+msgid "Your message:"
+msgstr ""
+
+#: forms.py:492
+msgid "this email does not have to be linked to gravatar"
+msgstr ""
+
+#: forms.py:499
+msgid "Real name"
+msgstr ""
+
+#: forms.py:506
+msgid "Website"
+msgstr ""
+
+#: forms.py:513
+msgid "Location"
+msgstr ""
+
+#: forms.py:520
+msgid "Date of birth"
+msgstr ""
+
+#: forms.py:521
+msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
+msgstr ""
+
+#: forms.py:527
+msgid "Profile"
+msgstr ""
+
+#: forms.py:536
+msgid "Screen name"
+msgstr ""
+
+#: forms.py:561 forms.py:562
+msgid "this email has already been registered, please use another one"
+msgstr ""
+
+#: forms.py:568
+msgid "Choose email tag filter"
+msgstr ""
+
+#: forms.py:607
+msgid "Asked by me"
+msgstr ""
+
+#: forms.py:610
+msgid "Answered by me"
+msgstr ""
+
+#: forms.py:613
+msgid "Individually selected"
+msgstr ""
+
+#: forms.py:616
+msgid "Entire forum (tag filtered)"
+msgstr ""
+
+#: forms.py:620
+msgid "Comments and posts mentioning me"
+msgstr ""
+
+#: forms.py:678
+msgid "okay, let's try!"
+msgstr ""
+
+#: forms.py:679
+msgid "no community email please, thanks"
+msgstr "no askbot email please, thanks"
+
+#: forms.py:683
+msgid "please choose one of the options above"
+msgstr ""
+
+#: urls.py:45
+msgid "about/"
+msgstr ""
+
+#: urls.py:46 conf/site_settings.py:79
+msgid "faq/"
+msgstr ""
+
+#: urls.py:47
+msgid "privacy/"
+msgstr ""
+
+#: urls.py:48
+msgid "logout/"
+msgstr ""
+
+#: urls.py:50 urls.py:55
+msgid "answers/"
+msgstr ""
+
+#: urls.py:50 urls.py:71 urls.py:167
+msgid "edit/"
+msgstr ""
+
+#: urls.py:55 urls.py:101
+msgid "revisions/"
+msgstr ""
+
+#: urls.py:61 urls.py:66 urls.py:71 urls.py:76 urls.py:81 urls.py:86
+#: urls.py:91 urls.py:96 urls.py:101
+msgid "questions/"
+msgstr ""
+
+#: urls.py:66
+msgid "ask/"
+msgstr ""
+
+#: urls.py:76
+msgid "retag/"
+msgstr ""
+
+#: urls.py:81
+msgid "close/"
+msgstr ""
+
+#: urls.py:86
+msgid "reopen/"
+msgstr ""
+
+#: urls.py:91
+msgid "answer/"
+msgstr ""
+
+#: urls.py:96
+msgid "vote/"
+msgstr ""
+
+#: urls.py:117
+msgid "command/"
+msgstr ""
+
+#: urls.py:133
+msgid "question/"
+msgstr ""
+
+#: urls.py:138
+msgid "tags/"
+msgstr ""
+
+#: urls.py:143 urls.py:149
+msgid "mark-tag/"
+msgstr ""
+
+#: urls.py:143
+msgid "interesting/"
+msgstr ""
+
+#: urls.py:149
+msgid "ignored/"
+msgstr ""
+
+#: urls.py:155
+msgid "unmark-tag/"
+msgstr ""
+
+#: urls.py:161 urls.py:167 urls.py:172
+msgid "users/"
+msgstr ""
+
+#: urls.py:177 urls.py:182
+msgid "badges/"
+msgstr ""
+
+#: urls.py:187
+msgid "messages/"
+msgstr ""
+
+#: urls.py:187
+msgid "markread/"
+msgstr ""
+
+#: urls.py:202
+msgid "upload/"
+msgstr ""
+
+#: urls.py:203
+msgid "search/"
+msgstr ""
+
+#: urls.py:204
+msgid "feedback/"
+msgstr ""
+
+#: urls.py:205 setup_templates/settings.py:182
+#: skins/default/templates/authopenid/signin.html:249
+msgid "account/"
+msgstr ""
+
+#: conf/badges.py:12
+msgid "Badge settings"
+msgstr ""
+
+#: conf/badges.py:21
+msgid "Disciplined: minimum upvotes for deleted post"
+msgstr ""
+
+#: conf/badges.py:30
+msgid "Peer Pressure: minimum downvotes for deleted post"
+msgstr ""
+
+#: conf/badges.py:39
+msgid "Teacher: minimum upvotes for the answer"
+msgstr ""
+
+#: conf/badges.py:48
+msgid "Nice Answer: minimum upvotes for the answer"
+msgstr ""
+
+#: conf/badges.py:57
+msgid "Good Answer: minimum upvotes for the answer"
+msgstr ""
+
+#: conf/badges.py:66
+msgid "Great Answer: minimum upvotes for the answer"
+msgstr ""
+
+#: conf/badges.py:75
+msgid "Nice Question: minimum upvotes for the question"
+msgstr ""
+
+#: conf/badges.py:84
+msgid "Good Question: minimum upvotes for the question"
+msgstr ""
+
+#: conf/badges.py:93
+msgid "Great Question: minimum upvotes for the question"
+msgstr ""
+
+#: conf/badges.py:102
+msgid "Popular Question: minimum views"
+msgstr ""
+
+#: conf/badges.py:111
+msgid "Notable Question: minimum views"
+msgstr ""
+
+#: conf/badges.py:120
+msgid "Famous Question: minimum views"
+msgstr ""
+
+#: conf/badges.py:129
+msgid "Self-Learner: minimum answer upvotes"
+msgstr ""
+
+#: conf/badges.py:138
+msgid "Civic Duty: minimum votes"
+msgstr ""
+
+#: conf/badges.py:147
+msgid "Enlightened Duty: minimum upvotes"
+msgstr ""
+
+#: conf/badges.py:156
+msgid "Guru: minimum upvotes"
+msgstr ""
+
+#: conf/badges.py:165
+msgid "Necromancer: minimum upvotes"
+msgstr ""
+
+#: conf/badges.py:174
+msgid "Necromancer: minimum delay in days"
+msgstr ""
+
+#: conf/badges.py:183
+msgid "Associate Editor: minimum number of edits"
+msgstr ""
+
+#: conf/badges.py:192
+msgid "Favorite Question: minimum stars"
+msgstr ""
+
+#: conf/badges.py:201
+msgid "Stellar Question: minimum stars"
+msgstr ""
+
+#: conf/email.py:12
+msgid "Email and email alert settings"
+msgstr ""
+
+#: conf/email.py:20
+msgid "Maximum number of news entries in an email alert"
+msgstr ""
+
+#: conf/email.py:30
+msgid "Default news notification frequency"
+msgstr ""
+
+#: conf/email.py:32
+msgid ""
+"This option currently defines default frequency of emailed updates in the "
+"following five categories: questions asked by user, answered by user, "
+"individually selected, entire forum (per person tag filter applies) and "
+"posts mentioning the user and comment responses"
+msgstr ""
+
+#: conf/email.py:47
+msgid "Require email verification before allowing to post"
+msgstr ""
+
+#: conf/email.py:48
+msgid ""
+"Active email verification is done by sending a verification key in email"
+msgstr ""
+
+#: conf/email.py:57
+msgid "Allow only one account per email address"
+msgstr ""
+
+#: conf/email.py:66
+msgid "Fake email for anonymous user"
+msgstr ""
+
+#: conf/email.py:67
+msgid "Use this setting to control gravatar for email-less user"
+msgstr ""
+
+#: conf/email.py:76
+msgid "Prefix for the email subject line"
+msgstr "Welcome to the Q&A forum"
+
+#: conf/external_keys.py:11
+msgid "Keys to connect the site with external services like Facebook, etc."
+msgstr ""
+
+#: conf/external_keys.py:18
+msgid "Google site verification key"
+msgstr ""
+
+#: conf/external_keys.py:20
+#, python-format
+msgid ""
+"This key helps google index your site please obtain is at <a href=\"%"
+"(google_webmasters_tools_url)s\">google webmasters tools site</a>"
+msgstr ""
+
+#: conf/external_keys.py:34
+msgid "Google Analytics key"
+msgstr ""
+
+#: conf/external_keys.py:36
+#, python-format
+msgid ""
+"Obtain is at <a href=\"%(ga_site)s\">Google Analytics</a> site, if you wish "
+"to use Google Analytics to monitor your site"
+msgstr ""
+
+#: conf/external_keys.py:49
+msgid "Enable recaptcha (keys below are required)"
+msgstr ""
+
+#: conf/external_keys.py:58
+msgid "Recaptcha public key"
+msgstr ""
+
+#: conf/external_keys.py:66
+msgid "Recaptcha private key"
+msgstr ""
+
+#: conf/external_keys.py:68
+msgid ""
+"Recaptcha is a tool that helps distinguish real people from annoying spam "
+"robots. Please get this and a public key at the <a href=\"http://recaptcha."
+"net\">recaptcha.net</a>"
+msgstr ""
+
+#: conf/external_keys.py:80
+msgid "Facebook public API key"
+msgstr ""
+
+#: conf/external_keys.py:82
+msgid ""
+"Facebook API key and Facebook secret allow to use Facebook Connect login "
+"method at your site. Please obtain these keys at <a href=\"http://www."
+"facebook.com/developers/createapp.php\">facebook create app</a> site"
+msgstr ""
+
+#: conf/external_keys.py:95
+msgid "Facebook secret key"
+msgstr ""
+
+#: conf/external_keys.py:103
+msgid "Twitter consumer key"
+msgstr ""
+
+#: conf/external_keys.py:105 conf/external_keys.py:126
+msgid ""
+"Please register your forum at <a href=\"http://dev.twitter.com/apps/"
+"\">twitter applications site</a>"
+msgstr ""
+
+#: conf/external_keys.py:116
+msgid "Twitter consumer secret"
+msgstr ""
+
+#: conf/external_keys.py:124
+msgid "LinkedIn consumer key"
+msgstr ""
+
+#: conf/external_keys.py:137
+msgid "LinkedIn consumer secret"
+msgstr ""
+
+#: conf/external_keys.py:145
+msgid "User LDAP authentication for the password login"
+msgstr ""
+
+#: conf/external_keys.py:154
+msgid "LDAP service provider name"
+msgstr ""
+
+#: conf/external_keys.py:162
+msgid "URL for the LDAP service"
+msgstr ""
+
+#: conf/external_keys.py:170
+msgid "Explain how to change LDAP password"
+msgstr ""
+
+#: conf/flatpages.py:10
+msgid "Flatpages - about, privacy policy, etc."
+msgstr ""
+
+#: conf/flatpages.py:17
+msgid "Text of the Q&A forum About page (html format)"
+msgstr ""
+
+#: conf/flatpages.py:20
+msgid ""
+"Save, then <a href=\"http://validator.w3.org/\">use HTML validator</a> on "
+"the \"about\" page to check your input."
+msgstr ""
+
+#: conf/flatpages.py:30
+msgid "Text of the Q&A forum Privacy Policy (html format)"
+msgstr ""
+
+#: conf/flatpages.py:33
+msgid ""
+"Save, then <a href=\"http://validator.w3.org/\">use HTML validator</a> on "
+"the \"privacy\" page to check your input."
+msgstr ""
+
+#: conf/forum_data_rules.py:12
+msgid "Settings for askbot data entry and display"
+msgstr ""
+
+#: conf/forum_data_rules.py:20
+msgid "Check to enable community wiki feature"
+msgstr ""
+
+#: conf/forum_data_rules.py:29
+msgid "Maximum length of tag (number of characters)"
+msgstr ""
+
+#: conf/forum_data_rules.py:39
+msgid "Default max number of comments to display under posts"
+msgstr ""
+
+#: conf/forum_data_rules.py:50
+#, python-format
+msgid "Maximum comment length, must be < %(max_len)s"
+msgstr ""
+
+#: conf/forum_data_rules.py:60
+msgid "Minimum length of search term for Ajax search"
+msgstr ""
+
+#: conf/forum_data_rules.py:61
+msgid "Must match the corresponding database backend setting"
+msgstr ""
+
+#: conf/forum_data_rules.py:70
+msgid "Maximum number of tags per question"
+msgstr ""
+
+#: conf/forum_data_rules.py:82
+msgid "Number of questions to list by default"
+msgstr ""
+
+#: conf/forum_data_rules.py:92
+msgid "What should \"unanswered question\" mean?"
+msgstr ""
+
+#: conf/markup.py:15
+msgid "Markup formatting"
+msgstr ""
+
+#: conf/markup.py:29
+msgid "Enable code-friendly Markdown"
+msgstr ""
+
+#: conf/markup.py:31
+msgid ""
+"If checked, underscore characters will not trigger italic or bold formatting "
+"- bold and italic text can still be marked up with asterisks. Note that "
+"\"MathJax support\" implicitly turns this feature on, because underscores "
+"are heavily used in LaTeX input."
+msgstr ""
+
+#: conf/markup.py:46
+msgid "Mathjax support (rendering of LaTeX)"
+msgstr ""
+
+#: conf/markup.py:48
+#, python-format
+msgid ""
+"If you enable this feature, <a href=\"%(url)s\">mathjax</a> must be "
+"installed in directory %(dir)s"
+msgstr ""
+
+#: conf/markup.py:63
+msgid "Base url of MathJax deployment"
+msgstr ""
+
+#: conf/markup.py:65
+msgid ""
+"Note - <strong>MathJax is not included with askbot</strong> - you should "
+"deploy it yourself, preferably at a separate domain and enter url pointing "
+"to the \"mathjax\" directory (for example: http://mysite.com/mathjax)"
+msgstr ""
+
+#: conf/minimum_reputation.py:11
+msgid "Minimum reputation required to perform actions"
+msgstr ""
+
+#: conf/minimum_reputation.py:20
+msgid "Upvote"
+msgstr ""
+
+#: conf/minimum_reputation.py:29
+msgid "Downvote"
+msgstr ""
+
+#: conf/minimum_reputation.py:38
+msgid "Flag offensive"
+msgstr ""
+
+#: conf/minimum_reputation.py:47
+msgid "Leave comments"
+msgstr ""
+
+#: conf/minimum_reputation.py:56
+msgid "Delete comments posted by others"
+msgstr ""
+
+#: conf/minimum_reputation.py:65
+msgid "Delete questions and answers posted by others"
+msgstr ""
+
+#: conf/minimum_reputation.py:74
+msgid "Upload files"
+msgstr ""
+
+#: conf/minimum_reputation.py:83
+msgid "Close own questions"
+msgstr ""
+
+#: conf/minimum_reputation.py:92
+msgid "Retag questions posted by other people"
+msgstr ""
+
+#: conf/minimum_reputation.py:101
+msgid "Reopen own questions"
+msgstr ""
+
+#: conf/minimum_reputation.py:110
+msgid "Edit community wiki posts"
+msgstr ""
+
+#: conf/minimum_reputation.py:119
+msgid "Edit posts authored by other people"
+msgstr ""
+
+#: conf/minimum_reputation.py:128
+msgid "View offensive flags"
+msgstr ""
+
+#: conf/minimum_reputation.py:137
+msgid "Close questions asked by others"
+msgstr ""
+
+#: conf/minimum_reputation.py:146
+msgid "Lock posts"
+msgstr ""
+
+#: conf/reputation_changes.py:12
+msgid "Reputation loss and gain rules"
+msgstr ""
+
+#: conf/reputation_changes.py:21
+msgid "Maximum daily reputation gain per user"
+msgstr ""
+
+#: conf/reputation_changes.py:30
+msgid "Gain for receiving an upvote"
+msgstr ""
+
+#: conf/reputation_changes.py:39
+msgid "Gain for the author of accepted answer"
+msgstr ""
+
+#: conf/reputation_changes.py:48
+msgid "Gain for accepting best answer"
+msgstr ""
+
+#: conf/reputation_changes.py:57
+msgid "Gain for post owner on canceled downvote"
+msgstr ""
+
+#: conf/reputation_changes.py:66
+msgid "Gain for voter on canceling downvote"
+msgstr ""
+
+#: conf/reputation_changes.py:76
+msgid "Loss for voter for canceling of answer acceptance"
+msgstr ""
+
+#: conf/reputation_changes.py:86
+msgid "Loss for author whose answer was \"un-accepted\""
+msgstr ""
+
+#: conf/reputation_changes.py:96
+msgid "Loss for giving a downvote"
+msgstr ""
+
+#: conf/reputation_changes.py:106
+msgid "Loss for owner of post that was flagged offensive"
+msgstr ""
+
+#: conf/reputation_changes.py:116
+msgid "Loss for owner of post that was downvoted"
+msgstr ""
+
+#: conf/reputation_changes.py:126
+msgid "Loss for owner of post that was flagged 3 times per same revision"
+msgstr ""
+
+#: conf/reputation_changes.py:136
+msgid "Loss for owner of post that was flagged 5 times per same revision"
+msgstr ""
+
+#: conf/reputation_changes.py:146
+msgid "Loss for post owner when upvote is canceled"
+msgstr ""
+
+#: conf/site_settings.py:13
+msgid "Q&A forum website parameters and urls"
+msgstr ""
+
+#: conf/site_settings.py:21
+msgid "Site title for the Q&A forum"
+msgstr ""
+
+#: conf/site_settings.py:30
+msgid "Comma separated list of Q&A site keywords"
+msgstr ""
+
+#: conf/site_settings.py:40
+msgid "Copyright message to show in the footer"
+msgstr ""
+
+#: conf/site_settings.py:50
+msgid "Site description for the search engines"
+msgstr ""
+
+#: conf/site_settings.py:58
+msgid "Askbot"
+msgstr ""
+
+#: conf/site_settings.py:59
+msgid "Short name for your Q&A forum"
+msgstr ""
+
+#: conf/site_settings.py:69
+msgid "Base URL for your Q&A forum, must start with http or https"
+msgstr ""
+
+#: conf/site_settings.py:82
+msgid "Link shown in the greeting message shown to the anonymous user"
+msgstr ""
+
+#: conf/site_settings.py:85
+msgid ""
+"If you change this url from the default - then you will also probably want "
+"to adjust translation of the following string: "
+msgstr ""
+
+#: conf/site_settings.py:98
+msgid "Feedback site URL"
+msgstr ""
+
+#: conf/site_settings.py:100
+msgid "If left empty, a simple internal feedback form will be used instead"
+msgstr ""
+
+#: conf/skin_counter_settings.py:11
+msgid "Skin: view, vote and answer counters"
+msgstr ""
+
+#: conf/skin_counter_settings.py:19
+msgid "Vote counter value to give \"full color\""
+msgstr ""
+
+#: conf/skin_counter_settings.py:29
+msgid "Background color for votes = 0"
+msgstr ""
+
+#: conf/skin_counter_settings.py:30 conf/skin_counter_settings.py:41
+#: conf/skin_counter_settings.py:52 conf/skin_counter_settings.py:62
+#: conf/skin_counter_settings.py:72 conf/skin_counter_settings.py:85
+#: conf/skin_counter_settings.py:106 conf/skin_counter_settings.py:117
+#: conf/skin_counter_settings.py:128 conf/skin_counter_settings.py:138
+#: conf/skin_counter_settings.py:148 conf/skin_counter_settings.py:163
+#: conf/skin_counter_settings.py:186 conf/skin_counter_settings.py:196
+#: conf/skin_counter_settings.py:206 conf/skin_counter_settings.py:216
+#: conf/skin_counter_settings.py:228 conf/skin_counter_settings.py:239
+#: conf/skin_counter_settings.py:252 conf/skin_counter_settings.py:262
+msgid "HTML color name or hex value"
+msgstr ""
+
+#: conf/skin_counter_settings.py:40
+msgid "Foreground color for votes = 0"
+msgstr ""
+
+#: conf/skin_counter_settings.py:51
+msgid "Background color for votes"
+msgstr ""
+
+#: conf/skin_counter_settings.py:61
+msgid "Foreground color for votes"
+msgstr ""
+
+#: conf/skin_counter_settings.py:71
+msgid "Background color for votes = MAX"
+msgstr ""
+
+#: conf/skin_counter_settings.py:84
+msgid "Foreground color for votes = MAX"
+msgstr ""
+
+#: conf/skin_counter_settings.py:95
+msgid "View counter value to give \"full color\""
+msgstr ""
+
+#: conf/skin_counter_settings.py:105
+msgid "Background color for views = 0"
+msgstr ""
+
+#: conf/skin_counter_settings.py:116
+msgid "Foreground color for views = 0"
+msgstr ""
+
+#: conf/skin_counter_settings.py:127
+msgid "Background color for views"
+msgstr ""
+
+#: conf/skin_counter_settings.py:137
+msgid "Foreground color for views"
+msgstr ""
+
+#: conf/skin_counter_settings.py:147
+msgid "Background color for views = MAX"
+msgstr ""
+
+#: conf/skin_counter_settings.py:162
+msgid "Foreground color for views = MAX"
+msgstr ""
+
+#: conf/skin_counter_settings.py:173
+msgid "Answer counter value to give \"full color\""
+msgstr ""
+
+#: conf/skin_counter_settings.py:185
+msgid "Background color for answers = 0"
+msgstr ""
+
+#: conf/skin_counter_settings.py:195
+msgid "Foreground color for answers = 0"
+msgstr ""
+
+#: conf/skin_counter_settings.py:205
+msgid "Background color for answers"
+msgstr ""
+
+#: conf/skin_counter_settings.py:215
+msgid "Foreground color for answers"
+msgstr ""
+
+#: conf/skin_counter_settings.py:227
+msgid "Background color for answers = MAX"
+msgstr ""
+
+#: conf/skin_counter_settings.py:238
+msgid "Foreground color for answers = MAX"
+msgstr ""
+
+#: conf/skin_counter_settings.py:251
+msgid "Background color for accepted"
+msgstr ""
+
+#: conf/skin_counter_settings.py:261
+msgid "Foreground color for accepted answer"
+msgstr ""
+
+#: conf/skin_general_settings.py:15
+msgid "Skin and User Interface settings"
+msgstr ""
+
+#: conf/skin_general_settings.py:22
+msgid "Q&A site logo"
+msgstr ""
+
+#: conf/skin_general_settings.py:24
+msgid "To change the logo, select new file, then submit this whole form."
+msgstr ""
+
+#: conf/skin_general_settings.py:38
+msgid "Site favicon"
+msgstr ""
+
+#: conf/skin_general_settings.py:40
+#, python-format
+msgid ""
+"A small 16x16 or 32x32 pixel icon image used to distinguish your site in the "
+"browser user interface. Please find more information about favicon at <a "
+"href=\"%(favicon_info_url)s\">this page</a>."
+msgstr ""
+
+#: conf/skin_general_settings.py:56
+msgid "Password login button"
+msgstr ""
+
+#: conf/skin_general_settings.py:58
+msgid ""
+"An 88x38 pixel image that is used on the login screen for the password login "
+"button."
+msgstr ""
+
+#: conf/skin_general_settings.py:73
+msgid "Show all UI functions to all users"
+msgstr ""
+
+#: conf/skin_general_settings.py:75
+msgid ""
+"If checked, all forum functions will be shown to users, regardless of their "
+"reputation. However to use those functions, moderation rules, reputation and "
+"other limits will still apply."
+msgstr ""
+
+#: conf/skin_general_settings.py:90
+msgid "Select skin"
+msgstr ""
+
+#: conf/skin_general_settings.py:99
+msgid "Skin media revision number"
+msgstr ""
+
+#: conf/skin_general_settings.py:101
+msgid ""
+"Increment this number when you change image in skin media or stylesheet. "
+"This helps avoid showing your users outdated images from their browser cache."
+msgstr ""
+
+#: conf/social_sharing.py:10
+msgid "Sharing content on social networks"
+msgstr ""
+
+#: conf/social_sharing.py:18
+msgid "Check to enable sharing of questions on Twitter and Facebook"
+msgstr ""
+
+#: conf/user_settings.py:10
+msgid "User policy settings"
+msgstr ""
+
+#: conf/user_settings.py:18
+msgid "Allow editing user screen name"
+msgstr ""
+
+#: conf/user_settings.py:28
+msgid "Minimum allowed length for screen name"
+msgstr ""
+
+#: conf/vote_rules.py:13
+msgid "Limits applicable to votes and moderation flags"
+msgstr ""
+
+#: conf/vote_rules.py:22
+msgid "Number of votes a user can cast per day"
+msgstr ""
+
+#: conf/vote_rules.py:31
+msgid "Maximum number of flags per user per day"
+msgstr ""
+
+#: conf/vote_rules.py:40
+msgid "Threshold for warning about remaining daily votes"
+msgstr ""
+
+#: conf/vote_rules.py:49
+msgid "Number of days to allow canceling votes"
+msgstr ""
+
+#: conf/vote_rules.py:58
+msgid "Number of flags required to automatically hide posts"
+msgstr ""
+
+#: conf/vote_rules.py:67
+msgid "Number of flags required to automatically delete posts"
+msgstr ""
+
+#: const/__init__.py:9
+msgid "duplicate question"
+msgstr ""
+
+#: const/__init__.py:10
+msgid "question is off-topic or not relevant"
+msgstr ""
+
+#: const/__init__.py:11
+msgid "too subjective and argumentative"
+msgstr ""
+
+#: const/__init__.py:12
+msgid "not a real question"
+msgstr ""
+
+#: const/__init__.py:13
+msgid "the question is answered, right answer was accepted"
+msgstr ""
+
+#: const/__init__.py:14
+msgid "question is not relevant or outdated"
+msgstr ""
+
+#: const/__init__.py:15
+msgid "question contains offensive or malicious remarks"
+msgstr ""
+
+#: const/__init__.py:16
+msgid "spam or advertising"
+msgstr ""
+
+#: const/__init__.py:17
+msgid "too localized"
+msgstr ""
+
+#: const/__init__.py:40
+msgid "newest"
+msgstr ""
+
+#: const/__init__.py:41 skins/default/templates/users.html:25
+#: skins/default/templates/users.html:26
+msgid "oldest"
+msgstr ""
+
+#: const/__init__.py:42
+msgid "active"
+msgstr ""
+
+#: const/__init__.py:43
+msgid "inactive"
+msgstr ""
+
+#: const/__init__.py:44
+msgid "hottest"
+msgstr ""
+
+#: const/__init__.py:45
+msgid "coldest"
+msgstr ""
+
+#: const/__init__.py:46
+msgid "most voted"
+msgstr ""
+
+#: const/__init__.py:47
+msgid "least voted"
+msgstr ""
+
+#: const/__init__.py:48
+msgid "relevance"
+msgstr ""
+
+#: const/__init__.py:55 skins/default/templates/questions.html:14
+#: skins/default/templates/user_inbox.html:47
+msgid "all"
+msgstr ""
+
+#: const/__init__.py:56 skins/default/templates/questions.html:19
+msgid "unanswered"
+msgstr ""
+
+#: const/__init__.py:57 skins/default/templates/questions.html:25
+msgid "favorite"
+msgstr ""
+
+#: const/__init__.py:71
+msgid "Question has no answers"
+msgstr ""
+
+#: const/__init__.py:72
+msgid "Question has no accepted answers"
+msgstr ""
+
+#: const/__init__.py:112
+msgid "asked a question"
+msgstr ""
+
+#: const/__init__.py:113
+msgid "answered a question"
+msgstr ""
+
+#: const/__init__.py:114
+msgid "commented question"
+msgstr ""
+
+#: const/__init__.py:115
+msgid "commented answer"
+msgstr ""
+
+#: const/__init__.py:116
+msgid "edited question"
+msgstr ""
+
+#: const/__init__.py:117
+msgid "edited answer"
+msgstr ""
+
+#: const/__init__.py:118
+msgid "received award"
+msgstr "received badge"
+
+#: const/__init__.py:119
+msgid "marked best answer"
+msgstr ""
+
+#: const/__init__.py:120
+msgid "upvoted"
+msgstr ""
+
+#: const/__init__.py:121
+msgid "downvoted"
+msgstr ""
+
+#: const/__init__.py:122
+msgid "canceled vote"
+msgstr ""
+
+#: const/__init__.py:123
+msgid "deleted question"
+msgstr ""
+
+#: const/__init__.py:124
+msgid "deleted answer"
+msgstr ""
+
+#: const/__init__.py:125
+msgid "marked offensive"
+msgstr ""
+
+#: const/__init__.py:126
+msgid "updated tags"
+msgstr ""
+
+#: const/__init__.py:127
+msgid "selected favorite"
+msgstr ""
+
+#: const/__init__.py:128
+msgid "completed user profile"
+msgstr ""
+
+#: const/__init__.py:129
+msgid "email update sent to user"
+msgstr ""
+
+#: const/__init__.py:130
+msgid "mentioned in the post"
+msgstr ""
+
+#: const/__init__.py:181
+msgid "question_answered"
+msgstr "answered question"
+
+#: const/__init__.py:182
+msgid "question_commented"
+msgstr "commented question"
+
+#: const/__init__.py:183
+msgid "answer_commented"
+msgstr ""
+
+#: const/__init__.py:184
+msgid "answer_accepted"
+msgstr ""
+
+#: const/__init__.py:188
+msgid "[closed]"
+msgstr ""
+
+#: const/__init__.py:189
+msgid "[deleted]"
+msgstr ""
+
+#: const/__init__.py:190 views/readers.py:623
+msgid "initial version"
+msgstr ""
+
+#: const/__init__.py:191
+msgid "retagged"
+msgstr ""
+
+#: const/__init__.py:196
+msgid "exclude ignored tags"
+msgstr ""
+
+#: const/__init__.py:197
+msgid "allow only selected tags"
+msgstr ""
+
+#: const/__init__.py:201
+msgid "instantly"
+msgstr ""
+
+#: const/__init__.py:202
+msgid "daily"
+msgstr ""
+
+#: const/__init__.py:203
+msgid "weekly"
+msgstr ""
+
+#: const/__init__.py:204
+msgid "no email"
+msgstr ""
+
+#: const/__init__.py:241 skins/default/templates/badges.html:43
+msgid "gold"
+msgstr ""
+
+#: const/__init__.py:242 skins/default/templates/badges.html:52
+msgid "silver"
+msgstr ""
+
+#: const/__init__.py:243 skins/default/templates/badges.html:59
+msgid "bronze"
+msgstr ""
+
+#: const/message_keys.py:19
+#, python-format
+msgid "First time here? Check out the <a href=\"%s\">FAQ</a>!"
+msgstr ""
+
+#: deps/django_authopenid/forms.py:116 deps/django_authopenid/views.py:137
+msgid "i-names are not supported"
+msgstr ""
+
+#: deps/django_authopenid/forms.py:237
+#, python-format
+msgid "Please enter your %(username_token)s"
+msgstr ""
+
+#: deps/django_authopenid/forms.py:263
+msgid "Please, enter your user name"
+msgstr ""
+
+#: deps/django_authopenid/forms.py:267
+msgid "Please, enter your password"
+msgstr ""
+
+#: deps/django_authopenid/forms.py:274 deps/django_authopenid/forms.py:278
+msgid "Please, enter your new password"
+msgstr ""
+
+#: deps/django_authopenid/forms.py:289
+msgid "Passwords did not match"
+msgstr ""
+
+#: deps/django_authopenid/forms.py:301
+#, python-format
+msgid "Please choose password > %(len)s characters"
+msgstr ""
+
+#: deps/django_authopenid/forms.py:336
+msgid "Current password"
+msgstr ""
+
+#: deps/django_authopenid/forms.py:347
+msgid ""
+"Old password is incorrect. Please enter the correct "
+"password."
+msgstr ""
+
+#: deps/django_authopenid/forms.py:400
+msgid "Sorry, we don't have this email address in the database"
+msgstr ""
+
+#: deps/django_authopenid/forms.py:435
+msgid "Your user name (<i>required</i>)"
+msgstr ""
+
+#: deps/django_authopenid/forms.py:450
+msgid "Incorrect username."
+msgstr "sorry, there is no such user name"
+
+#: deps/django_authopenid/urls.py:13 deps/django_authopenid/urls.py:14
+#: deps/django_authopenid/urls.py:17 deps/django_authopenid/urls.py:20
+#: setup_templates/settings.py:182
+msgid "signin/"
+msgstr ""
+
+#: deps/django_authopenid/urls.py:13
+msgid "newquestion/"
+msgstr ""
+
+#: deps/django_authopenid/urls.py:14
+msgid "newanswer/"
+msgstr ""
+
+#: deps/django_authopenid/urls.py:15
+msgid "signout/"
+msgstr ""
+
+#: deps/django_authopenid/urls.py:17
+msgid "complete/"
+msgstr ""
+
+#: deps/django_authopenid/urls.py:20
+msgid "complete-oauth/"
+msgstr ""
+
+#: deps/django_authopenid/urls.py:24
+msgid "register/"
+msgstr ""
+
+#: deps/django_authopenid/urls.py:26
+msgid "signup/"
+msgstr ""
+
+#: deps/django_authopenid/urls.py:34
+msgid "recover/"
+msgstr ""
+
+#: deps/django_authopenid/util.py:196
+#, python-format
+msgid "%(site)s user name and password"
+msgstr ""
+
+#: deps/django_authopenid/util.py:202
+#: skins/default/templates/authopenid/signin.html:124
+msgid "Create a password-protected account"
+msgstr ""
+
+#: deps/django_authopenid/util.py:203
+msgid "Change your password"
+msgstr ""
+
+#: deps/django_authopenid/util.py:265
+msgid "Sign in with Yahoo"
+msgstr ""
+
+#: deps/django_authopenid/util.py:272
+msgid "AOL screen name"
+msgstr ""
+
+#: deps/django_authopenid/util.py:280
+msgid "OpenID url"
+msgstr ""
+
+#: deps/django_authopenid/util.py:297
+msgid "MyOpenid user name"
+msgstr ""
+
+#: deps/django_authopenid/util.py:305 deps/django_authopenid/util.py:313
+msgid "Flickr user name"
+msgstr ""
+
+#: deps/django_authopenid/util.py:321
+msgid "Technorati user name"
+msgstr ""
+
+#: deps/django_authopenid/util.py:329
+msgid "WordPress blog name"
+msgstr ""
+
+#: deps/django_authopenid/util.py:337
+msgid "Blogger blog name"
+msgstr ""
+
+#: deps/django_authopenid/util.py:345
+msgid "LiveJournal blog name"
+msgstr ""
+
+#: deps/django_authopenid/util.py:353
+msgid "ClaimID user name"
+msgstr ""
+
+#: deps/django_authopenid/util.py:361
+msgid "Vidoop user name"
+msgstr ""
+
+#: deps/django_authopenid/util.py:369
+msgid "Verisign user name"
+msgstr ""
+
+#: deps/django_authopenid/util.py:393
+#, python-format
+msgid "Change your %(provider)s password"
+msgstr ""
+
+#: deps/django_authopenid/util.py:397
+#, python-format
+msgid "Click to see if your %(provider)s signin still works for %(site_name)s"
+msgstr ""
+
+#: deps/django_authopenid/util.py:406
+#, python-format
+msgid "Create password for %(provider)s"
+msgstr ""
+
+#: deps/django_authopenid/util.py:410
+#, python-format
+msgid "Connect your %(provider)s account to %(site_name)s"
+msgstr ""
+
+#: deps/django_authopenid/util.py:419
+#, python-format
+msgid "Signin with %(provider)s user name and password"
+msgstr ""
+
+#: deps/django_authopenid/util.py:426
+#, python-format
+msgid "Sign in with your %(provider)s account"
+msgstr ""
+
+#: deps/django_authopenid/views.py:144
+#, python-format
+msgid "OpenID %(openid_url)s is invalid"
+msgstr ""
+
+#: deps/django_authopenid/views.py:256 deps/django_authopenid/views.py:399
+#: deps/django_authopenid/views.py:427
+#, python-format
+msgid ""
+"Unfortunately, there was some problem when connecting to %(provider)s, "
+"please try again or use another provider"
+msgstr ""
+
+#: deps/django_authopenid/views.py:349
+msgid "Your new password saved"
+msgstr ""
+
+#: deps/django_authopenid/views.py:511
+msgid "Please click any of the icons below to sign in"
+msgstr ""
+
+#: deps/django_authopenid/views.py:513
+msgid "Account recovery email sent"
+msgstr ""
+
+#: deps/django_authopenid/views.py:516
+msgid "Please add one or more login methods."
+msgstr ""
+
+#: deps/django_authopenid/views.py:518
+msgid "If you wish, please add, remove or re-validate your login methods"
+msgstr ""
+
+#: deps/django_authopenid/views.py:520
+msgid "Please wait a second! Your account is recovered, but ..."
+msgstr ""
+
+#: deps/django_authopenid/views.py:522
+msgid "Sorry, this account recovery key has expired or is invalid"
+msgstr ""
+
+#: deps/django_authopenid/views.py:578
+#, python-format
+msgid "Login method %(provider_name)s does not exist"
+msgstr ""
+
+#: deps/django_authopenid/views.py:584
+msgid "Oops, sorry - there was some error - please try again"
+msgstr ""
+
+#: deps/django_authopenid/views.py:675
+#, python-format
+msgid "Your %(provider)s login works fine"
+msgstr ""
+
+#: deps/django_authopenid/views.py:973 deps/django_authopenid/views.py:979
+#, python-format
+msgid "your email needs to be validated see %(details_url)s"
+msgstr ""
+"Your email needs to be validated. Please see details <a "
+"id='validate_email_alert' href='%(details_url)s'>here</a>."
+
+#: deps/django_authopenid/views.py:1000
+msgid "Email verification subject line"
+msgstr "Verification Email from Q&A forum"
+
+#: deps/django_authopenid/views.py:1066
+msgid "Please check your email and visit the enclosed link."
+msgstr ""
+
+#: deps/livesettings/models.py:101 deps/livesettings/models.py:140
+msgid "Site"
+msgstr ""
+
+#: deps/livesettings/values.py:107
+msgid "Base Settings"
+msgstr ""
+
+#: deps/livesettings/values.py:214
+msgid "Default value: \"\""
+msgstr ""
+
+#: deps/livesettings/values.py:221
+msgid "Default value: "
+msgstr ""
+
+#: deps/livesettings/values.py:224
+#, python-format
+msgid "Default value: %s"
+msgstr ""
+
+#: deps/livesettings/values.py:589
+#, python-format
+msgid "Allowed image file types are %(types)s"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+#: skins/default/templates/askbot.deps.livesettings/_admin_site_views.html:4
+msgid "Sites"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:11
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:23
+msgid "Documentation"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:11
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:23
+#: skins/default/templates/authopenid/signin.html:142
+msgid "Change password"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:11
+#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:11
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:23
+msgid "Log out"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:14
+#: deps/livesettings/templates/livesettings/site_settings.html:26
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:14
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:26
+msgid "Home"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:15
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:15
+msgid "Edit Group Settings"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:22
+#: deps/livesettings/templates/livesettings/site_settings.html:50
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:22
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:50
+msgid "Please correct the error below."
+msgid_plural "Please correct the errors below."
+msgstr[0] ""
+msgstr[1] ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:28
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:28
+#, python-format
+msgid "Settings included in %(name)s."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:62
+#: deps/livesettings/templates/livesettings/site_settings.html:97
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:62
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:97
+msgid "You don't have permission to edit values."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/group_settings.html:68
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:68
+msgid "Setting groups"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:27
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:27
+msgid "Edit Site Settings"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:43
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:43
+msgid "Livesettings are disabled for this site."
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:44
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:44
+msgid "All configuration options must be edited in the site settings.py file"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:66
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:66
+#, python-format
+msgid "Group settings: %(name)s"
+msgstr ""
+
+#: deps/livesettings/templates/livesettings/site_settings.html:93
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:93
+msgid "Uncollapse all"
+msgstr ""
+
+#: deps/recaptcha_django/__init__.py:19 deps/recaptcha_django/__init__.py:80
+msgid "Unknown error."
+msgstr ""
+
+#: deps/recaptcha_django/__init__.py:20 deps/recaptcha_django/__init__.py:21
+msgid "ReCAPTCHA is wrongly configured."
+msgstr ""
+
+#: deps/recaptcha_django/__init__.py:22
+msgid "Bad reCAPTCHA challenge parameter."
+msgstr ""
+
+#: deps/recaptcha_django/__init__.py:23
+msgid "The CAPTCHA solution was incorrect."
+msgstr ""
+
+#: deps/recaptcha_django/__init__.py:24
+msgid "Bad reCAPTCHA verification parameters."
+msgstr ""
+
+#: deps/recaptcha_django/__init__.py:25
+msgid "Provided reCAPTCHA API keys are not valid for this domain."
+msgstr ""
+
+#: deps/recaptcha_django/__init__.py:26
+msgid "ReCAPTCHA could not be reached."
+msgstr ""
+
+#: deps/recaptcha_django/__init__.py:73
+msgid "Invalid request"
+msgstr ""
+
+#: importers/stackexchange/management/commands/load_stackexchange.py:126
+msgid "Congratulations, you are now an Administrator"
+msgstr ""
+
+#: management/commands/send_email_alerts.py:105
+#, python-format
+msgid "\" and \"%s\""
+msgstr ""
+
+#: management/commands/send_email_alerts.py:108
+msgid "\" and more"
+msgstr ""
+
+#: management/commands/send_email_alerts.py:116
+#, python-format
+msgid "%(question_count)d updated question tagged %(topics)s"
+msgid_plural "%(question_count)d updated questions tagged %(topics)s"
+msgstr[0] ""
+msgstr[1] ""
+
+#: management/commands/send_email_alerts.py:472
+#, python-format
+msgid "%(name)s, this is an update message header for %(num)d question"
+msgid_plural "%(name)s, this is an update message header for %(num)d questions"
+msgstr[0] ""
+"<p>Dear %(name)s,</p></p>The following question has been updated on the Q&A "
+"forum:</p>"
+msgstr[1] ""
+"<p>Dear %(name)s,</p><p>The following %(num)d questions have been updated on "
+"the Q&A forum:</p>"
+
+#: management/commands/send_email_alerts.py:489
+msgid "new question"
+msgstr ""
+
+#: management/commands/send_email_alerts.py:506
+msgid "Please visit askbot forum and see what's new! "
+msgstr ""
+
+#: management/commands/send_email_alerts.py:515
+msgid ""
+"Your most frequent subscription setting is 'daily' on selected questions. If "
+"you are receiving more than one email per dayplease tell about this issue to "
+"the askbot administrator."
+msgstr ""
+
+#: management/commands/send_email_alerts.py:521
+msgid ""
+"Your most frequent subscription setting is 'weekly' if you are receiving "
+"this email more than once a week please report this issue to the askbot "
+"administrator."
+msgstr ""
+
+#: management/commands/send_email_alerts.py:527
+msgid ""
+"There is a chance that you may be receiving links seen before - due to a "
+"technicality that will eventually go away. "
+msgstr ""
+
+#: management/commands/send_email_alerts.py:532
+#, python-format
+msgid ""
+"go to %(email_settings_link)s to change frequency of email updates or %"
+"(admin_email)s administrator"
+msgstr ""
+"<p>Please remember that you can always <a href='%(email_settings_link)"
+"s'>adjust</a> frequency of the email updates or turn them off entirely.<br/"
+">If you believe that this message was sent in an error, please email about "
+"it the forum administrator at %(admin_email)s.</p><p>Sincerely,</p><p>Your "
+"friendly Q&A forum server.</p>"
+
+#: migrations/0005_install_badges.py:11 models/badges.py:132
+msgid "Disciplined"
+msgstr ""
+
+#: migrations/0005_install_badges.py:11
+msgid "disciplined"
+msgstr ""
+
+#: migrations/0005_install_badges.py:11
+msgid "Deleted own post with score of 3 or higher"
+msgstr ""
+
+#: migrations/0005_install_badges.py:12 models/badges.py:154
+msgid "Peer Pressure"
+msgstr ""
+
+#: migrations/0005_install_badges.py:12
+msgid "peer-pressure"
+msgstr ""
+
+#: migrations/0005_install_badges.py:12
+msgid "Deleted own post with score of -3 or lower"
+msgstr ""
+
+#: migrations/0005_install_badges.py:13
+msgid "Nice answer"
+msgstr ""
+
+#: migrations/0005_install_badges.py:13
+msgid "nice-answer"
+msgstr ""
+
+#: migrations/0005_install_badges.py:13
+msgid "Answer voted up 10 times"
+msgstr ""
+
+#: migrations/0005_install_badges.py:14 models/badges.py:339
+msgid "Nice Question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:14
+msgid "nice-question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:14
+msgid "Question voted up 10 times"
+msgstr ""
+
+#: migrations/0005_install_badges.py:15 models/badges.py:576
+msgid "Pundit"
+msgstr ""
+
+#: migrations/0005_install_badges.py:15
+msgid "pundit"
+msgstr ""
+
+#: migrations/0005_install_badges.py:15 models/badges.py:579
+msgid "Left 10 comments with score of 10 or more"
+msgstr ""
+
+#: migrations/0005_install_badges.py:16 models/badges.py:413
+msgid "Popular Question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:16
+msgid "popular-question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:16
+msgid "Asked a question with 1,000 views"
+msgstr ""
+
+#: migrations/0005_install_badges.py:17
+msgid "Citizen patrol"
+msgstr ""
+
+#: migrations/0005_install_badges.py:17
+msgid "citizen-patrol"
+msgstr ""
+
+#: migrations/0005_install_badges.py:17 models/badges.py:550
+msgid "First flagged post"
+msgstr ""
+
+#: migrations/0005_install_badges.py:18 models/badges.py:562
+msgid "Cleanup"
+msgstr ""
+
+#: migrations/0005_install_badges.py:18
+msgid "cleanup"
+msgstr ""
+
+#: migrations/0005_install_badges.py:18 models/badges.py:565
+msgid "First rollback"
+msgstr ""
+
+#: migrations/0005_install_badges.py:19 models/badges.py:226
+msgid "Critic"
+msgstr ""
+
+#: migrations/0005_install_badges.py:19
+msgid "critic"
+msgstr ""
+
+#: migrations/0005_install_badges.py:19
+msgid "First down vote"
+msgstr ""
+
+#: migrations/0005_install_badges.py:20 models/badges.py:611
+msgid "Editor"
+msgstr ""
+
+#: migrations/0005_install_badges.py:20
+msgid "editor"
+msgstr ""
+
+#: migrations/0005_install_badges.py:20 models/badges.py:614
+msgid "First edit"
+msgstr ""
+
+#: migrations/0005_install_badges.py:21 models/badges.py:633
+msgid "Organizer"
+msgstr ""
+
+#: migrations/0005_install_badges.py:21
+msgid "organizer"
+msgstr ""
+
+#: migrations/0005_install_badges.py:21 models/badges.py:636
+msgid "First retag"
+msgstr ""
+
+#: migrations/0005_install_badges.py:22 models/badges.py:452
+msgid "Scholar"
+msgstr ""
+
+#: migrations/0005_install_badges.py:22
+msgid "scholar"
+msgstr ""
+
+#: migrations/0005_install_badges.py:22
+msgid "First accepted answer on your own question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:23 models/badges.py:375
+msgid "Student"
+msgstr ""
+
+#: migrations/0005_install_badges.py:23
+msgid "student"
+msgstr ""
+
+#: migrations/0005_install_badges.py:23 models/badges.py:380
+msgid "Asked first question with at least one up vote"
+msgstr ""
+
+#: migrations/0005_install_badges.py:24 models/badges.py:217
+msgid "Supporter"
+msgstr ""
+
+#: migrations/0005_install_badges.py:24
+msgid "supporter"
+msgstr ""
+
+#: migrations/0005_install_badges.py:24
+msgid "First up vote"
+msgstr ""
+
+#: migrations/0005_install_badges.py:25 models/badges.py:177
+msgid "Teacher"
+msgstr ""
+
+#: migrations/0005_install_badges.py:25
+msgid "teacher"
+msgstr ""
+
+#: migrations/0005_install_badges.py:25
+msgid "Answered first question with at least one up vote"
+msgstr ""
+
+#: migrations/0005_install_badges.py:26 models/badges.py:643
+msgid "Autobiographer"
+msgstr ""
+
+#: migrations/0005_install_badges.py:26
+msgid "autobiographer"
+msgstr ""
+
+#: migrations/0005_install_badges.py:26 models/badges.py:646
+msgid "Completed all user profile fields"
+msgstr ""
+
+#: migrations/0005_install_badges.py:27 models/badges.py:255
+msgid "Self-Learner"
+msgstr ""
+
+#: migrations/0005_install_badges.py:27
+msgid "self-learner"
+msgstr ""
+
+#: migrations/0005_install_badges.py:27
+msgid "Answered your own question with at least 3 up votes"
+msgstr ""
+
+#: migrations/0005_install_badges.py:28 models/badges.py:327
+msgid "Great Answer"
+msgstr ""
+
+#: migrations/0005_install_badges.py:28
+msgid "great-answer"
+msgstr ""
+
+#: migrations/0005_install_badges.py:28
+msgid "Answer voted up 100 times"
+msgstr ""
+
+#: migrations/0005_install_badges.py:29 models/badges.py:363
+msgid "Great Question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:29
+msgid "great-question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:29
+msgid "Question voted up 100 times"
+msgstr ""
+
+#: migrations/0005_install_badges.py:30 models/badges.py:688
+msgid "Stellar Question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:30
+msgid "stellar-question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:30
+msgid "Question favorited by 100 users"
+msgstr ""
+
+#: migrations/0005_install_badges.py:31
+msgid "Famous question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:31
+msgid "famous-question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:31
+msgid "Asked a question with 10,000 views"
+msgstr ""
+
+#: migrations/0005_install_badges.py:32
+msgid "Alpha"
+msgstr ""
+
+#: migrations/0005_install_badges.py:32
+msgid "alpha"
+msgstr ""
+
+#: migrations/0005_install_badges.py:32
+msgid "Actively participated in the private alpha"
+msgstr ""
+
+#: migrations/0005_install_badges.py:33 models/badges.py:315
+msgid "Good Answer"
+msgstr ""
+
+#: migrations/0005_install_badges.py:33
+msgid "good-answer"
+msgstr ""
+
+#: migrations/0005_install_badges.py:33
+msgid "Answer voted up 25 times"
+msgstr ""
+
+#: migrations/0005_install_badges.py:34 models/badges.py:351
+msgid "Good Question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:34
+msgid "good-question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:34
+msgid "Question voted up 25 times"
+msgstr ""
+
+#: migrations/0005_install_badges.py:35 models/badges.py:697
+msgid "Favorite Question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:35
+msgid "favorite-question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:35
+msgid "Question favorited by 25 users"
+msgstr ""
+
+#: migrations/0005_install_badges.py:36
+msgid "Civic duty"
+msgstr ""
+
+#: migrations/0005_install_badges.py:36
+msgid "civic-duty"
+msgstr ""
+
+#: migrations/0005_install_badges.py:36
+msgid "Voted 300 times"
+msgstr ""
+
+#: migrations/0005_install_badges.py:37
+msgid "Strunk & White"
+msgstr ""
+
+#: migrations/0005_install_badges.py:37
+msgid "strunk-and-white"
+msgstr ""
+
+#: migrations/0005_install_badges.py:37
+msgid "Edited 100 entries"
+msgstr ""
+
+#: migrations/0005_install_badges.py:38
+msgid "Generalist"
+msgstr ""
+
+#: migrations/0005_install_badges.py:38
+msgid "generalist"
+msgstr ""
+
+#: migrations/0005_install_badges.py:38
+msgid "Active in many different tags"
+msgstr ""
+
+#: migrations/0005_install_badges.py:39
+msgid "Expert"
+msgstr ""
+
+#: migrations/0005_install_badges.py:39
+msgid "expert"
+msgstr ""
+
+#: migrations/0005_install_badges.py:39
+msgid "Very active in one tag"
+msgstr ""
+
+#: migrations/0005_install_badges.py:40
+msgid "Yearling"
+msgstr ""
+
+#: migrations/0005_install_badges.py:40
+msgid "yearling"
+msgstr ""
+
+#: migrations/0005_install_badges.py:40
+msgid "Active member for a year"
+msgstr ""
+
+#: migrations/0005_install_badges.py:41 models/badges.py:424
+msgid "Notable Question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:41
+msgid "notable-question"
+msgstr ""
+
+#: migrations/0005_install_badges.py:41
+msgid "Asked a question with 2,500 views"
+msgstr ""
+
+#: migrations/0005_install_badges.py:42 models/badges.py:494
+msgid "Enlightened"
+msgstr ""
+
+#: migrations/0005_install_badges.py:42
+msgid "enlightened"
+msgstr ""
+
+#: migrations/0005_install_badges.py:42
+msgid "First answer was accepted with at least 10 up votes"
+msgstr ""
+
+#: migrations/0005_install_badges.py:43
+msgid "Beta"
+msgstr ""
+
+#: migrations/0005_install_badges.py:43
+msgid "beta"
+msgstr ""
+
+#: migrations/0005_install_badges.py:43
+msgid "Actively participated in the private beta"
+msgstr ""
+
+#: migrations/0005_install_badges.py:44 models/badges.py:506
+msgid "Guru"
+msgstr ""
+
+#: migrations/0005_install_badges.py:44
+msgid "guru"
+msgstr ""
+
+#: migrations/0005_install_badges.py:44
+msgid "Accepted answer and voted up 40 times"
+msgstr ""
+
+#: migrations/0005_install_badges.py:45 models/badges.py:524
+msgid "Necromancer"
+msgstr ""
+
+#: migrations/0005_install_badges.py:45
+msgid "necromancer"
+msgstr ""
+
+#: migrations/0005_install_badges.py:45
+msgid "Answered a question more than 60 days later with at least 5 votes"
+msgstr ""
+
+#: migrations/0005_install_badges.py:46
+msgid "Taxonomist"
+msgstr ""
+
+#: migrations/0005_install_badges.py:46
+msgid "taxonomist"
+msgstr ""
+
+#: migrations/0005_install_badges.py:46
+msgid "Created a tag used by 50 questions"
+msgstr ""
+
+#: models/__init__.py:170
+msgid ""
+"Sorry, you cannot accept or unaccept best answers because your account is "
+"blocked"
+msgstr ""
+
+#: models/__init__.py:175
+msgid ""
+"Sorry, you cannot accept or unaccept best answers because your account is "
+"suspended"
+msgstr ""
+
+#: models/__init__.py:181
+msgid ""
+"Sorry, you cannot accept or unaccept your own answer to your own question"
+msgstr ""
+
+#: models/__init__.py:188
+#, python-format
+msgid ""
+"Sorry, only original author of the question - %(username)s - can accept the "
+"best answer"
+msgstr ""
+
+#: models/__init__.py:211
+msgid "cannot vote for own posts"
+msgstr "Sorry, you cannot vote for your own posts"
+
+#: models/__init__.py:214
+msgid "Sorry your account appears to be blocked "
+msgstr ""
+
+#: models/__init__.py:219
+msgid "Sorry your account appears to be suspended "
+msgstr ""
+
+#: models/__init__.py:229
+#, python-format
+msgid ">%(points)s points required to upvote"
+msgstr ">%(points)s points required to upvote "
+
+#: models/__init__.py:235
+#, python-format
+msgid ">%(points)s points required to downvote"
+msgstr ">%(points)s points required to downvote "
+
+#: models/__init__.py:250
+msgid "Sorry, blocked users cannot upload files"
+msgstr ""
+
+#: models/__init__.py:251
+msgid "Sorry, suspended users cannot upload files"
+msgstr ""
+
+#: models/__init__.py:253
+#, python-format
+msgid ""
+"uploading images is limited to users with >%(min_rep)s reputation points"
+msgstr "sorry, file uploading requires karma >%(min_rep)s"
+
+#: models/__init__.py:272 models/__init__.py:332 models/__init__.py:2021
+msgid "blocked users cannot post"
+msgstr ""
+"Sorry, your account appears to be blocked and you cannot make new posts "
+"until this issue is resolved. Please contact the forum administrator to "
+"reach a resolution."
+
+#: models/__init__.py:273 models/__init__.py:2024
+msgid "suspended users cannot post"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: models/__init__.py:298
+msgid ""
+"Sorry, comments (except the last one) are editable only within 10 minutes "
+"from posting"
+msgstr ""
+
+#: models/__init__.py:304
+msgid "Sorry, but only post owners or moderators can edit comments"
+msgstr ""
+
+#: models/__init__.py:318
+msgid ""
+"Sorry, since your account is suspended you can comment only your own posts"
+msgstr ""
+
+#: models/__init__.py:322
+#, python-format
+msgid ""
+"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
+"required. You can still comment your own posts and answers to your questions"
+msgstr ""
+
+#: models/__init__.py:350
+msgid ""
+"This post has been deleted and can be seen only by post owners, site "
+"administrators and moderators"
+msgstr ""
+
+#: models/__init__.py:367
+msgid ""
+"Sorry, only moderators, site administrators and post owners can edit deleted "
+"posts"
+msgstr ""
+
+#: models/__init__.py:382
+msgid "Sorry, since your account is blocked you cannot edit posts"
+msgstr ""
+
+#: models/__init__.py:386
+msgid "Sorry, since your account is suspended you can edit only your own posts"
+msgstr ""
+
+#: models/__init__.py:391
+#, python-format
+msgid ""
+"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
+msgstr ""
+
+#: models/__init__.py:398
+#, python-format
+msgid ""
+"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
+"required"
+msgstr ""
+
+#: models/__init__.py:461
+msgid ""
+"Sorry, cannot delete your question since it has an upvoted answer posted by "
+"someone else"
+msgid_plural ""
+"Sorry, cannot delete your question since it has some upvoted answers posted "
+"by other users"
+msgstr[0] ""
+msgstr[1] ""
+
+#: models/__init__.py:476
+msgid "Sorry, since your account is blocked you cannot delete posts"
+msgstr ""
+
+#: models/__init__.py:480
+msgid ""
+"Sorry, since your account is suspended you can delete only your own posts"
+msgstr ""
+
+#: models/__init__.py:484
+#, python-format
+msgid ""
+"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
+"is required"
+msgstr ""
+
+#: models/__init__.py:504
+msgid "Sorry, since your account is blocked you cannot close questions"
+msgstr ""
+
+#: models/__init__.py:508
+msgid "Sorry, since your account is suspended you cannot close questions"
+msgstr ""
+
+#: models/__init__.py:512
+#, python-format
+msgid ""
+"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
+"required"
+msgstr ""
+
+#: models/__init__.py:521
+#, python-format
+msgid ""
+"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
+msgstr ""
+
+#: models/__init__.py:545
+#, python-format
+msgid ""
+"Sorry, only administrators, moderators or post owners with reputation > %"
+"(min_rep)s can reopen questions."
+msgstr ""
+
+#: models/__init__.py:551
+#, python-format
+msgid ""
+"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
+msgstr ""
+
+#: models/__init__.py:571
+msgid "cannot flag message as offensive twice"
+msgstr "You have flagged this question before and cannot do it more than once"
+
+#: models/__init__.py:576
+msgid "blocked users cannot flag posts"
+msgstr ""
+"Sorry, since your account is blocked you cannot flag posts as offensive"
+
+#: models/__init__.py:578
+msgid "suspended users cannot flag posts"
+msgstr ""
+"Sorry, your account appears to be suspended and you cannot make new posts "
+"until this issue is resolved. You can, however edit your existing posts. "
+"Please contact the forum administrator to reach a resolution."
+
+#: models/__init__.py:580
+#, python-format
+msgid "need > %(min_rep)s points to flag spam"
+msgstr ""
+"Sorry, to flag posts as offensive a minimum reputation of %(min_rep)s is "
+"required"
+
+#: models/__init__.py:599
+#, python-format
+msgid "%(max_flags_per_day)s exceeded"
+msgstr ""
+"Sorry, you have exhausted the maximum number of %(max_flags_per_day)s "
+"offensive flags per day."
+
+#: models/__init__.py:614
+msgid ""
+"Sorry, only question owners, site administrators and moderators can retag "
+"deleted questions"
+msgstr ""
+
+#: models/__init__.py:621
+msgid "Sorry, since your account is blocked you cannot retag questions"
+msgstr ""
+
+#: models/__init__.py:625
+msgid ""
+"Sorry, since your account is suspended you can retag only your own questions"
+msgstr ""
+
+#: models/__init__.py:629
+#, python-format
+msgid ""
+"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
+msgstr ""
+
+#: models/__init__.py:648
+msgid "Sorry, since your account is blocked you cannot delete comment"
+msgstr ""
+
+#: models/__init__.py:652
+msgid ""
+"Sorry, since your account is suspended you can delete only your own comments"
+msgstr ""
+
+#: models/__init__.py:656
+#, python-format
+msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
+msgstr ""
+
+#: models/__init__.py:679
+msgid "cannot revoke old vote"
+msgstr "sorry, but older votes cannot be revoked"
+
+#: models/__init__.py:1213 views/users.py:363
+msgid "Site Adminstrator"
+msgstr ""
+
+#: models/__init__.py:1215 views/users.py:365
+msgid "Forum Moderator"
+msgstr ""
+
+#: models/__init__.py:1217 views/users.py:367
+msgid "Suspended User"
+msgstr ""
+
+#: models/__init__.py:1219 views/users.py:369
+msgid "Blocked User"
+msgstr ""
+
+#: models/__init__.py:1221 views/users.py:371
+msgid "Registered User"
+msgstr ""
+
+#: models/__init__.py:1223
+msgid "Watched User"
+msgstr ""
+
+#: models/__init__.py:1225
+msgid "Approved User"
+msgstr ""
+
+#: models/__init__.py:1281
+#, python-format
+msgid "%(username)s karma is %(reputation)s"
+msgstr ""
+
+#: models/__init__.py:1291
+#, python-format
+msgid "one gold badge"
+msgid_plural "%(count)d gold badges"
+msgstr[0] ""
+msgstr[1] ""
+
+#: models/__init__.py:1298
+#, python-format
+msgid "one silver badge"
+msgid_plural "%(count)d silver badges"
+msgstr[0] ""
+msgstr[1] ""
+
+#: models/__init__.py:1305
+#, python-format
+msgid "one bronze badge"
+msgid_plural "%(count)d bronze badges"
+msgstr[0] ""
+msgstr[1] ""
+
+#: models/__init__.py:1316
+#, python-format
+msgid "%(item1)s and %(item2)s"
+msgstr ""
+
+#: models/__init__.py:1320
+#, python-format
+msgid "%(user)s has %(badges)s"
+msgstr ""
+
+#: models/__init__.py:1633 models/__init__.py:1639 models/__init__.py:1644
+#: models/__init__.py:1649
+#, python-format
+msgid "Re: \"%(title)s\""
+msgstr ""
+
+#: models/__init__.py:1654 models/__init__.py:1659
+#, python-format
+msgid "Question: \"%(title)s\""
+msgstr ""
+
+#: models/__init__.py:1844
+#, python-format
+msgid ""
+"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
+"href=\"%(user_profile)s\">your profile</a>."
+msgstr ""
+
+#: models/answer.py:105
+msgid ""
+"Sorry, the answer you are looking for is no longer available, because the "
+"parent question has been removed"
+msgstr ""
+
+#: models/answer.py:112
+msgid "Sorry, this answer has been removed and is no longer accessible"
+msgstr ""
+
+#: models/badges.py:128
+#, python-format
+msgid "Deleted own post with %(votes)s or more upvotes"
+msgstr ""
+
+#: models/badges.py:150
+#, python-format
+msgid "Deleted own post with %(votes)s or more downvotes"
+msgstr ""
+
+#: models/badges.py:173
+#, python-format
+msgid "Received at least %(votes)s upvote for an answer for the first time"
+msgstr ""
+
+#: models/badges.py:218
+msgid "First upvote"
+msgstr ""
+
+#: models/badges.py:227
+msgid "First downvote"
+msgstr ""
+
+#: models/badges.py:236
+msgid "Civic Duty"
+msgstr ""
+
+#: models/badges.py:237
+#, python-format
+msgid "Voted %(num)s times"
+msgstr ""
+
+#: models/badges.py:251
+#, python-format
+msgid "Answered own question with at least %(num)s up votes"
+msgstr ""
+
+#: models/badges.py:303
+msgid "Nice Answer"
+msgstr ""
+
+#: models/badges.py:308 models/badges.py:320 models/badges.py:332
+#, python-format
+msgid "Answer voted up %(num)s times"
+msgstr ""
+
+#: models/badges.py:344 models/badges.py:356 models/badges.py:368
+#, python-format
+msgid "Question voted up %(num)s times"
+msgstr ""
+
+#: models/badges.py:417 models/badges.py:428 models/badges.py:440
+#, python-format
+msgid "Asked a question with %(views)s views"
+msgstr ""
+
+#: models/badges.py:435
+msgid "Famous Question"
+msgstr ""
+
+#: models/badges.py:449
+msgid "Asked a question and accepted an answer"
+msgstr ""
+
+#: models/badges.py:498
+#, python-format
+msgid "First answer was accepted with %(num)s or more votes"
+msgstr ""
+
+#: models/badges.py:509
+#, python-format
+msgid "Answer accepted with %(num)s or more votes"
+msgstr ""
+
+#: models/badges.py:517
+#, python-format
+msgid ""
+"Answered a question more than %(days)s days later with at least %(votes)s "
+"votes"
+msgstr ""
+
+#: models/badges.py:547
+msgid "Citizen Patrol"
+msgstr ""
+
+#: models/badges.py:622
+msgid "Associate Editor"
+msgstr ""
+
+#: models/badges.py:626
+#, python-format
+msgid "Edited %(num)s entries"
+msgstr ""
+
+#: models/badges.py:662
+#, python-format
+msgid "Question favorited by %(num)s users"
+msgstr ""
+
+#: models/badges.py:707
+msgid "Enthusiast"
+msgstr ""
+
+#: models/badges.py:710
+msgid "Visited site every day for 30 days in a row"
+msgstr ""
+
+#: models/badges.py:718
+msgid "Commentator"
+msgstr ""
+
+#: models/badges.py:721
+msgid "Posted 10 comments"
+msgstr ""
+
+#: models/meta.py:110
+msgid ""
+"Sorry, the comment you are looking for is no longer accessible, because the "
+"parent question has been removed"
+msgstr ""
+
+#: models/meta.py:117
+msgid ""
+"Sorry, the comment you are looking for is no longer accessible, because the "
+"parent answer has been removed"
+msgstr ""
+
+#: models/question.py:326
+msgid "Sorry, this question has been deleted and is no longer accessible"
+msgstr ""
+
+#: models/question.py:715
+#, python-format
+msgid "%(author)s modified the question"
+msgstr ""
+
+#: models/question.py:719
+#, python-format
+msgid "%(people)s posted %(new_answer_count)s new answers"
+msgstr ""
+
+#: models/question.py:724
+#, python-format
+msgid "%(people)s commented the question"
+msgstr ""
+
+#: models/question.py:729
+#, python-format
+msgid "%(people)s commented answers"
+msgstr ""
+
+#: models/question.py:731
+#, python-format
+msgid "%(people)s commented an answer"
+msgstr ""
+
+#: models/repute.py:142
+#, python-format
+msgid "<em>Changed by moderator. Reason:</em> %(reason)s"
+msgstr ""
+
+#: models/repute.py:153
+#, python-format
+msgid ""
+"%(points)s points were added for %(username)s's contribution to question %"
+"(question_title)s"
+msgstr ""
+
+#: models/repute.py:158
+#, python-format
+msgid ""
+"%(points)s points were subtracted for %(username)s's contribution to "
+"question %(question_title)s"
+msgstr ""
+
+#: models/tag.py:91
+msgid "interesting"
+msgstr ""
+
+#: models/tag.py:91
+msgid "ignored"
+msgstr ""
+
+#: models/user.py:265
+msgid "Entire forum"
+msgstr ""
+
+#: models/user.py:266
+msgid "Questions that I asked"
+msgstr ""
+
+#: models/user.py:267
+msgid "Questions that I answered"
+msgstr ""
+
+#: models/user.py:268
+msgid "Individually selected questions"
+msgstr ""
+
+#: models/user.py:269
+msgid "Mentions and comment responses"
+msgstr ""
+
+#: models/user.py:272
+msgid "Instantly"
+msgstr ""
+
+#: models/user.py:273
+msgid "Daily"
+msgstr ""
+
+#: models/user.py:274
+msgid "Weekly"
+msgstr ""
+
+#: models/user.py:275
+msgid "No email"
+msgstr ""
+
+#: skins/default/templates/404.jinja.html:3
+#: skins/default/templates/404.jinja.html:11
+msgid "Page not found"
+msgstr ""
+
+#: skins/default/templates/404.jinja.html:15
+msgid "Sorry, could not find the page you requested."
+msgstr ""
+
+#: skins/default/templates/404.jinja.html:17
+msgid "This might have happened for the following reasons:"
+msgstr ""
+
+#: skins/default/templates/404.jinja.html:19
+msgid "this question or answer has been deleted;"
+msgstr ""
+
+#: skins/default/templates/404.jinja.html:20
+msgid "url has error - please check it;"
+msgstr ""
+
+#: skins/default/templates/404.jinja.html:21
+msgid ""
+"the page you tried to visit is protected or you don't have sufficient "
+"points, see"
+msgstr ""
+
+#: skins/default/templates/404.jinja.html:21
+#: skins/default/templates/footer.html:6
+#: skins/default/templates/question_edit_tips.html:16
+msgid "faq"
+msgstr ""
+
+#: skins/default/templates/404.jinja.html:22
+msgid "if you believe this error 404 should not have occured, please"
+msgstr ""
+
+#: skins/default/templates/404.jinja.html:23
+msgid "report this problem"
+msgstr ""
+
+#: skins/default/templates/404.jinja.html:32
+#: skins/default/templates/500.jinja.html:13
+msgid "back to previous page"
+msgstr ""
+
+#: skins/default/templates/404.jinja.html:33
+#: skins/default/templates/questions.html:13
+msgid "see all questions"
+msgstr ""
+
+#: skins/default/templates/404.jinja.html:34
+msgid "see all tags"
+msgstr ""
+
+#: skins/default/templates/500.jinja.html:3
+#: skins/default/templates/500.jinja.html:6
+msgid "Internal server error"
+msgstr ""
+
+#: skins/default/templates/500.jinja.html:10
+msgid "system error log is recorded, error will be fixed as soon as possible"
+msgstr ""
+
+#: skins/default/templates/500.jinja.html:11
+msgid "please report the error to the site administrators if you wish"
+msgstr ""
+
+#: skins/default/templates/500.jinja.html:14
+msgid "see latest questions"
+msgstr ""
+
+#: skins/default/templates/500.jinja.html:15
+msgid "see tags"
+msgstr ""
+
+#: skins/default/templates/about.html:3 skins/default/templates/about.html:6
+msgid "About"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:4
+#: skins/default/templates/answer_edit.html:10
+msgid "Edit answer"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:10
+#: skins/default/templates/question_edit.html:10
+#: skins/default/templates/question_retag.html:6
+#: skins/default/templates/revisions.html:7
+msgid "back"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:15
+#: skins/default/templates/question_edit.html:14
+msgid "revision"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:18
+#: skins/default/templates/question_edit.html:19
+msgid "select revision"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:22
+#: skins/default/templates/question_edit.html:28
+msgid "Save edit"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:23
+#: skins/default/templates/close.html:19
+#: skins/default/templates/feedback.html:45
+#: skins/default/templates/question_edit.html:29
+#: skins/default/templates/question_retag.html:26
+#: skins/default/templates/reopen.html:30
+#: skins/default/templates/user_edit.html:76
+#: skins/default/templates/authopenid/changeemail.html:38
+msgid "Cancel"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:59
+#: skins/default/templates/answer_edit.html:62
+#: skins/default/templates/ask.html:36 skins/default/templates/ask.html:39
+#: skins/default/templates/macros.html:445
+#: skins/default/templates/question.html:462
+#: skins/default/templates/question.html:465
+#: skins/default/templates/question_edit.html:63
+#: skins/default/templates/question_edit.html:66
+msgid "hide preview"
+msgstr ""
+
+#: skins/default/templates/answer_edit.html:62
+#: skins/default/templates/ask.html:39
+#: skins/default/templates/question.html:465
+#: skins/default/templates/question_edit.html:66
+msgid "show preview"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:3
+msgid "answer tips"
+msgstr "Tips"
+
+#: skins/default/templates/answer_edit_tips.html:6
+msgid "please make your answer relevant to this community"
+msgstr "ask a question interesting to this community"
+
+#: skins/default/templates/answer_edit_tips.html:9
+msgid "try to give an answer, rather than engage into a discussion"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:12
+msgid "please try to provide details"
+msgstr "provide enough details"
+
+#: skins/default/templates/answer_edit_tips.html:15
+#: skins/default/templates/question_edit_tips.html:12
+msgid "be clear and concise"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:19
+#: skins/default/templates/question_edit_tips.html:16
+msgid "see frequently asked questions"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:25
+#: skins/default/templates/question_edit_tips.html:22
+msgid "Markdown tips"
+msgstr "Markdown basics"
+
+#: skins/default/templates/answer_edit_tips.html:29
+#: skins/default/templates/question_edit_tips.html:26
+msgid "*italic*"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:32
+#: skins/default/templates/question_edit_tips.html:29
+msgid "**bold**"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:36
+#: skins/default/templates/question_edit_tips.html:33
+msgid "*italic* or _italic_"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:39
+#: skins/default/templates/question_edit_tips.html:36
+msgid "**bold** or __bold__"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:43
+#: skins/default/templates/question_edit_tips.html:40
+msgid "link"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:43
+#: skins/default/templates/answer_edit_tips.html:47
+#: skins/default/templates/question_edit_tips.html:40
+#: skins/default/templates/question_edit_tips.html:45
+msgid "text"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:47
+#: skins/default/templates/question_edit_tips.html:45
+msgid "image"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:51
+#: skins/default/templates/question_edit_tips.html:49
+msgid "numbered list:"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:56
+#: skins/default/templates/question_edit_tips.html:54
+msgid "basic HTML tags are also supported"
+msgstr ""
+
+#: skins/default/templates/answer_edit_tips.html:60
+#: skins/default/templates/question_edit_tips.html:58
+msgid "learn more about Markdown"
+msgstr ""
+
+#: skins/default/templates/ask.html:3
+msgid "Ask a question"
+msgstr ""
+
+#: skins/default/templates/ask_form.html:7
+msgid "login to post question info"
+msgstr ""
+"<span class=\"strong big\">You are welcome to start submitting your question "
+"anonymously</span>. When you submit the post, you will be redirected to the "
+"login/signup page. Your question will be saved in the current session and "
+"will be published after you log in. Login/signup process is very simple. "
+"Login takes about 30 seconds, initial signup takes a minute or less."
+
+#: skins/default/templates/ask_form.html:11
+#, python-format
+msgid ""
+"must have valid %(email)s to post, \n"
+" see %(email_validation_faq_url)s\n"
+" "
+msgstr ""
+"<span class='strong big'>Looks like your email address, %(email)s has not "
+"yet been validated.</span> To post messages you must verify your email, "
+"please see <a href='%(email_validation_faq_url)s'>more details here</a>."
+"<br>You can submit your question now and validate email after that. Your "
+"question will saved as pending meanwhile. "
+
+#: skins/default/templates/ask_form.html:27
+msgid "Login/signup to post your question"
+msgstr "Login/Signup to Post"
+
+#: skins/default/templates/ask_form.html:29
+msgid "Ask your question"
+msgstr "Ask Your Question"
+
+#: skins/default/templates/badge.html:4 skins/default/templates/badge.html:11
+#: skins/default/templates/badges.html:28
+#: skins/default/templates/user_recent.html:13
+#: skins/default/templates/user_stats.html:88
+#, python-format
+msgid "%(name)s"
+msgstr ""
+
+#: skins/default/templates/badge.html:4 skins/default/templates/badge.html:7
+msgid "Badge"
+msgstr ""
+
+#: skins/default/templates/badge.html:11
+#: skins/default/templates/badges.html:27
+#: skins/default/templates/badges.html:31
+#: skins/default/templates/user_recent.html:13
+#: skins/default/templates/user_stats.html:88
+#, python-format
+msgid "%(description)s"
+msgstr ""
+
+#: skins/default/templates/badge.html:16
+msgid "user received this badge:"
+msgid_plural "users received this badge:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/badges.html:3
+msgid "Badges summary"
+msgstr "Badges"
+
+#: skins/default/templates/badges.html:6
+msgid "Badges"
+msgstr ""
+
+#: skins/default/templates/badges.html:10
+msgid "Community gives you awards for your questions, answers and votes."
+msgstr ""
+
+#: skins/default/templates/badges.html:11
+#, python-format
+msgid ""
+"Below is the list of available badges and number \n"
+" of times each type of badge has been awarded. Give us feedback at %"
+"(feedback_faq_url)s.\n"
+" "
+msgstr ""
+"Below is the list of available badges and number \n"
+" of times each type of badge has been awarded. Have ideas about fun "
+"badges? Please, give us your <a href='%(feedback_faq_url)s'>feedback</a>"
+
+#: skins/default/templates/badges.html:27
+#, python-format
+msgid "%(type)s"
+msgstr ""
+
+#: skins/default/templates/badges.html:40
+msgid "Community badges"
+msgstr "Badge levels"
+
+#: skins/default/templates/badges.html:43
+msgid "gold badge: the highest honor and is very rare"
+msgstr ""
+
+#: skins/default/templates/badges.html:46
+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."
+
+#: skins/default/templates/badges.html:51
+msgid ""
+"silver badge: occasionally awarded for the very high quality contributions"
+msgstr ""
+
+#: skins/default/templates/badges.html:55
+msgid "silver badge description"
+msgstr ""
+"silver badge: occasionally awarded for the very high quality contributions"
+
+#: skins/default/templates/badges.html:58
+msgid "bronze badge: often given as a special honor"
+msgstr ""
+
+#: skins/default/templates/badges.html:62
+msgid "bronze badge description"
+msgstr "bronze badge: often given as a special honor"
+
+#: skins/default/templates/close.html:3 skins/default/templates/close.html:6
+msgid "Close question"
+msgstr ""
+
+#: skins/default/templates/close.html:9
+msgid "Close the question"
+msgstr ""
+
+#: skins/default/templates/close.html:14
+msgid "Reasons"
+msgstr ""
+
+#: skins/default/templates/close.html:18
+msgid "OK to close"
+msgstr ""
+
+#: skins/default/templates/editor_data.html:8
+#, python-format
+msgid "each tag must be shorter that %(max_chars)s character"
+msgid_plural "each tag must be shorter than %(max_chars)s characters"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/editor_data.html:10
+#, python-format
+msgid "please use %(tag_count)s tag"
+msgid_plural "please use %(tag_count)s tags or less"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/editor_data.html:11
+#, python-format
+msgid ""
+"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgstr ""
+
+#: skins/default/templates/faq.html:3 skins/default/templates/faq.html.py:6
+msgid "FAQ"
+msgstr ""
+
+#: skins/default/templates/faq.html:6
+msgid "Frequently Asked Questions "
+msgstr ""
+
+#: skins/default/templates/faq.html:11
+msgid "What kinds of questions can I ask here?"
+msgstr ""
+
+#: skins/default/templates/faq.html:12
+msgid ""
+"Most importanly - questions should be <strong>relevant</strong> to this "
+"community."
+msgstr ""
+
+#: skins/default/templates/faq.html:13
+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."
+
+#: skins/default/templates/faq.html:15
+msgid "What questions should I avoid asking?"
+msgstr "What kinds of questions should be avoided?"
+
+#: skins/default/templates/faq.html:16
+msgid ""
+"Please avoid asking questions that are not relevant to this community, too "
+"subjective and argumentative."
+msgstr ""
+
+#: skins/default/templates/faq.html:20
+msgid "What should I avoid in my answers?"
+msgstr ""
+
+#: skins/default/templates/faq.html:21
+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 <strong>question and answer</strong> site - <strong>it is not a "
+"discussion group</strong>. 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."
+
+#: skins/default/templates/faq.html:24
+msgid "Who moderates this community?"
+msgstr ""
+
+#: skins/default/templates/faq.html:25
+msgid "The short answer is: <strong>you</strong>."
+msgstr ""
+
+#: skins/default/templates/faq.html:26
+msgid "This website is moderated by the users."
+msgstr ""
+
+#: skins/default/templates/faq.html:27
+msgid ""
+"The reputation system allows users earn the authorization to perform a "
+"variety of moderation tasks."
+msgstr ""
+"Karma system allows users to earn rights to perform a variety of moderation "
+"tasks"
+
+#: skins/default/templates/faq.html:32
+msgid "How does reputation system work?"
+msgstr "How does karma system work?"
+
+#: skins/default/templates/faq.html:33
+msgid "Rep system summary"
+msgstr ""
+"When a question or answer is upvoted, the user who posted them will gain "
+"some points, which are called \"karma 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."
+
+#: skins/default/templates/faq.html:34
+#, python-format
+msgid ""
+"For example, if you ask an interesting question or give a helpful answer, "
+"your input will be upvoted. On the other hand if the answer is misleading - "
+"it will be downvoted. Each vote in favor will generate <strong>%"
+"(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
+"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
+"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
+"can be accumulated for a question or answer per day. The table below "
+"explains reputation point requirements for each type of moderation task."
+msgstr ""
+
+#: skins/default/templates/faq.html:44
+#: skins/default/templates/user_votes.html:10
+msgid "upvote"
+msgstr ""
+
+#: skins/default/templates/faq.html:49
+msgid "use tags"
+msgstr ""
+
+#: skins/default/templates/faq.html:54
+msgid "add comments"
+msgstr ""
+
+#: skins/default/templates/faq.html:58
+#: skins/default/templates/user_votes.html:12
+msgid "downvote"
+msgstr ""
+
+#: skins/default/templates/faq.html:61
+msgid "open and close own questions"
+msgstr ""
+
+#: skins/default/templates/faq.html:65
+msgid "retag other's questions"
+msgstr ""
+
+#: skins/default/templates/faq.html:70
+msgid "edit community wiki questions"
+msgstr ""
+
+#: skins/default/templates/faq.html:75
+msgid "edit any answer"
+msgstr ""
+
+#: skins/default/templates/faq.html:79
+msgid "delete any comment"
+msgstr ""
+
+#: skins/default/templates/faq.html:86
+msgid "how to validate email title"
+msgstr "How to validate email and why?"
+
+#: skins/default/templates/faq.html:88
+#, python-format
+msgid ""
+"how to validate email info with %(send_email_key_url)s %(gravatar_faq_url)s"
+msgstr ""
+"<form style='margin:0;padding:0;' action='%(send_email_key_url)s'><p><span "
+"class=\"bigger strong\">How?</span> If you have just set or changed your "
+"email address - <strong>check your email and click the included link</"
+"strong>.<br>The link contains a key generated specifically for you. You can "
+"also <button style='display:inline' type='submit'><strong>get a new key</"
+"strong></button> and check your email again.</p></form><span class=\"bigger "
+"strong\">Why?</span> Email validation is required to make sure that "
+"<strong>only you can post messages</strong> on your behalf and to "
+"<strong>minimize spam</strong> posts.<br>With email you can "
+"<strong>subscribe for updates</strong> on the most interesting questions. "
+"Also, when you sign up for the first time - create a unique <a href='%"
+"(gravatar_faq_url)s'><strong>gravatar</strong></a> personal image.</p>"
+
+#: skins/default/templates/faq.html:93
+msgid "what is gravatar"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/default/templates/faq.html:94
+msgid "gravatar faq info"
+msgstr ""
+"<p>The picture that appears on the users profiles is called "
+"<strong>gravatar</strong> (which means <strong>g</strong>lobally <strong>r</"
+"strong>ecognized <strong>avatar</strong>).</p><p>Here is how it works: a "
+"<strong>cryptographic key</strong> (unbreakable code) is calculated from "
+"your email address. You upload your picture (or your favorite alter ego "
+"image) the website <a href='http://gravatar.com'><strong>gravatar.com</"
+"strong></a> from where we later retreive your image using the key.</"
+"p><p>This way all the websites you trust can show your image next to your "
+"posts and your email address remains private.</p><p>Please "
+"<strong>personalize your account</strong> with an image - just register at "
+"<a href='http://gravatar.com'><strong>gravatar.com</strong></a> (just please "
+"be sure to use the same email address that you used to register with us). "
+"Default image that looks like a kitchen tile is generated automatically.</p>"
+
+#: skins/default/templates/faq.html:97
+msgid "To register, do I need to create new password?"
+msgstr ""
+
+#: skins/default/templates/faq.html:98
+msgid ""
+"No, you don't have to. You can login through any service that supports "
+"OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr ""
+
+#: skins/default/templates/faq.html:99
+msgid "\"Login now!\""
+msgstr ""
+
+#: skins/default/templates/faq.html:103
+msgid "Why other people can edit my questions/answers?"
+msgstr ""
+
+#: skins/default/templates/faq.html:104
+msgid "Goal of this site is..."
+msgstr ""
+
+#: skins/default/templates/faq.html:104
+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 ""
+
+#: skins/default/templates/faq.html:105
+msgid "If this approach is not for you, we respect your choice."
+msgstr ""
+
+#: skins/default/templates/faq.html:109
+msgid "Still have questions?"
+msgstr ""
+
+#: skins/default/templates/faq.html:110
+#, python-format
+msgid ""
+"Please ask your question at %(ask_question_url)s, help make our community "
+"better!"
+msgstr ""
+"Please <a href='%(ask_question_url)s'>ask</a> your question, help make our "
+"community better!"
+
+#: skins/default/templates/faq.html:112
+#: skins/default/templates/header.html:100
+msgid "questions"
+msgstr ""
+
+#: skins/default/templates/faq.html:112
+msgid "."
+msgstr ""
+
+#: skins/default/templates/feedback.html:3
+msgid "Feedback"
+msgstr ""
+
+#: skins/default/templates/feedback.html:6
+msgid "Give us your feedback!"
+msgstr ""
+
+#: skins/default/templates/feedback.html:12
+#, python-format
+msgid ""
+"\n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look "
+"forward to hearing your feedback. \n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+
+#: skins/default/templates/feedback.html:19
+msgid ""
+"\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to "
+"hearing your feedback.\n"
+" Please type and send us your message below.\n"
+" "
+msgstr ""
+
+#: skins/default/templates/feedback.html:28
+msgid "(please enter a valid email)"
+msgstr ""
+
+#: skins/default/templates/feedback.html:36
+msgid "(this field is required)"
+msgstr ""
+
+#: skins/default/templates/feedback.html:44
+msgid "Send Feedback"
+msgstr ""
+
+#: skins/default/templates/feedback_email.txt:3
+#, python-format
+msgid ""
+"\n"
+"Hello, this is a %(site_title)s forum feedback message\n"
+msgstr ""
+
+#: skins/default/templates/feedback_email.txt:9
+msgid "Sender is"
+msgstr ""
+
+#: skins/default/templates/feedback_email.txt:11
+#: skins/default/templates/feedback_email.txt:14
+msgid "email"
+msgstr ""
+
+#: skins/default/templates/feedback_email.txt:13
+msgid "anonymous"
+msgstr ""
+
+#: skins/default/templates/feedback_email.txt:19
+msgid "Message body:"
+msgstr ""
+
+#: skins/default/templates/footer.html:5
+msgid "about"
+msgstr ""
+
+#: skins/default/templates/footer.html:7
+msgid "privacy policy"
+msgstr ""
+
+#: skins/default/templates/footer.html:16
+msgid "give feedback"
+msgstr ""
+
+#: skins/default/templates/header.html:13
+#, python-format
+msgid "responses for %(username)s"
+msgstr ""
+
+#: skins/default/templates/header.html:16
+#, python-format
+msgid "you have a new response"
+msgid_plural "you nave %(response_count)s new responses"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/header.html:19
+msgid "no new responses yet"
+msgstr ""
+
+#: skins/default/templates/header.html:31
+#: skins/default/templates/header.html:32
+#, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr ""
+
+#: skins/default/templates/header.html:34
+#: skins/default/templates/header.html:35
+#, python-format
+msgid "%(new)s new flagged posts"
+msgstr ""
+
+#: skins/default/templates/header.html:40
+#: skins/default/templates/header.html:41
+#, python-format
+msgid "%(seen)s flagged posts"
+msgstr ""
+
+#: skins/default/templates/header.html:54
+msgid "sign out from askbot"
+msgstr ""
+
+#: skins/default/templates/header.html:55
+msgid "logout"
+msgstr "sign out"
+
+#: skins/default/templates/header.html:58
+msgid "Please, sign in or Join askbot!"
+msgstr ""
+
+#: skins/default/templates/header.html:59
+msgid "login"
+msgstr "Hi, there! Please sign in"
+
+#: skins/default/templates/header.html:79
+msgid "please help translate! see credits"
+msgstr ""
+
+#: skins/default/templates/header.html:81
+msgid "settings"
+msgstr ""
+
+#: skins/default/templates/header.html:90
+msgid "back to home page"
+msgstr ""
+
+#: skins/default/templates/header.html:91
+#, python-format
+msgid "%(site)s logo"
+msgstr ""
+
+#: skins/default/templates/header.html:110
+msgid "users"
+msgstr "people"
+
+#: skins/default/templates/header.html:115
+msgid "badges"
+msgstr ""
+
+#: skins/default/templates/header.html:120
+msgid "ask a question"
+msgstr ""
+
+#: skins/default/templates/input_bar.html:32
+msgid "search"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:1
+#, python-format
+msgid "<p>Dear %(receiving_user_name)s,</p>"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:3
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
+"p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:8
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
+"p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:13
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s answered a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:19
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s posted a new question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:25
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated an answer to the question\n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:31
+#, python-format
+msgid ""
+"\n"
+"<p>%(update_author_name)s updated a question \n"
+"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:37
+#, python-format
+msgid ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
+"\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your "
+"interest in our forum!</p>\n"
+msgstr ""
+
+#: skins/default/templates/instant_notification.html:42
+msgid "<p>Sincerely,<br/>Forum Administrator</p>"
+msgstr ""
+
+#: skins/default/templates/logout.html:3 skins/default/templates/logout.html:6
+msgid "Logout"
+msgstr "Sign out"
+
+#: skins/default/templates/logout.html:9
+msgid ""
+"As a registered user you can login with your OpenID, log out of the site or "
+"permanently remove your account."
+msgstr ""
+"Clicking <strong>Logout</strong> will log you out from the forumbut will not "
+"sign you off from your OpenID provider.</p><p>If you wish to sign off "
+"completely - please make sure to log out from your OpenID provider as well."
+
+#: skins/default/templates/logout.html:10
+msgid "Logout now"
+msgstr "Logout Now"
+
+#: skins/default/templates/macros.html:26
+msgid "karma:"
+msgstr ""
+
+#: skins/default/templates/macros.html:30
+msgid "badges:"
+msgstr ""
+
+#: skins/default/templates/macros.html:52
+#: skins/default/templates/macros.html:53
+msgid "previous"
+msgstr ""
+
+#: skins/default/templates/macros.html:64
+msgid "current page"
+msgstr ""
+
+#: skins/default/templates/macros.html:66
+#: skins/default/templates/macros.html:73
+#, python-format
+msgid "page number %(num)s"
+msgstr "page %(num)s"
+
+#: skins/default/templates/macros.html:77
+msgid "next page"
+msgstr ""
+
+#: skins/default/templates/macros.html:88
+msgid "posts per page"
+msgstr ""
+
+#: skins/default/templates/macros.html:119 templatetags/extra_tags.py:44
+#, python-format
+msgid "%(username)s gravatar image"
+msgstr ""
+
+#: skins/default/templates/macros.html:142
+msgid "this post is marked as community wiki"
+msgstr ""
+
+#: skins/default/templates/macros.html:145
+#, python-format
+msgid ""
+"This post is a wiki.\n"
+" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
+msgstr ""
+
+#: skins/default/templates/macros.html:151
+msgid "asked"
+msgstr ""
+
+#: skins/default/templates/macros.html:153
+msgid "answered"
+msgstr ""
+
+#: skins/default/templates/macros.html:155
+msgid "posted"
+msgstr ""
+
+#: skins/default/templates/macros.html:185
+msgid "updated"
+msgstr ""
+
+#: skins/default/templates/macros.html:210
+#: skins/default/templates/unused/questions_ajax.html:23 views/readers.py:250
+msgid "vote"
+msgid_plural "votes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/macros.html:227
+#: skins/default/templates/unused/questions_ajax.html:43 views/readers.py:253
+msgid "answer"
+msgid_plural "answers"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/macros.html:239
+#: skins/default/templates/unused/questions_ajax.html:55 views/readers.py:256
+msgid "view"
+msgid_plural "views"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/macros.html:251
+#: skins/default/templates/question.html:88
+#: skins/default/templates/tags.html:38
+#: skins/default/templates/unused/question_list.html:64
+#: skins/default/templates/unused/question_summary_list_roll.html:52
+#: skins/default/templates/unused/questions_ajax.html:68
+#, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr ""
+
+#: skins/default/templates/macros.html:267
+#: skins/default/templates/question.html:94
+#: skins/default/templates/question.html:250
+#: skins/default/templates/revisions.html:37
+msgid "edit"
+msgstr ""
+
+#: skins/default/templates/macros.html:272
+msgid "delete this comment"
+msgstr ""
+
+#: skins/default/templates/macros.html:290
+#: skins/default/templates/macros.html:298
+#: skins/default/templates/question.html:429
+msgid "add comment"
+msgstr "post a comment"
+
+#: skins/default/templates/macros.html:291
+#, python-format
+msgid "see <strong>%(counter)s</strong> more"
+msgid_plural "see <strong>%(counter)s</strong> more"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/macros.html:293
+#, python-format
+msgid "see <strong>%(counter)s</strong> more comment"
+msgid_plural ""
+"see <strong>%(counter)s</strong> more comments\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/macros.html:422
+msgid "(required)"
+msgstr ""
+
+#: skins/default/templates/macros.html:443
+msgid "Toggle the real time Markdown editor preview"
+msgstr ""
+
+#: skins/default/templates/privacy.html:3
+#: skins/default/templates/privacy.html:6
+msgid "Privacy policy"
+msgstr ""
+
+#: skins/default/templates/question.html:30
+#: skins/default/templates/question.html:31
+#: skins/default/templates/question.html:46
+#: skins/default/templates/question.html:48
+msgid "i like this post (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/question.html:33
+#: skins/default/templates/question.html:50
+#: skins/default/templates/question.html:201
+msgid "current number of votes"
+msgstr ""
+
+#: skins/default/templates/question.html:42
+#: skins/default/templates/question.html:43
+#: skins/default/templates/question.html:55
+#: skins/default/templates/question.html:56
+msgid "i dont like this post (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/question.html:60
+#: skins/default/templates/question.html:61
+msgid "mark this question as favorite (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/question.html:67
+#: skins/default/templates/question.html:68
+msgid "remove favorite mark from this question (click again to restore mark)"
+msgstr ""
+
+#: skins/default/templates/question.html:74
+msgid "Share this question on twitter"
+msgstr ""
+
+#: skins/default/templates/question.html:75
+msgid "Share this question on facebook"
+msgstr ""
+
+#: skins/default/templates/question.html:97
+msgid "retag"
+msgstr ""
+
+#: skins/default/templates/question.html:104
+msgid "reopen"
+msgstr ""
+
+#: skins/default/templates/question.html:108
+msgid "close"
+msgstr ""
+
+#: skins/default/templates/question.html:113
+#: skins/default/templates/question.html:254
+msgid ""
+"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
+msgstr ""
+
+#: skins/default/templates/question.html:114
+#: skins/default/templates/question.html:255
+msgid "flag offensive"
+msgstr ""
+
+#: skins/default/templates/question.html:121
+#: skins/default/templates/question.html:265
+msgid "undelete"
+msgstr ""
+
+#: skins/default/templates/question.html:121
+#: skins/default/templates/question.html:265
+#: skins/default/templates/authopenid/signin.html:175
+msgid "delete"
+msgstr ""
+
+#: skins/default/templates/question.html:159
+#, python-format
+msgid ""
+"The question has been closed for the following reason \"%(close_reason)s\" by"
+msgstr ""
+
+#: skins/default/templates/question.html:161
+#, python-format
+msgid "close date %(closed_at)s"
+msgstr ""
+
+#: skins/default/templates/question.html:169
+#, python-format
+msgid ""
+"\n"
+" %(counter)s Answer:\n"
+" "
+msgid_plural ""
+"\n"
+" %(counter)s Answers:\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/question.html:177
+msgid "oldest answers will be shown first"
+msgstr ""
+
+#: skins/default/templates/question.html:177
+msgid "oldest answers"
+msgstr "oldest"
+
+#: skins/default/templates/question.html:179
+msgid "newest answers will be shown first"
+msgstr ""
+
+#: skins/default/templates/question.html:179
+msgid "newest answers"
+msgstr "newest"
+
+#: skins/default/templates/question.html:181
+msgid "most voted answers will be shown first"
+msgstr ""
+
+#: skins/default/templates/question.html:181
+msgid "popular answers"
+msgstr "most voted"
+
+#: skins/default/templates/question.html:199
+#: skins/default/templates/question.html:200
+msgid "i like this answer (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/question.html:210
+#: skins/default/templates/question.html:211
+msgid "i dont like this answer (click again to cancel)"
+msgstr ""
+
+#: skins/default/templates/question.html:219
+#: skins/default/templates/question.html:220
+msgid "mark this answer as favorite (click again to undo)"
+msgstr ""
+
+#: skins/default/templates/question.html:229
+#: skins/default/templates/question.html:230
+#, python-format
+msgid "%(question_author)s has selected this answer as correct"
+msgstr ""
+
+#: skins/default/templates/question.html:245
+msgid "answer permanent link"
+msgstr "permanent link"
+
+#: skins/default/templates/question.html:246
+msgid "permanent link"
+msgstr "link"
+
+#: skins/default/templates/question.html:315
+#: skins/default/templates/question.html:317
+msgid "Notify me once a day when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> once a day by email when there are any new "
+"answers or updates"
+
+#: skins/default/templates/question.html:319
+msgid "Notify me weekly when there are any new answers"
+msgstr ""
+"<strong>Notify me</strong> weekly when there are any new answers or updates"
+
+#: skins/default/templates/question.html:321
+msgid "Notify me immediately when there are any new answers"
+msgstr ""
+
+#: skins/default/templates/question.html:324
+#, python-format
+msgid ""
+"You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr ""
+"(note: you can always <strong><a href='%(profile_url)s?"
+"sort=email_subscriptions'>change</a></strong> how often you receive updates)"
+
+#: skins/default/templates/question.html:329
+msgid "once you sign in you will be able to subscribe for any updates here"
+msgstr ""
+"<span class='strong'>Here</span> (once you log in) you will be able to sign "
+"up for the periodic email updates about this question."
+
+#: skins/default/templates/question.html:339
+msgid "Your answer"
+msgstr ""
+
+#: skins/default/templates/question.html:341
+msgid "Be the first one to answer this question!"
+msgstr ""
+
+#: skins/default/templates/question.html:347
+msgid "you can answer anonymously and then login"
+msgstr ""
+"<span class='strong big'>Please start posting your answer anonymously</span> "
+"- your answer will be saved within the current session and published after "
+"you log in or create a new account. Please try to give a <strong>substantial "
+"answer</strong>, for discussions, <strong>please use comments</strong> and "
+"<strong>please do remember to vote</strong> (after you log in)!"
+
+#: skins/default/templates/question.html:351
+msgid "answer your own question only to give an answer"
+msgstr ""
+"<span class='big strong'>You are welcome to answer your own question</span>, "
+"but please make sure to give an <strong>answer</strong>. Remember that you "
+"can always <strong>revise your original question</strong>. Please "
+"<strong>use comments for discussions</strong> and <strong>please don't "
+"forget to vote :)</strong> for the answers that you liked (or perhaps did "
+"not like)! "
+
+#: skins/default/templates/question.html:353
+msgid "please only give an answer, no discussions"
+msgstr ""
+"<span class='big strong'>Please try to give a substantial answer</span>. If "
+"you wanted to comment on the question or answer, just <strong>use the "
+"commenting tool</strong>. Please remember that you can always <strong>revise "
+"your answers</strong> - no need to answer the same question twice. Also, "
+"please <strong>don't forget to vote</strong> - it really helps to select the "
+"best questions and answers!"
+
+#: skins/default/templates/question.html:360
+msgid "Login/Signup to Post Your Answer"
+msgstr "Login/Signup to Post"
+
+#: skins/default/templates/question.html:363
+msgid "Answer Your Own Question"
+msgstr ""
+
+#: skins/default/templates/question.html:365
+msgid "Answer the question"
+msgstr "Post Your Answer"
+
+#: skins/default/templates/question.html:379
+msgid "Question tags"
+msgstr "Tags"
+
+#: skins/default/templates/question.html:384
+#: skins/default/templates/questions.html:222
+#: skins/default/templates/tag_selector.html:9
+#: skins/default/templates/tag_selector.html:26
+#, python-format
+msgid "see questions tagged '%(tag_name)s'"
+msgstr ""
+
+#: skins/default/templates/question.html:390
+msgid "question asked"
+msgstr "Asked"
+
+#: skins/default/templates/question.html:393
+msgid "question was seen"
+msgstr "Seen"
+
+#: skins/default/templates/question.html:393
+msgid "times"
+msgstr ""
+
+#: skins/default/templates/question.html:396
+msgid "last updated"
+msgstr "Last updated"
+
+#: skins/default/templates/question.html:403
+msgid "Related questions"
+msgstr ""
+
+#: skins/default/templates/question_edit.html:4
+#: skins/default/templates/question_edit.html:10
+msgid "Edit question"
+msgstr ""
+
+#: skins/default/templates/question_edit_tips.html:3
+msgid "question tips"
+msgstr "Tips"
+
+#: skins/default/templates/question_edit_tips.html:6
+msgid "please ask a relevant question"
+msgstr "ask a question interesting to this community"
+
+#: skins/default/templates/question_edit_tips.html:9
+msgid "please try provide enough details"
+msgstr "provide enough details"
+
+#: skins/default/templates/question_retag.html:3
+#: skins/default/templates/question_retag.html:6
+msgid "Change tags"
+msgstr "Retag question"
+
+#: skins/default/templates/question_retag.html:25
+msgid "Retag"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:34
+msgid "Why use and modify tags?"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:36
+msgid "Tags help to keep the content better organized and searchable"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:38
+msgid "tag editors receive special awards from the community"
+msgstr ""
+
+#: skins/default/templates/question_retag.html:79
+msgid "up to 5 tags, less than 20 characters each"
+msgstr ""
+
+#: skins/default/templates/questions.html:4
+msgid "Questions"
+msgstr ""
+
+#: skins/default/templates/questions.html:9
+msgid "In:"
+msgstr ""
+
+#: skins/default/templates/questions.html:18
+msgid "see unanswered questions"
+msgstr ""
+
+#: skins/default/templates/questions.html:24
+msgid "see your favorite questions"
+msgstr ""
+
+#: skins/default/templates/questions.html:29
+msgid "Sort by:"
+msgstr ""
+
+#: skins/default/templates/questions.html:97
+#: skins/default/templates/questions.html:100
+msgid "subscribe to the questions feed"
+msgstr ""
+
+#: skins/default/templates/questions.html:101
+msgid "rss feed"
+msgstr ""
+
+#: skins/default/templates/questions.html:105
+#, python-format
+msgid ""
+"\n"
+" %(q_num)s question\n"
+" "
+msgid_plural ""
+"\n"
+" %(q_num)s questions\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/questions.html:111 views/readers.py:170
+#, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/questions.html:114
+#, python-format
+msgid "with %(author_name)s's contributions"
+msgstr ""
+
+#: skins/default/templates/questions.html:117
+msgid "tagged"
+msgstr ""
+
+#: skins/default/templates/questions.html:122
+msgid "Search tips:"
+msgstr ""
+
+#: skins/default/templates/questions.html:125
+msgid "reset author"
+msgstr ""
+
+#: skins/default/templates/questions.html:127
+#: skins/default/templates/questions.html:130
+#: skins/default/templates/questions.html:168
+#: skins/default/templates/questions.html:171
+msgid " or "
+msgstr ""
+
+#: skins/default/templates/questions.html:128
+msgid "reset tags"
+msgstr ""
+
+#: skins/default/templates/questions.html:131
+#: skins/default/templates/questions.html:134
+msgid "start over"
+msgstr ""
+
+#: skins/default/templates/questions.html:136
+msgid " - to expand, or dig in by adding more tags and revising the query."
+msgstr ""
+
+#: skins/default/templates/questions.html:139
+msgid "Search tip:"
+msgstr ""
+
+#: skins/default/templates/questions.html:139
+msgid "add tags and a query to focus your search"
+msgstr ""
+
+#: skins/default/templates/questions.html:154
+#: skins/default/templates/unused/questions_ajax.html:79
+msgid "There are no unanswered questions here"
+msgstr ""
+
+#: skins/default/templates/questions.html:157
+#: skins/default/templates/unused/questions_ajax.html:82
+msgid "No favorite questions here. "
+msgstr ""
+
+#: skins/default/templates/questions.html:158
+#: skins/default/templates/unused/questions_ajax.html:83
+msgid "Please start (bookmark) some questions when you visit them"
+msgstr ""
+
+#: skins/default/templates/questions.html:163
+#: skins/default/templates/unused/questions_ajax.html:88
+msgid "You can expand your search by "
+msgstr ""
+
+#: skins/default/templates/questions.html:166
+#: skins/default/templates/unused/questions_ajax.html:92
+msgid "resetting author"
+msgstr ""
+
+#: skins/default/templates/questions.html:169
+#: skins/default/templates/unused/questions_ajax.html:96
+msgid "resetting tags"
+msgstr ""
+
+#: skins/default/templates/questions.html:172
+#: skins/default/templates/questions.html:175
+#: skins/default/templates/unused/questions_ajax.html:100
+#: skins/default/templates/unused/questions_ajax.html:104
+msgid "starting over"
+msgstr ""
+
+#: skins/default/templates/questions.html:180
+#: skins/default/templates/unused/questions_ajax.html:109
+msgid "Please always feel free to ask your question!"
+msgstr ""
+
+#: skins/default/templates/questions.html:184
+#: skins/default/templates/unused/questions_ajax.html:113
+msgid "Did not find what you were looking for?"
+msgstr ""
+
+#: skins/default/templates/questions.html:185
+#: skins/default/templates/unused/questions_ajax.html:114
+msgid "Please, post your question!"
+msgstr ""
+
+#: skins/default/templates/questions.html:200
+msgid "Contributors"
+msgstr ""
+
+#: skins/default/templates/questions.html:217
+msgid "Related tags"
+msgstr "Tags"
+
+#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:6
+msgid "Reopen question"
+msgstr ""
+
+#: skins/default/templates/reopen.html:9
+msgid "Title"
+msgstr ""
+
+#: skins/default/templates/reopen.html:14
+#, python-format
+msgid ""
+"This question has been closed by \n"
+" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
+" "
+msgstr ""
+
+#: skins/default/templates/reopen.html:19
+msgid "Close reason:"
+msgstr ""
+
+#: skins/default/templates/reopen.html:22
+msgid "When:"
+msgstr ""
+
+#: skins/default/templates/reopen.html:25
+msgid "Reopen this question?"
+msgstr ""
+
+#: skins/default/templates/reopen.html:29
+msgid "Reopen this question"
+msgstr ""
+
+#: skins/default/templates/revisions.html:4
+#: skins/default/templates/revisions.html:7
+msgid "Revision history"
+msgstr ""
+
+#: skins/default/templates/revisions.html:23
+msgid "click to hide/show revision"
+msgstr ""
+
+#: skins/default/templates/revisions.html:29
+#, python-format
+msgid "revision %(number)s"
+msgstr ""
+
+#: skins/default/templates/tag_selector.html:3
+msgid "Interesting tags"
+msgstr ""
+
+#: skins/default/templates/tag_selector.html:13
+#, python-format
+msgid "remove '%(tag_name)s' from the list of interesting tags"
+msgstr ""
+
+#: skins/default/templates/tag_selector.html:19
+#: skins/default/templates/tag_selector.html:36
+#: skins/default/templates/user_moderate.html:35
+msgid "Add"
+msgstr ""
+
+#: skins/default/templates/tag_selector.html:20
+msgid "Ignored tags"
+msgstr ""
+
+#: skins/default/templates/tag_selector.html:30
+#, python-format
+msgid "remove '%(tag_name)s' from the list of ignored tags"
+msgstr ""
+
+#: skins/default/templates/tag_selector.html:39
+msgid "keep ignored questions hidden"
+msgstr ""
+
+#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:8
+msgid "Tag list"
+msgstr "Tags"
+
+#: skins/default/templates/tags.html:14
+msgid "sorted alphabetically"
+msgstr ""
+
+#: skins/default/templates/tags.html:15
+msgid "by name"
+msgstr ""
+
+#: skins/default/templates/tags.html:20
+msgid "sorted by frequency of tag use"
+msgstr ""
+
+#: skins/default/templates/tags.html:21
+msgid "by popularity"
+msgstr ""
+
+#: skins/default/templates/tags.html:27
+#, python-format
+msgid ""
+"All tags matching '<span class=\"darkred\"><strong>%(stag)s</strong></span>'"
+msgstr ""
+
+#: skins/default/templates/tags.html:30
+msgid "Nothing found"
+msgstr ""
+
+#: skins/default/templates/user.html:14
+#, python-format
+msgid "%(username)s's profile"
+msgstr ""
+
+#: skins/default/templates/user_edit.html:4
+msgid "Edit user profile"
+msgstr ""
+
+#: skins/default/templates/user_edit.html:7
+msgid "edit profile"
+msgstr ""
+
+#: skins/default/templates/user_edit.html:17
+#: skins/default/templates/user_info.html:11
+msgid "change picture"
+msgstr ""
+
+#: skins/default/templates/user_edit.html:20
+msgid "Registered user"
+msgstr ""
+
+#: skins/default/templates/user_edit.html:27
+msgid "Screen Name"
+msgstr ""
+
+#: skins/default/templates/user_edit.html:75
+#: skins/default/templates/user_email_subscriptions.html:18
+msgid "Update"
+msgstr ""
+
+#: skins/default/templates/user_email_subscriptions.html:4
+msgid "Email subscription settings"
+msgstr ""
+
+#: skins/default/templates/user_email_subscriptions.html:5
+msgid "email subscription settings info"
+msgstr ""
+"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
+"updates on interesting questions by email, <strong><br/>help the community</"
+"strong> by answering questions of your colleagues. If you do not wish to "
+"receive emails - select 'no email' on all items below.<br/>Updates are only "
+"sent when there is any new activity on selected items."
+
+#: skins/default/templates/user_email_subscriptions.html:19
+msgid "Stop sending email"
+msgstr "Stop Email"
+
+#: skins/default/templates/user_inbox.html:31
+msgid "Sections:"
+msgstr ""
+
+#: skins/default/templates/user_inbox.html:35
+#, python-format
+msgid "forum responses (%(re_count)s)"
+msgstr ""
+
+#: skins/default/templates/user_inbox.html:40
+#, python-format
+msgid "flagged items (%(flag_count)s)"
+msgstr ""
+
+#: skins/default/templates/user_inbox.html:46
+msgid "select:"
+msgstr ""
+
+#: skins/default/templates/user_inbox.html:48
+msgid "seen"
+msgstr ""
+
+#: skins/default/templates/user_inbox.html:49
+msgid "new"
+msgstr ""
+
+#: skins/default/templates/user_inbox.html:50
+msgid "none"
+msgstr ""
+
+#: skins/default/templates/user_inbox.html:51
+msgid "mark as seen"
+msgstr ""
+
+#: skins/default/templates/user_inbox.html:52
+msgid "mark as new"
+msgstr ""
+
+#: skins/default/templates/user_inbox.html:53
+msgid "dismiss"
+msgstr ""
+
+#: skins/default/templates/user_info.html:18
+#: skins/default/templates/users.html:13 skins/default/templates/users.html:14
+msgid "reputation"
+msgstr "karma"
+
+#: skins/default/templates/user_info.html:30
+msgid "manage login methods"
+msgstr ""
+
+#: skins/default/templates/user_info.html:34
+msgid "update profile"
+msgstr ""
+
+#: skins/default/templates/user_info.html:46
+msgid "real name"
+msgstr ""
+
+#: skins/default/templates/user_info.html:51
+msgid "member for"
+msgstr "member since"
+
+#: skins/default/templates/user_info.html:56
+msgid "last seen"
+msgstr ""
+
+#: skins/default/templates/user_info.html:62
+msgid "user website"
+msgstr "website"
+
+#: skins/default/templates/user_info.html:68
+msgid "location"
+msgstr ""
+
+#: skins/default/templates/user_info.html:75
+msgid "age"
+msgstr ""
+
+#: skins/default/templates/user_info.html:76
+msgid "age unit"
+msgstr "years old"
+
+#: skins/default/templates/user_info.html:83
+msgid "todays unused votes"
+msgstr ""
+
+#: skins/default/templates/user_info.html:84
+msgid "votes left"
+msgstr ""
+
+#: skins/default/templates/user_moderate.html:5
+#, python-format
+msgid "%(username)s's current status is \"%(status)s\""
+msgstr ""
+
+#: skins/default/templates/user_moderate.html:8
+msgid "User status changed"
+msgstr ""
+
+#: skins/default/templates/user_moderate.html:15
+msgid "Save"
+msgstr ""
+
+#: skins/default/templates/user_moderate.html:21
+#, python-format
+msgid "Your current reputation is %(reputation)s points"
+msgstr ""
+
+#: skins/default/templates/user_moderate.html:23
+#, python-format
+msgid "User's current reputation is %(reputation)s points"
+msgstr ""
+
+#: skins/default/templates/user_moderate.html:27
+msgid "User reputation changed"
+msgstr ""
+
+#: skins/default/templates/user_moderate.html:34
+msgid "Subtract"
+msgstr ""
+
+#: skins/default/templates/user_moderate.html:39
+#, python-format
+msgid "Send message to %(username)s"
+msgstr ""
+
+#: skins/default/templates/user_moderate.html:40
+msgid ""
+"An email will be sent to the user with 'reply-to' field set to your email "
+"address. Please make sure that your address is entered correctly."
+msgstr ""
+
+#: skins/default/templates/user_moderate.html:42
+msgid "Message sent"
+msgstr ""
+
+#: skins/default/templates/user_moderate.html:60
+msgid "Send message"
+msgstr ""
+
+#: skins/default/templates/user_reputation.html:7
+msgid "Your karma change log."
+msgstr ""
+
+#: skins/default/templates/user_reputation.html:9
+#, python-format
+msgid "%(user_name)s's karma change log"
+msgstr ""
+
+#: skins/default/templates/user_stats.html:7
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Question"
+msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_stats.html:12
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Answer"
+msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_stats.html:20
+#, python-format
+msgid "the answer has been voted for %(answer_score)s times"
+msgstr ""
+
+#: skins/default/templates/user_stats.html:20
+msgid "this answer has been selected as correct"
+msgstr ""
+
+#: skins/default/templates/user_stats.html:30
+#, python-format
+msgid "(%(comment_count)s comment)"
+msgid_plural "the answer has been commented %(comment_count)s times"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_stats.html:40
+#, python-format
+msgid "<span class=\"count\">%(cnt)s</span> Vote"
+msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_stats.html:46
+msgid "thumb up"
+msgstr ""
+
+#: skins/default/templates/user_stats.html:47
+msgid "user has voted up this many times"
+msgstr ""
+
+#: skins/default/templates/user_stats.html:50
+msgid "thumb down"
+msgstr ""
+
+#: skins/default/templates/user_stats.html:51
+msgid "user voted down this many times"
+msgstr ""
+
+#: skins/default/templates/user_stats.html:59
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Tag"
+msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_stats.html:67
+#, python-format
+msgid ""
+"see other questions with %(view_user)s's contributions tagged '%(tag_name)s' "
+msgstr ""
+
+#: skins/default/templates/user_stats.html:81
+#, python-format
+msgid "<span class=\"count\">%(counter)s</span> Badge"
+msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/user_tabs.html:5
+msgid "User profile"
+msgstr ""
+
+#: skins/default/templates/user_tabs.html:6
+msgid "overview"
+msgstr ""
+
+#: skins/default/templates/user_tabs.html:9 views/users.py:729
+msgid "comments and answers to others questions"
+msgstr ""
+
+#: skins/default/templates/user_tabs.html:10
+msgid "inbox"
+msgstr ""
+
+#: skins/default/templates/user_tabs.html:13
+msgid "graph of user reputation"
+msgstr "Graph of user karma"
+
+#: skins/default/templates/user_tabs.html:14
+msgid "reputation history"
+msgstr "karma history"
+
+#: skins/default/templates/user_tabs.html:16
+msgid "questions that user selected as his/her favorite"
+msgstr ""
+
+#: skins/default/templates/user_tabs.html:17
+msgid "favorites"
+msgstr ""
+
+#: skins/default/templates/user_tabs.html:19
+msgid "recent activity"
+msgstr ""
+
+#: skins/default/templates/user_tabs.html:20
+msgid "activity"
+msgstr ""
+
+#: skins/default/templates/user_tabs.html:23 views/users.py:794
+msgid "user vote record"
+msgstr ""
+
+#: skins/default/templates/user_tabs.html:24
+msgid "casted votes"
+msgstr "votes"
+
+#: skins/default/templates/user_tabs.html:28 views/users.py:904
+msgid "email subscription settings"
+msgstr ""
+
+#: skins/default/templates/user_tabs.html:29
+msgid "subscriptions"
+msgstr ""
+
+#: skins/default/templates/user_tabs.html:33 views/users.py:216
+msgid "moderate this user"
+msgstr ""
+
+#: skins/default/templates/user_tabs.html:34
+msgid "moderation"
+msgstr ""
+
+#: skins/default/templates/users.html:4 skins/default/templates/users.html:7
+msgid "Users"
+msgstr "People"
+
+#: skins/default/templates/users.html:19 skins/default/templates/users.html:20
+msgid "recent"
+msgstr ""
+
+#: skins/default/templates/users.html:31 skins/default/templates/users.html:32
+msgid "by username"
+msgstr ""
+
+#: skins/default/templates/users.html:38
+#, python-format
+msgid "users matching query %(suser)s:"
+msgstr ""
+
+#: skins/default/templates/users.html:41
+msgid "Nothing found."
+msgstr ""
+
+#: skins/default/templates/users_questions.html:9
+#: skins/default/templates/users_questions.html:17
+#, python-format
+msgid "this questions was selected as favorite %(cnt)s time"
+msgid_plural "this questions was selected as favorite %(cnt)s times"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/users_questions.html:10
+msgid "thumb-up on"
+msgstr ""
+
+#: skins/default/templates/users_questions.html:18
+msgid "thumb-up off"
+msgstr ""
+
+#: skins/default/templates/authopenid/changeemail.html:2
+#: skins/default/templates/authopenid/changeemail.html:8
+#: skins/default/templates/authopenid/changeemail.html:36
+msgid "Change email"
+msgstr "Change Email"
+
+#: skins/default/templates/authopenid/changeemail.html:10
+msgid "Save your email address"
+msgstr ""
+
+#: skins/default/templates/authopenid/changeemail.html:15
+#, python-format
+msgid "change %(email)s info"
+msgstr ""
+"<span class=\"strong big\">Enter your new email into the box below</span> if "
+"you'd like to use another email for <strong>update subscriptions</strong>."
+"<br>Currently you are using <strong>%(email)s</strong>"
+
+#: skins/default/templates/authopenid/changeemail.html:17
+#, python-format
+msgid "here is why email is required, see %(gravatar_faq_url)s"
+msgstr ""
+"<span class='strong big'>Please enter your email address in the box below.</"
+"span> Valid email address is required on this Q&amp;A forum. If you like, "
+"you can <strong>receive updates</strong> on interesting questions or entire "
+"forum via email. Also, your email is used to create a unique <a href='%"
+"(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your account. "
+"Email addresses are never shown or otherwise shared with anybody else."
+
+#: skins/default/templates/authopenid/changeemail.html:29
+msgid "Your new Email"
+msgstr ""
+"<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
+"anyone, must be valid)"
+
+#: skins/default/templates/authopenid/changeemail.html:29
+msgid "Your Email"
+msgstr ""
+"<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
+
+#: skins/default/templates/authopenid/changeemail.html:36
+msgid "Save Email"
+msgstr ""
+
+#: skins/default/templates/authopenid/changeemail.html:45
+msgid "Validate email"
+msgstr ""
+
+#: skins/default/templates/authopenid/changeemail.html:48
+#, python-format
+msgid "validate %(email)s info or go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">An email with a validation link has been sent to %"
+"(email)s.</span> Please <strong>follow the emailed link</strong> with your "
+"web browser. Email validation is necessary to help insure the proper use of "
+"email on <span class=\"orange\">Q&amp;A</span>. If you would like to use "
+"<strong>another email</strong>, please <a href='%(change_email_url)"
+"s'><strong>change it again</strong></a>."
+
+#: skins/default/templates/authopenid/changeemail.html:52
+msgid "Email not changed"
+msgstr ""
+
+#: skins/default/templates/authopenid/changeemail.html:55
+#, python-format
+msgid "old %(email)s kept, if you like go to %(change_email_url)s"
+msgstr ""
+"<span class=\"strong big\">Your email address %(email)s has not been changed."
+"</span> If you decide to change it later - you can always do it by editing "
+"it in your user profile or by using the <a href='%(change_email_url)"
+"s'><strong>previous form</strong></a> again."
+
+#: skins/default/templates/authopenid/changeemail.html:59
+msgid "Email changed"
+msgstr ""
+
+#: skins/default/templates/authopenid/changeemail.html:62
+#, python-format
+msgid "your current %(email)s can be used for this"
+msgstr ""
+"<span class='big strong'>Your email address is now set to %(email)s.</span> "
+"Updates on the questions that you like most will be sent to this address. "
+"Email notifications are sent once a day or less frequently - only when there "
+"are any news."
+
+#: skins/default/templates/authopenid/changeemail.html:66
+msgid "Email verified"
+msgstr ""
+
+#: skins/default/templates/authopenid/changeemail.html:69
+msgid "thanks for verifying email"
+msgstr ""
+"<span class=\"big strong\">Thank you for verifying your email!</span> Now "
+"you can <strong>ask</strong> and <strong>answer</strong> questions. Also if "
+"you find a very interesting question you can <strong>subscribe for the "
+"updates</strong> - then will be notified about changes <strong>once a day</"
+"strong> or less frequently."
+
+#: skins/default/templates/authopenid/changeemail.html:73
+msgid "email key not sent"
+msgstr "Validation email not sent"
+
+#: skins/default/templates/authopenid/changeemail.html:76
+#, python-format
+msgid "email key not sent %(email)s change email here %(change_link)s"
+msgstr ""
+"<span class='big strong'>Your current email address %(email)s has been "
+"validated before</span> so the new key was not sent. You can <a href='%"
+"(change_link)s'>change</a> email used for update subscriptions if necessary."
+
+#: skins/default/templates/authopenid/complete.html:21
+#: skins/default/templates/authopenid/complete.html:24
+msgid "Registration"
+msgstr ""
+
+#: skins/default/templates/authopenid/complete.html:29
+#, python-format
+msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your %"
+"(provider)s login.</span> Please create your <strong>screen name</strong> "
+"and save your <strong>email</strong> address. Saved email address will let "
+"you <strong>subscribe for the updates</strong> on the most interesting "
+"questions and will be used to create and retrieve your unique avatar image - "
+"<a href='%(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/default/templates/authopenid/complete.html:32
+#, python-format
+msgid ""
+"%(username)s already exists, choose another name for \n"
+" %(provider)s. Email is required too, see %"
+"(gravatar_faq_url)s\n"
+" "
+msgstr ""
+"<p><span class='strong big'>Oops... looks like screen name %(username)s is "
+"already used in another account.</span></p><p>Please choose another screen "
+"name to use with your %(provider)s login. Also, a valid email address is "
+"required on the <span class='orange'>Q&amp;A</span> forum. Your email is "
+"used to create a unique <a href='%(gravatar_faq_url)s'><strong>gravatar</"
+"strong></a> image for your account. If you like, you can <strong>receive "
+"updates</strong> on the interesting questions or entire forum by email. "
+"Email addresses are never shown or otherwise shared with anybody else.</p>"
+
+#: skins/default/templates/authopenid/complete.html:36
+#, python-format
+msgid ""
+"register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your %"
+"(provider)s login.</span></p><p>You can either keep your <strong>screen "
+"name</strong> the same as your %(provider)s login name or choose some other "
+"nickname.</p><p>Also, please save a valid <strong>email</strong> address. "
+"With the email you can <strong>subscribe for the updates</strong> on the "
+"most interesting questions. Email address is also used to create and "
+"retrieve your unique avatar image - <a href='%(gravatar_faq_url)"
+"s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/default/templates/authopenid/complete.html:39
+#, python-format
+msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
+msgstr ""
+"<p><span class=\"big strong\">You are here for the first time with your "
+"Facebook login.</span> Please create your <strong>screen name</strong> and "
+"save your <strong>email</strong> address. Saved email address will let you "
+"<strong>subscribe for the updates</strong> on the most interesting questions "
+"and will be used to create and retrieve your unique avatar image - <a href='%"
+"(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
+
+#: skins/default/templates/authopenid/complete.html:42
+msgid "This account already exists, please use another."
+msgstr ""
+
+#: skins/default/templates/authopenid/complete.html:61
+msgid "Screen name label"
+msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
+
+#: skins/default/templates/authopenid/complete.html:68
+msgid "Email address label"
+msgstr ""
+"<strong>Email Address</strong> (<i>will <strong>not</strong> be shared with "
+"anyone, must be valid</i>)"
+
+#: skins/default/templates/authopenid/complete.html:74
+#: skins/default/templates/authopenid/signup_with_password.html:17
+msgid "receive updates motivational blurb"
+msgstr ""
+"<strong>Receive forum updates by email</strong> - this will help our "
+"community grow and become more useful.<br/>By default <span "
+"class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per "
+"week</strong> - only when there is anything new.<br/>If you like, please "
+"adjust this now or any time later from your user account."
+
+#: skins/default/templates/authopenid/complete.html:78
+#: skins/default/templates/authopenid/signup_with_password.html:21
+msgid "please select one of the options above"
+msgstr ""
+
+#: skins/default/templates/authopenid/complete.html:81
+msgid "Tag filter tool will be your right panel, once you log in."
+msgstr ""
+
+#: skins/default/templates/authopenid/complete.html:82
+msgid "create account"
+msgstr "Signup"
+
+#: skins/default/templates/authopenid/confirm_email.txt:1
+msgid "Thank you for registering at our Q&A forum!"
+msgstr ""
+
+#: skins/default/templates/authopenid/confirm_email.txt:3
+msgid "Your account details are:"
+msgstr ""
+
+#: skins/default/templates/authopenid/confirm_email.txt:5
+msgid "Username:"
+msgstr ""
+
+#: skins/default/templates/authopenid/confirm_email.txt:6
+msgid "Password:"
+msgstr ""
+
+#: skins/default/templates/authopenid/confirm_email.txt:8
+msgid "Please sign in here:"
+msgstr ""
+
+#: skins/default/templates/authopenid/confirm_email.txt:11
+#: skins/default/templates/authopenid/email_validation.txt:13
+msgid ""
+"Sincerely,\n"
+"Forum Administrator"
+msgstr ""
+"Sincerely,\n"
+"Q&A Forum Administrator"
+
+#: skins/default/templates/authopenid/email_validation.txt:1
+msgid "Greetings from the Q&A forum"
+msgstr ""
+
+#: skins/default/templates/authopenid/email_validation.txt:3
+msgid "To make use of the Forum, please follow the link below:"
+msgstr ""
+
+#: skins/default/templates/authopenid/email_validation.txt:7
+msgid "Following the link above will help us verify your email address."
+msgstr ""
+
+#: skins/default/templates/authopenid/email_validation.txt:9
+msgid ""
+"If you beleive that this message was sent in mistake - \n"
+"no further action is needed. Just ingore this email, we apologize\n"
+"for any inconvenience"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:3
+msgid "User login"
+msgstr "User login"
+
+#: skins/default/templates/authopenid/signin.html:11
+#, python-format
+msgid ""
+"\n"
+" Your answer to %(title)s %(summary)s will be posted once you log in\n"
+" "
+msgstr ""
+"\n"
+"<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
+
+#: skins/default/templates/authopenid/signin.html:18
+#, python-format
+msgid ""
+"Your question \n"
+" %(title)s %(summary)s will be posted once you log in\n"
+" "
+msgstr ""
+"<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
+"strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will be "
+"posted once you log in.</span>"
+
+#: skins/default/templates/authopenid/signin.html:25
+msgid ""
+"Take a pick of your favorite service below to sign in using secure OpenID or "
+"similar technology. Your external service password always stays confidential "
+"and you don't have to rememeber or create another one."
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:28
+msgid ""
+"It's a good idea to make sure that your existing login methods still work, "
+"or add a new one. Please click any of the icons below to check/change or add "
+"new login methods."
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:30
+msgid ""
+"Please add a more permanent login method by clicking one of the icons below, "
+"to avoid logging in via email each time."
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:34
+msgid ""
+"Click on one of the icons below to add a new login method or re-validate an "
+"existing one."
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:36
+msgid ""
+"You don't have a method to log in right now, please add one or more by "
+"clicking any of the icons below."
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:39
+msgid ""
+"Please check your email and visit the enclosed link to re-connect to your "
+"account"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:86
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:87
+#: skins/default/templates/authopenid/signin.html:109
+msgid "(or select another login method above)"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:89
+msgid "Sign in"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:107
+msgid "Please enter your <span>user name and password</span>, then sign in"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:111
+msgid "Login failed, please try again"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:114
+msgid "Login name"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:118
+msgid "Password"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:122
+msgid "Login"
+msgstr "Sign in"
+
+#: skins/default/templates/authopenid/signin.html:129
+msgid "To change your password - please enter the new one twice, then submit"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:132
+msgid "New password"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:137
+msgid "Please, retype"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:156
+msgid "Here are your current login methods"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:160
+msgid "provider"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:161
+msgid "last used"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:162
+msgid "delete, if you like"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:187
+msgid "Still have trouble signing in?"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:192
+msgid "Please, enter your email address below and obtain a new key"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:194
+msgid "Please, enter your email address below to recover your account"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:197
+msgid "recover your account via email"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:208
+msgid "Send a new recovery key"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:210
+msgid "Recover your account via email"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:221
+msgid "Why use OpenID?"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:224
+msgid "with openid it is easier"
+msgstr "With the OpenID you don't need to create new username and password."
+
+#: skins/default/templates/authopenid/signin.html:227
+msgid "reuse openid"
+msgstr "You can safely re-use the same login for all OpenID-enabled websites."
+
+#: skins/default/templates/authopenid/signin.html:230
+msgid "openid is widely adopted"
+msgstr ""
+"There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-"
+"enabled."
+
+#: skins/default/templates/authopenid/signin.html:233
+msgid "openid is supported open standard"
+msgstr "OpenID is based on an open standard, supported by many organizations."
+
+#: skins/default/templates/authopenid/signin.html:237
+msgid "Find out more"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:238
+msgid "Get OpenID"
+msgstr ""
+
+#: skins/default/templates/authopenid/signup_with_password.html:3
+msgid "Signup"
+msgstr ""
+
+#: skins/default/templates/authopenid/signup_with_password.html:6
+msgid "Create login name and password"
+msgstr ""
+
+#: skins/default/templates/authopenid/signup_with_password.html:8
+msgid "Traditional signup info"
+msgstr ""
+"<span class='strong big'>If you prefer, create your forum login name and "
+"password here. However</span>, please keep in mind that we also support "
+"<strong>OpenID</strong> login method. With <strong>OpenID</strong> you can "
+"simply reuse your external login (e.g. Gmail or AOL) without ever sharing "
+"your login details with anyone and having to remember yet another password."
+
+#: skins/default/templates/authopenid/signup_with_password.html:24
+msgid ""
+"Please read and type in the two words below to help us prevent automated "
+"account creation."
+msgstr ""
+
+#: skins/default/templates/authopenid/signup_with_password.html:26
+msgid "Create Account"
+msgstr ""
+
+#: skins/default/templates/authopenid/signup_with_password.html:27
+msgid "or"
+msgstr ""
+
+#: skins/default/templates/authopenid/signup_with_password.html:28
+msgid "return to OpenID login"
+msgstr ""
+
+#: skins/default/templates/unused/email_base.html:8
+msgid "home"
+msgstr ""
+
+#: skins/default/templates/unused/notarobot.html:3
+msgid "Please prove that you are a Human Being"
+msgstr ""
+
+#: skins/default/templates/unused/notarobot.html:10
+msgid "I am a Human Being"
+msgstr ""
+
+#: skins/default/templates/unused/question_counter_widget.html:78
+msgid "Please decide if you like this question or not by voting"
+msgstr ""
+
+#: skins/default/templates/unused/question_counter_widget.html:84
+msgid ""
+"\n"
+" vote\n"
+" "
+msgid_plural ""
+"\n"
+" votes\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/unused/question_counter_widget.html:93
+#: skins/default/templates/unused/question_list.html:23
+#: skins/default/templates/unused/questions_ajax.html:27
+msgid "this answer has been accepted to be correct"
+msgstr ""
+
+#: skins/default/templates/unused/question_counter_widget.html:99
+msgid ""
+"\n"
+" answer \n"
+" "
+msgid_plural ""
+"\n"
+" answers \n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/unused/question_counter_widget.html:111
+msgid ""
+"\n"
+" view\n"
+" "
+msgid_plural ""
+"\n"
+" views\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/unused/question_list.html:15
+msgid ""
+"\n"
+" vote\n"
+" "
+msgid_plural ""
+"\n"
+" votes\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/unused/question_list.html:35
+msgid ""
+"\n"
+" answer \n"
+" "
+msgid_plural ""
+"\n"
+" answers \n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/unused/question_list.html:47
+msgid ""
+"\n"
+" view\n"
+" "
+msgid_plural ""
+"\n"
+" views\n"
+" "
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/unused/question_summary_list_roll.html:13
+msgid "answers"
+msgstr ""
+
+#: skins/default/templates/unused/question_summary_list_roll.html:14
+msgid "votes"
+msgstr ""
+
+#: skins/default/templates/unused/question_summary_list_roll.html:15
+msgid "views"
+msgstr ""
+
+#: templatetags/extra_filters.py:168 templatetags/extra_filters_jinja.py:234
+msgid "no items in counter"
+msgstr "no"
+
+#: utils/decorators.py:82 views/commands.py:132 views/commands.py:149
+msgid "Oops, apologies - there was some error"
+msgstr ""
+
+#: utils/forms.py:32
+msgid "this field is required"
+msgstr ""
+
+#: utils/forms.py:46
+msgid "choose a username"
+msgstr "Choose screen name"
+
+#: utils/forms.py:52
+msgid "user name is required"
+msgstr ""
+
+#: utils/forms.py:53
+msgid "sorry, this name is taken, please choose another"
+msgstr ""
+
+#: utils/forms.py:54
+msgid "sorry, this name is not allowed, please choose another"
+msgstr ""
+
+#: utils/forms.py:55
+msgid "sorry, there is no user with this name"
+msgstr ""
+
+#: utils/forms.py:56
+msgid "sorry, we have a serious error - user name is taken by several users"
+msgstr ""
+
+#: utils/forms.py:57
+msgid "user name can only consist of letters, empty space and underscore"
+msgstr ""
+
+#: utils/forms.py:118
+msgid "your email address"
+msgstr "Your email <i>(never shared)</i>"
+
+#: utils/forms.py:119
+msgid "email address is required"
+msgstr ""
+
+#: utils/forms.py:120
+msgid "please enter a valid email address"
+msgstr ""
+
+#: utils/forms.py:121
+msgid "this email is already used by someone else, please choose another"
+msgstr ""
+
+#: utils/forms.py:149
+msgid "choose password"
+msgstr "Password"
+
+#: utils/forms.py:150
+msgid "password is required"
+msgstr ""
+
+#: utils/forms.py:153
+msgid "retype password"
+msgstr "Password <i>(please retype)</i>"
+
+#: utils/forms.py:154
+msgid "please, retype your password"
+msgstr ""
+
+#: utils/forms.py:155
+msgid "sorry, entered passwords did not match, please try again"
+msgstr ""
+
+#: utils/functions.py:63
+#, python-format
+msgid "on %(date)s"
+msgstr ""
+
+#: utils/functions.py:67
+msgid "2 days ago"
+msgstr ""
+
+#: utils/functions.py:69
+msgid "yesterday"
+msgstr ""
+
+#: utils/functions.py:71
+#, python-format
+msgid "%(hr)d hour ago"
+msgid_plural "%(hr)d hours ago"
+msgstr[0] ""
+msgstr[1] ""
+
+#: utils/functions.py:73
+#, python-format
+msgid "%(min)d min ago"
+msgid_plural "%(min)d mins ago"
+msgstr[0] ""
+msgstr[1] ""
+
+#: views/commands.py:42
+msgid "anonymous users cannot vote"
+msgstr "Sorry, anonymous users cannot vote"
+
+#: views/commands.py:62
+msgid "Sorry you ran out of votes for today"
+msgstr ""
+
+#: views/commands.py:68
+#, python-format
+msgid "You have %(votes_left)s votes left for today"
+msgstr ""
+
+#: views/commands.py:139
+msgid "Sorry, but anonymous users cannot access the inbox"
+msgstr ""
+
+#: views/commands.py:211
+msgid "Sorry, something is not right here..."
+msgstr ""
+
+#: views/commands.py:226
+msgid "Sorry, but anonymous users cannot accept answers"
+msgstr ""
+
+#: views/commands.py:307
+#, python-format
+msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
+msgstr ""
+"Your subscription is saved, but email address %(email)s needs to be "
+"validated, please see <a href='%(details_url)s'>more details here</a>"
+
+#: views/commands.py:315
+msgid "email update frequency has been set to daily"
+msgstr ""
+
+#: views/commands.py:373
+msgid "Bad request"
+msgstr ""
+
+#: views/meta.py:59
+msgid "Q&A forum feedback"
+msgstr ""
+
+#: views/meta.py:60
+msgid "Thanks for the feedback!"
+msgstr ""
+
+#: views/meta.py:70
+msgid "We look forward to hearing your feedback! Please, give it next time :)"
+msgstr ""
+
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] ""
+msgstr[1] ""
+
+#: views/readers.py:446
+msgid ""
+"Sorry, the comment you are looking for has been deleted and is no longer "
+"accessible"
+msgstr ""
+
+#: views/users.py:217
+msgid "moderate user"
+msgstr ""
+
+#: views/users.py:376
+msgid "user profile"
+msgstr ""
+
+#: views/users.py:377
+msgid "user profile overview"
+msgstr ""
+
+#: views/users.py:661
+msgid "recent user activity"
+msgstr ""
+
+#: views/users.py:662
+msgid "profile - recent activity"
+msgstr ""
+
+#: views/users.py:730
+msgid "profile - responses"
+msgstr ""
+
+#: views/users.py:795
+msgid "profile - votes"
+msgstr ""
+
+#: views/users.py:833
+msgid "user reputation in the community"
+msgstr "user karma"
+
+#: views/users.py:834
+msgid "profile - user reputation"
+msgstr "Profile - User's Karma"
+
+#: views/users.py:862
+msgid "users favorite questions"
+msgstr ""
+
+#: views/users.py:863
+msgid "profile - favorite questions"
+msgstr ""
+
+#: views/users.py:883 views/users.py:887
+msgid "changes saved"
+msgstr ""
+
+#: views/users.py:893
+msgid "email updates canceled"
+msgstr ""
+
+#: views/users.py:905
+msgid "profile - email subscriptions"
+msgstr ""
+
+#: views/writers.py:56
+msgid "Sorry, anonymous users cannot upload files"
+msgstr ""
+
+#: views/writers.py:65
+#, python-format
+msgid "allowed file types are '%(file_types)s'"
+msgstr ""
+
+#: views/writers.py:88
+#, python-format
+msgid "maximum upload file size is %(file_size)sK"
+msgstr ""
+
+#: views/writers.py:96
+msgid "Error uploading file. Please contact the site administrator. Thank you."
+msgstr ""
+
+#: views/writers.py:452
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot post comments. Please <a href="
+"\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+
+#: views/writers.py:497
+msgid "Sorry, anonymous users cannot edit comments"
+msgstr ""
+
+#: views/writers.py:505
+#, python-format
+msgid ""
+"Sorry, you appear to be logged out and cannot delete comments. Please <a "
+"href=\"%(sign_in_url)s\">sign in</a>."
+msgstr ""
+
+#: views/writers.py:526
+msgid "sorry, we seem to have some technical difficulties"
+msgstr ""
+
+#~ msgid "reputation points"
+#~ msgstr "karma"
diff --git a/askbot/locale/zh-cn/LC_MESSAGES/django.mo b/askbot/locale/zh-cn/LC_MESSAGES/django.mo
index 5799dd1e..b38a31f7 100644
--- a/askbot/locale/zh-cn/LC_MESSAGES/django.mo
+++ b/askbot/locale/zh-cn/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/zh-cn/LC_MESSAGES/django.po b/askbot/locale/zh-cn/LC_MESSAGES/django.po
index 02e887b6..92a05a59 100644
--- a/askbot/locale/zh-cn/LC_MESSAGES/django.po
+++ b/askbot/locale/zh-cn/LC_MESSAGES/django.po
@@ -2,17 +2,18 @@
# Copyright (C) 2009 Gang Chen
# This file is distributed under the same license as the CNPROG package.
# Evgeny Fadeev <evgeny.fadeev@gmail.com>, 2009.
-#
+#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-29 16:38-0600\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2010-12-11 23:41-0600\n"
+"PO-Revision-Date: 2010-12-12 08:06\n"
+"Last-Translator: <suyu8776@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
+"X-Translated-Using: django-rosetta 0.5.6\n"
#: exceptions.py:9
#, fuzzy
@@ -36,8 +37,7 @@ msgstr "标题"
#: forms.py:55
msgid "please enter a descriptive title for your question"
-msgstr ""
-"请输入对问题具有描述性质的标题 - “帮忙!紧急求助!”不是建议的提问方式。"
+msgstr "请输入对问题具有描述性质的标题 - “帮忙!紧急求助!”不是建议的提问方式。"
#: forms.py:60
msgid "title must be > 10 characters"
@@ -51,14 +51,13 @@ msgstr "内容"
msgid "question content must be > 10 characters"
msgstr "内容至少要10个字符"
-#: forms.py:84 skins/default/templates/header.html:83
+#: forms.py:84 skins/default/templates/header.html:105
msgid "tags"
msgstr "标签"
#: forms.py:86
-msgid ""
-"Tags are short keywords, with no spaces within. Up to five tags can be used."
-msgstr ""
+msgid "Tags are short keywords, with no spaces within. Up to five tags can be used."
+msgstr "标签为不带空格的关键字,最多只能使用5个关键字。"
#: forms.py:93 skins/default/templates/question_retag.html:78
msgid "tags are required"
@@ -90,9 +89,7 @@ msgid "community wiki"
msgstr "社区Wiki"
#: forms.py:131
-msgid ""
-"if you choose community wiki option, the question and answer do not generate "
-"points and name of author will not be shown"
+msgid "if you choose community wiki option, the question and answer do not generate points and name of author will not be shown"
msgstr "选择社区wiki模式,问答不计算积分,签名也不显示作者信息"
#: forms.py:147
@@ -100,362 +97,448 @@ msgid "update summary:"
msgstr "更新概要:"
#: forms.py:148
-msgid ""
-"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
-"improved style, this field is optional)"
-msgstr ""
-"输入本次修改的简单概述(如:修改了别字,修正了语法,改进了样式等。非必填"
-"项。)"
+msgid "enter a brief summary of your revision (e.g. fixed spelling, grammar, improved style, this field is optional)"
+msgstr "输入本次修改的简单概述(如:修改了别字,修正了语法,改进了样式等。非必填项。)"
-#: forms.py:161
+#: forms.py:204
msgid "Enter number of points to add or subtract"
-msgstr ""
+msgstr "输入要添加或减去的分数"
-#: forms.py:175 const/__init__.py:219
+#: forms.py:218 const/__init__.py:220
msgid "approved"
-msgstr ""
+msgstr "认证"
-#: forms.py:176 const/__init__.py:220
+#: forms.py:219 const/__init__.py:221
msgid "watched"
-msgstr ""
+msgstr "查看"
-#: forms.py:177 const/__init__.py:221
+#: forms.py:220 const/__init__.py:222
#, fuzzy
msgid "suspended"
-msgstr "更新于"
+msgstr "暂停使用"
-#: forms.py:178 const/__init__.py:222
+#: forms.py:221 const/__init__.py:223
msgid "blocked"
-msgstr ""
+msgstr "冻结"
-#: forms.py:180 const/__init__.py:218
+#: forms.py:223 const/__init__.py:219
msgid "moderator"
-msgstr ""
+msgstr "版主"
-#: forms.py:200
+#: forms.py:243
#, fuzzy
msgid "Change status to"
msgstr "修改问题标签"
-#: forms.py:227
+#: forms.py:270
msgid "which one?"
-msgstr ""
+msgstr "哪个?"
-#: forms.py:248
+#: forms.py:291
#, fuzzy
msgid "Cannot change own status"
msgstr "不能给自己的帖子投票"
-#: forms.py:254
+#: forms.py:297
msgid "Cannot turn other user to moderator"
-msgstr ""
+msgstr "不能把其他用户转为版主"
-#: forms.py:261
+#: forms.py:304
msgid "Cannot change status of another moderator"
-msgstr ""
+msgstr "不能修改其他版主的状态"
-#: forms.py:267
+#: forms.py:310
#, python-format
msgid "If you wish to change %(username)s's status, "
-msgstr ""
+msgstr "如果你希望修改%(username)s状态"
-#: forms.py:276
+#: forms.py:319
msgid "Subject line"
-msgstr ""
+msgstr "主题"
-#: forms.py:283
+#: forms.py:326
msgid "Message text"
-msgstr ""
+msgstr "信息文本"
-#: forms.py:360
+#: forms.py:403
#, fuzzy
msgid "Your name:"
msgstr "用户名"
-#: forms.py:361
+#: forms.py:404
#, fuzzy
msgid "Email (not shared with anyone):"
msgstr "电子邮件(<i>用于头像显示服务</i>)"
-#: forms.py:362
+#: forms.py:405
#, fuzzy
msgid "Your message:"
-msgstr "Copyright(c)2009.CNPROG.COM"
+msgstr "你的信息:"
-#: forms.py:449
+#: forms.py:492
msgid "this email does not have to be linked to gravatar"
msgstr "不会公开,用于头像显示服务"
-#: forms.py:456
+#: forms.py:499
msgid "Real name"
msgstr "真实姓名"
-#: forms.py:463
+#: forms.py:506
msgid "Website"
msgstr "个人网站"
-#: forms.py:470
+#: forms.py:513
msgid "Location"
msgstr "城市"
-#: forms.py:477
+#: forms.py:520
msgid "Date of birth"
msgstr "生日"
-#: forms.py:478
+#: forms.py:521
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr "不会公开,只会显示您的年龄,格式为:YYYY-MM-DD"
-#: forms.py:484
+#: forms.py:527
msgid "Profile"
msgstr "个人简介"
-#: forms.py:493
+#: forms.py:536
#, fuzzy
msgid "Screen name"
msgstr "姓名"
-#: forms.py:518 forms.py:519
+#: forms.py:561 forms.py:562
msgid "this email has already been registered, please use another one"
msgstr "该电子邮件已被注册,请选择另一个再试。"
-#: forms.py:525
+#: forms.py:568
msgid "Choose email tag filter"
-msgstr ""
+msgstr "选择邮件标签过来"
-#: forms.py:564
+#: forms.py:607
msgid "Asked by me"
-msgstr ""
+msgstr "我的提问"
-#: forms.py:567
+#: forms.py:610
msgid "Answered by me"
-msgstr ""
+msgstr "我的回答"
-#: forms.py:570
+#: forms.py:613
msgid "Individually selected"
-msgstr ""
+msgstr "个人选项"
-#: forms.py:573
+#: forms.py:616
msgid "Entire forum (tag filtered)"
-msgstr ""
+msgstr "整个论坛(标签过滤)"
-#: forms.py:577
+#: forms.py:620
msgid "Comments and posts mentioning me"
-msgstr ""
+msgstr "留言并提交我"
-#: forms.py:635
+#: forms.py:678
msgid "okay, let's try!"
-msgstr ""
+msgstr "试一试"
-#: forms.py:636
+#: forms.py:679
msgid "no community email please, thanks"
-msgstr ""
+msgstr "不需要邮件,谢谢"
-#: forms.py:640
+#: forms.py:683
msgid "please choose one of the options above"
-msgstr ""
+msgstr "请从以上选项中选择一项"
# footer.html
-#: urls.py:42
+#: urls.py:45
#, fuzzy
msgid "about/"
msgstr "关于本站"
-#: urls.py:43 conf/site_settings.py:79
+#: urls.py:46 conf/site_settings.py:79
#, fuzzy
msgid "faq/"
msgstr "常见问题"
-#: urls.py:44
+#: urls.py:47
#, fuzzy
msgid "privacy/"
msgstr "隐私政策"
-#: urls.py:45
+#: urls.py:48
#, fuzzy
msgid "logout/"
msgstr "退出登录"
-#: urls.py:47 urls.py:52
+#: urls.py:50 urls.py:55
#, fuzzy
msgid "answers/"
msgstr "回答"
-#: urls.py:47 urls.py:68 urls.py:164
+#: urls.py:50 urls.py:71 urls.py:167
#, fuzzy
msgid "edit/"
msgstr "编辑"
-#: urls.py:52 urls.py:98
+#: urls.py:55 urls.py:101
#, fuzzy
msgid "revisions/"
-msgstr "版本"
+msgstr "修正"
-#: urls.py:58 urls.py:63 urls.py:68 urls.py:73 urls.py:78 urls.py:83
-#: urls.py:88 urls.py:93 urls.py:98
+#: urls.py:61 urls.py:66 urls.py:71 urls.py:76 urls.py:81 urls.py:86
+#: urls.py:91 urls.py:96 urls.py:101
#, fuzzy
msgid "questions/"
msgstr "问题"
-#: urls.py:63
+#: urls.py:66
#, fuzzy
msgid "ask/"
-msgstr "提问于"
+msgstr "提问"
-#: urls.py:73
+#: urls.py:76
#, fuzzy
msgid "retag/"
-msgstr "标签"
+msgstr "修改标签"
-#: urls.py:78
+#: urls.py:81
#, fuzzy
msgid "close/"
msgstr "关闭"
-#: urls.py:83
+#: urls.py:86
#, fuzzy
msgid "reopen/"
msgstr "打开"
-#: urls.py:88
+#: urls.py:91
#, fuzzy
msgid "answer/"
msgstr "回答"
-#: urls.py:93
+#: urls.py:96
#, fuzzy
msgid "vote/"
msgstr "票"
-#: urls.py:114
+#: urls.py:117
#, fuzzy
msgid "command/"
-msgstr "评论"
+msgstr "命令"
-#: urls.py:130
+#: urls.py:133
#, fuzzy
msgid "question/"
msgstr "提问"
-#: urls.py:135
+#: urls.py:138
#, fuzzy
msgid "tags/"
msgstr "标签"
-#: urls.py:140 urls.py:146
+#: urls.py:143 urls.py:149
msgid "mark-tag/"
-msgstr ""
+msgstr "标记标签"
-#: urls.py:140
+#: urls.py:143
msgid "interesting/"
-msgstr ""
+msgstr "感兴趣"
-#: urls.py:146
+#: urls.py:149
msgid "ignored/"
-msgstr ""
+msgstr "忽略"
-#: urls.py:152
+#: urls.py:155
msgid "unmark-tag/"
-msgstr ""
+msgstr "未标记标签"
-#: urls.py:158 urls.py:164 urls.py:169
+#: urls.py:161 urls.py:167 urls.py:172
#, fuzzy
msgid "users/"
msgstr "用户"
-#: urls.py:174 urls.py:179
+#: urls.py:177 urls.py:182
#, fuzzy
msgid "badges/"
msgstr "奖牌榜"
-#: urls.py:184
+#: urls.py:187
msgid "messages/"
-msgstr ""
+msgstr "信息"
-#: urls.py:184
+#: urls.py:187
msgid "markread/"
-msgstr ""
+msgstr "标记已读"
-#: urls.py:199
+#: urls.py:202
msgid "upload/"
-msgstr ""
+msgstr "上传"
-#: urls.py:200
+#: urls.py:203
#, fuzzy
msgid "search/"
msgstr "搜索"
-#: urls.py:201
+#: urls.py:204
#, fuzzy
msgid "feedback/"
msgstr "问题反馈"
-#: urls.py:202 setup_templates/settings.py:182
+#: urls.py:205 setup_templates/settings.py:182
#: skins/default/templates/authopenid/signin.html:249
#, fuzzy
msgid "account/"
msgstr "新帐号"
+#: conf/badges.py:12
+#, fuzzy
+msgid "Badge settings"
+msgstr "设置"
+
+#: conf/badges.py:21
+msgid "Disciplined: minimum upvotes for deleted post"
+msgstr ""
+
+#: conf/badges.py:30
+msgid "Peer Pressure: minimum downvotes for deleted post"
+msgstr ""
+
+#: conf/badges.py:39
+msgid "Teacher: minimum upvotes for the answer"
+msgstr "老师:答案的最小推荐票数"
+
+#: conf/badges.py:48
+msgid "Nice Answer: minimum upvotes for the answer"
+msgstr "好答案:答案的最小推荐票数"
+
+#: conf/badges.py:57
+msgid "Good Answer: minimum upvotes for the answer"
+msgstr "良好的答案:答案的最小推荐票数"
+
+#: conf/badges.py:66
+msgid "Great Answer: minimum upvotes for the answer"
+msgstr "极好的答案:答案的最小推荐票数"
+
+#: conf/badges.py:75
+msgid "Nice Question: minimum upvotes for the question"
+msgstr "好问题:问题的最小推荐票数"
+
+#: conf/badges.py:84
+msgid "Good Question: minimum upvotes for the question"
+msgstr "良好的问题:问题的最小推荐票数"
+
+#: conf/badges.py:93
+msgid "Great Question: minimum upvotes for the question"
+msgstr "优秀的问题:问题的最小推荐票数"
+
+#: conf/badges.py:102
+#, fuzzy
+msgid "Popular Question: minimum views"
+msgstr "受欢迎问题:最小浏览次数"
+
+#: conf/badges.py:111
+#, fuzzy
+msgid "Notable Question: minimum views"
+msgstr "著名的问题:最小浏览次数"
+
+# close.html
+#: conf/badges.py:120
+#, fuzzy
+msgid "Famous Question: minimum views"
+msgstr "极好的问题:最小浏览次数"
+
+#: conf/badges.py:129
+msgid "Self-Learner: minimum answer upvotes"
+msgstr "自学者:答案最少推荐票数"
+
+#: conf/badges.py:138
+msgid "Civic Duty: minimum votes"
+msgstr "一般义务:最少投票数"
+
+#: conf/badges.py:147
+msgid "Enlightened Duty: minimum upvotes"
+msgstr ""
+
+#: conf/badges.py:156
+msgid "Guru: minimum upvotes"
+msgstr "专家:最少推荐票数"
+
+#: conf/badges.py:165
+msgid "Necromancer: minimum upvotes"
+msgstr ""
+
+#: conf/badges.py:174
+msgid "Necromancer: minimum delay in days"
+msgstr ""
+
+#: conf/badges.py:183
+msgid "Associate Editor: minimum number of edits"
+msgstr "联合编辑:最小编辑数"
+
+#: conf/badges.py:192
+#, fuzzy
+msgid "Favorite Question: minimum stars"
+msgstr "收藏问题:最少星数"
+
+#: conf/badges.py:201
+#, fuzzy
+msgid "Stellar Question: minimum stars"
+msgstr "星号问题:最少星数"
+
#: conf/email.py:12
msgid "Email and email alert settings"
-msgstr ""
+msgstr "邮件及邮件提醒设置"
#: conf/email.py:20
msgid "Maximum number of news entries in an email alert"
-msgstr ""
+msgstr "邮件提醒的最大新问题数"
#: conf/email.py:30
msgid "Default news notification frequency"
-msgstr ""
+msgstr "默认新问题通知频率"
#: conf/email.py:32
-msgid ""
-"This option currently defines default frequency of emailed updates in the "
-"following five categories: questions asked by user, answered by user, "
-"individually selected, entire forum (per person tag filter applies) and "
-"posts mentioning the user and comment responses"
-msgstr ""
+msgid "This option currently defines default frequency of emailed updates in the following five categories: questions asked by user, answered by user, individually selected, entire forum (per person tag filter applies) and posts mentioning the user and comment responses"
+msgstr "此选项用于定义在下面的5个分类中当前默认邮件更新频率:用户问的问题,用户问的问题,个人选择,整个讨论(每个用户标签过滤的请求)和用户提醒及留言回应"
#: conf/email.py:47
msgid "Require email verification before allowing to post"
-msgstr ""
+msgstr "在提交前需要邮件确认"
#: conf/email.py:48
-msgid ""
-"Active email verification is done by sending a verification key in email"
-msgstr ""
+msgid "Active email verification is done by sending a verification key in email"
+msgstr "通过发送确认邮件完成邮件激活确认"
#: conf/email.py:57
#, fuzzy
msgid "Allow only one account per email address"
-msgstr "您的电子邮件地址"
+msgstr "每个邮件地址只允许一个账户"
#: conf/email.py:66
msgid "Fake email for anonymous user"
-msgstr ""
+msgstr "匿名用户邮件"
#: conf/email.py:67
msgid "Use this setting to control gravatar for email-less user"
-msgstr ""
+msgstr "使用这个设置没有邮件的用户图像"
#: conf/email.py:76
msgid "Prefix for the email subject line"
-msgstr ""
+msgstr "邮件主题前缀"
#: conf/external_keys.py:11
msgid "Keys to connect the site with external services like Facebook, etc."
-msgstr ""
+msgstr "链接到其他服务网站的keys,像Fackbook等"
#: conf/external_keys.py:18
msgid "Google site verification key"
-msgstr ""
+msgstr "Google网站确认key"
#: conf/external_keys.py:20
#, python-format
-msgid ""
-"This key helps google index your site please obtain is at <a href=\"%"
-"(google_webmasters_tools_url)s\">google webmasters tools site</a>"
+msgid "This key helps google index your site please obtain is at <a href=\"%(google_webmasters_tools_url)s\">google webmasters tools site</a>"
msgstr ""
+"请插入<a href=\"%(google_webmasters_tools_url)s\">google webmasters tools site</a>\n"
+"以帮助google索引你的网站"
#: conf/external_keys.py:34
msgid "Google Analytics key"
@@ -463,195 +546,175 @@ msgstr ""
#: conf/external_keys.py:36
#, python-format
-msgid ""
-"Obtain is at <a href=\"%(ga_site)s\">Google Analytics</a> site, if you wish "
-"to use Google Analytics to monitor your site"
-msgstr ""
+msgid "Obtain is at <a href=\"%(ga_site)s\">Google Analytics</a> site, if you wish to use Google Analytics to monitor your site"
+msgstr "如果你希望使用Google Analytics监控你的网站,请在这里设置 <a href=\"%(ga_site)s\">Google Analytics</a>"
#: conf/external_keys.py:49
msgid "Enable recaptcha (keys below are required)"
-msgstr ""
+msgstr "激活recaptcha(下面的keys是必须的)"
#: conf/external_keys.py:58
msgid "Recaptcha public key"
-msgstr ""
+msgstr "Recaptcha public key"
#: conf/external_keys.py:66
msgid "Recaptcha private key"
-msgstr ""
+msgstr "Recaptcha private key"
#: conf/external_keys.py:68
-msgid ""
-"Recaptcha is a tool that helps distinguish real people from annoying spam "
-"robots. Please get this and a public key at the <a href=\"http://recaptcha."
-"net\">recaptcha.net</a>"
+msgid "Recaptcha is a tool that helps distinguish real people from annoying spam robots. Please get this and a public key at the <a href=\"http://recaptcha.net\">recaptcha.net</a>"
msgstr ""
+"Recaptcha这个工具帮助我们辨别出垃圾邮件中的真实用户,\n"
+"请从这里获取public key <a href=\"http://recaptcha.net\">recaptcha.net</a>"
#: conf/external_keys.py:80
msgid "Facebook public API key"
-msgstr ""
+msgstr "Facebook public API key"
#: conf/external_keys.py:82
-msgid ""
-"Facebook API key and Facebook secret allow to use Facebook Connect login "
-"method at your site. Please obtain these keys at <a href=\"http://www."
-"facebook.com/developers/createapp.php\">facebook create app</a> site"
+msgid "Facebook API key and Facebook secret allow to use Facebook Connect login method at your site. Please obtain these keys at <a href=\"http://www.facebook.com/developers/createapp.php\">facebook create app</a> site"
msgstr ""
+"Facebook API key 和 Facebook secret 允许用户通过Facebook Connect方法在你网站上登录\n"
+"获取这些,通过<a href=\"http://www.\n"
+"facebook.com/developers/createapp.php\">facebook create app</a> 网站"
#: conf/external_keys.py:95
msgid "Facebook secret key"
-msgstr ""
+msgstr "Facebook secret key"
#: conf/external_keys.py:103
#, fuzzy
msgid "Twitter consumer key"
-msgstr "账号:"
+msgstr "Twitter consumer key"
#: conf/external_keys.py:105 conf/external_keys.py:126
-msgid ""
-"Please register your forum at <a href=\"http://dev.twitter.com/apps/"
-"\">twitter applications site</a>"
-msgstr ""
+msgid "Please register your forum at <a href=\"http://dev.twitter.com/apps/\">twitter applications site</a>"
+msgstr "请在这里注册你的网站 <a href=\"http://dev.twitter.com/apps/\">twitter applications site</a>"
#: conf/external_keys.py:116
msgid "Twitter consumer secret"
-msgstr ""
+msgstr "Twitter consumer secret"
#: conf/external_keys.py:124
msgid "LinkedIn consumer key"
-msgstr ""
+msgstr "LinkedIn consumer key"
#: conf/external_keys.py:137
msgid "LinkedIn consumer secret"
-msgstr ""
+msgstr "LinkedIn consumer secret"
#: conf/external_keys.py:145
msgid "User LDAP authentication for the password login"
-msgstr ""
+msgstr "为使用密码登录的用户进行LDAP验证"
#: conf/external_keys.py:154
msgid "LDAP service provider name"
-msgstr ""
+msgstr "LDAP服务提供商"
#: conf/external_keys.py:162
msgid "URL for the LDAP service"
-msgstr ""
+msgstr "LDAP服务URL"
#: conf/external_keys.py:170
#, fuzzy
msgid "Explain how to change LDAP password"
-msgstr "修改密码"
+msgstr "解释如何修改LDAP密码"
#: conf/flatpages.py:10
msgid "Flatpages - about, privacy policy, etc."
-msgstr ""
+msgstr "关于,隐私政策等"
#: conf/flatpages.py:17
msgid "Text of the Q&A forum About page (html format)"
-msgstr ""
+msgstr "关于页面的Q&A讨论内容(html格式)"
#: conf/flatpages.py:20
-msgid ""
-"Save, then <a href=\"http://validator.w3.org/\">use HTML validator</a> on "
-"the \"about\" page to check your input."
-msgstr ""
+msgid "Save, then <a href=\"http://validator.w3.org/\">use HTML validator</a> on the \"about\" page to check your input."
+msgstr "保存, 然后开启 <a href=\"http://validator.w3.org/\">使用HTML验证</a> \"关于\" 页面去检查你的输入."
#: conf/flatpages.py:30
msgid "Text of the Q&A forum Privacy Policy (html format)"
-msgstr ""
+msgstr "Q&A讨论的隐私政策(html格式)"
#: conf/flatpages.py:33
-msgid ""
-"Save, then <a href=\"http://validator.w3.org/\">use HTML validator</a> on "
-"the \"privacy\" page to check your input."
-msgstr ""
+msgid "Save, then <a href=\"http://validator.w3.org/\">use HTML validator</a> on the \"privacy\" page to check your input."
+msgstr "保存, 然后开启 <a href=\"http://validator.w3.org/\">使用HTML验证</a>\"隐私\" 页面去检查你的输入."
#: conf/forum_data_rules.py:12
msgid "Settings for askbot data entry and display"
-msgstr ""
+msgstr "设置数据显示方式"
#: conf/forum_data_rules.py:20
msgid "Check to enable community wiki feature"
-msgstr ""
+msgstr "开启社区wiki功能"
#: conf/forum_data_rules.py:29
msgid "Maximum length of tag (number of characters)"
-msgstr ""
+msgstr "标签最大长度(字符数)"
#: conf/forum_data_rules.py:39
msgid "Default max number of comments to display under posts"
-msgstr ""
+msgstr "默认显示最大留言数"
#: conf/forum_data_rules.py:50
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
-msgstr ""
+msgstr "最大留言长度,必须小于%(max_len)s"
#: conf/forum_data_rules.py:60
msgid "Minimum length of search term for Ajax search"
-msgstr ""
+msgstr "搜索最小长度"
#: conf/forum_data_rules.py:61
msgid "Must match the corresponding database backend setting"
-msgstr ""
+msgstr "必须匹配相关数据库设置"
#: conf/forum_data_rules.py:70
msgid "Maximum number of tags per question"
-msgstr ""
+msgstr "每个问题的最多标签数"
#: conf/forum_data_rules.py:82
#, fuzzy
msgid "Number of questions to list by default"
-msgstr "的问题。"
+msgstr "默认显示的问题数"
#: conf/forum_data_rules.py:92
#, fuzzy
msgid "What should \"unanswered question\" mean?"
-msgstr ""
-"您正在浏览所有<br><div class=\"questions-count\">%(num_q)s</div>个<p>问题按 "
-"<strong>问题创建时间</strong> 排序。最新加入的问题将显示在最前面。</p>"
+msgstr "\"未回答\"问题意味着什么?"
#: conf/markup.py:15
msgid "Markup formatting"
-msgstr ""
+msgstr "标记格式"
#: conf/markup.py:29
msgid "Enable code-friendly Markdown"
-msgstr ""
+msgstr "激活code-friendly Markdown"
#: conf/markup.py:31
-msgid ""
-"If checked, underscore characters will not trigger italic or bold formatting "
-"- bold and italic text can still be marked up with asterisks. Note that "
-"\"MathJax support\" implicitly turns this feature on, because underscores "
-"are heavily used in LaTeX input."
-msgstr ""
+msgid "If checked, underscore characters will not trigger italic or bold formatting - bold and italic text can still be marked up with asterisks. Note that \"MathJax support\" implicitly turns this feature on, because underscores are heavily used in LaTeX input."
+msgstr "下划线的字符将不会有斜体或粗体格式,粗体和斜体内容仍然可以用*号标记。注意\"MathJax support\" 功能默认是打开的,因为下划线在LaTeX输入中是重度使用的。"
#: conf/markup.py:46
msgid "Mathjax support (rendering of LaTeX)"
-msgstr ""
+msgstr "Mathjax支持(LaTex渲染)"
#: conf/markup.py:48
#, python-format
-msgid ""
-"If you enable this feature, <a href=\"%(url)s\">mathjax</a> must be "
-"installed in directory %(dir)s"
-msgstr ""
+msgid "If you enable this feature, <a href=\"%(url)s\">mathjax</a> must be installed in directory %(dir)s"
+msgstr "激活此功能, <a href=\"%(url)s\">mathjax</a> 必须安装到 %(dir)s目录"
#: conf/markup.py:63
msgid "Base url of MathJax deployment"
-msgstr ""
+msgstr "部署MathJax的基本url"
#: conf/markup.py:65
-msgid ""
-"Note - <strong>MathJax is not included with askbot</strong> - you should "
-"deploy it yourself, preferably at a separate domain and enter url pointing "
-"to the \"mathjax\" directory (for example: http://mysite.com/mathjax)"
+msgid "Note - <strong>MathJax is not included with askbot</strong> - you should deploy it yourself, preferably at a separate domain and enter url pointing to the \"mathjax\" directory (for example: http://mysite.com/mathjax)"
msgstr ""
#: conf/minimum_reputation.py:11
msgid "Minimum reputation required to perform actions"
-msgstr ""
+msgstr "完成这个动作需要最小积分"
#: conf/minimum_reputation.py:20
#, fuzzy
@@ -672,11 +735,11 @@ msgstr "垃圾帖?"
#: conf/minimum_reputation.py:47
#, fuzzy
msgid "Leave comments"
-msgstr "添加评论"
+msgstr "添加留言"
#: conf/minimum_reputation.py:56
msgid "Delete comments posted by others"
-msgstr ""
+msgstr "删除其他人的留言"
#: conf/minimum_reputation.py:65
#, fuzzy
@@ -686,17 +749,17 @@ msgstr "删除任何一个问题或答案,及其他管理功能"
#: conf/minimum_reputation.py:74
#, fuzzy
msgid "Upload files"
-msgstr "个人资料"
+msgstr "上传文件"
# close.html
#: conf/minimum_reputation.py:83
#, fuzzy
msgid "Close own questions"
-msgstr "关闭问题"
+msgstr "关闭自己的问题"
#: conf/minimum_reputation.py:92
msgid "Retag questions posted by other people"
-msgstr ""
+msgstr "为其他人发布的问题重新设置标签"
#: conf/minimum_reputation.py:101
#, fuzzy
@@ -710,38 +773,38 @@ msgstr "编辑wiki类问题"
#: conf/minimum_reputation.py:119
msgid "Edit posts authored by other people"
-msgstr ""
+msgstr "编辑其他人的发布权限"
#: conf/minimum_reputation.py:128
#, fuzzy
msgid "View offensive flags"
-msgstr "标记垃圾帖"
+msgstr "查看标记垃圾帖"
# must have extra space after in english
#: conf/minimum_reputation.py:137
#, fuzzy
msgid "Close questions asked by others"
-msgstr "查看有关"
+msgstr "关闭其他人的问题"
#: conf/minimum_reputation.py:146
msgid "Lock posts"
-msgstr ""
+msgstr "锁定发布"
#: conf/reputation_changes.py:12
msgid "Reputation loss and gain rules"
-msgstr ""
+msgstr "积分规则"
#: conf/reputation_changes.py:21
msgid "Maximum daily reputation gain per user"
-msgstr ""
+msgstr "用户每日获取积分上限"
#: conf/reputation_changes.py:30
msgid "Gain for receiving an upvote"
-msgstr ""
+msgstr "标记接收的推荐票"
#: conf/reputation_changes.py:39
msgid "Gain for the author of accepted answer"
-msgstr ""
+msgstr "标记接受回答的作者"
#: conf/reputation_changes.py:48
#, fuzzy
@@ -750,63 +813,63 @@ msgstr "标记最佳答案"
#: conf/reputation_changes.py:57
msgid "Gain for post owner on canceled downvote"
-msgstr ""
+msgstr "标记发布者取消反对票"
#: conf/reputation_changes.py:66
msgid "Gain for voter on canceling downvote"
-msgstr ""
+msgstr "标记投票者取消反对票"
#: conf/reputation_changes.py:76
msgid "Loss for voter for canceling of answer acceptance"
-msgstr ""
+msgstr "减少投票者积分当取消回答的接受时"
#: conf/reputation_changes.py:86
msgid "Loss for author whose answer was \"un-accepted\""
-msgstr ""
+msgstr "减少发布者积分当回答为不可接受时"
#: conf/reputation_changes.py:96
msgid "Loss for giving a downvote"
-msgstr ""
+msgstr "减少发布者积分当获得反对票时"
#: conf/reputation_changes.py:106
msgid "Loss for owner of post that was flagged offensive"
-msgstr ""
+msgstr "减少发布者积分当问题被标记为垃圾贴时"
#: conf/reputation_changes.py:116
msgid "Loss for owner of post that was downvoted"
-msgstr ""
+msgstr "减少发布者积分当问题被投反对票时"
#: conf/reputation_changes.py:126
msgid "Loss for owner of post that was flagged 3 times per same revision"
-msgstr ""
+msgstr "减少发布者积分当问题被3次同样的修改标记时"
#: conf/reputation_changes.py:136
msgid "Loss for owner of post that was flagged 5 times per same revision"
-msgstr ""
+msgstr "减少发布者积分当问题被5次同样的修改标记时"
#: conf/reputation_changes.py:146
msgid "Loss for post owner when upvote is canceled"
-msgstr ""
+msgstr "减少发布者积分当推荐票取消时"
#: conf/site_settings.py:13
msgid "Q&A forum website parameters and urls"
-msgstr ""
+msgstr "网站参数及urls"
#: conf/site_settings.py:21
msgid "Site title for the Q&A forum"
-msgstr ""
+msgstr "网站标题"
#: conf/site_settings.py:30
msgid "Comma separated list of Q&A site keywords"
-msgstr ""
+msgstr "以逗号分隔的网站关键字列表"
#: conf/site_settings.py:40
msgid "Copyright message to show in the footer"
-msgstr ""
+msgstr "显示在页脚的版权信息"
#: conf/site_settings.py:50
msgid "Site description for the search engines"
-msgstr ""
+msgstr "为搜索引擎添加的网站描述"
# footer.html
#: conf/site_settings.py:58
@@ -816,42 +879,40 @@ msgstr "关于本站"
#: conf/site_settings.py:59
msgid "Short name for your Q&A forum"
-msgstr ""
+msgstr "网站缩写"
#: conf/site_settings.py:69
msgid "Base URL for your Q&A forum, must start with http or https"
-msgstr ""
+msgstr "网站根地址,必须以http或https开头"
#: conf/site_settings.py:82
msgid "Link shown in the greeting message shown to the anonymous user"
-msgstr ""
+msgstr "为匿名用户显示的问候语"
#: conf/site_settings.py:85
-msgid ""
-"If you change this url from the default - then you will also probably want "
-"to adjust translation of the following string: "
-msgstr ""
+msgid "If you change this url from the default - then you will also probably want to adjust translation of the following string: "
+msgstr "如果你想改变默认url,你可能想挑战下面内容的翻译:"
#: conf/site_settings.py:98
#, fuzzy
msgid "Feedback site URL"
-msgstr "问题反馈"
+msgstr "问题反馈URL"
#: conf/site_settings.py:100
msgid "If left empty, a simple internal feedback form will be used instead"
-msgstr ""
+msgstr "如果留空,一个简单的内部反馈将被发送"
#: conf/skin_counter_settings.py:11
msgid "Skin: view, vote and answer counters"
-msgstr ""
+msgstr "查看,投票和回答计数器"
#: conf/skin_counter_settings.py:19
msgid "Vote counter value to give \"full color\""
-msgstr ""
+msgstr "投票计数器的全颜色值"
#: conf/skin_counter_settings.py:29
msgid "Background color for votes = 0"
-msgstr ""
+msgstr "votes = 0设置背景色"
#: conf/skin_counter_settings.py:30 conf/skin_counter_settings.py:41
#: conf/skin_counter_settings.py:52 conf/skin_counter_settings.py:62
@@ -864,91 +925,91 @@ msgstr ""
#: conf/skin_counter_settings.py:228 conf/skin_counter_settings.py:239
#: conf/skin_counter_settings.py:252 conf/skin_counter_settings.py:262
msgid "HTML color name or hex value"
-msgstr ""
+msgstr "HTML颜色名或16进制值"
#: conf/skin_counter_settings.py:40
msgid "Foreground color for votes = 0"
-msgstr ""
+msgstr "votes = 0设置前景色"
#: conf/skin_counter_settings.py:51
msgid "Background color for votes"
-msgstr ""
+msgstr "投票的背景色"
#: conf/skin_counter_settings.py:61
msgid "Foreground color for votes"
-msgstr ""
+msgstr "投票的前景色"
#: conf/skin_counter_settings.py:71
msgid "Background color for votes = MAX"
-msgstr ""
+msgstr "votes = MAX背景色"
#: conf/skin_counter_settings.py:84
msgid "Foreground color for votes = MAX"
-msgstr ""
+msgstr "votes = MAX前景色"
#: conf/skin_counter_settings.py:95
msgid "View counter value to give \"full color\""
-msgstr ""
+msgstr "查看计数器全颜色值"
#: conf/skin_counter_settings.py:105
msgid "Background color for views = 0"
-msgstr ""
+msgstr "views = 0背景色"
#: conf/skin_counter_settings.py:116
msgid "Foreground color for views = 0"
-msgstr ""
+msgstr "views = 0前景色"
#: conf/skin_counter_settings.py:127
msgid "Background color for views"
-msgstr ""
+msgstr "查看背景色"
#: conf/skin_counter_settings.py:137
msgid "Foreground color for views"
-msgstr ""
+msgstr "查看前景色"
#: conf/skin_counter_settings.py:147
msgid "Background color for views = MAX"
-msgstr ""
+msgstr "views = MAX背景色"
#: conf/skin_counter_settings.py:162
msgid "Foreground color for views = MAX"
-msgstr ""
+msgstr "views = MAX前景色"
#: conf/skin_counter_settings.py:173
msgid "Answer counter value to give \"full color\""
-msgstr ""
+msgstr "回答计数器全颜色值"
#: conf/skin_counter_settings.py:185
msgid "Background color for answers = 0"
-msgstr ""
+msgstr "answers = 0背景色"
#: conf/skin_counter_settings.py:195
msgid "Foreground color for answers = 0"
-msgstr ""
+msgstr "answers = 0前景色"
#: conf/skin_counter_settings.py:205
msgid "Background color for answers"
-msgstr ""
+msgstr "回答背景色"
#: conf/skin_counter_settings.py:215
msgid "Foreground color for answers"
-msgstr ""
+msgstr "回答前景色"
#: conf/skin_counter_settings.py:227
msgid "Background color for answers = MAX"
-msgstr ""
+msgstr "answers = MAX背景色"
#: conf/skin_counter_settings.py:238
msgid "Foreground color for answers = MAX"
-msgstr ""
+msgstr "answers = MAX前景色"
#: conf/skin_counter_settings.py:251
msgid "Background color for accepted"
-msgstr ""
+msgstr "接受背景色"
#: conf/skin_counter_settings.py:261
msgid "Foreground color for accepted answer"
-msgstr ""
+msgstr "接受回答前景色"
#: conf/skin_general_settings.py:15
#, fuzzy
@@ -958,67 +1019,57 @@ msgstr "用户参数的设置"
#: conf/skin_general_settings.py:22
#, fuzzy
msgid "Q&A site logo"
-msgstr "程序员问答社区"
+msgstr "网站logo"
#: conf/skin_general_settings.py:24
msgid "To change the logo, select new file, then submit this whole form."
-msgstr ""
+msgstr "改logo,选择一个新文件并提交"
#: conf/skin_general_settings.py:38
msgid "Site favicon"
-msgstr ""
+msgstr "网站favicon"
#: conf/skin_general_settings.py:40
#, python-format
-msgid ""
-"A small 16x16 or 32x32 pixel icon image used to distinguish your site in the "
-"browser user interface. Please find more information about favicon at <a "
-"href=\"%(favicon_info_url)s\">this page</a>."
-msgstr ""
+msgid "A small 16x16 or 32x32 pixel icon image used to distinguish your site in the browser user interface. Please find more information about favicon at <a href=\"%(favicon_info_url)s\">this page</a>."
+msgstr "16x16 或 32x32像素icon图片用于区分你网站的浏览器用户接口。请查看更多favicon信息在<a href=\"%(favicon_info_url)s\">this page</a>."
#: conf/skin_general_settings.py:56
msgid "Password login button"
-msgstr ""
+msgstr "密码登录按钮"
#: conf/skin_general_settings.py:58
-msgid ""
-"An 88x38 pixel image that is used on the login screen for the password login "
-"button."
-msgstr ""
+msgid "An 88x38 pixel image that is used on the login screen for the password login button."
+msgstr "88x38像素的图片被用于登录界面的密码登录按钮"
#: conf/skin_general_settings.py:73
msgid "Show all UI functions to all users"
-msgstr ""
+msgstr "显示所有UI功能给所有用户"
#: conf/skin_general_settings.py:75
-msgid ""
-"If checked, all forum functions will be shown to users, regardless of their "
-"reputation. However to use those functions, moderation rules, reputation and "
-"other limits will still apply."
-msgstr ""
+msgid "If checked, all forum functions will be shown to users, regardless of their reputation. However to use those functions, moderation rules, reputation and other limits will still apply."
+msgstr "如果选择了,所有的网站功能将被展示给用户,不管他们的积分是多少.尽管使用了这些功能,适度规则,积分和其他限制仍然有作用."
#: conf/skin_general_settings.py:90
#, fuzzy
msgid "Select skin"
-msgstr "选择版本"
+msgstr "选择主题"
#: conf/skin_general_settings.py:99
msgid "Skin media revision number"
-msgstr ""
+msgstr "主题修正数字"
#: conf/skin_general_settings.py:101
-msgid ""
-"Increment this number when you change image in skin media or stylesheet. "
-"This helps avoid showing your users outdated images from their browser cache."
-msgstr ""
+msgid "Increment this number when you change image in skin media or stylesheet. This helps avoid showing your users outdated images from their browser cache."
+msgstr "当你选择时在主题或表格的数字会增长,这将帮助你避免在浏览器缓存过期的图片."
#: conf/social_sharing.py:10
msgid "Sharing content on social networks"
-msgstr ""
+msgstr "在社会化网络上共享信息"
#: conf/social_sharing.py:18
msgid "Check to enable sharing of questions on Twitter and Facebook"
-msgstr ""
+msgstr "激活在Twitter和Facebook上共享问答"
#: conf/user_settings.py:10
#, fuzzy
@@ -1027,39 +1078,39 @@ msgstr "用户参数的设置"
#: conf/user_settings.py:18
msgid "Allow editing user screen name"
-msgstr ""
+msgstr "允许修改用户昵称"
#: conf/user_settings.py:28
msgid "Minimum allowed length for screen name"
-msgstr ""
+msgstr "用户昵称允许的最小长度"
#: conf/vote_rules.py:13
msgid "Limits applicable to votes and moderation flags"
-msgstr ""
+msgstr "限制合适的投票数和标记"
#: conf/vote_rules.py:22
msgid "Number of votes a user can cast per day"
-msgstr ""
+msgstr "每用户每天允许的投票数"
#: conf/vote_rules.py:31
msgid "Maximum number of flags per user per day"
-msgstr ""
+msgstr "每用户每天的最多标记"
#: conf/vote_rules.py:40
msgid "Threshold for warning about remaining daily votes"
-msgstr ""
+msgstr "提醒用户每天投票的剩余数"
#: conf/vote_rules.py:49
msgid "Number of days to allow canceling votes"
-msgstr ""
+msgstr "每天允许取消的投票数"
#: conf/vote_rules.py:58
msgid "Number of flags required to automatically hide posts"
-msgstr ""
+msgstr "要求自动隐藏标志数"
#: conf/vote_rules.py:67
msgid "Number of flags required to automatically delete posts"
-msgstr ""
+msgstr "要求自动删除的标志数"
#: const/__init__.py:9
msgid "duplicate question"
@@ -1069,7 +1120,7 @@ msgstr "完全重复的问题"
#: const/__init__.py:10
#, fuzzy
msgid "question is off-topic or not relevant"
-msgstr "不是编程技术问题"
+msgstr "偏离主题的问题"
#: const/__init__.py:11
msgid "too subjective and argumentative"
@@ -1078,7 +1129,7 @@ msgstr "太主观性、引起争吵的问题"
#: const/__init__.py:12
#, fuzzy
msgid "not a real question"
-msgstr "我要提问"
+msgstr "不是一个真正的问题"
#: const/__init__.py:13
msgid "the question is answered, right answer was accepted"
@@ -1100,7 +1151,7 @@ msgstr "垃圾广告"
#: const/__init__.py:17
msgid "too localized"
-msgstr ""
+msgstr "太地域化"
#: const/__init__.py:40
msgid "newest"
@@ -1109,7 +1160,7 @@ msgstr "最新问题"
#: const/__init__.py:41 skins/default/templates/users.html:25
#: skins/default/templates/users.html:26
msgid "oldest"
-msgstr "最先加入"
+msgstr "最早问题"
#: const/__init__.py:42
#, fuzzy
@@ -1119,7 +1170,7 @@ msgstr "活跃问题"
#: const/__init__.py:43
#, fuzzy
msgid "inactive"
-msgstr "活跃问题"
+msgstr "不活跃问题"
#: const/__init__.py:44
msgid "hottest"
@@ -1128,7 +1179,7 @@ msgstr "热门问题"
#: const/__init__.py:45
#, fuzzy
msgid "coldest"
-msgstr "最先加入"
+msgstr "最酷问题"
# "最有价值问题"
# "最新问题"
@@ -1141,180 +1192,192 @@ msgstr "最有价值的问题"
#: const/__init__.py:47
#, fuzzy
msgid "least voted"
-msgstr "最有价值的问题"
+msgstr "最有知识的问题"
#: const/__init__.py:48
#, fuzzy
msgid "relevance"
-msgstr "设置"
+msgstr "相关"
#: const/__init__.py:55 skins/default/templates/questions.html:14
#: skins/default/templates/user_inbox.html:47
msgid "all"
-msgstr ""
+msgstr "所有"
#: const/__init__.py:56 skins/default/templates/questions.html:19
#, fuzzy
msgid "unanswered"
-msgstr "回答"
+msgstr "未回答"
#: const/__init__.py:57 skins/default/templates/questions.html:25
#, fuzzy
msgid "favorite"
msgstr "收藏"
-#: const/__init__.py:70
+#: const/__init__.py:71
#, fuzzy
msgid "Question has no answers"
-msgstr "您正在浏览的问题含有以下标签"
+msgstr "没有答案的问题"
-#: const/__init__.py:71
+#: const/__init__.py:72
#, fuzzy
msgid "Question has no accepted answers"
-msgstr "您正在浏览的问题含有以下标签"
+msgstr "没有可接受答案的问题"
-#: const/__init__.py:111
+#: const/__init__.py:112
#, fuzzy
msgid "asked a question"
msgstr "我要提问"
-#: const/__init__.py:112
+#: const/__init__.py:113
#, fuzzy
msgid "answered a question"
-msgstr "没有回答的问题"
+msgstr "回答问题"
-#: const/__init__.py:113
+#: const/__init__.py:114
msgid "commented question"
msgstr "评论问题"
-#: const/__init__.py:114
+#: const/__init__.py:115
#, fuzzy
msgid "commented answer"
-msgstr "修改回答"
+msgstr "评论回答"
-#: const/__init__.py:115
+#: const/__init__.py:116
msgid "edited question"
msgstr "修改问题"
-#: const/__init__.py:116
+#: const/__init__.py:117
msgid "edited answer"
msgstr "修改回答"
-#: const/__init__.py:117
+#: const/__init__.py:118
msgid "received award"
msgstr "获奖"
-#: const/__init__.py:118
+#: const/__init__.py:119
msgid "marked best answer"
msgstr "标记最佳答案"
-#: const/__init__.py:119
+#: const/__init__.py:120
msgid "upvoted"
msgstr "投赞成票"
-#: const/__init__.py:120
+#: const/__init__.py:121
msgid "downvoted"
msgstr "投反对票"
-#: const/__init__.py:121
+#: const/__init__.py:122
msgid "canceled vote"
msgstr "撤销投票"
-#: const/__init__.py:122
+#: const/__init__.py:123
msgid "deleted question"
msgstr "删除问题"
-#: const/__init__.py:123
+#: const/__init__.py:124
msgid "deleted answer"
msgstr "删除回答"
-#: const/__init__.py:124
+#: const/__init__.py:125
msgid "marked offensive"
msgstr "标记垃圾帖"
-#: const/__init__.py:125
+#: const/__init__.py:126
msgid "updated tags"
msgstr "更新标签"
-#: const/__init__.py:126
+#: const/__init__.py:127
msgid "selected favorite"
msgstr "收藏"
-#: const/__init__.py:127
+#: const/__init__.py:128
msgid "completed user profile"
msgstr "完成个人所有资料"
-#: const/__init__.py:128
+#: const/__init__.py:129
msgid "email update sent to user"
-msgstr ""
+msgstr "发送邮件更新"
-#: const/__init__.py:129
+#: const/__init__.py:130
msgid "mentioned in the post"
-msgstr ""
+msgstr "发布提醒"
-#: const/__init__.py:180
+#: const/__init__.py:181
#, fuzzy
msgid "question_answered"
-msgstr "提问时间"
+msgstr "回答的问题"
-#: const/__init__.py:181
+#: const/__init__.py:182
#, fuzzy
msgid "question_commented"
-msgstr "提问时间"
+msgstr "留言的问题"
-#: const/__init__.py:182
+#: const/__init__.py:183
msgid "answer_commented"
-msgstr ""
+msgstr "留言的回答"
-#: const/__init__.py:183
+#: const/__init__.py:184
msgid "answer_accepted"
-msgstr ""
+msgstr "已接受的回答"
-#: const/__init__.py:187
+#: const/__init__.py:188
msgid "[closed]"
msgstr "[已关闭]"
-#: const/__init__.py:188
+#: const/__init__.py:189
msgid "[deleted]"
msgstr "[已删除]"
-#: const/__init__.py:189 views/readers.py:549
+#: const/__init__.py:190 views/readers.py:623
msgid "initial version"
msgstr "初始版本"
-#: const/__init__.py:190
+#: const/__init__.py:191
msgid "retagged"
msgstr "更新了标签"
-#: const/__init__.py:195
+#: const/__init__.py:196
msgid "exclude ignored tags"
-msgstr ""
+msgstr "包含忽略标签"
-#: const/__init__.py:196
+#: const/__init__.py:197
msgid "allow only selected tags"
-msgstr ""
+msgstr "只有已选标签"
-#: const/__init__.py:200
+#: const/__init__.py:201
msgid "instantly"
-msgstr ""
+msgstr "立即"
-#: const/__init__.py:201
+#: const/__init__.py:202
msgid "daily"
-msgstr ""
+msgstr "每日"
-#: const/__init__.py:202
+#: const/__init__.py:203
msgid "weekly"
-msgstr ""
+msgstr "每周"
-#: const/__init__.py:203
+#: const/__init__.py:204
#, fuzzy
msgid "no email"
-msgstr "更换电子邮件"
+msgstr "没有邮件"
+
+#: const/__init__.py:241 skins/default/templates/badges.html:43
+msgid "gold"
+msgstr "金牌"
+
+#: const/__init__.py:242 skins/default/templates/badges.html:52
+msgid "silver"
+msgstr "银牌"
+
+#: const/__init__.py:243 skins/default/templates/badges.html:59
+msgid "bronze"
+msgstr "铜牌"
#: const/message_keys.py:19
#, python-format
msgid "First time here? Check out the <a href=\"%s\">FAQ</a>!"
-msgstr ""
+msgstr "第一次来?查看<a href=\"%s\">FAQ</a>!"
#: deps/django_authopenid/forms.py:116 deps/django_authopenid/views.py:137
#, fuzzy
@@ -1324,107 +1387,105 @@ msgstr "基本的HTML标签也是支持的"
#: deps/django_authopenid/forms.py:237
#, fuzzy, python-format
msgid "Please enter your %(username_token)s"
-msgstr "请帮助我们回答"
+msgstr "请输入%(username_token)s"
#: deps/django_authopenid/forms.py:263
#, fuzzy
msgid "Please, enter your user name"
-msgstr "请帮助我们回答"
+msgstr "请输入用户名"
#: deps/django_authopenid/forms.py:267
#, fuzzy
msgid "Please, enter your password"
-msgstr "重设密码"
+msgstr "请输入密码"
#: deps/django_authopenid/forms.py:274 deps/django_authopenid/forms.py:278
#, fuzzy
msgid "Please, enter your new password"
-msgstr "重设密码"
+msgstr "请输入新密码"
#: deps/django_authopenid/forms.py:289
msgid "Passwords did not match"
-msgstr ""
+msgstr "密码不匹配"
#: deps/django_authopenid/forms.py:301
#, python-format
msgid "Please choose password > %(len)s characters"
-msgstr ""
+msgstr "密码长度必须大于%(len)s"
#: deps/django_authopenid/forms.py:336
#, fuzzy
msgid "Current password"
-msgstr "确认密码"
+msgstr "当前密码"
#: deps/django_authopenid/forms.py:347
-msgid ""
-"Old password is incorrect. Please enter the correct "
-"password."
-msgstr ""
+msgid "Old password is incorrect. Please enter the correct password."
+msgstr "旧密码不对,请输入正确密码."
#: deps/django_authopenid/forms.py:400
msgid "Sorry, we don't have this email address in the database"
-msgstr ""
+msgstr "对不起,邮件地址不存在"
#: deps/django_authopenid/forms.py:435
msgid "Your user name (<i>required</i>)"
-msgstr ""
+msgstr "用户名是必需项"
#: deps/django_authopenid/forms.py:450
msgid "Incorrect username."
msgstr "选择一个用户名"
-#: deps/django_authopenid/urls.py:10 deps/django_authopenid/urls.py:11
-#: deps/django_authopenid/urls.py:12 deps/django_authopenid/urls.py:15
-#: deps/django_authopenid/urls.py:18 setup_templates/settings.py:182
+#: deps/django_authopenid/urls.py:13 deps/django_authopenid/urls.py:14
+#: deps/django_authopenid/urls.py:17 deps/django_authopenid/urls.py:20
+#: setup_templates/settings.py:182
msgid "signin/"
-msgstr ""
+msgstr "登录"
-#: deps/django_authopenid/urls.py:11
+#: deps/django_authopenid/urls.py:13
#, fuzzy
msgid "newquestion/"
msgstr "提问"
-#: deps/django_authopenid/urls.py:12
+#: deps/django_authopenid/urls.py:14
#, fuzzy
msgid "newanswer/"
msgstr "回答"
-#: deps/django_authopenid/urls.py:13
+#: deps/django_authopenid/urls.py:15
msgid "signout/"
-msgstr ""
+msgstr "退出"
-#: deps/django_authopenid/urls.py:15
+#: deps/django_authopenid/urls.py:17
msgid "complete/"
-msgstr ""
+msgstr "完成"
-#: deps/django_authopenid/urls.py:18
+#: deps/django_authopenid/urls.py:20
msgid "complete-oauth/"
-msgstr ""
+msgstr "完成验证"
-#: deps/django_authopenid/urls.py:22
+#: deps/django_authopenid/urls.py:24
#, fuzzy
msgid "register/"
-msgstr "确认"
+msgstr "注册"
-#: deps/django_authopenid/urls.py:24
+#: deps/django_authopenid/urls.py:26
#, fuzzy
msgid "signup/"
-msgstr "注册帐号"
+msgstr "登录"
-#: deps/django_authopenid/urls.py:32
+#: deps/django_authopenid/urls.py:34
#, fuzzy
msgid "recover/"
-msgstr "打开"
+msgstr "恢复"
#: deps/django_authopenid/util.py:196
#, fuzzy, python-format
msgid "%(site)s user name and password"
-msgstr "使用帐号密码登录"
+msgstr "使用%(site)s 帐号密码登录"
#: deps/django_authopenid/util.py:202
#: skins/default/templates/authopenid/signin.html:124
msgid "Create a password-protected account"
-msgstr ""
+msgstr "创建一个密码保护账户"
#: deps/django_authopenid/util.py:203
#, fuzzy
@@ -1433,187 +1494,185 @@ msgstr "修改密码"
#: deps/django_authopenid/util.py:265
msgid "Sign in with Yahoo"
-msgstr ""
+msgstr "使用Yahoo用户登录"
#: deps/django_authopenid/util.py:272
#, fuzzy
msgid "AOL screen name"
-msgstr "姓名"
+msgstr "AOL用户名"
#: deps/django_authopenid/util.py:280
#, fuzzy
msgid "OpenID url"
-msgstr "获取OpenID"
+msgstr "OpenID url"
# translation and user name validation are language-specific
#: deps/django_authopenid/util.py:297
#, fuzzy
msgid "MyOpenid user name"
-msgstr "用户名只能包含英文字母、数字和下划线"
+msgstr "MyOpenid用户名"
# translation and user name validation are language-specific
#: deps/django_authopenid/util.py:305 deps/django_authopenid/util.py:313
#, fuzzy
msgid "Flickr user name"
-msgstr "用户名只能包含英文字母、数字和下划线"
+msgstr "Flickr 用户名"
#: deps/django_authopenid/util.py:321
#, fuzzy
msgid "Technorati user name"
-msgstr "选择一个用户名"
+msgstr "Technorati 用户名"
#: deps/django_authopenid/util.py:329
msgid "WordPress blog name"
-msgstr ""
+msgstr "WordPress 博客名称"
#: deps/django_authopenid/util.py:337
msgid "Blogger blog name"
-msgstr ""
+msgstr "Blogger 博客名称"
#: deps/django_authopenid/util.py:345
msgid "LiveJournal blog name"
-msgstr ""
+msgstr "LiveJournal 博客名称"
# translation and user name validation are language-specific
#: deps/django_authopenid/util.py:353
#, fuzzy
msgid "ClaimID user name"
-msgstr "用户名只能包含英文字母、数字和下划线"
+msgstr "ClaimID 用户名"
# translation and user name validation are language-specific
#: deps/django_authopenid/util.py:361
#, fuzzy
msgid "Vidoop user name"
-msgstr "用户名只能包含英文字母、数字和下划线"
+msgstr "Vidoop 用户名"
# translation and user name validation are language-specific
#: deps/django_authopenid/util.py:369
#, fuzzy
msgid "Verisign user name"
-msgstr "用户名只能包含英文字母、数字和下划线"
+msgstr "Verisign用户名只能"
#: deps/django_authopenid/util.py:393
#, fuzzy, python-format
msgid "Change your %(provider)s password"
-msgstr "修改密码"
+msgstr "修改%(provider)s密码"
#: deps/django_authopenid/util.py:397
#, python-format
msgid "Click to see if your %(provider)s signin still works for %(site_name)s"
-msgstr ""
+msgstr "点击查看你的 %(provider)s登录是否被%(site_name)s支持"
#: deps/django_authopenid/util.py:406
#, python-format
msgid "Create password for %(provider)s"
-msgstr ""
+msgstr "为%(provider)s创建密码"
#: deps/django_authopenid/util.py:410
#, fuzzy, python-format
msgid "Connect your %(provider)s account to %(site_name)s"
-msgstr "绑定OpenID帐号"
+msgstr "链接你的%(provider)s账户到%(site_name)s"
#: deps/django_authopenid/util.py:419
#, fuzzy, python-format
msgid "Signin with %(provider)s user name and password"
-msgstr "使用帐号密码登录"
+msgstr "使用%(provider)s帐号密码登录"
#: deps/django_authopenid/util.py:426
#, python-format
msgid "Sign in with your %(provider)s account"
-msgstr ""
+msgstr "用你的%(provider)s 账户登录"
#: deps/django_authopenid/views.py:144
#, python-format
msgid "OpenID %(openid_url)s is invalid"
-msgstr ""
+msgstr "OpenID %(openid_url)s是不正确的"
#: deps/django_authopenid/views.py:256 deps/django_authopenid/views.py:399
#: deps/django_authopenid/views.py:427
#, python-format
-msgid ""
-"Unfortunately, there was some problem when connecting to %(provider)s, "
-"please try again or use another provider"
-msgstr ""
+msgid "Unfortunately, there was some problem when connecting to %(provider)s, please try again or use another provider"
+msgstr "很不幸,当链接%(provider)s时出现一些问题,请重试或使用其他的服务"
#: deps/django_authopenid/views.py:349
#, fuzzy
msgid "Your new password saved"
-msgstr "密码"
+msgstr "你的新密码已保存"
#: deps/django_authopenid/views.py:511
msgid "Please click any of the icons below to sign in"
-msgstr ""
+msgstr "请点击下面任何一个图标登录"
#: deps/django_authopenid/views.py:513
#, fuzzy
msgid "Account recovery email sent"
-msgstr "修改电子邮件"
+msgstr "发送账户恢复邮件"
#: deps/django_authopenid/views.py:516
msgid "Please add one or more login methods."
-msgstr ""
+msgstr "请添加一个或多个登录方式"
#: deps/django_authopenid/views.py:518
msgid "If you wish, please add, remove or re-validate your login methods"
-msgstr ""
+msgstr "您可以添加,删除或重新验证你的登录方式"
#: deps/django_authopenid/views.py:520
msgid "Please wait a second! Your account is recovered, but ..."
-msgstr ""
+msgstr "请稍等,你的账户正在恢复..."
#: deps/django_authopenid/views.py:522
msgid "Sorry, this account recovery key has expired or is invalid"
-msgstr ""
+msgstr "对不起,这个账户恢复已过期或不正确"
#: deps/django_authopenid/views.py:578
#, python-format
msgid "Login method %(provider_name)s does not exist"
-msgstr ""
+msgstr "%(provider_name)s登录方式不存在"
#: deps/django_authopenid/views.py:584
msgid "Oops, sorry - there was some error - please try again"
-msgstr ""
+msgstr "对不起,系统出错,请重试"
#: deps/django_authopenid/views.py:675
#, python-format
msgid "Your %(provider)s login works fine"
-msgstr ""
+msgstr "你的%(provider)s登录成功"
#: deps/django_authopenid/views.py:973 deps/django_authopenid/views.py:979
#, python-format
msgid "your email needs to be validated see %(details_url)s"
-msgstr ""
+msgstr "你的email需要验证,看这里%(details_url)s"
#: deps/django_authopenid/views.py:1000
msgid "Email verification subject line"
-msgstr ""
+msgstr "邮件确认"
-#: deps/django_authopenid/views.py:1065
+#: deps/django_authopenid/views.py:1066
msgid "Please check your email and visit the enclosed link."
-msgstr ""
+msgstr "请检查你的邮件并访问其内部链接"
#: deps/livesettings/models.py:101 deps/livesettings/models.py:140
#, fuzzy
msgid "Site"
-msgstr "标题"
+msgstr "网站"
#: deps/livesettings/values.py:107
#, fuzzy
msgid "Base Settings"
-msgstr "设置"
+msgstr "基本设置"
#: deps/livesettings/values.py:214
msgid "Default value: \"\""
-msgstr ""
+msgstr "默认值:"
#: deps/livesettings/values.py:221
msgid "Default value: "
-msgstr ""
+msgstr "默认值:"
#: deps/livesettings/values.py:224
#, python-format
msgid "Default value: %s"
-msgstr ""
+msgstr "默认值: %s"
# todo take these out of settings
#: deps/livesettings/values.py:589
@@ -1622,118 +1681,139 @@ msgid "Allowed image file types are %(types)s"
msgstr "只允许上传'%(file_types)s'类型的文件!"
#: deps/livesettings/templates/livesettings/_admin_site_views.html:4
+#: skins/default/templates/askbot.deps.livesettings/_admin_site_views.html:4
#, fuzzy
msgid "Sites"
-msgstr "标题"
+msgstr "网站"
#: deps/livesettings/templates/livesettings/group_settings.html:11
#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:11
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:23
#, fuzzy
msgid "Documentation"
-msgstr "城市"
+msgstr "文档"
#: deps/livesettings/templates/livesettings/group_settings.html:11
#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:11
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:23
#: skins/default/templates/authopenid/signin.html:142
msgid "Change password"
msgstr "修改密码"
#: deps/livesettings/templates/livesettings/group_settings.html:11
#: deps/livesettings/templates/livesettings/site_settings.html:23
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:11
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:23
#, fuzzy
msgid "Log out"
msgstr "退出登录"
#: deps/livesettings/templates/livesettings/group_settings.html:14
#: deps/livesettings/templates/livesettings/site_settings.html:26
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:14
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:26
#, fuzzy
msgid "Home"
msgstr "首页"
# page title
#: deps/livesettings/templates/livesettings/group_settings.html:15
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:15
#, fuzzy
msgid "Edit Group Settings"
-msgstr "修改问题"
+msgstr "修改组设置"
#: deps/livesettings/templates/livesettings/group_settings.html:22
#: deps/livesettings/templates/livesettings/site_settings.html:50
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:22
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:50
msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "请改正下面的错误"
+msgstr[1] "请改正下面的错误"
#: deps/livesettings/templates/livesettings/group_settings.html:28
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:28
#, python-format
msgid "Settings included in %(name)s."
-msgstr ""
+msgstr "设置包含在%(name)s."
#: deps/livesettings/templates/livesettings/group_settings.html:62
#: deps/livesettings/templates/livesettings/site_settings.html:97
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:62
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:97
msgid "You don't have permission to edit values."
-msgstr ""
+msgstr "你没有权限修改这些值"
# book.html line 123 must be empty in english
#: deps/livesettings/templates/livesettings/group_settings.html:68
+#: skins/default/templates/askbot.deps.livesettings/group_settings.html:68
#, fuzzy
msgid "Setting groups"
-msgstr "的问题"
+msgstr "设置组"
#: deps/livesettings/templates/livesettings/site_settings.html:27
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:27
msgid "Edit Site Settings"
-msgstr ""
+msgstr "编辑网站设置"
#: deps/livesettings/templates/livesettings/site_settings.html:43
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:43
msgid "Livesettings are disabled for this site."
-msgstr ""
+msgstr "此功能不支持"
#: deps/livesettings/templates/livesettings/site_settings.html:44
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:44
msgid "All configuration options must be edited in the site settings.py file"
-msgstr ""
+msgstr "所有配置选项都必须在网站的settings.py文件中设置"
#: deps/livesettings/templates/livesettings/site_settings.html:66
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:66
#, python-format
msgid "Group settings: %(name)s"
-msgstr ""
+msgstr "组别设置: %(name)s"
#: deps/livesettings/templates/livesettings/site_settings.html:93
+#: skins/default/templates/askbot.deps.livesettings/site_settings.html:93
msgid "Uncollapse all"
msgstr ""
#: deps/recaptcha_django/__init__.py:19 deps/recaptcha_django/__init__.py:80
msgid "Unknown error."
-msgstr ""
+msgstr "未知错误."
#: deps/recaptcha_django/__init__.py:20 deps/recaptcha_django/__init__.py:21
msgid "ReCAPTCHA is wrongly configured."
-msgstr ""
+msgstr "ReCAPTCHA配置错误."
#: deps/recaptcha_django/__init__.py:22
msgid "Bad reCAPTCHA challenge parameter."
-msgstr ""
+msgstr "错误的ReCAPTCHA挑战参数"
#: deps/recaptcha_django/__init__.py:23
msgid "The CAPTCHA solution was incorrect."
-msgstr ""
+msgstr "CAPTCHA不正确"
#: deps/recaptcha_django/__init__.py:24
msgid "Bad reCAPTCHA verification parameters."
-msgstr ""
+msgstr "错误reCAPTCHA确认参数"
#: deps/recaptcha_django/__init__.py:25
msgid "Provided reCAPTCHA API keys are not valid for this domain."
-msgstr ""
+msgstr "为这个域名提供的reCAPTCHA API keys都不正确"
#: deps/recaptcha_django/__init__.py:26
msgid "ReCAPTCHA could not be reached."
-msgstr ""
+msgstr "不能到达ReCAPTCHA "
#: deps/recaptcha_django/__init__.py:73
msgid "Invalid request"
-msgstr ""
+msgstr "不正确的请求"
# base_content.html
-#: importers/stackexchange/management/commands/load_stackexchange.py:125
+#: importers/stackexchange/management/commands/load_stackexchange.py:126
#, fuzzy
msgid "Congratulations, you are now an Administrator"
msgstr "恭喜您,社区给您颁发了奖牌"
@@ -1741,121 +1821,108 @@ msgstr "恭喜您,社区给您颁发了奖牌"
#: management/commands/send_email_alerts.py:105
#, python-format
msgid "\" and \"%s\""
-msgstr ""
+msgstr "\" 和 \"%s\""
#: management/commands/send_email_alerts.py:108
#, fuzzy
msgid "\" and more"
msgstr "查看更多"
-#: management/commands/send_email_alerts.py:113
+#: management/commands/send_email_alerts.py:116
#, python-format
-msgid "%(question_count)d updated question about %(topics)s"
-msgid_plural "%(question_count)d updated questions about %(topics)s"
-msgstr[0] ""
-msgstr[1] ""
+msgid "%(question_count)d updated question tagged %(topics)s"
+msgid_plural "%(question_count)d updated questions tagged %(topics)s"
+msgstr[0] "关于 %(topics)s问题有%(question_count)d 个更新"
+msgstr[1] "关于 %(topics)s问题有%(question_count)d 个更新"
-#: management/commands/send_email_alerts.py:467
+#: management/commands/send_email_alerts.py:472
#, python-format
msgid "%(name)s, this is an update message header for %(num)d question"
msgid_plural "%(name)s, this is an update message header for %(num)d questions"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(name)s, %(num)d 个问题的更新标题"
+msgstr[1] "%(name)s, %(num)d 个问题的更新标题"
-#: management/commands/send_email_alerts.py:484
+#: management/commands/send_email_alerts.py:489
#, fuzzy
msgid "new question"
msgstr "提问"
-#: management/commands/send_email_alerts.py:501
-msgid ""
-"Please visit the askbot and see what's new! Could you spread the word about "
-"it - can somebody you know help answering those questions or benefit from "
-"posting one?"
-msgstr ""
+#: management/commands/send_email_alerts.py:506
+msgid "Please visit askbot forum and see what's new! "
+msgstr "请访问askbot论坛查看更新"
-#: management/commands/send_email_alerts.py:513
-msgid ""
-"Your most frequent subscription setting is 'daily' on selected questions. If "
-"you are receiving more than one email per dayplease tell about this issue to "
-"the askbot administrator."
-msgstr ""
+#: management/commands/send_email_alerts.py:515
+msgid "Your most frequent subscription setting is 'daily' on selected questions. If you are receiving more than one email per dayplease tell about this issue to the askbot administrator."
+msgstr "在选择的问题上,你的订阅频率设置为'每日' ,如果你每天收到超过一封邮件,请通知网站管理员"
-#: management/commands/send_email_alerts.py:519
-msgid ""
-"Your most frequent subscription setting is 'weekly' if you are receiving "
-"this email more than once a week please report this issue to the askbot "
-"administrator."
-msgstr ""
+#: management/commands/send_email_alerts.py:521
+msgid "Your most frequent subscription setting is 'weekly' if you are receiving this email more than once a week please report this issue to the askbot administrator."
+msgstr "在选择的问题上,你的订阅频率设置为'每周' ,如果你每周收到超过一封邮件,请通知网站管理员"
-#: management/commands/send_email_alerts.py:525
-msgid ""
-"There is a chance that you may be receiving links seen before - due to a "
-"technicality that will eventually go away. "
-msgstr ""
+#: management/commands/send_email_alerts.py:527
+msgid "There is a chance that you may be receiving links seen before - due to a technicality that will eventually go away. "
+msgstr "由于技术问题你可能会接收到一个以前看过的链接,我们将解决此问题"
-#: management/commands/send_email_alerts.py:530
+#: management/commands/send_email_alerts.py:532
#, python-format
-msgid ""
-"go to %(email_settings_link)s to change frequency of email updates or %"
-"(admin_email)s administrator"
-msgstr ""
+msgid "go to %(email_settings_link)s to change frequency of email updates or %(admin_email)s administrator"
+msgstr "到%(email_settings_link)s去修改邮件更新频率或发送邮件给%(admin_email)s管理员"
-#: migrations/0005_install_badges.py:11
+#: migrations/0005_install_badges.py:11 models/badges.py:132
msgid "Disciplined"
-msgstr ""
+msgstr "规则"
#: migrations/0005_install_badges.py:11
msgid "disciplined"
-msgstr ""
+msgstr "规则"
#: migrations/0005_install_badges.py:11
msgid "Deleted own post with score of 3 or higher"
-msgstr ""
+msgstr "删除自己3分或以上的问题"
-#: migrations/0005_install_badges.py:12
+#: migrations/0005_install_badges.py:12 models/badges.py:154
msgid "Peer Pressure"
-msgstr ""
+msgstr "同等压力"
#: migrations/0005_install_badges.py:12
msgid "peer-pressure"
-msgstr ""
+msgstr "同等压力"
#: migrations/0005_install_badges.py:12
msgid "Deleted own post with score of -3 or lower"
-msgstr ""
+msgstr "删除自己-3分或更低的问题"
#: migrations/0005_install_badges.py:13
#, fuzzy
msgid "Nice answer"
-msgstr "修改回答"
+msgstr "好回答"
#: migrations/0005_install_badges.py:13
#, fuzzy
msgid "nice-answer"
-msgstr "回答"
+msgstr "好回答"
#: migrations/0005_install_badges.py:13
#, fuzzy
msgid "Answer voted up 10 times"
-msgstr "该用户投的赞成票总数"
+msgstr "投票10次以上的回答"
-#: migrations/0005_install_badges.py:14
+#: migrations/0005_install_badges.py:14 models/badges.py:339
#, fuzzy
msgid "Nice Question"
-msgstr "问题列表"
+msgstr "好问题"
#: migrations/0005_install_badges.py:14
#, fuzzy
msgid "nice-question"
-msgstr "提问"
+msgstr "好提问"
#: migrations/0005_install_badges.py:14
#, fuzzy
msgid "Question voted up 10 times"
-msgstr "该用户投的赞成票总数"
+msgstr "投票10次以上的问题"
-#: migrations/0005_install_badges.py:15
+#: migrations/0005_install_badges.py:15 models/badges.py:576
#, fuzzy
msgid "Pundit"
msgstr "编辑"
@@ -1865,23 +1932,23 @@ msgstr "编辑"
msgid "pundit"
msgstr "编辑"
-#: migrations/0005_install_badges.py:15
+#: migrations/0005_install_badges.py:15 models/badges.py:579
msgid "Left 10 comments with score of 10 or more"
-msgstr ""
+msgstr "留言超过10且得分上10的问题"
-#: migrations/0005_install_badges.py:16
+#: migrations/0005_install_badges.py:16 models/badges.py:413
#, fuzzy
msgid "Popular Question"
-msgstr "现在提问"
+msgstr "受欢迎的问题"
#: migrations/0005_install_badges.py:16
#, fuzzy
msgid "popular-question"
-msgstr "提问"
+msgstr "受欢迎的问题"
#: migrations/0005_install_badges.py:16
msgid "Asked a question with 1,000 views"
-msgstr ""
+msgstr "1000次查看的问题"
#: migrations/0005_install_badges.py:17
msgid "Citizen patrol"
@@ -1891,23 +1958,23 @@ msgstr ""
msgid "citizen-patrol"
msgstr ""
-#: migrations/0005_install_badges.py:17
+#: migrations/0005_install_badges.py:17 models/badges.py:550
msgid "First flagged post"
-msgstr ""
+msgstr "第一个标记的发布"
-#: migrations/0005_install_badges.py:18
+#: migrations/0005_install_badges.py:18 models/badges.py:562
msgid "Cleanup"
-msgstr ""
+msgstr "清除"
#: migrations/0005_install_badges.py:18
msgid "cleanup"
-msgstr ""
+msgstr "清除"
-#: migrations/0005_install_badges.py:18
+#: migrations/0005_install_badges.py:18 models/badges.py:565
msgid "First rollback"
-msgstr ""
+msgstr "第一次回滚"
-#: migrations/0005_install_badges.py:19
+#: migrations/0005_install_badges.py:19 models/badges.py:226
msgid "Critic"
msgstr ""
@@ -1920,7 +1987,7 @@ msgstr ""
msgid "First down vote"
msgstr "投反对票"
-#: migrations/0005_install_badges.py:20
+#: migrations/0005_install_badges.py:20 models/badges.py:611
#, fuzzy
msgid "Editor"
msgstr "编辑"
@@ -1930,204 +1997,204 @@ msgstr "编辑"
msgid "editor"
msgstr "编辑"
-#: migrations/0005_install_badges.py:20
+#: migrations/0005_install_badges.py:20 models/badges.py:614
msgid "First edit"
-msgstr ""
+msgstr "第一次编辑"
-#: migrations/0005_install_badges.py:21
+#: migrations/0005_install_badges.py:21 models/badges.py:633
msgid "Organizer"
-msgstr ""
+msgstr "组织者"
#: migrations/0005_install_badges.py:21
#, fuzzy
msgid "organizer"
-msgstr "您的回答"
+msgstr "组织者"
-#: migrations/0005_install_badges.py:21
+#: migrations/0005_install_badges.py:21 models/badges.py:636
msgid "First retag"
-msgstr ""
+msgstr "第一次修改标签"
-#: migrations/0005_install_badges.py:22
+#: migrations/0005_install_badges.py:22 models/badges.py:452
msgid "Scholar"
-msgstr ""
+msgstr "学者"
#: migrations/0005_install_badges.py:22
msgid "scholar"
-msgstr ""
+msgstr "学者"
#: migrations/0005_install_badges.py:22
#, fuzzy
msgid "First accepted answer on your own question"
-msgstr "不是一个可以回答的“问题”"
+msgstr "第一个可接受的回答的问题"
-#: migrations/0005_install_badges.py:23
+#: migrations/0005_install_badges.py:23 models/badges.py:375
msgid "Student"
-msgstr ""
+msgstr "学生"
#: migrations/0005_install_badges.py:23
msgid "student"
-msgstr ""
+msgstr "学生"
-#: migrations/0005_install_badges.py:23
+#: migrations/0005_install_badges.py:23 models/badges.py:380
msgid "Asked first question with at least one up vote"
-msgstr ""
+msgstr "得到至少一个赞成票的问题"
-#: migrations/0005_install_badges.py:24
+#: migrations/0005_install_badges.py:24 models/badges.py:217
#, fuzzy
msgid "Supporter"
-msgstr "投赞成票"
+msgstr "拥护者"
#: migrations/0005_install_badges.py:24
#, fuzzy
msgid "supporter"
-msgstr "投赞成票"
+msgstr "拥护者"
#: migrations/0005_install_badges.py:24
#, fuzzy
msgid "First up vote"
-msgstr "投赞成票"
+msgstr "第一次投赞成票"
-#: migrations/0005_install_badges.py:25
+#: migrations/0005_install_badges.py:25 models/badges.py:177
#, fuzzy
msgid "Teacher"
-msgstr "搜索"
+msgstr "老师"
#: migrations/0005_install_badges.py:25
#, fuzzy
msgid "teacher"
-msgstr "搜索"
+msgstr "老师"
#: migrations/0005_install_badges.py:25
msgid "Answered first question with at least one up vote"
-msgstr ""
+msgstr "回答的至少有一个赞成票的问题"
-#: migrations/0005_install_badges.py:26
+#: migrations/0005_install_badges.py:26 models/badges.py:643
msgid "Autobiographer"
-msgstr ""
+msgstr "自传作者"
#: migrations/0005_install_badges.py:26
msgid "autobiographer"
-msgstr ""
+msgstr "自传作者"
-#: migrations/0005_install_badges.py:26
+#: migrations/0005_install_badges.py:26 models/badges.py:646
#, fuzzy
msgid "Completed all user profile fields"
msgstr "完成个人所有资料"
-#: migrations/0005_install_badges.py:27
+#: migrations/0005_install_badges.py:27 models/badges.py:255
msgid "Self-Learner"
-msgstr ""
+msgstr "自学者"
#: migrations/0005_install_badges.py:27
msgid "self-learner"
-msgstr ""
+msgstr "自学者"
#: migrations/0005_install_badges.py:27
msgid "Answered your own question with at least 3 up votes"
-msgstr ""
+msgstr "回答的至少有三个赞成票的问题"
-#: migrations/0005_install_badges.py:28
+#: migrations/0005_install_badges.py:28 models/badges.py:327
#, fuzzy
msgid "Great Answer"
-msgstr "回答"
+msgstr "绝妙的回答"
#: migrations/0005_install_badges.py:28
#, fuzzy
msgid "great-answer"
-msgstr "回答"
+msgstr "绝妙的回答"
#: migrations/0005_install_badges.py:28
#, fuzzy
msgid "Answer voted up 100 times"
-msgstr "该用户投的赞成票总数"
+msgstr "赞成票达到100的答案"
-#: migrations/0005_install_badges.py:29
+#: migrations/0005_install_badges.py:29 models/badges.py:363
#, fuzzy
msgid "Great Question"
-msgstr "给任何问题整理标签"
+msgstr "绝妙的问题"
#: migrations/0005_install_badges.py:29
#, fuzzy
msgid "great-question"
-msgstr "给任何问题整理标签"
+msgstr "绝妙的问题"
#: migrations/0005_install_badges.py:29
#, fuzzy
msgid "Question voted up 100 times"
-msgstr "该用户投的赞成票总数"
+msgstr "有100赞成票的问题"
-#: migrations/0005_install_badges.py:30
+#: migrations/0005_install_badges.py:30 models/badges.py:688
#, fuzzy
msgid "Stellar Question"
-msgstr "还有其他问题?"
+msgstr "星号问题"
#: migrations/0005_install_badges.py:30
#, fuzzy
msgid "stellar-question"
-msgstr "个问题"
+msgstr "星号问题"
#: migrations/0005_install_badges.py:30
msgid "Question favorited by 100 users"
-msgstr ""
+msgstr "被100个用户收藏的问题"
# close.html
#: migrations/0005_install_badges.py:31
#, fuzzy
msgid "Famous question"
-msgstr "关闭问题"
+msgstr "著名的问题"
#: migrations/0005_install_badges.py:31
#, fuzzy
msgid "famous-question"
-msgstr "提问"
+msgstr "著名的问题"
#: migrations/0005_install_badges.py:31
msgid "Asked a question with 10,000 views"
-msgstr ""
+msgstr "被点击10000此的问题"
#: migrations/0005_install_badges.py:32
msgid "Alpha"
-msgstr ""
+msgstr "Alpha"
#: migrations/0005_install_badges.py:32
msgid "alpha"
-msgstr ""
+msgstr "alpha"
#: migrations/0005_install_badges.py:32
msgid "Actively participated in the private alpha"
-msgstr ""
+msgstr "在alpha阶段积极贡献"
-#: migrations/0005_install_badges.py:33
+#: migrations/0005_install_badges.py:33 models/badges.py:315
#, fuzzy
msgid "Good Answer"
-msgstr "个回答"
+msgstr "好回答"
#: migrations/0005_install_badges.py:33
#, fuzzy
msgid "good-answer"
-msgstr "回答"
+msgstr "好回答"
#: migrations/0005_install_badges.py:33
#, fuzzy
msgid "Answer voted up 25 times"
-msgstr "该用户投的赞成票总数"
+msgstr "有25次投票的回答"
-#: migrations/0005_install_badges.py:34
+#: migrations/0005_install_badges.py:34 models/badges.py:351
#, fuzzy
msgid "Good Question"
-msgstr "问题列表"
+msgstr "好问题"
#: migrations/0005_install_badges.py:34
#, fuzzy
msgid "good-question"
-msgstr "提问"
+msgstr "好问题"
#: migrations/0005_install_badges.py:34
#, fuzzy
msgid "Question voted up 25 times"
-msgstr "该用户投的赞成票总数"
+msgstr "有25次投票的问题"
-#: migrations/0005_install_badges.py:35
+#: migrations/0005_install_badges.py:35 models/badges.py:697
#, fuzzy
msgid "Favorite Question"
msgstr "收藏"
@@ -2139,7 +2206,7 @@ msgstr "收藏"
#: migrations/0005_install_badges.py:35
msgid "Question favorited by 25 users"
-msgstr ""
+msgstr "被25人收藏的问题"
#: migrations/0005_install_badges.py:36
msgid "Civic duty"
@@ -2151,7 +2218,7 @@ msgstr ""
#: migrations/0005_install_badges.py:36
msgid "Voted 300 times"
-msgstr ""
+msgstr "投票300次的问题"
#: migrations/0005_install_badges.py:37
msgid "Strunk & White"
@@ -2163,97 +2230,97 @@ msgstr ""
#: migrations/0005_install_badges.py:37
msgid "Edited 100 entries"
-msgstr ""
+msgstr "编辑了100个问题"
#: migrations/0005_install_badges.py:38
msgid "Generalist"
-msgstr ""
+msgstr "通才"
#: migrations/0005_install_badges.py:38
msgid "generalist"
-msgstr ""
+msgstr "通才"
#: migrations/0005_install_badges.py:38
msgid "Active in many different tags"
-msgstr ""
+msgstr "激活许多不同的标签"
#: migrations/0005_install_badges.py:39
msgid "Expert"
-msgstr ""
+msgstr "专家"
#: migrations/0005_install_badges.py:39
#, fuzzy
msgid "expert"
-msgstr "文本"
+msgstr "专家"
#: migrations/0005_install_badges.py:39
msgid "Very active in one tag"
-msgstr ""
+msgstr "非常活跃的标签"
#: migrations/0005_install_badges.py:40
msgid "Yearling"
-msgstr ""
+msgstr "一年"
#: migrations/0005_install_badges.py:40
msgid "yearling"
-msgstr ""
+msgstr "一年"
#: migrations/0005_install_badges.py:40
msgid "Active member for a year"
-msgstr ""
+msgstr "一年中活跃用户"
-#: migrations/0005_install_badges.py:41
+#: migrations/0005_install_badges.py:41 models/badges.py:424
#, fuzzy
msgid "Notable Question"
-msgstr "全部问题"
+msgstr "有名的问题"
#: migrations/0005_install_badges.py:41
#, fuzzy
msgid "notable-question"
-msgstr "全部问题"
+msgstr "有名的问题"
#: migrations/0005_install_badges.py:41
msgid "Asked a question with 2,500 views"
-msgstr ""
+msgstr "有2500次点击的问题"
-#: migrations/0005_install_badges.py:42
+#: migrations/0005_install_badges.py:42 models/badges.py:494
msgid "Enlightened"
-msgstr ""
+msgstr "文明的"
#: migrations/0005_install_badges.py:42
msgid "enlightened"
-msgstr ""
+msgstr "文明的"
#: migrations/0005_install_badges.py:42
msgid "First answer was accepted with at least 10 up votes"
-msgstr ""
+msgstr "第一个被接受的有10个推荐票的答案"
#: migrations/0005_install_badges.py:43
msgid "Beta"
-msgstr ""
+msgstr "Beta"
#: migrations/0005_install_badges.py:43
msgid "beta"
-msgstr ""
+msgstr "Beta"
#: migrations/0005_install_badges.py:43
msgid "Actively participated in the private beta"
-msgstr ""
+msgstr "在beta时有贡献的"
-#: migrations/0005_install_badges.py:44
+#: migrations/0005_install_badges.py:44 models/badges.py:506
msgid "Guru"
-msgstr ""
+msgstr "专家"
#: migrations/0005_install_badges.py:44
msgid "guru"
-msgstr ""
+msgstr "专家"
#: migrations/0005_install_badges.py:44
#, fuzzy
msgid "Accepted answer and voted up 40 times"
-msgstr "该用户投的赞成票总数"
+msgstr "投票超过40次的被接受的问题"
-#: migrations/0005_install_badges.py:45
+#: migrations/0005_install_badges.py:45 models/badges.py:524
msgid "Necromancer"
msgstr ""
@@ -2263,430 +2330,502 @@ msgstr ""
#: migrations/0005_install_badges.py:45
msgid "Answered a question more than 60 days later with at least 5 votes"
-msgstr ""
+msgstr "回答问题超过60天且至少有5个投票"
#: migrations/0005_install_badges.py:46
msgid "Taxonomist"
-msgstr ""
+msgstr "分类学者"
#: migrations/0005_install_badges.py:46
msgid "taxonomist"
-msgstr ""
+msgstr "分类学者"
#: migrations/0005_install_badges.py:46
#, fuzzy
msgid "Created a tag used by 50 questions"
-msgstr "打开关闭任何人的问题"
+msgstr "创建一个50个问题都用到的标签"
-#: models/__init__.py:169
-msgid ""
-"Sorry, you cannot accept or unaccept best answers because your account is "
-"blocked"
-msgstr ""
+#: models/__init__.py:170
+msgid "Sorry, you cannot accept or unaccept best answers because your account is blocked"
+msgstr "对不起,你不能认定或否决最佳答案因为你的账户已冻结"
-#: models/__init__.py:174
-msgid ""
-"Sorry, you cannot accept or unaccept best answers because your account is "
-"suspended"
-msgstr ""
+#: models/__init__.py:175
+msgid "Sorry, you cannot accept or unaccept best answers because your account is suspended"
+msgstr "对不起,你不能认定或否决最佳答案因为你的账户已暂停使用"
-#: models/__init__.py:180
+#: models/__init__.py:181
#, fuzzy
-msgid ""
-"Sorry, you cannot accept or unaccept your own answer to your own question"
-msgstr "不是一个可以回答的“问题”"
+msgid "Sorry, you cannot accept or unaccept your own answer to your own question"
+msgstr "对不起,你不能认定或否决你自己的回答的自己的问题"
-#: models/__init__.py:187
+#: models/__init__.py:188
#, python-format
-msgid ""
-"Sorry, only original author of the question - %(username)s - can accept the "
-"best answer"
-msgstr ""
+msgid "Sorry, only original author of the question - %(username)s - can accept the best answer"
+msgstr "对不起,只有问题的提问者 - %(username)s - 可以认定最佳答案"
-#: models/__init__.py:210
+#: models/__init__.py:211
msgid "cannot vote for own posts"
msgstr "不能给自己的帖子投票"
-#: models/__init__.py:213
+#: models/__init__.py:214
msgid "Sorry your account appears to be blocked "
-msgstr ""
+msgstr "对不起你的账户已冻结"
-#: models/__init__.py:218
+#: models/__init__.py:219
msgid "Sorry your account appears to be suspended "
-msgstr ""
+msgstr "对不起你的账户已暂停使用"
-#: models/__init__.py:228
+#: models/__init__.py:229
#, fuzzy, python-format
msgid ">%(points)s points required to upvote"
msgstr "需要+%(points)s积分才能投支持票。"
-#: models/__init__.py:234
+#: models/__init__.py:235
#, python-format
msgid ">%(points)s points required to downvote"
msgstr "需要+%(points)s积分才能投反对票。"
-#: models/__init__.py:249
+#: models/__init__.py:250
#, fuzzy
msgid "Sorry, blocked users cannot upload files"
-msgstr ""
-"Sorry, your account appears to be blocked and you cannot make new posts "
-"until this issue is resolved. Please contact the forum administrator to "
-"reach a resolution."
+msgstr "对不起,冻结用户不能上传文件"
-#: models/__init__.py:250
+#: models/__init__.py:251
#, fuzzy
msgid "Sorry, suspended users cannot upload files"
-msgstr ""
-"Sorry, your account appears to be suspended and you cannot make new posts "
-"until this issue is resolved. You can, however edit your existing posts. "
-"Please contact the forum administrator to reach a resolution."
+msgstr "对不起,暂停使用用户不能上传文件"
-#: models/__init__.py:252
+#: models/__init__.py:253
#, python-format
-msgid ""
-"uploading images is limited to users with >%(min_rep)s reputation points"
+msgid "uploading images is limited to users with >%(min_rep)s reputation points"
msgstr "上传图片只限于积分+%(min_rep)s以上注册用户!"
-#: models/__init__.py:271 models/__init__.py:331 models/__init__.py:1950
+#: models/__init__.py:272 models/__init__.py:332 models/__init__.py:2021
#, fuzzy
msgid "blocked users cannot post"
-msgstr ""
-"Sorry, your account appears to be blocked and you cannot make new posts "
-"until this issue is resolved. Please contact the forum administrator to "
-"reach a resolution."
+msgstr "冻结用户不能发布信息"
-#: models/__init__.py:272 models/__init__.py:1953
+#: models/__init__.py:273 models/__init__.py:2024
#, fuzzy
msgid "suspended users cannot post"
-msgstr ""
-"Sorry, your account appears to be suspended and you cannot make new posts "
-"until this issue is resolved. You can, however edit your existing posts. "
-"Please contact the forum administrator to reach a resolution."
+msgstr "暂停使用用户不能发布信息"
-#: models/__init__.py:297
-msgid ""
-"Sorry, comments (except the last one) are editable only within 10 minutes "
-"from posting"
-msgstr ""
+#: models/__init__.py:298
+msgid "Sorry, comments (except the last one) are editable only within 10 minutes from posting"
+msgstr "对不起,留言只能在发布后10分钟内可编辑"
-#: models/__init__.py:303
+#: models/__init__.py:304
msgid "Sorry, but only post owners or moderators can edit comments"
-msgstr ""
+msgstr "对不起,只有发布者或版主才能修改留言"
-#: models/__init__.py:317
-msgid ""
-"Sorry, since your account is suspended you can comment only your own posts"
-msgstr ""
+#: models/__init__.py:318
+msgid "Sorry, since your account is suspended you can comment only your own posts"
+msgstr "对不起,因为你的账户已暂停使用,你只能留言你自己发布的信息"
-#: models/__init__.py:321
+#: models/__init__.py:322
#, python-format
-msgid ""
-"Sorry, to comment any post a minimum reputation of %(min_rep)s points is "
-"required. You can still comment your own posts and answers to your questions"
-msgstr ""
+msgid "Sorry, to comment any post a minimum reputation of %(min_rep)s points is required. You can still comment your own posts and answers to your questions"
+msgstr "对不起,留言任何信息都需要最少%(min_rep)s积分值,你可以留言你自己发布或回答的问题"
-#: models/__init__.py:349
-msgid ""
-"This post has been deleted and can be seen only by post ownwers, site "
-"administrators and moderators"
-msgstr ""
+#: models/__init__.py:350
+msgid "This post has been deleted and can be seen only by post owners, site administrators and moderators"
+msgstr "这个问题已经被删除,而且只能被发布者,网站管理员和版主查看"
-#: models/__init__.py:366
-msgid ""
-"Sorry, only moderators, site administrators and post owners can edit deleted "
-"posts"
-msgstr ""
+#: models/__init__.py:367
+msgid "Sorry, only moderators, site administrators and post owners can edit deleted posts"
+msgstr "对不起,只有版主,网站管理员及发布者可以编辑删除此信息"
-#: models/__init__.py:381
+#: models/__init__.py:382
msgid "Sorry, since your account is blocked you cannot edit posts"
-msgstr ""
+msgstr "对不起,你不能编辑信息因为你的账户被冻结"
-#: models/__init__.py:385
+#: models/__init__.py:386
msgid "Sorry, since your account is suspended you can edit only your own posts"
-msgstr ""
+msgstr "对不起,你只能编辑你自己发布的信息因为你的账户被暂停使用"
-#: models/__init__.py:390
+#: models/__init__.py:391
#, python-format
-msgid ""
-"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
-msgstr ""
+msgid "Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
+msgstr "对不起,编辑wiki信息需要最低积分%(min_rep)s"
-#: models/__init__.py:397
+#: models/__init__.py:398
#, python-format
-msgid ""
-"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
-"required"
-msgstr ""
+msgid "Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is required"
+msgstr "对不起,编辑其他人的信息需要最低积分%(min_rep)s"
-#: models/__init__.py:460
-msgid ""
-"Sorry, cannot delete your question since it has an upvoted answer posted by "
-"someone else"
-msgid_plural ""
-"Sorry, cannot delete your question since it has some upvoted answers posted "
-"by other users"
-msgstr[0] ""
-msgstr[1] ""
+#: models/__init__.py:461
+msgid "Sorry, cannot delete your question since it has an upvoted answer posted by someone else"
+msgid_plural "Sorry, cannot delete your question since it has some upvoted answers posted by other users"
+msgstr[0] "对不起,你不能删除问题因为它已经有了投赞成票的答案"
+msgstr[1] "对不起,你不能删除问题因为它已经有了投赞成票的答案"
-#: models/__init__.py:475
+#: models/__init__.py:476
msgid "Sorry, since your account is blocked you cannot delete posts"
-msgstr ""
+msgstr "对不起,你不能删除发布的信息,因为你的账户被冻结了"
-#: models/__init__.py:479
-msgid ""
-"Sorry, since your account is suspended you can delete only your own posts"
-msgstr ""
+#: models/__init__.py:480
+msgid "Sorry, since your account is suspended you can delete only your own posts"
+msgstr "对不起,你只能删除你自己发布的信息因为你的账户被暂停使用了"
-#: models/__init__.py:483
+#: models/__init__.py:484
#, python-format
-msgid ""
-"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
-"is required"
-msgstr ""
+msgid "Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s is required"
+msgstr "对不起,你必须有%(min_rep)s积分才能删除别人发布的信息"
-#: models/__init__.py:503
+#: models/__init__.py:504
msgid "Sorry, since your account is blocked you cannot close questions"
-msgstr ""
+msgstr "对不起,因为你的账户已冻结你不能关闭问题"
-#: models/__init__.py:507
+#: models/__init__.py:508
msgid "Sorry, since your account is suspended you cannot close questions"
-msgstr ""
+msgstr "对不起,因为你的账户已暂停使用你不能关闭问题"
-#: models/__init__.py:511
+#: models/__init__.py:512
#, python-format
-msgid ""
-"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
-"required"
-msgstr ""
+msgid "Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is required"
+msgstr "对不起,你必须有%(min_rep)s积分才能关闭别人发布的信息"
-#: models/__init__.py:520
+#: models/__init__.py:521
#, python-format
-msgid ""
-"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
-msgstr ""
+msgid "Sorry, to close own question a minimum reputation of %(min_rep)s is required"
+msgstr "对不起,你必须有%(min_rep)s积分才能关闭自己发布的问题"
-#: models/__init__.py:544
+#: models/__init__.py:545
#, python-format
-msgid ""
-"Sorry, only administrators, moderators or post owners with reputation > %"
-"(min_rep)s can reopen questions."
-msgstr ""
+msgid "Sorry, only administrators, moderators or post owners with reputation > %(min_rep)s can reopen questions."
+msgstr "对不起,只有管理员,版主和有%(min_rep)s积分的发布者才能重开问题"
-#: models/__init__.py:550
+#: models/__init__.py:551
#, python-format
-msgid ""
-"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
-msgstr ""
+msgid "Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
+msgstr "对不起,你必须有%(min_rep)s积分才能重开自己发布的问题"
-#: models/__init__.py:570
+#: models/__init__.py:571
msgid "cannot flag message as offensive twice"
-msgstr ""
+msgstr "不能两次标记同一信息为垃圾信息"
-#: models/__init__.py:575
+#: models/__init__.py:576
#, fuzzy
msgid "blocked users cannot flag posts"
-msgstr ""
-"Sorry, your account appears to be blocked and you cannot make new posts "
-"until this issue is resolved. Please contact the forum administrator to "
-"reach a resolution."
+msgstr "冻结用户不能标记信息"
-#: models/__init__.py:577
+#: models/__init__.py:578
#, fuzzy
msgid "suspended users cannot flag posts"
-msgstr ""
-"Sorry, your account appears to be suspended and you cannot make new posts "
-"until this issue is resolved. You can, however edit your existing posts. "
-"Please contact the forum administrator to reach a resolution."
+msgstr "暂停使用的用户不能标记信息"
-#: models/__init__.py:579
+#: models/__init__.py:580
#, python-format
msgid "need > %(min_rep)s points to flag spam"
-msgstr ""
+msgstr "需要大于%(min_rep)s积分值才能标记垃圾信息"
-#: models/__init__.py:598
+#: models/__init__.py:599
#, python-format
msgid "%(max_flags_per_day)s exceeded"
-msgstr ""
+msgstr "%(max_flags_per_day)s 被处理"
-#: models/__init__.py:613
-msgid ""
-"Sorry, only question owners, site administrators and moderators can retag "
-"deleted questions"
-msgstr ""
+#: models/__init__.py:614
+msgid "Sorry, only question owners, site administrators and moderators can retag deleted questions"
+msgstr "对不起,只有发问者,网站管理员和版主才能为已删除问题修改标签"
-#: models/__init__.py:620
+#: models/__init__.py:621
msgid "Sorry, since your account is blocked you cannot retag questions"
-msgstr ""
+msgstr "对不起,你的账户已冻结,你不能为问题修改标签"
-#: models/__init__.py:624
-msgid ""
-"Sorry, since your account is suspended you can retag only your own questions"
-msgstr ""
+#: models/__init__.py:625
+msgid "Sorry, since your account is suspended you can retag only your own questions"
+msgstr "对不起,你的账户已暂停使用,你只能为你自己的问题修改标签"
-#: models/__init__.py:628
+#: models/__init__.py:629
#, python-format
-msgid ""
-"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
-msgstr ""
+msgid "Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
+msgstr "对不起,为问题修改标签必须有%(min_rep)s积分值"
-#: models/__init__.py:647
+#: models/__init__.py:648
msgid "Sorry, since your account is blocked you cannot delete comment"
-msgstr ""
+msgstr "对不起,因为你的账户已冻结你不能删除留言"
-#: models/__init__.py:651
-msgid ""
-"Sorry, since your account is suspended you can delete only your own comments"
-msgstr ""
+#: models/__init__.py:652
+msgid "Sorry, since your account is suspended you can delete only your own comments"
+msgstr "对不起,因为你的账户暂停使用,你只能删除你自己的留言"
-#: models/__init__.py:655
+#: models/__init__.py:656
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
-msgstr ""
+msgstr "对不起,删除留言必须有%(min_rep)s积分值"
-#: models/__init__.py:678
+#: models/__init__.py:679
msgid "cannot revoke old vote"
msgstr "这个投票已经过时,不能撤销。"
-#: models/__init__.py:1166 views/users.py:388
+#: models/__init__.py:1213 views/users.py:363
#, fuzzy
msgid "Site Adminstrator"
-msgstr "网站访问者"
+msgstr "网站管理员"
-#: models/__init__.py:1168 views/users.py:390
+#: models/__init__.py:1215 views/users.py:365
msgid "Forum Moderator"
-msgstr ""
+msgstr "论坛版主"
-#: models/__init__.py:1170 views/users.py:392
+#: models/__init__.py:1217 views/users.py:367
#, fuzzy
msgid "Suspended User"
-msgstr "受欢迎的提问"
+msgstr "暂停账户"
-#: models/__init__.py:1172 views/users.py:394
+#: models/__init__.py:1219 views/users.py:369
msgid "Blocked User"
-msgstr ""
+msgstr "冻结账户"
-#: models/__init__.py:1174 views/users.py:396
+#: models/__init__.py:1221 views/users.py:371
#, fuzzy
msgid "Registered User"
msgstr "注册用户"
-#: models/__init__.py:1176
+#: models/__init__.py:1223
msgid "Watched User"
-msgstr ""
+msgstr "浏览用户"
-#: models/__init__.py:1178
+#: models/__init__.py:1225
msgid "Approved User"
-msgstr ""
+msgstr "认证用户"
-#: models/__init__.py:1234
+#: models/__init__.py:1281
#, python-format
msgid "%(username)s karma is %(reputation)s"
-msgstr ""
+msgstr "%(username)s 积分是 %(reputation)s"
-#: models/__init__.py:1244
+#: models/__init__.py:1291
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "一块金牌"
+msgstr[1] "%(count)d 金牌"
-#: models/__init__.py:1251
+#: models/__init__.py:1298
#, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "一块银牌"
+msgstr[1] "%(count)d 银牌"
-#: models/__init__.py:1258
+#: models/__init__.py:1305
#, fuzzy, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
-msgstr[0] "答读者问"
-msgstr[1] "答读者问"
+msgstr[0] "一块铜牌"
+msgstr[1] "%(count)d 铜牌"
-#: models/__init__.py:1269
+#: models/__init__.py:1316
#, python-format
msgid "%(item1)s and %(item2)s"
-msgstr ""
+msgstr "%(item1)s 和 %(item2)s"
-#: models/__init__.py:1273
+#: models/__init__.py:1320
#, python-format
msgid "%(user)s has %(badges)s"
-msgstr ""
+msgstr "%(user)s 有 %(badges)s"
-#: models/__init__.py:1566 models/__init__.py:1572 models/__init__.py:1577
-#: models/__init__.py:1582
+#: models/__init__.py:1633 models/__init__.py:1639 models/__init__.py:1644
+#: models/__init__.py:1649
#, python-format
msgid "Re: \"%(title)s\""
-msgstr ""
+msgstr "Re: \"%(title)s\""
-#: models/__init__.py:1587 models/__init__.py:1592
+#: models/__init__.py:1654 models/__init__.py:1659
#, fuzzy, python-format
msgid "Question: \"%(title)s\""
-msgstr "您正在浏览的问题含有以下标签"
+msgstr "问题:\"%(title)s\""
-#: models/__init__.py:1773
+#: models/__init__.py:1844
#, python-format
-msgid ""
-"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
-"href=\"%(user_profile)s\">your profile</a>."
+msgid "Congratulations, you have received a badge '%(badge_name)s'. Check out <a href=\"%(user_profile)s\">your profile</a>."
+msgstr ""
+"恭喜,你获得一块'%(badge_name)s'徽章,查看<a\n"
+" href=\"%(user_profile)s\">你的资料</a>."
+
+#: models/answer.py:105
+msgid "Sorry, the answer you are looking for is no longer available, because the parent question has been removed"
+msgstr "对不起,你查找的问题已失效,因为问题已删除"
+
+#: models/answer.py:112
+#, fuzzy
+msgid "Sorry, this answer has been removed and is no longer accessible"
+msgstr "对不起,这个问题已删除"
+
+#: models/badges.py:128
+#, python-format
+msgid "Deleted own post with %(votes)s or more upvotes"
+msgstr "删除自己发布的有%(votes)s或更多推荐票的问题"
+
+#: models/badges.py:150
+#, python-format
+msgid "Deleted own post with %(votes)s or more downvotes"
+msgstr "删除自己发布的%(votes)s或更多反对票的信息"
+
+#: models/badges.py:173
+#, python-format
+msgid "Received at least %(votes)s upvote for an answer for the first time"
+msgstr "获取至少有%(votes)s推荐票的问题"
+
+#: models/badges.py:218
+#, fuzzy
+msgid "First upvote"
+msgstr "第一次赞成票"
+
+#: models/badges.py:227
+#, fuzzy
+msgid "First downvote"
+msgstr "第一次反对票"
+
+#: models/badges.py:236
+msgid "Civic Duty"
msgstr ""
-#: models/question.py:687
+#: models/badges.py:237
+#, python-format
+msgid "Voted %(num)s times"
+msgstr "投票%(num)s次"
+
+#: models/badges.py:251
+#, python-format
+msgid "Answered own question with at least %(num)s up votes"
+msgstr "自己回答的至少有%(num)s次推荐票的问题"
+
+#: models/badges.py:303
+#, fuzzy
+msgid "Nice Answer"
+msgstr "好回答"
+
+#: models/badges.py:308 models/badges.py:320 models/badges.py:332
+#, fuzzy, python-format
+msgid "Answer voted up %(num)s times"
+msgstr "该用户投的赞成票回答总数%(num)s"
+
+#: models/badges.py:344 models/badges.py:356 models/badges.py:368
+#, fuzzy, python-format
+msgid "Question voted up %(num)s times"
+msgstr "该用户投的赞成票问题总数%(num)s"
+
+#: models/badges.py:417 models/badges.py:428 models/badges.py:440
+#, python-format
+msgid "Asked a question with %(views)s views"
+msgstr "被查看 %(views)s次的问题"
+
+# close.html
+#: models/badges.py:435
+#, fuzzy
+msgid "Famous Question"
+msgstr "著名问题"
+
+#: models/badges.py:449
+#, fuzzy
+msgid "Asked a question and accepted an answer"
+msgstr "问了接受问题的答案"
+
+#: models/badges.py:498
+#, fuzzy, python-format
+msgid "First answer was accepted with %(num)s or more votes"
+msgstr "第一个被接受的且被投了%(num)s或更多此的回答"
+
+#: models/badges.py:509
+#, python-format
+msgid "Answer accepted with %(num)s or more votes"
+msgstr "被接受的且被投了%(num)s或更多此的回答"
+
+#: models/badges.py:517
+#, python-format
+msgid "Answered a question more than %(days)s days later with at least %(votes)s votes"
+msgstr "问了一个超过%(days)s天且至少有%(votes)s投票的问题"
+
+#: models/badges.py:547
+msgid "Citizen Patrol"
+msgstr ""
+
+#: models/badges.py:622
+msgid "Associate Editor"
+msgstr "联合编辑"
+
+#: models/badges.py:626
+#, python-format
+msgid "Edited %(num)s entries"
+msgstr "编辑了%(num)s条目"
+
+#: models/badges.py:662
+#, fuzzy, python-format
+msgid "Question favorited by %(num)s users"
+msgstr "被%(num)s用户收藏的问题"
+
+#: models/badges.py:707
+msgid "Enthusiast"
+msgstr "热心人"
+
+#: models/badges.py:710
+msgid "Visited site every day for 30 days in a row"
+msgstr "过去30天每天都来访问网站的用户"
+
+#: models/badges.py:718
+#, fuzzy
+msgid "Commentator"
+msgstr "评论员"
+
+# todo - check if it's indeed plural
+#: models/badges.py:721
+#, fuzzy
+msgid "Posted 10 comments"
+msgstr "发布10条评论"
+
+#: models/meta.py:110
+msgid "Sorry, the comment you are looking for is no longer accessible, because the parent question has been removed"
+msgstr "对不起,你查找的评论不能访问,因为问题已删除"
+
+#: models/meta.py:117
+msgid "Sorry, the comment you are looking for is no longer accessible, because the parent answer has been removed"
+msgstr "对不起,你查找的评论不能访问,因为回答已删除"
+
+#: models/question.py:326
+#, fuzzy
+msgid "Sorry, this question has been deleted and is no longer accessible"
+msgstr "对不起,此问题已删除"
+
+#: models/question.py:715
#, fuzzy, python-format
msgid "%(author)s modified the question"
-msgstr "由于以下原因,你要关闭这个问题"
+msgstr "%(author)s修改了问题"
-#: models/question.py:691
+#: models/question.py:719
#, python-format
msgid "%(people)s posted %(new_answer_count)s new answers"
-msgstr ""
+msgstr "%(people)s 发布了 %(new_answer_count)s 新答案"
-#: models/question.py:696
+#: models/question.py:724
#, fuzzy, python-format
msgid "%(people)s commented the question"
-msgstr "评论问题"
+msgstr "%(people)s评论问题"
-#: models/question.py:701
+#: models/question.py:729
#, fuzzy, python-format
msgid "%(people)s commented answers"
-msgstr "修改回答"
+msgstr "%(people)s 评论了答案"
-#: models/question.py:703
+#: models/question.py:731
#, fuzzy, python-format
msgid "%(people)s commented an answer"
-msgstr "修改回答"
-
-#: models/repute.py:16 skins/default/templates/badges.html:43
-msgid "gold"
-msgstr "金牌"
-
-#: models/repute.py:17 skins/default/templates/badges.html:52
-msgid "silver"
-msgstr "银牌"
-
-#: models/repute.py:18 skins/default/templates/badges.html:59
-msgid "bronze"
-msgstr ""
+msgstr "%(people)s 评论了答案"
-#: models/repute.py:150
+#: models/repute.py:142
#, python-format
msgid "<em>Changed by moderator. Reason:</em> %(reason)s"
-msgstr ""
+msgstr "<em>被版主修改. 原因:</em> %(reason)s"
-#: models/repute.py:161
+#: models/repute.py:153
#, python-format
-msgid ""
-"%(points)s points were added for %(username)s's contribution to question %"
-"(question_title)s"
-msgstr ""
+msgid "%(points)s points were added for %(username)s's contribution to question %(question_title)s"
+msgstr "%(points)s分被加给 %(username)s,因为他贡献了 %(question_title)s问题"
-#: models/repute.py:166
+#: models/repute.py:158
#, python-format
-msgid ""
-"%(points)s points were subtracted for %(username)s's contribution to "
-"question %(question_title)s"
-msgstr ""
+msgid "%(points)s points were subtracted for %(username)s's contribution to question %(question_title)s"
+msgstr "%(username)s被减去%(points)s分,因为他贡献了 %(question_title)s问题"
#: models/tag.py:91
#, fuzzy
@@ -2695,52 +2834,52 @@ msgstr "修改问题"
#: models/tag.py:91
msgid "ignored"
-msgstr ""
+msgstr "有趣的"
-#: models/user.py:233
+#: models/user.py:265
msgid "Entire forum"
-msgstr ""
+msgstr "忽略的"
-#: models/user.py:234
+#: models/user.py:266
#, fuzzy
msgid "Questions that I asked"
-msgstr "提问时间"
+msgstr "我问的问题"
-#: models/user.py:235
+#: models/user.py:267
#, fuzzy
msgid "Questions that I answered"
-msgstr "您正在浏览的问题含有以下标签"
+msgstr "我答的问题"
-#: models/user.py:236
+#: models/user.py:268
#, fuzzy
msgid "Individually selected questions"
-msgstr "删除问题"
+msgstr "我选择的问题"
-#: models/user.py:237
+#: models/user.py:269
msgid "Mentions and comment responses"
-msgstr ""
+msgstr "提醒及留言回复"
-#: models/user.py:240
+#: models/user.py:272
msgid "Instantly"
-msgstr ""
+msgstr "立即"
-#: models/user.py:241
+#: models/user.py:273
msgid "Daily"
-msgstr ""
+msgstr "每日"
-#: models/user.py:242
+#: models/user.py:274
msgid "Weekly"
-msgstr ""
+msgstr "每周"
-#: models/user.py:243
+#: models/user.py:275
#, fuzzy
msgid "No email"
-msgstr "更换电子邮件"
+msgstr "没有邮件"
#: skins/default/templates/404.jinja.html:3
#: skins/default/templates/404.jinja.html:11
msgid "Page not found"
-msgstr ""
+msgstr "此页未找到"
#: skins/default/templates/404.jinja.html:15
msgid "Sorry, could not find the page you requested."
@@ -2752,21 +2891,18 @@ msgstr "有可能是以下原因导致:"
#: skins/default/templates/404.jinja.html:19
msgid "this question or answer has been deleted;"
-msgstr "你正在查看的问题或者回答已经被删除;"
+msgstr "你正在查看的问题或答案已经被删除;"
#: skins/default/templates/404.jinja.html:20
msgid "url has error - please check it;"
msgstr "请求的地址有误 - 请核实原始URL地址;"
#: skins/default/templates/404.jinja.html:21
-msgid ""
-"the page you tried to visit is protected or you don't have sufficient "
-"points, see"
+msgid "the page you tried to visit is protected or you don't have sufficient points, see"
msgstr "访问的页面被保护或你的积分不够,参见"
#: skins/default/templates/404.jinja.html:21
#: skins/default/templates/footer.html:6
-#: skins/default/templates/header.html:57
#: skins/default/templates/question_edit_tips.html:16
msgid "faq"
msgstr "常见问题"
@@ -2796,15 +2932,15 @@ msgstr "查看标签列表"
#: skins/default/templates/500.jinja.html:3
#: skins/default/templates/500.jinja.html:6
msgid "Internal server error"
-msgstr ""
+msgstr "服务器内部错误"
#: skins/default/templates/500.jinja.html:10
msgid "system error log is recorded, error will be fixed as soon as possible"
-msgstr ""
+msgstr "系统错误日志已记录,此错误将尽快被解决"
#: skins/default/templates/500.jinja.html:11
msgid "please report the error to the site administrators if you wish"
-msgstr ""
+msgstr "请报告这些错误给网站管理员"
#: skins/default/templates/500.jinja.html:14
#, fuzzy
@@ -2864,9 +3000,9 @@ msgstr "取消"
#: skins/default/templates/answer_edit.html:59
#: skins/default/templates/answer_edit.html:62
#: skins/default/templates/ask.html:36 skins/default/templates/ask.html:39
-#: skins/default/templates/macros.html:398
-#: skins/default/templates/question.html:456
-#: skins/default/templates/question.html:459
+#: skins/default/templates/macros.html:445
+#: skins/default/templates/question.html:462
+#: skins/default/templates/question.html:465
#: skins/default/templates/question_edit.html:63
#: skins/default/templates/question_edit.html:66
msgid "hide preview"
@@ -2874,7 +3010,7 @@ msgstr "禁用预览"
#: skins/default/templates/answer_edit.html:62
#: skins/default/templates/ask.html:39
-#: skins/default/templates/question.html:459
+#: skins/default/templates/question.html:465
#: skins/default/templates/question_edit.html:66
msgid "show preview"
msgstr "启用预览"
@@ -2885,7 +3021,7 @@ msgstr "受欢迎的提问"
#: skins/default/templates/answer_edit_tips.html:6
msgid "please make your answer relevant to this community"
-msgstr "您的问题与编程相关吗?"
+msgstr "请确认你的答案和这个主题相关"
#: skins/default/templates/answer_edit_tips.html:9
msgid "try to give an answer, rather than engage into a discussion"
@@ -2914,12 +3050,12 @@ msgstr "Markdown快速参考"
#: skins/default/templates/answer_edit_tips.html:29
#: skins/default/templates/question_edit_tips.html:26
msgid "*italic*"
-msgstr ""
+msgstr "斜体"
#: skins/default/templates/answer_edit_tips.html:32
#: skins/default/templates/question_edit_tips.html:29
msgid "**bold**"
-msgstr ""
+msgstr "**粗体**"
#: skins/default/templates/answer_edit_tips.html:36
#: skins/default/templates/question_edit_tips.html:33
@@ -2971,7 +3107,7 @@ msgstr "我要提问"
#: skins/default/templates/ask_form.html:7
#, fuzzy
msgid "login to post question info"
-msgstr "问题按<strong>提问时间</strong>显示排序。新加入的问题将显示在最前面。"
+msgstr "登录并提交问题"
#: skins/default/templates/ask_form.html:11
#, python-format
@@ -2979,11 +3115,11 @@ msgid ""
"must have valid %(email)s to post, \n"
" see %(email_validation_faq_url)s\n"
" "
-msgstr ""
+msgstr "必须有正确的%(email)s才能发布,查看%(email_validation_faq_url)s"
#: skins/default/templates/ask_form.html:27
msgid "Login/signup to post your question"
-msgstr ""
+msgstr "登录并发布问题"
#: skins/default/templates/ask_form.html:29
msgid "Ask your question"
@@ -2995,7 +3131,7 @@ msgstr "现在提问"
#: skins/default/templates/user_stats.html:88
#, python-format
msgid "%(name)s"
-msgstr ""
+msgstr "%(name)s"
#: skins/default/templates/badge.html:4 skins/default/templates/badge.html:7
msgid "Badge"
@@ -3008,13 +3144,13 @@ msgstr "奖牌"
#: skins/default/templates/user_stats.html:88
#, fuzzy, python-format
msgid "%(description)s"
-msgstr "全部问题"
+msgstr "%(description)s"
#: skins/default/templates/badge.html:16
msgid "user received this badge:"
msgid_plural "users received this badge:"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "用户获得奖牌"
+msgstr[1] "用户获得奖牌"
#: skins/default/templates/badges.html:3
#, fuzzy
@@ -3027,23 +3163,20 @@ msgstr "枚奖牌"
#: skins/default/templates/badges.html:10
msgid "Community gives you awards for your questions, answers and votes."
-msgstr ""
-"提出问题,给予回答,投出你的票 - CNProg 会针对你在社区的表现,授予你各类奖"
-"牌。"
+msgstr "提出问题,给予回答,投出你的票 - 社区会对你的表现,授予你各类奖牌。"
#: skins/default/templates/badges.html:11
#, fuzzy, python-format
msgid ""
"Below is the list of available badges and number \n"
-" of times each type of badge has been awarded. Give us feedback at %"
-"(feedback_faq_url)s.\n"
+" of times each type of badge has been awarded. Give us feedback at %(feedback_faq_url)s.\n"
" "
-msgstr "这里列出社区所有的奖牌,以及到目前为此,每个奖牌被授予的用户人数。"
+msgstr "这里列出社区所有的奖牌,以及到目前为此,每个奖牌被授予的用户人数。在这里%(feedback_faq_url)s给我们反馈。"
#: skins/default/templates/badges.html:27
#, python-format
msgid "%(type)s"
-msgstr ""
+msgstr "%(type)s"
#: skins/default/templates/badges.html:40
msgid "Community badges"
@@ -3055,16 +3188,15 @@ msgstr "金牌:十分罕见之最高荣耀"
#: skins/default/templates/badges.html:46
msgid "gold badge description"
-msgstr ""
+msgstr "金牌描述"
#: skins/default/templates/badges.html:51
-msgid ""
-"silver badge: occasionally awarded for the very high quality contributions"
+msgid "silver badge: occasionally awarded for the very high quality contributions"
msgstr "银牌:偶尔颁发之优质奖章"
#: skins/default/templates/badges.html:55
msgid "silver badge description"
-msgstr ""
+msgstr "银牌描述"
#: skins/default/templates/badges.html:58
msgid "bronze badge: often given as a special honor"
@@ -3073,7 +3205,7 @@ msgstr "铜牌:时常授予之特殊荣誉"
#: skins/default/templates/badges.html:62
#, fuzzy
msgid "bronze badge description"
-msgstr "答读者问"
+msgstr "铜牌描述"
# close.html
#: skins/default/templates/close.html:3 skins/default/templates/close.html:6
@@ -3109,8 +3241,7 @@ msgstr[1] "最多只能有5个标签"
# todo: remove magic numbers from this file
#: skins/default/templates/editor_data.html:11
#, fuzzy, python-format
-msgid ""
-"please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
+msgid "please use up to %(tag_count)s tags, less than %(max_chars)s characters each"
msgstr "最多5个标签,每个标签长度小于20个字符。"
#: skins/default/templates/faq.html:3 skins/default/templates/faq.html.py:6
@@ -3126,47 +3257,28 @@ msgid "What kinds of questions can I ask here?"
msgstr "我可以在这里提问什么样的问题?"
#: skins/default/templates/faq.html:12
-msgid ""
-"Most importanly - questions should be <strong>relevant</strong> to this "
-"community."
-msgstr "毫无疑问,首先必须是<span class=\"yellowbg\">技术编程问题!</span>"
+msgid "Most importanly - questions should be <strong>relevant</strong> to this community."
+msgstr "毫无疑问,首先必须是和<span class=\"yellowbg\">此社区</span>相关问题"
#: skins/default/templates/faq.html:13
-msgid ""
-"Before asking the question - please make sure to use search to see whether "
-"your question has alredy been answered."
-msgstr ""
-"提问之前,充分利用系统的自动查找、标签和搜索,看看是否已经有一样的问题并有了"
-"答案。"
+msgid "Before asking the question - please make sure to use search to see whether your question has alredy been answered."
+msgstr "提问之前,充分利用系统的自动查找、标签和搜索,看看是否已经有一样的问题并有了答案。"
#: skins/default/templates/faq.html:15
msgid "What questions should I avoid asking?"
msgstr "什么样的问题我不该在这里提问?"
#: skins/default/templates/faq.html:16
-msgid ""
-"Please avoid asking questions that are not relevant to this community, too "
-"subjective and argumentative."
-msgstr ""
-"<span class=\"yellowbg\">与程序员或技术无关的,引起争吵或太过于主观性等违背社"
-"区宗旨的内容。</span>本站建立是为了帮助大众程序员解决实际技术问题,我们需要实"
-"际的问题!"
+msgid "Please avoid asking questions that are not relevant to this community, too subjective and argumentative."
+msgstr "<span class=\"yellowbg\">请避免引起争吵或太过于主观性等违背社区宗旨的内容。</span>"
#: skins/default/templates/faq.html:20
msgid "What should I avoid in my answers?"
msgstr "什么样的回答是不受欢迎的?"
#: skins/default/templates/faq.html:21
-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 ""
-"希望用户提供针对提问的技术回答,可以是进一步了解问题实质,给予参考方案,或完"
-"全解决问题的回答。我们希望通过问答的形式解决用户的实际问题。因此,<span "
-"class=\"yellowbg\">我们不>欢迎在回答中出现不是回答问题的内容,包括针对他人回"
-"答的讨论,和其他无意义的浪费网络资源行为</span>。CNProg建议您使用<span class="
-"\"yellowbg\">评论</span>功能来讨论你的意见和想法。"
+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 "希望用户提供针对提问的技术回答,可以是进一步了解问题实质,给予参考方案,或完全解决问题的回答。我们希望通过问答的形式解决用户的实际问题。因此,<span class=\"yellowbg\">我们不>欢迎在回答中出现不是回答问题的内容,包括针对他人回答的讨论,和其他无意义的浪费网络资源行为</span>。CNProg建议您使用<span class=\"yellowbg\">评论</span>功能来讨论你的意见和想法。"
#: skins/default/templates/faq.html:24
msgid "Who moderates this community?"
@@ -3181,12 +3293,8 @@ msgid "This website is moderated by the users."
msgstr "社区没有严格意义上的管理员身份"
#: skins/default/templates/faq.html:27
-msgid ""
-"The reputation system allows users earn the authorization to perform a "
-"variety of moderation tasks."
-msgstr ""
-"通过积分运作,<span class=\"yellowbg\">每个用户都有权限创建标签,进行对所有问"
-"题、回答的投票、编辑、关闭等操作。</span>"
+msgid "The reputation system allows users earn the authorization to perform a variety of moderation tasks."
+msgstr "通过积分运作,<span class=\"yellowbg\">每个用户都有权限创建标签,进行对所有问题、回答的投票、编辑、关闭等操作。</span>"
#: skins/default/templates/faq.html:32
msgid "How does reputation system work?"
@@ -3199,16 +3307,11 @@ msgstr "更新概要:"
#: skins/default/templates/faq.html:34
#, python-format
-msgid ""
-"For example, if you ask an interesting question or give a helpful answer, "
-"your input will be upvoted. On the other hand if the answer is misleading - "
-"it will be downvoted. Each vote in favor will generate <strong>%"
-"(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will "
-"subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There "
-"is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that "
-"can be accumulated for a question or answer per day. The table below "
-"explains reputation point requirements for each type of moderation task."
+msgid "For example, if you ask an interesting question or give a helpful answer, your input will be upvoted. On the other hand if the answer is misleading - it will be downvoted. Each vote in favor will generate <strong>%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong> points, each vote against will subtract <strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong> points. There is a limit of <strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong> points that can be accumulated for a question or answer per day. The table below explains reputation point requirements for each type of moderation task."
msgstr ""
+"例如,如果你问一个有趣的问题或给别人一个有帮助的答案,你的输入将被投赞成票。否则你的答案是误导的,你将被投反对票。\n"
+"每个赞成票将增加<strong>%(REP_GAIN_FOR_RECEIVING_UPVOTE)s</strong>分,每个反对票将减去<strong>%(REP_LOSS_FOR_RECEIVING_DOWNVOTE)s</strong>分\n"
+"每个问题或答案都将有一个<strong>%(MAX_REP_GAIN_PER_USER_PER_DAY)s</strong>分限制。下面的表格解释了每个合适任务的积分分要求"
#: skins/default/templates/faq.html:44
#: skins/default/templates/user_votes.html:10
@@ -3246,31 +3349,30 @@ msgstr "编辑wiki类问题"
#: skins/default/templates/faq.html:75
#, fuzzy
-msgid "\"edit any answer"
+msgid "edit any answer"
msgstr "编辑任何问题或答案"
#: skins/default/templates/faq.html:79
#, fuzzy
-msgid "\"delete any comment"
+msgid "delete any comment"
msgstr "删除任何一个评论"
#: skins/default/templates/faq.html:86
msgid "how to validate email title"
-msgstr ""
+msgstr "如何验证邮件标题"
#: skins/default/templates/faq.html:88
#, python-format
-msgid ""
-"how to validate email info with %(send_email_key_url)s %(gravatar_faq_url)s"
-msgstr ""
+msgid "how to validate email info with %(send_email_key_url)s %(gravatar_faq_url)s"
+msgstr "如何使用%(send_email_key_url)s %(gravatar_faq_url)s验证邮件信息"
#: skins/default/templates/faq.html:93
msgid "what is gravatar"
-msgstr ""
+msgstr "什么是图像"
#: skins/default/templates/faq.html:94
msgid "gravatar faq info"
-msgstr ""
+msgstr "图像faq"
#: skins/default/templates/faq.html:97
msgid "To register, do I need to create new password?"
@@ -3278,12 +3380,8 @@ msgstr "我需要注册一个新用户吗?"
#: skins/default/templates/faq.html:98
#, fuzzy
-msgid ""
-"No, you don't have to. You can login through any service that supports "
-"OpenID, e.g. Google, Yahoo, AOL, etc.\""
-msgstr ""
-"不需要。社区提供了OpenID的登录支持,你要用Google、Yahoo等任何支持OpenID登录的"
-"帐号就可以使用系统。"
+msgid "No, you don't have to. You can login through any service that supports OpenID, e.g. Google, Yahoo, AOL, etc.\""
+msgstr "不需要。社区提供了OpenID的登录支持,你要用Google、Yahoo等任何支持OpenID登录的帐号就可以使用系统。"
#: skins/default/templates/faq.html:99
#, fuzzy
@@ -3299,13 +3397,8 @@ msgid "Goal of this site is..."
msgstr "CNProg 是为了帮助程序员解决更多问题,更加方便的解决问题。"
#: skins/default/templates/faq.html:104
-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 ""
-"所以问题和答案都是如Wiki一样可编辑的,我们希望社区能帮助用户沉淀、积累更多有"
-"用的知识和经验。"
+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 "所以问题和答案都是如Wiki一样可编辑的,我们希望社区能帮助用户沉淀、积累更多有用的知识和经验。"
#: skins/default/templates/faq.html:105
msgid "If this approach is not for you, we respect your choice."
@@ -3317,12 +3410,11 @@ msgstr "还有其他问题?"
#: skins/default/templates/faq.html:110
#, fuzzy, python-format
-msgid ""
-"Please ask your question at %(ask_question_url)s, help make our community "
-"better!"
+msgid "Please ask your question at %(ask_question_url)s, help make our community better!"
msgstr "如果您对社区还有其他疑问,请一起来完善我们的"
-#: skins/default/templates/faq.html:112 skins/default/templates/header.html:78
+#: skins/default/templates/faq.html:112
+#: skins/default/templates/header.html:100
msgid "questions"
msgstr "问题"
@@ -3337,36 +3429,38 @@ msgstr "问题反馈"
#: skins/default/templates/feedback.html:6
msgid "Give us your feedback!"
-msgstr ""
+msgstr "反馈"
#: skins/default/templates/feedback.html:12
#, python-format
msgid ""
"\n"
-" <span class='big strong'>Dear %(user_name)s</span>, we look "
-"forward to hearing your feedback. \n"
+" <span class='big strong'>Dear %(user_name)s</span>, we look forward to hearing your feedback. \n"
" Please type and send us your message below.\n"
" "
msgstr ""
+"\n"
+"<span class='big strong'>亲爱的 %(user_name)s</span>, 我们盼望收到你的反馈. \n请发送你的反馈信息给我们,以帮助我们更好的改进."
#: skins/default/templates/feedback.html:19
msgid ""
"\n"
-" <span class='big strong'>Dear visitor</span>, we look forward to "
-"hearing your feedback.\n"
+" <span class='big strong'>Dear visitor</span>, we look forward to hearing your feedback.\n"
" Please type and send us your message below.\n"
" "
msgstr ""
+"\n"
+" <span class='big strong'>亲爱的访客</span>, 我们盼望收到你的反馈. \n请发送你的反馈信息给我们,以帮助我们更好的改进 ."
#: skins/default/templates/feedback.html:28
#, fuzzy
msgid "(please enter a valid email)"
-msgstr "请详细描述您的问题。"
+msgstr "请输入正确的email地址"
#: skins/default/templates/feedback.html:36
#, fuzzy
msgid "(this field is required)"
-msgstr " 标签不能为空。"
+msgstr "必填项"
#: skins/default/templates/feedback.html:44
#, fuzzy
@@ -3379,28 +3473,29 @@ msgid ""
"\n"
"Hello, this is a %(site_title)s forum feedback message\n"
msgstr ""
+"\n"
+"你好, 这是从 %(site_title)s 网站发出的反馈信息。\n"
#: skins/default/templates/feedback_email.txt:9
#, fuzzy
msgid "Sender is"
-msgstr "受欢迎的提问"
+msgstr "发件人"
#: skins/default/templates/feedback_email.txt:11
#: skins/default/templates/feedback_email.txt:14
msgid "email"
-msgstr ""
+msgstr "邮件"
#: skins/default/templates/feedback_email.txt:13
msgid "anonymous"
-msgstr ""
+msgstr "匿名"
#: skins/default/templates/feedback_email.txt:19
msgid "Message body:"
-msgstr ""
+msgstr "内容:"
# footer.html
#: skins/default/templates/footer.html:5
-#: skins/default/templates/header.html:56
msgid "about"
msgstr "关于本站"
@@ -3413,73 +3508,85 @@ msgstr "隐私政策"
msgid "give feedback"
msgstr "问题反馈"
-#: skins/default/templates/header.html:12
+#: skins/default/templates/header.html:13
#, fuzzy, python-format
msgid "responses for %(username)s"
msgstr "选择一个用户名"
-#: skins/default/templates/header.html:15
+#: skins/default/templates/header.html:16
#, python-format
msgid "you have a new response"
msgid_plural "you nave %(response_count)s new responses"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "你有一个新回应"
+msgstr[1] "你有 %(response_count)s 个新回应"
-#: skins/default/templates/header.html:18
+#: skins/default/templates/header.html:19
#, fuzzy
msgid "no new responses yet"
-msgstr "回应"
+msgstr "仍没有回应"
-#: skins/default/templates/header.html:30
#: skins/default/templates/header.html:31
+#: skins/default/templates/header.html:32
#, python-format
msgid "%(new)s new flagged posts and %(seen)s previous"
-msgstr ""
+msgstr "%(new)s 新标记的发布和之前查看的 %(seen)s"
-#: skins/default/templates/header.html:33
#: skins/default/templates/header.html:34
+#: skins/default/templates/header.html:35
#, python-format
msgid "%(new)s new flagged posts"
-msgstr ""
+msgstr "%(new)s 新标记的发布信息"
-#: skins/default/templates/header.html:39
#: skins/default/templates/header.html:40
+#: skins/default/templates/header.html:41
#, python-format
msgid "%(seen)s flagged posts"
-msgstr ""
+msgstr "\"%(seen)s 已标记的发布信息"
-#: skins/default/templates/header.html:52
+#: skins/default/templates/header.html:54
+msgid "sign out from askbot"
+msgstr "退出"
+
+#: skins/default/templates/header.html:55
msgid "logout"
msgstr "退出登录"
-#: skins/default/templates/header.html:54
+#: skins/default/templates/header.html:58
+msgid "Please, sign in or Join askbot!"
+msgstr "请登录"
+
+#: skins/default/templates/header.html:59
msgid "login"
msgstr "登录"
+#: skins/default/templates/header.html:79
+msgid "please help translate! see credits"
+msgstr "请帮忙翻译"
+
# book.html line 123 must be empty in english
-#: skins/default/templates/header.html:59
+#: skins/default/templates/header.html:81
#, fuzzy
msgid "settings"
-msgstr "的问题"
+msgstr "设置"
-#: skins/default/templates/header.html:68
+#: skins/default/templates/header.html:90
msgid "back to home page"
msgstr "回到首页"
-#: skins/default/templates/header.html:69
+#: skins/default/templates/header.html:91
#, fuzzy, python-format
msgid "%(site)s logo"
-msgstr "程序员问答社区"
+msgstr "%(site)s logo"
-#: skins/default/templates/header.html:88
+#: skins/default/templates/header.html:110
msgid "users"
msgstr "用户"
-#: skins/default/templates/header.html:93
+#: skins/default/templates/header.html:115
msgid "badges"
msgstr "奖牌榜"
-#: skins/default/templates/header.html:98
+#: skins/default/templates/header.html:120
msgid "ask a question"
msgstr "我要提问"
@@ -3490,23 +3597,25 @@ msgstr "搜索"
#: skins/default/templates/instant_notification.html:1
#, python-format
msgid "<p>Dear %(receiving_user_name)s,</p>"
-msgstr ""
+msgstr "<p>亲爱的 %(receiving_user_name)s,</p>"
#: skins/default/templates/instant_notification.html:3
#, python-format
msgid ""
"\n"
-"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</"
-"p>\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a>:</p>\n"
msgstr ""
+"\n"
+"<p>%(update_author_name)s 留下一个新留言,点击 <a href=\"%(post_url)s\">新留言</a></p>\n"
#: skins/default/templates/instant_notification.html:8
#, python-format
msgid ""
"\n"
-"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></"
-"p>\n"
+"<p>%(update_author_name)s left a <a href=\"%(post_url)s\">new comment</a></p>\n"
msgstr ""
+"\n"
+"<p>%(update_author_name)s 留下一个新留言,点击 <a href=\"%(post_url)s\">新留言</a></p>\n"
#: skins/default/templates/instant_notification.html:13
#, python-format
@@ -3515,6 +3624,8 @@ msgid ""
"<p>%(update_author_name)s answered a question \n"
"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
msgstr ""
+"\n"
+"<p>%(update_author_name)s 回答了一个问题 \n<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
#: skins/default/templates/instant_notification.html:19
#, python-format
@@ -3523,6 +3634,8 @@ msgid ""
"<p>%(update_author_name)s posted a new question \n"
"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
msgstr ""
+"\n"
+"<p>%(update_author_name)s 提交了一个新问题 \n<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
#: skins/default/templates/instant_notification.html:25
#, python-format
@@ -3531,6 +3644,8 @@ msgid ""
"<p>%(update_author_name)s updated an answer to the question\n"
"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
msgstr ""
+"\n"
+"<p>%(update_author_name)s 更新了问题的回答\n<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
#: skins/default/templates/instant_notification.html:31
#, python-format
@@ -3539,33 +3654,32 @@ msgid ""
"<p>%(update_author_name)s updated a question \n"
"<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
msgstr ""
+"\n"
+"<p>%(update_author_name)s 更新了问题 \n<a href=\"%(post_url)s\">%(origin_post_title)s</a></p>\n"
#: skins/default/templates/instant_notification.html:37
#, python-format
msgid ""
"\n"
"<div>%(content_preview)s</div>\n"
-"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s"
-"\">change</a>\n"
-"how often you receive these notifications or unsubscribe. Thank you for your "
-"interest in our forum!</p>\n"
+"<p>Please note - you can easily <a href=\"%(user_subscriptions_url)s\">change</a>\n"
+"how often you receive these notifications or unsubscribe. Thank you for your interest in our forum!</p>\n"
msgstr ""
+"\n"
+"<div>%(content_preview)s</div>\n"
+"<p>注意 - 你可以通过 <a href=\"%(user_subscriptions_url)s\">这里</a>\n修改你接收这些通知的频率或取消订阅. 谢谢你对我们网站的关注 </p>\n"
#: skins/default/templates/instant_notification.html:42
msgid "<p>Sincerely,<br/>Forum Administrator</p>"
-msgstr ""
+msgstr "<p>忠实的<br/>网站管理员</p>"
#: skins/default/templates/logout.html:3 skins/default/templates/logout.html:6
msgid "Logout"
msgstr "退出登录"
#: skins/default/templates/logout.html:9
-msgid ""
-"As a registered user you can login with your OpenID, log out of the site or "
-"permanently remove your account."
-msgstr ""
-"您是系统的<strong class=\"darkred\">注册</strong>用户,可以随时使用OpenID帐号"
-"登录系统或者注销登录。"
+msgid "As a registered user you can login with your OpenID, log out of the site or permanently remove your account."
+msgstr "您是系统的<strong class=\"darkred\">注册</strong>用户,可以随时使用OpenID帐号登录系统或者注销登录。"
#: skins/default/templates/logout.html:10
msgid "Logout now"
@@ -3573,7 +3687,7 @@ msgstr "点击退出登录"
#: skins/default/templates/macros.html:26
msgid "karma:"
-msgstr ""
+msgstr "积分"
#: skins/default/templates/macros.html:30
#, fuzzy
@@ -3603,21 +3717,21 @@ msgstr "下一页"
msgid "posts per page"
msgstr "每页显示:"
-#: skins/default/templates/macros.html:119 templatetags/extra_tags.py:56
+#: skins/default/templates/macros.html:119 templatetags/extra_tags.py:44
#, python-format
msgid "%(username)s gravatar image"
-msgstr ""
+msgstr "%(username)s 图像"
#: skins/default/templates/macros.html:142
msgid "this post is marked as community wiki"
-msgstr ""
+msgstr "这个发布像社区wiki被标记"
#: skins/default/templates/macros.html:145
#, python-format
msgid ""
"This post is a wiki.\n"
" Anyone with karma &gt;%(wiki_min_rep)s is welcome to improve it."
-msgstr ""
+msgstr "这个发布是wiki.\n任何积分为 &gt;%(wiki_min_rep)s 都可以改进它."
#: skins/default/templates/macros.html:151
msgid "asked"
@@ -3638,7 +3752,7 @@ msgid "updated"
msgstr "更新于"
#: skins/default/templates/macros.html:210
-#: skins/default/templates/unused/questions_ajax.html:23 views/readers.py:237
+#: skins/default/templates/unused/questions_ajax.html:23 views/readers.py:250
#, fuzzy
msgid "vote"
msgid_plural "votes"
@@ -3646,7 +3760,7 @@ msgstr[0] "票"
msgstr[1] "票"
#: skins/default/templates/macros.html:227
-#: skins/default/templates/unused/questions_ajax.html:43 views/readers.py:240
+#: skins/default/templates/unused/questions_ajax.html:43 views/readers.py:253
#, fuzzy
msgid "answer"
msgid_plural "answers"
@@ -3654,7 +3768,7 @@ msgstr[0] "回答"
msgstr[1] "回答"
#: skins/default/templates/macros.html:239
-#: skins/default/templates/unused/questions_ajax.html:55 views/readers.py:243
+#: skins/default/templates/unused/questions_ajax.html:55 views/readers.py:256
#, fuzzy
msgid "view"
msgid_plural "views"
@@ -3670,51 +3784,47 @@ msgstr[1] "浏览"
#: skins/default/templates/unused/questions_ajax.html:68
#, fuzzy, python-format
msgid "see questions tagged '%(tag)s'"
-msgstr "查看有关'%(tagname)s'的问题"
+msgstr "查看有关'%(tag)s'的问题"
-#: skins/default/templates/macros.html:272
+#: skins/default/templates/macros.html:267
#: skins/default/templates/question.html:94
-#: skins/default/templates/question.html:247
+#: skins/default/templates/question.html:250
#: skins/default/templates/revisions.html:37
msgid "edit"
msgstr "编辑"
-#: skins/default/templates/macros.html:277
+#: skins/default/templates/macros.html:272
#, fuzzy
msgid "delete this comment"
msgstr "删除任何一个评论"
-#: skins/default/templates/macros.html:295
-#: skins/default/templates/macros.html:303
-#: skins/default/templates/question.html:423
+#: skins/default/templates/macros.html:290
+#: skins/default/templates/macros.html:298
+#: skins/default/templates/question.html:429
msgid "add comment"
msgstr "添加评论"
-#: skins/default/templates/macros.html:296
+#: skins/default/templates/macros.html:291
#, fuzzy, python-format
msgid "see <strong>%(counter)s</strong> more"
msgid_plural "see <strong>%(counter)s</strong> more"
-msgstr[0] ""
-"个 <span class=\"darkred\"><strong>没有回答的</strong></span> 问题。"
-msgstr[1] ""
-"个 <span class=\"darkred\"><strong>没有回答的</strong></span> 问题。"
+msgstr[0] "查看<strong>%(counter)s</strong>更多"
+msgstr[1] "查看<strong>%(counter)s</strong>更多"
-#: skins/default/templates/macros.html:298
+#: skins/default/templates/macros.html:293
#, fuzzy, python-format
msgid "see <strong>%(counter)s</strong> more comment"
msgid_plural ""
"see <strong>%(counter)s</strong> more comments\n"
-" "
-msgstr[0] ""
-"个 <span class=\"darkred\"><strong>没有回答的</strong></span> 问题。"
-msgstr[1] ""
-"个 <span class=\"darkred\"><strong>没有回答的</strong></span> 问题。"
+" "
+msgstr[0] "查看<strong>%(counter)s</strong>更多评论"
+msgstr[1] "查看<strong>%(counter)s</strong>更多评论"
-#: skins/default/templates/macros.html:375
+#: skins/default/templates/macros.html:422
msgid "(required)"
-msgstr ""
+msgstr "必填"
-#: skins/default/templates/macros.html:396
+#: skins/default/templates/macros.html:443
msgid "Toggle the real time Markdown editor preview"
msgstr "打开或者关闭Markdown编辑器的实时预览"
@@ -3732,7 +3842,7 @@ msgstr "这篇帖子有价值(再次点击取消操作)"
#: skins/default/templates/question.html:33
#: skins/default/templates/question.html:50
-#: skins/default/templates/question.html:198
+#: skins/default/templates/question.html:201
msgid "current number of votes"
msgstr "当前总票数"
@@ -3760,7 +3870,7 @@ msgstr "发布我的提问到我的Twitter"
#: skins/default/templates/question.html:75
msgid "Share this question on facebook"
-msgstr ""
+msgstr "分享提问到我的facebook"
#: skins/default/templates/question.html:97
#, fuzzy
@@ -3776,34 +3886,38 @@ msgid "close"
msgstr "关闭"
#: skins/default/templates/question.html:113
-#: skins/default/templates/question.html:251
-msgid ""
-"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
+#: skins/default/templates/question.html:254
+msgid "report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr "检举该帖为垃“水帖”(含广告、人身攻击、恶意言论等)"
#: skins/default/templates/question.html:114
-#: skins/default/templates/question.html:252
+#: skins/default/templates/question.html:255
msgid "flag offensive"
msgstr "垃圾帖?"
+# todo please check this in chinese
+#: skins/default/templates/question.html:121
+#: skins/default/templates/question.html:265
+msgid "undelete"
+msgstr "取消"
+
#: skins/default/templates/question.html:121
-#: skins/default/templates/question.html:262
+#: skins/default/templates/question.html:265
#: skins/default/templates/authopenid/signin.html:175
msgid "delete"
msgstr "删除"
-#: skins/default/templates/question.html:156
+#: skins/default/templates/question.html:159
#, fuzzy, python-format
-msgid ""
-"The question has been closed for the following reason \"%(close_reason)s\" by"
-msgstr "问题以“%s”的原因已被"
+msgid "The question has been closed for the following reason \"%(close_reason)s\" by"
+msgstr "问题以\"%(close_reason)s\"的原因已被关闭"
-#: skins/default/templates/question.html:158
+#: skins/default/templates/question.html:161
#, fuzzy, python-format
msgid "close date %(closed_at)s"
msgstr "由于以下原因,你要关闭这个问题"
-#: skins/default/templates/question.html:166
+#: skins/default/templates/question.html:169
#, python-format
msgid ""
"\n"
@@ -3813,131 +3927,125 @@ msgid_plural ""
"\n"
" %(counter)s Answers:\n"
" "
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "\n%(counter)s个回答:"
+msgstr[1] "\n%(counter)s个回答:"
-#: skins/default/templates/question.html:174
+#: skins/default/templates/question.html:177
msgid "oldest answers will be shown first"
msgstr "最先回答显示在最前面"
-#: skins/default/templates/question.html:174
+#: skins/default/templates/question.html:177
msgid "oldest answers"
msgstr "最先回答"
-#: skins/default/templates/question.html:176
+#: skins/default/templates/question.html:179
msgid "newest answers will be shown first"
msgstr "最晚回答显示在最前面"
-#: skins/default/templates/question.html:176
+#: skins/default/templates/question.html:179
msgid "newest answers"
msgstr "最近回答"
-#: skins/default/templates/question.html:178
+#: skins/default/templates/question.html:181
msgid "most voted answers will be shown first"
msgstr "投票次数最多的显示在最前面"
-#: skins/default/templates/question.html:178
+#: skins/default/templates/question.html:181
msgid "popular answers"
msgstr "投票最多"
-#: skins/default/templates/question.html:196
-#: skins/default/templates/question.html:197
+#: skins/default/templates/question.html:199
+#: skins/default/templates/question.html:200
msgid "i like this answer (click again to cancel)"
msgstr "这篇帖子有价值(再次点击取消操作)"
-#: skins/default/templates/question.html:207
-#: skins/default/templates/question.html:208
+#: skins/default/templates/question.html:210
+#: skins/default/templates/question.html:211
msgid "i dont like this answer (click again to cancel)"
msgstr "这篇帖子没有价值(再次点击取消操作)"
-#: skins/default/templates/question.html:216
-#: skins/default/templates/question.html:217
+#: skins/default/templates/question.html:219
+#: skins/default/templates/question.html:220
msgid "mark this answer as favorite (click again to undo)"
msgstr "最佳答案(再次点击取消操作)"
-#: skins/default/templates/question.html:226
-#: skins/default/templates/question.html:227
+#: skins/default/templates/question.html:229
+#: skins/default/templates/question.html:230
#, fuzzy, python-format
msgid "%(question_author)s has selected this answer as correct"
-msgstr "这个答案已经被提问作者标记为最佳答案"
+msgstr "这个答案已经被%(question_author)s标记为最佳答案"
-#: skins/default/templates/question.html:242
+#: skins/default/templates/question.html:245
msgid "answer permanent link"
msgstr "该回答的链接地址"
-#: skins/default/templates/question.html:243
+#: skins/default/templates/question.html:246
msgid "permanent link"
msgstr "永久链接"
-# todo please check this in chinese
-#: skins/default/templates/question.html:262
-msgid "undelete"
-msgstr "取消"
-
-#: skins/default/templates/question.html:309
-#: skins/default/templates/question.html:311
+#: skins/default/templates/question.html:315
+#: skins/default/templates/question.html:317
msgid "Notify me once a day when there are any new answers"
-msgstr ""
+msgstr "当有新回答的时候每天提醒我一次"
-#: skins/default/templates/question.html:313
+#: skins/default/templates/question.html:319
msgid "Notify me weekly when there are any new answers"
-msgstr ""
+msgstr "当有新回答的时候每周提醒我一次"
-#: skins/default/templates/question.html:315
+#: skins/default/templates/question.html:321
msgid "Notify me immediately when there are any new answers"
-msgstr ""
+msgstr "当有新回答的时候立即提醒我一次"
-#: skins/default/templates/question.html:318
+#: skins/default/templates/question.html:324
#, python-format
-msgid ""
-"You can always adjust frequency of email updates from your %(profile_url)s"
-msgstr ""
+msgid "You can always adjust frequency of email updates from your %(profile_url)s"
+msgstr "你可以通过%(profile_url)s调整你的邮件更新频率"
-#: skins/default/templates/question.html:323
+#: skins/default/templates/question.html:329
msgid "once you sign in you will be able to subscribe for any updates here"
-msgstr ""
+msgstr "一旦你注册你就可以订阅这里的任何更新"
-#: skins/default/templates/question.html:333
+#: skins/default/templates/question.html:339
msgid "Your answer"
msgstr "您的回答"
-#: skins/default/templates/question.html:335
+#: skins/default/templates/question.html:341
#, fuzzy
msgid "Be the first one to answer this question!"
-msgstr "不是一个可以回答的“问题”"
+msgstr "成为第一个回答此问题的人!"
-#: skins/default/templates/question.html:341
+#: skins/default/templates/question.html:347
msgid "you can answer anonymously and then login"
-msgstr ""
+msgstr "你可以匿名回答,然后登录"
-#: skins/default/templates/question.html:345
+#: skins/default/templates/question.html:351
msgid "answer your own question only to give an answer"
-msgstr ""
+msgstr "仅仅为了回答你自己的问题而给一个答案"
-#: skins/default/templates/question.html:347
+#: skins/default/templates/question.html:353
#, fuzzy
msgid "please only give an answer, no discussions"
msgstr "建议您提的问题是可以被答复的,而不仅仅是可以讨论。"
-#: skins/default/templates/question.html:354
+#: skins/default/templates/question.html:360
msgid "Login/Signup to Post Your Answer"
-msgstr ""
+msgstr "登录发布你的答案"
-#: skins/default/templates/question.html:357
+#: skins/default/templates/question.html:363
#, fuzzy
msgid "Answer Your Own Question"
-msgstr "回答该问题"
+msgstr "回答你自己的问题"
-#: skins/default/templates/question.html:359
+#: skins/default/templates/question.html:365
msgid "Answer the question"
msgstr "回答该问题"
-#: skins/default/templates/question.html:373
+#: skins/default/templates/question.html:379
msgid "Question tags"
msgstr "您正在浏览的问题含有以下标签"
# this is how above two are supposed to be
-#: skins/default/templates/question.html:378
+#: skins/default/templates/question.html:384
#: skins/default/templates/questions.html:222
#: skins/default/templates/tag_selector.html:9
#: skins/default/templates/tag_selector.html:26
@@ -3945,24 +4053,24 @@ msgstr "您正在浏览的问题含有以下标签"
msgid "see questions tagged '%(tag_name)s'"
msgstr "查看有关'%(tagname)s'的问题"
-#: skins/default/templates/question.html:384
+#: skins/default/templates/question.html:390
#, fuzzy
msgid "question asked"
msgstr "提问时间"
-#: skins/default/templates/question.html:387
+#: skins/default/templates/question.html:393
msgid "question was seen"
-msgstr "目前浏览数量"
+msgstr "浏览量"
-#: skins/default/templates/question.html:387
+#: skins/default/templates/question.html:393
msgid "times"
msgstr "次"
-#: skins/default/templates/question.html:390
+#: skins/default/templates/question.html:396
msgid "last updated"
msgstr "最后更新时间"
-#: skins/default/templates/question.html:397
+#: skins/default/templates/question.html:403
#, fuzzy
msgid "Related questions"
msgstr "相似的问题"
@@ -3990,12 +4098,12 @@ msgstr "请详细描述您的问题。"
#: skins/default/templates/question_retag.html:3
#: skins/default/templates/question_retag.html:6
msgid "Change tags"
-msgstr "修改问题标签"
+msgstr "修改标签"
#: skins/default/templates/question_retag.html:25
#, fuzzy
msgid "Retag"
-msgstr "标签"
+msgstr "修改标签"
#: skins/default/templates/question_retag.html:34
msgid "Why use and modify tags?"
@@ -4003,7 +4111,7 @@ msgstr "为什么我只能修改问题标签?"
#: skins/default/templates/question_retag.html:36
msgid "Tags help to keep the content better organized and searchable"
-msgstr ""
+msgstr "标签使内容可以更好的组织及搜索"
#: skins/default/templates/question_retag.html:38
msgid "tag editors receive special awards from the community"
@@ -4030,20 +4138,20 @@ msgstr "没有回答的问题"
#: skins/default/templates/questions.html:24
#, fuzzy
msgid "see your favorite questions"
-msgstr "用户收藏的问题"
+msgstr "查看收藏问题"
#: skins/default/templates/questions.html:29
msgid "Sort by:"
-msgstr ""
+msgstr "排序"
#: skins/default/templates/questions.html:97
#: skins/default/templates/questions.html:100
msgid "subscribe to the questions feed"
-msgstr "订阅最>新问题"
+msgstr "订阅最新问题"
#: skins/default/templates/questions.html:101
msgid "rss feed"
-msgstr ""
+msgstr "rss "
#: skins/default/templates/questions.html:105
#, python-format
@@ -4055,20 +4163,20 @@ msgid_plural ""
"\n"
" %(q_num)s questions\n"
" "
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "\n%(q_num)s个问题"
+msgstr[1] "\n%(q_num)s个问题"
-#: skins/default/templates/questions.html:111 views/readers.py:157
+#: skins/default/templates/questions.html:111 views/readers.py:170
#, fuzzy, python-format
msgid "%(q_num)s question"
msgid_plural "%(q_num)s questions"
-msgstr[0] "个"
-msgstr[1] "个"
+msgstr[0] "%(q_num)s个问题"
+msgstr[1] "%(q_num)s个问题"
#: skins/default/templates/questions.html:114
#, python-format
msgid "with %(author_name)s's contributions"
-msgstr ""
+msgstr "%(author_name)s的贡献"
#: skins/default/templates/questions.html:117
#, fuzzy
@@ -4105,23 +4213,21 @@ msgstr ""
#: skins/default/templates/questions.html:136
msgid " - to expand, or dig in by adding more tags and revising the query."
-msgstr ""
+msgstr " - 通过添加更多标签和改进查询来扩展和挖掘信息"
#: skins/default/templates/questions.html:139
msgid "Search tip:"
-msgstr ""
+msgstr "搜索主题 :"
#: skins/default/templates/questions.html:139
msgid "add tags and a query to focus your search"
-msgstr ""
+msgstr "添加标签和查询条件进行更精确查询"
#: skins/default/templates/questions.html:154
#: skins/default/templates/unused/questions_ajax.html:79
#, fuzzy
msgid "There are no unanswered questions here"
-msgstr ""
-"您正在浏览所有<br><div class=\"questions-count\">%(num_q)s</div>个<p>问题按 "
-"<strong>问题创建时间</strong> 排序。最新加入的问题将显示在最前面。</p>"
+msgstr "没有未回答的问题"
#: skins/default/templates/questions.html:157
#: skins/default/templates/unused/questions_ajax.html:82
@@ -4132,25 +4238,25 @@ msgstr "收藏"
#: skins/default/templates/questions.html:158
#: skins/default/templates/unused/questions_ajax.html:83
msgid "Please start (bookmark) some questions when you visit them"
-msgstr ""
+msgstr "当你查看问题时可以收藏"
#: skins/default/templates/questions.html:163
#: skins/default/templates/unused/questions_ajax.html:88
msgid "You can expand your search by "
-msgstr ""
+msgstr "扩展你的查询"
#: skins/default/templates/questions.html:166
#: skins/default/templates/unused/questions_ajax.html:92
#, fuzzy
msgid "resetting author"
-msgstr "向作者提问"
+msgstr "重置作者"
# book.html line 123 must be empty in english
#: skins/default/templates/questions.html:169
#: skins/default/templates/unused/questions_ajax.html:96
#, fuzzy
msgid "resetting tags"
-msgstr "的问题"
+msgstr "重置标签"
#: skins/default/templates/questions.html:172
#: skins/default/templates/questions.html:175
@@ -4163,12 +4269,12 @@ msgstr ""
#: skins/default/templates/unused/questions_ajax.html:109
#, fuzzy
msgid "Please always feel free to ask your question!"
-msgstr "我要提问"
+msgstr "请随便提问"
#: skins/default/templates/questions.html:184
#: skins/default/templates/unused/questions_ajax.html:113
msgid "Did not find what you were looking for?"
-msgstr ""
+msgstr "不知道你在找什么?"
#: skins/default/templates/questions.html:185
#: skins/default/templates/unused/questions_ajax.html:114
@@ -4178,7 +4284,7 @@ msgstr "现在提问"
#: skins/default/templates/questions.html:200
msgid "Contributors"
-msgstr ""
+msgstr "贡献者"
#: skins/default/templates/questions.html:217
msgid "Related tags"
@@ -4200,6 +4306,8 @@ msgid ""
" <a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>\n"
" "
msgstr ""
+"此问题已被\n"
+"<a href=\"%(closed_by_profile_url)s\">%(closed_by_username)s</a>关闭"
# close.html
#: skins/default/templates/reopen.html:19
@@ -4209,7 +4317,7 @@ msgstr "关闭问题"
#: skins/default/templates/reopen.html:22
msgid "When:"
-msgstr ""
+msgstr "当:"
#: skins/default/templates/reopen.html:25
#, fuzzy
@@ -4229,44 +4337,44 @@ msgstr "版本历史"
#: skins/default/templates/revisions.html:23
msgid "click to hide/show revision"
-msgstr ""
+msgstr "点击隐藏或显示版本"
#: skins/default/templates/revisions.html:29
#, fuzzy, python-format
msgid "revision %(number)s"
-msgstr "版本"
+msgstr "版本%(number)s"
# book.html line 123 must be empty in english
#: skins/default/templates/tag_selector.html:3
#, fuzzy
msgid "Interesting tags"
-msgstr "的问题"
+msgstr "感兴趣的标签"
#: skins/default/templates/tag_selector.html:13
#, python-format
msgid "remove '%(tag_name)s' from the list of interesting tags"
-msgstr ""
+msgstr "从感兴趣的标签列表中删除 '%(tag_name)s' 标签"
#: skins/default/templates/tag_selector.html:19
#: skins/default/templates/tag_selector.html:36
#: skins/default/templates/user_moderate.html:35
msgid "Add"
-msgstr ""
+msgstr "添加"
#: skins/default/templates/tag_selector.html:20
#, fuzzy
msgid "Ignored tags"
-msgstr "修改问题标签"
+msgstr "忽略标签"
#: skins/default/templates/tag_selector.html:30
#, python-format
msgid "remove '%(tag_name)s' from the list of ignored tags"
-msgstr ""
+msgstr "从忽略标签列表中删除'%(tag_name)s'标签"
#: skins/default/templates/tag_selector.html:39
#, fuzzy
msgid "keep ignored questions hidden"
-msgstr "打开关闭任何人的问题"
+msgstr "忽略问题保持隐藏"
#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:8
msgid "Tag list"
@@ -4291,9 +4399,8 @@ msgstr "按流行程度排序"
#: skins/default/templates/tags.html:27
#, python-format
-msgid ""
-"All tags matching '<span class=\"darkred\"><strong>%(stag)s</strong></span>'"
-msgstr ""
+msgid "All tags matching '<span class=\"darkred\"><strong>%(stag)s</strong></span>'"
+msgstr "匹配 '<span class=\"darkred\"><strong>%(stag)s</strong></span>的标签"
#: skins/default/templates/tags.html:30
#, fuzzy
@@ -4334,30 +4441,30 @@ msgstr "更新"
#: skins/default/templates/user_email_subscriptions.html:4
msgid "Email subscription settings"
-msgstr ""
+msgstr "邮件订阅设置"
#: skins/default/templates/user_email_subscriptions.html:5
msgid "email subscription settings info"
-msgstr ""
+msgstr "邮件订阅设置信息"
#: skins/default/templates/user_email_subscriptions.html:19
msgid "Stop sending email"
-msgstr ""
+msgstr "停止发送邮件"
#: skins/default/templates/user_inbox.html:31
#, fuzzy
msgid "Sections:"
-msgstr "问题"
+msgstr "段"
#: skins/default/templates/user_inbox.html:35
#, python-format
msgid "forum responses (%(re_count)s)"
-msgstr ""
+msgstr "论坛回应 (%(re_count)s)"
#: skins/default/templates/user_inbox.html:40
#, python-format
msgid "flagged items (%(flag_count)s)"
-msgstr ""
+msgstr "已标记项目 (%(flag_count)s)"
#: skins/default/templates/user_inbox.html:46
#, fuzzy
@@ -4376,21 +4483,21 @@ msgstr "最新问题"
#: skins/default/templates/user_inbox.html:50
msgid "none"
-msgstr ""
+msgstr "无"
#: skins/default/templates/user_inbox.html:51
#, fuzzy
msgid "mark as seen"
-msgstr "上次活动时间"
+msgstr "已看标记"
#: skins/default/templates/user_inbox.html:52
#, fuzzy
msgid "mark as new"
-msgstr "标记最佳答案"
+msgstr "新标记"
#: skins/default/templates/user_inbox.html:53
msgid "dismiss"
-msgstr ""
+msgstr "驳回"
#: skins/default/templates/user_info.html:18
#: skins/default/templates/users.html:13 skins/default/templates/users.html:14
@@ -4399,7 +4506,7 @@ msgstr "积分"
#: skins/default/templates/user_info.html:30
msgid "manage login methods"
-msgstr ""
+msgstr "管理登录方法"
#: skins/default/templates/user_info.html:34
msgid "update profile"
@@ -4425,7 +4532,7 @@ msgstr "个人网站"
msgid "location"
msgstr "城市"
-# user_info.html
+# user_info.html
#: skins/default/templates/user_info.html:75
msgid "age"
msgstr "年龄"
@@ -4440,16 +4547,16 @@ msgstr "今日剩余投票数"
#: skins/default/templates/user_info.html:84
msgid "votes left"
-msgstr "票"
+msgstr "剩余投票数"
#: skins/default/templates/user_moderate.html:5
#, python-format
msgid "%(username)s's current status is \"%(status)s\""
-msgstr ""
+msgstr "%(username)s当前的状态是 \"%(status)s\""
#: skins/default/templates/user_moderate.html:8
msgid "User status changed"
-msgstr ""
+msgstr "用户状态已修改"
#: skins/default/templates/user_moderate.html:15
msgid "Save"
@@ -4458,65 +4565,63 @@ msgstr "保存"
#: skins/default/templates/user_moderate.html:21
#, python-format
msgid "Your current reputation is %(reputation)s points"
-msgstr ""
+msgstr "你当前的积分是 %(reputation)s "
#: skins/default/templates/user_moderate.html:23
#, python-format
msgid "User's current reputation is %(reputation)s points"
-msgstr ""
+msgstr "用户当前的积分是 %(reputation)s"
#: skins/default/templates/user_moderate.html:27
#, fuzzy
msgid "User reputation changed"
-msgstr "用户社区积分"
+msgstr "用户积分已修改"
#: skins/default/templates/user_moderate.html:34
msgid "Subtract"
-msgstr ""
+msgstr "减去"
#: skins/default/templates/user_moderate.html:39
#, python-format
msgid "Send message to %(username)s"
-msgstr ""
+msgstr "发送信息给%(username)s"
#: skins/default/templates/user_moderate.html:40
-msgid ""
-"An email will be sent to the user with 'reply-to' field set to your email "
-"address. Please make sure that your address is entered correctly."
-msgstr ""
+msgid "An email will be sent to the user with 'reply-to' field set to your email address. Please make sure that your address is entered correctly."
+msgstr "邮件将被发送给接受回复的用户地址,请确保你输入的邮件地址是正确的"
#: skins/default/templates/user_moderate.html:42
#, fuzzy
msgid "Message sent"
-msgstr "岁"
+msgstr "发送消息"
#: skins/default/templates/user_moderate.html:60
#, fuzzy
msgid "Send message"
-msgstr "Copyright(c)2009.CNPROG.COM"
+msgstr "发送消息"
#: skins/default/templates/user_reputation.html:7
msgid "Your karma change log."
-msgstr ""
+msgstr "你的积分历史"
#: skins/default/templates/user_reputation.html:9
#, python-format
msgid "%(user_name)s's karma change log"
-msgstr ""
+msgstr "%(user_name)s的积分历史"
#: skins/default/templates/user_stats.html:7
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Question"
msgid_plural "<span class=\"count\">%(counter)s</span> Questions"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "<span class=\"count\">%(counter)s</span>个问题"
+msgstr[1] "<span class=\"count\">%(counter)s</span>个问题"
#: skins/default/templates/user_stats.html:12
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Answer"
msgid_plural "<span class=\"count\">%(counter)s</span> Answers"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "<span class=\"count\">%(counter)s</span>个答案"
+msgstr[1] "<span class=\"count\">%(counter)s</span>个答案"
#: skins/default/templates/user_stats.html:20
#, fuzzy, python-format
@@ -4531,19 +4636,19 @@ msgstr "该回答已被设为最佳答案"
#, fuzzy, python-format
msgid "(%(comment_count)s comment)"
msgid_plural "the answer has been commented %(comment_count)s times"
-msgstr[0] "添加评论"
-msgstr[1] "添加评论"
+msgstr[0] "%(comment_count)s次评论"
+msgstr[1] "%(comment_count)s次评论"
#: skins/default/templates/user_stats.html:40
#, python-format
msgid "<span class=\"count\">%(cnt)s</span> Vote"
msgid_plural "<span class=\"count\">%(cnt)s</span> Votes "
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "<span class=\"count\">%(cnt)s</span>投票"
+msgstr[1] "<span class=\"count\">%(cnt)s</span>投票"
#: skins/default/templates/user_stats.html:46
msgid "thumb up"
-msgstr ""
+msgstr "好"
#: skins/default/templates/user_stats.html:47
msgid "user has voted up this many times"
@@ -4551,7 +4656,7 @@ msgstr "该用户投的赞成票总数"
#: skins/default/templates/user_stats.html:50
msgid "thumb down"
-msgstr ""
+msgstr "差"
#: skins/default/templates/user_stats.html:51
#, fuzzy
@@ -4562,21 +4667,20 @@ msgstr "用户投的反对票总数"
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Tag"
msgid_plural "<span class=\"count\">%(counter)s</span> Tags"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "<span class=\"count\">%(counter)s</span>标签"
+msgstr[1] "<span class=\"count\">%(counter)s</span>标签"
#: skins/default/templates/user_stats.html:67
#, fuzzy, python-format
-msgid ""
-"see other questions with %(view_user)s's contributions tagged '%(tag_name)s' "
-msgstr "查看有关'%s'的问题"
+msgid "see other questions with %(view_user)s's contributions tagged '%(tag_name)s' "
+msgstr "查看有关%(view_user)s的%(tag_name)s标签的分享"
#: skins/default/templates/user_stats.html:81
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Badge"
msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "<span class=\"count\">%(counter)s</span>奖牌"
+msgstr[1] "<span class=\"count\">%(counter)s</span>奖牌"
#: skins/default/templates/user_tabs.html:5
msgid "User profile"
@@ -4586,13 +4690,13 @@ msgstr "用户概览"
msgid "overview"
msgstr "概览"
-#: skins/default/templates/user_tabs.html:9 views/users.py:753
+#: skins/default/templates/user_tabs.html:9 views/users.py:729
msgid "comments and answers to others questions"
-msgstr "其他用户的回复和评论"
+msgstr "其他问题的回复和评论"
#: skins/default/templates/user_tabs.html:10
msgid "inbox"
-msgstr ""
+msgstr "收件箱"
#: skins/default/templates/user_tabs.html:13
msgid "graph of user reputation"
@@ -4619,7 +4723,7 @@ msgstr "最近活动"
msgid "activity"
msgstr "活跃问题"
-#: skins/default/templates/user_tabs.html:23 views/users.py:818
+#: skins/default/templates/user_tabs.html:23 views/users.py:794
msgid "user vote record"
msgstr "用户所有投票"
@@ -4627,14 +4731,14 @@ msgstr "用户所有投票"
msgid "casted votes"
msgstr "投票"
-#: skins/default/templates/user_tabs.html:28 views/users.py:928
+#: skins/default/templates/user_tabs.html:28 views/users.py:904
msgid "email subscription settings"
-msgstr ""
+msgstr "邮件订阅设置"
#: skins/default/templates/user_tabs.html:29
#, fuzzy
msgid "subscriptions"
-msgstr "全部问题"
+msgstr "订阅"
#: skins/default/templates/user_tabs.html:33 views/users.py:216
#, fuzzy
@@ -4661,8 +4765,7 @@ msgstr "用户名"
#: skins/default/templates/users.html:38
#, fuzzy, python-format
msgid "users matching query %(suser)s:"
-msgstr ""
-"匹配查询 '<span class=\"darkred\"><strong>%s</strong></span>' 的所有用户名:"
+msgstr "匹配查询%(suser)s用户:"
#: skins/default/templates/users.html:41
msgid "Nothing found."
@@ -4673,16 +4776,16 @@ msgstr "没有找到相关数据。"
#, fuzzy, python-format
msgid "this questions was selected as favorite %(cnt)s time"
msgid_plural "this questions was selected as favorite %(cnt)s times"
-msgstr[0] "这个问题被"
-msgstr[1] "这个问题被"
+msgstr[0] "这个问题被收藏%(cnt)s次"
+msgstr[1] "这个问题被收藏%(cnt)s次"
#: skins/default/templates/users_questions.html:10
msgid "thumb-up on"
-msgstr ""
+msgstr "叫好开"
#: skins/default/templates/users_questions.html:18
msgid "thumb-up off"
-msgstr ""
+msgstr "叫好关"
#: skins/default/templates/authopenid/changeemail.html:2
#: skins/default/templates/authopenid/changeemail.html:8
@@ -4693,30 +4796,30 @@ msgstr "更换电子邮件"
#: skins/default/templates/authopenid/changeemail.html:10
#, fuzzy
msgid "Save your email address"
-msgstr "您的电子邮件地址"
+msgstr "保存您的电子邮件地址"
#: skins/default/templates/authopenid/changeemail.html:15
#, fuzzy, python-format
msgid "change %(email)s info"
-msgstr "更换电子邮件"
+msgstr "更换%(email)s电子邮件"
#: skins/default/templates/authopenid/changeemail.html:17
#, python-format
msgid "here is why email is required, see %(gravatar_faq_url)s"
-msgstr ""
+msgstr "为什么邮件是必须的,查看 %(gravatar_faq_url)s"
#: skins/default/templates/authopenid/changeemail.html:29
msgid "Your new Email"
-msgstr ""
+msgstr "你的新邮件地址"
#: skins/default/templates/authopenid/changeemail.html:29
msgid "Your Email"
-msgstr ""
+msgstr "你的邮件"
#: skins/default/templates/authopenid/changeemail.html:36
#, fuzzy
msgid "Save Email"
-msgstr "更换电子邮件"
+msgstr "保存邮件地址"
#: skins/default/templates/authopenid/changeemail.html:45
#, fuzzy
@@ -4726,83 +4829,81 @@ msgstr "更换电子邮件"
#: skins/default/templates/authopenid/changeemail.html:48
#, python-format
msgid "validate %(email)s info or go to %(change_email_url)s"
-msgstr ""
+msgstr "验证%(email)s 信息或到%(change_email_url)s"
#: skins/default/templates/authopenid/changeemail.html:52
msgid "Email not changed"
-msgstr ""
+msgstr "邮件地址未修改"
#: skins/default/templates/authopenid/changeemail.html:55
#, python-format
msgid "old %(email)s kept, if you like go to %(change_email_url)s"
-msgstr ""
+msgstr "旧邮件%(email)s被保存,你可以去%(change_email_url)s修改"
#: skins/default/templates/authopenid/changeemail.html:59
#, fuzzy
msgid "Email changed"
-msgstr "密码"
+msgstr "邮件地址已改"
#: skins/default/templates/authopenid/changeemail.html:62
#, python-format
msgid "your current %(email)s can be used for this"
-msgstr ""
+msgstr "你目前的%(email)s邮件地址可以被用于这里"
#: skins/default/templates/authopenid/changeemail.html:66
msgid "Email verified"
-msgstr ""
+msgstr "邮件地址确认"
#: skins/default/templates/authopenid/changeemail.html:69
msgid "thanks for verifying email"
-msgstr ""
+msgstr "感谢你确认邮件地址"
#: skins/default/templates/authopenid/changeemail.html:73
msgid "email key not sent"
-msgstr ""
+msgstr "邮件地址未发送"
#: skins/default/templates/authopenid/changeemail.html:76
#, python-format
msgid "email key not sent %(email)s change email here %(change_link)s"
-msgstr ""
+msgstr "邮件地址未发送%(email)s,点这里修改%(change_link)s"
#: skins/default/templates/authopenid/complete.html:21
#: skins/default/templates/authopenid/complete.html:24
#, fuzzy
msgid "Registration"
-msgstr "确认"
+msgstr "注册"
#: skins/default/templates/authopenid/complete.html:29
#, python-format
msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
-msgstr ""
+msgstr "注册新 %(provider)s 账户信息, 查看 %(gravatar_faq_url)s"
#: skins/default/templates/authopenid/complete.html:32
#, python-format
msgid ""
"%(username)s already exists, choose another name for \n"
-" %(provider)s. Email is required too, see %"
-"(gravatar_faq_url)s\n"
+" %(provider)s. Email is required too, see %(gravatar_faq_url)s\n"
" "
-msgstr ""
+msgstr "%(username)s 账户已存在,在%(provider)s找哦昂选择其他名称. Email也是必须的, 查看 %(gravatar_faq_url)s"
#: skins/default/templates/authopenid/complete.html:36
#, python-format
-msgid ""
-"register new external %(provider)s account info, see %(gravatar_faq_url)s"
-msgstr ""
+msgid "register new external %(provider)s account info, see %(gravatar_faq_url)s"
+msgstr "注册新扩展%(provider)s 账户信息, 查看 %(gravatar_faq_url)s"
#: skins/default/templates/authopenid/complete.html:39
#, python-format
msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
-msgstr ""
+msgstr "注册新Facebook账户信息, 查看 %(gravatar_faq_url)s"
# todo: review this message may be confusing user
#: skins/default/templates/authopenid/complete.html:42
msgid "This account already exists, please use another."
-msgstr "输入您的新帐号或者指定已经存在的帐号。"
+msgstr "输入您的新帐号已经存在,请使用其他帐号。"
#: skins/default/templates/authopenid/complete.html:61
msgid "Screen name label"
-msgstr ""
+msgstr "昵称"
#: skins/default/templates/authopenid/complete.html:68
#, fuzzy
@@ -4812,16 +4913,16 @@ msgstr "您的电子邮件地址"
#: skins/default/templates/authopenid/complete.html:74
#: skins/default/templates/authopenid/signup_with_password.html:17
msgid "receive updates motivational blurb"
-msgstr ""
+msgstr "获取商品信息更新"
#: skins/default/templates/authopenid/complete.html:78
#: skins/default/templates/authopenid/signup_with_password.html:21
msgid "please select one of the options above"
-msgstr ""
+msgstr "请从以上选项中选择一项"
#: skins/default/templates/authopenid/complete.html:81
msgid "Tag filter tool will be your right panel, once you log in."
-msgstr ""
+msgstr "当你登录后,标签过滤工具将出现在你右边的面板里"
#: skins/default/templates/authopenid/complete.html:82
msgid "create account"
@@ -4829,16 +4930,16 @@ msgstr "创建帐号"
#: skins/default/templates/authopenid/confirm_email.txt:1
msgid "Thank you for registering at our Q&A forum!"
-msgstr ""
+msgstr "感谢你在我们的Q&A论坛注册"
#: skins/default/templates/authopenid/confirm_email.txt:3
msgid "Your account details are:"
-msgstr ""
+msgstr "你的详细账户信息为:"
#: skins/default/templates/authopenid/confirm_email.txt:5
#, fuzzy
msgid "Username:"
-msgstr "您的大名"
+msgstr "用户名"
#: skins/default/templates/authopenid/confirm_email.txt:6
#, fuzzy
@@ -4847,33 +4948,33 @@ msgstr "密码"
#: skins/default/templates/authopenid/confirm_email.txt:8
msgid "Please sign in here:"
-msgstr ""
+msgstr "请在这登录"
#: skins/default/templates/authopenid/confirm_email.txt:11
#: skins/default/templates/authopenid/email_validation.txt:13
msgid ""
"Sincerely,\n"
"Forum Administrator"
-msgstr ""
+msgstr "您忠实的管理员"
#: skins/default/templates/authopenid/email_validation.txt:1
msgid "Greetings from the Q&A forum"
-msgstr ""
+msgstr "来自Q&A论坛的祝福"
#: skins/default/templates/authopenid/email_validation.txt:3
msgid "To make use of the Forum, please follow the link below:"
-msgstr ""
+msgstr "请跟随以下的链接来使用论坛:"
#: skins/default/templates/authopenid/email_validation.txt:7
msgid "Following the link above will help us verify your email address."
-msgstr ""
+msgstr "点击上面的链接可以帮助我们确认你的邮件地址"
#: skins/default/templates/authopenid/email_validation.txt:9
msgid ""
"If you beleive that this message was sent in mistake - \n"
"no further action is needed. Just ingore this email, we apologize\n"
"for any inconvenience"
-msgstr ""
+msgstr "如果你认为此消息被错误的发送,不要进行更进一步的动作.仅仅忽略这封邮件,为给您带来的不便道歉."
#: skins/default/templates/authopenid/signin.html:3
msgid "User login"
@@ -4886,6 +4987,8 @@ msgid ""
" Your answer to %(title)s %(summary)s will be posted once you log in\n"
" "
msgstr ""
+"\n"
+"登录后,你的关于 %(title)s %(summary)s 的回答将被发布"
#: skins/default/templates/authopenid/signin.html:18
#, python-format
@@ -4893,54 +4996,40 @@ msgid ""
"Your question \n"
" %(title)s %(summary)s will be posted once you log in\n"
" "
-msgstr ""
+msgstr "登录后,你的关于 %(title)s %(summary)s 的问题将被发布"
#: skins/default/templates/authopenid/signin.html:25
-msgid ""
-"Take a pick of your favorite service below to sign in using secure OpenID or "
-"similar technology. Your external service password always stays confidential "
-"and you don't have to rememeber or create another one."
-msgstr ""
+msgid "Take a pick of your favorite service below to sign in using secure OpenID or similar technology. Your external service password always stays confidential and you don't have to rememeber or create another one."
+msgstr "选择以下你最喜欢的方式登录,你的扩展服务密码将被保护且你不需.要记住或创建一个新密码."
#: skins/default/templates/authopenid/signin.html:28
-msgid ""
-"It's a good idea to make sure that your existing login methods still work, "
-"or add a new one. Please click any of the icons below to check/change or add "
-"new login methods."
-msgstr ""
+msgid "It's a good idea to make sure that your existing login methods still work, or add a new one. Please click any of the icons below to check/change or add new login methods."
+msgstr "你最好确认你目前的登录方式可以工作,或者你需要添加一个新的登录方式。请点击下面任何一个icon选择添加一个新登录方式。"
#: skins/default/templates/authopenid/signin.html:30
-msgid ""
-"Please add a more permanent login method by clicking one of the icons below, "
-"to avoid logging in via email each time."
-msgstr ""
+msgid "Please add a more permanent login method by clicking one of the icons below, to avoid logging in via email each time."
+msgstr "请通过点击以下icon添加更多永久的登录方式,从而避免每次都是用email登录。"
#: skins/default/templates/authopenid/signin.html:34
-msgid ""
-"Click on one of the icons below to add a new login method or re-validate an "
-"existing one."
-msgstr ""
+msgid "Click on one of the icons below to add a new login method or re-validate an existing one."
+msgstr "点击以下icon,添加一个新的登录方式或者重验证已经存在的登录方式。"
#: skins/default/templates/authopenid/signin.html:36
-msgid ""
-"You don't have a method to log in right now, please add one or more by "
-"clicking any of the icons below."
-msgstr ""
+msgid "You don't have a method to log in right now, please add one or more by clicking any of the icons below."
+msgstr "你目前还没有一个登录方式,请添加一个或多个通过点击下面的icons。"
#: skins/default/templates/authopenid/signin.html:39
-msgid ""
-"Please check your email and visit the enclosed link to re-connect to your "
-"account"
-msgstr ""
+msgid "Please check your email and visit the enclosed link to re-connect to your account"
+msgstr "请检查你的邮件并访问邮件里链接重连你的账户"
#: skins/default/templates/authopenid/signin.html:86
msgid "Please enter your <span>user name</span>, then sign in"
-msgstr ""
+msgstr "请输入你的用户名,然后登录"
#: skins/default/templates/authopenid/signin.html:87
#: skins/default/templates/authopenid/signin.html:109
msgid "(or select another login method above)"
-msgstr ""
+msgstr "(或从上面选择一个登录方式)"
#: skins/default/templates/authopenid/signin.html:89
#, fuzzy
@@ -4954,7 +5043,7 @@ msgstr "使用帐号密码登录"
#: skins/default/templates/authopenid/signin.html:111
msgid "Login failed, please try again"
-msgstr ""
+msgstr "登录失败,请重试"
#: skins/default/templates/authopenid/signin.html:114
msgid "Login name"
@@ -4970,12 +5059,12 @@ msgstr "登录"
#: skins/default/templates/authopenid/signin.html:129
msgid "To change your password - please enter the new one twice, then submit"
-msgstr ""
+msgstr "修改密码-请输入新密码两次并提交"
#: skins/default/templates/authopenid/signin.html:132
#, fuzzy
msgid "New password"
-msgstr "密码"
+msgstr "新密码"
#: skins/default/templates/authopenid/signin.html:137
#, fuzzy
@@ -4984,11 +5073,11 @@ msgstr "确认密码"
#: skins/default/templates/authopenid/signin.html:156
msgid "Here are your current login methods"
-msgstr ""
+msgstr "这里有你的登录方式"
#: skins/default/templates/authopenid/signin.html:160
msgid "provider"
-msgstr ""
+msgstr "提供者"
#: skins/default/templates/authopenid/signin.html:161
#, fuzzy
@@ -4997,7 +5086,7 @@ msgstr "上次活动时间"
#: skins/default/templates/authopenid/signin.html:162
msgid "delete, if you like"
-msgstr ""
+msgstr "可以删除"
#: skins/default/templates/authopenid/signin.html:187
#, fuzzy
@@ -5006,23 +5095,23 @@ msgstr "还有其他问题?"
#: skins/default/templates/authopenid/signin.html:192
msgid "Please, enter your email address below and obtain a new key"
-msgstr ""
+msgstr "请输入你的邮件地址及验证码"
#: skins/default/templates/authopenid/signin.html:194
msgid "Please, enter your email address below to recover your account"
-msgstr ""
+msgstr "恢复账户,请在下面输入你的邮件地址"
#: skins/default/templates/authopenid/signin.html:197
msgid "recover your account via email"
-msgstr ""
+msgstr "通过邮件恢复你的账户"
#: skins/default/templates/authopenid/signin.html:208
msgid "Send a new recovery key"
-msgstr ""
+msgstr "发送一个恢复建"
#: skins/default/templates/authopenid/signin.html:210
msgid "Recover your account via email"
-msgstr ""
+msgstr "通过邮件恢复你的账户"
#: skins/default/templates/authopenid/signin.html:221
msgid "Why use OpenID?"
@@ -5030,9 +5119,7 @@ msgstr "为什么需要OpenID登录?"
#: skins/default/templates/authopenid/signin.html:224
msgid "with openid it is easier"
-msgstr ""
-"构建在OpenID网络认证上的本系统,不需要你注册新的帐号,即可使用我们系统的所有"
-"功能"
+msgstr "构建在OpenID网络认证上的本系统,不需要你注册新的帐号,即可使用我们系统的所有功能"
#: skins/default/templates/authopenid/signin.html:227
msgid "reuse openid"
@@ -5065,13 +5152,11 @@ msgstr "使用帐号密码登录"
#: skins/default/templates/authopenid/signup_with_password.html:8
msgid "Traditional signup info"
-msgstr ""
+msgstr "传统登录信息"
#: skins/default/templates/authopenid/signup_with_password.html:24
-msgid ""
-"Please read and type in the two words below to help us prevent automated "
-"account creation."
-msgstr ""
+msgid "Please read and type in the two words below to help us prevent automated account creation."
+msgstr "请输入验证信息"
#: skins/default/templates/authopenid/signup_with_password.html:26
#, fuzzy
@@ -5094,15 +5179,15 @@ msgstr "首页"
#: skins/default/templates/unused/notarobot.html:3
msgid "Please prove that you are a Human Being"
-msgstr ""
+msgstr "请证明你是人"
#: skins/default/templates/unused/notarobot.html:10
msgid "I am a Human Being"
-msgstr ""
+msgstr "我是人"
#: skins/default/templates/unused/question_counter_widget.html:78
msgid "Please decide if you like this question or not by voting"
-msgstr ""
+msgstr "请通过投票决定你是否喜欢此问题"
#: skins/default/templates/unused/question_counter_widget.html:84
msgid ""
@@ -5113,8 +5198,8 @@ msgid_plural ""
"\n"
" votes\n"
" "
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "\n投票"
+msgstr[1] "\n投票"
#: skins/default/templates/unused/question_counter_widget.html:93
#: skins/default/templates/unused/question_list.html:23
@@ -5132,8 +5217,8 @@ msgid_plural ""
"\n"
" answers \n"
" "
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "\n回答"
+msgstr[1] "\n回答"
#: skins/default/templates/unused/question_counter_widget.html:111
msgid ""
@@ -5144,8 +5229,8 @@ msgid_plural ""
"\n"
" views\n"
" "
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "\n浏览"
+msgstr[1] "\n浏览"
#: skins/default/templates/unused/question_list.html:15
msgid ""
@@ -5156,8 +5241,8 @@ msgid_plural ""
"\n"
" votes\n"
" "
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "\n投票"
+msgstr[1] "\n投票"
#: skins/default/templates/unused/question_list.html:35
msgid ""
@@ -5168,8 +5253,8 @@ msgid_plural ""
"\n"
" answers \n"
" "
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "\n回答"
+msgstr[1] "\n回答"
#: skins/default/templates/unused/question_list.html:47
msgid ""
@@ -5180,8 +5265,8 @@ msgid_plural ""
"\n"
" views\n"
" "
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "\n浏览"
+msgstr[1] "\n浏览"
#: skins/default/templates/unused/question_summary_list_roll.html:13
msgid "answers"
@@ -5200,32 +5285,9 @@ msgstr "浏览"
msgid "no items in counter"
msgstr "no"
-#: templatetags/extra_tags.py:155 views/readers.py:187
-#, python-format
-msgid "%(badge_count)d %(badge_level)s badge"
-msgid_plural "%(badge_count)d %(badge_level)s badges"
-msgstr[0] ""
-msgstr[1] ""
-
-#: templatetags/extra_tags.py:178 templatetags/extra_tags.py:225
-#: templatetags/extra_tags.py:229
-#, fuzzy
-msgid "reputation points"
-msgstr "积分"
-
-#: templatetags/extra_tags.py:221
-#, python-format
-msgid "your karma is %(reputation)s"
-msgstr ""
-
-#: templatetags/extra_tags.py:237
-#, fuzzy
-msgid "badges: "
-msgstr "奖牌榜"
-
#: utils/decorators.py:82 views/commands.py:132 views/commands.py:149
msgid "Oops, apologies - there was some error"
-msgstr ""
+msgstr "对不起,系统错误"
#: utils/forms.py:32
#, fuzzy
@@ -5253,15 +5315,15 @@ msgstr "对不起,您不能注册该用户名,请换一个试试"
#: utils/forms.py:55
msgid "sorry, there is no user with this name"
-msgstr ""
+msgstr "对不起,没有用户使用这个名称"
#: utils/forms.py:56
msgid "sorry, we have a serious error - user name is taken by several users"
-msgstr ""
+msgstr "对不起,系统严重错误-用户名被多个用户拥有"
#: utils/forms.py:57
msgid "user name can only consist of letters, empty space and underscore"
-msgstr ""
+msgstr "用户名只能由字母,空格和下划线组成"
#: utils/forms.py:118
msgid "your email address"
@@ -5270,11 +5332,11 @@ msgstr "您的电子邮件地址"
#: utils/forms.py:119
#, fuzzy
msgid "email address is required"
-msgstr " 标签不能为空。"
+msgstr "必填项"
#: utils/forms.py:120
msgid "please enter a valid email address"
-msgstr ""
+msgstr "请输入正确的邮件地址"
#: utils/forms.py:121
#, fuzzy
@@ -5288,7 +5350,7 @@ msgstr "密码"
#: utils/forms.py:150
#, fuzzy
msgid "password is required"
-msgstr " 标签不能为空。"
+msgstr "必填项"
#: utils/forms.py:153
msgid "retype password"
@@ -5301,35 +5363,35 @@ msgstr "确认密码"
#: utils/forms.py:155
msgid "sorry, entered passwords did not match, please try again"
-msgstr ""
+msgstr "对不起,你输入的密码不匹配,请重新输入"
#: utils/functions.py:63
#, python-format
msgid "on %(date)s"
-msgstr ""
+msgstr "在%(date)s"
#: utils/functions.py:67
#, fuzzy
msgid "2 days ago"
-msgstr "于%s<font class=\"darkred\">关闭</font>"
+msgstr "2天前"
#: utils/functions.py:69
msgid "yesterday"
-msgstr ""
+msgstr "昨天"
#: utils/functions.py:71
#, python-format
msgid "%(hr)d hour ago"
msgid_plural "%(hr)d hours ago"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(hr)d小时前"
+msgstr[1] "%(hr)d小时前"
#: utils/functions.py:73
#, python-format
msgid "%(min)d min ago"
msgid_plural "%(min)d mins ago"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%(min)d分钟前"
+msgstr[1] "%(min)d分钟前"
#: views/commands.py:42
msgid "anonymous users cannot vote"
@@ -5337,116 +5399,123 @@ msgstr "匿名用户不能投票"
#: views/commands.py:62
msgid "Sorry you ran out of votes for today"
-msgstr ""
+msgstr "对不起,你今天的投票已用完"
#: views/commands.py:68
#, python-format
msgid "You have %(votes_left)s votes left for today"
-msgstr ""
+msgstr "你今天还可以投%(votes_left)s次票"
#: views/commands.py:139
#, fuzzy
msgid "Sorry, but anonymous users cannot access the inbox"
-msgstr "匿名用户不能投票"
+msgstr "对不起,匿名用户没有收件箱"
-#: views/commands.py:209
+#: views/commands.py:211
msgid "Sorry, something is not right here..."
-msgstr ""
+msgstr "对不起,这里出了些问题"
-#: views/commands.py:224
+#: views/commands.py:226
#, fuzzy
msgid "Sorry, but anonymous users cannot accept answers"
-msgstr "匿名用户不能投票"
+msgstr "匿名用户不能接受回答"
-#: views/commands.py:305
+#: views/commands.py:307
#, python-format
msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
-msgstr ""
+msgstr "订阅已保存,%(email)s邮件需要验证, 查看 %(details_url)s"
-#: views/commands.py:313
+#: views/commands.py:315
msgid "email update frequency has been set to daily"
-msgstr ""
+msgstr "邮件更新频率已设置成每日更新"
-#: views/commands.py:371
+#: views/commands.py:373
#, fuzzy
msgid "Bad request"
-msgstr "我要提问"
+msgstr "错误请求"
-#: views/meta.py:58
+#: views/meta.py:59
msgid "Q&A forum feedback"
-msgstr ""
+msgstr "Q&A反馈"
-#: views/meta.py:59
+#: views/meta.py:60
msgid "Thanks for the feedback!"
-msgstr ""
+msgstr "感谢你的反馈"
-#: views/meta.py:69
+#: views/meta.py:70
msgid "We look forward to hearing your feedback! Please, give it next time :)"
-msgstr ""
+msgstr "我们期望你的反馈"
-#: views/readers.py:432
+#: views/readers.py:200
+#, python-format
+msgid "%(badge_count)d %(badge_level)s badge"
+msgid_plural "%(badge_count)d %(badge_level)s badges"
+msgstr[0] "%(badge_count)d %(badge_level)s奖章"
+msgstr[1] "%(badge_count)d %(badge_level)s奖章"
+
+#: views/readers.py:446
#, fuzzy
-msgid "Sorry, this question has been deleted and is no longer accessible"
-msgstr "这个问题被"
+msgid "Sorry, the comment you are looking for has been deleted and is no longer accessible"
+msgstr "对不起,你找的这个评论已经被删除"
#: views/users.py:217
#, fuzzy
msgid "moderate user"
-msgstr "您的回答"
+msgstr "用户"
-#: views/users.py:401
+#: views/users.py:376
#, fuzzy
msgid "user profile"
msgstr "用户概览"
-#: views/users.py:402
+#: views/users.py:377
#, fuzzy
msgid "user profile overview"
msgstr "用户概览"
-#: views/users.py:685
+#: views/users.py:661
#, fuzzy
msgid "recent user activity"
msgstr "最近活动"
-#: views/users.py:686
+#: views/users.py:662
#, fuzzy
msgid "profile - recent activity"
msgstr "最近活动"
-#: views/users.py:754
+#: views/users.py:730
msgid "profile - responses"
msgstr "回应 - 用户资料"
-#: views/users.py:819
+#: views/users.py:795
msgid "profile - votes"
msgstr "投票 - 用户资料"
-#: views/users.py:857
+#: views/users.py:833
msgid "user reputation in the community"
msgstr "用户社区积分"
-#: views/users.py:858
+#: views/users.py:834
msgid "profile - user reputation"
msgstr "积分 - 用户资料"
-#: views/users.py:886
+#: views/users.py:862
msgid "users favorite questions"
msgstr "用户收藏的问题"
-#: views/users.py:887
+#: views/users.py:863
msgid "profile - favorite questions"
msgstr "收藏 - 用户资料"
-#: views/users.py:907 views/users.py:911
+#: views/users.py:883 views/users.py:887
msgid "changes saved"
-msgstr ""
+msgstr "修改已保存"
-#: views/users.py:917
+#: views/users.py:893
msgid "email updates canceled"
-msgstr ""
+msgstr "邮件更新取消"
-#: views/users.py:929
+#: views/users.py:905
#, fuzzy
msgid "profile - email subscriptions"
msgstr "收藏 - 用户资料"
@@ -5474,89 +5543,74 @@ msgstr "在文件上传过程中产生了错误,请联系管理员,谢谢^_^
#: views/writers.py:452
#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot post comments. Please <a href="
-"\"%(sign_in_url)s\">sign in</a>."
-msgstr ""
+msgid "Sorry, you appear to be logged out and cannot post comments. Please <a href=\"%(sign_in_url)s\">sign in</a>."
+msgstr "对不起,你已经退出,不恩那个在发表评论,请<a href=\"%(sign_in_url)s\">登录</a>."
#: views/writers.py:497
#, fuzzy
msgid "Sorry, anonymous users cannot edit comments"
-msgstr "匿名用户不能投票"
+msgstr "匿名用户不能编辑评论"
#: views/writers.py:505
#, python-format
-msgid ""
-"Sorry, you appear to be logged out and cannot delete comments. Please <a "
-"href=\"%(sign_in_url)s\">sign in</a>."
-msgstr ""
+msgid "Sorry, you appear to be logged out and cannot delete comments. Please <a href=\"%(sign_in_url)s\">sign in</a>."
+msgstr "对不起,你已经退出,不恩那个在发表评论,请<a href=\"%(sign_in_url)s\">登录</a>."
#: views/writers.py:526
msgid "sorry, we seem to have some technical difficulties"
-msgstr ""
+msgstr "对不起,好像有一些技术上的错误。"
+
+#~ msgid "reputation points"
+#~ msgstr "积分"
+
+#~ msgid "badges: "
+#~ msgstr "奖牌榜"
-#, fuzzy
#~ msgid "comments/"
#~ msgstr "评论"
#~ msgid "delete/"
#~ msgstr "删除"
-#, fuzzy
#~ msgid "Login failed."
#~ msgstr "用户名"
-#, fuzzy
#~ msgid "password/"
#~ msgstr "密码"
-# user_info.html
-#, fuzzy
#~ msgid "change/"
#~ msgstr "年龄"
-#, fuzzy
#~ msgid "openid/"
#~ msgstr "用同一个帐号可登录互联网所有激活OpenID的网站"
-#, fuzzy
#~ msgid "Password changed."
#~ msgstr "密码"
-# todo please check this in chinese
-#, fuzzy
#~ msgid "Account deleted."
#~ msgstr "取消"
-#, fuzzy
#~ msgid "Request for new password"
#~ msgstr "重设密码"
-#, fuzzy
-#~ msgid ""
-#~ "A new password and the activation link were sent to your email address."
+#~ msgid "A new password and the activation link were sent to your email address."
#~ msgstr "和您的邮件地址是绑定的"
-#, fuzzy
#~ msgid "Your question and all of it's answers have been deleted"
#~ msgstr "你正在查看的问题或者回答已经被删除;"
-#, fuzzy
#~ msgid "Your question has been deleted"
#~ msgstr "你正在查看的问题或者回答已经被删除;"
-#, fuzzy
#~ msgid "The question and all of it's answers have been deleted"
#~ msgstr "你正在查看的问题或者回答已经被删除;"
-#, fuzzy
#~ msgid "The question has been deleted"
#~ msgstr "你正在查看的问题或者回答已经被删除;"
#~ msgid "question"
#~ msgstr "提问"
-#, fuzzy
#~ msgid "unanswered/"
#~ msgstr "回答"
@@ -5572,7 +5626,6 @@ msgstr ""
#~ msgid "toggle preview"
#~ msgstr "预览开关"
-# templates/book.html 78
#~ msgid "reading channel"
#~ msgstr "读书频道"
@@ -5618,71 +5671,44 @@ msgstr ""
#~ msgid "subscribe to book RSS feed"
#~ msgstr "RSS订阅该图书最新问题"
-#, fuzzy
#~ msgid "open any closed question"
#~ msgstr "打开关闭任何人的问题"
#~ msgid "books"
#~ msgstr "读书"
-#, fuzzy
#~ msgid "%(rev_count)s revision"
#~ msgid_plural "%(rev_count)s revisions"
#~ msgstr[0] "当前版本"
#~ msgstr[1] "当前版本"
#~ msgid "general message about privacy"
-#~ msgstr ""
-#~ "CNProg承认用户隐私的重要性。本文件概述在您浏览CNProg过程中所接收和收集的个"
-#~ "人信息的种类,以及CNProg所采取的保护信息的一些措施。CNProg希望这将有助于您"
-#~ "在知情的情况下,就和我们 共享个人信息的问题作出决定。"
+#~ msgstr "CNProg承认用户隐私的重要性。本文件概述在您浏览CNProg过程中所接收和收集的个人信息的种类,以及CNProg所采取的保护信息的一些措施。CNProg希望这将有助于您在知情的情况下,就和我们 共享个人信息的问题作出决定。"
#~ msgid "what technical information is collected about visitors"
-#~ msgstr ""
-#~ "当您访问本网站或使用我们的某些在线服务时,服务器会自动记录信息,包括但不限"
-#~ "于URL、IP地址、浏览器的类型、屏幕分辨率、系统类型和使用的语言以及访问日期"
-#~ "和时间。我们的目的是为了向您>提供更好的用户服务,包括可能为您提供定制的在"
-#~ "线服务。"
+#~ msgstr "当您访问本网站或使用我们的某些在线服务时,服务器会自动记录信息,包括但不限于URL、IP地址、浏览器的类型、屏幕分辨率、系统类型和使用的语言以及访问日期和时间。我们的目的是为了向您>提供更好的用户服务,包括可能为您提供定制的在线服务。"
#~ msgid "Personal Information"
#~ msgstr "个人身份信息"
#~ msgid "details on personal information policies"
-#~ msgstr ""
-#~ "在登录使用CNProg的提问和回答功能时,我们要求使用者提供用户名、密码、电子邮"
-#~ "件等信息。CNProg收集这类关于个人身份的信息只是为了登录系统获得使用功能的目"
-#~ "的。我们不会向任何其他社区用 户、个人或第三方透露您的密码或者电子邮件信"
-#~ "息。用户可以选择性地填写用户资料、个人网站、年龄、城市等信息,我们收集这些"
-#~ "内容为了使用户能够更容易和更满意地使用CNProg提供的网页和服务。"
+#~ msgstr "在登录使用CNProg的提问和回答功能时,我们要求使用者提供用户名、密码、电子邮件等信息。CNProg收集这类关于个人身份的信息只是为了登录系统获得使用功能的目的。我们不会向任何其他社区用 户、个人或第三方透露您的密码或者电子邮件信息。用户可以选择性地填写用户资料、个人网站、年龄、城市等信息,我们收集这些内容为了使用户能够更容易和更满意地使用CNProg提供的网页和服务。"
#~ msgid "Other Services"
#~ msgstr "其他服务"
#~ msgid "details on sharing data with third parties"
-#~ msgstr ""
-#~ "CNProg可能会收集和统计用户访问本站的概况数据。例如,CNProg可能会检测网站最"
-#~ "流行的部分功能。CNProg可能会公开显示或者提供给第三方使用该数据。但是,"
-#~ "CNProg不会公开您的身份信息。"
+#~ msgstr "CNProg可能会收集和统计用户访问本站的概况数据。例如,CNProg可能会检测网站最流行的部分功能。CNProg可能会公开显示或者提供给第三方使用该数据。但是,CNProg不会公开您的身份信息。"
#~ msgid "cookie policy details"
-#~ msgstr ""
-#~ "访问CNProg时,我们会向您的计算机发送一个或多个专门用于识别您的浏览器的"
-#~ "Cookie(包含一个字符串的小文件)。 使用 Cookie 的目的是通过储存用户偏好、"
-#~ "跟踪用户倾向(例如搜索方法)来提高我们的服务质量。大多数浏览器的初始设置均"
-#~ "为接受 Cookie,但也可以将其重置为拒绝所有 Cookie 或在收到 Cookie 时提示。"
-#~ "不过,如果禁用 Cookie,某些功能和服务可能无法正常运行。"
+#~ msgstr "访问CNProg时,我们会向您的计算机发送一个或多个专门用于识别您的浏览器的Cookie(包含一个字符串的小文件)。 使用 Cookie 的目的是通过储存用户偏好、跟踪用户倾向(例如搜索方法)来提高我们的服务质量。大多数浏览器的初始设置均为接受 Cookie,但也可以将其重置为拒绝所有 Cookie 或在收到 Cookie 时提示。不过,如果禁用 Cookie,某些功能和服务可能无法正常运行。"
#~ msgid "Policy Changes"
#~ msgstr "政策更改"
-#, fuzzy
#~ msgid "how privacy policies can be changed"
-#~ msgstr ""
-#~ "我们可能在事先通知或不通知的情况下随时更改此'隐私政策',我们建议用户时常查"
-#~ "看CNProg隐私政策的改动,在任何改动生效后您的继续访问和使用本站,我们假设您"
-#~ "已同意了CNProg以上的所有条款。"
+#~ msgstr "我们可能在事先通知或不通知的情况下随时更改此'隐私政策',我们建议用户时常查看CNProg隐私政策的改动,在任何改动生效后您的继续访问和使用本站,我们假设您已同意了CNProg以上的所有条款。"
-#, fuzzy
#~ msgid "tags help us keep Questions organized"
#~ msgstr "CNProg用标签来分类系统的信息"
@@ -5698,51 +5724,39 @@ msgstr ""
#~ msgid "All questions"
#~ msgstr "所有问题"
-#, fuzzy
#~ msgid "click to see the newest questions"
#~ msgstr "最新问题"
-#, fuzzy
#~ msgid "click to see the oldest questions"
#~ msgstr "最新问题"
-#, fuzzy
#~ msgid "click to see the most recently updated questions"
#~ msgstr "最近被更新的问题"
-#, fuzzy
#~ msgid "click to see the least recently updated questions"
#~ msgstr "最近被更新的问题"
-#, fuzzy
#~ msgid "click to see hottest questions"
#~ msgstr "被回复最多的问题"
-#, fuzzy
#~ msgid "less answers"
#~ msgstr "最先回答"
-#, fuzzy
#~ msgid "click to see coldest questions"
#~ msgstr "最新问题"
-#, fuzzy
#~ msgid "click to see most voted questions"
#~ msgstr "投票次数最多的问题"
-#, fuzzy
#~ msgid "unpopular"
#~ msgstr "受欢迎的标签"
-#, fuzzy
#~ msgid "click to see least voted questions"
#~ msgstr "投票次数最多的问题"
-#, fuzzy
#~ msgid "popular"
#~ msgstr "受欢迎的标签"
-#, fuzzy
#~ msgid " %(q_num)s question found"
#~ msgid_plural "%(q_num)s questions found"
#~ msgstr[0] "个"
@@ -5751,21 +5765,18 @@ msgstr ""
#~ msgid "Open the previously closed question"
#~ msgstr "你将打开这个已经被关闭的问题"
-#, fuzzy
#~ msgid "The question was closed for the following reason "
#~ msgstr "问题曾以"
#~ msgid "reason - leave blank in english"
#~ msgstr "的原因被"
-#, fuzzy
#~ msgid "on "
#~ msgstr "于"
#~ msgid "date closed"
#~ msgstr "关闭"
-#, fuzzy
#~ msgid "Account: change OpenID URL"
#~ msgstr "更换OpenID地址"
@@ -5787,15 +5798,12 @@ msgstr ""
#~ msgid "Forgot your password?"
#~ msgstr "忘记密码?"
-#, fuzzy
#~ msgid "Account: delete account"
#~ msgstr "删除帐号"
-#, fuzzy
#~ msgid "Delete account permanently"
#~ msgstr "删除帐号"
-#, fuzzy
#~ msgid "Traditional login information"
#~ msgstr "个人身份信息"
@@ -5808,71 +5816,55 @@ msgstr ""
#~ msgid "return to login"
#~ msgstr "返回登录"
-#, fuzzy
#~ msgid "Enter your login name and password"
#~ msgstr "使用帐号密码登录"
-#, fuzzy
#~ msgid "Create account"
#~ msgstr "创建帐号"
-#, fuzzy
#~ msgid "favorite questions"
#~ msgstr "收藏"
-#, fuzzy
#~ msgid "books/"
#~ msgstr "读书"
#~ msgid "The users have been awarded with badges:"
#~ msgstr "用户已被授予该奖牌:"
-#, fuzzy
#~ msgid "one revision"
#~ msgid_plural "%(rev_count)s revisions"
#~ msgstr[0] "版本"
#~ msgstr[1] "版本"
-#, fuzzy
#~ msgid " One question found"
#~ msgid_plural "%(q_num)s questions found"
-#~ msgstr[0] ""
-#~ "问题按<strong>提问时间</strong>显示排序。新加入的问题将显示在最前面。"
-#~ msgstr[1] ""
-#~ "问题按<strong>提问时间</strong>显示排序。新加入的问题将显示在最前面。"
+#~ msgstr[0] "问题按<strong>提问时间</strong>显示排序。新加入的问题将显示在最前面。"
+#~ msgstr[1] "问题按<strong>提问时间</strong>显示排序。新加入的问题将显示在最前面。"
-# minimal length of user name may be language specific
#~ msgid "username too short"
#~ msgstr "用户名太短,请使用三个或三个以上字符"
#~ msgid "this name is already in use - please try anoter"
#~ msgstr "该用户名已被注册,请换一个试试"
-#~ msgid ""
-#~ "This email is already registered in our database. Please "
-#~ "choose another."
+#~ msgid "This email is already registered in our database. Please choose another."
#~ msgstr "该电子邮件已被注册,请选择另一个再试。"
#~ msgid "site title"
#~ msgstr "CNProg.com"
#~ msgid "meta site content"
-#~ msgstr ""
-#~ "中国程序员的编程技术问答社区。我们做专业的、可协作编辑的技术问答社区。"
+#~ msgstr "中国程序员的编程技术问答社区。我们做专业的、可协作编辑的技术问答社区。"
-#~ msgid ""
-#~ "please use space to separate tags (this enables autocomplete feature)"
+#~ msgid "please use space to separate tags (this enables autocomplete feature)"
#~ msgstr "多个标签请用空格间隔-最多5个标签。(优先使用自动匹配的英文标签。)"
-#~ msgid ""
-#~ "please use following characters in tags: letters 'a-z', numbers, and "
-#~ "characters '.-_#'"
+#~ msgid "please use following characters in tags: letters 'a-z', numbers, and characters '.-_#'"
#~ msgstr "标签请使用英文字母,中文或者数字字符串(. - _ # 也可以)"
#~ msgid "profile - user preferences"
#~ msgstr "设置 - 用户资料"
-#, fuzzy
#~ msgid " ago"
#~ msgstr "前"
@@ -5882,25 +5874,16 @@ msgstr ""
#~ msgid "learn more about OpenID"
#~ msgstr "了解更多有关OpenID的信息"
-#, fuzzy
#~ msgid "Get your own "
#~ msgstr "获取您自己的"
#~ msgid "Email: (won't be shown to anyone)"
#~ msgstr "电子邮件:(不会公开显示)"
-#~ msgid ""
-#~ "gold badge descriptionGold badge is very rare. To obtain it you have to "
-#~ "show profound knowledge and ability in addition to actively participating "
-#~ "in the community. Gold badge is the highest award in this community."
-#~ msgstr ""
-#~ "金牌是十分罕见的。你不仅要参与社区的提问、回答、投票等活动,而且需要有高深"
-#~ "的知识和能力才能获得。"
+#~ msgid "gold badge descriptionGold badge is very rare. To obtain it you have to show profound knowledge and ability in addition to actively participating in the community. Gold badge is the highest award in this community."
+#~ msgstr "金牌是十分罕见的。你不仅要参与社区的提问、回答、投票等活动,而且需要有高深的知识和能力才能获得。"
-#~ msgid ""
-#~ "silver badge descriptionObtaining silver badge requires significant "
-#~ "patience. If you got one, you've very significantly contributed to this "
-#~ "community"
+#~ msgid "silver badge descriptionObtaining silver badge requires significant patience. If you got one, you've very significantly contributed to this community"
#~ msgstr "它是不同寻常的荣誉,只要你付出足够的努力就会得到。"
#~ msgid "Connect with Twitter"
@@ -5912,17 +5895,12 @@ msgstr ""
#~ msgid "Send my Answers to Twitter"
#~ msgstr "发布我的回答到我的Twitter"
-#, fuzzy
-#~ msgid ""
-#~ "bronze badge descriptionIf you are active in this community, you will get "
-#~ "this medal - still it is a special honor."
+#~ msgid "bronze badge descriptionIf you are active in this community, you will get this medal - still it is a special honor."
#~ msgstr "铜牌会在你活跃于社区时产生,它相对容易获得,但也是一种特殊的荣誉。"
-#, fuzzy
#~ msgid "About us"
#~ msgstr "关于本站"
-#, fuzzy
#~ msgid "Contact"
#~ msgstr "联系我们"
@@ -5953,11 +5931,9 @@ msgstr ""
#~ msgid "Still looking for more? See"
#~ msgstr "在寻找更多问题吗?请查阅"
-#, fuzzy
#~ msgid "complete list of quesionts"
#~ msgstr "全部问题列表"
-#, fuzzy
#~ msgid "Size per page:"
#~ msgstr "每页显示"
@@ -5967,12 +5943,9 @@ msgstr ""
#~ msgid "ago"
#~ msgstr "前"
-# index.html
#~ msgid "Community wiki"
#~ msgstr "社区Wiki"
-# must have extra space after in english
-#, fuzzy
#~ msgid "Browse questions with tag of "
#~ msgstr "查看有关"
@@ -5985,7 +5958,6 @@ msgstr ""
#~ msgid "most recently asked questions"
#~ msgstr "最新加入系统的问题"
-# in unanswered.html and somewhere else
#~ msgid "Have a total of"
#~ msgstr "您正在浏览所有"
@@ -5995,9 +5967,7 @@ msgstr ""
#~ msgid "avatar"
#~ msgstr "修改头像"
-#, fuzzy
-#~ msgid ""
-#~ "the answer has been commented %(answered_question.comment_count)s times"
+#~ msgid "the answer has been commented %(answered_question.comment_count)s times"
#~ msgstr "该回答有%d条评论"
#~ msgid "votes total"
@@ -6006,13 +5976,10 @@ msgstr ""
#~ msgid "Tags"
#~ msgstr "个标签"
-#, fuzzy
#~ msgid "New password again"
#~ msgstr "发送新密码"
-#, fuzzy
-#~ msgid ""
-#~ "Your OpenID is accepted. Please complete this to finish registration."
+#~ msgid "Your OpenID is accepted. Please complete this to finish registration."
#~ msgstr "您的OpenID帐号已经验证通过! 请完成最后一步 - 绑定OpenID到您的帐号。"
#~ msgid "New account"
@@ -6024,21 +5991,14 @@ msgstr ""
#~ msgid "Lost your password? No problem - here you can reset it."
#~ msgstr "丢失了您的密码? 你可以在这里重设密码。"
-#~ msgid ""
-#~ "Please enter your username below and new password will be sent to your "
-#~ "registered e-mail"
+#~ msgid "Please enter your username below and new password will be sent to your registered e-mail"
#~ msgstr "请输入用户名,新的密码会发送到你注册时候填写的电子邮件。"
-# todo - check translation or see if it's indeed true
-#~ msgid ""
-#~ "Note: your new password will be activated only after you click the "
-#~ "activation link in the email message"
+#~ msgid "Note: your new password will be activated only after you click the activation link in the email message"
#~ msgstr "注意: 新的密码只有您在激活邮件中的链接后才会被激活。"
#~ msgid "we support two login modes"
-#~ msgstr ""
-#~ "CNProg支持<b>两种</b>登录模式。您可以使用帐号、密码登录,或者使用OpenID登"
-#~ "录。"
+#~ msgstr "CNProg支持<b>两种</b>登录模式。您可以使用帐号、密码登录,或者使用OpenID登录。"
#~ msgid "Login with your OpenID"
#~ msgstr "使用OpenID登录"
@@ -6049,19 +6009,15 @@ msgstr ""
#~ msgid "verify openid link and login"
#~ msgstr "2)型并完成正确的OpenID地址(如:替换“{username}”为您的对应帐号):"
-#, fuzzy
#~ msgid "Create new acccount"
#~ msgstr "注册新帐号"
-#~ msgid ""
-#~ "We support two types of user registration: conventional username/"
-#~ "password, and"
+#~ msgid "We support two types of user registration: conventional username/password, and"
#~ msgstr "我们支持两种注册方式,你可以使用常规的用户名、密码方式注册,或者"
#~ msgid "the OpenID method"
#~ msgstr "使用OpenID帐号注册"
-#, fuzzy
#~ msgid "Sorry, looks like we have some errors"
#~ msgstr "请注意以下错误:"
@@ -6075,19 +6031,13 @@ msgstr ""
#~ msgstr "使用OpenID注册"
#~ msgid "meta site keywords, comma separated"
-#~ msgstr ""
-#~ "技术问答社区,中国程序员,编程技术社区,程序员社区,程序员论坛,程序员"
-#~ "wiki,程序员博客"
+#~ msgstr "技术问答社区,中国程序员,编程技术社区,程序员社区,程序员论坛,程序员wiki,程序员博客"
#~ msgid "what is this website"
-#~ msgstr ""
-#~ "CNProg是一个<strong>面向程序员</strong>的可协作编辑的<strong>开放源代码问"
-#~ "答社区</strong>。"
+#~ msgstr "CNProg是一个<strong>面向程序员</strong>的可协作编辑的<strong>开放源代码问答社区</strong>。"
#~ msgid "what can one do on this website"
-#~ msgstr ""
-#~ "您可以在这里提问各类<strong>程序技术问题</strong> - 问题不分语言和平台。 "
-#~ "同时也希望您对力所能及的问题,给予您的宝贵答案。"
+#~ msgstr "您可以在这里提问各类<strong>程序技术问题</strong> - 问题不分语言和平台。 同时也希望您对力所能及的问题,给予您的宝贵答案。"
#~ msgid "book technical Q&A"
#~ msgstr "图书相关的技术答疑"
@@ -6120,12 +6070,10 @@ msgstr ""
#~ "\t\t\t"
#~ msgstr[0] ""
#~ "\n"
-#~ "您正在浏览所有<div class=\"questions-count\">%(q_num)s</div>个标记为<span "
-#~ "class=\"tag\">%(tagname)s</span></p>"
+#~ "您正在浏览所有<div class=\"questions-count\">%(q_num)s</div>个标记为<span class=\"tag\">%(tagname)s</span></p>"
#~ msgstr[1] ""
#~ "\n"
-#~ "您正在浏览所有<div class=\"questions-count\">%(q_num)s</div>个标记为<span "
-#~ "class=\"tag\">%(tagname)s</span></p>"
+#~ "您正在浏览所有<div class=\"questions-count\">%(q_num)s</div>个标记为<span class=\"tag\">%(tagname)s</span></p>"
#~ msgid ""
#~ "\n"
@@ -6137,12 +6085,10 @@ msgstr ""
#~ "\t\t\t"
#~ msgstr[0] ""
#~ "\n"
-#~ "您正在浏览所有<div class=\"questions-count\">%(q_num)s</div>个标题含有"
-#~ "<span class=\"tag\">%(searchtitle)s</span></p>"
+#~ "您正在浏览所有<div class=\"questions-count\">%(q_num)s</div>个标题含有<span class=\"tag\">%(searchtitle)s</span></p>"
#~ msgstr[1] ""
#~ "\n"
-#~ "您正在浏览所有<div class=\"questions-count\">%(q_num)s</div>个标题含有"
-#~ "<span class=\"tag\">%(searchtitle)s</span></p>"
+#~ "您正在浏览所有<div class=\"questions-count\">%(q_num)s</div>个标题含有<span class=\"tag\">%(searchtitle)s</span></p>"
#~ msgid "tagged with"
#~ msgstr "标记为"
@@ -6168,52 +6114,26 @@ msgstr ""
#~ msgid "Most voted questions are shown first"
#~ msgstr "投票最多的问题将显示在最前面。"
-#~ msgid ""
-#~ "Anyone can ask questions and give answers, points are not necessary for "
-#~ "that."
+#~ msgid "Anyone can ask questions and give answers, points are not necessary for that."
#~ msgstr "对于正常使用社区进行提问、回答而言,积分不是必须的。"
-#~ msgid ""
-#~ "As we've said before, users help running this site. Point system helps "
-#~ "select users who can administer this community."
-#~ msgstr ""
-#~ "我们一再声明,CNProg由你来运行和维护。如果你想帮助我们来运作CNProg,你需要"
-#~ "一定的积分等级。"
+#~ msgid "As we've said before, users help running this site. Point system helps select users who can administer this community."
+#~ msgstr "我们一再声明,CNProg由你来运行和维护。如果你想帮助我们来运作CNProg,你需要一定的积分等级。"
-#~ msgid ""
-#~ "Reputation points roughly measure how community trusts you. These points "
-#~ "are given to you directly by other members of the community."
-#~ msgstr ""
-#~ "<span class=\"yellowbg\">积分是一种用来粗略衡量社区对你有多信任的数据。</"
-#~ "span>积分不是有谁来支付或直接给予你的,而是你通过获得其他用户的支持和信"
-#~ "任“赚得”的。"
+#~ msgid "Reputation points roughly measure how community trusts you. These points are given to you directly by other members of the community."
+#~ msgstr "<span class=\"yellowbg\">积分是一种用来粗略衡量社区对你有多信任的数据。</span>积分不是有谁来支付或直接给予你的,而是你通过获得其他用户的支持和信任“赚得”的。"
-#~ 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 ""
-#~ "举例来说,如果你提了一个非常有帮助的问题或者做了很有用的回答,你将会被其他"
-#~ "用户投赞成票。"
+#~ 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 "举例来说,如果你提了一个非常有帮助的问题或者做了很有用的回答,你将会被其他用户投赞成票。"
-#~ msgid ""
-#~ "If on the other hand someone gives a misleading answer, the answer will "
-#~ "be voted down and he/she loses some points."
-#~ msgstr ""
-#~ "相反,你提了不受欢迎的问题,或者误导用户的回答,你将可能被其他用户投反对"
-#~ "票。每个赞成"
+#~ msgid "If on the other hand someone gives a misleading answer, the answer will be voted down and he/she loses some points."
+#~ msgstr "相反,你提了不受欢迎的问题,或者误导用户的回答,你将可能被其他用户投反对票。每个赞成"
-#~ msgid ""
-#~ "Each vote in favor will generate <strong>10</strong> points, each vote "
-#~ "against will subtract <strong>2</strong> points."
-#~ msgstr ""
-#~ "票会帮你产生<strong>10</strong>个社区积分,每个反对票会相应扣除你"
-#~ "<strong>2</strong>个积分。"
+#~ msgid "Each vote in favor will generate <strong>10</strong> points, each vote against will subtract <strong>2</strong> points."
+#~ msgstr "票会帮你产生<strong>10</strong>个社区积分,每个反对票会相应扣除你<strong>2</strong>个积分。"
-#~ msgid ""
-#~ "Through the votes of other people you can accumulate a maximum of "
-#~ "<strong>200</strong> points."
-#~ msgstr ""
-#~ "每天通过别人投赞成票,你最多只能产生<strong>200</strong>个积分,这是上限。"
+#~ msgid "Through the votes of other people you can accumulate a maximum of <strong>200</strong> points."
+#~ msgstr "每天通过别人投赞成票,你最多只能产生<strong>200</strong>个积分,这是上限。"
#~ msgid "After accumulating certain number of points, you can do more:"
#~ msgstr "当你累计到一定>积分,你可以在社区做更多的事情:"