##// END OF EJS Templates
translations: updated catalog
marcink -
r287:cf5b3f9c default
parent child Browse files
Show More
This diff has been collapsed as it changes many lines, (2626 lines changed) Show them Hide them
@@ -6,9 +6,9 b''
6 #, fuzzy
6 #, fuzzy
7 msgid ""
7 msgid ""
8 msgstr ""
8 msgstr ""
9 "Project-Id-Version: rhodecode-enterprise-ce 4.0.0\n"
9 "Project-Id-Version: rhodecode-enterprise-ce 4.2.0\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: YEAR-MO-DA HO:MI+ZONE\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,44 +17,271 b' msgstr ""'
17 "Content-Transfer-Encoding: 8bit\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Generated-By: Babel 1.3\n"
18 "Generated-By: Babel 1.3\n"
19
19
20 #: rhodecode/authentication/routes.py:61
20 #: rhodecode/authentication/routes.py:60
21 #: rhodecode/controllers/admin/settings.py:825
21 #: rhodecode/controllers/admin/settings.py:844
22 #: rhodecode/templates/admin/permissions/permissions.html:36
22 #: rhodecode/templates/admin/permissions/permissions.html:36
23 msgid "Global"
23 msgid "Global"
24 msgstr ""
24 msgstr ""
25
25
26 #: rhodecode/authentication/schema.py:35
27 msgid "Enable or disable this authentication plugin."
28 msgstr ""
29
26 #: rhodecode/authentication/schema.py:37
30 #: rhodecode/authentication/schema.py:37
27 msgid "Enable or disable this authentication plugin."
28 msgstr ""
29
30 #: rhodecode/authentication/schema.py:39
31 msgid "Enabled"
31 msgid "Enabled"
32 msgstr ""
32 msgstr ""
33
33
34 #: rhodecode/authentication/schema.py:45
34 #: rhodecode/authentication/schema.py:43
35 msgid "Amount of seconds to cache the authentication call for this plugin. Useful for long calls like LDAP to improve the responsiveness of the authentication system (0 means disabled)."
35 msgid "Amount of seconds to cache the authentication call for this plugin. Useful for long calls like LDAP to improve the responsiveness of the authentication system (0 means disabled)."
36 msgstr ""
36 msgstr ""
37
37
38 #: rhodecode/authentication/schema.py:50
38 #: rhodecode/authentication/schema.py:48
39 msgid "Auth Cache TTL"
39 msgid "Auth Cache TTL"
40 msgstr ""
40 msgstr ""
41
41
42 #: rhodecode/authentication/views.py:108
42 #: rhodecode/authentication/views.py:88
43 msgid "Errors exist when saving plugin settings. Please check the form inputs."
43 msgid "Errors exist when saving plugin settings. Please check the form inputs."
44 msgstr ""
44 msgstr ""
45
45
46 #: rhodecode/authentication/views.py:131 rhodecode/authentication/views.py:200
46 #: rhodecode/authentication/views.py:101 rhodecode/authentication/views.py:170
47 msgid "Auth settings updated successfully."
47 msgid "Auth settings updated successfully."
48 msgstr ""
48 msgstr ""
49
49
50 #: rhodecode/authentication/views.py:205
50 #: rhodecode/authentication/views.py:175
51 msgid "Errors exist when saving plugin setting. Please check the form inputs."
51 msgid "Errors exist when saving plugin setting. Please check the form inputs."
52 msgstr ""
52 msgstr ""
53
53
54 #: rhodecode/authentication/views.py:215
54 #: rhodecode/authentication/views.py:185
55 msgid "Error occurred during update of auth settings."
55 msgid "Error occurred during update of auth settings."
56 msgstr ""
56 msgstr ""
57
57
58 #: rhodecode/authentication/plugins/auth_crowd.py:61
59 msgid "The FQDN or IP of the Atlassian CROWD Server"
60 msgstr ""
61
62 #: rhodecode/authentication/plugins/auth_crowd.py:63
63 msgid "Host"
64 msgstr ""
65
66 #: rhodecode/authentication/plugins/auth_crowd.py:68
67 msgid "The Port in use by the Atlassian CROWD Server"
68 msgstr ""
69
70 #: rhodecode/authentication/plugins/auth_crowd.py:70
71 #: rhodecode/authentication/plugins/auth_ldap.py:84
72 msgid "Port"
73 msgstr ""
74
75 #: rhodecode/authentication/plugins/auth_crowd.py:76
76 msgid "The Application Name to authenticate to CROWD"
77 msgstr ""
78
79 #: rhodecode/authentication/plugins/auth_crowd.py:78
80 msgid "Application Name"
81 msgstr ""
82
83 #: rhodecode/authentication/plugins/auth_crowd.py:83
84 msgid "The password to authenticate to CROWD"
85 msgstr ""
86
87 #: rhodecode/authentication/plugins/auth_crowd.py:85
88 msgid "Application Password"
89 msgstr ""
90
91 #: rhodecode/authentication/plugins/auth_crowd.py:90
92 msgid "A comma separated list of group names that identify users as RhodeCode Administrators"
93 msgstr ""
94
95 #: rhodecode/authentication/plugins/auth_crowd.py:94
96 msgid "Admin Groups"
97 msgstr ""
98
99 #: rhodecode/authentication/plugins/auth_crowd.py:216
100 msgid "CROWD"
101 msgstr ""
102
103 #: rhodecode/authentication/plugins/auth_headers.py:55
104 msgid "Header to extract the user from"
105 msgstr ""
106
107 #: rhodecode/authentication/plugins/auth_headers.py:57
108 msgid "Header"
109 msgstr ""
110
111 #: rhodecode/authentication/plugins/auth_headers.py:62
112 msgid "Header to extract the user from when main one fails"
113 msgstr ""
114
115 #: rhodecode/authentication/plugins/auth_headers.py:64
116 msgid "Fallback header"
117 msgstr ""
118
119 #: rhodecode/authentication/plugins/auth_headers.py:69
120 msgid "Perform cleaning of user, if passed user has @ in username then first part before @ is taken. If there's \\ in the username only the part after \\ is taken"
121 msgstr ""
122
123 #: rhodecode/authentication/plugins/auth_headers.py:74
124 msgid "Clean username"
125 msgstr ""
126
127 #: rhodecode/authentication/plugins/auth_headers.py:99
128 msgid "Headers"
129 msgstr ""
130
131 #: rhodecode/authentication/plugins/auth_jasig_cas.py:63
132 msgid "The url of the Jasig CAS REST service"
133 msgstr ""
134
135 #: rhodecode/authentication/plugins/auth_jasig_cas.py:65
136 #: rhodecode/templates/admin/gists/show.html:21
137 msgid "URL"
138 msgstr ""
139
140 #: rhodecode/authentication/plugins/auth_jasig_cas.py:93
141 msgid "Jasig-CAS"
142 msgstr ""
143
144 #: rhodecode/authentication/plugins/auth_ldap.py:75
145 msgid "Host of the LDAP Server"
146 msgstr ""
147
148 #: rhodecode/authentication/plugins/auth_ldap.py:77
149 msgid "LDAP Host"
150 msgstr ""
151
152 #: rhodecode/authentication/plugins/auth_ldap.py:82
153 msgid "Port that the LDAP server is listening on"
154 msgstr ""
155
156 #: rhodecode/authentication/plugins/auth_ldap.py:90
157 msgid "User to connect to LDAP"
158 msgstr ""
159
160 #: rhodecode/authentication/plugins/auth_ldap.py:93
161 msgid "Account"
162 msgstr ""
163
164 #: rhodecode/authentication/plugins/auth_ldap.py:98
165 msgid "Password to connect to LDAP"
166 msgstr ""
167
168 #: rhodecode/authentication/plugins/auth_ldap.py:101
169 #: rhodecode/templates/login.html:50 rhodecode/templates/register.html:48
170 #: rhodecode/templates/admin/my_account/my_account.html:30
171 #: rhodecode/templates/admin/users/user_add.html:44
172 #: rhodecode/templates/base/base.html:314
173 #: rhodecode/templates/debug_style/login.html:45
174 msgid "Password"
175 msgstr ""
176
177 #: rhodecode/authentication/plugins/auth_ldap.py:106
178 msgid "TLS Type"
179 msgstr ""
180
181 #: rhodecode/authentication/plugins/auth_ldap.py:107
182 msgid "Connection Security"
183 msgstr ""
184
185 #: rhodecode/authentication/plugins/auth_ldap.py:113
186 msgid "Require Cert over TLS?"
187 msgstr ""
188
189 #: rhodecode/authentication/plugins/auth_ldap.py:114
190 msgid "Certificate Checks"
191 msgstr ""
192
193 #: rhodecode/authentication/plugins/auth_ldap.py:120
194 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
195 msgstr ""
196
197 #: rhodecode/authentication/plugins/auth_ldap.py:123
198 msgid "Base DN"
199 msgstr ""
200
201 #: rhodecode/authentication/plugins/auth_ldap.py:128
202 msgid "Filter to narrow results (e.g., ou=Users, etc)"
203 msgstr ""
204
205 #: rhodecode/authentication/plugins/auth_ldap.py:131
206 msgid "LDAP Search Filter"
207 msgstr ""
208
209 #: rhodecode/authentication/plugins/auth_ldap.py:136
210 msgid "How deep to search LDAP"
211 msgstr ""
212
213 #: rhodecode/authentication/plugins/auth_ldap.py:137
214 msgid "LDAP Search Scope"
215 msgstr ""
216
217 #: rhodecode/authentication/plugins/auth_ldap.py:143
218 msgid "LDAP Attribute to map to user name"
219 msgstr ""
220
221 #: rhodecode/authentication/plugins/auth_ldap.py:144
222 msgid "The LDAP Login attribute of the CN must be specified"
223 msgstr ""
224
225 #: rhodecode/authentication/plugins/auth_ldap.py:146
226 msgid "Login Attribute"
227 msgstr ""
228
229 #: rhodecode/authentication/plugins/auth_ldap.py:151
230 msgid "LDAP Attribute to map to first name"
231 msgstr ""
232
233 #: rhodecode/authentication/plugins/auth_ldap.py:154
234 msgid "First Name Attribute"
235 msgstr ""
236
237 #: rhodecode/authentication/plugins/auth_ldap.py:159
238 msgid "LDAP Attribute to map to last name"
239 msgstr ""
240
241 #: rhodecode/authentication/plugins/auth_ldap.py:162
242 msgid "Last Name Attribute"
243 msgstr ""
244
245 #: rhodecode/authentication/plugins/auth_ldap.py:167
246 msgid "LDAP Attribute to map to email address"
247 msgstr ""
248
249 #: rhodecode/authentication/plugins/auth_ldap.py:170
250 msgid "Email Attribute"
251 msgstr ""
252
253 #: rhodecode/authentication/plugins/auth_ldap.py:348
254 msgid "LDAP"
255 msgstr ""
256
257 #: rhodecode/authentication/plugins/auth_pam.py:60
258 msgid "PAM service name to use for authentication."
259 msgstr ""
260
261 #: rhodecode/authentication/plugins/auth_pam.py:62
262 msgid "PAM service name"
263 msgstr ""
264
265 #: rhodecode/authentication/plugins/auth_pam.py:67
266 msgid "Regular expression for extracting user name/email etc. from Unix userinfo."
267 msgstr ""
268
269 #: rhodecode/authentication/plugins/auth_pam.py:70
270 msgid "Gecos Regex"
271 msgstr ""
272
273 #: rhodecode/authentication/plugins/auth_pam.py:98
274 msgid "PAM"
275 msgstr ""
276
277 #: rhodecode/authentication/plugins/auth_rhodecode.py:68
278 msgid "Rhodecode"
279 msgstr ""
280
281 #: rhodecode/authentication/plugins/auth_token.py:71
282 msgid "Rhodecode Token Auth"
283 msgstr ""
284
58 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
285 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
59 #: rhodecode/controllers/pullrequests.py:279
286 #: rhodecode/controllers/pullrequests.py:279
60 msgid "There are no commits yet"
287 msgid "There are no commits yet"
@@ -92,8 +319,8 b' msgid "No such commit exists for this re'
92 msgstr ""
319 msgstr ""
93
320
94 #: rhodecode/controllers/changeset.py:335
321 #: rhodecode/controllers/changeset.py:335
95 #: rhodecode/controllers/pullrequests.py:744
322 #: rhodecode/controllers/pullrequests.py:746
96 #: rhodecode/model/pull_request.py:828
323 #: rhodecode/model/pull_request.py:836
97 #, python-format
324 #, python-format
98 msgid "Status change %(transition_icon)s %(status)s"
325 msgid "Status change %(transition_icon)s %(status)s"
99 msgstr ""
326 msgstr ""
@@ -106,61 +333,29 b' msgstr ""'
106 msgid "Select commit"
333 msgid "Select commit"
107 msgstr ""
334 msgstr ""
108
335
109 #: rhodecode/controllers/compare.py:142
336 #: rhodecode/controllers/compare.py:139
110 #, python-format
337 #, python-format
111 msgid "Could not find the original repo: %(repo)s"
338 msgid "Could not find the original repo: %(repo)s"
112 msgstr ""
339 msgstr ""
113
340
114 #: rhodecode/controllers/compare.py:150
341 #: rhodecode/controllers/compare.py:147
115 #, python-format
342 #, python-format
116 msgid "Could not find the other repo: %(repo)s"
343 msgid "Could not find the other repo: %(repo)s"
117 msgstr ""
344 msgstr ""
118
345
119 #: rhodecode/controllers/compare.py:159
346 #: rhodecode/controllers/compare.py:156
120 msgid "The comparison of two different kinds of remote repos is not available"
347 msgid "The comparison of two different kinds of remote repos is not available"
121 msgstr ""
348 msgstr ""
122
349
123 #: rhodecode/controllers/compare.py:186
350 #: rhodecode/controllers/compare.py:190
124 msgid "Could not compare repos with different large file settings"
351 msgid "Could not compare repos with different large file settings"
125 msgstr ""
352 msgstr ""
126
353
127 #: rhodecode/controllers/compare.py:223
354 #: rhodecode/controllers/compare.py:226
128 #, python-format
355 #, python-format
129 msgid "Repositories unrelated. Cannot compare commit %(commit1)s from repository %(repo1)s with commit %(commit2)s from repository %(repo2)s."
356 msgid "Repositories unrelated. Cannot compare commit %(commit1)s from repository %(repo1)s with commit %(commit2)s from repository %(repo2)s."
130 msgstr ""
357 msgstr ""
131
358
132 #: rhodecode/controllers/error.py:85 rhodecode/controllers/error.py:136
133 msgid "Home page"
134 msgstr ""
135
136 #: rhodecode/controllers/error.py:114
137 msgid "The request could not be understood by the server due to malformed syntax."
138 msgstr ""
139
140 #: rhodecode/controllers/error.py:117
141 msgid "Unauthorized access to resource"
142 msgstr ""
143
144 #: rhodecode/controllers/error.py:119
145 msgid "You don't have permission to view this page"
146 msgstr ""
147
148 #: rhodecode/controllers/error.py:121
149 msgid "The resource could not be found"
150 msgstr ""
151
152 #: rhodecode/controllers/error.py:123
153 msgid "The server encountered an unexpected condition which prevented it from fulfilling the request."
154 msgstr ""
155
156 #: rhodecode/controllers/error.py:128
157 msgid "VCS Server Required"
158 msgstr ""
159
160 #: rhodecode/controllers/error.py:129
161 msgid "A VCS Server is required for this action. There is currently no VCS Server configured."
162 msgstr ""
163
164 #: rhodecode/controllers/feed.py:70
359 #: rhodecode/controllers/feed.py:70
165 #, python-format
360 #, python-format
166 msgid "Changes on %s repository"
361 msgid "Changes on %s repository"
@@ -268,7 +463,7 b' msgid "Changesets"'
268 msgstr ""
463 msgstr ""
269
464
270 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
465 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
271 #: rhodecode/model/pull_request.py:1037 rhodecode/model/scm.py:783
466 #: rhodecode/model/pull_request.py:1051 rhodecode/model/scm.py:783
272 #: rhodecode/templates/base/vcs_settings.html:138
467 #: rhodecode/templates/base/vcs_settings.html:138
273 msgid "Branches"
468 msgid "Branches"
274 msgstr ""
469 msgstr ""
@@ -283,21 +478,26 b' msgstr ""'
283 msgid "An error occurred during repository forking %s"
478 msgid "An error occurred during repository forking %s"
284 msgstr ""
479 msgstr ""
285
480
286 #: rhodecode/controllers/home.py:174
481 #: rhodecode/controllers/home.py:205
287 msgid "Groups"
482 msgid "Groups"
288 msgstr ""
483 msgstr ""
289
484
290 #: rhodecode/controllers/home.py:181 rhodecode/controllers/home.py:203
485 #: rhodecode/controllers/home.py:212 rhodecode/controllers/home.py:247
291 #: rhodecode/controllers/pullrequests.py:382
486 #: rhodecode/controllers/pullrequests.py:382
292 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
487 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
293 #: rhodecode/templates/admin/repos/repo_add.html:15
488 #: rhodecode/templates/admin/repos/repo_add.html:15
294 #: rhodecode/templates/admin/repos/repo_add.html:19
489 #: rhodecode/templates/admin/repos/repo_add.html:19
295 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
490 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
296 #: rhodecode/templates/base/base.html:79 rhodecode/templates/base/base.html:147
491 #: rhodecode/templates/base/base.html:79 rhodecode/templates/base/base.html:149
297 #: rhodecode/templates/base/base.html:621
492 #: rhodecode/templates/base/base.html:626
298 msgid "Repositories"
493 msgid "Repositories"
299 msgstr ""
494 msgstr ""
300
495
496 #: rhodecode/controllers/home.py:225
497 #, python-format
498 msgid "Commits in %(repo)s"
499 msgstr ""
500
301 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
501 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
302 msgid "public journal"
502 msgid "public journal"
303 msgstr ""
503 msgstr ""
@@ -306,30 +506,6 b' msgstr ""'
306 msgid "journal"
506 msgid "journal"
307 msgstr ""
507 msgstr ""
308
508
309 #: rhodecode/controllers/login.py:227 rhodecode/controllers/login.py:281
310 msgid "bad captcha"
311 msgstr ""
312
313 #: rhodecode/controllers/login.py:241
314 msgid "You have successfully registered with RhodeCode"
315 msgstr ""
316
317 #: rhodecode/controllers/login.py:286
318 msgid "Your password reset link was sent"
319 msgstr ""
320
321 #: rhodecode/controllers/login.py:307
322 msgid "Your password reset was successful, a new password has been sent to your email"
323 msgstr ""
324
325 #: rhodecode/controllers/login.py:340
326 msgid "There was an error during OAuth processing."
327 msgstr ""
328
329 #: rhodecode/controllers/login.py:406
330 msgid "You need to finish registration process to bind your external identity to your account or sign in to existing account"
331 msgstr ""
332
333 #: rhodecode/controllers/pullrequests.py:293
509 #: rhodecode/controllers/pullrequests.py:293
334 msgid "Commit does not exist"
510 msgid "Commit does not exist"
335 msgstr ""
511 msgstr ""
@@ -378,24 +554,28 b' msgstr ""'
378 msgid "Pull request reviewer approval is pending."
554 msgid "Pull request reviewer approval is pending."
379 msgstr ""
555 msgstr ""
380
556
381 #: rhodecode/controllers/pullrequests.py:629
557 #: rhodecode/controllers/pullrequests.py:593
558 msgid "Pull request was successfully merged and closed."
559 msgstr ""
560
561 #: rhodecode/controllers/pullrequests.py:631
382 msgid "Successfully deleted pull request"
562 msgid "Successfully deleted pull request"
383 msgstr ""
563 msgstr ""
384
564
385 #: rhodecode/controllers/pullrequests.py:662
565 #: rhodecode/controllers/pullrequests.py:664
386 msgid "Reviewer approval is pending."
566 msgid "Reviewer approval is pending."
387 msgstr ""
567 msgstr ""
388
568
389 #: rhodecode/controllers/pullrequests.py:704
569 #: rhodecode/controllers/pullrequests.py:706
390 msgid "Close Pull Request"
570 msgid "Close Pull Request"
391 msgstr ""
571 msgstr ""
392
572
393 #: rhodecode/controllers/pullrequests.py:748
573 #: rhodecode/controllers/pullrequests.py:750
394 #: rhodecode/model/pull_request.py:832
574 #: rhodecode/model/pull_request.py:840
395 msgid "Closing with"
575 msgid "Closing with"
396 msgstr ""
576 msgstr ""
397
577
398 #: rhodecode/controllers/pullrequests.py:793
578 #: rhodecode/controllers/pullrequests.py:795
399 #, python-format
579 #, python-format
400 msgid "Closing pull request on other statuses than rejected or approved is forbidden. Calculated status from all reviewers is currently: %s"
580 msgid "Closing pull request on other statuses than rejected or approved is forbidden. Calculated status from all reviewers is currently: %s"
401 msgstr ""
581 msgstr ""
@@ -425,38 +605,38 b' msgid "Error occurred during update of d'
425 msgstr ""
605 msgstr ""
426
606
427 #: rhodecode/controllers/admin/gists.py:59
607 #: rhodecode/controllers/admin/gists.py:59
428 #: rhodecode/controllers/admin/my_account.py:308
608 #: rhodecode/controllers/admin/my_account.py:307
429 #: rhodecode/controllers/admin/users.py:434
609 #: rhodecode/controllers/admin/users.py:436
430 msgid "forever"
610 msgid "forever"
431 msgstr ""
611 msgstr ""
432
612
433 #: rhodecode/controllers/admin/gists.py:60
613 #: rhodecode/controllers/admin/gists.py:60
434 #: rhodecode/controllers/admin/my_account.py:309
614 #: rhodecode/controllers/admin/my_account.py:308
435 #: rhodecode/controllers/admin/users.py:435
615 #: rhodecode/controllers/admin/users.py:437
436 msgid "5 minutes"
616 msgid "5 minutes"
437 msgstr ""
617 msgstr ""
438
618
439 #: rhodecode/controllers/admin/gists.py:61
619 #: rhodecode/controllers/admin/gists.py:61
440 #: rhodecode/controllers/admin/my_account.py:310
620 #: rhodecode/controllers/admin/my_account.py:309
441 #: rhodecode/controllers/admin/users.py:436
621 #: rhodecode/controllers/admin/users.py:438
442 msgid "1 hour"
622 msgid "1 hour"
443 msgstr ""
623 msgstr ""
444
624
445 #: rhodecode/controllers/admin/gists.py:62
625 #: rhodecode/controllers/admin/gists.py:62
446 #: rhodecode/controllers/admin/my_account.py:311
626 #: rhodecode/controllers/admin/my_account.py:310
447 #: rhodecode/controllers/admin/users.py:437
627 #: rhodecode/controllers/admin/users.py:439
448 msgid "1 day"
628 msgid "1 day"
449 msgstr ""
629 msgstr ""
450
630
451 #: rhodecode/controllers/admin/gists.py:63
631 #: rhodecode/controllers/admin/gists.py:63
452 #: rhodecode/controllers/admin/my_account.py:312
632 #: rhodecode/controllers/admin/my_account.py:311
453 #: rhodecode/controllers/admin/users.py:438
633 #: rhodecode/controllers/admin/users.py:440
454 msgid "1 month"
634 msgid "1 month"
455 msgstr ""
635 msgstr ""
456
636
457 #: rhodecode/controllers/admin/gists.py:67
637 #: rhodecode/controllers/admin/gists.py:67
458 #: rhodecode/controllers/admin/my_account.py:314
638 #: rhodecode/controllers/admin/my_account.py:313
459 #: rhodecode/controllers/admin/users.py:440
639 #: rhodecode/controllers/admin/users.py:442
460 msgid "Lifetime"
640 msgid "Lifetime"
461 msgstr ""
641 msgstr ""
462
642
@@ -505,68 +685,64 b' msgstr ""'
505 msgid "%(expiry)s - current value"
685 msgid "%(expiry)s - current value"
506 msgstr ""
686 msgstr ""
507
687
508 #: rhodecode/controllers/admin/my_account.py:71
688 #: rhodecode/controllers/admin/my_account.py:70
509 msgid "You can't edit this user since it's crucial for entire application"
689 msgid "You can't edit this user since it's crucial for entire application"
510 msgstr ""
690 msgstr ""
511
691
512 #: rhodecode/controllers/admin/my_account.py:129
692 #: rhodecode/controllers/admin/my_account.py:128
513 msgid "Your account was updated successfully"
693 msgid "Your account was updated successfully"
514 msgstr ""
694 msgstr ""
515
695
516 #: rhodecode/controllers/admin/my_account.py:144
696 #: rhodecode/controllers/admin/my_account.py:143
517 #: rhodecode/controllers/admin/users.py:221
697 #: rhodecode/controllers/admin/users.py:223
518 #, python-format
698 #, python-format
519 msgid "Error occurred during update of user %s"
699 msgid "Error occurred during update of user %s"
520 msgstr ""
700 msgstr ""
521
701
522 #: rhodecode/controllers/admin/my_account.py:203
702 #: rhodecode/controllers/admin/my_account.py:202
523 msgid "Successfully updated password"
703 msgid "Successfully updated password"
524 msgstr ""
704 msgstr ""
525
705
526 #: rhodecode/controllers/admin/my_account.py:214
706 #: rhodecode/controllers/admin/my_account.py:213
527 msgid "Error occurred during update of user password"
707 msgid "Error occurred during update of user password"
528 msgstr ""
708 msgstr ""
529
709
530 #: rhodecode/controllers/admin/my_account.py:262
710 #: rhodecode/controllers/admin/my_account.py:261
531 #: rhodecode/controllers/admin/users.py:614
711 #: rhodecode/controllers/admin/users.py:616
532 #, python-format
712 #, python-format
533 msgid "Added new email address `%s` for user account"
713 msgid "Added new email address `%s` for user account"
534 msgstr ""
714 msgstr ""
535
715
536 #: rhodecode/controllers/admin/my_account.py:269
716 #: rhodecode/controllers/admin/my_account.py:268
537 #: rhodecode/controllers/admin/users.py:621
717 #: rhodecode/controllers/admin/users.py:623
538 msgid "An error occurred during email saving"
718 msgid "An error occurred during email saving"
539 msgstr ""
719 msgstr ""
540
720
541 #: rhodecode/controllers/admin/my_account.py:279
721 #: rhodecode/controllers/admin/my_account.py:278
542 #: rhodecode/controllers/admin/users.py:636
722 #: rhodecode/controllers/admin/users.py:638
543 msgid "Removed email address from user account"
723 msgid "Removed email address from user account"
544 msgstr ""
724 msgstr ""
545
725
546 #: rhodecode/controllers/admin/my_account.py:317
726 #: rhodecode/controllers/admin/my_account.py:316
547 #: rhodecode/controllers/admin/users.py:443
727 #: rhodecode/controllers/admin/users.py:445
548 msgid "Role"
728 msgid "Role"
549 msgstr ""
729 msgstr ""
550
730
551 #: rhodecode/controllers/admin/my_account.py:330
731 #: rhodecode/controllers/admin/my_account.py:329
552 #: rhodecode/controllers/admin/users.py:467
732 #: rhodecode/controllers/admin/users.py:469
553 msgid "Auth token successfully created"
733 msgid "Auth token successfully created"
554 msgstr ""
734 msgstr ""
555
735
556 #: rhodecode/controllers/admin/my_account.py:343
736 #: rhodecode/controllers/admin/my_account.py:342
557 #: rhodecode/controllers/admin/users.py:486
737 #: rhodecode/controllers/admin/users.py:488
558 msgid "Auth token successfully reset"
738 msgid "Auth token successfully reset"
559 msgstr ""
739 msgstr ""
560
740
561 #: rhodecode/controllers/admin/my_account.py:347
741 #: rhodecode/controllers/admin/my_account.py:346
562 #: rhodecode/controllers/admin/users.py:490
742 #: rhodecode/controllers/admin/users.py:492
563 msgid "Auth token successfully deleted"
743 msgid "Auth token successfully deleted"
564 msgstr ""
744 msgstr ""
565
745
566 #: rhodecode/controllers/admin/my_account.py:371
567 msgid "OAuth token successfully deleted"
568 msgstr ""
569
570 #: rhodecode/controllers/admin/permissions.py:111
746 #: rhodecode/controllers/admin/permissions.py:111
571 msgid "Application permissions updated successfully"
747 msgid "Application permissions updated successfully"
572 msgstr ""
748 msgstr ""
@@ -595,46 +771,46 b' msgstr ""'
595 msgid "Error occurred during creation of repository group %s"
771 msgid "Error occurred during creation of repository group %s"
596 msgstr ""
772 msgstr ""
597
773
598 #: rhodecode/controllers/admin/repo_groups.py:259
774 #: rhodecode/controllers/admin/repo_groups.py:258
599 #, python-format
775 #, python-format
600 msgid "Updated repository group %s"
776 msgid "Updated repository group %s"
601 msgstr ""
777 msgstr ""
602
778
603 #: rhodecode/controllers/admin/repo_groups.py:275
779 #: rhodecode/controllers/admin/repo_groups.py:274
604 #, python-format
780 #, python-format
605 msgid "Error occurred during update of repository group %s"
781 msgid "Error occurred during update of repository group %s"
606 msgstr ""
782 msgstr ""
607
783
608 #: rhodecode/controllers/admin/repo_groups.py:297
784 #: rhodecode/controllers/admin/repo_groups.py:296
609 #, python-format
785 #, python-format
610 msgid "This group contains %(num)d repository and cannot be deleted"
786 msgid "This group contains %(num)d repository and cannot be deleted"
611 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
787 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
612 msgstr[0] ""
788 msgstr[0] ""
613 msgstr[1] ""
789 msgstr[1] ""
614
790
615 #: rhodecode/controllers/admin/repo_groups.py:306
791 #: rhodecode/controllers/admin/repo_groups.py:305
616 #, python-format
792 #, python-format
617 msgid "This group contains %(num)d subgroup and cannot be deleted"
793 msgid "This group contains %(num)d subgroup and cannot be deleted"
618 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
794 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
619 msgstr[0] ""
795 msgstr[0] ""
620 msgstr[1] ""
796 msgstr[1] ""
621
797
622 #: rhodecode/controllers/admin/repo_groups.py:313
798 #: rhodecode/controllers/admin/repo_groups.py:312
623 #, python-format
799 #, python-format
624 msgid "Removed repository group %s"
800 msgid "Removed repository group %s"
625 msgstr ""
801 msgstr ""
626
802
627 #: rhodecode/controllers/admin/repo_groups.py:318
803 #: rhodecode/controllers/admin/repo_groups.py:317
628 #, python-format
804 #, python-format
629 msgid "Error occurred during deletion of repository group %s"
805 msgid "Error occurred during deletion of repository group %s"
630 msgstr ""
806 msgstr ""
631
807
632 #: rhodecode/controllers/admin/repo_groups.py:389
808 #: rhodecode/controllers/admin/repo_groups.py:388
633 #: rhodecode/controllers/admin/user_groups.py:323
809 #: rhodecode/controllers/admin/user_groups.py:325
634 msgid "Cannot change permission for yourself as admin"
810 msgid "Cannot change permission for yourself as admin"
635 msgstr ""
811 msgstr ""
636
812
637 #: rhodecode/controllers/admin/repo_groups.py:406
813 #: rhodecode/controllers/admin/repo_groups.py:405
638 msgid "Repository Group permissions updated"
814 msgid "Repository Group permissions updated"
639 msgstr ""
815 msgstr ""
640
816
@@ -782,18 +958,18 b' msgid "Error occurred during deleting is'
782 msgstr ""
958 msgstr ""
783
959
784 #: rhodecode/controllers/admin/repos.py:720
960 #: rhodecode/controllers/admin/repos.py:720
785 #: rhodecode/controllers/admin/settings.py:361
961 #: rhodecode/controllers/admin/settings.py:362
786 msgid "Removed issue tracker entry"
962 msgid "Removed issue tracker entry"
787 msgstr ""
963 msgstr ""
788
964
789 #: rhodecode/controllers/admin/repos.py:750
965 #: rhodecode/controllers/admin/repos.py:750
790 #: rhodecode/controllers/admin/settings.py:406
966 #: rhodecode/controllers/admin/settings.py:408
791 msgid "Updated issue tracker entries"
967 msgid "Updated issue tracker entries"
792 msgstr ""
968 msgstr ""
793
969
794 #: rhodecode/controllers/admin/repos.py:809
970 #: rhodecode/controllers/admin/repos.py:809
795 #: rhodecode/controllers/admin/settings.py:140
971 #: rhodecode/controllers/admin/settings.py:141
796 #: rhodecode/controllers/admin/settings.py:686
972 #: rhodecode/controllers/admin/settings.py:718
797 msgid "Some form inputs contain invalid data."
973 msgid "Some form inputs contain invalid data."
798 msgstr ""
974 msgstr ""
799
975
@@ -802,114 +978,114 b' msgid "Error occurred during updating re'
802 msgstr ""
978 msgstr ""
803
979
804 #: rhodecode/controllers/admin/repos.py:831
980 #: rhodecode/controllers/admin/repos.py:831
805 #: rhodecode/controllers/admin/settings.py:166
981 #: rhodecode/controllers/admin/settings.py:167
806 msgid "Updated VCS settings"
982 msgid "Updated VCS settings"
807 msgstr ""
983 msgstr ""
808
984
809 #: rhodecode/controllers/admin/settings.py:162
985 #: rhodecode/controllers/admin/settings.py:163
810 #: rhodecode/controllers/admin/settings.py:265
986 #: rhodecode/controllers/admin/settings.py:266
811 msgid "Error occurred during updating application settings"
987 msgid "Error occurred during updating application settings"
812 msgstr ""
988 msgstr ""
813
989
814 #: rhodecode/controllers/admin/settings.py:209
990 #: rhodecode/controllers/admin/settings.py:210
815 #, python-format
991 #, python-format
816 msgid "Repositories successfully rescanned added: %s ; removed: %s"
992 msgid "Repositories successfully rescanned added: %s ; removed: %s"
817 msgstr ""
993 msgstr ""
818
994
819 #: rhodecode/controllers/admin/settings.py:260
995 #: rhodecode/controllers/admin/settings.py:262
820 msgid "Updated application settings"
996 msgid "Updated application settings"
821 msgstr ""
997 msgstr ""
822
998
823 #: rhodecode/controllers/admin/settings.py:325
999 #: rhodecode/controllers/admin/settings.py:326
824 msgid "Updated visualisation settings"
1000 msgid "Updated visualisation settings"
825 msgstr ""
1001 msgstr ""
826
1002
827 #: rhodecode/controllers/admin/settings.py:328
1003 #: rhodecode/controllers/admin/settings.py:329
828 msgid "Error occurred during updating visualisation settings"
1004 msgid "Error occurred during updating visualisation settings"
829 msgstr ""
1005 msgstr ""
830
1006
831 #: rhodecode/controllers/admin/settings.py:419
1007 #: rhodecode/controllers/admin/settings.py:421
832 msgid "Please enter email address"
1008 msgid "Please enter email address"
833 msgstr ""
1009 msgstr ""
834
1010
835 #: rhodecode/controllers/admin/settings.py:437
1011 #: rhodecode/controllers/admin/settings.py:439
836 msgid "Send email task created"
1012 msgid "Send email task created"
837 msgstr ""
1013 msgstr ""
838
1014
839 #: rhodecode/controllers/admin/settings.py:470
1015 #: rhodecode/controllers/admin/settings.py:472
840 msgid "Added new hook"
1016 msgid "Added new hook"
841 msgstr ""
1017 msgstr ""
842
1018
843 #: rhodecode/controllers/admin/settings.py:485
1019 #: rhodecode/controllers/admin/settings.py:487
844 msgid "Updated hooks"
1020 msgid "Updated hooks"
845 msgstr ""
1021 msgstr ""
846
1022
847 #: rhodecode/controllers/admin/settings.py:489
1023 #: rhodecode/controllers/admin/settings.py:491
848 msgid "Error occurred during hook creation"
1024 msgid "Error occurred during hook creation"
849 msgstr ""
1025 msgstr ""
850
1026
851 #: rhodecode/controllers/admin/settings.py:536
1027 #: rhodecode/controllers/admin/settings.py:539
852 #, python-format
1028 #, python-format
853 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1029 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
854 msgstr ""
1030 msgstr ""
855
1031
856 #: rhodecode/controllers/admin/settings.py:540
1032 #: rhodecode/controllers/admin/settings.py:543
857 #, python-format
1033 #, python-format
858 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1034 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
859 msgstr ""
1035 msgstr ""
860
1036
861 #: rhodecode/controllers/admin/settings.py:707
1037 #: rhodecode/controllers/admin/settings.py:739
862 msgid "Error occurred during updating labs settings"
1038 msgid "Error occurred during updating labs settings"
863 msgstr ""
1039 msgstr ""
864
1040
865 #: rhodecode/controllers/admin/settings.py:711
1041 #: rhodecode/controllers/admin/settings.py:744
866 msgid "Updated Labs settings"
1042 msgid "Updated Labs settings"
867 msgstr ""
1043 msgstr ""
868
1044
869 #: rhodecode/controllers/admin/settings.py:775
1045 #: rhodecode/controllers/admin/settings.py:794
870 msgid "Mercurial server-side merge"
1046 msgid "Mercurial server-side merge"
871 msgstr ""
1047 msgstr ""
872
1048
873 #: rhodecode/controllers/admin/settings.py:776
1049 #: rhodecode/controllers/admin/settings.py:795
874 msgid "Use rebase instead of creating a merge commit when merging via web interface"
1050 msgid "Use rebase instead of creating a merge commit when merging via web interface"
875 msgstr ""
1051 msgstr ""
876
1052
877 #: rhodecode/controllers/admin/settings.py:782
1053 #: rhodecode/controllers/admin/settings.py:801
878 msgid "Subversion HTTP Support"
1054 msgid "Subversion HTTP Support"
879 msgstr ""
1055 msgstr ""
880
1056
881 #: rhodecode/controllers/admin/settings.py:783
1057 #: rhodecode/controllers/admin/settings.py:802
882 msgid "Proxy subversion HTTP requests"
1058 msgid "Proxy subversion HTTP requests"
883 msgstr ""
1059 msgstr ""
884
1060
885 #: rhodecode/controllers/admin/settings.py:789
1061 #: rhodecode/controllers/admin/settings.py:808
886 msgid "Subversion HTTP Server URL"
1062 msgid "Subversion HTTP Server URL"
887 msgstr ""
1063 msgstr ""
888
1064
889 #: rhodecode/controllers/admin/settings.py:791
1065 #: rhodecode/controllers/admin/settings.py:810
890 msgid "e.g. http://localhost:8080/"
1066 msgid "e.g. http://localhost:8080/"
891 msgstr ""
1067 msgstr ""
892
1068
893 #: rhodecode/controllers/admin/settings.py:826
1069 #: rhodecode/controllers/admin/settings.py:845
894 #: rhodecode/templates/admin/repos/repo_edit.html:48
1070 #: rhodecode/templates/admin/repos/repo_edit.html:48
895 msgid "VCS"
1071 msgid "VCS"
896 msgstr ""
1072 msgstr ""
897
1073
898 #: rhodecode/controllers/admin/settings.py:827
1074 #: rhodecode/controllers/admin/settings.py:846
899 msgid "Visual"
1075 msgid "Visual"
900 msgstr ""
1076 msgstr ""
901
1077
902 #: rhodecode/controllers/admin/settings.py:828
1078 #: rhodecode/controllers/admin/settings.py:847
903 msgid "Remap and Rescan"
1079 msgid "Remap and Rescan"
904 msgstr ""
1080 msgstr ""
905
1081
906 #: rhodecode/controllers/admin/settings.py:830
1082 #: rhodecode/controllers/admin/settings.py:849
907 #: rhodecode/templates/admin/repos/repo_edit.html:54
1083 #: rhodecode/templates/admin/repos/repo_edit.html:54
908 msgid "Issue Tracker"
1084 msgid "Issue Tracker"
909 msgstr ""
1085 msgstr ""
910
1086
911 #: rhodecode/controllers/admin/settings.py:832
1087 #: rhodecode/controllers/admin/settings.py:851
912 #: rhodecode/templates/register.html:51
1088 #: rhodecode/templates/register.html:76
913 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
1089 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
914 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
1090 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
915 #: rhodecode/templates/admin/users/user_add.html:86
1091 #: rhodecode/templates/admin/users/user_add.html:86
@@ -919,69 +1095,69 b' msgstr ""'
919 msgid "Email"
1095 msgid "Email"
920 msgstr ""
1096 msgstr ""
921
1097
922 #: rhodecode/controllers/admin/settings.py:833
1098 #: rhodecode/controllers/admin/settings.py:852
923 msgid "Hooks"
1099 msgid "Hooks"
924 msgstr ""
1100 msgstr ""
925
1101
926 #: rhodecode/controllers/admin/settings.py:834
1102 #: rhodecode/controllers/admin/settings.py:853
927 msgid "Full Text Search"
1103 msgid "Full Text Search"
928 msgstr ""
1104 msgstr ""
929
1105
930 #: rhodecode/controllers/admin/settings.py:836
1106 #: rhodecode/controllers/admin/settings.py:855
931 #: rhodecode/templates/admin/settings/settings_system.html:47
1107 #: rhodecode/templates/admin/settings/settings_system.html:47
932 msgid "System Info"
1108 msgid "System Info"
933 msgstr ""
1109 msgstr ""
934
1110
935 #: rhodecode/controllers/admin/settings.py:838
1111 #: rhodecode/controllers/admin/settings.py:857
936 msgid "Open Source Licenses"
1112 msgid "Open Source Licenses"
937 msgstr ""
1113 msgstr ""
938
1114
939 #: rhodecode/controllers/admin/settings.py:856
1115 #: rhodecode/controllers/admin/settings.py:875
940 msgid "Labs"
1116 msgid "Labs"
941 msgstr ""
1117 msgstr ""
942
1118
943 #: rhodecode/controllers/admin/user_groups.py:167
1119 #: rhodecode/controllers/admin/user_groups.py:168
944 #, python-format
1120 #, python-format
945 msgid "Created user group %(user_group_link)s"
1121 msgid "Created user group %(user_group_link)s"
946 msgstr ""
1122 msgstr ""
947
1123
948 #: rhodecode/controllers/admin/user_groups.py:181
1124 #: rhodecode/controllers/admin/user_groups.py:182
949 #, python-format
1125 #, python-format
950 msgid "Error occurred during creation of user group %s"
1126 msgid "Error occurred during creation of user group %s"
951 msgstr ""
1127 msgstr ""
952
1128
953 #: rhodecode/controllers/admin/user_groups.py:221
1129 #: rhodecode/controllers/admin/user_groups.py:223
954 #, python-format
1130 #, python-format
955 msgid "Updated user group %s"
1131 msgid "Updated user group %s"
956 msgstr ""
1132 msgstr ""
957
1133
958 #: rhodecode/controllers/admin/user_groups.py:236
1134 #: rhodecode/controllers/admin/user_groups.py:238
959 #, python-format
1135 #, python-format
960 msgid "Error occurred during update of user group %s"
1136 msgid "Error occurred during update of user group %s"
961 msgstr ""
1137 msgstr ""
962
1138
963 #: rhodecode/controllers/admin/user_groups.py:258
1139 #: rhodecode/controllers/admin/user_groups.py:260
964 msgid "Successfully deleted user group"
1140 msgid "Successfully deleted user group"
965 msgstr ""
1141 msgstr ""
966
1142
967 #: rhodecode/controllers/admin/user_groups.py:263
1143 #: rhodecode/controllers/admin/user_groups.py:265
968 msgid "An error occurred during deletion of user group"
1144 msgid "An error occurred during deletion of user group"
969 msgstr ""
1145 msgstr ""
970
1146
971 #: rhodecode/controllers/admin/user_groups.py:331
1147 #: rhodecode/controllers/admin/user_groups.py:333
972 msgid "Target group cannot be the same"
1148 msgid "Target group cannot be the same"
973 msgstr ""
1149 msgstr ""
974
1150
975 #: rhodecode/controllers/admin/user_groups.py:337
1151 #: rhodecode/controllers/admin/user_groups.py:339
976 msgid "User Group permissions updated"
1152 msgid "User Group permissions updated"
977 msgstr ""
1153 msgstr ""
978
1154
979 #: rhodecode/controllers/admin/user_groups.py:422
1155 #: rhodecode/controllers/admin/user_groups.py:424
980 msgid "User Group global permissions updated successfully"
1156 msgid "User Group global permissions updated successfully"
981 msgstr ""
1157 msgstr ""
982
1158
983 #: rhodecode/controllers/admin/user_groups.py:438
1159 #: rhodecode/controllers/admin/user_groups.py:440
984 #: rhodecode/controllers/admin/users.py:564
1160 #: rhodecode/controllers/admin/users.py:566
985 msgid "An error occurred during permissions saving"
1161 msgid "An error occurred during permissions saving"
986 msgstr ""
1162 msgstr ""
987
1163
@@ -999,100 +1175,100 b' msgstr ""'
999 msgid "User updated successfully"
1175 msgid "User updated successfully"
1000 msgstr ""
1176 msgstr ""
1001
1177
1002 #: rhodecode/controllers/admin/users.py:255
1178 #: rhodecode/controllers/admin/users.py:257
1003 #, python-format
1179 #, python-format
1004 msgid "Detached %s repositories"
1180 msgid "Detached %s repositories"
1005 msgstr ""
1181 msgstr ""
1006
1182
1007 #: rhodecode/controllers/admin/users.py:260
1183 #: rhodecode/controllers/admin/users.py:262
1008 #, python-format
1184 #, python-format
1009 msgid "Deleted %s repositories"
1185 msgid "Deleted %s repositories"
1010 msgstr ""
1186 msgstr ""
1011
1187
1012 #: rhodecode/controllers/admin/users.py:268
1188 #: rhodecode/controllers/admin/users.py:270
1013 #, python-format
1189 #, python-format
1014 msgid "Detached %s repository groups"
1190 msgid "Detached %s repository groups"
1015 msgstr ""
1191 msgstr ""
1016
1192
1017 #: rhodecode/controllers/admin/users.py:273
1193 #: rhodecode/controllers/admin/users.py:275
1018 #, python-format
1194 #, python-format
1019 msgid "Deleted %s repository groups"
1195 msgid "Deleted %s repository groups"
1020 msgstr ""
1196 msgstr ""
1021
1197
1022 #: rhodecode/controllers/admin/users.py:281
1198 #: rhodecode/controllers/admin/users.py:283
1023 #, python-format
1199 #, python-format
1024 msgid "Detached %s user groups"
1200 msgid "Detached %s user groups"
1025 msgstr ""
1201 msgstr ""
1026
1202
1027 #: rhodecode/controllers/admin/users.py:286
1203 #: rhodecode/controllers/admin/users.py:288
1028 #, python-format
1204 #, python-format
1029 msgid "Deleted %s user groups"
1205 msgid "Deleted %s user groups"
1030 msgstr ""
1206 msgstr ""
1031
1207
1032 #: rhodecode/controllers/admin/users.py:297
1208 #: rhodecode/controllers/admin/users.py:299
1033 msgid "Successfully deleted user"
1209 msgid "Successfully deleted user"
1034 msgstr ""
1210 msgstr ""
1035
1211
1036 #: rhodecode/controllers/admin/users.py:303
1212 #: rhodecode/controllers/admin/users.py:305
1037 msgid "An error occurred during deletion of user"
1213 msgid "An error occurred during deletion of user"
1038 msgstr ""
1214 msgstr ""
1039
1215
1040 #: rhodecode/controllers/admin/users.py:322
1041 msgid "Force password change disabled for user"
1042 msgstr ""
1043
1044 #: rhodecode/controllers/admin/users.py:324
1216 #: rhodecode/controllers/admin/users.py:324
1217 msgid "Force password change disabled for user"
1218 msgstr ""
1219
1220 #: rhodecode/controllers/admin/users.py:326
1045 msgid "Force password change enabled for user"
1221 msgid "Force password change enabled for user"
1046 msgstr ""
1222 msgstr ""
1047
1223
1048 #: rhodecode/controllers/admin/users.py:328
1224 #: rhodecode/controllers/admin/users.py:330
1049 msgid "An error occurred during password reset for user"
1225 msgid "An error occurred during password reset for user"
1050 msgstr ""
1226 msgstr ""
1051
1227
1052 #: rhodecode/controllers/admin/users.py:354
1228 #: rhodecode/controllers/admin/users.py:356
1053 #, python-format
1229 #, python-format
1054 msgid "Created repository group `%s`"
1230 msgid "Created repository group `%s`"
1055 msgstr ""
1231 msgstr ""
1056
1232
1057 #: rhodecode/controllers/admin/users.py:358
1233 #: rhodecode/controllers/admin/users.py:360
1058 msgid "An error occurred during repository group creation for user"
1234 msgid "An error occurred during repository group creation for user"
1059 msgstr ""
1235 msgstr ""
1060
1236
1061 #: rhodecode/controllers/admin/users.py:377
1237 #: rhodecode/controllers/admin/users.py:379
1062 #: rhodecode/controllers/admin/users.py:398
1238 #: rhodecode/controllers/admin/users.py:400
1063 #: rhodecode/controllers/admin/users.py:428
1239 #: rhodecode/controllers/admin/users.py:430
1064 #: rhodecode/controllers/admin/users.py:459
1240 #: rhodecode/controllers/admin/users.py:461
1065 #: rhodecode/controllers/admin/users.py:476
1241 #: rhodecode/controllers/admin/users.py:478
1066 #: rhodecode/controllers/admin/users.py:499
1242 #: rhodecode/controllers/admin/users.py:501
1067 #: rhodecode/controllers/admin/users.py:573
1243 #: rhodecode/controllers/admin/users.py:575
1068 #: rhodecode/controllers/admin/users.py:586
1244 #: rhodecode/controllers/admin/users.py:588
1069 #: rhodecode/controllers/admin/users.py:644
1245 #: rhodecode/controllers/admin/users.py:646
1070 msgid "You can't edit this user"
1246 msgid "You can't edit this user"
1071 msgstr ""
1247 msgstr ""
1072
1248
1073 #: rhodecode/controllers/admin/users.py:412
1249 #: rhodecode/controllers/admin/users.py:414
1074 msgid "The user participates as reviewer in pull requests and cannot be deleted. You can set the user to \"inactive\" instead of deleting it."
1250 msgid "The user participates as reviewer in pull requests and cannot be deleted. You can set the user to \"inactive\" instead of deleting it."
1075 msgstr ""
1251 msgstr ""
1076
1252
1077 #: rhodecode/controllers/admin/users.py:548
1253 #: rhodecode/controllers/admin/users.py:550
1078 msgid "User global permissions updated successfully"
1254 msgid "User global permissions updated successfully"
1079 msgstr ""
1255 msgstr ""
1080
1256
1081 #: rhodecode/controllers/admin/users.py:676
1257 #: rhodecode/controllers/admin/users.py:678
1082 #, python-format
1258 #, python-format
1083 msgid "An error occurred during ip saving:%s"
1259 msgid "An error occurred during ip saving:%s"
1084 msgstr ""
1260 msgstr ""
1085
1261
1086 #: rhodecode/controllers/admin/users.py:691
1262 #: rhodecode/controllers/admin/users.py:693
1087 msgid "An error occurred during ip saving"
1263 msgid "An error occurred during ip saving"
1088 msgstr ""
1264 msgstr ""
1089
1265
1090 #: rhodecode/controllers/admin/users.py:695
1266 #: rhodecode/controllers/admin/users.py:697
1091 #, python-format
1267 #, python-format
1092 msgid "Added ips %s to user whitelist"
1268 msgid "Added ips %s to user whitelist"
1093 msgstr ""
1269 msgstr ""
1094
1270
1095 #: rhodecode/controllers/admin/users.py:713
1271 #: rhodecode/controllers/admin/users.py:715
1096 msgid "Removed ip address from user whitelist"
1272 msgid "Removed ip address from user whitelist"
1097 msgstr ""
1273 msgstr ""
1098
1274
@@ -1219,25 +1395,25 b' msgstr ""'
1219 msgid "Commit not found"
1395 msgid "Commit not found"
1220 msgstr ""
1396 msgstr ""
1221
1397
1222 #: rhodecode/lib/auth.py:1106
1398 #: rhodecode/lib/auth.py:1180
1223 #, python-format
1399 #, python-format
1224 msgid "IP %s not allowed"
1400 msgid "IP %s not allowed"
1225 msgstr ""
1401 msgstr ""
1226
1402
1227 #: rhodecode/lib/auth.py:1180
1403 #: rhodecode/lib/auth.py:1254
1228 msgid "You need to be a registered user to perform this action"
1404 msgid "You need to be a registered user to perform this action"
1229 msgstr ""
1405 msgstr ""
1230
1406
1231 #: rhodecode/lib/auth.py:1227
1407 #: rhodecode/lib/auth.py:1302
1232 #, python-format
1408 #, python-format
1233 msgid "Action not supported for %s."
1409 msgid "Action not supported for %s."
1234 msgstr ""
1410 msgstr ""
1235
1411
1236 #: rhodecode/lib/auth.py:1264
1412 #: rhodecode/lib/auth.py:1339
1237 msgid "You need to be signed in to view this page"
1413 msgid "You need to be signed in to view this page"
1238 msgstr ""
1414 msgstr ""
1239
1415
1240 #: rhodecode/lib/base.py:513
1416 #: rhodecode/lib/base.py:511
1241 #, python-format
1417 #, python-format
1242 msgid "The repository at %(repo_name)s cannot be located."
1418 msgid "The repository at %(repo_name)s cannot be located."
1243 msgstr ""
1419 msgstr ""
@@ -1254,36 +1430,36 b' msgstr ""'
1254 msgid "No changes detected"
1430 msgid "No changes detected"
1255 msgstr ""
1431 msgstr ""
1256
1432
1257 #: rhodecode/lib/helpers.py:1246
1433 #: rhodecode/lib/helpers.py:1434
1258 #, python-format
1434 #, python-format
1259 msgid " and %s more"
1435 msgid " and %s more"
1260 msgstr ""
1436 msgstr ""
1261
1437
1262 #: rhodecode/lib/helpers.py:1250
1438 #: rhodecode/lib/helpers.py:1438
1263 msgid "No Files"
1439 msgid "No Files"
1264 msgstr ""
1440 msgstr ""
1265
1441
1266 #: rhodecode/lib/helpers.py:1323
1442 #: rhodecode/lib/helpers.py:1511
1267 msgid "new file"
1443 msgid "new file"
1268 msgstr ""
1444 msgstr ""
1269
1445
1270 #: rhodecode/lib/helpers.py:1326
1446 #: rhodecode/lib/helpers.py:1514
1271 msgid "mod"
1447 msgid "mod"
1272 msgstr ""
1448 msgstr ""
1273
1449
1274 #: rhodecode/lib/helpers.py:1329
1450 #: rhodecode/lib/helpers.py:1517
1275 msgid "del"
1451 msgid "del"
1276 msgstr ""
1452 msgstr ""
1277
1453
1278 #: rhodecode/lib/helpers.py:1332
1454 #: rhodecode/lib/helpers.py:1520
1279 msgid "rename"
1455 msgid "rename"
1280 msgstr ""
1456 msgstr ""
1281
1457
1282 #: rhodecode/lib/helpers.py:1337
1458 #: rhodecode/lib/helpers.py:1525
1283 msgid "chmod"
1459 msgid "chmod"
1284 msgstr ""
1460 msgstr ""
1285
1461
1286 #: rhodecode/lib/helpers.py:1579
1462 #: rhodecode/lib/helpers.py:1767
1287 msgid ""
1463 msgid ""
1288 "Example filter terms:\n"
1464 "Example filter terms:\n"
1289 " repository:vcs\n"
1465 " repository:vcs\n"
@@ -1302,299 +1478,92 b' msgid ""'
1302 " \"username:test AND repository:test*\"\n"
1478 " \"username:test AND repository:test*\"\n"
1303 msgstr ""
1479 msgstr ""
1304
1480
1305 #: rhodecode/lib/helpers.py:1599
1481 #: rhodecode/lib/helpers.py:1787
1306 #, python-format
1482 #, python-format
1307 msgid "%s repository is not mapped to db perhaps it was created or renamed from the filesystem please run the application again in order to rescan repositories"
1483 msgid "%s repository is not mapped to db perhaps it was created or renamed from the filesystem please run the application again in order to rescan repositories"
1308 msgstr ""
1484 msgstr ""
1309
1485
1310 #: rhodecode/lib/utils2.py:446
1486 #: rhodecode/lib/utils2.py:453
1311 #, python-format
1487 #, python-format
1312 msgid "%d year"
1488 msgid "%d year"
1313 msgid_plural "%d years"
1489 msgid_plural "%d years"
1314 msgstr[0] ""
1490 msgstr[0] ""
1315 msgstr[1] ""
1491 msgstr[1] ""
1316
1492
1317 #: rhodecode/lib/utils2.py:447
1493 #: rhodecode/lib/utils2.py:454
1318 #, python-format
1494 #, python-format
1319 msgid "%d month"
1495 msgid "%d month"
1320 msgid_plural "%d months"
1496 msgid_plural "%d months"
1321 msgstr[0] ""
1497 msgstr[0] ""
1322 msgstr[1] ""
1498 msgstr[1] ""
1323
1499
1324 #: rhodecode/lib/utils2.py:448
1500 #: rhodecode/lib/utils2.py:455
1325 #, python-format
1501 #, python-format
1326 msgid "%d day"
1502 msgid "%d day"
1327 msgid_plural "%d days"
1503 msgid_plural "%d days"
1328 msgstr[0] ""
1504 msgstr[0] ""
1329 msgstr[1] ""
1505 msgstr[1] ""
1330
1506
1331 #: rhodecode/lib/utils2.py:449
1507 #: rhodecode/lib/utils2.py:456
1332 #, python-format
1508 #, python-format
1333 msgid "%d hour"
1509 msgid "%d hour"
1334 msgid_plural "%d hours"
1510 msgid_plural "%d hours"
1335 msgstr[0] ""
1511 msgstr[0] ""
1336 msgstr[1] ""
1512 msgstr[1] ""
1337
1513
1338 #: rhodecode/lib/utils2.py:450
1514 #: rhodecode/lib/utils2.py:457
1339 #, python-format
1515 #, python-format
1340 msgid "%d minute"
1516 msgid "%d minute"
1341 msgid_plural "%d minutes"
1517 msgid_plural "%d minutes"
1342 msgstr[0] ""
1518 msgstr[0] ""
1343 msgstr[1] ""
1519 msgstr[1] ""
1344
1520
1345 #: rhodecode/lib/utils2.py:451
1521 #: rhodecode/lib/utils2.py:458
1346 #, python-format
1522 #, python-format
1347 msgid "%d second"
1523 msgid "%d second"
1348 msgid_plural "%d seconds"
1524 msgid_plural "%d seconds"
1349 msgstr[0] ""
1525 msgstr[0] ""
1350 msgstr[1] ""
1526 msgstr[1] ""
1351
1527
1352 #: rhodecode/lib/utils2.py:469
1528 #: rhodecode/lib/utils2.py:476
1353 #, python-format
1529 #, python-format
1354 msgid "in %s"
1530 msgid "in %s"
1355 msgstr ""
1531 msgstr ""
1356
1532
1357 #: rhodecode/lib/utils2.py:475
1533 #: rhodecode/lib/utils2.py:482
1358 #, python-format
1534 #, python-format
1359 msgid "%s ago"
1535 msgid "%s ago"
1360 msgstr ""
1536 msgstr ""
1361
1537
1362 #: rhodecode/lib/utils2.py:485
1538 #: rhodecode/lib/utils2.py:492
1363 #, python-format
1539 #, python-format
1364 msgid "%s, %s ago"
1540 msgid "%s, %s ago"
1365 msgstr ""
1541 msgstr ""
1366
1542
1367 #: rhodecode/lib/utils2.py:487
1543 #: rhodecode/lib/utils2.py:494
1368 #, python-format
1544 #, python-format
1369 msgid "in %s, %s"
1545 msgid "in %s, %s"
1370 msgstr ""
1546 msgstr ""
1371
1547
1372 #: rhodecode/lib/utils2.py:489
1548 #: rhodecode/lib/utils2.py:496
1373 #, python-format
1549 #, python-format
1374 msgid "%s and %s"
1550 msgid "%s and %s"
1375 msgstr ""
1551 msgstr ""
1376
1552
1377 #: rhodecode/lib/utils2.py:491
1553 #: rhodecode/lib/utils2.py:498
1378 #, python-format
1554 #, python-format
1379 msgid "%s and %s ago"
1555 msgid "%s and %s ago"
1380 msgstr ""
1556 msgstr ""
1381
1557
1382 #: rhodecode/lib/utils2.py:493
1558 #: rhodecode/lib/utils2.py:500
1383 #, python-format
1559 #, python-format
1384 msgid "in %s and %s"
1560 msgid "in %s and %s"
1385 msgstr ""
1561 msgstr ""
1386
1562
1387 #: rhodecode/lib/utils2.py:497
1563 #: rhodecode/lib/utils2.py:504
1388 msgid "just now"
1564 msgid "just now"
1389 msgstr ""
1565 msgstr ""
1390
1566
1391 #: rhodecode/lib/auth_modules/__init__.py:690
1392 msgid "This provider is currently disabled"
1393 msgstr ""
1394
1395 #: rhodecode/lib/auth_modules/__init__.py:708
1396 msgid "Your external identity is now connected with your account"
1397 msgstr ""
1398
1399 #: rhodecode/lib/auth_modules/__init__.py:712
1400 msgid "No external user id found? Perhaps permissionsfor authentication are set incorrectly"
1401 msgstr ""
1402
1403 #: rhodecode/lib/auth_modules/auth_crowd.py:60
1404 msgid "The FQDN or IP of the Atlassian CROWD Server"
1405 msgstr ""
1406
1407 #: rhodecode/lib/auth_modules/auth_crowd.py:61
1408 msgid "Host"
1409 msgstr ""
1410
1411 #: rhodecode/lib/auth_modules/auth_crowd.py:66
1412 msgid "The Port in use by the Atlassian CROWD Server"
1413 msgstr ""
1414
1415 #: rhodecode/lib/auth_modules/auth_crowd.py:67
1416 #: rhodecode/lib/auth_modules/auth_ldap.py:81
1417 msgid "Port"
1418 msgstr ""
1419
1420 #: rhodecode/lib/auth_modules/auth_crowd.py:73
1421 msgid "The Application Name to authenticate to CROWD"
1422 msgstr ""
1423
1424 #: rhodecode/lib/auth_modules/auth_crowd.py:74
1425 msgid "Application Name"
1426 msgstr ""
1427
1428 #: rhodecode/lib/auth_modules/auth_crowd.py:79
1429 msgid "The password to authenticate to CROWD"
1430 msgstr ""
1431
1432 #: rhodecode/lib/auth_modules/auth_crowd.py:80
1433 msgid "Application Password"
1434 msgstr ""
1435
1436 #: rhodecode/lib/auth_modules/auth_crowd.py:85
1437 msgid "A comma separated list of group names that identify users as RhodeCode Administrators"
1438 msgstr ""
1439
1440 #: rhodecode/lib/auth_modules/auth_crowd.py:88
1441 msgid "Admin Groups"
1442 msgstr ""
1443
1444 #: rhodecode/lib/auth_modules/auth_crowd.py:208
1445 msgid "CROWD"
1446 msgstr ""
1447
1448 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:63
1449 msgid "The url of the Jasig CAS REST service"
1450 msgstr ""
1451
1452 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:64
1453 #: rhodecode/templates/admin/gists/show.html:21
1454 msgid "URL"
1455 msgstr ""
1456
1457 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:90
1458 msgid "Jasig-CAS"
1459 msgstr ""
1460
1461 #: rhodecode/lib/auth_modules/auth_ldap.py:74
1462 msgid "Host of the LDAP Server"
1463 msgstr ""
1464
1465 #: rhodecode/lib/auth_modules/auth_ldap.py:75
1466 msgid "LDAP Host"
1467 msgstr ""
1468
1469 #: rhodecode/lib/auth_modules/auth_ldap.py:80
1470 msgid "Port that the LDAP server is listening on"
1471 msgstr ""
1472
1473 #: rhodecode/lib/auth_modules/auth_ldap.py:87
1474 msgid "User to connect to LDAP"
1475 msgstr ""
1476
1477 #: rhodecode/lib/auth_modules/auth_ldap.py:89
1478 msgid "Account"
1479 msgstr ""
1480
1481 #: rhodecode/lib/auth_modules/auth_ldap.py:94
1482 msgid "Password to connect to LDAP"
1483 msgstr ""
1484
1485 #: rhodecode/lib/auth_modules/auth_ldap.py:96 rhodecode/templates/login.html:45
1486 #: rhodecode/templates/register.html:43
1487 #: rhodecode/templates/admin/my_account/my_account.html:30
1488 #: rhodecode/templates/admin/users/user_add.html:44
1489 #: rhodecode/templates/base/base.html:312
1490 #: rhodecode/templates/debug_style/login.html:45
1491 msgid "Password"
1492 msgstr ""
1493
1494 #: rhodecode/lib/auth_modules/auth_ldap.py:101
1495 msgid "TLS Type"
1496 msgstr ""
1497
1498 #: rhodecode/lib/auth_modules/auth_ldap.py:102
1499 msgid "Connection Security"
1500 msgstr ""
1501
1502 #: rhodecode/lib/auth_modules/auth_ldap.py:108
1503 msgid "Require Cert over TLS?"
1504 msgstr ""
1505
1506 #: rhodecode/lib/auth_modules/auth_ldap.py:109
1507 msgid "Certificate Checks"
1508 msgstr ""
1509
1510 #: rhodecode/lib/auth_modules/auth_ldap.py:115
1511 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
1512 msgstr ""
1513
1514 #: rhodecode/lib/auth_modules/auth_ldap.py:117
1515 msgid "Base DN"
1516 msgstr ""
1517
1518 #: rhodecode/lib/auth_modules/auth_ldap.py:122
1519 msgid "Filter to narrow results (e.g., ou=Users, etc)"
1520 msgstr ""
1521
1522 #: rhodecode/lib/auth_modules/auth_ldap.py:124
1523 msgid "LDAP Search Filter"
1524 msgstr ""
1525
1526 #: rhodecode/lib/auth_modules/auth_ldap.py:129
1527 msgid "How deep to search LDAP"
1528 msgstr ""
1529
1530 #: rhodecode/lib/auth_modules/auth_ldap.py:130
1531 msgid "LDAP Search Scope"
1532 msgstr ""
1533
1534 #: rhodecode/lib/auth_modules/auth_ldap.py:136
1535 msgid "LDAP Attribute to map to user name"
1536 msgstr ""
1537
1538 #: rhodecode/lib/auth_modules/auth_ldap.py:137
1539 msgid "Login Attribute"
1540 msgstr ""
1541
1542 #: rhodecode/lib/auth_modules/auth_ldap.py:138
1543 msgid "The LDAP Login attribute of the CN must be specified"
1544 msgstr ""
1545
1546 #: rhodecode/lib/auth_modules/auth_ldap.py:143
1547 msgid "LDAP Attribute to map to first name"
1548 msgstr ""
1549
1550 #: rhodecode/lib/auth_modules/auth_ldap.py:145
1551 msgid "First Name Attribute"
1552 msgstr ""
1553
1554 #: rhodecode/lib/auth_modules/auth_ldap.py:150
1555 msgid "LDAP Attribute to map to last name"
1556 msgstr ""
1557
1558 #: rhodecode/lib/auth_modules/auth_ldap.py:152
1559 msgid "Last Name Attribute"
1560 msgstr ""
1561
1562 #: rhodecode/lib/auth_modules/auth_ldap.py:157
1563 msgid "LDAP Attribute to map to email address"
1564 msgstr ""
1565
1566 #: rhodecode/lib/auth_modules/auth_ldap.py:159
1567 msgid "Email Attribute"
1568 msgstr ""
1569
1570 #: rhodecode/lib/auth_modules/auth_ldap.py:335
1571 msgid "LDAP"
1572 msgstr ""
1573
1574 #: rhodecode/lib/auth_modules/auth_pam.py:60
1575 msgid "PAM service name to use for authentication."
1576 msgstr ""
1577
1578 #: rhodecode/lib/auth_modules/auth_pam.py:61
1579 msgid "PAM service name"
1580 msgstr ""
1581
1582 #: rhodecode/lib/auth_modules/auth_pam.py:66
1583 msgid "Regular expression for extracting user name/email etc. from Unix userinfo."
1584 msgstr ""
1585
1586 #: rhodecode/lib/auth_modules/auth_pam.py:68
1587 msgid "Gecos Regex"
1588 msgstr ""
1589
1590 #: rhodecode/lib/auth_modules/auth_pam.py:94
1591 msgid "PAM"
1592 msgstr ""
1593
1594 #: rhodecode/lib/auth_modules/auth_rhodecode.py:66
1595 msgid "Rhodecode"
1596 msgstr ""
1597
1598 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1567 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1599 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1568 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1600 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
1569 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
@@ -1605,19 +1574,19 b' msgstr ""'
1605 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1574 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1606 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1575 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1607 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1576 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1608 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1577 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1609 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1578 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1610 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1579 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1611 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1580 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
1612 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1581 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
1613 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1582 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
1614 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1583 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
1615 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1584 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
1616 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1585 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
1617 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1586 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
1618 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1587 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
1619 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1588 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1620 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2243
1589 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2291
1621 msgid "Repository no access"
1590 msgid "Repository no access"
1622 msgstr ""
1591 msgstr ""
1623
1592
@@ -1631,19 +1600,19 b' msgstr ""'
1631 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1600 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1632 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1601 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1633 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1602 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1634 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1603 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:734
1635 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1604 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:737
1636 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1605 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:739
1637 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1606 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:739
1638 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1607 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:766
1639 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1608 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:776
1640 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1609 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:819
1641 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1610 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:818
1642 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1611 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:819
1643 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1612 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:819
1644 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1613 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:825
1645 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1614 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1646 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2244
1615 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972 rhodecode/model/db.py:2292
1647 msgid "Repository read access"
1616 msgid "Repository read access"
1648 msgstr ""
1617 msgstr ""
1649
1618
@@ -1657,19 +1626,19 b' msgstr ""'
1657 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1626 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1658 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1627 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1659 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1628 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1660 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:737
1629 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1661 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:740
1630 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1662 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:742
1631 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1663 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:742
1632 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1664 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:769
1633 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1665 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:779
1634 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1666 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:822
1635 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1667 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:821
1636 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1668 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:822
1637 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1669 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:822
1638 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1670 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:828
1639 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1671 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:950
1640 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1672 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:975 rhodecode/model/db.py:2245
1641 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2293
1673 msgid "Repository write access"
1642 msgid "Repository write access"
1674 msgstr ""
1643 msgstr ""
1675
1644
@@ -1683,19 +1652,19 b' msgstr ""'
1683 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1652 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1684 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1653 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1685 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1654 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1686 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1655 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1687 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1656 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1688 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1657 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1689 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
1658 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1690 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
1659 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1691 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
1660 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1692 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
1661 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1693 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
1662 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1694 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
1663 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1695 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
1664 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1696 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
1665 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1697 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
1666 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1698 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2246
1667 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2294
1699 msgid "Repository admin access"
1668 msgid "Repository admin access"
1700 msgstr ""
1669 msgstr ""
1701
1670
@@ -1733,9 +1702,9 b' msgstr ""'
1733 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1702 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1734 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1703 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1735 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1704 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1736 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1705 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:731
1737 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1706 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:734
1738 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1707 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:736
1739 msgid "RhodeCode Administrator"
1708 msgid "RhodeCode Administrator"
1740 msgstr ""
1709 msgstr ""
1741
1710
@@ -1749,19 +1718,19 b' msgstr ""'
1749 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1718 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1750 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1719 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1751 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1720 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1752 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
1721 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
1753 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
1722 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
1754 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
1723 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
1755 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
1724 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
1756 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
1725 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
1757 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
1726 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
1758 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
1727 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
1759 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
1728 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
1760 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
1729 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
1761 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
1730 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
1762 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
1731 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
1763 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
1732 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1764 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2264
1733 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2312
1765 msgid "Repository creation disabled"
1734 msgid "Repository creation disabled"
1766 msgstr ""
1735 msgstr ""
1767
1736
@@ -1775,19 +1744,19 b' msgstr ""'
1775 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1744 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1776 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1745 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1777 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1746 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1778 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
1747 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:755
1779 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
1748 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:758
1780 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
1749 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:760
1781 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
1750 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:760
1782 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
1751 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:787
1783 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
1752 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:797
1784 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
1753 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:840
1785 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
1754 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:839
1786 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
1755 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:840
1787 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
1756 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:840
1788 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
1757 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:846
1789 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
1758 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1790 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2265
1759 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993 rhodecode/model/db.py:2313
1791 msgid "Repository creation enabled"
1760 msgid "Repository creation enabled"
1792 msgstr ""
1761 msgstr ""
1793
1762
@@ -1801,19 +1770,19 b' msgstr ""'
1801 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1770 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1802 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1771 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1803 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1772 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1804 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:761
1773 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
1805 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:764
1774 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
1806 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:766
1775 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
1807 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:766
1776 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
1808 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:793
1777 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
1809 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:803
1778 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
1810 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:846
1779 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
1811 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:845
1780 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
1812 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:846
1781 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
1813 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:846
1782 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
1814 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:852
1783 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
1815 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:974
1784 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
1816 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:999 rhodecode/model/db.py:2269
1785 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2317
1817 msgid "Repository forking disabled"
1786 msgid "Repository forking disabled"
1818 msgstr ""
1787 msgstr ""
1819
1788
@@ -1827,19 +1796,19 b' msgstr ""'
1827 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1796 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1828 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1797 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1829 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1798 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1830 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
1799 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:760
1831 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
1800 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:763
1832 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
1801 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:765
1833 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
1802 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:765
1834 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
1803 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:792
1835 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
1804 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:802
1836 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
1805 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:845
1837 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
1806 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:844
1838 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
1807 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:845
1839 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
1808 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:845
1840 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
1809 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:851
1841 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
1810 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
1842 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000 rhodecode/model/db.py:2270
1811 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998 rhodecode/model/db.py:2318
1843 msgid "Repository forking enabled"
1812 msgid "Repository forking enabled"
1844 msgstr ""
1813 msgstr ""
1845
1814
@@ -1874,19 +1843,19 b' msgstr ""'
1874 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1843 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1875 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1844 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1876 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1845 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1877 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1846 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1074
1878 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1847 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1077
1879 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1848 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1088
1880 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1849 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1091
1881 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1850 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1121
1882 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1851 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1135
1883 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1852 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1178
1884 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1853 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1177
1885 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1854 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1186
1886 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1855 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1186
1887 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1856 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1196
1888 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1857 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
1889 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345 rhodecode/model/db.py:2900
1858 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343 rhodecode/model/db.py:2950
1890 msgid "Not Reviewed"
1859 msgid "Not Reviewed"
1891 msgstr ""
1860 msgstr ""
1892
1861
@@ -1900,19 +1869,19 b' msgstr ""'
1900 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1869 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1901 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1870 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1902 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1871 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1903 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1872 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1075
1904 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
1873 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1078
1905 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
1874 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1089
1906 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
1875 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1092
1907 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
1876 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1122
1908 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
1877 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1136
1909 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
1878 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1179
1910 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
1879 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1178
1911 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
1880 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1187
1912 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
1881 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1187
1913 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
1882 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1197
1914 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
1883 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
1915 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346 rhodecode/model/db.py:2901
1884 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344 rhodecode/model/db.py:2951
1916 msgid "Approved"
1885 msgid "Approved"
1917 msgstr ""
1886 msgstr ""
1918
1887
@@ -1926,19 +1895,19 b' msgstr ""'
1926 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1895 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1927 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1896 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1928 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1897 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1929 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1078
1898 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1930 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1081
1899 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1931 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1092
1900 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1932 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1095
1901 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1933 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1125
1902 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1934 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1139
1903 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1935 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1182
1904 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1936 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1181
1905 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1937 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1190
1906 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1938 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1190
1907 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1939 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1200
1908 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1940 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1322
1909 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1941 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1347 rhodecode/model/db.py:2902
1910 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345 rhodecode/model/db.py:2952
1942 msgid "Rejected"
1911 msgid "Rejected"
1943 msgstr ""
1912 msgstr ""
1944
1913
@@ -1952,19 +1921,19 b' msgstr ""'
1952 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
1921 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
1953 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
1922 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
1954 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
1923 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
1955 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1079
1924 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1956 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1082
1925 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
1957 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1093
1926 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
1958 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1096
1927 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
1959 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1126
1928 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
1960 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1140
1929 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
1961 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1183
1930 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
1962 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1182
1931 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
1963 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1191
1932 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
1964 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1191
1933 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
1965 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1201
1934 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
1966 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1323
1935 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
1967 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1348 rhodecode/model/db.py:2903
1936 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346 rhodecode/model/db.py:2953
1968 msgid "Under Review"
1937 msgid "Under Review"
1969 msgstr ""
1938 msgstr ""
1970
1939
@@ -1975,6 +1944,52 b' msgstr ""'
1975 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
1944 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
1976 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
1945 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
1977 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1946 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1947 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1948 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1949 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1950 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
1951 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
1952 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
1953 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
1954 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
1955 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
1956 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
1957 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
1958 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
1959 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2296
1960 msgid "Repository group no access"
1961 msgstr ""
1962
1963 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
1964 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
1965 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
1966 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
1967 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
1968 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
1969 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
1970 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:739
1971 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:742
1972 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:744
1973 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:744
1974 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:771
1975 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:781
1976 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:824
1977 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:823
1978 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:824
1979 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:824
1980 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:830
1981 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
1982 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977 rhodecode/model/db.py:2297
1983 msgid "Repository group read access"
1984 msgstr ""
1985
1986 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
1987 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
1988 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
1989 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
1990 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
1991 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
1992 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
1978 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
1993 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
1979 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
1994 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
1980 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
1995 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
@@ -1987,17 +2002,17 b' msgstr ""'
1987 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2002 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
1988 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2003 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
1989 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2004 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
1990 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2248
2005 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2298
1991 msgid "Repository group no access"
2006 msgid "Repository group write access"
1992 msgstr ""
2007 msgstr ""
1993
2008
1994 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
2009 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
1995 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
2010 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
1996 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2011 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
1997 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2012 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
1998 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2013 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
1999 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2014 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2000 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2015 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2001 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2016 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2002 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2017 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2003 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
2018 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
@@ -2010,40 +2025,16 b' msgstr ""'
2010 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2025 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2011 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2026 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2012 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2027 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2013 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2249
2028 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2299
2014 msgid "Repository group read access"
2029 msgid "Repository group admin access"
2015 msgstr ""
2030 msgstr ""
2016
2031
2017 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2032 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2018 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2033 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2019 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2034 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2020 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2035 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2021 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2036 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2022 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2037 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2023 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2024 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:742
2025 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:745
2026 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:747
2027 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:747
2028 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:774
2029 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:784
2030 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:827
2031 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:826
2032 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:827
2033 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:827
2034 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:833
2035 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:955
2036 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:980 rhodecode/model/db.py:2250
2037 msgid "Repository group write access"
2038 msgstr ""
2039
2040 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2041 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2042 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2043 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2044 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2045 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2046 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2047 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2038 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2048 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2039 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2049 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
2040 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
@@ -2056,16 +2047,38 b' msgstr ""'
2056 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2047 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2057 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2048 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2058 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2049 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2059 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2251
2050 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2301
2060 msgid "Repository group admin access"
2051 msgid "User group no access"
2061 msgstr ""
2052 msgstr ""
2062
2053
2063 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2054 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2064 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2055 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2065 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2056 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2066 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2057 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2067 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2058 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2068 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2059 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2060 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:744
2061 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:747
2062 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:749
2063 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:749
2064 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:776
2065 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:786
2066 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:829
2067 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:828
2068 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:829
2069 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:829
2070 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:835
2071 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2072 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982 rhodecode/model/db.py:2302
2073 msgid "User group read access"
2074 msgstr ""
2075
2076 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2077 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2078 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2079 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2080 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2081 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2069 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2082 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2070 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2083 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2071 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
2084 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
@@ -2078,16 +2091,16 b' msgstr ""'
2078 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2091 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2079 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2092 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2080 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2093 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2081 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2253
2094 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2303
2082 msgid "User group no access"
2095 msgid "User group write access"
2083 msgstr ""
2096 msgstr ""
2084
2097
2085 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2098 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2086 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2099 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2087 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2100 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2088 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2101 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2089 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2102 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2090 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2103 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2091 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2104 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2092 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2105 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2093 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
2106 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
@@ -2100,38 +2113,16 b' msgstr ""'
2100 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2113 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2101 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2114 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2102 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2115 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2103 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2254
2116 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2304
2104 msgid "User group read access"
2117 msgid "User group admin access"
2105 msgstr ""
2118 msgstr ""
2106
2119
2107 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2120 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2108 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2121 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2109 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2122 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2110 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2123 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2111 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2124 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2112 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2125 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2113 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:747
2114 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:750
2115 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:752
2116 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:752
2117 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:779
2118 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:789
2119 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:832
2120 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:831
2121 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:832
2122 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:832
2123 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:838
2124 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:960
2125 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:985 rhodecode/model/db.py:2255
2126 msgid "User group write access"
2127 msgstr ""
2128
2129 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2130 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2131 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2132 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2133 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2134 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2135 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2126 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2136 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2127 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2137 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
2128 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
@@ -2144,29 +2135,7 b' msgstr ""'
2144 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2135 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2145 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2136 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2146 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2137 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2147 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2256
2138 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2306
2148 msgid "User group admin access"
2149 msgstr ""
2150
2151 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2152 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2153 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2154 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2155 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2156 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2157 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:750
2158 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:753
2159 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:755
2160 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:755
2161 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:782
2162 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:792
2163 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:835
2164 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:834
2165 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:835
2166 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:835
2167 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:841
2168 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:963
2169 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:988 rhodecode/model/db.py:2258
2170 msgid "Repository Group creation disabled"
2139 msgid "Repository Group creation disabled"
2171 msgstr ""
2140 msgstr ""
2172
2141
@@ -2176,6 +2145,28 b' msgstr ""'
2176 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2145 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2177 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2146 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2178 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2147 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2148 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:749
2149 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:752
2150 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:754
2151 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:754
2152 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:781
2153 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:791
2154 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:834
2155 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:833
2156 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:834
2157 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:834
2158 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:840
2159 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2160 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987 rhodecode/model/db.py:2307
2161 msgid "Repository Group creation enabled"
2162 msgstr ""
2163
2164 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2165 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2166 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2167 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2168 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2169 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2179 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2170 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2180 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2171 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2181 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
2172 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
@@ -2188,29 +2179,7 b' msgstr ""'
2188 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2179 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2189 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2180 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2190 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2181 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2191 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2259
2182 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2309
2192 msgid "Repository Group creation enabled"
2193 msgstr ""
2194
2195 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2196 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2197 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2198 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2199 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2200 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2201 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:753
2202 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:756
2203 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:758
2204 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:758
2205 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:785
2206 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:795
2207 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:838
2208 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:837
2209 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:838
2210 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:838
2211 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:844
2212 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:966
2213 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:991 rhodecode/model/db.py:2261
2214 msgid "User Group creation disabled"
2183 msgid "User Group creation disabled"
2215 msgstr ""
2184 msgstr ""
2216
2185
@@ -2220,19 +2189,19 b' msgstr ""'
2220 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2189 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2221 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2190 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2222 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2191 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2223 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
2192 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:752
2224 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
2193 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:755
2225 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
2194 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:757
2226 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
2195 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:757
2227 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
2196 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:784
2228 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
2197 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:794
2229 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
2198 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:837
2230 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
2199 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:836
2231 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
2200 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:837
2232 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
2201 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:837
2233 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
2202 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:843
2234 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
2203 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2235 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2262
2204 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990 rhodecode/model/db.py:2310
2236 msgid "User Group creation enabled"
2205 msgid "User Group creation enabled"
2237 msgstr ""
2206 msgstr ""
2238
2207
@@ -2242,6 +2211,50 b' msgstr ""'
2242 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2211 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2243 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2212 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2244 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2213 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2214 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
2215 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
2216 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
2217 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
2218 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
2219 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
2220 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
2221 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
2222 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
2223 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
2224 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
2225 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2226 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000 rhodecode/model/db.py:2320
2227 msgid "Registration disabled"
2228 msgstr ""
2229
2230 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2231 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2232 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2233 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2234 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2235 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2236 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:763
2237 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:766
2238 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:768
2239 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:768
2240 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:795
2241 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:805
2242 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:848
2243 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:847
2244 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:848
2245 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:848
2246 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:854
2247 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2248 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001 rhodecode/model/db.py:2321
2249 msgid "User Registration with manual account activation"
2250 msgstr ""
2251
2252 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2253 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2254 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2255 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2256 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2257 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2245 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2258 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2246 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2259 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2247 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
2260 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
@@ -2254,38 +2267,16 b' msgstr ""'
2254 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:849
2267 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:849
2255 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2268 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2256 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2269 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2257 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002 rhodecode/model/db.py:2272
2270 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002 rhodecode/model/db.py:2322
2258 msgid "Registration disabled"
2271 msgid "User Registration with automatic account activation"
2259 msgstr ""
2272 msgstr ""
2260
2273
2261 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2274 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2262 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2275 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2263 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2276 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2264 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2277 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2265 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2278 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2266 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2279 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2267 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:765
2268 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:768
2269 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:770
2270 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:770
2271 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:797
2272 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:807
2273 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:850
2274 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:849
2275 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:850
2276 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:850
2277 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:856
2278 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:978
2279 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1003 rhodecode/model/db.py:2273
2280 msgid "User Registration with manual account activation"
2281 msgstr ""
2282
2283 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2284 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2285 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2286 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2287 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2288 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2289 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2280 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2290 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2281 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2291 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
2282 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
@@ -2298,29 +2289,7 b' msgstr ""'
2298 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:851
2289 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:851
2299 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2290 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2300 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2291 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2301 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004 rhodecode/model/db.py:2274
2292 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004 rhodecode/model/db.py:2324
2302 msgid "User Registration with automatic account activation"
2303 msgstr ""
2304
2305 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2306 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2307 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2308 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2309 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2310 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2311 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:768
2312 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:771
2313 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:773
2314 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:773
2315 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:800
2316 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:810
2317 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:853
2318 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:852
2319 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:853
2320 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:853
2321 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:859
2322 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:981
2323 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1006 rhodecode/model/db.py:2276
2324 msgid "Manual activation of external account"
2293 msgid "Manual activation of external account"
2325 msgstr ""
2294 msgstr ""
2326
2295
@@ -2330,11 +2299,67 b' msgstr ""'
2330 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2299 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2331 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2300 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2332 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2301 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2333 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:769
2302 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:767
2334 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:772
2303 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:770
2335 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:774
2304 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:772
2336 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:774
2305 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:772
2337 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:801
2306 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:799
2307 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:809
2308 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:852
2309 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:851
2310 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:852
2311 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:852
2312 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:858
2313 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2314 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005 rhodecode/model/db.py:2325
2315 msgid "Automatic activation of external account"
2316 msgstr ""
2317
2318 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
2319 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
2320 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
2321 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
2322 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
2323 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
2324 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
2325 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
2326 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
2327 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
2328 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
2329 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2330 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2314
2331 msgid "Repository creation enabled with write permission to a repository group"
2332 msgstr ""
2333
2334 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
2335 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
2336 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
2337 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
2338 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
2339 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
2340 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
2341 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
2342 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
2343 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
2344 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
2345 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2346 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2315
2347 msgid "Repository creation disabled with write permission to a repository group"
2348 msgstr ""
2349
2350 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:736
2351 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:763
2352 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:773
2353 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:816
2354 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:815
2355 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:816
2356 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:816
2357 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:822
2358 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2359 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969 rhodecode/model/db.py:2289
2360 msgid "RhodeCode Super Administrator"
2361 msgstr ""
2362
2338 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2363 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2339 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2364 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2340 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
2365 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
@@ -2342,130 +2367,90 b' msgstr ""'
2342 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:854
2367 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:854
2343 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2368 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2344 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2369 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2345 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007 rhodecode/model/db.py:2277
2370 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007 rhodecode/model/db.py:2327
2346 msgid "Automatic activation of external account"
2347 msgstr ""
2348
2349 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:758
2350 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:761
2351 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:763
2352 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:763
2353 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:790
2354 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:800
2355 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:843
2356 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:842
2357 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:843
2358 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:843
2359 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:849
2360 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:971
2361 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:996 rhodecode/model/db.py:2266
2362 msgid "Repository creation enabled with write permission to a repository group"
2363 msgstr ""
2364
2365 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
2366 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
2367 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
2368 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
2369 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
2370 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
2371 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
2372 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
2373 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
2374 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
2375 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
2376 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2377 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2267
2378 msgid "Repository creation disabled with write permission to a repository group"
2379 msgstr ""
2380
2381 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
2382 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
2383 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
2384 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
2385 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
2386 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
2387 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
2388 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
2389 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
2390 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2241
2391 msgid "RhodeCode Super Administrator"
2392 msgstr ""
2393
2394 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:813
2395 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:856
2396 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:855
2397 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:856
2398 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:856
2399 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:862
2400 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:984
2401 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1009 rhodecode/model/db.py:2279
2402 msgid "Inherit object permissions from default user disabled"
2371 msgid "Inherit object permissions from default user disabled"
2403 msgstr ""
2372 msgstr ""
2404
2373
2405 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:814
2374 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:812
2406 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:857
2375 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:855
2407 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:856
2376 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:854
2408 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:857
2377 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:855
2409 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:857
2378 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:855
2410 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:863
2379 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:861
2411 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:985
2380 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2412 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1010 rhodecode/model/db.py:2280
2381 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008 rhodecode/model/db.py:2328
2413 msgid "Inherit object permissions from default user enabled"
2382 msgid "Inherit object permissions from default user enabled"
2414 msgstr ""
2383 msgstr ""
2415
2384
2416 #: rhodecode/lib/index/whoosh.py:129
2385 #: rhodecode/lib/index/whoosh.py:148
2417 msgid "Invalid search query. Try quoting it."
2386 msgid "Invalid search query. Try quoting it."
2418 msgstr ""
2387 msgstr ""
2419
2388
2420 #: rhodecode/lib/index/whoosh.py:131
2421 msgid "There is no index to search in. Please run whoosh indexer"
2422 msgstr ""
2423
2424 #: rhodecode/lib/index/whoosh.py:136
2425 msgid "An error occurred during this search operation"
2426 msgstr ""
2427
2428 #: rhodecode/lib/index/whoosh.py:144
2429 msgid "Index Type"
2430 msgstr ""
2431
2432 #: rhodecode/lib/index/whoosh.py:145
2433 msgid "File Index"
2434 msgstr ""
2435
2436 #: rhodecode/lib/index/whoosh.py:146 rhodecode/lib/index/whoosh.py:151
2437 msgid "Indexed documents"
2438 msgstr ""
2439
2440 #: rhodecode/lib/index/whoosh.py:148 rhodecode/lib/index/whoosh.py:153
2441 msgid "Last update"
2442 msgstr ""
2443
2444 #: rhodecode/lib/index/whoosh.py:150
2389 #: rhodecode/lib/index/whoosh.py:150
2390 msgid "There is no index to search in. Please run whoosh indexer"
2391 msgstr ""
2392
2393 #: rhodecode/lib/index/whoosh.py:155
2394 msgid "An error occurred during this search operation"
2395 msgstr ""
2396
2397 #: rhodecode/lib/index/whoosh.py:163
2398 msgid "Index Type"
2399 msgstr ""
2400
2401 #: rhodecode/lib/index/whoosh.py:164
2402 msgid "File Index"
2403 msgstr ""
2404
2405 #: rhodecode/lib/index/whoosh.py:165 rhodecode/lib/index/whoosh.py:170
2406 msgid "Indexed documents"
2407 msgstr ""
2408
2409 #: rhodecode/lib/index/whoosh.py:167 rhodecode/lib/index/whoosh.py:172
2410 msgid "Last update"
2411 msgstr ""
2412
2413 #: rhodecode/lib/index/whoosh.py:169
2445 msgid "Commit index"
2414 msgid "Commit index"
2446 msgstr ""
2415 msgstr ""
2447
2416
2448 #: rhodecode/model/db.py:871
2417 #: rhodecode/login/views.py:237 rhodecode/login/views.py:296
2418 msgid "bad captcha"
2419 msgstr ""
2420
2421 #: rhodecode/login/views.py:246
2422 msgid "You have successfully registered with RhodeCode"
2423 msgstr ""
2424
2425 #: rhodecode/login/views.py:312
2426 msgid "Your password reset link was sent"
2427 msgstr ""
2428
2429 #: rhodecode/login/views.py:333
2430 msgid "Your password reset was successful, a new password has been sent to your email"
2431 msgstr ""
2432
2433 #: rhodecode/model/db.py:909
2449 msgid "all"
2434 msgid "all"
2450 msgstr ""
2435 msgstr ""
2451
2436
2452 #: rhodecode/model/db.py:872
2437 #: rhodecode/model/db.py:910
2453 msgid "http/web interface"
2438 msgid "http/web interface"
2454 msgstr ""
2439 msgstr ""
2455
2440
2456 #: rhodecode/model/db.py:873
2441 #: rhodecode/model/db.py:911
2457 msgid "vcs (git/hg protocol)"
2442 msgid "vcs (git/hg protocol)"
2458 msgstr ""
2443 msgstr ""
2459
2444
2460 #: rhodecode/model/db.py:874
2445 #: rhodecode/model/db.py:912
2461 msgid "api calls"
2446 msgid "api calls"
2462 msgstr ""
2447 msgstr ""
2463
2448
2464 #: rhodecode/model/db.py:875
2449 #: rhodecode/model/db.py:913
2465 msgid "feed access"
2450 msgid "feed access"
2466 msgstr ""
2451 msgstr ""
2467
2452
2468 #: rhodecode/model/db.py:2020
2453 #: rhodecode/model/db.py:2067
2469 msgid "No parent"
2454 msgid "No parent"
2470 msgstr ""
2455 msgstr ""
2471
2456
@@ -2583,7 +2568,7 b' msgstr ""'
2583 msgid "This pull request cannot be merged because the target or the source reference is missing."
2568 msgid "This pull request cannot be merged because the target or the source reference is missing."
2584 msgstr ""
2569 msgstr ""
2585
2570
2586 #: rhodecode/model/pull_request.py:411
2571 #: rhodecode/model/pull_request.py:416
2587 #, python-format
2572 #, python-format
2588 msgid ""
2573 msgid ""
2589 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
2574 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
@@ -2591,39 +2576,39 b' msgid ""'
2591 " %(pr_title)s"
2576 " %(pr_title)s"
2592 msgstr ""
2577 msgstr ""
2593
2578
2594 #: rhodecode/model/pull_request.py:443
2579 #: rhodecode/model/pull_request.py:448
2595 msgid "Pull request merged and closed"
2580 msgid "Pull request merged and closed"
2596 msgstr ""
2581 msgstr ""
2597
2582
2598 #: rhodecode/model/pull_request.py:859
2583 #: rhodecode/model/pull_request.py:867
2599 msgid "Server-side pull request merging is disabled."
2584 msgid "Server-side pull request merging is disabled."
2600 msgstr ""
2585 msgstr ""
2601
2586
2602 #: rhodecode/model/pull_request.py:861
2587 #: rhodecode/model/pull_request.py:869
2603 msgid "This pull request is closed."
2588 msgid "This pull request is closed."
2604 msgstr ""
2589 msgstr ""
2605
2590
2606 #: rhodecode/model/pull_request.py:872
2591 #: rhodecode/model/pull_request.py:880
2607 msgid "Pull request merging is not supported."
2592 msgid "Pull request merging is not supported."
2608 msgstr ""
2593 msgstr ""
2609
2594
2610 #: rhodecode/model/pull_request.py:890
2595 #: rhodecode/model/pull_request.py:898
2611 msgid "Target repository large files support is disabled."
2596 msgid "Target repository large files support is disabled."
2612 msgstr ""
2597 msgstr ""
2613
2598
2614 #: rhodecode/model/pull_request.py:893
2599 #: rhodecode/model/pull_request.py:901
2615 msgid "Source repository large files support is disabled."
2600 msgid "Source repository large files support is disabled."
2616 msgstr ""
2601 msgstr ""
2617
2602
2618 #: rhodecode/model/pull_request.py:1036 rhodecode/model/scm.py:791
2603 #: rhodecode/model/pull_request.py:1050 rhodecode/model/scm.py:791
2619 msgid "Bookmarks"
2604 msgid "Bookmarks"
2620 msgstr ""
2605 msgstr ""
2621
2606
2622 #: rhodecode/model/pull_request.py:1041
2607 #: rhodecode/model/pull_request.py:1055
2623 msgid "Commit IDs"
2608 msgid "Commit IDs"
2624 msgstr ""
2609 msgstr ""
2625
2610
2626 #: rhodecode/model/pull_request.py:1044
2611 #: rhodecode/model/pull_request.py:1058
2627 msgid "Closed Branches"
2612 msgid "Closed Branches"
2628 msgstr ""
2613 msgstr ""
2629
2614
@@ -2635,220 +2620,236 b' msgstr ""'
2635 msgid "You can't Edit this user since it's crucial for entire application"
2620 msgid "You can't Edit this user since it's crucial for entire application"
2636 msgstr ""
2621 msgstr ""
2637
2622
2638 #: rhodecode/model/user.py:283
2623 #: rhodecode/model/user.py:285
2639 #, python-format
2624 #, python-format
2640 msgid "You can't edit this user (`%(username)s`) since it's crucial for entire application"
2625 msgid "You can't edit this user (`%(username)s`) since it's crucial for entire application"
2641 msgstr ""
2626 msgstr ""
2642
2627
2643 #: rhodecode/model/user.py:456
2628 #: rhodecode/model/user.py:458
2644 msgid "You can't remove this user since it's crucial for entire application"
2629 msgid "You can't remove this user since it's crucial for entire application"
2645 msgstr ""
2630 msgstr ""
2646
2631
2647 #: rhodecode/model/user.py:464
2632 #: rhodecode/model/user.py:466
2648 #, python-format
2633 #, python-format
2649 msgid "user \"%s\" still owns %s repositories and cannot be removed. Switch owners or remove those repositories:%s"
2634 msgid "user \"%s\" still owns %s repositories and cannot be removed. Switch owners or remove those repositories:%s"
2650 msgstr ""
2635 msgstr ""
2651
2636
2652 #: rhodecode/model/user.py:473
2637 #: rhodecode/model/user.py:475
2653 #, python-format
2638 #, python-format
2654 msgid "user \"%s\" still owns %s repository groups and cannot be removed. Switch owners or remove those repository groups:%s"
2639 msgid "user \"%s\" still owns %s repository groups and cannot be removed. Switch owners or remove those repository groups:%s"
2655 msgstr ""
2640 msgstr ""
2656
2641
2657 #: rhodecode/model/user.py:482
2642 #: rhodecode/model/user.py:484
2658 #, python-format
2643 #, python-format
2659 msgid "user \"%s\" still owns %s user groups and cannot be removed. Switch owners or remove those user groups:%s"
2644 msgid "user \"%s\" still owns %s user groups and cannot be removed. Switch owners or remove those user groups:%s"
2660 msgstr ""
2645 msgstr ""
2661
2646
2662 #: rhodecode/model/validators.py:96 rhodecode/model/validators.py:97
2647 #: rhodecode/model/validators.py:98 rhodecode/model/validators.py:99
2663 msgid "Value cannot be an empty list"
2648 msgid "Value cannot be an empty list"
2664 msgstr ""
2649 msgstr ""
2665
2650
2666 #: rhodecode/model/validators.py:140
2651 #: rhodecode/model/validators.py:142
2667 msgid "Pattern already exists"
2652 msgid "Pattern already exists"
2668 msgstr ""
2653 msgstr ""
2669
2654
2670 #: rhodecode/model/validators.py:158
2671 #, python-format
2672 msgid "Username \"%(username)s\" already exists"
2673 msgstr ""
2674
2675 #: rhodecode/model/validators.py:160
2655 #: rhodecode/model/validators.py:160
2676 #, python-format
2656 #, python-format
2677 msgid "Username \"%(username)s\" is forbidden"
2657 msgid "Username \"%(username)s\" already exists"
2678 msgstr ""
2658 msgstr ""
2679
2659
2680 #: rhodecode/model/validators.py:162
2660 #: rhodecode/model/validators.py:162
2661 #, python-format
2662 msgid "Username \"%(username)s\" is forbidden"
2663 msgstr ""
2664
2665 #: rhodecode/model/validators.py:164
2681 msgid "Username may only contain alphanumeric characters underscores, periods or dashes and must begin with alphanumeric character or underscore"
2666 msgid "Username may only contain alphanumeric characters underscores, periods or dashes and must begin with alphanumeric character or underscore"
2682 msgstr ""
2667 msgstr ""
2683
2668
2684 #: rhodecode/model/validators.py:190
2669 #: rhodecode/model/validators.py:192
2685 msgid "The input is not valid"
2670 msgid "The input is not valid"
2686 msgstr ""
2671 msgstr ""
2687
2672
2688 #: rhodecode/model/validators.py:197
2673 #: rhodecode/model/validators.py:199
2689 #, python-format
2674 #, python-format
2690 msgid "Username %(username)s is not valid"
2675 msgid "Username %(username)s is not valid"
2691 msgstr ""
2676 msgstr ""
2692
2677
2693 #: rhodecode/model/validators.py:216
2678 #: rhodecode/model/validators.py:200
2679 #, python-format
2680 msgid "Username %(username)s is disabled"
2681 msgstr ""
2682
2683 #: rhodecode/model/validators.py:223
2694 msgid "Invalid user group name"
2684 msgid "Invalid user group name"
2695 msgstr ""
2685 msgstr ""
2696
2686
2697 #: rhodecode/model/validators.py:217
2687 #: rhodecode/model/validators.py:224
2698 #, python-format
2688 #, python-format
2699 msgid "User group \"%(usergroup)s\" already exists"
2689 msgid "User group \"%(usergroup)s\" already exists"
2700 msgstr ""
2690 msgstr ""
2701
2691
2702 #: rhodecode/model/validators.py:219
2692 #: rhodecode/model/validators.py:226
2703 msgid "user group name may only contain alphanumeric characters underscores, periods or dashes and must begin with alphanumeric character"
2693 msgid "user group name may only contain alphanumeric characters underscores, periods or dashes and must begin with alphanumeric character"
2704 msgstr ""
2694 msgstr ""
2705
2695
2706 #: rhodecode/model/validators.py:257
2696 #: rhodecode/model/validators.py:264
2707 msgid "Cannot assign this group as parent"
2697 msgid "Cannot assign this group as parent"
2708 msgstr ""
2698 msgstr ""
2709
2699
2710 #: rhodecode/model/validators.py:258
2700 #: rhodecode/model/validators.py:265
2711 #, python-format
2701 #, python-format
2712 msgid "Group \"%(group_name)s\" already exists"
2702 msgid "Group \"%(group_name)s\" already exists"
2713 msgstr ""
2703 msgstr ""
2714
2704
2715 #: rhodecode/model/validators.py:259
2705 #: rhodecode/model/validators.py:266
2716 #, python-format
2706 #, python-format
2717 msgid "Repository with name \"%(group_name)s\" already exists"
2707 msgid "Repository with name \"%(group_name)s\" already exists"
2718 msgstr ""
2708 msgstr ""
2719
2709
2720 #: rhodecode/model/validators.py:261
2710 #: rhodecode/model/validators.py:268
2721 msgid "no permission to store repository groupin this location"
2711 msgid "no permission to store repository groupin this location"
2722 msgstr ""
2712 msgstr ""
2723
2713
2724 #: rhodecode/model/validators.py:263
2714 #: rhodecode/model/validators.py:270
2725 msgid "no permission to store repository group in root location"
2715 msgid "no permission to store repository group in root location"
2726 msgstr ""
2716 msgstr ""
2727
2717
2728 #: rhodecode/model/validators.py:379
2718 #: rhodecode/model/validators.py:386
2729 msgid "Invalid characters (non-ascii) in password"
2719 msgid "Invalid characters (non-ascii) in password"
2730 msgstr ""
2720 msgstr ""
2731
2721
2732 #: rhodecode/model/validators.py:394
2722 #: rhodecode/model/validators.py:401
2733 msgid "Invalid old password"
2723 msgid "Invalid old password"
2734 msgstr ""
2724 msgstr ""
2735
2725
2736 #: rhodecode/model/validators.py:412
2726 #: rhodecode/model/validators.py:418
2737 msgid "Passwords do not match"
2727 msgid "Passwords do not match"
2738 msgstr ""
2728 msgstr ""
2739
2729
2740 #: rhodecode/model/validators.py:430
2730 #: rhodecode/model/validators.py:436
2741 msgid "invalid password"
2731 msgid "invalid password"
2742 msgstr ""
2732 msgstr ""
2743
2733
2744 #: rhodecode/model/validators.py:431
2734 #: rhodecode/model/validators.py:437
2745 msgid "invalid user name"
2735 msgid "invalid user name"
2746 msgstr ""
2736 msgstr ""
2747
2737
2748 #: rhodecode/model/validators.py:432
2738 #: rhodecode/model/validators.py:438
2749 msgid "Your account is disabled"
2739 msgid "Your account is disabled"
2750 msgstr ""
2740 msgstr ""
2751
2741
2752 #: rhodecode/model/validators.py:465
2742 #: rhodecode/model/validators.py:470
2753 msgid "Token mismatch"
2743 msgid "Token mismatch"
2754 msgstr ""
2744 msgstr ""
2755
2745
2756 #: rhodecode/model/validators.py:479
2746 #: rhodecode/model/validators.py:484
2757 #, python-format
2747 #, python-format
2758 msgid "Repository name %(repo)s is disallowed"
2748 msgid "Repository name %(repo)s is disallowed"
2759 msgstr ""
2749 msgstr ""
2760
2750
2761 #: rhodecode/model/validators.py:481
2762 #, python-format
2763 msgid "Repository with name %(repo)s already exists"
2764 msgstr ""
2765
2766 #: rhodecode/model/validators.py:483
2767 #, python-format
2768 msgid "Repository group with name \"%(repo)s\" already exists"
2769 msgstr ""
2770
2771 #: rhodecode/model/validators.py:486
2751 #: rhodecode/model/validators.py:486
2772 #, python-format
2752 #, python-format
2773 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2753 msgid "Repository with name %(repo)s already exists"
2774 msgstr ""
2754 msgstr ""
2775
2755
2776 #: rhodecode/model/validators.py:488
2756 #: rhodecode/model/validators.py:488
2777 #, python-format
2757 #, python-format
2758 msgid "Repository group with name \"%(repo)s\" already exists"
2759 msgstr ""
2760
2761 #: rhodecode/model/validators.py:491
2762 #, python-format
2763 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2764 msgstr ""
2765
2766 #: rhodecode/model/validators.py:493
2767 #, python-format
2778 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2768 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2779 msgstr ""
2769 msgstr ""
2780
2770
2781 #: rhodecode/model/validators.py:615
2771 #: rhodecode/model/validators.py:620
2782 #, python-format
2772 #, python-format
2783 msgid "invalid clone url for %(rtype)s repository"
2773 msgid "invalid clone url for %(rtype)s repository"
2784 msgstr ""
2774 msgstr ""
2785
2775
2786 #: rhodecode/model/validators.py:616
2776 #: rhodecode/model/validators.py:621
2787 #, python-format
2777 #, python-format
2788 msgid "Invalid clone url, provide a valid clone url starting with one of %(allowed_prefixes)s"
2778 msgid "Invalid clone url, provide a valid clone url starting with one of %(allowed_prefixes)s"
2789 msgstr ""
2779 msgstr ""
2790
2780
2791 #: rhodecode/model/validators.py:645
2781 #: rhodecode/model/validators.py:650
2792 msgid "Fork have to be the same type as parent"
2782 msgid "Fork have to be the same type as parent"
2793 msgstr ""
2783 msgstr ""
2794
2784
2795 #: rhodecode/model/validators.py:660
2785 #: rhodecode/model/validators.py:665
2796 msgid "You do not have the permission to create repositories in this group."
2786 msgid "You do not have the permission to create repositories in this group."
2797 msgstr ""
2787 msgstr ""
2798
2788
2799 #: rhodecode/model/validators.py:663
2789 #: rhodecode/model/validators.py:668
2800 msgid "You do not have the permission to store repositories in the root location."
2790 msgid "You do not have the permission to store repositories in the root location."
2801 msgstr ""
2791 msgstr ""
2802
2792
2803 #: rhodecode/model/validators.py:723
2793 #: rhodecode/model/validators.py:728
2804 msgid "This username or user group name is not valid"
2794 msgid "This username or user group name is not valid"
2805 msgstr ""
2795 msgstr ""
2806
2796
2807 #: rhodecode/model/validators.py:841
2797 #: rhodecode/model/validators.py:846
2808 msgid "This is not a valid path"
2798 msgid "This is not a valid path"
2809 msgstr ""
2799 msgstr ""
2810
2800
2811 #: rhodecode/model/validators.py:856
2801 #: rhodecode/model/validators.py:861
2812 msgid "This e-mail address is already taken"
2802 msgid "This e-mail address is already taken"
2813 msgstr ""
2803 msgstr ""
2814
2804
2815 #: rhodecode/model/validators.py:876
2805 #: rhodecode/model/validators.py:881
2816 #, python-format
2806 #, python-format
2817 msgid "e-mail \"%(email)s\" does not exist."
2807 msgid "e-mail \"%(email)s\" does not exist."
2818 msgstr ""
2808 msgstr ""
2819
2809
2820 #: rhodecode/model/validators.py:912
2810 #: rhodecode/model/validators.py:902
2821 msgid "The LDAP Login attribute of the CN must be specified - this is the name of the attribute that is equivalent to \"username\""
2822 msgstr ""
2823
2824 #: rhodecode/model/validators.py:926
2825 #, python-format
2811 #, python-format
2826 msgid "Revisions %(revs)s are already part of pull request or have set status"
2812 msgid "Revisions %(revs)s are already part of pull request or have set status"
2827 msgstr ""
2813 msgstr ""
2828
2814
2829 #: rhodecode/model/validators.py:957
2815 #: rhodecode/model/validators.py:933
2830 msgid "Please enter a valid IPv4 or IpV6 address"
2816 msgid "Please enter a valid IPv4 or IpV6 address"
2831 msgstr ""
2817 msgstr ""
2832
2818
2833 #: rhodecode/model/validators.py:958
2819 #: rhodecode/model/validators.py:934
2834 #, python-format
2820 #, python-format
2835 msgid "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2821 msgid "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2836 msgstr ""
2822 msgstr ""
2837
2823
2838 #: rhodecode/model/validators.py:985
2824 #: rhodecode/model/validators.py:961
2839 msgid "Key name can only consist of letters, underscore, dash or numbers"
2825 msgid "Key name can only consist of letters, underscore, dash or numbers"
2840 msgstr ""
2826 msgstr ""
2841
2827
2828 #: rhodecode/model/validators.py:976
2829 msgid "Filename cannot be inside a directory"
2830 msgstr ""
2831
2832 #: rhodecode/model/validators.py:992
2833 #, python-format
2834 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2835 msgstr ""
2836
2837 #: rhodecode/model/validators.py:995
2838 #, python-format
2839 msgid "The plugin \"%(plugin_id)s\" is missing an includeme function."
2840 msgstr ""
2841
2842 #: rhodecode/model/validators.py:998
2843 #, python-format
2844 msgid "Can not load plugin \"%(plugin_id)s\""
2845 msgstr ""
2846
2842 #: rhodecode/model/validators.py:1000
2847 #: rhodecode/model/validators.py:1000
2843 msgid "Filename cannot be inside a directory"
2848 #, python-format
2844 msgstr ""
2849 msgid "No plugin available with ID \"%(plugin_id)s\""
2845
2850 msgstr ""
2846 #: rhodecode/model/validators.py:1016
2851
2847 #, python-format
2852 #: rhodecode/model/validators.py:1067
2848 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2849 msgstr ""
2850
2851 #: rhodecode/model/validators.py:1048
2852 msgid "This gistid is already in use"
2853 msgid "This gistid is already in use"
2853 msgstr ""
2854 msgstr ""
2854
2855
@@ -2904,10 +2905,10 b' msgstr ""'
2904 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2905 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2905 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2906 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2906 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2907 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2907 #: rhodecode/templates/admin/repos/repo_edit_settings.html:12
2908 #: rhodecode/templates/admin/repos/repo_edit_settings.html:15
2908 #: rhodecode/templates/admin/repos/repos.html:54
2909 #: rhodecode/templates/admin/repos/repos.html:54
2909 #: rhodecode/templates/admin/user_groups/user_groups.html:55
2910 #: rhodecode/templates/admin/user_groups/user_groups.html:55
2910 #: rhodecode/templates/base/perms_summary.html:103
2911 #: rhodecode/templates/base/perms_summary.html:102
2911 #: rhodecode/templates/bookmarks/bookmarks.html:59
2912 #: rhodecode/templates/bookmarks/bookmarks.html:59
2912 #: rhodecode/templates/branches/branches.html:58
2913 #: rhodecode/templates/branches/branches.html:58
2913 #: rhodecode/templates/files/files_browser.html:49
2914 #: rhodecode/templates/files/files_browser.html:49
@@ -2921,25 +2922,25 b' msgstr ""'
2921 #: rhodecode/templates/admin/gists/index.html:114
2922 #: rhodecode/templates/admin/gists/index.html:114
2922 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
2923 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
2923 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
2924 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
2924 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:30
2925 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
2925 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
2926 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
2926 #: rhodecode/templates/admin/repos/repo_add_base.html:32
2927 #: rhodecode/templates/admin/repos/repo_add_base.html:32
2927 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
2928 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
2928 #: rhodecode/templates/admin/repos/repo_edit_settings.html:83
2929 #: rhodecode/templates/admin/repos/repo_edit_settings.html:96
2929 #: rhodecode/templates/admin/repos/repos.html:57
2930 #: rhodecode/templates/admin/repos/repos.html:57
2930 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
2931 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
2931 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:29
2932 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:42
2932 #: rhodecode/templates/admin/user_groups/user_groups.html:57
2933 #: rhodecode/templates/admin/user_groups/user_groups.html:57
2933 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
2934 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
2934 #: rhodecode/templates/base/issue_tracker_settings.html:10
2935 #: rhodecode/templates/base/issue_tracker_settings.html:10
2935 #: rhodecode/templates/changeset/changeset.html:53
2936 #: rhodecode/templates/changeset/changeset.html:53
2936 #: rhodecode/templates/compare/compare_cs.html:24
2937 #: rhodecode/templates/compare/compare_commits.html:24
2937 #: rhodecode/templates/email_templates/pull_request_review.mako:30
2938 #: rhodecode/templates/email_templates/pull_request_review.mako:30
2938 #: rhodecode/templates/email_templates/pull_request_review.mako:67
2939 #: rhodecode/templates/email_templates/pull_request_review.mako:67
2939 #: rhodecode/templates/files/file_tree_detail.html:5
2940 #: rhodecode/templates/files/file_tree_detail.html:5
2940 #: rhodecode/templates/files/file_tree_detail.html:12
2941 #: rhodecode/templates/files/file_tree_detail.html:12
2941 #: rhodecode/templates/forks/fork.html:48
2942 #: rhodecode/templates/forks/fork.html:48
2942 #: rhodecode/templates/forks/forks_data.html:8
2943 #: rhodecode/templates/forks/forks_data.html:9
2943 #: rhodecode/templates/pullrequests/pullrequest.html:47
2944 #: rhodecode/templates/pullrequests/pullrequest.html:47
2944 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
2945 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
2945 #: rhodecode/templates/summary/components.html:73
2946 #: rhodecode/templates/summary/components.html:73
@@ -2949,14 +2950,15 b' msgstr ""'
2949 #: rhodecode/templates/index_base.html:102
2950 #: rhodecode/templates/index_base.html:102
2950 #: rhodecode/templates/index_base.html:133
2951 #: rhodecode/templates/index_base.html:133
2951 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
2952 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
2952 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:21
2953 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:24
2953 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
2954 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
2954 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
2955 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
2955 #: rhodecode/templates/admin/repos/repo_edit_settings.html:74
2956 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
2956 #: rhodecode/templates/admin/repos/repos.html:65
2957 #: rhodecode/templates/admin/repos/repos.html:65
2957 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
2958 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
2958 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:20
2959 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
2959 #: rhodecode/templates/admin/user_groups/user_groups.html:64
2960 #: rhodecode/templates/admin/user_groups/user_groups.html:64
2961 #: rhodecode/templates/forks/forks_data.html:7
2960 #: rhodecode/templates/summary/components.html:195
2962 #: rhodecode/templates/summary/components.html:195
2961 msgid "Owner"
2963 msgid "Owner"
2962 msgstr ""
2964 msgstr ""
@@ -2975,7 +2977,7 b' msgstr ""'
2975 #: rhodecode/templates/changelog/changelog.html:106
2977 #: rhodecode/templates/changelog/changelog.html:106
2976 #: rhodecode/templates/changelog/changelog_summary_data.html:6
2978 #: rhodecode/templates/changelog/changelog_summary_data.html:6
2977 #: rhodecode/templates/changeset/changeset.html:36
2979 #: rhodecode/templates/changeset/changeset.html:36
2978 #: rhodecode/templates/compare/compare_cs.html:22
2980 #: rhodecode/templates/compare/compare_commits.html:22
2979 #: rhodecode/templates/email_templates/commit_comment.mako:16
2981 #: rhodecode/templates/email_templates/commit_comment.mako:16
2980 #: rhodecode/templates/email_templates/commit_comment.mako:45
2982 #: rhodecode/templates/email_templates/commit_comment.mako:45
2981 #: rhodecode/templates/search/search_commit.html:6
2983 #: rhodecode/templates/search/search_commit.html:6
@@ -2992,13 +2994,13 b' msgstr ""'
2992 msgid "Home"
2994 msgid "Home"
2993 msgstr ""
2995 msgstr ""
2994
2996
2995 #: rhodecode/templates/login.html:6 rhodecode/templates/login.html:36
2997 #: rhodecode/templates/login.html:5 rhodecode/templates/login.html:35
2996 #: rhodecode/templates/login.html:52 rhodecode/templates/base/base.html:326
2998 #: rhodecode/templates/login.html:64 rhodecode/templates/base/base.html:328
2997 #: rhodecode/templates/debug_style/login.html:60
2999 #: rhodecode/templates/debug_style/login.html:60
2998 msgid "Sign In"
3000 msgid "Sign In"
2999 msgstr ""
3001 msgstr ""
3000
3002
3001 #: rhodecode/templates/login.html:38
3003 #: rhodecode/templates/login.html:37
3002 msgid "Go to the registration page to create a new account."
3004 msgid "Go to the registration page to create a new account."
3003 msgstr ""
3005 msgstr ""
3004
3006
@@ -3010,26 +3012,22 b' msgstr ""'
3010 #: rhodecode/templates/admin/users/user_add.html:35
3012 #: rhodecode/templates/admin/users/user_add.html:35
3011 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3013 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3012 #: rhodecode/templates/admin/users/users.html:89
3014 #: rhodecode/templates/admin/users/users.html:89
3013 #: rhodecode/templates/base/base.html:303
3015 #: rhodecode/templates/base/base.html:305
3014 #: rhodecode/templates/debug_style/login.html:36
3016 #: rhodecode/templates/debug_style/login.html:36
3015 #: rhodecode/templates/users/user_profile.html:27
3017 #: rhodecode/templates/users/user_profile.html:27
3016 msgid "Username"
3018 msgid "Username"
3017 msgstr ""
3019 msgstr ""
3018
3020
3019 #: rhodecode/templates/login.html:48
3021 #: rhodecode/templates/login.html:58
3020 msgid "Remember me"
3022 msgid "Remember me"
3021 msgstr ""
3023 msgstr ""
3022
3024
3023 #: rhodecode/templates/login.html:50
3025 #: rhodecode/templates/login.html:61
3024 msgid "Forgot your password?"
3026 msgid "Forgot your password?"
3025 msgstr ""
3027 msgstr ""
3026
3028
3027 #: rhodecode/templates/login.html:62
3028 msgid "Sign In using one of external services"
3029 msgstr ""
3030
3031 #: rhodecode/templates/password_reset.html:5
3029 #: rhodecode/templates/password_reset.html:5
3032 #: rhodecode/templates/register.html:6
3030 #: rhodecode/templates/register.html:5
3033 msgid "Create an Account"
3031 msgid "Create an Account"
3034 msgstr ""
3032 msgstr ""
3035
3033
@@ -3045,32 +3043,32 b' msgstr ""'
3045 msgid "Email Address"
3043 msgid "Email Address"
3046 msgstr ""
3044 msgstr ""
3047
3045
3048 #: rhodecode/templates/password_reset.html:45
3046 #: rhodecode/templates/password_reset.html:49
3049 #: rhodecode/templates/register.html:56
3047 #: rhodecode/templates/register.html:85
3050 msgid "Captcha"
3048 msgid "Captcha"
3051 msgstr ""
3049 msgstr ""
3052
3050
3053 #: rhodecode/templates/password_reset.html:51
3051 #: rhodecode/templates/password_reset.html:59
3054 msgid "Send password reset email"
3052 msgid "Send password reset email"
3055 msgstr ""
3053 msgstr ""
3056
3054
3057 #: rhodecode/templates/password_reset.html:52
3055 #: rhodecode/templates/password_reset.html:60
3058 msgid "Password reset link will be send to matching email address"
3056 msgid "Password reset link will be send to matching email address"
3059 msgstr ""
3057 msgstr ""
3060
3058
3059 #: rhodecode/templates/register.html:35
3060 msgid "Create an account"
3061 msgstr ""
3062
3061 #: rhodecode/templates/register.html:36
3063 #: rhodecode/templates/register.html:36
3062 msgid "Create an account"
3063 msgstr ""
3064
3065 #: rhodecode/templates/register.html:37
3066 msgid "Go to the login page to sign in with an existing account."
3064 msgid "Go to the login page to sign in with an existing account."
3067 msgstr ""
3065 msgstr ""
3068
3066
3069 #: rhodecode/templates/register.html:45
3067 #: rhodecode/templates/register.html:55
3070 msgid "Re-enter password"
3068 msgid "Re-enter password"
3071 msgstr ""
3069 msgstr ""
3072
3070
3073 #: rhodecode/templates/register.html:47
3071 #: rhodecode/templates/register.html:62
3074 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3072 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3075 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3073 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3076 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
3074 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
@@ -3080,7 +3078,7 b' msgstr ""'
3080 msgid "First Name"
3078 msgid "First Name"
3081 msgstr ""
3079 msgstr ""
3082
3080
3083 #: rhodecode/templates/register.html:49
3081 #: rhodecode/templates/register.html:69
3084 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3082 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3085 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3083 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3086 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
3084 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
@@ -3090,18 +3088,14 b' msgstr ""'
3090 msgid "Last Name"
3088 msgid "Last Name"
3091 msgstr ""
3089 msgstr ""
3092
3090
3093 #: rhodecode/templates/register.html:64
3091 #: rhodecode/templates/register.html:97
3094 msgid "Account activation requires admin approval."
3092 msgid "Account activation requires admin approval."
3095 msgstr ""
3093 msgstr ""
3096
3094
3097 #: rhodecode/templates/register.html:71
3095 #: rhodecode/templates/register.html:104
3098 msgid "Create Account"
3096 msgid "Create Account"
3099 msgstr ""
3097 msgstr ""
3100
3098
3101 #: rhodecode/templates/register.html:77
3102 msgid "Register using one of external services"
3103 msgstr ""
3104
3105 #: rhodecode/templates/admin/admin.html:5
3099 #: rhodecode/templates/admin/admin.html:5
3106 #: rhodecode/templates/admin/admin.html:15
3100 #: rhodecode/templates/admin/admin.html:15
3107 #: rhodecode/templates/base/base.html:78
3101 #: rhodecode/templates/base/base.html:78
@@ -3188,8 +3182,8 b' msgstr ""'
3188 #: rhodecode/templates/admin/users/user_edit.html:12
3182 #: rhodecode/templates/admin/users/user_edit.html:12
3189 #: rhodecode/templates/admin/users/users.html:13
3183 #: rhodecode/templates/admin/users/users.html:13
3190 #: rhodecode/templates/admin/users/users.html:102
3184 #: rhodecode/templates/admin/users/users.html:102
3191 #: rhodecode/templates/base/base.html:403
3185 #: rhodecode/templates/base/base.html:405
3192 #: rhodecode/templates/base/base.html:410
3186 #: rhodecode/templates/base/base.html:412
3193 msgid "Admin"
3187 msgid "Admin"
3194 msgstr ""
3188 msgstr ""
3195
3189
@@ -3223,7 +3217,7 b' msgid "disabled"'
3223 msgstr ""
3217 msgstr ""
3224
3218
3225 #: rhodecode/templates/admin/auth/auth_settings.html:81
3219 #: rhodecode/templates/admin/auth/auth_settings.html:81
3226 #: rhodecode/templates/admin/auth/plugin_settings.html:90
3220 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3227 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3221 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3228 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3222 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3229 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3223 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
@@ -3231,16 +3225,16 b' msgstr ""'
3231 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3225 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3232 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3226 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3233 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3227 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3234 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:55
3228 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:67
3235 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3229 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3236 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3230 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3237 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3231 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3238 #: rhodecode/templates/admin/repos/repo_edit_settings.html:145
3232 #: rhodecode/templates/admin/repos/repo_edit_settings.html:158
3239 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3233 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3240 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3234 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3241 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3235 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3242 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3236 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3243 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:72
3237 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:89
3244 #: rhodecode/templates/admin/users/user_add.html:125
3238 #: rhodecode/templates/admin/users/user_add.html:125
3245 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3239 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3246 #: rhodecode/templates/base/default_perms_box.html:88
3240 #: rhodecode/templates/base/default_perms_box.html:88
@@ -3274,7 +3268,7 b' msgstr ""'
3274
3268
3275 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3269 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3276 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3270 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3277 #: rhodecode/templates/admin/repos/repo_edit_settings.html:97
3271 #: rhodecode/templates/admin/repos/repo_edit_settings.html:110
3278 #: rhodecode/templates/forks/fork.html:85
3272 #: rhodecode/templates/forks/fork.html:85
3279 msgid "Private repositories are only visible to people explicitly added as collaborators."
3273 msgid "Private repositories are only visible to people explicitly added as collaborators."
3280 msgstr ""
3274 msgstr ""
@@ -3399,16 +3393,18 b' msgid "My public"'
3399 msgstr ""
3393 msgstr ""
3400
3394
3401 #: rhodecode/templates/admin/gists/index.html:108
3395 #: rhodecode/templates/admin/gists/index.html:108
3396 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
3397 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
3402 #: rhodecode/templates/bookmarks/bookmarks.html:63
3398 #: rhodecode/templates/bookmarks/bookmarks.html:63
3403 #: rhodecode/templates/branches/branches.html:62
3399 #: rhodecode/templates/branches/branches.html:62
3404 #: rhodecode/templates/changelog/changelog.html:102
3400 #: rhodecode/templates/changelog/changelog.html:102
3405 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3401 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3406 #: rhodecode/templates/changeset/changeset.html:164
3402 #: rhodecode/templates/changeset/changeset.html:164
3407 #: rhodecode/templates/compare/compare_cs.html:21
3403 #: rhodecode/templates/compare/compare_commits.html:21
3408 #: rhodecode/templates/files/files_browser.html:53
3404 #: rhodecode/templates/files/files_browser.html:53
3409 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3405 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3410 #: rhodecode/templates/pullrequests/pullrequests.html:102
3406 #: rhodecode/templates/pullrequests/pullrequests.html:102
3411 #: rhodecode/templates/search/search_commit.html:10
3407 #: rhodecode/templates/search/search_commit.html:16
3412 #: rhodecode/templates/tags/tags.html:63
3408 #: rhodecode/templates/tags/tags.html:63
3413 msgid "Author"
3409 msgid "Author"
3414 msgstr ""
3410 msgstr ""
@@ -3461,11 +3457,11 b' msgstr ""'
3461 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3457 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3462 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3458 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3463 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3459 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3464 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:56
3460 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
3465 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3461 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3466 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3462 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3467 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3463 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3468 #: rhodecode/templates/admin/repos/repo_edit_settings.html:146
3464 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
3469 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3465 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3470 #: rhodecode/templates/admin/settings/settings_global.html:110
3466 #: rhodecode/templates/admin/settings/settings_global.html:110
3471 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
3467 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
@@ -3490,8 +3486,7 b' msgstr ""'
3490 #: rhodecode/templates/admin/gists/show.html:49
3486 #: rhodecode/templates/admin/gists/show.html:49
3491 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3487 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3492 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3488 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3493 #: rhodecode/templates/admin/my_account/my_account_oauth.html:50
3489 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3494 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:34
3495 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3490 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3496 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3491 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3497 #: rhodecode/templates/admin/settings/settings_hooks.html:46
3492 #: rhodecode/templates/admin/settings/settings_hooks.html:46
@@ -3557,7 +3552,7 b' msgid "Show as raw"'
3557 msgstr ""
3552 msgstr ""
3558
3553
3559 #: rhodecode/templates/admin/my_account/my_account.html:5
3554 #: rhodecode/templates/admin/my_account/my_account.html:5
3560 #: rhodecode/templates/base/base.html:340
3555 #: rhodecode/templates/base/base.html:342
3561 msgid "My account"
3556 msgid "My account"
3562 msgstr ""
3557 msgstr ""
3563
3558
@@ -3575,29 +3570,29 b' msgstr ""'
3575 msgid "Auth Tokens"
3570 msgid "Auth Tokens"
3576 msgstr ""
3571 msgstr ""
3577
3572
3578 #: rhodecode/templates/admin/my_account/my_account.html:32
3573 #: rhodecode/templates/admin/my_account/my_account.html:34
3579 msgid "OAuth Identities"
3574 msgid "OAuth Identities"
3580 msgstr ""
3575 msgstr ""
3581
3576
3582 #: rhodecode/templates/admin/my_account/my_account.html:33
3583 msgid "My Emails"
3584 msgstr ""
3585
3586 #: rhodecode/templates/admin/my_account/my_account.html:34
3587 msgid "My Repositories"
3588 msgstr ""
3589
3590 #: rhodecode/templates/admin/my_account/my_account.html:35
3591 msgid "Watched"
3592 msgstr ""
3593
3594 #: rhodecode/templates/admin/my_account/my_account.html:36
3595 #: rhodecode/templates/admin/notifications/notifications.html:33
3596 #: rhodecode/templates/base/base.html:240
3597 msgid "Pull Requests"
3598 msgstr ""
3599
3600 #: rhodecode/templates/admin/my_account/my_account.html:37
3577 #: rhodecode/templates/admin/my_account/my_account.html:37
3578 msgid "My Emails"
3579 msgstr ""
3580
3581 #: rhodecode/templates/admin/my_account/my_account.html:38
3582 msgid "My Repositories"
3583 msgstr ""
3584
3585 #: rhodecode/templates/admin/my_account/my_account.html:39
3586 msgid "Watched"
3587 msgstr ""
3588
3589 #: rhodecode/templates/admin/my_account/my_account.html:40
3590 #: rhodecode/templates/admin/notifications/notifications.html:33
3591 #: rhodecode/templates/base/base.html:242
3592 msgid "Pull Requests"
3593 msgstr ""
3594
3595 #: rhodecode/templates/admin/my_account/my_account.html:41
3601 msgid "My Permissions"
3596 msgid "My Permissions"
3602 msgstr ""
3597 msgstr ""
3603
3598
@@ -3687,26 +3682,6 b' msgstr ""'
3687 msgid "New email address"
3682 msgid "New email address"
3688 msgstr ""
3683 msgstr ""
3689
3684
3690 #: rhodecode/templates/admin/my_account/my_account_oauth.html:5
3691 msgid "Oauth Identities"
3692 msgstr ""
3693
3694 #: rhodecode/templates/admin/my_account/my_account_oauth.html:9
3695 msgid "External services currently connected with your Rhodecode user"
3696 msgstr ""
3697
3698 #: rhodecode/templates/admin/my_account/my_account_oauth.html:15
3699 msgid "No social authentication plugins are enabled by administrator"
3700 msgstr ""
3701
3702 #: rhodecode/templates/admin/my_account/my_account_oauth.html:49
3703 msgid "Confirm to remove this provider from your account"
3704 msgstr ""
3705
3706 #: rhodecode/templates/admin/my_account/my_account_oauth.html:59
3707 msgid "You have no accounts linked yet"
3708 msgstr ""
3709
3710 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3685 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3711 msgid "Change Your Account Password"
3686 msgid "Change Your Account Password"
3712 msgstr ""
3687 msgstr ""
@@ -3756,42 +3731,60 b' msgstr ""'
3756 msgid "Show Closed Pull Requests"
3731 msgid "Show Closed Pull Requests"
3757 msgstr ""
3732 msgstr ""
3758
3733
3759 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:16
3734 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:15
3760 msgid "Pull Requests You Opened"
3735 msgid "Pull Requests You Opened"
3761 msgstr ""
3736 msgstr ""
3762
3737
3738 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
3739 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:86
3740 msgid "Target Repo"
3741 msgstr ""
3742
3743 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
3744 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
3745 #: rhodecode/templates/admin/settings/settings_global.html:9
3746 #: rhodecode/templates/email_templates/pull_request_review.mako:28
3747 #: rhodecode/templates/email_templates/pull_request_review.mako:65
3748 #: rhodecode/templates/pullrequests/pullrequest.html:38
3749 #: rhodecode/templates/pullrequests/pullrequests.html:104
3750 msgid "Title"
3751 msgstr ""
3752
3763 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3753 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3764 #, python-format
3754 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
3765 msgid "Pull request #%s opened on %s"
3755 msgid "Opened On"
3766 msgstr ""
3756 msgstr ""
3767
3757
3768 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:29
3758 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:41
3769 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
3759 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:103
3760 #: rhodecode/templates/changelog/changelog.html:141
3761 #: rhodecode/templates/compare/compare_commits.html:49
3762 #: rhodecode/templates/search/search_commit.html:36
3763 msgid "Expand commit message"
3764 msgstr ""
3765
3766 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3767 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:112
3770 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3768 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3771 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3769 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3772 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3770 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3773 #: rhodecode/templates/pullrequests/pullrequests.html:51
3771 #: rhodecode/templates/pullrequests/pullrequests.html:52
3774 msgid "Closed"
3772 msgid "Closed"
3775 msgstr ""
3773 msgstr ""
3776
3774
3777 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:35
3775 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
3778 msgid "Confirm to delete this pull request"
3776 msgid "Confirm to delete this pull request"
3779 msgstr ""
3777 msgstr ""
3780
3778
3781 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:42
3779 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:69
3782 msgid "You currently have no open pull requests."
3780 msgid "You currently have no open pull requests."
3783 msgstr ""
3781 msgstr ""
3784
3782
3785 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3783 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:77
3786 msgid "Pull Requests You Participate In"
3784 msgid "Pull Requests You Participate In"
3787 msgstr ""
3785 msgstr ""
3788
3786
3789 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3787 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:125
3790 #, python-format
3791 msgid "Pull request #%s opened by %s on %s"
3792 msgstr ""
3793
3794 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
3795 msgid "There are currently no open pull requests requiring your participation."
3788 msgid "There are currently no open pull requests requiring your participation."
3796 msgstr ""
3789 msgstr ""
3797
3790
@@ -3972,12 +3965,12 b' msgstr ""'
3972
3965
3973 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
3966 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
3974 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
3967 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
3975 #: rhodecode/templates/base/base.html:80 rhodecode/templates/base/base.html:150
3968 #: rhodecode/templates/base/base.html:80 rhodecode/templates/base/base.html:152
3976 msgid "Repository groups"
3969 msgid "Repository groups"
3977 msgstr ""
3970 msgstr ""
3978
3971
3979 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
3972 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
3980 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:13
3973 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:15
3981 msgid "Group Name"
3974 msgid "Group Name"
3982 msgstr ""
3975 msgstr ""
3983
3976
@@ -4008,7 +4001,7 b' msgstr ""'
4008 #: rhodecode/templates/admin/repos/repo_edit.html:39
4001 #: rhodecode/templates/admin/repos/repo_edit.html:39
4009 #: rhodecode/templates/admin/settings/settings.html:14
4002 #: rhodecode/templates/admin/settings/settings.html:14
4010 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4003 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4011 #: rhodecode/templates/base/base.html:86 rhodecode/templates/base/base.html:248
4004 #: rhodecode/templates/base/base.html:86 rhodecode/templates/base/base.html:250
4012 msgid "Settings"
4005 msgid "Settings"
4013 msgstr ""
4006 msgstr ""
4014
4007
@@ -4101,7 +4094,7 b' msgstr ""'
4101 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4094 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4102 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4095 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4103 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4096 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4104 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
4097 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
4105 msgid "owner"
4098 msgid "owner"
4106 msgstr ""
4099 msgstr ""
4107
4100
@@ -4144,24 +4137,24 b' msgstr ""'
4144 msgid "Set or revoke permissions to selected types of children of this group, including non-private repositories and other groups if chosen."
4137 msgid "Set or revoke permissions to selected types of children of this group, including non-private repositories and other groups if chosen."
4145 msgstr ""
4138 msgstr ""
4146
4139
4147 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:4
4140 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:6
4148 #, python-format
4141 #, python-format
4149 msgid "Settings for Repository Group: %s"
4142 msgid "Settings for Repository Group: %s"
4150 msgstr ""
4143 msgstr ""
4151
4144
4152 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:25
4145 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:36
4153 msgid "Change Repository Group Owner."
4146 msgid "Change owner of this repository group."
4154 msgstr ""
4155
4156 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:39
4157 msgid "Group parent"
4158 msgstr ""
4159
4160 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:47
4161 msgid "Enable Repository Locking"
4162 msgstr ""
4147 msgstr ""
4163
4148
4164 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4149 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4150 msgid "Group parent"
4151 msgstr ""
4152
4153 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:59
4154 msgid "Enable Repository Locking"
4155 msgstr ""
4156
4157 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:63
4165 msgid "Repository locking will be enabled on all subgroups and repositories inside this repository group. Pulling from a repository locks it, and it is unlocked by pushing back by the same user."
4158 msgid "Repository locking will be enabled on all subgroups and repositories inside this repository group. Pulling from a repository locks it, and it is unlocked by pushing back by the same user."
4166 msgstr ""
4159 msgstr ""
4167
4160
@@ -4186,7 +4179,7 b' msgid "Import Existing Repository ?"'
4186 msgstr ""
4179 msgstr ""
4187
4180
4188 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4181 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4189 #: rhodecode/templates/base/base.html:195
4182 #: rhodecode/templates/base/base.html:197
4190 msgid "Clone from"
4183 msgid "Clone from"
4191 msgstr ""
4184 msgstr ""
4192
4185
@@ -4195,7 +4188,7 b' msgid "Optional http[s] URL from which t'
4195 msgstr ""
4188 msgstr ""
4196
4189
4197 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4190 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4198 #: rhodecode/templates/admin/repos/repo_edit_settings.html:87
4191 #: rhodecode/templates/admin/repos/repo_edit_settings.html:100
4199 #: rhodecode/templates/forks/fork.html:52
4192 #: rhodecode/templates/forks/fork.html:52
4200 msgid "Keep it short and to the point. Use a README file for longer descriptions."
4193 msgid "Keep it short and to the point. Use a README file for longer descriptions."
4201 msgstr ""
4194 msgstr ""
@@ -4205,7 +4198,7 b' msgid "Repository Group"'
4205 msgstr ""
4198 msgstr ""
4206
4199
4207 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4200 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4208 #: rhodecode/templates/admin/repos/repo_edit_settings.html:58
4201 #: rhodecode/templates/admin/repos/repo_edit_settings.html:61
4209 #: rhodecode/templates/forks/fork.html:63
4202 #: rhodecode/templates/forks/fork.html:63
4210 #, python-format
4203 #, python-format
4211 msgid "Select my personal group (%(repo_group_name)s)"
4204 msgid "Select my personal group (%(repo_group_name)s)"
@@ -4225,7 +4218,7 b' msgid "Set the type of repository to cre'
4225 msgstr ""
4218 msgstr ""
4226
4219
4227 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4220 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4228 #: rhodecode/templates/admin/repos/repo_edit_settings.html:65
4221 #: rhodecode/templates/admin/repos/repo_edit_settings.html:68
4229 #: rhodecode/templates/forks/fork.html:71
4222 #: rhodecode/templates/forks/fork.html:71
4230 msgid "Landing commit"
4223 msgid "Landing commit"
4231 msgstr ""
4224 msgstr ""
@@ -4424,7 +4417,7 b' msgstr ""'
4424
4417
4425 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4418 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4426 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4419 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4427 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:38
4420 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:51
4428 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4421 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4429 #: rhodecode/templates/admin/users/user_add.html:97
4422 #: rhodecode/templates/admin/users/user_add.html:97
4430 #: rhodecode/templates/admin/users/user_edit_profile.html:90
4423 #: rhodecode/templates/admin/users/user_edit_profile.html:90
@@ -4535,99 +4528,99 b' msgstr ""'
4535 msgid "This repository does not have any remote mirror url set."
4528 msgid "This repository does not have any remote mirror url set."
4536 msgstr ""
4529 msgstr ""
4537
4530
4538 #: rhodecode/templates/admin/repos/repo_edit_settings.html:3
4531 #: rhodecode/templates/admin/repos/repo_edit_settings.html:6
4539 #, python-format
4532 #, python-format
4540 msgid "Settings for Repository: %s"
4533 msgid "Settings for Repository: %s"
4541 msgstr ""
4534 msgstr ""
4542
4535
4543 #: rhodecode/templates/admin/repos/repo_edit_settings.html:16
4544 msgid "Non-changeable id"
4545 msgstr ""
4546
4547 #: rhodecode/templates/admin/repos/repo_edit_settings.html:16
4548 msgid "what is that ?"
4549 msgstr ""
4550
4551 #: rhodecode/templates/admin/repos/repo_edit_settings.html:18
4552 msgid "URL by id"
4553 msgstr ""
4554
4555 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4536 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4537 msgid "Non-changeable id"
4538 msgstr ""
4539
4540 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4541 msgid "what is that ?"
4542 msgstr ""
4543
4544 #: rhodecode/templates/admin/repos/repo_edit_settings.html:21
4545 msgid "URL by id"
4546 msgstr ""
4547
4548 #: rhodecode/templates/admin/repos/repo_edit_settings.html:22
4556 msgid ""
4549 msgid ""
4557 "In case this repository is renamed or moved into another group the repository url changes.\n"
4550 "In case this repository is renamed or moved into another group the repository url changes.\n"
4558 " Using above url guarantees that this repository will always be accessible under such url.\n"
4551 " Using above url guarantees that this repository will always be accessible under such url.\n"
4559 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4552 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4560 msgstr ""
4553 msgstr ""
4561
4554
4562 #: rhodecode/templates/admin/repos/repo_edit_settings.html:27
4555 #: rhodecode/templates/admin/repos/repo_edit_settings.html:30
4563 msgid "Remote uri"
4556 msgid "Remote uri"
4564 msgstr ""
4557 msgstr ""
4565
4558
4566 #: rhodecode/templates/admin/repos/repo_edit_settings.html:33
4567 #: rhodecode/templates/base/perms_summary.html:80
4568 #: rhodecode/templates/base/perms_summary.html:142
4569 #: rhodecode/templates/base/perms_summary.html:144
4570 #: rhodecode/templates/debug_style/form-elements.html:45
4571 msgid "edit"
4572 msgstr ""
4573
4574 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4559 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4560 #: rhodecode/templates/base/perms_summary.html:79
4561 #: rhodecode/templates/base/perms_summary.html:149
4562 #: rhodecode/templates/base/perms_summary.html:151
4563 #: rhodecode/templates/debug_style/form-elements.html:45
4564 msgid "edit"
4565 msgstr ""
4566
4567 #: rhodecode/templates/admin/repos/repo_edit_settings.html:39
4575 msgid "new value, leave empty to remove"
4568 msgid "new value, leave empty to remove"
4576 msgstr ""
4569 msgstr ""
4577
4570
4578 #: rhodecode/templates/admin/repos/repo_edit_settings.html:38
4571 #: rhodecode/templates/admin/repos/repo_edit_settings.html:41
4579 msgid "cancel"
4572 msgid "cancel"
4580 msgstr ""
4573 msgstr ""
4581
4574
4582 #: rhodecode/templates/admin/repos/repo_edit_settings.html:45
4575 #: rhodecode/templates/admin/repos/repo_edit_settings.html:48
4583 msgid "http[s] url where from repository was imported, also used for doing remote pulls."
4576 msgid "http[s] url where from repository was imported, also used for doing remote pulls."
4584 msgstr ""
4577 msgstr ""
4585
4578
4586 #: rhodecode/templates/admin/repos/repo_edit_settings.html:53
4579 #: rhodecode/templates/admin/repos/repo_edit_settings.html:56
4587 #: rhodecode/templates/data_table/_dt_elements.html:158
4580 #: rhodecode/templates/data_table/_dt_elements.html:158
4588 #: rhodecode/templates/forks/fork.html:58
4581 #: rhodecode/templates/forks/fork.html:58
4589 msgid "Repository group"
4582 msgid "Repository group"
4590 msgstr ""
4583 msgstr ""
4591
4584
4592 #: rhodecode/templates/admin/repos/repo_edit_settings.html:60
4585 #: rhodecode/templates/admin/repos/repo_edit_settings.html:63
4593 msgid "Optional select a group to put this repository into."
4586 msgid "Optional select a group to put this repository into."
4594 msgstr ""
4587 msgstr ""
4595
4588
4596 #: rhodecode/templates/admin/repos/repo_edit_settings.html:69
4589 #: rhodecode/templates/admin/repos/repo_edit_settings.html:72
4597 #: rhodecode/templates/forks/fork.html:75
4590 #: rhodecode/templates/forks/fork.html:75
4598 msgid "Default commit for files page, downloads, whoosh and readme"
4591 msgid "Default commit for files page, downloads, whoosh and readme"
4599 msgstr ""
4592 msgstr ""
4600
4593
4601 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
4594 #: rhodecode/templates/admin/repos/repo_edit_settings.html:90
4602 msgid "Change owner of this repository."
4595 msgid "Change owner of this repository."
4603 msgstr ""
4596 msgstr ""
4604
4597
4605 #: rhodecode/templates/admin/repos/repo_edit_settings.html:93
4606 #: rhodecode/templates/data_table/_dt_elements.html:58
4607 msgid "Private repository"
4608 msgstr ""
4609
4610 #: rhodecode/templates/admin/repos/repo_edit_settings.html:102
4611 msgid "Enable statistics"
4612 msgstr ""
4613
4614 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4598 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4615 msgid "Enable statistics window on summary page."
4599 #: rhodecode/templates/data_table/_dt_elements.html:58
4616 msgstr ""
4600 msgid "Private repository"
4617
4618 #: rhodecode/templates/admin/repos/repo_edit_settings.html:111
4619 msgid "Enable downloads"
4620 msgstr ""
4601 msgstr ""
4621
4602
4622 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4603 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4623 msgid "Enable download menu on summary page."
4604 msgid "Enable statistics"
4624 msgstr ""
4605 msgstr ""
4625
4606
4626 #: rhodecode/templates/admin/repos/repo_edit_settings.html:120
4607 #: rhodecode/templates/admin/repos/repo_edit_settings.html:119
4627 msgid "Enable automatic locking"
4608 msgid "Enable statistics window on summary page."
4628 msgstr ""
4609 msgstr ""
4629
4610
4630 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4611 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4612 msgid "Enable downloads"
4613 msgstr ""
4614
4615 #: rhodecode/templates/admin/repos/repo_edit_settings.html:128
4616 msgid "Enable download menu on summary page."
4617 msgstr ""
4618
4619 #: rhodecode/templates/admin/repos/repo_edit_settings.html:133
4620 msgid "Enable automatic locking"
4621 msgstr ""
4622
4623 #: rhodecode/templates/admin/repos/repo_edit_settings.html:137
4631 msgid "Enable automatic locking on repository. Pulling from this repository creates a lock that can be released by pushing back by the same user"
4624 msgid "Enable automatic locking on repository. Pulling from this repository creates a lock that can be released by pushing back by the same user"
4632 msgstr ""
4625 msgstr ""
4633
4626
@@ -4747,14 +4740,6 b' msgstr ""'
4747 msgid "Branding"
4740 msgid "Branding"
4748 msgstr ""
4741 msgstr ""
4749
4742
4750 #: rhodecode/templates/admin/settings/settings_global.html:9
4751 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4752 #: rhodecode/templates/email_templates/pull_request_review.mako:65
4753 #: rhodecode/templates/pullrequests/pullrequest.html:38
4754 #: rhodecode/templates/pullrequests/pullrequests.html:104
4755 msgid "Title"
4756 msgstr ""
4757
4758 #: rhodecode/templates/admin/settings/settings_global.html:16
4743 #: rhodecode/templates/admin/settings/settings_global.html:16
4759 msgid "Set a custom title for your RhodeCode instance (limited to 40 characters)."
4744 msgid "Set a custom title for your RhodeCode instance (limited to 40 characters)."
4760 msgstr ""
4745 msgstr ""
@@ -4910,6 +4895,7 b' msgid "Last %(size)s bytes of process lo'
4910 msgstr ""
4895 msgstr ""
4911
4896
4912 #: rhodecode/templates/admin/settings/settings_system.html:4
4897 #: rhodecode/templates/admin/settings/settings_system.html:4
4898 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:4
4913 msgid "RhodeCode Enterprise version"
4899 msgid "RhodeCode Enterprise version"
4914 msgstr ""
4900 msgstr ""
4915
4901
@@ -4918,6 +4904,7 b' msgid "check for updates"'
4918 msgstr ""
4904 msgstr ""
4919
4905
4920 #: rhodecode/templates/admin/settings/settings_system.html:5
4906 #: rhodecode/templates/admin/settings/settings_system.html:5
4907 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:5
4921 msgid "Upgrade info endpoint"
4908 msgid "Upgrade info endpoint"
4922 msgstr ""
4909 msgstr ""
4923
4910
@@ -4926,50 +4913,62 b' msgid "Note: please make sure this serve'
4926 msgstr ""
4913 msgstr ""
4927
4914
4928 #: rhodecode/templates/admin/settings/settings_system.html:6
4915 #: rhodecode/templates/admin/settings/settings_system.html:6
4916 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:6
4929 msgid "Configuration INI file"
4917 msgid "Configuration INI file"
4930 msgstr ""
4918 msgstr ""
4931
4919
4932 #: rhodecode/templates/admin/settings/settings_system.html:8
4920 #: rhodecode/templates/admin/settings/settings_system.html:8
4921 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:8
4933 msgid "RhodeCode Enterprise Server IP"
4922 msgid "RhodeCode Enterprise Server IP"
4934 msgstr ""
4923 msgstr ""
4935
4924
4936 #: rhodecode/templates/admin/settings/settings_system.html:9
4925 #: rhodecode/templates/admin/settings/settings_system.html:9
4926 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:9
4937 msgid "RhodeCode Enterprise Server ID"
4927 msgid "RhodeCode Enterprise Server ID"
4938 msgstr ""
4928 msgstr ""
4939
4929
4940 #: rhodecode/templates/admin/settings/settings_system.html:10
4930 #: rhodecode/templates/admin/settings/settings_system.html:10
4931 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:10
4941 msgid "Platform"
4932 msgid "Platform"
4942 msgstr ""
4933 msgstr ""
4943
4934
4944 #: rhodecode/templates/admin/settings/settings_system.html:11
4935 #: rhodecode/templates/admin/settings/settings_system.html:11
4936 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:11
4945 msgid "Uptime"
4937 msgid "Uptime"
4946 msgstr ""
4938 msgstr ""
4947
4939
4948 #: rhodecode/templates/admin/settings/settings_system.html:12
4940 #: rhodecode/templates/admin/settings/settings_system.html:12
4941 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:12
4949 msgid "Storage location"
4942 msgid "Storage location"
4950 msgstr ""
4943 msgstr ""
4951
4944
4952 #: rhodecode/templates/admin/settings/settings_system.html:13
4945 #: rhodecode/templates/admin/settings/settings_system.html:13
4946 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:13
4953 msgid "Storage disk space"
4947 msgid "Storage disk space"
4954 msgstr ""
4948 msgstr ""
4955
4949
4956 #: rhodecode/templates/admin/settings/settings_system.html:15
4950 #: rhodecode/templates/admin/settings/settings_system.html:15
4951 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:15
4957 msgid "Search index storage"
4952 msgid "Search index storage"
4958 msgstr ""
4953 msgstr ""
4959
4954
4960 #: rhodecode/templates/admin/settings/settings_system.html:16
4955 #: rhodecode/templates/admin/settings/settings_system.html:16
4956 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:16
4961 msgid "Search index size"
4957 msgid "Search index size"
4962 msgstr ""
4958 msgstr ""
4963
4959
4964 #: rhodecode/templates/admin/settings/settings_system.html:18
4960 #: rhodecode/templates/admin/settings/settings_system.html:18
4961 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:18
4965 msgid "Gist storage"
4962 msgid "Gist storage"
4966 msgstr ""
4963 msgstr ""
4967
4964
4968 #: rhodecode/templates/admin/settings/settings_system.html:19
4965 #: rhodecode/templates/admin/settings/settings_system.html:19
4966 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:19
4969 msgid "Gist storage size"
4967 msgid "Gist storage size"
4970 msgstr ""
4968 msgstr ""
4971
4969
4972 #: rhodecode/templates/admin/settings/settings_system.html:21
4970 #: rhodecode/templates/admin/settings/settings_system.html:21
4971 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:21
4973 msgid "Archive cache"
4972 msgid "Archive cache"
4974 msgstr ""
4973 msgstr ""
4975
4974
@@ -4978,46 +4977,57 b' msgid "Enable this by setting archive_ca'
4978 msgstr ""
4977 msgstr ""
4979
4978
4980 #: rhodecode/templates/admin/settings/settings_system.html:22
4979 #: rhodecode/templates/admin/settings/settings_system.html:22
4980 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:22
4981 msgid "Archive cache size"
4981 msgid "Archive cache size"
4982 msgstr ""
4982 msgstr ""
4983
4983
4984 #: rhodecode/templates/admin/settings/settings_system.html:24
4984 #: rhodecode/templates/admin/settings/settings_system.html:24
4985 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:24
4985 msgid "System memory"
4986 msgid "System memory"
4986 msgstr ""
4987 msgstr ""
4987
4988
4988 #: rhodecode/templates/admin/settings/settings_system.html:25
4989 #: rhodecode/templates/admin/settings/settings_system.html:25
4990 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:25
4989 msgid "CPU"
4991 msgid "CPU"
4990 msgstr ""
4992 msgstr ""
4991
4993
4992 #: rhodecode/templates/admin/settings/settings_system.html:26
4994 #: rhodecode/templates/admin/settings/settings_system.html:26
4995 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:26
4993 msgid "Load"
4996 msgid "Load"
4994 msgstr ""
4997 msgstr ""
4995
4998
4996 #: rhodecode/templates/admin/settings/settings_system.html:29
4999 #: rhodecode/templates/admin/settings/settings_system.html:29
5000 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:29
4997 msgid "Python version"
5001 msgid "Python version"
4998 msgstr ""
5002 msgstr ""
4999
5003
5000 #: rhodecode/templates/admin/settings/settings_system.html:30
5004 #: rhodecode/templates/admin/settings/settings_system.html:30
5005 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:30
5001 msgid "Python path"
5006 msgid "Python path"
5002 msgstr ""
5007 msgstr ""
5003
5008
5004 #: rhodecode/templates/admin/settings/settings_system.html:31
5009 #: rhodecode/templates/admin/settings/settings_system.html:31
5010 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:31
5005 msgid "GIT version"
5011 msgid "GIT version"
5006 msgstr ""
5012 msgstr ""
5007
5013
5008 #: rhodecode/templates/admin/settings/settings_system.html:32
5014 #: rhodecode/templates/admin/settings/settings_system.html:32
5015 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:32
5009 msgid "HG version"
5016 msgid "HG version"
5010 msgstr ""
5017 msgstr ""
5011
5018
5012 #: rhodecode/templates/admin/settings/settings_system.html:33
5019 #: rhodecode/templates/admin/settings/settings_system.html:33
5020 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:33
5013 msgid "SVN version"
5021 msgid "SVN version"
5014 msgstr ""
5022 msgstr ""
5015
5023
5016 #: rhodecode/templates/admin/settings/settings_system.html:34
5024 #: rhodecode/templates/admin/settings/settings_system.html:34
5025 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:34
5017 msgid "Database"
5026 msgid "Database"
5018 msgstr ""
5027 msgstr ""
5019
5028
5020 #: rhodecode/templates/admin/settings/settings_system.html:35
5029 #: rhodecode/templates/admin/settings/settings_system.html:35
5030 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:35
5021 msgid "Database version"
5031 msgid "Database version"
5022 msgstr ""
5032 msgstr ""
5023
5033
@@ -5025,7 +5035,11 b' msgstr ""'
5025 msgid "Checking for updates..."
5035 msgid "Checking for updates..."
5026 msgstr ""
5036 msgstr ""
5027
5037
5028 #: rhodecode/templates/admin/settings/settings_system.html:61
5038 #: rhodecode/templates/admin/settings/settings_system.html:49
5039 msgid "create snapshot"
5040 msgstr ""
5041
5042 #: rhodecode/templates/admin/settings/settings_system.html:64
5029 msgid "Python Packages"
5043 msgid "Python Packages"
5030 msgstr ""
5044 msgstr ""
5031
5045
@@ -5197,7 +5211,7 b' msgstr ""'
5197
5211
5198 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5212 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5199 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5213 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5200 #: rhodecode/templates/base/base.html:82 rhodecode/templates/base/base.html:153
5214 #: rhodecode/templates/base/base.html:82 rhodecode/templates/base/base.html:155
5201 msgid "User groups"
5215 msgid "User groups"
5202 msgstr ""
5216 msgstr ""
5203
5217
@@ -5207,12 +5221,12 b' msgid "Add User Group"'
5207 msgstr ""
5221 msgstr ""
5208
5222
5209 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5223 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5210 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:12
5224 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:15
5211 msgid "Group name"
5225 msgid "Group name"
5212 msgstr ""
5226 msgstr ""
5213
5227
5214 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5228 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5215 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:33
5229 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5216 msgid "Short, optional description for this user group."
5230 msgid "Short, optional description for this user group."
5217 msgstr ""
5231 msgstr ""
5218
5232
@@ -5233,7 +5247,6 b' msgstr ""'
5233
5247
5234 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5248 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5235 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5249 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5236 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5237 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5250 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5238 #: rhodecode/templates/debug_style/form-elements.html:509
5251 #: rhodecode/templates/debug_style/form-elements.html:509
5239 msgid "Members"
5252 msgid "Members"
@@ -5248,7 +5261,7 b' msgid "Assigned to repo groups"'
5248 msgstr ""
5261 msgstr ""
5249
5262
5250 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5263 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5251 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:3
5264 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:6
5252 #, python-format
5265 #, python-format
5253 msgid "User Group: %s"
5266 msgid "User Group: %s"
5254 msgstr ""
5267 msgstr ""
@@ -5284,32 +5297,36 b' msgstr ""'
5284 msgid "revoke"
5297 msgid "revoke"
5285 msgstr ""
5298 msgstr ""
5286
5299
5287 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
5300 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:36
5288 msgid "Change owner of this user group."
5301 msgid "Change owner of this user group."
5289 msgstr ""
5302 msgstr ""
5290
5303
5291 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:50
5304 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:59
5305 #: rhodecode/templates/base/base.html:257
5306 #: rhodecode/templates/base/base.html:399
5307 #: rhodecode/templates/search/search.html:64
5308 msgid "Search"
5309 msgstr ""
5310
5311 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5292 #: rhodecode/templates/debug_style/form-elements.html:513
5312 #: rhodecode/templates/debug_style/form-elements.html:513
5293 #: rhodecode/templates/debug_style/form-elements.html:571
5313 #: rhodecode/templates/debug_style/form-elements.html:571
5294 #: rhodecode/templates/debug_style/forms.html:236
5314 #: rhodecode/templates/debug_style/forms.html:236
5295 msgid "Chosen group members"
5315 msgid "Chosen group members"
5296 msgstr ""
5316 msgstr ""
5297
5317
5298 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:53
5318 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:69
5299 #: rhodecode/templates/debug_style/form-elements.html:525
5319 #: rhodecode/templates/debug_style/form-elements.html:525
5300 #: rhodecode/templates/debug_style/form-elements.html:575
5320 #: rhodecode/templates/debug_style/form-elements.html:575
5301 #: rhodecode/templates/debug_style/forms.html:240
5321 #: rhodecode/templates/debug_style/forms.html:240
5302 msgid "Remove all elements"
5322 msgid "Remove all elements"
5303 msgstr ""
5323 msgstr ""
5304
5324
5305 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:63
5325 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:79
5306 #: rhodecode/templates/debug_style/form-elements.html:535
5326 msgid "Available users"
5307 #: rhodecode/templates/debug_style/form-elements.html:585
5327 msgstr ""
5308 #: rhodecode/templates/debug_style/forms.html:250
5328
5309 msgid "Available members"
5329 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:83
5310 msgstr ""
5311
5312 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5313 #: rhodecode/templates/debug_style/form-elements.html:543
5330 #: rhodecode/templates/debug_style/form-elements.html:543
5314 #: rhodecode/templates/debug_style/form-elements.html:593
5331 #: rhodecode/templates/debug_style/form-elements.html:593
5315 #: rhodecode/templates/debug_style/forms.html:258
5332 #: rhodecode/templates/debug_style/forms.html:258
@@ -5361,7 +5378,7 b' msgid ""'
5361 "User will be automatically set as this group owner."
5378 "User will be automatically set as this group owner."
5362 msgstr ""
5379 msgstr ""
5363
5380
5364 #: rhodecode/templates/admin/users/user_add.html:137
5381 #: rhodecode/templates/admin/users/user_add.html:136
5365 msgid "generated password:"
5382 msgid "generated password:"
5366 msgstr ""
5383 msgstr ""
5367
5384
@@ -5598,40 +5615,40 b' msgstr ""'
5598 msgid "Show More"
5615 msgid "Show More"
5599 msgstr ""
5616 msgstr ""
5600
5617
5601 #: rhodecode/templates/base/base.html:187
5618 #: rhodecode/templates/base/base.html:189
5602 msgid "Fork of"
5619 msgid "Fork of"
5603 msgstr ""
5620 msgstr ""
5604
5621
5605 #: rhodecode/templates/base/base.html:204
5622 #: rhodecode/templates/base/base.html:206
5606 #, python-format
5623 #, python-format
5607 msgid "Repository locked by %(user)s"
5624 msgid "Repository locked by %(user)s"
5608 msgstr ""
5625 msgstr ""
5609
5626
5610 #: rhodecode/templates/base/base.html:209
5627 #: rhodecode/templates/base/base.html:211
5611 msgid "Repository not locked. Pull repository to lock it."
5628 msgid "Repository not locked. Pull repository to lock it."
5612 msgstr ""
5629 msgstr ""
5613
5630
5614 #: rhodecode/templates/base/base.html:227
5631 #: rhodecode/templates/base/base.html:229
5615 #: rhodecode/templates/data_table/_dt_elements.html:12
5632 #: rhodecode/templates/data_table/_dt_elements.html:12
5616 #: rhodecode/templates/data_table/_dt_elements.html:13
5633 #: rhodecode/templates/data_table/_dt_elements.html:13
5617 #: rhodecode/templates/data_table/_dt_elements.html:147
5634 #: rhodecode/templates/data_table/_dt_elements.html:147
5618 msgid "Summary"
5635 msgid "Summary"
5619 msgstr ""
5636 msgstr ""
5620
5637
5621 #: rhodecode/templates/base/base.html:228
5638 #: rhodecode/templates/base/base.html:230
5622 #: rhodecode/templates/data_table/_dt_elements.html:17
5639 #: rhodecode/templates/data_table/_dt_elements.html:17
5623 #: rhodecode/templates/data_table/_dt_elements.html:18
5640 #: rhodecode/templates/data_table/_dt_elements.html:18
5624 msgid "Changelog"
5641 msgid "Changelog"
5625 msgstr ""
5642 msgstr ""
5626
5643
5627 #: rhodecode/templates/base/base.html:229
5644 #: rhodecode/templates/base/base.html:231
5628 #: rhodecode/templates/data_table/_dt_elements.html:22
5645 #: rhodecode/templates/data_table/_dt_elements.html:22
5629 #: rhodecode/templates/data_table/_dt_elements.html:23
5646 #: rhodecode/templates/data_table/_dt_elements.html:23
5630 #: rhodecode/templates/files/files.html:15
5647 #: rhodecode/templates/files/files.html:15
5631 msgid "Files"
5648 msgid "Files"
5632 msgstr ""
5649 msgstr ""
5633
5650
5634 #: rhodecode/templates/base/base.html:231
5651 #: rhodecode/templates/base/base.html:233
5635 #: rhodecode/templates/bookmarks/bookmarks.html:68
5652 #: rhodecode/templates/bookmarks/bookmarks.html:68
5636 #: rhodecode/templates/branches/branches.html:67
5653 #: rhodecode/templates/branches/branches.html:67
5637 #: rhodecode/templates/files/file_diff.html:11
5654 #: rhodecode/templates/files/file_diff.html:11
@@ -5640,111 +5657,105 b' msgstr ""'
5640 msgid "Compare"
5657 msgid "Compare"
5641 msgstr ""
5658 msgstr ""
5642
5659
5643 #: rhodecode/templates/base/base.html:236
5660 #: rhodecode/templates/base/base.html:238
5644 #, python-format
5661 #, python-format
5645 msgid "Show Pull Requests for %s"
5662 msgid "Show Pull Requests for %s"
5646 msgstr ""
5663 msgstr ""
5647
5664
5648 #: rhodecode/templates/base/base.html:245
5665 #: rhodecode/templates/base/base.html:247
5649 msgid "Options"
5666 msgid "Options"
5650 msgstr ""
5667 msgstr ""
5651
5668
5652 #: rhodecode/templates/base/base.html:252
5669 #: rhodecode/templates/base/base.html:254
5653 #: rhodecode/templates/forks/forks_data.html:28
5670 #: rhodecode/templates/forks/forks_data.html:30
5654 msgid "Compare fork"
5671 msgid "Compare fork"
5655 msgstr ""
5672 msgstr ""
5656
5673
5657 #: rhodecode/templates/base/base.html:255
5658 #: rhodecode/templates/base/base.html:397
5659 #: rhodecode/templates/search/search.html:64
5660 msgid "Search"
5661 msgstr ""
5662
5663 #: rhodecode/templates/base/base.html:259
5664 msgid "Unlock"
5665 msgstr ""
5666
5667 #: rhodecode/templates/base/base.html:261
5674 #: rhodecode/templates/base/base.html:261
5675 msgid "Unlock"
5676 msgstr ""
5677
5678 #: rhodecode/templates/base/base.html:263
5668 msgid "Lock"
5679 msgid "Lock"
5669 msgstr ""
5680 msgstr ""
5670
5681
5671 #: rhodecode/templates/base/base.html:266
5682 #: rhodecode/templates/base/base.html:268
5672 #: rhodecode/templates/data_table/_dt_elements.html:27
5683 #: rhodecode/templates/data_table/_dt_elements.html:27
5673 #: rhodecode/templates/data_table/_dt_elements.html:28
5684 #: rhodecode/templates/data_table/_dt_elements.html:28
5674 #: rhodecode/templates/forks/forks_data.html:7
5685 #: rhodecode/templates/forks/forks_data.html:8
5675 #: rhodecode/templates/summary/components.html:103
5686 #: rhodecode/templates/summary/components.html:103
5676 msgid "Fork"
5687 msgid "Fork"
5677 msgid_plural "Forks"
5688 msgid_plural "Forks"
5678 msgstr[0] ""
5689 msgstr[0] ""
5679 msgstr[1] ""
5690 msgstr[1] ""
5680
5691
5681 #: rhodecode/templates/base/base.html:267
5692 #: rhodecode/templates/base/base.html:269
5682 msgid "Create Pull Request"
5693 msgid "Create Pull Request"
5683 msgstr ""
5694 msgstr ""
5684
5695
5685 #: rhodecode/templates/base/base.html:289
5696 #: rhodecode/templates/base/base.html:291
5686 msgid "Sign in"
5697 msgid "Sign in"
5687 msgstr ""
5698 msgstr ""
5688
5699
5689 #: rhodecode/templates/base/base.html:297
5700 #: rhodecode/templates/base/base.html:299
5690 #: rhodecode/templates/debug_style/login.html:28
5701 #: rhodecode/templates/debug_style/login.html:28
5691 msgid "Sign in to your account"
5702 msgid "Sign in to your account"
5692 msgstr ""
5703 msgstr ""
5693
5704
5694 #: rhodecode/templates/base/base.html:313
5705 #: rhodecode/templates/base/base.html:315
5695 #: rhodecode/templates/debug_style/login.html:46
5706 #: rhodecode/templates/debug_style/login.html:46
5696 msgid "(Forgot password?)"
5707 msgid "(Forgot password?)"
5697 msgstr ""
5708 msgstr ""
5698
5709
5699 #: rhodecode/templates/base/base.html:322
5710 #: rhodecode/templates/base/base.html:324
5700 #: rhodecode/templates/debug_style/login.html:56
5711 #: rhodecode/templates/debug_style/login.html:56
5701 msgid "Don't have an account ?"
5712 msgid "Don't have an account ?"
5702 msgstr ""
5713 msgstr ""
5703
5714
5704 #: rhodecode/templates/base/base.html:343
5715 #: rhodecode/templates/base/base.html:345
5705 msgid "Sign Out"
5716 msgid "Sign Out"
5706 msgstr ""
5717 msgstr ""
5707
5718
5708 #: rhodecode/templates/base/base.html:379
5719 #: rhodecode/templates/base/base.html:381
5709 msgid "Show activity journal"
5720 msgid "Show activity journal"
5710 msgstr ""
5721 msgstr ""
5711
5722
5712 #: rhodecode/templates/base/base.html:380
5723 #: rhodecode/templates/base/base.html:382
5713 #: rhodecode/templates/journal/journal.html:4
5724 #: rhodecode/templates/journal/journal.html:4
5714 #: rhodecode/templates/journal/journal.html:14
5725 #: rhodecode/templates/journal/journal.html:14
5715 msgid "Journal"
5726 msgid "Journal"
5716 msgstr ""
5727 msgstr ""
5717
5728
5718 #: rhodecode/templates/base/base.html:385
5729 #: rhodecode/templates/base/base.html:387
5719 msgid "Show Public activity journal"
5730 msgid "Show Public activity journal"
5720 msgstr ""
5731 msgstr ""
5721
5732
5722 #: rhodecode/templates/base/base.html:386
5733 #: rhodecode/templates/base/base.html:388
5723 msgid "Public journal"
5734 msgid "Public journal"
5724 msgstr ""
5735 msgstr ""
5725
5736
5726 #: rhodecode/templates/base/base.html:391
5737 #: rhodecode/templates/base/base.html:393
5727 msgid "Show Gists"
5738 msgid "Show Gists"
5728 msgstr ""
5739 msgstr ""
5729
5740
5730 #: rhodecode/templates/base/base.html:392
5741 #: rhodecode/templates/base/base.html:394
5731 msgid "Gists"
5742 msgid "Gists"
5732 msgstr ""
5743 msgstr ""
5733
5744
5734 #: rhodecode/templates/base/base.html:396
5745 #: rhodecode/templates/base/base.html:398
5735 msgid "Search in repositories you have access to"
5746 msgid "Search in repositories you have access to"
5736 msgstr ""
5747 msgstr ""
5737
5748
5738 #: rhodecode/templates/base/base.html:402
5749 #: rhodecode/templates/base/base.html:404
5739 msgid "Admin settings"
5750 msgid "Admin settings"
5740 msgstr ""
5751 msgstr ""
5741
5752
5742 #: rhodecode/templates/base/base.html:409
5753 #: rhodecode/templates/base/base.html:411
5743 msgid "Delegated Admin settings"
5754 msgid "Delegated Admin settings"
5744 msgstr ""
5755 msgstr ""
5745
5756
5746 #: rhodecode/templates/base/base.html:419
5757 #: rhodecode/templates/base/base.html:421
5747 #: rhodecode/templates/base/base.html:420
5758 #: rhodecode/templates/base/base.html:422
5748 #: rhodecode/templates/debug_style/buttons.html:5
5759 #: rhodecode/templates/debug_style/buttons.html:5
5749 #: rhodecode/templates/debug_style/code-block.html:6
5760 #: rhodecode/templates/debug_style/code-block.html:6
5750 #: rhodecode/templates/debug_style/collapsable-content.html:5
5761 #: rhodecode/templates/debug_style/collapsable-content.html:5
@@ -5765,15 +5776,15 b' msgstr ""'
5765 msgid "Style"
5776 msgid "Style"
5766 msgstr ""
5777 msgstr ""
5767
5778
5768 #: rhodecode/templates/base/base.html:474
5779 #: rhodecode/templates/base/base.html:479
5769 msgid "Go to"
5780 msgid "Go to"
5770 msgstr ""
5781 msgstr ""
5771
5782
5772 #: rhodecode/templates/base/base.html:585
5783 #: rhodecode/templates/base/base.html:590
5773 msgid "Keyboard shortcuts"
5784 msgid "Keyboard shortcuts"
5774 msgstr ""
5785 msgstr ""
5775
5786
5776 #: rhodecode/templates/base/base.html:593
5787 #: rhodecode/templates/base/base.html:598
5777 msgid "Site-wide shortcuts"
5788 msgid "Site-wide shortcuts"
5778 msgstr ""
5789 msgstr ""
5779
5790
@@ -5878,88 +5889,80 b' msgstr ""'
5878 msgid "Test Pattern Preview"
5889 msgid "Test Pattern Preview"
5879 msgstr ""
5890 msgstr ""
5880
5891
5892 #: rhodecode/templates/base/perms_summary.html:18
5893 msgid "show"
5894 msgstr ""
5895
5881 #: rhodecode/templates/base/perms_summary.html:19
5896 #: rhodecode/templates/base/perms_summary.html:19
5882 msgid "show"
5897 msgid "none"
5883 msgstr ""
5898 msgstr ""
5884
5899
5885 #: rhodecode/templates/base/perms_summary.html:20
5900 #: rhodecode/templates/base/perms_summary.html:20
5886 msgid "none"
5901 msgid "read"
5887 msgstr ""
5902 msgstr ""
5888
5903
5889 #: rhodecode/templates/base/perms_summary.html:21
5904 #: rhodecode/templates/base/perms_summary.html:21
5890 msgid "read"
5905 msgid "write"
5891 msgstr ""
5906 msgstr ""
5892
5907
5893 #: rhodecode/templates/base/perms_summary.html:22
5908 #: rhodecode/templates/base/perms_summary.html:22
5894 msgid "write"
5895 msgstr ""
5896
5897 #: rhodecode/templates/base/perms_summary.html:23
5898 msgid "admin"
5909 msgid "admin"
5899 msgstr ""
5910 msgstr ""
5900
5911
5901 #: rhodecode/templates/base/perms_summary.html:30
5912 #: rhodecode/templates/base/perms_summary.html:29
5902 msgid "No permissions defined"
5913 msgid "No permissions defined"
5903 msgstr ""
5914 msgstr ""
5904
5915
5905 #: rhodecode/templates/base/perms_summary.html:38
5916 #: rhodecode/templates/base/perms_summary.html:37
5906 #: rhodecode/templates/base/perms_summary.html:104
5917 #: rhodecode/templates/base/perms_summary.html:103
5907 msgid "Permission"
5918 msgid "Permission"
5908 msgstr ""
5919 msgstr ""
5909
5920
5910 #: rhodecode/templates/base/perms_summary.html:40
5921 #: rhodecode/templates/base/perms_summary.html:39
5911 #: rhodecode/templates/base/perms_summary.html:106
5922 #: rhodecode/templates/base/perms_summary.html:105
5912 msgid "Edit Permission"
5923 msgid "Edit Permission"
5913 msgstr ""
5924 msgstr ""
5914
5925
5915 #: rhodecode/templates/base/perms_summary.html:86
5926 #: rhodecode/templates/base/perms_summary.html:85
5916 msgid "Super admin"
5927 msgid "Super admin"
5917 msgstr ""
5928 msgstr ""
5918
5929
5930 #: rhodecode/templates/base/perms_summary.html:87
5931 msgid "Repository default permission"
5932 msgstr ""
5933
5919 #: rhodecode/templates/base/perms_summary.html:88
5934 #: rhodecode/templates/base/perms_summary.html:88
5920 msgid "Repository default permission"
5935 msgid "Repository group default permission"
5921 msgstr ""
5936 msgstr ""
5922
5937
5923 #: rhodecode/templates/base/perms_summary.html:89
5938 #: rhodecode/templates/base/perms_summary.html:89
5924 msgid "Repository group default permission"
5925 msgstr ""
5926
5927 #: rhodecode/templates/base/perms_summary.html:90
5928 msgid "User group default permission"
5939 msgid "User group default permission"
5929 msgstr ""
5940 msgstr ""
5930
5941
5942 #: rhodecode/templates/base/perms_summary.html:91
5943 msgid "Create repositories"
5944 msgstr ""
5945
5931 #: rhodecode/templates/base/perms_summary.html:92
5946 #: rhodecode/templates/base/perms_summary.html:92
5932 msgid "Create repositories"
5947 msgid "Fork repositories"
5933 msgstr ""
5948 msgstr ""
5934
5949
5935 #: rhodecode/templates/base/perms_summary.html:93
5950 #: rhodecode/templates/base/perms_summary.html:93
5936 msgid "Fork repositories"
5951 msgid "Create repository groups"
5937 msgstr ""
5952 msgstr ""
5938
5953
5939 #: rhodecode/templates/base/perms_summary.html:94
5954 #: rhodecode/templates/base/perms_summary.html:94
5940 msgid "Create repository groups"
5941 msgstr ""
5942
5943 #: rhodecode/templates/base/perms_summary.html:95
5944 msgid "Create user groups"
5955 msgid "Create user groups"
5945 msgstr ""
5956 msgstr ""
5946
5957
5947 #: rhodecode/templates/base/perms_summary.html:155
5958 #: rhodecode/templates/base/perms_summary.html:162
5948 msgid "No permission defined"
5959 msgid "No permission defined"
5949 msgstr ""
5960 msgstr ""
5950
5961
5951 #: rhodecode/templates/base/root.html:150
5962 #: rhodecode/templates/base/root.html:151
5952 msgid "Please enable JavaScript to use RhodeCode Enterprise"
5963 msgid "Please enable JavaScript to use RhodeCode Enterprise"
5953 msgstr ""
5964 msgstr ""
5954
5965
5955 #: rhodecode/templates/base/social_buttons.html:6
5956 msgid "Sign in with"
5957 msgstr ""
5958
5959 #: rhodecode/templates/base/social_buttons.html:8
5960 msgid "Connect with"
5961 msgstr ""
5962
5963 #: rhodecode/templates/base/vcs_settings.html:16
5966 #: rhodecode/templates/base/vcs_settings.html:16
5964 msgid "Require SSL for vcs operations"
5967 msgid "Require SSL for vcs operations"
5965 msgstr ""
5968 msgstr ""
@@ -6133,7 +6136,7 b' msgstr[0] ""'
6133 msgstr[1] ""
6136 msgstr[1] ""
6134
6137
6135 #: rhodecode/templates/changelog/changelog.html:41
6138 #: rhodecode/templates/changelog/changelog.html:41
6136 #: rhodecode/templates/forks/forks_data.html:26
6139 #: rhodecode/templates/forks/forks_data.html:28
6137 #, python-format
6140 #, python-format
6138 msgid "Compare fork with %s"
6141 msgid "Compare fork with %s"
6139 msgstr ""
6142 msgstr ""
@@ -6158,7 +6161,6 b' msgstr ""'
6158
6161
6159 #: rhodecode/templates/changelog/changelog.html:103
6162 #: rhodecode/templates/changelog/changelog.html:103
6160 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6163 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6161 #: rhodecode/templates/search/search_commit.html:9
6162 msgid "Age"
6164 msgid "Age"
6163 msgstr ""
6165 msgstr ""
6164
6166
@@ -6187,12 +6189,6 b' msgstr ""'
6187 msgid "Commit status: %s"
6189 msgid "Commit status: %s"
6188 msgstr ""
6190 msgstr ""
6189
6191
6190 #: rhodecode/templates/changelog/changelog.html:141
6191 #: rhodecode/templates/compare/compare_cs.html:47
6192 #: rhodecode/templates/search/search_commit.html:30
6193 msgid "Expand commit message"
6194 msgstr ""
6195
6196 #: rhodecode/templates/changelog/changelog.html:162
6192 #: rhodecode/templates/changelog/changelog.html:162
6197 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6193 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6198 msgid "Commit has comments"
6194 msgid "Commit has comments"
@@ -6599,15 +6595,15 b' msgid_plural "%(num)s files changed: %(l'
6599 msgstr[0] ""
6595 msgstr[0] ""
6600 msgstr[1] ""
6596 msgstr[1] ""
6601
6597
6602 #: rhodecode/templates/compare/compare_cs.html:5
6598 #: rhodecode/templates/compare/compare_commits.html:5
6603 msgid "No Commits"
6599 msgid "No Commits"
6604 msgstr ""
6600 msgstr ""
6605
6601
6606 #: rhodecode/templates/compare/compare_cs.html:9
6602 #: rhodecode/templates/compare/compare_commits.html:9
6607 msgid "Common Ancestor Commit"
6603 msgid "Common Ancestor Commit"
6608 msgstr ""
6604 msgstr ""
6609
6605
6610 #: rhodecode/templates/compare/compare_cs.html:20
6606 #: rhodecode/templates/compare/compare_commits.html:20
6611 msgid "Time"
6607 msgid "Time"
6612 msgstr ""
6608 msgstr ""
6613
6609
@@ -6727,6 +6723,12 b' msgstr ""'
6727 msgid "Default"
6723 msgid "Default"
6728 msgstr ""
6724 msgstr ""
6729
6725
6726 #: rhodecode/templates/debug_style/form-elements.html:535
6727 #: rhodecode/templates/debug_style/form-elements.html:585
6728 #: rhodecode/templates/debug_style/forms.html:250
6729 msgid "Available members"
6730 msgstr ""
6731
6730 #: rhodecode/templates/debug_style/forms.html:119
6732 #: rhodecode/templates/debug_style/forms.html:119
6731 msgid "Some text..."
6733 msgid "Some text..."
6732 msgstr ""
6734 msgstr ""
@@ -7208,7 +7210,7 b' msgid "Location"'
7208 msgstr ""
7210 msgstr ""
7209
7211
7210 #: rhodecode/templates/files/files_source.html:6
7212 #: rhodecode/templates/files/files_source.html:6
7211 #: rhodecode/templates/search/search_content.html:20
7213 #: rhodecode/templates/search/search_content.html:57
7212 msgid "line"
7214 msgid "line"
7213 msgid_plural "lines"
7215 msgid_plural "lines"
7214 msgstr[0] ""
7216 msgstr[0] ""
@@ -7219,22 +7221,22 b' msgid "History"'
7219 msgstr ""
7221 msgstr ""
7220
7222
7221 #: rhodecode/templates/files/files_source.html:15
7223 #: rhodecode/templates/files/files_source.html:15
7222 #: rhodecode/templates/search/search_content.html:31
7224 #: rhodecode/templates/search/search_content.html:68
7223 msgid "Show Full History"
7225 msgid "Show Full History"
7224 msgstr ""
7226 msgstr ""
7225
7227
7226 #: rhodecode/templates/files/files_source.html:20
7228 #: rhodecode/templates/files/files_source.html:20
7227 #: rhodecode/templates/search/search_content.html:33
7229 #: rhodecode/templates/search/search_content.html:70
7228 msgid "Annotation"
7230 msgid "Annotation"
7229 msgstr ""
7231 msgstr ""
7230
7232
7231 #: rhodecode/templates/files/files_source.html:22
7233 #: rhodecode/templates/files/files_source.html:22
7232 #: rhodecode/templates/search/search_content.html:34
7234 #: rhodecode/templates/search/search_content.html:71
7233 msgid "Raw"
7235 msgid "Raw"
7234 msgstr ""
7236 msgstr ""
7235
7237
7236 #: rhodecode/templates/files/files_source.html:24
7238 #: rhodecode/templates/files/files_source.html:24
7237 #: rhodecode/templates/search/search_content.html:36
7239 #: rhodecode/templates/search/search_content.html:73
7238 msgid "Download"
7240 msgid "Download"
7239 msgstr ""
7241 msgstr ""
7240
7242
@@ -7311,11 +7313,11 b' msgstr ""'
7311 msgid "Create new fork"
7313 msgid "Create new fork"
7312 msgstr ""
7314 msgstr ""
7313
7315
7314 #: rhodecode/templates/forks/forks_data.html:9
7316 #: rhodecode/templates/forks/forks_data.html:10
7315 msgid "Forked"
7317 msgid "Forked"
7316 msgstr ""
7318 msgstr ""
7317
7319
7318 #: rhodecode/templates/forks/forks_data.html:46
7320 #: rhodecode/templates/forks/forks_data.html:48
7319 msgid "There are no forks yet"
7321 msgid "There are no forks yet"
7320 msgstr ""
7322 msgstr ""
7321
7323
@@ -7383,35 +7385,35 b' msgstr ""'
7383 msgid "Add reviewer"
7385 msgid "Add reviewer"
7384 msgstr ""
7386 msgstr ""
7385
7387
7386 #: rhodecode/templates/pullrequests/pullrequest.html:278
7388 #: rhodecode/templates/pullrequests/pullrequest.html:279
7387 #: rhodecode/templates/pullrequests/pullrequest.html:520
7389 #: rhodecode/templates/pullrequests/pullrequest.html:521
7388 msgid "Please select origin and destination"
7390 msgid "Please select origin and destination"
7389 msgstr ""
7391 msgstr ""
7390
7392
7391 #: rhodecode/templates/pullrequests/pullrequest.html:284
7393 #: rhodecode/templates/pullrequests/pullrequest.html:285
7392 msgid "Loading compare ..."
7394 msgid "Loading compare ..."
7393 msgstr ""
7395 msgstr ""
7394
7396
7395 #: rhodecode/templates/pullrequests/pullrequest.html:331
7397 #: rhodecode/templates/pullrequests/pullrequest.html:332
7396 #: rhodecode/templates/pullrequests/pullrequest.html:333
7398 #: rhodecode/templates/pullrequests/pullrequest.html:334
7397 msgid "This pull request will consist of __COMMITS__ commit."
7399 msgid "This pull request will consist of __COMMITS__ commit."
7398 msgid_plural "This pull request will consist of __COMMITS__ commits."
7400 msgid_plural "This pull request will consist of __COMMITS__ commits."
7399 msgstr[0] ""
7401 msgstr[0] ""
7400 msgstr[1] ""
7402 msgstr[1] ""
7401
7403
7402 #: rhodecode/templates/pullrequests/pullrequest.html:336
7404 #: rhodecode/templates/pullrequests/pullrequest.html:337
7403 msgid "Show detailed compare."
7405 msgid "Show detailed compare."
7404 msgstr ""
7406 msgstr ""
7405
7407
7406 #: rhodecode/templates/pullrequests/pullrequest.html:343
7408 #: rhodecode/templates/pullrequests/pullrequest.html:344
7407 msgid "There are no commits to merge."
7409 msgid "There are no commits to merge."
7408 msgstr ""
7410 msgstr ""
7409
7411
7410 #: rhodecode/templates/pullrequests/pullrequest.html:450
7412 #: rhodecode/templates/pullrequests/pullrequest.html:451
7411 msgid "Destination repository"
7413 msgid "Destination repository"
7412 msgstr ""
7414 msgstr ""
7413
7415
7414 #: rhodecode/templates/pullrequests/pullrequest.html:461
7416 #: rhodecode/templates/pullrequests/pullrequest.html:462
7415 msgid "Select commit reference"
7417 msgid "Select commit reference"
7416 msgstr ""
7418 msgstr ""
7417
7419
@@ -7468,7 +7470,7 b' msgstr ""'
7468 msgid "Save Changes"
7470 msgid "Save Changes"
7469 msgstr ""
7471 msgstr ""
7470
7472
7471 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
7473 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
7472 msgid "reviewer"
7474 msgid "reviewer"
7473 msgstr ""
7475 msgstr ""
7474
7476
@@ -7531,13 +7533,13 b' msgid "Opened by me"'
7531 msgstr ""
7533 msgstr ""
7532
7534
7533 #: rhodecode/templates/pullrequests/pullrequests.html:50
7535 #: rhodecode/templates/pullrequests/pullrequests.html:50
7536 msgid "Awaiting review"
7537 msgstr ""
7538
7539 #: rhodecode/templates/pullrequests/pullrequests.html:51
7534 msgid "Awaiting my review"
7540 msgid "Awaiting my review"
7535 msgstr ""
7541 msgstr ""
7536
7542
7537 #: rhodecode/templates/pullrequests/pullrequests.html:52
7538 msgid "Awaiting review"
7539 msgstr ""
7540
7541 #: rhodecode/templates/pullrequests/pullrequests.html:53
7543 #: rhodecode/templates/pullrequests/pullrequests.html:53
7542 msgid "From this repo"
7544 msgid "From this repo"
7543 msgstr ""
7545 msgstr ""
@@ -7599,6 +7601,18 b' msgstr ""'
7599 msgid "File names"
7601 msgid "File names"
7600 msgstr ""
7602 msgstr ""
7601
7603
7604 #: rhodecode/templates/search/search_commit.html:11
7605 msgid "Age (new first)"
7606 msgstr ""
7607
7608 #: rhodecode/templates/search/search_commit.html:13
7609 msgid "Age (old first)"
7610 msgstr ""
7611
7612 #: rhodecode/templates/search/search_content.html:33
7613 msgid "more matches in this file"
7614 msgstr ""
7615
7602 #: rhodecode/templates/search/search_path.html:4
7616 #: rhodecode/templates/search/search_path.html:4
7603 msgid "File"
7617 msgid "File"
7604 msgstr ""
7618 msgstr ""
General Comments 0
You need to be logged in to leave comments. Login now