By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 messages.pot

View raw Download
text/x-po • 24.81 kiB
GNU gettext message catalogue, ASCII text
        
            
1
# Translations template for PROJECT.
2
# Copyright (C) 2024 ORGANIZATION
3
# This file is distributed under the same license as the PROJECT project.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
5
#
6
#, fuzzy
7
msgid ""
8
msgstr ""
9
"Project-Id-Version: PROJECT VERSION\n"
10
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11
"POT-Creation-Date: 2024-07-10 20:20+0300\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
"Generated-By: Babel 2.14.0\n"
19
20
#: app.py:100 templates/default.html:158
21
msgid "English"
22
msgstr ""
23
24
#: app.py:258 app.py:273
25
msgid "Settings saved"
26
msgstr ""
27
28
#: app.py:409
29
msgid "Successfully logged in as {username}"
30
msgstr ""
31
32
#: app.py:416
33
msgid "User not found"
34
msgstr ""
35
36
#: app.py:422
37
msgid "Invalid password"
38
msgstr ""
39
40
#: app.py:437
41
msgid "Usernames may only contain Latin alphabet, numbers and '-'"
42
msgstr ""
43
44
#: app.py:442
45
msgid "Usernames may not contain consecutive hyphens"
46
msgstr ""
47
48
#: app.py:447
49
msgid "Usernames may not start or end with a hyphen"
50
msgstr ""
51
52
#: app.py:453
53
msgid "Sorry, {username} is a system path"
54
msgstr ""
55
56
#: app.py:463
57
msgid "Usernames must be lowercase, so it's been converted automatically"
58
msgstr ""
59
60
#: app.py:470
61
msgid "The username {username} is taken"
62
msgstr ""
63
64
#: app.py:477
65
msgid "Make sure the passwords match"
66
msgstr ""
67
68
#: app.py:487
69
msgid "Successfully created and logged in as {username}"
70
msgstr ""
71
72
#: app.py:512
73
msgid "Repository names may only contain Latin alphabet, numbers, '-' and '_'"
74
msgstr ""
75
76
#: app.py:523
77
msgid "Successfully created repository {name}"
78
msgstr ""
79
80
#: app.py:532
81
msgid "Successfully logged out"
82
msgstr ""
83
84
#: app.py:747
85
msgid "{} files"
86
msgstr ""
87
88
#: app.py:1504
89
msgid "Bad branch name"
90
msgstr ""
91
92
#: app.py:1511
93
msgid "Head can't be restricted"
94
msgstr ""
95
96
#: app.py:1691
97
msgid ""
98
"Your repository {repository} has been demoted from a primary site to a "
99
"regular site because there can only be one primary site per user."
100
msgstr ""
101
102
#: jinja_utils.py:75
103
msgid "Monday"
104
msgstr ""
105
106
#: jinja_utils.py:76
107
msgid "Tuesday"
108
msgstr ""
109
110
#: jinja_utils.py:77
111
msgid "Wednesday"
112
msgstr ""
113
114
#: jinja_utils.py:78
115
msgid "Thursday"
116
msgstr ""
117
118
#: jinja_utils.py:79
119
msgid "Friday"
120
msgstr ""
121
122
#: jinja_utils.py:80
123
msgid "Saturday"
124
msgstr ""
125
126
#: jinja_utils.py:81
127
msgid "Sunday"
128
msgstr ""
129
130
#: jinja_utils.py:88
131
msgid "Mon"
132
msgstr ""
133
134
#: jinja_utils.py:89
135
msgid "Tue"
136
msgstr ""
137
138
#: jinja_utils.py:90
139
msgid "Wed"
140
msgstr ""
141
142
#: jinja_utils.py:91
143
msgid "Thu"
144
msgstr ""
145
146
#: jinja_utils.py:92
147
msgid "Fri"
148
msgstr ""
149
150
#: jinja_utils.py:93
151
msgid "Sat"
152
msgstr ""
153
154
#: jinja_utils.py:94
155
msgid "Sun"
156
msgstr ""
157
158
#: jinja_utils.py:101
159
msgid "January"
160
msgstr ""
161
162
#: jinja_utils.py:102
163
msgid "February"
164
msgstr ""
165
166
#: jinja_utils.py:103
167
msgid "March"
168
msgstr ""
169
170
#: jinja_utils.py:104
171
msgid "April"
172
msgstr ""
173
174
#: jinja_utils.py:105
175
msgid "May"
176
msgstr ""
177
178
#: jinja_utils.py:106
179
msgid "June"
180
msgstr ""
181
182
#: jinja_utils.py:107
183
msgid "July"
184
msgstr ""
185
186
#: jinja_utils.py:108
187
msgid "August"
188
msgstr ""
189
190
#: jinja_utils.py:109
191
msgid "September"
192
msgstr ""
193
194
#: jinja_utils.py:110
195
msgid "October"
196
msgstr ""
197
198
#: jinja_utils.py:111
199
msgid "November"
200
msgstr ""
201
202
#: jinja_utils.py:112
203
msgid "December"
204
msgstr ""
205
206
#: jinja_utils.py:119
207
msgid "Jan"
208
msgstr ""
209
210
#: jinja_utils.py:120
211
msgid "Feb"
212
msgstr ""
213
214
#: jinja_utils.py:121
215
msgid "Mar"
216
msgstr ""
217
218
#: jinja_utils.py:122
219
msgid "Apr"
220
msgstr ""
221
222
#: jinja_utils.py:123
223
msgid "May (short)"
224
msgstr ""
225
226
#: jinja_utils.py:124
227
msgid "Jun"
228
msgstr ""
229
230
#: jinja_utils.py:125
231
msgid "Jul"
232
msgstr ""
233
234
#: jinja_utils.py:126
235
msgid "Aug"
236
msgstr ""
237
238
#: jinja_utils.py:127
239
msgid "Sep"
240
msgstr ""
241
242
#: jinja_utils.py:128
243
msgid "Oct"
244
msgstr ""
245
246
#: jinja_utils.py:129
247
msgid "Nov"
248
msgstr ""
249
250
#: jinja_utils.py:130
251
msgid "Dec"
252
msgstr ""
253
254
#: jinja_utils.py:136
255
msgid "am"
256
msgstr ""
257
258
#: jinja_utils.py:138
259
msgid "pm"
260
msgstr ""
261
262
#: templates/about.html:3
263
msgid "About"
264
msgstr ""
265
266
#: templates/about.html:6 templates/repo.html:15 templates/repo.html:96
267
msgid "Information"
268
msgstr ""
269
270
#: templates/about.html:69 templates/default.html:7
271
msgid "Roundabout"
272
msgstr ""
273
274
#: templates/about.html:70
275
msgid "Repository hosting for everyone."
276
msgstr ""
277
278
#: templates/about.html:74
279
msgid "Licensing"
280
msgstr ""
281
282
#: templates/about.html:76
283
msgid ""
284
"Roundabout is free software available under the GNU AGPLv3. You are free "
285
"to use, study, modify and/or distribute both the server and client "
286
"programs, and to host your own instance."
287
msgstr ""
288
289
#: templates/about.html:78
290
msgid "Copyright 2024, Roundabout contributors"
291
msgstr ""
292
293
#: templates/about.html:80
294
msgid ""
295
"This program is free software: you can redistribute it and/or modify it "
296
"under the terms of the GNU Affero General Public License as published by "
297
"the Free Software Foundation, either version 3 of the License, or (at "
298
"your option) any later version."
299
msgstr ""
300
301
#: templates/about.html:83
302
msgid ""
303
"This program is distributed in the hope that it will be useful, but "
304
"without any warranty; without even the implied warranty of "
305
"merchantability or fitness for a particular purpose. See the GNU General "
306
"Public License for more details."
307
msgstr ""
308
309
#: templates/about.html:86
310
msgid ""
311
"You should have received a copy of the GNU General Public License along "
312
"with this program. If not, see the GNU website."
313
msgstr ""
314
315
#: templates/about.html:88
316
msgid "Click to view a copy of the GNU AGPL"
317
msgstr ""
318
319
#: templates/about.html:93
320
msgid "Server information"
321
msgstr ""
322
323
#: templates/about.html:95
324
msgid "Operating System:"
325
msgstr ""
326
327
#: templates/default.html:61 templates/notifications.html:3
328
#: templates/notifications.html:6
329
msgid "Notifications"
330
msgstr ""
331
332
#: templates/default.html:65 templates/default.html:126
333
#: templates/new-repo.html:3 templates/new-repo.html:11
334
msgid "Create repository"
335
msgstr ""
336
337
#: templates/default.html:69
338
msgid "Your favourites"
339
msgstr ""
340
341
#: templates/default.html:73 templates/repo.html:79
342
#: templates/user-settings.html:6
343
msgid "Settings"
344
msgstr ""
345
346
#: templates/default.html:77 templates/default.html:135
347
msgid "Log out"
348
msgstr ""
349
350
#: templates/default.html:82 templates/default.html:138
351
#: templates/no-home.html:38
352
msgid "Log in or sign up"
353
msgstr ""
354
355
#: templates/default.html:97
356
msgid ""
357
"By using this site, you agree to have cookies stored on your device, "
358
"strictly for functional purposes, such as storing your session and "
359
"preferences."
360
msgstr ""
361
362
#: templates/default.html:100
363
msgid "Dismiss"
364
msgstr ""
365
366
#: templates/default.html:110
367
msgid "roundabout"
368
msgstr ""
369
370
#: templates/default.html:129 templates/favourites.html:3
371
#: templates/favourites.html:6
372
msgid "Favourites"
373
msgstr ""
374
375
#: templates/default.html:132 templates/user-settings.html:3
376
#: templates/user-settings.html:11
377
msgid "User settings"
378
msgstr ""
379
380
#: templates/default.html:163
381
msgid "Automatic"
382
msgstr ""
383
384
#: templates/default.html:205
385
msgid "Close"
386
msgstr ""
387
388
#: templates/empty.html:3
389
msgid "Empty repository"
390
msgstr ""
391
392
#: templates/empty.html:6
393
msgid "This repository is empty"
394
msgstr ""
395
396
#: templates/empty.html:9
397
#, python-format
398
msgid "This repository is currently empty, push to <code>%(remote)s</code>."
399
msgstr ""
400
401
#: templates/error.html:11
402
msgid "go back"
403
msgstr ""
404
405
#: templates/error.html:12
406
msgid "go home"
407
msgstr ""
408
409
#: templates/favourites.html:16
410
msgid "Repository"
411
msgstr ""
412
413
#: templates/favourites.html:17
414
msgid "Commit"
415
msgstr ""
416
417
#: templates/favourites.html:18 templates/repo.html:69
418
msgid "Forum"
419
msgstr ""
420
421
#: templates/favourites.html:19
422
msgid "Pull request"
423
msgstr ""
424
425
#: templates/favourites.html:20
426
msgid "Administrative"
427
msgstr ""
428
429
#: templates/favourites.html:36
430
msgid "When you add favourite repositories, you can manage them from here."
431
msgstr ""
432
433
#: templates/file-view.html:5
434
msgid "View raw"
435
msgstr ""
436
437
#: templates/file-view.html:6 templates/no-home.html:39
438
msgid "Download"
439
msgstr ""
440
441
#: templates/file-view.html:15
442
msgid "Rendered"
443
msgstr ""
444
445
#: templates/file-view.html:23
446
msgid "Raw"
447
msgstr ""
448
449
#: templates/file-view.html:44 templates/file-view.html:49
450
msgid "Your browser does not support HTML5 multimedia."
451
msgstr ""
452
453
#: templates/file-view.html:45 templates/file-view.html:50
454
msgid "Download file"
455
msgstr ""
456
457
#: templates/home.html:3 templates/repository/repo-file.html:24
458
#: templates/repository/repo-tree.html:24
459
msgid "Home"
460
msgstr ""
461
462
#: templates/home.html:14 templates/home.html:17
463
msgid "Search"
464
msgstr ""
465
466
#: templates/home.html:16
467
msgid "Search repositories..."
468
msgstr ""
469
470
#: templates/login.html:3
471
msgid "Login"
472
msgstr ""
473
474
#: templates/login.html:23 templates/login.html:39
475
msgid "Log in"
476
msgstr ""
477
478
#: templates/login.html:30 templates/repository/repo-users.html:68
479
msgid "Username"
480
msgstr ""
481
482
#: templates/login.html:34 templates/login.html:59
483
msgid "Password"
484
msgstr ""
485
486
#: templates/login.html:46 templates/login.html:90
487
msgid "Sign up"
488
msgstr ""
489
490
#: templates/login.html:53
491
msgid "Wanted username"
492
msgstr ""
493
494
#: templates/login.html:55
495
msgid ""
496
"Only letters, numbers or hyphens, cannot be\n"
497
" changed later"
498
msgstr ""
499
500
#: templates/login.html:62
501
msgid ""
502
"Stored only hashed, so we can't recover it for\n"
503
" you"
504
msgstr ""
505
506
#: templates/login.html:66
507
msgid "Repeat password"
508
msgstr ""
509
510
#: templates/login.html:71
511
msgid "Email (recommended)"
512
msgstr ""
513
514
#: templates/login.html:73
515
msgid ""
516
"Used for notifications, only displayed if you'd\n"
517
" like to"
518
msgstr ""
519
520
#: templates/login.html:77
521
msgid "Display name (optional)"
522
msgstr ""
523
524
#: templates/login.html:79
525
msgid ""
526
"Doesn't have username restrictions, can be\n"
527
" changed later"
528
msgstr ""
529
530
#: templates/login.html:85
531
msgid "I accept the"
532
msgstr ""
533
534
#: templates/login.html:86
535
msgid ""
536
"policies listed\n"
537
" here"
538
msgstr ""
539
540
#: templates/new-repo.html:17
541
msgid "Name"
542
msgstr ""
543
544
#: templates/new-repo.html:21 templates/repository/repo-settings.html:19
545
msgid "Public"
546
msgstr ""
547
548
#: templates/new-repo.html:22 templates/repository/repo-settings.html:23
549
msgid "Unlisted"
550
msgstr ""
551
552
#: templates/new-repo.html:23 templates/repository/repo-settings.html:27
553
msgid "Private"
554
msgstr ""
555
556
#: templates/new-repo.html:25
557
msgid "Create"
558
msgstr ""
559
560
#: templates/no-home.html:3 templates/notifications.html:21
561
msgid "Welcome"
562
msgstr ""
563
564
#: templates/no-home.html:34
565
msgid "Easy git repository hosting, with free software"
566
msgstr ""
567
568
#: templates/no-home.html:40
569
msgid "for setting up your own instance"
570
msgstr ""
571
572
#: templates/no-home.html:44
573
msgid "System Info"
574
msgstr ""
575
576
#: templates/no-home.html:45
577
msgid "Help & FAQ"
578
msgstr ""
579
580
#: templates/no-home.html:46
581
msgid "Contact Us"
582
msgstr ""
583
584
#: templates/notifications.html:14
585
msgid "Mark all as read"
586
msgstr ""
587
588
#: templates/notifications.html:26
589
msgid "Commited by"
590
msgstr ""
591
592
#: templates/notifications.html:27 templates/notifications.html:34
593
#: templates/notifications.html:41
594
msgid "in"
595
msgstr ""
596
597
#: templates/notifications.html:33
598
msgid "Posted by"
599
msgstr ""
600
601
#: templates/notifications.html:40 templates/repository/repo-prs.html:48
602
msgid "Requested by"
603
msgstr ""
604
605
#: templates/notifications.html:48
606
msgid "Mark as read"
607
msgstr ""
608
609
#: templates/notifications.html:52
610
msgid "Mark as unread"
611
msgstr ""
612
613
#: templates/notifications.html:59
614
msgid "When you get notifications, they'll be shown here."
615
msgstr ""
616
617
#: templates/path-bar.html:2 templates/path-bar.html:5
618
#: templates/repository/repo-log.html:12 templates/repository/repo-log.html:15
619
msgid "tag:"
620
msgstr ""
621
622
#: templates/post.html:23
623
msgid "Edit"
624
msgstr ""
625
626
#: templates/post.html:33
627
msgid "Reply"
628
msgstr ""
629
630
#: templates/post.html:38 templates/repository/repo-forum.html:17
631
msgid "Subject"
632
msgstr ""
633
634
#: templates/post.html:43 templates/repository/repo-forum-edit.html:24
635
#: templates/repository/repo-forum.html:22
636
msgid "Submit"
637
msgstr ""
638
639
#: templates/post.html:59
640
msgid "Comments hidden; click to go deeper."
641
msgstr ""
642
643
#: templates/repo.html:36
644
msgid "Clone over HTTP"
645
msgstr ""
646
647
#: templates/repo.html:49
648
msgid "Files"
649
msgstr ""
650
651
#: templates/repo.html:54 templates/repository/repo-branches.html:10
652
msgid "Branches"
653
msgstr ""
654
655
#: templates/repo.html:59
656
msgid "History"
657
msgstr ""
658
659
#: templates/repo.html:64
660
msgid "PRs"
661
msgstr ""
662
663
#: templates/repo.html:74
664
msgid "Users"
665
msgstr ""
666
667
#: templates/repo.html:87
668
msgid "Mark as favourite"
669
msgstr ""
670
671
#: templates/repo.html:89
672
msgid "Favourite"
673
msgstr ""
674
675
#: templates/repo.html:91
676
msgid "Remove favourite"
677
msgstr ""
678
679
#: templates/search.html:4
680
#, python-format
681
msgid "Repository listing: %(query)s"
682
msgstr ""
683
684
#: templates/task-monitor.html:3
685
#, python-format
686
msgid "Task monitor for %(result_id)s"
687
msgstr ""
688
689
#: templates/task-monitor.html:6
690
#, python-format
691
msgid "Task %(result_id)s"
692
msgstr ""
693
694
#: templates/task-monitor.html:12
695
msgid "Task results"
696
msgstr ""
697
698
#: templates/task-monitor.html:16
699
msgid "Done"
700
msgstr ""
701
702
#: templates/task-monitor.html:19
703
msgid "Running..."
704
msgstr ""
705
706
#: templates/task-monitor.html:26 templates/task-monitor.html:37
707
msgid "Info"
708
msgstr ""
709
710
#: templates/task-monitor.html:30 templates/task-monitor.html:41
711
msgid "Errors"
712
msgstr ""
713
714
#: templates/task-monitor.html:46
715
msgid "Cannot merge your branches"
716
msgstr ""
717
718
#: templates/task-monitor.html:48
719
msgid ""
720
"Since we can't help you with this yet, you'll need to resolve the merge "
721
"conflicts on your own computer."
722
msgstr ""
723
724
#: templates/task-monitor.html:51
725
msgid "In a shell inside your repository execute:"
726
msgstr ""
727
728
#: templates/task-monitor.html:60
729
msgid "Then fix your conflicts, merge, and finally, run:"
730
msgstr ""
731
732
#: templates/task-monitor.html:65
733
msgid "and push the changes."
734
msgstr ""
735
736
#: templates/task-monitor.html:72
737
msgid "Resolve your conflicts and merge, then push."
738
msgstr ""
739
740
#: templates/task-monitor.html:76
741
msgid "Merge simulation went well; continue?"
742
msgstr ""
743
744
#: templates/repository/repo-prs.html:58 templates/task-monitor.html:77
745
msgid "Merge"
746
msgstr ""
747
748
#: templates/tree-view.html:4
749
msgid "File name"
750
msgstr ""
751
752
#: templates/tree-view.html:5
753
msgid "Media type"
754
msgstr ""
755
756
#: templates/tree-view.html:6
757
msgid "Size"
758
msgstr ""
759
760
#: templates/tree-view.html:7
761
msgid "Last commit"
762
msgstr ""
763
764
#: templates/user-profile-followers.html:23
765
msgid "This user hasn't got any followers."
766
msgstr ""
767
768
#: templates/user-profile-follows.html:23
769
msgid "This user isn't following anyone yet."
770
msgstr ""
771
772
#: templates/user-profile-repositories.html:26
773
msgid "This user doesn't own any repositories."
774
msgstr ""
775
776
#: templates/user-profile.html:12 templates/user-settings.html:45
777
msgid "Profile"
778
msgstr ""
779
780
#: templates/user-profile.html:17
781
msgid "Repositories"
782
msgstr ""
783
784
#: templates/user-profile.html:22
785
msgid "Followers"
786
msgstr ""
787
788
#: templates/user-profile.html:27
789
msgid "Following"
790
msgstr ""
791
792
#: templates/user-profile.html:37
793
msgid "Follow"
794
msgstr ""
795
796
#: templates/user-settings.html:14
797
msgid "Basic information"
798
msgstr ""
799
800
#: templates/user-settings.html:15
801
#, python-format
802
msgid "Username: %(username)s"
803
msgstr ""
804
805
#: templates/user-settings.html:17
806
msgid "Change password"
807
msgstr ""
808
809
#: templates/user-settings.html:23
810
msgid "Avatar"
811
msgstr ""
812
813
#: templates/user-settings.html:25
814
msgid "Change"
815
msgstr ""
816
817
#: templates/repository/repo-users.html:39 templates/user-settings.html:30
818
msgid "Update"
819
msgstr ""
820
821
#: templates/user-settings.html:48
822
msgid "Email address"
823
msgstr ""
824
825
#: templates/user-settings.html:52
826
msgid "Show email on my profile"
827
msgstr ""
828
829
#: templates/user-settings.html:55
830
msgid "Friendly name"
831
msgstr ""
832
833
#: templates/user-settings.html:59
834
msgid "Link to your website"
835
msgstr ""
836
837
#: templates/user-settings.html:65
838
msgid "Company or school"
839
msgstr ""
840
841
#: templates/user-settings.html:69
842
msgid "Link to the company's website"
843
msgstr ""
844
845
#: templates/user-settings.html:75
846
msgid "Location"
847
msgstr ""
848
849
#: templates/user-settings.html:79
850
msgid "Bio"
851
msgstr ""
852
853
#: templates/user-settings.html:82
854
msgid "Update profile"
855
msgstr ""
856
857
#: templates/user-settings.html:90
858
msgid "Preferences"
859
msgstr ""
860
861
#: templates/user-settings.html:91
862
#, python-format
863
msgid ""
864
"You can change themes by going to <a href=\"/%(username)s/.config\">your "
865
"configuration repository</a> and pushing a CSS file called "
866
"<code>theme.css</code>."
867
msgstr ""
868
869
#: templates/user-settings.html:94
870
msgid "Default number of items to show in paginated lists"
871
msgstr ""
872
873
#: templates/user-settings.html:98
874
msgid "Maximum nesting level for forum replies"
875
msgstr ""
876
877
#: templates/user-settings.html:101
878
msgid "Update preferences"
879
msgstr ""
880
881
#: templates/errors/bad-request.html:3
882
msgid "400"
883
msgstr ""
884
885
#: templates/errors/bad-request.html:6
886
msgid "400 bad request"
887
msgstr ""
888
889
#: templates/errors/bad-request.html:9
890
msgid ""
891
"Your request does not contain the information required to process it, or "
892
"it doesn't make sense."
893
msgstr ""
894
895
#: templates/errors/forbidden.html:3
896
msgid "403"
897
msgstr ""
898
899
#: templates/errors/forbidden.html:6
900
msgid "403 forbidden"
901
msgstr ""
902
903
#: templates/errors/forbidden.html:9
904
msgid "You are not authorised to access this resource."
905
msgstr ""
906
907
#: templates/errors/gone.html:3
908
msgid "410"
909
msgstr ""
910
911
#: templates/errors/gone.html:6
912
msgid "410 gone"
913
msgstr ""
914
915
#: templates/errors/gone.html:9
916
msgid "This resource is no longer available. This condition is likely permanent."
917
msgstr ""
918
919
#: templates/errors/media-type.html:3
920
msgid "415"
921
msgstr ""
922
923
#: templates/errors/media-type.html:6
924
msgid "415 unsupported media type"
925
msgstr ""
926
927
#: templates/errors/media-type.html:9
928
msgid "The server does not support the media type that was sent in the request."
929
msgstr ""
930
931
#: templates/errors/method-not-allowed.html:3
932
msgid "405"
933
msgstr ""
934
935
#: templates/errors/method-not-allowed.html:6
936
msgid "405 method not allowed"
937
msgstr ""
938
939
#: templates/errors/method-not-allowed.html:9
940
msgid "This resource is not intended to be accessed with the current method."
941
msgstr ""
942
943
#: templates/errors/not-found.html:3
944
msgid "404"
945
msgstr ""
946
947
#: templates/errors/not-found.html:6
948
msgid "404 not found"
949
msgstr ""
950
951
#: templates/errors/not-found.html:9
952
msgid "The resource you have requested is not available on this server."
953
msgstr ""
954
955
#: templates/errors/server-error.html:3
956
msgid "500"
957
msgstr ""
958
959
#: templates/errors/server-error.html:6
960
msgid "500 internal server error"
961
msgstr ""
962
963
#: templates/errors/server-error.html:9
964
msgid ""
965
"The program running on the server has crashed. This is a problem with the"
966
" program; you did nothing wrong. Please send it to the server "
967
"administrator."
968
msgstr ""
969
970
#: templates/errors/teapot.html:3
971
msgid "418"
972
msgstr ""
973
974
#: templates/errors/teapot.html:6
975
msgid "418 I'm a teapot"
976
msgstr ""
977
978
#: templates/errors/teapot.html:9
979
msgid "This server does not implement brewing coffee."
980
msgstr ""
981
982
#: templates/errors/unauthorised.html:3
983
msgid "401"
984
msgstr ""
985
986
#: templates/errors/unauthorised.html:6
987
msgid "401 unauthorised"
988
msgstr ""
989
990
#: templates/errors/unauthorised.html:9
991
msgid "This resource requires authentication, but you are not authenticated."
992
msgstr ""
993
994
#: templates/repository/repo-branches.html:5
995
#, python-format
996
msgid "Branches of %(username)s/%(repository)s"
997
msgstr ""
998
999
#: templates/repository/repo-branches.html:20
1000
msgid "Default"
1001
msgstr ""
1002
1003
#: templates/repository/repo-branches.html:26
1004
#: templates/repository/repo-branches.html:45
1005
#: templates/repository/repo-log.html:68
1006
msgid "View tree"
1007
msgstr ""
1008
1009
#: templates/repository/repo-branches.html:32
1010
msgid "Tags"
1011
msgstr ""
1012
1013
#: templates/repository/repo-commit.html:6
1014
#, python-format
1015
msgid "%(message)s in %(username)s/%(repository)s"
1016
msgstr ""
1017
1018
#: templates/repository/repo-commit.html:19
1019
#, python-format
1020
msgid ""
1021
"\n"
1022
" created on %(author_date)s (%(author_unix)s),\n"
1023
" received on %(receive_date)s (%(receive_unix)s)\n"
1024
" "
1025
msgstr ""
1026
1027
#: templates/repository/repo-commit.html:26
1028
msgid "Author identity:"
1029
msgstr ""
1030
1031
#: templates/repository/repo-commit.html:80
1032
msgid "by"
1033
msgstr ""
1034
1035
#: templates/repository/repo-commit.html:87
1036
msgid "Resolve"
1037
msgstr ""
1038
1039
#: templates/repository/repo-commit.html:91
1040
#: templates/repository/repo-commit.html:111
1041
msgid "Delete"
1042
msgstr ""
1043
1044
#: templates/repository/repo-commit.html:99
1045
#, python-format
1046
msgid "Resolved comments (%(count)s)"
1047
msgstr ""
1048
1049
#: templates/repository/repo-commit.html:107
1050
msgid "Unresolve"
1051
msgstr ""
1052
1053
#: templates/repository/repo-commit.html:135
1054
msgid "Add comment"
1055
msgstr ""
1056
1057
#: templates/repository/repo-file.html:5
1058
#, python-format
1059
msgid "%(basename)s in %(username)s/%(repository)s"
1060
msgstr ""
1061
1062
#: templates/repository/repo-file.html:15
1063
#: templates/repository/repo-tree.html:15
1064
msgid "Back"
1065
msgstr ""
1066
1067
#: templates/repository/repo-file.html:18
1068
#: templates/repository/repo-tree.html:18
1069
msgid "Forwards"
1070
msgstr ""
1071
1072
#: templates/repository/repo-file.html:21
1073
#: templates/repository/repo-tree.html:21
1074
msgid "Up"
1075
msgstr ""
1076
1077
#: templates/repository/repo-file.html:27
1078
#: templates/repository/repo-tree.html:27
1079
msgid "Refresh"
1080
msgstr ""
1081
1082
#: templates/repository/repo-forum-edit.html:5
1083
#, python-format
1084
msgid "Editing %(subject)s in %(username)s/%(repository)s"
1085
msgstr ""
1086
1087
#: templates/repository/repo-forum-edit.html:13
1088
#, python-format
1089
msgid "Editing %(subject)s"
1090
msgstr ""
1091
1092
#: templates/repository/repo-forum-thread.html:5
1093
#, python-format
1094
msgid "%(subject)s in %(username)s/%(repository)s"
1095
msgstr ""
1096
1097
#: templates/repository/repo-forum-thread.html:23
1098
#: templates/repository/repo-forum.html:31
1099
msgid "done"
1100
msgstr ""
1101
1102
#: templates/repository/repo-forum-thread.html:27
1103
#: templates/repository/repo-forum.html:35
1104
msgid "active"
1105
msgstr ""
1106
1107
#: templates/repository/repo-forum.html:5
1108
#, python-format
1109
msgid "Forum of %(username)s/%(repository)s"
1110
msgstr ""
1111
1112
#: templates/repository/repo-forum.html:12
1113
msgid "Post topic"
1114
msgstr ""
1115
1116
#: templates/repository/repo-log.html:5
1117
#, python-format
1118
msgid "History of %(username)s/%(repository)s"
1119
msgstr ""
1120
1121
#: templates/repository/repo-log.html:57
1122
#, python-format
1123
msgid ""
1124
"\n"
1125
" by <a "
1126
"href=\"/%(owner_name)s\">%(owner_name)s</a>,\n"
1127
" "
1128
msgstr ""
1129
1130
#: templates/repository/repo-log.html:60
1131
#, python-format
1132
msgid "received on %(receive_date)s"
1133
msgstr ""
1134
1135
#: templates/repository/repo-prs.html:5
1136
#, python-format
1137
msgid "PRs of %(username)s/%(repository)s"
1138
msgstr ""
1139
1140
#: templates/repository/repo-prs.html:14
1141
msgid "Head branch"
1142
msgstr ""
1143
1144
#: templates/repository/repo-prs.html:19
1145
msgid "Base branch"
1146
msgstr ""
1147
1148
#: templates/repository/repo-prs.html:24
1149
msgid "Request merging"
1150
msgstr ""
1151
1152
#: templates/repository/repo-prs.html:35
1153
msgid "pending"
1154
msgstr ""
1155
1156
#: templates/repository/repo-prs.html:39
1157
msgid "merged"
1158
msgstr ""
1159
1160
#: templates/repository/repo-prs.html:43
1161
msgid "rejected"
1162
msgstr ""
1163
1164
#: templates/repository/repo-prs.html:54
1165
msgid "Deny"
1166
msgstr ""
1167
1168
#: templates/repository/repo-settings.html:5
1169
#, python-format
1170
msgid "Settings of %(username)s/%(repository)s"
1171
msgstr ""
1172
1173
#: templates/repository/repo-settings.html:16
1174
msgid "Visibility:"
1175
msgstr ""
1176
1177
#: templates/repository/repo-settings.html:31
1178
msgid "Description"
1179
msgstr ""
1180
1181
#: templates/repository/repo-settings.html:35
1182
msgid "Homepage"
1183
msgstr ""
1184
1185
#: templates/repository/repo-settings.html:39
1186
msgid "Default branch"
1187
msgstr ""
1188
1189
#: templates/repository/repo-settings.html:45
1190
msgid ""
1191
"This is the branch the application will redirect to automatically if one "
1192
"is not specified.\n"
1193
" Note that only branch names are supported, not other references like "
1194
"tags or commit hashes."
1195
msgstr ""
1196
1197
#: templates/repository/repo-settings.html:49
1198
msgid "Site branch"
1199
msgstr ""
1200
1201
#: templates/repository/repo-settings.html:51
1202
msgid "No sites"
1203
msgstr ""
1204
1205
#: templates/repository/repo-settings.html:59
1206
msgid "Make this the primary site"
1207
msgstr ""
1208
1209
#: templates/repository/repo-settings.html:62
1210
#, python-format
1211
msgid ""
1212
"\n"
1213
" Host static sites for your projects, "
1214
"for free. The files in your site branch will be served at\n"
1215
" %(site_link)s or "
1216
"%(primary_site_link)s if you make this the primary site.\n"
1217
" "
1218
msgstr ""
1219
1220
#: templates/repository/repo-settings.html:68
1221
msgid "Even if this repository is private, the site will not have access control."
1222
msgstr ""
1223
1224
#: templates/repository/repo-tree.html:5
1225
#, python-format
1226
msgid "Tree of %(username)s/%(repository)s"
1227
msgstr ""
1228
1229
#: templates/repository/repo-users.html:5
1230
#, python-format
1231
msgid "Users of %(username)s/%(repository)s"
1232
msgstr ""
1233
1234
#: templates/repository/repo-users.html:22
1235
#: templates/repository/repo-users.html:48
1236
msgid "Administrator / Owner"
1237
msgstr ""
1238
1239
#: templates/repository/repo-users.html:28
1240
msgid "Remove"
1241
msgstr ""
1242
1243
#: templates/repository/repo-users.html:31
1244
#: templates/repository/repo-users.html:51
1245
msgid "Contributor"
1246
msgstr ""
1247
1248
#: templates/repository/repo-users.html:33
1249
#: templates/repository/repo-users.html:53
1250
#: templates/repository/repo-users.html:75
1251
msgid "Read-only"
1252
msgstr ""
1253
1254
#: templates/repository/repo-users.html:36
1255
#: templates/repository/repo-users.html:56
1256
#: templates/repository/repo-users.html:77
1257
msgid "Read-write"
1258
msgstr ""
1259
1260
#: templates/repository/repo-users.html:37
1261
#: templates/repository/repo-users.html:58
1262
#: templates/repository/repo-users.html:78
1263
msgid "Administrator"
1264
msgstr ""
1265
1266
#: templates/repository/repo-users.html:72
1267
msgid "Level"
1268
msgstr ""
1269
1270
#: templates/repository/repo-users.html:81
1271
msgid "Add"
1272
msgstr ""
1273
1274