##// END OF EJS Templates
i18n: Pulled translation from Transifex
marcink -
r308:53842d3f stable
parent child Browse files
Show More

The requested changes are too big and content was truncated. Show full diff

This diff has been collapsed as it changes many lines, (2671 lines changed) Show them Hide them
@@ -7,8 +7,8 b' msgid ""'
7 msgstr ""
7 msgstr ""
8 "Project-Id-Version: RhodeCode\n"
8 "Project-Id-Version: RhodeCode\n"
9 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
9 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
10 "POT-Creation-Date: 2016-05-22 18:01+0000\n"
10 "POT-Creation-Date: 2016-06-28 10:55+0000\n"
11 "PO-Revision-Date: 2016-05-22 18:09+0000\n"
11 "PO-Revision-Date: 2016-06-28 10:56+0000\n"
12 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
12 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
13 "Language-Team: Belarusian (http://www.transifex.com/rhodecode/RhodeCode/language/be/)\n"
13 "Language-Team: Belarusian (http://www.transifex.com/rhodecode/RhodeCode/language/be/)\n"
14 "MIME-Version: 1.0\n"
14 "MIME-Version: 1.0\n"
@@ -18,48 +18,281 b' msgstr ""'
18 "Language: be\n"
18 "Language: be\n"
19 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
19 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
20
20
21 #: rhodecode/authentication/routes.py:61
21 #: rhodecode/authentication/routes.py:60
22 #: rhodecode/controllers/admin/settings.py:825
22 #: rhodecode/controllers/admin/settings.py:844
23 #: rhodecode/templates/admin/permissions/permissions.html:36
23 #: rhodecode/templates/admin/permissions/permissions.html:36
24 msgid "Global"
24 msgid "Global"
25 msgstr ""
25 msgstr ""
26
26
27 #: rhodecode/authentication/schema.py:35
28 msgid "Enable or disable this authentication plugin."
29 msgstr ""
30
27 #: rhodecode/authentication/schema.py:37
31 #: rhodecode/authentication/schema.py:37
28 msgid "Enable or disable this authentication plugin."
29 msgstr ""
30
31 #: rhodecode/authentication/schema.py:39
32 msgid "Enabled"
32 msgid "Enabled"
33 msgstr ""
33 msgstr ""
34
34
35 #: rhodecode/authentication/schema.py:45
35 #: rhodecode/authentication/schema.py:43
36 msgid ""
36 msgid ""
37 "Amount of seconds to cache the authentication call for this plugin. Useful "
37 "Amount of seconds to cache the authentication call for this plugin. Useful "
38 "for long calls like LDAP to improve the responsiveness of the authentication"
38 "for long calls like LDAP to improve the responsiveness of the authentication"
39 " system (0 means disabled)."
39 " system (0 means disabled)."
40 msgstr ""
40 msgstr ""
41
41
42 #: rhodecode/authentication/schema.py:50
42 #: rhodecode/authentication/schema.py:48
43 msgid "Auth Cache TTL"
43 msgid "Auth Cache TTL"
44 msgstr ""
44 msgstr ""
45
45
46 #: rhodecode/authentication/views.py:108
46 #: rhodecode/authentication/views.py:88
47 msgid ""
47 msgid ""
48 "Errors exist when saving plugin settings. Please check the form inputs."
48 "Errors exist when saving plugin settings. Please check the form inputs."
49 msgstr ""
49 msgstr ""
50
50
51 #: rhodecode/authentication/views.py:131 rhodecode/authentication/views.py:200
51 #: rhodecode/authentication/views.py:101 rhodecode/authentication/views.py:170
52 msgid "Auth settings updated successfully."
52 msgid "Auth settings updated successfully."
53 msgstr ""
53 msgstr ""
54
54
55 #: rhodecode/authentication/views.py:205
55 #: rhodecode/authentication/views.py:175
56 msgid "Errors exist when saving plugin setting. Please check the form inputs."
56 msgid "Errors exist when saving plugin setting. Please check the form inputs."
57 msgstr ""
57 msgstr ""
58
58
59 #: rhodecode/authentication/views.py:215
59 #: rhodecode/authentication/views.py:185
60 msgid "Error occurred during update of auth settings."
60 msgid "Error occurred during update of auth settings."
61 msgstr ""
61 msgstr ""
62
62
63 #: rhodecode/authentication/plugins/auth_crowd.py:61
64 msgid "The FQDN or IP of the Atlassian CROWD Server"
65 msgstr ""
66
67 #: rhodecode/authentication/plugins/auth_crowd.py:63
68 msgid "Host"
69 msgstr ""
70
71 #: rhodecode/authentication/plugins/auth_crowd.py:68
72 msgid "The Port in use by the Atlassian CROWD Server"
73 msgstr ""
74
75 #: rhodecode/authentication/plugins/auth_crowd.py:70
76 #: rhodecode/authentication/plugins/auth_ldap.py:84
77 msgid "Port"
78 msgstr ""
79
80 #: rhodecode/authentication/plugins/auth_crowd.py:76
81 msgid "The Application Name to authenticate to CROWD"
82 msgstr ""
83
84 #: rhodecode/authentication/plugins/auth_crowd.py:78
85 msgid "Application Name"
86 msgstr ""
87
88 #: rhodecode/authentication/plugins/auth_crowd.py:83
89 msgid "The password to authenticate to CROWD"
90 msgstr ""
91
92 #: rhodecode/authentication/plugins/auth_crowd.py:85
93 msgid "Application Password"
94 msgstr ""
95
96 #: rhodecode/authentication/plugins/auth_crowd.py:90
97 msgid ""
98 "A comma separated list of group names that identify users as RhodeCode "
99 "Administrators"
100 msgstr ""
101
102 #: rhodecode/authentication/plugins/auth_crowd.py:94
103 msgid "Admin Groups"
104 msgstr ""
105
106 #: rhodecode/authentication/plugins/auth_crowd.py:216
107 msgid "CROWD"
108 msgstr ""
109
110 #: rhodecode/authentication/plugins/auth_headers.py:55
111 msgid "Header to extract the user from"
112 msgstr ""
113
114 #: rhodecode/authentication/plugins/auth_headers.py:57
115 msgid "Header"
116 msgstr ""
117
118 #: rhodecode/authentication/plugins/auth_headers.py:62
119 msgid "Header to extract the user from when main one fails"
120 msgstr ""
121
122 #: rhodecode/authentication/plugins/auth_headers.py:64
123 msgid "Fallback header"
124 msgstr ""
125
126 #: rhodecode/authentication/plugins/auth_headers.py:69
127 msgid ""
128 "Perform cleaning of user, if passed user has @ in username then first part "
129 "before @ is taken. If there's \\ in the username only the part after \\ is "
130 "taken"
131 msgstr ""
132
133 #: rhodecode/authentication/plugins/auth_headers.py:74
134 msgid "Clean username"
135 msgstr ""
136
137 #: rhodecode/authentication/plugins/auth_headers.py:99
138 msgid "Headers"
139 msgstr ""
140
141 #: rhodecode/authentication/plugins/auth_jasig_cas.py:63
142 msgid "The url of the Jasig CAS REST service"
143 msgstr ""
144
145 #: rhodecode/authentication/plugins/auth_jasig_cas.py:65
146 #: rhodecode/templates/admin/gists/show.html:21
147 msgid "URL"
148 msgstr ""
149
150 #: rhodecode/authentication/plugins/auth_jasig_cas.py:93
151 msgid "Jasig-CAS"
152 msgstr ""
153
154 #: rhodecode/authentication/plugins/auth_ldap.py:75
155 msgid "Host of the LDAP Server"
156 msgstr ""
157
158 #: rhodecode/authentication/plugins/auth_ldap.py:77
159 msgid "LDAP Host"
160 msgstr ""
161
162 #: rhodecode/authentication/plugins/auth_ldap.py:82
163 msgid "Port that the LDAP server is listening on"
164 msgstr ""
165
166 #: rhodecode/authentication/plugins/auth_ldap.py:90
167 msgid "User to connect to LDAP"
168 msgstr ""
169
170 #: rhodecode/authentication/plugins/auth_ldap.py:93
171 msgid "Account"
172 msgstr ""
173
174 #: rhodecode/authentication/plugins/auth_ldap.py:98
175 msgid "Password to connect to LDAP"
176 msgstr ""
177
178 #: rhodecode/authentication/plugins/auth_ldap.py:101
179 #: rhodecode/templates/login.html:50 rhodecode/templates/register.html:48
180 #: rhodecode/templates/admin/my_account/my_account.html:30
181 #: rhodecode/templates/admin/users/user_add.html:44
182 #: rhodecode/templates/base/base.html:314
183 #: rhodecode/templates/debug_style/login.html:45
184 msgid "Password"
185 msgstr ""
186
187 #: rhodecode/authentication/plugins/auth_ldap.py:106
188 msgid "TLS Type"
189 msgstr ""
190
191 #: rhodecode/authentication/plugins/auth_ldap.py:107
192 msgid "Connection Security"
193 msgstr ""
194
195 #: rhodecode/authentication/plugins/auth_ldap.py:113
196 msgid "Require Cert over TLS?"
197 msgstr ""
198
199 #: rhodecode/authentication/plugins/auth_ldap.py:114
200 msgid "Certificate Checks"
201 msgstr ""
202
203 #: rhodecode/authentication/plugins/auth_ldap.py:120
204 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
205 msgstr ""
206
207 #: rhodecode/authentication/plugins/auth_ldap.py:123
208 msgid "Base DN"
209 msgstr ""
210
211 #: rhodecode/authentication/plugins/auth_ldap.py:128
212 msgid "Filter to narrow results (e.g., ou=Users, etc)"
213 msgstr ""
214
215 #: rhodecode/authentication/plugins/auth_ldap.py:131
216 msgid "LDAP Search Filter"
217 msgstr ""
218
219 #: rhodecode/authentication/plugins/auth_ldap.py:136
220 msgid "How deep to search LDAP"
221 msgstr ""
222
223 #: rhodecode/authentication/plugins/auth_ldap.py:137
224 msgid "LDAP Search Scope"
225 msgstr ""
226
227 #: rhodecode/authentication/plugins/auth_ldap.py:143
228 msgid "LDAP Attribute to map to user name"
229 msgstr ""
230
231 #: rhodecode/authentication/plugins/auth_ldap.py:144
232 msgid "The LDAP Login attribute of the CN must be specified"
233 msgstr ""
234
235 #: rhodecode/authentication/plugins/auth_ldap.py:146
236 msgid "Login Attribute"
237 msgstr ""
238
239 #: rhodecode/authentication/plugins/auth_ldap.py:151
240 msgid "LDAP Attribute to map to first name"
241 msgstr ""
242
243 #: rhodecode/authentication/plugins/auth_ldap.py:154
244 msgid "First Name Attribute"
245 msgstr ""
246
247 #: rhodecode/authentication/plugins/auth_ldap.py:159
248 msgid "LDAP Attribute to map to last name"
249 msgstr ""
250
251 #: rhodecode/authentication/plugins/auth_ldap.py:162
252 msgid "Last Name Attribute"
253 msgstr ""
254
255 #: rhodecode/authentication/plugins/auth_ldap.py:167
256 msgid "LDAP Attribute to map to email address"
257 msgstr ""
258
259 #: rhodecode/authentication/plugins/auth_ldap.py:170
260 msgid "Email Attribute"
261 msgstr ""
262
263 #: rhodecode/authentication/plugins/auth_ldap.py:348
264 msgid "LDAP"
265 msgstr ""
266
267 #: rhodecode/authentication/plugins/auth_pam.py:60
268 msgid "PAM service name to use for authentication."
269 msgstr ""
270
271 #: rhodecode/authentication/plugins/auth_pam.py:62
272 msgid "PAM service name"
273 msgstr ""
274
275 #: rhodecode/authentication/plugins/auth_pam.py:67
276 msgid ""
277 "Regular expression for extracting user name/email etc. from Unix userinfo."
278 msgstr ""
279
280 #: rhodecode/authentication/plugins/auth_pam.py:70
281 msgid "Gecos Regex"
282 msgstr ""
283
284 #: rhodecode/authentication/plugins/auth_pam.py:98
285 msgid "PAM"
286 msgstr ""
287
288 #: rhodecode/authentication/plugins/auth_rhodecode.py:68
289 msgid "Rhodecode"
290 msgstr ""
291
292 #: rhodecode/authentication/plugins/auth_token.py:71
293 msgid "Rhodecode Token Auth"
294 msgstr ""
295
63 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
296 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
64 #: rhodecode/controllers/pullrequests.py:279
297 #: rhodecode/controllers/pullrequests.py:279
65 msgid "There are no commits yet"
298 msgid "There are no commits yet"
@@ -97,8 +330,8 b' msgid "No such commit exists for this re'
97 msgstr ""
330 msgstr ""
98
331
99 #: rhodecode/controllers/changeset.py:335
332 #: rhodecode/controllers/changeset.py:335
100 #: rhodecode/controllers/pullrequests.py:744
333 #: rhodecode/controllers/pullrequests.py:746
101 #: rhodecode/model/pull_request.py:828
334 #: rhodecode/model/pull_request.py:836
102 #, python-format
335 #, python-format
103 msgid "Status change %(transition_icon)s %(status)s"
336 msgid "Status change %(transition_icon)s %(status)s"
104 msgstr ""
337 msgstr ""
@@ -113,68 +346,31 b' msgstr ""'
113 msgid "Select commit"
346 msgid "Select commit"
114 msgstr ""
347 msgstr ""
115
348
116 #: rhodecode/controllers/compare.py:142
349 #: rhodecode/controllers/compare.py:139
117 #, python-format
350 #, python-format
118 msgid "Could not find the original repo: %(repo)s"
351 msgid "Could not find the original repo: %(repo)s"
119 msgstr ""
352 msgstr ""
120
353
121 #: rhodecode/controllers/compare.py:150
354 #: rhodecode/controllers/compare.py:147
122 #, python-format
355 #, python-format
123 msgid "Could not find the other repo: %(repo)s"
356 msgid "Could not find the other repo: %(repo)s"
124 msgstr ""
357 msgstr ""
125
358
126 #: rhodecode/controllers/compare.py:159
359 #: rhodecode/controllers/compare.py:156
127 msgid "The comparison of two different kinds of remote repos is not available"
360 msgid "The comparison of two different kinds of remote repos is not available"
128 msgstr ""
361 msgstr ""
129
362
130 #: rhodecode/controllers/compare.py:186
363 #: rhodecode/controllers/compare.py:190
131 msgid "Could not compare repos with different large file settings"
364 msgid "Could not compare repos with different large file settings"
132 msgstr ""
365 msgstr ""
133
366
134 #: rhodecode/controllers/compare.py:223
367 #: rhodecode/controllers/compare.py:226
135 #, python-format
368 #, python-format
136 msgid ""
369 msgid ""
137 "Repositories unrelated. Cannot compare commit %(commit1)s from repository "
370 "Repositories unrelated. Cannot compare commit %(commit1)s from repository "
138 "%(repo1)s with commit %(commit2)s from repository %(repo2)s."
371 "%(repo1)s with commit %(commit2)s from repository %(repo2)s."
139 msgstr ""
372 msgstr ""
140
373
141 #: rhodecode/controllers/error.py:85 rhodecode/controllers/error.py:136
142 msgid "Home page"
143 msgstr ""
144
145 #: rhodecode/controllers/error.py:114
146 msgid ""
147 "The request could not be understood by the server due to malformed syntax."
148 msgstr ""
149
150 #: rhodecode/controllers/error.py:117
151 msgid "Unauthorized access to resource"
152 msgstr ""
153
154 #: rhodecode/controllers/error.py:119
155 msgid "You don't have permission to view this page"
156 msgstr ""
157
158 #: rhodecode/controllers/error.py:121
159 msgid "The resource could not be found"
160 msgstr ""
161
162 #: rhodecode/controllers/error.py:123
163 msgid ""
164 "The server encountered an unexpected condition which prevented it from "
165 "fulfilling the request."
166 msgstr ""
167
168 #: rhodecode/controllers/error.py:128
169 msgid "VCS Server Required"
170 msgstr ""
171
172 #: rhodecode/controllers/error.py:129
173 msgid ""
174 "A VCS Server is required for this action. There is currently no VCS Server "
175 "configured."
176 msgstr ""
177
178 #: rhodecode/controllers/feed.py:70
374 #: rhodecode/controllers/feed.py:70
179 #, python-format
375 #, python-format
180 msgid "Changes on %s repository"
376 msgid "Changes on %s repository"
@@ -284,7 +480,7 b' msgid "Changesets"'
284 msgstr ""
480 msgstr ""
285
481
286 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
482 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
287 #: rhodecode/model/pull_request.py:1037 rhodecode/model/scm.py:783
483 #: rhodecode/model/pull_request.py:1051 rhodecode/model/scm.py:783
288 #: rhodecode/templates/base/vcs_settings.html:138
484 #: rhodecode/templates/base/vcs_settings.html:138
289 msgid "Branches"
485 msgid "Branches"
290 msgstr ""
486 msgstr ""
@@ -299,22 +495,27 b' msgstr ""'
299 msgid "An error occurred during repository forking %s"
495 msgid "An error occurred during repository forking %s"
300 msgstr ""
496 msgstr ""
301
497
302 #: rhodecode/controllers/home.py:174
498 #: rhodecode/controllers/home.py:205
303 msgid "Groups"
499 msgid "Groups"
304 msgstr ""
500 msgstr ""
305
501
306 #: rhodecode/controllers/home.py:181 rhodecode/controllers/home.py:203
502 #: rhodecode/controllers/home.py:212 rhodecode/controllers/home.py:247
307 #: rhodecode/controllers/pullrequests.py:382
503 #: rhodecode/controllers/pullrequests.py:382
308 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
504 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
309 #: rhodecode/templates/admin/repos/repo_add.html:15
505 #: rhodecode/templates/admin/repos/repo_add.html:15
310 #: rhodecode/templates/admin/repos/repo_add.html:19
506 #: rhodecode/templates/admin/repos/repo_add.html:19
311 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
507 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
312 #: rhodecode/templates/base/base.html:79
508 #: rhodecode/templates/base/base.html:79
313 #: rhodecode/templates/base/base.html:147
509 #: rhodecode/templates/base/base.html:149
314 #: rhodecode/templates/base/base.html:621
510 #: rhodecode/templates/base/base.html:626
315 msgid "Repositories"
511 msgid "Repositories"
316 msgstr ""
512 msgstr ""
317
513
514 #: rhodecode/controllers/home.py:225
515 #, python-format
516 msgid "Commits in %(repo)s"
517 msgstr ""
518
318 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
519 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
319 msgid "public journal"
520 msgid "public journal"
320 msgstr ""
521 msgstr ""
@@ -323,34 +524,6 b' msgstr ""'
323 msgid "journal"
524 msgid "journal"
324 msgstr ""
525 msgstr ""
325
526
326 #: rhodecode/controllers/login.py:227 rhodecode/controllers/login.py:281
327 msgid "bad captcha"
328 msgstr ""
329
330 #: rhodecode/controllers/login.py:241
331 msgid "You have successfully registered with RhodeCode"
332 msgstr ""
333
334 #: rhodecode/controllers/login.py:286
335 msgid "Your password reset link was sent"
336 msgstr ""
337
338 #: rhodecode/controllers/login.py:307
339 msgid ""
340 "Your password reset was successful, a new password has been sent to your "
341 "email"
342 msgstr ""
343
344 #: rhodecode/controllers/login.py:340
345 msgid "There was an error during OAuth processing."
346 msgstr ""
347
348 #: rhodecode/controllers/login.py:406
349 msgid ""
350 "You need to finish registration process to bind your external identity to "
351 "your account or sign in to existing account"
352 msgstr ""
353
354 #: rhodecode/controllers/pullrequests.py:293
527 #: rhodecode/controllers/pullrequests.py:293
355 msgid "Commit does not exist"
528 msgid "Commit does not exist"
356 msgstr ""
529 msgstr ""
@@ -402,24 +575,28 b' msgstr ""'
402 msgid "Pull request reviewer approval is pending."
575 msgid "Pull request reviewer approval is pending."
403 msgstr ""
576 msgstr ""
404
577
405 #: rhodecode/controllers/pullrequests.py:629
578 #: rhodecode/controllers/pullrequests.py:593
579 msgid "Pull request was successfully merged and closed."
580 msgstr ""
581
582 #: rhodecode/controllers/pullrequests.py:631
406 msgid "Successfully deleted pull request"
583 msgid "Successfully deleted pull request"
407 msgstr ""
584 msgstr ""
408
585
409 #: rhodecode/controllers/pullrequests.py:662
586 #: rhodecode/controllers/pullrequests.py:664
410 msgid "Reviewer approval is pending."
587 msgid "Reviewer approval is pending."
411 msgstr ""
588 msgstr ""
412
589
413 #: rhodecode/controllers/pullrequests.py:704
590 #: rhodecode/controllers/pullrequests.py:706
414 msgid "Close Pull Request"
591 msgid "Close Pull Request"
415 msgstr ""
592 msgstr ""
416
593
417 #: rhodecode/controllers/pullrequests.py:748
594 #: rhodecode/controllers/pullrequests.py:750
418 #: rhodecode/model/pull_request.py:832
595 #: rhodecode/model/pull_request.py:840
419 msgid "Closing with"
596 msgid "Closing with"
420 msgstr ""
597 msgstr ""
421
598
422 #: rhodecode/controllers/pullrequests.py:793
599 #: rhodecode/controllers/pullrequests.py:795
423 #, python-format
600 #, python-format
424 msgid ""
601 msgid ""
425 "Closing pull request on other statuses than rejected or approved is "
602 "Closing pull request on other statuses than rejected or approved is "
@@ -451,38 +628,38 b' msgid "Error occurred during update of d'
451 msgstr ""
628 msgstr ""
452
629
453 #: rhodecode/controllers/admin/gists.py:59
630 #: rhodecode/controllers/admin/gists.py:59
454 #: rhodecode/controllers/admin/my_account.py:308
631 #: rhodecode/controllers/admin/my_account.py:307
455 #: rhodecode/controllers/admin/users.py:434
632 #: rhodecode/controllers/admin/users.py:436
456 msgid "forever"
633 msgid "forever"
457 msgstr ""
634 msgstr ""
458
635
459 #: rhodecode/controllers/admin/gists.py:60
636 #: rhodecode/controllers/admin/gists.py:60
460 #: rhodecode/controllers/admin/my_account.py:309
637 #: rhodecode/controllers/admin/my_account.py:308
461 #: rhodecode/controllers/admin/users.py:435
638 #: rhodecode/controllers/admin/users.py:437
462 msgid "5 minutes"
639 msgid "5 minutes"
463 msgstr ""
640 msgstr ""
464
641
465 #: rhodecode/controllers/admin/gists.py:61
642 #: rhodecode/controllers/admin/gists.py:61
466 #: rhodecode/controllers/admin/my_account.py:310
643 #: rhodecode/controllers/admin/my_account.py:309
467 #: rhodecode/controllers/admin/users.py:436
644 #: rhodecode/controllers/admin/users.py:438
468 msgid "1 hour"
645 msgid "1 hour"
469 msgstr ""
646 msgstr ""
470
647
471 #: rhodecode/controllers/admin/gists.py:62
648 #: rhodecode/controllers/admin/gists.py:62
472 #: rhodecode/controllers/admin/my_account.py:311
649 #: rhodecode/controllers/admin/my_account.py:310
473 #: rhodecode/controllers/admin/users.py:437
650 #: rhodecode/controllers/admin/users.py:439
474 msgid "1 day"
651 msgid "1 day"
475 msgstr ""
652 msgstr ""
476
653
477 #: rhodecode/controllers/admin/gists.py:63
654 #: rhodecode/controllers/admin/gists.py:63
478 #: rhodecode/controllers/admin/my_account.py:312
655 #: rhodecode/controllers/admin/my_account.py:311
479 #: rhodecode/controllers/admin/users.py:438
656 #: rhodecode/controllers/admin/users.py:440
480 msgid "1 month"
657 msgid "1 month"
481 msgstr ""
658 msgstr ""
482
659
483 #: rhodecode/controllers/admin/gists.py:67
660 #: rhodecode/controllers/admin/gists.py:67
484 #: rhodecode/controllers/admin/my_account.py:314
661 #: rhodecode/controllers/admin/my_account.py:313
485 #: rhodecode/controllers/admin/users.py:440
662 #: rhodecode/controllers/admin/users.py:442
486 msgid "Lifetime"
663 msgid "Lifetime"
487 msgstr ""
664 msgstr ""
488
665
@@ -531,68 +708,64 b' msgstr ""'
531 msgid "%(expiry)s - current value"
708 msgid "%(expiry)s - current value"
532 msgstr ""
709 msgstr ""
533
710
534 #: rhodecode/controllers/admin/my_account.py:71
711 #: rhodecode/controllers/admin/my_account.py:70
535 msgid "You can't edit this user since it's crucial for entire application"
712 msgid "You can't edit this user since it's crucial for entire application"
536 msgstr ""
713 msgstr ""
537
714
538 #: rhodecode/controllers/admin/my_account.py:129
715 #: rhodecode/controllers/admin/my_account.py:128
539 msgid "Your account was updated successfully"
716 msgid "Your account was updated successfully"
540 msgstr ""
717 msgstr ""
541
718
542 #: rhodecode/controllers/admin/my_account.py:144
719 #: rhodecode/controllers/admin/my_account.py:143
543 #: rhodecode/controllers/admin/users.py:221
720 #: rhodecode/controllers/admin/users.py:223
544 #, python-format
721 #, python-format
545 msgid "Error occurred during update of user %s"
722 msgid "Error occurred during update of user %s"
546 msgstr ""
723 msgstr ""
547
724
548 #: rhodecode/controllers/admin/my_account.py:203
725 #: rhodecode/controllers/admin/my_account.py:202
549 msgid "Successfully updated password"
726 msgid "Successfully updated password"
550 msgstr ""
727 msgstr ""
551
728
552 #: rhodecode/controllers/admin/my_account.py:214
729 #: rhodecode/controllers/admin/my_account.py:213
553 msgid "Error occurred during update of user password"
730 msgid "Error occurred during update of user password"
554 msgstr ""
731 msgstr ""
555
732
556 #: rhodecode/controllers/admin/my_account.py:262
733 #: rhodecode/controllers/admin/my_account.py:261
557 #: rhodecode/controllers/admin/users.py:614
734 #: rhodecode/controllers/admin/users.py:616
558 #, python-format
735 #, python-format
559 msgid "Added new email address `%s` for user account"
736 msgid "Added new email address `%s` for user account"
560 msgstr ""
737 msgstr ""
561
738
562 #: rhodecode/controllers/admin/my_account.py:269
739 #: rhodecode/controllers/admin/my_account.py:268
563 #: rhodecode/controllers/admin/users.py:621
740 #: rhodecode/controllers/admin/users.py:623
564 msgid "An error occurred during email saving"
741 msgid "An error occurred during email saving"
565 msgstr ""
742 msgstr ""
566
743
567 #: rhodecode/controllers/admin/my_account.py:279
744 #: rhodecode/controllers/admin/my_account.py:278
568 #: rhodecode/controllers/admin/users.py:636
745 #: rhodecode/controllers/admin/users.py:638
569 msgid "Removed email address from user account"
746 msgid "Removed email address from user account"
570 msgstr ""
747 msgstr ""
571
748
572 #: rhodecode/controllers/admin/my_account.py:317
749 #: rhodecode/controllers/admin/my_account.py:316
573 #: rhodecode/controllers/admin/users.py:443
750 #: rhodecode/controllers/admin/users.py:445
574 msgid "Role"
751 msgid "Role"
575 msgstr ""
752 msgstr ""
576
753
577 #: rhodecode/controllers/admin/my_account.py:330
754 #: rhodecode/controllers/admin/my_account.py:329
578 #: rhodecode/controllers/admin/users.py:467
755 #: rhodecode/controllers/admin/users.py:469
579 msgid "Auth token successfully created"
756 msgid "Auth token successfully created"
580 msgstr ""
757 msgstr ""
581
758
582 #: rhodecode/controllers/admin/my_account.py:343
759 #: rhodecode/controllers/admin/my_account.py:342
583 #: rhodecode/controllers/admin/users.py:486
760 #: rhodecode/controllers/admin/users.py:488
584 msgid "Auth token successfully reset"
761 msgid "Auth token successfully reset"
585 msgstr ""
762 msgstr ""
586
763
587 #: rhodecode/controllers/admin/my_account.py:347
764 #: rhodecode/controllers/admin/my_account.py:346
588 #: rhodecode/controllers/admin/users.py:490
765 #: rhodecode/controllers/admin/users.py:492
589 msgid "Auth token successfully deleted"
766 msgid "Auth token successfully deleted"
590 msgstr ""
767 msgstr ""
591
768
592 #: rhodecode/controllers/admin/my_account.py:371
593 msgid "OAuth token successfully deleted"
594 msgstr ""
595
596 #: rhodecode/controllers/admin/permissions.py:111
769 #: rhodecode/controllers/admin/permissions.py:111
597 msgid "Application permissions updated successfully"
770 msgid "Application permissions updated successfully"
598 msgstr ""
771 msgstr ""
@@ -621,17 +794,17 b' msgstr ""'
621 msgid "Error occurred during creation of repository group %s"
794 msgid "Error occurred during creation of repository group %s"
622 msgstr ""
795 msgstr ""
623
796
624 #: rhodecode/controllers/admin/repo_groups.py:259
797 #: rhodecode/controllers/admin/repo_groups.py:258
625 #, python-format
798 #, python-format
626 msgid "Updated repository group %s"
799 msgid "Updated repository group %s"
627 msgstr ""
800 msgstr ""
628
801
629 #: rhodecode/controllers/admin/repo_groups.py:275
802 #: rhodecode/controllers/admin/repo_groups.py:274
630 #, python-format
803 #, python-format
631 msgid "Error occurred during update of repository group %s"
804 msgid "Error occurred during update of repository group %s"
632 msgstr ""
805 msgstr ""
633
806
634 #: rhodecode/controllers/admin/repo_groups.py:297
807 #: rhodecode/controllers/admin/repo_groups.py:296
635 #, python-format
808 #, python-format
636 msgid "This group contains %(num)d repository and cannot be deleted"
809 msgid "This group contains %(num)d repository and cannot be deleted"
637 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
810 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
@@ -640,7 +813,7 b' msgstr[1] ""'
640 msgstr[2] ""
813 msgstr[2] ""
641 msgstr[3] ""
814 msgstr[3] ""
642
815
643 #: rhodecode/controllers/admin/repo_groups.py:306
816 #: rhodecode/controllers/admin/repo_groups.py:305
644 #, python-format
817 #, python-format
645 msgid "This group contains %(num)d subgroup and cannot be deleted"
818 msgid "This group contains %(num)d subgroup and cannot be deleted"
646 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
819 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
@@ -649,22 +822,22 b' msgstr[1] ""'
649 msgstr[2] ""
822 msgstr[2] ""
650 msgstr[3] ""
823 msgstr[3] ""
651
824
652 #: rhodecode/controllers/admin/repo_groups.py:313
825 #: rhodecode/controllers/admin/repo_groups.py:312
653 #, python-format
826 #, python-format
654 msgid "Removed repository group %s"
827 msgid "Removed repository group %s"
655 msgstr ""
828 msgstr ""
656
829
657 #: rhodecode/controllers/admin/repo_groups.py:318
830 #: rhodecode/controllers/admin/repo_groups.py:317
658 #, python-format
831 #, python-format
659 msgid "Error occurred during deletion of repository group %s"
832 msgid "Error occurred during deletion of repository group %s"
660 msgstr ""
833 msgstr ""
661
834
662 #: rhodecode/controllers/admin/repo_groups.py:389
835 #: rhodecode/controllers/admin/repo_groups.py:388
663 #: rhodecode/controllers/admin/user_groups.py:323
836 #: rhodecode/controllers/admin/user_groups.py:325
664 msgid "Cannot change permission for yourself as admin"
837 msgid "Cannot change permission for yourself as admin"
665 msgstr ""
838 msgstr ""
666
839
667 #: rhodecode/controllers/admin/repo_groups.py:406
840 #: rhodecode/controllers/admin/repo_groups.py:405
668 msgid "Repository Group permissions updated"
841 msgid "Repository Group permissions updated"
669 msgstr ""
842 msgstr ""
670
843
@@ -812,18 +985,18 b' msgid "Error occurred during deleting is'
812 msgstr ""
985 msgstr ""
813
986
814 #: rhodecode/controllers/admin/repos.py:720
987 #: rhodecode/controllers/admin/repos.py:720
815 #: rhodecode/controllers/admin/settings.py:361
988 #: rhodecode/controllers/admin/settings.py:362
816 msgid "Removed issue tracker entry"
989 msgid "Removed issue tracker entry"
817 msgstr ""
990 msgstr ""
818
991
819 #: rhodecode/controllers/admin/repos.py:750
992 #: rhodecode/controllers/admin/repos.py:750
820 #: rhodecode/controllers/admin/settings.py:406
993 #: rhodecode/controllers/admin/settings.py:408
821 msgid "Updated issue tracker entries"
994 msgid "Updated issue tracker entries"
822 msgstr ""
995 msgstr ""
823
996
824 #: rhodecode/controllers/admin/repos.py:809
997 #: rhodecode/controllers/admin/repos.py:809
825 #: rhodecode/controllers/admin/settings.py:140
998 #: rhodecode/controllers/admin/settings.py:141
826 #: rhodecode/controllers/admin/settings.py:686
999 #: rhodecode/controllers/admin/settings.py:718
827 msgid "Some form inputs contain invalid data."
1000 msgid "Some form inputs contain invalid data."
828 msgstr ""
1001 msgstr ""
829
1002
@@ -832,115 +1005,115 b' msgid "Error occurred during updating re'
832 msgstr ""
1005 msgstr ""
833
1006
834 #: rhodecode/controllers/admin/repos.py:831
1007 #: rhodecode/controllers/admin/repos.py:831
835 #: rhodecode/controllers/admin/settings.py:166
1008 #: rhodecode/controllers/admin/settings.py:167
836 msgid "Updated VCS settings"
1009 msgid "Updated VCS settings"
837 msgstr ""
1010 msgstr ""
838
1011
839 #: rhodecode/controllers/admin/settings.py:162
1012 #: rhodecode/controllers/admin/settings.py:163
840 #: rhodecode/controllers/admin/settings.py:265
1013 #: rhodecode/controllers/admin/settings.py:266
841 msgid "Error occurred during updating application settings"
1014 msgid "Error occurred during updating application settings"
842 msgstr ""
1015 msgstr ""
843
1016
844 #: rhodecode/controllers/admin/settings.py:209
1017 #: rhodecode/controllers/admin/settings.py:210
845 #, python-format
1018 #, python-format
846 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1019 msgid "Repositories successfully rescanned added: %s ; removed: %s"
847 msgstr ""
1020 msgstr ""
848
1021
849 #: rhodecode/controllers/admin/settings.py:260
1022 #: rhodecode/controllers/admin/settings.py:262
850 msgid "Updated application settings"
1023 msgid "Updated application settings"
851 msgstr ""
1024 msgstr ""
852
1025
853 #: rhodecode/controllers/admin/settings.py:325
1026 #: rhodecode/controllers/admin/settings.py:326
854 msgid "Updated visualisation settings"
1027 msgid "Updated visualisation settings"
855 msgstr ""
1028 msgstr ""
856
1029
857 #: rhodecode/controllers/admin/settings.py:328
1030 #: rhodecode/controllers/admin/settings.py:329
858 msgid "Error occurred during updating visualisation settings"
1031 msgid "Error occurred during updating visualisation settings"
859 msgstr ""
1032 msgstr ""
860
1033
861 #: rhodecode/controllers/admin/settings.py:419
1034 #: rhodecode/controllers/admin/settings.py:421
862 msgid "Please enter email address"
1035 msgid "Please enter email address"
863 msgstr ""
1036 msgstr ""
864
1037
865 #: rhodecode/controllers/admin/settings.py:437
1038 #: rhodecode/controllers/admin/settings.py:439
866 msgid "Send email task created"
1039 msgid "Send email task created"
867 msgstr ""
1040 msgstr ""
868
1041
869 #: rhodecode/controllers/admin/settings.py:470
1042 #: rhodecode/controllers/admin/settings.py:472
870 msgid "Added new hook"
1043 msgid "Added new hook"
871 msgstr ""
1044 msgstr ""
872
1045
873 #: rhodecode/controllers/admin/settings.py:485
1046 #: rhodecode/controllers/admin/settings.py:487
874 msgid "Updated hooks"
1047 msgid "Updated hooks"
875 msgstr ""
1048 msgstr ""
876
1049
877 #: rhodecode/controllers/admin/settings.py:489
1050 #: rhodecode/controllers/admin/settings.py:491
878 msgid "Error occurred during hook creation"
1051 msgid "Error occurred during hook creation"
879 msgstr ""
1052 msgstr ""
880
1053
881 #: rhodecode/controllers/admin/settings.py:536
1054 #: rhodecode/controllers/admin/settings.py:539
882 #, python-format
1055 #, python-format
883 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1056 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
884 msgstr ""
1057 msgstr ""
885
1058
886 #: rhodecode/controllers/admin/settings.py:540
1059 #: rhodecode/controllers/admin/settings.py:543
887 #, python-format
1060 #, python-format
888 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1061 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
889 msgstr ""
1062 msgstr ""
890
1063
891 #: rhodecode/controllers/admin/settings.py:707
1064 #: rhodecode/controllers/admin/settings.py:739
892 msgid "Error occurred during updating labs settings"
1065 msgid "Error occurred during updating labs settings"
893 msgstr ""
1066 msgstr ""
894
1067
895 #: rhodecode/controllers/admin/settings.py:711
1068 #: rhodecode/controllers/admin/settings.py:744
896 msgid "Updated Labs settings"
1069 msgid "Updated Labs settings"
897 msgstr ""
1070 msgstr ""
898
1071
899 #: rhodecode/controllers/admin/settings.py:775
1072 #: rhodecode/controllers/admin/settings.py:794
900 msgid "Mercurial server-side merge"
1073 msgid "Mercurial server-side merge"
901 msgstr ""
1074 msgstr ""
902
1075
903 #: rhodecode/controllers/admin/settings.py:776
1076 #: rhodecode/controllers/admin/settings.py:795
904 msgid ""
1077 msgid ""
905 "Use rebase instead of creating a merge commit when merging via web interface"
1078 "Use rebase instead of creating a merge commit when merging via web interface"
906 msgstr ""
1079 msgstr ""
907
1080
908 #: rhodecode/controllers/admin/settings.py:782
1081 #: rhodecode/controllers/admin/settings.py:801
909 msgid "Subversion HTTP Support"
1082 msgid "Subversion HTTP Support"
910 msgstr ""
1083 msgstr ""
911
1084
912 #: rhodecode/controllers/admin/settings.py:783
1085 #: rhodecode/controllers/admin/settings.py:802
913 msgid "Proxy subversion HTTP requests"
1086 msgid "Proxy subversion HTTP requests"
914 msgstr ""
1087 msgstr ""
915
1088
916 #: rhodecode/controllers/admin/settings.py:789
1089 #: rhodecode/controllers/admin/settings.py:808
917 msgid "Subversion HTTP Server URL"
1090 msgid "Subversion HTTP Server URL"
918 msgstr ""
1091 msgstr ""
919
1092
920 #: rhodecode/controllers/admin/settings.py:791
1093 #: rhodecode/controllers/admin/settings.py:810
921 msgid "e.g. http://localhost:8080/"
1094 msgid "e.g. http://localhost:8080/"
922 msgstr ""
1095 msgstr ""
923
1096
924 #: rhodecode/controllers/admin/settings.py:826
1097 #: rhodecode/controllers/admin/settings.py:845
925 #: rhodecode/templates/admin/repos/repo_edit.html:48
1098 #: rhodecode/templates/admin/repos/repo_edit.html:48
926 msgid "VCS"
1099 msgid "VCS"
927 msgstr ""
1100 msgstr ""
928
1101
929 #: rhodecode/controllers/admin/settings.py:827
1102 #: rhodecode/controllers/admin/settings.py:846
930 msgid "Visual"
1103 msgid "Visual"
931 msgstr ""
1104 msgstr ""
932
1105
933 #: rhodecode/controllers/admin/settings.py:828
1106 #: rhodecode/controllers/admin/settings.py:847
934 msgid "Remap and Rescan"
1107 msgid "Remap and Rescan"
935 msgstr ""
1108 msgstr ""
936
1109
937 #: rhodecode/controllers/admin/settings.py:830
1110 #: rhodecode/controllers/admin/settings.py:849
938 #: rhodecode/templates/admin/repos/repo_edit.html:54
1111 #: rhodecode/templates/admin/repos/repo_edit.html:54
939 msgid "Issue Tracker"
1112 msgid "Issue Tracker"
940 msgstr ""
1113 msgstr ""
941
1114
942 #: rhodecode/controllers/admin/settings.py:832
1115 #: rhodecode/controllers/admin/settings.py:851
943 #: rhodecode/templates/register.html:51
1116 #: rhodecode/templates/register.html:76
944 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
1117 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
945 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
1118 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
946 #: rhodecode/templates/admin/users/user_add.html:86
1119 #: rhodecode/templates/admin/users/user_add.html:86
@@ -950,69 +1123,69 b' msgstr ""'
950 msgid "Email"
1123 msgid "Email"
951 msgstr ""
1124 msgstr ""
952
1125
953 #: rhodecode/controllers/admin/settings.py:833
1126 #: rhodecode/controllers/admin/settings.py:852
954 msgid "Hooks"
1127 msgid "Hooks"
955 msgstr ""
1128 msgstr ""
956
1129
957 #: rhodecode/controllers/admin/settings.py:834
1130 #: rhodecode/controllers/admin/settings.py:853
958 msgid "Full Text Search"
1131 msgid "Full Text Search"
959 msgstr ""
1132 msgstr ""
960
1133
961 #: rhodecode/controllers/admin/settings.py:836
1134 #: rhodecode/controllers/admin/settings.py:855
962 #: rhodecode/templates/admin/settings/settings_system.html:47
1135 #: rhodecode/templates/admin/settings/settings_system.html:47
963 msgid "System Info"
1136 msgid "System Info"
964 msgstr ""
1137 msgstr ""
965
1138
966 #: rhodecode/controllers/admin/settings.py:838
1139 #: rhodecode/controllers/admin/settings.py:857
967 msgid "Open Source Licenses"
1140 msgid "Open Source Licenses"
968 msgstr ""
1141 msgstr ""
969
1142
970 #: rhodecode/controllers/admin/settings.py:856
1143 #: rhodecode/controllers/admin/settings.py:875
971 msgid "Labs"
1144 msgid "Labs"
972 msgstr ""
1145 msgstr ""
973
1146
974 #: rhodecode/controllers/admin/user_groups.py:167
1147 #: rhodecode/controllers/admin/user_groups.py:168
975 #, python-format
1148 #, python-format
976 msgid "Created user group %(user_group_link)s"
1149 msgid "Created user group %(user_group_link)s"
977 msgstr ""
1150 msgstr ""
978
1151
979 #: rhodecode/controllers/admin/user_groups.py:181
1152 #: rhodecode/controllers/admin/user_groups.py:182
980 #, python-format
1153 #, python-format
981 msgid "Error occurred during creation of user group %s"
1154 msgid "Error occurred during creation of user group %s"
982 msgstr ""
1155 msgstr ""
983
1156
984 #: rhodecode/controllers/admin/user_groups.py:221
1157 #: rhodecode/controllers/admin/user_groups.py:223
985 #, python-format
1158 #, python-format
986 msgid "Updated user group %s"
1159 msgid "Updated user group %s"
987 msgstr ""
1160 msgstr ""
988
1161
989 #: rhodecode/controllers/admin/user_groups.py:236
1162 #: rhodecode/controllers/admin/user_groups.py:238
990 #, python-format
1163 #, python-format
991 msgid "Error occurred during update of user group %s"
1164 msgid "Error occurred during update of user group %s"
992 msgstr ""
1165 msgstr ""
993
1166
994 #: rhodecode/controllers/admin/user_groups.py:258
1167 #: rhodecode/controllers/admin/user_groups.py:260
995 msgid "Successfully deleted user group"
1168 msgid "Successfully deleted user group"
996 msgstr ""
1169 msgstr ""
997
1170
998 #: rhodecode/controllers/admin/user_groups.py:263
1171 #: rhodecode/controllers/admin/user_groups.py:265
999 msgid "An error occurred during deletion of user group"
1172 msgid "An error occurred during deletion of user group"
1000 msgstr ""
1173 msgstr ""
1001
1174
1002 #: rhodecode/controllers/admin/user_groups.py:331
1175 #: rhodecode/controllers/admin/user_groups.py:333
1003 msgid "Target group cannot be the same"
1176 msgid "Target group cannot be the same"
1004 msgstr ""
1177 msgstr ""
1005
1178
1006 #: rhodecode/controllers/admin/user_groups.py:337
1179 #: rhodecode/controllers/admin/user_groups.py:339
1007 msgid "User Group permissions updated"
1180 msgid "User Group permissions updated"
1008 msgstr ""
1181 msgstr ""
1009
1182
1010 #: rhodecode/controllers/admin/user_groups.py:422
1183 #: rhodecode/controllers/admin/user_groups.py:424
1011 msgid "User Group global permissions updated successfully"
1184 msgid "User Group global permissions updated successfully"
1012 msgstr ""
1185 msgstr ""
1013
1186
1014 #: rhodecode/controllers/admin/user_groups.py:438
1187 #: rhodecode/controllers/admin/user_groups.py:440
1015 #: rhodecode/controllers/admin/users.py:564
1188 #: rhodecode/controllers/admin/users.py:566
1016 msgid "An error occurred during permissions saving"
1189 msgid "An error occurred during permissions saving"
1017 msgstr ""
1190 msgstr ""
1018
1191
@@ -1030,102 +1203,102 b' msgstr ""'
1030 msgid "User updated successfully"
1203 msgid "User updated successfully"
1031 msgstr ""
1204 msgstr ""
1032
1205
1033 #: rhodecode/controllers/admin/users.py:255
1206 #: rhodecode/controllers/admin/users.py:257
1034 #, python-format
1207 #, python-format
1035 msgid "Detached %s repositories"
1208 msgid "Detached %s repositories"
1036 msgstr ""
1209 msgstr ""
1037
1210
1038 #: rhodecode/controllers/admin/users.py:260
1211 #: rhodecode/controllers/admin/users.py:262
1039 #, python-format
1212 #, python-format
1040 msgid "Deleted %s repositories"
1213 msgid "Deleted %s repositories"
1041 msgstr ""
1214 msgstr ""
1042
1215
1043 #: rhodecode/controllers/admin/users.py:268
1216 #: rhodecode/controllers/admin/users.py:270
1044 #, python-format
1217 #, python-format
1045 msgid "Detached %s repository groups"
1218 msgid "Detached %s repository groups"
1046 msgstr ""
1219 msgstr ""
1047
1220
1048 #: rhodecode/controllers/admin/users.py:273
1221 #: rhodecode/controllers/admin/users.py:275
1049 #, python-format
1222 #, python-format
1050 msgid "Deleted %s repository groups"
1223 msgid "Deleted %s repository groups"
1051 msgstr ""
1224 msgstr ""
1052
1225
1053 #: rhodecode/controllers/admin/users.py:281
1226 #: rhodecode/controllers/admin/users.py:283
1054 #, python-format
1227 #, python-format
1055 msgid "Detached %s user groups"
1228 msgid "Detached %s user groups"
1056 msgstr ""
1229 msgstr ""
1057
1230
1058 #: rhodecode/controllers/admin/users.py:286
1231 #: rhodecode/controllers/admin/users.py:288
1059 #, python-format
1232 #, python-format
1060 msgid "Deleted %s user groups"
1233 msgid "Deleted %s user groups"
1061 msgstr ""
1234 msgstr ""
1062
1235
1063 #: rhodecode/controllers/admin/users.py:297
1236 #: rhodecode/controllers/admin/users.py:299
1064 msgid "Successfully deleted user"
1237 msgid "Successfully deleted user"
1065 msgstr ""
1238 msgstr ""
1066
1239
1067 #: rhodecode/controllers/admin/users.py:303
1240 #: rhodecode/controllers/admin/users.py:305
1068 msgid "An error occurred during deletion of user"
1241 msgid "An error occurred during deletion of user"
1069 msgstr ""
1242 msgstr ""
1070
1243
1071 #: rhodecode/controllers/admin/users.py:322
1072 msgid "Force password change disabled for user"
1073 msgstr ""
1074
1075 #: rhodecode/controllers/admin/users.py:324
1244 #: rhodecode/controllers/admin/users.py:324
1245 msgid "Force password change disabled for user"
1246 msgstr ""
1247
1248 #: rhodecode/controllers/admin/users.py:326
1076 msgid "Force password change enabled for user"
1249 msgid "Force password change enabled for user"
1077 msgstr ""
1250 msgstr ""
1078
1251
1079 #: rhodecode/controllers/admin/users.py:328
1252 #: rhodecode/controllers/admin/users.py:330
1080 msgid "An error occurred during password reset for user"
1253 msgid "An error occurred during password reset for user"
1081 msgstr ""
1254 msgstr ""
1082
1255
1083 #: rhodecode/controllers/admin/users.py:354
1256 #: rhodecode/controllers/admin/users.py:356
1084 #, python-format
1257 #, python-format
1085 msgid "Created repository group `%s`"
1258 msgid "Created repository group `%s`"
1086 msgstr ""
1259 msgstr ""
1087
1260
1088 #: rhodecode/controllers/admin/users.py:358
1261 #: rhodecode/controllers/admin/users.py:360
1089 msgid "An error occurred during repository group creation for user"
1262 msgid "An error occurred during repository group creation for user"
1090 msgstr ""
1263 msgstr ""
1091
1264
1092 #: rhodecode/controllers/admin/users.py:377
1265 #: rhodecode/controllers/admin/users.py:379
1093 #: rhodecode/controllers/admin/users.py:398
1266 #: rhodecode/controllers/admin/users.py:400
1094 #: rhodecode/controllers/admin/users.py:428
1267 #: rhodecode/controllers/admin/users.py:430
1095 #: rhodecode/controllers/admin/users.py:459
1268 #: rhodecode/controllers/admin/users.py:461
1096 #: rhodecode/controllers/admin/users.py:476
1269 #: rhodecode/controllers/admin/users.py:478
1097 #: rhodecode/controllers/admin/users.py:499
1270 #: rhodecode/controllers/admin/users.py:501
1098 #: rhodecode/controllers/admin/users.py:573
1271 #: rhodecode/controllers/admin/users.py:575
1099 #: rhodecode/controllers/admin/users.py:586
1272 #: rhodecode/controllers/admin/users.py:588
1100 #: rhodecode/controllers/admin/users.py:644
1273 #: rhodecode/controllers/admin/users.py:646
1101 msgid "You can't edit this user"
1274 msgid "You can't edit this user"
1102 msgstr ""
1275 msgstr ""
1103
1276
1104 #: rhodecode/controllers/admin/users.py:412
1277 #: rhodecode/controllers/admin/users.py:414
1105 msgid ""
1278 msgid ""
1106 "The user participates as reviewer in pull requests and cannot be deleted. "
1279 "The user participates as reviewer in pull requests and cannot be deleted. "
1107 "You can set the user to \"inactive\" instead of deleting it."
1280 "You can set the user to \"inactive\" instead of deleting it."
1108 msgstr ""
1281 msgstr ""
1109
1282
1110 #: rhodecode/controllers/admin/users.py:548
1283 #: rhodecode/controllers/admin/users.py:550
1111 msgid "User global permissions updated successfully"
1284 msgid "User global permissions updated successfully"
1112 msgstr ""
1285 msgstr ""
1113
1286
1114 #: rhodecode/controllers/admin/users.py:676
1287 #: rhodecode/controllers/admin/users.py:678
1115 #, python-format
1288 #, python-format
1116 msgid "An error occurred during ip saving:%s"
1289 msgid "An error occurred during ip saving:%s"
1117 msgstr ""
1290 msgstr ""
1118
1291
1119 #: rhodecode/controllers/admin/users.py:691
1292 #: rhodecode/controllers/admin/users.py:693
1120 msgid "An error occurred during ip saving"
1293 msgid "An error occurred during ip saving"
1121 msgstr ""
1294 msgstr ""
1122
1295
1123 #: rhodecode/controllers/admin/users.py:695
1296 #: rhodecode/controllers/admin/users.py:697
1124 #, python-format
1297 #, python-format
1125 msgid "Added ips %s to user whitelist"
1298 msgid "Added ips %s to user whitelist"
1126 msgstr ""
1299 msgstr ""
1127
1300
1128 #: rhodecode/controllers/admin/users.py:713
1301 #: rhodecode/controllers/admin/users.py:715
1129 msgid "Removed ip address from user whitelist"
1302 msgid "Removed ip address from user whitelist"
1130 msgstr ""
1303 msgstr ""
1131
1304
@@ -1252,25 +1425,25 b' msgstr ""'
1252 msgid "Commit not found"
1425 msgid "Commit not found"
1253 msgstr ""
1426 msgstr ""
1254
1427
1255 #: rhodecode/lib/auth.py:1106
1428 #: rhodecode/lib/auth.py:1180
1256 #, python-format
1429 #, python-format
1257 msgid "IP %s not allowed"
1430 msgid "IP %s not allowed"
1258 msgstr ""
1431 msgstr ""
1259
1432
1260 #: rhodecode/lib/auth.py:1180
1433 #: rhodecode/lib/auth.py:1254
1261 msgid "You need to be a registered user to perform this action"
1434 msgid "You need to be a registered user to perform this action"
1262 msgstr ""
1435 msgstr ""
1263
1436
1264 #: rhodecode/lib/auth.py:1227
1437 #: rhodecode/lib/auth.py:1302
1265 #, python-format
1438 #, python-format
1266 msgid "Action not supported for %s."
1439 msgid "Action not supported for %s."
1267 msgstr ""
1440 msgstr ""
1268
1441
1269 #: rhodecode/lib/auth.py:1264
1442 #: rhodecode/lib/auth.py:1339
1270 msgid "You need to be signed in to view this page"
1443 msgid "You need to be signed in to view this page"
1271 msgstr ""
1444 msgstr ""
1272
1445
1273 #: rhodecode/lib/base.py:513
1446 #: rhodecode/lib/base.py:511
1274 #, python-format
1447 #, python-format
1275 msgid "The repository at %(repo_name)s cannot be located."
1448 msgid "The repository at %(repo_name)s cannot be located."
1276 msgstr ""
1449 msgstr ""
@@ -1288,36 +1461,36 b' msgstr ""'
1288 msgid "No changes detected"
1461 msgid "No changes detected"
1289 msgstr ""
1462 msgstr ""
1290
1463
1291 #: rhodecode/lib/helpers.py:1246
1464 #: rhodecode/lib/helpers.py:1434
1292 #, python-format
1465 #, python-format
1293 msgid " and %s more"
1466 msgid " and %s more"
1294 msgstr ""
1467 msgstr ""
1295
1468
1296 #: rhodecode/lib/helpers.py:1250
1469 #: rhodecode/lib/helpers.py:1438
1297 msgid "No Files"
1470 msgid "No Files"
1298 msgstr ""
1471 msgstr ""
1299
1472
1300 #: rhodecode/lib/helpers.py:1323
1473 #: rhodecode/lib/helpers.py:1511
1301 msgid "new file"
1474 msgid "new file"
1302 msgstr ""
1475 msgstr ""
1303
1476
1304 #: rhodecode/lib/helpers.py:1326
1477 #: rhodecode/lib/helpers.py:1514
1305 msgid "mod"
1478 msgid "mod"
1306 msgstr ""
1479 msgstr ""
1307
1480
1308 #: rhodecode/lib/helpers.py:1329
1481 #: rhodecode/lib/helpers.py:1517
1309 msgid "del"
1482 msgid "del"
1310 msgstr ""
1483 msgstr ""
1311
1484
1312 #: rhodecode/lib/helpers.py:1332
1485 #: rhodecode/lib/helpers.py:1520
1313 msgid "rename"
1486 msgid "rename"
1314 msgstr ""
1487 msgstr ""
1315
1488
1316 #: rhodecode/lib/helpers.py:1337
1489 #: rhodecode/lib/helpers.py:1525
1317 msgid "chmod"
1490 msgid "chmod"
1318 msgstr ""
1491 msgstr ""
1319
1492
1320 #: rhodecode/lib/helpers.py:1579
1493 #: rhodecode/lib/helpers.py:1767
1321 msgid ""
1494 msgid ""
1322 "Example filter terms:\n"
1495 "Example filter terms:\n"
1323 " repository:vcs\n"
1496 " repository:vcs\n"
@@ -1336,14 +1509,14 b' msgid ""'
1336 " \"username:test AND repository:test*\"\n"
1509 " \"username:test AND repository:test*\"\n"
1337 msgstr ""
1510 msgstr ""
1338
1511
1339 #: rhodecode/lib/helpers.py:1599
1512 #: rhodecode/lib/helpers.py:1787
1340 #, python-format
1513 #, python-format
1341 msgid ""
1514 msgid ""
1342 "%s repository is not mapped to db perhaps it was created or renamed from the"
1515 "%s repository is not mapped to db perhaps it was created or renamed from the"
1343 " filesystem please run the application again in order to rescan repositories"
1516 " filesystem please run the application again in order to rescan repositories"
1344 msgstr ""
1517 msgstr ""
1345
1518
1346 #: rhodecode/lib/utils2.py:446
1519 #: rhodecode/lib/utils2.py:453
1347 #, python-format
1520 #, python-format
1348 msgid "%d year"
1521 msgid "%d year"
1349 msgid_plural "%d years"
1522 msgid_plural "%d years"
@@ -1352,7 +1525,7 b' msgstr[1] ""'
1352 msgstr[2] ""
1525 msgstr[2] ""
1353 msgstr[3] ""
1526 msgstr[3] ""
1354
1527
1355 #: rhodecode/lib/utils2.py:447
1528 #: rhodecode/lib/utils2.py:454
1356 #, python-format
1529 #, python-format
1357 msgid "%d month"
1530 msgid "%d month"
1358 msgid_plural "%d months"
1531 msgid_plural "%d months"
@@ -1361,7 +1534,7 b' msgstr[1] ""'
1361 msgstr[2] ""
1534 msgstr[2] ""
1362 msgstr[3] ""
1535 msgstr[3] ""
1363
1536
1364 #: rhodecode/lib/utils2.py:448
1537 #: rhodecode/lib/utils2.py:455
1365 #, python-format
1538 #, python-format
1366 msgid "%d day"
1539 msgid "%d day"
1367 msgid_plural "%d days"
1540 msgid_plural "%d days"
@@ -1370,7 +1543,7 b' msgstr[1] ""'
1370 msgstr[2] ""
1543 msgstr[2] ""
1371 msgstr[3] ""
1544 msgstr[3] ""
1372
1545
1373 #: rhodecode/lib/utils2.py:449
1546 #: rhodecode/lib/utils2.py:456
1374 #, python-format
1547 #, python-format
1375 msgid "%d hour"
1548 msgid "%d hour"
1376 msgid_plural "%d hours"
1549 msgid_plural "%d hours"
@@ -1379,7 +1552,7 b' msgstr[1] ""'
1379 msgstr[2] ""
1552 msgstr[2] ""
1380 msgstr[3] ""
1553 msgstr[3] ""
1381
1554
1382 #: rhodecode/lib/utils2.py:450
1555 #: rhodecode/lib/utils2.py:457
1383 #, python-format
1556 #, python-format
1384 msgid "%d minute"
1557 msgid "%d minute"
1385 msgid_plural "%d minutes"
1558 msgid_plural "%d minutes"
@@ -1388,7 +1561,7 b' msgstr[1] ""'
1388 msgstr[2] ""
1561 msgstr[2] ""
1389 msgstr[3] ""
1562 msgstr[3] ""
1390
1563
1391 #: rhodecode/lib/utils2.py:451
1564 #: rhodecode/lib/utils2.py:458
1392 #, python-format
1565 #, python-format
1393 msgid "%d second"
1566 msgid "%d second"
1394 msgid_plural "%d seconds"
1567 msgid_plural "%d seconds"
@@ -1397,257 +1570,45 b' msgstr[1] ""'
1397 msgstr[2] ""
1570 msgstr[2] ""
1398 msgstr[3] ""
1571 msgstr[3] ""
1399
1572
1400 #: rhodecode/lib/utils2.py:469
1573 #: rhodecode/lib/utils2.py:476
1401 #, python-format
1574 #, python-format
1402 msgid "in %s"
1575 msgid "in %s"
1403 msgstr ""
1576 msgstr ""
1404
1577
1405 #: rhodecode/lib/utils2.py:475
1578 #: rhodecode/lib/utils2.py:482
1406 #, python-format
1579 #, python-format
1407 msgid "%s ago"
1580 msgid "%s ago"
1408 msgstr ""
1581 msgstr ""
1409
1582
1410 #: rhodecode/lib/utils2.py:485
1583 #: rhodecode/lib/utils2.py:492
1411 #, python-format
1584 #, python-format
1412 msgid "%s, %s ago"
1585 msgid "%s, %s ago"
1413 msgstr ""
1586 msgstr ""
1414
1587
1415 #: rhodecode/lib/utils2.py:487
1588 #: rhodecode/lib/utils2.py:494
1416 #, python-format
1589 #, python-format
1417 msgid "in %s, %s"
1590 msgid "in %s, %s"
1418 msgstr ""
1591 msgstr ""
1419
1592
1420 #: rhodecode/lib/utils2.py:489
1593 #: rhodecode/lib/utils2.py:496
1421 #, python-format
1594 #, python-format
1422 msgid "%s and %s"
1595 msgid "%s and %s"
1423 msgstr ""
1596 msgstr ""
1424
1597
1425 #: rhodecode/lib/utils2.py:491
1598 #: rhodecode/lib/utils2.py:498
1426 #, python-format
1599 #, python-format
1427 msgid "%s and %s ago"
1600 msgid "%s and %s ago"
1428 msgstr ""
1601 msgstr ""
1429
1602
1430 #: rhodecode/lib/utils2.py:493
1603 #: rhodecode/lib/utils2.py:500
1431 #, python-format
1604 #, python-format
1432 msgid "in %s and %s"
1605 msgid "in %s and %s"
1433 msgstr ""
1606 msgstr ""
1434
1607
1435 #: rhodecode/lib/utils2.py:497
1608 #: rhodecode/lib/utils2.py:504
1436 msgid "just now"
1609 msgid "just now"
1437 msgstr ""
1610 msgstr ""
1438
1611
1439 #: rhodecode/lib/auth_modules/__init__.py:690
1440 msgid "This provider is currently disabled"
1441 msgstr ""
1442
1443 #: rhodecode/lib/auth_modules/__init__.py:708
1444 msgid "Your external identity is now connected with your account"
1445 msgstr ""
1446
1447 #: rhodecode/lib/auth_modules/__init__.py:712
1448 msgid ""
1449 "No external user id found? Perhaps permissionsfor authentication are set "
1450 "incorrectly"
1451 msgstr ""
1452
1453 #: rhodecode/lib/auth_modules/auth_crowd.py:60
1454 msgid "The FQDN or IP of the Atlassian CROWD Server"
1455 msgstr ""
1456
1457 #: rhodecode/lib/auth_modules/auth_crowd.py:61
1458 msgid "Host"
1459 msgstr ""
1460
1461 #: rhodecode/lib/auth_modules/auth_crowd.py:66
1462 msgid "The Port in use by the Atlassian CROWD Server"
1463 msgstr ""
1464
1465 #: rhodecode/lib/auth_modules/auth_crowd.py:67
1466 #: rhodecode/lib/auth_modules/auth_ldap.py:81
1467 msgid "Port"
1468 msgstr ""
1469
1470 #: rhodecode/lib/auth_modules/auth_crowd.py:73
1471 msgid "The Application Name to authenticate to CROWD"
1472 msgstr ""
1473
1474 #: rhodecode/lib/auth_modules/auth_crowd.py:74
1475 msgid "Application Name"
1476 msgstr ""
1477
1478 #: rhodecode/lib/auth_modules/auth_crowd.py:79
1479 msgid "The password to authenticate to CROWD"
1480 msgstr ""
1481
1482 #: rhodecode/lib/auth_modules/auth_crowd.py:80
1483 msgid "Application Password"
1484 msgstr ""
1485
1486 #: rhodecode/lib/auth_modules/auth_crowd.py:85
1487 msgid ""
1488 "A comma separated list of group names that identify users as RhodeCode "
1489 "Administrators"
1490 msgstr ""
1491
1492 #: rhodecode/lib/auth_modules/auth_crowd.py:88
1493 msgid "Admin Groups"
1494 msgstr ""
1495
1496 #: rhodecode/lib/auth_modules/auth_crowd.py:208
1497 msgid "CROWD"
1498 msgstr ""
1499
1500 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:63
1501 msgid "The url of the Jasig CAS REST service"
1502 msgstr ""
1503
1504 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:64
1505 #: rhodecode/templates/admin/gists/show.html:21
1506 msgid "URL"
1507 msgstr ""
1508
1509 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:90
1510 msgid "Jasig-CAS"
1511 msgstr ""
1512
1513 #: rhodecode/lib/auth_modules/auth_ldap.py:74
1514 msgid "Host of the LDAP Server"
1515 msgstr ""
1516
1517 #: rhodecode/lib/auth_modules/auth_ldap.py:75
1518 msgid "LDAP Host"
1519 msgstr ""
1520
1521 #: rhodecode/lib/auth_modules/auth_ldap.py:80
1522 msgid "Port that the LDAP server is listening on"
1523 msgstr ""
1524
1525 #: rhodecode/lib/auth_modules/auth_ldap.py:87
1526 msgid "User to connect to LDAP"
1527 msgstr ""
1528
1529 #: rhodecode/lib/auth_modules/auth_ldap.py:89
1530 msgid "Account"
1531 msgstr ""
1532
1533 #: rhodecode/lib/auth_modules/auth_ldap.py:94
1534 msgid "Password to connect to LDAP"
1535 msgstr ""
1536
1537 #: rhodecode/lib/auth_modules/auth_ldap.py:96
1538 #: rhodecode/templates/login.html:45 rhodecode/templates/register.html:43
1539 #: rhodecode/templates/admin/my_account/my_account.html:30
1540 #: rhodecode/templates/admin/users/user_add.html:44
1541 #: rhodecode/templates/base/base.html:312
1542 #: rhodecode/templates/debug_style/login.html:45
1543 msgid "Password"
1544 msgstr ""
1545
1546 #: rhodecode/lib/auth_modules/auth_ldap.py:101
1547 msgid "TLS Type"
1548 msgstr ""
1549
1550 #: rhodecode/lib/auth_modules/auth_ldap.py:102
1551 msgid "Connection Security"
1552 msgstr ""
1553
1554 #: rhodecode/lib/auth_modules/auth_ldap.py:108
1555 msgid "Require Cert over TLS?"
1556 msgstr ""
1557
1558 #: rhodecode/lib/auth_modules/auth_ldap.py:109
1559 msgid "Certificate Checks"
1560 msgstr ""
1561
1562 #: rhodecode/lib/auth_modules/auth_ldap.py:115
1563 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
1564 msgstr ""
1565
1566 #: rhodecode/lib/auth_modules/auth_ldap.py:117
1567 msgid "Base DN"
1568 msgstr ""
1569
1570 #: rhodecode/lib/auth_modules/auth_ldap.py:122
1571 msgid "Filter to narrow results (e.g., ou=Users, etc)"
1572 msgstr ""
1573
1574 #: rhodecode/lib/auth_modules/auth_ldap.py:124
1575 msgid "LDAP Search Filter"
1576 msgstr ""
1577
1578 #: rhodecode/lib/auth_modules/auth_ldap.py:129
1579 msgid "How deep to search LDAP"
1580 msgstr ""
1581
1582 #: rhodecode/lib/auth_modules/auth_ldap.py:130
1583 msgid "LDAP Search Scope"
1584 msgstr ""
1585
1586 #: rhodecode/lib/auth_modules/auth_ldap.py:136
1587 msgid "LDAP Attribute to map to user name"
1588 msgstr ""
1589
1590 #: rhodecode/lib/auth_modules/auth_ldap.py:137
1591 msgid "Login Attribute"
1592 msgstr ""
1593
1594 #: rhodecode/lib/auth_modules/auth_ldap.py:138
1595 msgid "The LDAP Login attribute of the CN must be specified"
1596 msgstr ""
1597
1598 #: rhodecode/lib/auth_modules/auth_ldap.py:143
1599 msgid "LDAP Attribute to map to first name"
1600 msgstr ""
1601
1602 #: rhodecode/lib/auth_modules/auth_ldap.py:145
1603 msgid "First Name Attribute"
1604 msgstr ""
1605
1606 #: rhodecode/lib/auth_modules/auth_ldap.py:150
1607 msgid "LDAP Attribute to map to last name"
1608 msgstr ""
1609
1610 #: rhodecode/lib/auth_modules/auth_ldap.py:152
1611 msgid "Last Name Attribute"
1612 msgstr ""
1613
1614 #: rhodecode/lib/auth_modules/auth_ldap.py:157
1615 msgid "LDAP Attribute to map to email address"
1616 msgstr ""
1617
1618 #: rhodecode/lib/auth_modules/auth_ldap.py:159
1619 msgid "Email Attribute"
1620 msgstr ""
1621
1622 #: rhodecode/lib/auth_modules/auth_ldap.py:335
1623 msgid "LDAP"
1624 msgstr ""
1625
1626 #: rhodecode/lib/auth_modules/auth_pam.py:60
1627 msgid "PAM service name to use for authentication."
1628 msgstr ""
1629
1630 #: rhodecode/lib/auth_modules/auth_pam.py:61
1631 msgid "PAM service name"
1632 msgstr ""
1633
1634 #: rhodecode/lib/auth_modules/auth_pam.py:66
1635 msgid ""
1636 "Regular expression for extracting user name/email etc. from Unix userinfo."
1637 msgstr ""
1638
1639 #: rhodecode/lib/auth_modules/auth_pam.py:68
1640 msgid "Gecos Regex"
1641 msgstr ""
1642
1643 #: rhodecode/lib/auth_modules/auth_pam.py:94
1644 msgid "PAM"
1645 msgstr ""
1646
1647 #: rhodecode/lib/auth_modules/auth_rhodecode.py:66
1648 msgid "Rhodecode"
1649 msgstr ""
1650
1651 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1612 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1652 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1613 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1653 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
1614 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
@@ -1658,19 +1619,19 b' msgstr ""'
1658 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1619 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1659 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1620 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1660 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1621 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1661 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1622 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1662 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1623 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1663 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1624 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1664 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1625 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
1665 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1626 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
1666 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1627 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
1667 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1628 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
1668 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1629 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
1669 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1630 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
1670 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1631 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
1671 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1632 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
1672 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1633 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1673 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2243
1634 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2291
1674 msgid "Repository no access"
1635 msgid "Repository no access"
1675 msgstr ""
1636 msgstr ""
1676
1637
@@ -1684,19 +1645,19 b' msgstr ""'
1684 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1645 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1685 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1646 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1686 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1647 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1687 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1648 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:734
1688 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1649 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:737
1689 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1650 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:739
1690 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1651 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:739
1691 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1652 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:766
1692 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1653 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:776
1693 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1654 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:819
1694 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1655 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:818
1695 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1656 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:819
1696 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1657 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:819
1697 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1658 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:825
1698 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1659 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1699 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2244
1660 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972 rhodecode/model/db.py:2292
1700 msgid "Repository read access"
1661 msgid "Repository read access"
1701 msgstr ""
1662 msgstr ""
1702
1663
@@ -1710,19 +1671,19 b' msgstr ""'
1710 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1671 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1711 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1672 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1712 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1673 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1713 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:737
1674 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1714 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:740
1675 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1715 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:742
1676 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1716 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:742
1677 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1717 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:769
1678 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1718 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:779
1679 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1719 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:822
1680 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1720 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:821
1681 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1721 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:822
1682 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1722 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:822
1683 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1723 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:828
1684 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1724 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:950
1685 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1725 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:975 rhodecode/model/db.py:2245
1686 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2293
1726 msgid "Repository write access"
1687 msgid "Repository write access"
1727 msgstr ""
1688 msgstr ""
1728
1689
@@ -1736,19 +1697,19 b' msgstr ""'
1736 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1697 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1737 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1698 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1738 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1699 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1739 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1700 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1740 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1701 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1741 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1702 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1742 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
1703 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1743 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
1704 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1744 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
1705 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1745 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
1706 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1746 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
1707 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1747 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
1708 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1748 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
1709 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1749 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
1710 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1750 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
1711 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1751 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2246
1712 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2294
1752 msgid "Repository admin access"
1713 msgid "Repository admin access"
1753 msgstr ""
1714 msgstr ""
1754
1715
@@ -1786,9 +1747,9 b' msgstr ""'
1786 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1747 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1787 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1748 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1788 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1749 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1789 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1750 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:731
1790 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1751 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:734
1791 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1752 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:736
1792 msgid "RhodeCode Administrator"
1753 msgid "RhodeCode Administrator"
1793 msgstr ""
1754 msgstr ""
1794
1755
@@ -1802,19 +1763,19 b' msgstr ""'
1802 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1763 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1803 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1764 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1804 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1765 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1805 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
1766 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
1806 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
1767 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
1807 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
1768 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
1808 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
1769 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
1809 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
1770 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
1810 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
1771 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
1811 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
1772 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
1812 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
1773 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
1813 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
1774 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
1814 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
1775 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
1815 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
1776 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
1816 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
1777 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1817 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2264
1778 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2312
1818 msgid "Repository creation disabled"
1779 msgid "Repository creation disabled"
1819 msgstr ""
1780 msgstr ""
1820
1781
@@ -1828,19 +1789,19 b' msgstr ""'
1828 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1789 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1829 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1790 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1830 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1791 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1831 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
1792 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:755
1832 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
1793 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:758
1833 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
1794 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:760
1834 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
1795 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:760
1835 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
1796 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:787
1836 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
1797 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:797
1837 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
1798 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:840
1838 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
1799 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:839
1839 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
1800 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:840
1840 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
1801 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:840
1841 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
1802 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:846
1842 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
1803 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1843 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2265
1804 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993 rhodecode/model/db.py:2313
1844 msgid "Repository creation enabled"
1805 msgid "Repository creation enabled"
1845 msgstr ""
1806 msgstr ""
1846
1807
@@ -1854,19 +1815,19 b' msgstr ""'
1854 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1815 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1855 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1816 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1856 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1817 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1857 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:761
1818 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
1858 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:764
1819 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
1859 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:766
1820 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
1860 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:766
1821 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
1861 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:793
1822 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
1862 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:803
1823 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
1863 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:846
1824 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
1864 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:845
1825 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
1865 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:846
1826 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
1866 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:846
1827 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
1867 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:852
1828 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
1868 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:974
1829 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
1869 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:999 rhodecode/model/db.py:2269
1830 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2317
1870 msgid "Repository forking disabled"
1831 msgid "Repository forking disabled"
1871 msgstr ""
1832 msgstr ""
1872
1833
@@ -1880,20 +1841,19 b' msgstr ""'
1880 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1841 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1881 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1842 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1882 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1843 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1883 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
1844 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:760
1884 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
1845 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:763
1885 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
1846 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:765
1886 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
1847 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:765
1887 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
1848 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:792
1888 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
1849 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:802
1889 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
1850 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:845
1890 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
1851 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:844
1891 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
1852 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:845
1892 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
1853 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:845
1893 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
1854 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:851
1894 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
1855 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
1895 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
1856 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998 rhodecode/model/db.py:2318
1896 #: rhodecode/model/db.py:2270
1897 msgid "Repository forking enabled"
1857 msgid "Repository forking enabled"
1898 msgstr ""
1858 msgstr ""
1899
1859
@@ -1928,20 +1888,20 b' msgstr ""'
1928 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1888 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1929 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1889 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1930 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1890 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1931 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1891 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1074
1932 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1892 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1077
1933 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1893 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1088
1934 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1894 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1091
1935 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1895 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1121
1936 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1896 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1135
1937 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1897 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1178
1938 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1898 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1177
1939 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1899 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1186
1940 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1900 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1186
1941 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1901 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1196
1942 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1902 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
1943 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
1903 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
1944 #: rhodecode/model/db.py:2900
1904 #: rhodecode/model/db.py:2950
1945 msgid "Not Reviewed"
1905 msgid "Not Reviewed"
1946 msgstr ""
1906 msgstr ""
1947
1907
@@ -1955,20 +1915,20 b' msgstr ""'
1955 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1915 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1956 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1916 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1957 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1917 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1958 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1918 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1075
1959 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
1919 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1078
1960 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
1920 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1089
1961 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
1921 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1092
1962 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
1922 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1122
1963 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
1923 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1136
1964 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
1924 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1179
1965 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
1925 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1178
1966 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
1926 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1187
1967 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
1927 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1187
1968 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
1928 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1197
1969 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
1929 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
1970 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
1930 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
1971 #: rhodecode/model/db.py:2901
1931 #: rhodecode/model/db.py:2951
1972 msgid "Approved"
1932 msgid "Approved"
1973 msgstr ""
1933 msgstr ""
1974
1934
@@ -1982,20 +1942,20 b' msgstr ""'
1982 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1942 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1983 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1943 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1984 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1944 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1985 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1078
1945 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1986 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1081
1946 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1987 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1092
1947 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1988 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1095
1948 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1989 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1125
1949 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1990 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1139
1950 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1991 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1182
1951 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1992 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1181
1952 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1993 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1190
1953 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1994 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1190
1954 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1995 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1200
1955 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1996 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1322
1956 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1997 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1347
1957 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
1998 #: rhodecode/model/db.py:2902
1958 #: rhodecode/model/db.py:2952
1999 msgid "Rejected"
1959 msgid "Rejected"
2000 msgstr ""
1960 msgstr ""
2001
1961
@@ -2009,20 +1969,20 b' msgstr ""'
2009 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
1969 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
2010 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
1970 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
2011 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
1971 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
2012 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1079
1972 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
2013 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1082
1973 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
2014 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1093
1974 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
2015 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1096
1975 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
2016 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1126
1976 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
2017 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1140
1977 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
2018 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1183
1978 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
2019 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1182
1979 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
2020 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1191
1980 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
2021 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1191
1981 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
2022 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1201
1982 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
2023 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1323
1983 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2024 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1348
1984 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2025 #: rhodecode/model/db.py:2903
1985 #: rhodecode/model/db.py:2953
2026 msgid "Under Review"
1986 msgid "Under Review"
2027 msgstr ""
1987 msgstr ""
2028
1988
@@ -2033,6 +1993,52 b' msgstr ""'
2033 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
1993 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
2034 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
1994 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
2035 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1995 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1996 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1997 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1998 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1999 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
2000 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
2001 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
2002 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
2003 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
2004 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
2005 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
2006 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
2007 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2008 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2296
2009 msgid "Repository group no access"
2010 msgstr ""
2011
2012 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
2013 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
2014 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2015 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2016 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2017 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2018 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2019 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:739
2020 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:742
2021 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:744
2022 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:744
2023 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:771
2024 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:781
2025 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:824
2026 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:823
2027 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:824
2028 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:824
2029 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:830
2030 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2031 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977 rhodecode/model/db.py:2297
2032 msgid "Repository group read access"
2033 msgstr ""
2034
2035 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2036 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2037 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2038 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2039 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2040 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2041 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2036 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
2042 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
2037 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
2043 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
2038 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
2044 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
@@ -2045,17 +2051,17 b' msgstr ""'
2045 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2051 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2046 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2052 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2047 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2053 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2048 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2248
2054 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2298
2049 msgid "Repository group no access"
2055 msgid "Repository group write access"
2050 msgstr ""
2056 msgstr ""
2051
2057
2052 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
2058 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2053 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
2059 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2054 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2060 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2055 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2061 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2056 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2062 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2057 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2063 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2058 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2064 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2059 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2065 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2060 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2066 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2061 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
2067 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
@@ -2068,40 +2074,16 b' msgstr ""'
2068 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2074 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2069 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2075 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2070 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2076 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2071 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2249
2077 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2299
2072 msgid "Repository group read access"
2078 msgid "Repository group admin access"
2073 msgstr ""
2079 msgstr ""
2074
2080
2075 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2081 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2076 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2082 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2077 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2083 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2078 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2084 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2079 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2085 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2080 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2086 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2081 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2082 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:742
2083 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:745
2084 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:747
2085 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:747
2086 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:774
2087 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:784
2088 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:827
2089 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:826
2090 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:827
2091 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:827
2092 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:833
2093 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:955
2094 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:980 rhodecode/model/db.py:2250
2095 msgid "Repository group write access"
2096 msgstr ""
2097
2098 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2099 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2100 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2101 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2102 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2103 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2104 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2105 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2087 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2106 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2088 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2107 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
2089 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
@@ -2114,16 +2096,38 b' msgstr ""'
2114 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2096 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2115 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2097 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2116 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2098 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2117 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2251
2099 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2301
2118 msgid "Repository group admin access"
2100 msgid "User group no access"
2119 msgstr ""
2101 msgstr ""
2120
2102
2121 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2103 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2122 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2104 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2123 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2105 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2124 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2106 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2125 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2107 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2126 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2108 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2109 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:744
2110 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:747
2111 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:749
2112 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:749
2113 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:776
2114 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:786
2115 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:829
2116 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:828
2117 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:829
2118 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:829
2119 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:835
2120 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2121 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982 rhodecode/model/db.py:2302
2122 msgid "User group read access"
2123 msgstr ""
2124
2125 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2126 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2127 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2128 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2129 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2130 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2127 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2131 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2128 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2132 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2129 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
2133 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
@@ -2136,16 +2140,16 b' msgstr ""'
2136 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2140 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2137 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2141 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2138 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2142 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2139 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2253
2143 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2303
2140 msgid "User group no access"
2144 msgid "User group write access"
2141 msgstr ""
2145 msgstr ""
2142
2146
2143 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2147 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2144 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2148 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2145 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2149 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2146 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2150 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2147 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2151 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2148 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2152 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2149 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2153 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2150 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2154 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2151 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
2155 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
@@ -2158,38 +2162,16 b' msgstr ""'
2158 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2162 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2159 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2163 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2160 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2164 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2161 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2254
2165 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2304
2162 msgid "User group read access"
2166 msgid "User group admin access"
2163 msgstr ""
2167 msgstr ""
2164
2168
2165 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2169 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2166 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2170 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2167 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2171 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2168 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2172 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2169 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2173 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2170 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2174 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2171 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:747
2172 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:750
2173 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:752
2174 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:752
2175 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:779
2176 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:789
2177 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:832
2178 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:831
2179 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:832
2180 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:832
2181 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:838
2182 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:960
2183 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:985 rhodecode/model/db.py:2255
2184 msgid "User group write access"
2185 msgstr ""
2186
2187 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2188 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2189 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2190 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2191 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2192 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2193 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2175 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2194 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2176 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2195 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
2177 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
@@ -2202,29 +2184,7 b' msgstr ""'
2202 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2184 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2203 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2185 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2204 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2186 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2205 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2256
2187 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2306
2206 msgid "User group admin access"
2207 msgstr ""
2208
2209 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2210 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2211 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2212 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2213 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2214 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2215 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:750
2216 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:753
2217 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:755
2218 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:755
2219 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:782
2220 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:792
2221 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:835
2222 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:834
2223 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:835
2224 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:835
2225 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:841
2226 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:963
2227 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:988 rhodecode/model/db.py:2258
2228 msgid "Repository Group creation disabled"
2188 msgid "Repository Group creation disabled"
2229 msgstr ""
2189 msgstr ""
2230
2190
@@ -2234,6 +2194,28 b' msgstr ""'
2234 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2194 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2235 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2195 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2236 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2196 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2197 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:749
2198 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:752
2199 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:754
2200 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:754
2201 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:781
2202 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:791
2203 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:834
2204 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:833
2205 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:834
2206 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:834
2207 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:840
2208 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2209 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987 rhodecode/model/db.py:2307
2210 msgid "Repository Group creation enabled"
2211 msgstr ""
2212
2213 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2214 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2215 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2216 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2217 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2218 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2237 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2219 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2238 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2220 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2239 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
2221 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
@@ -2246,29 +2228,7 b' msgstr ""'
2246 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2228 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2247 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2229 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2248 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2230 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2249 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2259
2231 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2309
2250 msgid "Repository Group creation enabled"
2251 msgstr ""
2252
2253 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2254 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2255 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2256 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2257 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2258 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2259 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:753
2260 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:756
2261 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:758
2262 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:758
2263 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:785
2264 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:795
2265 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:838
2266 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:837
2267 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:838
2268 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:838
2269 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:844
2270 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:966
2271 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:991 rhodecode/model/db.py:2261
2272 msgid "User Group creation disabled"
2232 msgid "User Group creation disabled"
2273 msgstr ""
2233 msgstr ""
2274
2234
@@ -2278,19 +2238,19 b' msgstr ""'
2278 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2238 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2279 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2239 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2280 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2240 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2281 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
2241 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:752
2282 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
2242 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:755
2283 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
2243 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:757
2284 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
2244 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:757
2285 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
2245 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:784
2286 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
2246 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:794
2287 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
2247 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:837
2288 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
2248 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:836
2289 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
2249 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:837
2290 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
2250 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:837
2291 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
2251 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:843
2292 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
2252 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2293 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2262
2253 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990 rhodecode/model/db.py:2310
2294 msgid "User Group creation enabled"
2254 msgid "User Group creation enabled"
2295 msgstr ""
2255 msgstr ""
2296
2256
@@ -2300,6 +2260,52 b' msgstr ""'
2300 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2260 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2301 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2261 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2302 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2262 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2263 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
2264 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
2265 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
2266 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
2267 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
2268 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
2269 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
2270 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
2271 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
2272 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
2273 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
2274 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2275 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2276 #: rhodecode/model/db.py:2320
2277 msgid "Registration disabled"
2278 msgstr ""
2279
2280 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2281 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2282 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2283 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2284 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2285 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2286 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:763
2287 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:766
2288 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:768
2289 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:768
2290 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:795
2291 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:805
2292 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:848
2293 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:847
2294 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:848
2295 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:848
2296 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:854
2297 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2298 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2299 #: rhodecode/model/db.py:2321
2300 msgid "User Registration with manual account activation"
2301 msgstr ""
2302
2303 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2304 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2305 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2306 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2307 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2308 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2303 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2309 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2304 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2310 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2305 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
2311 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
@@ -2313,39 +2319,16 b' msgstr ""'
2313 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2319 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2314 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2320 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2315 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2321 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2316 #: rhodecode/model/db.py:2272
2322 #: rhodecode/model/db.py:2322
2317 msgid "Registration disabled"
2323 msgid "User Registration with automatic account activation"
2318 msgstr ""
2324 msgstr ""
2319
2325
2320 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2326 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2321 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2327 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2322 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2328 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2323 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2329 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2324 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2330 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2325 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2331 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2326 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:765
2327 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:768
2328 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:770
2329 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:770
2330 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:797
2331 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:807
2332 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:850
2333 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:849
2334 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:850
2335 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:850
2336 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:856
2337 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:978
2338 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1003
2339 #: rhodecode/model/db.py:2273
2340 msgid "User Registration with manual account activation"
2341 msgstr ""
2342
2343 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2344 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2345 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2346 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2347 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2348 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2349 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2332 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2350 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2333 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2351 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
2334 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
@@ -2359,30 +2342,7 b' msgstr ""'
2359 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2342 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2360 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2343 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2361 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2344 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2362 #: rhodecode/model/db.py:2274
2345 #: rhodecode/model/db.py:2324
2363 msgid "User Registration with automatic account activation"
2364 msgstr ""
2365
2366 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2367 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2368 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2369 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2370 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2371 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2372 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:768
2373 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:771
2374 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:773
2375 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:773
2376 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:800
2377 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:810
2378 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:853
2379 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:852
2380 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:853
2381 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:853
2382 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:859
2383 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:981
2384 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1006
2385 #: rhodecode/model/db.py:2276
2386 msgid "Manual activation of external account"
2346 msgid "Manual activation of external account"
2387 msgstr ""
2347 msgstr ""
2388
2348
@@ -2392,11 +2352,70 b' msgstr ""'
2392 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2352 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2393 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2353 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2394 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2354 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2395 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:769
2355 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:767
2396 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:772
2356 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:770
2397 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:774
2357 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:772
2398 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:774
2358 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:772
2399 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:801
2359 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:799
2360 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:809
2361 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:852
2362 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:851
2363 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:852
2364 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:852
2365 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:858
2366 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2367 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2368 #: rhodecode/model/db.py:2325
2369 msgid "Automatic activation of external account"
2370 msgstr ""
2371
2372 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
2373 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
2374 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
2375 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
2376 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
2377 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
2378 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
2379 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
2380 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
2381 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
2382 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
2383 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2384 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2314
2385 msgid ""
2386 "Repository creation enabled with write permission to a repository group"
2387 msgstr ""
2388
2389 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
2390 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
2391 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
2392 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
2393 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
2394 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
2395 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
2396 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
2397 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
2398 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
2399 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
2400 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2401 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2315
2402 msgid ""
2403 "Repository creation disabled with write permission to a repository group"
2404 msgstr ""
2405
2406 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:736
2407 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:763
2408 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:773
2409 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:816
2410 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:815
2411 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:816
2412 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:816
2413 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:822
2414 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2415 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969 rhodecode/model/db.py:2289
2416 msgid "RhodeCode Super Administrator"
2417 msgstr ""
2418
2400 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2419 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2401 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2420 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2402 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
2421 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
@@ -2405,134 +2424,93 b' msgstr ""'
2405 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2424 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2406 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2425 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2407 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2426 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2408 #: rhodecode/model/db.py:2277
2427 #: rhodecode/model/db.py:2327
2409 msgid "Automatic activation of external account"
2410 msgstr ""
2411
2412 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:758
2413 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:761
2414 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:763
2415 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:763
2416 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:790
2417 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:800
2418 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:843
2419 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:842
2420 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:843
2421 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:843
2422 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:849
2423 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:971
2424 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:996 rhodecode/model/db.py:2266
2425 msgid ""
2426 "Repository creation enabled with write permission to a repository group"
2427 msgstr ""
2428
2429 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
2430 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
2431 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
2432 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
2433 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
2434 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
2435 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
2436 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
2437 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
2438 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
2439 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
2440 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2441 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2267
2442 msgid ""
2443 "Repository creation disabled with write permission to a repository group"
2444 msgstr ""
2445
2446 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
2447 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
2448 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
2449 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
2450 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
2451 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
2452 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
2453 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
2454 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
2455 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2241
2456 msgid "RhodeCode Super Administrator"
2457 msgstr ""
2458
2459 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:813
2460 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:856
2461 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:855
2462 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:856
2463 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:856
2464 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:862
2465 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:984
2466 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1009
2467 #: rhodecode/model/db.py:2279
2468 msgid "Inherit object permissions from default user disabled"
2428 msgid "Inherit object permissions from default user disabled"
2469 msgstr ""
2429 msgstr ""
2470
2430
2471 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:814
2431 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:812
2472 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:857
2432 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:855
2473 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:856
2433 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:854
2474 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:857
2434 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:855
2475 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:857
2435 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:855
2476 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:863
2436 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:861
2477 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:985
2437 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2478 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1010
2438 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2479 #: rhodecode/model/db.py:2280
2439 #: rhodecode/model/db.py:2328
2480 msgid "Inherit object permissions from default user enabled"
2440 msgid "Inherit object permissions from default user enabled"
2481 msgstr ""
2441 msgstr ""
2482
2442
2483 #: rhodecode/lib/index/whoosh.py:129
2443 #: rhodecode/lib/index/whoosh.py:148
2484 msgid "Invalid search query. Try quoting it."
2444 msgid "Invalid search query. Try quoting it."
2485 msgstr ""
2445 msgstr ""
2486
2446
2487 #: rhodecode/lib/index/whoosh.py:131
2488 msgid "There is no index to search in. Please run whoosh indexer"
2489 msgstr ""
2490
2491 #: rhodecode/lib/index/whoosh.py:136
2492 msgid "An error occurred during this search operation"
2493 msgstr ""
2494
2495 #: rhodecode/lib/index/whoosh.py:144
2496 msgid "Index Type"
2497 msgstr ""
2498
2499 #: rhodecode/lib/index/whoosh.py:145
2500 msgid "File Index"
2501 msgstr ""
2502
2503 #: rhodecode/lib/index/whoosh.py:146 rhodecode/lib/index/whoosh.py:151
2504 msgid "Indexed documents"
2505 msgstr ""
2506
2507 #: rhodecode/lib/index/whoosh.py:148 rhodecode/lib/index/whoosh.py:153
2508 msgid "Last update"
2509 msgstr ""
2510
2511 #: rhodecode/lib/index/whoosh.py:150
2447 #: rhodecode/lib/index/whoosh.py:150
2448 msgid "There is no index to search in. Please run whoosh indexer"
2449 msgstr ""
2450
2451 #: rhodecode/lib/index/whoosh.py:155
2452 msgid "An error occurred during this search operation"
2453 msgstr ""
2454
2455 #: rhodecode/lib/index/whoosh.py:163
2456 msgid "Index Type"
2457 msgstr ""
2458
2459 #: rhodecode/lib/index/whoosh.py:164
2460 msgid "File Index"
2461 msgstr ""
2462
2463 #: rhodecode/lib/index/whoosh.py:165 rhodecode/lib/index/whoosh.py:170
2464 msgid "Indexed documents"
2465 msgstr ""
2466
2467 #: rhodecode/lib/index/whoosh.py:167 rhodecode/lib/index/whoosh.py:172
2468 msgid "Last update"
2469 msgstr ""
2470
2471 #: rhodecode/lib/index/whoosh.py:169
2512 msgid "Commit index"
2472 msgid "Commit index"
2513 msgstr ""
2473 msgstr ""
2514
2474
2515 #: rhodecode/model/db.py:871
2475 #: rhodecode/login/views.py:237 rhodecode/login/views.py:296
2476 msgid "bad captcha"
2477 msgstr ""
2478
2479 #: rhodecode/login/views.py:246
2480 msgid "You have successfully registered with RhodeCode"
2481 msgstr ""
2482
2483 #: rhodecode/login/views.py:312
2484 msgid "Your password reset link was sent"
2485 msgstr ""
2486
2487 #: rhodecode/login/views.py:333
2488 msgid ""
2489 "Your password reset was successful, a new password has been sent to your "
2490 "email"
2491 msgstr ""
2492
2493 #: rhodecode/model/db.py:909
2516 msgid "all"
2494 msgid "all"
2517 msgstr ""
2495 msgstr ""
2518
2496
2519 #: rhodecode/model/db.py:872
2497 #: rhodecode/model/db.py:910
2520 msgid "http/web interface"
2498 msgid "http/web interface"
2521 msgstr ""
2499 msgstr ""
2522
2500
2523 #: rhodecode/model/db.py:873
2501 #: rhodecode/model/db.py:911
2524 msgid "vcs (git/hg protocol)"
2502 msgid "vcs (git/hg protocol)"
2525 msgstr ""
2503 msgstr ""
2526
2504
2527 #: rhodecode/model/db.py:874
2505 #: rhodecode/model/db.py:912
2528 msgid "api calls"
2506 msgid "api calls"
2529 msgstr ""
2507 msgstr ""
2530
2508
2531 #: rhodecode/model/db.py:875
2509 #: rhodecode/model/db.py:913
2532 msgid "feed access"
2510 msgid "feed access"
2533 msgstr ""
2511 msgstr ""
2534
2512
2535 #: rhodecode/model/db.py:2020
2513 #: rhodecode/model/db.py:2067
2536 msgid "No parent"
2514 msgid "No parent"
2537 msgstr ""
2515 msgstr ""
2538
2516
@@ -2656,7 +2634,7 b' msgid ""'
2656 "reference is missing."
2634 "reference is missing."
2657 msgstr ""
2635 msgstr ""
2658
2636
2659 #: rhodecode/model/pull_request.py:411
2637 #: rhodecode/model/pull_request.py:416
2660 #, python-format
2638 #, python-format
2661 msgid ""
2639 msgid ""
2662 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
2640 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
@@ -2664,39 +2642,39 b' msgid ""'
2664 " %(pr_title)s"
2642 " %(pr_title)s"
2665 msgstr ""
2643 msgstr ""
2666
2644
2667 #: rhodecode/model/pull_request.py:443
2645 #: rhodecode/model/pull_request.py:448
2668 msgid "Pull request merged and closed"
2646 msgid "Pull request merged and closed"
2669 msgstr ""
2647 msgstr ""
2670
2648
2671 #: rhodecode/model/pull_request.py:859
2649 #: rhodecode/model/pull_request.py:867
2672 msgid "Server-side pull request merging is disabled."
2650 msgid "Server-side pull request merging is disabled."
2673 msgstr ""
2651 msgstr ""
2674
2652
2675 #: rhodecode/model/pull_request.py:861
2653 #: rhodecode/model/pull_request.py:869
2676 msgid "This pull request is closed."
2654 msgid "This pull request is closed."
2677 msgstr ""
2655 msgstr ""
2678
2656
2679 #: rhodecode/model/pull_request.py:872
2657 #: rhodecode/model/pull_request.py:880
2680 msgid "Pull request merging is not supported."
2658 msgid "Pull request merging is not supported."
2681 msgstr ""
2659 msgstr ""
2682
2660
2683 #: rhodecode/model/pull_request.py:890
2661 #: rhodecode/model/pull_request.py:898
2684 msgid "Target repository large files support is disabled."
2662 msgid "Target repository large files support is disabled."
2685 msgstr ""
2663 msgstr ""
2686
2664
2687 #: rhodecode/model/pull_request.py:893
2665 #: rhodecode/model/pull_request.py:901
2688 msgid "Source repository large files support is disabled."
2666 msgid "Source repository large files support is disabled."
2689 msgstr ""
2667 msgstr ""
2690
2668
2691 #: rhodecode/model/pull_request.py:1036 rhodecode/model/scm.py:791
2669 #: rhodecode/model/pull_request.py:1050 rhodecode/model/scm.py:791
2692 msgid "Bookmarks"
2670 msgid "Bookmarks"
2693 msgstr ""
2671 msgstr ""
2694
2672
2695 #: rhodecode/model/pull_request.py:1041
2673 #: rhodecode/model/pull_request.py:1055
2696 msgid "Commit IDs"
2674 msgid "Commit IDs"
2697 msgstr ""
2675 msgstr ""
2698
2676
2699 #: rhodecode/model/pull_request.py:1044
2677 #: rhodecode/model/pull_request.py:1058
2700 msgid "Closed Branches"
2678 msgid "Closed Branches"
2701 msgstr ""
2679 msgstr ""
2702
2680
@@ -2708,238 +2686,252 b' msgstr ""'
2708 msgid "You can't Edit this user since it's crucial for entire application"
2686 msgid "You can't Edit this user since it's crucial for entire application"
2709 msgstr ""
2687 msgstr ""
2710
2688
2711 #: rhodecode/model/user.py:283
2689 #: rhodecode/model/user.py:285
2712 #, python-format
2690 #, python-format
2713 msgid ""
2691 msgid ""
2714 "You can't edit this user (`%(username)s`) since it's crucial for entire "
2692 "You can't edit this user (`%(username)s`) since it's crucial for entire "
2715 "application"
2693 "application"
2716 msgstr ""
2694 msgstr ""
2717
2695
2718 #: rhodecode/model/user.py:456
2696 #: rhodecode/model/user.py:458
2719 msgid "You can't remove this user since it's crucial for entire application"
2697 msgid "You can't remove this user since it's crucial for entire application"
2720 msgstr ""
2698 msgstr ""
2721
2699
2722 #: rhodecode/model/user.py:464
2700 #: rhodecode/model/user.py:466
2723 #, python-format
2701 #, python-format
2724 msgid ""
2702 msgid ""
2725 "user \"%s\" still owns %s repositories and cannot be removed. Switch owners "
2703 "user \"%s\" still owns %s repositories and cannot be removed. Switch owners "
2726 "or remove those repositories:%s"
2704 "or remove those repositories:%s"
2727 msgstr ""
2705 msgstr ""
2728
2706
2729 #: rhodecode/model/user.py:473
2707 #: rhodecode/model/user.py:475
2730 #, python-format
2708 #, python-format
2731 msgid ""
2709 msgid ""
2732 "user \"%s\" still owns %s repository groups and cannot be removed. Switch "
2710 "user \"%s\" still owns %s repository groups and cannot be removed. Switch "
2733 "owners or remove those repository groups:%s"
2711 "owners or remove those repository groups:%s"
2734 msgstr ""
2712 msgstr ""
2735
2713
2736 #: rhodecode/model/user.py:482
2714 #: rhodecode/model/user.py:484
2737 #, python-format
2715 #, python-format
2738 msgid ""
2716 msgid ""
2739 "user \"%s\" still owns %s user groups and cannot be removed. Switch owners "
2717 "user \"%s\" still owns %s user groups and cannot be removed. Switch owners "
2740 "or remove those user groups:%s"
2718 "or remove those user groups:%s"
2741 msgstr ""
2719 msgstr ""
2742
2720
2743 #: rhodecode/model/validators.py:96 rhodecode/model/validators.py:97
2721 #: rhodecode/model/validators.py:98 rhodecode/model/validators.py:99
2744 msgid "Value cannot be an empty list"
2722 msgid "Value cannot be an empty list"
2745 msgstr ""
2723 msgstr ""
2746
2724
2747 #: rhodecode/model/validators.py:140
2725 #: rhodecode/model/validators.py:142
2748 msgid "Pattern already exists"
2726 msgid "Pattern already exists"
2749 msgstr ""
2727 msgstr ""
2750
2728
2751 #: rhodecode/model/validators.py:158
2752 #, python-format
2753 msgid "Username \"%(username)s\" already exists"
2754 msgstr ""
2755
2756 #: rhodecode/model/validators.py:160
2729 #: rhodecode/model/validators.py:160
2757 #, python-format
2730 #, python-format
2758 msgid "Username \"%(username)s\" is forbidden"
2731 msgid "Username \"%(username)s\" already exists"
2759 msgstr ""
2732 msgstr ""
2760
2733
2761 #: rhodecode/model/validators.py:162
2734 #: rhodecode/model/validators.py:162
2735 #, python-format
2736 msgid "Username \"%(username)s\" is forbidden"
2737 msgstr ""
2738
2739 #: rhodecode/model/validators.py:164
2762 msgid ""
2740 msgid ""
2763 "Username may only contain alphanumeric characters underscores, periods or "
2741 "Username may only contain alphanumeric characters underscores, periods or "
2764 "dashes and must begin with alphanumeric character or underscore"
2742 "dashes and must begin with alphanumeric character or underscore"
2765 msgstr ""
2743 msgstr ""
2766
2744
2767 #: rhodecode/model/validators.py:190
2745 #: rhodecode/model/validators.py:192
2768 msgid "The input is not valid"
2746 msgid "The input is not valid"
2769 msgstr ""
2747 msgstr ""
2770
2748
2771 #: rhodecode/model/validators.py:197
2749 #: rhodecode/model/validators.py:199
2772 #, python-format
2750 #, python-format
2773 msgid "Username %(username)s is not valid"
2751 msgid "Username %(username)s is not valid"
2774 msgstr ""
2752 msgstr ""
2775
2753
2776 #: rhodecode/model/validators.py:216
2754 #: rhodecode/model/validators.py:200
2755 #, python-format
2756 msgid "Username %(username)s is disabled"
2757 msgstr ""
2758
2759 #: rhodecode/model/validators.py:223
2777 msgid "Invalid user group name"
2760 msgid "Invalid user group name"
2778 msgstr ""
2761 msgstr ""
2779
2762
2780 #: rhodecode/model/validators.py:217
2763 #: rhodecode/model/validators.py:224
2781 #, python-format
2764 #, python-format
2782 msgid "User group \"%(usergroup)s\" already exists"
2765 msgid "User group \"%(usergroup)s\" already exists"
2783 msgstr ""
2766 msgstr ""
2784
2767
2785 #: rhodecode/model/validators.py:219
2768 #: rhodecode/model/validators.py:226
2786 msgid ""
2769 msgid ""
2787 "user group name may only contain alphanumeric characters underscores, "
2770 "user group name may only contain alphanumeric characters underscores, "
2788 "periods or dashes and must begin with alphanumeric character"
2771 "periods or dashes and must begin with alphanumeric character"
2789 msgstr ""
2772 msgstr ""
2790
2773
2791 #: rhodecode/model/validators.py:257
2774 #: rhodecode/model/validators.py:264
2792 msgid "Cannot assign this group as parent"
2775 msgid "Cannot assign this group as parent"
2793 msgstr ""
2776 msgstr ""
2794
2777
2795 #: rhodecode/model/validators.py:258
2778 #: rhodecode/model/validators.py:265
2796 #, python-format
2779 #, python-format
2797 msgid "Group \"%(group_name)s\" already exists"
2780 msgid "Group \"%(group_name)s\" already exists"
2798 msgstr ""
2781 msgstr ""
2799
2782
2800 #: rhodecode/model/validators.py:259
2783 #: rhodecode/model/validators.py:266
2801 #, python-format
2784 #, python-format
2802 msgid "Repository with name \"%(group_name)s\" already exists"
2785 msgid "Repository with name \"%(group_name)s\" already exists"
2803 msgstr ""
2786 msgstr ""
2804
2787
2805 #: rhodecode/model/validators.py:261
2788 #: rhodecode/model/validators.py:268
2806 msgid "no permission to store repository groupin this location"
2789 msgid "no permission to store repository groupin this location"
2807 msgstr ""
2790 msgstr ""
2808
2791
2809 #: rhodecode/model/validators.py:263
2792 #: rhodecode/model/validators.py:270
2810 msgid "no permission to store repository group in root location"
2793 msgid "no permission to store repository group in root location"
2811 msgstr ""
2794 msgstr ""
2812
2795
2813 #: rhodecode/model/validators.py:379
2796 #: rhodecode/model/validators.py:386
2814 msgid "Invalid characters (non-ascii) in password"
2797 msgid "Invalid characters (non-ascii) in password"
2815 msgstr ""
2798 msgstr ""
2816
2799
2817 #: rhodecode/model/validators.py:394
2800 #: rhodecode/model/validators.py:401
2818 msgid "Invalid old password"
2801 msgid "Invalid old password"
2819 msgstr ""
2802 msgstr ""
2820
2803
2821 #: rhodecode/model/validators.py:412
2804 #: rhodecode/model/validators.py:418
2822 msgid "Passwords do not match"
2805 msgid "Passwords do not match"
2823 msgstr ""
2806 msgstr ""
2824
2807
2825 #: rhodecode/model/validators.py:430
2808 #: rhodecode/model/validators.py:436
2826 msgid "invalid password"
2809 msgid "invalid password"
2827 msgstr ""
2810 msgstr ""
2828
2811
2829 #: rhodecode/model/validators.py:431
2812 #: rhodecode/model/validators.py:437
2830 msgid "invalid user name"
2813 msgid "invalid user name"
2831 msgstr ""
2814 msgstr ""
2832
2815
2833 #: rhodecode/model/validators.py:432
2816 #: rhodecode/model/validators.py:438
2834 msgid "Your account is disabled"
2817 msgid "Your account is disabled"
2835 msgstr ""
2818 msgstr ""
2836
2819
2837 #: rhodecode/model/validators.py:465
2820 #: rhodecode/model/validators.py:470
2838 msgid "Token mismatch"
2821 msgid "Token mismatch"
2839 msgstr ""
2822 msgstr ""
2840
2823
2841 #: rhodecode/model/validators.py:479
2824 #: rhodecode/model/validators.py:484
2842 #, python-format
2825 #, python-format
2843 msgid "Repository name %(repo)s is disallowed"
2826 msgid "Repository name %(repo)s is disallowed"
2844 msgstr ""
2827 msgstr ""
2845
2828
2846 #: rhodecode/model/validators.py:481
2847 #, python-format
2848 msgid "Repository with name %(repo)s already exists"
2849 msgstr ""
2850
2851 #: rhodecode/model/validators.py:483
2852 #, python-format
2853 msgid "Repository group with name \"%(repo)s\" already exists"
2854 msgstr ""
2855
2856 #: rhodecode/model/validators.py:486
2829 #: rhodecode/model/validators.py:486
2857 #, python-format
2830 #, python-format
2858 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2831 msgid "Repository with name %(repo)s already exists"
2859 msgstr ""
2832 msgstr ""
2860
2833
2861 #: rhodecode/model/validators.py:488
2834 #: rhodecode/model/validators.py:488
2862 #, python-format
2835 #, python-format
2836 msgid "Repository group with name \"%(repo)s\" already exists"
2837 msgstr ""
2838
2839 #: rhodecode/model/validators.py:491
2840 #, python-format
2841 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2842 msgstr ""
2843
2844 #: rhodecode/model/validators.py:493
2845 #, python-format
2863 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2846 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2864 msgstr ""
2847 msgstr ""
2865
2848
2866 #: rhodecode/model/validators.py:615
2849 #: rhodecode/model/validators.py:620
2867 #, python-format
2850 #, python-format
2868 msgid "invalid clone url for %(rtype)s repository"
2851 msgid "invalid clone url for %(rtype)s repository"
2869 msgstr ""
2852 msgstr ""
2870
2853
2871 #: rhodecode/model/validators.py:616
2854 #: rhodecode/model/validators.py:621
2872 #, python-format
2855 #, python-format
2873 msgid ""
2856 msgid ""
2874 "Invalid clone url, provide a valid clone url starting with one of "
2857 "Invalid clone url, provide a valid clone url starting with one of "
2875 "%(allowed_prefixes)s"
2858 "%(allowed_prefixes)s"
2876 msgstr ""
2859 msgstr ""
2877
2860
2878 #: rhodecode/model/validators.py:645
2861 #: rhodecode/model/validators.py:650
2879 msgid "Fork have to be the same type as parent"
2862 msgid "Fork have to be the same type as parent"
2880 msgstr ""
2863 msgstr ""
2881
2864
2882 #: rhodecode/model/validators.py:660
2865 #: rhodecode/model/validators.py:665
2883 msgid "You do not have the permission to create repositories in this group."
2866 msgid "You do not have the permission to create repositories in this group."
2884 msgstr ""
2867 msgstr ""
2885
2868
2886 #: rhodecode/model/validators.py:663
2869 #: rhodecode/model/validators.py:668
2887 msgid ""
2870 msgid ""
2888 "You do not have the permission to store repositories in the root location."
2871 "You do not have the permission to store repositories in the root location."
2889 msgstr ""
2872 msgstr ""
2890
2873
2891 #: rhodecode/model/validators.py:723
2874 #: rhodecode/model/validators.py:728
2892 msgid "This username or user group name is not valid"
2875 msgid "This username or user group name is not valid"
2893 msgstr ""
2876 msgstr ""
2894
2877
2895 #: rhodecode/model/validators.py:841
2878 #: rhodecode/model/validators.py:846
2896 msgid "This is not a valid path"
2879 msgid "This is not a valid path"
2897 msgstr ""
2880 msgstr ""
2898
2881
2899 #: rhodecode/model/validators.py:856
2882 #: rhodecode/model/validators.py:861
2900 msgid "This e-mail address is already taken"
2883 msgid "This e-mail address is already taken"
2901 msgstr ""
2884 msgstr ""
2902
2885
2903 #: rhodecode/model/validators.py:876
2886 #: rhodecode/model/validators.py:881
2904 #, python-format
2887 #, python-format
2905 msgid "e-mail \"%(email)s\" does not exist."
2888 msgid "e-mail \"%(email)s\" does not exist."
2906 msgstr ""
2889 msgstr ""
2907
2890
2908 #: rhodecode/model/validators.py:912
2891 #: rhodecode/model/validators.py:902
2909 msgid ""
2910 "The LDAP Login attribute of the CN must be specified - this is the name of "
2911 "the attribute that is equivalent to \"username\""
2912 msgstr ""
2913
2914 #: rhodecode/model/validators.py:926
2915 #, python-format
2892 #, python-format
2916 msgid "Revisions %(revs)s are already part of pull request or have set status"
2893 msgid "Revisions %(revs)s are already part of pull request or have set status"
2917 msgstr ""
2894 msgstr ""
2918
2895
2919 #: rhodecode/model/validators.py:957
2896 #: rhodecode/model/validators.py:933
2920 msgid "Please enter a valid IPv4 or IpV6 address"
2897 msgid "Please enter a valid IPv4 or IpV6 address"
2921 msgstr ""
2898 msgstr ""
2922
2899
2923 #: rhodecode/model/validators.py:958
2900 #: rhodecode/model/validators.py:934
2924 #, python-format
2901 #, python-format
2925 msgid ""
2902 msgid ""
2926 "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2903 "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2927 msgstr ""
2904 msgstr ""
2928
2905
2929 #: rhodecode/model/validators.py:985
2906 #: rhodecode/model/validators.py:961
2930 msgid "Key name can only consist of letters, underscore, dash or numbers"
2907 msgid "Key name can only consist of letters, underscore, dash or numbers"
2931 msgstr ""
2908 msgstr ""
2932
2909
2910 #: rhodecode/model/validators.py:976
2911 msgid "Filename cannot be inside a directory"
2912 msgstr ""
2913
2914 #: rhodecode/model/validators.py:992
2915 #, python-format
2916 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2917 msgstr ""
2918
2919 #: rhodecode/model/validators.py:995
2920 #, python-format
2921 msgid "The plugin \"%(plugin_id)s\" is missing an includeme function."
2922 msgstr ""
2923
2924 #: rhodecode/model/validators.py:998
2925 #, python-format
2926 msgid "Can not load plugin \"%(plugin_id)s\""
2927 msgstr ""
2928
2933 #: rhodecode/model/validators.py:1000
2929 #: rhodecode/model/validators.py:1000
2934 msgid "Filename cannot be inside a directory"
2930 #, python-format
2935 msgstr ""
2931 msgid "No plugin available with ID \"%(plugin_id)s\""
2936
2932 msgstr ""
2937 #: rhodecode/model/validators.py:1016
2933
2938 #, python-format
2934 #: rhodecode/model/validators.py:1067
2939 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2940 msgstr ""
2941
2942 #: rhodecode/model/validators.py:1048
2943 msgid "This gistid is already in use"
2935 msgid "This gistid is already in use"
2944 msgstr ""
2936 msgstr ""
2945
2937
@@ -2995,10 +2987,10 b' msgstr ""'
2995 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2987 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2996 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2988 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2997 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2989 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2998 #: rhodecode/templates/admin/repos/repo_edit_settings.html:12
2990 #: rhodecode/templates/admin/repos/repo_edit_settings.html:15
2999 #: rhodecode/templates/admin/repos/repos.html:54
2991 #: rhodecode/templates/admin/repos/repos.html:54
3000 #: rhodecode/templates/admin/user_groups/user_groups.html:55
2992 #: rhodecode/templates/admin/user_groups/user_groups.html:55
3001 #: rhodecode/templates/base/perms_summary.html:103
2993 #: rhodecode/templates/base/perms_summary.html:102
3002 #: rhodecode/templates/bookmarks/bookmarks.html:59
2994 #: rhodecode/templates/bookmarks/bookmarks.html:59
3003 #: rhodecode/templates/branches/branches.html:58
2995 #: rhodecode/templates/branches/branches.html:58
3004 #: rhodecode/templates/files/files_browser.html:49
2996 #: rhodecode/templates/files/files_browser.html:49
@@ -3012,25 +3004,25 b' msgstr ""'
3012 #: rhodecode/templates/admin/gists/index.html:114
3004 #: rhodecode/templates/admin/gists/index.html:114
3013 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3005 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3014 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3006 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3015 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:30
3007 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
3016 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
3008 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
3017 #: rhodecode/templates/admin/repos/repo_add_base.html:32
3009 #: rhodecode/templates/admin/repos/repo_add_base.html:32
3018 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
3010 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
3019 #: rhodecode/templates/admin/repos/repo_edit_settings.html:83
3011 #: rhodecode/templates/admin/repos/repo_edit_settings.html:96
3020 #: rhodecode/templates/admin/repos/repos.html:57
3012 #: rhodecode/templates/admin/repos/repos.html:57
3021 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
3013 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
3022 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:29
3014 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:42
3023 #: rhodecode/templates/admin/user_groups/user_groups.html:57
3015 #: rhodecode/templates/admin/user_groups/user_groups.html:57
3024 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
3016 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
3025 #: rhodecode/templates/base/issue_tracker_settings.html:10
3017 #: rhodecode/templates/base/issue_tracker_settings.html:10
3026 #: rhodecode/templates/changeset/changeset.html:53
3018 #: rhodecode/templates/changeset/changeset.html:53
3027 #: rhodecode/templates/compare/compare_cs.html:24
3019 #: rhodecode/templates/compare/compare_commits.html:24
3028 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3020 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3029 #: rhodecode/templates/email_templates/pull_request_review.mako:67
3021 #: rhodecode/templates/email_templates/pull_request_review.mako:67
3030 #: rhodecode/templates/files/file_tree_detail.html:5
3022 #: rhodecode/templates/files/file_tree_detail.html:5
3031 #: rhodecode/templates/files/file_tree_detail.html:12
3023 #: rhodecode/templates/files/file_tree_detail.html:12
3032 #: rhodecode/templates/forks/fork.html:48
3024 #: rhodecode/templates/forks/fork.html:48
3033 #: rhodecode/templates/forks/forks_data.html:8
3025 #: rhodecode/templates/forks/forks_data.html:9
3034 #: rhodecode/templates/pullrequests/pullrequest.html:47
3026 #: rhodecode/templates/pullrequests/pullrequest.html:47
3035 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
3027 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
3036 #: rhodecode/templates/summary/components.html:73
3028 #: rhodecode/templates/summary/components.html:73
@@ -3040,14 +3032,15 b' msgstr ""'
3040 #: rhodecode/templates/index_base.html:102
3032 #: rhodecode/templates/index_base.html:102
3041 #: rhodecode/templates/index_base.html:133
3033 #: rhodecode/templates/index_base.html:133
3042 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
3034 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
3043 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:21
3035 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:24
3044 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
3036 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
3045 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
3037 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
3046 #: rhodecode/templates/admin/repos/repo_edit_settings.html:74
3038 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
3047 #: rhodecode/templates/admin/repos/repos.html:65
3039 #: rhodecode/templates/admin/repos/repos.html:65
3048 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
3040 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
3049 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:20
3041 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
3050 #: rhodecode/templates/admin/user_groups/user_groups.html:64
3042 #: rhodecode/templates/admin/user_groups/user_groups.html:64
3043 #: rhodecode/templates/forks/forks_data.html:7
3051 #: rhodecode/templates/summary/components.html:195
3044 #: rhodecode/templates/summary/components.html:195
3052 msgid "Owner"
3045 msgid "Owner"
3053 msgstr ""
3046 msgstr ""
@@ -3066,7 +3059,7 b' msgstr ""'
3066 #: rhodecode/templates/changelog/changelog.html:106
3059 #: rhodecode/templates/changelog/changelog.html:106
3067 #: rhodecode/templates/changelog/changelog_summary_data.html:6
3060 #: rhodecode/templates/changelog/changelog_summary_data.html:6
3068 #: rhodecode/templates/changeset/changeset.html:36
3061 #: rhodecode/templates/changeset/changeset.html:36
3069 #: rhodecode/templates/compare/compare_cs.html:22
3062 #: rhodecode/templates/compare/compare_commits.html:22
3070 #: rhodecode/templates/email_templates/commit_comment.mako:16
3063 #: rhodecode/templates/email_templates/commit_comment.mako:16
3071 #: rhodecode/templates/email_templates/commit_comment.mako:45
3064 #: rhodecode/templates/email_templates/commit_comment.mako:45
3072 #: rhodecode/templates/search/search_commit.html:6
3065 #: rhodecode/templates/search/search_commit.html:6
@@ -3083,13 +3076,13 b' msgstr ""'
3083 msgid "Home"
3076 msgid "Home"
3084 msgstr ""
3077 msgstr ""
3085
3078
3086 #: rhodecode/templates/login.html:6 rhodecode/templates/login.html:36
3079 #: rhodecode/templates/login.html:5 rhodecode/templates/login.html:35
3087 #: rhodecode/templates/login.html:52 rhodecode/templates/base/base.html:326
3080 #: rhodecode/templates/login.html:64 rhodecode/templates/base/base.html:328
3088 #: rhodecode/templates/debug_style/login.html:60
3081 #: rhodecode/templates/debug_style/login.html:60
3089 msgid "Sign In"
3082 msgid "Sign In"
3090 msgstr ""
3083 msgstr ""
3091
3084
3092 #: rhodecode/templates/login.html:38
3085 #: rhodecode/templates/login.html:37
3093 msgid "Go to the registration page to create a new account."
3086 msgid "Go to the registration page to create a new account."
3094 msgstr ""
3087 msgstr ""
3095
3088
@@ -3101,26 +3094,22 b' msgstr ""'
3101 #: rhodecode/templates/admin/users/user_add.html:35
3094 #: rhodecode/templates/admin/users/user_add.html:35
3102 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3095 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3103 #: rhodecode/templates/admin/users/users.html:89
3096 #: rhodecode/templates/admin/users/users.html:89
3104 #: rhodecode/templates/base/base.html:303
3097 #: rhodecode/templates/base/base.html:305
3105 #: rhodecode/templates/debug_style/login.html:36
3098 #: rhodecode/templates/debug_style/login.html:36
3106 #: rhodecode/templates/users/user_profile.html:27
3099 #: rhodecode/templates/users/user_profile.html:27
3107 msgid "Username"
3100 msgid "Username"
3108 msgstr ""
3101 msgstr ""
3109
3102
3110 #: rhodecode/templates/login.html:48
3103 #: rhodecode/templates/login.html:58
3111 msgid "Remember me"
3104 msgid "Remember me"
3112 msgstr ""
3105 msgstr ""
3113
3106
3114 #: rhodecode/templates/login.html:50
3107 #: rhodecode/templates/login.html:61
3115 msgid "Forgot your password?"
3108 msgid "Forgot your password?"
3116 msgstr ""
3109 msgstr ""
3117
3110
3118 #: rhodecode/templates/login.html:62
3119 msgid "Sign In using one of external services"
3120 msgstr ""
3121
3122 #: rhodecode/templates/password_reset.html:5
3111 #: rhodecode/templates/password_reset.html:5
3123 #: rhodecode/templates/register.html:6
3112 #: rhodecode/templates/register.html:5
3124 msgid "Create an Account"
3113 msgid "Create an Account"
3125 msgstr ""
3114 msgstr ""
3126
3115
@@ -3136,32 +3125,32 b' msgstr ""'
3136 msgid "Email Address"
3125 msgid "Email Address"
3137 msgstr ""
3126 msgstr ""
3138
3127
3139 #: rhodecode/templates/password_reset.html:45
3128 #: rhodecode/templates/password_reset.html:49
3140 #: rhodecode/templates/register.html:56
3129 #: rhodecode/templates/register.html:85
3141 msgid "Captcha"
3130 msgid "Captcha"
3142 msgstr ""
3131 msgstr ""
3143
3132
3144 #: rhodecode/templates/password_reset.html:51
3133 #: rhodecode/templates/password_reset.html:59
3145 msgid "Send password reset email"
3134 msgid "Send password reset email"
3146 msgstr ""
3135 msgstr ""
3147
3136
3148 #: rhodecode/templates/password_reset.html:52
3137 #: rhodecode/templates/password_reset.html:60
3149 msgid "Password reset link will be send to matching email address"
3138 msgid "Password reset link will be send to matching email address"
3150 msgstr ""
3139 msgstr ""
3151
3140
3141 #: rhodecode/templates/register.html:35
3142 msgid "Create an account"
3143 msgstr ""
3144
3152 #: rhodecode/templates/register.html:36
3145 #: rhodecode/templates/register.html:36
3153 msgid "Create an account"
3154 msgstr ""
3155
3156 #: rhodecode/templates/register.html:37
3157 msgid "Go to the login page to sign in with an existing account."
3146 msgid "Go to the login page to sign in with an existing account."
3158 msgstr ""
3147 msgstr ""
3159
3148
3160 #: rhodecode/templates/register.html:45
3149 #: rhodecode/templates/register.html:55
3161 msgid "Re-enter password"
3150 msgid "Re-enter password"
3162 msgstr ""
3151 msgstr ""
3163
3152
3164 #: rhodecode/templates/register.html:47
3153 #: rhodecode/templates/register.html:62
3165 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3154 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3166 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3155 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3167 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
3156 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
@@ -3171,7 +3160,7 b' msgstr ""'
3171 msgid "First Name"
3160 msgid "First Name"
3172 msgstr ""
3161 msgstr ""
3173
3162
3174 #: rhodecode/templates/register.html:49
3163 #: rhodecode/templates/register.html:69
3175 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3164 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3176 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3165 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3177 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
3166 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
@@ -3181,18 +3170,14 b' msgstr ""'
3181 msgid "Last Name"
3170 msgid "Last Name"
3182 msgstr ""
3171 msgstr ""
3183
3172
3184 #: rhodecode/templates/register.html:64
3173 #: rhodecode/templates/register.html:97
3185 msgid "Account activation requires admin approval."
3174 msgid "Account activation requires admin approval."
3186 msgstr ""
3175 msgstr ""
3187
3176
3188 #: rhodecode/templates/register.html:71
3177 #: rhodecode/templates/register.html:104
3189 msgid "Create Account"
3178 msgid "Create Account"
3190 msgstr ""
3179 msgstr ""
3191
3180
3192 #: rhodecode/templates/register.html:77
3193 msgid "Register using one of external services"
3194 msgstr ""
3195
3196 #: rhodecode/templates/admin/admin.html:5
3181 #: rhodecode/templates/admin/admin.html:5
3197 #: rhodecode/templates/admin/admin.html:15
3182 #: rhodecode/templates/admin/admin.html:15
3198 #: rhodecode/templates/base/base.html:78
3183 #: rhodecode/templates/base/base.html:78
@@ -3281,8 +3266,8 b' msgstr ""'
3281 #: rhodecode/templates/admin/users/user_edit.html:12
3266 #: rhodecode/templates/admin/users/user_edit.html:12
3282 #: rhodecode/templates/admin/users/users.html:13
3267 #: rhodecode/templates/admin/users/users.html:13
3283 #: rhodecode/templates/admin/users/users.html:102
3268 #: rhodecode/templates/admin/users/users.html:102
3284 #: rhodecode/templates/base/base.html:403
3269 #: rhodecode/templates/base/base.html:405
3285 #: rhodecode/templates/base/base.html:410
3270 #: rhodecode/templates/base/base.html:412
3286 msgid "Admin"
3271 msgid "Admin"
3287 msgstr ""
3272 msgstr ""
3288
3273
@@ -3318,7 +3303,7 b' msgid "disabled"'
3318 msgstr ""
3303 msgstr ""
3319
3304
3320 #: rhodecode/templates/admin/auth/auth_settings.html:81
3305 #: rhodecode/templates/admin/auth/auth_settings.html:81
3321 #: rhodecode/templates/admin/auth/plugin_settings.html:90
3306 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3322 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3307 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3323 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3308 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3324 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3309 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
@@ -3326,16 +3311,16 b' msgstr ""'
3326 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3311 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3327 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3312 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3328 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3313 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3329 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:55
3314 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:67
3330 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3315 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3331 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3316 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3332 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3317 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3333 #: rhodecode/templates/admin/repos/repo_edit_settings.html:145
3318 #: rhodecode/templates/admin/repos/repo_edit_settings.html:158
3334 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3319 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3335 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3320 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3336 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3321 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3337 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3322 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3338 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:72
3323 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:89
3339 #: rhodecode/templates/admin/users/user_add.html:125
3324 #: rhodecode/templates/admin/users/user_add.html:125
3340 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3325 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3341 #: rhodecode/templates/base/default_perms_box.html:88
3326 #: rhodecode/templates/base/default_perms_box.html:88
@@ -3369,7 +3354,7 b' msgstr ""'
3369
3354
3370 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3355 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3371 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3356 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3372 #: rhodecode/templates/admin/repos/repo_edit_settings.html:97
3357 #: rhodecode/templates/admin/repos/repo_edit_settings.html:110
3373 #: rhodecode/templates/forks/fork.html:85
3358 #: rhodecode/templates/forks/fork.html:85
3374 msgid ""
3359 msgid ""
3375 "Private repositories are only visible to people explicitly added as "
3360 "Private repositories are only visible to people explicitly added as "
@@ -3500,16 +3485,18 b' msgid "My public"'
3500 msgstr ""
3485 msgstr ""
3501
3486
3502 #: rhodecode/templates/admin/gists/index.html:108
3487 #: rhodecode/templates/admin/gists/index.html:108
3488 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
3489 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
3503 #: rhodecode/templates/bookmarks/bookmarks.html:63
3490 #: rhodecode/templates/bookmarks/bookmarks.html:63
3504 #: rhodecode/templates/branches/branches.html:62
3491 #: rhodecode/templates/branches/branches.html:62
3505 #: rhodecode/templates/changelog/changelog.html:102
3492 #: rhodecode/templates/changelog/changelog.html:102
3506 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3493 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3507 #: rhodecode/templates/changeset/changeset.html:164
3494 #: rhodecode/templates/changeset/changeset.html:164
3508 #: rhodecode/templates/compare/compare_cs.html:21
3495 #: rhodecode/templates/compare/compare_commits.html:21
3509 #: rhodecode/templates/files/files_browser.html:53
3496 #: rhodecode/templates/files/files_browser.html:53
3510 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3497 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3511 #: rhodecode/templates/pullrequests/pullrequests.html:102
3498 #: rhodecode/templates/pullrequests/pullrequests.html:102
3512 #: rhodecode/templates/search/search_commit.html:10
3499 #: rhodecode/templates/search/search_commit.html:16
3513 #: rhodecode/templates/tags/tags.html:63
3500 #: rhodecode/templates/tags/tags.html:63
3514 msgid "Author"
3501 msgid "Author"
3515 msgstr ""
3502 msgstr ""
@@ -3562,11 +3549,11 b' msgstr ""'
3562 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3549 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3563 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3550 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3564 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3551 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3565 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:56
3552 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
3566 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3553 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3567 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3554 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3568 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3555 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3569 #: rhodecode/templates/admin/repos/repo_edit_settings.html:146
3556 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
3570 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3557 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3571 #: rhodecode/templates/admin/settings/settings_global.html:110
3558 #: rhodecode/templates/admin/settings/settings_global.html:110
3572 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
3559 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
@@ -3591,8 +3578,7 b' msgstr ""'
3591 #: rhodecode/templates/admin/gists/show.html:49
3578 #: rhodecode/templates/admin/gists/show.html:49
3592 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3579 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3593 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3580 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3594 #: rhodecode/templates/admin/my_account/my_account_oauth.html:50
3581 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3595 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:34
3596 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3582 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3597 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3583 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3598 #: rhodecode/templates/admin/settings/settings_hooks.html:46
3584 #: rhodecode/templates/admin/settings/settings_hooks.html:46
@@ -3658,7 +3644,7 b' msgid "Show as raw"'
3658 msgstr ""
3644 msgstr ""
3659
3645
3660 #: rhodecode/templates/admin/my_account/my_account.html:5
3646 #: rhodecode/templates/admin/my_account/my_account.html:5
3661 #: rhodecode/templates/base/base.html:340
3647 #: rhodecode/templates/base/base.html:342
3662 msgid "My account"
3648 msgid "My account"
3663 msgstr ""
3649 msgstr ""
3664
3650
@@ -3676,29 +3662,29 b' msgstr ""'
3676 msgid "Auth Tokens"
3662 msgid "Auth Tokens"
3677 msgstr ""
3663 msgstr ""
3678
3664
3679 #: rhodecode/templates/admin/my_account/my_account.html:32
3665 #: rhodecode/templates/admin/my_account/my_account.html:34
3680 msgid "OAuth Identities"
3666 msgid "OAuth Identities"
3681 msgstr ""
3667 msgstr ""
3682
3668
3683 #: rhodecode/templates/admin/my_account/my_account.html:33
3684 msgid "My Emails"
3685 msgstr ""
3686
3687 #: rhodecode/templates/admin/my_account/my_account.html:34
3688 msgid "My Repositories"
3689 msgstr ""
3690
3691 #: rhodecode/templates/admin/my_account/my_account.html:35
3692 msgid "Watched"
3693 msgstr ""
3694
3695 #: rhodecode/templates/admin/my_account/my_account.html:36
3696 #: rhodecode/templates/admin/notifications/notifications.html:33
3697 #: rhodecode/templates/base/base.html:240
3698 msgid "Pull Requests"
3699 msgstr ""
3700
3701 #: rhodecode/templates/admin/my_account/my_account.html:37
3669 #: rhodecode/templates/admin/my_account/my_account.html:37
3670 msgid "My Emails"
3671 msgstr ""
3672
3673 #: rhodecode/templates/admin/my_account/my_account.html:38
3674 msgid "My Repositories"
3675 msgstr ""
3676
3677 #: rhodecode/templates/admin/my_account/my_account.html:39
3678 msgid "Watched"
3679 msgstr ""
3680
3681 #: rhodecode/templates/admin/my_account/my_account.html:40
3682 #: rhodecode/templates/admin/notifications/notifications.html:33
3683 #: rhodecode/templates/base/base.html:242
3684 msgid "Pull Requests"
3685 msgstr ""
3686
3687 #: rhodecode/templates/admin/my_account/my_account.html:41
3702 msgid "My Permissions"
3688 msgid "My Permissions"
3703 msgstr ""
3689 msgstr ""
3704
3690
@@ -3790,26 +3776,6 b' msgstr ""'
3790 msgid "New email address"
3776 msgid "New email address"
3791 msgstr ""
3777 msgstr ""
3792
3778
3793 #: rhodecode/templates/admin/my_account/my_account_oauth.html:5
3794 msgid "Oauth Identities"
3795 msgstr ""
3796
3797 #: rhodecode/templates/admin/my_account/my_account_oauth.html:9
3798 msgid "External services currently connected with your Rhodecode user"
3799 msgstr ""
3800
3801 #: rhodecode/templates/admin/my_account/my_account_oauth.html:15
3802 msgid "No social authentication plugins are enabled by administrator"
3803 msgstr ""
3804
3805 #: rhodecode/templates/admin/my_account/my_account_oauth.html:49
3806 msgid "Confirm to remove this provider from your account"
3807 msgstr ""
3808
3809 #: rhodecode/templates/admin/my_account/my_account_oauth.html:59
3810 msgid "You have no accounts linked yet"
3811 msgstr ""
3812
3813 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3779 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3814 msgid "Change Your Account Password"
3780 msgid "Change Your Account Password"
3815 msgstr ""
3781 msgstr ""
@@ -3861,42 +3827,60 b' msgstr ""'
3861 msgid "Show Closed Pull Requests"
3827 msgid "Show Closed Pull Requests"
3862 msgstr ""
3828 msgstr ""
3863
3829
3864 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:16
3830 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:15
3865 msgid "Pull Requests You Opened"
3831 msgid "Pull Requests You Opened"
3866 msgstr ""
3832 msgstr ""
3867
3833
3834 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
3835 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:86
3836 msgid "Target Repo"
3837 msgstr ""
3838
3839 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
3840 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
3841 #: rhodecode/templates/admin/settings/settings_global.html:9
3842 #: rhodecode/templates/email_templates/pull_request_review.mako:28
3843 #: rhodecode/templates/email_templates/pull_request_review.mako:65
3844 #: rhodecode/templates/pullrequests/pullrequest.html:38
3845 #: rhodecode/templates/pullrequests/pullrequests.html:104
3846 msgid "Title"
3847 msgstr ""
3848
3868 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3849 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3869 #, python-format
3850 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
3870 msgid "Pull request #%s opened on %s"
3851 msgid "Opened On"
3871 msgstr ""
3852 msgstr ""
3872
3853
3873 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:29
3854 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:41
3874 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
3855 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:103
3856 #: rhodecode/templates/changelog/changelog.html:141
3857 #: rhodecode/templates/compare/compare_commits.html:49
3858 #: rhodecode/templates/search/search_commit.html:36
3859 msgid "Expand commit message"
3860 msgstr ""
3861
3862 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3863 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:112
3875 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3864 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3876 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3865 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3877 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3866 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3878 #: rhodecode/templates/pullrequests/pullrequests.html:51
3867 #: rhodecode/templates/pullrequests/pullrequests.html:52
3879 msgid "Closed"
3868 msgid "Closed"
3880 msgstr ""
3869 msgstr ""
3881
3870
3882 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:35
3871 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
3883 msgid "Confirm to delete this pull request"
3872 msgid "Confirm to delete this pull request"
3884 msgstr ""
3873 msgstr ""
3885
3874
3886 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:42
3875 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:69
3887 msgid "You currently have no open pull requests."
3876 msgid "You currently have no open pull requests."
3888 msgstr ""
3877 msgstr ""
3889
3878
3890 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3879 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:77
3891 msgid "Pull Requests You Participate In"
3880 msgid "Pull Requests You Participate In"
3892 msgstr ""
3881 msgstr ""
3893
3882
3894 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3883 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:125
3895 #, python-format
3896 msgid "Pull request #%s opened by %s on %s"
3897 msgstr ""
3898
3899 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
3900 msgid ""
3884 msgid ""
3901 "There are currently no open pull requests requiring your participation."
3885 "There are currently no open pull requests requiring your participation."
3902 msgstr ""
3886 msgstr ""
@@ -4096,12 +4080,12 b' msgstr ""'
4096 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
4080 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
4097 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
4081 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
4098 #: rhodecode/templates/base/base.html:80
4082 #: rhodecode/templates/base/base.html:80
4099 #: rhodecode/templates/base/base.html:150
4083 #: rhodecode/templates/base/base.html:152
4100 msgid "Repository groups"
4084 msgid "Repository groups"
4101 msgstr ""
4085 msgstr ""
4102
4086
4103 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
4087 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
4104 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:13
4088 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:15
4105 msgid "Group Name"
4089 msgid "Group Name"
4106 msgstr ""
4090 msgstr ""
4107
4091
@@ -4133,7 +4117,7 b' msgstr ""'
4133 #: rhodecode/templates/admin/settings/settings.html:14
4117 #: rhodecode/templates/admin/settings/settings.html:14
4134 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4118 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4135 #: rhodecode/templates/base/base.html:86
4119 #: rhodecode/templates/base/base.html:86
4136 #: rhodecode/templates/base/base.html:248
4120 #: rhodecode/templates/base/base.html:250
4137 msgid "Settings"
4121 msgid "Settings"
4138 msgstr ""
4122 msgstr ""
4139
4123
@@ -4230,7 +4214,7 b' msgstr ""'
4230 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4214 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4231 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4215 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4232 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4216 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4233 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
4217 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
4234 msgid "owner"
4218 msgid "owner"
4235 msgstr ""
4219 msgstr ""
4236
4220
@@ -4275,24 +4259,24 b' msgid ""'
4275 "including non-private repositories and other groups if chosen."
4259 "including non-private repositories and other groups if chosen."
4276 msgstr ""
4260 msgstr ""
4277
4261
4278 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:4
4262 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:6
4279 #, python-format
4263 #, python-format
4280 msgid "Settings for Repository Group: %s"
4264 msgid "Settings for Repository Group: %s"
4281 msgstr ""
4265 msgstr ""
4282
4266
4283 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:25
4267 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:36
4284 msgid "Change Repository Group Owner."
4268 msgid "Change owner of this repository group."
4285 msgstr ""
4286
4287 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:39
4288 msgid "Group parent"
4289 msgstr ""
4290
4291 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:47
4292 msgid "Enable Repository Locking"
4293 msgstr ""
4269 msgstr ""
4294
4270
4295 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4271 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4272 msgid "Group parent"
4273 msgstr ""
4274
4275 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:59
4276 msgid "Enable Repository Locking"
4277 msgstr ""
4278
4279 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:63
4296 msgid ""
4280 msgid ""
4297 "Repository locking will be enabled on all subgroups and repositories inside "
4281 "Repository locking will be enabled on all subgroups and repositories inside "
4298 "this repository group. Pulling from a repository locks it, and it is "
4282 "this repository group. Pulling from a repository locks it, and it is "
@@ -4320,7 +4304,7 b' msgid "Import Existing Repository ?"'
4320 msgstr ""
4304 msgstr ""
4321
4305
4322 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4306 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4323 #: rhodecode/templates/base/base.html:195
4307 #: rhodecode/templates/base/base.html:197
4324 msgid "Clone from"
4308 msgid "Clone from"
4325 msgstr ""
4309 msgstr ""
4326
4310
@@ -4329,7 +4313,7 b' msgid "Optional http[s] URL from which t'
4329 msgstr ""
4313 msgstr ""
4330
4314
4331 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4315 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4332 #: rhodecode/templates/admin/repos/repo_edit_settings.html:87
4316 #: rhodecode/templates/admin/repos/repo_edit_settings.html:100
4333 #: rhodecode/templates/forks/fork.html:52
4317 #: rhodecode/templates/forks/fork.html:52
4334 msgid ""
4318 msgid ""
4335 "Keep it short and to the point. Use a README file for longer descriptions."
4319 "Keep it short and to the point. Use a README file for longer descriptions."
@@ -4340,7 +4324,7 b' msgid "Repository Group"'
4340 msgstr ""
4324 msgstr ""
4341
4325
4342 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4326 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4343 #: rhodecode/templates/admin/repos/repo_edit_settings.html:58
4327 #: rhodecode/templates/admin/repos/repo_edit_settings.html:61
4344 #: rhodecode/templates/forks/fork.html:63
4328 #: rhodecode/templates/forks/fork.html:63
4345 #, python-format
4329 #, python-format
4346 msgid "Select my personal group (%(repo_group_name)s)"
4330 msgid "Select my personal group (%(repo_group_name)s)"
@@ -4360,7 +4344,7 b' msgid "Set the type of repository to cre'
4360 msgstr ""
4344 msgstr ""
4361
4345
4362 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4346 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4363 #: rhodecode/templates/admin/repos/repo_edit_settings.html:65
4347 #: rhodecode/templates/admin/repos/repo_edit_settings.html:68
4364 #: rhodecode/templates/forks/fork.html:71
4348 #: rhodecode/templates/forks/fork.html:71
4365 msgid "Landing commit"
4349 msgid "Landing commit"
4366 msgstr ""
4350 msgstr ""
@@ -4578,7 +4562,7 b' msgstr ""'
4578
4562
4579 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4563 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4580 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4564 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4581 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:38
4565 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:51
4582 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4566 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4583 #: rhodecode/templates/admin/users/user_add.html:97
4567 #: rhodecode/templates/admin/users/user_add.html:97
4584 #: rhodecode/templates/admin/users/user_edit_profile.html:90
4568 #: rhodecode/templates/admin/users/user_edit_profile.html:90
@@ -4691,101 +4675,101 b' msgstr ""'
4691 msgid "This repository does not have any remote mirror url set."
4675 msgid "This repository does not have any remote mirror url set."
4692 msgstr ""
4676 msgstr ""
4693
4677
4694 #: rhodecode/templates/admin/repos/repo_edit_settings.html:3
4678 #: rhodecode/templates/admin/repos/repo_edit_settings.html:6
4695 #, python-format
4679 #, python-format
4696 msgid "Settings for Repository: %s"
4680 msgid "Settings for Repository: %s"
4697 msgstr ""
4681 msgstr ""
4698
4682
4699 #: rhodecode/templates/admin/repos/repo_edit_settings.html:16
4700 msgid "Non-changeable id"
4701 msgstr ""
4702
4703 #: rhodecode/templates/admin/repos/repo_edit_settings.html:16
4704 msgid "what is that ?"
4705 msgstr ""
4706
4707 #: rhodecode/templates/admin/repos/repo_edit_settings.html:18
4708 msgid "URL by id"
4709 msgstr ""
4710
4711 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4683 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4684 msgid "Non-changeable id"
4685 msgstr ""
4686
4687 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4688 msgid "what is that ?"
4689 msgstr ""
4690
4691 #: rhodecode/templates/admin/repos/repo_edit_settings.html:21
4692 msgid "URL by id"
4693 msgstr ""
4694
4695 #: rhodecode/templates/admin/repos/repo_edit_settings.html:22
4712 msgid ""
4696 msgid ""
4713 "In case this repository is renamed or moved into another group the repository url changes.\n"
4697 "In case this repository is renamed or moved into another group the repository url changes.\n"
4714 " Using above url guarantees that this repository will always be accessible under such url.\n"
4698 " Using above url guarantees that this repository will always be accessible under such url.\n"
4715 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4699 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4716 msgstr ""
4700 msgstr ""
4717
4701
4718 #: rhodecode/templates/admin/repos/repo_edit_settings.html:27
4702 #: rhodecode/templates/admin/repos/repo_edit_settings.html:30
4719 msgid "Remote uri"
4703 msgid "Remote uri"
4720 msgstr ""
4704 msgstr ""
4721
4705
4722 #: rhodecode/templates/admin/repos/repo_edit_settings.html:33
4723 #: rhodecode/templates/base/perms_summary.html:80
4724 #: rhodecode/templates/base/perms_summary.html:142
4725 #: rhodecode/templates/base/perms_summary.html:144
4726 #: rhodecode/templates/debug_style/form-elements.html:45
4727 msgid "edit"
4728 msgstr ""
4729
4730 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4706 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4707 #: rhodecode/templates/base/perms_summary.html:79
4708 #: rhodecode/templates/base/perms_summary.html:149
4709 #: rhodecode/templates/base/perms_summary.html:151
4710 #: rhodecode/templates/debug_style/form-elements.html:45
4711 msgid "edit"
4712 msgstr ""
4713
4714 #: rhodecode/templates/admin/repos/repo_edit_settings.html:39
4731 msgid "new value, leave empty to remove"
4715 msgid "new value, leave empty to remove"
4732 msgstr ""
4716 msgstr ""
4733
4717
4734 #: rhodecode/templates/admin/repos/repo_edit_settings.html:38
4718 #: rhodecode/templates/admin/repos/repo_edit_settings.html:41
4735 msgid "cancel"
4719 msgid "cancel"
4736 msgstr ""
4720 msgstr ""
4737
4721
4738 #: rhodecode/templates/admin/repos/repo_edit_settings.html:45
4722 #: rhodecode/templates/admin/repos/repo_edit_settings.html:48
4739 msgid ""
4723 msgid ""
4740 "http[s] url where from repository was imported, also used for doing remote "
4724 "http[s] url where from repository was imported, also used for doing remote "
4741 "pulls."
4725 "pulls."
4742 msgstr ""
4726 msgstr ""
4743
4727
4744 #: rhodecode/templates/admin/repos/repo_edit_settings.html:53
4728 #: rhodecode/templates/admin/repos/repo_edit_settings.html:56
4745 #: rhodecode/templates/data_table/_dt_elements.html:158
4729 #: rhodecode/templates/data_table/_dt_elements.html:158
4746 #: rhodecode/templates/forks/fork.html:58
4730 #: rhodecode/templates/forks/fork.html:58
4747 msgid "Repository group"
4731 msgid "Repository group"
4748 msgstr ""
4732 msgstr ""
4749
4733
4750 #: rhodecode/templates/admin/repos/repo_edit_settings.html:60
4734 #: rhodecode/templates/admin/repos/repo_edit_settings.html:63
4751 msgid "Optional select a group to put this repository into."
4735 msgid "Optional select a group to put this repository into."
4752 msgstr ""
4736 msgstr ""
4753
4737
4754 #: rhodecode/templates/admin/repos/repo_edit_settings.html:69
4738 #: rhodecode/templates/admin/repos/repo_edit_settings.html:72
4755 #: rhodecode/templates/forks/fork.html:75
4739 #: rhodecode/templates/forks/fork.html:75
4756 msgid "Default commit for files page, downloads, whoosh and readme"
4740 msgid "Default commit for files page, downloads, whoosh and readme"
4757 msgstr ""
4741 msgstr ""
4758
4742
4759 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
4743 #: rhodecode/templates/admin/repos/repo_edit_settings.html:90
4760 msgid "Change owner of this repository."
4744 msgid "Change owner of this repository."
4761 msgstr ""
4745 msgstr ""
4762
4746
4763 #: rhodecode/templates/admin/repos/repo_edit_settings.html:93
4764 #: rhodecode/templates/data_table/_dt_elements.html:58
4765 msgid "Private repository"
4766 msgstr ""
4767
4768 #: rhodecode/templates/admin/repos/repo_edit_settings.html:102
4769 msgid "Enable statistics"
4770 msgstr ""
4771
4772 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4747 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4773 msgid "Enable statistics window on summary page."
4748 #: rhodecode/templates/data_table/_dt_elements.html:58
4774 msgstr ""
4749 msgid "Private repository"
4775
4776 #: rhodecode/templates/admin/repos/repo_edit_settings.html:111
4777 msgid "Enable downloads"
4778 msgstr ""
4750 msgstr ""
4779
4751
4780 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4752 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4781 msgid "Enable download menu on summary page."
4753 msgid "Enable statistics"
4782 msgstr ""
4754 msgstr ""
4783
4755
4784 #: rhodecode/templates/admin/repos/repo_edit_settings.html:120
4756 #: rhodecode/templates/admin/repos/repo_edit_settings.html:119
4785 msgid "Enable automatic locking"
4757 msgid "Enable statistics window on summary page."
4786 msgstr ""
4758 msgstr ""
4787
4759
4788 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4760 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4761 msgid "Enable downloads"
4762 msgstr ""
4763
4764 #: rhodecode/templates/admin/repos/repo_edit_settings.html:128
4765 msgid "Enable download menu on summary page."
4766 msgstr ""
4767
4768 #: rhodecode/templates/admin/repos/repo_edit_settings.html:133
4769 msgid "Enable automatic locking"
4770 msgstr ""
4771
4772 #: rhodecode/templates/admin/repos/repo_edit_settings.html:137
4789 msgid ""
4773 msgid ""
4790 "Enable automatic locking on repository. Pulling from this repository creates"
4774 "Enable automatic locking on repository. Pulling from this repository creates"
4791 " a lock that can be released by pushing back by the same user"
4775 " a lock that can be released by pushing back by the same user"
@@ -4907,14 +4891,6 b' msgstr ""'
4907 msgid "Branding"
4891 msgid "Branding"
4908 msgstr ""
4892 msgstr ""
4909
4893
4910 #: rhodecode/templates/admin/settings/settings_global.html:9
4911 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4912 #: rhodecode/templates/email_templates/pull_request_review.mako:65
4913 #: rhodecode/templates/pullrequests/pullrequest.html:38
4914 #: rhodecode/templates/pullrequests/pullrequests.html:104
4915 msgid "Title"
4916 msgstr ""
4917
4918 #: rhodecode/templates/admin/settings/settings_global.html:16
4894 #: rhodecode/templates/admin/settings/settings_global.html:16
4919 msgid ""
4895 msgid ""
4920 "Set a custom title for your RhodeCode instance (limited to 40 characters)."
4896 "Set a custom title for your RhodeCode instance (limited to 40 characters)."
@@ -5084,6 +5060,7 b' msgid ""'
5084 msgstr ""
5060 msgstr ""
5085
5061
5086 #: rhodecode/templates/admin/settings/settings_system.html:4
5062 #: rhodecode/templates/admin/settings/settings_system.html:4
5063 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:4
5087 msgid "RhodeCode Enterprise version"
5064 msgid "RhodeCode Enterprise version"
5088 msgstr ""
5065 msgstr ""
5089
5066
@@ -5092,6 +5069,7 b' msgid "check for updates"'
5092 msgstr ""
5069 msgstr ""
5093
5070
5094 #: rhodecode/templates/admin/settings/settings_system.html:5
5071 #: rhodecode/templates/admin/settings/settings_system.html:5
5072 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:5
5095 msgid "Upgrade info endpoint"
5073 msgid "Upgrade info endpoint"
5096 msgstr ""
5074 msgstr ""
5097
5075
@@ -5100,50 +5078,62 b' msgid "Note: please make sure this serve'
5100 msgstr ""
5078 msgstr ""
5101
5079
5102 #: rhodecode/templates/admin/settings/settings_system.html:6
5080 #: rhodecode/templates/admin/settings/settings_system.html:6
5081 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:6
5103 msgid "Configuration INI file"
5082 msgid "Configuration INI file"
5104 msgstr ""
5083 msgstr ""
5105
5084
5106 #: rhodecode/templates/admin/settings/settings_system.html:8
5085 #: rhodecode/templates/admin/settings/settings_system.html:8
5086 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:8
5107 msgid "RhodeCode Enterprise Server IP"
5087 msgid "RhodeCode Enterprise Server IP"
5108 msgstr ""
5088 msgstr ""
5109
5089
5110 #: rhodecode/templates/admin/settings/settings_system.html:9
5090 #: rhodecode/templates/admin/settings/settings_system.html:9
5091 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:9
5111 msgid "RhodeCode Enterprise Server ID"
5092 msgid "RhodeCode Enterprise Server ID"
5112 msgstr ""
5093 msgstr ""
5113
5094
5114 #: rhodecode/templates/admin/settings/settings_system.html:10
5095 #: rhodecode/templates/admin/settings/settings_system.html:10
5096 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:10
5115 msgid "Platform"
5097 msgid "Platform"
5116 msgstr ""
5098 msgstr ""
5117
5099
5118 #: rhodecode/templates/admin/settings/settings_system.html:11
5100 #: rhodecode/templates/admin/settings/settings_system.html:11
5101 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:11
5119 msgid "Uptime"
5102 msgid "Uptime"
5120 msgstr ""
5103 msgstr ""
5121
5104
5122 #: rhodecode/templates/admin/settings/settings_system.html:12
5105 #: rhodecode/templates/admin/settings/settings_system.html:12
5106 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:12
5123 msgid "Storage location"
5107 msgid "Storage location"
5124 msgstr ""
5108 msgstr ""
5125
5109
5126 #: rhodecode/templates/admin/settings/settings_system.html:13
5110 #: rhodecode/templates/admin/settings/settings_system.html:13
5111 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:13
5127 msgid "Storage disk space"
5112 msgid "Storage disk space"
5128 msgstr ""
5113 msgstr ""
5129
5114
5130 #: rhodecode/templates/admin/settings/settings_system.html:15
5115 #: rhodecode/templates/admin/settings/settings_system.html:15
5116 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:15
5131 msgid "Search index storage"
5117 msgid "Search index storage"
5132 msgstr ""
5118 msgstr ""
5133
5119
5134 #: rhodecode/templates/admin/settings/settings_system.html:16
5120 #: rhodecode/templates/admin/settings/settings_system.html:16
5121 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:16
5135 msgid "Search index size"
5122 msgid "Search index size"
5136 msgstr ""
5123 msgstr ""
5137
5124
5138 #: rhodecode/templates/admin/settings/settings_system.html:18
5125 #: rhodecode/templates/admin/settings/settings_system.html:18
5126 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:18
5139 msgid "Gist storage"
5127 msgid "Gist storage"
5140 msgstr ""
5128 msgstr ""
5141
5129
5142 #: rhodecode/templates/admin/settings/settings_system.html:19
5130 #: rhodecode/templates/admin/settings/settings_system.html:19
5131 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:19
5143 msgid "Gist storage size"
5132 msgid "Gist storage size"
5144 msgstr ""
5133 msgstr ""
5145
5134
5146 #: rhodecode/templates/admin/settings/settings_system.html:21
5135 #: rhodecode/templates/admin/settings/settings_system.html:21
5136 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:21
5147 msgid "Archive cache"
5137 msgid "Archive cache"
5148 msgstr ""
5138 msgstr ""
5149
5139
@@ -5154,46 +5144,57 b' msgid ""'
5154 msgstr ""
5144 msgstr ""
5155
5145
5156 #: rhodecode/templates/admin/settings/settings_system.html:22
5146 #: rhodecode/templates/admin/settings/settings_system.html:22
5147 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:22
5157 msgid "Archive cache size"
5148 msgid "Archive cache size"
5158 msgstr ""
5149 msgstr ""
5159
5150
5160 #: rhodecode/templates/admin/settings/settings_system.html:24
5151 #: rhodecode/templates/admin/settings/settings_system.html:24
5152 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:24
5161 msgid "System memory"
5153 msgid "System memory"
5162 msgstr ""
5154 msgstr ""
5163
5155
5164 #: rhodecode/templates/admin/settings/settings_system.html:25
5156 #: rhodecode/templates/admin/settings/settings_system.html:25
5157 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:25
5165 msgid "CPU"
5158 msgid "CPU"
5166 msgstr ""
5159 msgstr ""
5167
5160
5168 #: rhodecode/templates/admin/settings/settings_system.html:26
5161 #: rhodecode/templates/admin/settings/settings_system.html:26
5162 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:26
5169 msgid "Load"
5163 msgid "Load"
5170 msgstr ""
5164 msgstr ""
5171
5165
5172 #: rhodecode/templates/admin/settings/settings_system.html:29
5166 #: rhodecode/templates/admin/settings/settings_system.html:29
5167 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:29
5173 msgid "Python version"
5168 msgid "Python version"
5174 msgstr ""
5169 msgstr ""
5175
5170
5176 #: rhodecode/templates/admin/settings/settings_system.html:30
5171 #: rhodecode/templates/admin/settings/settings_system.html:30
5172 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:30
5177 msgid "Python path"
5173 msgid "Python path"
5178 msgstr ""
5174 msgstr ""
5179
5175
5180 #: rhodecode/templates/admin/settings/settings_system.html:31
5176 #: rhodecode/templates/admin/settings/settings_system.html:31
5177 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:31
5181 msgid "GIT version"
5178 msgid "GIT version"
5182 msgstr ""
5179 msgstr ""
5183
5180
5184 #: rhodecode/templates/admin/settings/settings_system.html:32
5181 #: rhodecode/templates/admin/settings/settings_system.html:32
5182 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:32
5185 msgid "HG version"
5183 msgid "HG version"
5186 msgstr ""
5184 msgstr ""
5187
5185
5188 #: rhodecode/templates/admin/settings/settings_system.html:33
5186 #: rhodecode/templates/admin/settings/settings_system.html:33
5187 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:33
5189 msgid "SVN version"
5188 msgid "SVN version"
5190 msgstr ""
5189 msgstr ""
5191
5190
5192 #: rhodecode/templates/admin/settings/settings_system.html:34
5191 #: rhodecode/templates/admin/settings/settings_system.html:34
5192 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:34
5193 msgid "Database"
5193 msgid "Database"
5194 msgstr ""
5194 msgstr ""
5195
5195
5196 #: rhodecode/templates/admin/settings/settings_system.html:35
5196 #: rhodecode/templates/admin/settings/settings_system.html:35
5197 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:35
5197 msgid "Database version"
5198 msgid "Database version"
5198 msgstr ""
5199 msgstr ""
5199
5200
@@ -5201,7 +5202,11 b' msgstr ""'
5201 msgid "Checking for updates..."
5202 msgid "Checking for updates..."
5202 msgstr ""
5203 msgstr ""
5203
5204
5204 #: rhodecode/templates/admin/settings/settings_system.html:61
5205 #: rhodecode/templates/admin/settings/settings_system.html:49
5206 msgid "create snapshot"
5207 msgstr ""
5208
5209 #: rhodecode/templates/admin/settings/settings_system.html:64
5205 msgid "Python Packages"
5210 msgid "Python Packages"
5206 msgstr ""
5211 msgstr ""
5207
5212
@@ -5385,7 +5390,7 b' msgstr ""'
5385 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5390 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5386 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5391 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5387 #: rhodecode/templates/base/base.html:82
5392 #: rhodecode/templates/base/base.html:82
5388 #: rhodecode/templates/base/base.html:153
5393 #: rhodecode/templates/base/base.html:155
5389 msgid "User groups"
5394 msgid "User groups"
5390 msgstr ""
5395 msgstr ""
5391
5396
@@ -5395,12 +5400,12 b' msgid "Add User Group"'
5395 msgstr ""
5400 msgstr ""
5396
5401
5397 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5402 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5398 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:12
5403 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:15
5399 msgid "Group name"
5404 msgid "Group name"
5400 msgstr ""
5405 msgstr ""
5401
5406
5402 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5407 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5403 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:33
5408 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5404 msgid "Short, optional description for this user group."
5409 msgid "Short, optional description for this user group."
5405 msgstr ""
5410 msgstr ""
5406
5411
@@ -5421,7 +5426,6 b' msgstr ""'
5421
5426
5422 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5427 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5423 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5428 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5424 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5425 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5429 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5426 #: rhodecode/templates/debug_style/form-elements.html:509
5430 #: rhodecode/templates/debug_style/form-elements.html:509
5427 msgid "Members"
5431 msgid "Members"
@@ -5436,7 +5440,7 b' msgid "Assigned to repo groups"'
5436 msgstr ""
5440 msgstr ""
5437
5441
5438 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5442 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5439 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:3
5443 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:6
5440 #, python-format
5444 #, python-format
5441 msgid "User Group: %s"
5445 msgid "User Group: %s"
5442 msgstr ""
5446 msgstr ""
@@ -5473,32 +5477,36 b' msgstr ""'
5473 msgid "revoke"
5477 msgid "revoke"
5474 msgstr ""
5478 msgstr ""
5475
5479
5476 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
5480 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:36
5477 msgid "Change owner of this user group."
5481 msgid "Change owner of this user group."
5478 msgstr ""
5482 msgstr ""
5479
5483
5480 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:50
5484 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:59
5485 #: rhodecode/templates/base/base.html:257
5486 #: rhodecode/templates/base/base.html:399
5487 #: rhodecode/templates/search/search.html:64
5488 msgid "Search"
5489 msgstr ""
5490
5491 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5481 #: rhodecode/templates/debug_style/form-elements.html:513
5492 #: rhodecode/templates/debug_style/form-elements.html:513
5482 #: rhodecode/templates/debug_style/form-elements.html:571
5493 #: rhodecode/templates/debug_style/form-elements.html:571
5483 #: rhodecode/templates/debug_style/forms.html:236
5494 #: rhodecode/templates/debug_style/forms.html:236
5484 msgid "Chosen group members"
5495 msgid "Chosen group members"
5485 msgstr ""
5496 msgstr ""
5486
5497
5487 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:53
5498 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:69
5488 #: rhodecode/templates/debug_style/form-elements.html:525
5499 #: rhodecode/templates/debug_style/form-elements.html:525
5489 #: rhodecode/templates/debug_style/form-elements.html:575
5500 #: rhodecode/templates/debug_style/form-elements.html:575
5490 #: rhodecode/templates/debug_style/forms.html:240
5501 #: rhodecode/templates/debug_style/forms.html:240
5491 msgid "Remove all elements"
5502 msgid "Remove all elements"
5492 msgstr ""
5503 msgstr ""
5493
5504
5494 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:63
5505 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:79
5495 #: rhodecode/templates/debug_style/form-elements.html:535
5506 msgid "Available users"
5496 #: rhodecode/templates/debug_style/form-elements.html:585
5507 msgstr ""
5497 #: rhodecode/templates/debug_style/forms.html:250
5508
5498 msgid "Available members"
5509 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:83
5499 msgstr ""
5500
5501 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5502 #: rhodecode/templates/debug_style/form-elements.html:543
5510 #: rhodecode/templates/debug_style/form-elements.html:543
5503 #: rhodecode/templates/debug_style/form-elements.html:593
5511 #: rhodecode/templates/debug_style/form-elements.html:593
5504 #: rhodecode/templates/debug_style/forms.html:258
5512 #: rhodecode/templates/debug_style/forms.html:258
@@ -5550,7 +5558,7 b' msgid ""'
5550 "User will be automatically set as this group owner."
5558 "User will be automatically set as this group owner."
5551 msgstr ""
5559 msgstr ""
5552
5560
5553 #: rhodecode/templates/admin/users/user_add.html:137
5561 #: rhodecode/templates/admin/users/user_add.html:136
5554 msgid "generated password:"
5562 msgid "generated password:"
5555 msgstr ""
5563 msgstr ""
5556
5564
@@ -5801,40 +5809,40 b' msgstr ""'
5801 msgid "Show More"
5809 msgid "Show More"
5802 msgstr ""
5810 msgstr ""
5803
5811
5804 #: rhodecode/templates/base/base.html:187
5812 #: rhodecode/templates/base/base.html:189
5805 msgid "Fork of"
5813 msgid "Fork of"
5806 msgstr ""
5814 msgstr ""
5807
5815
5808 #: rhodecode/templates/base/base.html:204
5816 #: rhodecode/templates/base/base.html:206
5809 #, python-format
5817 #, python-format
5810 msgid "Repository locked by %(user)s"
5818 msgid "Repository locked by %(user)s"
5811 msgstr ""
5819 msgstr ""
5812
5820
5813 #: rhodecode/templates/base/base.html:209
5821 #: rhodecode/templates/base/base.html:211
5814 msgid "Repository not locked. Pull repository to lock it."
5822 msgid "Repository not locked. Pull repository to lock it."
5815 msgstr ""
5823 msgstr ""
5816
5824
5817 #: rhodecode/templates/base/base.html:227
5825 #: rhodecode/templates/base/base.html:229
5818 #: rhodecode/templates/data_table/_dt_elements.html:12
5826 #: rhodecode/templates/data_table/_dt_elements.html:12
5819 #: rhodecode/templates/data_table/_dt_elements.html:13
5827 #: rhodecode/templates/data_table/_dt_elements.html:13
5820 #: rhodecode/templates/data_table/_dt_elements.html:147
5828 #: rhodecode/templates/data_table/_dt_elements.html:147
5821 msgid "Summary"
5829 msgid "Summary"
5822 msgstr ""
5830 msgstr ""
5823
5831
5824 #: rhodecode/templates/base/base.html:228
5832 #: rhodecode/templates/base/base.html:230
5825 #: rhodecode/templates/data_table/_dt_elements.html:17
5833 #: rhodecode/templates/data_table/_dt_elements.html:17
5826 #: rhodecode/templates/data_table/_dt_elements.html:18
5834 #: rhodecode/templates/data_table/_dt_elements.html:18
5827 msgid "Changelog"
5835 msgid "Changelog"
5828 msgstr ""
5836 msgstr ""
5829
5837
5830 #: rhodecode/templates/base/base.html:229
5838 #: rhodecode/templates/base/base.html:231
5831 #: rhodecode/templates/data_table/_dt_elements.html:22
5839 #: rhodecode/templates/data_table/_dt_elements.html:22
5832 #: rhodecode/templates/data_table/_dt_elements.html:23
5840 #: rhodecode/templates/data_table/_dt_elements.html:23
5833 #: rhodecode/templates/files/files.html:15
5841 #: rhodecode/templates/files/files.html:15
5834 msgid "Files"
5842 msgid "Files"
5835 msgstr ""
5843 msgstr ""
5836
5844
5837 #: rhodecode/templates/base/base.html:231
5845 #: rhodecode/templates/base/base.html:233
5838 #: rhodecode/templates/bookmarks/bookmarks.html:68
5846 #: rhodecode/templates/bookmarks/bookmarks.html:68
5839 #: rhodecode/templates/branches/branches.html:67
5847 #: rhodecode/templates/branches/branches.html:67
5840 #: rhodecode/templates/files/file_diff.html:11
5848 #: rhodecode/templates/files/file_diff.html:11
@@ -5843,38 +5851,32 b' msgstr ""'
5843 msgid "Compare"
5851 msgid "Compare"
5844 msgstr ""
5852 msgstr ""
5845
5853
5846 #: rhodecode/templates/base/base.html:236
5854 #: rhodecode/templates/base/base.html:238
5847 #, python-format
5855 #, python-format
5848 msgid "Show Pull Requests for %s"
5856 msgid "Show Pull Requests for %s"
5849 msgstr ""
5857 msgstr ""
5850
5858
5851 #: rhodecode/templates/base/base.html:245
5859 #: rhodecode/templates/base/base.html:247
5852 msgid "Options"
5860 msgid "Options"
5853 msgstr ""
5861 msgstr ""
5854
5862
5855 #: rhodecode/templates/base/base.html:252
5863 #: rhodecode/templates/base/base.html:254
5856 #: rhodecode/templates/forks/forks_data.html:28
5864 #: rhodecode/templates/forks/forks_data.html:30
5857 msgid "Compare fork"
5865 msgid "Compare fork"
5858 msgstr ""
5866 msgstr ""
5859
5867
5860 #: rhodecode/templates/base/base.html:255
5861 #: rhodecode/templates/base/base.html:397
5862 #: rhodecode/templates/search/search.html:64
5863 msgid "Search"
5864 msgstr ""
5865
5866 #: rhodecode/templates/base/base.html:259
5867 msgid "Unlock"
5868 msgstr ""
5869
5870 #: rhodecode/templates/base/base.html:261
5868 #: rhodecode/templates/base/base.html:261
5869 msgid "Unlock"
5870 msgstr ""
5871
5872 #: rhodecode/templates/base/base.html:263
5871 msgid "Lock"
5873 msgid "Lock"
5872 msgstr ""
5874 msgstr ""
5873
5875
5874 #: rhodecode/templates/base/base.html:266
5876 #: rhodecode/templates/base/base.html:268
5875 #: rhodecode/templates/data_table/_dt_elements.html:27
5877 #: rhodecode/templates/data_table/_dt_elements.html:27
5876 #: rhodecode/templates/data_table/_dt_elements.html:28
5878 #: rhodecode/templates/data_table/_dt_elements.html:28
5877 #: rhodecode/templates/forks/forks_data.html:7
5879 #: rhodecode/templates/forks/forks_data.html:8
5878 #: rhodecode/templates/summary/components.html:103
5880 #: rhodecode/templates/summary/components.html:103
5879 msgid "Fork"
5881 msgid "Fork"
5880 msgid_plural "Forks"
5882 msgid_plural "Forks"
@@ -5883,73 +5885,73 b' msgstr[1] ""'
5883 msgstr[2] ""
5885 msgstr[2] ""
5884 msgstr[3] ""
5886 msgstr[3] ""
5885
5887
5886 #: rhodecode/templates/base/base.html:267
5888 #: rhodecode/templates/base/base.html:269
5887 msgid "Create Pull Request"
5889 msgid "Create Pull Request"
5888 msgstr ""
5890 msgstr ""
5889
5891
5890 #: rhodecode/templates/base/base.html:289
5892 #: rhodecode/templates/base/base.html:291
5891 msgid "Sign in"
5893 msgid "Sign in"
5892 msgstr ""
5894 msgstr ""
5893
5895
5894 #: rhodecode/templates/base/base.html:297
5896 #: rhodecode/templates/base/base.html:299
5895 #: rhodecode/templates/debug_style/login.html:28
5897 #: rhodecode/templates/debug_style/login.html:28
5896 msgid "Sign in to your account"
5898 msgid "Sign in to your account"
5897 msgstr ""
5899 msgstr ""
5898
5900
5899 #: rhodecode/templates/base/base.html:313
5901 #: rhodecode/templates/base/base.html:315
5900 #: rhodecode/templates/debug_style/login.html:46
5902 #: rhodecode/templates/debug_style/login.html:46
5901 msgid "(Forgot password?)"
5903 msgid "(Forgot password?)"
5902 msgstr ""
5904 msgstr ""
5903
5905
5904 #: rhodecode/templates/base/base.html:322
5906 #: rhodecode/templates/base/base.html:324
5905 #: rhodecode/templates/debug_style/login.html:56
5907 #: rhodecode/templates/debug_style/login.html:56
5906 msgid "Don't have an account ?"
5908 msgid "Don't have an account ?"
5907 msgstr ""
5909 msgstr ""
5908
5910
5909 #: rhodecode/templates/base/base.html:343
5911 #: rhodecode/templates/base/base.html:345
5910 msgid "Sign Out"
5912 msgid "Sign Out"
5911 msgstr ""
5913 msgstr ""
5912
5914
5913 #: rhodecode/templates/base/base.html:379
5915 #: rhodecode/templates/base/base.html:381
5914 msgid "Show activity journal"
5916 msgid "Show activity journal"
5915 msgstr ""
5917 msgstr ""
5916
5918
5917 #: rhodecode/templates/base/base.html:380
5919 #: rhodecode/templates/base/base.html:382
5918 #: rhodecode/templates/journal/journal.html:4
5920 #: rhodecode/templates/journal/journal.html:4
5919 #: rhodecode/templates/journal/journal.html:14
5921 #: rhodecode/templates/journal/journal.html:14
5920 msgid "Journal"
5922 msgid "Journal"
5921 msgstr ""
5923 msgstr ""
5922
5924
5923 #: rhodecode/templates/base/base.html:385
5925 #: rhodecode/templates/base/base.html:387
5924 msgid "Show Public activity journal"
5926 msgid "Show Public activity journal"
5925 msgstr ""
5927 msgstr ""
5926
5928
5927 #: rhodecode/templates/base/base.html:386
5929 #: rhodecode/templates/base/base.html:388
5928 msgid "Public journal"
5930 msgid "Public journal"
5929 msgstr ""
5931 msgstr ""
5930
5932
5931 #: rhodecode/templates/base/base.html:391
5933 #: rhodecode/templates/base/base.html:393
5932 msgid "Show Gists"
5934 msgid "Show Gists"
5933 msgstr ""
5935 msgstr ""
5934
5936
5935 #: rhodecode/templates/base/base.html:392
5937 #: rhodecode/templates/base/base.html:394
5936 msgid "Gists"
5938 msgid "Gists"
5937 msgstr ""
5939 msgstr ""
5938
5940
5939 #: rhodecode/templates/base/base.html:396
5941 #: rhodecode/templates/base/base.html:398
5940 msgid "Search in repositories you have access to"
5942 msgid "Search in repositories you have access to"
5941 msgstr ""
5943 msgstr ""
5942
5944
5943 #: rhodecode/templates/base/base.html:402
5945 #: rhodecode/templates/base/base.html:404
5944 msgid "Admin settings"
5946 msgid "Admin settings"
5945 msgstr ""
5947 msgstr ""
5946
5948
5947 #: rhodecode/templates/base/base.html:409
5949 #: rhodecode/templates/base/base.html:411
5948 msgid "Delegated Admin settings"
5950 msgid "Delegated Admin settings"
5949 msgstr ""
5951 msgstr ""
5950
5952
5951 #: rhodecode/templates/base/base.html:419
5953 #: rhodecode/templates/base/base.html:421
5952 #: rhodecode/templates/base/base.html:420
5954 #: rhodecode/templates/base/base.html:422
5953 #: rhodecode/templates/debug_style/buttons.html:5
5955 #: rhodecode/templates/debug_style/buttons.html:5
5954 #: rhodecode/templates/debug_style/code-block.html:6
5956 #: rhodecode/templates/debug_style/code-block.html:6
5955 #: rhodecode/templates/debug_style/collapsable-content.html:5
5957 #: rhodecode/templates/debug_style/collapsable-content.html:5
@@ -5970,15 +5972,15 b' msgstr ""'
5970 msgid "Style"
5972 msgid "Style"
5971 msgstr ""
5973 msgstr ""
5972
5974
5973 #: rhodecode/templates/base/base.html:474
5975 #: rhodecode/templates/base/base.html:479
5974 msgid "Go to"
5976 msgid "Go to"
5975 msgstr ""
5977 msgstr ""
5976
5978
5977 #: rhodecode/templates/base/base.html:585
5979 #: rhodecode/templates/base/base.html:590
5978 msgid "Keyboard shortcuts"
5980 msgid "Keyboard shortcuts"
5979 msgstr ""
5981 msgstr ""
5980
5982
5981 #: rhodecode/templates/base/base.html:593
5983 #: rhodecode/templates/base/base.html:598
5982 msgid "Site-wide shortcuts"
5984 msgid "Site-wide shortcuts"
5983 msgstr ""
5985 msgstr ""
5984
5986
@@ -6100,88 +6102,80 b' msgstr ""'
6100 msgid "Test Pattern Preview"
6102 msgid "Test Pattern Preview"
6101 msgstr ""
6103 msgstr ""
6102
6104
6105 #: rhodecode/templates/base/perms_summary.html:18
6106 msgid "show"
6107 msgstr ""
6108
6103 #: rhodecode/templates/base/perms_summary.html:19
6109 #: rhodecode/templates/base/perms_summary.html:19
6104 msgid "show"
6110 msgid "none"
6105 msgstr ""
6111 msgstr ""
6106
6112
6107 #: rhodecode/templates/base/perms_summary.html:20
6113 #: rhodecode/templates/base/perms_summary.html:20
6108 msgid "none"
6114 msgid "read"
6109 msgstr ""
6115 msgstr ""
6110
6116
6111 #: rhodecode/templates/base/perms_summary.html:21
6117 #: rhodecode/templates/base/perms_summary.html:21
6112 msgid "read"
6118 msgid "write"
6113 msgstr ""
6119 msgstr ""
6114
6120
6115 #: rhodecode/templates/base/perms_summary.html:22
6121 #: rhodecode/templates/base/perms_summary.html:22
6116 msgid "write"
6117 msgstr ""
6118
6119 #: rhodecode/templates/base/perms_summary.html:23
6120 msgid "admin"
6122 msgid "admin"
6121 msgstr ""
6123 msgstr ""
6122
6124
6123 #: rhodecode/templates/base/perms_summary.html:30
6125 #: rhodecode/templates/base/perms_summary.html:29
6124 msgid "No permissions defined"
6126 msgid "No permissions defined"
6125 msgstr ""
6127 msgstr ""
6126
6128
6127 #: rhodecode/templates/base/perms_summary.html:38
6129 #: rhodecode/templates/base/perms_summary.html:37
6128 #: rhodecode/templates/base/perms_summary.html:104
6130 #: rhodecode/templates/base/perms_summary.html:103
6129 msgid "Permission"
6131 msgid "Permission"
6130 msgstr ""
6132 msgstr ""
6131
6133
6132 #: rhodecode/templates/base/perms_summary.html:40
6134 #: rhodecode/templates/base/perms_summary.html:39
6133 #: rhodecode/templates/base/perms_summary.html:106
6135 #: rhodecode/templates/base/perms_summary.html:105
6134 msgid "Edit Permission"
6136 msgid "Edit Permission"
6135 msgstr ""
6137 msgstr ""
6136
6138
6137 #: rhodecode/templates/base/perms_summary.html:86
6139 #: rhodecode/templates/base/perms_summary.html:85
6138 msgid "Super admin"
6140 msgid "Super admin"
6139 msgstr ""
6141 msgstr ""
6140
6142
6143 #: rhodecode/templates/base/perms_summary.html:87
6144 msgid "Repository default permission"
6145 msgstr ""
6146
6141 #: rhodecode/templates/base/perms_summary.html:88
6147 #: rhodecode/templates/base/perms_summary.html:88
6142 msgid "Repository default permission"
6148 msgid "Repository group default permission"
6143 msgstr ""
6149 msgstr ""
6144
6150
6145 #: rhodecode/templates/base/perms_summary.html:89
6151 #: rhodecode/templates/base/perms_summary.html:89
6146 msgid "Repository group default permission"
6147 msgstr ""
6148
6149 #: rhodecode/templates/base/perms_summary.html:90
6150 msgid "User group default permission"
6152 msgid "User group default permission"
6151 msgstr ""
6153 msgstr ""
6152
6154
6155 #: rhodecode/templates/base/perms_summary.html:91
6156 msgid "Create repositories"
6157 msgstr ""
6158
6153 #: rhodecode/templates/base/perms_summary.html:92
6159 #: rhodecode/templates/base/perms_summary.html:92
6154 msgid "Create repositories"
6160 msgid "Fork repositories"
6155 msgstr ""
6161 msgstr ""
6156
6162
6157 #: rhodecode/templates/base/perms_summary.html:93
6163 #: rhodecode/templates/base/perms_summary.html:93
6158 msgid "Fork repositories"
6164 msgid "Create repository groups"
6159 msgstr ""
6165 msgstr ""
6160
6166
6161 #: rhodecode/templates/base/perms_summary.html:94
6167 #: rhodecode/templates/base/perms_summary.html:94
6162 msgid "Create repository groups"
6163 msgstr ""
6164
6165 #: rhodecode/templates/base/perms_summary.html:95
6166 msgid "Create user groups"
6168 msgid "Create user groups"
6167 msgstr ""
6169 msgstr ""
6168
6170
6169 #: rhodecode/templates/base/perms_summary.html:155
6171 #: rhodecode/templates/base/perms_summary.html:162
6170 msgid "No permission defined"
6172 msgid "No permission defined"
6171 msgstr ""
6173 msgstr ""
6172
6174
6173 #: rhodecode/templates/base/root.html:150
6175 #: rhodecode/templates/base/root.html:151
6174 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6176 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6175 msgstr ""
6177 msgstr ""
6176
6178
6177 #: rhodecode/templates/base/social_buttons.html:6
6178 msgid "Sign in with"
6179 msgstr ""
6180
6181 #: rhodecode/templates/base/social_buttons.html:8
6182 msgid "Connect with"
6183 msgstr ""
6184
6185 #: rhodecode/templates/base/vcs_settings.html:16
6179 #: rhodecode/templates/base/vcs_settings.html:16
6186 msgid "Require SSL for vcs operations"
6180 msgid "Require SSL for vcs operations"
6187 msgstr ""
6181 msgstr ""
@@ -6379,7 +6373,7 b' msgstr[2] ""'
6379 msgstr[3] ""
6373 msgstr[3] ""
6380
6374
6381 #: rhodecode/templates/changelog/changelog.html:41
6375 #: rhodecode/templates/changelog/changelog.html:41
6382 #: rhodecode/templates/forks/forks_data.html:26
6376 #: rhodecode/templates/forks/forks_data.html:28
6383 #, python-format
6377 #, python-format
6384 msgid "Compare fork with %s"
6378 msgid "Compare fork with %s"
6385 msgstr ""
6379 msgstr ""
@@ -6404,7 +6398,6 b' msgstr ""'
6404
6398
6405 #: rhodecode/templates/changelog/changelog.html:103
6399 #: rhodecode/templates/changelog/changelog.html:103
6406 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6400 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6407 #: rhodecode/templates/search/search_commit.html:9
6408 msgid "Age"
6401 msgid "Age"
6409 msgstr ""
6402 msgstr ""
6410
6403
@@ -6433,12 +6426,6 b' msgstr ""'
6433 msgid "Commit status: %s"
6426 msgid "Commit status: %s"
6434 msgstr ""
6427 msgstr ""
6435
6428
6436 #: rhodecode/templates/changelog/changelog.html:141
6437 #: rhodecode/templates/compare/compare_cs.html:47
6438 #: rhodecode/templates/search/search_commit.html:30
6439 msgid "Expand commit message"
6440 msgstr ""
6441
6442 #: rhodecode/templates/changelog/changelog.html:162
6429 #: rhodecode/templates/changelog/changelog.html:162
6443 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6430 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6444 msgid "Commit has comments"
6431 msgid "Commit has comments"
@@ -6861,15 +6848,15 b' msgstr[1] ""'
6861 msgstr[2] ""
6848 msgstr[2] ""
6862 msgstr[3] ""
6849 msgstr[3] ""
6863
6850
6864 #: rhodecode/templates/compare/compare_cs.html:5
6851 #: rhodecode/templates/compare/compare_commits.html:5
6865 msgid "No Commits"
6852 msgid "No Commits"
6866 msgstr ""
6853 msgstr ""
6867
6854
6868 #: rhodecode/templates/compare/compare_cs.html:9
6855 #: rhodecode/templates/compare/compare_commits.html:9
6869 msgid "Common Ancestor Commit"
6856 msgid "Common Ancestor Commit"
6870 msgstr ""
6857 msgstr ""
6871
6858
6872 #: rhodecode/templates/compare/compare_cs.html:20
6859 #: rhodecode/templates/compare/compare_commits.html:20
6873 msgid "Time"
6860 msgid "Time"
6874 msgstr ""
6861 msgstr ""
6875
6862
@@ -6993,6 +6980,12 b' msgstr ""'
6993 msgid "Default"
6980 msgid "Default"
6994 msgstr ""
6981 msgstr ""
6995
6982
6983 #: rhodecode/templates/debug_style/form-elements.html:535
6984 #: rhodecode/templates/debug_style/form-elements.html:585
6985 #: rhodecode/templates/debug_style/forms.html:250
6986 msgid "Available members"
6987 msgstr ""
6988
6996 #: rhodecode/templates/debug_style/forms.html:119
6989 #: rhodecode/templates/debug_style/forms.html:119
6997 msgid "Some text..."
6990 msgid "Some text..."
6998 msgstr ""
6991 msgstr ""
@@ -7480,7 +7473,7 b' msgid "Location"'
7480 msgstr ""
7473 msgstr ""
7481
7474
7482 #: rhodecode/templates/files/files_source.html:6
7475 #: rhodecode/templates/files/files_source.html:6
7483 #: rhodecode/templates/search/search_content.html:20
7476 #: rhodecode/templates/search/search_content.html:57
7484 msgid "line"
7477 msgid "line"
7485 msgid_plural "lines"
7478 msgid_plural "lines"
7486 msgstr[0] ""
7479 msgstr[0] ""
@@ -7493,22 +7486,22 b' msgid "History"'
7493 msgstr ""
7486 msgstr ""
7494
7487
7495 #: rhodecode/templates/files/files_source.html:15
7488 #: rhodecode/templates/files/files_source.html:15
7496 #: rhodecode/templates/search/search_content.html:31
7489 #: rhodecode/templates/search/search_content.html:68
7497 msgid "Show Full History"
7490 msgid "Show Full History"
7498 msgstr ""
7491 msgstr ""
7499
7492
7500 #: rhodecode/templates/files/files_source.html:20
7493 #: rhodecode/templates/files/files_source.html:20
7501 #: rhodecode/templates/search/search_content.html:33
7494 #: rhodecode/templates/search/search_content.html:70
7502 msgid "Annotation"
7495 msgid "Annotation"
7503 msgstr ""
7496 msgstr ""
7504
7497
7505 #: rhodecode/templates/files/files_source.html:22
7498 #: rhodecode/templates/files/files_source.html:22
7506 #: rhodecode/templates/search/search_content.html:34
7499 #: rhodecode/templates/search/search_content.html:71
7507 msgid "Raw"
7500 msgid "Raw"
7508 msgstr ""
7501 msgstr ""
7509
7502
7510 #: rhodecode/templates/files/files_source.html:24
7503 #: rhodecode/templates/files/files_source.html:24
7511 #: rhodecode/templates/search/search_content.html:36
7504 #: rhodecode/templates/search/search_content.html:73
7512 msgid "Download"
7505 msgid "Download"
7513 msgstr ""
7506 msgstr ""
7514
7507
@@ -7585,11 +7578,11 b' msgstr ""'
7585 msgid "Create new fork"
7578 msgid "Create new fork"
7586 msgstr ""
7579 msgstr ""
7587
7580
7588 #: rhodecode/templates/forks/forks_data.html:9
7581 #: rhodecode/templates/forks/forks_data.html:10
7589 msgid "Forked"
7582 msgid "Forked"
7590 msgstr ""
7583 msgstr ""
7591
7584
7592 #: rhodecode/templates/forks/forks_data.html:46
7585 #: rhodecode/templates/forks/forks_data.html:48
7593 msgid "There are no forks yet"
7586 msgid "There are no forks yet"
7594 msgstr ""
7587 msgstr ""
7595
7588
@@ -7657,17 +7650,17 b' msgstr ""'
7657 msgid "Add reviewer"
7650 msgid "Add reviewer"
7658 msgstr ""
7651 msgstr ""
7659
7652
7660 #: rhodecode/templates/pullrequests/pullrequest.html:278
7653 #: rhodecode/templates/pullrequests/pullrequest.html:279
7661 #: rhodecode/templates/pullrequests/pullrequest.html:520
7654 #: rhodecode/templates/pullrequests/pullrequest.html:521
7662 msgid "Please select origin and destination"
7655 msgid "Please select origin and destination"
7663 msgstr ""
7656 msgstr ""
7664
7657
7665 #: rhodecode/templates/pullrequests/pullrequest.html:284
7658 #: rhodecode/templates/pullrequests/pullrequest.html:285
7666 msgid "Loading compare ..."
7659 msgid "Loading compare ..."
7667 msgstr ""
7660 msgstr ""
7668
7661
7669 #: rhodecode/templates/pullrequests/pullrequest.html:331
7662 #: rhodecode/templates/pullrequests/pullrequest.html:332
7670 #: rhodecode/templates/pullrequests/pullrequest.html:333
7663 #: rhodecode/templates/pullrequests/pullrequest.html:334
7671 msgid "This pull request will consist of __COMMITS__ commit."
7664 msgid "This pull request will consist of __COMMITS__ commit."
7672 msgid_plural "This pull request will consist of __COMMITS__ commits."
7665 msgid_plural "This pull request will consist of __COMMITS__ commits."
7673 msgstr[0] ""
7666 msgstr[0] ""
@@ -7675,19 +7668,19 b' msgstr[1] ""'
7675 msgstr[2] ""
7668 msgstr[2] ""
7676 msgstr[3] ""
7669 msgstr[3] ""
7677
7670
7678 #: rhodecode/templates/pullrequests/pullrequest.html:336
7671 #: rhodecode/templates/pullrequests/pullrequest.html:337
7679 msgid "Show detailed compare."
7672 msgid "Show detailed compare."
7680 msgstr ""
7673 msgstr ""
7681
7674
7682 #: rhodecode/templates/pullrequests/pullrequest.html:343
7675 #: rhodecode/templates/pullrequests/pullrequest.html:344
7683 msgid "There are no commits to merge."
7676 msgid "There are no commits to merge."
7684 msgstr ""
7677 msgstr ""
7685
7678
7686 #: rhodecode/templates/pullrequests/pullrequest.html:450
7679 #: rhodecode/templates/pullrequests/pullrequest.html:451
7687 msgid "Destination repository"
7680 msgid "Destination repository"
7688 msgstr ""
7681 msgstr ""
7689
7682
7690 #: rhodecode/templates/pullrequests/pullrequest.html:461
7683 #: rhodecode/templates/pullrequests/pullrequest.html:462
7691 msgid "Select commit reference"
7684 msgid "Select commit reference"
7692 msgstr ""
7685 msgstr ""
7693
7686
@@ -7750,7 +7743,7 b' msgstr ""'
7750 msgid "Save Changes"
7743 msgid "Save Changes"
7751 msgstr ""
7744 msgstr ""
7752
7745
7753 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
7746 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
7754 msgid "reviewer"
7747 msgid "reviewer"
7755 msgstr ""
7748 msgstr ""
7756
7749
@@ -7821,13 +7814,13 b' msgid "Opened by me"'
7821 msgstr ""
7814 msgstr ""
7822
7815
7823 #: rhodecode/templates/pullrequests/pullrequests.html:50
7816 #: rhodecode/templates/pullrequests/pullrequests.html:50
7817 msgid "Awaiting review"
7818 msgstr ""
7819
7820 #: rhodecode/templates/pullrequests/pullrequests.html:51
7824 msgid "Awaiting my review"
7821 msgid "Awaiting my review"
7825 msgstr ""
7822 msgstr ""
7826
7823
7827 #: rhodecode/templates/pullrequests/pullrequests.html:52
7828 msgid "Awaiting review"
7829 msgstr ""
7830
7831 #: rhodecode/templates/pullrequests/pullrequests.html:53
7824 #: rhodecode/templates/pullrequests/pullrequests.html:53
7832 msgid "From this repo"
7825 msgid "From this repo"
7833 msgstr ""
7826 msgstr ""
@@ -7889,6 +7882,18 b' msgstr ""'
7889 msgid "File names"
7882 msgid "File names"
7890 msgstr ""
7883 msgstr ""
7891
7884
7885 #: rhodecode/templates/search/search_commit.html:11
7886 msgid "Age (new first)"
7887 msgstr ""
7888
7889 #: rhodecode/templates/search/search_commit.html:13
7890 msgid "Age (old first)"
7891 msgstr ""
7892
7893 #: rhodecode/templates/search/search_content.html:33
7894 msgid "more matches in this file"
7895 msgstr ""
7896
7892 #: rhodecode/templates/search/search_path.html:4
7897 #: rhodecode/templates/search/search_path.html:4
7893 msgid "File"
7898 msgid "File"
7894 msgstr ""
7899 msgstr ""
This diff has been collapsed as it changes many lines, (2609 lines changed) Show them Hide them
@@ -9,8 +9,8 b' msgid ""'
9 msgstr ""
9 msgstr ""
10 "Project-Id-Version: RhodeCode\n"
10 "Project-Id-Version: RhodeCode\n"
11 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
11 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
12 "POT-Creation-Date: 2016-05-22 18:01+0000\n"
12 "POT-Creation-Date: 2016-06-28 10:55+0000\n"
13 "PO-Revision-Date: 2016-05-22 18:10+0000\n"
13 "PO-Revision-Date: 2016-06-28 10:56+0000\n"
14 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
14 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
15 "Language-Team: German (http://www.transifex.com/rhodecode/RhodeCode/language/de/)\n"
15 "Language-Team: German (http://www.transifex.com/rhodecode/RhodeCode/language/de/)\n"
16 "MIME-Version: 1.0\n"
16 "MIME-Version: 1.0\n"
@@ -20,48 +20,281 b' msgstr ""'
20 "Language: de\n"
20 "Language: de\n"
21 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
22
23 #: rhodecode/authentication/routes.py:61
23 #: rhodecode/authentication/routes.py:60
24 #: rhodecode/controllers/admin/settings.py:825
24 #: rhodecode/controllers/admin/settings.py:844
25 #: rhodecode/templates/admin/permissions/permissions.html:36
25 #: rhodecode/templates/admin/permissions/permissions.html:36
26 msgid "Global"
26 msgid "Global"
27 msgstr ""
27 msgstr ""
28
28
29 #: rhodecode/authentication/schema.py:35
30 msgid "Enable or disable this authentication plugin."
31 msgstr ""
32
29 #: rhodecode/authentication/schema.py:37
33 #: rhodecode/authentication/schema.py:37
30 msgid "Enable or disable this authentication plugin."
31 msgstr ""
32
33 #: rhodecode/authentication/schema.py:39
34 msgid "Enabled"
34 msgid "Enabled"
35 msgstr "Aktiviert"
35 msgstr "Aktiviert"
36
36
37 #: rhodecode/authentication/schema.py:45
37 #: rhodecode/authentication/schema.py:43
38 msgid ""
38 msgid ""
39 "Amount of seconds to cache the authentication call for this plugin. Useful "
39 "Amount of seconds to cache the authentication call for this plugin. Useful "
40 "for long calls like LDAP to improve the responsiveness of the authentication"
40 "for long calls like LDAP to improve the responsiveness of the authentication"
41 " system (0 means disabled)."
41 " system (0 means disabled)."
42 msgstr ""
42 msgstr ""
43
43
44 #: rhodecode/authentication/schema.py:50
44 #: rhodecode/authentication/schema.py:48
45 msgid "Auth Cache TTL"
45 msgid "Auth Cache TTL"
46 msgstr ""
46 msgstr ""
47
47
48 #: rhodecode/authentication/views.py:108
48 #: rhodecode/authentication/views.py:88
49 msgid ""
49 msgid ""
50 "Errors exist when saving plugin settings. Please check the form inputs."
50 "Errors exist when saving plugin settings. Please check the form inputs."
51 msgstr ""
51 msgstr ""
52
52
53 #: rhodecode/authentication/views.py:131 rhodecode/authentication/views.py:200
53 #: rhodecode/authentication/views.py:101 rhodecode/authentication/views.py:170
54 msgid "Auth settings updated successfully."
54 msgid "Auth settings updated successfully."
55 msgstr ""
55 msgstr ""
56
56
57 #: rhodecode/authentication/views.py:205
57 #: rhodecode/authentication/views.py:175
58 msgid "Errors exist when saving plugin setting. Please check the form inputs."
58 msgid "Errors exist when saving plugin setting. Please check the form inputs."
59 msgstr ""
59 msgstr ""
60
60
61 #: rhodecode/authentication/views.py:215
61 #: rhodecode/authentication/views.py:185
62 msgid "Error occurred during update of auth settings."
62 msgid "Error occurred during update of auth settings."
63 msgstr ""
63 msgstr ""
64
64
65 #: rhodecode/authentication/plugins/auth_crowd.py:61
66 msgid "The FQDN or IP of the Atlassian CROWD Server"
67 msgstr ""
68
69 #: rhodecode/authentication/plugins/auth_crowd.py:63
70 msgid "Host"
71 msgstr ""
72
73 #: rhodecode/authentication/plugins/auth_crowd.py:68
74 msgid "The Port in use by the Atlassian CROWD Server"
75 msgstr ""
76
77 #: rhodecode/authentication/plugins/auth_crowd.py:70
78 #: rhodecode/authentication/plugins/auth_ldap.py:84
79 msgid "Port"
80 msgstr ""
81
82 #: rhodecode/authentication/plugins/auth_crowd.py:76
83 msgid "The Application Name to authenticate to CROWD"
84 msgstr ""
85
86 #: rhodecode/authentication/plugins/auth_crowd.py:78
87 msgid "Application Name"
88 msgstr ""
89
90 #: rhodecode/authentication/plugins/auth_crowd.py:83
91 msgid "The password to authenticate to CROWD"
92 msgstr ""
93
94 #: rhodecode/authentication/plugins/auth_crowd.py:85
95 msgid "Application Password"
96 msgstr ""
97
98 #: rhodecode/authentication/plugins/auth_crowd.py:90
99 msgid ""
100 "A comma separated list of group names that identify users as RhodeCode "
101 "Administrators"
102 msgstr ""
103
104 #: rhodecode/authentication/plugins/auth_crowd.py:94
105 msgid "Admin Groups"
106 msgstr ""
107
108 #: rhodecode/authentication/plugins/auth_crowd.py:216
109 msgid "CROWD"
110 msgstr ""
111
112 #: rhodecode/authentication/plugins/auth_headers.py:55
113 msgid "Header to extract the user from"
114 msgstr ""
115
116 #: rhodecode/authentication/plugins/auth_headers.py:57
117 msgid "Header"
118 msgstr ""
119
120 #: rhodecode/authentication/plugins/auth_headers.py:62
121 msgid "Header to extract the user from when main one fails"
122 msgstr ""
123
124 #: rhodecode/authentication/plugins/auth_headers.py:64
125 msgid "Fallback header"
126 msgstr ""
127
128 #: rhodecode/authentication/plugins/auth_headers.py:69
129 msgid ""
130 "Perform cleaning of user, if passed user has @ in username then first part "
131 "before @ is taken. If there's \\ in the username only the part after \\ is "
132 "taken"
133 msgstr ""
134
135 #: rhodecode/authentication/plugins/auth_headers.py:74
136 msgid "Clean username"
137 msgstr ""
138
139 #: rhodecode/authentication/plugins/auth_headers.py:99
140 msgid "Headers"
141 msgstr ""
142
143 #: rhodecode/authentication/plugins/auth_jasig_cas.py:63
144 msgid "The url of the Jasig CAS REST service"
145 msgstr ""
146
147 #: rhodecode/authentication/plugins/auth_jasig_cas.py:65
148 #: rhodecode/templates/admin/gists/show.html:21
149 msgid "URL"
150 msgstr ""
151
152 #: rhodecode/authentication/plugins/auth_jasig_cas.py:93
153 msgid "Jasig-CAS"
154 msgstr ""
155
156 #: rhodecode/authentication/plugins/auth_ldap.py:75
157 msgid "Host of the LDAP Server"
158 msgstr ""
159
160 #: rhodecode/authentication/plugins/auth_ldap.py:77
161 msgid "LDAP Host"
162 msgstr ""
163
164 #: rhodecode/authentication/plugins/auth_ldap.py:82
165 msgid "Port that the LDAP server is listening on"
166 msgstr ""
167
168 #: rhodecode/authentication/plugins/auth_ldap.py:90
169 msgid "User to connect to LDAP"
170 msgstr ""
171
172 #: rhodecode/authentication/plugins/auth_ldap.py:93
173 msgid "Account"
174 msgstr ""
175
176 #: rhodecode/authentication/plugins/auth_ldap.py:98
177 msgid "Password to connect to LDAP"
178 msgstr ""
179
180 #: rhodecode/authentication/plugins/auth_ldap.py:101
181 #: rhodecode/templates/login.html:50 rhodecode/templates/register.html:48
182 #: rhodecode/templates/admin/my_account/my_account.html:30
183 #: rhodecode/templates/admin/users/user_add.html:44
184 #: rhodecode/templates/base/base.html:314
185 #: rhodecode/templates/debug_style/login.html:45
186 msgid "Password"
187 msgstr "Passwort"
188
189 #: rhodecode/authentication/plugins/auth_ldap.py:106
190 msgid "TLS Type"
191 msgstr ""
192
193 #: rhodecode/authentication/plugins/auth_ldap.py:107
194 msgid "Connection Security"
195 msgstr ""
196
197 #: rhodecode/authentication/plugins/auth_ldap.py:113
198 msgid "Require Cert over TLS?"
199 msgstr ""
200
201 #: rhodecode/authentication/plugins/auth_ldap.py:114
202 msgid "Certificate Checks"
203 msgstr ""
204
205 #: rhodecode/authentication/plugins/auth_ldap.py:120
206 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
207 msgstr ""
208
209 #: rhodecode/authentication/plugins/auth_ldap.py:123
210 msgid "Base DN"
211 msgstr ""
212
213 #: rhodecode/authentication/plugins/auth_ldap.py:128
214 msgid "Filter to narrow results (e.g., ou=Users, etc)"
215 msgstr ""
216
217 #: rhodecode/authentication/plugins/auth_ldap.py:131
218 msgid "LDAP Search Filter"
219 msgstr ""
220
221 #: rhodecode/authentication/plugins/auth_ldap.py:136
222 msgid "How deep to search LDAP"
223 msgstr ""
224
225 #: rhodecode/authentication/plugins/auth_ldap.py:137
226 msgid "LDAP Search Scope"
227 msgstr ""
228
229 #: rhodecode/authentication/plugins/auth_ldap.py:143
230 msgid "LDAP Attribute to map to user name"
231 msgstr ""
232
233 #: rhodecode/authentication/plugins/auth_ldap.py:144
234 msgid "The LDAP Login attribute of the CN must be specified"
235 msgstr ""
236
237 #: rhodecode/authentication/plugins/auth_ldap.py:146
238 msgid "Login Attribute"
239 msgstr ""
240
241 #: rhodecode/authentication/plugins/auth_ldap.py:151
242 msgid "LDAP Attribute to map to first name"
243 msgstr ""
244
245 #: rhodecode/authentication/plugins/auth_ldap.py:154
246 msgid "First Name Attribute"
247 msgstr ""
248
249 #: rhodecode/authentication/plugins/auth_ldap.py:159
250 msgid "LDAP Attribute to map to last name"
251 msgstr ""
252
253 #: rhodecode/authentication/plugins/auth_ldap.py:162
254 msgid "Last Name Attribute"
255 msgstr ""
256
257 #: rhodecode/authentication/plugins/auth_ldap.py:167
258 msgid "LDAP Attribute to map to email address"
259 msgstr ""
260
261 #: rhodecode/authentication/plugins/auth_ldap.py:170
262 msgid "Email Attribute"
263 msgstr ""
264
265 #: rhodecode/authentication/plugins/auth_ldap.py:348
266 msgid "LDAP"
267 msgstr ""
268
269 #: rhodecode/authentication/plugins/auth_pam.py:60
270 msgid "PAM service name to use for authentication."
271 msgstr ""
272
273 #: rhodecode/authentication/plugins/auth_pam.py:62
274 msgid "PAM service name"
275 msgstr ""
276
277 #: rhodecode/authentication/plugins/auth_pam.py:67
278 msgid ""
279 "Regular expression for extracting user name/email etc. from Unix userinfo."
280 msgstr ""
281
282 #: rhodecode/authentication/plugins/auth_pam.py:70
283 msgid "Gecos Regex"
284 msgstr ""
285
286 #: rhodecode/authentication/plugins/auth_pam.py:98
287 msgid "PAM"
288 msgstr ""
289
290 #: rhodecode/authentication/plugins/auth_rhodecode.py:68
291 msgid "Rhodecode"
292 msgstr ""
293
294 #: rhodecode/authentication/plugins/auth_token.py:71
295 msgid "Rhodecode Token Auth"
296 msgstr ""
297
65 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
298 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
66 #: rhodecode/controllers/pullrequests.py:279
299 #: rhodecode/controllers/pullrequests.py:279
67 msgid "There are no commits yet"
300 msgid "There are no commits yet"
@@ -99,8 +332,8 b' msgid "No such commit exists for this re'
99 msgstr ""
332 msgstr ""
100
333
101 #: rhodecode/controllers/changeset.py:335
334 #: rhodecode/controllers/changeset.py:335
102 #: rhodecode/controllers/pullrequests.py:744
335 #: rhodecode/controllers/pullrequests.py:746
103 #: rhodecode/model/pull_request.py:828
336 #: rhodecode/model/pull_request.py:836
104 #, python-format
337 #, python-format
105 msgid "Status change %(transition_icon)s %(status)s"
338 msgid "Status change %(transition_icon)s %(status)s"
106 msgstr "Status Änderung %(transition_icon)s %(status)s"
339 msgstr "Status Änderung %(transition_icon)s %(status)s"
@@ -115,68 +348,31 b' msgstr ""'
115 msgid "Select commit"
348 msgid "Select commit"
116 msgstr ""
349 msgstr ""
117
350
118 #: rhodecode/controllers/compare.py:142
351 #: rhodecode/controllers/compare.py:139
119 #, python-format
352 #, python-format
120 msgid "Could not find the original repo: %(repo)s"
353 msgid "Could not find the original repo: %(repo)s"
121 msgstr ""
354 msgstr ""
122
355
123 #: rhodecode/controllers/compare.py:150
356 #: rhodecode/controllers/compare.py:147
124 #, python-format
357 #, python-format
125 msgid "Could not find the other repo: %(repo)s"
358 msgid "Could not find the other repo: %(repo)s"
126 msgstr ""
359 msgstr ""
127
360
128 #: rhodecode/controllers/compare.py:159
361 #: rhodecode/controllers/compare.py:156
129 msgid "The comparison of two different kinds of remote repos is not available"
362 msgid "The comparison of two different kinds of remote repos is not available"
130 msgstr ""
363 msgstr ""
131
364
132 #: rhodecode/controllers/compare.py:186
365 #: rhodecode/controllers/compare.py:190
133 msgid "Could not compare repos with different large file settings"
366 msgid "Could not compare repos with different large file settings"
134 msgstr ""
367 msgstr ""
135
368
136 #: rhodecode/controllers/compare.py:223
369 #: rhodecode/controllers/compare.py:226
137 #, python-format
370 #, python-format
138 msgid ""
371 msgid ""
139 "Repositories unrelated. Cannot compare commit %(commit1)s from repository "
372 "Repositories unrelated. Cannot compare commit %(commit1)s from repository "
140 "%(repo1)s with commit %(commit2)s from repository %(repo2)s."
373 "%(repo1)s with commit %(commit2)s from repository %(repo2)s."
141 msgstr ""
374 msgstr ""
142
375
143 #: rhodecode/controllers/error.py:85 rhodecode/controllers/error.py:136
144 msgid "Home page"
145 msgstr "Homepage"
146
147 #: rhodecode/controllers/error.py:114
148 msgid ""
149 "The request could not be understood by the server due to malformed syntax."
150 msgstr "Die Anfrage konnte vom Server nicht ausgewertet werden weil sie eine ungültige Syntax nutzt"
151
152 #: rhodecode/controllers/error.py:117
153 msgid "Unauthorized access to resource"
154 msgstr "Unauthorisierter Zugang zur Ressource"
155
156 #: rhodecode/controllers/error.py:119
157 msgid "You don't have permission to view this page"
158 msgstr "Du hast keine Rechte um diese Seite zu betrachten"
159
160 #: rhodecode/controllers/error.py:121
161 msgid "The resource could not be found"
162 msgstr "Die Ressource konnte nicht gefunden werden"
163
164 #: rhodecode/controllers/error.py:123
165 msgid ""
166 "The server encountered an unexpected condition which prevented it from "
167 "fulfilling the request."
168 msgstr "Aufgrund einer unerwarteten Gegebenheit konnte der Server diese Anfrage nicht bearbeiten"
169
170 #: rhodecode/controllers/error.py:128
171 msgid "VCS Server Required"
172 msgstr ""
173
174 #: rhodecode/controllers/error.py:129
175 msgid ""
176 "A VCS Server is required for this action. There is currently no VCS Server "
177 "configured."
178 msgstr ""
179
180 #: rhodecode/controllers/feed.py:70
376 #: rhodecode/controllers/feed.py:70
181 #, python-format
377 #, python-format
182 msgid "Changes on %s repository"
378 msgid "Changes on %s repository"
@@ -286,7 +482,7 b' msgid "Changesets"'
286 msgstr "Changesets"
482 msgstr "Changesets"
287
483
288 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
484 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
289 #: rhodecode/model/pull_request.py:1037 rhodecode/model/scm.py:783
485 #: rhodecode/model/pull_request.py:1051 rhodecode/model/scm.py:783
290 #: rhodecode/templates/base/vcs_settings.html:138
486 #: rhodecode/templates/base/vcs_settings.html:138
291 msgid "Branches"
487 msgid "Branches"
292 msgstr "Entwicklungszweige"
488 msgstr "Entwicklungszweige"
@@ -301,22 +497,27 b' msgstr "Tags"'
301 msgid "An error occurred during repository forking %s"
497 msgid "An error occurred during repository forking %s"
302 msgstr "Währen des Forken des Repositorys trat ein Fehler auf: %s"
498 msgstr "Währen des Forken des Repositorys trat ein Fehler auf: %s"
303
499
304 #: rhodecode/controllers/home.py:174
500 #: rhodecode/controllers/home.py:205
305 msgid "Groups"
501 msgid "Groups"
306 msgstr "Gruppen"
502 msgstr "Gruppen"
307
503
308 #: rhodecode/controllers/home.py:181 rhodecode/controllers/home.py:203
504 #: rhodecode/controllers/home.py:212 rhodecode/controllers/home.py:247
309 #: rhodecode/controllers/pullrequests.py:382
505 #: rhodecode/controllers/pullrequests.py:382
310 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
506 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
311 #: rhodecode/templates/admin/repos/repo_add.html:15
507 #: rhodecode/templates/admin/repos/repo_add.html:15
312 #: rhodecode/templates/admin/repos/repo_add.html:19
508 #: rhodecode/templates/admin/repos/repo_add.html:19
313 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
509 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
314 #: rhodecode/templates/base/base.html:79
510 #: rhodecode/templates/base/base.html:79
315 #: rhodecode/templates/base/base.html:147
511 #: rhodecode/templates/base/base.html:149
316 #: rhodecode/templates/base/base.html:621
512 #: rhodecode/templates/base/base.html:626
317 msgid "Repositories"
513 msgid "Repositories"
318 msgstr "Repositories"
514 msgstr "Repositories"
319
515
516 #: rhodecode/controllers/home.py:225
517 #, python-format
518 msgid "Commits in %(repo)s"
519 msgstr ""
520
320 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
521 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
321 msgid "public journal"
522 msgid "public journal"
322 msgstr "Öffentliches Journal"
523 msgstr "Öffentliches Journal"
@@ -325,34 +526,6 b' msgstr "\xc3\x96ffentliches Journal"'
325 msgid "journal"
526 msgid "journal"
326 msgstr "Logbuch"
527 msgstr "Logbuch"
327
528
328 #: rhodecode/controllers/login.py:227 rhodecode/controllers/login.py:281
329 msgid "bad captcha"
330 msgstr "Ungültiges Captcha"
331
332 #: rhodecode/controllers/login.py:241
333 msgid "You have successfully registered with RhodeCode"
334 msgstr "Du hast dich erfolgreich bei RhodeCode angemeldet"
335
336 #: rhodecode/controllers/login.py:286
337 msgid "Your password reset link was sent"
338 msgstr "Ihr Passwort Zurücksetzen Link wurde versendet"
339
340 #: rhodecode/controllers/login.py:307
341 msgid ""
342 "Your password reset was successful, a new password has been sent to your "
343 "email"
344 msgstr "Ihr Passwort wurde zurückgesetzt, ein neues Passwort wurde and ihre E-Mail Adresse gesendet"
345
346 #: rhodecode/controllers/login.py:340
347 msgid "There was an error during OAuth processing."
348 msgstr ""
349
350 #: rhodecode/controllers/login.py:406
351 msgid ""
352 "You need to finish registration process to bind your external identity to "
353 "your account or sign in to existing account"
354 msgstr ""
355
356 #: rhodecode/controllers/pullrequests.py:293
529 #: rhodecode/controllers/pullrequests.py:293
357 msgid "Commit does not exist"
530 msgid "Commit does not exist"
358 msgstr ""
531 msgstr ""
@@ -404,24 +577,28 b' msgstr ""'
404 msgid "Pull request reviewer approval is pending."
577 msgid "Pull request reviewer approval is pending."
405 msgstr "Reviewer Zustimmung fehlt."
578 msgstr "Reviewer Zustimmung fehlt."
406
579
407 #: rhodecode/controllers/pullrequests.py:629
580 #: rhodecode/controllers/pullrequests.py:593
581 msgid "Pull request was successfully merged and closed."
582 msgstr ""
583
584 #: rhodecode/controllers/pullrequests.py:631
408 msgid "Successfully deleted pull request"
585 msgid "Successfully deleted pull request"
409 msgstr "Pullrequest erfolgreich gelöscht"
586 msgstr "Pullrequest erfolgreich gelöscht"
410
587
411 #: rhodecode/controllers/pullrequests.py:662
588 #: rhodecode/controllers/pullrequests.py:664
412 msgid "Reviewer approval is pending."
589 msgid "Reviewer approval is pending."
413 msgstr "Reviewer Zustimmung steht noch aus."
590 msgstr "Reviewer Zustimmung steht noch aus."
414
591
415 #: rhodecode/controllers/pullrequests.py:704
592 #: rhodecode/controllers/pullrequests.py:706
416 msgid "Close Pull Request"
593 msgid "Close Pull Request"
417 msgstr ""
594 msgstr ""
418
595
419 #: rhodecode/controllers/pullrequests.py:748
596 #: rhodecode/controllers/pullrequests.py:750
420 #: rhodecode/model/pull_request.py:832
597 #: rhodecode/model/pull_request.py:840
421 msgid "Closing with"
598 msgid "Closing with"
422 msgstr "Schließen mit"
599 msgstr "Schließen mit"
423
600
424 #: rhodecode/controllers/pullrequests.py:793
601 #: rhodecode/controllers/pullrequests.py:795
425 #, python-format
602 #, python-format
426 msgid ""
603 msgid ""
427 "Closing pull request on other statuses than rejected or approved is "
604 "Closing pull request on other statuses than rejected or approved is "
@@ -453,38 +630,38 b' msgid "Error occurred during update of d'
453 msgstr "Fehler bei der Aktualisierung der Standardwerte aufgetreten"
630 msgstr "Fehler bei der Aktualisierung der Standardwerte aufgetreten"
454
631
455 #: rhodecode/controllers/admin/gists.py:59
632 #: rhodecode/controllers/admin/gists.py:59
456 #: rhodecode/controllers/admin/my_account.py:308
633 #: rhodecode/controllers/admin/my_account.py:307
457 #: rhodecode/controllers/admin/users.py:434
634 #: rhodecode/controllers/admin/users.py:436
458 msgid "forever"
635 msgid "forever"
459 msgstr "für immer"
636 msgstr "für immer"
460
637
461 #: rhodecode/controllers/admin/gists.py:60
638 #: rhodecode/controllers/admin/gists.py:60
462 #: rhodecode/controllers/admin/my_account.py:309
639 #: rhodecode/controllers/admin/my_account.py:308
463 #: rhodecode/controllers/admin/users.py:435
640 #: rhodecode/controllers/admin/users.py:437
464 msgid "5 minutes"
641 msgid "5 minutes"
465 msgstr "5 Minuten"
642 msgstr "5 Minuten"
466
643
467 #: rhodecode/controllers/admin/gists.py:61
644 #: rhodecode/controllers/admin/gists.py:61
468 #: rhodecode/controllers/admin/my_account.py:310
645 #: rhodecode/controllers/admin/my_account.py:309
469 #: rhodecode/controllers/admin/users.py:436
646 #: rhodecode/controllers/admin/users.py:438
470 msgid "1 hour"
647 msgid "1 hour"
471 msgstr "1 Stunde"
648 msgstr "1 Stunde"
472
649
473 #: rhodecode/controllers/admin/gists.py:62
650 #: rhodecode/controllers/admin/gists.py:62
474 #: rhodecode/controllers/admin/my_account.py:311
651 #: rhodecode/controllers/admin/my_account.py:310
475 #: rhodecode/controllers/admin/users.py:437
652 #: rhodecode/controllers/admin/users.py:439
476 msgid "1 day"
653 msgid "1 day"
477 msgstr "1 Tag"
654 msgstr "1 Tag"
478
655
479 #: rhodecode/controllers/admin/gists.py:63
656 #: rhodecode/controllers/admin/gists.py:63
480 #: rhodecode/controllers/admin/my_account.py:312
657 #: rhodecode/controllers/admin/my_account.py:311
481 #: rhodecode/controllers/admin/users.py:438
658 #: rhodecode/controllers/admin/users.py:440
482 msgid "1 month"
659 msgid "1 month"
483 msgstr "1 Monat"
660 msgstr "1 Monat"
484
661
485 #: rhodecode/controllers/admin/gists.py:67
662 #: rhodecode/controllers/admin/gists.py:67
486 #: rhodecode/controllers/admin/my_account.py:314
663 #: rhodecode/controllers/admin/my_account.py:313
487 #: rhodecode/controllers/admin/users.py:440
664 #: rhodecode/controllers/admin/users.py:442
488 msgid "Lifetime"
665 msgid "Lifetime"
489 msgstr "Lebensdauer"
666 msgstr "Lebensdauer"
490
667
@@ -533,68 +710,64 b' msgstr ""'
533 msgid "%(expiry)s - current value"
710 msgid "%(expiry)s - current value"
534 msgstr ""
711 msgstr ""
535
712
536 #: rhodecode/controllers/admin/my_account.py:71
713 #: rhodecode/controllers/admin/my_account.py:70
537 msgid "You can't edit this user since it's crucial for entire application"
714 msgid "You can't edit this user since it's crucial for entire application"
538 msgstr "Sie können diesen Benutzer nicht editieren, da er für die ganze Applikation von entscheidender bedeutung ist."
715 msgstr "Sie können diesen Benutzer nicht editieren, da er für die ganze Applikation von entscheidender bedeutung ist."
539
716
540 #: rhodecode/controllers/admin/my_account.py:129
717 #: rhodecode/controllers/admin/my_account.py:128
541 msgid "Your account was updated successfully"
718 msgid "Your account was updated successfully"
542 msgstr "Ihr Account wurde erfolgreich aktualisiert"
719 msgstr "Ihr Account wurde erfolgreich aktualisiert"
543
720
544 #: rhodecode/controllers/admin/my_account.py:144
721 #: rhodecode/controllers/admin/my_account.py:143
545 #: rhodecode/controllers/admin/users.py:221
722 #: rhodecode/controllers/admin/users.py:223
546 #, python-format
723 #, python-format
547 msgid "Error occurred during update of user %s"
724 msgid "Error occurred during update of user %s"
548 msgstr "Fehler bei der Aktualisierung des Benutzers %s"
725 msgstr "Fehler bei der Aktualisierung des Benutzers %s"
549
726
550 #: rhodecode/controllers/admin/my_account.py:203
727 #: rhodecode/controllers/admin/my_account.py:202
551 msgid "Successfully updated password"
728 msgid "Successfully updated password"
552 msgstr "Passwort erfolgreich aktualisiert"
729 msgstr "Passwort erfolgreich aktualisiert"
553
730
554 #: rhodecode/controllers/admin/my_account.py:214
731 #: rhodecode/controllers/admin/my_account.py:213
555 msgid "Error occurred during update of user password"
732 msgid "Error occurred during update of user password"
556 msgstr "Fehler bei der Aktualisierung des Benutzerpassworts aufgetreten"
733 msgstr "Fehler bei der Aktualisierung des Benutzerpassworts aufgetreten"
557
734
558 #: rhodecode/controllers/admin/my_account.py:262
735 #: rhodecode/controllers/admin/my_account.py:261
559 #: rhodecode/controllers/admin/users.py:614
736 #: rhodecode/controllers/admin/users.py:616
560 #, python-format
737 #, python-format
561 msgid "Added new email address `%s` for user account"
738 msgid "Added new email address `%s` for user account"
562 msgstr ""
739 msgstr ""
563
740
564 #: rhodecode/controllers/admin/my_account.py:269
741 #: rhodecode/controllers/admin/my_account.py:268
565 #: rhodecode/controllers/admin/users.py:621
742 #: rhodecode/controllers/admin/users.py:623
566 msgid "An error occurred during email saving"
743 msgid "An error occurred during email saving"
567 msgstr "Währen der Speicherung der E-Mail-Addresse trat ein Fehler auf"
744 msgstr "Währen der Speicherung der E-Mail-Addresse trat ein Fehler auf"
568
745
569 #: rhodecode/controllers/admin/my_account.py:279
746 #: rhodecode/controllers/admin/my_account.py:278
570 #: rhodecode/controllers/admin/users.py:636
747 #: rhodecode/controllers/admin/users.py:638
571 msgid "Removed email address from user account"
748 msgid "Removed email address from user account"
572 msgstr ""
749 msgstr ""
573
750
574 #: rhodecode/controllers/admin/my_account.py:317
751 #: rhodecode/controllers/admin/my_account.py:316
575 #: rhodecode/controllers/admin/users.py:443
752 #: rhodecode/controllers/admin/users.py:445
576 msgid "Role"
753 msgid "Role"
577 msgstr "Rolle"
754 msgstr "Rolle"
578
755
579 #: rhodecode/controllers/admin/my_account.py:330
756 #: rhodecode/controllers/admin/my_account.py:329
580 #: rhodecode/controllers/admin/users.py:467
757 #: rhodecode/controllers/admin/users.py:469
581 msgid "Auth token successfully created"
758 msgid "Auth token successfully created"
582 msgstr "Authentifizierungstoken erfolgreich erstellt"
759 msgstr "Authentifizierungstoken erfolgreich erstellt"
583
760
584 #: rhodecode/controllers/admin/my_account.py:343
761 #: rhodecode/controllers/admin/my_account.py:342
585 #: rhodecode/controllers/admin/users.py:486
762 #: rhodecode/controllers/admin/users.py:488
586 msgid "Auth token successfully reset"
763 msgid "Auth token successfully reset"
587 msgstr "Authentifizierungstoken erfolgreich zurückgesetzt"
764 msgstr "Authentifizierungstoken erfolgreich zurückgesetzt"
588
765
589 #: rhodecode/controllers/admin/my_account.py:347
766 #: rhodecode/controllers/admin/my_account.py:346
590 #: rhodecode/controllers/admin/users.py:490
767 #: rhodecode/controllers/admin/users.py:492
591 msgid "Auth token successfully deleted"
768 msgid "Auth token successfully deleted"
592 msgstr "Authentifizierungstoken erfolgreich gelöscht"
769 msgstr "Authentifizierungstoken erfolgreich gelöscht"
593
770
594 #: rhodecode/controllers/admin/my_account.py:371
595 msgid "OAuth token successfully deleted"
596 msgstr ""
597
598 #: rhodecode/controllers/admin/permissions.py:111
771 #: rhodecode/controllers/admin/permissions.py:111
599 msgid "Application permissions updated successfully"
772 msgid "Application permissions updated successfully"
600 msgstr "Anwendungs-Berechtigungen erfolgreich aktualisiert"
773 msgstr "Anwendungs-Berechtigungen erfolgreich aktualisiert"
@@ -623,46 +796,46 b' msgstr "Repository-Gruppe %s erstellt"'
623 msgid "Error occurred during creation of repository group %s"
796 msgid "Error occurred during creation of repository group %s"
624 msgstr "Fehler bei der Erstellung der Repository-Gruppe %s"
797 msgstr "Fehler bei der Erstellung der Repository-Gruppe %s"
625
798
626 #: rhodecode/controllers/admin/repo_groups.py:259
799 #: rhodecode/controllers/admin/repo_groups.py:258
627 #, python-format
800 #, python-format
628 msgid "Updated repository group %s"
801 msgid "Updated repository group %s"
629 msgstr "Repository-Gruppe %s aktualisiert"
802 msgstr "Repository-Gruppe %s aktualisiert"
630
803
631 #: rhodecode/controllers/admin/repo_groups.py:275
804 #: rhodecode/controllers/admin/repo_groups.py:274
632 #, python-format
805 #, python-format
633 msgid "Error occurred during update of repository group %s"
806 msgid "Error occurred during update of repository group %s"
634 msgstr "Fehler bei der Aktualisierung der Repository-Gruppe %s aufgetreten"
807 msgstr "Fehler bei der Aktualisierung der Repository-Gruppe %s aufgetreten"
635
808
636 #: rhodecode/controllers/admin/repo_groups.py:297
809 #: rhodecode/controllers/admin/repo_groups.py:296
637 #, python-format
810 #, python-format
638 msgid "This group contains %(num)d repository and cannot be deleted"
811 msgid "This group contains %(num)d repository and cannot be deleted"
639 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
812 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
640 msgstr[0] "Diese Gruppe enthält %(num)d Repository und kann nicht gelöscht werden"
813 msgstr[0] "Diese Gruppe enthält %(num)d Repository und kann nicht gelöscht werden"
641 msgstr[1] "Diese Gruppe enthält %(num)d Repositories und kann nicht gelöscht werden"
814 msgstr[1] "Diese Gruppe enthält %(num)d Repositories und kann nicht gelöscht werden"
642
815
643 #: rhodecode/controllers/admin/repo_groups.py:306
816 #: rhodecode/controllers/admin/repo_groups.py:305
644 #, python-format
817 #, python-format
645 msgid "This group contains %(num)d subgroup and cannot be deleted"
818 msgid "This group contains %(num)d subgroup and cannot be deleted"
646 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
819 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
647 msgstr[0] "Diese Gruppe enthält %(num)d Untergruppe und kann nicht gelöscht werden"
820 msgstr[0] "Diese Gruppe enthält %(num)d Untergruppe und kann nicht gelöscht werden"
648 msgstr[1] "Diese Gruppe enthält %(num)d Untergruppen und kann nicht gelöscht werden"
821 msgstr[1] "Diese Gruppe enthält %(num)d Untergruppen und kann nicht gelöscht werden"
649
822
650 #: rhodecode/controllers/admin/repo_groups.py:313
823 #: rhodecode/controllers/admin/repo_groups.py:312
651 #, python-format
824 #, python-format
652 msgid "Removed repository group %s"
825 msgid "Removed repository group %s"
653 msgstr "Repository-Gruppe %s gelöscht"
826 msgstr "Repository-Gruppe %s gelöscht"
654
827
655 #: rhodecode/controllers/admin/repo_groups.py:318
828 #: rhodecode/controllers/admin/repo_groups.py:317
656 #, python-format
829 #, python-format
657 msgid "Error occurred during deletion of repository group %s"
830 msgid "Error occurred during deletion of repository group %s"
658 msgstr "Fehler beim Löschen der Repository-Gruppe %s aufgetreten"
831 msgstr "Fehler beim Löschen der Repository-Gruppe %s aufgetreten"
659
832
660 #: rhodecode/controllers/admin/repo_groups.py:389
833 #: rhodecode/controllers/admin/repo_groups.py:388
661 #: rhodecode/controllers/admin/user_groups.py:323
834 #: rhodecode/controllers/admin/user_groups.py:325
662 msgid "Cannot change permission for yourself as admin"
835 msgid "Cannot change permission for yourself as admin"
663 msgstr "Es ist nicht möglich als Administrator die eigenen Berechtigungen zu ändern"
836 msgstr "Es ist nicht möglich als Administrator die eigenen Berechtigungen zu ändern"
664
837
665 #: rhodecode/controllers/admin/repo_groups.py:406
838 #: rhodecode/controllers/admin/repo_groups.py:405
666 msgid "Repository Group permissions updated"
839 msgid "Repository Group permissions updated"
667 msgstr "Berechtigungen der Repository-Gruppe aktualisiert"
840 msgstr "Berechtigungen der Repository-Gruppe aktualisiert"
668
841
@@ -810,18 +983,18 b' msgid "Error occurred during deleting is'
810 msgstr ""
983 msgstr ""
811
984
812 #: rhodecode/controllers/admin/repos.py:720
985 #: rhodecode/controllers/admin/repos.py:720
813 #: rhodecode/controllers/admin/settings.py:361
986 #: rhodecode/controllers/admin/settings.py:362
814 msgid "Removed issue tracker entry"
987 msgid "Removed issue tracker entry"
815 msgstr "Ein Eintrag wurde aus dem Issue Tracker gelöscht."
988 msgstr "Ein Eintrag wurde aus dem Issue Tracker gelöscht."
816
989
817 #: rhodecode/controllers/admin/repos.py:750
990 #: rhodecode/controllers/admin/repos.py:750
818 #: rhodecode/controllers/admin/settings.py:406
991 #: rhodecode/controllers/admin/settings.py:408
819 msgid "Updated issue tracker entries"
992 msgid "Updated issue tracker entries"
820 msgstr ""
993 msgstr ""
821
994
822 #: rhodecode/controllers/admin/repos.py:809
995 #: rhodecode/controllers/admin/repos.py:809
823 #: rhodecode/controllers/admin/settings.py:140
996 #: rhodecode/controllers/admin/settings.py:141
824 #: rhodecode/controllers/admin/settings.py:686
997 #: rhodecode/controllers/admin/settings.py:718
825 msgid "Some form inputs contain invalid data."
998 msgid "Some form inputs contain invalid data."
826 msgstr "Einige Eingabefelder enthalten ungültige Daten."
999 msgstr "Einige Eingabefelder enthalten ungültige Daten."
827
1000
@@ -830,115 +1003,115 b' msgid "Error occurred during updating re'
830 msgstr ""
1003 msgstr ""
831
1004
832 #: rhodecode/controllers/admin/repos.py:831
1005 #: rhodecode/controllers/admin/repos.py:831
833 #: rhodecode/controllers/admin/settings.py:166
1006 #: rhodecode/controllers/admin/settings.py:167
834 msgid "Updated VCS settings"
1007 msgid "Updated VCS settings"
835 msgstr "VCS-Einstellungen aktualisiert"
1008 msgstr "VCS-Einstellungen aktualisiert"
836
1009
837 #: rhodecode/controllers/admin/settings.py:162
1010 #: rhodecode/controllers/admin/settings.py:163
838 #: rhodecode/controllers/admin/settings.py:265
1011 #: rhodecode/controllers/admin/settings.py:266
839 msgid "Error occurred during updating application settings"
1012 msgid "Error occurred during updating application settings"
840 msgstr "Fehler während der Aktualisierung der Applikations-Einstellungen aufgetreten"
1013 msgstr "Fehler während der Aktualisierung der Applikations-Einstellungen aufgetreten"
841
1014
842 #: rhodecode/controllers/admin/settings.py:209
1015 #: rhodecode/controllers/admin/settings.py:210
843 #, python-format
1016 #, python-format
844 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1017 msgid "Repositories successfully rescanned added: %s ; removed: %s"
845 msgstr "Repositories erfolgreich gescannt, hinzugefügt: %s; entfernt: %s"
1018 msgstr "Repositories erfolgreich gescannt, hinzugefügt: %s; entfernt: %s"
846
1019
847 #: rhodecode/controllers/admin/settings.py:260
1020 #: rhodecode/controllers/admin/settings.py:262
848 msgid "Updated application settings"
1021 msgid "Updated application settings"
849 msgstr "Applikations-Einstellungen aktualisiert"
1022 msgstr "Applikations-Einstellungen aktualisiert"
850
1023
851 #: rhodecode/controllers/admin/settings.py:325
1024 #: rhodecode/controllers/admin/settings.py:326
852 msgid "Updated visualisation settings"
1025 msgid "Updated visualisation settings"
853 msgstr "Visualisierungs-Einstellungen aktualisiert"
1026 msgstr "Visualisierungs-Einstellungen aktualisiert"
854
1027
855 #: rhodecode/controllers/admin/settings.py:328
1028 #: rhodecode/controllers/admin/settings.py:329
856 msgid "Error occurred during updating visualisation settings"
1029 msgid "Error occurred during updating visualisation settings"
857 msgstr "Fehler bei der Aktualisierung der Visualisierungs-Einstellungen"
1030 msgstr "Fehler bei der Aktualisierung der Visualisierungs-Einstellungen"
858
1031
859 #: rhodecode/controllers/admin/settings.py:419
1032 #: rhodecode/controllers/admin/settings.py:421
860 msgid "Please enter email address"
1033 msgid "Please enter email address"
861 msgstr "Bitte E-Mail-Adresse eingeben"
1034 msgstr "Bitte E-Mail-Adresse eingeben"
862
1035
863 #: rhodecode/controllers/admin/settings.py:437
1036 #: rhodecode/controllers/admin/settings.py:439
864 msgid "Send email task created"
1037 msgid "Send email task created"
865 msgstr "Aufgabe zum Senden der E-Mail erstellt"
1038 msgstr "Aufgabe zum Senden der E-Mail erstellt"
866
1039
867 #: rhodecode/controllers/admin/settings.py:470
1040 #: rhodecode/controllers/admin/settings.py:472
868 msgid "Added new hook"
1041 msgid "Added new hook"
869 msgstr "Neuer Hook hinzugefügt"
1042 msgstr "Neuer Hook hinzugefügt"
870
1043
871 #: rhodecode/controllers/admin/settings.py:485
1044 #: rhodecode/controllers/admin/settings.py:487
872 msgid "Updated hooks"
1045 msgid "Updated hooks"
873 msgstr "Die Hooks wurden aktutalisiert"
1046 msgstr "Die Hooks wurden aktutalisiert"
874
1047
875 #: rhodecode/controllers/admin/settings.py:489
1048 #: rhodecode/controllers/admin/settings.py:491
876 msgid "Error occurred during hook creation"
1049 msgid "Error occurred during hook creation"
877 msgstr ""
1050 msgstr ""
878
1051
879 #: rhodecode/controllers/admin/settings.py:536
1052 #: rhodecode/controllers/admin/settings.py:539
880 #, python-format
1053 #, python-format
881 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1054 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
882 msgstr "Kritisch: Ihr Plattenplatz ist sehr gering <b>%s%%</b> belegt"
1055 msgstr "Kritisch: Ihr Plattenplatz ist sehr gering <b>%s%%</b> belegt"
883
1056
884 #: rhodecode/controllers/admin/settings.py:540
1057 #: rhodecode/controllers/admin/settings.py:543
885 #, python-format
1058 #, python-format
886 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1059 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
887 msgstr "Warnung: Ihr Plattenplatz geht zur Neige <b>%s%%</b> belegt"
1060 msgstr "Warnung: Ihr Plattenplatz geht zur Neige <b>%s%%</b> belegt"
888
1061
889 #: rhodecode/controllers/admin/settings.py:707
1062 #: rhodecode/controllers/admin/settings.py:739
890 msgid "Error occurred during updating labs settings"
1063 msgid "Error occurred during updating labs settings"
891 msgstr "Fehler bei der Aktualisierung der Labs-Einstellungen aufgetreten"
1064 msgstr "Fehler bei der Aktualisierung der Labs-Einstellungen aufgetreten"
892
1065
893 #: rhodecode/controllers/admin/settings.py:711
1066 #: rhodecode/controllers/admin/settings.py:744
894 msgid "Updated Labs settings"
1067 msgid "Updated Labs settings"
895 msgstr "Labs-Einstellungen aktualisiert"
1068 msgstr "Labs-Einstellungen aktualisiert"
896
1069
897 #: rhodecode/controllers/admin/settings.py:775
1070 #: rhodecode/controllers/admin/settings.py:794
898 msgid "Mercurial server-side merge"
1071 msgid "Mercurial server-side merge"
899 msgstr "Mercurial merge auf der Serverseite"
1072 msgstr "Mercurial merge auf der Serverseite"
900
1073
901 #: rhodecode/controllers/admin/settings.py:776
1074 #: rhodecode/controllers/admin/settings.py:795
902 msgid ""
1075 msgid ""
903 "Use rebase instead of creating a merge commit when merging via web interface"
1076 "Use rebase instead of creating a merge commit when merging via web interface"
904 msgstr ""
1077 msgstr ""
905
1078
906 #: rhodecode/controllers/admin/settings.py:782
1079 #: rhodecode/controllers/admin/settings.py:801
907 msgid "Subversion HTTP Support"
1080 msgid "Subversion HTTP Support"
908 msgstr ""
1081 msgstr ""
909
1082
910 #: rhodecode/controllers/admin/settings.py:783
1083 #: rhodecode/controllers/admin/settings.py:802
911 msgid "Proxy subversion HTTP requests"
1084 msgid "Proxy subversion HTTP requests"
912 msgstr ""
1085 msgstr ""
913
1086
914 #: rhodecode/controllers/admin/settings.py:789
1087 #: rhodecode/controllers/admin/settings.py:808
915 msgid "Subversion HTTP Server URL"
1088 msgid "Subversion HTTP Server URL"
916 msgstr ""
1089 msgstr ""
917
1090
918 #: rhodecode/controllers/admin/settings.py:791
1091 #: rhodecode/controllers/admin/settings.py:810
919 msgid "e.g. http://localhost:8080/"
1092 msgid "e.g. http://localhost:8080/"
920 msgstr ""
1093 msgstr ""
921
1094
922 #: rhodecode/controllers/admin/settings.py:826
1095 #: rhodecode/controllers/admin/settings.py:845
923 #: rhodecode/templates/admin/repos/repo_edit.html:48
1096 #: rhodecode/templates/admin/repos/repo_edit.html:48
924 msgid "VCS"
1097 msgid "VCS"
925 msgstr ""
1098 msgstr ""
926
1099
927 #: rhodecode/controllers/admin/settings.py:827
1100 #: rhodecode/controllers/admin/settings.py:846
928 msgid "Visual"
1101 msgid "Visual"
929 msgstr ""
1102 msgstr ""
930
1103
931 #: rhodecode/controllers/admin/settings.py:828
1104 #: rhodecode/controllers/admin/settings.py:847
932 msgid "Remap and Rescan"
1105 msgid "Remap and Rescan"
933 msgstr ""
1106 msgstr ""
934
1107
935 #: rhodecode/controllers/admin/settings.py:830
1108 #: rhodecode/controllers/admin/settings.py:849
936 #: rhodecode/templates/admin/repos/repo_edit.html:54
1109 #: rhodecode/templates/admin/repos/repo_edit.html:54
937 msgid "Issue Tracker"
1110 msgid "Issue Tracker"
938 msgstr ""
1111 msgstr ""
939
1112
940 #: rhodecode/controllers/admin/settings.py:832
1113 #: rhodecode/controllers/admin/settings.py:851
941 #: rhodecode/templates/register.html:51
1114 #: rhodecode/templates/register.html:76
942 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
1115 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
943 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
1116 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
944 #: rhodecode/templates/admin/users/user_add.html:86
1117 #: rhodecode/templates/admin/users/user_add.html:86
@@ -948,69 +1121,69 b' msgstr ""'
948 msgid "Email"
1121 msgid "Email"
949 msgstr "EMail"
1122 msgstr "EMail"
950
1123
951 #: rhodecode/controllers/admin/settings.py:833
1124 #: rhodecode/controllers/admin/settings.py:852
952 msgid "Hooks"
1125 msgid "Hooks"
953 msgstr ""
1126 msgstr ""
954
1127
955 #: rhodecode/controllers/admin/settings.py:834
1128 #: rhodecode/controllers/admin/settings.py:853
956 msgid "Full Text Search"
1129 msgid "Full Text Search"
957 msgstr ""
1130 msgstr ""
958
1131
959 #: rhodecode/controllers/admin/settings.py:836
1132 #: rhodecode/controllers/admin/settings.py:855
960 #: rhodecode/templates/admin/settings/settings_system.html:47
1133 #: rhodecode/templates/admin/settings/settings_system.html:47
961 msgid "System Info"
1134 msgid "System Info"
962 msgstr ""
1135 msgstr ""
963
1136
964 #: rhodecode/controllers/admin/settings.py:838
1137 #: rhodecode/controllers/admin/settings.py:857
965 msgid "Open Source Licenses"
1138 msgid "Open Source Licenses"
966 msgstr ""
1139 msgstr ""
967
1140
968 #: rhodecode/controllers/admin/settings.py:856
1141 #: rhodecode/controllers/admin/settings.py:875
969 msgid "Labs"
1142 msgid "Labs"
970 msgstr ""
1143 msgstr ""
971
1144
972 #: rhodecode/controllers/admin/user_groups.py:167
1145 #: rhodecode/controllers/admin/user_groups.py:168
973 #, python-format
1146 #, python-format
974 msgid "Created user group %(user_group_link)s"
1147 msgid "Created user group %(user_group_link)s"
975 msgstr "Benutzergruppe %(user_group_link)s erstellt"
1148 msgstr "Benutzergruppe %(user_group_link)s erstellt"
976
1149
977 #: rhodecode/controllers/admin/user_groups.py:181
1150 #: rhodecode/controllers/admin/user_groups.py:182
978 #, python-format
1151 #, python-format
979 msgid "Error occurred during creation of user group %s"
1152 msgid "Error occurred during creation of user group %s"
980 msgstr "Fehler bei der Erstellung der Benutzergruppe %s aufgetreten"
1153 msgstr "Fehler bei der Erstellung der Benutzergruppe %s aufgetreten"
981
1154
982 #: rhodecode/controllers/admin/user_groups.py:221
1155 #: rhodecode/controllers/admin/user_groups.py:223
983 #, python-format
1156 #, python-format
984 msgid "Updated user group %s"
1157 msgid "Updated user group %s"
985 msgstr "Benutzergruppe %s aktualisiert"
1158 msgstr "Benutzergruppe %s aktualisiert"
986
1159
987 #: rhodecode/controllers/admin/user_groups.py:236
1160 #: rhodecode/controllers/admin/user_groups.py:238
988 #, python-format
1161 #, python-format
989 msgid "Error occurred during update of user group %s"
1162 msgid "Error occurred during update of user group %s"
990 msgstr "Fehler bei der Aktualisierung des Benutzers %s aufgetreten"
1163 msgstr "Fehler bei der Aktualisierung des Benutzers %s aufgetreten"
991
1164
992 #: rhodecode/controllers/admin/user_groups.py:258
1165 #: rhodecode/controllers/admin/user_groups.py:260
993 msgid "Successfully deleted user group"
1166 msgid "Successfully deleted user group"
994 msgstr "Benutzergruppe erfolgreich gelöscht"
1167 msgstr "Benutzergruppe erfolgreich gelöscht"
995
1168
996 #: rhodecode/controllers/admin/user_groups.py:263
1169 #: rhodecode/controllers/admin/user_groups.py:265
997 msgid "An error occurred during deletion of user group"
1170 msgid "An error occurred during deletion of user group"
998 msgstr "Fehler beim Löschen der Benutzergruppe aufgetreten"
1171 msgstr "Fehler beim Löschen der Benutzergruppe aufgetreten"
999
1172
1000 #: rhodecode/controllers/admin/user_groups.py:331
1173 #: rhodecode/controllers/admin/user_groups.py:333
1001 msgid "Target group cannot be the same"
1174 msgid "Target group cannot be the same"
1002 msgstr "Zielgruppe kann nicht die gleiche sein"
1175 msgstr "Zielgruppe kann nicht die gleiche sein"
1003
1176
1004 #: rhodecode/controllers/admin/user_groups.py:337
1177 #: rhodecode/controllers/admin/user_groups.py:339
1005 msgid "User Group permissions updated"
1178 msgid "User Group permissions updated"
1006 msgstr "Berechtigungen der Benutzergruppe aktualisiert"
1179 msgstr "Berechtigungen der Benutzergruppe aktualisiert"
1007
1180
1008 #: rhodecode/controllers/admin/user_groups.py:422
1181 #: rhodecode/controllers/admin/user_groups.py:424
1009 msgid "User Group global permissions updated successfully"
1182 msgid "User Group global permissions updated successfully"
1010 msgstr "Globale Berechtigungen der Benutzergruppe aktualisiert"
1183 msgstr "Globale Berechtigungen der Benutzergruppe aktualisiert"
1011
1184
1012 #: rhodecode/controllers/admin/user_groups.py:438
1185 #: rhodecode/controllers/admin/user_groups.py:440
1013 #: rhodecode/controllers/admin/users.py:564
1186 #: rhodecode/controllers/admin/users.py:566
1014 msgid "An error occurred during permissions saving"
1187 msgid "An error occurred during permissions saving"
1015 msgstr "Fehler beim Speichern der Berechtigungen aufgetreten"
1188 msgstr "Fehler beim Speichern der Berechtigungen aufgetreten"
1016
1189
@@ -1028,102 +1201,102 b' msgstr "Fehler beim Erstellen des Benutz'
1028 msgid "User updated successfully"
1201 msgid "User updated successfully"
1029 msgstr "Der Benutzer wurde erfolgreich aktualisiert"
1202 msgstr "Der Benutzer wurde erfolgreich aktualisiert"
1030
1203
1031 #: rhodecode/controllers/admin/users.py:255
1204 #: rhodecode/controllers/admin/users.py:257
1032 #, python-format
1205 #, python-format
1033 msgid "Detached %s repositories"
1206 msgid "Detached %s repositories"
1034 msgstr "%s Repositories abgetrennt"
1207 msgstr "%s Repositories abgetrennt"
1035
1208
1036 #: rhodecode/controllers/admin/users.py:260
1209 #: rhodecode/controllers/admin/users.py:262
1037 #, python-format
1210 #, python-format
1038 msgid "Deleted %s repositories"
1211 msgid "Deleted %s repositories"
1039 msgstr "%s Repositories gelöscht"
1212 msgstr "%s Repositories gelöscht"
1040
1213
1041 #: rhodecode/controllers/admin/users.py:268
1214 #: rhodecode/controllers/admin/users.py:270
1042 #, python-format
1215 #, python-format
1043 msgid "Detached %s repository groups"
1216 msgid "Detached %s repository groups"
1044 msgstr "%s Repository-Gruppen abgetrennt"
1217 msgstr "%s Repository-Gruppen abgetrennt"
1045
1218
1046 #: rhodecode/controllers/admin/users.py:273
1219 #: rhodecode/controllers/admin/users.py:275
1047 #, python-format
1220 #, python-format
1048 msgid "Deleted %s repository groups"
1221 msgid "Deleted %s repository groups"
1049 msgstr "%s Repository-Gruppen gelöscht"
1222 msgstr "%s Repository-Gruppen gelöscht"
1050
1223
1051 #: rhodecode/controllers/admin/users.py:281
1224 #: rhodecode/controllers/admin/users.py:283
1052 #, python-format
1225 #, python-format
1053 msgid "Detached %s user groups"
1226 msgid "Detached %s user groups"
1054 msgstr "%s Benutzergruppen abgetrennt"
1227 msgstr "%s Benutzergruppen abgetrennt"
1055
1228
1056 #: rhodecode/controllers/admin/users.py:286
1229 #: rhodecode/controllers/admin/users.py:288
1057 #, python-format
1230 #, python-format
1058 msgid "Deleted %s user groups"
1231 msgid "Deleted %s user groups"
1059 msgstr "%s Benutzergruppen gelöscht"
1232 msgstr "%s Benutzergruppen gelöscht"
1060
1233
1061 #: rhodecode/controllers/admin/users.py:297
1234 #: rhodecode/controllers/admin/users.py:299
1062 msgid "Successfully deleted user"
1235 msgid "Successfully deleted user"
1063 msgstr "Benutzer erfolgreich gelöscht"
1236 msgstr "Benutzer erfolgreich gelöscht"
1064
1237
1065 #: rhodecode/controllers/admin/users.py:303
1238 #: rhodecode/controllers/admin/users.py:305
1066 msgid "An error occurred during deletion of user"
1239 msgid "An error occurred during deletion of user"
1067 msgstr "Während der Löschen des Benutzers trat ein Fehler auf"
1240 msgstr "Während der Löschen des Benutzers trat ein Fehler auf"
1068
1241
1069 #: rhodecode/controllers/admin/users.py:322
1242 #: rhodecode/controllers/admin/users.py:324
1070 msgid "Force password change disabled for user"
1243 msgid "Force password change disabled for user"
1071 msgstr "Erzwungene Passwortänderung inaktiv für Benutzer"
1244 msgstr "Erzwungene Passwortänderung inaktiv für Benutzer"
1072
1245
1073 #: rhodecode/controllers/admin/users.py:324
1246 #: rhodecode/controllers/admin/users.py:326
1074 msgid "Force password change enabled for user"
1247 msgid "Force password change enabled for user"
1075 msgstr "Erzwungene Passwortänderung aktiv für Benutzer"
1248 msgstr "Erzwungene Passwortänderung aktiv für Benutzer"
1076
1249
1077 #: rhodecode/controllers/admin/users.py:328
1250 #: rhodecode/controllers/admin/users.py:330
1078 msgid "An error occurred during password reset for user"
1251 msgid "An error occurred during password reset for user"
1079 msgstr "Fehler beim Zurücksetzen des Passworts für den Benutzer aufgetreten"
1252 msgstr "Fehler beim Zurücksetzen des Passworts für den Benutzer aufgetreten"
1080
1253
1081 #: rhodecode/controllers/admin/users.py:354
1254 #: rhodecode/controllers/admin/users.py:356
1082 #, python-format
1255 #, python-format
1083 msgid "Created repository group `%s`"
1256 msgid "Created repository group `%s`"
1084 msgstr "Repository-Gruppe %s erstellt"
1257 msgstr "Repository-Gruppe %s erstellt"
1085
1258
1086 #: rhodecode/controllers/admin/users.py:358
1259 #: rhodecode/controllers/admin/users.py:360
1087 msgid "An error occurred during repository group creation for user"
1260 msgid "An error occurred during repository group creation for user"
1088 msgstr "Fehler bei der Erstellung der Repository-Gruppe aufgetreten"
1261 msgstr "Fehler bei der Erstellung der Repository-Gruppe aufgetreten"
1089
1262
1090 #: rhodecode/controllers/admin/users.py:377
1263 #: rhodecode/controllers/admin/users.py:379
1091 #: rhodecode/controllers/admin/users.py:398
1264 #: rhodecode/controllers/admin/users.py:400
1092 #: rhodecode/controllers/admin/users.py:428
1265 #: rhodecode/controllers/admin/users.py:430
1093 #: rhodecode/controllers/admin/users.py:459
1266 #: rhodecode/controllers/admin/users.py:461
1094 #: rhodecode/controllers/admin/users.py:476
1267 #: rhodecode/controllers/admin/users.py:478
1095 #: rhodecode/controllers/admin/users.py:499
1268 #: rhodecode/controllers/admin/users.py:501
1096 #: rhodecode/controllers/admin/users.py:573
1269 #: rhodecode/controllers/admin/users.py:575
1097 #: rhodecode/controllers/admin/users.py:586
1270 #: rhodecode/controllers/admin/users.py:588
1098 #: rhodecode/controllers/admin/users.py:644
1271 #: rhodecode/controllers/admin/users.py:646
1099 msgid "You can't edit this user"
1272 msgid "You can't edit this user"
1100 msgstr "Sie können diesen Benutzer nicht editieren"
1273 msgstr "Sie können diesen Benutzer nicht editieren"
1101
1274
1102 #: rhodecode/controllers/admin/users.py:412
1275 #: rhodecode/controllers/admin/users.py:414
1103 msgid ""
1276 msgid ""
1104 "The user participates as reviewer in pull requests and cannot be deleted. "
1277 "The user participates as reviewer in pull requests and cannot be deleted. "
1105 "You can set the user to \"inactive\" instead of deleting it."
1278 "You can set the user to \"inactive\" instead of deleting it."
1106 msgstr ""
1279 msgstr ""
1107
1280
1108 #: rhodecode/controllers/admin/users.py:548
1281 #: rhodecode/controllers/admin/users.py:550
1109 msgid "User global permissions updated successfully"
1282 msgid "User global permissions updated successfully"
1110 msgstr "Globale Berechtigungen des Benutzers erfolgreich aktualisiert"
1283 msgstr "Globale Berechtigungen des Benutzers erfolgreich aktualisiert"
1111
1284
1112 #: rhodecode/controllers/admin/users.py:676
1285 #: rhodecode/controllers/admin/users.py:678
1113 #, python-format
1286 #, python-format
1114 msgid "An error occurred during ip saving:%s"
1287 msgid "An error occurred during ip saving:%s"
1115 msgstr "Fehler beim Speichern der IP-Adresse aufgetreten: %s"
1288 msgstr "Fehler beim Speichern der IP-Adresse aufgetreten: %s"
1116
1289
1117 #: rhodecode/controllers/admin/users.py:691
1290 #: rhodecode/controllers/admin/users.py:693
1118 msgid "An error occurred during ip saving"
1291 msgid "An error occurred during ip saving"
1119 msgstr "Fehler beim Speichern der IP-Adresse aufgetreten"
1292 msgstr "Fehler beim Speichern der IP-Adresse aufgetreten"
1120
1293
1121 #: rhodecode/controllers/admin/users.py:695
1294 #: rhodecode/controllers/admin/users.py:697
1122 #, python-format
1295 #, python-format
1123 msgid "Added ips %s to user whitelist"
1296 msgid "Added ips %s to user whitelist"
1124 msgstr "IP-Adressen %s zur Whitelist des Benutzers hinzugefügt"
1297 msgstr "IP-Adressen %s zur Whitelist des Benutzers hinzugefügt"
1125
1298
1126 #: rhodecode/controllers/admin/users.py:713
1299 #: rhodecode/controllers/admin/users.py:715
1127 msgid "Removed ip address from user whitelist"
1300 msgid "Removed ip address from user whitelist"
1128 msgstr "IP-Adressen von der Whitelist des Benutzers entfernt"
1301 msgstr "IP-Adressen von der Whitelist des Benutzers entfernt"
1129
1302
@@ -1250,25 +1423,25 b' msgstr "Tag erstellt: %s"'
1250 msgid "Commit not found"
1423 msgid "Commit not found"
1251 msgstr ""
1424 msgstr ""
1252
1425
1253 #: rhodecode/lib/auth.py:1106
1426 #: rhodecode/lib/auth.py:1180
1254 #, python-format
1427 #, python-format
1255 msgid "IP %s not allowed"
1428 msgid "IP %s not allowed"
1256 msgstr "IP-Adresse %s nicht erlaubt"
1429 msgstr "IP-Adresse %s nicht erlaubt"
1257
1430
1258 #: rhodecode/lib/auth.py:1180
1431 #: rhodecode/lib/auth.py:1254
1259 msgid "You need to be a registered user to perform this action"
1432 msgid "You need to be a registered user to perform this action"
1260 msgstr "Sie müssen ein Registrierter Nutzer sein um diese Aktion durchzuführen"
1433 msgstr "Sie müssen ein Registrierter Nutzer sein um diese Aktion durchzuführen"
1261
1434
1262 #: rhodecode/lib/auth.py:1227
1435 #: rhodecode/lib/auth.py:1302
1263 #, python-format
1436 #, python-format
1264 msgid "Action not supported for %s."
1437 msgid "Action not supported for %s."
1265 msgstr "Aktion wird für %s nicht unterstützt."
1438 msgstr "Aktion wird für %s nicht unterstützt."
1266
1439
1267 #: rhodecode/lib/auth.py:1264
1440 #: rhodecode/lib/auth.py:1339
1268 msgid "You need to be signed in to view this page"
1441 msgid "You need to be signed in to view this page"
1269 msgstr "Sie müssen angemeldet sein, um diese Seite zu betrachten"
1442 msgstr "Sie müssen angemeldet sein, um diese Seite zu betrachten"
1270
1443
1271 #: rhodecode/lib/base.py:513
1444 #: rhodecode/lib/base.py:511
1272 #, python-format
1445 #, python-format
1273 msgid "The repository at %(repo_name)s cannot be located."
1446 msgid "The repository at %(repo_name)s cannot be located."
1274 msgstr ""
1447 msgstr ""
@@ -1286,36 +1459,36 b' msgstr "Der \xc3\x84nderungssatz war zu gro\xc3\x9f und wurde abgeschnitten, benutzen sie das Diff Men\xc3\xbc um die Unterschiede anzuzeigen"'
1286 msgid "No changes detected"
1459 msgid "No changes detected"
1287 msgstr "Keine Änderungen erkannt"
1460 msgstr "Keine Änderungen erkannt"
1288
1461
1289 #: rhodecode/lib/helpers.py:1246
1462 #: rhodecode/lib/helpers.py:1434
1290 #, python-format
1463 #, python-format
1291 msgid " and %s more"
1464 msgid " and %s more"
1292 msgstr "und %s weitere"
1465 msgstr "und %s weitere"
1293
1466
1294 #: rhodecode/lib/helpers.py:1250
1467 #: rhodecode/lib/helpers.py:1438
1295 msgid "No Files"
1468 msgid "No Files"
1296 msgstr "Keine Dateien"
1469 msgstr "Keine Dateien"
1297
1470
1298 #: rhodecode/lib/helpers.py:1323
1471 #: rhodecode/lib/helpers.py:1511
1299 msgid "new file"
1472 msgid "new file"
1300 msgstr "neue Datei"
1473 msgstr "neue Datei"
1301
1474
1302 #: rhodecode/lib/helpers.py:1326
1475 #: rhodecode/lib/helpers.py:1514
1303 msgid "mod"
1476 msgid "mod"
1304 msgstr "moderieren"
1477 msgstr "moderieren"
1305
1478
1306 #: rhodecode/lib/helpers.py:1329
1479 #: rhodecode/lib/helpers.py:1517
1307 msgid "del"
1480 msgid "del"
1308 msgstr "löschen"
1481 msgstr "löschen"
1309
1482
1310 #: rhodecode/lib/helpers.py:1332
1483 #: rhodecode/lib/helpers.py:1520
1311 msgid "rename"
1484 msgid "rename"
1312 msgstr "umbennen"
1485 msgstr "umbennen"
1313
1486
1314 #: rhodecode/lib/helpers.py:1337
1487 #: rhodecode/lib/helpers.py:1525
1315 msgid "chmod"
1488 msgid "chmod"
1316 msgstr "chmod"
1489 msgstr "chmod"
1317
1490
1318 #: rhodecode/lib/helpers.py:1579
1491 #: rhodecode/lib/helpers.py:1767
1319 msgid ""
1492 msgid ""
1320 "Example filter terms:\n"
1493 "Example filter terms:\n"
1321 " repository:vcs\n"
1494 " repository:vcs\n"
@@ -1334,306 +1507,94 b' msgid ""'
1334 " \"username:test AND repository:test*\"\n"
1507 " \"username:test AND repository:test*\"\n"
1335 msgstr ""
1508 msgstr ""
1336
1509
1337 #: rhodecode/lib/helpers.py:1599
1510 #: rhodecode/lib/helpers.py:1787
1338 #, python-format
1511 #, python-format
1339 msgid ""
1512 msgid ""
1340 "%s repository is not mapped to db perhaps it was created or renamed from the"
1513 "%s repository is not mapped to db perhaps it was created or renamed from the"
1341 " filesystem please run the application again in order to rescan repositories"
1514 " filesystem please run the application again in order to rescan repositories"
1342 msgstr "Das %s Repository ist nicht in der Datenbank vorhanden, eventuell wurde es im Dateisystem erstellt oder umbenannt. Bitte starten sie die Applikation erneut um die Repositories neu zu Indizieren"
1515 msgstr "Das %s Repository ist nicht in der Datenbank vorhanden, eventuell wurde es im Dateisystem erstellt oder umbenannt. Bitte starten sie die Applikation erneut um die Repositories neu zu Indizieren"
1343
1516
1344 #: rhodecode/lib/utils2.py:446
1517 #: rhodecode/lib/utils2.py:453
1345 #, python-format
1518 #, python-format
1346 msgid "%d year"
1519 msgid "%d year"
1347 msgid_plural "%d years"
1520 msgid_plural "%d years"
1348 msgstr[0] "%d Jahr"
1521 msgstr[0] "%d Jahr"
1349 msgstr[1] "%d Jahre"
1522 msgstr[1] "%d Jahre"
1350
1523
1351 #: rhodecode/lib/utils2.py:447
1524 #: rhodecode/lib/utils2.py:454
1352 #, python-format
1525 #, python-format
1353 msgid "%d month"
1526 msgid "%d month"
1354 msgid_plural "%d months"
1527 msgid_plural "%d months"
1355 msgstr[0] "%d Monat"
1528 msgstr[0] "%d Monat"
1356 msgstr[1] "%d Monate"
1529 msgstr[1] "%d Monate"
1357
1530
1358 #: rhodecode/lib/utils2.py:448
1531 #: rhodecode/lib/utils2.py:455
1359 #, python-format
1532 #, python-format
1360 msgid "%d day"
1533 msgid "%d day"
1361 msgid_plural "%d days"
1534 msgid_plural "%d days"
1362 msgstr[0] "%d Tag"
1535 msgstr[0] "%d Tag"
1363 msgstr[1] "%d Tage"
1536 msgstr[1] "%d Tage"
1364
1537
1365 #: rhodecode/lib/utils2.py:449
1538 #: rhodecode/lib/utils2.py:456
1366 #, python-format
1539 #, python-format
1367 msgid "%d hour"
1540 msgid "%d hour"
1368 msgid_plural "%d hours"
1541 msgid_plural "%d hours"
1369 msgstr[0] "%d Stunde"
1542 msgstr[0] "%d Stunde"
1370 msgstr[1] "%d Stunden"
1543 msgstr[1] "%d Stunden"
1371
1544
1372 #: rhodecode/lib/utils2.py:450
1545 #: rhodecode/lib/utils2.py:457
1373 #, python-format
1546 #, python-format
1374 msgid "%d minute"
1547 msgid "%d minute"
1375 msgid_plural "%d minutes"
1548 msgid_plural "%d minutes"
1376 msgstr[0] "%d Minute"
1549 msgstr[0] "%d Minute"
1377 msgstr[1] "%d Minuten"
1550 msgstr[1] "%d Minuten"
1378
1551
1379 #: rhodecode/lib/utils2.py:451
1552 #: rhodecode/lib/utils2.py:458
1380 #, python-format
1553 #, python-format
1381 msgid "%d second"
1554 msgid "%d second"
1382 msgid_plural "%d seconds"
1555 msgid_plural "%d seconds"
1383 msgstr[0] "%d Sekunde"
1556 msgstr[0] "%d Sekunde"
1384 msgstr[1] "%d Sekunden"
1557 msgstr[1] "%d Sekunden"
1385
1558
1386 #: rhodecode/lib/utils2.py:469
1559 #: rhodecode/lib/utils2.py:476
1387 #, python-format
1560 #, python-format
1388 msgid "in %s"
1561 msgid "in %s"
1389 msgstr ""
1562 msgstr ""
1390
1563
1391 #: rhodecode/lib/utils2.py:475
1564 #: rhodecode/lib/utils2.py:482
1392 #, python-format
1565 #, python-format
1393 msgid "%s ago"
1566 msgid "%s ago"
1394 msgstr "vor %s"
1567 msgstr "vor %s"
1395
1568
1396 #: rhodecode/lib/utils2.py:485
1569 #: rhodecode/lib/utils2.py:492
1397 #, python-format
1570 #, python-format
1398 msgid "%s, %s ago"
1571 msgid "%s, %s ago"
1399 msgstr ""
1572 msgstr ""
1400
1573
1401 #: rhodecode/lib/utils2.py:487
1574 #: rhodecode/lib/utils2.py:494
1402 #, python-format
1575 #, python-format
1403 msgid "in %s, %s"
1576 msgid "in %s, %s"
1404 msgstr ""
1577 msgstr ""
1405
1578
1406 #: rhodecode/lib/utils2.py:489
1579 #: rhodecode/lib/utils2.py:496
1407 #, python-format
1580 #, python-format
1408 msgid "%s and %s"
1581 msgid "%s and %s"
1409 msgstr ""
1582 msgstr ""
1410
1583
1411 #: rhodecode/lib/utils2.py:491
1584 #: rhodecode/lib/utils2.py:498
1412 #, python-format
1585 #, python-format
1413 msgid "%s and %s ago"
1586 msgid "%s and %s ago"
1414 msgstr "%s und %s her"
1587 msgstr "%s und %s her"
1415
1588
1416 #: rhodecode/lib/utils2.py:493
1589 #: rhodecode/lib/utils2.py:500
1417 #, python-format
1590 #, python-format
1418 msgid "in %s and %s"
1591 msgid "in %s and %s"
1419 msgstr ""
1592 msgstr ""
1420
1593
1421 #: rhodecode/lib/utils2.py:497
1594 #: rhodecode/lib/utils2.py:504
1422 msgid "just now"
1595 msgid "just now"
1423 msgstr "jetzt gerade"
1596 msgstr "jetzt gerade"
1424
1597
1425 #: rhodecode/lib/auth_modules/__init__.py:690
1426 msgid "This provider is currently disabled"
1427 msgstr ""
1428
1429 #: rhodecode/lib/auth_modules/__init__.py:708
1430 msgid "Your external identity is now connected with your account"
1431 msgstr ""
1432
1433 #: rhodecode/lib/auth_modules/__init__.py:712
1434 msgid ""
1435 "No external user id found? Perhaps permissionsfor authentication are set "
1436 "incorrectly"
1437 msgstr ""
1438
1439 #: rhodecode/lib/auth_modules/auth_crowd.py:60
1440 msgid "The FQDN or IP of the Atlassian CROWD Server"
1441 msgstr ""
1442
1443 #: rhodecode/lib/auth_modules/auth_crowd.py:61
1444 msgid "Host"
1445 msgstr ""
1446
1447 #: rhodecode/lib/auth_modules/auth_crowd.py:66
1448 msgid "The Port in use by the Atlassian CROWD Server"
1449 msgstr ""
1450
1451 #: rhodecode/lib/auth_modules/auth_crowd.py:67
1452 #: rhodecode/lib/auth_modules/auth_ldap.py:81
1453 msgid "Port"
1454 msgstr ""
1455
1456 #: rhodecode/lib/auth_modules/auth_crowd.py:73
1457 msgid "The Application Name to authenticate to CROWD"
1458 msgstr ""
1459
1460 #: rhodecode/lib/auth_modules/auth_crowd.py:74
1461 msgid "Application Name"
1462 msgstr ""
1463
1464 #: rhodecode/lib/auth_modules/auth_crowd.py:79
1465 msgid "The password to authenticate to CROWD"
1466 msgstr ""
1467
1468 #: rhodecode/lib/auth_modules/auth_crowd.py:80
1469 msgid "Application Password"
1470 msgstr ""
1471
1472 #: rhodecode/lib/auth_modules/auth_crowd.py:85
1473 msgid ""
1474 "A comma separated list of group names that identify users as RhodeCode "
1475 "Administrators"
1476 msgstr ""
1477
1478 #: rhodecode/lib/auth_modules/auth_crowd.py:88
1479 msgid "Admin Groups"
1480 msgstr ""
1481
1482 #: rhodecode/lib/auth_modules/auth_crowd.py:208
1483 msgid "CROWD"
1484 msgstr ""
1485
1486 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:63
1487 msgid "The url of the Jasig CAS REST service"
1488 msgstr ""
1489
1490 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:64
1491 #: rhodecode/templates/admin/gists/show.html:21
1492 msgid "URL"
1493 msgstr ""
1494
1495 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:90
1496 msgid "Jasig-CAS"
1497 msgstr ""
1498
1499 #: rhodecode/lib/auth_modules/auth_ldap.py:74
1500 msgid "Host of the LDAP Server"
1501 msgstr ""
1502
1503 #: rhodecode/lib/auth_modules/auth_ldap.py:75
1504 msgid "LDAP Host"
1505 msgstr ""
1506
1507 #: rhodecode/lib/auth_modules/auth_ldap.py:80
1508 msgid "Port that the LDAP server is listening on"
1509 msgstr ""
1510
1511 #: rhodecode/lib/auth_modules/auth_ldap.py:87
1512 msgid "User to connect to LDAP"
1513 msgstr ""
1514
1515 #: rhodecode/lib/auth_modules/auth_ldap.py:89
1516 msgid "Account"
1517 msgstr ""
1518
1519 #: rhodecode/lib/auth_modules/auth_ldap.py:94
1520 msgid "Password to connect to LDAP"
1521 msgstr ""
1522
1523 #: rhodecode/lib/auth_modules/auth_ldap.py:96
1524 #: rhodecode/templates/login.html:45 rhodecode/templates/register.html:43
1525 #: rhodecode/templates/admin/my_account/my_account.html:30
1526 #: rhodecode/templates/admin/users/user_add.html:44
1527 #: rhodecode/templates/base/base.html:312
1528 #: rhodecode/templates/debug_style/login.html:45
1529 msgid "Password"
1530 msgstr "Passwort"
1531
1532 #: rhodecode/lib/auth_modules/auth_ldap.py:101
1533 msgid "TLS Type"
1534 msgstr ""
1535
1536 #: rhodecode/lib/auth_modules/auth_ldap.py:102
1537 msgid "Connection Security"
1538 msgstr ""
1539
1540 #: rhodecode/lib/auth_modules/auth_ldap.py:108
1541 msgid "Require Cert over TLS?"
1542 msgstr ""
1543
1544 #: rhodecode/lib/auth_modules/auth_ldap.py:109
1545 msgid "Certificate Checks"
1546 msgstr ""
1547
1548 #: rhodecode/lib/auth_modules/auth_ldap.py:115
1549 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
1550 msgstr ""
1551
1552 #: rhodecode/lib/auth_modules/auth_ldap.py:117
1553 msgid "Base DN"
1554 msgstr ""
1555
1556 #: rhodecode/lib/auth_modules/auth_ldap.py:122
1557 msgid "Filter to narrow results (e.g., ou=Users, etc)"
1558 msgstr ""
1559
1560 #: rhodecode/lib/auth_modules/auth_ldap.py:124
1561 msgid "LDAP Search Filter"
1562 msgstr ""
1563
1564 #: rhodecode/lib/auth_modules/auth_ldap.py:129
1565 msgid "How deep to search LDAP"
1566 msgstr ""
1567
1568 #: rhodecode/lib/auth_modules/auth_ldap.py:130
1569 msgid "LDAP Search Scope"
1570 msgstr ""
1571
1572 #: rhodecode/lib/auth_modules/auth_ldap.py:136
1573 msgid "LDAP Attribute to map to user name"
1574 msgstr ""
1575
1576 #: rhodecode/lib/auth_modules/auth_ldap.py:137
1577 msgid "Login Attribute"
1578 msgstr ""
1579
1580 #: rhodecode/lib/auth_modules/auth_ldap.py:138
1581 msgid "The LDAP Login attribute of the CN must be specified"
1582 msgstr ""
1583
1584 #: rhodecode/lib/auth_modules/auth_ldap.py:143
1585 msgid "LDAP Attribute to map to first name"
1586 msgstr ""
1587
1588 #: rhodecode/lib/auth_modules/auth_ldap.py:145
1589 msgid "First Name Attribute"
1590 msgstr ""
1591
1592 #: rhodecode/lib/auth_modules/auth_ldap.py:150
1593 msgid "LDAP Attribute to map to last name"
1594 msgstr ""
1595
1596 #: rhodecode/lib/auth_modules/auth_ldap.py:152
1597 msgid "Last Name Attribute"
1598 msgstr ""
1599
1600 #: rhodecode/lib/auth_modules/auth_ldap.py:157
1601 msgid "LDAP Attribute to map to email address"
1602 msgstr ""
1603
1604 #: rhodecode/lib/auth_modules/auth_ldap.py:159
1605 msgid "Email Attribute"
1606 msgstr ""
1607
1608 #: rhodecode/lib/auth_modules/auth_ldap.py:335
1609 msgid "LDAP"
1610 msgstr ""
1611
1612 #: rhodecode/lib/auth_modules/auth_pam.py:60
1613 msgid "PAM service name to use for authentication."
1614 msgstr ""
1615
1616 #: rhodecode/lib/auth_modules/auth_pam.py:61
1617 msgid "PAM service name"
1618 msgstr ""
1619
1620 #: rhodecode/lib/auth_modules/auth_pam.py:66
1621 msgid ""
1622 "Regular expression for extracting user name/email etc. from Unix userinfo."
1623 msgstr ""
1624
1625 #: rhodecode/lib/auth_modules/auth_pam.py:68
1626 msgid "Gecos Regex"
1627 msgstr ""
1628
1629 #: rhodecode/lib/auth_modules/auth_pam.py:94
1630 msgid "PAM"
1631 msgstr ""
1632
1633 #: rhodecode/lib/auth_modules/auth_rhodecode.py:66
1634 msgid "Rhodecode"
1635 msgstr ""
1636
1637 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1598 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1638 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1599 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1639 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
1600 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
@@ -1644,19 +1605,19 b' msgstr ""'
1644 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1605 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1645 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1606 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1646 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1607 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1647 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1608 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1648 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1609 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1649 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1610 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1650 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1611 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
1651 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1612 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
1652 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1613 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
1653 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1614 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
1654 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1615 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
1655 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1616 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
1656 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1617 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
1657 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1618 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
1658 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1619 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1659 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2243
1620 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2291
1660 msgid "Repository no access"
1621 msgid "Repository no access"
1661 msgstr "Kein Zugriff auf Repository"
1622 msgstr "Kein Zugriff auf Repository"
1662
1623
@@ -1670,19 +1631,19 b' msgstr "Kein Zugriff auf Repository"'
1670 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1631 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1671 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1632 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1672 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1633 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1673 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1634 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:734
1674 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1635 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:737
1675 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1636 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:739
1676 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1637 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:739
1677 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1638 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:766
1678 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1639 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:776
1679 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1640 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:819
1680 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1641 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:818
1681 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1642 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:819
1682 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1643 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:819
1683 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1644 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:825
1684 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1645 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1685 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2244
1646 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972 rhodecode/model/db.py:2292
1686 msgid "Repository read access"
1647 msgid "Repository read access"
1687 msgstr "Lesender Zugriff auf Repository"
1648 msgstr "Lesender Zugriff auf Repository"
1688
1649
@@ -1696,19 +1657,19 b' msgstr "Lesender Zugriff auf Repository"'
1696 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1657 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1697 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1658 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1698 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1659 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1699 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:737
1660 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1700 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:740
1661 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1701 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:742
1662 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1702 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:742
1663 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1703 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:769
1664 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1704 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:779
1665 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1705 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:822
1666 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1706 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:821
1667 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1707 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:822
1668 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1708 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:822
1669 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1709 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:828
1670 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1710 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:950
1671 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1711 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:975 rhodecode/model/db.py:2245
1672 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2293
1712 msgid "Repository write access"
1673 msgid "Repository write access"
1713 msgstr "Schreibdender Zugriff auf Repository"
1674 msgstr "Schreibdender Zugriff auf Repository"
1714
1675
@@ -1722,19 +1683,19 b' msgstr "Schreibdender Zugriff auf Reposi'
1722 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1683 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1723 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1684 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1724 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1685 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1725 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1686 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1726 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1687 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1727 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1688 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1728 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
1689 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1729 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
1690 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1730 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
1691 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1731 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
1692 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1732 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
1693 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1733 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
1694 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1734 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
1695 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1735 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
1696 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1736 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
1697 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1737 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2246
1698 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2294
1738 msgid "Repository admin access"
1699 msgid "Repository admin access"
1739 msgstr "Administrativer Zugang zum Repository"
1700 msgstr "Administrativer Zugang zum Repository"
1740
1701
@@ -1772,9 +1733,9 b' msgstr "Repository Gruppe hat Administra'
1772 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1733 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1773 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1734 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1774 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1735 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1775 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1736 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:731
1776 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1737 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:734
1777 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1738 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:736
1778 msgid "RhodeCode Administrator"
1739 msgid "RhodeCode Administrator"
1779 msgstr "RhodeCode Administrator"
1740 msgstr "RhodeCode Administrator"
1780
1741
@@ -1788,19 +1749,19 b' msgstr "RhodeCode Administrator"'
1788 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1749 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1789 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1750 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1790 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1751 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1791 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
1752 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
1792 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
1753 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
1793 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
1754 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
1794 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
1755 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
1795 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
1756 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
1796 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
1757 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
1797 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
1758 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
1798 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
1759 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
1799 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
1760 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
1800 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
1761 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
1801 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
1762 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
1802 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
1763 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1803 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2264
1764 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2312
1804 msgid "Repository creation disabled"
1765 msgid "Repository creation disabled"
1805 msgstr "Repository erstelllung deaktiviert"
1766 msgstr "Repository erstelllung deaktiviert"
1806
1767
@@ -1814,19 +1775,19 b' msgstr "Repository erstelllung deaktivie'
1814 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1775 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1815 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1776 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1816 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1777 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1817 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
1778 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:755
1818 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
1779 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:758
1819 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
1780 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:760
1820 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
1781 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:760
1821 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
1782 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:787
1822 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
1783 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:797
1823 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
1784 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:840
1824 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
1785 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:839
1825 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
1786 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:840
1826 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
1787 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:840
1827 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
1788 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:846
1828 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
1789 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1829 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2265
1790 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993 rhodecode/model/db.py:2313
1830 msgid "Repository creation enabled"
1791 msgid "Repository creation enabled"
1831 msgstr "Repository erstellung aktiviert"
1792 msgstr "Repository erstellung aktiviert"
1832
1793
@@ -1840,19 +1801,19 b' msgstr "Repository erstellung aktiviert"'
1840 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1801 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1841 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1802 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1842 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1803 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1843 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:761
1804 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
1844 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:764
1805 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
1845 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:766
1806 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
1846 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:766
1807 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
1847 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:793
1808 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
1848 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:803
1809 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
1849 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:846
1810 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
1850 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:845
1811 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
1851 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:846
1812 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
1852 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:846
1813 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
1853 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:852
1814 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
1854 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:974
1815 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
1855 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:999 rhodecode/model/db.py:2269
1816 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2317
1856 msgid "Repository forking disabled"
1817 msgid "Repository forking disabled"
1857 msgstr ""
1818 msgstr ""
1858
1819
@@ -1866,20 +1827,19 b' msgstr ""'
1866 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1827 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1867 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1828 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1868 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1829 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1869 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
1830 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:760
1870 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
1831 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:763
1871 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
1832 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:765
1872 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
1833 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:765
1873 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
1834 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:792
1874 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
1835 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:802
1875 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
1836 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:845
1876 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
1837 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:844
1877 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
1838 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:845
1878 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
1839 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:845
1879 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
1840 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:851
1880 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
1841 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
1881 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
1842 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998 rhodecode/model/db.py:2318
1882 #: rhodecode/model/db.py:2270
1883 msgid "Repository forking enabled"
1843 msgid "Repository forking enabled"
1884 msgstr ""
1844 msgstr ""
1885
1845
@@ -1914,20 +1874,20 b' msgstr "Registrierung neuer Benutzer in '
1914 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1874 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1915 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1875 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1916 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1876 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1917 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1877 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1074
1918 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1878 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1077
1919 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1879 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1088
1920 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1880 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1091
1921 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1881 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1121
1922 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1882 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1135
1923 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1883 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1178
1924 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1884 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1177
1925 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1885 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1186
1926 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1886 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1186
1927 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1887 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1196
1928 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1888 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
1929 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
1889 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
1930 #: rhodecode/model/db.py:2900
1890 #: rhodecode/model/db.py:2950
1931 msgid "Not Reviewed"
1891 msgid "Not Reviewed"
1932 msgstr "Nicht Begutachtet"
1892 msgstr "Nicht Begutachtet"
1933
1893
@@ -1941,20 +1901,20 b' msgstr "Nicht Begutachtet"'
1941 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1901 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1942 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1902 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1943 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1903 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1944 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1904 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1075
1945 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
1905 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1078
1946 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
1906 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1089
1947 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
1907 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1092
1948 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
1908 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1122
1949 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
1909 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1136
1950 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
1910 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1179
1951 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
1911 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1178
1952 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
1912 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1187
1953 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
1913 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1187
1954 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
1914 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1197
1955 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
1915 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
1956 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
1916 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
1957 #: rhodecode/model/db.py:2901
1917 #: rhodecode/model/db.py:2951
1958 msgid "Approved"
1918 msgid "Approved"
1959 msgstr "Akzeptiert"
1919 msgstr "Akzeptiert"
1960
1920
@@ -1968,20 +1928,20 b' msgstr "Akzeptiert"'
1968 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1928 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1969 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1929 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1970 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1930 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1971 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1078
1931 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1972 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1081
1932 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1973 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1092
1933 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1974 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1095
1934 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1975 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1125
1935 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1976 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1139
1936 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1977 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1182
1937 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1978 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1181
1938 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1979 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1190
1939 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1980 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1190
1940 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1981 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1200
1941 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1982 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1322
1942 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1983 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1347
1943 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
1984 #: rhodecode/model/db.py:2902
1944 #: rhodecode/model/db.py:2952
1985 msgid "Rejected"
1945 msgid "Rejected"
1986 msgstr "Abgelehnt"
1946 msgstr "Abgelehnt"
1987
1947
@@ -1995,20 +1955,20 b' msgstr "Abgelehnt"'
1995 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
1955 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
1996 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
1956 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
1997 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
1957 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
1998 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1079
1958 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1999 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1082
1959 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
2000 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1093
1960 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
2001 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1096
1961 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
2002 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1126
1962 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
2003 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1140
1963 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
2004 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1183
1964 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
2005 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1182
1965 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
2006 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1191
1966 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
2007 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1191
1967 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
2008 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1201
1968 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
2009 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1323
1969 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2010 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1348
1970 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2011 #: rhodecode/model/db.py:2903
1971 #: rhodecode/model/db.py:2953
2012 msgid "Under Review"
1972 msgid "Under Review"
2013 msgstr "In Begutachtung"
1973 msgstr "In Begutachtung"
2014
1974
@@ -2019,6 +1979,52 b' msgstr "In Begutachtung"'
2019 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
1979 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
2020 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
1980 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
2021 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1981 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1982 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1983 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1984 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1985 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
1986 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
1987 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
1988 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
1989 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
1990 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
1991 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
1992 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
1993 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
1994 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2296
1995 msgid "Repository group no access"
1996 msgstr ""
1997
1998 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
1999 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
2000 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2001 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2002 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2003 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2004 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2005 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:739
2006 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:742
2007 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:744
2008 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:744
2009 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:771
2010 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:781
2011 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:824
2012 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:823
2013 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:824
2014 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:824
2015 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:830
2016 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2017 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977 rhodecode/model/db.py:2297
2018 msgid "Repository group read access"
2019 msgstr ""
2020
2021 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2022 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2023 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2024 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2025 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2026 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2027 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2022 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
2028 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
2023 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
2029 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
2024 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
2030 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
@@ -2031,17 +2037,17 b' msgstr "In Begutachtung"'
2031 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2037 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2032 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2038 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2033 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2039 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2034 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2248
2040 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2298
2035 msgid "Repository group no access"
2041 msgid "Repository group write access"
2036 msgstr ""
2042 msgstr ""
2037
2043
2038 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
2044 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2039 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
2045 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2040 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2046 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2041 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2047 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2042 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2048 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2043 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2049 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2044 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2050 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2045 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2051 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2046 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2052 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2047 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
2053 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
@@ -2054,40 +2060,16 b' msgstr ""'
2054 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2060 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2055 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2061 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2056 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2062 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2057 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2249
2063 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2299
2058 msgid "Repository group read access"
2064 msgid "Repository group admin access"
2059 msgstr ""
2065 msgstr ""
2060
2066
2061 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2067 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2062 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2068 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2063 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2069 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2064 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2070 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2065 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2071 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2066 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2072 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2067 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2068 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:742
2069 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:745
2070 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:747
2071 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:747
2072 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:774
2073 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:784
2074 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:827
2075 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:826
2076 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:827
2077 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:827
2078 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:833
2079 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:955
2080 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:980 rhodecode/model/db.py:2250
2081 msgid "Repository group write access"
2082 msgstr ""
2083
2084 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2085 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2086 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2087 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2088 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2089 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2090 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2091 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2073 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2092 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2074 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2093 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
2075 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
@@ -2100,16 +2082,38 b' msgstr ""'
2100 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2082 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2101 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2083 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2102 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2084 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2103 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2251
2085 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2301
2104 msgid "Repository group admin access"
2086 msgid "User group no access"
2105 msgstr ""
2087 msgstr ""
2106
2088
2107 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2089 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2108 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2090 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2109 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2091 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2110 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2092 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2111 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2093 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2112 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2094 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2095 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:744
2096 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:747
2097 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:749
2098 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:749
2099 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:776
2100 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:786
2101 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:829
2102 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:828
2103 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:829
2104 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:829
2105 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:835
2106 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2107 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982 rhodecode/model/db.py:2302
2108 msgid "User group read access"
2109 msgstr ""
2110
2111 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2112 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2113 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2114 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2115 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2116 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2113 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2117 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2114 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2118 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2115 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
2119 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
@@ -2122,16 +2126,16 b' msgstr ""'
2122 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2126 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2123 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2127 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2124 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2128 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2125 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2253
2129 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2303
2126 msgid "User group no access"
2130 msgid "User group write access"
2127 msgstr ""
2131 msgstr ""
2128
2132
2129 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2133 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2130 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2134 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2131 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2135 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2132 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2136 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2133 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2137 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2134 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2138 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2135 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2139 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2136 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2140 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2137 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
2141 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
@@ -2144,38 +2148,16 b' msgstr ""'
2144 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2148 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2145 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2149 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2146 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2150 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2147 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2254
2151 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2304
2148 msgid "User group read access"
2152 msgid "User group admin access"
2149 msgstr ""
2153 msgstr ""
2150
2154
2151 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2155 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2152 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2156 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2153 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2157 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2154 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2158 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2155 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2159 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2156 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2160 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2157 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:747
2158 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:750
2159 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:752
2160 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:752
2161 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:779
2162 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:789
2163 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:832
2164 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:831
2165 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:832
2166 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:832
2167 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:838
2168 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:960
2169 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:985 rhodecode/model/db.py:2255
2170 msgid "User group write access"
2171 msgstr ""
2172
2173 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2174 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2175 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2176 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2177 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2178 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2179 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2161 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2180 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2162 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2181 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
2163 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
@@ -2188,29 +2170,7 b' msgstr ""'
2188 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2170 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2189 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2171 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2190 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2172 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2191 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2256
2173 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2306
2192 msgid "User group admin access"
2193 msgstr ""
2194
2195 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2196 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2197 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2198 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2199 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2200 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2201 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:750
2202 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:753
2203 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:755
2204 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:755
2205 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:782
2206 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:792
2207 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:835
2208 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:834
2209 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:835
2210 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:835
2211 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:841
2212 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:963
2213 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:988 rhodecode/model/db.py:2258
2214 msgid "Repository Group creation disabled"
2174 msgid "Repository Group creation disabled"
2215 msgstr ""
2175 msgstr ""
2216
2176
@@ -2220,6 +2180,28 b' msgstr ""'
2220 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2180 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2221 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2181 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2222 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2182 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2183 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:749
2184 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:752
2185 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:754
2186 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:754
2187 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:781
2188 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:791
2189 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:834
2190 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:833
2191 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:834
2192 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:834
2193 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:840
2194 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2195 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987 rhodecode/model/db.py:2307
2196 msgid "Repository Group creation enabled"
2197 msgstr ""
2198
2199 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2200 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2201 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2202 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2203 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2204 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2223 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2205 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2224 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2206 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2225 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
2207 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
@@ -2232,29 +2214,7 b' msgstr ""'
2232 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2214 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2233 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2215 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2234 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2216 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2235 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2259
2217 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2309
2236 msgid "Repository Group creation enabled"
2237 msgstr ""
2238
2239 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2240 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2241 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2242 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2243 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2244 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2245 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:753
2246 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:756
2247 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:758
2248 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:758
2249 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:785
2250 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:795
2251 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:838
2252 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:837
2253 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:838
2254 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:838
2255 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:844
2256 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:966
2257 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:991 rhodecode/model/db.py:2261
2258 msgid "User Group creation disabled"
2218 msgid "User Group creation disabled"
2259 msgstr ""
2219 msgstr ""
2260
2220
@@ -2264,19 +2224,19 b' msgstr ""'
2264 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2224 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2265 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2225 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2266 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2226 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2267 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
2227 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:752
2268 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
2228 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:755
2269 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
2229 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:757
2270 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
2230 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:757
2271 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
2231 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:784
2272 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
2232 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:794
2273 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
2233 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:837
2274 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
2234 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:836
2275 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
2235 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:837
2276 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
2236 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:837
2277 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
2237 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:843
2278 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
2238 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2279 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2262
2239 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990 rhodecode/model/db.py:2310
2280 msgid "User Group creation enabled"
2240 msgid "User Group creation enabled"
2281 msgstr ""
2241 msgstr ""
2282
2242
@@ -2286,6 +2246,52 b' msgstr ""'
2286 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2246 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2287 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2247 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2288 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2248 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2249 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
2250 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
2251 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
2252 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
2253 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
2254 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
2255 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
2256 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
2257 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
2258 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
2259 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
2260 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2261 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2262 #: rhodecode/model/db.py:2320
2263 msgid "Registration disabled"
2264 msgstr ""
2265
2266 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2267 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2268 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2269 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2270 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2271 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2272 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:763
2273 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:766
2274 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:768
2275 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:768
2276 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:795
2277 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:805
2278 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:848
2279 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:847
2280 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:848
2281 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:848
2282 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:854
2283 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2284 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2285 #: rhodecode/model/db.py:2321
2286 msgid "User Registration with manual account activation"
2287 msgstr ""
2288
2289 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2290 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2291 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2292 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2293 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2294 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2289 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2295 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2290 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2296 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2291 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
2297 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
@@ -2299,39 +2305,16 b' msgstr ""'
2299 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2305 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2300 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2306 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2301 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2307 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2302 #: rhodecode/model/db.py:2272
2308 #: rhodecode/model/db.py:2322
2303 msgid "Registration disabled"
2309 msgid "User Registration with automatic account activation"
2304 msgstr ""
2310 msgstr ""
2305
2311
2306 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2312 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2307 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2313 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2308 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2314 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2309 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2315 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2310 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2316 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2311 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2317 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2312 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:765
2313 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:768
2314 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:770
2315 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:770
2316 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:797
2317 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:807
2318 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:850
2319 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:849
2320 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:850
2321 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:850
2322 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:856
2323 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:978
2324 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1003
2325 #: rhodecode/model/db.py:2273
2326 msgid "User Registration with manual account activation"
2327 msgstr ""
2328
2329 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2330 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2331 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2332 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2333 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2334 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2335 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2318 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2336 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2319 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2337 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
2320 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
@@ -2345,30 +2328,7 b' msgstr ""'
2345 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2328 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2346 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2329 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2347 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2330 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2348 #: rhodecode/model/db.py:2274
2331 #: rhodecode/model/db.py:2324
2349 msgid "User Registration with automatic account activation"
2350 msgstr ""
2351
2352 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2353 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2354 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2355 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2356 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2357 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2358 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:768
2359 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:771
2360 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:773
2361 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:773
2362 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:800
2363 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:810
2364 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:853
2365 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:852
2366 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:853
2367 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:853
2368 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:859
2369 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:981
2370 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1006
2371 #: rhodecode/model/db.py:2276
2372 msgid "Manual activation of external account"
2332 msgid "Manual activation of external account"
2373 msgstr ""
2333 msgstr ""
2374
2334
@@ -2378,11 +2338,70 b' msgstr ""'
2378 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2338 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2379 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2339 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2380 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2340 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2381 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:769
2341 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:767
2382 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:772
2342 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:770
2383 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:774
2343 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:772
2384 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:774
2344 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:772
2385 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:801
2345 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:799
2346 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:809
2347 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:852
2348 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:851
2349 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:852
2350 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:852
2351 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:858
2352 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2353 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2354 #: rhodecode/model/db.py:2325
2355 msgid "Automatic activation of external account"
2356 msgstr ""
2357
2358 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
2359 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
2360 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
2361 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
2362 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
2363 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
2364 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
2365 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
2366 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
2367 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
2368 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
2369 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2370 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2314
2371 msgid ""
2372 "Repository creation enabled with write permission to a repository group"
2373 msgstr ""
2374
2375 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
2376 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
2377 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
2378 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
2379 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
2380 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
2381 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
2382 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
2383 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
2384 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
2385 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
2386 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2387 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2315
2388 msgid ""
2389 "Repository creation disabled with write permission to a repository group"
2390 msgstr ""
2391
2392 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:736
2393 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:763
2394 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:773
2395 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:816
2396 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:815
2397 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:816
2398 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:816
2399 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:822
2400 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2401 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969 rhodecode/model/db.py:2289
2402 msgid "RhodeCode Super Administrator"
2403 msgstr ""
2404
2386 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2405 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2387 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2406 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2388 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
2407 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
@@ -2391,134 +2410,93 b' msgstr ""'
2391 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2410 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2392 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2411 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2393 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2412 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2394 #: rhodecode/model/db.py:2277
2413 #: rhodecode/model/db.py:2327
2395 msgid "Automatic activation of external account"
2396 msgstr ""
2397
2398 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:758
2399 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:761
2400 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:763
2401 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:763
2402 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:790
2403 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:800
2404 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:843
2405 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:842
2406 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:843
2407 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:843
2408 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:849
2409 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:971
2410 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:996 rhodecode/model/db.py:2266
2411 msgid ""
2412 "Repository creation enabled with write permission to a repository group"
2413 msgstr ""
2414
2415 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
2416 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
2417 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
2418 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
2419 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
2420 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
2421 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
2422 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
2423 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
2424 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
2425 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
2426 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2427 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2267
2428 msgid ""
2429 "Repository creation disabled with write permission to a repository group"
2430 msgstr ""
2431
2432 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
2433 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
2434 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
2435 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
2436 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
2437 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
2438 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
2439 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
2440 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
2441 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2241
2442 msgid "RhodeCode Super Administrator"
2443 msgstr ""
2444
2445 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:813
2446 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:856
2447 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:855
2448 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:856
2449 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:856
2450 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:862
2451 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:984
2452 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1009
2453 #: rhodecode/model/db.py:2279
2454 msgid "Inherit object permissions from default user disabled"
2414 msgid "Inherit object permissions from default user disabled"
2455 msgstr ""
2415 msgstr ""
2456
2416
2457 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:814
2417 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:812
2458 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:857
2418 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:855
2459 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:856
2419 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:854
2460 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:857
2420 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:855
2461 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:857
2421 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:855
2462 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:863
2422 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:861
2463 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:985
2423 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2464 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1010
2424 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2465 #: rhodecode/model/db.py:2280
2425 #: rhodecode/model/db.py:2328
2466 msgid "Inherit object permissions from default user enabled"
2426 msgid "Inherit object permissions from default user enabled"
2467 msgstr ""
2427 msgstr ""
2468
2428
2469 #: rhodecode/lib/index/whoosh.py:129
2429 #: rhodecode/lib/index/whoosh.py:148
2470 msgid "Invalid search query. Try quoting it."
2430 msgid "Invalid search query. Try quoting it."
2471 msgstr "Ungültige Suchanfrage. Versuchen sie die Anfrage in Anführungszeichen zu setzen."
2431 msgstr "Ungültige Suchanfrage. Versuchen sie die Anfrage in Anführungszeichen zu setzen."
2472
2432
2473 #: rhodecode/lib/index/whoosh.py:131
2433 #: rhodecode/lib/index/whoosh.py:150
2474 msgid "There is no index to search in. Please run whoosh indexer"
2434 msgid "There is no index to search in. Please run whoosh indexer"
2475 msgstr "Es gibt keinen durchsuchbaren Index. Bitte den Whoosh Indizierer ausführen"
2435 msgstr "Es gibt keinen durchsuchbaren Index. Bitte den Whoosh Indizierer ausführen"
2476
2436
2477 #: rhodecode/lib/index/whoosh.py:136
2437 #: rhodecode/lib/index/whoosh.py:155
2478 msgid "An error occurred during this search operation"
2438 msgid "An error occurred during this search operation"
2479 msgstr "Während dieser Suche trat ein Fehler auf"
2439 msgstr "Während dieser Suche trat ein Fehler auf"
2480
2440
2481 #: rhodecode/lib/index/whoosh.py:144
2441 #: rhodecode/lib/index/whoosh.py:163
2482 msgid "Index Type"
2442 msgid "Index Type"
2483 msgstr ""
2443 msgstr ""
2484
2444
2485 #: rhodecode/lib/index/whoosh.py:145
2445 #: rhodecode/lib/index/whoosh.py:164
2486 msgid "File Index"
2446 msgid "File Index"
2487 msgstr ""
2447 msgstr ""
2488
2448
2489 #: rhodecode/lib/index/whoosh.py:146 rhodecode/lib/index/whoosh.py:151
2449 #: rhodecode/lib/index/whoosh.py:165 rhodecode/lib/index/whoosh.py:170
2490 msgid "Indexed documents"
2450 msgid "Indexed documents"
2491 msgstr ""
2451 msgstr ""
2492
2452
2493 #: rhodecode/lib/index/whoosh.py:148 rhodecode/lib/index/whoosh.py:153
2453 #: rhodecode/lib/index/whoosh.py:167 rhodecode/lib/index/whoosh.py:172
2494 msgid "Last update"
2454 msgid "Last update"
2495 msgstr ""
2455 msgstr ""
2496
2456
2497 #: rhodecode/lib/index/whoosh.py:150
2457 #: rhodecode/lib/index/whoosh.py:169
2498 msgid "Commit index"
2458 msgid "Commit index"
2499 msgstr ""
2459 msgstr ""
2500
2460
2501 #: rhodecode/model/db.py:871
2461 #: rhodecode/login/views.py:237 rhodecode/login/views.py:296
2462 msgid "bad captcha"
2463 msgstr "Ungültiges Captcha"
2464
2465 #: rhodecode/login/views.py:246
2466 msgid "You have successfully registered with RhodeCode"
2467 msgstr "Du hast dich erfolgreich bei RhodeCode angemeldet"
2468
2469 #: rhodecode/login/views.py:312
2470 msgid "Your password reset link was sent"
2471 msgstr "Ihr Passwort Zurücksetzen Link wurde versendet"
2472
2473 #: rhodecode/login/views.py:333
2474 msgid ""
2475 "Your password reset was successful, a new password has been sent to your "
2476 "email"
2477 msgstr "Ihr Passwort wurde zurückgesetzt, ein neues Passwort wurde and ihre E-Mail Adresse gesendet"
2478
2479 #: rhodecode/model/db.py:909
2502 msgid "all"
2480 msgid "all"
2503 msgstr ""
2481 msgstr ""
2504
2482
2505 #: rhodecode/model/db.py:872
2483 #: rhodecode/model/db.py:910
2506 msgid "http/web interface"
2484 msgid "http/web interface"
2507 msgstr ""
2485 msgstr ""
2508
2486
2509 #: rhodecode/model/db.py:873
2487 #: rhodecode/model/db.py:911
2510 msgid "vcs (git/hg protocol)"
2488 msgid "vcs (git/hg protocol)"
2511 msgstr ""
2489 msgstr ""
2512
2490
2513 #: rhodecode/model/db.py:874
2491 #: rhodecode/model/db.py:912
2514 msgid "api calls"
2492 msgid "api calls"
2515 msgstr ""
2493 msgstr ""
2516
2494
2517 #: rhodecode/model/db.py:875
2495 #: rhodecode/model/db.py:913
2518 msgid "feed access"
2496 msgid "feed access"
2519 msgstr ""
2497 msgstr ""
2520
2498
2521 #: rhodecode/model/db.py:2020
2499 #: rhodecode/model/db.py:2067
2522 msgid "No parent"
2500 msgid "No parent"
2523 msgstr ""
2501 msgstr ""
2524
2502
@@ -2642,7 +2620,7 b' msgid ""'
2642 "reference is missing."
2620 "reference is missing."
2643 msgstr ""
2621 msgstr ""
2644
2622
2645 #: rhodecode/model/pull_request.py:411
2623 #: rhodecode/model/pull_request.py:416
2646 #, python-format
2624 #, python-format
2647 msgid ""
2625 msgid ""
2648 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
2626 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
@@ -2650,39 +2628,39 b' msgid ""'
2650 " %(pr_title)s"
2628 " %(pr_title)s"
2651 msgstr ""
2629 msgstr ""
2652
2630
2653 #: rhodecode/model/pull_request.py:443
2631 #: rhodecode/model/pull_request.py:448
2654 msgid "Pull request merged and closed"
2632 msgid "Pull request merged and closed"
2655 msgstr "Pullrequest zusammengeführt und geschlossen"
2633 msgstr "Pullrequest zusammengeführt und geschlossen"
2656
2634
2657 #: rhodecode/model/pull_request.py:859
2635 #: rhodecode/model/pull_request.py:867
2658 msgid "Server-side pull request merging is disabled."
2636 msgid "Server-side pull request merging is disabled."
2659 msgstr ""
2637 msgstr ""
2660
2638
2661 #: rhodecode/model/pull_request.py:861
2639 #: rhodecode/model/pull_request.py:869
2662 msgid "This pull request is closed."
2640 msgid "This pull request is closed."
2663 msgstr ""
2641 msgstr ""
2664
2642
2665 #: rhodecode/model/pull_request.py:872
2643 #: rhodecode/model/pull_request.py:880
2666 msgid "Pull request merging is not supported."
2644 msgid "Pull request merging is not supported."
2667 msgstr ""
2645 msgstr ""
2668
2646
2669 #: rhodecode/model/pull_request.py:890
2647 #: rhodecode/model/pull_request.py:898
2670 msgid "Target repository large files support is disabled."
2648 msgid "Target repository large files support is disabled."
2671 msgstr ""
2649 msgstr ""
2672
2650
2673 #: rhodecode/model/pull_request.py:893
2651 #: rhodecode/model/pull_request.py:901
2674 msgid "Source repository large files support is disabled."
2652 msgid "Source repository large files support is disabled."
2675 msgstr ""
2653 msgstr ""
2676
2654
2677 #: rhodecode/model/pull_request.py:1036 rhodecode/model/scm.py:791
2655 #: rhodecode/model/pull_request.py:1050 rhodecode/model/scm.py:791
2678 msgid "Bookmarks"
2656 msgid "Bookmarks"
2679 msgstr "Lesezeichen"
2657 msgstr "Lesezeichen"
2680
2658
2681 #: rhodecode/model/pull_request.py:1041
2659 #: rhodecode/model/pull_request.py:1055
2682 msgid "Commit IDs"
2660 msgid "Commit IDs"
2683 msgstr ""
2661 msgstr ""
2684
2662
2685 #: rhodecode/model/pull_request.py:1044
2663 #: rhodecode/model/pull_request.py:1058
2686 msgid "Closed Branches"
2664 msgid "Closed Branches"
2687 msgstr ""
2665 msgstr ""
2688
2666
@@ -2694,238 +2672,252 b' msgstr ""'
2694 msgid "You can't Edit this user since it's crucial for entire application"
2672 msgid "You can't Edit this user since it's crucial for entire application"
2695 msgstr "Sie können diesen User nicht editieren da er für die ganze Applikation von entscheidender bedeutung ist."
2673 msgstr "Sie können diesen User nicht editieren da er für die ganze Applikation von entscheidender bedeutung ist."
2696
2674
2697 #: rhodecode/model/user.py:283
2675 #: rhodecode/model/user.py:285
2698 #, python-format
2676 #, python-format
2699 msgid ""
2677 msgid ""
2700 "You can't edit this user (`%(username)s`) since it's crucial for entire "
2678 "You can't edit this user (`%(username)s`) since it's crucial for entire "
2701 "application"
2679 "application"
2702 msgstr ""
2680 msgstr ""
2703
2681
2704 #: rhodecode/model/user.py:456
2682 #: rhodecode/model/user.py:458
2705 msgid "You can't remove this user since it's crucial for entire application"
2683 msgid "You can't remove this user since it's crucial for entire application"
2706 msgstr "Sie können diesen User nicht löschen da er für die ganze Applikation von entscheidender bedeutung ist."
2684 msgstr "Sie können diesen User nicht löschen da er für die ganze Applikation von entscheidender bedeutung ist."
2707
2685
2708 #: rhodecode/model/user.py:464
2686 #: rhodecode/model/user.py:466
2709 #, python-format
2687 #, python-format
2710 msgid ""
2688 msgid ""
2711 "user \"%s\" still owns %s repositories and cannot be removed. Switch owners "
2689 "user \"%s\" still owns %s repositories and cannot be removed. Switch owners "
2712 "or remove those repositories:%s"
2690 "or remove those repositories:%s"
2713 msgstr ""
2691 msgstr ""
2714
2692
2715 #: rhodecode/model/user.py:473
2693 #: rhodecode/model/user.py:475
2716 #, python-format
2694 #, python-format
2717 msgid ""
2695 msgid ""
2718 "user \"%s\" still owns %s repository groups and cannot be removed. Switch "
2696 "user \"%s\" still owns %s repository groups and cannot be removed. Switch "
2719 "owners or remove those repository groups:%s"
2697 "owners or remove those repository groups:%s"
2720 msgstr ""
2698 msgstr ""
2721
2699
2722 #: rhodecode/model/user.py:482
2700 #: rhodecode/model/user.py:484
2723 #, python-format
2701 #, python-format
2724 msgid ""
2702 msgid ""
2725 "user \"%s\" still owns %s user groups and cannot be removed. Switch owners "
2703 "user \"%s\" still owns %s user groups and cannot be removed. Switch owners "
2726 "or remove those user groups:%s"
2704 "or remove those user groups:%s"
2727 msgstr ""
2705 msgstr ""
2728
2706
2729 #: rhodecode/model/validators.py:96 rhodecode/model/validators.py:97
2707 #: rhodecode/model/validators.py:98 rhodecode/model/validators.py:99
2730 msgid "Value cannot be an empty list"
2708 msgid "Value cannot be an empty list"
2731 msgstr ""
2709 msgstr ""
2732
2710
2733 #: rhodecode/model/validators.py:140
2711 #: rhodecode/model/validators.py:142
2734 msgid "Pattern already exists"
2712 msgid "Pattern already exists"
2735 msgstr ""
2713 msgstr ""
2736
2714
2737 #: rhodecode/model/validators.py:158
2715 #: rhodecode/model/validators.py:160
2738 #, python-format
2716 #, python-format
2739 msgid "Username \"%(username)s\" already exists"
2717 msgid "Username \"%(username)s\" already exists"
2740 msgstr "Benutezrname \"%(username)s\" existiert bereits"
2718 msgstr "Benutezrname \"%(username)s\" existiert bereits"
2741
2719
2742 #: rhodecode/model/validators.py:160
2720 #: rhodecode/model/validators.py:162
2743 #, python-format
2721 #, python-format
2744 msgid "Username \"%(username)s\" is forbidden"
2722 msgid "Username \"%(username)s\" is forbidden"
2745 msgstr "Benutzername \"%(username)s\" ist verboten"
2723 msgstr "Benutzername \"%(username)s\" ist verboten"
2746
2724
2747 #: rhodecode/model/validators.py:162
2725 #: rhodecode/model/validators.py:164
2748 msgid ""
2726 msgid ""
2749 "Username may only contain alphanumeric characters underscores, periods or "
2727 "Username may only contain alphanumeric characters underscores, periods or "
2750 "dashes and must begin with alphanumeric character or underscore"
2728 "dashes and must begin with alphanumeric character or underscore"
2751 msgstr ""
2729 msgstr ""
2752
2730
2753 #: rhodecode/model/validators.py:190
2731 #: rhodecode/model/validators.py:192
2754 msgid "The input is not valid"
2732 msgid "The input is not valid"
2755 msgstr ""
2733 msgstr ""
2756
2734
2757 #: rhodecode/model/validators.py:197
2735 #: rhodecode/model/validators.py:199
2758 #, python-format
2736 #, python-format
2759 msgid "Username %(username)s is not valid"
2737 msgid "Username %(username)s is not valid"
2760 msgstr "Benutzername \"%(username)s\" ist ungültig"
2738 msgstr "Benutzername \"%(username)s\" ist ungültig"
2761
2739
2762 #: rhodecode/model/validators.py:216
2740 #: rhodecode/model/validators.py:200
2741 #, python-format
2742 msgid "Username %(username)s is disabled"
2743 msgstr ""
2744
2745 #: rhodecode/model/validators.py:223
2763 msgid "Invalid user group name"
2746 msgid "Invalid user group name"
2764 msgstr ""
2747 msgstr ""
2765
2748
2766 #: rhodecode/model/validators.py:217
2749 #: rhodecode/model/validators.py:224
2767 #, python-format
2750 #, python-format
2768 msgid "User group \"%(usergroup)s\" already exists"
2751 msgid "User group \"%(usergroup)s\" already exists"
2769 msgstr ""
2752 msgstr ""
2770
2753
2771 #: rhodecode/model/validators.py:219
2754 #: rhodecode/model/validators.py:226
2772 msgid ""
2755 msgid ""
2773 "user group name may only contain alphanumeric characters underscores, "
2756 "user group name may only contain alphanumeric characters underscores, "
2774 "periods or dashes and must begin with alphanumeric character"
2757 "periods or dashes and must begin with alphanumeric character"
2775 msgstr ""
2758 msgstr ""
2776
2759
2777 #: rhodecode/model/validators.py:257
2760 #: rhodecode/model/validators.py:264
2778 msgid "Cannot assign this group as parent"
2761 msgid "Cannot assign this group as parent"
2779 msgstr "Kann diese Gruppe nicht als vorgesetzt setzen"
2762 msgstr "Kann diese Gruppe nicht als vorgesetzt setzen"
2780
2763
2781 #: rhodecode/model/validators.py:258
2764 #: rhodecode/model/validators.py:265
2782 #, python-format
2765 #, python-format
2783 msgid "Group \"%(group_name)s\" already exists"
2766 msgid "Group \"%(group_name)s\" already exists"
2784 msgstr "Gruppe \"%(group_name)s\" existiert bereits"
2767 msgstr "Gruppe \"%(group_name)s\" existiert bereits"
2785
2768
2786 #: rhodecode/model/validators.py:259
2769 #: rhodecode/model/validators.py:266
2787 #, python-format
2770 #, python-format
2788 msgid "Repository with name \"%(group_name)s\" already exists"
2771 msgid "Repository with name \"%(group_name)s\" already exists"
2789 msgstr "Es gibt bereits ein Repository mit \"%(group_name)s\""
2772 msgstr "Es gibt bereits ein Repository mit \"%(group_name)s\""
2790
2773
2791 #: rhodecode/model/validators.py:261
2774 #: rhodecode/model/validators.py:268
2792 msgid "no permission to store repository groupin this location"
2775 msgid "no permission to store repository groupin this location"
2793 msgstr ""
2776 msgstr ""
2794
2777
2795 #: rhodecode/model/validators.py:263
2778 #: rhodecode/model/validators.py:270
2796 msgid "no permission to store repository group in root location"
2779 msgid "no permission to store repository group in root location"
2797 msgstr ""
2780 msgstr ""
2798
2781
2799 #: rhodecode/model/validators.py:379
2782 #: rhodecode/model/validators.py:386
2800 msgid "Invalid characters (non-ascii) in password"
2783 msgid "Invalid characters (non-ascii) in password"
2801 msgstr "Üngültige(nicht ASCII) Zeichen im Passwort"
2784 msgstr "Üngültige(nicht ASCII) Zeichen im Passwort"
2802
2785
2803 #: rhodecode/model/validators.py:394
2786 #: rhodecode/model/validators.py:401
2804 msgid "Invalid old password"
2787 msgid "Invalid old password"
2805 msgstr ""
2788 msgstr ""
2806
2789
2807 #: rhodecode/model/validators.py:412
2790 #: rhodecode/model/validators.py:418
2808 msgid "Passwords do not match"
2791 msgid "Passwords do not match"
2809 msgstr "Die Passwörter stimmen nicht überein"
2792 msgstr "Die Passwörter stimmen nicht überein"
2810
2793
2811 #: rhodecode/model/validators.py:430
2794 #: rhodecode/model/validators.py:436
2812 msgid "invalid password"
2795 msgid "invalid password"
2813 msgstr "Ungültiges Passwort"
2796 msgstr "Ungültiges Passwort"
2814
2797
2815 #: rhodecode/model/validators.py:431
2798 #: rhodecode/model/validators.py:437
2816 msgid "invalid user name"
2799 msgid "invalid user name"
2817 msgstr "Ungültiger Benutzername"
2800 msgstr "Ungültiger Benutzername"
2818
2801
2819 #: rhodecode/model/validators.py:432
2802 #: rhodecode/model/validators.py:438
2820 msgid "Your account is disabled"
2803 msgid "Your account is disabled"
2821 msgstr "Ihr Account wurde Deaktiviert"
2804 msgstr "Ihr Account wurde Deaktiviert"
2822
2805
2823 #: rhodecode/model/validators.py:465
2806 #: rhodecode/model/validators.py:470
2824 msgid "Token mismatch"
2807 msgid "Token mismatch"
2825 msgstr "Schlüssel stimmt nicht überein"
2808 msgstr "Schlüssel stimmt nicht überein"
2826
2809
2827 #: rhodecode/model/validators.py:479
2810 #: rhodecode/model/validators.py:484
2828 #, python-format
2811 #, python-format
2829 msgid "Repository name %(repo)s is disallowed"
2812 msgid "Repository name %(repo)s is disallowed"
2830 msgstr "Repository Name \"%(repo)s\" ist verboten"
2813 msgstr "Repository Name \"%(repo)s\" ist verboten"
2831
2814
2832 #: rhodecode/model/validators.py:481
2815 #: rhodecode/model/validators.py:486
2833 #, python-format
2816 #, python-format
2834 msgid "Repository with name %(repo)s already exists"
2817 msgid "Repository with name %(repo)s already exists"
2835 msgstr ""
2818 msgstr ""
2836
2819
2837 #: rhodecode/model/validators.py:483
2838 #, python-format
2839 msgid "Repository group with name \"%(repo)s\" already exists"
2840 msgstr ""
2841
2842 #: rhodecode/model/validators.py:486
2843 #, python-format
2844 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2845 msgstr ""
2846
2847 #: rhodecode/model/validators.py:488
2820 #: rhodecode/model/validators.py:488
2848 #, python-format
2821 #, python-format
2822 msgid "Repository group with name \"%(repo)s\" already exists"
2823 msgstr ""
2824
2825 #: rhodecode/model/validators.py:491
2826 #, python-format
2827 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2828 msgstr ""
2829
2830 #: rhodecode/model/validators.py:493
2831 #, python-format
2849 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2832 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2850 msgstr ""
2833 msgstr ""
2851
2834
2852 #: rhodecode/model/validators.py:615
2835 #: rhodecode/model/validators.py:620
2853 #, python-format
2836 #, python-format
2854 msgid "invalid clone url for %(rtype)s repository"
2837 msgid "invalid clone url for %(rtype)s repository"
2855 msgstr ""
2838 msgstr ""
2856
2839
2857 #: rhodecode/model/validators.py:616
2840 #: rhodecode/model/validators.py:621
2858 #, python-format
2841 #, python-format
2859 msgid ""
2842 msgid ""
2860 "Invalid clone url, provide a valid clone url starting with one of "
2843 "Invalid clone url, provide a valid clone url starting with one of "
2861 "%(allowed_prefixes)s"
2844 "%(allowed_prefixes)s"
2862 msgstr ""
2845 msgstr ""
2863
2846
2864 #: rhodecode/model/validators.py:645
2847 #: rhodecode/model/validators.py:650
2865 msgid "Fork have to be the same type as parent"
2848 msgid "Fork have to be the same type as parent"
2866 msgstr "Forke um den selben typ wie der Vorgesetze zu haben"
2849 msgstr "Forke um den selben typ wie der Vorgesetze zu haben"
2867
2850
2868 #: rhodecode/model/validators.py:660
2851 #: rhodecode/model/validators.py:665
2869 msgid "You do not have the permission to create repositories in this group."
2852 msgid "You do not have the permission to create repositories in this group."
2870 msgstr ""
2853 msgstr ""
2871
2854
2872 #: rhodecode/model/validators.py:663
2855 #: rhodecode/model/validators.py:668
2873 msgid ""
2856 msgid ""
2874 "You do not have the permission to store repositories in the root location."
2857 "You do not have the permission to store repositories in the root location."
2875 msgstr ""
2858 msgstr ""
2876
2859
2877 #: rhodecode/model/validators.py:723
2860 #: rhodecode/model/validators.py:728
2878 msgid "This username or user group name is not valid"
2861 msgid "This username or user group name is not valid"
2879 msgstr ""
2862 msgstr ""
2880
2863
2881 #: rhodecode/model/validators.py:841
2864 #: rhodecode/model/validators.py:846
2882 msgid "This is not a valid path"
2865 msgid "This is not a valid path"
2883 msgstr "Dies ist ein Ungültiger Pfad"
2866 msgstr "Dies ist ein Ungültiger Pfad"
2884
2867
2885 #: rhodecode/model/validators.py:856
2868 #: rhodecode/model/validators.py:861
2886 msgid "This e-mail address is already taken"
2869 msgid "This e-mail address is already taken"
2887 msgstr "Diese EMail Addresse ist schon in Benutzung"
2870 msgstr "Diese EMail Addresse ist schon in Benutzung"
2888
2871
2889 #: rhodecode/model/validators.py:876
2872 #: rhodecode/model/validators.py:881
2890 #, python-format
2873 #, python-format
2891 msgid "e-mail \"%(email)s\" does not exist."
2874 msgid "e-mail \"%(email)s\" does not exist."
2892 msgstr "EMail Addresse \"%(email)s\" existiert nicht."
2875 msgstr "EMail Addresse \"%(email)s\" existiert nicht."
2893
2876
2894 #: rhodecode/model/validators.py:912
2877 #: rhodecode/model/validators.py:902
2895 msgid ""
2896 "The LDAP Login attribute of the CN must be specified - this is the name of "
2897 "the attribute that is equivalent to \"username\""
2898 msgstr "Das LDAP Login Attribut des CN muss angeben werden - Es ist der Name des Attributes welches das Equivalent zum \"Benutzername\" ist"
2899
2900 #: rhodecode/model/validators.py:926
2901 #, python-format
2878 #, python-format
2902 msgid "Revisions %(revs)s are already part of pull request or have set status"
2879 msgid "Revisions %(revs)s are already part of pull request or have set status"
2903 msgstr ""
2880 msgstr ""
2904
2881
2905 #: rhodecode/model/validators.py:957
2882 #: rhodecode/model/validators.py:933
2906 msgid "Please enter a valid IPv4 or IpV6 address"
2883 msgid "Please enter a valid IPv4 or IpV6 address"
2907 msgstr ""
2884 msgstr ""
2908
2885
2909 #: rhodecode/model/validators.py:958
2886 #: rhodecode/model/validators.py:934
2910 #, python-format
2887 #, python-format
2911 msgid ""
2888 msgid ""
2912 "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2889 "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2913 msgstr ""
2890 msgstr ""
2914
2891
2915 #: rhodecode/model/validators.py:985
2892 #: rhodecode/model/validators.py:961
2916 msgid "Key name can only consist of letters, underscore, dash or numbers"
2893 msgid "Key name can only consist of letters, underscore, dash or numbers"
2917 msgstr ""
2894 msgstr ""
2918
2895
2896 #: rhodecode/model/validators.py:976
2897 msgid "Filename cannot be inside a directory"
2898 msgstr ""
2899
2900 #: rhodecode/model/validators.py:992
2901 #, python-format
2902 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2903 msgstr ""
2904
2905 #: rhodecode/model/validators.py:995
2906 #, python-format
2907 msgid "The plugin \"%(plugin_id)s\" is missing an includeme function."
2908 msgstr ""
2909
2910 #: rhodecode/model/validators.py:998
2911 #, python-format
2912 msgid "Can not load plugin \"%(plugin_id)s\""
2913 msgstr ""
2914
2919 #: rhodecode/model/validators.py:1000
2915 #: rhodecode/model/validators.py:1000
2920 msgid "Filename cannot be inside a directory"
2916 #, python-format
2921 msgstr ""
2917 msgid "No plugin available with ID \"%(plugin_id)s\""
2922
2918 msgstr ""
2923 #: rhodecode/model/validators.py:1016
2919
2924 #, python-format
2920 #: rhodecode/model/validators.py:1067
2925 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2926 msgstr ""
2927
2928 #: rhodecode/model/validators.py:1048
2929 msgid "This gistid is already in use"
2921 msgid "This gistid is already in use"
2930 msgstr ""
2922 msgstr ""
2931
2923
@@ -2981,10 +2973,10 b' msgstr ""'
2981 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2973 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2982 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2974 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2983 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2975 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2984 #: rhodecode/templates/admin/repos/repo_edit_settings.html:12
2976 #: rhodecode/templates/admin/repos/repo_edit_settings.html:15
2985 #: rhodecode/templates/admin/repos/repos.html:54
2977 #: rhodecode/templates/admin/repos/repos.html:54
2986 #: rhodecode/templates/admin/user_groups/user_groups.html:55
2978 #: rhodecode/templates/admin/user_groups/user_groups.html:55
2987 #: rhodecode/templates/base/perms_summary.html:103
2979 #: rhodecode/templates/base/perms_summary.html:102
2988 #: rhodecode/templates/bookmarks/bookmarks.html:59
2980 #: rhodecode/templates/bookmarks/bookmarks.html:59
2989 #: rhodecode/templates/branches/branches.html:58
2981 #: rhodecode/templates/branches/branches.html:58
2990 #: rhodecode/templates/files/files_browser.html:49
2982 #: rhodecode/templates/files/files_browser.html:49
@@ -2998,25 +2990,25 b' msgstr "Name"'
2998 #: rhodecode/templates/admin/gists/index.html:114
2990 #: rhodecode/templates/admin/gists/index.html:114
2999 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
2991 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3000 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
2992 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3001 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:30
2993 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
3002 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
2994 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
3003 #: rhodecode/templates/admin/repos/repo_add_base.html:32
2995 #: rhodecode/templates/admin/repos/repo_add_base.html:32
3004 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
2996 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
3005 #: rhodecode/templates/admin/repos/repo_edit_settings.html:83
2997 #: rhodecode/templates/admin/repos/repo_edit_settings.html:96
3006 #: rhodecode/templates/admin/repos/repos.html:57
2998 #: rhodecode/templates/admin/repos/repos.html:57
3007 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
2999 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
3008 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:29
3000 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:42
3009 #: rhodecode/templates/admin/user_groups/user_groups.html:57
3001 #: rhodecode/templates/admin/user_groups/user_groups.html:57
3010 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
3002 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
3011 #: rhodecode/templates/base/issue_tracker_settings.html:10
3003 #: rhodecode/templates/base/issue_tracker_settings.html:10
3012 #: rhodecode/templates/changeset/changeset.html:53
3004 #: rhodecode/templates/changeset/changeset.html:53
3013 #: rhodecode/templates/compare/compare_cs.html:24
3005 #: rhodecode/templates/compare/compare_commits.html:24
3014 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3006 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3015 #: rhodecode/templates/email_templates/pull_request_review.mako:67
3007 #: rhodecode/templates/email_templates/pull_request_review.mako:67
3016 #: rhodecode/templates/files/file_tree_detail.html:5
3008 #: rhodecode/templates/files/file_tree_detail.html:5
3017 #: rhodecode/templates/files/file_tree_detail.html:12
3009 #: rhodecode/templates/files/file_tree_detail.html:12
3018 #: rhodecode/templates/forks/fork.html:48
3010 #: rhodecode/templates/forks/fork.html:48
3019 #: rhodecode/templates/forks/forks_data.html:8
3011 #: rhodecode/templates/forks/forks_data.html:9
3020 #: rhodecode/templates/pullrequests/pullrequest.html:47
3012 #: rhodecode/templates/pullrequests/pullrequest.html:47
3021 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
3013 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
3022 #: rhodecode/templates/summary/components.html:73
3014 #: rhodecode/templates/summary/components.html:73
@@ -3026,14 +3018,15 b' msgstr "Beschreibung"'
3026 #: rhodecode/templates/index_base.html:102
3018 #: rhodecode/templates/index_base.html:102
3027 #: rhodecode/templates/index_base.html:133
3019 #: rhodecode/templates/index_base.html:133
3028 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
3020 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
3029 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:21
3021 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:24
3030 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
3022 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
3031 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
3023 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
3032 #: rhodecode/templates/admin/repos/repo_edit_settings.html:74
3024 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
3033 #: rhodecode/templates/admin/repos/repos.html:65
3025 #: rhodecode/templates/admin/repos/repos.html:65
3034 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
3026 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
3035 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:20
3027 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
3036 #: rhodecode/templates/admin/user_groups/user_groups.html:64
3028 #: rhodecode/templates/admin/user_groups/user_groups.html:64
3029 #: rhodecode/templates/forks/forks_data.html:7
3037 #: rhodecode/templates/summary/components.html:195
3030 #: rhodecode/templates/summary/components.html:195
3038 msgid "Owner"
3031 msgid "Owner"
3039 msgstr "Besitzer"
3032 msgstr "Besitzer"
@@ -3052,7 +3045,7 b' msgstr "Letzte \xc3\x84nderung"'
3052 #: rhodecode/templates/changelog/changelog.html:106
3045 #: rhodecode/templates/changelog/changelog.html:106
3053 #: rhodecode/templates/changelog/changelog_summary_data.html:6
3046 #: rhodecode/templates/changelog/changelog_summary_data.html:6
3054 #: rhodecode/templates/changeset/changeset.html:36
3047 #: rhodecode/templates/changeset/changeset.html:36
3055 #: rhodecode/templates/compare/compare_cs.html:22
3048 #: rhodecode/templates/compare/compare_commits.html:22
3056 #: rhodecode/templates/email_templates/commit_comment.mako:16
3049 #: rhodecode/templates/email_templates/commit_comment.mako:16
3057 #: rhodecode/templates/email_templates/commit_comment.mako:45
3050 #: rhodecode/templates/email_templates/commit_comment.mako:45
3058 #: rhodecode/templates/search/search_commit.html:6
3051 #: rhodecode/templates/search/search_commit.html:6
@@ -3069,13 +3062,13 b' msgstr ""'
3069 msgid "Home"
3062 msgid "Home"
3070 msgstr ""
3063 msgstr ""
3071
3064
3072 #: rhodecode/templates/login.html:6 rhodecode/templates/login.html:36
3065 #: rhodecode/templates/login.html:5 rhodecode/templates/login.html:35
3073 #: rhodecode/templates/login.html:52 rhodecode/templates/base/base.html:326
3066 #: rhodecode/templates/login.html:64 rhodecode/templates/base/base.html:328
3074 #: rhodecode/templates/debug_style/login.html:60
3067 #: rhodecode/templates/debug_style/login.html:60
3075 msgid "Sign In"
3068 msgid "Sign In"
3076 msgstr "Einloggen"
3069 msgstr "Einloggen"
3077
3070
3078 #: rhodecode/templates/login.html:38
3071 #: rhodecode/templates/login.html:37
3079 msgid "Go to the registration page to create a new account."
3072 msgid "Go to the registration page to create a new account."
3080 msgstr ""
3073 msgstr ""
3081
3074
@@ -3087,26 +3080,22 b' msgstr ""'
3087 #: rhodecode/templates/admin/users/user_add.html:35
3080 #: rhodecode/templates/admin/users/user_add.html:35
3088 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3081 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3089 #: rhodecode/templates/admin/users/users.html:89
3082 #: rhodecode/templates/admin/users/users.html:89
3090 #: rhodecode/templates/base/base.html:303
3083 #: rhodecode/templates/base/base.html:305
3091 #: rhodecode/templates/debug_style/login.html:36
3084 #: rhodecode/templates/debug_style/login.html:36
3092 #: rhodecode/templates/users/user_profile.html:27
3085 #: rhodecode/templates/users/user_profile.html:27
3093 msgid "Username"
3086 msgid "Username"
3094 msgstr "Benutzername"
3087 msgstr "Benutzername"
3095
3088
3096 #: rhodecode/templates/login.html:48
3089 #: rhodecode/templates/login.html:58
3097 msgid "Remember me"
3090 msgid "Remember me"
3098 msgstr "Login Speichern"
3091 msgstr "Login Speichern"
3099
3092
3100 #: rhodecode/templates/login.html:50
3093 #: rhodecode/templates/login.html:61
3101 msgid "Forgot your password?"
3094 msgid "Forgot your password?"
3102 msgstr "Passwort vergessen?"
3095 msgstr "Passwort vergessen?"
3103
3096
3104 #: rhodecode/templates/login.html:62
3105 msgid "Sign In using one of external services"
3106 msgstr ""
3107
3108 #: rhodecode/templates/password_reset.html:5
3097 #: rhodecode/templates/password_reset.html:5
3109 #: rhodecode/templates/register.html:6
3098 #: rhodecode/templates/register.html:5
3110 msgid "Create an Account"
3099 msgid "Create an Account"
3111 msgstr ""
3100 msgstr ""
3112
3101
@@ -3122,32 +3111,32 b' msgstr ""'
3122 msgid "Email Address"
3111 msgid "Email Address"
3123 msgstr "E-Mail-Adresse"
3112 msgstr "E-Mail-Adresse"
3124
3113
3125 #: rhodecode/templates/password_reset.html:45
3114 #: rhodecode/templates/password_reset.html:49
3126 #: rhodecode/templates/register.html:56
3115 #: rhodecode/templates/register.html:85
3127 msgid "Captcha"
3116 msgid "Captcha"
3128 msgstr "Captcha"
3117 msgstr "Captcha"
3129
3118
3130 #: rhodecode/templates/password_reset.html:51
3119 #: rhodecode/templates/password_reset.html:59
3131 msgid "Send password reset email"
3120 msgid "Send password reset email"
3132 msgstr ""
3121 msgstr ""
3133
3122
3134 #: rhodecode/templates/password_reset.html:52
3123 #: rhodecode/templates/password_reset.html:60
3135 msgid "Password reset link will be send to matching email address"
3124 msgid "Password reset link will be send to matching email address"
3136 msgstr "Der Passwort Reset LInk wird an die passende EMail Addresse gesendet"
3125 msgstr "Der Passwort Reset LInk wird an die passende EMail Addresse gesendet"
3137
3126
3138 #: rhodecode/templates/register.html:36
3127 #: rhodecode/templates/register.html:35
3139 msgid "Create an account"
3128 msgid "Create an account"
3140 msgstr ""
3129 msgstr ""
3141
3130
3142 #: rhodecode/templates/register.html:37
3131 #: rhodecode/templates/register.html:36
3143 msgid "Go to the login page to sign in with an existing account."
3132 msgid "Go to the login page to sign in with an existing account."
3144 msgstr ""
3133 msgstr ""
3145
3134
3146 #: rhodecode/templates/register.html:45
3135 #: rhodecode/templates/register.html:55
3147 msgid "Re-enter password"
3136 msgid "Re-enter password"
3148 msgstr "Passwort erneut eingeben"
3137 msgstr "Passwort erneut eingeben"
3149
3138
3150 #: rhodecode/templates/register.html:47
3139 #: rhodecode/templates/register.html:62
3151 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3140 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3152 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3141 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3153 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
3142 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
@@ -3157,7 +3146,7 b' msgstr "Passwort erneut eingeben"'
3157 msgid "First Name"
3146 msgid "First Name"
3158 msgstr "Vorname"
3147 msgstr "Vorname"
3159
3148
3160 #: rhodecode/templates/register.html:49
3149 #: rhodecode/templates/register.html:69
3161 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3150 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3162 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3151 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3163 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
3152 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
@@ -3167,18 +3156,14 b' msgstr "Vorname"'
3167 msgid "Last Name"
3156 msgid "Last Name"
3168 msgstr "Nachname"
3157 msgstr "Nachname"
3169
3158
3170 #: rhodecode/templates/register.html:64
3159 #: rhodecode/templates/register.html:97
3171 msgid "Account activation requires admin approval."
3160 msgid "Account activation requires admin approval."
3172 msgstr ""
3161 msgstr ""
3173
3162
3174 #: rhodecode/templates/register.html:71
3163 #: rhodecode/templates/register.html:104
3175 msgid "Create Account"
3164 msgid "Create Account"
3176 msgstr ""
3165 msgstr ""
3177
3166
3178 #: rhodecode/templates/register.html:77
3179 msgid "Register using one of external services"
3180 msgstr ""
3181
3182 #: rhodecode/templates/admin/admin.html:5
3167 #: rhodecode/templates/admin/admin.html:5
3183 #: rhodecode/templates/admin/admin.html:15
3168 #: rhodecode/templates/admin/admin.html:15
3184 #: rhodecode/templates/base/base.html:78
3169 #: rhodecode/templates/base/base.html:78
@@ -3265,8 +3250,8 b' msgstr ""'
3265 #: rhodecode/templates/admin/users/user_edit.html:12
3250 #: rhodecode/templates/admin/users/user_edit.html:12
3266 #: rhodecode/templates/admin/users/users.html:13
3251 #: rhodecode/templates/admin/users/users.html:13
3267 #: rhodecode/templates/admin/users/users.html:102
3252 #: rhodecode/templates/admin/users/users.html:102
3268 #: rhodecode/templates/base/base.html:403
3253 #: rhodecode/templates/base/base.html:405
3269 #: rhodecode/templates/base/base.html:410
3254 #: rhodecode/templates/base/base.html:412
3270 msgid "Admin"
3255 msgid "Admin"
3271 msgstr "Admin"
3256 msgstr "Admin"
3272
3257
@@ -3302,7 +3287,7 b' msgid "disabled"'
3302 msgstr ""
3287 msgstr ""
3303
3288
3304 #: rhodecode/templates/admin/auth/auth_settings.html:81
3289 #: rhodecode/templates/admin/auth/auth_settings.html:81
3305 #: rhodecode/templates/admin/auth/plugin_settings.html:90
3290 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3306 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3291 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3307 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3292 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3308 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3293 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
@@ -3310,16 +3295,16 b' msgstr ""'
3310 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3295 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3311 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3296 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3312 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3297 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3313 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:55
3298 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:67
3314 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3299 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3315 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3300 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3316 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3301 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3317 #: rhodecode/templates/admin/repos/repo_edit_settings.html:145
3302 #: rhodecode/templates/admin/repos/repo_edit_settings.html:158
3318 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3303 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3319 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3304 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3320 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3305 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3321 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3306 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3322 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:72
3307 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:89
3323 #: rhodecode/templates/admin/users/user_add.html:125
3308 #: rhodecode/templates/admin/users/user_add.html:125
3324 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3309 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3325 #: rhodecode/templates/base/default_perms_box.html:88
3310 #: rhodecode/templates/base/default_perms_box.html:88
@@ -3353,7 +3338,7 b' msgstr ""'
3353
3338
3354 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3339 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3355 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3340 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3356 #: rhodecode/templates/admin/repos/repo_edit_settings.html:97
3341 #: rhodecode/templates/admin/repos/repo_edit_settings.html:110
3357 #: rhodecode/templates/forks/fork.html:85
3342 #: rhodecode/templates/forks/fork.html:85
3358 msgid ""
3343 msgid ""
3359 "Private repositories are only visible to people explicitly added as "
3344 "Private repositories are only visible to people explicitly added as "
@@ -3484,16 +3469,18 b' msgid "My public"'
3484 msgstr ""
3469 msgstr ""
3485
3470
3486 #: rhodecode/templates/admin/gists/index.html:108
3471 #: rhodecode/templates/admin/gists/index.html:108
3472 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
3473 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
3487 #: rhodecode/templates/bookmarks/bookmarks.html:63
3474 #: rhodecode/templates/bookmarks/bookmarks.html:63
3488 #: rhodecode/templates/branches/branches.html:62
3475 #: rhodecode/templates/branches/branches.html:62
3489 #: rhodecode/templates/changelog/changelog.html:102
3476 #: rhodecode/templates/changelog/changelog.html:102
3490 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3477 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3491 #: rhodecode/templates/changeset/changeset.html:164
3478 #: rhodecode/templates/changeset/changeset.html:164
3492 #: rhodecode/templates/compare/compare_cs.html:21
3479 #: rhodecode/templates/compare/compare_commits.html:21
3493 #: rhodecode/templates/files/files_browser.html:53
3480 #: rhodecode/templates/files/files_browser.html:53
3494 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3481 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3495 #: rhodecode/templates/pullrequests/pullrequests.html:102
3482 #: rhodecode/templates/pullrequests/pullrequests.html:102
3496 #: rhodecode/templates/search/search_commit.html:10
3483 #: rhodecode/templates/search/search_commit.html:16
3497 #: rhodecode/templates/tags/tags.html:63
3484 #: rhodecode/templates/tags/tags.html:63
3498 msgid "Author"
3485 msgid "Author"
3499 msgstr ""
3486 msgstr ""
@@ -3546,11 +3533,11 b' msgstr ""'
3546 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3533 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3547 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3534 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3548 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3535 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3549 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:56
3536 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
3550 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3537 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3551 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3538 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3552 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3539 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3553 #: rhodecode/templates/admin/repos/repo_edit_settings.html:146
3540 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
3554 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3541 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3555 #: rhodecode/templates/admin/settings/settings_global.html:110
3542 #: rhodecode/templates/admin/settings/settings_global.html:110
3556 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
3543 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
@@ -3575,8 +3562,7 b' msgstr ""'
3575 #: rhodecode/templates/admin/gists/show.html:49
3562 #: rhodecode/templates/admin/gists/show.html:49
3576 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3563 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3577 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3564 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3578 #: rhodecode/templates/admin/my_account/my_account_oauth.html:50
3565 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3579 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:34
3580 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3566 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3581 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3567 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3582 #: rhodecode/templates/admin/settings/settings_hooks.html:46
3568 #: rhodecode/templates/admin/settings/settings_hooks.html:46
@@ -3642,7 +3628,7 b' msgid "Show as raw"'
3642 msgstr ""
3628 msgstr ""
3643
3629
3644 #: rhodecode/templates/admin/my_account/my_account.html:5
3630 #: rhodecode/templates/admin/my_account/my_account.html:5
3645 #: rhodecode/templates/base/base.html:340
3631 #: rhodecode/templates/base/base.html:342
3646 msgid "My account"
3632 msgid "My account"
3647 msgstr "Mein Account"
3633 msgstr "Mein Account"
3648
3634
@@ -3660,29 +3646,29 b' msgstr ""'
3660 msgid "Auth Tokens"
3646 msgid "Auth Tokens"
3661 msgstr ""
3647 msgstr ""
3662
3648
3663 #: rhodecode/templates/admin/my_account/my_account.html:32
3649 #: rhodecode/templates/admin/my_account/my_account.html:34
3664 msgid "OAuth Identities"
3650 msgid "OAuth Identities"
3665 msgstr ""
3651 msgstr ""
3666
3652
3667 #: rhodecode/templates/admin/my_account/my_account.html:33
3668 msgid "My Emails"
3669 msgstr ""
3670
3671 #: rhodecode/templates/admin/my_account/my_account.html:34
3672 msgid "My Repositories"
3673 msgstr ""
3674
3675 #: rhodecode/templates/admin/my_account/my_account.html:35
3676 msgid "Watched"
3677 msgstr ""
3678
3679 #: rhodecode/templates/admin/my_account/my_account.html:36
3680 #: rhodecode/templates/admin/notifications/notifications.html:33
3681 #: rhodecode/templates/base/base.html:240
3682 msgid "Pull Requests"
3683 msgstr ""
3684
3685 #: rhodecode/templates/admin/my_account/my_account.html:37
3653 #: rhodecode/templates/admin/my_account/my_account.html:37
3654 msgid "My Emails"
3655 msgstr ""
3656
3657 #: rhodecode/templates/admin/my_account/my_account.html:38
3658 msgid "My Repositories"
3659 msgstr ""
3660
3661 #: rhodecode/templates/admin/my_account/my_account.html:39
3662 msgid "Watched"
3663 msgstr ""
3664
3665 #: rhodecode/templates/admin/my_account/my_account.html:40
3666 #: rhodecode/templates/admin/notifications/notifications.html:33
3667 #: rhodecode/templates/base/base.html:242
3668 msgid "Pull Requests"
3669 msgstr ""
3670
3671 #: rhodecode/templates/admin/my_account/my_account.html:41
3686 msgid "My Permissions"
3672 msgid "My Permissions"
3687 msgstr ""
3673 msgstr ""
3688
3674
@@ -3774,26 +3760,6 b' msgstr ""'
3774 msgid "New email address"
3760 msgid "New email address"
3775 msgstr ""
3761 msgstr ""
3776
3762
3777 #: rhodecode/templates/admin/my_account/my_account_oauth.html:5
3778 msgid "Oauth Identities"
3779 msgstr ""
3780
3781 #: rhodecode/templates/admin/my_account/my_account_oauth.html:9
3782 msgid "External services currently connected with your Rhodecode user"
3783 msgstr ""
3784
3785 #: rhodecode/templates/admin/my_account/my_account_oauth.html:15
3786 msgid "No social authentication plugins are enabled by administrator"
3787 msgstr ""
3788
3789 #: rhodecode/templates/admin/my_account/my_account_oauth.html:49
3790 msgid "Confirm to remove this provider from your account"
3791 msgstr ""
3792
3793 #: rhodecode/templates/admin/my_account/my_account_oauth.html:59
3794 msgid "You have no accounts linked yet"
3795 msgstr ""
3796
3797 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3763 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3798 msgid "Change Your Account Password"
3764 msgid "Change Your Account Password"
3799 msgstr ""
3765 msgstr ""
@@ -3845,42 +3811,60 b' msgstr ""'
3845 msgid "Show Closed Pull Requests"
3811 msgid "Show Closed Pull Requests"
3846 msgstr ""
3812 msgstr ""
3847
3813
3848 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:16
3814 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:15
3849 msgid "Pull Requests You Opened"
3815 msgid "Pull Requests You Opened"
3850 msgstr ""
3816 msgstr ""
3851
3817
3818 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
3819 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:86
3820 msgid "Target Repo"
3821 msgstr ""
3822
3823 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
3824 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
3825 #: rhodecode/templates/admin/settings/settings_global.html:9
3826 #: rhodecode/templates/email_templates/pull_request_review.mako:28
3827 #: rhodecode/templates/email_templates/pull_request_review.mako:65
3828 #: rhodecode/templates/pullrequests/pullrequest.html:38
3829 #: rhodecode/templates/pullrequests/pullrequests.html:104
3830 msgid "Title"
3831 msgstr ""
3832
3852 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3833 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3853 #, python-format
3834 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
3854 msgid "Pull request #%s opened on %s"
3835 msgid "Opened On"
3855 msgstr ""
3836 msgstr ""
3856
3837
3857 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:29
3838 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:41
3858 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
3839 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:103
3840 #: rhodecode/templates/changelog/changelog.html:141
3841 #: rhodecode/templates/compare/compare_commits.html:49
3842 #: rhodecode/templates/search/search_commit.html:36
3843 msgid "Expand commit message"
3844 msgstr ""
3845
3846 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3847 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:112
3859 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3848 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3860 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3849 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3861 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3850 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3862 #: rhodecode/templates/pullrequests/pullrequests.html:51
3851 #: rhodecode/templates/pullrequests/pullrequests.html:52
3863 msgid "Closed"
3852 msgid "Closed"
3864 msgstr ""
3853 msgstr ""
3865
3854
3866 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:35
3855 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
3867 msgid "Confirm to delete this pull request"
3856 msgid "Confirm to delete this pull request"
3868 msgstr ""
3857 msgstr ""
3869
3858
3870 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:42
3859 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:69
3871 msgid "You currently have no open pull requests."
3860 msgid "You currently have no open pull requests."
3872 msgstr ""
3861 msgstr ""
3873
3862
3874 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3863 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:77
3875 msgid "Pull Requests You Participate In"
3864 msgid "Pull Requests You Participate In"
3876 msgstr ""
3865 msgstr ""
3877
3866
3878 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3867 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:125
3879 #, python-format
3880 msgid "Pull request #%s opened by %s on %s"
3881 msgstr ""
3882
3883 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
3884 msgid ""
3868 msgid ""
3885 "There are currently no open pull requests requiring your participation."
3869 "There are currently no open pull requests requiring your participation."
3886 msgstr ""
3870 msgstr ""
@@ -4080,12 +4064,12 b' msgstr ""'
4080 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
4064 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
4081 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
4065 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
4082 #: rhodecode/templates/base/base.html:80
4066 #: rhodecode/templates/base/base.html:80
4083 #: rhodecode/templates/base/base.html:150
4067 #: rhodecode/templates/base/base.html:152
4084 msgid "Repository groups"
4068 msgid "Repository groups"
4085 msgstr ""
4069 msgstr ""
4086
4070
4087 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
4071 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
4088 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:13
4072 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:15
4089 msgid "Group Name"
4073 msgid "Group Name"
4090 msgstr ""
4074 msgstr ""
4091
4075
@@ -4117,7 +4101,7 b' msgstr ""'
4117 #: rhodecode/templates/admin/settings/settings.html:14
4101 #: rhodecode/templates/admin/settings/settings.html:14
4118 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4102 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4119 #: rhodecode/templates/base/base.html:86
4103 #: rhodecode/templates/base/base.html:86
4120 #: rhodecode/templates/base/base.html:248
4104 #: rhodecode/templates/base/base.html:250
4121 msgid "Settings"
4105 msgid "Settings"
4122 msgstr "Einstellungen"
4106 msgstr "Einstellungen"
4123
4107
@@ -4210,7 +4194,7 b' msgstr ""'
4210 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4194 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4211 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4195 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4212 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4196 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4213 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
4197 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
4214 msgid "owner"
4198 msgid "owner"
4215 msgstr ""
4199 msgstr ""
4216
4200
@@ -4255,24 +4239,24 b' msgid ""'
4255 "including non-private repositories and other groups if chosen."
4239 "including non-private repositories and other groups if chosen."
4256 msgstr ""
4240 msgstr ""
4257
4241
4258 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:4
4242 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:6
4259 #, python-format
4243 #, python-format
4260 msgid "Settings for Repository Group: %s"
4244 msgid "Settings for Repository Group: %s"
4261 msgstr ""
4245 msgstr ""
4262
4246
4263 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:25
4247 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:36
4264 msgid "Change Repository Group Owner."
4248 msgid "Change owner of this repository group."
4265 msgstr ""
4266
4267 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:39
4268 msgid "Group parent"
4269 msgstr ""
4270
4271 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:47
4272 msgid "Enable Repository Locking"
4273 msgstr ""
4249 msgstr ""
4274
4250
4275 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4251 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4252 msgid "Group parent"
4253 msgstr ""
4254
4255 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:59
4256 msgid "Enable Repository Locking"
4257 msgstr ""
4258
4259 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:63
4276 msgid ""
4260 msgid ""
4277 "Repository locking will be enabled on all subgroups and repositories inside "
4261 "Repository locking will be enabled on all subgroups and repositories inside "
4278 "this repository group. Pulling from a repository locks it, and it is "
4262 "this repository group. Pulling from a repository locks it, and it is "
@@ -4300,7 +4284,7 b' msgid "Import Existing Repository ?"'
4300 msgstr ""
4284 msgstr ""
4301
4285
4302 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4286 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4303 #: rhodecode/templates/base/base.html:195
4287 #: rhodecode/templates/base/base.html:197
4304 msgid "Clone from"
4288 msgid "Clone from"
4305 msgstr "Clone von"
4289 msgstr "Clone von"
4306
4290
@@ -4309,7 +4293,7 b' msgid "Optional http[s] URL from which t'
4309 msgstr ""
4293 msgstr ""
4310
4294
4311 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4295 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4312 #: rhodecode/templates/admin/repos/repo_edit_settings.html:87
4296 #: rhodecode/templates/admin/repos/repo_edit_settings.html:100
4313 #: rhodecode/templates/forks/fork.html:52
4297 #: rhodecode/templates/forks/fork.html:52
4314 msgid ""
4298 msgid ""
4315 "Keep it short and to the point. Use a README file for longer descriptions."
4299 "Keep it short and to the point. Use a README file for longer descriptions."
@@ -4320,7 +4304,7 b' msgid "Repository Group"'
4320 msgstr ""
4304 msgstr ""
4321
4305
4322 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4306 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4323 #: rhodecode/templates/admin/repos/repo_edit_settings.html:58
4307 #: rhodecode/templates/admin/repos/repo_edit_settings.html:61
4324 #: rhodecode/templates/forks/fork.html:63
4308 #: rhodecode/templates/forks/fork.html:63
4325 #, python-format
4309 #, python-format
4326 msgid "Select my personal group (%(repo_group_name)s)"
4310 msgid "Select my personal group (%(repo_group_name)s)"
@@ -4340,7 +4324,7 b' msgid "Set the type of repository to cre'
4340 msgstr ""
4324 msgstr ""
4341
4325
4342 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4326 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4343 #: rhodecode/templates/admin/repos/repo_edit_settings.html:65
4327 #: rhodecode/templates/admin/repos/repo_edit_settings.html:68
4344 #: rhodecode/templates/forks/fork.html:71
4328 #: rhodecode/templates/forks/fork.html:71
4345 msgid "Landing commit"
4329 msgid "Landing commit"
4346 msgstr ""
4330 msgstr ""
@@ -4554,7 +4538,7 b' msgstr ""'
4554
4538
4555 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4539 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4556 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4540 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4557 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:38
4541 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:51
4558 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4542 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4559 #: rhodecode/templates/admin/users/user_add.html:97
4543 #: rhodecode/templates/admin/users/user_add.html:97
4560 #: rhodecode/templates/admin/users/user_edit_profile.html:90
4544 #: rhodecode/templates/admin/users/user_edit_profile.html:90
@@ -4667,101 +4651,101 b' msgstr ""'
4667 msgid "This repository does not have any remote mirror url set."
4651 msgid "This repository does not have any remote mirror url set."
4668 msgstr ""
4652 msgstr ""
4669
4653
4670 #: rhodecode/templates/admin/repos/repo_edit_settings.html:3
4654 #: rhodecode/templates/admin/repos/repo_edit_settings.html:6
4671 #, python-format
4655 #, python-format
4672 msgid "Settings for Repository: %s"
4656 msgid "Settings for Repository: %s"
4673 msgstr ""
4657 msgstr ""
4674
4658
4675 #: rhodecode/templates/admin/repos/repo_edit_settings.html:16
4676 msgid "Non-changeable id"
4677 msgstr ""
4678
4679 #: rhodecode/templates/admin/repos/repo_edit_settings.html:16
4680 msgid "what is that ?"
4681 msgstr ""
4682
4683 #: rhodecode/templates/admin/repos/repo_edit_settings.html:18
4684 msgid "URL by id"
4685 msgstr ""
4686
4687 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4659 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4660 msgid "Non-changeable id"
4661 msgstr ""
4662
4663 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4664 msgid "what is that ?"
4665 msgstr ""
4666
4667 #: rhodecode/templates/admin/repos/repo_edit_settings.html:21
4668 msgid "URL by id"
4669 msgstr ""
4670
4671 #: rhodecode/templates/admin/repos/repo_edit_settings.html:22
4688 msgid ""
4672 msgid ""
4689 "In case this repository is renamed or moved into another group the repository url changes.\n"
4673 "In case this repository is renamed or moved into another group the repository url changes.\n"
4690 " Using above url guarantees that this repository will always be accessible under such url.\n"
4674 " Using above url guarantees that this repository will always be accessible under such url.\n"
4691 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4675 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4692 msgstr ""
4676 msgstr ""
4693
4677
4694 #: rhodecode/templates/admin/repos/repo_edit_settings.html:27
4678 #: rhodecode/templates/admin/repos/repo_edit_settings.html:30
4695 msgid "Remote uri"
4679 msgid "Remote uri"
4696 msgstr ""
4680 msgstr ""
4697
4681
4698 #: rhodecode/templates/admin/repos/repo_edit_settings.html:33
4682 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4699 #: rhodecode/templates/base/perms_summary.html:80
4683 #: rhodecode/templates/base/perms_summary.html:79
4700 #: rhodecode/templates/base/perms_summary.html:142
4684 #: rhodecode/templates/base/perms_summary.html:149
4701 #: rhodecode/templates/base/perms_summary.html:144
4685 #: rhodecode/templates/base/perms_summary.html:151
4702 #: rhodecode/templates/debug_style/form-elements.html:45
4686 #: rhodecode/templates/debug_style/form-elements.html:45
4703 msgid "edit"
4687 msgid "edit"
4704 msgstr "bearbeiten"
4688 msgstr "bearbeiten"
4705
4689
4706 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4690 #: rhodecode/templates/admin/repos/repo_edit_settings.html:39
4707 msgid "new value, leave empty to remove"
4691 msgid "new value, leave empty to remove"
4708 msgstr ""
4692 msgstr ""
4709
4693
4710 #: rhodecode/templates/admin/repos/repo_edit_settings.html:38
4694 #: rhodecode/templates/admin/repos/repo_edit_settings.html:41
4711 msgid "cancel"
4695 msgid "cancel"
4712 msgstr ""
4696 msgstr ""
4713
4697
4714 #: rhodecode/templates/admin/repos/repo_edit_settings.html:45
4698 #: rhodecode/templates/admin/repos/repo_edit_settings.html:48
4715 msgid ""
4699 msgid ""
4716 "http[s] url where from repository was imported, also used for doing remote "
4700 "http[s] url where from repository was imported, also used for doing remote "
4717 "pulls."
4701 "pulls."
4718 msgstr ""
4702 msgstr ""
4719
4703
4720 #: rhodecode/templates/admin/repos/repo_edit_settings.html:53
4704 #: rhodecode/templates/admin/repos/repo_edit_settings.html:56
4721 #: rhodecode/templates/data_table/_dt_elements.html:158
4705 #: rhodecode/templates/data_table/_dt_elements.html:158
4722 #: rhodecode/templates/forks/fork.html:58
4706 #: rhodecode/templates/forks/fork.html:58
4723 msgid "Repository group"
4707 msgid "Repository group"
4724 msgstr "Repository Gruppe"
4708 msgstr "Repository Gruppe"
4725
4709
4726 #: rhodecode/templates/admin/repos/repo_edit_settings.html:60
4710 #: rhodecode/templates/admin/repos/repo_edit_settings.html:63
4727 msgid "Optional select a group to put this repository into."
4711 msgid "Optional select a group to put this repository into."
4728 msgstr ""
4712 msgstr ""
4729
4713
4730 #: rhodecode/templates/admin/repos/repo_edit_settings.html:69
4714 #: rhodecode/templates/admin/repos/repo_edit_settings.html:72
4731 #: rhodecode/templates/forks/fork.html:75
4715 #: rhodecode/templates/forks/fork.html:75
4732 msgid "Default commit for files page, downloads, whoosh and readme"
4716 msgid "Default commit for files page, downloads, whoosh and readme"
4733 msgstr ""
4717 msgstr ""
4734
4718
4735 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
4719 #: rhodecode/templates/admin/repos/repo_edit_settings.html:90
4736 msgid "Change owner of this repository."
4720 msgid "Change owner of this repository."
4737 msgstr ""
4721 msgstr ""
4738
4722
4739 #: rhodecode/templates/admin/repos/repo_edit_settings.html:93
4723 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4740 #: rhodecode/templates/data_table/_dt_elements.html:58
4724 #: rhodecode/templates/data_table/_dt_elements.html:58
4741 msgid "Private repository"
4725 msgid "Private repository"
4742 msgstr "Privates Repository"
4726 msgstr "Privates Repository"
4743
4727
4744 #: rhodecode/templates/admin/repos/repo_edit_settings.html:102
4728 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4745 msgid "Enable statistics"
4729 msgid "Enable statistics"
4746 msgstr "Aktiviere Statistiken"
4730 msgstr "Aktiviere Statistiken"
4747
4731
4748 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4732 #: rhodecode/templates/admin/repos/repo_edit_settings.html:119
4749 msgid "Enable statistics window on summary page."
4733 msgid "Enable statistics window on summary page."
4750 msgstr ""
4734 msgstr ""
4751
4735
4752 #: rhodecode/templates/admin/repos/repo_edit_settings.html:111
4753 msgid "Enable downloads"
4754 msgstr "Aktiviere Downloads"
4755
4756 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4757 msgid "Enable download menu on summary page."
4758 msgstr ""
4759
4760 #: rhodecode/templates/admin/repos/repo_edit_settings.html:120
4761 msgid "Enable automatic locking"
4762 msgstr ""
4763
4764 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4736 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4737 msgid "Enable downloads"
4738 msgstr "Aktiviere Downloads"
4739
4740 #: rhodecode/templates/admin/repos/repo_edit_settings.html:128
4741 msgid "Enable download menu on summary page."
4742 msgstr ""
4743
4744 #: rhodecode/templates/admin/repos/repo_edit_settings.html:133
4745 msgid "Enable automatic locking"
4746 msgstr ""
4747
4748 #: rhodecode/templates/admin/repos/repo_edit_settings.html:137
4765 msgid ""
4749 msgid ""
4766 "Enable automatic locking on repository. Pulling from this repository creates"
4750 "Enable automatic locking on repository. Pulling from this repository creates"
4767 " a lock that can be released by pushing back by the same user"
4751 " a lock that can be released by pushing back by the same user"
@@ -4883,14 +4867,6 b' msgstr "Senden"'
4883 msgid "Branding"
4867 msgid "Branding"
4884 msgstr ""
4868 msgstr ""
4885
4869
4886 #: rhodecode/templates/admin/settings/settings_global.html:9
4887 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4888 #: rhodecode/templates/email_templates/pull_request_review.mako:65
4889 #: rhodecode/templates/pullrequests/pullrequest.html:38
4890 #: rhodecode/templates/pullrequests/pullrequests.html:104
4891 msgid "Title"
4892 msgstr ""
4893
4894 #: rhodecode/templates/admin/settings/settings_global.html:16
4870 #: rhodecode/templates/admin/settings/settings_global.html:16
4895 msgid ""
4871 msgid ""
4896 "Set a custom title for your RhodeCode instance (limited to 40 characters)."
4872 "Set a custom title for your RhodeCode instance (limited to 40 characters)."
@@ -5060,6 +5036,7 b' msgid ""'
5060 msgstr ""
5036 msgstr ""
5061
5037
5062 #: rhodecode/templates/admin/settings/settings_system.html:4
5038 #: rhodecode/templates/admin/settings/settings_system.html:4
5039 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:4
5063 msgid "RhodeCode Enterprise version"
5040 msgid "RhodeCode Enterprise version"
5064 msgstr ""
5041 msgstr ""
5065
5042
@@ -5068,6 +5045,7 b' msgid "check for updates"'
5068 msgstr ""
5045 msgstr ""
5069
5046
5070 #: rhodecode/templates/admin/settings/settings_system.html:5
5047 #: rhodecode/templates/admin/settings/settings_system.html:5
5048 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:5
5071 msgid "Upgrade info endpoint"
5049 msgid "Upgrade info endpoint"
5072 msgstr ""
5050 msgstr ""
5073
5051
@@ -5076,50 +5054,62 b' msgid "Note: please make sure this serve'
5076 msgstr ""
5054 msgstr ""
5077
5055
5078 #: rhodecode/templates/admin/settings/settings_system.html:6
5056 #: rhodecode/templates/admin/settings/settings_system.html:6
5057 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:6
5079 msgid "Configuration INI file"
5058 msgid "Configuration INI file"
5080 msgstr ""
5059 msgstr ""
5081
5060
5082 #: rhodecode/templates/admin/settings/settings_system.html:8
5061 #: rhodecode/templates/admin/settings/settings_system.html:8
5062 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:8
5083 msgid "RhodeCode Enterprise Server IP"
5063 msgid "RhodeCode Enterprise Server IP"
5084 msgstr ""
5064 msgstr ""
5085
5065
5086 #: rhodecode/templates/admin/settings/settings_system.html:9
5066 #: rhodecode/templates/admin/settings/settings_system.html:9
5067 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:9
5087 msgid "RhodeCode Enterprise Server ID"
5068 msgid "RhodeCode Enterprise Server ID"
5088 msgstr ""
5069 msgstr ""
5089
5070
5090 #: rhodecode/templates/admin/settings/settings_system.html:10
5071 #: rhodecode/templates/admin/settings/settings_system.html:10
5072 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:10
5091 msgid "Platform"
5073 msgid "Platform"
5092 msgstr ""
5074 msgstr ""
5093
5075
5094 #: rhodecode/templates/admin/settings/settings_system.html:11
5076 #: rhodecode/templates/admin/settings/settings_system.html:11
5077 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:11
5095 msgid "Uptime"
5078 msgid "Uptime"
5096 msgstr ""
5079 msgstr ""
5097
5080
5098 #: rhodecode/templates/admin/settings/settings_system.html:12
5081 #: rhodecode/templates/admin/settings/settings_system.html:12
5082 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:12
5099 msgid "Storage location"
5083 msgid "Storage location"
5100 msgstr ""
5084 msgstr ""
5101
5085
5102 #: rhodecode/templates/admin/settings/settings_system.html:13
5086 #: rhodecode/templates/admin/settings/settings_system.html:13
5087 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:13
5103 msgid "Storage disk space"
5088 msgid "Storage disk space"
5104 msgstr ""
5089 msgstr ""
5105
5090
5106 #: rhodecode/templates/admin/settings/settings_system.html:15
5091 #: rhodecode/templates/admin/settings/settings_system.html:15
5092 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:15
5107 msgid "Search index storage"
5093 msgid "Search index storage"
5108 msgstr ""
5094 msgstr ""
5109
5095
5110 #: rhodecode/templates/admin/settings/settings_system.html:16
5096 #: rhodecode/templates/admin/settings/settings_system.html:16
5097 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:16
5111 msgid "Search index size"
5098 msgid "Search index size"
5112 msgstr ""
5099 msgstr ""
5113
5100
5114 #: rhodecode/templates/admin/settings/settings_system.html:18
5101 #: rhodecode/templates/admin/settings/settings_system.html:18
5102 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:18
5115 msgid "Gist storage"
5103 msgid "Gist storage"
5116 msgstr ""
5104 msgstr ""
5117
5105
5118 #: rhodecode/templates/admin/settings/settings_system.html:19
5106 #: rhodecode/templates/admin/settings/settings_system.html:19
5107 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:19
5119 msgid "Gist storage size"
5108 msgid "Gist storage size"
5120 msgstr ""
5109 msgstr ""
5121
5110
5122 #: rhodecode/templates/admin/settings/settings_system.html:21
5111 #: rhodecode/templates/admin/settings/settings_system.html:21
5112 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:21
5123 msgid "Archive cache"
5113 msgid "Archive cache"
5124 msgstr ""
5114 msgstr ""
5125
5115
@@ -5130,46 +5120,57 b' msgid ""'
5130 msgstr ""
5120 msgstr ""
5131
5121
5132 #: rhodecode/templates/admin/settings/settings_system.html:22
5122 #: rhodecode/templates/admin/settings/settings_system.html:22
5123 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:22
5133 msgid "Archive cache size"
5124 msgid "Archive cache size"
5134 msgstr ""
5125 msgstr ""
5135
5126
5136 #: rhodecode/templates/admin/settings/settings_system.html:24
5127 #: rhodecode/templates/admin/settings/settings_system.html:24
5128 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:24
5137 msgid "System memory"
5129 msgid "System memory"
5138 msgstr ""
5130 msgstr ""
5139
5131
5140 #: rhodecode/templates/admin/settings/settings_system.html:25
5132 #: rhodecode/templates/admin/settings/settings_system.html:25
5133 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:25
5141 msgid "CPU"
5134 msgid "CPU"
5142 msgstr ""
5135 msgstr ""
5143
5136
5144 #: rhodecode/templates/admin/settings/settings_system.html:26
5137 #: rhodecode/templates/admin/settings/settings_system.html:26
5138 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:26
5145 msgid "Load"
5139 msgid "Load"
5146 msgstr ""
5140 msgstr ""
5147
5141
5148 #: rhodecode/templates/admin/settings/settings_system.html:29
5142 #: rhodecode/templates/admin/settings/settings_system.html:29
5143 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:29
5149 msgid "Python version"
5144 msgid "Python version"
5150 msgstr ""
5145 msgstr ""
5151
5146
5152 #: rhodecode/templates/admin/settings/settings_system.html:30
5147 #: rhodecode/templates/admin/settings/settings_system.html:30
5148 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:30
5153 msgid "Python path"
5149 msgid "Python path"
5154 msgstr ""
5150 msgstr ""
5155
5151
5156 #: rhodecode/templates/admin/settings/settings_system.html:31
5152 #: rhodecode/templates/admin/settings/settings_system.html:31
5153 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:31
5157 msgid "GIT version"
5154 msgid "GIT version"
5158 msgstr ""
5155 msgstr ""
5159
5156
5160 #: rhodecode/templates/admin/settings/settings_system.html:32
5157 #: rhodecode/templates/admin/settings/settings_system.html:32
5158 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:32
5161 msgid "HG version"
5159 msgid "HG version"
5162 msgstr ""
5160 msgstr ""
5163
5161
5164 #: rhodecode/templates/admin/settings/settings_system.html:33
5162 #: rhodecode/templates/admin/settings/settings_system.html:33
5163 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:33
5165 msgid "SVN version"
5164 msgid "SVN version"
5166 msgstr ""
5165 msgstr ""
5167
5166
5168 #: rhodecode/templates/admin/settings/settings_system.html:34
5167 #: rhodecode/templates/admin/settings/settings_system.html:34
5168 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:34
5169 msgid "Database"
5169 msgid "Database"
5170 msgstr ""
5170 msgstr ""
5171
5171
5172 #: rhodecode/templates/admin/settings/settings_system.html:35
5172 #: rhodecode/templates/admin/settings/settings_system.html:35
5173 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:35
5173 msgid "Database version"
5174 msgid "Database version"
5174 msgstr ""
5175 msgstr ""
5175
5176
@@ -5177,7 +5178,11 b' msgstr ""'
5177 msgid "Checking for updates..."
5178 msgid "Checking for updates..."
5178 msgstr ""
5179 msgstr ""
5179
5180
5180 #: rhodecode/templates/admin/settings/settings_system.html:61
5181 #: rhodecode/templates/admin/settings/settings_system.html:49
5182 msgid "create snapshot"
5183 msgstr ""
5184
5185 #: rhodecode/templates/admin/settings/settings_system.html:64
5181 msgid "Python Packages"
5186 msgid "Python Packages"
5182 msgstr ""
5187 msgstr ""
5183
5188
@@ -5361,7 +5366,7 b' msgstr "Benutzergruppe hinzuf\xc3\xbcgen"'
5361 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5366 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5362 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5367 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5363 #: rhodecode/templates/base/base.html:82
5368 #: rhodecode/templates/base/base.html:82
5364 #: rhodecode/templates/base/base.html:153
5369 #: rhodecode/templates/base/base.html:155
5365 msgid "User groups"
5370 msgid "User groups"
5366 msgstr "Benutzergruppen"
5371 msgstr "Benutzergruppen"
5367
5372
@@ -5371,12 +5376,12 b' msgid "Add User Group"'
5371 msgstr "Benutzergruppe hinzufügen"
5376 msgstr "Benutzergruppe hinzufügen"
5372
5377
5373 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5378 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5374 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:12
5379 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:15
5375 msgid "Group name"
5380 msgid "Group name"
5376 msgstr "Gruppen name"
5381 msgstr "Gruppen name"
5377
5382
5378 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5383 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5379 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:33
5384 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5380 msgid "Short, optional description for this user group."
5385 msgid "Short, optional description for this user group."
5381 msgstr "Kurze, optionale Beschreibung für diese Benutzergruppe"
5386 msgstr "Kurze, optionale Beschreibung für diese Benutzergruppe"
5382
5387
@@ -5397,7 +5402,6 b' msgstr "Berechtigungs\xc3\xbcbersicht"'
5397
5402
5398 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5403 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5399 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5404 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5400 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5401 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5405 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5402 #: rhodecode/templates/debug_style/form-elements.html:509
5406 #: rhodecode/templates/debug_style/form-elements.html:509
5403 msgid "Members"
5407 msgid "Members"
@@ -5412,7 +5416,7 b' msgid "Assigned to repo groups"'
5412 msgstr "Zugewiesen zu Repository-Gruppen"
5416 msgstr "Zugewiesen zu Repository-Gruppen"
5413
5417
5414 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5418 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5415 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:3
5419 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:6
5416 #, python-format
5420 #, python-format
5417 msgid "User Group: %s"
5421 msgid "User Group: %s"
5418 msgstr "Benutzergruppe: %s"
5422 msgstr "Benutzergruppe: %s"
@@ -5449,32 +5453,36 b' msgstr ""'
5449 msgid "revoke"
5453 msgid "revoke"
5450 msgstr "entziehen"
5454 msgstr "entziehen"
5451
5455
5452 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
5456 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:36
5453 msgid "Change owner of this user group."
5457 msgid "Change owner of this user group."
5454 msgstr "Besitzer dieser Benutzergruppe ändern"
5458 msgstr "Besitzer dieser Benutzergruppe ändern"
5455
5459
5456 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:50
5460 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:59
5461 #: rhodecode/templates/base/base.html:257
5462 #: rhodecode/templates/base/base.html:399
5463 #: rhodecode/templates/search/search.html:64
5464 msgid "Search"
5465 msgstr "Suche"
5466
5467 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5457 #: rhodecode/templates/debug_style/form-elements.html:513
5468 #: rhodecode/templates/debug_style/form-elements.html:513
5458 #: rhodecode/templates/debug_style/form-elements.html:571
5469 #: rhodecode/templates/debug_style/form-elements.html:571
5459 #: rhodecode/templates/debug_style/forms.html:236
5470 #: rhodecode/templates/debug_style/forms.html:236
5460 msgid "Chosen group members"
5471 msgid "Chosen group members"
5461 msgstr "Ausgewählte Gruppenmitglieder"
5472 msgstr "Ausgewählte Gruppenmitglieder"
5462
5473
5463 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:53
5474 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:69
5464 #: rhodecode/templates/debug_style/form-elements.html:525
5475 #: rhodecode/templates/debug_style/form-elements.html:525
5465 #: rhodecode/templates/debug_style/form-elements.html:575
5476 #: rhodecode/templates/debug_style/form-elements.html:575
5466 #: rhodecode/templates/debug_style/forms.html:240
5477 #: rhodecode/templates/debug_style/forms.html:240
5467 msgid "Remove all elements"
5478 msgid "Remove all elements"
5468 msgstr "Alle Elemente entfernen"
5479 msgstr "Alle Elemente entfernen"
5469
5480
5470 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:63
5481 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:79
5471 #: rhodecode/templates/debug_style/form-elements.html:535
5482 msgid "Available users"
5472 #: rhodecode/templates/debug_style/form-elements.html:585
5483 msgstr ""
5473 #: rhodecode/templates/debug_style/forms.html:250
5484
5474 msgid "Available members"
5485 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:83
5475 msgstr "Verfügbare Mitglieder"
5476
5477 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5478 #: rhodecode/templates/debug_style/form-elements.html:543
5486 #: rhodecode/templates/debug_style/form-elements.html:543
5479 #: rhodecode/templates/debug_style/form-elements.html:593
5487 #: rhodecode/templates/debug_style/form-elements.html:593
5480 #: rhodecode/templates/debug_style/forms.html:258
5488 #: rhodecode/templates/debug_style/forms.html:258
@@ -5526,7 +5534,7 b' msgid ""'
5526 "User will be automatically set as this group owner."
5534 "User will be automatically set as this group owner."
5527 msgstr "Benutzergruppe mit dem Namen dieses Benutzers erstellen.\nDer Benutzer wird automatisch als Besitzer dieser Gruppe eingetragen."
5535 msgstr "Benutzergruppe mit dem Namen dieses Benutzers erstellen.\nDer Benutzer wird automatisch als Besitzer dieser Gruppe eingetragen."
5528
5536
5529 #: rhodecode/templates/admin/users/user_add.html:137
5537 #: rhodecode/templates/admin/users/user_add.html:136
5530 msgid "generated password:"
5538 msgid "generated password:"
5531 msgstr "Generiertes Passwort:"
5539 msgstr "Generiertes Passwort:"
5532
5540
@@ -5771,40 +5779,40 b' msgstr "Standards"'
5771 msgid "Show More"
5779 msgid "Show More"
5772 msgstr ""
5780 msgstr ""
5773
5781
5774 #: rhodecode/templates/base/base.html:187
5782 #: rhodecode/templates/base/base.html:189
5775 msgid "Fork of"
5783 msgid "Fork of"
5776 msgstr ""
5784 msgstr ""
5777
5785
5778 #: rhodecode/templates/base/base.html:204
5786 #: rhodecode/templates/base/base.html:206
5779 #, python-format
5787 #, python-format
5780 msgid "Repository locked by %(user)s"
5788 msgid "Repository locked by %(user)s"
5781 msgstr ""
5789 msgstr ""
5782
5790
5783 #: rhodecode/templates/base/base.html:209
5791 #: rhodecode/templates/base/base.html:211
5784 msgid "Repository not locked. Pull repository to lock it."
5792 msgid "Repository not locked. Pull repository to lock it."
5785 msgstr ""
5793 msgstr ""
5786
5794
5787 #: rhodecode/templates/base/base.html:227
5795 #: rhodecode/templates/base/base.html:229
5788 #: rhodecode/templates/data_table/_dt_elements.html:12
5796 #: rhodecode/templates/data_table/_dt_elements.html:12
5789 #: rhodecode/templates/data_table/_dt_elements.html:13
5797 #: rhodecode/templates/data_table/_dt_elements.html:13
5790 #: rhodecode/templates/data_table/_dt_elements.html:147
5798 #: rhodecode/templates/data_table/_dt_elements.html:147
5791 msgid "Summary"
5799 msgid "Summary"
5792 msgstr "Zusammenfassung"
5800 msgstr "Zusammenfassung"
5793
5801
5794 #: rhodecode/templates/base/base.html:228
5802 #: rhodecode/templates/base/base.html:230
5795 #: rhodecode/templates/data_table/_dt_elements.html:17
5803 #: rhodecode/templates/data_table/_dt_elements.html:17
5796 #: rhodecode/templates/data_table/_dt_elements.html:18
5804 #: rhodecode/templates/data_table/_dt_elements.html:18
5797 msgid "Changelog"
5805 msgid "Changelog"
5798 msgstr ""
5806 msgstr ""
5799
5807
5800 #: rhodecode/templates/base/base.html:229
5808 #: rhodecode/templates/base/base.html:231
5801 #: rhodecode/templates/data_table/_dt_elements.html:22
5809 #: rhodecode/templates/data_table/_dt_elements.html:22
5802 #: rhodecode/templates/data_table/_dt_elements.html:23
5810 #: rhodecode/templates/data_table/_dt_elements.html:23
5803 #: rhodecode/templates/files/files.html:15
5811 #: rhodecode/templates/files/files.html:15
5804 msgid "Files"
5812 msgid "Files"
5805 msgstr "Dateien"
5813 msgstr "Dateien"
5806
5814
5807 #: rhodecode/templates/base/base.html:231
5815 #: rhodecode/templates/base/base.html:233
5808 #: rhodecode/templates/bookmarks/bookmarks.html:68
5816 #: rhodecode/templates/bookmarks/bookmarks.html:68
5809 #: rhodecode/templates/branches/branches.html:67
5817 #: rhodecode/templates/branches/branches.html:67
5810 #: rhodecode/templates/files/file_diff.html:11
5818 #: rhodecode/templates/files/file_diff.html:11
@@ -5813,111 +5821,105 b' msgstr "Dateien"'
5813 msgid "Compare"
5821 msgid "Compare"
5814 msgstr "Vergleiche"
5822 msgstr "Vergleiche"
5815
5823
5816 #: rhodecode/templates/base/base.html:236
5824 #: rhodecode/templates/base/base.html:238
5817 #, python-format
5825 #, python-format
5818 msgid "Show Pull Requests for %s"
5826 msgid "Show Pull Requests for %s"
5819 msgstr "Zeige Pullrequests für %s"
5827 msgstr "Zeige Pullrequests für %s"
5820
5828
5821 #: rhodecode/templates/base/base.html:245
5829 #: rhodecode/templates/base/base.html:247
5822 msgid "Options"
5830 msgid "Options"
5823 msgstr "Optionen"
5831 msgstr "Optionen"
5824
5832
5825 #: rhodecode/templates/base/base.html:252
5833 #: rhodecode/templates/base/base.html:254
5826 #: rhodecode/templates/forks/forks_data.html:28
5834 #: rhodecode/templates/forks/forks_data.html:30
5827 msgid "Compare fork"
5835 msgid "Compare fork"
5828 msgstr "Vergleiche Fork"
5836 msgstr "Vergleiche Fork"
5829
5837
5830 #: rhodecode/templates/base/base.html:255
5838 #: rhodecode/templates/base/base.html:261
5831 #: rhodecode/templates/base/base.html:397
5832 #: rhodecode/templates/search/search.html:64
5833 msgid "Search"
5834 msgstr "Suche"
5835
5836 #: rhodecode/templates/base/base.html:259
5837 msgid "Unlock"
5839 msgid "Unlock"
5838 msgstr "Entsperren"
5840 msgstr "Entsperren"
5839
5841
5840 #: rhodecode/templates/base/base.html:261
5842 #: rhodecode/templates/base/base.html:263
5841 msgid "Lock"
5843 msgid "Lock"
5842 msgstr "Sperren"
5844 msgstr "Sperren"
5843
5845
5844 #: rhodecode/templates/base/base.html:266
5846 #: rhodecode/templates/base/base.html:268
5845 #: rhodecode/templates/data_table/_dt_elements.html:27
5847 #: rhodecode/templates/data_table/_dt_elements.html:27
5846 #: rhodecode/templates/data_table/_dt_elements.html:28
5848 #: rhodecode/templates/data_table/_dt_elements.html:28
5847 #: rhodecode/templates/forks/forks_data.html:7
5849 #: rhodecode/templates/forks/forks_data.html:8
5848 #: rhodecode/templates/summary/components.html:103
5850 #: rhodecode/templates/summary/components.html:103
5849 msgid "Fork"
5851 msgid "Fork"
5850 msgid_plural "Forks"
5852 msgid_plural "Forks"
5851 msgstr[0] ""
5853 msgstr[0] ""
5852 msgstr[1] ""
5854 msgstr[1] ""
5853
5855
5854 #: rhodecode/templates/base/base.html:267
5856 #: rhodecode/templates/base/base.html:269
5855 msgid "Create Pull Request"
5857 msgid "Create Pull Request"
5856 msgstr "Pullrequest erstellen"
5858 msgstr "Pullrequest erstellen"
5857
5859
5858 #: rhodecode/templates/base/base.html:289
5860 #: rhodecode/templates/base/base.html:291
5859 msgid "Sign in"
5861 msgid "Sign in"
5860 msgstr "Anmelden"
5862 msgstr "Anmelden"
5861
5863
5862 #: rhodecode/templates/base/base.html:297
5864 #: rhodecode/templates/base/base.html:299
5863 #: rhodecode/templates/debug_style/login.html:28
5865 #: rhodecode/templates/debug_style/login.html:28
5864 msgid "Sign in to your account"
5866 msgid "Sign in to your account"
5865 msgstr ""
5867 msgstr ""
5866
5868
5867 #: rhodecode/templates/base/base.html:313
5869 #: rhodecode/templates/base/base.html:315
5868 #: rhodecode/templates/debug_style/login.html:46
5870 #: rhodecode/templates/debug_style/login.html:46
5869 msgid "(Forgot password?)"
5871 msgid "(Forgot password?)"
5870 msgstr "(Kennwort vergessen?)"
5872 msgstr "(Kennwort vergessen?)"
5871
5873
5872 #: rhodecode/templates/base/base.html:322
5874 #: rhodecode/templates/base/base.html:324
5873 #: rhodecode/templates/debug_style/login.html:56
5875 #: rhodecode/templates/debug_style/login.html:56
5874 msgid "Don't have an account ?"
5876 msgid "Don't have an account ?"
5875 msgstr "Kein Account?"
5877 msgstr "Kein Account?"
5876
5878
5877 #: rhodecode/templates/base/base.html:343
5879 #: rhodecode/templates/base/base.html:345
5878 msgid "Sign Out"
5880 msgid "Sign Out"
5879 msgstr ""
5881 msgstr ""
5880
5882
5881 #: rhodecode/templates/base/base.html:379
5883 #: rhodecode/templates/base/base.html:381
5882 msgid "Show activity journal"
5884 msgid "Show activity journal"
5883 msgstr ""
5885 msgstr ""
5884
5886
5885 #: rhodecode/templates/base/base.html:380
5887 #: rhodecode/templates/base/base.html:382
5886 #: rhodecode/templates/journal/journal.html:4
5888 #: rhodecode/templates/journal/journal.html:4
5887 #: rhodecode/templates/journal/journal.html:14
5889 #: rhodecode/templates/journal/journal.html:14
5888 msgid "Journal"
5890 msgid "Journal"
5889 msgstr "Logbuch"
5891 msgstr "Logbuch"
5890
5892
5891 #: rhodecode/templates/base/base.html:385
5893 #: rhodecode/templates/base/base.html:387
5892 msgid "Show Public activity journal"
5894 msgid "Show Public activity journal"
5893 msgstr ""
5895 msgstr ""
5894
5896
5895 #: rhodecode/templates/base/base.html:386
5897 #: rhodecode/templates/base/base.html:388
5896 msgid "Public journal"
5898 msgid "Public journal"
5897 msgstr "Öffentliches Logbuch"
5899 msgstr "Öffentliches Logbuch"
5898
5900
5899 #: rhodecode/templates/base/base.html:391
5901 #: rhodecode/templates/base/base.html:393
5900 msgid "Show Gists"
5902 msgid "Show Gists"
5901 msgstr ""
5903 msgstr ""
5902
5904
5903 #: rhodecode/templates/base/base.html:392
5905 #: rhodecode/templates/base/base.html:394
5904 msgid "Gists"
5906 msgid "Gists"
5905 msgstr ""
5907 msgstr ""
5906
5908
5907 #: rhodecode/templates/base/base.html:396
5909 #: rhodecode/templates/base/base.html:398
5908 msgid "Search in repositories you have access to"
5910 msgid "Search in repositories you have access to"
5909 msgstr ""
5911 msgstr ""
5910
5912
5911 #: rhodecode/templates/base/base.html:402
5913 #: rhodecode/templates/base/base.html:404
5912 msgid "Admin settings"
5914 msgid "Admin settings"
5913 msgstr ""
5915 msgstr ""
5914
5916
5915 #: rhodecode/templates/base/base.html:409
5917 #: rhodecode/templates/base/base.html:411
5916 msgid "Delegated Admin settings"
5918 msgid "Delegated Admin settings"
5917 msgstr ""
5919 msgstr ""
5918
5920
5919 #: rhodecode/templates/base/base.html:419
5921 #: rhodecode/templates/base/base.html:421
5920 #: rhodecode/templates/base/base.html:420
5922 #: rhodecode/templates/base/base.html:422
5921 #: rhodecode/templates/debug_style/buttons.html:5
5923 #: rhodecode/templates/debug_style/buttons.html:5
5922 #: rhodecode/templates/debug_style/code-block.html:6
5924 #: rhodecode/templates/debug_style/code-block.html:6
5923 #: rhodecode/templates/debug_style/collapsable-content.html:5
5925 #: rhodecode/templates/debug_style/collapsable-content.html:5
@@ -5938,15 +5940,15 b' msgstr ""'
5938 msgid "Style"
5940 msgid "Style"
5939 msgstr ""
5941 msgstr ""
5940
5942
5941 #: rhodecode/templates/base/base.html:474
5943 #: rhodecode/templates/base/base.html:479
5942 msgid "Go to"
5944 msgid "Go to"
5943 msgstr ""
5945 msgstr ""
5944
5946
5945 #: rhodecode/templates/base/base.html:585
5947 #: rhodecode/templates/base/base.html:590
5946 msgid "Keyboard shortcuts"
5948 msgid "Keyboard shortcuts"
5947 msgstr ""
5949 msgstr ""
5948
5950
5949 #: rhodecode/templates/base/base.html:593
5951 #: rhodecode/templates/base/base.html:598
5950 msgid "Site-wide shortcuts"
5952 msgid "Site-wide shortcuts"
5951 msgstr ""
5953 msgstr ""
5952
5954
@@ -6068,88 +6070,80 b' msgstr ""'
6068 msgid "Test Pattern Preview"
6070 msgid "Test Pattern Preview"
6069 msgstr ""
6071 msgstr ""
6070
6072
6071 #: rhodecode/templates/base/perms_summary.html:19
6073 #: rhodecode/templates/base/perms_summary.html:18
6072 msgid "show"
6074 msgid "show"
6073 msgstr ""
6075 msgstr ""
6074
6076
6077 #: rhodecode/templates/base/perms_summary.html:19
6078 msgid "none"
6079 msgstr "keine"
6080
6075 #: rhodecode/templates/base/perms_summary.html:20
6081 #: rhodecode/templates/base/perms_summary.html:20
6076 msgid "none"
6082 msgid "read"
6077 msgstr "keine"
6083 msgstr "lesen"
6078
6084
6079 #: rhodecode/templates/base/perms_summary.html:21
6085 #: rhodecode/templates/base/perms_summary.html:21
6080 msgid "read"
6086 msgid "write"
6081 msgstr "lesen"
6087 msgstr "schreiben"
6082
6088
6083 #: rhodecode/templates/base/perms_summary.html:22
6089 #: rhodecode/templates/base/perms_summary.html:22
6084 msgid "write"
6085 msgstr "schreiben"
6086
6087 #: rhodecode/templates/base/perms_summary.html:23
6088 msgid "admin"
6090 msgid "admin"
6089 msgstr "admin"
6091 msgstr "admin"
6090
6092
6091 #: rhodecode/templates/base/perms_summary.html:30
6093 #: rhodecode/templates/base/perms_summary.html:29
6092 msgid "No permissions defined"
6094 msgid "No permissions defined"
6093 msgstr ""
6095 msgstr ""
6094
6096
6095 #: rhodecode/templates/base/perms_summary.html:38
6097 #: rhodecode/templates/base/perms_summary.html:37
6096 #: rhodecode/templates/base/perms_summary.html:104
6098 #: rhodecode/templates/base/perms_summary.html:103
6097 msgid "Permission"
6099 msgid "Permission"
6098 msgstr "Rechte"
6100 msgstr "Rechte"
6099
6101
6100 #: rhodecode/templates/base/perms_summary.html:40
6102 #: rhodecode/templates/base/perms_summary.html:39
6101 #: rhodecode/templates/base/perms_summary.html:106
6103 #: rhodecode/templates/base/perms_summary.html:105
6102 msgid "Edit Permission"
6104 msgid "Edit Permission"
6103 msgstr ""
6105 msgstr ""
6104
6106
6105 #: rhodecode/templates/base/perms_summary.html:86
6107 #: rhodecode/templates/base/perms_summary.html:85
6106 msgid "Super admin"
6108 msgid "Super admin"
6107 msgstr "Super-Administrator"
6109 msgstr "Super-Administrator"
6108
6110
6111 #: rhodecode/templates/base/perms_summary.html:87
6112 msgid "Repository default permission"
6113 msgstr ""
6114
6109 #: rhodecode/templates/base/perms_summary.html:88
6115 #: rhodecode/templates/base/perms_summary.html:88
6110 msgid "Repository default permission"
6116 msgid "Repository group default permission"
6111 msgstr ""
6117 msgstr ""
6112
6118
6113 #: rhodecode/templates/base/perms_summary.html:89
6119 #: rhodecode/templates/base/perms_summary.html:89
6114 msgid "Repository group default permission"
6115 msgstr ""
6116
6117 #: rhodecode/templates/base/perms_summary.html:90
6118 msgid "User group default permission"
6120 msgid "User group default permission"
6119 msgstr ""
6121 msgstr ""
6120
6122
6123 #: rhodecode/templates/base/perms_summary.html:91
6124 msgid "Create repositories"
6125 msgstr ""
6126
6121 #: rhodecode/templates/base/perms_summary.html:92
6127 #: rhodecode/templates/base/perms_summary.html:92
6122 msgid "Create repositories"
6128 msgid "Fork repositories"
6123 msgstr ""
6129 msgstr ""
6124
6130
6125 #: rhodecode/templates/base/perms_summary.html:93
6131 #: rhodecode/templates/base/perms_summary.html:93
6126 msgid "Fork repositories"
6132 msgid "Create repository groups"
6127 msgstr ""
6133 msgstr ""
6128
6134
6129 #: rhodecode/templates/base/perms_summary.html:94
6135 #: rhodecode/templates/base/perms_summary.html:94
6130 msgid "Create repository groups"
6131 msgstr ""
6132
6133 #: rhodecode/templates/base/perms_summary.html:95
6134 msgid "Create user groups"
6136 msgid "Create user groups"
6135 msgstr ""
6137 msgstr ""
6136
6138
6137 #: rhodecode/templates/base/perms_summary.html:155
6139 #: rhodecode/templates/base/perms_summary.html:162
6138 msgid "No permission defined"
6140 msgid "No permission defined"
6139 msgstr ""
6141 msgstr ""
6140
6142
6141 #: rhodecode/templates/base/root.html:150
6143 #: rhodecode/templates/base/root.html:151
6142 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6144 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6143 msgstr ""
6145 msgstr ""
6144
6146
6145 #: rhodecode/templates/base/social_buttons.html:6
6146 msgid "Sign in with"
6147 msgstr ""
6148
6149 #: rhodecode/templates/base/social_buttons.html:8
6150 msgid "Connect with"
6151 msgstr ""
6152
6153 #: rhodecode/templates/base/vcs_settings.html:16
6147 #: rhodecode/templates/base/vcs_settings.html:16
6154 msgid "Require SSL for vcs operations"
6148 msgid "Require SSL for vcs operations"
6155 msgstr ""
6149 msgstr ""
@@ -6345,7 +6339,7 b' msgstr[0] ""'
6345 msgstr[1] ""
6339 msgstr[1] ""
6346
6340
6347 #: rhodecode/templates/changelog/changelog.html:41
6341 #: rhodecode/templates/changelog/changelog.html:41
6348 #: rhodecode/templates/forks/forks_data.html:26
6342 #: rhodecode/templates/forks/forks_data.html:28
6349 #, python-format
6343 #, python-format
6350 msgid "Compare fork with %s"
6344 msgid "Compare fork with %s"
6351 msgstr ""
6345 msgstr ""
@@ -6370,7 +6364,6 b' msgstr ""'
6370
6364
6371 #: rhodecode/templates/changelog/changelog.html:103
6365 #: rhodecode/templates/changelog/changelog.html:103
6372 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6366 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6373 #: rhodecode/templates/search/search_commit.html:9
6374 msgid "Age"
6367 msgid "Age"
6375 msgstr ""
6368 msgstr ""
6376
6369
@@ -6399,12 +6392,6 b' msgstr ""'
6399 msgid "Commit status: %s"
6392 msgid "Commit status: %s"
6400 msgstr ""
6393 msgstr ""
6401
6394
6402 #: rhodecode/templates/changelog/changelog.html:141
6403 #: rhodecode/templates/compare/compare_cs.html:47
6404 #: rhodecode/templates/search/search_commit.html:30
6405 msgid "Expand commit message"
6406 msgstr ""
6407
6408 #: rhodecode/templates/changelog/changelog.html:162
6395 #: rhodecode/templates/changelog/changelog.html:162
6409 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6396 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6410 msgid "Commit has comments"
6397 msgid "Commit has comments"
@@ -6813,15 +6800,15 b' msgid_plural ""'
6813 msgstr[0] ""
6800 msgstr[0] ""
6814 msgstr[1] ""
6801 msgstr[1] ""
6815
6802
6816 #: rhodecode/templates/compare/compare_cs.html:5
6803 #: rhodecode/templates/compare/compare_commits.html:5
6817 msgid "No Commits"
6804 msgid "No Commits"
6818 msgstr ""
6805 msgstr ""
6819
6806
6820 #: rhodecode/templates/compare/compare_cs.html:9
6807 #: rhodecode/templates/compare/compare_commits.html:9
6821 msgid "Common Ancestor Commit"
6808 msgid "Common Ancestor Commit"
6822 msgstr ""
6809 msgstr ""
6823
6810
6824 #: rhodecode/templates/compare/compare_cs.html:20
6811 #: rhodecode/templates/compare/compare_commits.html:20
6825 msgid "Time"
6812 msgid "Time"
6826 msgstr ""
6813 msgstr ""
6827
6814
@@ -6941,6 +6928,12 b' msgstr ""'
6941 msgid "Default"
6928 msgid "Default"
6942 msgstr ""
6929 msgstr ""
6943
6930
6931 #: rhodecode/templates/debug_style/form-elements.html:535
6932 #: rhodecode/templates/debug_style/form-elements.html:585
6933 #: rhodecode/templates/debug_style/forms.html:250
6934 msgid "Available members"
6935 msgstr "Verfügbare Mitglieder"
6936
6944 #: rhodecode/templates/debug_style/forms.html:119
6937 #: rhodecode/templates/debug_style/forms.html:119
6945 msgid "Some text..."
6938 msgid "Some text..."
6946 msgstr ""
6939 msgstr ""
@@ -7424,7 +7417,7 b' msgid "Location"'
7424 msgstr ""
7417 msgstr ""
7425
7418
7426 #: rhodecode/templates/files/files_source.html:6
7419 #: rhodecode/templates/files/files_source.html:6
7427 #: rhodecode/templates/search/search_content.html:20
7420 #: rhodecode/templates/search/search_content.html:57
7428 msgid "line"
7421 msgid "line"
7429 msgid_plural "lines"
7422 msgid_plural "lines"
7430 msgstr[0] ""
7423 msgstr[0] ""
@@ -7435,22 +7428,22 b' msgid "History"'
7435 msgstr ""
7428 msgstr ""
7436
7429
7437 #: rhodecode/templates/files/files_source.html:15
7430 #: rhodecode/templates/files/files_source.html:15
7438 #: rhodecode/templates/search/search_content.html:31
7431 #: rhodecode/templates/search/search_content.html:68
7439 msgid "Show Full History"
7432 msgid "Show Full History"
7440 msgstr ""
7433 msgstr ""
7441
7434
7442 #: rhodecode/templates/files/files_source.html:20
7435 #: rhodecode/templates/files/files_source.html:20
7443 #: rhodecode/templates/search/search_content.html:33
7436 #: rhodecode/templates/search/search_content.html:70
7444 msgid "Annotation"
7437 msgid "Annotation"
7445 msgstr ""
7438 msgstr ""
7446
7439
7447 #: rhodecode/templates/files/files_source.html:22
7440 #: rhodecode/templates/files/files_source.html:22
7448 #: rhodecode/templates/search/search_content.html:34
7441 #: rhodecode/templates/search/search_content.html:71
7449 msgid "Raw"
7442 msgid "Raw"
7450 msgstr ""
7443 msgstr ""
7451
7444
7452 #: rhodecode/templates/files/files_source.html:24
7445 #: rhodecode/templates/files/files_source.html:24
7453 #: rhodecode/templates/search/search_content.html:36
7446 #: rhodecode/templates/search/search_content.html:73
7454 msgid "Download"
7447 msgid "Download"
7455 msgstr ""
7448 msgstr ""
7456
7449
@@ -7527,11 +7520,11 b' msgstr ""'
7527 msgid "Create new fork"
7520 msgid "Create new fork"
7528 msgstr ""
7521 msgstr ""
7529
7522
7530 #: rhodecode/templates/forks/forks_data.html:9
7523 #: rhodecode/templates/forks/forks_data.html:10
7531 msgid "Forked"
7524 msgid "Forked"
7532 msgstr ""
7525 msgstr ""
7533
7526
7534 #: rhodecode/templates/forks/forks_data.html:46
7527 #: rhodecode/templates/forks/forks_data.html:48
7535 msgid "There are no forks yet"
7528 msgid "There are no forks yet"
7536 msgstr ""
7529 msgstr ""
7537
7530
@@ -7599,35 +7592,35 b' msgstr ""'
7599 msgid "Add reviewer"
7592 msgid "Add reviewer"
7600 msgstr ""
7593 msgstr ""
7601
7594
7602 #: rhodecode/templates/pullrequests/pullrequest.html:278
7595 #: rhodecode/templates/pullrequests/pullrequest.html:279
7603 #: rhodecode/templates/pullrequests/pullrequest.html:520
7596 #: rhodecode/templates/pullrequests/pullrequest.html:521
7604 msgid "Please select origin and destination"
7597 msgid "Please select origin and destination"
7605 msgstr ""
7598 msgstr ""
7606
7599
7607 #: rhodecode/templates/pullrequests/pullrequest.html:284
7600 #: rhodecode/templates/pullrequests/pullrequest.html:285
7608 msgid "Loading compare ..."
7601 msgid "Loading compare ..."
7609 msgstr ""
7602 msgstr ""
7610
7603
7611 #: rhodecode/templates/pullrequests/pullrequest.html:331
7604 #: rhodecode/templates/pullrequests/pullrequest.html:332
7612 #: rhodecode/templates/pullrequests/pullrequest.html:333
7605 #: rhodecode/templates/pullrequests/pullrequest.html:334
7613 msgid "This pull request will consist of __COMMITS__ commit."
7606 msgid "This pull request will consist of __COMMITS__ commit."
7614 msgid_plural "This pull request will consist of __COMMITS__ commits."
7607 msgid_plural "This pull request will consist of __COMMITS__ commits."
7615 msgstr[0] ""
7608 msgstr[0] ""
7616 msgstr[1] ""
7609 msgstr[1] ""
7617
7610
7618 #: rhodecode/templates/pullrequests/pullrequest.html:336
7611 #: rhodecode/templates/pullrequests/pullrequest.html:337
7619 msgid "Show detailed compare."
7612 msgid "Show detailed compare."
7620 msgstr ""
7613 msgstr ""
7621
7614
7622 #: rhodecode/templates/pullrequests/pullrequest.html:343
7615 #: rhodecode/templates/pullrequests/pullrequest.html:344
7623 msgid "There are no commits to merge."
7616 msgid "There are no commits to merge."
7624 msgstr ""
7617 msgstr ""
7625
7618
7626 #: rhodecode/templates/pullrequests/pullrequest.html:450
7619 #: rhodecode/templates/pullrequests/pullrequest.html:451
7627 msgid "Destination repository"
7620 msgid "Destination repository"
7628 msgstr ""
7621 msgstr ""
7629
7622
7630 #: rhodecode/templates/pullrequests/pullrequest.html:461
7623 #: rhodecode/templates/pullrequests/pullrequest.html:462
7631 msgid "Select commit reference"
7624 msgid "Select commit reference"
7632 msgstr ""
7625 msgstr ""
7633
7626
@@ -7684,7 +7677,7 b' msgstr ""'
7684 msgid "Save Changes"
7677 msgid "Save Changes"
7685 msgstr ""
7678 msgstr ""
7686
7679
7687 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
7680 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
7688 msgid "reviewer"
7681 msgid "reviewer"
7689 msgstr ""
7682 msgstr ""
7690
7683
@@ -7753,13 +7746,13 b' msgid "Opened by me"'
7753 msgstr ""
7746 msgstr ""
7754
7747
7755 #: rhodecode/templates/pullrequests/pullrequests.html:50
7748 #: rhodecode/templates/pullrequests/pullrequests.html:50
7749 msgid "Awaiting review"
7750 msgstr ""
7751
7752 #: rhodecode/templates/pullrequests/pullrequests.html:51
7756 msgid "Awaiting my review"
7753 msgid "Awaiting my review"
7757 msgstr ""
7754 msgstr ""
7758
7755
7759 #: rhodecode/templates/pullrequests/pullrequests.html:52
7760 msgid "Awaiting review"
7761 msgstr ""
7762
7763 #: rhodecode/templates/pullrequests/pullrequests.html:53
7756 #: rhodecode/templates/pullrequests/pullrequests.html:53
7764 msgid "From this repo"
7757 msgid "From this repo"
7765 msgstr ""
7758 msgstr ""
@@ -7821,6 +7814,18 b' msgstr ""'
7821 msgid "File names"
7814 msgid "File names"
7822 msgstr ""
7815 msgstr ""
7823
7816
7817 #: rhodecode/templates/search/search_commit.html:11
7818 msgid "Age (new first)"
7819 msgstr ""
7820
7821 #: rhodecode/templates/search/search_commit.html:13
7822 msgid "Age (old first)"
7823 msgstr ""
7824
7825 #: rhodecode/templates/search/search_content.html:33
7826 msgid "more matches in this file"
7827 msgstr ""
7828
7824 #: rhodecode/templates/search/search_path.html:4
7829 #: rhodecode/templates/search/search_path.html:4
7825 msgid "File"
7830 msgid "File"
7826 msgstr ""
7831 msgstr ""
This diff has been collapsed as it changes many lines, (2633 lines changed) Show them Hide them
@@ -8,8 +8,8 b' msgid ""'
8 msgstr ""
8 msgstr ""
9 "Project-Id-Version: RhodeCode\n"
9 "Project-Id-Version: RhodeCode\n"
10 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
10 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
11 "POT-Creation-Date: 2016-05-22 18:01+0000\n"
11 "POT-Creation-Date: 2016-06-28 10:55+0000\n"
12 "PO-Revision-Date: 2016-05-22 18:09+0000\n"
12 "PO-Revision-Date: 2016-06-28 10:56+0000\n"
13 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
13 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
14 "Language-Team: Spanish (http://www.transifex.com/rhodecode/RhodeCode/language/es/)\n"
14 "Language-Team: Spanish (http://www.transifex.com/rhodecode/RhodeCode/language/es/)\n"
15 "MIME-Version: 1.0\n"
15 "MIME-Version: 1.0\n"
@@ -19,48 +19,281 b' msgstr ""'
19 "Language: es\n"
19 "Language: es\n"
20 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
21
22 #: rhodecode/authentication/routes.py:61
22 #: rhodecode/authentication/routes.py:60
23 #: rhodecode/controllers/admin/settings.py:825
23 #: rhodecode/controllers/admin/settings.py:844
24 #: rhodecode/templates/admin/permissions/permissions.html:36
24 #: rhodecode/templates/admin/permissions/permissions.html:36
25 msgid "Global"
25 msgid "Global"
26 msgstr ""
26 msgstr ""
27
27
28 #: rhodecode/authentication/schema.py:35
29 msgid "Enable or disable this authentication plugin."
30 msgstr ""
31
28 #: rhodecode/authentication/schema.py:37
32 #: rhodecode/authentication/schema.py:37
29 msgid "Enable or disable this authentication plugin."
30 msgstr ""
31
32 #: rhodecode/authentication/schema.py:39
33 msgid "Enabled"
33 msgid "Enabled"
34 msgstr ""
34 msgstr ""
35
35
36 #: rhodecode/authentication/schema.py:45
36 #: rhodecode/authentication/schema.py:43
37 msgid ""
37 msgid ""
38 "Amount of seconds to cache the authentication call for this plugin. Useful "
38 "Amount of seconds to cache the authentication call for this plugin. Useful "
39 "for long calls like LDAP to improve the responsiveness of the authentication"
39 "for long calls like LDAP to improve the responsiveness of the authentication"
40 " system (0 means disabled)."
40 " system (0 means disabled)."
41 msgstr ""
41 msgstr ""
42
42
43 #: rhodecode/authentication/schema.py:50
43 #: rhodecode/authentication/schema.py:48
44 msgid "Auth Cache TTL"
44 msgid "Auth Cache TTL"
45 msgstr ""
45 msgstr ""
46
46
47 #: rhodecode/authentication/views.py:108
47 #: rhodecode/authentication/views.py:88
48 msgid ""
48 msgid ""
49 "Errors exist when saving plugin settings. Please check the form inputs."
49 "Errors exist when saving plugin settings. Please check the form inputs."
50 msgstr ""
50 msgstr ""
51
51
52 #: rhodecode/authentication/views.py:131 rhodecode/authentication/views.py:200
52 #: rhodecode/authentication/views.py:101 rhodecode/authentication/views.py:170
53 msgid "Auth settings updated successfully."
53 msgid "Auth settings updated successfully."
54 msgstr ""
54 msgstr ""
55
55
56 #: rhodecode/authentication/views.py:205
56 #: rhodecode/authentication/views.py:175
57 msgid "Errors exist when saving plugin setting. Please check the form inputs."
57 msgid "Errors exist when saving plugin setting. Please check the form inputs."
58 msgstr ""
58 msgstr ""
59
59
60 #: rhodecode/authentication/views.py:215
60 #: rhodecode/authentication/views.py:185
61 msgid "Error occurred during update of auth settings."
61 msgid "Error occurred during update of auth settings."
62 msgstr ""
62 msgstr ""
63
63
64 #: rhodecode/authentication/plugins/auth_crowd.py:61
65 msgid "The FQDN or IP of the Atlassian CROWD Server"
66 msgstr ""
67
68 #: rhodecode/authentication/plugins/auth_crowd.py:63
69 msgid "Host"
70 msgstr ""
71
72 #: rhodecode/authentication/plugins/auth_crowd.py:68
73 msgid "The Port in use by the Atlassian CROWD Server"
74 msgstr ""
75
76 #: rhodecode/authentication/plugins/auth_crowd.py:70
77 #: rhodecode/authentication/plugins/auth_ldap.py:84
78 msgid "Port"
79 msgstr ""
80
81 #: rhodecode/authentication/plugins/auth_crowd.py:76
82 msgid "The Application Name to authenticate to CROWD"
83 msgstr ""
84
85 #: rhodecode/authentication/plugins/auth_crowd.py:78
86 msgid "Application Name"
87 msgstr ""
88
89 #: rhodecode/authentication/plugins/auth_crowd.py:83
90 msgid "The password to authenticate to CROWD"
91 msgstr ""
92
93 #: rhodecode/authentication/plugins/auth_crowd.py:85
94 msgid "Application Password"
95 msgstr ""
96
97 #: rhodecode/authentication/plugins/auth_crowd.py:90
98 msgid ""
99 "A comma separated list of group names that identify users as RhodeCode "
100 "Administrators"
101 msgstr ""
102
103 #: rhodecode/authentication/plugins/auth_crowd.py:94
104 msgid "Admin Groups"
105 msgstr ""
106
107 #: rhodecode/authentication/plugins/auth_crowd.py:216
108 msgid "CROWD"
109 msgstr ""
110
111 #: rhodecode/authentication/plugins/auth_headers.py:55
112 msgid "Header to extract the user from"
113 msgstr ""
114
115 #: rhodecode/authentication/plugins/auth_headers.py:57
116 msgid "Header"
117 msgstr ""
118
119 #: rhodecode/authentication/plugins/auth_headers.py:62
120 msgid "Header to extract the user from when main one fails"
121 msgstr ""
122
123 #: rhodecode/authentication/plugins/auth_headers.py:64
124 msgid "Fallback header"
125 msgstr ""
126
127 #: rhodecode/authentication/plugins/auth_headers.py:69
128 msgid ""
129 "Perform cleaning of user, if passed user has @ in username then first part "
130 "before @ is taken. If there's \\ in the username only the part after \\ is "
131 "taken"
132 msgstr ""
133
134 #: rhodecode/authentication/plugins/auth_headers.py:74
135 msgid "Clean username"
136 msgstr ""
137
138 #: rhodecode/authentication/plugins/auth_headers.py:99
139 msgid "Headers"
140 msgstr ""
141
142 #: rhodecode/authentication/plugins/auth_jasig_cas.py:63
143 msgid "The url of the Jasig CAS REST service"
144 msgstr ""
145
146 #: rhodecode/authentication/plugins/auth_jasig_cas.py:65
147 #: rhodecode/templates/admin/gists/show.html:21
148 msgid "URL"
149 msgstr ""
150
151 #: rhodecode/authentication/plugins/auth_jasig_cas.py:93
152 msgid "Jasig-CAS"
153 msgstr ""
154
155 #: rhodecode/authentication/plugins/auth_ldap.py:75
156 msgid "Host of the LDAP Server"
157 msgstr ""
158
159 #: rhodecode/authentication/plugins/auth_ldap.py:77
160 msgid "LDAP Host"
161 msgstr ""
162
163 #: rhodecode/authentication/plugins/auth_ldap.py:82
164 msgid "Port that the LDAP server is listening on"
165 msgstr ""
166
167 #: rhodecode/authentication/plugins/auth_ldap.py:90
168 msgid "User to connect to LDAP"
169 msgstr ""
170
171 #: rhodecode/authentication/plugins/auth_ldap.py:93
172 msgid "Account"
173 msgstr ""
174
175 #: rhodecode/authentication/plugins/auth_ldap.py:98
176 msgid "Password to connect to LDAP"
177 msgstr ""
178
179 #: rhodecode/authentication/plugins/auth_ldap.py:101
180 #: rhodecode/templates/login.html:50 rhodecode/templates/register.html:48
181 #: rhodecode/templates/admin/my_account/my_account.html:30
182 #: rhodecode/templates/admin/users/user_add.html:44
183 #: rhodecode/templates/base/base.html:314
184 #: rhodecode/templates/debug_style/login.html:45
185 msgid "Password"
186 msgstr ""
187
188 #: rhodecode/authentication/plugins/auth_ldap.py:106
189 msgid "TLS Type"
190 msgstr ""
191
192 #: rhodecode/authentication/plugins/auth_ldap.py:107
193 msgid "Connection Security"
194 msgstr ""
195
196 #: rhodecode/authentication/plugins/auth_ldap.py:113
197 msgid "Require Cert over TLS?"
198 msgstr ""
199
200 #: rhodecode/authentication/plugins/auth_ldap.py:114
201 msgid "Certificate Checks"
202 msgstr ""
203
204 #: rhodecode/authentication/plugins/auth_ldap.py:120
205 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
206 msgstr ""
207
208 #: rhodecode/authentication/plugins/auth_ldap.py:123
209 msgid "Base DN"
210 msgstr ""
211
212 #: rhodecode/authentication/plugins/auth_ldap.py:128
213 msgid "Filter to narrow results (e.g., ou=Users, etc)"
214 msgstr ""
215
216 #: rhodecode/authentication/plugins/auth_ldap.py:131
217 msgid "LDAP Search Filter"
218 msgstr ""
219
220 #: rhodecode/authentication/plugins/auth_ldap.py:136
221 msgid "How deep to search LDAP"
222 msgstr ""
223
224 #: rhodecode/authentication/plugins/auth_ldap.py:137
225 msgid "LDAP Search Scope"
226 msgstr ""
227
228 #: rhodecode/authentication/plugins/auth_ldap.py:143
229 msgid "LDAP Attribute to map to user name"
230 msgstr ""
231
232 #: rhodecode/authentication/plugins/auth_ldap.py:144
233 msgid "The LDAP Login attribute of the CN must be specified"
234 msgstr ""
235
236 #: rhodecode/authentication/plugins/auth_ldap.py:146
237 msgid "Login Attribute"
238 msgstr ""
239
240 #: rhodecode/authentication/plugins/auth_ldap.py:151
241 msgid "LDAP Attribute to map to first name"
242 msgstr ""
243
244 #: rhodecode/authentication/plugins/auth_ldap.py:154
245 msgid "First Name Attribute"
246 msgstr ""
247
248 #: rhodecode/authentication/plugins/auth_ldap.py:159
249 msgid "LDAP Attribute to map to last name"
250 msgstr ""
251
252 #: rhodecode/authentication/plugins/auth_ldap.py:162
253 msgid "Last Name Attribute"
254 msgstr ""
255
256 #: rhodecode/authentication/plugins/auth_ldap.py:167
257 msgid "LDAP Attribute to map to email address"
258 msgstr ""
259
260 #: rhodecode/authentication/plugins/auth_ldap.py:170
261 msgid "Email Attribute"
262 msgstr ""
263
264 #: rhodecode/authentication/plugins/auth_ldap.py:348
265 msgid "LDAP"
266 msgstr ""
267
268 #: rhodecode/authentication/plugins/auth_pam.py:60
269 msgid "PAM service name to use for authentication."
270 msgstr ""
271
272 #: rhodecode/authentication/plugins/auth_pam.py:62
273 msgid "PAM service name"
274 msgstr ""
275
276 #: rhodecode/authentication/plugins/auth_pam.py:67
277 msgid ""
278 "Regular expression for extracting user name/email etc. from Unix userinfo."
279 msgstr ""
280
281 #: rhodecode/authentication/plugins/auth_pam.py:70
282 msgid "Gecos Regex"
283 msgstr ""
284
285 #: rhodecode/authentication/plugins/auth_pam.py:98
286 msgid "PAM"
287 msgstr ""
288
289 #: rhodecode/authentication/plugins/auth_rhodecode.py:68
290 msgid "Rhodecode"
291 msgstr ""
292
293 #: rhodecode/authentication/plugins/auth_token.py:71
294 msgid "Rhodecode Token Auth"
295 msgstr ""
296
64 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
297 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
65 #: rhodecode/controllers/pullrequests.py:279
298 #: rhodecode/controllers/pullrequests.py:279
66 msgid "There are no commits yet"
299 msgid "There are no commits yet"
@@ -98,8 +331,8 b' msgid "No such commit exists for this re'
98 msgstr ""
331 msgstr ""
99
332
100 #: rhodecode/controllers/changeset.py:335
333 #: rhodecode/controllers/changeset.py:335
101 #: rhodecode/controllers/pullrequests.py:744
334 #: rhodecode/controllers/pullrequests.py:746
102 #: rhodecode/model/pull_request.py:828
335 #: rhodecode/model/pull_request.py:836
103 #, python-format
336 #, python-format
104 msgid "Status change %(transition_icon)s %(status)s"
337 msgid "Status change %(transition_icon)s %(status)s"
105 msgstr "Cambio de estado %(transition_icon)s %(status)s"
338 msgstr "Cambio de estado %(transition_icon)s %(status)s"
@@ -114,68 +347,31 b' msgstr ""'
114 msgid "Select commit"
347 msgid "Select commit"
115 msgstr ""
348 msgstr ""
116
349
117 #: rhodecode/controllers/compare.py:142
350 #: rhodecode/controllers/compare.py:139
118 #, python-format
351 #, python-format
119 msgid "Could not find the original repo: %(repo)s"
352 msgid "Could not find the original repo: %(repo)s"
120 msgstr ""
353 msgstr ""
121
354
122 #: rhodecode/controllers/compare.py:150
355 #: rhodecode/controllers/compare.py:147
123 #, python-format
356 #, python-format
124 msgid "Could not find the other repo: %(repo)s"
357 msgid "Could not find the other repo: %(repo)s"
125 msgstr ""
358 msgstr ""
126
359
127 #: rhodecode/controllers/compare.py:159
360 #: rhodecode/controllers/compare.py:156
128 msgid "The comparison of two different kinds of remote repos is not available"
361 msgid "The comparison of two different kinds of remote repos is not available"
129 msgstr ""
362 msgstr ""
130
363
131 #: rhodecode/controllers/compare.py:186
364 #: rhodecode/controllers/compare.py:190
132 msgid "Could not compare repos with different large file settings"
365 msgid "Could not compare repos with different large file settings"
133 msgstr ""
366 msgstr ""
134
367
135 #: rhodecode/controllers/compare.py:223
368 #: rhodecode/controllers/compare.py:226
136 #, python-format
369 #, python-format
137 msgid ""
370 msgid ""
138 "Repositories unrelated. Cannot compare commit %(commit1)s from repository "
371 "Repositories unrelated. Cannot compare commit %(commit1)s from repository "
139 "%(repo1)s with commit %(commit2)s from repository %(repo2)s."
372 "%(repo1)s with commit %(commit2)s from repository %(repo2)s."
140 msgstr ""
373 msgstr ""
141
374
142 #: rhodecode/controllers/error.py:85 rhodecode/controllers/error.py:136
143 msgid "Home page"
144 msgstr "Página principal"
145
146 #: rhodecode/controllers/error.py:114
147 msgid ""
148 "The request could not be understood by the server due to malformed syntax."
149 msgstr "La solicitud no pudo ser entendida por el servidor debido a sintaxis malformada."
150
151 #: rhodecode/controllers/error.py:117
152 msgid "Unauthorized access to resource"
153 msgstr "Acceso no autorizado a recurso"
154
155 #: rhodecode/controllers/error.py:119
156 msgid "You don't have permission to view this page"
157 msgstr "Usted no tiene permiso para ver esta página"
158
159 #: rhodecode/controllers/error.py:121
160 msgid "The resource could not be found"
161 msgstr "El recurso no pudo ser hallado"
162
163 #: rhodecode/controllers/error.py:123
164 msgid ""
165 "The server encountered an unexpected condition which prevented it from "
166 "fulfilling the request."
167 msgstr "El servidor encontró una condición inesperada que le impidió completar la solicitud."
168
169 #: rhodecode/controllers/error.py:128
170 msgid "VCS Server Required"
171 msgstr "Servidor VCS requerido"
172
173 #: rhodecode/controllers/error.py:129
174 msgid ""
175 "A VCS Server is required for this action. There is currently no VCS Server "
176 "configured."
177 msgstr "Se requiere de un servidor VCS para esta acción. No existe actualmente un servidor VCS configurado."
178
179 #: rhodecode/controllers/feed.py:70
375 #: rhodecode/controllers/feed.py:70
180 #, python-format
376 #, python-format
181 msgid "Changes on %s repository"
377 msgid "Changes on %s repository"
@@ -285,7 +481,7 b' msgid "Changesets"'
285 msgstr "Conjuntos de cambios"
481 msgstr "Conjuntos de cambios"
286
482
287 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
483 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
288 #: rhodecode/model/pull_request.py:1037 rhodecode/model/scm.py:783
484 #: rhodecode/model/pull_request.py:1051 rhodecode/model/scm.py:783
289 #: rhodecode/templates/base/vcs_settings.html:138
485 #: rhodecode/templates/base/vcs_settings.html:138
290 msgid "Branches"
486 msgid "Branches"
291 msgstr "Ramas"
487 msgstr "Ramas"
@@ -300,22 +496,27 b' msgstr "Etiquetas"'
300 msgid "An error occurred during repository forking %s"
496 msgid "An error occurred during repository forking %s"
301 msgstr "Ocurrió un error durante bifurcación de repositorio %s"
497 msgstr "Ocurrió un error durante bifurcación de repositorio %s"
302
498
303 #: rhodecode/controllers/home.py:174
499 #: rhodecode/controllers/home.py:205
304 msgid "Groups"
500 msgid "Groups"
305 msgstr "Grupos"
501 msgstr "Grupos"
306
502
307 #: rhodecode/controllers/home.py:181 rhodecode/controllers/home.py:203
503 #: rhodecode/controllers/home.py:212 rhodecode/controllers/home.py:247
308 #: rhodecode/controllers/pullrequests.py:382
504 #: rhodecode/controllers/pullrequests.py:382
309 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
505 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
310 #: rhodecode/templates/admin/repos/repo_add.html:15
506 #: rhodecode/templates/admin/repos/repo_add.html:15
311 #: rhodecode/templates/admin/repos/repo_add.html:19
507 #: rhodecode/templates/admin/repos/repo_add.html:19
312 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
508 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
313 #: rhodecode/templates/base/base.html:79
509 #: rhodecode/templates/base/base.html:79
314 #: rhodecode/templates/base/base.html:147
510 #: rhodecode/templates/base/base.html:149
315 #: rhodecode/templates/base/base.html:621
511 #: rhodecode/templates/base/base.html:626
316 msgid "Repositories"
512 msgid "Repositories"
317 msgstr "Repositorios"
513 msgstr "Repositorios"
318
514
515 #: rhodecode/controllers/home.py:225
516 #, python-format
517 msgid "Commits in %(repo)s"
518 msgstr ""
519
319 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
520 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
320 msgid "public journal"
521 msgid "public journal"
321 msgstr "diario público"
522 msgstr "diario público"
@@ -324,34 +525,6 b' msgstr "diario p\xc3\xbablico"'
324 msgid "journal"
525 msgid "journal"
325 msgstr "diario"
526 msgstr "diario"
326
527
327 #: rhodecode/controllers/login.py:227 rhodecode/controllers/login.py:281
328 msgid "bad captcha"
329 msgstr "mal código de imagen"
330
331 #: rhodecode/controllers/login.py:241
332 msgid "You have successfully registered with RhodeCode"
333 msgstr "Se ha registrado exitosamente con RhodeCode"
334
335 #: rhodecode/controllers/login.py:286
336 msgid "Your password reset link was sent"
337 msgstr "Su liga de reinicio de contraseña fue enviada"
338
339 #: rhodecode/controllers/login.py:307
340 msgid ""
341 "Your password reset was successful, a new password has been sent to your "
342 "email"
343 msgstr "Su reinicio de contraseña fue exitoso, una nueva contraseña ha sido enviada a su correo electrónico"
344
345 #: rhodecode/controllers/login.py:340
346 msgid "There was an error during OAuth processing."
347 msgstr ""
348
349 #: rhodecode/controllers/login.py:406
350 msgid ""
351 "You need to finish registration process to bind your external identity to "
352 "your account or sign in to existing account"
353 msgstr ""
354
355 #: rhodecode/controllers/pullrequests.py:293
528 #: rhodecode/controllers/pullrequests.py:293
356 msgid "Commit does not exist"
529 msgid "Commit does not exist"
357 msgstr ""
530 msgstr ""
@@ -403,24 +576,28 b' msgstr "La actualizaci\xc3\xb3n fall\xc3\xb3 debido a cometidos faltantes"'
403 msgid "Pull request reviewer approval is pending."
576 msgid "Pull request reviewer approval is pending."
404 msgstr "La aprobacion del revisador de la solicitud de extracción está pendiente"
577 msgstr "La aprobacion del revisador de la solicitud de extracción está pendiente"
405
578
406 #: rhodecode/controllers/pullrequests.py:629
579 #: rhodecode/controllers/pullrequests.py:593
580 msgid "Pull request was successfully merged and closed."
581 msgstr ""
582
583 #: rhodecode/controllers/pullrequests.py:631
407 msgid "Successfully deleted pull request"
584 msgid "Successfully deleted pull request"
408 msgstr "Se eliminó la solicitud de extracción exitosamente"
585 msgstr "Se eliminó la solicitud de extracción exitosamente"
409
586
410 #: rhodecode/controllers/pullrequests.py:662
587 #: rhodecode/controllers/pullrequests.py:664
411 msgid "Reviewer approval is pending."
588 msgid "Reviewer approval is pending."
412 msgstr "La aprobación del revisador está pendiente."
589 msgstr "La aprobación del revisador está pendiente."
413
590
414 #: rhodecode/controllers/pullrequests.py:704
591 #: rhodecode/controllers/pullrequests.py:706
415 msgid "Close Pull Request"
592 msgid "Close Pull Request"
416 msgstr ""
593 msgstr ""
417
594
418 #: rhodecode/controllers/pullrequests.py:748
595 #: rhodecode/controllers/pullrequests.py:750
419 #: rhodecode/model/pull_request.py:832
596 #: rhodecode/model/pull_request.py:840
420 msgid "Closing with"
597 msgid "Closing with"
421 msgstr "Cerrando con"
598 msgstr "Cerrando con"
422
599
423 #: rhodecode/controllers/pullrequests.py:793
600 #: rhodecode/controllers/pullrequests.py:795
424 #, python-format
601 #, python-format
425 msgid ""
602 msgid ""
426 "Closing pull request on other statuses than rejected or approved is "
603 "Closing pull request on other statuses than rejected or approved is "
@@ -452,38 +629,38 b' msgid "Error occurred during update of d'
452 msgstr "Error ocurrido durante actalización de valores por defecto"
629 msgstr "Error ocurrido durante actalización de valores por defecto"
453
630
454 #: rhodecode/controllers/admin/gists.py:59
631 #: rhodecode/controllers/admin/gists.py:59
455 #: rhodecode/controllers/admin/my_account.py:308
632 #: rhodecode/controllers/admin/my_account.py:307
456 #: rhodecode/controllers/admin/users.py:434
633 #: rhodecode/controllers/admin/users.py:436
457 msgid "forever"
634 msgid "forever"
458 msgstr "para siempre"
635 msgstr "para siempre"
459
636
460 #: rhodecode/controllers/admin/gists.py:60
637 #: rhodecode/controllers/admin/gists.py:60
461 #: rhodecode/controllers/admin/my_account.py:309
638 #: rhodecode/controllers/admin/my_account.py:308
462 #: rhodecode/controllers/admin/users.py:435
639 #: rhodecode/controllers/admin/users.py:437
463 msgid "5 minutes"
640 msgid "5 minutes"
464 msgstr "5 minutos"
641 msgstr "5 minutos"
465
642
466 #: rhodecode/controllers/admin/gists.py:61
643 #: rhodecode/controllers/admin/gists.py:61
467 #: rhodecode/controllers/admin/my_account.py:310
644 #: rhodecode/controllers/admin/my_account.py:309
468 #: rhodecode/controllers/admin/users.py:436
645 #: rhodecode/controllers/admin/users.py:438
469 msgid "1 hour"
646 msgid "1 hour"
470 msgstr "1 hora"
647 msgstr "1 hora"
471
648
472 #: rhodecode/controllers/admin/gists.py:62
649 #: rhodecode/controllers/admin/gists.py:62
473 #: rhodecode/controllers/admin/my_account.py:311
650 #: rhodecode/controllers/admin/my_account.py:310
474 #: rhodecode/controllers/admin/users.py:437
651 #: rhodecode/controllers/admin/users.py:439
475 msgid "1 day"
652 msgid "1 day"
476 msgstr "1 día"
653 msgstr "1 día"
477
654
478 #: rhodecode/controllers/admin/gists.py:63
655 #: rhodecode/controllers/admin/gists.py:63
479 #: rhodecode/controllers/admin/my_account.py:312
656 #: rhodecode/controllers/admin/my_account.py:311
480 #: rhodecode/controllers/admin/users.py:438
657 #: rhodecode/controllers/admin/users.py:440
481 msgid "1 month"
658 msgid "1 month"
482 msgstr "1 mes"
659 msgstr "1 mes"
483
660
484 #: rhodecode/controllers/admin/gists.py:67
661 #: rhodecode/controllers/admin/gists.py:67
485 #: rhodecode/controllers/admin/my_account.py:314
662 #: rhodecode/controllers/admin/my_account.py:313
486 #: rhodecode/controllers/admin/users.py:440
663 #: rhodecode/controllers/admin/users.py:442
487 msgid "Lifetime"
664 msgid "Lifetime"
488 msgstr "De por vida"
665 msgstr "De por vida"
489
666
@@ -532,68 +709,64 b' msgstr "nunca"'
532 msgid "%(expiry)s - current value"
709 msgid "%(expiry)s - current value"
533 msgstr "%(expiry)s - valor actual"
710 msgstr "%(expiry)s - valor actual"
534
711
535 #: rhodecode/controllers/admin/my_account.py:71
712 #: rhodecode/controllers/admin/my_account.py:70
536 msgid "You can't edit this user since it's crucial for entire application"
713 msgid "You can't edit this user since it's crucial for entire application"
537 msgstr "Usted no puede editar este usuario porque es crucial para la aplicación entera"
714 msgstr "Usted no puede editar este usuario porque es crucial para la aplicación entera"
538
715
539 #: rhodecode/controllers/admin/my_account.py:129
716 #: rhodecode/controllers/admin/my_account.py:128
540 msgid "Your account was updated successfully"
717 msgid "Your account was updated successfully"
541 msgstr "Su cuenta fue actualizada exitosamente"
718 msgstr "Su cuenta fue actualizada exitosamente"
542
719
543 #: rhodecode/controllers/admin/my_account.py:144
720 #: rhodecode/controllers/admin/my_account.py:143
544 #: rhodecode/controllers/admin/users.py:221
721 #: rhodecode/controllers/admin/users.py:223
545 #, python-format
722 #, python-format
546 msgid "Error occurred during update of user %s"
723 msgid "Error occurred during update of user %s"
547 msgstr "Error ocurrido durante actualización de usuario %s"
724 msgstr "Error ocurrido durante actualización de usuario %s"
548
725
549 #: rhodecode/controllers/admin/my_account.py:203
726 #: rhodecode/controllers/admin/my_account.py:202
550 msgid "Successfully updated password"
727 msgid "Successfully updated password"
551 msgstr "Contraseña actualizada exitosamente"
728 msgstr "Contraseña actualizada exitosamente"
552
729
553 #: rhodecode/controllers/admin/my_account.py:214
730 #: rhodecode/controllers/admin/my_account.py:213
554 msgid "Error occurred during update of user password"
731 msgid "Error occurred during update of user password"
555 msgstr "Error ocurrido durante actualización de contraseña de usuario"
732 msgstr "Error ocurrido durante actualización de contraseña de usuario"
556
733
557 #: rhodecode/controllers/admin/my_account.py:262
734 #: rhodecode/controllers/admin/my_account.py:261
558 #: rhodecode/controllers/admin/users.py:614
735 #: rhodecode/controllers/admin/users.py:616
559 #, python-format
736 #, python-format
560 msgid "Added new email address `%s` for user account"
737 msgid "Added new email address `%s` for user account"
561 msgstr ""
738 msgstr ""
562
739
563 #: rhodecode/controllers/admin/my_account.py:269
740 #: rhodecode/controllers/admin/my_account.py:268
564 #: rhodecode/controllers/admin/users.py:621
741 #: rhodecode/controllers/admin/users.py:623
565 msgid "An error occurred during email saving"
742 msgid "An error occurred during email saving"
566 msgstr "Ocurrió un error durante guardado de correo electrónico"
743 msgstr "Ocurrió un error durante guardado de correo electrónico"
567
744
568 #: rhodecode/controllers/admin/my_account.py:279
745 #: rhodecode/controllers/admin/my_account.py:278
569 #: rhodecode/controllers/admin/users.py:636
746 #: rhodecode/controllers/admin/users.py:638
570 msgid "Removed email address from user account"
747 msgid "Removed email address from user account"
571 msgstr ""
748 msgstr ""
572
749
573 #: rhodecode/controllers/admin/my_account.py:317
750 #: rhodecode/controllers/admin/my_account.py:316
574 #: rhodecode/controllers/admin/users.py:443
751 #: rhodecode/controllers/admin/users.py:445
575 msgid "Role"
752 msgid "Role"
576 msgstr "Rol"
753 msgstr "Rol"
577
754
578 #: rhodecode/controllers/admin/my_account.py:330
755 #: rhodecode/controllers/admin/my_account.py:329
579 #: rhodecode/controllers/admin/users.py:467
756 #: rhodecode/controllers/admin/users.py:469
580 msgid "Auth token successfully created"
757 msgid "Auth token successfully created"
581 msgstr "Ficha de autenticación creada exitosamente"
758 msgstr "Ficha de autenticación creada exitosamente"
582
759
583 #: rhodecode/controllers/admin/my_account.py:343
760 #: rhodecode/controllers/admin/my_account.py:342
584 #: rhodecode/controllers/admin/users.py:486
761 #: rhodecode/controllers/admin/users.py:488
585 msgid "Auth token successfully reset"
762 msgid "Auth token successfully reset"
586 msgstr "Ficha de autenticación reiniciada exitosamente"
763 msgstr "Ficha de autenticación reiniciada exitosamente"
587
764
588 #: rhodecode/controllers/admin/my_account.py:347
765 #: rhodecode/controllers/admin/my_account.py:346
589 #: rhodecode/controllers/admin/users.py:490
766 #: rhodecode/controllers/admin/users.py:492
590 msgid "Auth token successfully deleted"
767 msgid "Auth token successfully deleted"
591 msgstr "Ficha de autenticación eliminada exitosamente"
768 msgstr "Ficha de autenticación eliminada exitosamente"
592
769
593 #: rhodecode/controllers/admin/my_account.py:371
594 msgid "OAuth token successfully deleted"
595 msgstr ""
596
597 #: rhodecode/controllers/admin/permissions.py:111
770 #: rhodecode/controllers/admin/permissions.py:111
598 msgid "Application permissions updated successfully"
771 msgid "Application permissions updated successfully"
599 msgstr "Permisos de aplicación actualizados exitosamente"
772 msgstr "Permisos de aplicación actualizados exitosamente"
@@ -622,46 +795,46 b' msgstr "Se cre\xc3\xb3 grupo de repositorio %s"'
622 msgid "Error occurred during creation of repository group %s"
795 msgid "Error occurred during creation of repository group %s"
623 msgstr "Error ocurrido durante creación de grupo de repositorio %s"
796 msgstr "Error ocurrido durante creación de grupo de repositorio %s"
624
797
625 #: rhodecode/controllers/admin/repo_groups.py:259
798 #: rhodecode/controllers/admin/repo_groups.py:258
626 #, python-format
799 #, python-format
627 msgid "Updated repository group %s"
800 msgid "Updated repository group %s"
628 msgstr "Se actualizó grupo de repositorio %s"
801 msgstr "Se actualizó grupo de repositorio %s"
629
802
630 #: rhodecode/controllers/admin/repo_groups.py:275
803 #: rhodecode/controllers/admin/repo_groups.py:274
631 #, python-format
804 #, python-format
632 msgid "Error occurred during update of repository group %s"
805 msgid "Error occurred during update of repository group %s"
633 msgstr "Error ocurrido durante actualización de grupo de repositorio %s"
806 msgstr "Error ocurrido durante actualización de grupo de repositorio %s"
634
807
635 #: rhodecode/controllers/admin/repo_groups.py:297
808 #: rhodecode/controllers/admin/repo_groups.py:296
636 #, python-format
809 #, python-format
637 msgid "This group contains %(num)d repository and cannot be deleted"
810 msgid "This group contains %(num)d repository and cannot be deleted"
638 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
811 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
639 msgstr[0] "Este grupo contiene %(num)d repositorio y no puede ser eliminado"
812 msgstr[0] "Este grupo contiene %(num)d repositorio y no puede ser eliminado"
640 msgstr[1] "Este grupo contiene %(num)d repositorios y no puede ser eliminado"
813 msgstr[1] "Este grupo contiene %(num)d repositorios y no puede ser eliminado"
641
814
642 #: rhodecode/controllers/admin/repo_groups.py:306
815 #: rhodecode/controllers/admin/repo_groups.py:305
643 #, python-format
816 #, python-format
644 msgid "This group contains %(num)d subgroup and cannot be deleted"
817 msgid "This group contains %(num)d subgroup and cannot be deleted"
645 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
818 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
646 msgstr[0] "Este grupo contiene %(num)d subgrupo y no puede ser eliminado"
819 msgstr[0] "Este grupo contiene %(num)d subgrupo y no puede ser eliminado"
647 msgstr[1] "Este grupo contiene %(num)d subgrupos y no puede ser eliminado"
820 msgstr[1] "Este grupo contiene %(num)d subgrupos y no puede ser eliminado"
648
821
649 #: rhodecode/controllers/admin/repo_groups.py:313
822 #: rhodecode/controllers/admin/repo_groups.py:312
650 #, python-format
823 #, python-format
651 msgid "Removed repository group %s"
824 msgid "Removed repository group %s"
652 msgstr "Se removió grup de repositorio %s"
825 msgstr "Se removió grup de repositorio %s"
653
826
654 #: rhodecode/controllers/admin/repo_groups.py:318
827 #: rhodecode/controllers/admin/repo_groups.py:317
655 #, python-format
828 #, python-format
656 msgid "Error occurred during deletion of repository group %s"
829 msgid "Error occurred during deletion of repository group %s"
657 msgstr "Error ocurrido durante eliminación de grupo de repositorio %s"
830 msgstr "Error ocurrido durante eliminación de grupo de repositorio %s"
658
831
659 #: rhodecode/controllers/admin/repo_groups.py:389
832 #: rhodecode/controllers/admin/repo_groups.py:388
660 #: rhodecode/controllers/admin/user_groups.py:323
833 #: rhodecode/controllers/admin/user_groups.py:325
661 msgid "Cannot change permission for yourself as admin"
834 msgid "Cannot change permission for yourself as admin"
662 msgstr "No puede cambiar el permiso para usted como admin"
835 msgstr "No puede cambiar el permiso para usted como admin"
663
836
664 #: rhodecode/controllers/admin/repo_groups.py:406
837 #: rhodecode/controllers/admin/repo_groups.py:405
665 msgid "Repository Group permissions updated"
838 msgid "Repository Group permissions updated"
666 msgstr "Permisos de Grupo de Repositorio actualizados"
839 msgstr "Permisos de Grupo de Repositorio actualizados"
667
840
@@ -809,18 +982,18 b' msgid "Error occurred during deleting is'
809 msgstr "Error ocurrido al eliminar entrada en el seguidor de incidencias"
982 msgstr "Error ocurrido al eliminar entrada en el seguidor de incidencias"
810
983
811 #: rhodecode/controllers/admin/repos.py:720
984 #: rhodecode/controllers/admin/repos.py:720
812 #: rhodecode/controllers/admin/settings.py:361
985 #: rhodecode/controllers/admin/settings.py:362
813 msgid "Removed issue tracker entry"
986 msgid "Removed issue tracker entry"
814 msgstr "Se eliminó entrada en el seguidor de incidencias"
987 msgstr "Se eliminó entrada en el seguidor de incidencias"
815
988
816 #: rhodecode/controllers/admin/repos.py:750
989 #: rhodecode/controllers/admin/repos.py:750
817 #: rhodecode/controllers/admin/settings.py:406
990 #: rhodecode/controllers/admin/settings.py:408
818 msgid "Updated issue tracker entries"
991 msgid "Updated issue tracker entries"
819 msgstr "Se actualizaron entradas en el seguidor de incidencias"
992 msgstr "Se actualizaron entradas en el seguidor de incidencias"
820
993
821 #: rhodecode/controllers/admin/repos.py:809
994 #: rhodecode/controllers/admin/repos.py:809
822 #: rhodecode/controllers/admin/settings.py:140
995 #: rhodecode/controllers/admin/settings.py:141
823 #: rhodecode/controllers/admin/settings.py:686
996 #: rhodecode/controllers/admin/settings.py:718
824 msgid "Some form inputs contain invalid data."
997 msgid "Some form inputs contain invalid data."
825 msgstr "Algunos campos de entrada contienen datos inválidos"
998 msgstr "Algunos campos de entrada contienen datos inválidos"
826
999
@@ -829,115 +1002,115 b' msgid "Error occurred during updating re'
829 msgstr "Error ocurrido al actualizar ajustes VCS del repositorio"
1002 msgstr "Error ocurrido al actualizar ajustes VCS del repositorio"
830
1003
831 #: rhodecode/controllers/admin/repos.py:831
1004 #: rhodecode/controllers/admin/repos.py:831
832 #: rhodecode/controllers/admin/settings.py:166
1005 #: rhodecode/controllers/admin/settings.py:167
833 msgid "Updated VCS settings"
1006 msgid "Updated VCS settings"
834 msgstr "Se actualizaron ajustes VCS"
1007 msgstr "Se actualizaron ajustes VCS"
835
1008
836 #: rhodecode/controllers/admin/settings.py:162
1009 #: rhodecode/controllers/admin/settings.py:163
837 #: rhodecode/controllers/admin/settings.py:265
1010 #: rhodecode/controllers/admin/settings.py:266
838 msgid "Error occurred during updating application settings"
1011 msgid "Error occurred during updating application settings"
839 msgstr "Error ocurrido durante actualización de ajustes de aplicación"
1012 msgstr "Error ocurrido durante actualización de ajustes de aplicación"
840
1013
841 #: rhodecode/controllers/admin/settings.py:209
1014 #: rhodecode/controllers/admin/settings.py:210
842 #, python-format
1015 #, python-format
843 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1016 msgid "Repositories successfully rescanned added: %s ; removed: %s"
844 msgstr "Repositorios reescaneados exitosamente agregados: %s ; eliminados: %s"
1017 msgstr "Repositorios reescaneados exitosamente agregados: %s ; eliminados: %s"
845
1018
846 #: rhodecode/controllers/admin/settings.py:260
1019 #: rhodecode/controllers/admin/settings.py:262
847 msgid "Updated application settings"
1020 msgid "Updated application settings"
848 msgstr "Se actualizaron los ajustes de aplicación"
1021 msgstr "Se actualizaron los ajustes de aplicación"
849
1022
850 #: rhodecode/controllers/admin/settings.py:325
1023 #: rhodecode/controllers/admin/settings.py:326
851 msgid "Updated visualisation settings"
1024 msgid "Updated visualisation settings"
852 msgstr "Se actualizaron los ajustes de visualización"
1025 msgstr "Se actualizaron los ajustes de visualización"
853
1026
854 #: rhodecode/controllers/admin/settings.py:328
1027 #: rhodecode/controllers/admin/settings.py:329
855 msgid "Error occurred during updating visualisation settings"
1028 msgid "Error occurred during updating visualisation settings"
856 msgstr "Error ocurrido al actualizar ajustes de visualización"
1029 msgstr "Error ocurrido al actualizar ajustes de visualización"
857
1030
858 #: rhodecode/controllers/admin/settings.py:419
1031 #: rhodecode/controllers/admin/settings.py:421
859 msgid "Please enter email address"
1032 msgid "Please enter email address"
860 msgstr "Por favor ingrese una dirección de correo electrónico"
1033 msgstr "Por favor ingrese una dirección de correo electrónico"
861
1034
862 #: rhodecode/controllers/admin/settings.py:437
1035 #: rhodecode/controllers/admin/settings.py:439
863 msgid "Send email task created"
1036 msgid "Send email task created"
864 msgstr "Tarea de envío de correo electrónico creada"
1037 msgstr "Tarea de envío de correo electrónico creada"
865
1038
866 #: rhodecode/controllers/admin/settings.py:470
1039 #: rhodecode/controllers/admin/settings.py:472
867 msgid "Added new hook"
1040 msgid "Added new hook"
868 msgstr "Se agregó nuevo gancho"
1041 msgstr "Se agregó nuevo gancho"
869
1042
870 #: rhodecode/controllers/admin/settings.py:485
1043 #: rhodecode/controllers/admin/settings.py:487
871 msgid "Updated hooks"
1044 msgid "Updated hooks"
872 msgstr "Se actualizaron ganchos"
1045 msgstr "Se actualizaron ganchos"
873
1046
874 #: rhodecode/controllers/admin/settings.py:489
1047 #: rhodecode/controllers/admin/settings.py:491
875 msgid "Error occurred during hook creation"
1048 msgid "Error occurred during hook creation"
876 msgstr "Error ocurrido durante creación de gancho"
1049 msgstr "Error ocurrido durante creación de gancho"
877
1050
878 #: rhodecode/controllers/admin/settings.py:536
1051 #: rhodecode/controllers/admin/settings.py:539
879 #, python-format
1052 #, python-format
880 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1053 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
881 msgstr "Crítico: su espacio en disco está demasiado bajo <b>%s%%</b> usedpercent"
1054 msgstr "Crítico: su espacio en disco está demasiado bajo <b>%s%%</b> usedpercent"
882
1055
883 #: rhodecode/controllers/admin/settings.py:540
1056 #: rhodecode/controllers/admin/settings.py:543
884 #, python-format
1057 #, python-format
885 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1058 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
886 msgstr "Advertencia: su espacio en disco está bajo <b>%s%%</b> usedpercent"
1059 msgstr "Advertencia: su espacio en disco está bajo <b>%s%%</b> usedpercent"
887
1060
888 #: rhodecode/controllers/admin/settings.py:707
1061 #: rhodecode/controllers/admin/settings.py:739
889 msgid "Error occurred during updating labs settings"
1062 msgid "Error occurred during updating labs settings"
890 msgstr "Error ocurrido al actiualizar ajustes de laboratorios"
1063 msgstr "Error ocurrido al actiualizar ajustes de laboratorios"
891
1064
892 #: rhodecode/controllers/admin/settings.py:711
1065 #: rhodecode/controllers/admin/settings.py:744
893 msgid "Updated Labs settings"
1066 msgid "Updated Labs settings"
894 msgstr "Se Actualizaron Ajustes de Laboratorios"
1067 msgstr "Se Actualizaron Ajustes de Laboratorios"
895
1068
896 #: rhodecode/controllers/admin/settings.py:775
1069 #: rhodecode/controllers/admin/settings.py:794
897 msgid "Mercurial server-side merge"
1070 msgid "Mercurial server-side merge"
898 msgstr "Unión de lado de servidor Mercurial"
1071 msgstr "Unión de lado de servidor Mercurial"
899
1072
900 #: rhodecode/controllers/admin/settings.py:776
1073 #: rhodecode/controllers/admin/settings.py:795
901 msgid ""
1074 msgid ""
902 "Use rebase instead of creating a merge commit when merging via web interface"
1075 "Use rebase instead of creating a merge commit when merging via web interface"
903 msgstr ""
1076 msgstr ""
904
1077
905 #: rhodecode/controllers/admin/settings.py:782
1078 #: rhodecode/controllers/admin/settings.py:801
906 msgid "Subversion HTTP Support"
1079 msgid "Subversion HTTP Support"
907 msgstr "Soporte Subversion HTTP"
1080 msgstr "Soporte Subversion HTTP"
908
1081
909 #: rhodecode/controllers/admin/settings.py:783
1082 #: rhodecode/controllers/admin/settings.py:802
910 msgid "Proxy subversion HTTP requests"
1083 msgid "Proxy subversion HTTP requests"
911 msgstr "Solicitudes por proxy HTTP subversion"
1084 msgstr "Solicitudes por proxy HTTP subversion"
912
1085
913 #: rhodecode/controllers/admin/settings.py:789
1086 #: rhodecode/controllers/admin/settings.py:808
914 msgid "Subversion HTTP Server URL"
1087 msgid "Subversion HTTP Server URL"
915 msgstr "URL de Servidor HTTP Subversion"
1088 msgstr "URL de Servidor HTTP Subversion"
916
1089
917 #: rhodecode/controllers/admin/settings.py:791
1090 #: rhodecode/controllers/admin/settings.py:810
918 msgid "e.g. http://localhost:8080/"
1091 msgid "e.g. http://localhost:8080/"
919 msgstr "p.e. http://localhost:8080/"
1092 msgstr "p.e. http://localhost:8080/"
920
1093
921 #: rhodecode/controllers/admin/settings.py:826
1094 #: rhodecode/controllers/admin/settings.py:845
922 #: rhodecode/templates/admin/repos/repo_edit.html:48
1095 #: rhodecode/templates/admin/repos/repo_edit.html:48
923 msgid "VCS"
1096 msgid "VCS"
924 msgstr ""
1097 msgstr ""
925
1098
926 #: rhodecode/controllers/admin/settings.py:827
1099 #: rhodecode/controllers/admin/settings.py:846
927 msgid "Visual"
1100 msgid "Visual"
928 msgstr ""
1101 msgstr ""
929
1102
930 #: rhodecode/controllers/admin/settings.py:828
1103 #: rhodecode/controllers/admin/settings.py:847
931 msgid "Remap and Rescan"
1104 msgid "Remap and Rescan"
932 msgstr ""
1105 msgstr ""
933
1106
934 #: rhodecode/controllers/admin/settings.py:830
1107 #: rhodecode/controllers/admin/settings.py:849
935 #: rhodecode/templates/admin/repos/repo_edit.html:54
1108 #: rhodecode/templates/admin/repos/repo_edit.html:54
936 msgid "Issue Tracker"
1109 msgid "Issue Tracker"
937 msgstr ""
1110 msgstr ""
938
1111
939 #: rhodecode/controllers/admin/settings.py:832
1112 #: rhodecode/controllers/admin/settings.py:851
940 #: rhodecode/templates/register.html:51
1113 #: rhodecode/templates/register.html:76
941 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
1114 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
942 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
1115 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
943 #: rhodecode/templates/admin/users/user_add.html:86
1116 #: rhodecode/templates/admin/users/user_add.html:86
@@ -947,69 +1120,69 b' msgstr ""'
947 msgid "Email"
1120 msgid "Email"
948 msgstr ""
1121 msgstr ""
949
1122
950 #: rhodecode/controllers/admin/settings.py:833
1123 #: rhodecode/controllers/admin/settings.py:852
951 msgid "Hooks"
1124 msgid "Hooks"
952 msgstr ""
1125 msgstr ""
953
1126
954 #: rhodecode/controllers/admin/settings.py:834
1127 #: rhodecode/controllers/admin/settings.py:853
955 msgid "Full Text Search"
1128 msgid "Full Text Search"
956 msgstr ""
1129 msgstr ""
957
1130
958 #: rhodecode/controllers/admin/settings.py:836
1131 #: rhodecode/controllers/admin/settings.py:855
959 #: rhodecode/templates/admin/settings/settings_system.html:47
1132 #: rhodecode/templates/admin/settings/settings_system.html:47
960 msgid "System Info"
1133 msgid "System Info"
961 msgstr ""
1134 msgstr ""
962
1135
963 #: rhodecode/controllers/admin/settings.py:838
1136 #: rhodecode/controllers/admin/settings.py:857
964 msgid "Open Source Licenses"
1137 msgid "Open Source Licenses"
965 msgstr ""
1138 msgstr ""
966
1139
967 #: rhodecode/controllers/admin/settings.py:856
1140 #: rhodecode/controllers/admin/settings.py:875
968 msgid "Labs"
1141 msgid "Labs"
969 msgstr ""
1142 msgstr ""
970
1143
971 #: rhodecode/controllers/admin/user_groups.py:167
1144 #: rhodecode/controllers/admin/user_groups.py:168
972 #, python-format
1145 #, python-format
973 msgid "Created user group %(user_group_link)s"
1146 msgid "Created user group %(user_group_link)s"
974 msgstr "Se creó grupo de usuario %(user_group_link)s"
1147 msgstr "Se creó grupo de usuario %(user_group_link)s"
975
1148
976 #: rhodecode/controllers/admin/user_groups.py:181
1149 #: rhodecode/controllers/admin/user_groups.py:182
977 #, python-format
1150 #, python-format
978 msgid "Error occurred during creation of user group %s"
1151 msgid "Error occurred during creation of user group %s"
979 msgstr "Error ocurrido al crear grupo de usuario %s"
1152 msgstr "Error ocurrido al crear grupo de usuario %s"
980
1153
981 #: rhodecode/controllers/admin/user_groups.py:221
1154 #: rhodecode/controllers/admin/user_groups.py:223
982 #, python-format
1155 #, python-format
983 msgid "Updated user group %s"
1156 msgid "Updated user group %s"
984 msgstr "Se actualizó grupo de usuario %s"
1157 msgstr "Se actualizó grupo de usuario %s"
985
1158
986 #: rhodecode/controllers/admin/user_groups.py:236
1159 #: rhodecode/controllers/admin/user_groups.py:238
987 #, python-format
1160 #, python-format
988 msgid "Error occurred during update of user group %s"
1161 msgid "Error occurred during update of user group %s"
989 msgstr "Error ocurrido al actualizar group de usuario %s"
1162 msgstr "Error ocurrido al actualizar group de usuario %s"
990
1163
991 #: rhodecode/controllers/admin/user_groups.py:258
1164 #: rhodecode/controllers/admin/user_groups.py:260
992 msgid "Successfully deleted user group"
1165 msgid "Successfully deleted user group"
993 msgstr "Grupo de usuario eliminado exitosamente"
1166 msgstr "Grupo de usuario eliminado exitosamente"
994
1167
995 #: rhodecode/controllers/admin/user_groups.py:263
1168 #: rhodecode/controllers/admin/user_groups.py:265
996 msgid "An error occurred during deletion of user group"
1169 msgid "An error occurred during deletion of user group"
997 msgstr "Ocurrió un error durante eliminación de grupo de usuario"
1170 msgstr "Ocurrió un error durante eliminación de grupo de usuario"
998
1171
999 #: rhodecode/controllers/admin/user_groups.py:331
1172 #: rhodecode/controllers/admin/user_groups.py:333
1000 msgid "Target group cannot be the same"
1173 msgid "Target group cannot be the same"
1001 msgstr "El grupo de destino no puede ser el mismo"
1174 msgstr "El grupo de destino no puede ser el mismo"
1002
1175
1003 #: rhodecode/controllers/admin/user_groups.py:337
1176 #: rhodecode/controllers/admin/user_groups.py:339
1004 msgid "User Group permissions updated"
1177 msgid "User Group permissions updated"
1005 msgstr "Permisos de grupo de usuario actualizados"
1178 msgstr "Permisos de grupo de usuario actualizados"
1006
1179
1007 #: rhodecode/controllers/admin/user_groups.py:422
1180 #: rhodecode/controllers/admin/user_groups.py:424
1008 msgid "User Group global permissions updated successfully"
1181 msgid "User Group global permissions updated successfully"
1009 msgstr "Permisos globales para Grupo de Usuario actualizados exitosamente"
1182 msgstr "Permisos globales para Grupo de Usuario actualizados exitosamente"
1010
1183
1011 #: rhodecode/controllers/admin/user_groups.py:438
1184 #: rhodecode/controllers/admin/user_groups.py:440
1012 #: rhodecode/controllers/admin/users.py:564
1185 #: rhodecode/controllers/admin/users.py:566
1013 msgid "An error occurred during permissions saving"
1186 msgid "An error occurred during permissions saving"
1014 msgstr "Ocurrió un error al guardar permisos"
1187 msgstr "Ocurrió un error al guardar permisos"
1015
1188
@@ -1027,102 +1200,102 b' msgstr "Error ocurrido durante creaci\xc3\xb3n de usuario %s"'
1027 msgid "User updated successfully"
1200 msgid "User updated successfully"
1028 msgstr "Usuario actualizado exitosamente"
1201 msgstr "Usuario actualizado exitosamente"
1029
1202
1030 #: rhodecode/controllers/admin/users.py:255
1203 #: rhodecode/controllers/admin/users.py:257
1031 #, python-format
1204 #, python-format
1032 msgid "Detached %s repositories"
1205 msgid "Detached %s repositories"
1033 msgstr ""
1206 msgstr ""
1034
1207
1035 #: rhodecode/controllers/admin/users.py:260
1208 #: rhodecode/controllers/admin/users.py:262
1036 #, python-format
1209 #, python-format
1037 msgid "Deleted %s repositories"
1210 msgid "Deleted %s repositories"
1038 msgstr ""
1211 msgstr ""
1039
1212
1040 #: rhodecode/controllers/admin/users.py:268
1213 #: rhodecode/controllers/admin/users.py:270
1041 #, python-format
1214 #, python-format
1042 msgid "Detached %s repository groups"
1215 msgid "Detached %s repository groups"
1043 msgstr ""
1216 msgstr ""
1044
1217
1045 #: rhodecode/controllers/admin/users.py:273
1218 #: rhodecode/controllers/admin/users.py:275
1046 #, python-format
1219 #, python-format
1047 msgid "Deleted %s repository groups"
1220 msgid "Deleted %s repository groups"
1048 msgstr "Se elminaron %s grupos de repositorio"
1221 msgstr "Se elminaron %s grupos de repositorio"
1049
1222
1050 #: rhodecode/controllers/admin/users.py:281
1223 #: rhodecode/controllers/admin/users.py:283
1051 #, python-format
1224 #, python-format
1052 msgid "Detached %s user groups"
1225 msgid "Detached %s user groups"
1053 msgstr ""
1226 msgstr ""
1054
1227
1055 #: rhodecode/controllers/admin/users.py:286
1228 #: rhodecode/controllers/admin/users.py:288
1056 #, python-format
1229 #, python-format
1057 msgid "Deleted %s user groups"
1230 msgid "Deleted %s user groups"
1058 msgstr "Se eliminaron %s grupos de usuario"
1231 msgstr "Se eliminaron %s grupos de usuario"
1059
1232
1060 #: rhodecode/controllers/admin/users.py:297
1233 #: rhodecode/controllers/admin/users.py:299
1061 msgid "Successfully deleted user"
1234 msgid "Successfully deleted user"
1062 msgstr "Se eliminó usuario exitosamente"
1235 msgstr "Se eliminó usuario exitosamente"
1063
1236
1064 #: rhodecode/controllers/admin/users.py:303
1237 #: rhodecode/controllers/admin/users.py:305
1065 msgid "An error occurred during deletion of user"
1238 msgid "An error occurred during deletion of user"
1066 msgstr "Ocurrió un error durante eliminación de usuario"
1239 msgstr "Ocurrió un error durante eliminación de usuario"
1067
1240
1068 #: rhodecode/controllers/admin/users.py:322
1241 #: rhodecode/controllers/admin/users.py:324
1069 msgid "Force password change disabled for user"
1242 msgid "Force password change disabled for user"
1070 msgstr "Forzar cambio de contraseña deshabilitado para usuario"
1243 msgstr "Forzar cambio de contraseña deshabilitado para usuario"
1071
1244
1072 #: rhodecode/controllers/admin/users.py:324
1245 #: rhodecode/controllers/admin/users.py:326
1073 msgid "Force password change enabled for user"
1246 msgid "Force password change enabled for user"
1074 msgstr "Forzar cambio de contraseña habilitado para usuario"
1247 msgstr "Forzar cambio de contraseña habilitado para usuario"
1075
1248
1076 #: rhodecode/controllers/admin/users.py:328
1249 #: rhodecode/controllers/admin/users.py:330
1077 msgid "An error occurred during password reset for user"
1250 msgid "An error occurred during password reset for user"
1078 msgstr "Ocurrió un error durante reinicio de contraseña para usuario"
1251 msgstr "Ocurrió un error durante reinicio de contraseña para usuario"
1079
1252
1080 #: rhodecode/controllers/admin/users.py:354
1253 #: rhodecode/controllers/admin/users.py:356
1081 #, python-format
1254 #, python-format
1082 msgid "Created repository group `%s`"
1255 msgid "Created repository group `%s`"
1083 msgstr "Se creó grupo de repositorio `%s`"
1256 msgstr "Se creó grupo de repositorio `%s`"
1084
1257
1085 #: rhodecode/controllers/admin/users.py:358
1258 #: rhodecode/controllers/admin/users.py:360
1086 msgid "An error occurred during repository group creation for user"
1259 msgid "An error occurred during repository group creation for user"
1087 msgstr "Ocurrió un error durante creación de grupo de repositorio para usuario"
1260 msgstr "Ocurrió un error durante creación de grupo de repositorio para usuario"
1088
1261
1089 #: rhodecode/controllers/admin/users.py:377
1262 #: rhodecode/controllers/admin/users.py:379
1090 #: rhodecode/controllers/admin/users.py:398
1263 #: rhodecode/controllers/admin/users.py:400
1091 #: rhodecode/controllers/admin/users.py:428
1264 #: rhodecode/controllers/admin/users.py:430
1092 #: rhodecode/controllers/admin/users.py:459
1265 #: rhodecode/controllers/admin/users.py:461
1093 #: rhodecode/controllers/admin/users.py:476
1266 #: rhodecode/controllers/admin/users.py:478
1094 #: rhodecode/controllers/admin/users.py:499
1267 #: rhodecode/controllers/admin/users.py:501
1095 #: rhodecode/controllers/admin/users.py:573
1268 #: rhodecode/controllers/admin/users.py:575
1096 #: rhodecode/controllers/admin/users.py:586
1269 #: rhodecode/controllers/admin/users.py:588
1097 #: rhodecode/controllers/admin/users.py:644
1270 #: rhodecode/controllers/admin/users.py:646
1098 msgid "You can't edit this user"
1271 msgid "You can't edit this user"
1099 msgstr "Usted no puede editar este usuario"
1272 msgstr "Usted no puede editar este usuario"
1100
1273
1101 #: rhodecode/controllers/admin/users.py:412
1274 #: rhodecode/controllers/admin/users.py:414
1102 msgid ""
1275 msgid ""
1103 "The user participates as reviewer in pull requests and cannot be deleted. "
1276 "The user participates as reviewer in pull requests and cannot be deleted. "
1104 "You can set the user to \"inactive\" instead of deleting it."
1277 "You can set the user to \"inactive\" instead of deleting it."
1105 msgstr ""
1278 msgstr ""
1106
1279
1107 #: rhodecode/controllers/admin/users.py:548
1280 #: rhodecode/controllers/admin/users.py:550
1108 msgid "User global permissions updated successfully"
1281 msgid "User global permissions updated successfully"
1109 msgstr "Permisos globales de usario actualizados exitosamente"
1282 msgstr "Permisos globales de usario actualizados exitosamente"
1110
1283
1111 #: rhodecode/controllers/admin/users.py:676
1284 #: rhodecode/controllers/admin/users.py:678
1112 #, python-format
1285 #, python-format
1113 msgid "An error occurred during ip saving:%s"
1286 msgid "An error occurred during ip saving:%s"
1114 msgstr "Ocurrió un error al guardar ip:%s"
1287 msgstr "Ocurrió un error al guardar ip:%s"
1115
1288
1116 #: rhodecode/controllers/admin/users.py:691
1289 #: rhodecode/controllers/admin/users.py:693
1117 msgid "An error occurred during ip saving"
1290 msgid "An error occurred during ip saving"
1118 msgstr "Ocurrió un error al guardar ip"
1291 msgstr "Ocurrió un error al guardar ip"
1119
1292
1120 #: rhodecode/controllers/admin/users.py:695
1293 #: rhodecode/controllers/admin/users.py:697
1121 #, python-format
1294 #, python-format
1122 msgid "Added ips %s to user whitelist"
1295 msgid "Added ips %s to user whitelist"
1123 msgstr "Se agregaron ips %s a la lista blanca de usuario"
1296 msgstr "Se agregaron ips %s a la lista blanca de usuario"
1124
1297
1125 #: rhodecode/controllers/admin/users.py:713
1298 #: rhodecode/controllers/admin/users.py:715
1126 msgid "Removed ip address from user whitelist"
1299 msgid "Removed ip address from user whitelist"
1127 msgstr "Se eliminó dirección ip de lista blanca de usuario"
1300 msgstr "Se eliminó dirección ip de lista blanca de usuario"
1128
1301
@@ -1249,25 +1422,25 b' msgstr ""'
1249 msgid "Commit not found"
1422 msgid "Commit not found"
1250 msgstr ""
1423 msgstr ""
1251
1424
1252 #: rhodecode/lib/auth.py:1106
1425 #: rhodecode/lib/auth.py:1180
1253 #, python-format
1426 #, python-format
1254 msgid "IP %s not allowed"
1427 msgid "IP %s not allowed"
1255 msgstr "IP %s no permitida"
1428 msgstr "IP %s no permitida"
1256
1429
1257 #: rhodecode/lib/auth.py:1180
1430 #: rhodecode/lib/auth.py:1254
1258 msgid "You need to be a registered user to perform this action"
1431 msgid "You need to be a registered user to perform this action"
1259 msgstr "Usted necesita ser un usuario registrado para llevar a cabo esta acción"
1432 msgstr "Usted necesita ser un usuario registrado para llevar a cabo esta acción"
1260
1433
1261 #: rhodecode/lib/auth.py:1227
1434 #: rhodecode/lib/auth.py:1302
1262 #, python-format
1435 #, python-format
1263 msgid "Action not supported for %s."
1436 msgid "Action not supported for %s."
1264 msgstr "Acción no soportada para %s"
1437 msgstr "Acción no soportada para %s"
1265
1438
1266 #: rhodecode/lib/auth.py:1264
1439 #: rhodecode/lib/auth.py:1339
1267 msgid "You need to be signed in to view this page"
1440 msgid "You need to be signed in to view this page"
1268 msgstr "Usted necesita estar en sesión para ver esta página"
1441 msgstr "Usted necesita estar en sesión para ver esta página"
1269
1442
1270 #: rhodecode/lib/base.py:513
1443 #: rhodecode/lib/base.py:511
1271 #, python-format
1444 #, python-format
1272 msgid "The repository at %(repo_name)s cannot be located."
1445 msgid "The repository at %(repo_name)s cannot be located."
1273 msgstr ""
1446 msgstr ""
@@ -1285,36 +1458,36 b' msgstr ""'
1285 msgid "No changes detected"
1458 msgid "No changes detected"
1286 msgstr ""
1459 msgstr ""
1287
1460
1288 #: rhodecode/lib/helpers.py:1246
1461 #: rhodecode/lib/helpers.py:1434
1289 #, python-format
1462 #, python-format
1290 msgid " and %s more"
1463 msgid " and %s more"
1291 msgstr ""
1464 msgstr ""
1292
1465
1293 #: rhodecode/lib/helpers.py:1250
1466 #: rhodecode/lib/helpers.py:1438
1294 msgid "No Files"
1467 msgid "No Files"
1295 msgstr ""
1468 msgstr ""
1296
1469
1297 #: rhodecode/lib/helpers.py:1323
1470 #: rhodecode/lib/helpers.py:1511
1298 msgid "new file"
1471 msgid "new file"
1299 msgstr ""
1472 msgstr ""
1300
1473
1301 #: rhodecode/lib/helpers.py:1326
1474 #: rhodecode/lib/helpers.py:1514
1302 msgid "mod"
1475 msgid "mod"
1303 msgstr ""
1476 msgstr ""
1304
1477
1305 #: rhodecode/lib/helpers.py:1329
1478 #: rhodecode/lib/helpers.py:1517
1306 msgid "del"
1479 msgid "del"
1307 msgstr ""
1480 msgstr ""
1308
1481
1309 #: rhodecode/lib/helpers.py:1332
1482 #: rhodecode/lib/helpers.py:1520
1310 msgid "rename"
1483 msgid "rename"
1311 msgstr ""
1484 msgstr ""
1312
1485
1313 #: rhodecode/lib/helpers.py:1337
1486 #: rhodecode/lib/helpers.py:1525
1314 msgid "chmod"
1487 msgid "chmod"
1315 msgstr ""
1488 msgstr ""
1316
1489
1317 #: rhodecode/lib/helpers.py:1579
1490 #: rhodecode/lib/helpers.py:1767
1318 msgid ""
1491 msgid ""
1319 "Example filter terms:\n"
1492 "Example filter terms:\n"
1320 " repository:vcs\n"
1493 " repository:vcs\n"
@@ -1333,306 +1506,94 b' msgid ""'
1333 " \"username:test AND repository:test*\"\n"
1506 " \"username:test AND repository:test*\"\n"
1334 msgstr ""
1507 msgstr ""
1335
1508
1336 #: rhodecode/lib/helpers.py:1599
1509 #: rhodecode/lib/helpers.py:1787
1337 #, python-format
1510 #, python-format
1338 msgid ""
1511 msgid ""
1339 "%s repository is not mapped to db perhaps it was created or renamed from the"
1512 "%s repository is not mapped to db perhaps it was created or renamed from the"
1340 " filesystem please run the application again in order to rescan repositories"
1513 " filesystem please run the application again in order to rescan repositories"
1341 msgstr ""
1514 msgstr ""
1342
1515
1343 #: rhodecode/lib/utils2.py:446
1516 #: rhodecode/lib/utils2.py:453
1344 #, python-format
1517 #, python-format
1345 msgid "%d year"
1518 msgid "%d year"
1346 msgid_plural "%d years"
1519 msgid_plural "%d years"
1347 msgstr[0] ""
1520 msgstr[0] ""
1348 msgstr[1] ""
1521 msgstr[1] ""
1349
1522
1350 #: rhodecode/lib/utils2.py:447
1523 #: rhodecode/lib/utils2.py:454
1351 #, python-format
1524 #, python-format
1352 msgid "%d month"
1525 msgid "%d month"
1353 msgid_plural "%d months"
1526 msgid_plural "%d months"
1354 msgstr[0] ""
1527 msgstr[0] ""
1355 msgstr[1] ""
1528 msgstr[1] ""
1356
1529
1357 #: rhodecode/lib/utils2.py:448
1530 #: rhodecode/lib/utils2.py:455
1358 #, python-format
1531 #, python-format
1359 msgid "%d day"
1532 msgid "%d day"
1360 msgid_plural "%d days"
1533 msgid_plural "%d days"
1361 msgstr[0] ""
1534 msgstr[0] ""
1362 msgstr[1] ""
1535 msgstr[1] ""
1363
1536
1364 #: rhodecode/lib/utils2.py:449
1537 #: rhodecode/lib/utils2.py:456
1365 #, python-format
1538 #, python-format
1366 msgid "%d hour"
1539 msgid "%d hour"
1367 msgid_plural "%d hours"
1540 msgid_plural "%d hours"
1368 msgstr[0] ""
1541 msgstr[0] ""
1369 msgstr[1] ""
1542 msgstr[1] ""
1370
1543
1371 #: rhodecode/lib/utils2.py:450
1544 #: rhodecode/lib/utils2.py:457
1372 #, python-format
1545 #, python-format
1373 msgid "%d minute"
1546 msgid "%d minute"
1374 msgid_plural "%d minutes"
1547 msgid_plural "%d minutes"
1375 msgstr[0] ""
1548 msgstr[0] ""
1376 msgstr[1] ""
1549 msgstr[1] ""
1377
1550
1378 #: rhodecode/lib/utils2.py:451
1551 #: rhodecode/lib/utils2.py:458
1379 #, python-format
1552 #, python-format
1380 msgid "%d second"
1553 msgid "%d second"
1381 msgid_plural "%d seconds"
1554 msgid_plural "%d seconds"
1382 msgstr[0] ""
1555 msgstr[0] ""
1383 msgstr[1] ""
1556 msgstr[1] ""
1384
1557
1385 #: rhodecode/lib/utils2.py:469
1558 #: rhodecode/lib/utils2.py:476
1386 #, python-format
1559 #, python-format
1387 msgid "in %s"
1560 msgid "in %s"
1388 msgstr ""
1561 msgstr ""
1389
1562
1390 #: rhodecode/lib/utils2.py:475
1563 #: rhodecode/lib/utils2.py:482
1391 #, python-format
1564 #, python-format
1392 msgid "%s ago"
1565 msgid "%s ago"
1393 msgstr ""
1566 msgstr ""
1394
1567
1395 #: rhodecode/lib/utils2.py:485
1568 #: rhodecode/lib/utils2.py:492
1396 #, python-format
1569 #, python-format
1397 msgid "%s, %s ago"
1570 msgid "%s, %s ago"
1398 msgstr ""
1571 msgstr ""
1399
1572
1400 #: rhodecode/lib/utils2.py:487
1573 #: rhodecode/lib/utils2.py:494
1401 #, python-format
1574 #, python-format
1402 msgid "in %s, %s"
1575 msgid "in %s, %s"
1403 msgstr ""
1576 msgstr ""
1404
1577
1405 #: rhodecode/lib/utils2.py:489
1578 #: rhodecode/lib/utils2.py:496
1406 #, python-format
1579 #, python-format
1407 msgid "%s and %s"
1580 msgid "%s and %s"
1408 msgstr ""
1581 msgstr ""
1409
1582
1410 #: rhodecode/lib/utils2.py:491
1583 #: rhodecode/lib/utils2.py:498
1411 #, python-format
1584 #, python-format
1412 msgid "%s and %s ago"
1585 msgid "%s and %s ago"
1413 msgstr ""
1586 msgstr ""
1414
1587
1415 #: rhodecode/lib/utils2.py:493
1588 #: rhodecode/lib/utils2.py:500
1416 #, python-format
1589 #, python-format
1417 msgid "in %s and %s"
1590 msgid "in %s and %s"
1418 msgstr ""
1591 msgstr ""
1419
1592
1420 #: rhodecode/lib/utils2.py:497
1593 #: rhodecode/lib/utils2.py:504
1421 msgid "just now"
1594 msgid "just now"
1422 msgstr ""
1595 msgstr ""
1423
1596
1424 #: rhodecode/lib/auth_modules/__init__.py:690
1425 msgid "This provider is currently disabled"
1426 msgstr ""
1427
1428 #: rhodecode/lib/auth_modules/__init__.py:708
1429 msgid "Your external identity is now connected with your account"
1430 msgstr ""
1431
1432 #: rhodecode/lib/auth_modules/__init__.py:712
1433 msgid ""
1434 "No external user id found? Perhaps permissionsfor authentication are set "
1435 "incorrectly"
1436 msgstr ""
1437
1438 #: rhodecode/lib/auth_modules/auth_crowd.py:60
1439 msgid "The FQDN or IP of the Atlassian CROWD Server"
1440 msgstr ""
1441
1442 #: rhodecode/lib/auth_modules/auth_crowd.py:61
1443 msgid "Host"
1444 msgstr ""
1445
1446 #: rhodecode/lib/auth_modules/auth_crowd.py:66
1447 msgid "The Port in use by the Atlassian CROWD Server"
1448 msgstr ""
1449
1450 #: rhodecode/lib/auth_modules/auth_crowd.py:67
1451 #: rhodecode/lib/auth_modules/auth_ldap.py:81
1452 msgid "Port"
1453 msgstr ""
1454
1455 #: rhodecode/lib/auth_modules/auth_crowd.py:73
1456 msgid "The Application Name to authenticate to CROWD"
1457 msgstr ""
1458
1459 #: rhodecode/lib/auth_modules/auth_crowd.py:74
1460 msgid "Application Name"
1461 msgstr ""
1462
1463 #: rhodecode/lib/auth_modules/auth_crowd.py:79
1464 msgid "The password to authenticate to CROWD"
1465 msgstr ""
1466
1467 #: rhodecode/lib/auth_modules/auth_crowd.py:80
1468 msgid "Application Password"
1469 msgstr ""
1470
1471 #: rhodecode/lib/auth_modules/auth_crowd.py:85
1472 msgid ""
1473 "A comma separated list of group names that identify users as RhodeCode "
1474 "Administrators"
1475 msgstr ""
1476
1477 #: rhodecode/lib/auth_modules/auth_crowd.py:88
1478 msgid "Admin Groups"
1479 msgstr ""
1480
1481 #: rhodecode/lib/auth_modules/auth_crowd.py:208
1482 msgid "CROWD"
1483 msgstr ""
1484
1485 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:63
1486 msgid "The url of the Jasig CAS REST service"
1487 msgstr ""
1488
1489 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:64
1490 #: rhodecode/templates/admin/gists/show.html:21
1491 msgid "URL"
1492 msgstr ""
1493
1494 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:90
1495 msgid "Jasig-CAS"
1496 msgstr ""
1497
1498 #: rhodecode/lib/auth_modules/auth_ldap.py:74
1499 msgid "Host of the LDAP Server"
1500 msgstr ""
1501
1502 #: rhodecode/lib/auth_modules/auth_ldap.py:75
1503 msgid "LDAP Host"
1504 msgstr ""
1505
1506 #: rhodecode/lib/auth_modules/auth_ldap.py:80
1507 msgid "Port that the LDAP server is listening on"
1508 msgstr ""
1509
1510 #: rhodecode/lib/auth_modules/auth_ldap.py:87
1511 msgid "User to connect to LDAP"
1512 msgstr ""
1513
1514 #: rhodecode/lib/auth_modules/auth_ldap.py:89
1515 msgid "Account"
1516 msgstr ""
1517
1518 #: rhodecode/lib/auth_modules/auth_ldap.py:94
1519 msgid "Password to connect to LDAP"
1520 msgstr ""
1521
1522 #: rhodecode/lib/auth_modules/auth_ldap.py:96
1523 #: rhodecode/templates/login.html:45 rhodecode/templates/register.html:43
1524 #: rhodecode/templates/admin/my_account/my_account.html:30
1525 #: rhodecode/templates/admin/users/user_add.html:44
1526 #: rhodecode/templates/base/base.html:312
1527 #: rhodecode/templates/debug_style/login.html:45
1528 msgid "Password"
1529 msgstr ""
1530
1531 #: rhodecode/lib/auth_modules/auth_ldap.py:101
1532 msgid "TLS Type"
1533 msgstr ""
1534
1535 #: rhodecode/lib/auth_modules/auth_ldap.py:102
1536 msgid "Connection Security"
1537 msgstr ""
1538
1539 #: rhodecode/lib/auth_modules/auth_ldap.py:108
1540 msgid "Require Cert over TLS?"
1541 msgstr ""
1542
1543 #: rhodecode/lib/auth_modules/auth_ldap.py:109
1544 msgid "Certificate Checks"
1545 msgstr ""
1546
1547 #: rhodecode/lib/auth_modules/auth_ldap.py:115
1548 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
1549 msgstr ""
1550
1551 #: rhodecode/lib/auth_modules/auth_ldap.py:117
1552 msgid "Base DN"
1553 msgstr ""
1554
1555 #: rhodecode/lib/auth_modules/auth_ldap.py:122
1556 msgid "Filter to narrow results (e.g., ou=Users, etc)"
1557 msgstr ""
1558
1559 #: rhodecode/lib/auth_modules/auth_ldap.py:124
1560 msgid "LDAP Search Filter"
1561 msgstr ""
1562
1563 #: rhodecode/lib/auth_modules/auth_ldap.py:129
1564 msgid "How deep to search LDAP"
1565 msgstr ""
1566
1567 #: rhodecode/lib/auth_modules/auth_ldap.py:130
1568 msgid "LDAP Search Scope"
1569 msgstr ""
1570
1571 #: rhodecode/lib/auth_modules/auth_ldap.py:136
1572 msgid "LDAP Attribute to map to user name"
1573 msgstr ""
1574
1575 #: rhodecode/lib/auth_modules/auth_ldap.py:137
1576 msgid "Login Attribute"
1577 msgstr ""
1578
1579 #: rhodecode/lib/auth_modules/auth_ldap.py:138
1580 msgid "The LDAP Login attribute of the CN must be specified"
1581 msgstr ""
1582
1583 #: rhodecode/lib/auth_modules/auth_ldap.py:143
1584 msgid "LDAP Attribute to map to first name"
1585 msgstr ""
1586
1587 #: rhodecode/lib/auth_modules/auth_ldap.py:145
1588 msgid "First Name Attribute"
1589 msgstr ""
1590
1591 #: rhodecode/lib/auth_modules/auth_ldap.py:150
1592 msgid "LDAP Attribute to map to last name"
1593 msgstr ""
1594
1595 #: rhodecode/lib/auth_modules/auth_ldap.py:152
1596 msgid "Last Name Attribute"
1597 msgstr ""
1598
1599 #: rhodecode/lib/auth_modules/auth_ldap.py:157
1600 msgid "LDAP Attribute to map to email address"
1601 msgstr ""
1602
1603 #: rhodecode/lib/auth_modules/auth_ldap.py:159
1604 msgid "Email Attribute"
1605 msgstr ""
1606
1607 #: rhodecode/lib/auth_modules/auth_ldap.py:335
1608 msgid "LDAP"
1609 msgstr ""
1610
1611 #: rhodecode/lib/auth_modules/auth_pam.py:60
1612 msgid "PAM service name to use for authentication."
1613 msgstr ""
1614
1615 #: rhodecode/lib/auth_modules/auth_pam.py:61
1616 msgid "PAM service name"
1617 msgstr ""
1618
1619 #: rhodecode/lib/auth_modules/auth_pam.py:66
1620 msgid ""
1621 "Regular expression for extracting user name/email etc. from Unix userinfo."
1622 msgstr ""
1623
1624 #: rhodecode/lib/auth_modules/auth_pam.py:68
1625 msgid "Gecos Regex"
1626 msgstr ""
1627
1628 #: rhodecode/lib/auth_modules/auth_pam.py:94
1629 msgid "PAM"
1630 msgstr ""
1631
1632 #: rhodecode/lib/auth_modules/auth_rhodecode.py:66
1633 msgid "Rhodecode"
1634 msgstr ""
1635
1636 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1597 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1637 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1598 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1638 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
1599 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
@@ -1643,19 +1604,19 b' msgstr ""'
1643 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1604 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1644 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1605 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1645 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1606 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1646 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1607 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1647 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1608 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1648 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1609 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1649 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1610 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
1650 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1611 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
1651 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1612 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
1652 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1613 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
1653 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1614 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
1654 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1615 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
1655 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1616 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
1656 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1617 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
1657 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1618 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1658 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2243
1619 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2291
1659 msgid "Repository no access"
1620 msgid "Repository no access"
1660 msgstr ""
1621 msgstr ""
1661
1622
@@ -1669,19 +1630,19 b' msgstr ""'
1669 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1630 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1670 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1631 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1671 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1632 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1672 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1633 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:734
1673 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1634 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:737
1674 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1635 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:739
1675 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1636 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:739
1676 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1637 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:766
1677 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1638 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:776
1678 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1639 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:819
1679 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1640 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:818
1680 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1641 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:819
1681 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1642 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:819
1682 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1643 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:825
1683 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1644 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1684 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2244
1645 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972 rhodecode/model/db.py:2292
1685 msgid "Repository read access"
1646 msgid "Repository read access"
1686 msgstr ""
1647 msgstr ""
1687
1648
@@ -1695,19 +1656,19 b' msgstr ""'
1695 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1656 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1696 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1657 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1697 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1658 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1698 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:737
1659 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1699 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:740
1660 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1700 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:742
1661 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1701 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:742
1662 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1702 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:769
1663 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1703 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:779
1664 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1704 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:822
1665 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1705 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:821
1666 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1706 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:822
1667 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1707 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:822
1668 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1708 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:828
1669 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1709 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:950
1670 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1710 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:975 rhodecode/model/db.py:2245
1671 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2293
1711 msgid "Repository write access"
1672 msgid "Repository write access"
1712 msgstr ""
1673 msgstr ""
1713
1674
@@ -1721,19 +1682,19 b' msgstr ""'
1721 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1682 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1722 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1683 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1723 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1684 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1724 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1685 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1725 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1686 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1726 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1687 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1727 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
1688 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1728 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
1689 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1729 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
1690 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1730 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
1691 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1731 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
1692 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1732 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
1693 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1733 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
1694 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1734 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
1695 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1735 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
1696 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1736 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2246
1697 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2294
1737 msgid "Repository admin access"
1698 msgid "Repository admin access"
1738 msgstr ""
1699 msgstr ""
1739
1700
@@ -1771,9 +1732,9 b' msgstr ""'
1771 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1732 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1772 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1733 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1773 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1734 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1774 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1735 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:731
1775 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1736 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:734
1776 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1737 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:736
1777 msgid "RhodeCode Administrator"
1738 msgid "RhodeCode Administrator"
1778 msgstr ""
1739 msgstr ""
1779
1740
@@ -1787,19 +1748,19 b' msgstr ""'
1787 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1748 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1788 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1749 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1789 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1750 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1790 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
1751 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
1791 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
1752 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
1792 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
1753 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
1793 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
1754 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
1794 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
1755 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
1795 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
1756 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
1796 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
1757 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
1797 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
1758 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
1798 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
1759 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
1799 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
1760 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
1800 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
1761 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
1801 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
1762 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1802 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2264
1763 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2312
1803 msgid "Repository creation disabled"
1764 msgid "Repository creation disabled"
1804 msgstr ""
1765 msgstr ""
1805
1766
@@ -1813,19 +1774,19 b' msgstr ""'
1813 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1774 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1814 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1775 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1815 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1776 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1816 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
1777 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:755
1817 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
1778 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:758
1818 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
1779 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:760
1819 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
1780 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:760
1820 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
1781 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:787
1821 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
1782 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:797
1822 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
1783 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:840
1823 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
1784 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:839
1824 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
1785 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:840
1825 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
1786 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:840
1826 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
1787 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:846
1827 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
1788 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1828 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2265
1789 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993 rhodecode/model/db.py:2313
1829 msgid "Repository creation enabled"
1790 msgid "Repository creation enabled"
1830 msgstr ""
1791 msgstr ""
1831
1792
@@ -1839,19 +1800,19 b' msgstr ""'
1839 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1800 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1840 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1801 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1841 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1802 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1842 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:761
1803 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
1843 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:764
1804 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
1844 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:766
1805 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
1845 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:766
1806 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
1846 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:793
1807 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
1847 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:803
1808 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
1848 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:846
1809 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
1849 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:845
1810 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
1850 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:846
1811 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
1851 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:846
1812 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
1852 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:852
1813 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
1853 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:974
1814 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
1854 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:999 rhodecode/model/db.py:2269
1815 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2317
1855 msgid "Repository forking disabled"
1816 msgid "Repository forking disabled"
1856 msgstr ""
1817 msgstr ""
1857
1818
@@ -1865,20 +1826,19 b' msgstr ""'
1865 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1826 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1866 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1827 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1867 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1828 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1868 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
1829 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:760
1869 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
1830 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:763
1870 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
1831 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:765
1871 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
1832 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:765
1872 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
1833 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:792
1873 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
1834 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:802
1874 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
1835 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:845
1875 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
1836 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:844
1876 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
1837 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:845
1877 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
1838 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:845
1878 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
1839 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:851
1879 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
1840 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
1880 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
1841 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998 rhodecode/model/db.py:2318
1881 #: rhodecode/model/db.py:2270
1882 msgid "Repository forking enabled"
1842 msgid "Repository forking enabled"
1883 msgstr ""
1843 msgstr ""
1884
1844
@@ -1913,20 +1873,20 b' msgstr ""'
1913 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1873 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1914 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1874 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1915 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1875 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1916 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1876 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1074
1917 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1877 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1077
1918 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1878 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1088
1919 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1879 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1091
1920 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1880 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1121
1921 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1881 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1135
1922 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1882 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1178
1923 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1883 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1177
1924 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1884 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1186
1925 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1885 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1186
1926 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1886 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1196
1927 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1887 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
1928 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
1888 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
1929 #: rhodecode/model/db.py:2900
1889 #: rhodecode/model/db.py:2950
1930 msgid "Not Reviewed"
1890 msgid "Not Reviewed"
1931 msgstr ""
1891 msgstr ""
1932
1892
@@ -1940,20 +1900,20 b' msgstr ""'
1940 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1900 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1941 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1901 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1942 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1902 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1943 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1903 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1075
1944 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
1904 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1078
1945 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
1905 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1089
1946 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
1906 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1092
1947 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
1907 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1122
1948 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
1908 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1136
1949 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
1909 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1179
1950 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
1910 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1178
1951 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
1911 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1187
1952 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
1912 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1187
1953 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
1913 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1197
1954 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
1914 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
1955 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
1915 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
1956 #: rhodecode/model/db.py:2901
1916 #: rhodecode/model/db.py:2951
1957 msgid "Approved"
1917 msgid "Approved"
1958 msgstr ""
1918 msgstr ""
1959
1919
@@ -1967,20 +1927,20 b' msgstr ""'
1967 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1927 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1968 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1928 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1969 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1929 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1970 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1078
1930 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1971 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1081
1931 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1972 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1092
1932 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1973 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1095
1933 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1974 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1125
1934 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1975 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1139
1935 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1976 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1182
1936 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1977 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1181
1937 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1978 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1190
1938 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1979 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1190
1939 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1980 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1200
1940 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1981 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1322
1941 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1982 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1347
1942 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
1983 #: rhodecode/model/db.py:2902
1943 #: rhodecode/model/db.py:2952
1984 msgid "Rejected"
1944 msgid "Rejected"
1985 msgstr ""
1945 msgstr ""
1986
1946
@@ -1994,20 +1954,20 b' msgstr ""'
1994 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
1954 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
1995 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
1955 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
1996 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
1956 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
1997 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1079
1957 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1998 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1082
1958 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
1999 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1093
1959 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
2000 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1096
1960 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
2001 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1126
1961 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
2002 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1140
1962 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
2003 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1183
1963 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
2004 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1182
1964 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
2005 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1191
1965 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
2006 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1191
1966 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
2007 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1201
1967 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
2008 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1323
1968 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2009 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1348
1969 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2010 #: rhodecode/model/db.py:2903
1970 #: rhodecode/model/db.py:2953
2011 msgid "Under Review"
1971 msgid "Under Review"
2012 msgstr ""
1972 msgstr ""
2013
1973
@@ -2018,6 +1978,52 b' msgstr ""'
2018 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
1978 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
2019 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
1979 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
2020 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1980 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1981 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1982 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1983 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1984 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
1985 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
1986 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
1987 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
1988 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
1989 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
1990 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
1991 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
1992 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
1993 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2296
1994 msgid "Repository group no access"
1995 msgstr ""
1996
1997 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
1998 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
1999 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2000 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2001 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2002 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2003 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2004 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:739
2005 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:742
2006 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:744
2007 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:744
2008 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:771
2009 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:781
2010 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:824
2011 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:823
2012 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:824
2013 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:824
2014 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:830
2015 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2016 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977 rhodecode/model/db.py:2297
2017 msgid "Repository group read access"
2018 msgstr ""
2019
2020 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2021 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2022 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2023 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2024 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2025 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2026 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2021 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
2027 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
2022 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
2028 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
2023 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
2029 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
@@ -2030,17 +2036,17 b' msgstr ""'
2030 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2036 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2031 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2037 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2032 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2038 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2033 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2248
2039 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2298
2034 msgid "Repository group no access"
2040 msgid "Repository group write access"
2035 msgstr ""
2041 msgstr ""
2036
2042
2037 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
2043 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2038 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
2044 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2039 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2045 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2040 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2046 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2041 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2047 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2042 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2048 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2043 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2049 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2044 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2050 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2045 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2051 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2046 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
2052 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
@@ -2053,40 +2059,16 b' msgstr ""'
2053 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2059 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2054 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2060 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2055 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2061 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2056 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2249
2062 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2299
2057 msgid "Repository group read access"
2063 msgid "Repository group admin access"
2058 msgstr ""
2064 msgstr ""
2059
2065
2060 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2066 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2061 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2067 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2062 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2068 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2063 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2069 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2064 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2070 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2065 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2071 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2066 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2067 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:742
2068 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:745
2069 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:747
2070 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:747
2071 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:774
2072 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:784
2073 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:827
2074 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:826
2075 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:827
2076 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:827
2077 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:833
2078 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:955
2079 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:980 rhodecode/model/db.py:2250
2080 msgid "Repository group write access"
2081 msgstr ""
2082
2083 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2084 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2085 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2086 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2087 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2088 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2089 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2090 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2072 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2091 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2073 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2092 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
2074 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
@@ -2099,16 +2081,38 b' msgstr ""'
2099 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2081 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2100 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2082 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2101 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2083 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2102 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2251
2084 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2301
2103 msgid "Repository group admin access"
2085 msgid "User group no access"
2104 msgstr ""
2086 msgstr ""
2105
2087
2106 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2088 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2107 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2089 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2108 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2090 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2109 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2091 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2110 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2092 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2111 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2093 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2094 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:744
2095 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:747
2096 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:749
2097 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:749
2098 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:776
2099 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:786
2100 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:829
2101 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:828
2102 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:829
2103 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:829
2104 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:835
2105 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2106 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982 rhodecode/model/db.py:2302
2107 msgid "User group read access"
2108 msgstr ""
2109
2110 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2111 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2112 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2113 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2114 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2115 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2112 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2116 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2113 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2117 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2114 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
2118 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
@@ -2121,16 +2125,16 b' msgstr ""'
2121 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2125 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2122 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2126 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2123 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2127 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2124 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2253
2128 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2303
2125 msgid "User group no access"
2129 msgid "User group write access"
2126 msgstr ""
2130 msgstr ""
2127
2131
2128 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2132 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2129 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2133 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2130 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2134 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2131 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2135 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2132 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2136 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2133 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2137 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2134 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2138 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2135 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2139 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2136 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
2140 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
@@ -2143,38 +2147,16 b' msgstr ""'
2143 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2147 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2144 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2148 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2145 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2149 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2146 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2254
2150 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2304
2147 msgid "User group read access"
2151 msgid "User group admin access"
2148 msgstr ""
2152 msgstr ""
2149
2153
2150 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2154 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2151 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2155 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2152 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2156 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2153 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2157 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2154 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2158 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2155 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2159 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2156 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:747
2157 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:750
2158 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:752
2159 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:752
2160 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:779
2161 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:789
2162 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:832
2163 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:831
2164 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:832
2165 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:832
2166 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:838
2167 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:960
2168 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:985 rhodecode/model/db.py:2255
2169 msgid "User group write access"
2170 msgstr ""
2171
2172 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2173 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2174 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2175 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2176 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2177 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2178 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2160 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2179 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2161 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2180 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
2162 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
@@ -2187,29 +2169,7 b' msgstr ""'
2187 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2169 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2188 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2170 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2189 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2171 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2190 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2256
2172 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2306
2191 msgid "User group admin access"
2192 msgstr ""
2193
2194 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2195 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2196 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2197 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2198 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2199 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2200 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:750
2201 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:753
2202 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:755
2203 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:755
2204 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:782
2205 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:792
2206 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:835
2207 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:834
2208 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:835
2209 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:835
2210 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:841
2211 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:963
2212 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:988 rhodecode/model/db.py:2258
2213 msgid "Repository Group creation disabled"
2173 msgid "Repository Group creation disabled"
2214 msgstr ""
2174 msgstr ""
2215
2175
@@ -2219,6 +2179,28 b' msgstr ""'
2219 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2179 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2220 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2180 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2221 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2181 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2182 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:749
2183 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:752
2184 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:754
2185 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:754
2186 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:781
2187 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:791
2188 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:834
2189 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:833
2190 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:834
2191 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:834
2192 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:840
2193 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2194 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987 rhodecode/model/db.py:2307
2195 msgid "Repository Group creation enabled"
2196 msgstr ""
2197
2198 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2199 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2200 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2201 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2202 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2203 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2222 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2204 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2223 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2205 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2224 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
2206 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
@@ -2231,29 +2213,7 b' msgstr ""'
2231 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2213 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2232 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2214 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2233 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2215 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2234 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2259
2216 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2309
2235 msgid "Repository Group creation enabled"
2236 msgstr ""
2237
2238 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2239 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2240 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2241 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2242 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2243 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2244 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:753
2245 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:756
2246 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:758
2247 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:758
2248 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:785
2249 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:795
2250 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:838
2251 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:837
2252 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:838
2253 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:838
2254 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:844
2255 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:966
2256 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:991 rhodecode/model/db.py:2261
2257 msgid "User Group creation disabled"
2217 msgid "User Group creation disabled"
2258 msgstr ""
2218 msgstr ""
2259
2219
@@ -2263,19 +2223,19 b' msgstr ""'
2263 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2223 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2264 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2224 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2265 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2225 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2266 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
2226 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:752
2267 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
2227 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:755
2268 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
2228 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:757
2269 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
2229 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:757
2270 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
2230 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:784
2271 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
2231 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:794
2272 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
2232 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:837
2273 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
2233 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:836
2274 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
2234 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:837
2275 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
2235 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:837
2276 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
2236 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:843
2277 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
2237 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2278 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2262
2238 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990 rhodecode/model/db.py:2310
2279 msgid "User Group creation enabled"
2239 msgid "User Group creation enabled"
2280 msgstr ""
2240 msgstr ""
2281
2241
@@ -2285,6 +2245,52 b' msgstr ""'
2285 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2245 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2286 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2246 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2287 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2247 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2248 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
2249 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
2250 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
2251 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
2252 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
2253 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
2254 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
2255 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
2256 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
2257 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
2258 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
2259 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2260 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2261 #: rhodecode/model/db.py:2320
2262 msgid "Registration disabled"
2263 msgstr ""
2264
2265 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2266 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2267 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2268 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2269 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2270 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2271 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:763
2272 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:766
2273 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:768
2274 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:768
2275 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:795
2276 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:805
2277 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:848
2278 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:847
2279 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:848
2280 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:848
2281 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:854
2282 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2283 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2284 #: rhodecode/model/db.py:2321
2285 msgid "User Registration with manual account activation"
2286 msgstr ""
2287
2288 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2289 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2290 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2291 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2292 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2293 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2288 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2294 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2289 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2295 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2290 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
2296 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
@@ -2298,39 +2304,16 b' msgstr ""'
2298 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2304 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2299 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2305 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2300 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2306 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2301 #: rhodecode/model/db.py:2272
2307 #: rhodecode/model/db.py:2322
2302 msgid "Registration disabled"
2308 msgid "User Registration with automatic account activation"
2303 msgstr ""
2309 msgstr ""
2304
2310
2305 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2311 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2306 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2312 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2307 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2313 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2308 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2314 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2309 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2315 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2310 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2316 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2311 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:765
2312 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:768
2313 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:770
2314 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:770
2315 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:797
2316 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:807
2317 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:850
2318 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:849
2319 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:850
2320 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:850
2321 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:856
2322 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:978
2323 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1003
2324 #: rhodecode/model/db.py:2273
2325 msgid "User Registration with manual account activation"
2326 msgstr ""
2327
2328 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2329 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2330 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2331 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2332 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2333 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2334 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2317 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2335 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2318 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2336 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
2319 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
@@ -2344,30 +2327,7 b' msgstr ""'
2344 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2327 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2345 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2328 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2346 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2329 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2347 #: rhodecode/model/db.py:2274
2330 #: rhodecode/model/db.py:2324
2348 msgid "User Registration with automatic account activation"
2349 msgstr ""
2350
2351 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2352 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2353 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2354 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2355 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2356 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2357 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:768
2358 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:771
2359 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:773
2360 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:773
2361 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:800
2362 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:810
2363 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:853
2364 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:852
2365 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:853
2366 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:853
2367 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:859
2368 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:981
2369 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1006
2370 #: rhodecode/model/db.py:2276
2371 msgid "Manual activation of external account"
2331 msgid "Manual activation of external account"
2372 msgstr ""
2332 msgstr ""
2373
2333
@@ -2377,11 +2337,70 b' msgstr ""'
2377 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2337 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2378 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2338 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2379 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2339 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2380 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:769
2340 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:767
2381 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:772
2341 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:770
2382 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:774
2342 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:772
2383 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:774
2343 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:772
2384 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:801
2344 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:799
2345 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:809
2346 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:852
2347 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:851
2348 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:852
2349 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:852
2350 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:858
2351 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2352 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2353 #: rhodecode/model/db.py:2325
2354 msgid "Automatic activation of external account"
2355 msgstr ""
2356
2357 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
2358 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
2359 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
2360 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
2361 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
2362 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
2363 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
2364 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
2365 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
2366 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
2367 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
2368 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2369 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2314
2370 msgid ""
2371 "Repository creation enabled with write permission to a repository group"
2372 msgstr ""
2373
2374 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
2375 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
2376 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
2377 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
2378 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
2379 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
2380 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
2381 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
2382 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
2383 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
2384 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
2385 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2386 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2315
2387 msgid ""
2388 "Repository creation disabled with write permission to a repository group"
2389 msgstr ""
2390
2391 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:736
2392 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:763
2393 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:773
2394 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:816
2395 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:815
2396 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:816
2397 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:816
2398 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:822
2399 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2400 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969 rhodecode/model/db.py:2289
2401 msgid "RhodeCode Super Administrator"
2402 msgstr ""
2403
2385 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2404 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2386 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2405 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2387 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
2406 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
@@ -2390,134 +2409,93 b' msgstr ""'
2390 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2409 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2391 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2410 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2392 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2411 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2393 #: rhodecode/model/db.py:2277
2412 #: rhodecode/model/db.py:2327
2394 msgid "Automatic activation of external account"
2395 msgstr ""
2396
2397 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:758
2398 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:761
2399 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:763
2400 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:763
2401 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:790
2402 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:800
2403 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:843
2404 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:842
2405 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:843
2406 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:843
2407 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:849
2408 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:971
2409 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:996 rhodecode/model/db.py:2266
2410 msgid ""
2411 "Repository creation enabled with write permission to a repository group"
2412 msgstr ""
2413
2414 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
2415 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
2416 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
2417 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
2418 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
2419 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
2420 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
2421 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
2422 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
2423 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
2424 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
2425 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2426 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2267
2427 msgid ""
2428 "Repository creation disabled with write permission to a repository group"
2429 msgstr ""
2430
2431 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
2432 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
2433 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
2434 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
2435 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
2436 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
2437 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
2438 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
2439 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
2440 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2241
2441 msgid "RhodeCode Super Administrator"
2442 msgstr ""
2443
2444 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:813
2445 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:856
2446 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:855
2447 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:856
2448 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:856
2449 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:862
2450 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:984
2451 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1009
2452 #: rhodecode/model/db.py:2279
2453 msgid "Inherit object permissions from default user disabled"
2413 msgid "Inherit object permissions from default user disabled"
2454 msgstr ""
2414 msgstr ""
2455
2415
2456 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:814
2416 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:812
2457 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:857
2417 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:855
2458 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:856
2418 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:854
2459 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:857
2419 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:855
2460 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:857
2420 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:855
2461 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:863
2421 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:861
2462 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:985
2422 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2463 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1010
2423 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2464 #: rhodecode/model/db.py:2280
2424 #: rhodecode/model/db.py:2328
2465 msgid "Inherit object permissions from default user enabled"
2425 msgid "Inherit object permissions from default user enabled"
2466 msgstr ""
2426 msgstr ""
2467
2427
2468 #: rhodecode/lib/index/whoosh.py:129
2428 #: rhodecode/lib/index/whoosh.py:148
2469 msgid "Invalid search query. Try quoting it."
2429 msgid "Invalid search query. Try quoting it."
2470 msgstr "Consulta de búsqueda inválidad. Intente agregar comillas."
2430 msgstr "Consulta de búsqueda inválidad. Intente agregar comillas."
2471
2431
2472 #: rhodecode/lib/index/whoosh.py:131
2432 #: rhodecode/lib/index/whoosh.py:150
2473 msgid "There is no index to search in. Please run whoosh indexer"
2433 msgid "There is no index to search in. Please run whoosh indexer"
2474 msgstr "No hay un índice en el cual buscar. Por favor execute el indexador whoosh"
2434 msgstr "No hay un índice en el cual buscar. Por favor execute el indexador whoosh"
2475
2435
2476 #: rhodecode/lib/index/whoosh.py:136
2436 #: rhodecode/lib/index/whoosh.py:155
2477 msgid "An error occurred during this search operation"
2437 msgid "An error occurred during this search operation"
2478 msgstr "Un error ocurrió durante esta operación de búsqueda"
2438 msgstr "Un error ocurrió durante esta operación de búsqueda"
2479
2439
2480 #: rhodecode/lib/index/whoosh.py:144
2440 #: rhodecode/lib/index/whoosh.py:163
2481 msgid "Index Type"
2441 msgid "Index Type"
2482 msgstr ""
2442 msgstr ""
2483
2443
2484 #: rhodecode/lib/index/whoosh.py:145
2444 #: rhodecode/lib/index/whoosh.py:164
2485 msgid "File Index"
2445 msgid "File Index"
2486 msgstr ""
2446 msgstr ""
2487
2447
2488 #: rhodecode/lib/index/whoosh.py:146 rhodecode/lib/index/whoosh.py:151
2448 #: rhodecode/lib/index/whoosh.py:165 rhodecode/lib/index/whoosh.py:170
2489 msgid "Indexed documents"
2449 msgid "Indexed documents"
2490 msgstr ""
2450 msgstr ""
2491
2451
2492 #: rhodecode/lib/index/whoosh.py:148 rhodecode/lib/index/whoosh.py:153
2452 #: rhodecode/lib/index/whoosh.py:167 rhodecode/lib/index/whoosh.py:172
2493 msgid "Last update"
2453 msgid "Last update"
2494 msgstr ""
2454 msgstr ""
2495
2455
2496 #: rhodecode/lib/index/whoosh.py:150
2456 #: rhodecode/lib/index/whoosh.py:169
2497 msgid "Commit index"
2457 msgid "Commit index"
2498 msgstr ""
2458 msgstr ""
2499
2459
2500 #: rhodecode/model/db.py:871
2460 #: rhodecode/login/views.py:237 rhodecode/login/views.py:296
2461 msgid "bad captcha"
2462 msgstr "mal código de imagen"
2463
2464 #: rhodecode/login/views.py:246
2465 msgid "You have successfully registered with RhodeCode"
2466 msgstr "Se ha registrado exitosamente con RhodeCode"
2467
2468 #: rhodecode/login/views.py:312
2469 msgid "Your password reset link was sent"
2470 msgstr "Su liga de reinicio de contraseña fue enviada"
2471
2472 #: rhodecode/login/views.py:333
2473 msgid ""
2474 "Your password reset was successful, a new password has been sent to your "
2475 "email"
2476 msgstr "Su reinicio de contraseña fue exitoso, una nueva contraseña ha sido enviada a su correo electrónico"
2477
2478 #: rhodecode/model/db.py:909
2501 msgid "all"
2479 msgid "all"
2502 msgstr ""
2480 msgstr ""
2503
2481
2504 #: rhodecode/model/db.py:872
2482 #: rhodecode/model/db.py:910
2505 msgid "http/web interface"
2483 msgid "http/web interface"
2506 msgstr ""
2484 msgstr ""
2507
2485
2508 #: rhodecode/model/db.py:873
2486 #: rhodecode/model/db.py:911
2509 msgid "vcs (git/hg protocol)"
2487 msgid "vcs (git/hg protocol)"
2510 msgstr ""
2488 msgstr ""
2511
2489
2512 #: rhodecode/model/db.py:874
2490 #: rhodecode/model/db.py:912
2513 msgid "api calls"
2491 msgid "api calls"
2514 msgstr ""
2492 msgstr ""
2515
2493
2516 #: rhodecode/model/db.py:875
2494 #: rhodecode/model/db.py:913
2517 msgid "feed access"
2495 msgid "feed access"
2518 msgstr ""
2496 msgstr ""
2519
2497
2520 #: rhodecode/model/db.py:2020
2498 #: rhodecode/model/db.py:2067
2521 msgid "No parent"
2499 msgid "No parent"
2522 msgstr ""
2500 msgstr ""
2523
2501
@@ -2641,7 +2619,7 b' msgid ""'
2641 "reference is missing."
2619 "reference is missing."
2642 msgstr ""
2620 msgstr ""
2643
2621
2644 #: rhodecode/model/pull_request.py:411
2622 #: rhodecode/model/pull_request.py:416
2645 #, python-format
2623 #, python-format
2646 msgid ""
2624 msgid ""
2647 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
2625 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
@@ -2649,39 +2627,39 b' msgid ""'
2649 " %(pr_title)s"
2627 " %(pr_title)s"
2650 msgstr ""
2628 msgstr ""
2651
2629
2652 #: rhodecode/model/pull_request.py:443
2630 #: rhodecode/model/pull_request.py:448
2653 msgid "Pull request merged and closed"
2631 msgid "Pull request merged and closed"
2654 msgstr ""
2632 msgstr ""
2655
2633
2656 #: rhodecode/model/pull_request.py:859
2634 #: rhodecode/model/pull_request.py:867
2657 msgid "Server-side pull request merging is disabled."
2635 msgid "Server-side pull request merging is disabled."
2658 msgstr ""
2636 msgstr ""
2659
2637
2660 #: rhodecode/model/pull_request.py:861
2638 #: rhodecode/model/pull_request.py:869
2661 msgid "This pull request is closed."
2639 msgid "This pull request is closed."
2662 msgstr ""
2640 msgstr ""
2663
2641
2664 #: rhodecode/model/pull_request.py:872
2642 #: rhodecode/model/pull_request.py:880
2665 msgid "Pull request merging is not supported."
2643 msgid "Pull request merging is not supported."
2666 msgstr ""
2644 msgstr ""
2667
2645
2668 #: rhodecode/model/pull_request.py:890
2646 #: rhodecode/model/pull_request.py:898
2669 msgid "Target repository large files support is disabled."
2647 msgid "Target repository large files support is disabled."
2670 msgstr ""
2648 msgstr ""
2671
2649
2672 #: rhodecode/model/pull_request.py:893
2650 #: rhodecode/model/pull_request.py:901
2673 msgid "Source repository large files support is disabled."
2651 msgid "Source repository large files support is disabled."
2674 msgstr ""
2652 msgstr ""
2675
2653
2676 #: rhodecode/model/pull_request.py:1036 rhodecode/model/scm.py:791
2654 #: rhodecode/model/pull_request.py:1050 rhodecode/model/scm.py:791
2677 msgid "Bookmarks"
2655 msgid "Bookmarks"
2678 msgstr ""
2656 msgstr ""
2679
2657
2680 #: rhodecode/model/pull_request.py:1041
2658 #: rhodecode/model/pull_request.py:1055
2681 msgid "Commit IDs"
2659 msgid "Commit IDs"
2682 msgstr ""
2660 msgstr ""
2683
2661
2684 #: rhodecode/model/pull_request.py:1044
2662 #: rhodecode/model/pull_request.py:1058
2685 msgid "Closed Branches"
2663 msgid "Closed Branches"
2686 msgstr ""
2664 msgstr ""
2687
2665
@@ -2693,238 +2671,252 b' msgstr ""'
2693 msgid "You can't Edit this user since it's crucial for entire application"
2671 msgid "You can't Edit this user since it's crucial for entire application"
2694 msgstr ""
2672 msgstr ""
2695
2673
2696 #: rhodecode/model/user.py:283
2674 #: rhodecode/model/user.py:285
2697 #, python-format
2675 #, python-format
2698 msgid ""
2676 msgid ""
2699 "You can't edit this user (`%(username)s`) since it's crucial for entire "
2677 "You can't edit this user (`%(username)s`) since it's crucial for entire "
2700 "application"
2678 "application"
2701 msgstr ""
2679 msgstr ""
2702
2680
2703 #: rhodecode/model/user.py:456
2681 #: rhodecode/model/user.py:458
2704 msgid "You can't remove this user since it's crucial for entire application"
2682 msgid "You can't remove this user since it's crucial for entire application"
2705 msgstr ""
2683 msgstr ""
2706
2684
2707 #: rhodecode/model/user.py:464
2685 #: rhodecode/model/user.py:466
2708 #, python-format
2686 #, python-format
2709 msgid ""
2687 msgid ""
2710 "user \"%s\" still owns %s repositories and cannot be removed. Switch owners "
2688 "user \"%s\" still owns %s repositories and cannot be removed. Switch owners "
2711 "or remove those repositories:%s"
2689 "or remove those repositories:%s"
2712 msgstr ""
2690 msgstr ""
2713
2691
2714 #: rhodecode/model/user.py:473
2692 #: rhodecode/model/user.py:475
2715 #, python-format
2693 #, python-format
2716 msgid ""
2694 msgid ""
2717 "user \"%s\" still owns %s repository groups and cannot be removed. Switch "
2695 "user \"%s\" still owns %s repository groups and cannot be removed. Switch "
2718 "owners or remove those repository groups:%s"
2696 "owners or remove those repository groups:%s"
2719 msgstr ""
2697 msgstr ""
2720
2698
2721 #: rhodecode/model/user.py:482
2699 #: rhodecode/model/user.py:484
2722 #, python-format
2700 #, python-format
2723 msgid ""
2701 msgid ""
2724 "user \"%s\" still owns %s user groups and cannot be removed. Switch owners "
2702 "user \"%s\" still owns %s user groups and cannot be removed. Switch owners "
2725 "or remove those user groups:%s"
2703 "or remove those user groups:%s"
2726 msgstr ""
2704 msgstr ""
2727
2705
2728 #: rhodecode/model/validators.py:96 rhodecode/model/validators.py:97
2706 #: rhodecode/model/validators.py:98 rhodecode/model/validators.py:99
2729 msgid "Value cannot be an empty list"
2707 msgid "Value cannot be an empty list"
2730 msgstr ""
2708 msgstr ""
2731
2709
2732 #: rhodecode/model/validators.py:140
2710 #: rhodecode/model/validators.py:142
2733 msgid "Pattern already exists"
2711 msgid "Pattern already exists"
2734 msgstr ""
2712 msgstr ""
2735
2713
2736 #: rhodecode/model/validators.py:158
2737 #, python-format
2738 msgid "Username \"%(username)s\" already exists"
2739 msgstr ""
2740
2741 #: rhodecode/model/validators.py:160
2714 #: rhodecode/model/validators.py:160
2742 #, python-format
2715 #, python-format
2743 msgid "Username \"%(username)s\" is forbidden"
2716 msgid "Username \"%(username)s\" already exists"
2744 msgstr ""
2717 msgstr ""
2745
2718
2746 #: rhodecode/model/validators.py:162
2719 #: rhodecode/model/validators.py:162
2720 #, python-format
2721 msgid "Username \"%(username)s\" is forbidden"
2722 msgstr ""
2723
2724 #: rhodecode/model/validators.py:164
2747 msgid ""
2725 msgid ""
2748 "Username may only contain alphanumeric characters underscores, periods or "
2726 "Username may only contain alphanumeric characters underscores, periods or "
2749 "dashes and must begin with alphanumeric character or underscore"
2727 "dashes and must begin with alphanumeric character or underscore"
2750 msgstr ""
2728 msgstr ""
2751
2729
2752 #: rhodecode/model/validators.py:190
2730 #: rhodecode/model/validators.py:192
2753 msgid "The input is not valid"
2731 msgid "The input is not valid"
2754 msgstr ""
2732 msgstr ""
2755
2733
2756 #: rhodecode/model/validators.py:197
2734 #: rhodecode/model/validators.py:199
2757 #, python-format
2735 #, python-format
2758 msgid "Username %(username)s is not valid"
2736 msgid "Username %(username)s is not valid"
2759 msgstr ""
2737 msgstr ""
2760
2738
2761 #: rhodecode/model/validators.py:216
2739 #: rhodecode/model/validators.py:200
2740 #, python-format
2741 msgid "Username %(username)s is disabled"
2742 msgstr ""
2743
2744 #: rhodecode/model/validators.py:223
2762 msgid "Invalid user group name"
2745 msgid "Invalid user group name"
2763 msgstr ""
2746 msgstr ""
2764
2747
2765 #: rhodecode/model/validators.py:217
2748 #: rhodecode/model/validators.py:224
2766 #, python-format
2749 #, python-format
2767 msgid "User group \"%(usergroup)s\" already exists"
2750 msgid "User group \"%(usergroup)s\" already exists"
2768 msgstr ""
2751 msgstr ""
2769
2752
2770 #: rhodecode/model/validators.py:219
2753 #: rhodecode/model/validators.py:226
2771 msgid ""
2754 msgid ""
2772 "user group name may only contain alphanumeric characters underscores, "
2755 "user group name may only contain alphanumeric characters underscores, "
2773 "periods or dashes and must begin with alphanumeric character"
2756 "periods or dashes and must begin with alphanumeric character"
2774 msgstr ""
2757 msgstr ""
2775
2758
2776 #: rhodecode/model/validators.py:257
2759 #: rhodecode/model/validators.py:264
2777 msgid "Cannot assign this group as parent"
2760 msgid "Cannot assign this group as parent"
2778 msgstr ""
2761 msgstr ""
2779
2762
2780 #: rhodecode/model/validators.py:258
2763 #: rhodecode/model/validators.py:265
2781 #, python-format
2764 #, python-format
2782 msgid "Group \"%(group_name)s\" already exists"
2765 msgid "Group \"%(group_name)s\" already exists"
2783 msgstr ""
2766 msgstr ""
2784
2767
2785 #: rhodecode/model/validators.py:259
2768 #: rhodecode/model/validators.py:266
2786 #, python-format
2769 #, python-format
2787 msgid "Repository with name \"%(group_name)s\" already exists"
2770 msgid "Repository with name \"%(group_name)s\" already exists"
2788 msgstr ""
2771 msgstr ""
2789
2772
2790 #: rhodecode/model/validators.py:261
2773 #: rhodecode/model/validators.py:268
2791 msgid "no permission to store repository groupin this location"
2774 msgid "no permission to store repository groupin this location"
2792 msgstr ""
2775 msgstr ""
2793
2776
2794 #: rhodecode/model/validators.py:263
2777 #: rhodecode/model/validators.py:270
2795 msgid "no permission to store repository group in root location"
2778 msgid "no permission to store repository group in root location"
2796 msgstr ""
2779 msgstr ""
2797
2780
2798 #: rhodecode/model/validators.py:379
2781 #: rhodecode/model/validators.py:386
2799 msgid "Invalid characters (non-ascii) in password"
2782 msgid "Invalid characters (non-ascii) in password"
2800 msgstr ""
2783 msgstr ""
2801
2784
2802 #: rhodecode/model/validators.py:394
2785 #: rhodecode/model/validators.py:401
2803 msgid "Invalid old password"
2786 msgid "Invalid old password"
2804 msgstr ""
2787 msgstr ""
2805
2788
2806 #: rhodecode/model/validators.py:412
2789 #: rhodecode/model/validators.py:418
2807 msgid "Passwords do not match"
2790 msgid "Passwords do not match"
2808 msgstr ""
2791 msgstr ""
2809
2792
2810 #: rhodecode/model/validators.py:430
2793 #: rhodecode/model/validators.py:436
2811 msgid "invalid password"
2794 msgid "invalid password"
2812 msgstr ""
2795 msgstr ""
2813
2796
2814 #: rhodecode/model/validators.py:431
2797 #: rhodecode/model/validators.py:437
2815 msgid "invalid user name"
2798 msgid "invalid user name"
2816 msgstr ""
2799 msgstr ""
2817
2800
2818 #: rhodecode/model/validators.py:432
2801 #: rhodecode/model/validators.py:438
2819 msgid "Your account is disabled"
2802 msgid "Your account is disabled"
2820 msgstr ""
2803 msgstr ""
2821
2804
2822 #: rhodecode/model/validators.py:465
2805 #: rhodecode/model/validators.py:470
2823 msgid "Token mismatch"
2806 msgid "Token mismatch"
2824 msgstr ""
2807 msgstr ""
2825
2808
2826 #: rhodecode/model/validators.py:479
2809 #: rhodecode/model/validators.py:484
2827 #, python-format
2810 #, python-format
2828 msgid "Repository name %(repo)s is disallowed"
2811 msgid "Repository name %(repo)s is disallowed"
2829 msgstr ""
2812 msgstr ""
2830
2813
2831 #: rhodecode/model/validators.py:481
2832 #, python-format
2833 msgid "Repository with name %(repo)s already exists"
2834 msgstr ""
2835
2836 #: rhodecode/model/validators.py:483
2837 #, python-format
2838 msgid "Repository group with name \"%(repo)s\" already exists"
2839 msgstr ""
2840
2841 #: rhodecode/model/validators.py:486
2814 #: rhodecode/model/validators.py:486
2842 #, python-format
2815 #, python-format
2843 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2816 msgid "Repository with name %(repo)s already exists"
2844 msgstr ""
2817 msgstr ""
2845
2818
2846 #: rhodecode/model/validators.py:488
2819 #: rhodecode/model/validators.py:488
2847 #, python-format
2820 #, python-format
2821 msgid "Repository group with name \"%(repo)s\" already exists"
2822 msgstr ""
2823
2824 #: rhodecode/model/validators.py:491
2825 #, python-format
2826 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2827 msgstr ""
2828
2829 #: rhodecode/model/validators.py:493
2830 #, python-format
2848 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2831 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2849 msgstr ""
2832 msgstr ""
2850
2833
2851 #: rhodecode/model/validators.py:615
2834 #: rhodecode/model/validators.py:620
2852 #, python-format
2835 #, python-format
2853 msgid "invalid clone url for %(rtype)s repository"
2836 msgid "invalid clone url for %(rtype)s repository"
2854 msgstr ""
2837 msgstr ""
2855
2838
2856 #: rhodecode/model/validators.py:616
2839 #: rhodecode/model/validators.py:621
2857 #, python-format
2840 #, python-format
2858 msgid ""
2841 msgid ""
2859 "Invalid clone url, provide a valid clone url starting with one of "
2842 "Invalid clone url, provide a valid clone url starting with one of "
2860 "%(allowed_prefixes)s"
2843 "%(allowed_prefixes)s"
2861 msgstr ""
2844 msgstr ""
2862
2845
2863 #: rhodecode/model/validators.py:645
2846 #: rhodecode/model/validators.py:650
2864 msgid "Fork have to be the same type as parent"
2847 msgid "Fork have to be the same type as parent"
2865 msgstr ""
2848 msgstr ""
2866
2849
2867 #: rhodecode/model/validators.py:660
2850 #: rhodecode/model/validators.py:665
2868 msgid "You do not have the permission to create repositories in this group."
2851 msgid "You do not have the permission to create repositories in this group."
2869 msgstr ""
2852 msgstr ""
2870
2853
2871 #: rhodecode/model/validators.py:663
2854 #: rhodecode/model/validators.py:668
2872 msgid ""
2855 msgid ""
2873 "You do not have the permission to store repositories in the root location."
2856 "You do not have the permission to store repositories in the root location."
2874 msgstr ""
2857 msgstr ""
2875
2858
2876 #: rhodecode/model/validators.py:723
2859 #: rhodecode/model/validators.py:728
2877 msgid "This username or user group name is not valid"
2860 msgid "This username or user group name is not valid"
2878 msgstr ""
2861 msgstr ""
2879
2862
2880 #: rhodecode/model/validators.py:841
2863 #: rhodecode/model/validators.py:846
2881 msgid "This is not a valid path"
2864 msgid "This is not a valid path"
2882 msgstr ""
2865 msgstr ""
2883
2866
2884 #: rhodecode/model/validators.py:856
2867 #: rhodecode/model/validators.py:861
2885 msgid "This e-mail address is already taken"
2868 msgid "This e-mail address is already taken"
2886 msgstr ""
2869 msgstr ""
2887
2870
2888 #: rhodecode/model/validators.py:876
2871 #: rhodecode/model/validators.py:881
2889 #, python-format
2872 #, python-format
2890 msgid "e-mail \"%(email)s\" does not exist."
2873 msgid "e-mail \"%(email)s\" does not exist."
2891 msgstr ""
2874 msgstr ""
2892
2875
2893 #: rhodecode/model/validators.py:912
2876 #: rhodecode/model/validators.py:902
2894 msgid ""
2895 "The LDAP Login attribute of the CN must be specified - this is the name of "
2896 "the attribute that is equivalent to \"username\""
2897 msgstr ""
2898
2899 #: rhodecode/model/validators.py:926
2900 #, python-format
2877 #, python-format
2901 msgid "Revisions %(revs)s are already part of pull request or have set status"
2878 msgid "Revisions %(revs)s are already part of pull request or have set status"
2902 msgstr ""
2879 msgstr ""
2903
2880
2904 #: rhodecode/model/validators.py:957
2881 #: rhodecode/model/validators.py:933
2905 msgid "Please enter a valid IPv4 or IpV6 address"
2882 msgid "Please enter a valid IPv4 or IpV6 address"
2906 msgstr ""
2883 msgstr ""
2907
2884
2908 #: rhodecode/model/validators.py:958
2885 #: rhodecode/model/validators.py:934
2909 #, python-format
2886 #, python-format
2910 msgid ""
2887 msgid ""
2911 "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2888 "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2912 msgstr ""
2889 msgstr ""
2913
2890
2914 #: rhodecode/model/validators.py:985
2891 #: rhodecode/model/validators.py:961
2915 msgid "Key name can only consist of letters, underscore, dash or numbers"
2892 msgid "Key name can only consist of letters, underscore, dash or numbers"
2916 msgstr ""
2893 msgstr ""
2917
2894
2895 #: rhodecode/model/validators.py:976
2896 msgid "Filename cannot be inside a directory"
2897 msgstr ""
2898
2899 #: rhodecode/model/validators.py:992
2900 #, python-format
2901 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2902 msgstr ""
2903
2904 #: rhodecode/model/validators.py:995
2905 #, python-format
2906 msgid "The plugin \"%(plugin_id)s\" is missing an includeme function."
2907 msgstr ""
2908
2909 #: rhodecode/model/validators.py:998
2910 #, python-format
2911 msgid "Can not load plugin \"%(plugin_id)s\""
2912 msgstr ""
2913
2918 #: rhodecode/model/validators.py:1000
2914 #: rhodecode/model/validators.py:1000
2919 msgid "Filename cannot be inside a directory"
2915 #, python-format
2920 msgstr ""
2916 msgid "No plugin available with ID \"%(plugin_id)s\""
2921
2917 msgstr ""
2922 #: rhodecode/model/validators.py:1016
2918
2923 #, python-format
2919 #: rhodecode/model/validators.py:1067
2924 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2925 msgstr ""
2926
2927 #: rhodecode/model/validators.py:1048
2928 msgid "This gistid is already in use"
2920 msgid "This gistid is already in use"
2929 msgstr ""
2921 msgstr ""
2930
2922
@@ -2980,10 +2972,10 b' msgstr ""'
2980 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2972 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2981 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2973 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2982 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2974 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2983 #: rhodecode/templates/admin/repos/repo_edit_settings.html:12
2975 #: rhodecode/templates/admin/repos/repo_edit_settings.html:15
2984 #: rhodecode/templates/admin/repos/repos.html:54
2976 #: rhodecode/templates/admin/repos/repos.html:54
2985 #: rhodecode/templates/admin/user_groups/user_groups.html:55
2977 #: rhodecode/templates/admin/user_groups/user_groups.html:55
2986 #: rhodecode/templates/base/perms_summary.html:103
2978 #: rhodecode/templates/base/perms_summary.html:102
2987 #: rhodecode/templates/bookmarks/bookmarks.html:59
2979 #: rhodecode/templates/bookmarks/bookmarks.html:59
2988 #: rhodecode/templates/branches/branches.html:58
2980 #: rhodecode/templates/branches/branches.html:58
2989 #: rhodecode/templates/files/files_browser.html:49
2981 #: rhodecode/templates/files/files_browser.html:49
@@ -2997,25 +2989,25 b' msgstr ""'
2997 #: rhodecode/templates/admin/gists/index.html:114
2989 #: rhodecode/templates/admin/gists/index.html:114
2998 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
2990 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
2999 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
2991 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3000 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:30
2992 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
3001 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
2993 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
3002 #: rhodecode/templates/admin/repos/repo_add_base.html:32
2994 #: rhodecode/templates/admin/repos/repo_add_base.html:32
3003 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
2995 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
3004 #: rhodecode/templates/admin/repos/repo_edit_settings.html:83
2996 #: rhodecode/templates/admin/repos/repo_edit_settings.html:96
3005 #: rhodecode/templates/admin/repos/repos.html:57
2997 #: rhodecode/templates/admin/repos/repos.html:57
3006 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
2998 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
3007 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:29
2999 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:42
3008 #: rhodecode/templates/admin/user_groups/user_groups.html:57
3000 #: rhodecode/templates/admin/user_groups/user_groups.html:57
3009 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
3001 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
3010 #: rhodecode/templates/base/issue_tracker_settings.html:10
3002 #: rhodecode/templates/base/issue_tracker_settings.html:10
3011 #: rhodecode/templates/changeset/changeset.html:53
3003 #: rhodecode/templates/changeset/changeset.html:53
3012 #: rhodecode/templates/compare/compare_cs.html:24
3004 #: rhodecode/templates/compare/compare_commits.html:24
3013 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3005 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3014 #: rhodecode/templates/email_templates/pull_request_review.mako:67
3006 #: rhodecode/templates/email_templates/pull_request_review.mako:67
3015 #: rhodecode/templates/files/file_tree_detail.html:5
3007 #: rhodecode/templates/files/file_tree_detail.html:5
3016 #: rhodecode/templates/files/file_tree_detail.html:12
3008 #: rhodecode/templates/files/file_tree_detail.html:12
3017 #: rhodecode/templates/forks/fork.html:48
3009 #: rhodecode/templates/forks/fork.html:48
3018 #: rhodecode/templates/forks/forks_data.html:8
3010 #: rhodecode/templates/forks/forks_data.html:9
3019 #: rhodecode/templates/pullrequests/pullrequest.html:47
3011 #: rhodecode/templates/pullrequests/pullrequest.html:47
3020 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
3012 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
3021 #: rhodecode/templates/summary/components.html:73
3013 #: rhodecode/templates/summary/components.html:73
@@ -3025,14 +3017,15 b' msgstr ""'
3025 #: rhodecode/templates/index_base.html:102
3017 #: rhodecode/templates/index_base.html:102
3026 #: rhodecode/templates/index_base.html:133
3018 #: rhodecode/templates/index_base.html:133
3027 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
3019 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
3028 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:21
3020 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:24
3029 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
3021 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
3030 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
3022 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
3031 #: rhodecode/templates/admin/repos/repo_edit_settings.html:74
3023 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
3032 #: rhodecode/templates/admin/repos/repos.html:65
3024 #: rhodecode/templates/admin/repos/repos.html:65
3033 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
3025 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
3034 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:20
3026 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
3035 #: rhodecode/templates/admin/user_groups/user_groups.html:64
3027 #: rhodecode/templates/admin/user_groups/user_groups.html:64
3028 #: rhodecode/templates/forks/forks_data.html:7
3036 #: rhodecode/templates/summary/components.html:195
3029 #: rhodecode/templates/summary/components.html:195
3037 msgid "Owner"
3030 msgid "Owner"
3038 msgstr ""
3031 msgstr ""
@@ -3051,7 +3044,7 b' msgstr ""'
3051 #: rhodecode/templates/changelog/changelog.html:106
3044 #: rhodecode/templates/changelog/changelog.html:106
3052 #: rhodecode/templates/changelog/changelog_summary_data.html:6
3045 #: rhodecode/templates/changelog/changelog_summary_data.html:6
3053 #: rhodecode/templates/changeset/changeset.html:36
3046 #: rhodecode/templates/changeset/changeset.html:36
3054 #: rhodecode/templates/compare/compare_cs.html:22
3047 #: rhodecode/templates/compare/compare_commits.html:22
3055 #: rhodecode/templates/email_templates/commit_comment.mako:16
3048 #: rhodecode/templates/email_templates/commit_comment.mako:16
3056 #: rhodecode/templates/email_templates/commit_comment.mako:45
3049 #: rhodecode/templates/email_templates/commit_comment.mako:45
3057 #: rhodecode/templates/search/search_commit.html:6
3050 #: rhodecode/templates/search/search_commit.html:6
@@ -3068,13 +3061,13 b' msgstr ""'
3068 msgid "Home"
3061 msgid "Home"
3069 msgstr ""
3062 msgstr ""
3070
3063
3071 #: rhodecode/templates/login.html:6 rhodecode/templates/login.html:36
3064 #: rhodecode/templates/login.html:5 rhodecode/templates/login.html:35
3072 #: rhodecode/templates/login.html:52 rhodecode/templates/base/base.html:326
3065 #: rhodecode/templates/login.html:64 rhodecode/templates/base/base.html:328
3073 #: rhodecode/templates/debug_style/login.html:60
3066 #: rhodecode/templates/debug_style/login.html:60
3074 msgid "Sign In"
3067 msgid "Sign In"
3075 msgstr ""
3068 msgstr ""
3076
3069
3077 #: rhodecode/templates/login.html:38
3070 #: rhodecode/templates/login.html:37
3078 msgid "Go to the registration page to create a new account."
3071 msgid "Go to the registration page to create a new account."
3079 msgstr ""
3072 msgstr ""
3080
3073
@@ -3086,26 +3079,22 b' msgstr ""'
3086 #: rhodecode/templates/admin/users/user_add.html:35
3079 #: rhodecode/templates/admin/users/user_add.html:35
3087 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3080 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3088 #: rhodecode/templates/admin/users/users.html:89
3081 #: rhodecode/templates/admin/users/users.html:89
3089 #: rhodecode/templates/base/base.html:303
3082 #: rhodecode/templates/base/base.html:305
3090 #: rhodecode/templates/debug_style/login.html:36
3083 #: rhodecode/templates/debug_style/login.html:36
3091 #: rhodecode/templates/users/user_profile.html:27
3084 #: rhodecode/templates/users/user_profile.html:27
3092 msgid "Username"
3085 msgid "Username"
3093 msgstr ""
3086 msgstr ""
3094
3087
3095 #: rhodecode/templates/login.html:48
3088 #: rhodecode/templates/login.html:58
3096 msgid "Remember me"
3089 msgid "Remember me"
3097 msgstr ""
3090 msgstr ""
3098
3091
3099 #: rhodecode/templates/login.html:50
3092 #: rhodecode/templates/login.html:61
3100 msgid "Forgot your password?"
3093 msgid "Forgot your password?"
3101 msgstr ""
3094 msgstr ""
3102
3095
3103 #: rhodecode/templates/login.html:62
3104 msgid "Sign In using one of external services"
3105 msgstr ""
3106
3107 #: rhodecode/templates/password_reset.html:5
3096 #: rhodecode/templates/password_reset.html:5
3108 #: rhodecode/templates/register.html:6
3097 #: rhodecode/templates/register.html:5
3109 msgid "Create an Account"
3098 msgid "Create an Account"
3110 msgstr ""
3099 msgstr ""
3111
3100
@@ -3121,32 +3110,32 b' msgstr ""'
3121 msgid "Email Address"
3110 msgid "Email Address"
3122 msgstr ""
3111 msgstr ""
3123
3112
3124 #: rhodecode/templates/password_reset.html:45
3113 #: rhodecode/templates/password_reset.html:49
3125 #: rhodecode/templates/register.html:56
3114 #: rhodecode/templates/register.html:85
3126 msgid "Captcha"
3115 msgid "Captcha"
3127 msgstr ""
3116 msgstr ""
3128
3117
3129 #: rhodecode/templates/password_reset.html:51
3118 #: rhodecode/templates/password_reset.html:59
3130 msgid "Send password reset email"
3119 msgid "Send password reset email"
3131 msgstr ""
3120 msgstr ""
3132
3121
3133 #: rhodecode/templates/password_reset.html:52
3122 #: rhodecode/templates/password_reset.html:60
3134 msgid "Password reset link will be send to matching email address"
3123 msgid "Password reset link will be send to matching email address"
3135 msgstr ""
3124 msgstr ""
3136
3125
3126 #: rhodecode/templates/register.html:35
3127 msgid "Create an account"
3128 msgstr ""
3129
3137 #: rhodecode/templates/register.html:36
3130 #: rhodecode/templates/register.html:36
3138 msgid "Create an account"
3139 msgstr ""
3140
3141 #: rhodecode/templates/register.html:37
3142 msgid "Go to the login page to sign in with an existing account."
3131 msgid "Go to the login page to sign in with an existing account."
3143 msgstr ""
3132 msgstr ""
3144
3133
3145 #: rhodecode/templates/register.html:45
3134 #: rhodecode/templates/register.html:55
3146 msgid "Re-enter password"
3135 msgid "Re-enter password"
3147 msgstr ""
3136 msgstr ""
3148
3137
3149 #: rhodecode/templates/register.html:47
3138 #: rhodecode/templates/register.html:62
3150 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3139 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3151 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3140 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3152 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
3141 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
@@ -3156,7 +3145,7 b' msgstr ""'
3156 msgid "First Name"
3145 msgid "First Name"
3157 msgstr ""
3146 msgstr ""
3158
3147
3159 #: rhodecode/templates/register.html:49
3148 #: rhodecode/templates/register.html:69
3160 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3149 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3161 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3150 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3162 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
3151 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
@@ -3166,18 +3155,14 b' msgstr ""'
3166 msgid "Last Name"
3155 msgid "Last Name"
3167 msgstr ""
3156 msgstr ""
3168
3157
3169 #: rhodecode/templates/register.html:64
3158 #: rhodecode/templates/register.html:97
3170 msgid "Account activation requires admin approval."
3159 msgid "Account activation requires admin approval."
3171 msgstr ""
3160 msgstr ""
3172
3161
3173 #: rhodecode/templates/register.html:71
3162 #: rhodecode/templates/register.html:104
3174 msgid "Create Account"
3163 msgid "Create Account"
3175 msgstr ""
3164 msgstr ""
3176
3165
3177 #: rhodecode/templates/register.html:77
3178 msgid "Register using one of external services"
3179 msgstr ""
3180
3181 #: rhodecode/templates/admin/admin.html:5
3166 #: rhodecode/templates/admin/admin.html:5
3182 #: rhodecode/templates/admin/admin.html:15
3167 #: rhodecode/templates/admin/admin.html:15
3183 #: rhodecode/templates/base/base.html:78
3168 #: rhodecode/templates/base/base.html:78
@@ -3264,8 +3249,8 b' msgstr ""'
3264 #: rhodecode/templates/admin/users/user_edit.html:12
3249 #: rhodecode/templates/admin/users/user_edit.html:12
3265 #: rhodecode/templates/admin/users/users.html:13
3250 #: rhodecode/templates/admin/users/users.html:13
3266 #: rhodecode/templates/admin/users/users.html:102
3251 #: rhodecode/templates/admin/users/users.html:102
3267 #: rhodecode/templates/base/base.html:403
3252 #: rhodecode/templates/base/base.html:405
3268 #: rhodecode/templates/base/base.html:410
3253 #: rhodecode/templates/base/base.html:412
3269 msgid "Admin"
3254 msgid "Admin"
3270 msgstr ""
3255 msgstr ""
3271
3256
@@ -3301,7 +3286,7 b' msgid "disabled"'
3301 msgstr ""
3286 msgstr ""
3302
3287
3303 #: rhodecode/templates/admin/auth/auth_settings.html:81
3288 #: rhodecode/templates/admin/auth/auth_settings.html:81
3304 #: rhodecode/templates/admin/auth/plugin_settings.html:90
3289 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3305 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3290 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3306 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3291 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3307 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3292 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
@@ -3309,16 +3294,16 b' msgstr ""'
3309 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3294 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3310 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3295 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3311 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3296 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3312 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:55
3297 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:67
3313 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3298 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3314 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3299 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3315 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3300 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3316 #: rhodecode/templates/admin/repos/repo_edit_settings.html:145
3301 #: rhodecode/templates/admin/repos/repo_edit_settings.html:158
3317 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3302 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3318 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3303 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3319 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3304 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3320 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3305 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3321 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:72
3306 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:89
3322 #: rhodecode/templates/admin/users/user_add.html:125
3307 #: rhodecode/templates/admin/users/user_add.html:125
3323 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3308 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3324 #: rhodecode/templates/base/default_perms_box.html:88
3309 #: rhodecode/templates/base/default_perms_box.html:88
@@ -3352,7 +3337,7 b' msgstr ""'
3352
3337
3353 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3338 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3354 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3339 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3355 #: rhodecode/templates/admin/repos/repo_edit_settings.html:97
3340 #: rhodecode/templates/admin/repos/repo_edit_settings.html:110
3356 #: rhodecode/templates/forks/fork.html:85
3341 #: rhodecode/templates/forks/fork.html:85
3357 msgid ""
3342 msgid ""
3358 "Private repositories are only visible to people explicitly added as "
3343 "Private repositories are only visible to people explicitly added as "
@@ -3483,16 +3468,18 b' msgid "My public"'
3483 msgstr ""
3468 msgstr ""
3484
3469
3485 #: rhodecode/templates/admin/gists/index.html:108
3470 #: rhodecode/templates/admin/gists/index.html:108
3471 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
3472 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
3486 #: rhodecode/templates/bookmarks/bookmarks.html:63
3473 #: rhodecode/templates/bookmarks/bookmarks.html:63
3487 #: rhodecode/templates/branches/branches.html:62
3474 #: rhodecode/templates/branches/branches.html:62
3488 #: rhodecode/templates/changelog/changelog.html:102
3475 #: rhodecode/templates/changelog/changelog.html:102
3489 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3476 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3490 #: rhodecode/templates/changeset/changeset.html:164
3477 #: rhodecode/templates/changeset/changeset.html:164
3491 #: rhodecode/templates/compare/compare_cs.html:21
3478 #: rhodecode/templates/compare/compare_commits.html:21
3492 #: rhodecode/templates/files/files_browser.html:53
3479 #: rhodecode/templates/files/files_browser.html:53
3493 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3480 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3494 #: rhodecode/templates/pullrequests/pullrequests.html:102
3481 #: rhodecode/templates/pullrequests/pullrequests.html:102
3495 #: rhodecode/templates/search/search_commit.html:10
3482 #: rhodecode/templates/search/search_commit.html:16
3496 #: rhodecode/templates/tags/tags.html:63
3483 #: rhodecode/templates/tags/tags.html:63
3497 msgid "Author"
3484 msgid "Author"
3498 msgstr ""
3485 msgstr ""
@@ -3545,11 +3532,11 b' msgstr ""'
3545 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3532 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3546 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3533 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3547 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3534 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3548 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:56
3535 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
3549 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3536 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3550 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3537 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3551 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3538 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3552 #: rhodecode/templates/admin/repos/repo_edit_settings.html:146
3539 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
3553 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3540 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3554 #: rhodecode/templates/admin/settings/settings_global.html:110
3541 #: rhodecode/templates/admin/settings/settings_global.html:110
3555 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
3542 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
@@ -3574,8 +3561,7 b' msgstr ""'
3574 #: rhodecode/templates/admin/gists/show.html:49
3561 #: rhodecode/templates/admin/gists/show.html:49
3575 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3562 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3576 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3563 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3577 #: rhodecode/templates/admin/my_account/my_account_oauth.html:50
3564 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3578 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:34
3579 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3565 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3580 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3566 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3581 #: rhodecode/templates/admin/settings/settings_hooks.html:46
3567 #: rhodecode/templates/admin/settings/settings_hooks.html:46
@@ -3641,7 +3627,7 b' msgid "Show as raw"'
3641 msgstr ""
3627 msgstr ""
3642
3628
3643 #: rhodecode/templates/admin/my_account/my_account.html:5
3629 #: rhodecode/templates/admin/my_account/my_account.html:5
3644 #: rhodecode/templates/base/base.html:340
3630 #: rhodecode/templates/base/base.html:342
3645 msgid "My account"
3631 msgid "My account"
3646 msgstr ""
3632 msgstr ""
3647
3633
@@ -3659,29 +3645,29 b' msgstr ""'
3659 msgid "Auth Tokens"
3645 msgid "Auth Tokens"
3660 msgstr ""
3646 msgstr ""
3661
3647
3662 #: rhodecode/templates/admin/my_account/my_account.html:32
3648 #: rhodecode/templates/admin/my_account/my_account.html:34
3663 msgid "OAuth Identities"
3649 msgid "OAuth Identities"
3664 msgstr ""
3650 msgstr ""
3665
3651
3666 #: rhodecode/templates/admin/my_account/my_account.html:33
3667 msgid "My Emails"
3668 msgstr ""
3669
3670 #: rhodecode/templates/admin/my_account/my_account.html:34
3671 msgid "My Repositories"
3672 msgstr ""
3673
3674 #: rhodecode/templates/admin/my_account/my_account.html:35
3675 msgid "Watched"
3676 msgstr ""
3677
3678 #: rhodecode/templates/admin/my_account/my_account.html:36
3679 #: rhodecode/templates/admin/notifications/notifications.html:33
3680 #: rhodecode/templates/base/base.html:240
3681 msgid "Pull Requests"
3682 msgstr ""
3683
3684 #: rhodecode/templates/admin/my_account/my_account.html:37
3652 #: rhodecode/templates/admin/my_account/my_account.html:37
3653 msgid "My Emails"
3654 msgstr ""
3655
3656 #: rhodecode/templates/admin/my_account/my_account.html:38
3657 msgid "My Repositories"
3658 msgstr ""
3659
3660 #: rhodecode/templates/admin/my_account/my_account.html:39
3661 msgid "Watched"
3662 msgstr ""
3663
3664 #: rhodecode/templates/admin/my_account/my_account.html:40
3665 #: rhodecode/templates/admin/notifications/notifications.html:33
3666 #: rhodecode/templates/base/base.html:242
3667 msgid "Pull Requests"
3668 msgstr ""
3669
3670 #: rhodecode/templates/admin/my_account/my_account.html:41
3685 msgid "My Permissions"
3671 msgid "My Permissions"
3686 msgstr ""
3672 msgstr ""
3687
3673
@@ -3773,26 +3759,6 b' msgstr ""'
3773 msgid "New email address"
3759 msgid "New email address"
3774 msgstr ""
3760 msgstr ""
3775
3761
3776 #: rhodecode/templates/admin/my_account/my_account_oauth.html:5
3777 msgid "Oauth Identities"
3778 msgstr ""
3779
3780 #: rhodecode/templates/admin/my_account/my_account_oauth.html:9
3781 msgid "External services currently connected with your Rhodecode user"
3782 msgstr ""
3783
3784 #: rhodecode/templates/admin/my_account/my_account_oauth.html:15
3785 msgid "No social authentication plugins are enabled by administrator"
3786 msgstr ""
3787
3788 #: rhodecode/templates/admin/my_account/my_account_oauth.html:49
3789 msgid "Confirm to remove this provider from your account"
3790 msgstr ""
3791
3792 #: rhodecode/templates/admin/my_account/my_account_oauth.html:59
3793 msgid "You have no accounts linked yet"
3794 msgstr ""
3795
3796 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3762 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3797 msgid "Change Your Account Password"
3763 msgid "Change Your Account Password"
3798 msgstr ""
3764 msgstr ""
@@ -3844,42 +3810,60 b' msgstr ""'
3844 msgid "Show Closed Pull Requests"
3810 msgid "Show Closed Pull Requests"
3845 msgstr ""
3811 msgstr ""
3846
3812
3847 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:16
3813 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:15
3848 msgid "Pull Requests You Opened"
3814 msgid "Pull Requests You Opened"
3849 msgstr ""
3815 msgstr ""
3850
3816
3817 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
3818 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:86
3819 msgid "Target Repo"
3820 msgstr ""
3821
3822 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
3823 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
3824 #: rhodecode/templates/admin/settings/settings_global.html:9
3825 #: rhodecode/templates/email_templates/pull_request_review.mako:28
3826 #: rhodecode/templates/email_templates/pull_request_review.mako:65
3827 #: rhodecode/templates/pullrequests/pullrequest.html:38
3828 #: rhodecode/templates/pullrequests/pullrequests.html:104
3829 msgid "Title"
3830 msgstr ""
3831
3851 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3832 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3852 #, python-format
3833 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
3853 msgid "Pull request #%s opened on %s"
3834 msgid "Opened On"
3854 msgstr ""
3835 msgstr ""
3855
3836
3856 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:29
3837 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:41
3857 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
3838 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:103
3839 #: rhodecode/templates/changelog/changelog.html:141
3840 #: rhodecode/templates/compare/compare_commits.html:49
3841 #: rhodecode/templates/search/search_commit.html:36
3842 msgid "Expand commit message"
3843 msgstr ""
3844
3845 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3846 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:112
3858 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3847 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3859 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3848 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3860 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3849 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3861 #: rhodecode/templates/pullrequests/pullrequests.html:51
3850 #: rhodecode/templates/pullrequests/pullrequests.html:52
3862 msgid "Closed"
3851 msgid "Closed"
3863 msgstr ""
3852 msgstr ""
3864
3853
3865 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:35
3854 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
3866 msgid "Confirm to delete this pull request"
3855 msgid "Confirm to delete this pull request"
3867 msgstr ""
3856 msgstr ""
3868
3857
3869 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:42
3858 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:69
3870 msgid "You currently have no open pull requests."
3859 msgid "You currently have no open pull requests."
3871 msgstr ""
3860 msgstr ""
3872
3861
3873 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3862 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:77
3874 msgid "Pull Requests You Participate In"
3863 msgid "Pull Requests You Participate In"
3875 msgstr ""
3864 msgstr ""
3876
3865
3877 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3866 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:125
3878 #, python-format
3879 msgid "Pull request #%s opened by %s on %s"
3880 msgstr ""
3881
3882 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
3883 msgid ""
3867 msgid ""
3884 "There are currently no open pull requests requiring your participation."
3868 "There are currently no open pull requests requiring your participation."
3885 msgstr ""
3869 msgstr ""
@@ -4079,12 +4063,12 b' msgstr ""'
4079 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
4063 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
4080 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
4064 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
4081 #: rhodecode/templates/base/base.html:80
4065 #: rhodecode/templates/base/base.html:80
4082 #: rhodecode/templates/base/base.html:150
4066 #: rhodecode/templates/base/base.html:152
4083 msgid "Repository groups"
4067 msgid "Repository groups"
4084 msgstr ""
4068 msgstr ""
4085
4069
4086 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
4070 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
4087 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:13
4071 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:15
4088 msgid "Group Name"
4072 msgid "Group Name"
4089 msgstr ""
4073 msgstr ""
4090
4074
@@ -4116,7 +4100,7 b' msgstr ""'
4116 #: rhodecode/templates/admin/settings/settings.html:14
4100 #: rhodecode/templates/admin/settings/settings.html:14
4117 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4101 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4118 #: rhodecode/templates/base/base.html:86
4102 #: rhodecode/templates/base/base.html:86
4119 #: rhodecode/templates/base/base.html:248
4103 #: rhodecode/templates/base/base.html:250
4120 msgid "Settings"
4104 msgid "Settings"
4121 msgstr ""
4105 msgstr ""
4122
4106
@@ -4209,7 +4193,7 b' msgstr ""'
4209 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4193 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4210 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4194 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4211 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4195 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4212 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
4196 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
4213 msgid "owner"
4197 msgid "owner"
4214 msgstr ""
4198 msgstr ""
4215
4199
@@ -4254,24 +4238,24 b' msgid ""'
4254 "including non-private repositories and other groups if chosen."
4238 "including non-private repositories and other groups if chosen."
4255 msgstr ""
4239 msgstr ""
4256
4240
4257 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:4
4241 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:6
4258 #, python-format
4242 #, python-format
4259 msgid "Settings for Repository Group: %s"
4243 msgid "Settings for Repository Group: %s"
4260 msgstr ""
4244 msgstr ""
4261
4245
4262 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:25
4246 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:36
4263 msgid "Change Repository Group Owner."
4247 msgid "Change owner of this repository group."
4264 msgstr ""
4265
4266 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:39
4267 msgid "Group parent"
4268 msgstr ""
4269
4270 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:47
4271 msgid "Enable Repository Locking"
4272 msgstr ""
4248 msgstr ""
4273
4249
4274 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4250 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4251 msgid "Group parent"
4252 msgstr ""
4253
4254 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:59
4255 msgid "Enable Repository Locking"
4256 msgstr ""
4257
4258 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:63
4275 msgid ""
4259 msgid ""
4276 "Repository locking will be enabled on all subgroups and repositories inside "
4260 "Repository locking will be enabled on all subgroups and repositories inside "
4277 "this repository group. Pulling from a repository locks it, and it is "
4261 "this repository group. Pulling from a repository locks it, and it is "
@@ -4299,7 +4283,7 b' msgid "Import Existing Repository ?"'
4299 msgstr ""
4283 msgstr ""
4300
4284
4301 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4285 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4302 #: rhodecode/templates/base/base.html:195
4286 #: rhodecode/templates/base/base.html:197
4303 msgid "Clone from"
4287 msgid "Clone from"
4304 msgstr ""
4288 msgstr ""
4305
4289
@@ -4308,7 +4292,7 b' msgid "Optional http[s] URL from which t'
4308 msgstr ""
4292 msgstr ""
4309
4293
4310 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4294 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4311 #: rhodecode/templates/admin/repos/repo_edit_settings.html:87
4295 #: rhodecode/templates/admin/repos/repo_edit_settings.html:100
4312 #: rhodecode/templates/forks/fork.html:52
4296 #: rhodecode/templates/forks/fork.html:52
4313 msgid ""
4297 msgid ""
4314 "Keep it short and to the point. Use a README file for longer descriptions."
4298 "Keep it short and to the point. Use a README file for longer descriptions."
@@ -4319,7 +4303,7 b' msgid "Repository Group"'
4319 msgstr ""
4303 msgstr ""
4320
4304
4321 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4305 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4322 #: rhodecode/templates/admin/repos/repo_edit_settings.html:58
4306 #: rhodecode/templates/admin/repos/repo_edit_settings.html:61
4323 #: rhodecode/templates/forks/fork.html:63
4307 #: rhodecode/templates/forks/fork.html:63
4324 #, python-format
4308 #, python-format
4325 msgid "Select my personal group (%(repo_group_name)s)"
4309 msgid "Select my personal group (%(repo_group_name)s)"
@@ -4339,7 +4323,7 b' msgid "Set the type of repository to cre'
4339 msgstr ""
4323 msgstr ""
4340
4324
4341 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4325 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4342 #: rhodecode/templates/admin/repos/repo_edit_settings.html:65
4326 #: rhodecode/templates/admin/repos/repo_edit_settings.html:68
4343 #: rhodecode/templates/forks/fork.html:71
4327 #: rhodecode/templates/forks/fork.html:71
4344 msgid "Landing commit"
4328 msgid "Landing commit"
4345 msgstr ""
4329 msgstr ""
@@ -4553,7 +4537,7 b' msgstr ""'
4553
4537
4554 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4538 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4555 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4539 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4556 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:38
4540 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:51
4557 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4541 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4558 #: rhodecode/templates/admin/users/user_add.html:97
4542 #: rhodecode/templates/admin/users/user_add.html:97
4559 #: rhodecode/templates/admin/users/user_edit_profile.html:90
4543 #: rhodecode/templates/admin/users/user_edit_profile.html:90
@@ -4666,101 +4650,101 b' msgstr ""'
4666 msgid "This repository does not have any remote mirror url set."
4650 msgid "This repository does not have any remote mirror url set."
4667 msgstr ""
4651 msgstr ""
4668
4652
4669 #: rhodecode/templates/admin/repos/repo_edit_settings.html:3
4653 #: rhodecode/templates/admin/repos/repo_edit_settings.html:6
4670 #, python-format
4654 #, python-format
4671 msgid "Settings for Repository: %s"
4655 msgid "Settings for Repository: %s"
4672 msgstr ""
4656 msgstr ""
4673
4657
4674 #: rhodecode/templates/admin/repos/repo_edit_settings.html:16
4675 msgid "Non-changeable id"
4676 msgstr ""
4677
4678 #: rhodecode/templates/admin/repos/repo_edit_settings.html:16
4679 msgid "what is that ?"
4680 msgstr ""
4681
4682 #: rhodecode/templates/admin/repos/repo_edit_settings.html:18
4683 msgid "URL by id"
4684 msgstr ""
4685
4686 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4658 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4659 msgid "Non-changeable id"
4660 msgstr ""
4661
4662 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4663 msgid "what is that ?"
4664 msgstr ""
4665
4666 #: rhodecode/templates/admin/repos/repo_edit_settings.html:21
4667 msgid "URL by id"
4668 msgstr ""
4669
4670 #: rhodecode/templates/admin/repos/repo_edit_settings.html:22
4687 msgid ""
4671 msgid ""
4688 "In case this repository is renamed or moved into another group the repository url changes.\n"
4672 "In case this repository is renamed or moved into another group the repository url changes.\n"
4689 " Using above url guarantees that this repository will always be accessible under such url.\n"
4673 " Using above url guarantees that this repository will always be accessible under such url.\n"
4690 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4674 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4691 msgstr ""
4675 msgstr ""
4692
4676
4693 #: rhodecode/templates/admin/repos/repo_edit_settings.html:27
4677 #: rhodecode/templates/admin/repos/repo_edit_settings.html:30
4694 msgid "Remote uri"
4678 msgid "Remote uri"
4695 msgstr ""
4679 msgstr ""
4696
4680
4697 #: rhodecode/templates/admin/repos/repo_edit_settings.html:33
4698 #: rhodecode/templates/base/perms_summary.html:80
4699 #: rhodecode/templates/base/perms_summary.html:142
4700 #: rhodecode/templates/base/perms_summary.html:144
4701 #: rhodecode/templates/debug_style/form-elements.html:45
4702 msgid "edit"
4703 msgstr ""
4704
4705 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4681 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4682 #: rhodecode/templates/base/perms_summary.html:79
4683 #: rhodecode/templates/base/perms_summary.html:149
4684 #: rhodecode/templates/base/perms_summary.html:151
4685 #: rhodecode/templates/debug_style/form-elements.html:45
4686 msgid "edit"
4687 msgstr ""
4688
4689 #: rhodecode/templates/admin/repos/repo_edit_settings.html:39
4706 msgid "new value, leave empty to remove"
4690 msgid "new value, leave empty to remove"
4707 msgstr ""
4691 msgstr ""
4708
4692
4709 #: rhodecode/templates/admin/repos/repo_edit_settings.html:38
4693 #: rhodecode/templates/admin/repos/repo_edit_settings.html:41
4710 msgid "cancel"
4694 msgid "cancel"
4711 msgstr ""
4695 msgstr ""
4712
4696
4713 #: rhodecode/templates/admin/repos/repo_edit_settings.html:45
4697 #: rhodecode/templates/admin/repos/repo_edit_settings.html:48
4714 msgid ""
4698 msgid ""
4715 "http[s] url where from repository was imported, also used for doing remote "
4699 "http[s] url where from repository was imported, also used for doing remote "
4716 "pulls."
4700 "pulls."
4717 msgstr ""
4701 msgstr ""
4718
4702
4719 #: rhodecode/templates/admin/repos/repo_edit_settings.html:53
4703 #: rhodecode/templates/admin/repos/repo_edit_settings.html:56
4720 #: rhodecode/templates/data_table/_dt_elements.html:158
4704 #: rhodecode/templates/data_table/_dt_elements.html:158
4721 #: rhodecode/templates/forks/fork.html:58
4705 #: rhodecode/templates/forks/fork.html:58
4722 msgid "Repository group"
4706 msgid "Repository group"
4723 msgstr ""
4707 msgstr ""
4724
4708
4725 #: rhodecode/templates/admin/repos/repo_edit_settings.html:60
4709 #: rhodecode/templates/admin/repos/repo_edit_settings.html:63
4726 msgid "Optional select a group to put this repository into."
4710 msgid "Optional select a group to put this repository into."
4727 msgstr ""
4711 msgstr ""
4728
4712
4729 #: rhodecode/templates/admin/repos/repo_edit_settings.html:69
4713 #: rhodecode/templates/admin/repos/repo_edit_settings.html:72
4730 #: rhodecode/templates/forks/fork.html:75
4714 #: rhodecode/templates/forks/fork.html:75
4731 msgid "Default commit for files page, downloads, whoosh and readme"
4715 msgid "Default commit for files page, downloads, whoosh and readme"
4732 msgstr ""
4716 msgstr ""
4733
4717
4734 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
4718 #: rhodecode/templates/admin/repos/repo_edit_settings.html:90
4735 msgid "Change owner of this repository."
4719 msgid "Change owner of this repository."
4736 msgstr ""
4720 msgstr ""
4737
4721
4738 #: rhodecode/templates/admin/repos/repo_edit_settings.html:93
4739 #: rhodecode/templates/data_table/_dt_elements.html:58
4740 msgid "Private repository"
4741 msgstr ""
4742
4743 #: rhodecode/templates/admin/repos/repo_edit_settings.html:102
4744 msgid "Enable statistics"
4745 msgstr ""
4746
4747 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4722 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4748 msgid "Enable statistics window on summary page."
4723 #: rhodecode/templates/data_table/_dt_elements.html:58
4749 msgstr ""
4724 msgid "Private repository"
4750
4751 #: rhodecode/templates/admin/repos/repo_edit_settings.html:111
4752 msgid "Enable downloads"
4753 msgstr ""
4725 msgstr ""
4754
4726
4755 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4727 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4756 msgid "Enable download menu on summary page."
4728 msgid "Enable statistics"
4757 msgstr ""
4729 msgstr ""
4758
4730
4759 #: rhodecode/templates/admin/repos/repo_edit_settings.html:120
4731 #: rhodecode/templates/admin/repos/repo_edit_settings.html:119
4760 msgid "Enable automatic locking"
4732 msgid "Enable statistics window on summary page."
4761 msgstr ""
4733 msgstr ""
4762
4734
4763 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4735 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4736 msgid "Enable downloads"
4737 msgstr ""
4738
4739 #: rhodecode/templates/admin/repos/repo_edit_settings.html:128
4740 msgid "Enable download menu on summary page."
4741 msgstr ""
4742
4743 #: rhodecode/templates/admin/repos/repo_edit_settings.html:133
4744 msgid "Enable automatic locking"
4745 msgstr ""
4746
4747 #: rhodecode/templates/admin/repos/repo_edit_settings.html:137
4764 msgid ""
4748 msgid ""
4765 "Enable automatic locking on repository. Pulling from this repository creates"
4749 "Enable automatic locking on repository. Pulling from this repository creates"
4766 " a lock that can be released by pushing back by the same user"
4750 " a lock that can be released by pushing back by the same user"
@@ -4882,14 +4866,6 b' msgstr ""'
4882 msgid "Branding"
4866 msgid "Branding"
4883 msgstr ""
4867 msgstr ""
4884
4868
4885 #: rhodecode/templates/admin/settings/settings_global.html:9
4886 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4887 #: rhodecode/templates/email_templates/pull_request_review.mako:65
4888 #: rhodecode/templates/pullrequests/pullrequest.html:38
4889 #: rhodecode/templates/pullrequests/pullrequests.html:104
4890 msgid "Title"
4891 msgstr ""
4892
4893 #: rhodecode/templates/admin/settings/settings_global.html:16
4869 #: rhodecode/templates/admin/settings/settings_global.html:16
4894 msgid ""
4870 msgid ""
4895 "Set a custom title for your RhodeCode instance (limited to 40 characters)."
4871 "Set a custom title for your RhodeCode instance (limited to 40 characters)."
@@ -5059,6 +5035,7 b' msgid ""'
5059 msgstr ""
5035 msgstr ""
5060
5036
5061 #: rhodecode/templates/admin/settings/settings_system.html:4
5037 #: rhodecode/templates/admin/settings/settings_system.html:4
5038 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:4
5062 msgid "RhodeCode Enterprise version"
5039 msgid "RhodeCode Enterprise version"
5063 msgstr ""
5040 msgstr ""
5064
5041
@@ -5067,6 +5044,7 b' msgid "check for updates"'
5067 msgstr ""
5044 msgstr ""
5068
5045
5069 #: rhodecode/templates/admin/settings/settings_system.html:5
5046 #: rhodecode/templates/admin/settings/settings_system.html:5
5047 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:5
5070 msgid "Upgrade info endpoint"
5048 msgid "Upgrade info endpoint"
5071 msgstr ""
5049 msgstr ""
5072
5050
@@ -5075,50 +5053,62 b' msgid "Note: please make sure this serve'
5075 msgstr ""
5053 msgstr ""
5076
5054
5077 #: rhodecode/templates/admin/settings/settings_system.html:6
5055 #: rhodecode/templates/admin/settings/settings_system.html:6
5056 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:6
5078 msgid "Configuration INI file"
5057 msgid "Configuration INI file"
5079 msgstr ""
5058 msgstr ""
5080
5059
5081 #: rhodecode/templates/admin/settings/settings_system.html:8
5060 #: rhodecode/templates/admin/settings/settings_system.html:8
5061 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:8
5082 msgid "RhodeCode Enterprise Server IP"
5062 msgid "RhodeCode Enterprise Server IP"
5083 msgstr ""
5063 msgstr ""
5084
5064
5085 #: rhodecode/templates/admin/settings/settings_system.html:9
5065 #: rhodecode/templates/admin/settings/settings_system.html:9
5066 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:9
5086 msgid "RhodeCode Enterprise Server ID"
5067 msgid "RhodeCode Enterprise Server ID"
5087 msgstr ""
5068 msgstr ""
5088
5069
5089 #: rhodecode/templates/admin/settings/settings_system.html:10
5070 #: rhodecode/templates/admin/settings/settings_system.html:10
5071 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:10
5090 msgid "Platform"
5072 msgid "Platform"
5091 msgstr ""
5073 msgstr ""
5092
5074
5093 #: rhodecode/templates/admin/settings/settings_system.html:11
5075 #: rhodecode/templates/admin/settings/settings_system.html:11
5076 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:11
5094 msgid "Uptime"
5077 msgid "Uptime"
5095 msgstr ""
5078 msgstr ""
5096
5079
5097 #: rhodecode/templates/admin/settings/settings_system.html:12
5080 #: rhodecode/templates/admin/settings/settings_system.html:12
5081 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:12
5098 msgid "Storage location"
5082 msgid "Storage location"
5099 msgstr ""
5083 msgstr ""
5100
5084
5101 #: rhodecode/templates/admin/settings/settings_system.html:13
5085 #: rhodecode/templates/admin/settings/settings_system.html:13
5086 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:13
5102 msgid "Storage disk space"
5087 msgid "Storage disk space"
5103 msgstr ""
5088 msgstr ""
5104
5089
5105 #: rhodecode/templates/admin/settings/settings_system.html:15
5090 #: rhodecode/templates/admin/settings/settings_system.html:15
5091 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:15
5106 msgid "Search index storage"
5092 msgid "Search index storage"
5107 msgstr ""
5093 msgstr ""
5108
5094
5109 #: rhodecode/templates/admin/settings/settings_system.html:16
5095 #: rhodecode/templates/admin/settings/settings_system.html:16
5096 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:16
5110 msgid "Search index size"
5097 msgid "Search index size"
5111 msgstr ""
5098 msgstr ""
5112
5099
5113 #: rhodecode/templates/admin/settings/settings_system.html:18
5100 #: rhodecode/templates/admin/settings/settings_system.html:18
5101 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:18
5114 msgid "Gist storage"
5102 msgid "Gist storage"
5115 msgstr ""
5103 msgstr ""
5116
5104
5117 #: rhodecode/templates/admin/settings/settings_system.html:19
5105 #: rhodecode/templates/admin/settings/settings_system.html:19
5106 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:19
5118 msgid "Gist storage size"
5107 msgid "Gist storage size"
5119 msgstr ""
5108 msgstr ""
5120
5109
5121 #: rhodecode/templates/admin/settings/settings_system.html:21
5110 #: rhodecode/templates/admin/settings/settings_system.html:21
5111 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:21
5122 msgid "Archive cache"
5112 msgid "Archive cache"
5123 msgstr ""
5113 msgstr ""
5124
5114
@@ -5129,46 +5119,57 b' msgid ""'
5129 msgstr ""
5119 msgstr ""
5130
5120
5131 #: rhodecode/templates/admin/settings/settings_system.html:22
5121 #: rhodecode/templates/admin/settings/settings_system.html:22
5122 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:22
5132 msgid "Archive cache size"
5123 msgid "Archive cache size"
5133 msgstr ""
5124 msgstr ""
5134
5125
5135 #: rhodecode/templates/admin/settings/settings_system.html:24
5126 #: rhodecode/templates/admin/settings/settings_system.html:24
5127 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:24
5136 msgid "System memory"
5128 msgid "System memory"
5137 msgstr ""
5129 msgstr ""
5138
5130
5139 #: rhodecode/templates/admin/settings/settings_system.html:25
5131 #: rhodecode/templates/admin/settings/settings_system.html:25
5132 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:25
5140 msgid "CPU"
5133 msgid "CPU"
5141 msgstr ""
5134 msgstr ""
5142
5135
5143 #: rhodecode/templates/admin/settings/settings_system.html:26
5136 #: rhodecode/templates/admin/settings/settings_system.html:26
5137 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:26
5144 msgid "Load"
5138 msgid "Load"
5145 msgstr ""
5139 msgstr ""
5146
5140
5147 #: rhodecode/templates/admin/settings/settings_system.html:29
5141 #: rhodecode/templates/admin/settings/settings_system.html:29
5142 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:29
5148 msgid "Python version"
5143 msgid "Python version"
5149 msgstr ""
5144 msgstr ""
5150
5145
5151 #: rhodecode/templates/admin/settings/settings_system.html:30
5146 #: rhodecode/templates/admin/settings/settings_system.html:30
5147 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:30
5152 msgid "Python path"
5148 msgid "Python path"
5153 msgstr ""
5149 msgstr ""
5154
5150
5155 #: rhodecode/templates/admin/settings/settings_system.html:31
5151 #: rhodecode/templates/admin/settings/settings_system.html:31
5152 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:31
5156 msgid "GIT version"
5153 msgid "GIT version"
5157 msgstr ""
5154 msgstr ""
5158
5155
5159 #: rhodecode/templates/admin/settings/settings_system.html:32
5156 #: rhodecode/templates/admin/settings/settings_system.html:32
5157 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:32
5160 msgid "HG version"
5158 msgid "HG version"
5161 msgstr ""
5159 msgstr ""
5162
5160
5163 #: rhodecode/templates/admin/settings/settings_system.html:33
5161 #: rhodecode/templates/admin/settings/settings_system.html:33
5162 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:33
5164 msgid "SVN version"
5163 msgid "SVN version"
5165 msgstr ""
5164 msgstr ""
5166
5165
5167 #: rhodecode/templates/admin/settings/settings_system.html:34
5166 #: rhodecode/templates/admin/settings/settings_system.html:34
5167 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:34
5168 msgid "Database"
5168 msgid "Database"
5169 msgstr ""
5169 msgstr ""
5170
5170
5171 #: rhodecode/templates/admin/settings/settings_system.html:35
5171 #: rhodecode/templates/admin/settings/settings_system.html:35
5172 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:35
5172 msgid "Database version"
5173 msgid "Database version"
5173 msgstr ""
5174 msgstr ""
5174
5175
@@ -5176,7 +5177,11 b' msgstr ""'
5176 msgid "Checking for updates..."
5177 msgid "Checking for updates..."
5177 msgstr ""
5178 msgstr ""
5178
5179
5179 #: rhodecode/templates/admin/settings/settings_system.html:61
5180 #: rhodecode/templates/admin/settings/settings_system.html:49
5181 msgid "create snapshot"
5182 msgstr ""
5183
5184 #: rhodecode/templates/admin/settings/settings_system.html:64
5180 msgid "Python Packages"
5185 msgid "Python Packages"
5181 msgstr ""
5186 msgstr ""
5182
5187
@@ -5360,7 +5365,7 b' msgstr ""'
5360 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5365 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5361 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5366 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5362 #: rhodecode/templates/base/base.html:82
5367 #: rhodecode/templates/base/base.html:82
5363 #: rhodecode/templates/base/base.html:153
5368 #: rhodecode/templates/base/base.html:155
5364 msgid "User groups"
5369 msgid "User groups"
5365 msgstr ""
5370 msgstr ""
5366
5371
@@ -5370,12 +5375,12 b' msgid "Add User Group"'
5370 msgstr ""
5375 msgstr ""
5371
5376
5372 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5377 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5373 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:12
5378 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:15
5374 msgid "Group name"
5379 msgid "Group name"
5375 msgstr ""
5380 msgstr ""
5376
5381
5377 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5382 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5378 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:33
5383 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5379 msgid "Short, optional description for this user group."
5384 msgid "Short, optional description for this user group."
5380 msgstr ""
5385 msgstr ""
5381
5386
@@ -5396,7 +5401,6 b' msgstr ""'
5396
5401
5397 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5402 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5398 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5403 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5399 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5400 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5404 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5401 #: rhodecode/templates/debug_style/form-elements.html:509
5405 #: rhodecode/templates/debug_style/form-elements.html:509
5402 msgid "Members"
5406 msgid "Members"
@@ -5411,7 +5415,7 b' msgid "Assigned to repo groups"'
5411 msgstr ""
5415 msgstr ""
5412
5416
5413 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5417 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5414 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:3
5418 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:6
5415 #, python-format
5419 #, python-format
5416 msgid "User Group: %s"
5420 msgid "User Group: %s"
5417 msgstr ""
5421 msgstr ""
@@ -5448,32 +5452,36 b' msgstr ""'
5448 msgid "revoke"
5452 msgid "revoke"
5449 msgstr ""
5453 msgstr ""
5450
5454
5451 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
5455 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:36
5452 msgid "Change owner of this user group."
5456 msgid "Change owner of this user group."
5453 msgstr ""
5457 msgstr ""
5454
5458
5455 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:50
5459 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:59
5460 #: rhodecode/templates/base/base.html:257
5461 #: rhodecode/templates/base/base.html:399
5462 #: rhodecode/templates/search/search.html:64
5463 msgid "Search"
5464 msgstr ""
5465
5466 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5456 #: rhodecode/templates/debug_style/form-elements.html:513
5467 #: rhodecode/templates/debug_style/form-elements.html:513
5457 #: rhodecode/templates/debug_style/form-elements.html:571
5468 #: rhodecode/templates/debug_style/form-elements.html:571
5458 #: rhodecode/templates/debug_style/forms.html:236
5469 #: rhodecode/templates/debug_style/forms.html:236
5459 msgid "Chosen group members"
5470 msgid "Chosen group members"
5460 msgstr ""
5471 msgstr ""
5461
5472
5462 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:53
5473 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:69
5463 #: rhodecode/templates/debug_style/form-elements.html:525
5474 #: rhodecode/templates/debug_style/form-elements.html:525
5464 #: rhodecode/templates/debug_style/form-elements.html:575
5475 #: rhodecode/templates/debug_style/form-elements.html:575
5465 #: rhodecode/templates/debug_style/forms.html:240
5476 #: rhodecode/templates/debug_style/forms.html:240
5466 msgid "Remove all elements"
5477 msgid "Remove all elements"
5467 msgstr ""
5478 msgstr ""
5468
5479
5469 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:63
5480 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:79
5470 #: rhodecode/templates/debug_style/form-elements.html:535
5481 msgid "Available users"
5471 #: rhodecode/templates/debug_style/form-elements.html:585
5482 msgstr ""
5472 #: rhodecode/templates/debug_style/forms.html:250
5483
5473 msgid "Available members"
5484 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:83
5474 msgstr ""
5475
5476 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5477 #: rhodecode/templates/debug_style/form-elements.html:543
5485 #: rhodecode/templates/debug_style/form-elements.html:543
5478 #: rhodecode/templates/debug_style/form-elements.html:593
5486 #: rhodecode/templates/debug_style/form-elements.html:593
5479 #: rhodecode/templates/debug_style/forms.html:258
5487 #: rhodecode/templates/debug_style/forms.html:258
@@ -5525,7 +5533,7 b' msgid ""'
5525 "User will be automatically set as this group owner."
5533 "User will be automatically set as this group owner."
5526 msgstr ""
5534 msgstr ""
5527
5535
5528 #: rhodecode/templates/admin/users/user_add.html:137
5536 #: rhodecode/templates/admin/users/user_add.html:136
5529 msgid "generated password:"
5537 msgid "generated password:"
5530 msgstr ""
5538 msgstr ""
5531
5539
@@ -5770,40 +5778,40 b' msgstr ""'
5770 msgid "Show More"
5778 msgid "Show More"
5771 msgstr ""
5779 msgstr ""
5772
5780
5773 #: rhodecode/templates/base/base.html:187
5781 #: rhodecode/templates/base/base.html:189
5774 msgid "Fork of"
5782 msgid "Fork of"
5775 msgstr ""
5783 msgstr ""
5776
5784
5777 #: rhodecode/templates/base/base.html:204
5785 #: rhodecode/templates/base/base.html:206
5778 #, python-format
5786 #, python-format
5779 msgid "Repository locked by %(user)s"
5787 msgid "Repository locked by %(user)s"
5780 msgstr ""
5788 msgstr ""
5781
5789
5782 #: rhodecode/templates/base/base.html:209
5790 #: rhodecode/templates/base/base.html:211
5783 msgid "Repository not locked. Pull repository to lock it."
5791 msgid "Repository not locked. Pull repository to lock it."
5784 msgstr ""
5792 msgstr ""
5785
5793
5786 #: rhodecode/templates/base/base.html:227
5794 #: rhodecode/templates/base/base.html:229
5787 #: rhodecode/templates/data_table/_dt_elements.html:12
5795 #: rhodecode/templates/data_table/_dt_elements.html:12
5788 #: rhodecode/templates/data_table/_dt_elements.html:13
5796 #: rhodecode/templates/data_table/_dt_elements.html:13
5789 #: rhodecode/templates/data_table/_dt_elements.html:147
5797 #: rhodecode/templates/data_table/_dt_elements.html:147
5790 msgid "Summary"
5798 msgid "Summary"
5791 msgstr ""
5799 msgstr ""
5792
5800
5793 #: rhodecode/templates/base/base.html:228
5801 #: rhodecode/templates/base/base.html:230
5794 #: rhodecode/templates/data_table/_dt_elements.html:17
5802 #: rhodecode/templates/data_table/_dt_elements.html:17
5795 #: rhodecode/templates/data_table/_dt_elements.html:18
5803 #: rhodecode/templates/data_table/_dt_elements.html:18
5796 msgid "Changelog"
5804 msgid "Changelog"
5797 msgstr ""
5805 msgstr ""
5798
5806
5799 #: rhodecode/templates/base/base.html:229
5807 #: rhodecode/templates/base/base.html:231
5800 #: rhodecode/templates/data_table/_dt_elements.html:22
5808 #: rhodecode/templates/data_table/_dt_elements.html:22
5801 #: rhodecode/templates/data_table/_dt_elements.html:23
5809 #: rhodecode/templates/data_table/_dt_elements.html:23
5802 #: rhodecode/templates/files/files.html:15
5810 #: rhodecode/templates/files/files.html:15
5803 msgid "Files"
5811 msgid "Files"
5804 msgstr ""
5812 msgstr ""
5805
5813
5806 #: rhodecode/templates/base/base.html:231
5814 #: rhodecode/templates/base/base.html:233
5807 #: rhodecode/templates/bookmarks/bookmarks.html:68
5815 #: rhodecode/templates/bookmarks/bookmarks.html:68
5808 #: rhodecode/templates/branches/branches.html:67
5816 #: rhodecode/templates/branches/branches.html:67
5809 #: rhodecode/templates/files/file_diff.html:11
5817 #: rhodecode/templates/files/file_diff.html:11
@@ -5812,111 +5820,105 b' msgstr ""'
5812 msgid "Compare"
5820 msgid "Compare"
5813 msgstr ""
5821 msgstr ""
5814
5822
5815 #: rhodecode/templates/base/base.html:236
5823 #: rhodecode/templates/base/base.html:238
5816 #, python-format
5824 #, python-format
5817 msgid "Show Pull Requests for %s"
5825 msgid "Show Pull Requests for %s"
5818 msgstr ""
5826 msgstr ""
5819
5827
5820 #: rhodecode/templates/base/base.html:245
5828 #: rhodecode/templates/base/base.html:247
5821 msgid "Options"
5829 msgid "Options"
5822 msgstr ""
5830 msgstr ""
5823
5831
5824 #: rhodecode/templates/base/base.html:252
5832 #: rhodecode/templates/base/base.html:254
5825 #: rhodecode/templates/forks/forks_data.html:28
5833 #: rhodecode/templates/forks/forks_data.html:30
5826 msgid "Compare fork"
5834 msgid "Compare fork"
5827 msgstr ""
5835 msgstr ""
5828
5836
5829 #: rhodecode/templates/base/base.html:255
5830 #: rhodecode/templates/base/base.html:397
5831 #: rhodecode/templates/search/search.html:64
5832 msgid "Search"
5833 msgstr ""
5834
5835 #: rhodecode/templates/base/base.html:259
5836 msgid "Unlock"
5837 msgstr ""
5838
5839 #: rhodecode/templates/base/base.html:261
5837 #: rhodecode/templates/base/base.html:261
5838 msgid "Unlock"
5839 msgstr ""
5840
5841 #: rhodecode/templates/base/base.html:263
5840 msgid "Lock"
5842 msgid "Lock"
5841 msgstr ""
5843 msgstr ""
5842
5844
5843 #: rhodecode/templates/base/base.html:266
5845 #: rhodecode/templates/base/base.html:268
5844 #: rhodecode/templates/data_table/_dt_elements.html:27
5846 #: rhodecode/templates/data_table/_dt_elements.html:27
5845 #: rhodecode/templates/data_table/_dt_elements.html:28
5847 #: rhodecode/templates/data_table/_dt_elements.html:28
5846 #: rhodecode/templates/forks/forks_data.html:7
5848 #: rhodecode/templates/forks/forks_data.html:8
5847 #: rhodecode/templates/summary/components.html:103
5849 #: rhodecode/templates/summary/components.html:103
5848 msgid "Fork"
5850 msgid "Fork"
5849 msgid_plural "Forks"
5851 msgid_plural "Forks"
5850 msgstr[0] ""
5852 msgstr[0] ""
5851 msgstr[1] ""
5853 msgstr[1] ""
5852
5854
5853 #: rhodecode/templates/base/base.html:267
5855 #: rhodecode/templates/base/base.html:269
5854 msgid "Create Pull Request"
5856 msgid "Create Pull Request"
5855 msgstr ""
5857 msgstr ""
5856
5858
5857 #: rhodecode/templates/base/base.html:289
5859 #: rhodecode/templates/base/base.html:291
5858 msgid "Sign in"
5860 msgid "Sign in"
5859 msgstr ""
5861 msgstr ""
5860
5862
5861 #: rhodecode/templates/base/base.html:297
5863 #: rhodecode/templates/base/base.html:299
5862 #: rhodecode/templates/debug_style/login.html:28
5864 #: rhodecode/templates/debug_style/login.html:28
5863 msgid "Sign in to your account"
5865 msgid "Sign in to your account"
5864 msgstr ""
5866 msgstr ""
5865
5867
5866 #: rhodecode/templates/base/base.html:313
5868 #: rhodecode/templates/base/base.html:315
5867 #: rhodecode/templates/debug_style/login.html:46
5869 #: rhodecode/templates/debug_style/login.html:46
5868 msgid "(Forgot password?)"
5870 msgid "(Forgot password?)"
5869 msgstr ""
5871 msgstr ""
5870
5872
5871 #: rhodecode/templates/base/base.html:322
5873 #: rhodecode/templates/base/base.html:324
5872 #: rhodecode/templates/debug_style/login.html:56
5874 #: rhodecode/templates/debug_style/login.html:56
5873 msgid "Don't have an account ?"
5875 msgid "Don't have an account ?"
5874 msgstr ""
5876 msgstr ""
5875
5877
5876 #: rhodecode/templates/base/base.html:343
5878 #: rhodecode/templates/base/base.html:345
5877 msgid "Sign Out"
5879 msgid "Sign Out"
5878 msgstr ""
5880 msgstr ""
5879
5881
5880 #: rhodecode/templates/base/base.html:379
5882 #: rhodecode/templates/base/base.html:381
5881 msgid "Show activity journal"
5883 msgid "Show activity journal"
5882 msgstr ""
5884 msgstr ""
5883
5885
5884 #: rhodecode/templates/base/base.html:380
5886 #: rhodecode/templates/base/base.html:382
5885 #: rhodecode/templates/journal/journal.html:4
5887 #: rhodecode/templates/journal/journal.html:4
5886 #: rhodecode/templates/journal/journal.html:14
5888 #: rhodecode/templates/journal/journal.html:14
5887 msgid "Journal"
5889 msgid "Journal"
5888 msgstr ""
5890 msgstr ""
5889
5891
5890 #: rhodecode/templates/base/base.html:385
5892 #: rhodecode/templates/base/base.html:387
5891 msgid "Show Public activity journal"
5893 msgid "Show Public activity journal"
5892 msgstr ""
5894 msgstr ""
5893
5895
5894 #: rhodecode/templates/base/base.html:386
5896 #: rhodecode/templates/base/base.html:388
5895 msgid "Public journal"
5897 msgid "Public journal"
5896 msgstr ""
5898 msgstr ""
5897
5899
5898 #: rhodecode/templates/base/base.html:391
5900 #: rhodecode/templates/base/base.html:393
5899 msgid "Show Gists"
5901 msgid "Show Gists"
5900 msgstr ""
5902 msgstr ""
5901
5903
5902 #: rhodecode/templates/base/base.html:392
5904 #: rhodecode/templates/base/base.html:394
5903 msgid "Gists"
5905 msgid "Gists"
5904 msgstr ""
5906 msgstr ""
5905
5907
5906 #: rhodecode/templates/base/base.html:396
5908 #: rhodecode/templates/base/base.html:398
5907 msgid "Search in repositories you have access to"
5909 msgid "Search in repositories you have access to"
5908 msgstr ""
5910 msgstr ""
5909
5911
5910 #: rhodecode/templates/base/base.html:402
5912 #: rhodecode/templates/base/base.html:404
5911 msgid "Admin settings"
5913 msgid "Admin settings"
5912 msgstr ""
5914 msgstr ""
5913
5915
5914 #: rhodecode/templates/base/base.html:409
5916 #: rhodecode/templates/base/base.html:411
5915 msgid "Delegated Admin settings"
5917 msgid "Delegated Admin settings"
5916 msgstr ""
5918 msgstr ""
5917
5919
5918 #: rhodecode/templates/base/base.html:419
5920 #: rhodecode/templates/base/base.html:421
5919 #: rhodecode/templates/base/base.html:420
5921 #: rhodecode/templates/base/base.html:422
5920 #: rhodecode/templates/debug_style/buttons.html:5
5922 #: rhodecode/templates/debug_style/buttons.html:5
5921 #: rhodecode/templates/debug_style/code-block.html:6
5923 #: rhodecode/templates/debug_style/code-block.html:6
5922 #: rhodecode/templates/debug_style/collapsable-content.html:5
5924 #: rhodecode/templates/debug_style/collapsable-content.html:5
@@ -5937,15 +5939,15 b' msgstr ""'
5937 msgid "Style"
5939 msgid "Style"
5938 msgstr ""
5940 msgstr ""
5939
5941
5940 #: rhodecode/templates/base/base.html:474
5942 #: rhodecode/templates/base/base.html:479
5941 msgid "Go to"
5943 msgid "Go to"
5942 msgstr ""
5944 msgstr ""
5943
5945
5944 #: rhodecode/templates/base/base.html:585
5946 #: rhodecode/templates/base/base.html:590
5945 msgid "Keyboard shortcuts"
5947 msgid "Keyboard shortcuts"
5946 msgstr ""
5948 msgstr ""
5947
5949
5948 #: rhodecode/templates/base/base.html:593
5950 #: rhodecode/templates/base/base.html:598
5949 msgid "Site-wide shortcuts"
5951 msgid "Site-wide shortcuts"
5950 msgstr ""
5952 msgstr ""
5951
5953
@@ -6067,88 +6069,80 b' msgstr ""'
6067 msgid "Test Pattern Preview"
6069 msgid "Test Pattern Preview"
6068 msgstr ""
6070 msgstr ""
6069
6071
6072 #: rhodecode/templates/base/perms_summary.html:18
6073 msgid "show"
6074 msgstr ""
6075
6070 #: rhodecode/templates/base/perms_summary.html:19
6076 #: rhodecode/templates/base/perms_summary.html:19
6071 msgid "show"
6077 msgid "none"
6072 msgstr ""
6078 msgstr ""
6073
6079
6074 #: rhodecode/templates/base/perms_summary.html:20
6080 #: rhodecode/templates/base/perms_summary.html:20
6075 msgid "none"
6081 msgid "read"
6076 msgstr ""
6082 msgstr ""
6077
6083
6078 #: rhodecode/templates/base/perms_summary.html:21
6084 #: rhodecode/templates/base/perms_summary.html:21
6079 msgid "read"
6085 msgid "write"
6080 msgstr ""
6086 msgstr ""
6081
6087
6082 #: rhodecode/templates/base/perms_summary.html:22
6088 #: rhodecode/templates/base/perms_summary.html:22
6083 msgid "write"
6084 msgstr ""
6085
6086 #: rhodecode/templates/base/perms_summary.html:23
6087 msgid "admin"
6089 msgid "admin"
6088 msgstr ""
6090 msgstr ""
6089
6091
6090 #: rhodecode/templates/base/perms_summary.html:30
6092 #: rhodecode/templates/base/perms_summary.html:29
6091 msgid "No permissions defined"
6093 msgid "No permissions defined"
6092 msgstr ""
6094 msgstr ""
6093
6095
6094 #: rhodecode/templates/base/perms_summary.html:38
6096 #: rhodecode/templates/base/perms_summary.html:37
6095 #: rhodecode/templates/base/perms_summary.html:104
6097 #: rhodecode/templates/base/perms_summary.html:103
6096 msgid "Permission"
6098 msgid "Permission"
6097 msgstr ""
6099 msgstr ""
6098
6100
6099 #: rhodecode/templates/base/perms_summary.html:40
6101 #: rhodecode/templates/base/perms_summary.html:39
6100 #: rhodecode/templates/base/perms_summary.html:106
6102 #: rhodecode/templates/base/perms_summary.html:105
6101 msgid "Edit Permission"
6103 msgid "Edit Permission"
6102 msgstr ""
6104 msgstr ""
6103
6105
6104 #: rhodecode/templates/base/perms_summary.html:86
6106 #: rhodecode/templates/base/perms_summary.html:85
6105 msgid "Super admin"
6107 msgid "Super admin"
6106 msgstr ""
6108 msgstr ""
6107
6109
6110 #: rhodecode/templates/base/perms_summary.html:87
6111 msgid "Repository default permission"
6112 msgstr ""
6113
6108 #: rhodecode/templates/base/perms_summary.html:88
6114 #: rhodecode/templates/base/perms_summary.html:88
6109 msgid "Repository default permission"
6115 msgid "Repository group default permission"
6110 msgstr ""
6116 msgstr ""
6111
6117
6112 #: rhodecode/templates/base/perms_summary.html:89
6118 #: rhodecode/templates/base/perms_summary.html:89
6113 msgid "Repository group default permission"
6114 msgstr ""
6115
6116 #: rhodecode/templates/base/perms_summary.html:90
6117 msgid "User group default permission"
6119 msgid "User group default permission"
6118 msgstr ""
6120 msgstr ""
6119
6121
6122 #: rhodecode/templates/base/perms_summary.html:91
6123 msgid "Create repositories"
6124 msgstr ""
6125
6120 #: rhodecode/templates/base/perms_summary.html:92
6126 #: rhodecode/templates/base/perms_summary.html:92
6121 msgid "Create repositories"
6127 msgid "Fork repositories"
6122 msgstr ""
6128 msgstr ""
6123
6129
6124 #: rhodecode/templates/base/perms_summary.html:93
6130 #: rhodecode/templates/base/perms_summary.html:93
6125 msgid "Fork repositories"
6131 msgid "Create repository groups"
6126 msgstr ""
6132 msgstr ""
6127
6133
6128 #: rhodecode/templates/base/perms_summary.html:94
6134 #: rhodecode/templates/base/perms_summary.html:94
6129 msgid "Create repository groups"
6130 msgstr ""
6131
6132 #: rhodecode/templates/base/perms_summary.html:95
6133 msgid "Create user groups"
6135 msgid "Create user groups"
6134 msgstr ""
6136 msgstr ""
6135
6137
6136 #: rhodecode/templates/base/perms_summary.html:155
6138 #: rhodecode/templates/base/perms_summary.html:162
6137 msgid "No permission defined"
6139 msgid "No permission defined"
6138 msgstr ""
6140 msgstr ""
6139
6141
6140 #: rhodecode/templates/base/root.html:150
6142 #: rhodecode/templates/base/root.html:151
6141 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6143 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6142 msgstr ""
6144 msgstr ""
6143
6145
6144 #: rhodecode/templates/base/social_buttons.html:6
6145 msgid "Sign in with"
6146 msgstr ""
6147
6148 #: rhodecode/templates/base/social_buttons.html:8
6149 msgid "Connect with"
6150 msgstr ""
6151
6152 #: rhodecode/templates/base/vcs_settings.html:16
6146 #: rhodecode/templates/base/vcs_settings.html:16
6153 msgid "Require SSL for vcs operations"
6147 msgid "Require SSL for vcs operations"
6154 msgstr ""
6148 msgstr ""
@@ -6344,7 +6338,7 b' msgstr[0] ""'
6344 msgstr[1] ""
6338 msgstr[1] ""
6345
6339
6346 #: rhodecode/templates/changelog/changelog.html:41
6340 #: rhodecode/templates/changelog/changelog.html:41
6347 #: rhodecode/templates/forks/forks_data.html:26
6341 #: rhodecode/templates/forks/forks_data.html:28
6348 #, python-format
6342 #, python-format
6349 msgid "Compare fork with %s"
6343 msgid "Compare fork with %s"
6350 msgstr ""
6344 msgstr ""
@@ -6369,7 +6363,6 b' msgstr ""'
6369
6363
6370 #: rhodecode/templates/changelog/changelog.html:103
6364 #: rhodecode/templates/changelog/changelog.html:103
6371 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6365 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6372 #: rhodecode/templates/search/search_commit.html:9
6373 msgid "Age"
6366 msgid "Age"
6374 msgstr ""
6367 msgstr ""
6375
6368
@@ -6398,12 +6391,6 b' msgstr ""'
6398 msgid "Commit status: %s"
6391 msgid "Commit status: %s"
6399 msgstr ""
6392 msgstr ""
6400
6393
6401 #: rhodecode/templates/changelog/changelog.html:141
6402 #: rhodecode/templates/compare/compare_cs.html:47
6403 #: rhodecode/templates/search/search_commit.html:30
6404 msgid "Expand commit message"
6405 msgstr ""
6406
6407 #: rhodecode/templates/changelog/changelog.html:162
6394 #: rhodecode/templates/changelog/changelog.html:162
6408 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6395 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6409 msgid "Commit has comments"
6396 msgid "Commit has comments"
@@ -6812,15 +6799,15 b' msgid_plural ""'
6812 msgstr[0] "%(num)s archivo cambiado: %(linesadd)s insertados, %(linesdel)s eliminados"
6799 msgstr[0] "%(num)s archivo cambiado: %(linesadd)s insertados, %(linesdel)s eliminados"
6813 msgstr[1] "%(num)s archivos cambiados: %(linesadd)s insertados, %(linesdel)s eliminados"
6800 msgstr[1] "%(num)s archivos cambiados: %(linesadd)s insertados, %(linesdel)s eliminados"
6814
6801
6815 #: rhodecode/templates/compare/compare_cs.html:5
6802 #: rhodecode/templates/compare/compare_commits.html:5
6816 msgid "No Commits"
6803 msgid "No Commits"
6817 msgstr ""
6804 msgstr ""
6818
6805
6819 #: rhodecode/templates/compare/compare_cs.html:9
6806 #: rhodecode/templates/compare/compare_commits.html:9
6820 msgid "Common Ancestor Commit"
6807 msgid "Common Ancestor Commit"
6821 msgstr ""
6808 msgstr ""
6822
6809
6823 #: rhodecode/templates/compare/compare_cs.html:20
6810 #: rhodecode/templates/compare/compare_commits.html:20
6824 msgid "Time"
6811 msgid "Time"
6825 msgstr ""
6812 msgstr ""
6826
6813
@@ -6940,6 +6927,12 b' msgstr ""'
6940 msgid "Default"
6927 msgid "Default"
6941 msgstr ""
6928 msgstr ""
6942
6929
6930 #: rhodecode/templates/debug_style/form-elements.html:535
6931 #: rhodecode/templates/debug_style/form-elements.html:585
6932 #: rhodecode/templates/debug_style/forms.html:250
6933 msgid "Available members"
6934 msgstr ""
6935
6943 #: rhodecode/templates/debug_style/forms.html:119
6936 #: rhodecode/templates/debug_style/forms.html:119
6944 msgid "Some text..."
6937 msgid "Some text..."
6945 msgstr ""
6938 msgstr ""
@@ -7423,7 +7416,7 b' msgid "Location"'
7423 msgstr ""
7416 msgstr ""
7424
7417
7425 #: rhodecode/templates/files/files_source.html:6
7418 #: rhodecode/templates/files/files_source.html:6
7426 #: rhodecode/templates/search/search_content.html:20
7419 #: rhodecode/templates/search/search_content.html:57
7427 msgid "line"
7420 msgid "line"
7428 msgid_plural "lines"
7421 msgid_plural "lines"
7429 msgstr[0] ""
7422 msgstr[0] ""
@@ -7434,22 +7427,22 b' msgid "History"'
7434 msgstr ""
7427 msgstr ""
7435
7428
7436 #: rhodecode/templates/files/files_source.html:15
7429 #: rhodecode/templates/files/files_source.html:15
7437 #: rhodecode/templates/search/search_content.html:31
7430 #: rhodecode/templates/search/search_content.html:68
7438 msgid "Show Full History"
7431 msgid "Show Full History"
7439 msgstr ""
7432 msgstr ""
7440
7433
7441 #: rhodecode/templates/files/files_source.html:20
7434 #: rhodecode/templates/files/files_source.html:20
7442 #: rhodecode/templates/search/search_content.html:33
7435 #: rhodecode/templates/search/search_content.html:70
7443 msgid "Annotation"
7436 msgid "Annotation"
7444 msgstr ""
7437 msgstr ""
7445
7438
7446 #: rhodecode/templates/files/files_source.html:22
7439 #: rhodecode/templates/files/files_source.html:22
7447 #: rhodecode/templates/search/search_content.html:34
7440 #: rhodecode/templates/search/search_content.html:71
7448 msgid "Raw"
7441 msgid "Raw"
7449 msgstr ""
7442 msgstr ""
7450
7443
7451 #: rhodecode/templates/files/files_source.html:24
7444 #: rhodecode/templates/files/files_source.html:24
7452 #: rhodecode/templates/search/search_content.html:36
7445 #: rhodecode/templates/search/search_content.html:73
7453 msgid "Download"
7446 msgid "Download"
7454 msgstr ""
7447 msgstr ""
7455
7448
@@ -7526,11 +7519,11 b' msgstr ""'
7526 msgid "Create new fork"
7519 msgid "Create new fork"
7527 msgstr ""
7520 msgstr ""
7528
7521
7529 #: rhodecode/templates/forks/forks_data.html:9
7522 #: rhodecode/templates/forks/forks_data.html:10
7530 msgid "Forked"
7523 msgid "Forked"
7531 msgstr ""
7524 msgstr ""
7532
7525
7533 #: rhodecode/templates/forks/forks_data.html:46
7526 #: rhodecode/templates/forks/forks_data.html:48
7534 msgid "There are no forks yet"
7527 msgid "There are no forks yet"
7535 msgstr ""
7528 msgstr ""
7536
7529
@@ -7598,35 +7591,35 b' msgstr ""'
7598 msgid "Add reviewer"
7591 msgid "Add reviewer"
7599 msgstr ""
7592 msgstr ""
7600
7593
7601 #: rhodecode/templates/pullrequests/pullrequest.html:278
7594 #: rhodecode/templates/pullrequests/pullrequest.html:279
7602 #: rhodecode/templates/pullrequests/pullrequest.html:520
7595 #: rhodecode/templates/pullrequests/pullrequest.html:521
7603 msgid "Please select origin and destination"
7596 msgid "Please select origin and destination"
7604 msgstr ""
7597 msgstr ""
7605
7598
7606 #: rhodecode/templates/pullrequests/pullrequest.html:284
7599 #: rhodecode/templates/pullrequests/pullrequest.html:285
7607 msgid "Loading compare ..."
7600 msgid "Loading compare ..."
7608 msgstr ""
7601 msgstr ""
7609
7602
7610 #: rhodecode/templates/pullrequests/pullrequest.html:331
7603 #: rhodecode/templates/pullrequests/pullrequest.html:332
7611 #: rhodecode/templates/pullrequests/pullrequest.html:333
7604 #: rhodecode/templates/pullrequests/pullrequest.html:334
7612 msgid "This pull request will consist of __COMMITS__ commit."
7605 msgid "This pull request will consist of __COMMITS__ commit."
7613 msgid_plural "This pull request will consist of __COMMITS__ commits."
7606 msgid_plural "This pull request will consist of __COMMITS__ commits."
7614 msgstr[0] ""
7607 msgstr[0] ""
7615 msgstr[1] ""
7608 msgstr[1] ""
7616
7609
7617 #: rhodecode/templates/pullrequests/pullrequest.html:336
7610 #: rhodecode/templates/pullrequests/pullrequest.html:337
7618 msgid "Show detailed compare."
7611 msgid "Show detailed compare."
7619 msgstr ""
7612 msgstr ""
7620
7613
7621 #: rhodecode/templates/pullrequests/pullrequest.html:343
7614 #: rhodecode/templates/pullrequests/pullrequest.html:344
7622 msgid "There are no commits to merge."
7615 msgid "There are no commits to merge."
7623 msgstr ""
7616 msgstr ""
7624
7617
7625 #: rhodecode/templates/pullrequests/pullrequest.html:450
7618 #: rhodecode/templates/pullrequests/pullrequest.html:451
7626 msgid "Destination repository"
7619 msgid "Destination repository"
7627 msgstr ""
7620 msgstr ""
7628
7621
7629 #: rhodecode/templates/pullrequests/pullrequest.html:461
7622 #: rhodecode/templates/pullrequests/pullrequest.html:462
7630 msgid "Select commit reference"
7623 msgid "Select commit reference"
7631 msgstr ""
7624 msgstr ""
7632
7625
@@ -7683,7 +7676,7 b' msgstr ""'
7683 msgid "Save Changes"
7676 msgid "Save Changes"
7684 msgstr ""
7677 msgstr ""
7685
7678
7686 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
7679 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
7687 msgid "reviewer"
7680 msgid "reviewer"
7688 msgstr ""
7681 msgstr ""
7689
7682
@@ -7752,13 +7745,13 b' msgid "Opened by me"'
7752 msgstr ""
7745 msgstr ""
7753
7746
7754 #: rhodecode/templates/pullrequests/pullrequests.html:50
7747 #: rhodecode/templates/pullrequests/pullrequests.html:50
7748 msgid "Awaiting review"
7749 msgstr ""
7750
7751 #: rhodecode/templates/pullrequests/pullrequests.html:51
7755 msgid "Awaiting my review"
7752 msgid "Awaiting my review"
7756 msgstr ""
7753 msgstr ""
7757
7754
7758 #: rhodecode/templates/pullrequests/pullrequests.html:52
7759 msgid "Awaiting review"
7760 msgstr ""
7761
7762 #: rhodecode/templates/pullrequests/pullrequests.html:53
7755 #: rhodecode/templates/pullrequests/pullrequests.html:53
7763 msgid "From this repo"
7756 msgid "From this repo"
7764 msgstr ""
7757 msgstr ""
@@ -7820,6 +7813,18 b' msgstr ""'
7820 msgid "File names"
7813 msgid "File names"
7821 msgstr ""
7814 msgstr ""
7822
7815
7816 #: rhodecode/templates/search/search_commit.html:11
7817 msgid "Age (new first)"
7818 msgstr ""
7819
7820 #: rhodecode/templates/search/search_commit.html:13
7821 msgid "Age (old first)"
7822 msgstr ""
7823
7824 #: rhodecode/templates/search/search_content.html:33
7825 msgid "more matches in this file"
7826 msgstr ""
7827
7823 #: rhodecode/templates/search/search_path.html:4
7828 #: rhodecode/templates/search/search_path.html:4
7824 msgid "File"
7829 msgid "File"
7825 msgstr ""
7830 msgstr ""
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
General Comments 0
You need to be logged in to leave comments. Login now