-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcirrusboard.pot
More file actions
800 lines (614 loc) · 13.5 KB
/
cirrusboard.pot
File metadata and controls
800 lines (614 loc) · 13.5 KB
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the cirrusboard package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: cirrusboard\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-29 22:05+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: lib/relativetime.php
#, php-format
msgid "%%d seconds"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%%d second"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%%d minutes"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%%d minute"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%%d hours"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%%d hour"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%%d days"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%%d day"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%%d months"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%%d month"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%%d years"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%%d year"
msgstr ""
#: lib/relativetime.php
msgid "just now"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%s ago"
msgstr ""
#: lib/relativetime.php
#, php-format
msgid "%s left"
msgstr ""
#: lib/layout.php
msgid "You do not have access to this page or action."
msgstr ""
#: lib/layout.php
msgid ""
"The requested page was not found. The link may be broken, the page may have "
"been deleted, or you may not have access to it."
msgstr ""
#: lib/layout.php
msgid "(post in restricted forum)"
msgstr ""
#: lib/perm.php
msgid "Banned"
msgstr ""
#: lib/perm.php
msgid "Member"
msgstr ""
#: lib/perm.php
msgid "Moderator"
msgstr ""
#: lib/perm.php
msgid "Administrator"
msgstr ""
#: lib/perm.php
msgid "Root"
msgstr ""
#: lib/perm.php
msgid "This page requires login."
msgstr ""
#: lib/perm.php templates/login.twig templates/_layout.twig
msgid "Log in"
msgstr ""
#: pages/editprofile.php
msgid "Avatar: Invalid file type."
msgstr ""
#: pages/editprofile.php
msgid "Avatar: The image is too big. Please resize it to be under 180x180."
msgstr ""
#: pages/editprofile.php
msgid "Avatar: The image filesize is too big."
msgstr ""
#: pages/editprofile.php
#, php-format
msgid "Password: Password is too short (needs to be at least %d characters)."
msgstr ""
#: pages/editprofile.php
msgid "Password: The new passwords don't match."
msgstr ""
#: pages/editprofile.php
msgid "You do not have the permissions to assign this rank."
msgstr ""
#: pages/profile.php
msgid "General information"
msgstr ""
#: pages/profile.php templates/memberlist.twig
msgid "Name"
msgstr ""
#: pages/profile.php
msgid "Rank"
msgstr ""
#: pages/profile.php templates/forum.twig templates/search.twig
msgid "Title"
msgstr ""
#: pages/profile.php
msgid "Total posts"
msgstr ""
#: pages/profile.php
msgid "Total threads"
msgstr ""
#: pages/profile.php templates/memberlist.twig templates/activeusers.twig
msgid "Registered on"
msgstr ""
#: pages/profile.php templates/forum.twig templates/index.twig
msgid "Last post"
msgstr ""
#: pages/profile.php
msgid "Last view"
msgstr ""
#: pages/profile.php templates/editprofile.twig
msgid "User information"
msgstr ""
#: pages/profile.php
msgid "Bio"
msgstr ""
#: pages/profile.php templates/editprofile.twig
msgid "Location"
msgstr ""
#: pages/profile.php
msgid "Email"
msgstr ""
#: pages/profile.php
msgid "Birthday"
msgstr ""
#: pages/profile.php
msgid "Sample post"
msgstr ""
#: pages/profile.php
msgid "View threads"
msgstr ""
#: pages/profile.php
msgid "Show posts"
msgstr ""
#: pages/profile.php
msgid "Edit user"
msgstr ""
#: pages/editthread.php
msgid "This thread is closed."
msgstr ""
#: pages/editpost.php
msgid "You are banned and cannot edit posts."
msgstr ""
#: pages/editpost.php
msgid "You can't edit a post in closed threads."
msgstr ""
#: pages/editpost.php pages/newreply.php pages/newthread.php
msgid "Submit"
msgstr ""
#: pages/editpost.php
msgid "No changes detected."
msgstr ""
#: pages/editpost.php
msgid "You can't blank out your post!"
msgstr ""
#: pages/editpost.php pages/newreply.php pages/newthread.php
msgid "Preview"
msgstr ""
#: pages/editpost.php pages/newreply.php pages/newthread.php
msgid "Post preview"
msgstr ""
#: pages/register.php
msgid "Blank username."
msgstr ""
#: pages/register.php
#, php-format
msgid "Password is too short (needs to be at least %d characters)."
msgstr ""
#: pages/register.php
msgid "The passwords don't match."
msgstr ""
#: pages/register.php
msgid "Username has already been taken."
msgstr ""
#: pages/register.php
msgid ""
"Username contains invalid characters (Only alphanumeric and underscore "
"allowed)."
msgstr ""
#: pages/register.php
msgid "Creating multiple accounts (alts) aren't allowed."
msgstr ""
#: pages/newreply.php
msgid "You can't post in closed threads."
msgstr ""
#: pages/newreply.php
msgid "You can't double post until it's been at least 12 hours!"
msgstr ""
#: pages/newreply.php
msgid "Your post is empty. Enter a message and try again."
msgstr ""
#: pages/newthread.php
msgid "You need to enter a longer title."
msgstr ""
#: pages/newthread.php
msgid "You need to enter a message to your thread."
msgstr ""
#: pages/newthread.php
msgid "Please wait at least 30 seconds before starting a new thread."
msgstr ""
#: pages/login.php
msgid "Login"
msgstr ""
#: pages/login.php
msgid "Invalid credentials."
msgstr ""
#: templates/newthread.twig templates/forum.twig
msgid "New thread"
msgstr ""
#: templates/newthread.twig
msgid "The following errors occurred when trying to make a new thread:"
msgstr ""
#: templates/thread.twig templates/editthread.twig
msgid "Edit thread"
msgstr ""
#: templates/thread.twig templates/newreply.twig
msgid "New reply"
msgstr ""
#: templates/thread.twig
msgid "Thread locked"
msgstr ""
#: templates/thread.twig templates/memberlist.twig templates/index.twig
#: templates/activeusers.twig
msgid "Posts"
msgstr ""
#: templates/thread.twig
msgid "Latest posts (by post)"
msgstr ""
#: templates/thread.twig templates/forum.twig templates/_layout.twig
msgid "Latest posts"
msgstr ""
#: templates/thread.twig templates/forum.twig
msgid "By thread"
msgstr ""
#: templates/thread.twig templates/forum.twig
msgid "By post"
msgstr ""
#: templates/thread.twig
msgid "No posts found."
msgstr ""
#: templates/thread.twig
msgid "Quick Reply"
msgstr ""
#: templates/memberlist.twig templates/_layout.twig
msgid "Member list"
msgstr ""
#: templates/memberlist.twig
msgid "Picture"
msgstr ""
#: templates/forum.twig
msgid "Mark forum read"
msgstr ""
#: templates/forum.twig templates/index.twig
msgid "Threads"
msgstr ""
#: templates/forum.twig
msgid "Latest posts (by thread)"
msgstr ""
#: templates/forum.twig
msgid "Author"
msgstr ""
#: templates/forum.twig
msgid "Replies"
msgstr ""
#: templates/forum.twig
msgid "Views"
msgstr ""
#: templates/forum.twig templates/index.twig
#, c-format
msgid "by %s"
msgstr ""
#: templates/forum.twig
msgid "No threads found."
msgstr ""
#: templates/editprofile.twig templates/_layout.twig
msgid "Edit profile"
msgstr ""
#: templates/editprofile.twig
msgid "The following errors occurred when trying to edit your profile:"
msgstr ""
#: templates/editprofile.twig
msgid "Login information"
msgstr ""
#: templates/editprofile.twig templates/register.twig templates/login.twig
msgid "Username:"
msgstr ""
#: templates/editprofile.twig templates/register.twig templates/login.twig
msgid "Password:"
msgstr ""
#: templates/editprofile.twig
msgid "New password"
msgstr ""
#: templates/editprofile.twig
msgid "Repeat password"
msgstr ""
#: templates/editprofile.twig
msgid ""
"(Changing your password will also change your token, logging you out of any "
"other sessions)"
msgstr ""
#: templates/editprofile.twig
msgid "Appearance"
msgstr ""
#: templates/editprofile.twig
msgid "Rank:"
msgstr ""
#: templates/editprofile.twig templates/editthread.twig
#: templates/components/postform.twig
msgid "Title:"
msgstr ""
#: templates/editprofile.twig
msgid "Avatar:"
msgstr ""
#: templates/editprofile.twig
msgid "or"
msgstr ""
#: templates/editprofile.twig
msgid "Erase existing avatar"
msgstr ""
#: templates/editprofile.twig
msgid "Must be PNG, JPG or GIF, within 100kB and 180x180."
msgstr ""
#: templates/editprofile.twig
msgid "Location:"
msgstr ""
#: templates/editprofile.twig
msgid "Birthday:"
msgstr ""
#: templates/editprofile.twig
msgid "Day"
msgstr ""
#: templates/editprofile.twig
msgid "Month"
msgstr ""
#: templates/editprofile.twig
msgid "Year"
msgstr ""
#: templates/editprofile.twig
msgid "Bio:"
msgstr ""
#: templates/editprofile.twig
msgid "Email address:"
msgstr ""
#: templates/editprofile.twig
msgid "Show email on profile page"
msgstr ""
#: templates/editprofile.twig
msgid "Post layout"
msgstr ""
#: templates/editprofile.twig
msgid "Header:"
msgstr ""
#: templates/editprofile.twig
msgid "Signature:"
msgstr ""
#: templates/editprofile.twig
msgid "Show signature separator"
msgstr ""
#: templates/editprofile.twig
msgid "Signature"
msgstr ""
#: templates/editprofile.twig
msgid "Options"
msgstr ""
#: templates/editprofile.twig
msgid "Theme:"
msgstr ""
#: templates/editprofile.twig
msgid "Timezone:"
msgstr ""
#: templates/editprofile.twig
msgid "Posts per page:"
msgstr ""
#: templates/editprofile.twig
msgid "Threads per page:"
msgstr ""
#: templates/register.twig templates/_layout.twig
msgid "Register"
msgstr ""
#: templates/register.twig
msgid "The following errors occurred when trying to register:"
msgstr ""
#: templates/register.twig
#, c-format
msgid "Register an account at %s in order to post and partake in discussions!"
msgstr ""
#: templates/register.twig
msgid "Password confirmation:"
msgstr ""
#: templates/register.twig
#, c-format
msgid ""
"Before registering %s please read the FAQ %s as it contains the privacy "
"policy and rules of this board."
msgstr ""
#: templates/index.twig templates/_layout.twig
msgid "Home"
msgstr ""
#: templates/index.twig
msgid "You have successfully registered and are now logged in."
msgstr ""
#: templates/index.twig
msgid "Mark all forums read"
msgstr ""
#: templates/index.twig
msgid "Latest Announcement"
msgstr ""
#: templates/index.twig
#, c-format
msgid "on %s"
msgstr ""
#: templates/index.twig
msgid "All announcements"
msgstr ""
#: templates/index.twig
msgid "Forum"
msgstr ""
#: templates/index.twig
msgid "(Private)"
msgstr ""
#: templates/index.twig
msgid "None"
msgstr ""
#: templates/index.twig
msgid "Online users (over the past 15 minutes)"
msgstr ""
#: templates/index.twig
#, c-format
msgid "%d user online:"
msgstr ""
#: templates/index.twig
#, c-format
msgid "%d users online:"
msgstr ""
#: templates/index.twig
#, c-format
msgid "In addition there are %d guests online."
msgstr ""
#: templates/index.twig
#, c-format
msgid "In addition there is %d guest online."
msgstr ""
#: templates/index.twig
msgid "Statistics"
msgstr ""
#: templates/index.twig
msgid "Total posts:"
msgstr ""
#: templates/index.twig
msgid "Total threads:"
msgstr ""
#: templates/index.twig
msgid "Total members:"
msgstr ""
#: templates/index.twig
msgid "Newest:"
msgstr ""
#: templates/editpost.twig
msgid "Edit post"
msgstr ""
#: templates/editpost.twig templates/newreply.twig
msgid "The following errors occurred when trying to make a reply:"
msgstr ""
#: templates/login.twig
msgid "Error:"
msgstr ""
#: templates/login.twig
#, c-format
msgid "Login to your existing %s account."
msgstr ""
#: templates/_error.twig
#, c-format
msgid "Error - %s"
msgstr ""
#: templates/search.twig templates/_layout.twig
msgid "Search"
msgstr ""
#: templates/search.twig
msgid "Search for:"
msgstr ""
#: templates/search.twig
msgid "in"
msgstr ""
#: templates/search.twig
msgid "thread title"
msgstr ""
#: templates/search.twig
msgid "post text"
msgstr ""
#: templates/search.twig
msgid "No results found."
msgstr ""
#: templates/search.twig
msgid "Results:"
msgstr ""
#: templates/search.twig
msgid "Started by"
msgstr ""
#: templates/search.twig
msgid "Date"
msgstr ""
#: templates/_layout.twig
msgid "FAQ"
msgstr ""
#: templates/_layout.twig templates/activeusers.twig
msgid "Active users"
msgstr ""
#: templates/_layout.twig
msgid "Admin"
msgstr ""
#: templates/_layout.twig
msgid "Log out"
msgstr ""
#: templates/activeusers.twig
msgid "Username"
msgstr ""
#: templates/activeusers.twig
msgid "Total"
msgstr ""
#: templates/activeusers.twig
msgid "There are no active users in the given timespan."
msgstr ""
#: templates/editthread.twig
msgid "Thread title"
msgstr ""
#: templates/editthread.twig
msgid "Move to:"
msgstr ""
#: templates/editthread.twig
msgid "Thread options:"
msgstr ""
#: templates/editthread.twig
msgid "Lock"
msgstr ""
#: templates/editthread.twig
msgid "Sticky"
msgstr ""
#: templates/components/threadpost_deleted.twig
msgid "(post deleted)"
msgstr ""
#: templates/components/threadpost_deleted.twig
msgid "Undelete"
msgstr ""
#: templates/components/threadpost.twig
#, c-format
msgid "Posted on %s"
msgstr ""
#: templates/components/threadpost.twig
#, c-format
msgid "(edited %s)"
msgstr ""
#: templates/components/threadpost.twig
msgid "Link"
msgstr ""
#: templates/components/threadpost.twig
msgid "Quote"
msgstr ""
#: templates/components/threadpost.twig
msgid "Edit"
msgstr ""
#: templates/components/threadpost.twig
msgid "Delete"
msgstr ""
#: templates/components/threadpost.twig
msgid "Posts:"
msgstr ""
#: templates/components/threadpost.twig
msgid "Joined:"
msgstr ""