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 • 20.74 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-04-29 09:00+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:82 templates/default.html:158
21
msgid "English"
22
msgstr ""
23
24
#: app.py:198 app.py:213
25
msgid "Settings saved"
26
msgstr ""
27
28
#: app.py:327
29
msgid "Successfully logged in as {username}"
30
msgstr ""
31
32
#: app.py:334
33
msgid "User not found"
34
msgstr ""
35
36
#: app.py:340
37
msgid "Invalid password"
38
msgstr ""
39
40
#: app.py:355
41
msgid "Usernames may only contain Latin alphabet, numbers and '-'"
42
msgstr ""
43
44
#: app.py:360
45
msgid "Usernames may not contain consecutive hyphens"
46
msgstr ""
47
48
#: app.py:365
49
msgid "Usernames may not start or end with a hyphen"
50
msgstr ""
51
52
#: app.py:371
53
msgid "Sorry, {username} is a system path"
54
msgstr ""
55
56
#: app.py:381
57
msgid "Usernames must be lowercase, so it's been converted automatically"
58
msgstr ""
59
60
#: app.py:388
61
msgid "The username {username} is taken"
62
msgstr ""
63
64
#: app.py:395
65
msgid "Make sure the passwords match"
66
msgstr ""
67
68
#: app.py:405
69
msgid "Successfully created and logged in as {username}"
70
msgstr ""
71
72
#: app.py:430
73
msgid "Repository names may only contain Latin alphabet, numbers, '-' and '_'"
74
msgstr ""
75
76
#: app.py:441
77
msgid "Successfully created repository {name}"
78
msgstr ""
79
80
#: app.py:450
81
msgid "Successfully logged out"
82
msgstr ""
83
84
#: app.py:1341
85
msgid "Bad branch name"
86
msgstr ""
87
88
#: app.py:1348
89
msgid "Head can't be restricted"
90
msgstr ""
91
92
#: app.py:1511
93
msgid ""
94
"Your repository {repository} has been demoted from a primary site to a "
95
"regular site because there can only be one primary site per user."
96
msgstr ""
97
98
#: email_templates/welcome.html:3
99
#, python-format
100
msgid "Hello, %(username)s!"
101
msgstr ""
102
103
#: email_templates/welcome.html:5 email_templates/welcome.txt:5
104
msgid "Welcome to the roundabout. Make yourself at home."
105
msgstr ""
106
107
#: email_templates/welcome.html:8 email_templates/welcome.txt:7
108
msgid ""
109
"You've just registered for an account at this server. If it wasn't you, "
110
"write to us and we'll remove this email from our database."
111
msgstr ""
112
113
#: email_templates/welcome.html:11 email_templates/welcome.txt:9
114
msgid ""
115
"No email verification is required; email notifications are provided only "
116
"for your convenience."
117
msgstr ""
118
119
#: email_templates/welcome.txt:3
120
#, python-format
121
msgid "# Hello, %(username)s!"
122
msgstr ""
123
124
#: templates/about.html:3
125
msgid "About"
126
msgstr ""
127
128
#: templates/about.html:6 templates/repo.html:15 templates/repo.html:91
129
msgid "Information"
130
msgstr ""
131
132
#: templates/about.html:69 templates/default.html:7
133
msgid "Roundabout"
134
msgstr ""
135
136
#: templates/about.html:70
137
msgid "Repository hosting for everyone."
138
msgstr ""
139
140
#: templates/about.html:74
141
msgid "Licensing"
142
msgstr ""
143
144
#: templates/about.html:76
145
msgid ""
146
"Roundabout is free software available under the GNU AGPLv3. You are free "
147
"to use, study, modify and/or distribute both the server and client "
148
"programs, and to host your own instance."
149
msgstr ""
150
151
#: templates/about.html:78
152
msgid "Copyright 2024, Roundabout contributors"
153
msgstr ""
154
155
#: templates/about.html:80
156
msgid ""
157
"This program is free software: you can redistribute it and/or modify it "
158
"under the terms of the GNU Affero General Public License as published by "
159
"the Free Software Foundation, either version 3 of the License, or (at "
160
"your option) any later version."
161
msgstr ""
162
163
#: templates/about.html:83
164
msgid ""
165
"This program is distributed in the hope that it will be useful, but "
166
"without any warranty; without even the implied warranty of "
167
"merchantability or fitness for a particular purpose. See the GNU General "
168
"Public License for more details."
169
msgstr ""
170
171
#: templates/about.html:86
172
msgid ""
173
"You should have received a copy of the GNU General Public License along "
174
"with this program. If not, see the GNU website."
175
msgstr ""
176
177
#: templates/about.html:88
178
msgid "Click to view a copy of the GNU AGPL"
179
msgstr ""
180
181
#: templates/about.html:93
182
msgid "Server information"
183
msgstr ""
184
185
#: templates/about.html:95
186
msgid "Operating System:"
187
msgstr ""
188
189
#: templates/default.html:61 templates/notifications.html:3
190
#: templates/notifications.html:6
191
msgid "Notifications"
192
msgstr ""
193
194
#: templates/default.html:65 templates/default.html:126
195
#: templates/new-repo.html:3 templates/new-repo.html:11
196
msgid "Create repository"
197
msgstr ""
198
199
#: templates/default.html:69
200
msgid "Your favourites"
201
msgstr ""
202
203
#: templates/default.html:73 templates/repo.html:74
204
#: templates/user-settings.html:6
205
msgid "Settings"
206
msgstr ""
207
208
#: templates/default.html:77 templates/default.html:135
209
msgid "Log out"
210
msgstr ""
211
212
#: templates/default.html:82 templates/default.html:138
213
#: templates/no-home.html:38
214
msgid "Log in or sign up"
215
msgstr ""
216
217
#: templates/default.html:97
218
msgid ""
219
"By using this site, you agree to have cookies stored on your device, "
220
"strictly for functional purposes, such as storing your session and "
221
"preferences."
222
msgstr ""
223
224
#: templates/default.html:100
225
msgid "Dismiss"
226
msgstr ""
227
228
#: templates/default.html:110
229
msgid "roundabout"
230
msgstr ""
231
232
#: templates/default.html:129 templates/favourites.html:3
233
#: templates/favourites.html:6
234
msgid "Favourites"
235
msgstr ""
236
237
#: templates/default.html:132 templates/user-settings.html:3
238
#: templates/user-settings.html:11
239
msgid "User settings"
240
msgstr ""
241
242
#: templates/default.html:163
243
msgid "Automatic"
244
msgstr ""
245
246
#: templates/default.html:205
247
msgid "Close"
248
msgstr ""
249
250
#: templates/empty.html:3
251
msgid "Empty repository"
252
msgstr ""
253
254
#: templates/empty.html:6
255
msgid "This repository is empty"
256
msgstr ""
257
258
#: templates/empty.html:9
259
#, python-format
260
msgid "This repository is currently empty, push to <code>%(remote)s</code>."
261
msgstr ""
262
263
#: templates/error.html:11
264
msgid "go back"
265
msgstr ""
266
267
#: templates/error.html:12
268
msgid "go home"
269
msgstr ""
270
271
#: templates/favourites.html:16
272
msgid "Repository"
273
msgstr ""
274
275
#: templates/favourites.html:17
276
msgid "Commit"
277
msgstr ""
278
279
#: templates/favourites.html:18 templates/repo.html:64
280
msgid "Forum"
281
msgstr ""
282
283
#: templates/favourites.html:19
284
msgid "Pull request"
285
msgstr ""
286
287
#: templates/favourites.html:20
288
msgid "Administrative"
289
msgstr ""
290
291
#: templates/favourites.html:36
292
msgid "When you add favourite repositories, you can manage them from here."
293
msgstr ""
294
295
#: templates/file-view.html:5
296
msgid "View raw"
297
msgstr ""
298
299
#: templates/file-view.html:6 templates/no-home.html:39
300
msgid "Download"
301
msgstr ""
302
303
#: templates/file-view.html:15
304
msgid "Rendered"
305
msgstr ""
306
307
#: templates/file-view.html:23
308
msgid "Raw"
309
msgstr ""
310
311
#: templates/file-view.html:43 templates/file-view.html:48
312
msgid "Your browser does not support HTML5 multimedia."
313
msgstr ""
314
315
#: templates/file-view.html:44 templates/file-view.html:49
316
msgid "Download file"
317
msgstr ""
318
319
#: templates/forbidden.html:3
320
msgid "403"
321
msgstr ""
322
323
#: templates/forbidden.html:6
324
msgid "403 forbidden"
325
msgstr ""
326
327
#: templates/forbidden.html:9
328
msgid "You are not authorised to access this resource."
329
msgstr ""
330
331
#: templates/home.html:3 templates/repository/repo-file.html:24
332
#: templates/repository/repo-tree.html:24
333
msgid "Home"
334
msgstr ""
335
336
#: templates/home.html:14
337
msgid "Search"
338
msgstr ""
339
340
#: templates/login.html:3
341
msgid "Login"
342
msgstr ""
343
344
#: templates/login.html:23 templates/login.html:37
345
msgid "Log in"
346
msgstr ""
347
348
#: templates/login.html:30 templates/repository/repo-users.html:68
349
msgid "Username"
350
msgstr ""
351
352
#: templates/login.html:34 templates/login.html:56
353
msgid "Password"
354
msgstr ""
355
356
#: templates/login.html:44 templates/login.html:82
357
msgid "Sign up"
358
msgstr ""
359
360
#: templates/login.html:51
361
msgid "Wanted username"
362
msgstr ""
363
364
#: templates/login.html:53
365
msgid "Only letters, numbers or hyphens, cannot be changed later"
366
msgstr ""
367
368
#: templates/login.html:58
369
msgid "Stored only hashed, so we can't recover it for you"
370
msgstr ""
371
372
#: templates/login.html:61
373
msgid "Repeat password"
374
msgstr ""
375
376
#: templates/login.html:65
377
msgid "Email (recommended)"
378
msgstr ""
379
380
#: templates/login.html:67
381
msgid "Used for notifications, only displayed if you'd like to"
382
msgstr ""
383
384
#: templates/login.html:70
385
msgid "Repeat email (recommended)"
386
msgstr ""
387
388
#: templates/login.html:74
389
msgid "Display name (optional)"
390
msgstr ""
391
392
#: templates/login.html:76
393
msgid "Doesn't have username restrictions, can be changed later"
394
msgstr ""
395
396
#: templates/login.html:80
397
msgid "I accept the"
398
msgstr ""
399
400
#: templates/login.html:80
401
msgid "policies listed here"
402
msgstr ""
403
404
#: templates/method-not-allowed.html:3
405
msgid "405"
406
msgstr ""
407
408
#: templates/method-not-allowed.html:6
409
msgid "405 method not allowed"
410
msgstr ""
411
412
#: templates/method-not-allowed.html:9
413
msgid "This resource is not intended to be accessed with the current method."
414
msgstr ""
415
416
#: templates/new-repo.html:17
417
msgid "Name"
418
msgstr ""
419
420
#: templates/new-repo.html:21 templates/repository/repo-settings.html:18
421
msgid "Public"
422
msgstr ""
423
424
#: templates/new-repo.html:22 templates/repository/repo-settings.html:22
425
msgid "Unlisted"
426
msgstr ""
427
428
#: templates/new-repo.html:23 templates/repository/repo-settings.html:26
429
msgid "Private"
430
msgstr ""
431
432
#: templates/new-repo.html:25
433
msgid "Create"
434
msgstr ""
435
436
#: templates/no-home.html:3 templates/notifications.html:21
437
msgid "Welcome"
438
msgstr ""
439
440
#: templates/no-home.html:34
441
msgid "Easy git repository hosting, with free software"
442
msgstr ""
443
444
#: templates/no-home.html:40
445
msgid "for setting up your own instance"
446
msgstr ""
447
448
#: templates/no-home.html:44
449
msgid "System Info"
450
msgstr ""
451
452
#: templates/no-home.html:45
453
msgid "Help & FAQ"
454
msgstr ""
455
456
#: templates/no-home.html:46
457
msgid "Contact Us"
458
msgstr ""
459
460
#: templates/not-found.html:3
461
msgid "404"
462
msgstr ""
463
464
#: templates/not-found.html:6
465
msgid "404 not found"
466
msgstr ""
467
468
#: templates/not-found.html:9
469
msgid "The resource you have requested is not available on this server."
470
msgstr ""
471
472
#: templates/notifications.html:14
473
msgid "Mark all as read"
474
msgstr ""
475
476
#: templates/notifications.html:26
477
msgid "Commited by"
478
msgstr ""
479
480
#: templates/notifications.html:27
481
msgid "in"
482
msgstr ""
483
484
#: templates/notifications.html:34
485
msgid "Mark as read"
486
msgstr ""
487
488
#: templates/notifications.html:38
489
msgid "Mark as unread"
490
msgstr ""
491
492
#: templates/notifications.html:45
493
msgid "When you get notifications, they'll be shown here."
494
msgstr ""
495
496
#: templates/path-bar.html:2 templates/path-bar.html:5
497
#: templates/repository/repo-log.html:12 templates/repository/repo-log.html:15
498
msgid "tag:"
499
msgstr ""
500
501
#: templates/post.html:28
502
msgid "Reply"
503
msgstr ""
504
505
#: templates/post.html:33 templates/repository/repo-forum.html:17
506
msgid "Subject"
507
msgstr ""
508
509
#: templates/post.html:38 templates/repository/repo-forum.html:22
510
msgid "Submit"
511
msgstr ""
512
513
#: templates/post.html:54
514
msgid "Comments hidden; click to go deeper."
515
msgstr ""
516
517
#: templates/repo.html:31
518
msgid "Clone over HTTP"
519
msgstr ""
520
521
#: templates/repo.html:44
522
msgid "Files"
523
msgstr ""
524
525
#: templates/repo.html:49 templates/repository/repo-branches.html:10
526
msgid "Branches"
527
msgstr ""
528
529
#: templates/repo.html:54
530
msgid "History"
531
msgstr ""
532
533
#: templates/repo.html:59
534
msgid "PRs"
535
msgstr ""
536
537
#: templates/repo.html:69
538
msgid "Users"
539
msgstr ""
540
541
#: templates/repo.html:82
542
msgid "Mark as favourite"
543
msgstr ""
544
545
#: templates/repo.html:84
546
msgid "Favourite"
547
msgstr ""
548
549
#: templates/repo.html:86
550
msgid "Remove favourite"
551
msgstr ""
552
553
#: templates/repository/repo-log.html:5 templates/search.html:4
554
#, python-format
555
msgid "History of %(username)s/%(repository)s"
556
msgstr ""
557
558
#: templates/task-monitor.html:3
559
#, python-format
560
msgid "Task monitor for %(result_id)s"
561
msgstr ""
562
563
#: templates/task-monitor.html:6
564
#, python-format
565
msgid "Task %(result_id)s"
566
msgstr ""
567
568
#: templates/task-monitor.html:11
569
msgid "Task results"
570
msgstr ""
571
572
#: templates/task-monitor.html:15
573
msgid "Done"
574
msgstr ""
575
576
#: templates/task-monitor.html:18
577
msgid "Running..."
578
msgstr ""
579
580
#: templates/task-monitor.html:24
581
msgid "Info"
582
msgstr ""
583
584
#: templates/task-monitor.html:28
585
msgid "Errors"
586
msgstr ""
587
588
#: templates/task-monitor.html:33
589
msgid "Cannot merge your branches"
590
msgstr ""
591
592
#: templates/task-monitor.html:35
593
msgid ""
594
"Since we can't help you with this yet, you'll need to resolve the merge "
595
"conflicts on your own computer."
596
msgstr ""
597
598
#: templates/task-monitor.html:38
599
msgid "In a shell inside your repository execute:"
600
msgstr ""
601
602
#: templates/task-monitor.html:47
603
msgid "Then fix your conflicts, merge, and finally, run:"
604
msgstr ""
605
606
#: templates/task-monitor.html:52
607
msgid "and push the changes."
608
msgstr ""
609
610
#: templates/task-monitor.html:59
611
msgid "Resolve your conflicts and merge, then push."
612
msgstr ""
613
614
#: templates/task-monitor.html:63
615
msgid "Merge simulation went well; continue?"
616
msgstr ""
617
618
#: templates/repository/repo-prs.html:58 templates/task-monitor.html:64
619
msgid "Merge"
620
msgstr ""
621
622
#: templates/teapot.html:3
623
msgid "418"
624
msgstr ""
625
626
#: templates/teapot.html:6
627
msgid "418 I'm a teapot"
628
msgstr ""
629
630
#: templates/teapot.html:9
631
msgid "This server does not implement brewing coffee."
632
msgstr ""
633
634
#: templates/tree-view.html:4
635
msgid "File name"
636
msgstr ""
637
638
#: templates/tree-view.html:5
639
msgid "Media type"
640
msgstr ""
641
642
#: templates/tree-view.html:6
643
msgid "Size"
644
msgstr ""
645
646
#: templates/tree-view.html:7
647
msgid "Last commit"
648
msgstr ""
649
650
#: templates/unauthorised.html:3
651
msgid "401"
652
msgstr ""
653
654
#: templates/unauthorised.html:6
655
msgid "401 unauthorised"
656
msgstr ""
657
658
#: templates/unauthorised.html:9
659
msgid "This resource requires authentication, but you are not authenticated."
660
msgstr ""
661
662
#: templates/user-profile-followers.html:23
663
msgid "This user hasn't got any followers."
664
msgstr ""
665
666
#: templates/user-profile-follows.html:23
667
msgid "This user isn't following anyone yet."
668
msgstr ""
669
670
#: templates/user-profile-repositories.html:21
671
msgid "This user doesn't own any repositories."
672
msgstr ""
673
674
#: templates/user-profile.html:12 templates/user-settings.html:45
675
msgid "Profile"
676
msgstr ""
677
678
#: templates/user-profile.html:17
679
msgid "Repositories"
680
msgstr ""
681
682
#: templates/user-profile.html:22
683
msgid "Followers"
684
msgstr ""
685
686
#: templates/user-profile.html:27
687
msgid "Following"
688
msgstr ""
689
690
#: templates/user-profile.html:37
691
msgid "Follow"
692
msgstr ""
693
694
#: templates/user-settings.html:14
695
msgid "Basic information"
696
msgstr ""
697
698
#: templates/user-settings.html:15
699
#, python-format
700
msgid "Username: %(username)s"
701
msgstr ""
702
703
#: templates/user-settings.html:17
704
msgid "Change password"
705
msgstr ""
706
707
#: templates/user-settings.html:23
708
msgid "Avatar"
709
msgstr ""
710
711
#: templates/user-settings.html:25
712
msgid "Change"
713
msgstr ""
714
715
#: templates/repository/repo-users.html:39 templates/user-settings.html:30
716
msgid "Update"
717
msgstr ""
718
719
#: templates/user-settings.html:48
720
msgid "Email address"
721
msgstr ""
722
723
#: templates/user-settings.html:52
724
msgid "Show email on my profile"
725
msgstr ""
726
727
#: templates/user-settings.html:55
728
msgid "Friendly name"
729
msgstr ""
730
731
#: templates/user-settings.html:59
732
msgid "Link to your website"
733
msgstr ""
734
735
#: templates/user-settings.html:65
736
msgid "Company or school"
737
msgstr ""
738
739
#: templates/user-settings.html:69
740
msgid "Link to the company's website"
741
msgstr ""
742
743
#: templates/user-settings.html:75
744
msgid "Location"
745
msgstr ""
746
747
#: templates/user-settings.html:79
748
msgid "Bio"
749
msgstr ""
750
751
#: templates/user-settings.html:82
752
msgid "Update profile"
753
msgstr ""
754
755
#: templates/user-settings.html:90
756
msgid "Preferences"
757
msgstr ""
758
759
#: templates/user-settings.html:91
760
#, python-format
761
msgid ""
762
"You can change themes by going to <a href=\"/%(username)s/.config\">your "
763
"configuration repository</a> and pushing a CSS file called "
764
"<code>theme.css</code>."
765
msgstr ""
766
767
#: templates/user-settings.html:94
768
msgid "Default number of items to show in paginated lists"
769
msgstr ""
770
771
#: templates/user-settings.html:98
772
msgid "Maximum nesting level for forum replies"
773
msgstr ""
774
775
#: templates/user-settings.html:101
776
msgid "Update preferences"
777
msgstr ""
778
779
#: templates/repository/repo-branches.html:5
780
#, python-format
781
msgid "Branches of %(username)s/%(repository)s"
782
msgstr ""
783
784
#: templates/repository/repo-branches.html:20
785
msgid "Default"
786
msgstr ""
787
788
#: templates/repository/repo-branches.html:26
789
#: templates/repository/repo-branches.html:45
790
#: templates/repository/repo-log.html:68
791
msgid "View tree"
792
msgstr ""
793
794
#: templates/repository/repo-branches.html:32
795
msgid "Tags"
796
msgstr ""
797
798
#: templates/repository/repo-commit.html:6
799
#: templates/repository/repo-file.html:5
800
#, python-format
801
msgid "%(basename)s in %(username)s/%(repository)s"
802
msgstr ""
803
804
#: templates/repository/repo-commit.html:19
805
#, python-format
806
msgid ""
807
"\n"
808
" created on %(author_date)s (%(author_unix)s),\n"
809
" received on %(receive_date)s (%(receive_unix)s)\n"
810
" "
811
msgstr ""
812
813
#: templates/repository/repo-commit.html:26
814
msgid "Author identity:"
815
msgstr ""
816
817
#: templates/repository/repo-file.html:15
818
#: templates/repository/repo-tree.html:15
819
msgid "Back"
820
msgstr ""
821
822
#: templates/repository/repo-file.html:18
823
#: templates/repository/repo-tree.html:18
824
msgid "Forwards"
825
msgstr ""
826
827
#: templates/repository/repo-file.html:21
828
#: templates/repository/repo-tree.html:21
829
msgid "Up"
830
msgstr ""
831
832
#: templates/repository/repo-file.html:27
833
#: templates/repository/repo-tree.html:27
834
msgid "Refresh"
835
msgstr ""
836
837
#: templates/repository/repo-forum-thread.html:5
838
#, python-format
839
msgid "%(subject)s in %(username)s/%(repository)s"
840
msgstr ""
841
842
#: templates/repository/repo-forum-thread.html:24
843
#: templates/repository/repo-forum.html:31
844
msgid "done"
845
msgstr ""
846
847
#: templates/repository/repo-forum-thread.html:28
848
#: templates/repository/repo-forum.html:35
849
msgid "active"
850
msgstr ""
851
852
#: templates/repository/repo-forum.html:5
853
#, python-format
854
msgid "Forum of %(username)s/%(repository)s"
855
msgstr ""
856
857
#: templates/repository/repo-forum.html:12
858
msgid "Post topic"
859
msgstr ""
860
861
#: templates/repository/repo-log.html:57
862
#, python-format
863
msgid ""
864
"\n"
865
" by <a "
866
"href=\"/%(owner_name)s\">%(owner_name)s</a>,\n"
867
" "
868
msgstr ""
869
870
#: templates/repository/repo-log.html:60
871
#, python-format
872
msgid "received on %(receive_date)s"
873
msgstr ""
874
875
#: templates/repository/repo-prs.html:5
876
#, python-format
877
msgid "PRs of %(username)s/%(repository)s"
878
msgstr ""
879
880
#: templates/repository/repo-prs.html:14
881
msgid "Head branch"
882
msgstr ""
883
884
#: templates/repository/repo-prs.html:19
885
msgid "Base branch"
886
msgstr ""
887
888
#: templates/repository/repo-prs.html:24
889
msgid "Request merging"
890
msgstr ""
891
892
#: templates/repository/repo-prs.html:35
893
msgid "pending"
894
msgstr ""
895
896
#: templates/repository/repo-prs.html:39
897
msgid "merged"
898
msgstr ""
899
900
#: templates/repository/repo-prs.html:43
901
msgid "rejected"
902
msgstr ""
903
904
#: templates/repository/repo-prs.html:48
905
msgid "Requested by"
906
msgstr ""
907
908
#: templates/repository/repo-prs.html:54
909
msgid "Deny"
910
msgstr ""
911
912
#: templates/repository/repo-settings.html:5
913
#, python-format
914
msgid "Settings of %(username)s/%(repository)s"
915
msgstr ""
916
917
#: templates/repository/repo-settings.html:16
918
msgid "Visibility:"
919
msgstr ""
920
921
#: templates/repository/repo-settings.html:31
922
msgid "Description"
923
msgstr ""
924
925
#: templates/repository/repo-settings.html:35
926
msgid "Default branch"
927
msgstr ""
928
929
#: templates/repository/repo-settings.html:41
930
msgid ""
931
"This is the branch the application will redirect to automatically if one "
932
"is not specified.\n"
933
"Note that only branch names are supported, not other references like tags"
934
" or commit hashes."
935
msgstr ""
936
937
#: templates/repository/repo-settings.html:45
938
msgid "Site branch"
939
msgstr ""
940
941
#: templates/repository/repo-settings.html:47
942
msgid "No sites"
943
msgstr ""
944
945
#: templates/repository/repo-settings.html:55
946
msgid "Make this the primary site"
947
msgstr ""
948
949
#: templates/repository/repo-settings.html:58
950
#, python-format
951
msgid ""
952
"\n"
953
" Host static sites for your projects, "
954
"for free. The files in your site branch will be served at\n"
955
" %(link)s or %(primary_link)s if you "
956
"make this the primary site.\n"
957
" "
958
msgstr ""
959
960
#: templates/repository/repo-tree.html:5
961
#, python-format
962
msgid "Tree of %(username)s/%(repository)s"
963
msgstr ""
964
965
#: templates/repository/repo-users.html:5
966
#, python-format
967
msgid "Users of %(username)s/%(repository)s"
968
msgstr ""
969
970
#: templates/repository/repo-users.html:22
971
#: templates/repository/repo-users.html:48
972
msgid "Administrator / Owner"
973
msgstr ""
974
975
#: templates/repository/repo-users.html:28
976
msgid "Remove"
977
msgstr ""
978
979
#: templates/repository/repo-users.html:31
980
#: templates/repository/repo-users.html:51
981
msgid "Contributor"
982
msgstr ""
983
984
#: templates/repository/repo-users.html:33
985
#: templates/repository/repo-users.html:53
986
#: templates/repository/repo-users.html:75
987
msgid "Read-only"
988
msgstr ""
989
990
#: templates/repository/repo-users.html:36
991
#: templates/repository/repo-users.html:56
992
#: templates/repository/repo-users.html:77
993
msgid "Read-write"
994
msgstr ""
995
996
#: templates/repository/repo-users.html:37
997
#: templates/repository/repo-users.html:58
998
#: templates/repository/repo-users.html:78
999
msgid "Administrator"
1000
msgstr ""
1001
1002
#: templates/repository/repo-users.html:72
1003
msgid "Level"
1004
msgstr ""
1005
1006
#: templates/repository/repo-users.html:81
1007
msgid "Add"
1008
msgstr ""
1009
1010