This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
/
messages.pot
684 lines (546 loc) · 15 KB
/
messages.pot
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
# Translations template for PROJECT.
# Copyright (C) 2010 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2010-08-06 07:27+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 0.9.5\n"
#: newsmeme/__init__.py:89
msgid "Sorry, page not found"
msgstr ""
#: newsmeme/__init__.py:95
msgid "Sorry, not allowed"
msgstr ""
#: newsmeme/decorators.py:14
msgid "Please login to see this page"
msgstr ""
#: newsmeme/forms.py:25
msgid "You can only use letters, numbers or dashes"
msgstr ""
#: newsmeme/forms.py:29
msgid "Your name"
msgstr ""
#: newsmeme/forms.py:31
msgid "Your name is required"
msgstr ""
#: newsmeme/forms.py:34 newsmeme/forms.py:112
msgid "Your email address"
msgstr ""
#: newsmeme/forms.py:36 newsmeme/forms.py:87 newsmeme/forms.py:114
#: newsmeme/forms.py:184
msgid "Email address required"
msgstr ""
#: newsmeme/forms.py:37 newsmeme/forms.py:88 newsmeme/forms.py:115
#: newsmeme/forms.py:216
msgid "A valid email address is required"
msgstr ""
#: newsmeme/forms.py:40
msgid "Subject"
msgstr ""
#: newsmeme/forms.py:42
msgid "Subject required"
msgstr ""
#: newsmeme/forms.py:45
msgid "Message"
msgstr ""
#: newsmeme/forms.py:47
msgid "Message required"
msgstr ""
#: newsmeme/forms.py:55
msgid "Remember me"
msgstr ""
#: newsmeme/forms.py:57
msgid "Username or email address"
msgstr ""
#: newsmeme/forms.py:59
msgid "You must provide an email or username"
msgstr ""
#: newsmeme/forms.py:62 newsmeme/forms.py:75
msgid "Password"
msgstr ""
#: newsmeme/forms.py:69 newsmeme/forms.py:178
msgid "Username"
msgstr ""
#: newsmeme/forms.py:71 newsmeme/forms.py:179
msgid "Username required"
msgstr ""
#: newsmeme/forms.py:77
msgid "Password required"
msgstr ""
#: newsmeme/forms.py:80 newsmeme/forms.py:229
msgid "Password again"
msgstr ""
#: newsmeme/forms.py:82 newsmeme/forms.py:231
msgid "Passwords don't match"
msgstr ""
#: newsmeme/forms.py:85 newsmeme/forms.py:182
msgid "Email address"
msgstr ""
#: newsmeme/forms.py:91 newsmeme/forms.py:190 newsmeme/forms.py:236
msgid "Copy the words appearing below"
msgstr ""
#: newsmeme/forms.py:96 newsmeme/forms.py:129 newsmeme/forms.py:195
msgid "This username is taken"
msgstr ""
#: newsmeme/forms.py:101 newsmeme/forms.py:136 newsmeme/forms.py:200
msgid "This email is taken"
msgstr ""
#: newsmeme/forms.py:108
msgid "Username is required"
msgstr ""
#: newsmeme/forms.py:141
msgid "Title of your post"
msgstr ""
#: newsmeme/forms.py:143
msgid "Title required"
msgstr ""
#: newsmeme/forms.py:146
msgid "Link"
msgstr ""
#: newsmeme/forms.py:149
msgid "This is not a valid URL"
msgstr ""
#: newsmeme/forms.py:152
msgid "Description"
msgstr ""
#: newsmeme/forms.py:154 newsmeme/templates/tags.html:6
msgid "Tags"
msgstr ""
#: newsmeme/forms.py:165
msgid "This link has already been posted"
msgstr ""
#: newsmeme/forms.py:171
msgid "Comment is required"
msgstr ""
#: newsmeme/forms.py:185
msgid "Valid email address required"
msgstr ""
#: newsmeme/forms.py:208
msgid "OpenID is required"
msgstr ""
#: newsmeme/forms.py:209
msgid "OpenID must be a valid URL"
msgstr ""
#: newsmeme/forms.py:226
msgid "Password is required"
msgstr ""
#: newsmeme/forms.py:242
msgid "You must enter the details of the complaint"
msgstr ""
#: newsmeme/helpers.py:36
msgid "just now"
msgstr ""
#: newsmeme/templates/contact.html:5
msgid "Contact us"
msgstr ""
#: newsmeme/templates/contact.html:7
msgid ""
"\n"
"Any questions, suggestions, problems with this site ?\n"
"Please leave a message below:\n"
msgstr ""
#: newsmeme/templates/contact.html:40
msgid "Send"
msgstr ""
#: newsmeme/templates/index.html:25 newsmeme/templates/latest.html:25
#: newsmeme/templates/tag.html:25 newsmeme/templates/user/posts.html:34
msgid "Nobody's posted anything yet."
msgstr ""
#: newsmeme/templates/layout.html:22
msgid "logout"
msgstr ""
#: newsmeme/templates/layout.html:24
msgid "login"
msgstr ""
#: newsmeme/templates/layout.html:25
msgid "signup"
msgstr ""
#: newsmeme/templates/layout.html:27
msgid "contact us"
msgstr ""
#: newsmeme/templates/layout.html:28
msgid "rules"
msgstr ""
#: newsmeme/templates/layout.html:29
msgid "report bugs"
msgstr ""
#: newsmeme/templates/layout.html:45
msgid "hot"
msgstr ""
#: newsmeme/templates/layout.html:46
msgid "new"
msgstr ""
#: newsmeme/templates/layout.html:47
msgid "submit"
msgstr ""
#: newsmeme/templates/layout.html:51
msgid "search newsmeme"
msgstr ""
#: newsmeme/templates/layout.html:62
msgid "trending"
msgstr ""
#: newsmeme/templates/layout.html:94
msgid ""
"\n"
" © Copyright 2010 Dan Jacob. Source code for newsmeme can be "
"found <a href=\"http://bitbucket.org/danjac/newsmeme\">here</a>. \n"
" "
msgstr ""
#: newsmeme/templates/rules.html:4
#, python-format
msgid ""
"\n"
"<h2>The House Rules</h2>\n"
"<ol>\n"
" <li>Pornographic content, or linking directly to pornographic "
"content, is <strong>banned</strong>.</li>\n"
" <li>There is a zero-tolerance policy towards rascism, homophobia, and"
" religious bigotry.</li>\n"
" <li>Illegal content, or linking to sites providing illegal torrents "
"or other downloads, is forbidden.</li>\n"
" <li>Spammers will not be tolerated. </li>\n"
" <li>Swearing is OK, but not personal insults. Show common courtesy to"
" fellow users.</li>\n"
" <li>Breaking the rules will get your post or comment deleted without "
"warning. Continual abuse will result in \n"
" your account being permanently deleted. </li>\n"
" <li>You are legally responsible for what you post in the country you "
"are posting from.</li>\n"
" <li>If you suspect any of the rules being broken, <a "
"href=\"%(contact_url)s\">contact us</a> directly or use the \"Report "
"abuse\" link next to the comments.</li>\n"
" <li>If you wish to help out by volunteering as a moderator, please "
"contact us. Your help will be greatly appreciated.</li> \n"
"</ol>\n"
"\n"
msgstr ""
#: newsmeme/templates/search.html:8
msgid "Search results for"
msgstr ""
#: newsmeme/templates/search.html:10
msgid "Results"
msgstr ""
#: newsmeme/templates/search.html:22
msgid "Sorry, nothing found for your search."
msgstr ""
#: newsmeme/templates/submit.html:8
msgid "Submit a post"
msgstr ""
#: newsmeme/templates/submit.html:27 newsmeme/templates/post/edit_post.html:25
msgid "Separate tags with a comma"
msgstr ""
#: newsmeme/templates/tag.html:11
msgid "Posts for tag"
msgstr ""
#: newsmeme/templates/account/change_password.html:5
msgid "Change your password"
msgstr ""
#: newsmeme/templates/account/change_password.html:24
#: newsmeme/templates/account/edit_account.html:22
msgid "save"
msgstr ""
#: newsmeme/templates/account/delete_account.html:5
msgid "Delete your account"
msgstr ""
#: newsmeme/templates/account/delete_account.html:7
#, python-format
msgid ""
"\n"
"Are you sure you want to leave ? If so please confirm below.\n"
"Click <a href=\"%(home_url)s\">here</a> to cancel.\n"
msgstr ""
#: newsmeme/templates/account/delete_account.html:20
#: newsmeme/templates/macros/_post.html:47
msgid "delete"
msgstr ""
#: newsmeme/templates/account/edit_account.html:5
msgid "Edit your account"
msgstr ""
#: newsmeme/templates/account/edit_account.html:7
msgid "change your password"
msgstr ""
#: newsmeme/templates/account/edit_account.html:8
msgid "delete your account"
msgstr ""
#: newsmeme/templates/account/login.html:8
#: newsmeme/templates/openid/login.html:8
msgid "Login to newsmeme"
msgstr ""
#: newsmeme/templates/account/login.html:11
#, python-format
msgid ""
"\n"
"Login with <a href=\"%(openid_url)s\">OpenID</a>\n"
msgstr ""
#: newsmeme/templates/account/login.html:36
#: newsmeme/templates/openid/login.html:26
msgid "Login"
msgstr ""
#: newsmeme/templates/account/login.html:41
msgid "Not a member yet ? Sign up to newsmeme !"
msgstr ""
#: newsmeme/templates/account/login.html:44
msgid "Forgot your password ?"
msgstr ""
#: newsmeme/templates/account/recover_password.html:5
#: newsmeme/views/account.py:116
msgid "Recover your password"
msgstr ""
#: newsmeme/templates/account/recover_password.html:16
msgid "find my account"
msgstr ""
#: newsmeme/templates/account/signup.html:7
#: newsmeme/templates/openid/signup.html:7
msgid "Sign up to newsmeme"
msgstr ""
#: newsmeme/templates/account/signup.html:10
#, python-format
msgid ""
"\n"
"Sign up with <a href=\"%(openid_url)s\">OpenID</a> \n"
msgstr ""
#: newsmeme/templates/account/signup.html:41
#: newsmeme/templates/openid/signup.html:27
msgid "Sign up"
msgstr ""
#: newsmeme/templates/comment/edit_comment.html:18
#: newsmeme/templates/post/add_comment.html:18
#: newsmeme/templates/post/post.html:60
msgid "add comment"
msgstr ""
#: newsmeme/templates/comment/report_abuse.html:4
msgid "Report abuse"
msgstr ""
#: newsmeme/templates/comment/report_abuse.html:7
msgid ""
"\n"
"Please outline your complaint below. Your complaint will be emailed to "
"the moderators and\n"
"if necessary the comment will be deleted.\n"
msgstr ""
#: newsmeme/templates/comment/report_abuse.html:12
msgid "Comment"
msgstr ""
#: newsmeme/templates/comment/report_abuse.html:24
msgid "report"
msgstr ""
#: newsmeme/templates/emails/post_deleted.html:2
#, python-format
msgid ""
"\n"
"Your post \"%(title)s\" has been deleted by a moderator.\n"
"\n"
"It could be because the content was deemed unsuitable.\n"
"\n"
"Please contact us if you object to this removal.\n"
"\n"
"Contact us: %(contact_url)s\n"
"\n"
msgstr ""
#: newsmeme/templates/emails/post_edited.html:1
#, python-format
msgid ""
"\n"
"Your post \"%(title)s\" has been edited by a moderator.\n"
"\n"
"It could be because the content was deemed unsuitable.\n"
"\n"
"Please contact us if you object to the edit.\n"
"\n"
"Contact us: %(contact_url)s\n"
"\n"
"Post: %(post_url)s\n"
msgstr ""
#: newsmeme/templates/emails/recover_password.html:1
#, python-format
msgid ""
"\n"
"Please click on the link below to recover your password:\n"
"\n"
"%(change_password_url)s\n"
msgstr ""
#: newsmeme/templates/errors/404.html:4 newsmeme/templates/errors/500.html:5
msgid "Sorry !"
msgstr ""
#: newsmeme/templates/errors/404.html:6
msgid "We can't seem to find the page you are looking for."
msgstr ""
#: newsmeme/templates/errors/500.html:7
#, python-format
msgid ""
"\n"
" It looks like an error has occurred. The admins will have been sent a"
" nasty email telling\n"
" them to fix the problem as soon as possible. However if this issue "
"persists then please \n"
" <a href=\"%(contact_url)s\">contact us</a> or \n"
" <a href=\"http://bitbucket.org/danjac/newsmeme/issues/new\">report a "
"bug</a>.\n"
" "
msgstr ""
#: newsmeme/templates/macros/_paginate.html:7
msgid "newer"
msgstr ""
#: newsmeme/templates/macros/_paginate.html:13
msgid "older"
msgstr ""
#: newsmeme/templates/macros/_post.html:2
msgid ""
"\n"
"<small>You can use <a target=\"_blank\" "
"href=\"http://en.wikipedia.org/wiki/Markdown\">Markdown</a> syntax in "
"your comments.</small>\n"
msgstr ""
#: newsmeme/templates/macros/_post.html:23
#: newsmeme/templates/macros/_post.html:39
#: newsmeme/templates/user/comments.html:19
#: newsmeme/templates/user/posts.html:28
msgid "Score"
msgstr ""
#: newsmeme/templates/macros/_post.html:24
#: newsmeme/templates/macros/_post.html:40 newsmeme/templates/post/post.html:37
#: newsmeme/templates/user/comments.html:20
#: newsmeme/templates/user/posts.html:29
msgid "Posted"
msgstr ""
#: newsmeme/templates/macros/_post.html:25 newsmeme/templates/post/post.html:37
msgid "by"
msgstr ""
#: newsmeme/templates/macros/_post.html:49
msgid "Are you sure you want to delete this comment ?"
msgstr ""
#: newsmeme/templates/macros/_post.html:50 newsmeme/templates/post/post.html:47
msgid "yes"
msgstr ""
#: newsmeme/templates/macros/_post.html:51 newsmeme/templates/post/post.html:48
msgid "no"
msgstr ""
#: newsmeme/templates/macros/_post.html:55
msgid "report abuse"
msgstr ""
#: newsmeme/templates/openid/login.html:10
msgid ""
"\n"
"Use your OpenID to sign in to newsmeme. \n"
"<a target=\"_blank\" href=\"http://openid.net/get-an-openid/\">You may "
"already have an OpenID.</a>\n"
msgstr ""
#: newsmeme/templates/openid/login.html:31
msgid "Login with your password"
msgstr ""
#: newsmeme/templates/post/edit_post.html:6
msgid "Edit your post"
msgstr ""
#: newsmeme/templates/post/edit_post.html:33
msgid "Save"
msgstr ""
#: newsmeme/templates/post/post.html:46
msgid "Are you sure you want to delete this post ?"
msgstr ""
#: newsmeme/templates/post/post.html:52
msgid "Add a comment"
msgstr ""
#: newsmeme/templates/post/post.html:78
msgid "No comments have been posted yet."
msgstr ""
#: newsmeme/templates/user/comments.html:32
#, python-format
msgid ""
"\n"
"%(username)s has not posted any comments yet.\n"
msgstr ""
#: newsmeme/templates/user/layout.html:20
msgid "posts"
msgstr ""
#: newsmeme/templates/user/layout.html:21
msgid "comments"
msgstr ""
#: newsmeme/templates/user/layout.html:26
msgid "Joined"
msgstr ""
#: newsmeme/templates/user/layout.html:27
msgid "Karma"
msgstr ""
#: newsmeme/templates/user/layout.html:28
msgid "Posts"
msgstr ""
#: newsmeme/templates/user/layout.html:29
msgid "Comments"
msgstr ""
#: newsmeme/views/account.py:42
msgid ""
"Your OpenID has been attached to your account. You can now sign in with "
"your OpenID."
msgstr ""
#: newsmeme/views/account.py:47 newsmeme/views/openid.py:39
#, python-format
msgid "Welcome back, %%s"
msgstr ""
#: newsmeme/views/account.py:58
msgid "Sorry, invalid login"
msgstr ""
#: newsmeme/views/account.py:77 newsmeme/views/openid.py:95
#, python-format
msgid "Welcome, %%s"
msgstr ""
#: newsmeme/views/account.py:93
msgid "You are now logged out"
msgstr ""
#: newsmeme/views/account.py:107
msgid "Please see your email for instructions on how to access your account"
msgstr ""
#: newsmeme/views/account.py:126
msgid "Sorry, no user found for that email address"
msgstr ""
#: newsmeme/views/account.py:155
msgid "Your password has been changed, please log in again"
msgstr ""
#: newsmeme/views/account.py:173
msgid "Your account has been updated"
msgstr ""
#: newsmeme/views/account.py:193
msgid "Your account has been deleted"
msgstr ""
#: newsmeme/views/comment.py:31
msgid "Your comment has been updated"
msgstr ""
#: newsmeme/views/comment.py:78
msgid "Your report has been sent to the admins"
msgstr ""
#: newsmeme/views/frontend.py:58
msgid "Thank you for posting"
msgstr ""
#: newsmeme/views/frontend.py:119
msgid "Thanks, your message has been sent to us"
msgstr ""
#: newsmeme/views/openid.py:49
msgid ""
"You already have an account with us. Please login with your email address"
" so your OpenID can be attached to your user account"
msgstr ""
#: newsmeme/views/post.py:63
msgid "Thanks for your comment"
msgstr ""
#: newsmeme/views/post.py:101
msgid "The post has been updated"
msgstr ""
#: newsmeme/views/post.py:104
msgid "Your post has been updated"
msgstr ""
#: newsmeme/views/post.py:136
msgid "The post has been deleted"
msgstr ""
#: newsmeme/views/post.py:139
msgid "Your post has been deleted"
msgstr ""