-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaskbot-django.po
7972 lines (6254 loc) · 186 KB
/
askbot-django.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# English translation for CNPROG package.
# Copyright (C) 2009 Gang Chen, 2010 Askbot
# This file is distributed under the same license as the CNPROG package.
#
# Translators:
# evgeny <[email protected]>, 2009
# whisky <[email protected]>, 2013
msgid ""
msgstr ""
"Project-Id-Version: askbot\n"
"Report-Msgid-Bugs-To: http://askbot.org/\n"
"POT-Creation-Date: 2013-05-18 09:59-0500\n"
"PO-Revision-Date: 2013-06-21 16:08+0800\n"
"Last-Translator: evgeny <[email protected]>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/askbot/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: exceptions.py:13
msgid "Sorry, but anonymous visitors cannot access this function"
msgstr ""
#: feed.py:34 feed.py:108
msgid " - "
msgstr "-"
#: feed.py:35 feed.py:109
msgid "Individual question feed"
msgstr ""
#: forms.py:139
msgid "select country"
msgstr "選擇國家"
#: forms.py:149
msgid "Country"
msgstr "國家"
#: forms.py:157
msgid "Country field is required"
msgstr ""
#: forms.py:187
#, python-format
msgid "must be > %d word"
msgid_plural "must be > %d words"
msgstr[0] ""
#: forms.py:198
#, python-format
msgid "must be < %d word"
msgid_plural "must be < %d words"
msgstr[0] ""
#: forms.py:219
msgid "minor edit (don't send alerts)"
msgstr ""
#: forms.py:246 templates/widgets/markdown_help.html:20
#: templates/widgets/markdown_help.html:24
msgid "title"
msgstr "標題"
#: forms.py:248 templates/embed/ask_by_widget.html:170
msgid "Please enter your question"
msgstr "輸入問題的標題"
#: forms.py:259
#, python-format
msgid "must have > %d character"
msgid_plural "must have > %d characters"
msgstr[0] ""
#: forms.py:269
#, python-format
msgid "The question is too long, maximum allowed size is %d characters"
msgstr ""
#: forms.py:276
#, python-format
msgid "The question is too long, maximum allowed size is %d bytes"
msgstr ""
#: forms.py:308
msgid "content"
msgstr "內容"
#: forms.py:369
#, python-format
msgid "each tag must be shorter than %(max_chars)d character"
msgid_plural "each tag must be shorter than %(max_chars)d characters"
msgstr[0] ""
#: forms.py:406
msgid ""
"We ran out of space for recording the tags. Please shorten or delete some of"
" them."
msgstr ""
#: forms.py:409 forms.py:1015 models/widgets.py:27
#: templates/widgets/edit_post.html:32 templates/widgets/meta_nav.html:6
msgid "tags"
msgstr "標籤"
#: forms.py:411
#, python-format
msgid ""
"Tags are short keywords, with no spaces within. Up to %(max_tags)d tag can "
"be used."
msgid_plural "標籤就是關鍵字,最多可以指定 %(max_tags)d 個標籤。"
"Tags are short keywords, with no spaces within. Up to %(max_tags)d tags can "
"be used."
msgstr[0] "標籤就是關鍵字,最多可以指定 %(max_tags)d 個標籤。"
#: forms.py:438
#, python-format
msgid "please use %(tag_count)d tag or less"
msgid_plural "please use %(tag_count)d tags or less"
msgstr[0] ""
#: forms.py:446
#, python-format
msgid "At least one of the following tags is required : %(tags)s"
msgstr ""
#: forms.py:474
msgid "community wiki (karma is not awarded & many others can edit wiki post)"
msgstr ""
#: forms.py:478
msgid ""
"if you choose community wiki option, the question and answer do not generate"
" points and name of author will not be shown"
msgstr "選擇社區wiki模式,問答不計算積分,簽名也不顯示作者信息"
#: forms.py:505
msgid "update summary:"
msgstr "更新概要:"
#: forms.py:507
msgid ""
"enter a brief summary of your revision (e.g. fixed spelling, grammar, "
"improved style, this field is optional)"
msgstr "輸入本次修改的簡單概述(如:修改了別字,修正了語法,改進了樣式等。非必填項。)"
#: forms.py:594
msgid "Enter number of points to add or subtract"
msgstr ""
#: forms.py:609 const/__init__.py:375
msgid "approved"
msgstr ""
#: forms.py:610 const/__init__.py:376
msgid "watched"
msgstr ""
#: forms.py:611 const/__init__.py:377
msgid "suspended"
msgstr ""
#: forms.py:612 const/__init__.py:378
msgid "blocked"
msgstr ""
#: forms.py:614
msgid "administrator"
msgstr "管理員"
#: forms.py:615 const/__init__.py:374
msgid "moderator"
msgstr ""
#: forms.py:634
msgid "Change status to"
msgstr ""
#: forms.py:661
msgid "which one?"
msgstr ""
#: forms.py:682
msgid "Cannot change own status"
msgstr ""
#: forms.py:688
msgid "Cannot turn other user to moderator"
msgstr ""
#: forms.py:695
msgid "Cannot change status of another moderator"
msgstr ""
#: forms.py:701
msgid "Cannot change status to admin"
msgstr ""
#: forms.py:707
#, python-format
msgid ""
"If you wish to change %(username)s's status, please make a meaningful "
"selection."
msgstr ""
#: forms.py:717
msgid "Subject line"
msgstr ""
#: forms.py:722
msgid "Message text"
msgstr ""
#: forms.py:736
msgid "Your name (optional):"
msgstr ""
#: forms.py:737
msgid "Email:"
msgstr ""
#: forms.py:739
msgid "Your message:"
msgstr "訊息內容:"
#: forms.py:744
msgid "I don't want to give my email or receive a response:"
msgstr ""
#: forms.py:767
msgid "Please mark \"I dont want to give my mail\" field."
msgstr ""
#: forms.py:800
msgid "keep private within your groups"
msgstr ""
#: forms.py:839
msgid "User name:"
msgstr ""
#: forms.py:841
msgid "Enter name to post on behalf of someone else. Can create new accounts."
msgstr ""
#: forms.py:848
msgid "Email address:"
msgstr ""
#: forms.py:898
msgid "User name is required with the email"
msgstr ""
#: forms.py:903
msgid "Email is required if user name is added"
msgstr ""
#: forms.py:923 forms.py:966
msgid "ask anonymously"
msgstr ""
#: forms.py:925 forms.py:968
msgid "Check if you do not want to reveal your name when asking this question"
msgstr ""
#: forms.py:956
msgid ""
"Subject line is expected in the format: [tag1, tag2, tag3,...] question "
"title"
msgstr ""
#: forms.py:1215
msgid ""
"You have asked this question anonymously, if you decide to reveal your "
"identity, please check this box."
msgstr ""
#: forms.py:1219
msgid "reveal identity"
msgstr ""
#: forms.py:1298
msgid ""
"Sorry, only owner of the anonymous question can reveal his or her identity, "
"please uncheck the box"
msgstr ""
#: forms.py:1311
msgid ""
"Sorry, apparently rules have just changed - it is no longer possible to ask "
"anonymously. Please either check the \"reveal identity\" box or reload this "
"page and try editing the question again."
msgstr ""
#: forms.py:1375
msgid "Real name"
msgstr "真實姓名"
#: forms.py:1382
msgid "Website"
msgstr "個人網站"
#: forms.py:1389
msgid "City"
msgstr "城市"
#: forms.py:1398
msgid "Show country"
msgstr ""
#: forms.py:1403
msgid "Show tag choices"
msgstr ""
#: forms.py:1408
msgid "Date of birth"
msgstr "生日"
#: forms.py:1410
msgid "will not be shown, used to calculate age, format: YYYY-MM-DD"
msgstr "不會公開,只會顯示您的年齡,格式為:YYYY-MM-DD"
#: forms.py:1418
msgid "Profile"
msgstr "個人簡介"
#: forms.py:1427
msgid "Screen name"
msgstr ""
#: forms.py:1459 forms.py:1463
msgid "this email has already been registered, please use another one"
msgstr "該電子郵件已被注冊,請選擇另一個再試。"
#: forms.py:1472
msgid "Choose email tag filter"
msgstr "選擇 Email 標籤篩選"
#: forms.py:1524
msgid "Asked by me"
msgstr "詢問"
#: forms.py:1527
msgid "Answered by me"
msgstr "回應"
#: forms.py:1530
msgid "Individually selected"
msgstr "個別選定"
#: forms.py:1533
msgid "Entire forum (tag filtered)"
msgstr "整個論壇 (標籤篩選)"
#: forms.py:1537
msgid "Comments and posts mentioning me"
msgstr ""
#: forms.py:1621
msgid "please choose one of the options above"
msgstr "請選上述選項之一"
#: forms.py:1624
msgid "okay, let's try!"
msgstr "好, 試試看"
#: forms.py:1627
#, python-format
msgid "no %(sitename)s email please, thanks"
msgstr ""
#: forms.py:1675 templates/reopen.html:7
msgid "Title"
msgstr ""
#: forms.py:1678 templates/groups.html:32
msgid "Description"
msgstr ""
#: forms.py:1697 templates/tags.html:3 templates/tags/header.html:9
#: templates/tags/list_bulk_tag_subscription.html:12
#: templates/widgets/edit_post.html:26 templates/widgets/related_tags.html:3
#: templates/widgets/tag_category_selector.html:2
msgid "Tags"
msgstr "標籤"
#: tasks.py:94
msgid "An edit for my answer"
msgstr ""
#: tasks.py:97
msgid "To add to your post EDIT ABOVE THIS LINE"
msgstr ""
#: tasks.py:115
#, python-format
msgid "Your post at %(site_name)s is now published"
msgstr ""
#: urls.py:42
msgid "about/"
msgstr "關於/"
#: urls.py:43
msgid "faq/"
msgstr ""
#: urls.py:44
msgid "privacy/"
msgstr ""
#: urls.py:45
msgid "help/"
msgstr ""
#: urls.py:47 urls.py:52
msgid "answers/"
msgstr ""
#: urls.py:47 urls.py:131 urls.py:382 urls.py:497
msgid "edit/"
msgstr "編輯/"
#: urls.py:52 urls.py:161
msgid "revisions/"
msgstr "版本/"
#: urls.py:62
msgid "questions"
msgstr ""
#: urls.py:126 urls.py:131 urls.py:136 urls.py:141 urls.py:146 urls.py:151
#: urls.py:161 urls.py:573
msgid "questions/"
msgstr "問題/"
#: urls.py:126 urls.py:471 urls.py:476 urls.py:481 urls.py:487
msgid "ask/"
msgstr "提問/"
#: urls.py:136
msgid "retag/"
msgstr ""
#: urls.py:141
msgid "close/"
msgstr ""
#: urls.py:146
msgid "reopen/"
msgstr ""
#: urls.py:151
msgid "answer/"
msgstr ""
#: urls.py:219
msgid "tags/"
msgstr ""
#: urls.py:224
msgid "tags/subscriptions/"
msgstr ""
#: urls.py:229
msgid "tags/subscriptions/delete/"
msgstr ""
#: urls.py:234
msgid "tags/subscriptions/create/"
msgstr ""
#: urls.py:239
msgid "tags/subscriptions/edit/"
msgstr ""
#: urls.py:245
msgid "suggested-tags/"
msgstr ""
#: urls.py:365
msgid "subscribe-for-tags/"
msgstr ""
#: urls.py:370 urls.py:375 urls.py:382 urls.py:388 urls.py:397 urls.py:404
msgid "users/"
msgstr ""
#: urls.py:375
msgid "by-group/"
msgstr ""
#: urls.py:389
msgid "subscriptions/"
msgstr ""
#: urls.py:398
msgid "select_languages/"
msgstr ""
#: urls.py:409
msgid "groups/"
msgstr ""
#: urls.py:414
msgid "users/update_has_custom_avatar/"
msgstr ""
#: urls.py:419 urls.py:424
msgid "badges/"
msgstr "徽章/"
#: urls.py:434
msgid "messages/"
msgstr ""
#: urls.py:434
msgid "markread/"
msgstr ""
#: urls.py:465 urls.py:471 urls.py:476 urls.py:481 urls.py:487 urls.py:492
#: urls.py:497 urls.py:502 urls.py:508
msgid "widgets/"
msgstr ""
#: urls.py:487 deps/django_authopenid/urls.py:20
msgid "complete/"
msgstr ""
#: urls.py:492
msgid "create/"
msgstr ""
#: urls.py:502
msgid "delete/"
msgstr ""
#: urls.py:533
msgid "upload/"
msgstr ""
#: urls.py:534
msgid "feedback/"
msgstr ""
#: urls.py:579
msgid "question/"
msgstr ""
#: urls.py:586 setup_templates/settings.py:229
#: templates/authopenid/providers_javascript.html:7
msgid "account/"
msgstr ""
#: conf/access_control.py:8
msgid "Access control settings"
msgstr ""
#: conf/access_control.py:17
msgid "Allow only registered user to access the forum"
msgstr ""
#: conf/access_control.py:22
msgid "nothing - not required"
msgstr ""
#: conf/access_control.py:23
msgid "access to content"
msgstr ""
#: conf/access_control.py:34
msgid "Require valid email for"
msgstr ""
#: conf/access_control.py:44
msgid "Allowed email addresses"
msgstr ""
#: conf/access_control.py:45
msgid "Please use space to separate the entries"
msgstr ""
#: conf/access_control.py:54
msgid "Allowed email domain names"
msgstr ""
#: conf/access_control.py:55
msgid "Please use space to separate the entries, do not use the @ symbol!"
msgstr ""
#: conf/badges.py:13
msgid "Badge settings"
msgstr ""
#: conf/badges.py:23
msgid "Disciplined: minimum upvotes for deleted post"
msgstr ""
#: conf/badges.py:32
msgid "Peer Pressure: minimum downvotes for deleted post"
msgstr ""
#: conf/badges.py:41
msgid "Teacher: minimum upvotes for the answer"
msgstr ""
#: conf/badges.py:50
msgid "Nice Answer: minimum upvotes for the answer"
msgstr ""
#: conf/badges.py:59
msgid "Good Answer: minimum upvotes for the answer"
msgstr ""
#: conf/badges.py:68
msgid "Great Answer: minimum upvotes for the answer"
msgstr ""
#: conf/badges.py:77
msgid "Nice Question: minimum upvotes for the question"
msgstr ""
#: conf/badges.py:86
msgid "Good Question: minimum upvotes for the question"
msgstr ""
#: conf/badges.py:95
msgid "Great Question: minimum upvotes for the question"
msgstr ""
#: conf/badges.py:104
msgid "Popular Question: minimum views"
msgstr ""
#: conf/badges.py:113
msgid "Notable Question: minimum views"
msgstr ""
#: conf/badges.py:122
msgid "Famous Question: minimum views"
msgstr ""
#: conf/badges.py:131
msgid "Self-Learner: minimum answer upvotes"
msgstr ""
#: conf/badges.py:140
msgid "Civic Duty: minimum votes"
msgstr ""
#: conf/badges.py:149
msgid "Enlightened Duty: minimum upvotes"
msgstr ""
#: conf/badges.py:158
msgid "Guru: minimum upvotes"
msgstr ""
#: conf/badges.py:167
msgid "Necromancer: minimum upvotes"
msgstr ""
#: conf/badges.py:176
msgid "Necromancer: minimum delay in days"
msgstr ""
#: conf/badges.py:185
msgid "Associate Editor: minimum number of edits"
msgstr ""
#: conf/badges.py:194
msgid "Favorite Question: minimum stars"
msgstr ""
#: conf/badges.py:203
msgid "Stellar Question: minimum stars"
msgstr ""
#: conf/badges.py:212
msgid "Commentator: minimum comments"
msgstr ""
#: conf/badges.py:221
msgid "Taxonomist: minimum tag use count"
msgstr ""
#: conf/badges.py:230
msgid "Enthusiast: minimum days"
msgstr ""
#: conf/email.py:15
msgid "Email and email alert settings"
msgstr ""
#: conf/email.py:24
msgid "Prefix for the email subject line"
msgstr ""
#: conf/email.py:26
msgid ""
"This setting takes default from the django settingEMAIL_SUBJECT_PREFIX. A "
"value entered here will overridethe default."
msgstr ""
#: conf/email.py:38
msgid "Enable email alerts"
msgstr ""
#: conf/email.py:47
msgid "Maximum number of news entries in an email alert"
msgstr ""
#: conf/email.py:57
msgid "Default notification frequency all questions"
msgstr ""
#: conf/email.py:59
msgid "Option to define frequency of emailed updates for: all questions."
msgstr ""
#: conf/email.py:71
msgid "Default notification frequency questions asked by the user"
msgstr ""
#: conf/email.py:73
msgid ""
"Option to define frequency of emailed updates for: Question asked by the "
"user."
msgstr ""
#: conf/email.py:85
msgid "Default notification frequency questions answered by the user"
msgstr ""
#: conf/email.py:87
msgid ""
"Option to define frequency of emailed updates for: Question answered by the "
"user."
msgstr ""
#: conf/email.py:99
msgid ""
"Default notification frequency questions individually"
" selected by the user"
msgstr ""
#: conf/email.py:102
msgid ""
"Option to define frequency of emailed updates for: Question individually "
"selected by the user."
msgstr ""
#: conf/email.py:114
msgid ""
"Default notification frequency for mentions and "
"comments"
msgstr ""
#: conf/email.py:117
msgid ""
"Option to define frequency of emailed updates for: Mentions and comments."
msgstr ""
#: conf/email.py:128
msgid "Send periodic reminders about unanswered questions"
msgstr ""
#: conf/email.py:130
msgid ""
"NOTE: in order to use this feature, it is necessary to run the management "
"command \"send_unanswered_question_reminders\" (for example, via a cron job "
"- with an appropriate frequency) "
msgstr ""
#: conf/email.py:143
msgid "Days before starting to send reminders about unanswered questions"
msgstr ""
#: conf/email.py:154
msgid ""
"How often to send unanswered question reminders (in days between the "
"reminders sent)."
msgstr ""
#: conf/email.py:166
msgid "Max. number of reminders to send about unanswered questions"
msgstr ""
#: conf/email.py:177
msgid "Send periodic reminders to accept the best answer"
msgstr ""
#: conf/email.py:179
msgid ""
"NOTE: in order to use this feature, it is necessary to run the management "
"command \"send_accept_answer_reminders\" (for example, via a cron job - with"
" an appropriate frequency) "
msgstr ""
#: conf/email.py:192
msgid "Days before starting to send reminders to accept an answer"
msgstr ""
#: conf/email.py:203
msgid ""
"How often to send accept answer reminders (in days between the reminders "
"sent)."
msgstr ""
#: conf/email.py:215
msgid "Max. number of reminders to send to accept the best answer"
msgstr ""
#: conf/email.py:227
msgid "Require email verification before allowing to post"
msgstr ""
#: conf/email.py:228
msgid ""
"Active email verification is done by sending a verification key in email"
msgstr ""
#: conf/email.py:237
msgid "Fake email for anonymous user"
msgstr ""
#: conf/email.py:238
msgid "Use this setting to control gravatar for email-less user"
msgstr ""
#: conf/email.py:247
msgid "Allow posting questions by email"
msgstr ""
#: conf/email.py:249
msgid ""
"Before enabling this setting - please fill out IMAP settings in the "
"settings.py file"
msgstr ""
#: conf/email.py:260
msgid "Replace space in emailed tags with dash"
msgstr ""
#: conf/email.py:262
msgid ""
"This setting applies to tags written in the subject line of questions asked "
"by email"
msgstr ""
#: conf/email.py:273
msgid "Enable posting answers and comments by email"
msgstr ""
#: conf/email.py:276
msgid "To enable this feature make sure lamson is running"
msgstr ""
#: conf/email.py:287
msgid "Emailed post: when to notify author about publishing"
msgstr ""
#: conf/email.py:312
msgid "Reply by email hostname"
msgstr ""
#: conf/email.py:323
msgid ""
"Email replies having fewer words than this number will be posted as comments"
" instead of answers"
msgstr ""
#: conf/external_keys.py:11
msgid "Keys for external services"
msgstr ""
#: conf/external_keys.py:19
msgid "Google site verification key"
msgstr ""
#: conf/external_keys.py:21
#, python-format
msgid ""
"This key helps google index your site please obtain is at <a "
"href=\"%(url)s?hl=%(lang)s\">google webmasters tools site</a>"
msgstr ""
#: conf/external_keys.py:36
msgid "Google Analytics key"
msgstr ""
#: conf/external_keys.py:38
#, python-format
msgid ""
"Obtain is at <a href=\"%(url)s\">Google Analytics</a> site, if you wish to "
"use Google Analytics to monitor your site"
msgstr ""
#: conf/external_keys.py:51
msgid "Enable recaptcha (keys below are required)"
msgstr ""
#: conf/external_keys.py:62
msgid "Recaptcha public key"
msgstr ""
#: conf/external_keys.py:70
msgid "Recaptcha private key"
msgstr ""
#: conf/external_keys.py:72
#, python-format
msgid ""
"Recaptcha is a tool that helps distinguish real people from annoying spam "
"robots. Please get this and a public key at the <a "
"href=\"%(url)s\">%(url)s</a>"
msgstr ""
#: conf/external_keys.py:84
msgid "Facebook public API key"
msgstr ""
#: conf/external_keys.py:86
#, python-format
msgid ""
"Facebook API key and Facebook secret allow to use Facebook Connect login "
"method at your site. Please obtain these keys at <a "
"href=\"%(url)s\">facebook create app</a> site"
msgstr ""
#: conf/external_keys.py:99
msgid "Facebook secret key"
msgstr ""
#: conf/external_keys.py:107
msgid "Twitter consumer key"
msgstr ""
#: conf/external_keys.py:109
#, python-format
msgid ""
"Please register your forum at <a href=\"%(url)s\">twitter applications "
"site</a>"
msgstr ""
#: conf/external_keys.py:120
msgid "Twitter consumer secret"
msgstr ""
#: conf/external_keys.py:128
msgid "LinkedIn consumer key"
msgstr ""
#: conf/external_keys.py:130
#, python-format
msgid ""
"Please register your forum at <a href=\"%(url)s\">LinkedIn developer "
"site</a>"
msgstr ""
#: conf/external_keys.py:141
msgid "LinkedIn consumer secret"
msgstr ""
#: conf/external_keys.py:149
msgid "ident.ca consumer key"
msgstr ""
#: conf/external_keys.py:151
#, python-format
msgid ""
"Please register your forum at <a href=\"%(url)s\">Identi.ca applications "
"site</a>"
msgstr ""
#: conf/external_keys.py:162
msgid "ident.ca consumer secret"
msgstr ""
#: conf/flatpages.py:11
msgid "Messages and pages - about, privacy policy, etc."
msgstr ""
#: conf/flatpages.py:19
msgid "Text of the Q&A forum About page (html format)"
msgstr ""
#: conf/flatpages.py:22
msgid ""
"Save, then <a href=\"http://validator.w3.org/\">use HTML validator</a> on "
"the \"about\" page to check your input."
msgstr ""
#: conf/flatpages.py:32
msgid "Text of the Q&A forum FAQ page (html format)"
msgstr ""
#: conf/flatpages.py:35