summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-03-23 16:58:03 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-03-23 16:58:03 -0400
commitaf28c8cd5e1ec5e3a3f4c0a93aabd9e966a251c5 (patch)
tree7d47cbc1244119bf6f9418932b2bea31fa7c529f
parent9440accc5d041d4aea2cdd7a48696a6d3bf1dcf9 (diff)
downloadaskbot-af28c8cd5e1ec5e3a3f4c0a93aabd9e966a251c5.tar.gz
askbot-af28c8cd5e1ec5e3a3f4c0a93aabd9e966a251c5.tar.bz2
askbot-af28c8cd5e1ec5e3a3f4c0a93aabd9e966a251c5.zip
fixed a typo in a message as reported by Diego
-rw-r--r--askbot/locale/en/LC_MESSAGES/django.mobin21719 -> 21637 bytes
-rw-r--r--askbot/locale/en/LC_MESSAGES/django.po2083
-rw-r--r--askbot/skins/default/templates/macros.html2
3 files changed, 1125 insertions, 960 deletions
diff --git a/askbot/locale/en/LC_MESSAGES/django.mo b/askbot/locale/en/LC_MESSAGES/django.mo
index 0a3a6365..86e60ab4 100644
--- a/askbot/locale/en/LC_MESSAGES/django.mo
+++ b/askbot/locale/en/LC_MESSAGES/django.mo
Binary files differ
diff --git a/askbot/locale/en/LC_MESSAGES/django.po b/askbot/locale/en/LC_MESSAGES/django.po
index 2eb55bf2..714c0993 100644
--- a/askbot/locale/en/LC_MESSAGES/django.po
+++ b/askbot/locale/en/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-08 23:21-0600\n"
+"POT-Creation-Date: 2011-03-23 15:57-0500\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"
@@ -28,343 +28,368 @@ msgstr ""
msgid "latest questions"
msgstr ""
-#: forms.py:54 skins/default/templates/blocks/answer_edit_tips.html:43
+#: forms.py:72
+msgid "select country"
+msgstr ""
+
+#: forms.py:81
+msgid "Country"
+msgstr ""
+
+#: forms.py:89
+msgid "Country field is required"
+msgstr ""
+
+#: forms.py:102 skins/default/templates/blocks/answer_edit_tips.html:43
#: skins/default/templates/blocks/answer_edit_tips.html:47
-#: skins/default/templates/blocks/question_edit_tips.html:40
-#: skins/default/templates/blocks/question_edit_tips.html:45
+#: skins/default/templates/blocks/question_edit_tips.html:38
+#: skins/default/templates/blocks/question_edit_tips.html:43
msgid "title"
msgstr ""
-#: forms.py:55
+#: forms.py:103
msgid "please enter a descriptive title for your question"
msgstr ""
-#: forms.py:60
+#: forms.py:108
msgid "title must be > 10 characters"
msgstr ""
-#: forms.py:69
+#: forms.py:117
msgid "content"
msgstr ""
-#: forms.py:75
+#: forms.py:123
msgid "question content must be > 10 characters"
msgstr ""
-#: forms.py:84 skins/default/templates/blocks/header.html:31
+#: forms.py:132 skins/default/templates/blocks/header.html:22
msgid "tags"
msgstr ""
-#: forms.py:86
+#: forms.py:134
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:74
+#: forms.py:141 skins/default/templates/question_retag.html:74
msgid "tags are required"
msgstr ""
-#: forms.py:102
+#: forms.py:150
#, 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
+#: forms.py:159
#, 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
+#: forms.py:167
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"
+#: forms.py:202
+msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
-#: forms.py:131
+#: forms.py:203
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
+#: forms.py:219
msgid "update summary:"
msgstr ""
-#: forms.py:148
+#: forms.py:220
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
msgstr ""
-#: forms.py:204
+#: forms.py:283
msgid "Enter number of points to add or subtract"
msgstr ""
-#: forms.py:218 const/__init__.py:220
+#: forms.py:297 const/__init__.py:224
msgid "approved"
msgstr ""
-#: forms.py:219 const/__init__.py:221
+#: forms.py:298 const/__init__.py:225
msgid "watched"
msgstr ""
-#: forms.py:220 const/__init__.py:222
+#: forms.py:299 const/__init__.py:226
msgid "suspended"
msgstr ""
-#: forms.py:221 const/__init__.py:223
+#: forms.py:300 const/__init__.py:227
msgid "blocked"
msgstr ""
-#: forms.py:223 const/__init__.py:219
+#: forms.py:302 const/__init__.py:223
msgid "moderator"
msgstr ""
-#: forms.py:243
+#: forms.py:322
msgid "Change status to"
msgstr ""
-#: forms.py:270
+#: forms.py:349
msgid "which one?"
msgstr ""
-#: forms.py:291
+#: forms.py:370
msgid "Cannot change own status"
msgstr ""
-#: forms.py:297
+#: forms.py:376
msgid "Cannot turn other user to moderator"
msgstr ""
-#: forms.py:304
+#: forms.py:383
msgid "Cannot change status of another moderator"
msgstr ""
-#: forms.py:310
+#: forms.py:389
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr ""
-#: forms.py:319
+#: forms.py:398
msgid "Subject line"
msgstr ""
-#: forms.py:326
+#: forms.py:405
msgid "Message text"
msgstr ""
-#: forms.py:403
+#: forms.py:488
msgid "Your name:"
msgstr ""
-#: forms.py:404
+#: forms.py:489
msgid "Email (not shared with anyone):"
msgstr ""
-#: forms.py:405
+#: forms.py:490
msgid "Your message:"
msgstr ""
-#: forms.py:492
-msgid "this email does not have to be linked to gravatar"
+#: forms.py:527
+msgid "ask anonymously"
+msgstr ""
+
+#: forms.py:529
+msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
-#: forms.py:499
+#: forms.py:604
+msgid ""
+"You have asked this question anonymously, if you decide to reveal your "
+"identity, please check this box."
+msgstr ""
+
+#: forms.py:608
+msgid "reveal identity"
+msgstr ""
+
+#: forms.py:666
+msgid ""
+"Sorry, only owner of the anonymous question can reveal his or her identity, "
+"please uncheck the box"
+msgstr ""
+
+#: forms.py:679
+msgid ""
+"Sorry, apparently rules have just changed - it is no longer possible to ask "
+"anonymously. Please either check the \"reveal identity\" box or reload this "
+"page and try editing the question again."
+msgstr ""
+
+#: forms.py:717
+msgid "this email will be linked to gravatar"
+msgstr ""
+
+#: forms.py:724
msgid "Real name"
msgstr ""
-#: forms.py:506
+#: forms.py:731
msgid "Website"
msgstr ""
-#: forms.py:513
-msgid "Location"
+#: forms.py:738
+msgid "City"
+msgstr ""
+
+#: forms.py:747
+msgid "Show country"
msgstr ""
-#: forms.py:520
+#: forms.py:752
msgid "Date of birth"
msgstr ""
-#: forms.py:521
+#: forms.py:753
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr ""
-#: forms.py:527
+#: forms.py:759
msgid "Profile"
msgstr ""
-#: forms.py:536
+#: forms.py:768
msgid "Screen name"
msgstr ""
-#: forms.py:561 forms.py:562
+#: forms.py:799 forms.py:800
msgid "this email has already been registered, please use another one"
msgstr ""
-#: forms.py:568
+#: forms.py:807
msgid "Choose email tag filter"
msgstr ""
-#: forms.py:607
+#: forms.py:847
msgid "Asked by me"
msgstr ""
-#: forms.py:610
+#: forms.py:850
msgid "Answered by me"
msgstr ""
-#: forms.py:613
+#: forms.py:853
msgid "Individually selected"
msgstr ""
-#: forms.py:616
+#: forms.py:856
msgid "Entire forum (tag filtered)"
msgstr ""
-#: forms.py:620
+#: forms.py:860
msgid "Comments and posts mentioning me"
msgstr ""
-#: forms.py:690
+#: forms.py:930
msgid "okay, let's try!"
msgstr ""
-#: forms.py:691
+#: forms.py:931
msgid "no community email please, thanks"
msgstr "no askbot email please, thanks"
-#: forms.py:695
+#: forms.py:935
msgid "please choose one of the options above"
msgstr ""
-#: urls.py:43
+#: urls.py:44
msgid "about/"
msgstr ""
-#: urls.py:44 conf/site_settings.py:79
+#: urls.py:45 conf/site_settings.py:79
msgid "faq/"
msgstr ""
-#: urls.py:45
+#: urls.py:46
msgid "privacy/"
msgstr ""
-#: urls.py:46
+#: urls.py:47
msgid "logout/"
msgstr ""
-#: urls.py:48 urls.py:53
+#: urls.py:49 urls.py:54
msgid "answers/"
msgstr ""
-#: urls.py:48 urls.py:69 urls.py:165
+#: urls.py:49 urls.py:75 urls.py:181
msgid "edit/"
msgstr ""
-#: urls.py:53 urls.py:99
+#: urls.py:54 urls.py:105
msgid "revisions/"
msgstr ""
-#: urls.py:59 urls.py:64 urls.py:69 urls.py:74 urls.py:79 urls.py:84
-#: urls.py:89 urls.py:94 urls.py:99 skins/default/templates/question.html:427
+#: urls.py:60 urls.py:70 urls.py:75 urls.py:80 urls.py:85 urls.py:90
+#: urls.py:95 urls.py:100 urls.py:105
+#: skins/default/templates/question.html:438
msgid "questions/"
msgstr ""
-#: urls.py:64
+#: urls.py:70
msgid "ask/"
msgstr ""
-#: urls.py:74
+#: urls.py:80
msgid "retag/"
msgstr ""
-#: urls.py:79
+#: urls.py:85
msgid "close/"
msgstr ""
-#: urls.py:84
+#: urls.py:90
msgid "reopen/"
msgstr ""
-#: urls.py:89
+#: urls.py:95
msgid "answer/"
msgstr ""
-#: urls.py:94 skins/default/templates/question.html:427
+#: urls.py:100 skins/default/templates/question.html:438
msgid "vote/"
msgstr ""
-#: urls.py:115
-msgid "command/"
-msgstr ""
-
-#: urls.py:131 skins/default/templates/question.html:425
-#: skins/default/templates/questions.html:251
+#: urls.py:132 skins/default/templates/question.html:436
+#: skins/default/templates/main_page/javascript.html:21
msgid "question/"
msgstr ""
-#: urls.py:136
+#: urls.py:137
msgid "tags/"
msgstr ""
-#: urls.py:141 urls.py:147 skins/default/templates/questions.html:246
-#: skins/default/templates/questions.html:247
-msgid "mark-tag/"
-msgstr ""
-
-#: urls.py:141 skins/default/templates/questions.html:246
-msgid "interesting/"
-msgstr ""
-
-#: urls.py:147 skins/default/templates/questions.html:247
-msgid "ignored/"
-msgstr ""
-
-#: urls.py:153 skins/default/templates/questions.html:248
-msgid "unmark-tag/"
+#: urls.py:170
+msgid "subscribe-for-tags/"
msgstr ""
-#: urls.py:159 urls.py:165 urls.py:170
-#: skins/default/templates/questions.html:252
+#: urls.py:175 urls.py:181 urls.py:186
+#: skins/default/templates/main_page/javascript.html:22
msgid "users/"
msgstr ""
-#: urls.py:175 urls.py:180
+#: urls.py:191 urls.py:196
msgid "badges/"
msgstr ""
-#: urls.py:185
+#: urls.py:201
msgid "messages/"
msgstr ""
-#: urls.py:185
+#: urls.py:201
msgid "markread/"
msgstr ""
-#: urls.py:201
+#: urls.py:217
msgid "upload/"
msgstr ""
-#: urls.py:202
-msgid "search/"
-msgstr ""
-
-#: urls.py:203
+#: urls.py:218
msgid "feedback/"
msgstr ""
-#: urls.py:204 setup_templates/settings.py:181
-#: skins/default/templates/authopenid/signin.html:249
+#: urls.py:219 setup_templates/settings.py:188
+#: skins/default/templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr ""
@@ -468,19 +493,29 @@ msgstr ""
msgid "Enthusiast: minimum days"
msgstr ""
-#: conf/email.py:12
+#: conf/email.py:14
msgid "Email and email alert settings"
msgstr ""
-#: conf/email.py:20
+#: conf/email.py:22
+msgid "Prefix for the email subject line"
+msgstr "Welcome to the Q&A forum"
+
+#: conf/email.py:24
+msgid ""
+"This setting takes default from the django settingEMAIL_SUBJECT_PREFIX. A "
+"value entered here will overridethe default."
+msgstr ""
+
+#: conf/email.py:36
msgid "Maximum number of news entries in an email alert"
msgstr ""
-#: conf/email.py:30
+#: conf/email.py:46
msgid "Default news notification frequency"
msgstr ""
-#: conf/email.py:32
+#: conf/email.py:48
msgid ""
"This option currently defines default frequency of emailed updates in the "
"following five categories: questions asked by user, answered by user, "
@@ -488,31 +523,27 @@ msgid ""
"posts mentioning the user and comment responses"
msgstr ""
-#: conf/email.py:47
+#: conf/email.py:63
msgid "Require email verification before allowing to post"
msgstr ""
-#: conf/email.py:48
+#: conf/email.py:64
msgid ""
"Active email verification is done by sending a verification key in email"
msgstr ""
-#: conf/email.py:57
+#: conf/email.py:73
msgid "Allow only one account per email address"
msgstr ""
-#: conf/email.py:66
+#: conf/email.py:82
msgid "Fake email for anonymous user"
msgstr ""
-#: conf/email.py:67
+#: conf/email.py:83
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 ""
@@ -635,56 +666,144 @@ msgid ""
"the \"privacy\" page to check your input."
msgstr ""
-#: conf/forum_data_rules.py:12
+#: conf/forum_data_rules.py:11
msgid "Settings for askbot data entry and display"
msgstr ""
-#: conf/forum_data_rules.py:20
+#: conf/forum_data_rules.py:19
msgid "Check to enable community wiki feature"
msgstr ""
-#: conf/forum_data_rules.py:29
+#: conf/forum_data_rules.py:28
+msgid "Allow asking questions anonymously"
+msgstr ""
+
+#: conf/forum_data_rules.py:30
+msgid ""
+"Users do not accrue reputation for anonymous questions and their identity is "
+"not revealed until they change their mind"
+msgstr ""
+
+#: conf/forum_data_rules.py:42
msgid "Maximum length of tag (number of characters)"
msgstr ""
-#: conf/forum_data_rules.py:39
+#: conf/forum_data_rules.py:51
+msgid "Force lowercase the tags"
+msgstr ""
+
+#: conf/forum_data_rules.py:53
+msgid ""
+"Attention: after checking this, please back up the database, and run a "
+"management command: <code>python manage.py fix_question_tags</code> to "
+"globally rename the tags"
+msgstr ""
+
+#: conf/forum_data_rules.py:66
+#, fuzzy
+msgid "Use wildcard tags"
+msgstr "Tags"
+
+#: conf/forum_data_rules.py:68
+msgid ""
+"Wildcard tags can be used to follow or ignore many tags at once, a valid "
+"wildcard tag has a single wildcard at the very end"
+msgstr ""
+
+#: conf/forum_data_rules.py:81
msgid "Default max number of comments to display under posts"
msgstr ""
-#: conf/forum_data_rules.py:50
+#: conf/forum_data_rules.py:92
#, python-format
msgid "Maximum comment length, must be < %(max_len)s"
msgstr ""
-#: conf/forum_data_rules.py:60
+#: conf/forum_data_rules.py:102
+msgid "Limit time to edit comments"
+msgstr ""
+
+#: conf/forum_data_rules.py:104
+msgid "If unchecked, there will be no time limit to edit the comments"
+msgstr ""
+
+#: conf/forum_data_rules.py:115
+msgid "Minutes allowed to edit a comment"
+msgstr ""
+
+#: conf/forum_data_rules.py:116
+msgid "To enable this setting, check the previous one"
+msgstr ""
+
+#: conf/forum_data_rules.py:125
+msgid "Save comment by pressing <Enter> key"
+msgstr ""
+
+#: conf/forum_data_rules.py:134
msgid "Minimum length of search term for Ajax search"
msgstr ""
-#: conf/forum_data_rules.py:61
+#: conf/forum_data_rules.py:135
msgid "Must match the corresponding database backend setting"
msgstr ""
-#: conf/forum_data_rules.py:70
+#: conf/forum_data_rules.py:144
+msgid "Do not make text query sticky in search"
+msgstr ""
+
+#: conf/forum_data_rules.py:146
+msgid ""
+"Check to disable the \"sticky\" behavior of the search query. This may be "
+"useful if you want to move the search bar away from the default position or "
+"do not like the default sticky behavior of the text search query."
+msgstr ""
+
+#: conf/forum_data_rules.py:159
msgid "Maximum number of tags per question"
msgstr ""
-#: conf/forum_data_rules.py:82
+#: conf/forum_data_rules.py:171
msgid "Number of questions to list by default"
msgstr ""
-#: conf/forum_data_rules.py:92
+#: conf/forum_data_rules.py:181
msgid "What should \"unanswered question\" mean?"
msgstr ""
+#: conf/login_providers.py:11
+msgid "Login provider setings"
+msgstr ""
+
+#: conf/login_providers.py:19
+msgid ""
+"Show alternative login provider buttons on the password \"Sign Up\" page"
+msgstr ""
+
+#: conf/login_providers.py:28
+msgid "Always display local login form and hide \"Askbot\" button."
+msgstr ""
+
+#: conf/login_providers.py:55
+#, python-format
+msgid "Activate %(provider)s login"
+msgstr ""
+
+#: conf/login_providers.py:60
+#, python-format
+msgid ""
+"Note: to really enable %(provider)s login some additional parameters will "
+"need to be set in the \"External keys\" section"
+msgstr ""
+
#: conf/markup.py:15
msgid "Markup formatting"
msgstr ""
-#: conf/markup.py:29
+#: conf/markup.py:22
msgid "Enable code-friendly Markdown"
msgstr ""
-#: conf/markup.py:31
+#: conf/markup.py:24
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 "
@@ -692,22 +811,22 @@ msgid ""
"are heavily used in LaTeX input."
msgstr ""
-#: conf/markup.py:46
+#: conf/markup.py:39
msgid "Mathjax support (rendering of LaTeX)"
msgstr ""
-#: conf/markup.py:48
+#: conf/markup.py:41
#, python-format
msgid ""
"If you enable this feature, <a href=\"%(url)s\">mathjax</a> must be "
-"installed in directory %(dir)s"
+"installed on your server in its own directory."
msgstr ""
-#: conf/markup.py:63
+#: conf/markup.py:55
msgid "Base url of MathJax deployment"
msgstr ""
-#: conf/markup.py:65
+#: conf/markup.py:57
msgid ""
"Note - <strong>MathJax is not included with askbot</strong> - you should "
"deploy it yourself, preferably at a separate domain and enter url pointing "
@@ -778,6 +897,16 @@ msgstr ""
msgid "Lock posts"
msgstr ""
+#: conf/minimum_reputation.py:155
+msgid "Remove rel=nofollow from own homepage"
+msgstr ""
+
+#: conf/minimum_reputation.py:157
+msgid ""
+"When a search engine crawler will see a rel=nofollow attribute on a link - "
+"the link will not count towards the rank of the users personal site."
+msgstr ""
+
#: conf/reputation_changes.py:12
msgid "Reputation loss and gain rules"
msgstr ""
@@ -1171,6 +1300,10 @@ msgstr ""
msgid "Minimum allowed length for screen name"
msgstr ""
+#: conf/user_settings.py:37
+msgid "Name for the Anonymous user"
+msgstr ""
+
#: conf/vote_rules.py:13
msgid "Limits applicable to votes and moderation flags"
msgstr ""
@@ -1268,20 +1401,20 @@ msgstr ""
msgid "least voted"
msgstr ""
-#: const/__init__.py:48 skins/default/templates/questions.html:33
+#: const/__init__.py:48 skins/default/templates/main_page/tab_bar.html:29
msgid "relevance"
msgstr ""
-#: const/__init__.py:55 skins/default/templates/questions.html:14
-#: skins/default/templates/user_profile/user_inbox.html:47
+#: const/__init__.py:55 skins/default/templates/main_page/tab_bar.html:10
+#: skins/default/templates/user_profile/user_inbox.html:50
msgid "all"
msgstr ""
-#: const/__init__.py:56 skins/default/templates/questions.html:19
+#: const/__init__.py:56 skins/default/templates/main_page/tab_bar.html:15
msgid "unanswered"
msgstr ""
-#: const/__init__.py:57 skins/default/templates/questions.html:25
+#: const/__init__.py:57 skins/default/templates/main_page/tab_bar.html:21
msgid "favorite"
msgstr ""
@@ -1393,7 +1526,7 @@ msgstr ""
msgid "[deleted]"
msgstr ""
-#: const/__init__.py:190 views/readers.py:601
+#: const/__init__.py:190 views/readers.py:578
msgid "initial version"
msgstr ""
@@ -1401,39 +1534,43 @@ msgstr ""
msgid "retagged"
msgstr ""
-#: const/__init__.py:196
-msgid "exclude ignored tags"
+#: const/__init__.py:199
+msgid "off"
msgstr ""
-#: const/__init__.py:197
-msgid "allow only selected tags"
+#: const/__init__.py:200
+msgid "exclude ignored"
msgstr ""
#: const/__init__.py:201
+msgid "only selected"
+msgstr ""
+
+#: const/__init__.py:205
msgid "instantly"
msgstr ""
-#: const/__init__.py:202
+#: const/__init__.py:206
msgid "daily"
msgstr ""
-#: const/__init__.py:203
+#: const/__init__.py:207
msgid "weekly"
msgstr ""
-#: const/__init__.py:204
+#: const/__init__.py:208
msgid "no email"
msgstr ""
-#: const/__init__.py:241 skins/default/templates/badges.html:38
+#: const/__init__.py:245 skins/default/templates/badges.html:37
msgid "gold"
msgstr ""
-#: const/__init__.py:242 skins/default/templates/badges.html:47
+#: const/__init__.py:246 skins/default/templates/badges.html:46
msgid "silver"
msgstr ""
-#: const/__init__.py:243 skins/default/templates/badges.html:54
+#: const/__init__.py:247 skins/default/templates/badges.html:53
msgid "bronze"
msgstr ""
@@ -1442,11 +1579,11 @@ msgstr ""
msgid "First time here? Check out the <a href=\"%s\">FAQ</a>!"
msgstr ""
-#: const/message_keys.py:22 skins/default/templates/questions.html:31
+#: const/message_keys.py:22 skins/default/templates/main_page/tab_bar.html:27
msgid "most relevant questions"
msgstr ""
-#: const/message_keys.py:23 skins/default/templates/questions.html:32
+#: const/message_keys.py:23 skins/default/templates/main_page/tab_bar.html:28
msgid "click to see most relevant questions"
msgstr ""
@@ -1502,255 +1639,256 @@ msgstr "votes"
msgid "click to see most voted questions"
msgstr ""
-#: deps/django_authopenid/forms.py:116 deps/django_authopenid/views.py:137
+#: deps/django_authopenid/forms.py:110 deps/django_authopenid/views.py:134
msgid "i-names are not supported"
msgstr ""
-#: deps/django_authopenid/forms.py:237
+#: deps/django_authopenid/forms.py:231
#, python-format
msgid "Please enter your %(username_token)s"
msgstr ""
-#: deps/django_authopenid/forms.py:263
+#: deps/django_authopenid/forms.py:257
msgid "Please, enter your user name"
msgstr ""
-#: deps/django_authopenid/forms.py:267
+#: deps/django_authopenid/forms.py:261
msgid "Please, enter your password"
msgstr ""
-#: deps/django_authopenid/forms.py:274 deps/django_authopenid/forms.py:278
+#: deps/django_authopenid/forms.py:268 deps/django_authopenid/forms.py:272
msgid "Please, enter your new password"
msgstr ""
-#: deps/django_authopenid/forms.py:289
+#: deps/django_authopenid/forms.py:283
msgid "Passwords did not match"
msgstr ""
-#: deps/django_authopenid/forms.py:301
+#: deps/django_authopenid/forms.py:295
#, python-format
msgid "Please choose password > %(len)s characters"
msgstr ""
-#: deps/django_authopenid/forms.py:336
+#: deps/django_authopenid/forms.py:330
msgid "Current password"
msgstr ""
-#: deps/django_authopenid/forms.py:347
+#: deps/django_authopenid/forms.py:341
msgid ""
"Old password is incorrect. Please enter the correct "
"password."
msgstr ""
-#: deps/django_authopenid/forms.py:400
+#: deps/django_authopenid/forms.py:394
msgid "Sorry, we don't have this email address in the database"
msgstr ""
-#: deps/django_authopenid/forms.py:435
+#: deps/django_authopenid/forms.py:430
msgid "Your user name (<i>required</i>)"
msgstr ""
-#: deps/django_authopenid/forms.py:450
+#: deps/django_authopenid/forms.py:445
msgid "Incorrect username."
msgstr "sorry, there is no such user name"
-#: 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:181
+#: deps/django_authopenid/urls.py:9 deps/django_authopenid/urls.py:10
+#: deps/django_authopenid/urls.py:11 deps/django_authopenid/urls.py:14
+#: deps/django_authopenid/urls.py:17 setup_templates/settings.py:188
msgid "signin/"
msgstr ""
-#: deps/django_authopenid/urls.py:11
+#: deps/django_authopenid/urls.py:10
msgid "newquestion/"
msgstr ""
-#: deps/django_authopenid/urls.py:12
+#: deps/django_authopenid/urls.py:11
msgid "newanswer/"
msgstr ""
-#: deps/django_authopenid/urls.py:13
+#: deps/django_authopenid/urls.py:12
msgid "signout/"
msgstr ""
-#: deps/django_authopenid/urls.py:15
+#: deps/django_authopenid/urls.py:14
msgid "complete/"
msgstr ""
-#: deps/django_authopenid/urls.py:18
+#: deps/django_authopenid/urls.py:17
msgid "complete-oauth/"
msgstr ""
-#: deps/django_authopenid/urls.py:22
+#: deps/django_authopenid/urls.py:21
msgid "register/"
msgstr ""
-#: deps/django_authopenid/urls.py:24
+#: deps/django_authopenid/urls.py:23
msgid "signup/"
msgstr ""
-#: deps/django_authopenid/urls.py:32
+#: deps/django_authopenid/urls.py:31
msgid "recover/"
msgstr ""
-#: deps/django_authopenid/util.py:196
+#: deps/django_authopenid/util.py:193
#, python-format
msgid "%(site)s user name and password"
msgstr ""
-#: deps/django_authopenid/util.py:202
-#: skins/default/templates/authopenid/signin.html:124
+#: deps/django_authopenid/util.py:199
+#: skins/default/templates/authopenid/signin.html:99
msgid "Create a password-protected account"
msgstr ""
-#: deps/django_authopenid/util.py:203
+#: deps/django_authopenid/util.py:200
msgid "Change your password"
msgstr ""
-#: deps/django_authopenid/util.py:265
+#: deps/django_authopenid/util.py:262
msgid "Sign in with Yahoo"
msgstr ""
-#: deps/django_authopenid/util.py:272
+#: deps/django_authopenid/util.py:269
msgid "AOL screen name"
msgstr ""
-#: deps/django_authopenid/util.py:280
+#: deps/django_authopenid/util.py:277
msgid "OpenID url"
msgstr ""
-#: deps/django_authopenid/util.py:297
+#: deps/django_authopenid/util.py:294
msgid "MyOpenid user name"
msgstr ""
-#: deps/django_authopenid/util.py:305 deps/django_authopenid/util.py:313
+#: deps/django_authopenid/util.py:302
msgid "Flickr user name"
msgstr ""
-#: deps/django_authopenid/util.py:321
+#: deps/django_authopenid/util.py:310
msgid "Technorati user name"
msgstr ""
-#: deps/django_authopenid/util.py:329
+#: deps/django_authopenid/util.py:318
msgid "WordPress blog name"
msgstr ""
-#: deps/django_authopenid/util.py:337
+#: deps/django_authopenid/util.py:326
msgid "Blogger blog name"
msgstr ""
-#: deps/django_authopenid/util.py:345
+#: deps/django_authopenid/util.py:334
msgid "LiveJournal blog name"
msgstr ""
-#: deps/django_authopenid/util.py:353
+#: deps/django_authopenid/util.py:342
msgid "ClaimID user name"
msgstr ""
-#: deps/django_authopenid/util.py:361
+#: deps/django_authopenid/util.py:350
msgid "Vidoop user name"
msgstr ""
-#: deps/django_authopenid/util.py:369
+#: deps/django_authopenid/util.py:358
msgid "Verisign user name"
msgstr ""
-#: deps/django_authopenid/util.py:393
+#: deps/django_authopenid/util.py:382
#, python-format
msgid "Change your %(provider)s password"
msgstr ""
-#: deps/django_authopenid/util.py:397
+#: deps/django_authopenid/util.py:386
#, python-format
msgid "Click to see if your %(provider)s signin still works for %(site_name)s"
msgstr ""
-#: deps/django_authopenid/util.py:406
+#: deps/django_authopenid/util.py:395
#, python-format
msgid "Create password for %(provider)s"
msgstr ""
-#: deps/django_authopenid/util.py:410
+#: deps/django_authopenid/util.py:399
#, python-format
msgid "Connect your %(provider)s account to %(site_name)s"
msgstr ""
-#: deps/django_authopenid/util.py:419
+#: deps/django_authopenid/util.py:408
#, python-format
msgid "Signin with %(provider)s user name and password"
msgstr ""
-#: deps/django_authopenid/util.py:426
+#: deps/django_authopenid/util.py:415
#, python-format
msgid "Sign in with your %(provider)s account"
msgstr ""
-#: deps/django_authopenid/views.py:144
+#: deps/django_authopenid/views.py:141
#, 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
+#: deps/django_authopenid/views.py:253 deps/django_authopenid/views.py:395
+#: deps/django_authopenid/views.py:423
#, 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
+#: deps/django_authopenid/views.py:345
msgid "Your new password saved"
msgstr ""
-#: deps/django_authopenid/views.py:511
+#: deps/django_authopenid/views.py:507
msgid "Please click any of the icons below to sign in"
msgstr ""
-#: deps/django_authopenid/views.py:513
+#: deps/django_authopenid/views.py:509
msgid "Account recovery email sent"
msgstr ""
-#: deps/django_authopenid/views.py:516
+#: deps/django_authopenid/views.py:512
msgid "Please add one or more login methods."
msgstr ""
-#: deps/django_authopenid/views.py:518
+#: deps/django_authopenid/views.py:514
msgid "If you wish, please add, remove or re-validate your login methods"
msgstr ""
-#: deps/django_authopenid/views.py:520
+#: deps/django_authopenid/views.py:516
msgid "Please wait a second! Your account is recovered, but ..."
msgstr ""
-#: deps/django_authopenid/views.py:522
+#: deps/django_authopenid/views.py:518
msgid "Sorry, this account recovery key has expired or is invalid"
msgstr ""
-#: deps/django_authopenid/views.py:578
+#: deps/django_authopenid/views.py:574
#, python-format
msgid "Login method %(provider_name)s does not exist"
msgstr ""
-#: deps/django_authopenid/views.py:584
+#: deps/django_authopenid/views.py:580
msgid "Oops, sorry - there was some error - please try again"
msgstr ""
-#: deps/django_authopenid/views.py:675
+#: deps/django_authopenid/views.py:671
#, python-format
msgid "Your %(provider)s login works fine"
msgstr ""
-#: deps/django_authopenid/views.py:973 deps/django_authopenid/views.py:979
+#: deps/django_authopenid/views.py:978 deps/django_authopenid/views.py:984
#, 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:1005
+#, python-format
+msgid "Recover your %(site)s account"
+msgstr ""
-#: deps/django_authopenid/views.py:1065
+#: deps/django_authopenid/views.py:1070
msgid "Please check your email and visit the enclosed link."
msgstr ""
@@ -1758,24 +1896,24 @@ msgstr ""
msgid "Site"
msgstr ""
-#: deps/livesettings/values.py:107
+#: deps/livesettings/values.py:106
msgid "Base Settings"
msgstr ""
-#: deps/livesettings/values.py:214
+#: deps/livesettings/values.py:213
msgid "Default value: \"\""
msgstr ""
-#: deps/livesettings/values.py:221
+#: deps/livesettings/values.py:220
msgid "Default value: "
msgstr ""
-#: deps/livesettings/values.py:224
+#: deps/livesettings/values.py:223
#, python-format
msgid "Default value: %s"
msgstr ""
-#: deps/livesettings/values.py:589
+#: deps/livesettings/values.py:588
#, python-format
msgid "Allowed image file types are %(types)s"
msgstr ""
@@ -1791,7 +1929,7 @@ msgstr ""
#: deps/livesettings/templates/livesettings/group_settings.html:11
#: deps/livesettings/templates/livesettings/site_settings.html:23
-#: skins/default/templates/authopenid/signin.html:142
+#: skins/default/templates/authopenid/signin.html:117
msgid "Change password"
msgstr ""
@@ -1883,27 +2021,27 @@ msgstr ""
msgid "Invalid request"
msgstr ""
-#: importers/stackexchange/management/commands/load_stackexchange.py:126
+#: importers/stackexchange/management/commands/load_stackexchange.py:128
msgid "Congratulations, you are now an Administrator"
msgstr ""
-#: management/commands/send_email_alerts.py:105
+#: management/commands/send_email_alerts.py:103
#, python-format
msgid "\" and \"%s\""
msgstr ""
-#: management/commands/send_email_alerts.py:108
+#: management/commands/send_email_alerts.py:106
msgid "\" and more"
msgstr ""
-#: management/commands/send_email_alerts.py:113
+#: management/commands/send_email_alerts.py:111
#, 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] ""
-#: management/commands/send_email_alerts.py:467
+#: management/commands/send_email_alerts.py:484
#, 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"
@@ -1914,38 +2052,38 @@ 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:484
+#: management/commands/send_email_alerts.py:501
msgid "new question"
msgstr ""
-#: management/commands/send_email_alerts.py:501
+#: management/commands/send_email_alerts.py:518
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:513
+#: management/commands/send_email_alerts.py:530
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
+#: management/commands/send_email_alerts.py:536
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
+#: management/commands/send_email_alerts.py:542
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:548
#, python-format
msgid ""
"go to %(email_settings_link)s to change frequency of email updates or %"
@@ -1957,136 +2095,141 @@ msgstr ""
"it the forum administrator at %(admin_email)s.</p><p>Sincerely,</p><p>Your "
"friendly Q&A forum server.</p>"
-#: models/__init__.py:171
+#: models/__init__.py:299
msgid ""
"Sorry, you cannot accept or unaccept best answers because your account is "
"blocked"
msgstr ""
-#: models/__init__.py:176
+#: models/__init__.py:304
msgid ""
"Sorry, you cannot accept or unaccept best answers because your account is "
"suspended"
msgstr ""
-#: models/__init__.py:182
+#: models/__init__.py:310
msgid ""
"Sorry, you cannot accept or unaccept your own answer to your own question"
msgstr ""
-#: models/__init__.py:189
+#: models/__init__.py:317
#, python-format
msgid ""
"Sorry, only original author of the question - %(username)s - can accept the "
"best answer"
msgstr ""
-#: models/__init__.py:212
+#: models/__init__.py:340
msgid "cannot vote for own posts"
msgstr "Sorry, you cannot vote for your own posts"
-#: models/__init__.py:215
+#: models/__init__.py:343
msgid "Sorry your account appears to be blocked "
msgstr ""
-#: models/__init__.py:220
+#: models/__init__.py:348
msgid "Sorry your account appears to be suspended "
msgstr ""
-#: models/__init__.py:230
+#: models/__init__.py:358
#, python-format
msgid ">%(points)s points required to upvote"
msgstr ">%(points)s points required to upvote "
-#: models/__init__.py:236
+#: models/__init__.py:364
#, python-format
msgid ">%(points)s points required to downvote"
msgstr ">%(points)s points required to downvote "
-#: models/__init__.py:251
+#: models/__init__.py:379
msgid "Sorry, blocked users cannot upload files"
msgstr ""
-#: models/__init__.py:252
+#: models/__init__.py:380
msgid "Sorry, suspended users cannot upload files"
msgstr ""
-#: models/__init__.py:254
+#: models/__init__.py:382
#, 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:273 models/__init__.py:333 models/__init__.py:2040
+#: models/__init__.py:401 models/__init__.py:468 models/__init__.py:2320
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:274 models/__init__.py:2043
+#: models/__init__.py:402 models/__init__.py:2323
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:299
+#: models/__init__.py:429
+#, python-format
msgid ""
-"Sorry, comments (except the last one) are editable only within 10 minutes "
-"from posting"
-msgstr ""
+"Sorry, comments (except the last one) are editable only within %(minutes)s "
+"minute from posting"
+msgid_plural ""
+"Sorry, comments (except the last one) are editable only within %(minutes)s "
+"minutes from posting"
+msgstr[0] ""
+msgstr[1] ""
-#: models/__init__.py:305
+#: models/__init__.py:441
msgid "Sorry, but only post owners or moderators can edit comments"
msgstr ""
-#: models/__init__.py:319
+#: models/__init__.py:454
msgid ""
"Sorry, since your account is suspended you can comment only your own posts"
msgstr ""
-#: models/__init__.py:323
+#: models/__init__.py:458
#, 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:351
+#: models/__init__.py:486
msgid ""
"This post has been deleted and can be seen only by post owners, site "
"administrators and moderators"
msgstr ""
-#: models/__init__.py:368
+#: models/__init__.py:503
msgid ""
"Sorry, only moderators, site administrators and post owners can edit deleted "
"posts"
msgstr ""
-#: models/__init__.py:383
+#: models/__init__.py:518
msgid "Sorry, since your account is blocked you cannot edit posts"
msgstr ""
-#: models/__init__.py:387
+#: models/__init__.py:522
msgid "Sorry, since your account is suspended you can edit only your own posts"
msgstr ""
-#: models/__init__.py:392
+#: models/__init__.py:527
#, python-format
msgid ""
"Sorry, to edit wiki posts, a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:399
+#: models/__init__.py:534
#, python-format
msgid ""
"Sorry, to edit other people's posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:462
+#: models/__init__.py:597
msgid ""
"Sorry, cannot delete your question since it has an upvoted answer posted by "
"someone else"
@@ -2096,207 +2239,215 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:477
+#: models/__init__.py:612
msgid "Sorry, since your account is blocked you cannot delete posts"
msgstr ""
-#: models/__init__.py:481
+#: models/__init__.py:616
msgid ""
"Sorry, since your account is suspended you can delete only your own posts"
msgstr ""
-#: models/__init__.py:485
+#: models/__init__.py:620
#, python-format
msgid ""
"Sorry, to deleted other people' posts, a minimum reputation of %(min_rep)s "
"is required"
msgstr ""
-#: models/__init__.py:505
+#: models/__init__.py:640
msgid "Sorry, since your account is blocked you cannot close questions"
msgstr ""
-#: models/__init__.py:509
+#: models/__init__.py:644
msgid "Sorry, since your account is suspended you cannot close questions"
msgstr ""
-#: models/__init__.py:513
+#: models/__init__.py:648
#, python-format
msgid ""
"Sorry, to close other people' posts, a minimum reputation of %(min_rep)s is "
"required"
msgstr ""
-#: models/__init__.py:522
+#: models/__init__.py:657
#, python-format
msgid ""
"Sorry, to close own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:546
+#: models/__init__.py:681
#, python-format
msgid ""
"Sorry, only administrators, moderators or post owners with reputation > %"
"(min_rep)s can reopen questions."
msgstr ""
-#: models/__init__.py:552
+#: models/__init__.py:687
#, python-format
msgid ""
"Sorry, to reopen own question a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:572
+#: models/__init__.py:707
msgid "cannot flag message as offensive twice"
msgstr "You have flagged this question before and cannot do it more than once"
-#: models/__init__.py:577
+#: models/__init__.py:712
msgid "blocked users cannot flag posts"
msgstr ""
"Sorry, since your account is blocked you cannot flag posts as offensive"
-#: models/__init__.py:579
+#: models/__init__.py:714
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:581
+#: models/__init__.py:716
#, 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:600
+#: models/__init__.py:735
#, 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:615
+#: models/__init__.py:750
msgid ""
"Sorry, only question owners, site administrators and moderators can retag "
"deleted questions"
msgstr ""
-#: models/__init__.py:622
+#: models/__init__.py:757
msgid "Sorry, since your account is blocked you cannot retag questions"
msgstr ""
-#: models/__init__.py:626
+#: models/__init__.py:761
msgid ""
"Sorry, since your account is suspended you can retag only your own questions"
msgstr ""
-#: models/__init__.py:630
+#: models/__init__.py:765
#, python-format
msgid ""
"Sorry, to retag questions a minimum reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:649
+#: models/__init__.py:784
msgid "Sorry, since your account is blocked you cannot delete comment"
msgstr ""
-#: models/__init__.py:653
+#: models/__init__.py:788
msgid ""
"Sorry, since your account is suspended you can delete only your own comments"
msgstr ""
-#: models/__init__.py:657
+#: models/__init__.py:792
#, python-format
msgid "Sorry, to delete comments reputation of %(min_rep)s is required"
msgstr ""
-#: models/__init__.py:680
+#: models/__init__.py:815
msgid "cannot revoke old vote"
msgstr "sorry, but older votes cannot be revoked"
-#: models/__init__.py:1220 views/users.py:364
+#: models/__init__.py:1354
+msgid "Anonymous"
+msgstr ""
+
+#: models/__init__.py:1440 views/users.py:362
msgid "Site Adminstrator"
msgstr ""
-#: models/__init__.py:1222 views/users.py:366
+#: models/__init__.py:1442 views/users.py:364
msgid "Forum Moderator"
msgstr ""
-#: models/__init__.py:1224 views/users.py:368
+#: models/__init__.py:1444 views/users.py:366
msgid "Suspended User"
msgstr ""
-#: models/__init__.py:1226 views/users.py:370
+#: models/__init__.py:1446 views/users.py:368
msgid "Blocked User"
msgstr ""
-#: models/__init__.py:1228 views/users.py:372
+#: models/__init__.py:1448 views/users.py:370
msgid "Registered User"
msgstr ""
-#: models/__init__.py:1230
+#: models/__init__.py:1450
msgid "Watched User"
msgstr ""
-#: models/__init__.py:1232
+#: models/__init__.py:1452
msgid "Approved User"
msgstr ""
-#: models/__init__.py:1288
+#: models/__init__.py:1508
#, python-format
msgid "%(username)s karma is %(reputation)s"
msgstr ""
-#: models/__init__.py:1298
+#: models/__init__.py:1518
#, python-format
msgid "one gold badge"
msgid_plural "%(count)d gold badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1305
+#: models/__init__.py:1525
#, python-format
msgid "one silver badge"
msgid_plural "%(count)d silver badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1312
+#: models/__init__.py:1532
#, python-format
msgid "one bronze badge"
msgid_plural "%(count)d bronze badges"
msgstr[0] ""
msgstr[1] ""
-#: models/__init__.py:1323
+#: models/__init__.py:1543
#, python-format
msgid "%(item1)s and %(item2)s"
msgstr ""
-#: models/__init__.py:1327
+#: models/__init__.py:1547
#, python-format
msgid "%(user)s has %(badges)s"
msgstr ""
-#: models/__init__.py:1640 models/__init__.py:1646 models/__init__.py:1651
-#: models/__init__.py:1656
+#: models/__init__.py:1920 models/__init__.py:1926 models/__init__.py:1931
+#: models/__init__.py:1936
#, python-format
msgid "Re: \"%(title)s\""
msgstr ""
-#: models/__init__.py:1661 models/__init__.py:1666
+#: models/__init__.py:1941 models/__init__.py:1946
#, python-format
msgid "Question: \"%(title)s\""
msgstr ""
-#: models/__init__.py:1851
+#: models/__init__.py:2116
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. Check out <a "
"href=\"%(user_profile)s\">your profile</a>."
msgstr ""
+#: models/__init__.py:2295 views/commands.py:396
+msgid "Your tag subscription was saved, thanks!"
+msgstr ""
+
#: models/answer.py:105
msgid ""
"Sorry, the answer you are looking for is no longer available, because the "
@@ -2569,43 +2720,43 @@ msgstr ""
msgid "Very active in one tag"
msgstr ""
-#: models/meta.py:110
+#: models/meta.py:111
msgid ""
"Sorry, the comment you are looking for is no longer accessible, because the "
"parent question has been removed"
msgstr ""
-#: models/meta.py:117
+#: models/meta.py:118
msgid ""
"Sorry, the comment you are looking for is no longer accessible, because the "
"parent answer has been removed"
msgstr ""
-#: models/question.py:326
+#: models/question.py:387
msgid "Sorry, this question has been deleted and is no longer accessible"
msgstr ""
-#: models/question.py:722
+#: models/question.py:815
#, python-format
msgid "%(author)s modified the question"
msgstr ""
-#: models/question.py:726
+#: models/question.py:819
#, python-format
msgid "%(people)s posted %(new_answer_count)s new answers"
msgstr ""
-#: models/question.py:731
+#: models/question.py:824
#, python-format
msgid "%(people)s commented the question"
msgstr ""
-#: models/question.py:736
+#: models/question.py:829
#, python-format
msgid "%(people)s commented answers"
msgstr ""
-#: models/question.py:738
+#: models/question.py:831
#, python-format
msgid "%(people)s commented an answer"
msgstr ""
@@ -2629,47 +2780,47 @@ msgid ""
"question %(question_title)s"
msgstr ""
-#: models/tag.py:92
+#: models/tag.py:105
msgid "interesting"
msgstr ""
-#: models/tag.py:92
+#: models/tag.py:105
msgid "ignored"
msgstr ""
-#: models/user.py:264
+#: models/user.py:261
msgid "Entire forum"
msgstr ""
-#: models/user.py:265
+#: models/user.py:262
msgid "Questions that I asked"
msgstr ""
-#: models/user.py:266
+#: models/user.py:263
msgid "Questions that I answered"
msgstr ""
-#: models/user.py:267
+#: models/user.py:264
msgid "Individually selected questions"
msgstr ""
-#: models/user.py:268
+#: models/user.py:265
msgid "Mentions and comment responses"
msgstr ""
-#: models/user.py:271
+#: models/user.py:268
msgid "Instantly"
msgstr ""
-#: models/user.py:272
+#: models/user.py:269
msgid "Daily"
msgstr ""
-#: models/user.py:273
+#: models/user.py:270
msgid "Weekly"
msgstr ""
-#: models/user.py:274
+#: models/user.py:271
msgid "No email"
msgstr ""
@@ -2702,8 +2853,8 @@ msgstr ""
#: skins/default/templates/404.jinja.html:19
#: skins/default/templates/blocks/footer.html:6
-#: skins/default/templates/blocks/header_meta_links.html:52
-#: skins/default/templates/blocks/question_edit_tips.html:16
+#: skins/default/templates/blocks/header_meta_links.html:13
+#: skins/default/templates/blocks/question_edit_tips.html:15
msgid "faq"
msgstr ""
@@ -2721,7 +2872,7 @@ msgid "back to previous page"
msgstr ""
#: skins/default/templates/404.jinja.html:31
-#: skins/default/templates/questions.html:13
+#: skins/default/templates/main_page/tab_bar.html:9
msgid "see all questions"
msgstr ""
@@ -2778,36 +2929,37 @@ msgid "select revision"
msgstr ""
#: skins/default/templates/answer_edit.html:22
-#: skins/default/templates/question_edit.html:25
+#: skins/default/templates/question_edit.html:20
msgid "Save edit"
msgstr ""
#: skins/default/templates/answer_edit.html:23
#: skins/default/templates/close.html:16
#: skins/default/templates/feedback.html:42
-#: skins/default/templates/question_edit.html:26
+#: skins/default/templates/question_edit.html:21
#: skins/default/templates/question_retag.html:23
#: skins/default/templates/reopen.html:27
+#: skins/default/templates/subscribe_for_tags.html:16
#: skins/default/templates/authopenid/changeemail.html:38
-#: skins/default/templates/user_profile/user_edit.html:76
+#: skins/default/templates/user_profile/user_edit.html:84
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:444
-#: skins/default/templates/question.html:461
-#: skins/default/templates/question.html:464
-#: skins/default/templates/question_edit.html:59
+#: skins/default/templates/answer_edit.html:65
+#: skins/default/templates/ask.html:43 skins/default/templates/ask.html:46
+#: skins/default/templates/macros.html:592
+#: skins/default/templates/question.html:477
+#: skins/default/templates/question.html:480
#: skins/default/templates/question_edit.html:62
+#: skins/default/templates/question_edit.html:65
msgid "hide preview"
msgstr ""
-#: skins/default/templates/answer_edit.html:62
-#: skins/default/templates/ask.html:39
-#: skins/default/templates/question.html:464
-#: skins/default/templates/question_edit.html:62
+#: skins/default/templates/answer_edit.html:65
+#: skins/default/templates/ask.html:46
+#: skins/default/templates/question.html:480
+#: skins/default/templates/question_edit.html:65
msgid "show preview"
msgstr ""
@@ -2816,8 +2968,8 @@ msgid "Ask a question"
msgstr ""
#: skins/default/templates/badge.html:4 skins/default/templates/badge.html:8
-#: skins/default/templates/user_profile/user_recent.html:13
-#: skins/default/templates/user_profile/user_stats.html:88
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:106
#, python-format
msgid "%(name)s"
msgstr ""
@@ -2832,8 +2984,8 @@ msgid "Badge \"%(name)s\""
msgstr ""
#: skins/default/templates/badge.html:8
-#: skins/default/templates/user_profile/user_recent.html:13
-#: skins/default/templates/user_profile/user_stats.html:88
+#: skins/default/templates/user_profile/user_recent.html:16
+#: skins/default/templates/user_profile/user_stats.html:106
#, python-format
msgid "%(description)s"
msgstr ""
@@ -2871,31 +3023,31 @@ msgstr ""
msgid "Community badges"
msgstr "Badge levels"
-#: skins/default/templates/badges.html:38
+#: skins/default/templates/badges.html:37
msgid "gold badge: the highest honor and is very rare"
msgstr ""
-#: skins/default/templates/badges.html:41
+#: skins/default/templates/badges.html:40
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:46
+#: skins/default/templates/badges.html:45
msgid ""
"silver badge: occasionally awarded for the very high quality contributions"
msgstr ""
-#: skins/default/templates/badges.html:50
+#: skins/default/templates/badges.html:49
msgid "silver badge description"
msgstr ""
"silver badge: occasionally awarded for the very high quality contributions"
-#: skins/default/templates/badges.html:53
+#: skins/default/templates/badges.html:52
msgid "bronze badge: often given as a special honor"
msgstr ""
-#: skins/default/templates/badges.html:57
+#: skins/default/templates/badges.html:56
msgid "bronze badge description"
msgstr "bronze badge: often given as a special honor"
@@ -3012,7 +3164,7 @@ msgid ""
msgstr ""
#: skins/default/templates/faq.html:32
-#: skins/default/templates/user_profile/user_votes.html:10
+#: skins/default/templates/user_profile/user_votes.html:13
msgid "upvote"
msgstr ""
@@ -3025,7 +3177,7 @@ msgid "add comments"
msgstr ""
#: skins/default/templates/faq.html:46
-#: skins/default/templates/user_profile/user_votes.html:12
+#: skins/default/templates/user_profile/user_votes.html:15
msgid "downvote"
msgstr ""
@@ -3179,6 +3331,36 @@ msgstr ""
msgid "Message body:"
msgstr ""
+#: skins/default/templates/import_data.html:2
+#: skins/default/templates/import_data.html:4
+msgid "Import StackExchange data"
+msgstr ""
+
+#: skins/default/templates/import_data.html:13
+msgid ""
+"<em>Warning:</em> if your database is not empty, please back it up\n"
+" before attempting this operation."
+msgstr ""
+
+#: skins/default/templates/import_data.html:16
+msgid ""
+"Upload your stackexchange dump .zip file, then wait until\n"
+" the data import completes. This process may take several minutes.\n"
+" Please note that feedback will be printed in plain text.\n"
+" "
+msgstr ""
+
+#: skins/default/templates/import_data.html:25
+msgid "Import data"
+msgstr ""
+
+#: skins/default/templates/import_data.html:27
+msgid ""
+"In the case you experience any difficulties in using this import tool,\n"
+" please try importing your data via command line: <code>python manage."
+"py load_stackexchange path/to/your-data.zip</code>"
+msgstr ""
+
#: skins/default/templates/instant_notification.html:1
#, python-format
msgid "<p>Dear %(receiving_user_name)s,</p>"
@@ -3256,8 +3438,8 @@ 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 forum but will not "
-"sign you off from your OpenID provider.</p><p>If you wish to sign off "
+"Clicking <strong>Logout</strong> will log you out from the forum but 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:7
@@ -3272,117 +3454,119 @@ msgstr ""
msgid "badges:"
msgstr ""
-#: skins/default/templates/macros.html:52
-#: skins/default/templates/macros.html:53
+#: skins/default/templates/macros.html:82
+#: skins/default/templates/macros.html:83
msgid "previous"
msgstr ""
-#: skins/default/templates/macros.html:64
+#: skins/default/templates/macros.html:94
msgid "current page"
msgstr ""
-#: skins/default/templates/macros.html:66
-#: skins/default/templates/macros.html:73
+#: skins/default/templates/macros.html:96
+#: skins/default/templates/macros.html:103
#, python-format
msgid "page number %(num)s"
msgstr "page %(num)s"
-#: skins/default/templates/macros.html:77
+#: skins/default/templates/macros.html:107
msgid "next page"
msgstr ""
-#: skins/default/templates/macros.html:88
+#: skins/default/templates/macros.html:118
msgid "posts per page"
msgstr ""
-#: skins/default/templates/macros.html:119 templatetags/extra_tags.py:44
+#: skins/default/templates/macros.html:150 templatetags/extra_tags.py:43
#, python-format
msgid "%(username)s gravatar image"
msgstr ""
-#: skins/default/templates/macros.html:142
+#: skins/default/templates/macros.html:159
+#, python-format
+msgid "%(username)s's website is %(url)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:171
+#, fuzzy
+msgid "anonymous user"
+msgstr "Sorry, anonymous users cannot vote"
+
+#: skins/default/templates/macros.html:199
msgid "this post is marked as community wiki"
msgstr ""
-#: skins/default/templates/macros.html:145
+#: skins/default/templates/macros.html:202
#, 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
+#: skins/default/templates/macros.html:208
msgid "asked"
msgstr ""
-#: skins/default/templates/macros.html:153
+#: skins/default/templates/macros.html:210
msgid "answered"
msgstr ""
-#: skins/default/templates/macros.html:155
+#: skins/default/templates/macros.html:212
msgid "posted"
msgstr ""
-#: skins/default/templates/macros.html:185
+#: skins/default/templates/macros.html:242
msgid "updated"
msgstr ""
-#: skins/default/templates/macros.html:210
-#: skins/default/templates/unused/questions_ajax.html:23 views/readers.py:238
+#: skins/default/templates/macros.html:309
+#, python-format
+msgid "see questions tagged '%(tag)s'"
+msgstr ""
+
+#: skins/default/templates/macros.html:352 views/readers.py:231
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:241
+#: skins/default/templates/macros.html:369 views/readers.py:234
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:244
+#: skins/default/templates/macros.html:380 views/readers.py:237
msgid "view"
msgid_plural "views"
msgstr[0] ""
msgstr[1] ""
-#: skins/default/templates/macros.html:251
-#: skins/default/templates/question.html:85
-#: skins/default/templates/tags.html:37
-#: 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:91
-#: skins/default/templates/question.html:247
+#: skins/default/templates/macros.html:409
+#: skins/default/templates/question.html:93
+#: skins/default/templates/question.html:249
#: skins/default/templates/revisions.html:37
msgid "edit"
msgstr ""
-#: skins/default/templates/macros.html:272
+#: skins/default/templates/macros.html:413
msgid "delete this comment"
msgstr ""
-#: skins/default/templates/macros.html:290
-#: skins/default/templates/macros.html:298
-#: skins/default/templates/question.html:428
+#: skins/default/templates/macros.html:431
+#: skins/default/templates/macros.html:439
+#: skins/default/templates/question.html:439
msgid "add comment"
msgstr "post a comment"
-#: skins/default/templates/macros.html:291
+#: skins/default/templates/macros.html:432
#, 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
+#: skins/default/templates/macros.html:434
#, python-format
msgid "see <strong>%(counter)s</strong> more comment"
msgid_plural ""
@@ -3391,14 +3575,52 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: skins/default/templates/macros.html:421
+#: skins/default/templates/macros.html:569
msgid "(required)"
msgstr ""
-#: skins/default/templates/macros.html:442
+#: skins/default/templates/macros.html:590
msgid "Toggle the real time Markdown editor preview"
msgstr ""
+#: skins/default/templates/macros.html:602
+#, python-format
+msgid "responses for %(username)s"
+msgstr ""
+
+#: skins/default/templates/macros.html:605
+#, python-format
+msgid "you have a new response"
+msgid_plural "you have %(response_count)s new responses"
+msgstr[0] ""
+msgstr[1] ""
+
+#: skins/default/templates/macros.html:608
+msgid "no new responses yet"
+msgstr ""
+
+#: skins/default/templates/macros.html:623
+#: skins/default/templates/macros.html:624
+#, python-format
+msgid "%(new)s new flagged posts and %(seen)s previous"
+msgstr ""
+
+#: skins/default/templates/macros.html:626
+#: skins/default/templates/macros.html:627
+#, python-format
+msgid "%(new)s new flagged posts"
+msgstr ""
+
+#: skins/default/templates/macros.html:632
+#: skins/default/templates/macros.html:633
+#, python-format
+msgid "%(seen)s flagged posts"
+msgstr ""
+
+#: skins/default/templates/main_page.html:11
+msgid "Questions"
+msgstr ""
+
#: skins/default/templates/privacy.html:3
#: skins/default/templates/privacy.html:5
msgid "Privacy policy"
@@ -3413,7 +3635,7 @@ msgstr ""
#: skins/default/templates/question.html:30
#: skins/default/templates/question.html:47
-#: skins/default/templates/question.html:198
+#: skins/default/templates/question.html:200
msgid "current number of votes"
msgstr ""
@@ -3442,52 +3664,52 @@ msgstr ""
msgid "Share this question on facebook"
msgstr ""
-#: skins/default/templates/question.html:94
+#: skins/default/templates/question.html:96
msgid "retag"
msgstr ""
-#: skins/default/templates/question.html:101
+#: skins/default/templates/question.html:103
msgid "reopen"
msgstr ""
-#: skins/default/templates/question.html:105
+#: skins/default/templates/question.html:107
msgid "close"
msgstr ""
-#: skins/default/templates/question.html:110
-#: skins/default/templates/question.html:251
+#: skins/default/templates/question.html:112
+#: skins/default/templates/question.html:253
msgid ""
"report as offensive (i.e containing spam, advertising, malicious text, etc.)"
msgstr ""
-#: skins/default/templates/question.html:111
-#: skins/default/templates/question.html:252
+#: skins/default/templates/question.html:113
+#: skins/default/templates/question.html:254
msgid "flag offensive"
msgstr ""
-#: skins/default/templates/question.html:118
-#: skins/default/templates/question.html:262
+#: skins/default/templates/question.html:120
+#: skins/default/templates/question.html:264
msgid "undelete"
msgstr ""
-#: skins/default/templates/question.html:118
-#: skins/default/templates/question.html:262
-#: skins/default/templates/authopenid/signin.html:175
+#: skins/default/templates/question.html:120
+#: skins/default/templates/question.html:264
+#: skins/default/templates/authopenid/signin.html:149
msgid "delete"
msgstr ""
-#: skins/default/templates/question.html:156
+#: skins/default/templates/question.html:157
#, python-format
msgid ""
"The question has been closed for the following reason \"%(close_reason)s\" by"
msgstr ""
-#: skins/default/templates/question.html:158
+#: skins/default/templates/question.html:159
#, python-format
msgid "close date %(closed_at)s"
msgstr ""
-#: skins/default/templates/question.html:166
+#: skins/default/templates/question.html:165
#, python-format
msgid ""
"\n"
@@ -3500,7 +3722,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: skins/default/templates/question.html:174
+#: skins/default/templates/question.html:173
msgid "oldest answers will be shown first"
msgstr ""
@@ -3512,66 +3734,66 @@ msgstr "oldest"
msgid "newest answers will be shown first"
msgstr ""
-#: skins/default/templates/question.html:176
+#: skins/default/templates/question.html:177
msgid "newest answers"
msgstr "newest"
-#: skins/default/templates/question.html:178
+#: skins/default/templates/question.html:179
msgid "most voted answers will be shown first"
msgstr ""
-#: skins/default/templates/question.html:178
+#: skins/default/templates/question.html:180
msgid "popular answers"
msgstr "most voted"
-#: skins/default/templates/question.html:196
-#: skins/default/templates/question.html:197
+#: skins/default/templates/question.html:198
+#: skins/default/templates/question.html:199
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:209
+#: skins/default/templates/question.html:210
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:218
+#: skins/default/templates/question.html:219
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:228
+#: skins/default/templates/question.html:229
#, python-format
msgid "%(question_author)s has selected this answer as correct"
msgstr ""
-#: skins/default/templates/question.html:242
+#: skins/default/templates/question.html:244
msgid "answer permanent link"
msgstr "permanent link"
-#: skins/default/templates/question.html:243
+#: skins/default/templates/question.html:245
msgid "permanent link"
msgstr "link"
-#: skins/default/templates/question.html:312
#: skins/default/templates/question.html:314
+#: skins/default/templates/question.html:316
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:316
+#: skins/default/templates/question.html:318
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:318
+#: skins/default/templates/question.html:320
msgid "Notify me immediately when there are any new answers"
msgstr ""
"<strong>Notify me</strong> immediately when there are any new answers or "
"updates"
-#: skins/default/templates/question.html:321
+#: skins/default/templates/question.html:323
#, python-format
msgid ""
"You can always adjust frequency of email updates from your %(profile_url)s"
@@ -3579,21 +3801,21 @@ 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:326
+#: skins/default/templates/question.html:328
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:336
+#: skins/default/templates/question.html:338
msgid "Your answer"
msgstr ""
-#: skins/default/templates/question.html:338
+#: skins/default/templates/question.html:340
msgid "Be the first one to answer this question!"
msgstr ""
-#: skins/default/templates/question.html:344
+#: skins/default/templates/question.html:346
msgid "you can answer anonymously and then login"
msgstr ""
"<span class='strong big'>Please start posting your answer anonymously</span> "
@@ -3602,7 +3824,7 @@ msgstr ""
"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:348
+#: skins/default/templates/question.html:350
msgid "answer your own question only to give an answer"
msgstr ""
"<span class='big strong'>You are welcome to answer your own question</span>, "
@@ -3612,7 +3834,7 @@ msgstr ""
"forget to vote :)</strong> for the answers that you liked (or perhaps did "
"not like)! "
-#: skins/default/templates/question.html:350
+#: skins/default/templates/question.html:352
msgid "please only give an answer, no discussions"
msgstr ""
"<span class='big strong'>Please try to give a substantial answer</span>. If "
@@ -3622,47 +3844,39 @@ msgstr ""
"please <strong>don't forget to vote</strong> - it really helps to select the "
"best questions and answers!"
-#: skins/default/templates/question.html:357
+#: skins/default/templates/question.html:359
msgid "Login/Signup to Post Your Answer"
msgstr "Login/Signup to Post"
-#: skins/default/templates/question.html:360
+#: skins/default/templates/question.html:362
msgid "Answer Your Own Question"
msgstr ""
-#: skins/default/templates/question.html:362
+#: skins/default/templates/question.html:364
msgid "Answer the question"
msgstr "Post Your Answer"
-#: skins/default/templates/question.html:375
+#: skins/default/templates/question.html:380
msgid "Question tags"
msgstr "Tags"
-#: skins/default/templates/question.html:380
-#: skins/default/templates/questions.html:221
-#: skins/default/templates/blocks/tag_selector.html:9
-#: skins/default/templates/blocks/tag_selector.html:26
-#, python-format
-msgid "see questions tagged '%(tag_name)s'"
-msgstr ""
-
-#: skins/default/templates/question.html:386
+#: skins/default/templates/question.html:397
msgid "question asked"
msgstr "Asked"
-#: skins/default/templates/question.html:389
+#: skins/default/templates/question.html:400
msgid "question was seen"
msgstr "Seen"
-#: skins/default/templates/question.html:389
+#: skins/default/templates/question.html:400
msgid "times"
msgstr ""
-#: skins/default/templates/question.html:392
+#: skins/default/templates/question.html:403
msgid "last updated"
msgstr "Last updated"
-#: skins/default/templates/question.html:399
+#: skins/default/templates/question.html:410
msgid "Related questions"
msgstr ""
@@ -3696,160 +3910,6 @@ msgstr ""
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:96
-#: skins/default/templates/questions.html:99
-msgid "subscribe to the questions feed"
-msgstr ""
-
-#: skins/default/templates/questions.html:100
-msgid "rss feed"
-msgstr ""
-
-#: skins/default/templates/questions.html:104
-#, 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:110 views/readers.py:158
-#, python-format
-msgid "%(q_num)s question"
-msgid_plural "%(q_num)s questions"
-msgstr[0] ""
-msgstr[1] ""
-
-#: skins/default/templates/questions.html:113
-#, python-format
-msgid "with %(author_name)s's contributions"
-msgstr ""
-
-#: skins/default/templates/questions.html:116
-msgid "tagged"
-msgstr ""
-
-#: skins/default/templates/questions.html:121
-msgid "Search tips:"
-msgstr ""
-
-#: skins/default/templates/questions.html:124
-msgid "reset author"
-msgstr ""
-
-#: skins/default/templates/questions.html:126
-#: skins/default/templates/questions.html:129
-#: skins/default/templates/questions.html:167
-#: skins/default/templates/questions.html:170
-msgid " or "
-msgstr ""
-
-#: skins/default/templates/questions.html:127
-msgid "reset tags"
-msgstr ""
-
-#: skins/default/templates/questions.html:130
-#: skins/default/templates/questions.html:133
-msgid "start over"
-msgstr ""
-
-#: skins/default/templates/questions.html:135
-msgid " - to expand, or dig in by adding more tags and revising the query."
-msgstr ""
-
-#: skins/default/templates/questions.html:138
-msgid "Search tip:"
-msgstr ""
-
-#: skins/default/templates/questions.html:138
-msgid "add tags and a query to focus your search"
-msgstr ""
-
-#: skins/default/templates/questions.html:153
-#: skins/default/templates/unused/questions_ajax.html:79
-msgid "There are no unanswered questions here"
-msgstr ""
-
-#: skins/default/templates/questions.html:156
-#: skins/default/templates/unused/questions_ajax.html:82
-msgid "No favorite questions here. "
-msgstr ""
-
-#: skins/default/templates/questions.html:157
-#: skins/default/templates/unused/questions_ajax.html:83
-msgid "Please start (bookmark) some questions when you visit them"
-msgstr ""
-
-#: skins/default/templates/questions.html:162
-#: skins/default/templates/unused/questions_ajax.html:88
-msgid "You can expand your search by "
-msgstr ""
-
-#: skins/default/templates/questions.html:165
-#: skins/default/templates/unused/questions_ajax.html:92
-msgid "resetting author"
-msgstr ""
-
-#: skins/default/templates/questions.html:168
-#: skins/default/templates/unused/questions_ajax.html:96
-msgid "resetting tags"
-msgstr ""
-
-#: skins/default/templates/questions.html:171
-#: skins/default/templates/questions.html:174
-#: 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:179
-#: skins/default/templates/unused/questions_ajax.html:109
-msgid "Please always feel free to ask your question!"
-msgstr ""
-
-#: skins/default/templates/questions.html:183
-#: skins/default/templates/unused/questions_ajax.html:113
-msgid "Did not find what you were looking for?"
-msgstr ""
-
-#: skins/default/templates/questions.html:184
-#: skins/default/templates/unused/questions_ajax.html:114
-msgid "Please, post your question!"
-msgstr ""
-
-#: skins/default/templates/questions.html:199
-msgid "Contributors"
-msgstr ""
-
-#: skins/default/templates/questions.html:216
-msgid "Related tags"
-msgstr "Tags"
-
#: skins/default/templates/reopen.html:3 skins/default/templates/reopen.html:5
msgid "Reopen question"
msgstr ""
@@ -3895,6 +3955,19 @@ msgstr ""
msgid "revision %(number)s"
msgstr ""
+#: skins/default/templates/subscribe_for_tags.html:3
+#: skins/default/templates/subscribe_for_tags.html:5
+msgid "Subscribe for tags"
+msgstr ""
+
+#: skins/default/templates/subscribe_for_tags.html:6
+msgid "Please, subscribe for the following tags:"
+msgstr ""
+
+#: skins/default/templates/subscribe_for_tags.html:15
+msgid "Subscribe"
+msgstr ""
+
#: skins/default/templates/tags.html:4 skins/default/templates/tags.html:8
msgid "Tag list"
msgstr "Tags"
@@ -3930,7 +4003,7 @@ msgid "Users"
msgstr "People"
#: skins/default/templates/users.html:13 skins/default/templates/users.html:14
-#: skins/default/templates/user_profile/user_info.html:13
+#: skins/default/templates/user_profile/user_info.html:25
msgid "reputation"
msgstr "karma"
@@ -4062,11 +4135,11 @@ msgstr ""
"(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
+#: skins/default/templates/authopenid/complete.html:23
msgid "Registration"
msgstr ""
-#: skins/default/templates/authopenid/complete.html:29
+#: skins/default/templates/authopenid/complete.html:27
#, python-format
msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
msgstr ""
@@ -4077,7 +4150,7 @@ msgstr ""
"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
+#: skins/default/templates/authopenid/complete.html:30
#, python-format
msgid ""
"%(username)s already exists, choose another name for \n"
@@ -4094,7 +4167,7 @@ msgstr ""
"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
+#: skins/default/templates/authopenid/complete.html:34
#, python-format
msgid ""
"register new external %(provider)s account info, see %(gravatar_faq_url)s"
@@ -4108,7 +4181,7 @@ msgstr ""
"retrieve your unique avatar image - <a href='%(gravatar_faq_url)"
"s'><strong>gravatar</strong></a>.</p>"
-#: skins/default/templates/authopenid/complete.html:39
+#: skins/default/templates/authopenid/complete.html:37
#, python-format
msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
msgstr ""
@@ -4119,22 +4192,22 @@ msgstr ""
"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
+#: skins/default/templates/authopenid/complete.html:40
msgid "This account already exists, please use another."
msgstr ""
-#: skins/default/templates/authopenid/complete.html:61
+#: skins/default/templates/authopenid/complete.html:59
msgid "Screen name label"
msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
-#: skins/default/templates/authopenid/complete.html:68
+#: skins/default/templates/authopenid/complete.html:66
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
+#: skins/default/templates/authopenid/complete.html:72
+#: skins/default/templates/authopenid/signup_with_password.html:36
msgid "receive updates motivational blurb"
msgstr ""
"<strong>Receive forum updates by email</strong> - this will help our "
@@ -4143,16 +4216,16 @@ msgstr ""
"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
+#: skins/default/templates/authopenid/complete.html:76
+#: skins/default/templates/authopenid/signup_with_password.html:40
msgid "please select one of the options above"
msgstr ""
-#: skins/default/templates/authopenid/complete.html:81
+#: skins/default/templates/authopenid/complete.html:79
msgid "Tag filter tool will be your right panel, once you log in."
msgstr ""
-#: skins/default/templates/authopenid/complete.html:82
+#: skins/default/templates/authopenid/complete.html:80
msgid "create account"
msgstr "Signup"
@@ -4204,11 +4277,24 @@ msgid ""
"for any inconvenience"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:3
+#: skins/default/templates/authopenid/macros.html:50
+msgid "Please enter your <span>user name</span>, then sign in"
+msgstr ""
+
+#: skins/default/templates/authopenid/macros.html:51
+#: skins/default/templates/authopenid/signin.html:84
+msgid "(or select another login method above)"
+msgstr ""
+
+#: skins/default/templates/authopenid/macros.html:53
+msgid "Sign in"
+msgstr ""
+
+#: skins/default/templates/authopenid/signin.html:4
msgid "User login"
msgstr "User login"
-#: skins/default/templates/authopenid/signin.html:11
+#: skins/default/templates/authopenid/signin.html:12
#, python-format
msgid ""
"\n"
@@ -4220,7 +4306,7 @@ msgstr ""
"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
+#: skins/default/templates/authopenid/signin.html:19
#, python-format
msgid ""
"Your question \n"
@@ -4231,168 +4317,163 @@ msgstr ""
"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
+#: skins/default/templates/authopenid/signin.html:26
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
+#: skins/default/templates/authopenid/signin.html:29
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
+#: skins/default/templates/authopenid/signin.html:31
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
+#: skins/default/templates/authopenid/signin.html:35
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
+#: skins/default/templates/authopenid/signin.html:37
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
+#: skins/default/templates/authopenid/signin.html:40
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
+#: skins/default/templates/authopenid/signin.html:82
msgid "Please enter your <span>user name and password</span>, then sign in"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:111
+#: skins/default/templates/authopenid/signin.html:86
msgid "Login failed, please try again"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:114
+#: skins/default/templates/authopenid/signin.html:89
msgid "Login name"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:118
+#: skins/default/templates/authopenid/signin.html:93
msgid "Password"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:122
+#: skins/default/templates/authopenid/signin.html:97
msgid "Login"
msgstr "Sign in"
-#: skins/default/templates/authopenid/signin.html:129
+#: skins/default/templates/authopenid/signin.html:104
msgid "To change your password - please enter the new one twice, then submit"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:132
+#: skins/default/templates/authopenid/signin.html:107
msgid "New password"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:137
+#: skins/default/templates/authopenid/signin.html:112
msgid "Please, retype"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:156
+#: skins/default/templates/authopenid/signin.html:130
msgid "Here are your current login methods"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:160
+#: skins/default/templates/authopenid/signin.html:134
msgid "provider"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:161
+#: skins/default/templates/authopenid/signin.html:135
msgid "last used"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:162
+#: skins/default/templates/authopenid/signin.html:136
msgid "delete, if you like"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:187
+#: skins/default/templates/authopenid/signin.html:162
msgid "Still have trouble signing in?"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:192
+#: skins/default/templates/authopenid/signin.html:167
msgid "Please, enter your email address below and obtain a new key"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:194
+#: skins/default/templates/authopenid/signin.html:169
msgid "Please, enter your email address below to recover your account"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:197
+#: skins/default/templates/authopenid/signin.html:172
msgid "recover your account via email"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:208
+#: skins/default/templates/authopenid/signin.html:183
msgid "Send a new recovery key"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:210
+#: skins/default/templates/authopenid/signin.html:185
msgid "Recover your account via email"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:221
+#: skins/default/templates/authopenid/signin.html:196
msgid "Why use OpenID?"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:224
+#: skins/default/templates/authopenid/signin.html:199
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
+#: skins/default/templates/authopenid/signin.html:202
msgid "reuse openid"
msgstr "You can safely re-use the same login for all OpenID-enabled websites."
-#: skins/default/templates/authopenid/signin.html:230
+#: skins/default/templates/authopenid/signin.html:205
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
+#: skins/default/templates/authopenid/signin.html:208
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
+#: skins/default/templates/authopenid/signin.html:212
msgid "Find out more"
msgstr ""
-#: skins/default/templates/authopenid/signin.html:238
+#: skins/default/templates/authopenid/signin.html:213
msgid "Get OpenID"
msgstr ""
-#: skins/default/templates/authopenid/signup_with_password.html:3
+#: skins/default/templates/authopenid/signup_with_password.html:4
msgid "Signup"
msgstr ""
-#: skins/default/templates/authopenid/signup_with_password.html:6
+#: skins/default/templates/authopenid/signup_with_password.html:10
+msgid "Please register by clicking on any of the icons below"
+msgstr ""
+
+#: skins/default/templates/authopenid/signup_with_password.html:23
+msgid "or create a new user name and password here"
+msgstr ""
+
+#: skins/default/templates/authopenid/signup_with_password.html:25
msgid "Create login name and password"
msgstr ""
-#: skins/default/templates/authopenid/signup_with_password.html:8
+#: skins/default/templates/authopenid/signup_with_password.html:26
msgid "Traditional signup info"
msgstr ""
"<span class='strong big'>If you prefer, create your forum login name and "
@@ -4401,24 +4482,80 @@ msgstr ""
"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
+#: skins/default/templates/authopenid/signup_with_password.html:44
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
+#: skins/default/templates/authopenid/signup_with_password.html:47
msgid "Create Account"
msgstr ""
-#: skins/default/templates/authopenid/signup_with_password.html:27
+#: skins/default/templates/authopenid/signup_with_password.html:49
msgid "or"
msgstr ""
-#: skins/default/templates/authopenid/signup_with_password.html:28
+#: skins/default/templates/authopenid/signup_with_password.html:50
msgid "return to OpenID login"
msgstr ""
+#: skins/default/templates/avatar/add.html:3
+#, fuzzy
+msgid "add avatar"
+msgstr "How to change my picture (gravatar) and what is gravatar?"
+
+#: skins/default/templates/avatar/add.html:5
+#, fuzzy
+msgid "Change avatar"
+msgstr "Retag question"
+
+#: skins/default/templates/avatar/add.html:6
+#: skins/default/templates/avatar/change.html:7
+msgid "Your current avatar: "
+msgstr ""
+
+#: skins/default/templates/avatar/add.html:9
+#: skins/default/templates/avatar/change.html:11
+msgid "You haven't uploaded an avatar yet. Please upload one now."
+msgstr ""
+
+#: skins/default/templates/avatar/add.html:13
+msgid "Upload New Image"
+msgstr ""
+
+#: skins/default/templates/avatar/change.html:4
+#, fuzzy
+msgid "change avatar"
+msgstr "Retag question"
+
+#: skins/default/templates/avatar/change.html:17
+msgid "Choose new Default"
+msgstr ""
+
+#: skins/default/templates/avatar/change.html:22
+msgid "Upload"
+msgstr ""
+
+#: skins/default/templates/avatar/confirm_delete.html:3
+msgid "delete avatar"
+msgstr ""
+
+#: skins/default/templates/avatar/confirm_delete.html:5
+msgid "Please select the avatars that you would like to delete."
+msgstr ""
+
+#: skins/default/templates/avatar/confirm_delete.html:7
+#, python-format
+msgid ""
+"You have no avatars to delete. Please <a href=\"%(avatar_change_url)s"
+"\">upload one</a> now."
+msgstr ""
+
+#: skins/default/templates/avatar/confirm_delete.html:13
+msgid "Delete These"
+msgstr ""
+
#: skins/default/templates/blocks/answer_edit_tips.html:3
msgid "answer tips"
msgstr "Tips"
@@ -4436,69 +4573,69 @@ msgid "please try to provide details"
msgstr "provide enough details"
#: skins/default/templates/blocks/answer_edit_tips.html:15
-#: skins/default/templates/blocks/question_edit_tips.html:12
+#: skins/default/templates/blocks/question_edit_tips.html:11
msgid "be clear and concise"
msgstr ""
#: skins/default/templates/blocks/answer_edit_tips.html:19
-#: skins/default/templates/blocks/question_edit_tips.html:16
+#: skins/default/templates/blocks/question_edit_tips.html:15
msgid "see frequently asked questions"
msgstr ""
#: skins/default/templates/blocks/answer_edit_tips.html:25
-#: skins/default/templates/blocks/question_edit_tips.html:22
+#: skins/default/templates/blocks/question_edit_tips.html:20
msgid "Markdown tips"
msgstr "Markdown basics"
#: skins/default/templates/blocks/answer_edit_tips.html:29
-#: skins/default/templates/blocks/question_edit_tips.html:26
+#: skins/default/templates/blocks/question_edit_tips.html:24
msgid "*italic*"
msgstr ""
#: skins/default/templates/blocks/answer_edit_tips.html:32
-#: skins/default/templates/blocks/question_edit_tips.html:29
+#: skins/default/templates/blocks/question_edit_tips.html:27
msgid "**bold**"
msgstr ""
#: skins/default/templates/blocks/answer_edit_tips.html:36
-#: skins/default/templates/blocks/question_edit_tips.html:33
+#: skins/default/templates/blocks/question_edit_tips.html:31
msgid "*italic* or _italic_"
msgstr ""
#: skins/default/templates/blocks/answer_edit_tips.html:39
-#: skins/default/templates/blocks/question_edit_tips.html:36
+#: skins/default/templates/blocks/question_edit_tips.html:34
msgid "**bold** or __bold__"
msgstr ""
#: skins/default/templates/blocks/answer_edit_tips.html:43
-#: skins/default/templates/blocks/question_edit_tips.html:40
+#: skins/default/templates/blocks/question_edit_tips.html:38
msgid "link"
msgstr ""
#: skins/default/templates/blocks/answer_edit_tips.html:43
#: skins/default/templates/blocks/answer_edit_tips.html:47
-#: skins/default/templates/blocks/question_edit_tips.html:40
-#: skins/default/templates/blocks/question_edit_tips.html:45
+#: skins/default/templates/blocks/question_edit_tips.html:38
+#: skins/default/templates/blocks/question_edit_tips.html:43
msgid "text"
msgstr ""
#: skins/default/templates/blocks/answer_edit_tips.html:47
-#: skins/default/templates/blocks/question_edit_tips.html:45
+#: skins/default/templates/blocks/question_edit_tips.html:43
msgid "image"
msgstr ""
#: skins/default/templates/blocks/answer_edit_tips.html:51
-#: skins/default/templates/blocks/question_edit_tips.html:49
+#: skins/default/templates/blocks/question_edit_tips.html:47
msgid "numbered list:"
msgstr ""
#: skins/default/templates/blocks/answer_edit_tips.html:56
-#: skins/default/templates/blocks/question_edit_tips.html:54
+#: skins/default/templates/blocks/question_edit_tips.html:52
msgid "basic HTML tags are also supported"
msgstr ""
#: skins/default/templates/blocks/answer_edit_tips.html:60
-#: skins/default/templates/blocks/question_edit_tips.html:58
+#: skins/default/templates/blocks/question_edit_tips.html:56
msgid "learn more about Markdown"
msgstr ""
@@ -4524,11 +4661,11 @@ msgstr ""
"<br>You can submit your question now and validate email after that. Your "
"question will saved as pending meanwhile. "
-#: skins/default/templates/blocks/ask_form.html:27
+#: skins/default/templates/blocks/ask_form.html:28
msgid "Login/signup to post your question"
msgstr "Login/Signup to Post"
-#: skins/default/templates/blocks/ask_form.html:29
+#: skins/default/templates/blocks/ask_form.html:30
msgid "Ask your question"
msgstr "Ask Your Question"
@@ -4553,7 +4690,7 @@ msgid ""
msgstr ""
#: skins/default/templates/blocks/footer.html:5
-#: skins/default/templates/blocks/header_meta_links.html:51
+#: skins/default/templates/blocks/header_meta_links.html:12
msgid "about"
msgstr ""
@@ -4565,78 +4702,44 @@ msgstr ""
msgid "give feedback"
msgstr ""
-#: skins/default/templates/blocks/header.html:15
+#: skins/default/templates/blocks/header.html:8
msgid "back to home page"
msgstr ""
-#: skins/default/templates/blocks/header.html:16
+#: skins/default/templates/blocks/header.html:9
#, python-format
msgid "%(site)s logo"
msgstr ""
-#: skins/default/templates/blocks/header.html:26
+#: skins/default/templates/blocks/header.html:17
msgid "questions"
msgstr ""
-#: skins/default/templates/blocks/header.html:36
+#: skins/default/templates/blocks/header.html:27
msgid "users"
msgstr "people"
-#: skins/default/templates/blocks/header.html:41
+#: skins/default/templates/blocks/header.html:32
msgid "badges"
msgstr ""
-#: skins/default/templates/blocks/header.html:46
+#: skins/default/templates/blocks/header.html:37
msgid "ask a question"
msgstr ""
-#: skins/default/templates/blocks/header_meta_links.html:7
-#, python-format
-msgid "responses for %(username)s"
-msgstr ""
-
-#: skins/default/templates/blocks/header_meta_links.html:10
-#, python-format
-msgid "you have a new response"
-msgid_plural "you nave %(response_count)s new responses"
-msgstr[0] ""
-msgstr[1] ""
-
-#: skins/default/templates/blocks/header_meta_links.html:13
-msgid "no new responses yet"
-msgstr ""
-
-#: skins/default/templates/blocks/header_meta_links.html:25
-#: skins/default/templates/blocks/header_meta_links.html:26
-#, python-format
-msgid "%(new)s new flagged posts and %(seen)s previous"
-msgstr ""
-
-#: skins/default/templates/blocks/header_meta_links.html:28
-#: skins/default/templates/blocks/header_meta_links.html:29
-#, python-format
-msgid "%(new)s new flagged posts"
-msgstr ""
-
-#: skins/default/templates/blocks/header_meta_links.html:34
-#: skins/default/templates/blocks/header_meta_links.html:35
-#, python-format
-msgid "%(seen)s flagged posts"
-msgstr ""
-
-#: skins/default/templates/blocks/header_meta_links.html:47
+#: skins/default/templates/blocks/header_meta_links.html:8
msgid "logout"
msgstr "sign out"
-#: skins/default/templates/blocks/header_meta_links.html:49
+#: skins/default/templates/blocks/header_meta_links.html:10
msgid "login"
msgstr "Hi, there! Please sign in"
-#: skins/default/templates/blocks/header_meta_links.html:54
+#: skins/default/templates/blocks/header_meta_links.html:15
msgid "settings"
msgstr ""
-#: skins/default/templates/blocks/input_bar.html:32
+#: skins/default/templates/blocks/input_bar.html:34
msgid "search"
msgstr ""
@@ -4644,26 +4747,21 @@ msgstr ""
msgid "question tips"
msgstr "Tips"
-#: skins/default/templates/blocks/question_edit_tips.html:6
+#: skins/default/templates/blocks/question_edit_tips.html:5
msgid "please ask a relevant question"
msgstr "ask a question interesting to this community"
-#: skins/default/templates/blocks/question_edit_tips.html:9
+#: skins/default/templates/blocks/question_edit_tips.html:8
msgid "please try provide enough details"
msgstr "provide enough details"
-#: skins/default/templates/blocks/tag_selector.html:3
+#: skins/default/templates/blocks/tag_selector.html:4
msgid "Interesting tags"
msgstr ""
-#: skins/default/templates/blocks/tag_selector.html:13
-#, python-format
-msgid "remove '%(tag_name)s' from the list of interesting tags"
-msgstr ""
-
-#: skins/default/templates/blocks/tag_selector.html:19
-#: skins/default/templates/blocks/tag_selector.html:36
-#: skins/default/templates/user_profile/user_moderate.html:35
+#: skins/default/templates/blocks/tag_selector.html:18
+#: skins/default/templates/blocks/tag_selector.html:34
+#: skins/default/templates/user_profile/user_moderate.html:38
msgid "Add"
msgstr ""
@@ -4671,119 +4769,153 @@ msgstr ""
msgid "Ignored tags"
msgstr ""
-#: skins/default/templates/blocks/tag_selector.html:30
-#, python-format
-msgid "remove '%(tag_name)s' from the list of ignored tags"
+#: skins/default/templates/blocks/tag_selector.html:36
+msgid "Display tag filter"
msgstr ""
-#: skins/default/templates/blocks/tag_selector.html:39
-msgid "keep ignored questions hidden"
+#: skins/default/templates/main_page/content.html:13
+msgid "Did not find what you were looking for?"
msgstr ""
-#: skins/default/templates/unused/email_base.html:8
-msgid "home"
+#: skins/default/templates/main_page/content.html:14
+msgid "Please, post your question!"
msgstr ""
-#: skins/default/templates/unused/notarobot.html:3
-msgid "Please prove that you are a Human Being"
+#: skins/default/templates/main_page/headline.html:7
+msgid "subscribe to the questions feed"
msgstr ""
-#: skins/default/templates/unused/notarobot.html:10
-msgid "I am a Human Being"
+#: skins/default/templates/main_page/headline.html:8
+msgid "rss feed"
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/main_page/headline.html:12 views/readers.py:131
+#, fuzzy, python-format
+msgid "%(q_num)s question, tagged"
+msgid_plural "%(q_num)s questions, tagged"
+msgstr[0] "Asked"
+msgstr[1] "Asked"
-#: skins/default/templates/unused/question_counter_widget.html:84
-msgid ""
-"\n"
-" vote\n"
-" "
-msgid_plural ""
-"\n"
-" votes\n"
-" "
+#: skins/default/templates/main_page/headline.html:14 views/readers.py:139
+#, python-format
+msgid "%(q_num)s question"
+msgid_plural "%(q_num)s questions"
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"
+#: skins/default/templates/main_page/headline.html:17
+#, python-format
+msgid "with %(author_name)s's contributions"
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/main_page/headline.html:28
+msgid "Search tips:"
+msgstr ""
-#: 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/main_page/headline.html:31
+msgid "reset author"
+msgstr ""
-#: skins/default/templates/unused/question_list.html:15
-msgid ""
-"\n"
-" vote\n"
-" "
-msgid_plural ""
-"\n"
-" votes\n"
-" "
-msgstr[0] ""
-msgstr[1] ""
+#: skins/default/templates/main_page/headline.html:33
+#: skins/default/templates/main_page/headline.html:36
+#: skins/default/templates/main_page/nothing_found.html:18
+#: skins/default/templates/main_page/nothing_found.html:21
+msgid " or "
+msgstr ""
-#: skins/default/templates/unused/question_list.html:35
-msgid ""
-"\n"
-" answer \n"
-" "
-msgid_plural ""
-"\n"
-" answers \n"
-" "
-msgstr[0] ""
-msgstr[1] ""
+#: skins/default/templates/main_page/headline.html:34
+msgid "reset tags"
+msgstr ""
-#: skins/default/templates/unused/question_list.html:47
-msgid ""
-"\n"
-" view\n"
-" "
-msgid_plural ""
-"\n"
-" views\n"
-" "
-msgstr[0] ""
-msgstr[1] ""
+#: skins/default/templates/main_page/headline.html:37
+#: skins/default/templates/main_page/headline.html:40
+msgid "start over"
+msgstr ""
-#: skins/default/templates/unused/question_summary_list_roll.html:13
-msgid "answers"
+#: skins/default/templates/main_page/headline.html:42
+msgid " - to expand, or dig in by adding more tags and revising the query."
msgstr ""
-#: skins/default/templates/unused/question_summary_list_roll.html:14
-msgid "votes"
+#: skins/default/templates/main_page/headline.html:45
+msgid "Search tip:"
+msgstr ""
+
+#: skins/default/templates/main_page/headline.html:45
+msgid "add tags and a query to focus your search"
+msgstr ""
+
+#: skins/default/templates/main_page/javascript.html:16
+#: skins/default/templates/main_page/javascript.html:17
+msgid "mark-tag/"
+msgstr ""
+
+#: skins/default/templates/main_page/javascript.html:16
+msgid "interesting/"
+msgstr ""
+
+#: skins/default/templates/main_page/javascript.html:17
+msgid "ignored/"
+msgstr ""
+
+#: skins/default/templates/main_page/javascript.html:18
+msgid "unmark-tag/"
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:4
+msgid "There are no unanswered questions here"
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:7
+msgid "No favorite questions here. "
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:8
+msgid "Please start (bookmark) some questions when you visit them"
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:13
+msgid "You can expand your search by "
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:16
+msgid "resetting author"
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:19
+msgid "resetting tags"
+msgstr ""
+
+#: skins/default/templates/main_page/nothing_found.html:22
+#: skins/default/templates/main_page/nothing_found.html:25
+msgid "starting over"
msgstr ""
-#: skins/default/templates/unused/question_summary_list_roll.html:15
-msgid "views"
+#: skins/default/templates/main_page/nothing_found.html:30
+msgid "Please always feel free to ask your question!"
+msgstr ""
+
+#: skins/default/templates/main_page/sidebar.html:5
+msgid "Contributors"
+msgstr ""
+
+#: skins/default/templates/main_page/sidebar.html:22
+msgid "Related tags"
+msgstr "Tags"
+
+#: skins/default/templates/main_page/tab_bar.html:5
+msgid "In:"
+msgstr ""
+
+#: skins/default/templates/main_page/tab_bar.html:14
+msgid "see unanswered questions"
+msgstr ""
+
+#: skins/default/templates/main_page/tab_bar.html:20
+msgid "see your favorite questions"
+msgstr ""
+
+#: skins/default/templates/main_page/tab_bar.html:25
+msgid "Sort by:"
msgstr ""
#: skins/default/templates/user_profile/user.html:13
@@ -4800,7 +4932,7 @@ msgid "edit profile"
msgstr ""
#: skins/default/templates/user_profile/user_edit.html:17
-#: skins/default/templates/user_profile/user_info.html:9
+#: skins/default/templates/user_profile/user_info.html:15
msgid "change picture"
msgstr ""
@@ -4812,16 +4944,21 @@ msgstr ""
msgid "Screen Name"
msgstr ""
-#: skins/default/templates/user_profile/user_edit.html:75
-#: skins/default/templates/user_profile/user_email_subscriptions.html:18
+#: skins/default/templates/user_profile/user_edit.html:83
+#: skins/default/templates/user_profile/user_email_subscriptions.html:21
msgid "Update"
msgstr ""
#: skins/default/templates/user_profile/user_email_subscriptions.html:4
+#: skins/default/templates/user_profile/user_tabs.html:36
+msgid "subscriptions"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_email_subscriptions.html:7
msgid "Email subscription settings"
msgstr ""
-#: skins/default/templates/user_profile/user_email_subscriptions.html:5
+#: skins/default/templates/user_profile/user_email_subscriptions.html:8
msgid "email subscription settings info"
msgstr ""
"<span class='big strong'>Adjust frequency of email updates.</span> Receive "
@@ -4830,222 +4967,249 @@ msgstr ""
"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_profile/user_email_subscriptions.html:19
+#: skins/default/templates/user_profile/user_email_subscriptions.html:22
msgid "Stop sending email"
msgstr "Stop Email"
-#: skins/default/templates/user_profile/user_inbox.html:31
+#: skins/default/templates/user_profile/user_favorites.html:4
+#: skins/default/templates/user_profile/user_tabs.html:21
+msgid "favorites"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:18
+#: skins/default/templates/user_profile/user_tabs.html:12
+msgid "inbox"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_inbox.html:34
msgid "Sections:"
msgstr ""
-#: skins/default/templates/user_profile/user_inbox.html:35
+#: skins/default/templates/user_profile/user_inbox.html:38
#, python-format
msgid "forum responses (%(re_count)s)"
msgstr ""
-#: skins/default/templates/user_profile/user_inbox.html:40
+#: skins/default/templates/user_profile/user_inbox.html:43
#, python-format
msgid "flagged items (%(flag_count)s)"
msgstr ""
-#: skins/default/templates/user_profile/user_inbox.html:46
+#: skins/default/templates/user_profile/user_inbox.html:49
msgid "select:"
msgstr ""
-#: skins/default/templates/user_profile/user_inbox.html:48
+#: skins/default/templates/user_profile/user_inbox.html:51
msgid "seen"
msgstr ""
-#: skins/default/templates/user_profile/user_inbox.html:49
+#: skins/default/templates/user_profile/user_inbox.html:52
msgid "new"
msgstr ""
-#: skins/default/templates/user_profile/user_inbox.html:50
+#: skins/default/templates/user_profile/user_inbox.html:53
msgid "none"
msgstr ""
-#: skins/default/templates/user_profile/user_inbox.html:51
+#: skins/default/templates/user_profile/user_inbox.html:54
msgid "mark as seen"
msgstr ""
-#: skins/default/templates/user_profile/user_inbox.html:52
+#: skins/default/templates/user_profile/user_inbox.html:55
msgid "mark as new"
msgstr ""
-#: skins/default/templates/user_profile/user_inbox.html:53
+#: skins/default/templates/user_profile/user_inbox.html:56
msgid "dismiss"
msgstr ""
-#: skins/default/templates/user_profile/user_info.html:22
-msgid "manage login methods"
+#: skins/default/templates/user_profile/user_info.html:19
+msgid "remove"
msgstr ""
-#: skins/default/templates/user_profile/user_info.html:26
+#: skins/default/templates/user_profile/user_info.html:33
msgid "update profile"
msgstr ""
-#: skins/default/templates/user_profile/user_info.html:38
+#: skins/default/templates/user_profile/user_info.html:37
+msgid "manage login methods"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_info.html:50
msgid "real name"
msgstr ""
-#: skins/default/templates/user_profile/user_info.html:43
+#: skins/default/templates/user_profile/user_info.html:55
msgid "member for"
msgstr "member since"
-#: skins/default/templates/user_profile/user_info.html:48
+#: skins/default/templates/user_profile/user_info.html:60
msgid "last seen"
msgstr ""
-#: skins/default/templates/user_profile/user_info.html:54
+#: skins/default/templates/user_profile/user_info.html:66
msgid "user website"
msgstr "website"
-#: skins/default/templates/user_profile/user_info.html:60
+#: skins/default/templates/user_profile/user_info.html:72
msgid "location"
msgstr ""
-#: skins/default/templates/user_profile/user_info.html:67
+#: skins/default/templates/user_profile/user_info.html:79
msgid "age"
msgstr ""
-#: skins/default/templates/user_profile/user_info.html:68
+#: skins/default/templates/user_profile/user_info.html:80
msgid "age unit"
msgstr "years old"
-#: skins/default/templates/user_profile/user_info.html:75
+#: skins/default/templates/user_profile/user_info.html:87
msgid "todays unused votes"
msgstr ""
-#: skins/default/templates/user_profile/user_info.html:76
+#: skins/default/templates/user_profile/user_info.html:88
msgid "votes left"
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:5
+#: skins/default/templates/user_profile/user_moderate.html:4
+#: skins/default/templates/user_profile/user_tabs.html:42
+msgid "moderation"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_moderate.html:8
#, python-format
msgid "%(username)s's current status is \"%(status)s\""
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:8
+#: skins/default/templates/user_profile/user_moderate.html:11
msgid "User status changed"
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:15
+#: skins/default/templates/user_profile/user_moderate.html:18
msgid "Save"
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:21
+#: skins/default/templates/user_profile/user_moderate.html:24
#, python-format
msgid "Your current reputation is %(reputation)s points"
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:23
+#: skins/default/templates/user_profile/user_moderate.html:26
#, python-format
msgid "User's current reputation is %(reputation)s points"
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:27
+#: skins/default/templates/user_profile/user_moderate.html:30
msgid "User reputation changed"
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:34
+#: skins/default/templates/user_profile/user_moderate.html:37
msgid "Subtract"
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:39
+#: skins/default/templates/user_profile/user_moderate.html:42
#, python-format
msgid "Send message to %(username)s"
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:40
+#: skins/default/templates/user_profile/user_moderate.html:43
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_profile/user_moderate.html:42
+#: skins/default/templates/user_profile/user_moderate.html:45
msgid "Message sent"
msgstr ""
-#: skins/default/templates/user_profile/user_moderate.html:60
+#: skins/default/templates/user_profile/user_moderate.html:63
msgid "Send message"
msgstr ""
-#: skins/default/templates/user_profile/user_reputation.html:7
+#: skins/default/templates/user_profile/user_recent.html:4
+#: skins/default/templates/user_profile/user_tabs.html:25
+msgid "activity"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:4
+msgid "karma"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_reputation.html:11
msgid "Your karma change log."
msgstr ""
-#: skins/default/templates/user_profile/user_reputation.html:9
+#: skins/default/templates/user_profile/user_reputation.html:13
#, python-format
msgid "%(user_name)s's karma change log"
msgstr ""
-#: skins/default/templates/user_profile/user_stats.html:7
+#: skins/default/templates/user_profile/user_stats.html:5
+#: skins/default/templates/user_profile/user_tabs.html:7
+msgid "overview"
+msgstr ""
+
+#: skins/default/templates/user_profile/user_stats.html:11
#, 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_profile/user_stats.html:12
+#: skins/default/templates/user_profile/user_stats.html:16
#, 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_profile/user_stats.html:20
+#: skins/default/templates/user_profile/user_stats.html:24
#, python-format
msgid "the answer has been voted for %(answer_score)s times"
msgstr ""
-#: skins/default/templates/user_profile/user_stats.html:20
+#: skins/default/templates/user_profile/user_stats.html:24
msgid "this answer has been selected as correct"
msgstr ""
-#: skins/default/templates/user_profile/user_stats.html:30
+#: skins/default/templates/user_profile/user_stats.html:34
#, 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_profile/user_stats.html:40
+#: skins/default/templates/user_profile/user_stats.html:44
#, 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_profile/user_stats.html:46
+#: skins/default/templates/user_profile/user_stats.html:50
msgid "thumb up"
msgstr ""
-#: skins/default/templates/user_profile/user_stats.html:47
+#: skins/default/templates/user_profile/user_stats.html:51
msgid "user has voted up this many times"
msgstr ""
-#: skins/default/templates/user_profile/user_stats.html:50
+#: skins/default/templates/user_profile/user_stats.html:54
msgid "thumb down"
msgstr ""
-#: skins/default/templates/user_profile/user_stats.html:51
+#: skins/default/templates/user_profile/user_stats.html:55
msgid "user voted down this many times"
msgstr ""
-#: skins/default/templates/user_profile/user_stats.html:59
+#: skins/default/templates/user_profile/user_stats.html:63
#, 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_profile/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_profile/user_stats.html:81
+#: skins/default/templates/user_profile/user_stats.html:99
#, python-format
msgid "<span class=\"count\">%(counter)s</span> Badge"
msgid_plural "<span class=\"count\">%(counter)s</span> Badges"
@@ -5056,64 +5220,44 @@ msgstr[1] ""
msgid "User profile"
msgstr ""
-#: skins/default/templates/user_profile/user_tabs.html:6
-msgid "overview"
-msgstr ""
-
-#: skins/default/templates/user_profile/user_tabs.html:9 views/users.py:730
+#: skins/default/templates/user_profile/user_tabs.html:10 views/users.py:728
msgid "comments and answers to others questions"
msgstr ""
-#: skins/default/templates/user_profile/user_tabs.html:10
-msgid "inbox"
-msgstr ""
-
-#: skins/default/templates/user_profile/user_tabs.html:13
+#: skins/default/templates/user_profile/user_tabs.html:15
msgid "graph of user reputation"
msgstr "Graph of user karma"
-#: skins/default/templates/user_profile/user_tabs.html:14
+#: skins/default/templates/user_profile/user_tabs.html:17
msgid "reputation history"
msgstr "karma"
-#: skins/default/templates/user_profile/user_tabs.html:16
+#: skins/default/templates/user_profile/user_tabs.html:19
msgid "questions that user selected as his/her favorite"
msgstr ""
-#: skins/default/templates/user_profile/user_tabs.html:17
-msgid "favorites"
-msgstr ""
-
-#: skins/default/templates/user_profile/user_tabs.html:19
+#: skins/default/templates/user_profile/user_tabs.html:23
msgid "recent activity"
msgstr ""
-#: skins/default/templates/user_profile/user_tabs.html:20
-msgid "activity"
-msgstr ""
-
-#: skins/default/templates/user_profile/user_tabs.html:23 views/users.py:795
+#: skins/default/templates/user_profile/user_tabs.html:28 views/users.py:792
msgid "user vote record"
msgstr ""
-#: skins/default/templates/user_profile/user_tabs.html:24
+#: skins/default/templates/user_profile/user_tabs.html:30
msgid "casted votes"
msgstr "votes"
-#: skins/default/templates/user_profile/user_tabs.html:28 views/users.py:905
+#: skins/default/templates/user_profile/user_tabs.html:34 views/users.py:897
msgid "email subscription settings"
msgstr ""
-#: skins/default/templates/user_profile/user_tabs.html:29
-msgid "subscriptions"
-msgstr ""
-
-#: skins/default/templates/user_profile/user_tabs.html:33 views/users.py:217
+#: skins/default/templates/user_profile/user_tabs.html:40 views/users.py:212
msgid "moderate this user"
msgstr ""
-#: skins/default/templates/user_profile/user_tabs.html:34
-msgid "moderation"
+#: skins/default/templates/user_profile/user_votes.html:4
+msgid "votes"
msgstr ""
#: skins/default/templates/user_profile/users_questions.html:9
@@ -5132,11 +5276,11 @@ msgstr ""
msgid "thumb-up off"
msgstr ""
-#: templatetags/extra_filters.py:168 templatetags/extra_filters_jinja.py:234
+#: templatetags/extra_filters.py:145 templatetags/extra_filters_jinja.py:227
msgid "no items in counter"
msgstr "no"
-#: utils/decorators.py:82 views/commands.py:132 views/commands.py:149
+#: utils/decorators.py:82 views/commands.py:128 views/commands.py:145
msgid "Oops, apologies - there was some error"
msgstr ""
@@ -5235,72 +5379,90 @@ msgid_plural "%(min)d mins ago"
msgstr[0] ""
msgstr[1] ""
-#: views/commands.py:42
+#: views/avatar_views.py:94
+msgid "Successfully uploaded a new avatar."
+msgstr ""
+
+#: views/avatar_views.py:134
+msgid "Successfully updated your avatar."
+msgstr ""
+
+#: views/avatar_views.py:173
+msgid "Successfully deleted the requested avatars."
+msgstr ""
+
+#: views/commands.py:38
msgid "anonymous users cannot vote"
msgstr "Sorry, anonymous users cannot vote"
-#: views/commands.py:62
+#: views/commands.py:58
msgid "Sorry you ran out of votes for today"
msgstr ""
-#: views/commands.py:68
+#: views/commands.py:64
#, python-format
msgid "You have %(votes_left)s votes left for today"
msgstr ""
-#: views/commands.py:139
+#: views/commands.py:135
msgid "Sorry, but anonymous users cannot access the inbox"
msgstr ""
-#: views/commands.py:209
+#: views/commands.py:205
msgid "Sorry, something is not right here..."
msgstr ""
-#: views/commands.py:224
+#: views/commands.py:220
msgid "Sorry, but anonymous users cannot accept answers"
msgstr ""
-#: views/commands.py:305
+#: views/commands.py:301
#, 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:313
+#: views/commands.py:309
msgid "email update frequency has been set to daily"
msgstr ""
-#: views/commands.py:382
-msgid "Bad request"
+#: views/commands.py:400
+#, python-format
+msgid "Tag subscription was canceled (<a href=\"%(url)s\">undo</a>)."
+msgstr ""
+
+#: views/commands.py:409
+#, python-format
+msgid "Please sign in to subscribe for: %(tags)s"
msgstr ""
-#: views/meta.py:68
+#: views/meta.py:63
msgid "Q&A forum feedback"
msgstr ""
-#: views/meta.py:69
+#: views/meta.py:64
msgid "Thanks for the feedback!"
msgstr ""
-#: views/meta.py:79
+#: views/meta.py:72
msgid "We look forward to hearing your feedback! Please, give it next time :)"
msgstr ""
-#: views/readers.py:188
+#: views/readers.py:177
#, 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:424
+#: views/readers.py:403
msgid ""
"Sorry, the comment you are looking for has been deleted and is no longer "
"accessible"
msgstr ""
-#: views/users.py:218
+#: views/users.py:213
msgid "moderate user"
msgstr ""
@@ -5312,90 +5474,93 @@ msgstr ""
msgid "user profile overview"
msgstr ""
-#: views/users.py:662
+#: views/users.py:661
msgid "recent user activity"
msgstr ""
-#: views/users.py:663
+#: views/users.py:662
msgid "profile - recent activity"
msgstr ""
-#: views/users.py:731
+#: views/users.py:729
msgid "profile - responses"
msgstr ""
-#: views/users.py:796
+#: views/users.py:793
msgid "profile - votes"
msgstr ""
-#: views/users.py:834
+#: views/users.py:828
msgid "user reputation in the community"
msgstr "user karma"
-#: views/users.py:835
+#: views/users.py:829
msgid "profile - user reputation"
msgstr "Profile - User's Karma"
-#: views/users.py:863
+#: views/users.py:856
msgid "users favorite questions"
msgstr ""
-#: views/users.py:864
+#: views/users.py:857
msgid "profile - favorite questions"
msgstr ""
-#: views/users.py:884 views/users.py:888
+#: views/users.py:876 views/users.py:880
msgid "changes saved"
msgstr ""
-#: views/users.py:894
+#: views/users.py:886
msgid "email updates canceled"
msgstr ""
-#: views/users.py:906
+#: views/users.py:898
msgid "profile - email subscriptions"
msgstr ""
-#: views/writers.py:56
+#: views/writers.py:57
msgid "Sorry, anonymous users cannot upload files"
msgstr ""
-#: views/writers.py:65
+#: views/writers.py:67
#, python-format
msgid "allowed file types are '%(file_types)s'"
msgstr ""
-#: views/writers.py:88
+#: views/writers.py:90
#, python-format
msgid "maximum upload file size is %(file_size)sK"
msgstr ""
-#: views/writers.py:96
+#: views/writers.py:98
msgid "Error uploading file. Please contact the site administrator. Thank you."
msgstr ""
-#: views/writers.py:452
+#: views/writers.py:560
#, 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
+#: views/writers.py:605
msgid "Sorry, anonymous users cannot edit comments"
msgstr ""
-#: views/writers.py:505
+#: views/writers.py:613
#, 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
+#: views/writers.py:634
msgid "sorry, we seem to have some technical difficulties"
msgstr ""
+#~ msgid "Email verification subject line"
+#~ msgstr "Verification Email from Q&A forum"
+
#~ msgid "how to validate email title"
#~ msgstr "How to validate email and why?"
diff --git a/askbot/skins/default/templates/macros.html b/askbot/skins/default/templates/macros.html
index 5d42b02f..a43f38b1 100644
--- a/askbot/skins/default/templates/macros.html
+++ b/askbot/skins/default/templates/macros.html
@@ -602,7 +602,7 @@ poor design of the data or methods on data objects #}
alt="{% trans username=user.username %}responses for {{username}}{% endtrans %}"
{% if user.new_response_count > 0 %}
src="{{ "/images/mail-envelope-full.png"|media }}"
- title="{% trans response_count=user.new_response_count %}you have a new response{% pluralize %}you nave {{response_count}} new responses{% endtrans %}"
+ title="{% trans response_count=user.new_response_count %}you have a new response{% pluralize %}you have {{response_count}} new responses{% endtrans %}"
{% elif user.seen_response_count > 0 %}
src="{{ "/images/mail-envelope-empty.png"|media }}"
title="{% trans %}no new responses yet{% endtrans %}"