]> git.openstreetmap.org Git - osqa.git/blob - locale/en/LC_MESSAGES/django.po
This is a duct tape solution to an issue that rick brought up. inside the locale...
[osqa.git] / locale / en / LC_MESSAGES / django.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2010-04-28 16:53-0400\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: forum/const.py:8
20 msgid "duplicate question"
21 msgstr ""
22
23 #: forum/const.py:9
24 msgid "question is off-topic or not relevant"
25 msgstr ""
26
27 #: forum/const.py:10
28 msgid "too subjective and argumentative"
29 msgstr ""
30
31 #: forum/const.py:11
32 msgid "is not an answer to the question"
33 msgstr ""
34
35 #: forum/const.py:12
36 msgid "the question is answered, right answer was accepted"
37 msgstr ""
38
39 #: forum/const.py:13
40 msgid "problem is not reproducible or outdated"
41 msgstr ""
42
43 #: forum/const.py:14
44 msgid "question contains offensive inappropriate, or malicious remarks"
45 msgstr ""
46
47 #: forum/const.py:15
48 msgid "spam or advertising"
49 msgstr ""
50
51 #: forum/const.py:71 forum/skins/default/templates/osqaadmin/index.html:21
52 msgid "question"
53 msgstr ""
54
55 #: forum/const.py:72 forum/skins/default/templates/book.html:110
56 #: forum/skins/default/templates/osqaadmin/index.html:26
57 msgid "answer"
58 msgstr ""
59
60 #: forum/const.py:73
61 msgid "commented question"
62 msgstr ""
63
64 #: forum/const.py:74
65 msgid "commented answer"
66 msgstr ""
67
68 #: forum/const.py:75
69 msgid "edited question"
70 msgstr ""
71
72 #: forum/const.py:76
73 msgid "edited answer"
74 msgstr ""
75
76 #: forum/const.py:77
77 msgid "received award"
78 msgstr "received badge"
79
80 #: forum/const.py:78
81 msgid "marked best answer"
82 msgstr ""
83
84 #: forum/const.py:79
85 msgid "upvoted"
86 msgstr ""
87
88 #: forum/const.py:80
89 msgid "downvoted"
90 msgstr ""
91
92 #: forum/const.py:81
93 msgid "upvote canceled"
94 msgstr ""
95
96 #: forum/const.py:82
97 msgid "downvote canceled"
98 msgstr ""
99
100 #: forum/const.py:83
101 msgid "deleted question"
102 msgstr ""
103
104 #: forum/const.py:84
105 msgid "deleted answer"
106 msgstr ""
107
108 #: forum/const.py:85
109 msgid "marked offensive"
110 msgstr ""
111
112 #: forum/const.py:86
113 msgid "updated tags"
114 msgstr ""
115
116 #: forum/const.py:87
117 msgid "selected favorite"
118 msgstr ""
119
120 #: forum/const.py:88
121 msgid "completed user profile"
122 msgstr ""
123
124 #: forum/const.py:89
125 msgid "email update sent to user"
126 msgstr ""
127
128 #: forum/const.py:93
129 msgid "question_answered"
130 msgstr "answer"
131
132 #: forum/const.py:94
133 msgid "question_commented"
134 msgstr "question comment"
135
136 #: forum/const.py:95
137 msgid "answer_commented"
138 msgstr "answer comment"
139
140 #: forum/const.py:96
141 msgid "answer_accepted"
142 msgstr "answer accepted"
143
144 #: forum/const.py:100
145 msgid "[closed]"
146 msgstr ""
147
148 #: forum/const.py:101
149 msgid "[deleted]"
150 msgstr ""
151
152 #: forum/const.py:102
153 msgid "initial version"
154 msgstr ""
155
156 #: forum/const.py:103
157 msgid "retagged"
158 msgstr ""
159
160 #: forum/const.py:111
161 msgid "Instantly"
162 msgstr ""
163
164 #: forum/const.py:112
165 msgid "Daily"
166 msgstr ""
167
168 #: forum/const.py:113
169 msgid "Weekly"
170 msgstr ""
171
172 #: forum/const.py:114
173 msgid "No notifications"
174 msgstr ""
175
176 #: forum/feed.py:18
177 msgid " - "
178 msgstr ""
179
180 #: forum/feed.py:18
181 msgid "latest questions"
182 msgstr ""
183
184 #: forum/forms.py:21 forum/skins/default/templates/answer_edit_tips.html:35
185 #: forum/skins/default/templates/answer_edit_tips.html:39
186 #: forum/skins/default/templates/question_edit_tips.html:37
187 #: forum/skins/default/templates/question_edit_tips.html:42
188 msgid "title"
189 msgstr ""
190
191 #: forum/forms.py:22
192 msgid "please enter a descriptive title for your question"
193 msgstr ""
194
195 #: forum/forms.py:27
196 msgid "title must be > 10 characters"
197 msgstr ""
198
199 #: forum/forms.py:36
200 msgid "content"
201 msgstr ""
202
203 #: forum/forms.py:42
204 msgid "question content must be > 10 characters"
205 msgstr ""
206
207 #: forum/forms.py:52 forum/skins/default/templates/header.html:31
208 #: forum/skins/default/templates/header.html:56
209 msgid "tags"
210 msgstr ""
211
212 #: forum/forms.py:54
213 msgid ""
214 "Tags are short keywords, with no spaces within. Up to five tags can be used."
215 msgstr ""
216
217 #: forum/forms.py:61 forum/skins/default/templates/question_retag.html:43
218 msgid "tags are required"
219 msgstr ""
220
221 #: forum/forms.py:67
222 msgid "please use 5 tags or less"
223 msgstr ""
224
225 #: forum/forms.py:72
226 msgid "tags must be shorter than 20 characters"
227 msgstr ""
228
229 #: forum/forms.py:74
230 msgid ""
231 "please use following characters in tags: letters 'a-z', numbers, and "
232 "characters '.-_#'"
233 msgstr ""
234
235 #: forum/forms.py:84
236 #: forum/skins/default/templates/post_contributor_info.html:7
237 #: forum/skins/default/templates/question_summary_list_roll.html:26
238 #: forum/skins/default/templates/question_summary_list_roll.html:38
239 msgid "community wiki"
240 msgstr ""
241
242 #: forum/forms.py:85
243 msgid ""
244 "if you choose community wiki option, the question and answer do not generate "
245 "points and name of author will not be shown"
246 msgstr ""
247
248 #: forum/forms.py:101
249 msgid "update summary:"
250 msgstr ""
251
252 #: forum/forms.py:102
253 msgid ""
254 "enter a brief summary of your revision (e.g. fixed spelling, grammar, "
255 "improved style, this field is optional)"
256 msgstr ""
257
258 #: forum/forms.py:105
259 msgid "Automatically accept user's contributions for the email updates"
260 msgstr ""
261
262 #: forum/forms.py:118
263 msgid "Your name:"
264 msgstr ""
265
266 #: forum/forms.py:119
267 msgid "Email (not shared with anyone):"
268 msgstr ""
269
270 #: forum/forms.py:120
271 msgid "Your message:"
272 msgstr ""
273
274 #: forum/forms.py:202
275 msgid "this email does not have to be linked to gravatar"
276 msgstr ""
277
278 #: forum/forms.py:204
279 msgid "Screen name"
280 msgstr ""
281
282 #: forum/forms.py:205
283 msgid "Real name"
284 msgstr ""
285
286 #: forum/forms.py:206
287 msgid "Website"
288 msgstr ""
289
290 #: forum/forms.py:207
291 msgid "Location"
292 msgstr ""
293
294 #: forum/forms.py:208
295 msgid "Date of birth"
296 msgstr ""
297
298 #: forum/forms.py:208
299 msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
300 msgstr ""
301
302 #: forum/forms.py:209 forum/skins/default/templates/account_settings.html:21
303 msgid "Profile"
304 msgstr ""
305
306 #: forum/forms.py:240 forum/forms.py:241
307 msgid "this email has already been registered, please use another one"
308 msgstr ""
309
310 #: forum/subscriptions.py:41
311 #, python-format
312 msgid "New question on %(app_name)s"
313 msgstr ""
314
315 #: forum/subscriptions.py:73
316 #, fuzzy, python-format
317 msgid "New answer to '%(question_title)s'"
318 msgstr "Post Your Answer"
319
320 #: forum/subscriptions.py:112
321 #, python-format
322 msgid "New comment on %(question_title)s"
323 msgstr ""
324
325 #: forum/subscriptions.py:136
326 #, python-format
327 msgid "An answer to '%(question_title)s' was accepted"
328 msgstr ""
329
330 #: forum/subscriptions.py:156
331 #, python-format
332 msgid "%(username)s is a new member on %(app_name)s"
333 msgstr ""
334
335 #: forum/urls.py:44
336 msgid "upfiles/"
337 msgstr ""
338
339 #: forum/urls.py:49
340 msgid "about/"
341 msgstr ""
342
343 #: forum/urls.py:50
344 msgid "faq/"
345 msgstr ""
346
347 #: forum/urls.py:51
348 msgid "privacy/"
349 msgstr ""
350
351 #: forum/urls.py:52
352 msgid "logout/"
353 msgstr ""
354
355 #: forum/urls.py:53 forum/urls.py:54
356 msgid "answers/"
357 msgstr ""
358
359 #: forum/urls.py:53 forum/urls.py:58 forum/urls.py:98
360 #: forum/skins/default/templates/users/info.html:44
361 msgid "edit/"
362 msgstr ""
363
364 #: forum/urls.py:54 forum/urls.py:74
365 msgid "revisions/"
366 msgstr ""
367
368 #: forum/urls.py:55 forum/urls.py:56 forum/urls.py:57 forum/urls.py:58
369 #: forum/urls.py:59 forum/urls.py:60 forum/urls.py:61 forum/urls.py:74
370 msgid "questions/"
371 msgstr ""
372
373 #: forum/urls.py:56 forum_modules/books/urls.py:8
374 msgid "ask/"
375 msgstr ""
376
377 #: forum/urls.py:57
378 msgid "unanswered/"
379 msgstr ""
380
381 #: forum/urls.py:59
382 msgid "close/"
383 msgstr ""
384
385 #: forum/urls.py:60
386 msgid "reopen/"
387 msgstr ""
388
389 #: forum/urls.py:61
390 msgid "answer/"
391 msgstr ""
392
393 #: forum/urls.py:63
394 msgid "vote/"
395 msgstr ""
396
397 #: forum/urls.py:64
398 #, fuzzy
399 msgid "like_comment/"
400 msgstr "answer comment"
401
402 #: forum/urls.py:65
403 #, fuzzy
404 msgid "comment/"
405 msgstr "post a comment"
406
407 #: forum/urls.py:66
408 #, fuzzy
409 msgid "delete_comment/"
410 msgstr "post a comment"
411
412 #: forum/urls.py:67
413 msgid "accept_answer/"
414 msgstr ""
415
416 #: forum/urls.py:68
417 msgid "mark_favorite/"
418 msgstr ""
419
420 #: forum/urls.py:69
421 msgid "flag/"
422 msgstr ""
423
424 #: forum/urls.py:70
425 msgid "delete/"
426 msgstr ""
427
428 #: forum/urls.py:71
429 msgid "subscribe/"
430 msgstr ""
431
432 #: forum/urls.py:72
433 msgid "matching_tags/"
434 msgstr ""
435
436 #: forum/urls.py:75
437 msgid "command/"
438 msgstr ""
439
440 #: forum/urls.py:78
441 msgid "question/"
442 msgstr ""
443
444 #: forum/urls.py:79 forum/urls.py:80
445 msgid "tags/"
446 msgstr ""
447
448 #: forum/urls.py:82 forum/urls.py:86
449 msgid "mark-tag/"
450 msgstr ""
451
452 #: forum/urls.py:82
453 msgid "interesting/"
454 msgstr ""
455
456 #: forum/urls.py:86
457 msgid "ignored/"
458 msgstr ""
459
460 #: forum/urls.py:90
461 msgid "unmark-tag/"
462 msgstr ""
463
464 #: forum/urls.py:96 forum/urls.py:98 forum/urls.py:100 forum/urls.py:101
465 #: forum/urls.py:102 forum/urls.py:103 forum/urls.py:104 forum/urls.py:105
466 #: forum/models/user.py:124
467 msgid "users/"
468 msgstr ""
469
470 #: forum/urls.py:97
471 msgid "moderate-user/"
472 msgstr ""
473
474 #: forum/urls.py:100
475 msgid "subscriptions/"
476 msgstr ""
477
478 #: forum/urls.py:101
479 msgid "favorites/"
480 msgstr ""
481
482 #: forum/urls.py:102
483 #, fuzzy
484 msgid "reputation/"
485 msgstr "karma"
486
487 #: forum/urls.py:103
488 msgid "votes/"
489 msgstr ""
490
491 #: forum/urls.py:104
492 msgid "recent/"
493 msgstr ""
494
495 #: forum/urls.py:107 forum/urls.py:108
496 msgid "badges/"
497 msgstr ""
498
499 #: forum/urls.py:109
500 msgid "messages/"
501 msgstr ""
502
503 #: forum/urls.py:109
504 msgid "markread/"
505 msgstr ""
506
507 #: forum/urls.py:111
508 msgid "nimda/"
509 msgstr ""
510
511 #: forum/urls.py:113
512 msgid "upload/"
513 msgstr ""
514
515 #: forum/urls.py:114
516 msgid "search/"
517 msgstr ""
518
519 #: forum/urls.py:115
520 msgid "feedback/"
521 msgstr ""
522
523 #: forum/urls.py:119 forum/urls.py:120 forum/urls.py:121 forum/urls.py:122
524 #: forum/urls.py:123 forum/urls.py:124 forum/urls.py:125 forum/urls.py:126
525 #: forum/urls.py:127 forum/urls.py:128 forum/urls.py:129 forum/urls.py:130
526 #: forum_modules/localauth/urls.py:7
527 msgid "account/"
528 msgstr ""
529
530 #: forum/urls.py:119 forum/urls.py:121 forum/urls.py:122
531 msgid "signin/"
532 msgstr ""
533
534 #: forum/urls.py:120
535 msgid "signout/"
536 msgstr ""
537
538 #: forum/urls.py:123
539 msgid "done/"
540 msgstr ""
541
542 #: forum/urls.py:124 forum_modules/localauth/urls.py:7
543 msgid "register/"
544 msgstr ""
545
546 #: forum/urls.py:125
547 msgid "validate/"
548 msgstr ""
549
550 #: forum/urls.py:126 forum/urls.py:127
551 msgid "tempsignin/"
552 msgstr ""
553
554 #: forum/urls.py:128
555 msgid "authsettings/"
556 msgstr ""
557
558 #: forum/urls.py:129 forum/urls.py:130
559 msgid "providers/"
560 msgstr ""
561
562 #: forum/urls.py:129
563 msgid "remove/"
564 msgstr ""
565
566 #: forum/urls.py:130
567 msgid "add/"
568 msgstr ""
569
570 #: forum/urls.py:133 forum/urls.py:134 forum/urls.py:135 forum/urls.py:136
571 #: forum/urls.py:137 forum_modules/sximporter/urls.py:8
572 msgid "admin/"
573 msgstr ""
574
575 #: forum/urls.py:134
576 msgid "denormalize/"
577 msgstr ""
578
579 #: forum/urls.py:135
580 msgid "go_bootstrap/"
581 msgstr ""
582
583 #: forum/urls.py:136
584 msgid "go_defaults/"
585 msgstr ""
586
587 #: forum/authentication/forms.py:21
588 #, fuzzy
589 msgid "Your account email"
590 msgstr ""
591 "<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
592 "anyone, must be valid)"
593
594 #: forum/authentication/forms.py:23
595 msgid "You cannot leave this field blank"
596 msgstr ""
597
598 #: forum/authentication/forms.py:24 forum/utils/forms.py:107
599 msgid "please enter a valid email address"
600 msgstr ""
601
602 #: forum/authentication/forms.py:32
603 msgid "Sorry, but this email is not on our database."
604 msgstr ""
605
606 #: forum/authentication/forms.py:40
607 msgid "okay, let's try!"
608 msgstr ""
609
610 #: forum/authentication/forms.py:41
611 msgid "no OSQA community email please, thanks"
612 msgstr ""
613
614 #: forum/authentication/forms.py:44
615 msgid "please choose one of the options above"
616 msgstr ""
617
618 #: forum/authentication/forms.py:51
619 msgid "Current password"
620 msgstr ""
621
622 #: forum/authentication/forms.py:62
623 msgid ""
624 "Old password is incorrect.                     Please enter the correct "
625 "password."
626 msgstr ""
627
628 #: forum/management/commands/send_email_alerts.py:56
629 msgid "Daily digest"
630 msgstr ""
631
632 #: forum/middleware/anon_user.py:34
633 #, python-format
634 msgid "First time here? Check out the <a href=\"%s\">FAQ</a>!"
635 msgstr ""
636
637 #: forum/models/question.py:30
638 msgid "[closed] "
639 msgstr ""
640
641 #: forum/models/question.py:33
642 msgid "[deleted] "
643 msgstr ""
644
645 #: forum/models/repute.py:13 forum/skins/default/templates/badges.html:53
646 msgid "gold"
647 msgstr ""
648
649 #: forum/models/repute.py:14 forum/skins/default/templates/badges.html:61
650 msgid "silver"
651 msgstr ""
652
653 #: forum/models/repute.py:15 forum/skins/default/templates/badges.html:68
654 msgid "bronze"
655 msgstr ""
656
657 #: forum/models/tag.py:28
658 msgid "interesting"
659 msgstr ""
660
661 #: forum/models/tag.py:28
662 msgid "ignored"
663 msgstr ""
664
665 #: forum/models/user.py:255
666 #: forum/skins/default/templates/post_contributor_info.html:19
667 msgid "asked"
668 msgstr ""
669
670 #: forum/models/user.py:257
671 #: forum/skins/default/templates/post_contributor_info.html:22
672 msgid "answered"
673 msgstr ""
674
675 #: forum/models/user.py:259
676 msgid "marked an answer"
677 msgstr ""
678
679 #: forum/models/user.py:261
680 #, fuzzy
681 msgid "edited a question"
682 msgstr "Post Your Answer"
683
684 #: forum/models/user.py:263
685 #, fuzzy
686 msgid "commented a question"
687 msgstr "list of all questions"
688
689 #: forum/models/user.py:265
690 #, fuzzy
691 msgid "commented an answer"
692 msgstr "oldest"
693
694 #: forum/models/user.py:267
695 #, fuzzy
696 msgid "edited an answer"
697 msgstr "oldest"
698
699 #: forum/models/user.py:269
700 #, fuzzy
701 msgid "received badge"
702 msgstr "received badge"
703
704 #: forum/settings/__init__.py:20
705 msgid "Badges config"
706 msgstr ""
707
708 #: forum/settings/__init__.py:20
709 msgid "Configure badges on your OSQA site."
710 msgstr ""
711
712 #: forum/settings/basic.py:9
713 msgid "Basic Settings"
714 msgstr ""
715
716 #: forum/settings/basic.py:9
717 msgid "The basic settings for your application"
718 msgstr ""
719
720 #: forum/settings/basic.py:12
721 msgid "Application logo"
722 msgstr ""
723
724 #: forum/settings/basic.py:13
725 #, fuzzy
726 msgid "Your site main logo."
727 msgstr ""
728 "<strong>Your new Email:</strong> (will <strong>not</strong> be shown to "
729 "anyone, must be valid)"
730
731 #: forum/settings/basic.py:17
732 msgid "Favicon"
733 msgstr ""
734
735 #: forum/settings/basic.py:18
736 msgid "Your site favicon."
737 msgstr ""
738
739 #: forum/settings/basic.py:22
740 msgid "Application title"
741 msgstr ""
742
743 #: forum/settings/basic.py:23
744 msgid "The title of your application that will show in the browsers title bar"
745 msgstr ""
746
747 #: forum/settings/basic.py:26
748 msgid "Application short name"
749 msgstr ""
750
751 #: forum/settings/basic.py:30
752 msgid "Application keywords"
753 msgstr ""
754
755 #: forum/settings/basic.py:31
756 msgid "The meta keywords that will be available through the HTML meta tags."
757 msgstr ""
758
759 #: forum/settings/basic.py:34
760 #, fuzzy
761 msgid "Application description"
762 msgstr ""
763 "Gold badge is the highest award in this community. To obtain it have to show "
764 "profound knowledge and ability in addition to your active participation."
765
766 #: forum/settings/basic.py:35
767 msgid "The description of your application"
768 msgstr ""
769
770 #: forum/settings/basic.py:39
771 msgid "Application intro"
772 msgstr ""
773
774 #: forum/settings/basic.py:40
775 msgid ""
776 "The introductory page that is visible in the sidebar for anonymous users."
777 msgstr ""
778
779 #: forum/settings/basic.py:44
780 msgid "Copyright notice"
781 msgstr ""
782
783 #: forum/settings/basic.py:45
784 msgid "The copyright notice visible at the footer of your page."
785 msgstr ""
786
787 #: forum/settings/basic.py:48
788 msgid "Maximum length of comment"
789 msgstr ""
790
791 #: forum/settings/basic.py:49
792 msgid "The maximum length a user can enter for a comment."
793 msgstr ""
794
795 #: forum/settings/email.py:5
796 msgid "Email Settings"
797 msgstr ""
798
799 #: forum/settings/email.py:5
800 msgid "Email server and other email related settings."
801 msgstr ""
802
803 #: forum/settings/email.py:8
804 msgid "Email Server"
805 msgstr ""
806
807 #: forum/settings/email.py:9
808 msgid "The SMTP server through which your application will be sending emails."
809 msgstr ""
810
811 #: forum/settings/email.py:13
812 msgid "Email Port"
813 msgstr ""
814
815 #: forum/settings/email.py:14
816 msgid ""
817 "The port on which your SMTP server is listening to. Usually this is 25, but "
818 "can be something else."
819 msgstr ""
820
821 #: forum/settings/email.py:18
822 msgid "Email User"
823 msgstr ""
824
825 #: forum/settings/email.py:19
826 msgid "The username for your SMTP connection."
827 msgstr ""
828
829 #: forum/settings/email.py:23
830 msgid "Email Password"
831 msgstr ""
832
833 #: forum/settings/email.py:24
834 msgid "The password for your SMTP connection."
835 msgstr ""
836
837 #: forum/settings/email.py:29
838 msgid "Use TLS"
839 msgstr ""
840
841 #: forum/settings/email.py:30
842 msgid "Does your SMTP server usFes TLS for authentication."
843 msgstr ""
844
845 #: forum/settings/email.py:34
846 #, fuzzy
847 msgid "Site 'from' email address"
848 msgstr "Your email <i>(never shared)</i>"
849
850 #: forum/settings/email.py:35
851 msgid ""
852 "The address that will show up on the 'from' field on emails sent by your "
853 "website."
854 msgstr ""
855
856 #: forum/settings/email.py:39
857 #, fuzzy
858 msgid "Email subject prefix"
859 msgstr "Welcome to the Q&A forum"
860
861 #: forum/settings/email.py:40
862 msgid ""
863 "Every email sent through your website will have the subject prefixed by this "
864 "string. It's usually a good idea to have such a prefix so your users can "
865 "easilly set up a filter on theyr email clients."
866 msgstr ""
867
868 #: forum/settings/extkeys.py:4
869 msgid "External Keys"
870 msgstr ""
871
872 #: forum/settings/extkeys.py:4
873 msgid ""
874 "Keys for various external providers that your application may optionally use."
875 msgstr ""
876
877 #: forum/settings/extkeys.py:7
878 msgid "Google sitemap code"
879 msgstr ""
880
881 #: forum/settings/extkeys.py:8
882 msgid ""
883 "This is the code you get when you register your site at <a href='https://www."
884 "google.com/webmasters/tools/'>Google webmaster central</a>."
885 msgstr ""
886
887 #: forum/settings/extkeys.py:12
888 msgid "Google analytics key"
889 msgstr ""
890
891 #: forum/settings/extkeys.py:13
892 msgid ""
893 "Your Google analytics key. You can get one at the <a href='http://www.google."
894 "com/analytics/'>Google analytics official website</a>"
895 msgstr ""
896
897 #: forum/settings/forms.py:40
898 #, fuzzy
899 msgid "Change this:"
900 msgstr "Change Email"
901
902 #: forum/settings/minrep.py:4
903 #, fuzzy
904 msgid "Minimum reputation config"
905 msgstr "karma"
906
907 #: forum/settings/minrep.py:4
908 msgid ""
909 "Configure the minimum reputation required to perform certain actions on your "
910 "site."
911 msgstr ""
912
913 #: forum/settings/minrep.py:7
914 msgid "Minimum reputation to vote up"
915 msgstr ""
916
917 #: forum/settings/minrep.py:8
918 msgid "The minimum reputation an user must have to be allowed to vote up."
919 msgstr ""
920
921 #: forum/settings/minrep.py:11
922 #, fuzzy
923 msgid "Minimum reputation to vote down"
924 msgstr "user karma"
925
926 #: forum/settings/minrep.py:12
927 msgid "The minimum reputation an user must have to be allowed to vote down."
928 msgstr ""
929
930 #: forum/settings/minrep.py:15
931 msgid "Minimum reputation to flag a post"
932 msgstr ""
933
934 #: forum/settings/minrep.py:16
935 msgid "The minimum reputation an user must have to be allowed to flag a post."
936 msgstr ""
937
938 #: forum/settings/minrep.py:19
939 #, fuzzy
940 msgid "Minimum reputation to comment"
941 msgstr "user karma"
942
943 #: forum/settings/minrep.py:20
944 msgid ""
945 "The minimum reputation an user must have to be allowed to comment a post."
946 msgstr ""
947
948 #: forum/settings/minrep.py:23
949 #, fuzzy
950 msgid "Minimum reputation to like a comment"
951 msgstr "user karma"
952
953 #: forum/settings/minrep.py:24
954 msgid ""
955 "The minimum reputation an user must have to be allowed to \"like\" a comment."
956 msgstr ""
957
958 #: forum/settings/minrep.py:27
959 msgid "Minimum reputation to upload"
960 msgstr ""
961
962 #: forum/settings/minrep.py:28
963 msgid ""
964 "The minimum reputation an user must have to be allowed to upload a file."
965 msgstr ""
966
967 #: forum/settings/minrep.py:31
968 msgid "Minimum reputation to close own question"
969 msgstr ""
970
971 #: forum/settings/minrep.py:32
972 msgid ""
973 "The minimum reputation an user must have to be allowed to close his own "
974 "question."
975 msgstr ""
976
977 #: forum/settings/minrep.py:35
978 msgid "Minimum reputation to reopen own question"
979 msgstr ""
980
981 #: forum/settings/minrep.py:36
982 msgid ""
983 "The minimum reputation an user must have to be allowed to reopen his own "
984 "question."
985 msgstr ""
986
987 #: forum/settings/minrep.py:39
988 msgid "Minimum reputation to retag others questions"
989 msgstr ""
990
991 #: forum/settings/minrep.py:40
992 msgid ""
993 "The minimum reputation an user must have to be allowed to retag others "
994 "questions."
995 msgstr ""
996
997 #: forum/settings/minrep.py:43
998 msgid "Minimum reputation to edit wiki posts"
999 msgstr ""
1000
1001 #: forum/settings/minrep.py:44
1002 msgid ""
1003 "The minimum reputation an user must have to be allowed to edit community "
1004 "wiki posts."
1005 msgstr ""
1006
1007 #: forum/settings/minrep.py:47
1008 msgid "Minimum reputation to edit others posts"
1009 msgstr ""
1010
1011 #: forum/settings/minrep.py:48
1012 msgid ""
1013 "The minimum reputation an user must have to be allowed to edit others posts."
1014 msgstr ""
1015
1016 #: forum/settings/minrep.py:51
1017 msgid "Minimum reputation to close others posts"
1018 msgstr ""
1019
1020 #: forum/settings/minrep.py:52
1021 msgid ""
1022 "The minimum reputation an user must have to be allowed to close others posts."
1023 msgstr ""
1024
1025 #: forum/settings/minrep.py:55
1026 #, fuzzy
1027 msgid "Minimum reputation to delete comments"
1028 msgstr "user karma"
1029
1030 #: forum/settings/minrep.py:56
1031 msgid ""
1032 "The minimum reputation an user must have to be allowed to delete comments."
1033 msgstr ""
1034
1035 #: forum/settings/minrep.py:59
1036 msgid "Minimum reputation to view offensive flags"
1037 msgstr ""
1038
1039 #: forum/settings/minrep.py:60
1040 msgid "The minimum reputation an user must have to view offensive flags."
1041 msgstr ""
1042
1043 #: forum/settings/repgain.py:4
1044 msgid "Reputation gains and losses config"
1045 msgstr ""
1046
1047 #: forum/settings/repgain.py:4
1048 msgid ""
1049 "Configure the reputation points a user may gain or lose upon certain actions."
1050 msgstr ""
1051
1052 #: forum/settings/repgain.py:7
1053 #, fuzzy
1054 msgid "Initial reputation"
1055 msgstr "karma"
1056
1057 #: forum/settings/repgain.py:8
1058 msgid "The initial reputation an user gets when he first signs in."
1059 msgstr ""
1060
1061 #: forum/settings/repgain.py:12
1062 msgid "Maximum reputation a user can gain in one day for being upvoted."
1063 msgstr ""
1064
1065 #: forum/settings/repgain.py:15
1066 msgid "Rep gain by upvoted"
1067 msgstr ""
1068
1069 #: forum/settings/repgain.py:16
1070 msgid "Reputation a user gains for having one of his posts up voted."
1071 msgstr ""
1072
1073 #: forum/settings/repgain.py:19
1074 msgid "Rep lost bu upvote canceled"
1075 msgstr ""
1076
1077 #: forum/settings/repgain.py:20
1078 msgid ""
1079 "Reputation a user loses for having one of the upvotes on his posts canceled."
1080 msgstr ""
1081
1082 #: forum/settings/repgain.py:23
1083 msgid "Rep lost by downvoted"
1084 msgstr ""
1085
1086 #: forum/settings/repgain.py:24
1087 msgid "Reputation a user loses for having one of his posts down voted."
1088 msgstr ""
1089
1090 #: forum/settings/repgain.py:27
1091 msgid "Rep lost by downvoting"
1092 msgstr ""
1093
1094 #: forum/settings/repgain.py:28
1095 msgid "Reputation a user loses for down voting a post."
1096 msgstr ""
1097
1098 #: forum/settings/repgain.py:31
1099 msgid "Rep gain by downvote canceled"
1100 msgstr ""
1101
1102 #: forum/settings/repgain.py:32
1103 msgid ""
1104 "Reputation a user gains for having one of the downvotes on his posts "
1105 "canceled."
1106 msgstr ""
1107
1108 #: forum/settings/repgain.py:35
1109 msgid "Rep gain by canceling downvote"
1110 msgstr ""
1111
1112 #: forum/settings/repgain.py:36
1113 msgid "Reputation a user gains for canceling a downvote."
1114 msgstr ""
1115
1116 #: forum/settings/repgain.py:39
1117 msgid "Rep gain by accepted answer"
1118 msgstr ""
1119
1120 #: forum/settings/repgain.py:40
1121 msgid "Reputation a user gains for having one of his answers accepted."
1122 msgstr ""
1123
1124 #: forum/settings/repgain.py:43
1125 msgid "Rep lost by accepted canceled"
1126 msgstr ""
1127
1128 #: forum/settings/repgain.py:44
1129 msgid ""
1130 "Reputation a user loses for having one of his accepted answers canceled."
1131 msgstr ""
1132
1133 #: forum/settings/repgain.py:47
1134 msgid "Rep gain by accepting answer"
1135 msgstr ""
1136
1137 #: forum/settings/repgain.py:48
1138 msgid ""
1139 "Reputation a user gains for accepting an answer to one of his questions."
1140 msgstr ""
1141
1142 #: forum/settings/repgain.py:51
1143 msgid "Rep lost by canceling accepted"
1144 msgstr ""
1145
1146 #: forum/settings/repgain.py:52
1147 msgid "Reputation a user loses by canceling an accepted answer."
1148 msgstr ""
1149
1150 #: forum/settings/repgain.py:55
1151 msgid "Rep lost by post flagged"
1152 msgstr ""
1153
1154 #: forum/settings/repgain.py:56
1155 msgid "Reputation a user loses by having one of his posts flagged."
1156 msgstr ""
1157
1158 #: forum/settings/repgain.py:59
1159 msgid "Rep lost by post flagged and hidden"
1160 msgstr ""
1161
1162 #: forum/settings/repgain.py:60
1163 msgid ""
1164 "Reputation a user loses by having the last revision of one of his posts "
1165 "flagged the enough number of times to hide the post."
1166 msgstr ""
1167
1168 #: forum/settings/repgain.py:63
1169 msgid "Rep lost by post flagged and deleted"
1170 msgstr ""
1171
1172 #: forum/settings/repgain.py:64
1173 msgid ""
1174 "Reputation a user loses by having the last revision of one of his posts "
1175 "flagged the enough number of times to delete the post."
1176 msgstr ""
1177
1178 #: forum/settings/upload.py:5
1179 msgid "File upload settings"
1180 msgstr ""
1181
1182 #: forum/settings/upload.py:5
1183 msgid "File uploads related settings."
1184 msgstr ""
1185
1186 #: forum/settings/upload.py:8
1187 msgid "Uploaded files folder"
1188 msgstr ""
1189
1190 #: forum/settings/upload.py:9
1191 msgid ""
1192 "The filesystem path where uploaded files will be stored. Please note that "
1193 "this folder must exist."
1194 msgstr ""
1195
1196 #: forum/settings/upload.py:12
1197 msgid "Uploaded files alias"
1198 msgstr ""
1199
1200 #: forum/settings/upload.py:13
1201 msgid ""
1202 "The url alias for uploaded files. Notice that if you change this setting, "
1203 "you'll need to restart your site."
1204 msgstr ""
1205
1206 #: forum/settings/upload.py:16
1207 msgid "Max file size"
1208 msgstr ""
1209
1210 #: forum/settings/upload.py:17
1211 msgid "The maximum allowed file size for uploads in mb."
1212 msgstr ""
1213
1214 #: forum/settings/voting.py:4
1215 msgid "Voting rules"
1216 msgstr ""
1217
1218 #: forum/settings/voting.py:4
1219 msgid "Configure the voting rules on your site."
1220 msgstr ""
1221
1222 #: forum/settings/voting.py:7
1223 msgid "Maximum votes per day"
1224 msgstr ""
1225
1226 #: forum/settings/voting.py:8
1227 msgid "The maximum number of votes an user can cast per day."
1228 msgstr ""
1229
1230 #: forum/settings/voting.py:11
1231 msgid "Start warning about votes left"
1232 msgstr ""
1233
1234 #: forum/settings/voting.py:12
1235 msgid "From how many votes left should an user start to be warned about it."
1236 msgstr ""
1237
1238 #: forum/settings/voting.py:15
1239 msgid "Maximum flags per day"
1240 msgstr ""
1241
1242 #: forum/settings/voting.py:16
1243 msgid "The maximum number of times an can flag a post per day."
1244 msgstr ""
1245
1246 #: forum/settings/voting.py:19
1247 msgid "Flag count to hide post"
1248 msgstr ""
1249
1250 #: forum/settings/voting.py:20
1251 msgid ""
1252 "How many times a post needs to be flagged to be hidden from the main page."
1253 msgstr ""
1254
1255 #: forum/settings/voting.py:23
1256 msgid "Flag count to delete post"
1257 msgstr ""
1258
1259 #: forum/settings/voting.py:24
1260 msgid "How many times a post needs to be flagged to be deleted."
1261 msgstr ""
1262
1263 #: forum/settings/voting.py:27
1264 msgid "Days to cancel a vote"
1265 msgstr ""
1266
1267 #: forum/settings/voting.py:28
1268 msgid "How many days an user can cancel a vote after he originaly casted it."
1269 msgstr ""
1270
1271 #: forum/skins/default/templates/404.html:24
1272 msgid "Sorry, could not find the page you requested."
1273 msgstr ""
1274
1275 #: forum/skins/default/templates/404.html:26
1276 msgid "This might have happened for the following reasons:"
1277 msgstr ""
1278
1279 #: forum/skins/default/templates/404.html:28
1280 msgid "this question or answer has been deleted;"
1281 msgstr ""
1282
1283 #: forum/skins/default/templates/404.html:29
1284 msgid "url has error - please check it;"
1285 msgstr ""
1286
1287 #: forum/skins/default/templates/404.html:30
1288 msgid ""
1289 "the page you tried to visit is protected or you don't have sufficient "
1290 "points, see"
1291 msgstr ""
1292
1293 #: forum/skins/default/templates/404.html:31
1294 msgid "if you believe this error 404 should not have occured, please"
1295 msgstr ""
1296
1297 #: forum/skins/default/templates/404.html:32
1298 msgid "report this problem"
1299 msgstr ""
1300
1301 #: forum/skins/default/templates/404.html:41
1302 #: forum/skins/default/templates/500.html:27
1303 msgid "back to previous page"
1304 msgstr ""
1305
1306 #: forum/skins/default/templates/404.html:42
1307 msgid "see all questions"
1308 msgstr ""
1309
1310 #: forum/skins/default/templates/404.html:43
1311 msgid "see all tags"
1312 msgstr ""
1313
1314 #: forum/skins/default/templates/500.html:22
1315 msgid "sorry, system error"
1316 msgstr ""
1317
1318 #: forum/skins/default/templates/500.html:24
1319 msgid "system error log is recorded, error will be fixed as soon as possible"
1320 msgstr ""
1321
1322 #: forum/skins/default/templates/500.html:25
1323 msgid "please report the error to the site administrators if you wish"
1324 msgstr ""
1325
1326 #: forum/skins/default/templates/500.html:28
1327 msgid "see latest questions"
1328 msgstr ""
1329
1330 #: forum/skins/default/templates/500.html:29
1331 msgid "see tags"
1332 msgstr ""
1333
1334 #: forum/skins/default/templates/_question_list.html:12
1335 #: forum/skins/default/templates/book.html:105
1336 #: forum/skins/default/templates/question_summary_list_roll.html:14
1337 #: forum/skins/default/templates/question_list/item.html:10
1338 #: forum/views/commands.py:82
1339 msgid "votes"
1340 msgstr ""
1341
1342 #: forum/skins/default/templates/_question_list.html:14
1343 msgid "this answer has been accepted to be correct"
1344 msgstr ""
1345
1346 #: forum/skins/default/templates/_question_list.html:16
1347 #: forum/skins/default/templates/question_summary_list_roll.html:13
1348 #: forum/skins/default/templates/question_list/item.html:14
1349 msgid "answers"
1350 msgstr ""
1351
1352 #: forum/skins/default/templates/_question_list.html:20
1353 #: forum/skins/default/templates/book.html:115
1354 #: forum/skins/default/templates/question_summary_list_roll.html:15
1355 #: forum/skins/default/templates/question_list/item.html:18
1356 msgid "views"
1357 msgstr ""
1358
1359 #: forum/skins/default/templates/_question_list.html:34
1360 #: forum/skins/default/templates/question.html:234
1361 #: forum/skins/default/templates/question_summary_list_roll.html:52
1362 #: forum/skins/default/templates/tags.html:49
1363 #: forum/skins/default/templates/question_list/item.html:29
1364 msgid "see questions tagged"
1365 msgstr ""
1366
1367 #: forum/skins/default/templates/_question_list.html:34
1368 #: forum/skins/default/templates/book.html:125
1369 #: forum/skins/default/templates/question.html:234
1370 #: forum/skins/default/templates/question_summary_list_roll.html:52
1371 #: forum/skins/default/templates/tags.html:49
1372 #: forum/skins/default/templates/question_list/item.html:29
1373 msgid "using tags"
1374 msgstr ""
1375
1376 #: forum/skins/default/templates/about.html:5
1377 #: forum/skins/default/templates/about.html:9
1378 msgid "About"
1379 msgstr ""
1380
1381 #: forum/skins/default/templates/account_settings.html:4
1382 msgid "Account functions"
1383 msgstr ""
1384
1385 #: forum/skins/default/templates/account_settings.html:29
1386 #: forum/skins/default/templates/auth/auth_settings.html:31
1387 msgid "Change password"
1388 msgstr ""
1389
1390 #: forum/skins/default/templates/account_settings.html:30
1391 msgid "Give your  account a new password."
1392 msgstr ""
1393
1394 #: forum/skins/default/templates/account_settings.html:32
1395 msgid "Change email "
1396 msgstr ""
1397
1398 #: forum/skins/default/templates/account_settings.html:33
1399 msgid "Add or update the email address associated with your account."
1400 msgstr ""
1401
1402 #: forum/skins/default/templates/account_settings.html:35
1403 msgid "Change OpenID"
1404 msgstr ""
1405
1406 #: forum/skins/default/templates/account_settings.html:36
1407 msgid "Change openid associated to your account"
1408 msgstr ""
1409
1410 #: forum/skins/default/templates/account_settings.html:39
1411 msgid "Delete account"
1412 msgstr ""
1413
1414 #: forum/skins/default/templates/account_settings.html:40
1415 msgid "Erase your username and all your data from website"
1416 msgstr ""
1417
1418 #: forum/skins/default/templates/answer_edit.html:5
1419 #: forum/skins/default/templates/answer_edit.html:39
1420 msgid "Edit answer"
1421 msgstr ""
1422
1423 #: forum/skins/default/templates/answer_edit.html:18
1424 #: forum/skins/default/templates/answer_edit.html:21
1425 #: forum/skins/default/templates/ask.html:19
1426 #: forum/skins/default/templates/ask.html:22
1427 #: forum/skins/default/templates/question_edit.html:19
1428 #: forum/skins/default/templates/question_edit.html:22
1429 msgid "hide preview"
1430 msgstr ""
1431
1432 #: forum/skins/default/templates/answer_edit.html:21
1433 #: forum/skins/default/templates/ask.html:22
1434 #: forum/skins/default/templates/question_edit.html:22
1435 msgid "show preview"
1436 msgstr ""
1437
1438 #: forum/skins/default/templates/answer_edit.html:39
1439 #: forum/skins/default/templates/question_edit.html:63
1440 #: forum/skins/default/templates/question_retag.html:56
1441 #: forum/skins/default/templates/revisions_answer.html:36
1442 #: forum/skins/default/templates/revisions_question.html:35
1443 msgid "back"
1444 msgstr ""
1445
1446 #: forum/skins/default/templates/answer_edit.html:44
1447 #: forum/skins/default/templates/question_edit.html:68
1448 #: forum/skins/default/templates/revisions_answer.html:50
1449 #: forum/skins/default/templates/revisions_question.html:49
1450 msgid "revision"
1451 msgstr ""
1452
1453 #: forum/skins/default/templates/answer_edit.html:47
1454 #: forum/skins/default/templates/question_edit.html:72
1455 msgid "select revision"
1456 msgstr ""
1457
1458 #: forum/skins/default/templates/answer_edit.html:54
1459 #: forum/skins/default/templates/ask.html:93
1460 #: forum/skins/default/templates/question.html:184
1461 #: forum/skins/default/templates/question_edit.html:89
1462 msgid "Toggle the real time Markdown editor preview"
1463 msgstr ""
1464
1465 #: forum/skins/default/templates/answer_edit.html:54
1466 #: forum/skins/default/templates/ask.html:93
1467 #: forum/skins/default/templates/question.html:185
1468 #: forum/skins/default/templates/question_edit.html:89
1469 msgid "toggle preview"
1470 msgstr ""
1471
1472 #: forum/skins/default/templates/answer_edit.html:63
1473 #: forum/skins/default/templates/question_edit.html:115
1474 #: forum/skins/default/templates/question_retag.html:77
1475 msgid "Save edit"
1476 msgstr ""
1477
1478 #: forum/skins/default/templates/answer_edit.html:64
1479 #: forum/skins/default/templates/close.html:29
1480 #: forum/skins/default/templates/feedback.html:50
1481 #: forum/skins/default/templates/question_edit.html:116
1482 #: forum/skins/default/templates/question_retag.html:78
1483 #: forum/skins/default/templates/reopen.html:30
1484 #: forum/skins/default/templates/users/edit.html:87
1485 msgid "Cancel"
1486 msgstr ""
1487
1488 #: forum/skins/default/templates/answer_edit_tips.html:4
1489 msgid "answer tips"
1490 msgstr "Tips"
1491
1492 #: forum/skins/default/templates/answer_edit_tips.html:7
1493 msgid "please make your answer relevant to this community"
1494 msgstr ""
1495
1496 #: forum/skins/default/templates/answer_edit_tips.html:10
1497 msgid "try to give an answer, rather than engage into a discussion"
1498 msgstr ""
1499
1500 #: forum/skins/default/templates/answer_edit_tips.html:13
1501 msgid "please try to provide details"
1502 msgstr ""
1503
1504 #: forum/skins/default/templates/answer_edit_tips.html:16
1505 #: forum/skins/default/templates/question_edit_tips.html:18
1506 msgid "be clear and concise"
1507 msgstr ""
1508
1509 #: forum/skins/default/templates/answer_edit_tips.html:20
1510 #: forum/skins/default/templates/question_edit_tips.html:22
1511 msgid "see frequently asked questions"
1512 msgstr ""
1513
1514 #: forum/skins/default/templates/answer_edit_tips.html:26
1515 #: forum/skins/default/templates/question_edit_tips.html:28
1516 msgid "Markdown tips"
1517 msgstr "Markdown basics"
1518
1519 #: forum/skins/default/templates/answer_edit_tips.html:29
1520 #: forum/skins/default/templates/question_edit_tips.html:31
1521 msgid "*italic* or __italic__"
1522 msgstr ""
1523
1524 #: forum/skins/default/templates/answer_edit_tips.html:32
1525 #: forum/skins/default/templates/question_edit_tips.html:34
1526 msgid "**bold** or __bold__"
1527 msgstr ""
1528
1529 #: forum/skins/default/templates/answer_edit_tips.html:35
1530 #: forum/skins/default/templates/question_edit_tips.html:37
1531 msgid "link"
1532 msgstr ""
1533
1534 #: forum/skins/default/templates/answer_edit_tips.html:35
1535 #: forum/skins/default/templates/answer_edit_tips.html:39
1536 #: forum/skins/default/templates/question_edit_tips.html:37
1537 #: forum/skins/default/templates/question_edit_tips.html:42
1538 msgid "text"
1539 msgstr ""
1540
1541 #: forum/skins/default/templates/answer_edit_tips.html:39
1542 #: forum/skins/default/templates/question_edit_tips.html:42
1543 msgid "image"
1544 msgstr ""
1545
1546 #: forum/skins/default/templates/answer_edit_tips.html:43
1547 #: forum/skins/default/templates/question_edit_tips.html:46
1548 msgid "numbered list:"
1549 msgstr ""
1550
1551 #: forum/skins/default/templates/answer_edit_tips.html:48
1552 #: forum/skins/default/templates/question_edit_tips.html:51
1553 msgid "basic HTML tags are also supported"
1554 msgstr ""
1555
1556 #: forum/skins/default/templates/answer_edit_tips.html:52
1557 #: forum/skins/default/templates/question_edit_tips.html:55
1558 msgid "learn more about Markdown"
1559 msgstr ""
1560
1561 #: forum/skins/default/templates/ask.html:5
1562 #: forum/skins/default/templates/ask.html:57
1563 msgid "Ask a question"
1564 msgstr ""
1565
1566 #: forum/skins/default/templates/ask.html:64
1567 msgid "login to post question info"
1568 msgstr ""
1569 "<span class=\"strong big\">You are welcome to start submitting your question "
1570 "anonymously</span>. When you submit the post, you will be redirected to the "
1571 "login/signup page. Your question will be saved in the current session and "
1572 "will be published after you log in. Login/signup process is very simple. "
1573 "Login takes about 30 seconds, initial signup takes a minute or less."
1574
1575 #: forum/skins/default/templates/ask.html:70
1576 #, python-format
1577 msgid ""
1578 "must have valid %(email)s to post, \n"
1579 "                            see %(email_validation_faq_url)s\n"
1580 "                            "
1581 msgstr ""
1582 "<span class='strong big'>Looks like your email address, %(email)s has not "
1583 "yet been validated.</span> To post messages you must verify your email, "
1584 "please see <a href='%(email_validation_faq_url)s'>more details here</a>."
1585 "<br>You can submit your question now and validate email after that. Your "
1586 "question will saved as pending meanwhile. "
1587
1588 #: forum/skins/default/templates/ask.html:108
1589 msgid "(required)"
1590 msgstr ""
1591
1592 #: forum/skins/default/templates/ask.html:115
1593 msgid "Login/signup to post your question"
1594 msgstr "Login/Signup to Post"
1595
1596 #: forum/skins/default/templates/ask.html:117
1597 msgid "Ask your question"
1598 msgstr "Ask Your Question"
1599
1600 #: forum/skins/default/templates/badge.html:6
1601 #: forum/skins/default/templates/badge.html:17
1602 msgid "Badge"
1603 msgstr ""
1604
1605 #: forum/skins/default/templates/badge.html:26
1606 msgid "The users have been awarded with badges:"
1607 msgstr ""
1608
1609 #: forum/skins/default/templates/badges.html:6
1610 msgid "Badges summary"
1611 msgstr ""
1612
1613 #: forum/skins/default/templates/badges.html:17
1614 msgid "Badges"
1615 msgstr ""
1616
1617 #: forum/skins/default/templates/badges.html:21
1618 msgid "Community gives you awards for your questions, answers and votes."
1619 msgstr ""
1620 "If your questions and answers are highly voted, your contribution to this "
1621 "Q&amp;A community will be recognized with the variety of badges."
1622
1623 #: forum/skins/default/templates/badges.html:22
1624 #, python-format
1625 msgid ""
1626 "Below is the list of available badges and number \n"
1627 "    of times each type of badge has been awarded. Give us feedback at %"
1628 "(feedback_faq_url)s.\n"
1629 "    "
1630 msgstr ""
1631 "Currently badges differ only by their level: <strong>gold</strong>, "
1632 "<strong>silver</strong> and <strong>bronze</strong> (their meanings are "
1633 "described on the right). In the future there will be many types of badges at "
1634 "each level. <strong>Please give us your <a href='%(feedback_faq_url)"
1635 "s'>feedback</a></strong> - what kinds of badges would you like to see and "
1636 "suggest the activity for which those badges might be awarded."
1637
1638 #: forum/skins/default/templates/badges.html:50
1639 msgid "Community badges"
1640 msgstr "Badge levels"
1641
1642 #: forum/skins/default/templates/badges.html:56
1643 msgid "gold badge description"
1644 msgstr ""
1645 "Gold badge is the highest award in this community. To obtain it have to show "
1646 "profound knowledge and ability in addition to your active participation."
1647
1648 #: forum/skins/default/templates/badges.html:64
1649 msgid "silver badge description"
1650 msgstr ""
1651 "Obtaining silver badge requires significant patience. If you have received "
1652 "one, that means you have greatly contributed to this community."
1653
1654 #: forum/skins/default/templates/badges.html:67
1655 msgid "bronze badge: often given as a special honor"
1656 msgstr ""
1657
1658 #: forum/skins/default/templates/badges.html:71
1659 msgid "bronze badge description"
1660 msgstr ""
1661 "If you are an active participant in this community, you will be recognized "
1662 "with this badge."
1663
1664 #: forum/skins/default/templates/book.html:7
1665 msgid "reading channel"
1666 msgstr ""
1667
1668 #: forum/skins/default/templates/book.html:26
1669 msgid "[author]"
1670 msgstr ""
1671
1672 #: forum/skins/default/templates/book.html:30
1673 msgid "[publisher]"
1674 msgstr ""
1675
1676 #: forum/skins/default/templates/book.html:34
1677 msgid "[publication date]"
1678 msgstr ""
1679
1680 #: forum/skins/default/templates/book.html:38
1681 msgid "[price]"
1682 msgstr ""
1683
1684 #: forum/skins/default/templates/book.html:39
1685 msgid "currency unit"
1686 msgstr ""
1687
1688 #: forum/skins/default/templates/book.html:42
1689 msgid "[pages]"
1690 msgstr ""
1691
1692 #: forum/skins/default/templates/book.html:43
1693 msgid "pages abbreviation"
1694 msgstr ""
1695
1696 #: forum/skins/default/templates/book.html:46
1697 msgid "[tags]"
1698 msgstr ""
1699
1700 #: forum/skins/default/templates/book.html:56
1701 msgid "author blog"
1702 msgstr ""
1703
1704 #: forum/skins/default/templates/book.html:62
1705 msgid "book directory"
1706 msgstr ""
1707
1708 #: forum/skins/default/templates/book.html:66
1709 msgid "buy online"
1710 msgstr ""
1711
1712 #: forum/skins/default/templates/book.html:79
1713 msgid "reader questions"
1714 msgstr ""
1715
1716 #: forum/skins/default/templates/book.html:82
1717 msgid "ask the author"
1718 msgstr ""
1719
1720 #: forum/skins/default/templates/book.html:88
1721 #: forum/skins/default/templates/book.html:93
1722 msgid "this question was selected as favorite"
1723 msgstr ""
1724
1725 #: forum/skins/default/templates/book.html:88
1726 #: forum/skins/default/templates/book.html:93
1727 msgid "number of times"
1728 msgstr ""
1729
1730 #: forum/skins/default/templates/book.html:108
1731 msgid "the answer has been accepted to be correct"
1732 msgstr ""
1733
1734 #: forum/skins/default/templates/book.html:147
1735 msgid "subscribe to book RSS feed"
1736 msgstr ""
1737
1738 #: forum/skins/default/templates/book.html:147
1739 msgid "subscribe to the questions feed"
1740 msgstr ""
1741
1742 #: forum/skins/default/templates/close.html:6
1743 #: forum/skins/default/templates/close.html:16
1744 msgid "Close question"
1745 msgstr ""
1746
1747 #: forum/skins/default/templates/close.html:19
1748 msgid "Close the question"
1749 msgstr ""
1750
1751 #: forum/skins/default/templates/close.html:25
1752 msgid "Reasons"
1753 msgstr ""
1754
1755 #: forum/skins/default/templates/close.html:28
1756 msgid "OK to close"
1757 msgstr ""
1758
1759 #: forum/skins/default/templates/email_base.html:31
1760 msgid "home"
1761 msgstr ""
1762
1763 #: forum/skins/default/templates/faq.html:11
1764 msgid "Frequently Asked Questions "
1765 msgstr ""
1766
1767 #: forum/skins/default/templates/faq.html:16
1768 msgid "What kinds of questions can I ask here?"
1769 msgstr ""
1770
1771 #: forum/skins/default/templates/faq.html:17
1772 msgid ""
1773 "Most importantly - questions should be <strong>relevant</strong> to this "
1774 "community."
1775 msgstr ""
1776
1777 #: forum/skins/default/templates/faq.html:18
1778 msgid ""
1779 "Before asking the question - please make sure to use search to see whether "
1780 "your question has alredy been answered."
1781 msgstr ""
1782 "Before you ask - please make sure to search for a similar question. You can "
1783 "search questions by their title or tags."
1784
1785 #: forum/skins/default/templates/faq.html:21
1786 msgid "What questions should I avoid asking?"
1787 msgstr "What kinds of questions should be avoided?"
1788
1789 #: forum/skins/default/templates/faq.html:22
1790 msgid ""
1791 "Please avoid asking questions that are not relevant to this community, too "
1792 "subjective and argumentative."
1793 msgstr ""
1794
1795 #: forum/skins/default/templates/faq.html:27
1796 msgid "What should I avoid in my answers?"
1797 msgstr ""
1798
1799 #: forum/skins/default/templates/faq.html:28
1800 msgid ""
1801 "is a Q&A site, not a discussion group. Therefore - please avoid having "
1802 "discussions in your answers, comment facility allows some space for brief "
1803 "discussions."
1804 msgstr ""
1805 "is a <strong>question and answer</strong> site - <strong>it is not a "
1806 "discussion group</strong>. Please avoid holding debates in your answers as "
1807 "they tend to dilute the essense of questions and answers. For the brief "
1808 "discussions please use commenting facility."
1809
1810 #: forum/skins/default/templates/faq.html:32
1811 msgid "Who moderates this community?"
1812 msgstr ""
1813
1814 #: forum/skins/default/templates/faq.html:33
1815 msgid "The short answer is: <strong>you</strong>."
1816 msgstr ""
1817
1818 #: forum/skins/default/templates/faq.html:34
1819 msgid "This website is moderated by the users."
1820 msgstr ""
1821
1822 #: forum/skins/default/templates/faq.html:35
1823 msgid ""
1824 "The reputation system allows users earn the authorization to perform a "
1825 "variety of moderation tasks."
1826 msgstr ""
1827 "Karma system allows users to earn rights to perform a variety of moderation "
1828 "tasks"
1829
1830 #: forum/skins/default/templates/faq.html:40
1831 msgid "How does reputation system work?"
1832 msgstr "How does karma system work?"
1833
1834 #: forum/skins/default/templates/faq.html:41
1835 msgid "Rep system summary"
1836 msgstr ""
1837 "When a question or answer is upvoted, the user who posted them will gain "
1838 "some points, which are called \"karma points\". These points serve as a "
1839 "rough measure of the community trust to him/her. Various moderation tasks "
1840 "are gradually assigned to the users based on those points."
1841
1842 #: forum/skins/default/templates/faq.html:42
1843 msgid ""
1844 "For example, if you ask an interesting question or give a helpful answer, "
1845 "your input will be upvoted. On the other hand if the answer is misleading - "
1846 "it will be downvoted. Each vote in favor will generate <strong>10</strong> "
1847 "points, each vote against will subtract <strong>2</strong> points. There is "
1848 "a limit of <strong>200</strong> points that can be accumulated per question "
1849 "or answer. The table below explains reputation point requirements for each "
1850 "type of moderation task."
1851 msgstr ""
1852
1853 #: forum/skins/default/templates/faq.html:53
1854 #: forum/skins/default/templates/users/votes.html:15
1855 #: forum/views/commands.py:77
1856 msgid "upvote"
1857 msgstr ""
1858
1859 #: forum/skins/default/templates/faq.html:57
1860 msgid "use tags"
1861 msgstr ""
1862
1863 #: forum/skins/default/templates/faq.html:62
1864 msgid "add comments"
1865 msgstr ""
1866
1867 #: forum/skins/default/templates/faq.html:66
1868 #: forum/skins/default/templates/users/votes.html:17
1869 #: forum/views/commands.py:77
1870 msgid "downvote"
1871 msgstr ""
1872
1873 #: forum/skins/default/templates/faq.html:69
1874 msgid "open and close own questions"
1875 msgstr ""
1876
1877 #: forum/skins/default/templates/faq.html:73
1878 msgid "retag questions"
1879 msgstr ""
1880
1881 #: forum/skins/default/templates/faq.html:78
1882 msgid "edit community wiki questions"
1883 msgstr ""
1884
1885 #: forum/skins/default/templates/faq.html:83
1886 msgid "edit any answer"
1887 msgstr ""
1888
1889 #: forum/skins/default/templates/faq.html:87
1890 msgid "open any closed question"
1891 msgstr ""
1892
1893 #: forum/skins/default/templates/faq.html:91
1894 msgid "delete any comment"
1895 msgstr ""
1896
1897 #: forum/skins/default/templates/faq.html:95
1898 msgid "delete any questions and answers and perform other moderation tasks"
1899 msgstr ""
1900
1901 #: forum/skins/default/templates/faq.html:103
1902 msgid "how to validate email title"
1903 msgstr "How to validate email and why?"
1904
1905 #: forum/skins/default/templates/faq.html:105
1906 #, python-format
1907 msgid ""
1908 "how to validate email info with %(send_email_key_url)s %(gravatar_faq_url)s"
1909 msgstr ""
1910 "<form style='margin:0;padding:0;' action='%(send_email_key_url)s'><p><span "
1911 "class=\"bigger strong\">How?</span> If you have just set or changed your "
1912 "email address - <strong>check your email and click the included link</"
1913 "strong>.<br>The link contains a key generated specifically for you. You can "
1914 "also <button style='display:inline' type='submit'><strong>get a new key</"
1915 "strong></button> and check your email again.</p></form><span class=\"bigger "
1916 "strong\">Why?</span> Email validation is required to make sure that "
1917 "<strong>only you can post messages</strong> on your behalf and to "
1918 "<strong>minimize spam</strong> posts.<br>With email you can "
1919 "<strong>subscribe for updates</strong> on the most interesting questions. "
1920 "Also, when you sign up for the first time - create a unique <a href='%"
1921 "(gravatar_faq_url)s'><strong>gravatar</strong></a> personal image.</p>"
1922
1923 #: forum/skins/default/templates/faq.html:110
1924 msgid "what is gravatar"
1925 msgstr "What is gravatar?"
1926
1927 #: forum/skins/default/templates/faq.html:111
1928 msgid "gravatar faq info"
1929 msgstr ""
1930 "<strong>Gravatar</strong> means <strong>g</strong>lobally <strong>r</"
1931 "strong>ecognized <strong>avatar</strong> - your unique avatar image "
1932 "associated with your email address. It's simply a picture that shows next to "
1933 "your posts on the websites that support gravatar protocol. By default gravar "
1934 "appears as a square filled with a snowflake-like figure. You can <strong>set "
1935 "your image</strong> at <a href='http://gravatar.com'><strong>gravatar.com</"
1936 "strong></a>"
1937
1938 #: forum/skins/default/templates/faq.html:114
1939 msgid "To register, do I need to create new password?"
1940 msgstr ""
1941
1942 #: forum/skins/default/templates/faq.html:115
1943 msgid ""
1944 "No, you don't have to. You can login through any service that supports "
1945 "OpenID, e.g. Google, Yahoo, AOL, etc."
1946 msgstr ""
1947
1948 #: forum/skins/default/templates/faq.html:116
1949 msgid "Login now!"
1950 msgstr ""
1951
1952 #: forum/skins/default/templates/faq.html:121
1953 msgid "Why other people can edit my questions/answers?"
1954 msgstr ""
1955
1956 #: forum/skins/default/templates/faq.html:122
1957 msgid "Goal of this site is..."
1958 msgstr ""
1959
1960 #: forum/skins/default/templates/faq.html:122
1961 msgid ""
1962 "So questions and answers can be edited like wiki pages by experienced users "
1963 "of this site and this improves the overall quality of the knowledge base "
1964 "content."
1965 msgstr ""
1966
1967 #: forum/skins/default/templates/faq.html:123
1968 msgid "If this approach is not for you, we respect your choice."
1969 msgstr ""
1970
1971 #: forum/skins/default/templates/faq.html:127
1972 msgid "Still have questions?"
1973 msgstr ""
1974
1975 #: forum/skins/default/templates/faq.html:128
1976 #, python-format
1977 msgid ""
1978 "Please ask your question at %(ask_question_url)s, help make our community "
1979 "better!"
1980 msgstr ""
1981 "Please <a href='%(ask_question_url)s'>ask</a> your question, help make our "
1982 "community better!"
1983
1984 #: forum/skins/default/templates/faq.html:130
1985 #: forum/skins/default/templates/header.html:30
1986 #: forum/skins/default/templates/header.html:55 forum/views/readers.py:76
1987 msgid "questions"
1988 msgstr ""
1989
1990 #: forum/skins/default/templates/faq.html:130
1991 msgid "."
1992 msgstr ""
1993
1994 #: forum/skins/default/templates/feedback.html:6
1995 msgid "Feedback"
1996 msgstr ""
1997
1998 #: forum/skins/default/templates/feedback.html:11
1999 msgid "Give us your feedback!"
2000 msgstr ""
2001
2002 #: forum/skins/default/templates/feedback.html:17
2003 #, python-format
2004 msgid ""
2005 "\n"
2006 "            <span class='big strong'>Dear %(user_name)s</span>, we look "
2007 "forward to hearing your feedback. \n"
2008 "            Please type and send us your message below.\n"
2009 "            "
2010 msgstr ""
2011
2012 #: forum/skins/default/templates/feedback.html:24
2013 msgid ""
2014 "\n"
2015 "            <span class='big strong'>Dear visitor</span>, we look forward to "
2016 "hearing your feedback.\n"
2017 "            Please type and send us your message below.\n"
2018 "            "
2019 msgstr ""
2020
2021 #: forum/skins/default/templates/feedback.html:41
2022 msgid "(this field is required)"
2023 msgstr ""
2024
2025 #: forum/skins/default/templates/feedback.html:49
2026 msgid "Send Feedback"
2027 msgstr ""
2028
2029 #: forum/skins/default/templates/footer.html:7
2030 #: forum/skins/default/templates/header.html:16
2031 #: forum/skins/default/templates/index.html:12
2032 msgid "about"
2033 msgstr ""
2034
2035 #: forum/skins/default/templates/footer.html:8
2036 #: forum/skins/default/templates/header.html:17
2037 #: forum/skins/default/templates/index.html:13
2038 #: forum/skins/default/templates/question_edit_tips.html:22
2039 msgid "faq"
2040 msgstr ""
2041
2042 #: forum/skins/default/templates/footer.html:9
2043 msgid "privacy policy"
2044 msgstr ""
2045
2046 #: forum/skins/default/templates/footer.html:18
2047 msgid "give feedback"
2048 msgstr ""
2049
2050 #: forum/skins/default/templates/header.html:9
2051 msgid "administration"
2052 msgstr ""
2053
2054 #: forum/skins/default/templates/header.html:12
2055 msgid "logout"
2056 msgstr ""
2057
2058 #: forum/skins/default/templates/header.html:14
2059 msgid "login"
2060 msgstr ""
2061
2062 #: forum/skins/default/templates/header.html:24
2063 msgid "back to home page"
2064 msgstr ""
2065
2066 #: forum/skins/default/templates/header.html:32
2067 #: forum/skins/default/templates/header.html:57
2068 msgid "users"
2069 msgstr ""
2070
2071 #: forum/skins/default/templates/header.html:33
2072 #: forum/skins/default/templates/users/signature.html:9
2073 #: forum/skins/default/templates/users/signature.html:15
2074 #: forum/skins/default/templates/users/signature.html:21
2075 #: forum/templatetags/extra_tags.py:167 forum/templatetags/extra_tags.py:196
2076 msgid "badges"
2077 msgstr ""
2078
2079 #: forum/skins/default/templates/header.html:34
2080 msgid "unanswered questions"
2081 msgstr "unanswered"
2082
2083 #: forum/skins/default/templates/header.html:36
2084 msgid "ask a question"
2085 msgstr ""
2086
2087 #: forum/skins/default/templates/header.html:51
2088 msgid "search"
2089 msgstr ""
2090
2091 #: forum/skins/default/templates/index.html:9
2092 #, fuzzy
2093 msgid "welcome to "
2094 msgstr "Welcome to Q&amp;A forum"
2095
2096 #: forum/skins/default/templates/logout.html:6
2097 #: forum/skins/default/templates/logout.html:16
2098 msgid "Logout"
2099 msgstr ""
2100
2101 #: forum/skins/default/templates/logout.html:19
2102 msgid ""
2103 "As a registered user you can login with your OpenID, log out of the site or "
2104 "permanently remove your account."
2105 msgstr ""
2106 "Clicking <strong>Logout</strong> will log you out from the forumbut will not "
2107 "sign you off from your OpenID provider.</p><p>If you wish to sign off "
2108 "completely - please make sure to log out from your OpenID provider as well."
2109
2110 #: forum/skins/default/templates/logout.html:20
2111 msgid "Logout now"
2112 msgstr "Logout Now"
2113
2114 #: forum/skins/default/templates/notarobot.html:3
2115 msgid "Please prove that you are a Human Being"
2116 msgstr ""
2117
2118 #: forum/skins/default/templates/notarobot.html:10
2119 msgid "I am a Human Being"
2120 msgstr ""
2121
2122 #: forum/skins/default/templates/pagesize.html:6
2123 msgid "posts per page"
2124 msgstr ""
2125
2126 #: forum/skins/default/templates/paginator.html:6
2127 #: forum/skins/default/templates/paginator.html:7
2128 msgid "previous"
2129 msgstr ""
2130
2131 #: forum/skins/default/templates/paginator.html:19
2132 msgid "current page"
2133 msgstr ""
2134
2135 #: forum/skins/default/templates/paginator.html:22
2136 #: forum/skins/default/templates/paginator.html:29
2137 msgid "page number "
2138 msgstr ""
2139
2140 #: forum/skins/default/templates/paginator.html:22
2141 #: forum/skins/default/templates/paginator.html:29
2142 msgid "number - make blank in english"
2143 msgstr ""
2144
2145 #: forum/skins/default/templates/paginator.html:33
2146 msgid "next page"
2147 msgstr ""
2148
2149 #: forum/skins/default/templates/post_contributor_info.html:9
2150 #, python-format
2151 msgid ""
2152 "\n"
2153 "                one revision\n"
2154 "            "
2155 msgid_plural ""
2156 "\n"
2157 "                %(rev_count)s revisions\n"
2158 "            "
2159 msgstr[0] ""
2160 msgstr[1] ""
2161
2162 #: forum/skins/default/templates/post_contributor_info.html:24
2163 msgid "posted"
2164 msgstr ""
2165
2166 #: forum/skins/default/templates/post_contributor_info.html:45
2167 msgid "updated"
2168 msgstr ""
2169
2170 #: forum/skins/default/templates/privacy.html:6
2171 #: forum/skins/default/templates/privacy.html:11
2172 msgid "Privacy policy"
2173 msgstr ""
2174
2175 #: forum/skins/default/templates/privacy.html:15
2176 msgid "general message about privacy"
2177 msgstr ""
2178 "Respecting users privacy is an important core principle of this Q&amp;A "
2179 "forum. Information on this page details how this forum protects your "
2180 "privacy, and what type of information is collected."
2181
2182 #: forum/skins/default/templates/privacy.html:18
2183 msgid "Site Visitors"
2184 msgstr ""
2185
2186 #: forum/skins/default/templates/privacy.html:20
2187 msgid "what technical information is collected about visitors"
2188 msgstr ""
2189 "Information on question views, revisions of questions and answers - both "
2190 "times and content are recorded for each user in order to correctly count "
2191 "number of views, maintain data integrity and report relevant updates."
2192
2193 #: forum/skins/default/templates/privacy.html:23
2194 msgid "Personal Information"
2195 msgstr ""
2196
2197 #: forum/skins/default/templates/privacy.html:25
2198 msgid "details on personal information policies"
2199 msgstr ""
2200 "Members of this community may choose to display personally identifiable "
2201 "information in their profiles. Forum will never display such information "
2202 "without a request from the user."
2203
2204 #: forum/skins/default/templates/privacy.html:28
2205 msgid "Other Services"
2206 msgstr ""
2207
2208 #: forum/skins/default/templates/privacy.html:30
2209 msgid "details on sharing data with third parties"
2210 msgstr ""
2211 "None of the data that is not openly shown on the forum by the choice of the "
2212 "user is shared with any third party."
2213
2214 #: forum/skins/default/templates/privacy.html:35
2215 msgid "cookie policy details"
2216 msgstr ""
2217 "Forum software relies on the internet cookie technology to keep track of "
2218 "user sessions. Cookies must be enabled in your browser so that forum can "
2219 "work for you."
2220
2221 #: forum/skins/default/templates/privacy.html:37
2222 msgid "Policy Changes"
2223 msgstr ""
2224
2225 #: forum/skins/default/templates/privacy.html:38
2226 msgid "how privacy policies can be changed"
2227 msgstr ""
2228 "These policies may be adjusted to improve protection of user's privacy. "
2229 "Whenever such changes occur, users will be notified via the internal "
2230 "messaging system. "
2231
2232 #: forum/skins/default/templates/question.html:70
2233 #: forum/skins/default/templates/sidebar/recent_tags.html:9
2234 #, python-format
2235 msgid "see questions tagged '%(tagname)s'"
2236 msgstr ""
2237
2238 #: forum/skins/default/templates/question.html:87
2239 #, python-format
2240 msgid ""
2241 "The question has been closed for the following reason \"%(close_reason)s\" by"
2242 msgstr ""
2243
2244 #: forum/skins/default/templates/question.html:89
2245 #, python-format
2246 msgid "close date %(closed_at)s"
2247 msgstr ""
2248
2249 #: forum/skins/default/templates/question.html:97
2250 #, python-format
2251 msgid ""
2252 "\n"
2253 "                    One Answer:\n"
2254 "                    "
2255 msgid_plural ""
2256 "\n"
2257 "                    %(counter)s Answers:\n"
2258 "                    "
2259 msgstr[0] ""
2260 msgstr[1] ""
2261
2262 #: forum/skins/default/templates/question.html:105
2263 msgid "oldest answers will be shown first"
2264 msgstr ""
2265
2266 #: forum/skins/default/templates/question.html:105
2267 msgid "oldest answers"
2268 msgstr "oldest"
2269
2270 #: forum/skins/default/templates/question.html:107
2271 msgid "newest answers will be shown first"
2272 msgstr ""
2273
2274 #: forum/skins/default/templates/question.html:107
2275 msgid "newest answers"
2276 msgstr "newest"
2277
2278 #: forum/skins/default/templates/question.html:109
2279 msgid "most voted answers will be shown first"
2280 msgstr ""
2281
2282 #: forum/skins/default/templates/question.html:109
2283 msgid "popular answers"
2284 msgstr "most voted"
2285
2286 #: forum/skins/default/templates/question.html:157
2287 msgid "Your answer"
2288 msgstr ""
2289
2290 #: forum/skins/default/templates/question.html:159
2291 msgid "Be the first one to answer this question!"
2292 msgstr ""
2293
2294 #: forum/skins/default/templates/question.html:165
2295 msgid "you can answer anonymously and then login"
2296 msgstr ""
2297 "<span class='strong big'>Please start posting your answer anonymously</span> "
2298 "- your answer will be saved within the current session and published after "
2299 "you log in or create a new account. Please try to give a <strong>substantial "
2300 "answer</strong>, for discussions, <strong>please use comments</strong> and "
2301 "<strong>please do remember to vote</strong> (after you log in)!"
2302
2303 #: forum/skins/default/templates/question.html:169
2304 msgid "answer your own question only to give an answer"
2305 msgstr ""
2306 "<span class='big strong'>You are welcome to answer your own question</span>, "
2307 "but please make sure to give an <strong>answer</strong>. Remember that you "
2308 "can always <strong>revise your original question</strong>. Please "
2309 "<strong>use comments for discussions</strong>  and <strong>please don't "
2310 "forget to vote :)</strong> for the answers that you liked (or perhaps did "
2311 "not like)! "
2312
2313 #: forum/skins/default/templates/question.html:171
2314 msgid "please only give an answer, no discussions"
2315 msgstr ""
2316 "<span class='big strong'>Please try to give a substantial answer</span>. If "
2317 "you wanted to comment on the question or answer, just <strong>use the "
2318 "commenting tool</strong>. Please remember that you can always <strong>revise "
2319 "your answers</strong> - no need to answer the same question twice. Also, "
2320 "please <strong>don't forget to vote</strong> - it really helps to select the "
2321 "best questions and answers!"
2322
2323 #: forum/skins/default/templates/question.html:207
2324 msgid "Login/Signup to Post Your Answer"
2325 msgstr ""
2326
2327 #: forum/skins/default/templates/question.html:210
2328 msgid "Answer Your Own Question"
2329 msgstr ""
2330
2331 #: forum/skins/default/templates/question.html:212
2332 msgid "Answer the question"
2333 msgstr "Post Your Answer"
2334
2335 #: forum/skins/default/templates/question.html:229
2336 msgid "Question tags"
2337 msgstr "Tags"
2338
2339 #: forum/skins/default/templates/question.html:239
2340 msgid "question asked"
2341 msgstr "Asked"
2342
2343 #: forum/skins/default/templates/question.html:242
2344 msgid "question was seen"
2345 msgstr "Seen"
2346
2347 #: forum/skins/default/templates/question.html:242
2348 msgid "times"
2349 msgstr ""
2350
2351 #: forum/skins/default/templates/question.html:245
2352 msgid "last updated"
2353 msgstr "Last updated"
2354
2355 #: forum/skins/default/templates/question.html:250
2356 msgid "Related questions"
2357 msgstr ""
2358
2359 #: forum/skins/default/templates/question_edit.html:5
2360 #: forum/skins/default/templates/question_edit.html:63
2361 msgid "Edit question"
2362 msgstr ""
2363
2364 #: forum/skins/default/templates/question_edit_tips.html:4
2365 msgid "question tips"
2366 msgstr "Tips"
2367
2368 #: forum/skins/default/templates/question_edit_tips.html:9
2369 #, fuzzy, python-format
2370 msgid ""
2371 "\n"
2372 "                ask a question relevant to the %(app_title)s community \n"
2373 "                "
2374 msgstr ""
2375 "\n"
2376 "(one comment)"
2377
2378 #: forum/skins/default/templates/question_edit_tips.html:15
2379 msgid "please try provide enough details"
2380 msgstr "provide enough details"
2381
2382 #: forum/skins/default/templates/question_retag.html:5
2383 #: forum/skins/default/templates/question_retag.html:56
2384 msgid "Change tags"
2385 msgstr ""
2386
2387 #: forum/skins/default/templates/question_retag.html:44
2388 msgid "up to 5 tags, less than 20 characters each"
2389 msgstr ""
2390
2391 #: forum/skins/default/templates/question_retag.html:86
2392 msgid "Why use and modify tags?"
2393 msgstr ""
2394
2395 #: forum/skins/default/templates/question_retag.html:89
2396 msgid "tags help us keep Questions organized"
2397 msgstr ""
2398
2399 #: forum/skins/default/templates/question_retag.html:97
2400 msgid "tag editors receive special awards from the community"
2401 msgstr ""
2402
2403 #: forum/skins/default/templates/questions.html:7
2404 msgid "Questions"
2405 msgstr ""
2406
2407 #: forum/skins/default/templates/reopen.html:6
2408 #: forum/skins/default/templates/reopen.html:16
2409 msgid "Reopen question"
2410 msgstr ""
2411
2412 #: forum/skins/default/templates/reopen.html:19
2413 msgid "Open the previously closed question"
2414 msgstr ""
2415
2416 #: forum/skins/default/templates/reopen.html:22
2417 msgid "The question was closed for the following reason "
2418 msgstr ""
2419
2420 #: forum/skins/default/templates/reopen.html:22
2421 msgid "reason - leave blank in english"
2422 msgstr ""
2423
2424 #: forum/skins/default/templates/reopen.html:22
2425 msgid "on "
2426 msgstr ""
2427
2428 #: forum/skins/default/templates/reopen.html:22
2429 msgid "date closed"
2430 msgstr ""
2431
2432 #: forum/skins/default/templates/reopen.html:29
2433 msgid "Reopen this question"
2434 msgstr ""
2435
2436 #: forum/skins/default/templates/revisions_answer.html:7
2437 #: forum/skins/default/templates/revisions_answer.html:36
2438 #: forum/skins/default/templates/revisions_question.html:7
2439 #: forum/skins/default/templates/revisions_question.html:35
2440 msgid "Revision history"
2441 msgstr ""
2442
2443 #: forum/skins/default/templates/revisions_answer.html:48
2444 #: forum/skins/default/templates/revisions_question.html:47
2445 msgid "click to hide/show revision"
2446 msgstr ""
2447
2448 #: forum/skins/default/templates/revisions_answer.html:56
2449 #: forum/templatetags/node_tags.py:62
2450 msgid "edit"
2451 msgstr ""
2452
2453 #: forum/skins/default/templates/subscription_status.html:3
2454 msgid "Subscription"
2455 msgstr ""
2456
2457 #: forum/skins/default/templates/subscription_status.html:8
2458 msgid "You were automatically subscribed to this question."
2459 msgstr ""
2460
2461 #: forum/skins/default/templates/subscription_status.html:10
2462 msgid "You are subscribed to this question."
2463 msgstr ""
2464
2465 #: forum/skins/default/templates/subscription_status.html:13
2466 msgid "You are not subscribed to this question."
2467 msgstr ""
2468
2469 #: forum/skins/default/templates/subscription_status.html:18
2470 #: forum/views/commands.py:323
2471 msgid "unsubscribe me"
2472 msgstr ""
2473
2474 #: forum/skins/default/templates/subscription_status.html:20
2475 #: forum/views/commands.py:323
2476 msgid "subscribe me"
2477 msgstr ""
2478
2479 #: forum/skins/default/templates/subscription_status.html:24
2480 #, python-format
2481 msgid ""
2482 "\n"
2483 "            (you can adjust your notification settings on your <a href=\"%"
2484 "(profile_url)s?sort=email_subscriptions\">profile</a>)\n"
2485 "        "
2486 msgstr ""
2487
2488 #: forum/skins/default/templates/subscription_status.html:29
2489 #, fuzzy
2490 msgid "Once you sign in you will be able to subscribe for any updates here"
2491 msgstr ""
2492 "<span class='strong'>Here</span> (once you log in) you will be able to sign "
2493 "up for the periodic email updates about this question."
2494
2495 #: forum/skins/default/templates/tag_selector.html:4
2496 #: forum/skins/default/templates/question_list/tag_selector.html:6
2497 msgid "Interesting tags"
2498 msgstr ""
2499
2500 #: forum/skins/default/templates/tag_selector.html:10
2501 #: forum/skins/default/templates/tag_selector.html:27
2502 #: forum/skins/default/templates/question_list/related_tags.html:9
2503 #: forum/skins/default/templates/question_list/tag_selector.html:12
2504 #: forum/skins/default/templates/question_list/tag_selector.html:29
2505 #, python-format
2506 msgid "see questions tagged '%(tag_name)s'"
2507 msgstr ""
2508
2509 #: forum/skins/default/templates/tag_selector.html:14
2510 #: forum/skins/default/templates/question_list/tag_selector.html:16
2511 #, python-format
2512 msgid "remove '%(tag_name)s' from the list of interesting tags"
2513 msgstr ""
2514
2515 #: forum/skins/default/templates/tag_selector.html:20
2516 #: forum/skins/default/templates/tag_selector.html:37
2517 #: forum/skins/default/templates/question_list/tag_selector.html:22
2518 #: forum/skins/default/templates/question_list/tag_selector.html:39
2519 msgid "Add"
2520 msgstr ""
2521
2522 #: forum/skins/default/templates/tag_selector.html:21
2523 #: forum/skins/default/templates/question_list/tag_selector.html:23
2524 msgid "Ignored tags"
2525 msgstr ""
2526
2527 #: forum/skins/default/templates/tag_selector.html:31
2528 #: forum/skins/default/templates/question_list/tag_selector.html:33
2529 #, python-format
2530 msgid "remove '%(tag_name)s' from the list of ignored tags"
2531 msgstr ""
2532
2533 #: forum/skins/default/templates/tag_selector.html:40
2534 #: forum/skins/default/templates/question_list/tag_selector.html:42
2535 msgid "keep ignored questions hidden"
2536 msgstr ""
2537
2538 #: forum/skins/default/templates/tags.html:6
2539 #: forum/skins/default/templates/tags.html:30
2540 msgid "Tag list"
2541 msgstr ""
2542
2543 #: forum/skins/default/templates/tags.html:32
2544 msgid "sorted alphabetically"
2545 msgstr ""
2546
2547 #: forum/skins/default/templates/tags.html:32
2548 msgid "by name"
2549 msgstr ""
2550
2551 #: forum/skins/default/templates/tags.html:33
2552 msgid "sorted by frequency of tag use"
2553 msgstr ""
2554
2555 #: forum/skins/default/templates/tags.html:33
2556 msgid "by popularity"
2557 msgstr ""
2558
2559 #: forum/skins/default/templates/tags.html:39
2560 msgid "All tags matching query"
2561 msgstr ""
2562
2563 #: forum/skins/default/templates/tags.html:39
2564 msgid "all tags - make this empty in english"
2565 msgstr ""
2566
2567 #: forum/skins/default/templates/tags.html:42
2568 msgid "Nothing found"
2569 msgstr ""
2570
2571 #: forum/skins/default/templates/auth/auth_settings.html:5
2572 #: forum/skins/default/templates/auth/auth_settings.html:7
2573 msgid "Authentication settings"
2574 msgstr ""
2575
2576 #: forum/skins/default/templates/auth/auth_settings.html:9
2577 msgid ""
2578 "These are the external authentication providers currently associated with "
2579 "your account."
2580 msgstr ""
2581
2582 #: forum/skins/default/templates/auth/auth_settings.html:12
2583 msgid "remove"
2584 msgstr ""
2585
2586 #: forum/skins/default/templates/auth/auth_settings.html:17
2587 msgid ""
2588 "You currently have no external authentication provider associated with your "
2589 "account."
2590 msgstr ""
2591
2592 #: forum/skins/default/templates/auth/auth_settings.html:19
2593 msgid "Add new provider"
2594 msgstr ""
2595
2596 #: forum/skins/default/templates/auth/auth_settings.html:21
2597 msgid "This is where you can change your password. Make sure you remember it!"
2598 msgstr ""
2599 "<span class='strong'>To change your password</span> please fill out and "
2600 "submit this form"
2601
2602 #: forum/skins/default/templates/auth/auth_settings.html:24
2603 msgid ""
2604 "You can set up a password for your account, so you can login using standard "
2605 "username and password!"
2606 msgstr ""
2607
2608 #: forum/skins/default/templates/auth/auth_settings.html:31
2609 #, fuzzy
2610 msgid "Create password"
2611 msgstr "Password <i>(please retype)</i>"
2612
2613 #: forum/skins/default/templates/auth/complete.html:5
2614 msgid "Connect your OpenID with this site"
2615 msgstr "New user signup"
2616
2617 #: forum/skins/default/templates/auth/complete.html:8
2618 msgid "Connect your OpenID with your account on this site"
2619 msgstr "New user signup"
2620
2621 #: forum/skins/default/templates/auth/complete.html:12
2622 msgid "You are here for the first time with "
2623 msgstr ""
2624
2625 #: forum/skins/default/templates/auth/complete.html:13
2626 msgid ""
2627 "Please create your screen name and save your email address. Saved email "
2628 "address will let you subscribe for the updates on the most interesting "
2629 "questions and will be used to create and retrieve your unique avatar image. "
2630 msgstr ""
2631
2632 #: forum/skins/default/templates/auth/complete.html:15
2633 msgid "This account already exists, please use another."
2634 msgstr ""
2635
2636 #: forum/skins/default/templates/auth/complete.html:30
2637 msgid "Sorry, looks like we have some errors:"
2638 msgstr ""
2639
2640 #: forum/skins/default/templates/auth/complete.html:47
2641 msgid "Screen name label"
2642 msgstr "<strong>Screen Name</strong> (<i>will be shown to others</i>)"
2643
2644 #: forum/skins/default/templates/auth/complete.html:54
2645 msgid "Email address label"
2646 msgstr ""
2647 "<strong>Email Address</strong> (<i>will <strong>not</strong> be shared with "
2648 "anyone, must be valid</i>)"
2649
2650 #: forum/skins/default/templates/auth/complete.html:60
2651 #: forum/skins/default/templates/auth/signup.html:18
2652 msgid "receive updates motivational blurb"
2653 msgstr ""
2654 "<strong>Receive forum updates by email</strong> - this will help our "
2655 "community grow and become more useful.<br/>By default <span "
2656 "class='orange'>Q&amp;A</span> forum sends up to <strong>one email digest per "
2657 "week</strong>  - only when there is anything new.<br/>If you like, please "
2658 "adjust this now or any time later from your user account."
2659
2660 #: forum/skins/default/templates/auth/complete.html:64
2661 #: forum/skins/default/templates/auth/signup.html:22
2662 msgid "please select one of the options above"
2663 msgstr ""
2664
2665 #: forum/skins/default/templates/auth/complete.html:67
2666 msgid "Tag filter tool will be your right panel, once you log in."
2667 msgstr ""
2668
2669 #: forum/skins/default/templates/auth/complete.html:68
2670 msgid "create account"
2671 msgstr "Signup"
2672
2673 #: forum/skins/default/templates/auth/complete.html:77
2674 msgid "Existing account"
2675 msgstr ""
2676
2677 #: forum/skins/default/templates/auth/complete.html:78
2678 msgid "user name"
2679 msgstr ""
2680
2681 #: forum/skins/default/templates/auth/complete.html:79
2682 msgid "password"
2683 msgstr ""
2684
2685 #: forum/skins/default/templates/auth/complete.html:86
2686 msgid "Register"
2687 msgstr ""
2688
2689 #: forum/skins/default/templates/auth/complete.html:87
2690 msgid "Forgot your password?"
2691 msgstr ""
2692
2693 #: forum/skins/default/templates/auth/email_validation.html:6
2694 #: forum/skins/default/templates/auth/temp_login_email.html:6
2695 msgid "Greetings from the Q&A forum"
2696 msgstr ""
2697
2698 #: forum/skins/default/templates/auth/email_validation.html:8
2699 msgid "To make use of the Forum, please follow the link below:"
2700 msgstr ""
2701
2702 #: forum/skins/default/templates/auth/email_validation.html:12
2703 msgid "Following the link above will help us verify your email address."
2704 msgstr ""
2705
2706 #: forum/skins/default/templates/auth/email_validation.html:14
2707 #: forum/skins/default/templates/auth/temp_login_email.html:14
2708 msgid ""
2709 "If you beleive that this message was sent in mistake -\n"
2710 "    no further action is needed. Just ingore this email, we apologize\n"
2711 "    for any inconvenience"
2712 msgstr ""
2713
2714 #: forum/skins/default/templates/auth/email_validation.html:18
2715 #: forum/skins/default/templates/auth/temp_login_email.html:18
2716 #: forum/skins/default/templates/notifications/answeraccepted.html:15
2717 #: forum/skins/default/templates/notifications/newanswer.html:25
2718 #: forum/skins/default/templates/notifications/newcomment.html:32
2719 #: forum/skins/default/templates/notifications/newmember.html:15
2720 #: forum/skins/default/templates/notifications/newquestion.html:25
2721 #, fuzzy
2722 msgid ""
2723 "Sincerely,<br />\n"
2724 "    Forum Administrator"
2725 msgstr ""
2726 "Sincerely,\n"
2727 "Q&A Forum Administrator"
2728
2729 #: forum/skins/default/templates/auth/signin.html:6
2730 msgid "Login"
2731 msgstr ""
2732
2733 #: forum/skins/default/templates/auth/signin.html:24
2734 msgid "User login"
2735 msgstr "User login"
2736
2737 #: forum/skins/default/templates/auth/signin.html:36
2738 #: forum/skins/default/templates/auth/signin.html:86
2739 #: forum/skins/default/templates/auth/signin.html:92
2740 msgid "Or..."
2741 msgstr ""
2742
2743 #: forum/skins/default/templates/auth/signin.html:39
2744 msgid "Click to sign in through any of these services."
2745 msgstr ""
2746 "<p><span class=\"big strong\">Please select your favorite login method below."
2747 "</span></p><p><font color=\"gray\">External login services use <a href="
2748 "\"http://openid.net\"><b>OpenID</b></a> technology, where your password "
2749 "always stays confidential between you and your login provider and you don't "
2750 "have to remember another one. CNPROG option requires your login name and "
2751 "password entered here.</font></p>"
2752
2753 #: forum/skins/default/templates/auth/signin.html:44
2754 msgid "Validate my email after I login."
2755 msgstr ""
2756
2757 #: forum/skins/default/templates/auth/signin.html:94
2758 msgid "Click"
2759 msgstr ""
2760
2761 #: forum/skins/default/templates/auth/signin.html:94
2762 msgid "if you're having troubles signing in."
2763 msgstr ""
2764
2765 #: forum/skins/default/templates/auth/signin.html:98
2766 msgid "Enter your "
2767 msgstr ""
2768
2769 #: forum/skins/default/templates/auth/signin.html:154
2770 msgid "Why use OpenID?"
2771 msgstr ""
2772
2773 #: forum/skins/default/templates/auth/signin.html:157
2774 msgid "with openid it is easier"
2775 msgstr "With the OpenID you don't need to create new username and password."
2776
2777 #: forum/skins/default/templates/auth/signin.html:160
2778 msgid "reuse openid"
2779 msgstr "You can safely re-use the same login for all OpenID-enabled websites."
2780
2781 #: forum/skins/default/templates/auth/signin.html:163
2782 msgid "openid is widely adopted"
2783 msgstr ""
2784 "There are > 160,000,000 OpenID account in use. Over 10,000 sites are OpenID-"
2785 "enabled."
2786
2787 #: forum/skins/default/templates/auth/signin.html:166
2788 msgid "openid is supported open standard"
2789 msgstr "OpenID is based on an open standard, supported by many organizations."
2790
2791 #: forum/skins/default/templates/auth/signin.html:171
2792 msgid "Find out more"
2793 msgstr ""
2794
2795 #: forum/skins/default/templates/auth/signin.html:172
2796 msgid "Get OpenID"
2797 msgstr ""
2798
2799 #: forum/skins/default/templates/auth/signup.html:4
2800 msgid "Signup"
2801 msgstr ""
2802
2803 #: forum/skins/default/templates/auth/signup.html:8
2804 msgid "Create login name and password"
2805 msgstr ""
2806
2807 #: forum/skins/default/templates/auth/signup.html:10
2808 msgid "Traditional signup info"
2809 msgstr ""
2810 "<span class='strong big'>If you prefer, create your forum login name and "
2811 "password here. However</span>, please keep in mind that we also support "
2812 "<strong>OpenID</strong> login method. With <strong>OpenID</strong> you can "
2813 "simply reuse your external login (e.g. Gmail or AOL) without ever sharing "
2814 "your login details with anyone and having to remember yet another password."
2815
2816 #: forum/skins/default/templates/auth/signup.html:31
2817 msgid "Create Account"
2818 msgstr ""
2819
2820 #: forum/skins/default/templates/auth/signup.html:32
2821 msgid "or"
2822 msgstr ""
2823
2824 #: forum/skins/default/templates/auth/signup.html:33
2825 msgid "return to login page"
2826 msgstr ""
2827
2828 #: forum/skins/default/templates/auth/temp_login_email.html:8
2829 msgid "You're seeing this because someone requested a temporary login link"
2830 msgstr ""
2831
2832 #: forum/skins/default/templates/auth/temp_login_email.html:12
2833 msgid "Following the link above will give you access to your account."
2834 msgstr ""
2835
2836 #: forum/skins/default/templates/auth/temp_login_request.html:5
2837 msgid "Request temporary login key"
2838 msgstr ""
2839
2840 #: forum/skins/default/templates/auth/temp_login_request.html:7
2841 msgid "Account: request temporary login key"
2842 msgstr ""
2843
2844 #: forum/skins/default/templates/auth/temp_login_request.html:8
2845 msgid ""
2846 "\n"
2847 "    If you're experiencing problems accessing your account, or if you forgot "
2848 "your password,\n"
2849 "    here you can request a temporary login key. Fill out your account email "
2850 "and we'll send you a temporary access link that\n"
2851 "    will enable you to access your account. This token is valid only once "
2852 "and for a limited period of time.\n"
2853 " "
2854 msgstr ""
2855
2856 #: forum/skins/default/templates/auth/temp_login_request.html:25
2857 #, fuzzy
2858 msgid "Send link"
2859 msgstr "link"
2860
2861 #: forum/skins/default/templates/node/accept_button.html:5
2862 #, python-format
2863 msgid "%(who)s has selected this answer as the correct answer"
2864 msgstr ""
2865
2866 #: forum/skins/default/templates/node/accept_button.html:5
2867 msgid "mark this answer as the accepted answer"
2868 msgstr ""
2869
2870 #: forum/skins/default/templates/node/comments.html:22
2871 msgid "I like this comment (click again to cancel)"
2872 msgstr ""
2873
2874 #: forum/skins/default/templates/node/comments.html:26
2875 #, fuzzy
2876 msgid "Edit comment"
2877 msgstr "post a comment"
2878
2879 #: forum/skins/default/templates/node/comments.html:30
2880 #, fuzzy
2881 msgid "Delete comment"
2882 msgstr "post a comment"
2883
2884 #: forum/skins/default/templates/node/comments.html:42
2885 #, python-format
2886 msgid "showing %(showing)s of %(total)s"
2887 msgstr ""
2888
2889 #: forum/skins/default/templates/node/comments.html:44
2890 msgid "show all"
2891 msgstr ""
2892
2893 #: forum/skins/default/templates/node/comments.html:47
2894 #, fuzzy
2895 msgid "add new comment"
2896 msgstr "post a comment"
2897
2898 #: forum/skins/default/templates/node/comments.html:55
2899 #, fuzzy
2900 msgid " add comment"
2901 msgstr "post a comment"
2902
2903 #: forum/skins/default/templates/node/comments.html:58
2904 #, python-format
2905 msgid ""
2906 "\n"
2907 "                have <span class=\"comments-char-left-count\">%(max_length)"
2908 "s</span> characters left\n"
2909 "            "
2910 msgstr ""
2911
2912 #: forum/skins/default/templates/node/comments.html:71
2913 #, fuzzy
2914 msgid "just now"
2915 msgstr "Logout Now"
2916
2917 #: forum/skins/default/templates/node/favorite_mark.html:3
2918 msgid "mark/unmark this question as favorite (click again to cancel)"
2919 msgstr ""
2920
2921 #: forum/skins/default/templates/node/vote_buttons.html:3
2922 msgid "I like this post (click again to cancel)"
2923 msgstr ""
2924
2925 #: forum/skins/default/templates/node/vote_buttons.html:7
2926 msgid "current number of votes"
2927 msgstr ""
2928
2929 #: forum/skins/default/templates/node/vote_buttons.html:10
2930 msgid "I dont like this post (click again to cancel)"
2931 msgstr ""
2932
2933 #: forum/skins/default/templates/notifications/answeraccepted.html:6
2934 #: forum/skins/default/templates/notifications/digest.html:7
2935 #: forum/skins/default/templates/notifications/newanswer.html:6
2936 #: forum/skins/default/templates/notifications/newcomment.html:6
2937 #: forum/skins/default/templates/notifications/newmember.html:6
2938 #: forum/skins/default/templates/notifications/newquestion.html:6
2939 msgid "Hello"
2940 msgstr ""
2941
2942 #: forum/skins/default/templates/notifications/answeraccepted.html:9
2943 #, python-format
2944 msgid ""
2945 "\n"
2946 "        Just to let you know that %(accepter)s has just accepted %"
2947 "(answer_author)s's answer on his question\n"
2948 "        <a href=\"%(app_url)s%(question_url)s\">%(question_title)s</a>:\n"
2949 "        "
2950 msgstr ""
2951
2952 #: forum/skins/default/templates/notifications/digest.html:9
2953 #, python-format
2954 msgid ""
2955 "\n"
2956 "    This is the %(digest_type)s activity digest for %(app_title)s\n"
2957 "    "
2958 msgstr ""
2959
2960 #: forum/skins/default/templates/notifications/digest.html:15
2961 #, python-format
2962 msgid ""
2963 "\n"
2964 "            %(nusers_count)s new user%(nusers_count_pluralize)s joined the %"
2965 "(app_title)s community:\n"
2966 "        "
2967 msgstr ""
2968
2969 #: forum/skins/default/templates/notifications/digest.html:28
2970 #, python-format
2971 msgid ""
2972 "\n"
2973 "            %(question_count)s of your subscriptions have updates:\n"
2974 "        "
2975 msgstr ""
2976
2977 #: forum/skins/default/templates/notifications/digest.html:35
2978 #, fuzzy
2979 msgid "On question "
2980 msgstr "Tips"
2981
2982 #: forum/skins/default/templates/notifications/digest.html:37
2983 #, fuzzy, python-format
2984 msgid ""
2985 "\n"
2986 "                    %(answer_count)s new answer%(answer_count_pluralize)s\n"
2987 "                "
2988 msgstr ""
2989 "\n"
2990 "(one comment)"
2991
2992 #: forum/skins/default/templates/notifications/digest.html:42
2993 #, fuzzy, python-format
2994 msgid ""
2995 "\n"
2996 "                    %(comment_count)s new comment%(comment_count_pluralize)"
2997 "s\n"
2998 "                "
2999 msgstr ""
3000 "\n"
3001 "(one comment)"
3002
3003 #: forum/skins/default/templates/notifications/digest.html:46
3004 msgid "on your own post(s)"
3005 msgstr ""
3006
3007 #: forum/skins/default/templates/notifications/digest.html:50
3008 #, fuzzy
3009 msgid "an answer was accepted"
3010 msgstr "answer accepted"
3011
3012 #: forum/skins/default/templates/notifications/digest.html:59
3013 #, python-format
3014 msgid ""
3015 "\n"
3016 "            %(question_count)s new question%(question_count_pluralize)s\n"
3017 "        "
3018 msgstr ""
3019
3020 #: forum/skins/default/templates/notifications/digest.html:63
3021 msgid "matching your interesting tags"
3022 msgstr ""
3023
3024 #: forum/skins/default/templates/notifications/digest.html:65
3025 msgid "posted :"
3026 msgstr ""
3027
3028 #: forum/skins/default/templates/notifications/digest.html:71
3029 #, fuzzy, python-format
3030 msgid ""
3031 "\n"
3032 "                    Posted by %(author_name)s in %(question_time)s\n"
3033 "                "
3034 msgstr ""
3035 "\n"
3036 "<div class=\"questions-count\">%(q_num)s</div><p>question</p>"
3037
3038 #: forum/skins/default/templates/notifications/feedback.html:7
3039 #, python-format
3040 msgid ""
3041 "\n"
3042 "    Hello, this is a %(site_title)s forum feedback message\n"
3043 "    "
3044 msgstr ""
3045
3046 #: forum/skins/default/templates/notifications/feedback.html:13
3047 msgid "Sender"
3048 msgstr ""
3049
3050 #: forum/skins/default/templates/notifications/feedback.html:15
3051 #: forum/skins/default/templates/notifications/feedback.html:18
3052 #: forum/skins/default/templates/users/info.html:93
3053 msgid "email"
3054 msgstr ""
3055
3056 #: forum/skins/default/templates/notifications/feedback.html:17
3057 msgid "anonymous"
3058 msgstr ""
3059
3060 #: forum/skins/default/templates/notifications/feedback.html:25
3061 msgid "Message body:"
3062 msgstr ""
3063
3064 #: forum/skins/default/templates/notifications/newanswer.html:9
3065 #, python-format
3066 msgid ""
3067 "\n"
3068 "        %(author_name)s has just posted a new answer on %(app_title)s to the "
3069 "question\n"
3070 "        <a href=\"%(app_url)s%(question_url)s\">%(question_title)s\"</a>:\n"
3071 "        "
3072 msgstr ""
3073
3074 #: forum/skins/default/templates/notifications/newanswer.html:20
3075 #: forum/skins/default/templates/notifications/newcomment.html:28
3076 #: forum/skins/default/templates/notifications/newquestion.html:20
3077 msgid ""
3078 "\n"
3079 "        Don't forget to come over and cast your vote.\n"
3080 "    "
3081 msgstr ""
3082
3083 #: forum/skins/default/templates/notifications/newcomment.html:9
3084 #, fuzzy, python-format
3085 msgid ""
3086 "\n"
3087 "            %(author_name)s has just posted a comment on\n"
3088 "        "
3089 msgstr ""
3090 "\n"
3091 "<div class=\"questions-count\">%(q_num)s</div><p>question tagged</p><p><span "
3092 "class=\"tag\">%(tagname)s</span></p>"
3093
3094 #: forum/skins/default/templates/notifications/newcomment.html:14
3095 #, python-format
3096 msgid ""
3097 "\n"
3098 "                the answer posted by <a href=\"%(app_url)s%(poster_url)s\">%"
3099 "(poster_name)s</a> to\n"
3100 "            "
3101 msgstr ""
3102
3103 #: forum/skins/default/templates/notifications/newcomment.html:19
3104 #, python-format
3105 msgid ""
3106 "\n"
3107 "             the question  <a href=\"%(app_url)s%(question_url)s\">%"
3108 "(question_title)s</a>\n"
3109 "        "
3110 msgstr ""
3111
3112 #: forum/skins/default/templates/notifications/newmember.html:9
3113 #, python-format
3114 msgid ""
3115 "\n"
3116 "        %(newmember_name)s has just joined %(app_title)s. You can visit %"
3117 "(newmember_name)s's profile using the following link: <br />\n"
3118 "        <a href=\"%(app_url)s%(newmember_url)s\">%(newmember_name)s profile</"
3119 "a>\n"
3120 "        "
3121 msgstr ""
3122
3123 #: forum/skins/default/templates/notifications/newquestion.html:9
3124 #, python-format
3125 msgid ""
3126 "\n"
3127 "        %(author_name)s has just posted a new question on %(app_title)s, "
3128 "with title\n"
3129 "        <a href=\"%(app_url)s%(question_url)s\">%(question_title)s</a> and "
3130 "tagged <em>%(question_tags)s</em>:\n"
3131 "        "
3132 msgstr ""
3133
3134 #: forum/skins/default/templates/osqaadmin/base.html:13
3135 msgid "OSQA administration area"
3136 msgstr ""
3137
3138 #: forum/skins/default/templates/osqaadmin/base.html:26
3139 msgid "Administration menu"
3140 msgstr ""
3141
3142 #: forum/skins/default/templates/osqaadmin/index.html:7
3143 msgid "Dashboard"
3144 msgstr ""
3145
3146 #: forum/skins/default/templates/osqaadmin/index.html:10
3147 msgid "Welcome to the OSQA administration area."
3148 msgstr ""
3149
3150 #: forum/skins/default/templates/osqaadmin/index.html:17
3151 msgid "Site statistics"
3152 msgstr ""
3153
3154 #: forum/skins/default/templates/osqaadmin/index.html:21
3155 #: forum/skins/default/templates/osqaadmin/index.html:26
3156 msgid "in the last 24 hours"
3157 msgstr ""
3158
3159 #: forum/skins/default/templates/osqaadmin/index.html:31
3160 msgid "user"
3161 msgstr ""
3162
3163 #: forum/skins/default/templates/osqaadmin/index.html:31
3164 msgid "joined in the last 24 hours"
3165 msgstr ""
3166
3167 #: forum/skins/default/templates/osqaadmin/index.html:37
3168 msgid "Site status"
3169 msgstr ""
3170
3171 #: forum/skins/default/templates/osqaadmin/index.html:42
3172 msgid ""
3173 "Your site is running in bootstrap mode, click the button bellow to revert to "
3174 "defaults."
3175 msgstr ""
3176
3177 #: forum/skins/default/templates/osqaadmin/index.html:45
3178 msgid ""
3179 "Your site is running in standard mode, click the button bellow to run in "
3180 "bootstrap mode."
3181 msgstr ""
3182
3183 #: forum/skins/default/templates/osqaadmin/index.html:47
3184 msgid ""
3185 "Your site is running with some customized settings, click the buttons bellow "
3186 "to run with defaults or in bootstrap mode"
3187 msgstr ""
3188
3189 #: forum/skins/default/templates/osqaadmin/index.html:51
3190 msgid "Are you sure you want to revert to the defaults?"
3191 msgstr ""
3192
3193 #: forum/skins/default/templates/osqaadmin/index.html:51
3194 msgid "revert to defaults"
3195 msgstr ""
3196
3197 #: forum/skins/default/templates/osqaadmin/index.html:54
3198 msgid "Are you sure you want to run bootstrap mode?"
3199 msgstr ""
3200
3201 #: forum/skins/default/templates/osqaadmin/index.html:54
3202 msgid "go bootstrap"
3203 msgstr ""
3204
3205 #: forum/skins/default/templates/osqaadmin/index.html:59
3206 msgid "Recalculate scores and reputation"
3207 msgstr ""
3208
3209 #: forum/skins/default/templates/osqaadmin/index.html:60
3210 msgid "This is a heavy operation, are you sure?"
3211 msgstr ""
3212
3213 #: forum/skins/default/templates/osqaadmin/index.html:60
3214 msgid "Recalculate"
3215 msgstr ""
3216
3217 #: forum/skins/default/templates/osqaadmin/index.html:65
3218 msgid "Recent activity"
3219 msgstr ""
3220
3221 #: forum/skins/default/templates/question_list/item.html:12
3222 msgid "this question has an accepted answer"
3223 msgstr ""
3224
3225 #: forum/skins/default/templates/question_list/related_tags.html:6
3226 msgid "Related tags"
3227 msgstr "Tags"
3228
3229 #: forum/skins/default/templates/question_list/sort_tabs.html:4
3230 msgid "most recently updated questions"
3231 msgstr ""
3232
3233 #: forum/skins/default/templates/question_list/sort_tabs.html:4
3234 msgid "active"
3235 msgstr ""
3236
3237 #: forum/skins/default/templates/question_list/sort_tabs.html:5
3238 msgid "most recently asked questions"
3239 msgstr ""
3240
3241 #: forum/skins/default/templates/question_list/sort_tabs.html:5
3242 msgid "newest"
3243 msgstr ""
3244
3245 #: forum/skins/default/templates/question_list/sort_tabs.html:6
3246 msgid "hottest questions"
3247 msgstr ""
3248
3249 #: forum/skins/default/templates/question_list/sort_tabs.html:6
3250 msgid "hottest"
3251 msgstr ""
3252
3253 #: forum/skins/default/templates/question_list/sort_tabs.html:7
3254 msgid "most voted questions"
3255 msgstr ""
3256
3257 #: forum/skins/default/templates/question_list/sort_tabs.html:7
3258 msgid "most voted"
3259 msgstr ""
3260
3261 #: forum/skins/default/templates/question_list/title.html:5
3262 msgid "Found by tags"
3263 msgstr "Tagged questions"
3264
3265 #: forum/skins/default/templates/question_list/title.html:9
3266 msgid "Search results"
3267 msgstr ""
3268
3269 #: forum/skins/default/templates/question_list/title.html:11
3270 msgid "Found by title"
3271 msgstr ""
3272
3273 #: forum/skins/default/templates/question_list/title.html:15
3274 msgid "Unanswered questions"
3275 msgstr ""
3276
3277 #: forum/skins/default/templates/question_list/title.html:17
3278 #: forum/skins/default/templates/users/subscriptions.html:74
3279 msgid "All questions"
3280 msgstr ""
3281
3282 #: forum/skins/default/templates/sidebar/recent_awards.html:4
3283 msgid "Recent awards"
3284 msgstr "Recent badges"
3285
3286 #: forum/skins/default/templates/sidebar/recent_awards.html:15
3287 msgid "all awards"
3288 msgstr "all badges"
3289
3290 #: forum/skins/default/templates/sidebar/recent_tags.html:4
3291 msgid "Recent tags"
3292 msgstr ""
3293
3294 #: forum/skins/default/templates/sidebar/recent_tags.html:12
3295 msgid "popular tags"
3296 msgstr "tags"
3297
3298 #: forum/skins/default/templates/users/edit.html:6
3299 msgid "Edit user profile"
3300 msgstr ""
3301
3302 #: forum/skins/default/templates/users/edit.html:19
3303 msgid "edit profile"
3304 msgstr ""
3305
3306 #: forum/skins/default/templates/users/edit.html:31
3307 msgid "image associated with your email address"
3308 msgstr ""
3309
3310 #: forum/skins/default/templates/users/edit.html:31
3311 #, python-format
3312 msgid "avatar, see %(gravatar_faq_url)s"
3313 msgstr "<a href='%(gravatar_faq_url)s'>gravatar</a>"
3314
3315 #: forum/skins/default/templates/users/edit.html:36
3316 #: forum/skins/default/templates/users/info.html:52
3317 msgid "Registered user"
3318 msgstr ""
3319
3320 #: forum/skins/default/templates/users/edit.html:43
3321 msgid "Screen Name"
3322 msgstr ""
3323
3324 #: forum/skins/default/templates/users/edit.html:86
3325 #: forum/skins/default/templates/users/subscriptions.html:116
3326 msgid "Update"
3327 msgstr ""
3328
3329 #: forum/skins/default/templates/users/info.html:22
3330 #: forum/skins/default/templates/users/signature.html:6
3331 #: forum/skins/default/templates/users/users.html:26
3332 msgid "reputation"
3333 msgstr "karma"
3334
3335 #: forum/skins/default/templates/users/info.html:32
3336 msgid "Moderate this user"
3337 msgstr ""
3338
3339 #: forum/skins/default/templates/users/info.html:44
3340 msgid "update profile"
3341 msgstr ""
3342
3343 #: forum/skins/default/templates/users/info.html:56
3344 msgid "real name"
3345 msgstr ""
3346
3347 #: forum/skins/default/templates/users/info.html:61
3348 msgid "member for"
3349 msgstr "member since"
3350
3351 #: forum/skins/default/templates/users/info.html:66
3352 msgid "last seen"
3353 msgstr ""
3354
3355 #: forum/skins/default/templates/users/info.html:72
3356 msgid "user website"
3357 msgstr ""
3358
3359 #: forum/skins/default/templates/users/info.html:78
3360 msgid "location"
3361 msgstr ""
3362
3363 #: forum/skins/default/templates/users/info.html:86
3364 msgid "age"
3365 msgstr ""
3366
3367 #: forum/skins/default/templates/users/info.html:87
3368 msgid "age unit"
3369 msgstr "years old"
3370
3371 #: forum/skins/default/templates/users/info.html:100
3372 msgid "todays unused votes"
3373 msgstr ""
3374
3375 #: forum/skins/default/templates/users/info.html:101
3376 msgid "votes left"
3377 msgstr ""
3378
3379 #: forum/skins/default/templates/users/stats.html:13
3380 #, python-format
3381 msgid ""
3382 "\n"
3383 "                <span class=\"count\">1</span> Question\n"
3384 "                "
3385 msgid_plural ""
3386 "\n"
3387 "                <span class=\"count\">%(counter)s</span> Questions\n"
3388 "                "
3389 msgstr[0] ""
3390 msgstr[1] ""
3391
3392 #: forum/skins/default/templates/users/stats.html:29
3393 #, python-format
3394 msgid ""
3395 "\n"
3396 "                <span class=\"count\">1</span> Answer\n"
3397 "                "
3398 msgid_plural ""
3399 "\n"
3400 "                <span class=\"count\">%(counter)s</span> Answers\n"
3401 "                "
3402 msgstr[0] ""
3403 msgstr[1] ""
3404
3405 #: forum/skins/default/templates/users/stats.html:42
3406 #, python-format
3407 msgid "the answer has been voted for %(vote_count)s times"
3408 msgstr ""
3409
3410 #: forum/skins/default/templates/users/stats.html:42
3411 msgid "this answer has been selected as correct"
3412 msgstr ""
3413
3414 #: forum/skins/default/templates/users/stats.html:58
3415 #, python-format
3416 msgid ""
3417 "\n"
3418 "                    <span class=\"count\">1</span> Vote\n"
3419 "                "
3420 msgid_plural ""
3421 "\n"
3422 "                    <span class=\"count\">%(cnt)s</span> Votes\n"
3423 "                "
3424 msgstr[0] ""
3425 msgstr[1] ""
3426
3427 #: forum/skins/default/templates/users/stats.html:69
3428 msgid "thumb up"
3429 msgstr ""
3430
3431 #: forum/skins/default/templates/users/stats.html:70
3432 msgid "user has voted up this many times"
3433 msgstr ""
3434
3435 #: forum/skins/default/templates/users/stats.html:74
3436 msgid "thumb down"
3437 msgstr ""
3438
3439 #: forum/skins/default/templates/users/stats.html:75
3440 msgid "user voted down this many times"
3441 msgstr ""
3442
3443 #: forum/skins/default/templates/users/stats.html:84
3444 #, python-format
3445 msgid ""
3446 "\n"
3447 "                    <span class=\"count\">1</span> Tag\n"
3448 "                "
3449 msgid_plural ""
3450 "\n"
3451 "                    <span class=\"count\">%(counter)s</span> Tags\n"
3452 "                "
3453 msgstr[0] ""
3454 msgstr[1] ""
3455
3456 #: forum/skins/default/templates/users/stats.html:97
3457 #, python-format
3458 msgid ""
3459 "see other questions with %(view_user)s's contributions tagged '%(tag_name)s' "
3460 msgstr ""
3461
3462 #: forum/skins/default/templates/users/stats.html:112
3463 #, python-format
3464 msgid ""
3465 "\n"
3466 "            <span class=\"count\">1</span> Badge\n"
3467 "            "
3468 msgid_plural ""
3469 "\n"
3470 "            <span class=\"count\">%(counter)s</span> Badges\n"
3471 "            "
3472 msgstr[0] ""
3473 msgstr[1] ""
3474
3475 #: forum/skins/default/templates/users/subscriptions.html:8
3476 #, fuzzy
3477 msgid "Notifications and subscription settings"
3478 msgstr ""
3479 "<span class='big strong'>Adjust frequency of email updates.</span> Receive "
3480 "updates on interesting questions by email, <strong><br/>help the community</"
3481 "strong> by answering questions of your colleagues. If you do not wish to "
3482 "receive emails - select 'no email' on all items below.<br/>Updates are only "
3483 "sent when there is any new activity on selected items."
3484
3485 #: forum/skins/default/templates/users/subscriptions.html:10
3486 msgid ""
3487 "\n"
3488 "        Here you can decide which types of notifications you wish to "
3489 "receive, and it's frequency.<br />\n"
3490 "        "
3491 msgstr ""
3492
3493 #: forum/skins/default/templates/users/subscriptions.html:14
3494 msgid ""
3495 "\n"
3496 "        Currently you have notifications enabled. You can always stop all "
3497 "notifications without loosing your settings and restart them afterwards.<br /"
3498 ">\n"
3499 "        "
3500 msgstr ""
3501
3502 #: forum/skins/default/templates/users/subscriptions.html:18
3503 msgid ""
3504 "\n"
3505 "        Currently you have notifications disabled. You can enable them "
3506 "clicking on the <strong>Start notifications</strong> button bellow.<br />\n"
3507 "        "
3508 msgstr ""
3509
3510 #: forum/skins/default/templates/users/subscriptions.html:28
3511 msgid "Notify me when:"
3512 msgstr ""
3513
3514 #: forum/skins/default/templates/users/subscriptions.html:32
3515 msgid "A new member joins"
3516 msgstr ""
3517
3518 #: forum/skins/default/templates/users/subscriptions.html:36
3519 #, fuzzy
3520 msgid "A new question is posted"
3521 msgstr "Tips"
3522
3523 #: forum/skins/default/templates/users/subscriptions.html:40
3524 msgid "A new question matching my interesting tags is posted"
3525 msgstr ""
3526
3527 #: forum/skins/default/templates/users/subscriptions.html:44
3528 msgid "There's an update on one of my subscriptions"
3529 msgstr ""
3530
3531 #: forum/skins/default/templates/users/subscriptions.html:52
3532 msgid "Auto subscribe me to:"
3533 msgstr ""
3534
3535 #: forum/skins/default/templates/users/subscriptions.html:57
3536 #, fuzzy
3537 msgid "Questions I ask"
3538 msgstr "Tags"
3539
3540 #: forum/skins/default/templates/users/subscriptions.html:60
3541 #, fuzzy
3542 msgid "Questions I answer"
3543 msgstr "answer"
3544
3545 #: forum/skins/default/templates/users/subscriptions.html:63
3546 #, fuzzy
3547 msgid "Questions I comment"
3548 msgstr "question comment"
3549
3550 #: forum/skins/default/templates/users/subscriptions.html:68
3551 #, fuzzy
3552 msgid "Questions I view"
3553 msgstr "Tags"
3554
3555 #: forum/skins/default/templates/users/subscriptions.html:71
3556 msgid "All questions matching my interesting tags"
3557 msgstr ""
3558
3559 #: forum/skins/default/templates/users/subscriptions.html:82
3560 msgid "On my subscriptions, notify me when:"
3561 msgstr ""
3562
3563 #: forum/skins/default/templates/users/subscriptions.html:87
3564 #, fuzzy
3565 msgid "An answer is posted"
3566 msgstr "Tips"
3567
3568 #: forum/skins/default/templates/users/subscriptions.html:90
3569 msgid "A comment on one of my posts is posted"
3570 msgstr ""
3571
3572 #: forum/skins/default/templates/users/subscriptions.html:95
3573 msgid "A comment is posted"
3574 msgstr ""
3575
3576 #: forum/skins/default/templates/users/subscriptions.html:98
3577 #, fuzzy
3578 msgid "An answer is accepted"
3579 msgstr "answer accepted"
3580
3581 #: forum/skins/default/templates/users/subscriptions.html:106
3582 msgid "More:"
3583 msgstr ""
3584
3585 #: forum/skins/default/templates/users/subscriptions.html:111
3586 msgid ""
3587 "Notify me when someone replys to one of my comments on any post using the "
3588 "<pre>@username</pre> notation"
3589 msgstr ""
3590
3591 #: forum/skins/default/templates/users/subscriptions.html:118
3592 msgid "Stop notifications"
3593 msgstr ""
3594
3595 #: forum/skins/default/templates/users/subscriptions.html:120
3596 msgid "Start notifications"
3597 msgstr ""
3598
3599 #: forum/skins/default/templates/users/tabs.html:7
3600 msgid "User profile"
3601 msgstr ""
3602
3603 #: forum/skins/default/templates/users/tabs.html:7
3604 msgid "overview"
3605 msgstr ""
3606
3607 #: forum/skins/default/templates/users/tabs.html:9
3608 msgid "recent activity"
3609 msgstr ""
3610
3611 #: forum/skins/default/templates/users/tabs.html:11
3612 msgid "graph of user reputation"
3613 msgstr "Graph of user karma"
3614
3615 #: forum/skins/default/templates/users/tabs.html:12
3616 msgid "reputation history"
3617 msgstr "karma history"
3618
3619 #: forum/skins/default/templates/users/tabs.html:15 forum/views/users.py:196
3620 msgid "user vote record"
3621 msgstr ""
3622
3623 #: forum/skins/default/templates/users/tabs.html:15
3624 msgid "casted votes"
3625 msgstr "votes"
3626
3627 #: forum/skins/default/templates/users/tabs.html:18
3628 msgid "questions that user selected as his/her favorite"
3629 msgstr ""
3630
3631 #: forum/skins/default/templates/users/tabs.html:19
3632 msgid "favorites"
3633 msgstr ""
3634
3635 #: forum/skins/default/templates/users/tabs.html:22
3636 msgid "email subscription settings"
3637 msgstr ""
3638
3639 #: forum/skins/default/templates/users/tabs.html:23
3640 msgid "subscriptions"
3641 msgstr ""
3642
3643 #: forum/skins/default/templates/users/users.html:6
3644 #: forum/skins/default/templates/users/users.html:24
3645 msgid "Users"
3646 msgstr ""
3647
3648 #: forum/skins/default/templates/users/users.html:27
3649 msgid "recent"
3650 msgstr ""
3651
3652 #: forum/skins/default/templates/users/users.html:28
3653 msgid "oldest"
3654 msgstr ""
3655
3656 #: forum/skins/default/templates/users/users.html:29
3657 msgid "by username"
3658 msgstr ""
3659
3660 #: forum/skins/default/templates/users/users.html:35
3661 #, python-format
3662 msgid "users matching query %(suser)s:"
3663 msgstr ""
3664
3665 #: forum/skins/default/templates/users/users.html:39
3666 msgid "Nothing found."
3667 msgstr ""
3668
3669 #: forum/templatetags/extra_tags.py:168 forum/templatetags/extra_tags.py:195
3670 msgid "reputation points"
3671 msgstr "karma"
3672
3673 #: forum/templatetags/extra_tags.py:248
3674 msgid "2 days ago"
3675 msgstr ""
3676
3677 #: forum/templatetags/extra_tags.py:250
3678 msgid "yesterday"
3679 msgstr ""
3680
3681 #: forum/templatetags/extra_tags.py:252
3682 #, python-format
3683 msgid "%(hr)d hour ago"
3684 msgid_plural "%(hr)d hours ago"
3685 msgstr[0] ""
3686 msgstr[1] ""
3687
3688 #: forum/templatetags/extra_tags.py:254
3689 #, python-format
3690 msgid "%(min)d min ago"
3691 msgid_plural "%(min)d mins ago"
3692 msgstr[0] ""
3693 msgstr[1] ""
3694
3695 #: forum/templatetags/node_tags.py:58
3696 msgid "permanent link"
3697 msgstr "link"
3698
3699 #: forum/templatetags/node_tags.py:58
3700 msgid "answer permanent link"
3701 msgstr ""
3702
3703 #: forum/templatetags/node_tags.py:64
3704 msgid "retag"
3705 msgstr ""
3706
3707 #: forum/templatetags/node_tags.py:68
3708 msgid "reopen"
3709 msgstr ""
3710
3711 #: forum/templatetags/node_tags.py:70
3712 msgid "close"
3713 msgstr ""
3714
3715 #: forum/templatetags/node_tags.py:73 forum/views/commands.py:124
3716 #: forum/views/commands.py:136
3717 msgid "flag"
3718 msgstr ""
3719
3720 #: forum/templatetags/node_tags.py:79
3721 msgid ""
3722 "report as offensive (i.e containing spam, advertising, malicious text, etc.)"
3723 msgstr ""
3724
3725 #: forum/templatetags/node_tags.py:82
3726 msgid "delete"
3727 msgstr ""
3728
3729 #: forum/templatetags/question_list_tags.py:57
3730 #, fuzzy
3731 msgid "<strong>Newest</strong> questions are shown first. "
3732 msgstr " "
3733
3734 #: forum/templatetags/question_list_tags.py:58
3735 msgid "Questions are sorted by the <strong>time of last update</strong>."
3736 msgstr ""
3737
3738 #: forum/templatetags/question_list_tags.py:59
3739 msgid "Questions sorted by <strong>number of responses</strong>."
3740 msgstr "Questions sorted by the <strong>number of answers</strong>."
3741
3742 #: forum/templatetags/question_list_tags.py:60
3743 msgid "Questions are sorted by the <strong>number of votes</strong>."
3744 msgstr ""
3745
3746 #: forum/templatetags/user_tags.py:58 forum/views/readers.py:293
3747 #, python-format
3748 msgid "Revision n. %(rev_number)d"
3749 msgstr ""
3750
3751 #: forum/utils/forms.py:32
3752 msgid "this field is required"
3753 msgstr ""
3754
3755 #: forum/utils/forms.py:47
3756 msgid "choose a username"
3757 msgstr "Choose screen name"
3758
3759 #: forum/utils/forms.py:52
3760 msgid "user name is required"
3761 msgstr ""
3762
3763 #: forum/utils/forms.py:53
3764 msgid "sorry, this name is taken, please choose another"
3765 msgstr ""
3766
3767 #: forum/utils/forms.py:54
3768 msgid "sorry, this name is not allowed, please choose another"
3769 msgstr ""
3770
3771 #: forum/utils/forms.py:55
3772 msgid "sorry, there is no user with this name"
3773 msgstr ""
3774
3775 #: forum/utils/forms.py:56
3776 msgid "sorry, we have a serious error - user name is taken by several users"
3777 msgstr ""
3778
3779 #: forum/utils/forms.py:57
3780 msgid "user name can only consist of letters, empty space and underscore"
3781 msgstr ""
3782
3783 #: forum/utils/forms.py:105
3784 msgid "your email address"
3785 msgstr "Your email <i>(never shared)</i>"
3786
3787 #: forum/utils/forms.py:106
3788 msgid "email address is required"
3789 msgstr ""
3790
3791 #: forum/utils/forms.py:108
3792 msgid "this email is already used by someone else, please choose another"
3793 msgstr ""
3794
3795 #: forum/utils/forms.py:133
3796 msgid "choose password"
3797 msgstr "Password"
3798
3799 #: forum/utils/forms.py:134
3800 msgid "password is required"
3801 msgstr ""
3802
3803 #: forum/utils/forms.py:137
3804 msgid "retype password"
3805 msgstr "Password <i>(please retype)</i>"
3806
3807 #: forum/utils/forms.py:138
3808 msgid "please, retype your password"
3809 msgstr ""
3810
3811 #: forum/utils/forms.py:139
3812 msgid "sorry, entered passwords did not match, please try again"
3813 msgstr ""
3814
3815 #: forum/views/admin.py:47
3816 #, python-format
3817 msgid "'%s' settings saved succesfully"
3818 msgstr ""
3819
3820 #: forum/views/admin.py:141
3821 msgid "Bootstrap mode enabled"
3822 msgstr ""
3823
3824 #: forum/views/admin.py:155
3825 msgid "All values reverted to defaults"
3826 msgstr ""
3827
3828 #: forum/views/admin.py:171
3829 msgid "All values recalculated"
3830 msgstr ""
3831
3832 #: forum/views/auth.py:103 forum/views/auth.py:112
3833 msgid ""
3834 "Sorry, these login credentials belong to anoother user. Plese terminate your "
3835 "current session and try again."
3836 msgstr ""
3837
3838 #: forum/views/auth.py:105
3839 msgid "You are already logged in with that user."
3840 msgstr ""
3841
3842 #: forum/views/auth.py:110
3843 msgid "These login credentials are already associated with your account."
3844 msgstr ""
3845
3846 #: forum/views/auth.py:116
3847 msgid "The new credentials are now associated with your account"
3848 msgstr ""
3849
3850 #: forum/views/auth.py:157
3851 msgid ""
3852 "Oops, something went wrong in the middle of this process. Please try again."
3853 msgstr ""
3854
3855 #: forum/views/auth.py:219
3856 msgid "Temporary login link"
3857 msgstr ""
3858
3859 #: forum/views/auth.py:224
3860 msgid "An email has been sent with your temporary login key"
3861 msgstr ""
3862
3863 #: forum/views/auth.py:239
3864 msgid ""
3865 "You are logged in with a temporary access key, please take the time to fix "
3866 "your issue with authentication."
3867 msgstr ""
3868
3869 #: forum/views/auth.py:245
3870 msgid "Email Validation"
3871 msgstr ""
3872
3873 #: forum/views/auth.py:256
3874 msgid "Thank you, your email is now validated."
3875 msgstr ""
3876
3877 #: forum/views/auth.py:280
3878 msgid "Your password was changed"
3879 msgstr ""
3880
3881 #: forum/views/auth.py:282
3882 #, fuzzy
3883 msgid "New password set"
3884 msgstr "Recover password"
3885
3886 #: forum/views/auth.py:315
3887 #, python-format
3888 msgid "You removed the association with %s"
3889 msgstr ""
3890
3891 #: forum/views/auth.py:353
3892 #, python-format
3893 msgid "Welcome back %s, you are now logged in"
3894 msgstr ""
3895
3896 #: forum/views/commands.py:20
3897 #, python-format
3898 msgid ""
3899 "\n"
3900 "            Sorry, but you don't have enough reputation points to %(action)s."
3901 "<br />\n"
3902 "            Please check the <a href'%(faq_url)s'>faq</a>\n"
3903 "            "
3904 msgstr ""
3905
3906 #: forum/views/commands.py:29
3907 #, python-format
3908 msgid ""
3909 "\n"
3910 "            Sorry but you cannot %(action)s your own post.<br />\n"
3911 "            Please check the <a href'%(faq_url)s'>faq</a>\n"
3912 "            "
3913 msgstr ""
3914
3915 #: forum/views/commands.py:38
3916 #, python-format
3917 msgid ""
3918 "\n"
3919 "            Sorry but anonymous users cannot %(action)s.<br />\n"
3920 "            Please login or create an account <a href'%(signin_url)s'>here</"
3921 "a>.\n"
3922 "            "
3923 msgstr ""
3924
3925 #: forum/views/commands.py:47
3926 #, python-format
3927 msgid ""
3928 "\n"
3929 "            Sorry, but you don't have enough %(action)s left for today..<br /"
3930 ">\n"
3931 "            The limit is %(limit)s per day..<br />\n"
3932 "            Please check the <a href'%(faq_url)s'>faq</a>\n"
3933 "            "
3934 msgstr ""
3935
3936 #: forum/views/commands.py:57
3937 #, python-format
3938 msgid ""
3939 "\n"
3940 "            Sorry, but you cannot %(action)s twice the same post.<br />\n"
3941 "            Please check the <a href'%(faq_url)s'>faq</a>\n"
3942 "            "
3943 msgstr ""
3944
3945 #: forum/views/commands.py:71 forum/views/commands.py:74
3946 #: forum/views/commands.py:111
3947 msgid "vote"
3948 msgid_plural "votes"
3949 msgstr[0] ""
3950 msgstr[1] ""
3951
3952 #: forum/views/commands.py:89
3953 #, python-format
3954 msgid ""
3955 "Sorry but you cannot cancel a vote after %(ndays)d %(tdays)s from the "
3956 "original vote"
3957 msgstr ""
3958
3959 #: forum/views/commands.py:90
3960 msgid "day"
3961 msgid_plural "days"
3962 msgstr[0] ""
3963 msgstr[1] ""
3964
3965 #: forum/views/commands.py:110
3966 #, python-format
3967 msgid "You have %(nvotes)s %(tvotes)s left today."
3968 msgstr ""
3969
3970 #: forum/views/commands.py:121 forum/views/commands.py:127
3971 msgid "flag posts"
3972 msgstr ""
3973
3974 #: forum/views/commands.py:132
3975 msgid "flags"
3976 msgstr ""
3977
3978 #: forum/views/commands.py:149 forum/views/commands.py:155
3979 #, fuzzy
3980 msgid "like comments"
3981 msgstr "post a comment"
3982
3983 #: forum/views/commands.py:152
3984 msgid "like"
3985 msgstr ""
3986
3987 #: forum/views/commands.py:179 forum/views/commands.py:182
3988 #, fuzzy
3989 msgid "delete comments"
3990 msgstr "post a comment"
3991
3992 #: forum/views/commands.py:197
3993 msgid "mark a question as favorite"
3994 msgstr ""
3995
3996 #: forum/views/commands.py:221 forum/views/commands.py:233
3997 #, fuzzy
3998 msgid "comment"
3999 msgstr "post a comment"
4000
4001 #: forum/views/commands.py:224 forum/views/commands.py:351
4002 msgid "Invalid request"
4003 msgstr ""
4004
4005 #: forum/views/commands.py:230
4006 #, fuzzy
4007 msgid "edit comments"
4008 msgstr "post a comment"
4009
4010 #: forum/views/commands.py:240
4011 msgid "Comment is empty"
4012 msgstr ""
4013
4014 #: forum/views/commands.py:265
4015 #, fuzzy
4016 msgid "accept answers"
4017 msgstr "oldest"
4018
4019 #: forum/views/commands.py:271
4020 msgid "Sorry but only the question author can accept an answer"
4021 msgstr ""
4022
4023 #: forum/views/commands.py:295 forum/views/commands.py:298
4024 msgid "delete posts"
4025 msgstr ""
4026
4027 #: forum/views/meta.py:43
4028 #, python-format
4029 msgid "Feedback message from %(site_name)s"
4030 msgstr ""
4031
4032 #: forum/views/meta.py:46
4033 msgid "Thanks for the feedback!"
4034 msgstr ""
4035
4036 #: forum/views/meta.py:53
4037 msgid "We look forward to hearing your feedback! Please, give it next time :)"
4038 msgstr ""
4039
4040 #: forum/views/readers.py:64
4041 msgid "Open questions without an accepted answer"
4042 msgstr ""
4043
4044 #: forum/views/readers.py:73
4045 #, python-format
4046 msgid "Questions tagged <span class=\"tag\">%(tag)s</span>"
4047 msgstr ""
4048
4049 #: forum/views/readers.py:131
4050 #, python-format
4051 msgid "questions matching '%(keywords)s'"
4052 msgstr ""
4053
4054 #: forum/views/users.py:152
4055 msgid "user profile"
4056 msgstr ""
4057
4058 #: forum/views/users.py:152
4059 msgid "user profile overview"
4060 msgstr ""
4061
4062 #: forum/views/users.py:186
4063 msgid "recent user activity"
4064 msgstr ""
4065
4066 #: forum/views/users.py:186
4067 msgid "profile - recent activity"
4068 msgstr ""
4069
4070 #: forum/views/users.py:196
4071 msgid "profile - votes"
4072 msgstr ""
4073
4074 #: forum/views/users.py:203
4075 msgid "user reputation in the community"
4076 msgstr "user karma"
4077
4078 #: forum/views/users.py:203
4079 msgid "profile - user reputation"
4080 msgstr "Profile - User's Karma"
4081
4082 #: forum/views/users.py:214
4083 msgid "favorite questions"
4084 msgstr ""
4085
4086 #: forum/views/users.py:214
4087 msgid "profile - favorite questions"
4088 msgstr ""
4089
4090 #: forum/views/users.py:220
4091 #, fuzzy
4092 msgid "subscription settings"
4093 msgstr ""
4094 "<span class='big strong'>Adjust frequency of email updates.</span> Receive "
4095 "updates on interesting questions by email, <strong><br/>help the community</"
4096 "strong> by answering questions of your colleagues. If you do not wish to "
4097 "receive emails - select 'no email' on all items below.<br/>Updates are only "
4098 "sent when there is any new activity on selected items."
4099
4100 #: forum/views/users.py:220
4101 #, fuzzy
4102 msgid "profile - subscriptions"
4103 msgstr "Profile - User's Karma"
4104
4105 #: forum/views/users.py:230
4106 msgid "Notifications are now enabled"
4107 msgstr ""
4108
4109 #: forum/views/users.py:232
4110 msgid "Notifications are now disabled"
4111 msgstr ""
4112
4113 #: forum/views/users.py:239
4114 #, fuzzy
4115 msgid "New subscription settings are now saved"
4116 msgstr ""
4117 "<span class='big strong'>Adjust frequency of email updates.</span> Receive "
4118 "updates on interesting questions by email, <strong><br/>help the community</"
4119 "strong> by answering questions of your colleagues. If you do not wish to "
4120 "receive emails - select 'no email' on all items below.<br/>Updates are only "
4121 "sent when there is any new activity on selected items."
4122
4123 #: forum/views/writers.py:68
4124 msgid "uploading images is limited to users with >60 reputation points"
4125 msgstr "sorry, file uploading requires karma >60"
4126
4127 #: forum/views/writers.py:70
4128 msgid "allowed file types are 'jpg', 'jpeg', 'gif', 'bmp', 'png', 'tiff'"
4129 msgstr ""
4130
4131 #: forum/views/writers.py:72
4132 #, python-format
4133 msgid "maximum upload file size is %sM"
4134 msgstr ""
4135
4136 #: forum/views/writers.py:74
4137 #, python-format
4138 msgid ""
4139 "Error uploading file. Please contact the site administrator. Thank you. %s"
4140 msgstr ""
4141
4142 #: forum/views/writers.py:85
4143 msgid "Initial revision"
4144 msgstr ""
4145
4146 #: forum/views/writers.py:143
4147 msgid "Retag"
4148 msgstr ""
4149
4150 #: forum_modules/books/urls.py:7 forum_modules/books/urls.py:8
4151 #: forum_modules/books/urls.py:9
4152 msgid "books/"
4153 msgstr ""
4154
4155 #: forum_modules/default_badges/badges.py:17
4156 #: forum_modules/default_badges/badges.py:24
4157 #: forum_modules/default_badges/badges.py:31
4158 #, python-format
4159 msgid "Asked a question with %s views"
4160 msgstr ""
4161
4162 #: forum_modules/default_badges/badges.py:39
4163 #: forum_modules/default_badges/badges.py:53
4164 #: forum_modules/default_badges/badges.py:67
4165 #, fuzzy, python-format
4166 msgid "Answer voted up %s times"
4167 msgstr "Post Your Answer"
4168
4169 #: forum_modules/default_badges/badges.py:46
4170 #: forum_modules/default_badges/badges.py:60
4171 #: forum_modules/default_badges/badges.py:74
4172 #, python-format
4173 msgid "Question voted up %s times"
4174 msgstr ""
4175
4176 #: forum_modules/default_badges/badges.py:82
4177 #: forum_modules/default_badges/badges.py:89
4178 #, python-format
4179 msgid "Question favorited by %s users"
4180 msgstr ""
4181
4182 #: forum_modules/default_badges/badges.py:97
4183 #, python-format
4184 msgid "Deleted own post with score of %s or higher"
4185 msgstr ""
4186
4187 #: forum_modules/default_badges/badges.py:108
4188 #, python-format
4189 msgid "Deleted own post with score of %s or lower"
4190 msgstr ""
4191
4192 #: forum_modules/default_badges/badges.py:120
4193 msgid "First flagged post"
4194 msgstr ""
4195
4196 #: forum_modules/default_badges/badges.py:127
4197 msgid "First down vote"
4198 msgstr ""
4199
4200 #: forum_modules/default_badges/badges.py:134
4201 msgid "First retag"
4202 msgstr ""
4203
4204 #: forum_modules/default_badges/badges.py:141
4205 msgid "First up vote"
4206 msgstr ""
4207
4208 #: forum_modules/default_badges/badges.py:148
4209 msgid "First edit"
4210 msgstr ""
4211
4212 #: forum_modules/default_badges/badges.py:155
4213 msgid "First accepted answer on your own question"
4214 msgstr ""
4215
4216 #: forum_modules/default_badges/badges.py:162
4217 msgid "Completed all user profile fields"
4218 msgstr ""
4219
4220 #: forum_modules/default_badges/badges.py:169
4221 msgid "First rollback"
4222 msgstr ""
4223
4224 #: forum_modules/default_badges/badges.py:177
4225 #, python-format
4226 msgid "Voted %s times"
4227 msgstr ""
4228
4229 #: forum_modules/default_badges/badges.py:184
4230 #, python-format
4231 msgid "Left %s comments"
4232 msgstr ""
4233
4234 #: forum_modules/default_badges/badges.py:192
4235 #, fuzzy, python-format
4236 msgid "Answered your own question with at least %s up votes"
4237 msgstr ""
4238 "<span class='big strong'>You are welcome to answer your own question</span>, "
4239 "but please make sure to give an <strong>answer</strong>. Remember that you "
4240 "can always <strong>revise your original question</strong>. Please "
4241 "<strong>use comments for discussions</strong>  and <strong>please don't "
4242 "forget to vote :)</strong> for the answers that you liked (or perhaps did "
4243 "not like)! "
4244
4245 #: forum_modules/default_badges/badges.py:205
4246 msgid "Strunk & White"
4247 msgstr ""
4248
4249 #: forum_modules/default_badges/badges.py:206
4250 #, python-format
4251 msgid "Edited %s entries"
4252 msgstr ""
4253
4254 #: forum_modules/default_badges/badges.py:217
4255 msgid "Asked first question with at least one up vote"
4256 msgstr ""
4257
4258 #: forum_modules/default_badges/badges.py:228
4259 msgid "Answered first question with at least one up vote"
4260 msgstr ""
4261
4262 #: forum_modules/default_badges/badges.py:260
4263 #, python-format
4264 msgid "First answer was accepted with at least %s up votes"
4265 msgstr ""
4266
4267 #: forum_modules/default_badges/badges.py:271
4268 #, python-format
4269 msgid "Accepted answer and voted up %s times"
4270 msgstr ""
4271
4272 #: forum_modules/default_badges/badges.py:282
4273 #, python-format
4274 msgid ""
4275 "Answered a question more than %(dif_days)s days later with at least %"
4276 "(up_votes)s votes"
4277 msgstr ""
4278
4279 #: forum_modules/default_badges/badges.py:295
4280 #, python-format
4281 msgid "Created a tag used by %s questions"
4282 msgstr ""
4283
4284 #: forum_modules/default_badges/settings.py:6
4285 msgid "Popular Question views"
4286 msgstr ""
4287
4288 #: forum_modules/default_badges/settings.py:7
4289 msgid ""
4290 "\n"
4291 "Number of question views required to award a Popular Question badge to the "
4292 "question author\n"
4293 msgstr ""
4294
4295 #: forum_modules/default_badges/settings.py:12
4296 msgid "Notable Question views"
4297 msgstr ""
4298
4299 #: forum_modules/default_badges/settings.py:13
4300 msgid ""
4301 "\n"
4302 "Number of question views required to award a Notable Question badge to the "
4303 "question author\n"
4304 msgstr ""
4305
4306 #: forum_modules/default_badges/settings.py:18
4307 msgid "Famous Question views"
4308 msgstr ""
4309
4310 #: forum_modules/default_badges/settings.py:19
4311 msgid ""
4312 "\n"
4313 "Number of question views required to award a Famous Question badge to the "
4314 "question author\n"
4315 msgstr ""
4316
4317 #: forum_modules/default_badges/settings.py:24
4318 msgid "Nice Answer up votes"
4319 msgstr ""
4320
4321 #: forum_modules/default_badges/settings.py:25
4322 msgid ""
4323 "\n"
4324 "Number of up votes required to award a Nice Answer badge to the answer "
4325 "author\n"
4326 msgstr ""
4327
4328 #: forum_modules/default_badges/settings.py:30
4329 #, fuzzy
4330 msgid "Nice Question up votes"
4331 msgstr "Tags"
4332
4333 #: forum_modules/default_badges/settings.py:31
4334 msgid ""
4335 "\n"
4336 "Number of up votes required to award a Nice Question badge to the question "
4337 "author\n"
4338 msgstr ""
4339
4340 #: forum_modules/default_badges/settings.py:36
4341 msgid "Good Answer up votes"
4342 msgstr ""
4343
4344 #: forum_modules/default_badges/settings.py:37
4345 msgid ""
4346 "\n"
4347 "Number of up votes required to award a Good Answer badge to the answer "
4348 "author\n"
4349 msgstr ""
4350
4351 #: forum_modules/default_badges/settings.py:42
4352 #, fuzzy
4353 msgid "Good Question up votes"
4354 msgstr "Tags"
4355
4356 #: forum_modules/default_badges/settings.py:43
4357 msgid ""
4358 "\n"
4359 "Number of up votes required to award a Good Question badge to the question "
4360 "author\n"
4361 msgstr ""
4362
4363 #: forum_modules/default_badges/settings.py:48
4364 msgid "Great Answer up votes"
4365 msgstr ""
4366
4367 #: forum_modules/default_badges/settings.py:49
4368 msgid ""
4369 "\n"
4370 "Number of up votes required to award a Great Answer badge to the answer "
4371 "author\n"
4372 msgstr ""
4373
4374 #: forum_modules/default_badges/settings.py:54
4375 #, fuzzy
4376 msgid "Great Question up votes"
4377 msgstr "Tags"
4378
4379 #: forum_modules/default_badges/settings.py:55
4380 msgid ""
4381 "\n"
4382 "Number of up votes required to award a Great Question badge to the question "
4383 "author\n"
4384 msgstr ""
4385
4386 #: forum_modules/default_badges/settings.py:60
4387 msgid "Favorite Question favorite count"
4388 msgstr ""
4389
4390 #: forum_modules/default_badges/settings.py:61
4391 msgid ""
4392 "\n"
4393 "How many times a question needs to be favorited by other users to award a "
4394 "Favorite Question badge to the question author\n"
4395 msgstr ""
4396
4397 #: forum_modules/default_badges/settings.py:66
4398 msgid "Stellar Question favorite count"
4399 msgstr ""
4400
4401 #: forum_modules/default_badges/settings.py:67
4402 msgid ""
4403 "\n"
4404 "How many times a question needs to be favorited by other users to award a "
4405 "Stellar Question badge to the question author\n"
4406 msgstr ""
4407
4408 #: forum_modules/default_badges/settings.py:72
4409 msgid "Disciplined minimum score"
4410 msgstr ""
4411
4412 #: forum_modules/default_badges/settings.py:73
4413 msgid ""
4414 "\n"
4415 "Minimum score a question needs to have to award the Disciplined badge to an "
4416 "author of a question who deletes it.\n"
4417 msgstr ""
4418
4419 #: forum_modules/default_badges/settings.py:78
4420 msgid "Peer Pressure maximum score"
4421 msgstr ""
4422
4423 #: forum_modules/default_badges/settings.py:79
4424 msgid ""
4425 "\n"
4426 "Maximum score a question needs to have to award the Peer Pressure badge to "
4427 "an author of a question who deletes it.\n"
4428 msgstr ""
4429
4430 #: forum_modules/default_badges/settings.py:84
4431 msgid "Civic Duty votes"
4432 msgstr ""
4433
4434 #: forum_modules/default_badges/settings.py:85
4435 msgid ""
4436 "\n"
4437 "Number of votes an user needs to cast to be awarded the Civic Duty badge.\n"
4438 msgstr ""
4439
4440 #: forum_modules/default_badges/settings.py:90
4441 msgid "Pundit number of comments"
4442 msgstr ""
4443
4444 #: forum_modules/default_badges/settings.py:91
4445 msgid ""
4446 "\n"
4447 "Number of comments an user needs to post to be awarded the Pundit badge.\n"
4448 msgstr ""
4449
4450 #: forum_modules/default_badges/settings.py:96
4451 msgid "Self Learner up votes"
4452 msgstr ""
4453
4454 #: forum_modules/default_badges/settings.py:97
4455 msgid ""
4456 "\n"
4457 "Number of up votes an answer from the question author needs to have for the "
4458 "author to be awarded the Self Learner badge.\n"
4459 msgstr ""
4460
4461 #: forum_modules/default_badges/settings.py:102
4462 msgid "Strunk and White updates"
4463 msgstr ""
4464
4465 #: forum_modules/default_badges/settings.py:103
4466 msgid ""
4467 "\n"
4468 "Number of question or answer updates an user needs to make to be awarded the "
4469 "Strunk & White badge.\n"
4470 msgstr ""
4471
4472 #: forum_modules/default_badges/settings.py:108
4473 msgid "Enlightened up votes"
4474 msgstr ""
4475
4476 #: forum_modules/default_badges/settings.py:109
4477 msgid ""
4478 "\n"
4479 "Number of up votes an accepted answer needs to have for the author to be "
4480 "awarded the Enlightened badge.\n"
4481 msgstr ""
4482
4483 #: forum_modules/default_badges/settings.py:114
4484 msgid "Guru up votes"
4485 msgstr ""
4486
4487 #: forum_modules/default_badges/settings.py:115
4488 msgid ""
4489 "\n"
4490 "Number of up votes an accepted answer needs to have for the author to be "
4491 "awarded the Guru badge.\n"
4492 msgstr ""
4493
4494 #: forum_modules/default_badges/settings.py:120
4495 msgid "Necromancer up votes"
4496 msgstr ""
4497
4498 #: forum_modules/default_badges/settings.py:121
4499 msgid ""
4500 "\n"
4501 "Number of up votes an answer needs to have for the author to be awarded the "
4502 "Necromancer badge.\n"
4503 msgstr ""
4504
4505 #: forum_modules/default_badges/settings.py:126
4506 msgid "Necromancer difference in days"
4507 msgstr ""
4508
4509 #: forum_modules/default_badges/settings.py:127
4510 msgid ""
4511 "\n"
4512 "Difference in days betwen the posted date of a question and an answer for "
4513 "the answer author to be awarded the Necromancer badge.\n"
4514 msgstr ""
4515
4516 #: forum_modules/default_badges/settings.py:132
4517 msgid "Taxonomist usage count"
4518 msgstr ""
4519
4520 #: forum_modules/default_badges/settings.py:133
4521 msgid ""
4522 "\n"
4523 "How many usages a tag needs to have for the tag creator to be awarded the "
4524 "Taxonomist badge. \n"
4525 msgstr ""
4526
4527 #: forum_modules/facebookauth/authentication.py:31
4528 msgid "Sorry, your Facebook session has expired, please try again"
4529 msgstr ""
4530
4531 #: forum_modules/facebookauth/authentication.py:33
4532 msgid ""
4533 "The authentication with Facebook connect failed due to an invalid signature"
4534 msgstr ""
4535
4536 #: forum_modules/facebookauth/authentication.py:35
4537 msgid ""
4538 "The authentication with Facebook connect failed, cannot find authentication "
4539 "tokens"
4540 msgstr ""
4541
4542 #: forum_modules/localauth/forms.py:75
4543 msgid "Please enter valid username and password (both are case-sensitive)."
4544 msgstr ""
4545
4546 #: forum_modules/localauth/forms.py:79
4547 msgid "This account is inactive."
4548 msgstr ""
4549
4550 #: forum_modules/localauth/forms.py:81
4551 msgid "Login failed."
4552 msgstr ""
4553
4554 #: forum_modules/localauth/forms.py:85
4555 msgid "This user is not a valid user"
4556 msgstr ""
4557
4558 #: forum_modules/localauth/forms.py:88
4559 msgid "Please enter username and password"
4560 msgstr ""
4561
4562 #: forum_modules/localauth/forms.py:90
4563 msgid "Please enter your password"
4564 msgstr ""
4565
4566 #: forum_modules/localauth/forms.py:92
4567 msgid "Please enter user name"
4568 msgstr ""
4569
4570 #: forum_modules/localauth/urls.py:7
4571 msgid "local/"
4572 msgstr ""
4573
4574 #: forum_modules/localauth/views.py:33
4575 msgid "A validation email has been sent to your email address. "
4576 msgstr ""
4577
4578 #: forum_modules/oauthauth/consumer.py:33
4579 msgid "Error, the oauth token is not on the server"
4580 msgstr ""
4581
4582 #: forum_modules/oauthauth/consumer.py:38
4583 msgid "Something went wrong! Auth tokens do not match"
4584 msgstr ""
4585
4586 #: forum_modules/openidauth/consumer.py:40
4587 msgid "Sorry, but your input is not a valid OpenId"
4588 msgstr ""
4589
4590 #: forum_modules/openidauth/consumer.py:92
4591 msgid "The OpenId authentication request was canceled"
4592 msgstr ""
4593
4594 #: forum_modules/openidauth/consumer.py:94
4595 msgid "The OpenId authentication failed: "
4596 msgstr ""
4597
4598 #: forum_modules/openidauth/consumer.py:96
4599 msgid "Setup needed"
4600 msgstr ""
4601
4602 #: forum_modules/openidauth/consumer.py:98
4603 msgid "The OpenId authentication failed with an unknown status: "
4604 msgstr ""
4605
4606 #: forum_modules/openidauth/templates/openidurl.html:7
4607 msgid "Enter your OpenId Url"
4608 msgstr ""
4609
4610 #: forum_modules/project_badges/badges.py:9
4611 #, python-format
4612 msgid "Got %s upvotes in a question tagged with \"bug\""
4613 msgstr ""
4614
4615 #: forum_modules/recaptcha/formfield.py:20
4616 msgid "Invalid captcha"
4617 msgstr ""
4618
4619 #: forum_modules/sximporter/importer.py:39
4620 #, python-format
4621 msgid "Unknown user %(number)d"
4622 msgstr ""
4623
4624 #: forum_modules/sximporter/urls.py:8
4625 msgid "sximporter/"
4626 msgstr ""
4627
4628 #: forum_modules/sximporter/templates/page.html:7
4629 msgid "SX Importer"
4630 msgstr ""
4631
4632 #: forum_modules/sximporter/templates/page.html:10
4633 msgid "Welcome to Stack Exchange dump importer."
4634 msgstr ""
4635
4636 #: forum_modules/sximporter/templates/page.html:16
4637 msgid "Your user id in stack exchange"
4638 msgstr ""
4639
4640 #: forum_modules/sximporter/templates/page.html:20
4641 msgid "Merge users with same user name and email"
4642 msgstr ""
4643
4644 #: locale/phrases.py:1
4645 msgid "Test Phrase 1"
4646 msgstr ""
4647
4648 #: locale/phrases.py:2
4649 msgid "Test Phrase 2"
4650 msgstr ""
4651
4652 #: locale/phrases.py:3
4653 msgid "Test Phrase 3"
4654 msgstr ""
4655
4656 #: locale/phrases.py:4
4657 msgid "Test Phrase n"
4658 msgstr ""
4659
4660 #~ msgid "email update message subject"
4661 #~ msgstr "news from Q&A forum"
4662
4663 #~ msgid "%(name)s, this is an update message header for a question"
4664 #~ msgid_plural ""
4665 #~ "%(name)s, this is an update message header for %(num)d questions"
4666 #~ msgstr[0] ""
4667 #~ "<p>Dear %(name)s,</p></p>The following question has been updated on the "
4668 #~ "Q&A forum:</p>"
4669 #~ msgstr[1] ""
4670 #~ "<p>Dear %(name)s,</p><p>The following %(num)d questions have been updated "
4671 #~ "on the Q&A forum:</p>"
4672
4673 #~ msgid ""
4674 #~ "go to %(link)s to change frequency of email updates or %(email)s "
4675 #~ "administrator"
4676 #~ msgstr ""
4677 #~ "<p>Please remember that you can always <a href='%(link)s'>adjust</a> "
4678 #~ "frequency of the email updates or turn them off entirely.<br/>If you "
4679 #~ "believe that this message was sent in an error, please email about it the "
4680 #~ "forum administrator at %(email)s.</p><p>Sincerely,</p><p>Your friendly "
4681 #~ "Q&A forum server.</p>"
4682
4683 #~ msgid "Account: change password"
4684 #~ msgstr "Change your password"
4685
4686 #~ msgid "list of unanswered questions"
4687 #~ msgstr "unanswered questions"
4688
4689 #~ msgid "Notify me once a day when there are any new answers"
4690 #~ msgstr ""
4691 #~ "<strong>Notify me</strong> once a day by email when there are any new "
4692 #~ "answers or updates"
4693
4694 #~ msgid "Notify me weekly when there are any new answers"
4695 #~ msgstr ""
4696 #~ "<strong>Notify me</strong> weekly when there are any new answers or "
4697 #~ "updates"
4698
4699 #~ msgid ""
4700 #~ "\n"
4701 #~ "                You can always adjust frequency of email updates from "
4702 #~ "your %(profile_url)s\n"
4703 #~ "                "
4704 #~ msgstr ""
4705 #~ "\n"
4706 #~ "(note: you can always <a href='%(profile_url)s?"
4707 #~ "sort=email_subscriptions'>adjust frequency</a> of email updates)"
4708
4709 #~ msgid "please ask a relevant question"
4710 #~ msgstr "ask a question relevant to the CNPROG community"
4711
4712 #~ msgid ""
4713 #~ "\n"
4714 #~ "                    have total %(q_num)s questions containing %"
4715 #~ "(searchtitle)s in full text\n"
4716 #~ "                    "
4717 #~ msgid_plural ""
4718 #~ "\n"
4719 #~ "                    have total %(q_num)s questions containing %"
4720 #~ "(searchtitle)s in full text\n"
4721 #~ "                    "
4722 #~ msgstr[0] ""
4723 #~ "\n"
4724 #~ "<div class=\"questions-count\">%(q_num)s</div><p>question containing "
4725 #~ "<strong><span class=\"darkred\">%(searchtitle)s</span></strong></p>"
4726 #~ msgstr[1] ""
4727 #~ "\n"
4728 #~ "<div class=\"questions-count\">%(q_num)s</div><p>questions containing "
4729 #~ "<strong><span class=\"darkred\">%(searchtitle)s</span></strong></p>"
4730
4731 #~ msgid ""
4732 #~ "\n"
4733 #~ "                    have total %(q_num)s questions containing %"
4734 #~ "(searchtitle)s\n"
4735 #~ "                    "
4736 #~ msgid_plural ""
4737 #~ "\n"
4738 #~ "                    have total %(q_num)s questions containing %"
4739 #~ "(searchtitle)s\n"
4740 #~ "                    "
4741 #~ msgstr[0] ""
4742 #~ "\n"
4743 #~ "<div class=\"questions-count\">%(q_num)s</div><p>question with title "
4744 #~ "containing <strong><span class=\"darkred\">%(searchtitle)s</span></"
4745 #~ "strong></p>"
4746 #~ msgstr[1] ""
4747 #~ "\n"
4748 #~ "<div class=\"questions-count\">%(q_num)s</div><p>questions with title "
4749 #~ "containing <strong><span class=\"darkred\">%(searchtitle)s</span></"
4750 #~ "strong></p>"
4751
4752 #~ msgid ""
4753 #~ "\n"
4754 #~ "                    have total %(q_num)s unanswered questions\n"
4755 #~ "                    "
4756 #~ msgid_plural ""
4757 #~ "\n"
4758 #~ "                    have total %(q_num)s unanswered questions\n"
4759 #~ "                    "
4760 #~ msgstr[0] ""
4761 #~ "\n"
4762 #~ "<div class=\"questions-count\">%(q_num)s</div><p>question without an "
4763 #~ "accepted answer</p>"
4764 #~ msgstr[1] ""
4765 #~ "\n"
4766 #~ "<div class=\"questions-count\">%(q_num)s</div><p>questions without an "
4767 #~ "accepted answer</p>"
4768
4769 #~ msgid "latest questions info"
4770 #~ msgstr "<strong>Newest</strong> questions are shown first."
4771
4772 #~ msgid "Most recently answered ones are shown first."
4773 #~ msgstr "<strong>Most recently answered</strong> questions are shown first."
4774
4775 #~ msgid "Stop sending email"
4776 #~ msgstr "Stop Email"
4777
4778 #~ msgid "change %(email)s info"
4779 #~ msgstr ""
4780 #~ "<span class=\"strong big\">Enter your new email into the box below</span> "
4781 #~ "if you'd like to use another email for <strong>update subscriptions</"
4782 #~ "strong>.<br>Currently you are using <strong>%(email)s</strong>"
4783
4784 #~ msgid "here is why email is required, see %(gravatar_faq_url)s"
4785 #~ msgstr ""
4786 #~ "<span class='strong big'>Please enter your email address in the box below."
4787 #~ "</span> Valid email address is required on this Q&amp;A forum. If you "
4788 #~ "like, you can <strong>receive updates</strong> on interesting questions "
4789 #~ "or entire forum via email. Also, your email is used to create a unique <a "
4790 #~ "href='%(gravatar_faq_url)s'><strong>gravatar</strong></a> image for your "
4791 #~ "account. Email addresses are never shown or otherwise shared with anybody "
4792 #~ "else."
4793
4794 #~ msgid "Your Email"
4795 #~ msgstr ""
4796 #~ "<strong>Your Email</strong> (<i>must be valid, never shown to others</i>)"
4797
4798 #~ msgid "validate %(email)s info or go to %(change_email_url)s"
4799 #~ msgstr ""
4800 #~ "<span class=\"strong big\">An email with a validation link has been sent "
4801 #~ "to %(email)s.</span> Please <strong>follow the emailed link</strong> with "
4802 #~ "your web browser. Email validation is necessary to help insure the proper "
4803 #~ "use of email on <span class=\"orange\">Q&amp;A</span>. If you would like "
4804 #~ "to use <strong>another email</strong>, please <a href='%(change_email_url)"
4805 #~ "s'><strong>change it again</strong></a>."
4806
4807 #~ msgid "old %(email)s kept, if you like go to %(change_email_url)s"
4808 #~ msgstr ""
4809 #~ "<span class=\"strong big\">Your email address %(email)s has not been "
4810 #~ "changed.</span> If you decide to change it later - you can always do it "
4811 #~ "by editing it in your user profile or by using the <a href='%"
4812 #~ "(change_email_url)s'><strong>previous form</strong></a> again."
4813
4814 #~ msgid "your current %(email)s can be used for this"
4815 #~ msgstr ""
4816 #~ "<span class='big strong'>Your email address is now set to %(email)s.</"
4817 #~ "span> Updates on the questions that you like most will be sent to this "
4818 #~ "address. Email notifications are sent once a day or less frequently - "
4819 #~ "only when there are any news."
4820
4821 #~ msgid "thanks for verifying email"
4822 #~ msgstr ""
4823 #~ "<span class=\"big strong\">Thank you for verifying your email!</span> Now "
4824 #~ "you can <strong>ask</strong> and <strong>answer</strong> questions. Also "
4825 #~ "if you find a very interesting question you can <strong>subscribe for the "
4826 #~ "updates</strong> - then will be notified about changes <strong>once a "
4827 #~ "day</strong> or less frequently."
4828
4829 #~ msgid "email key not sent"
4830 #~ msgstr "Validation email not sent"
4831
4832 #~ msgid "email key not sent %(email)s change email here %(change_link)s"
4833 #~ msgstr ""
4834 #~ "<span class='big strong'>Your current email address %(email)s has been "
4835 #~ "validated before</span> so the new key was not sent. You can <a href='%"
4836 #~ "(change_link)s'>change</a> email used for update subscriptions if "
4837 #~ "necessary."
4838
4839 #~ msgid "register new %(provider)s account info, see %(gravatar_faq_url)s"
4840 #~ msgstr ""
4841 #~ "<p><span class=\"big strong\">You are here for the first time with your %"
4842 #~ "(provider)s login.</span> Please create your <strong>screen name</strong> "
4843 #~ "and save your <strong>email</strong> address. Saved email address will "
4844 #~ "let you <strong>subscribe for the updates</strong> on the most "
4845 #~ "interesting questions and will be used to create and retrieve your unique "
4846 #~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
4847 #~ "a>.</p>"
4848
4849 #~ msgid ""
4850 #~ "%(username)s already exists, choose another name for \n"
4851 #~ "                            %(provider)s. Email is required too, see %"
4852 #~ "(gravatar_faq_url)s\n"
4853 #~ "                        "
4854 #~ msgstr ""
4855 #~ "<p><span class='strong big'>Oops... looks like screen name %(username)s "
4856 #~ "is already used in another account.</span></p><p>Please choose another "
4857 #~ "screen name to use with your %(provider)s login. Also, a valid email "
4858 #~ "address is required on the <span class='orange'>Q&amp;A</span> forum. "
4859 #~ "Your email is used to create a unique <a href='%(gravatar_faq_url)"
4860 #~ "s'><strong>gravatar</strong></a> image for your account. If you like, you "
4861 #~ "can <strong>receive updates</strong> on the interesting questions or "
4862 #~ "entire forum by email. Email addresses are never shown or otherwise "
4863 #~ "shared with anybody else.</p>"
4864
4865 #~ msgid ""
4866 #~ "register new external %(provider)s account info, see %(gravatar_faq_url)s"
4867 #~ msgstr ""
4868 #~ "<p><span class=\"big strong\">You are here for the first time with your %"
4869 #~ "(provider)s login.</span></p><p>You can either keep your <strong>screen "
4870 #~ "name</strong> the same as your %(provider)s login name  or choose some "
4871 #~ "other nickname.</p><p>Also, please save a valid <strong>email</strong> "
4872 #~ "address. With the email you can <strong>subscribe for the updates</"
4873 #~ "strong> on the most interesting questions. Email address is also used to "
4874 #~ "create and retrieve your unique avatar image - <a href='%"
4875 #~ "(gravatar_faq_url)s'><strong>gravatar</strong></a>.</p>"
4876
4877 #~ msgid "register new Facebook connect account info, see %(gravatar_faq_url)s"
4878 #~ msgstr ""
4879 #~ "<p><span class=\"big strong\">You are here for the first time with your "
4880 #~ "Facebook login.</span> Please create your <strong>screen name</strong> "
4881 #~ "and save your <strong>email</strong> address. Saved email address will "
4882 #~ "let you <strong>subscribe for the updates</strong> on the most "
4883 #~ "interesting questions and will be used to create and retrieve your unique "
4884 #~ "avatar image - <a href='%(gravatar_faq_url)s'><strong>gravatar</strong></"
4885 #~ "a>.</p>"
4886
4887 #~ msgid "password recovery information"
4888 #~ msgstr ""
4889 #~ "<span class='big strong'>Forgot you password? No problems - just get a "
4890 #~ "new one!</span><br/>Please follow the following steps:<br/>&bull; submit "
4891 #~ "your user name below and check your email<br/>&bull; <strong>follow the "
4892 #~ "activation link</strong> for the new password - sent to you by email and "
4893 #~ "login with the suggested password<br/>&bull; at this you might want to "
4894 #~ "change your password to something you can remember better"
4895
4896 #~ msgid "Reset password"
4897 #~ msgstr "Send me a new password"
4898
4899 #~ msgid ""
4900 #~ "email explanation how to use new %(password)s for %(username)s\n"
4901 #~ "with the %(key_link)s"
4902 #~ msgstr ""
4903 #~ "To change your password, please follow these steps:\n"
4904 #~ "* visit this link: %(key_link)s\n"
4905 #~ "* login with user name %(username)s and password %(password)s\n"
4906 #~ "* go to your user profile and set the password to something you can "
4907 #~ "remember"
4908
4909 #~ msgid ""
4910 #~ "\n"
4911 #~ "                Your answer to %(title)s %(summary)s will be posted once "
4912 #~ "you log in\n"
4913 #~ "                "
4914 #~ msgstr ""
4915 #~ "\n"
4916 #~ "<span class=\"strong big\">Your answer to </span> <i>\"<strong>%(title)s</"
4917 #~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
4918 #~ "be posted once you log in.</span>"
4919
4920 #~ msgid ""
4921 #~ "Your question \n"
4922 #~ "                %(title)s %(summary)s will be posted once you log in\n"
4923 #~ "                "
4924 #~ msgstr ""
4925 #~ "<span class=\"strong big\">Your question</span> <i>\"<strong>%(title)s</"
4926 #~ "strong> %(summary)s...\"</i> <span class=\"strong big\">is saved and will "
4927 #~ "be posted once you log in.</span>"
4928
4929 #~ msgid "Enter your <span id=\"enter_your_what\">Provider user name</span>"
4930 #~ msgstr ""
4931 #~ "<span class=\"big strong\">Enter your </span><span id=\"enter_your_what\" "
4932 #~ "class='big strong'>Provider user name</span><br/><span class='grey'>(or "
4933 #~ "select another login method above)</span>"
4934
4935 #~ msgid ""
4936 #~ "Enter your <a class=\"openid_logo\" href=\"http://openid.net\">OpenID</a> "
4937 #~ "web address"
4938 #~ msgstr ""
4939 #~ "<span class=\"big strong\">Enter your <a class=\"openid_logo\" href="
4940 #~ "\"http://openid.net\">OpenID</a> web address</span><br/><span "
4941 #~ "class='grey'>(or choose another login method above)</span>"
4942
4943 #~ msgid "Enter your login name and password"
4944 #~ msgstr ""
4945 #~ "<span class='big strong'>Enter your CNPROG login and password</span><br/"
4946 #~ "><span class='grey'>(or select your OpenID provider above)</span>"
4947
4948 #~ msgid "subscription saved, %(email)s needs validation, see %(details_url)s"
4949 #~ msgstr ""
4950 #~ "Your subscription is saved, but email address %(email)s needs to be "
4951 #~ "validated, please see <a href='%(details_url)s'>more details here</a>"
4952
4953 #~ msgid "Incorrect username."
4954 #~ msgstr "sorry, there is no such user name"
4955
4956 #~ msgid "your email needs to be validated see %(details_url)s"
4957 #~ msgstr ""
4958 #~ "Your email needs to be validated. Please see details <a "
4959 #~ "id='validate_email_alert' href='%(details_url)s'>here</a>."
4960
4961 #~ msgid "Email verification subject line"
4962 #~ msgstr "Verification Email from Q&A forum"
4963
4964 #~ msgid "first time greeting with %(url)s"
4965 #~ msgstr "Hello and welcome to OSQA - <a href='%(url)s'>please join us</a>!"
4966
4967 #~ msgid "have %(num_q)s unanswered questions"
4968 #~ msgstr ""
4969 #~ "<div class=\"questions-count\">%(num_q)s</div>questions <strong>without "
4970 #~ "accepted answers</strong>"
4971
4972 #~ msgid ""
4973 #~ "\n"
4974 #~ "\t\t\t\thave total %(q_num)s questions\n"
4975 #~ "\t\t\t\t"
4976 #~ msgid_plural ""
4977 #~ "\n"
4978 #~ "\t\t\t\thave total %(q_num)s questions\n"
4979 #~ "\t\t\t\t"
4980 #~ msgstr[0] ""
4981 #~ "\n"
4982 #~ "<div class=\"questions-count\">%(q_num)s</div><p>question</p>"
4983 #~ msgstr[1] ""
4984 #~ "\n"
4985 #~ "<div class=\"questions-count\">%(q_num)s</div><p>questions</p>"