##// 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
@@ -1,7772 +1,7786 b''
1 1 # Translations template for rhodecode-enterprise-ce.
2 2 # Copyright (C) 2016 RhodeCode GmbH
3 3 # This file is distributed under the same license as the rhodecode-enterprise-ce project.
4 4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
5 5 #
6 6 #, fuzzy
7 7 msgid ""
8 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 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 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=utf-8\n"
17 17 "Content-Transfer-Encoding: 8bit\n"
18 18 "Generated-By: Babel 1.3\n"
19 19
20 #: rhodecode/authentication/routes.py:61
21 #: rhodecode/controllers/admin/settings.py:825
20 #: rhodecode/authentication/routes.py:60
21 #: rhodecode/controllers/admin/settings.py:844
22 22 #: rhodecode/templates/admin/permissions/permissions.html:36
23 23 msgid "Global"
24 24 msgstr ""
25 25
26 #: rhodecode/authentication/schema.py:35
27 msgid "Enable or disable this authentication plugin."
28 msgstr ""
29
26 30 #: rhodecode/authentication/schema.py:37
27 msgid "Enable or disable this authentication plugin."
28 msgstr ""
29
30 #: rhodecode/authentication/schema.py:39
31 31 msgid "Enabled"
32 32 msgstr ""
33 33
34 #: rhodecode/authentication/schema.py:45
34 #: rhodecode/authentication/schema.py:43
35 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 36 msgstr ""
37 37
38 #: rhodecode/authentication/schema.py:50
38 #: rhodecode/authentication/schema.py:48
39 39 msgid "Auth Cache TTL"
40 40 msgstr ""
41 41
42 #: rhodecode/authentication/views.py:108
42 #: rhodecode/authentication/views.py:88
43 43 msgid "Errors exist when saving plugin settings. Please check the form inputs."
44 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 47 msgid "Auth settings updated successfully."
48 48 msgstr ""
49 49
50 #: rhodecode/authentication/views.py:205
50 #: rhodecode/authentication/views.py:175
51 51 msgid "Errors exist when saving plugin setting. Please check the form inputs."
52 52 msgstr ""
53 53
54 #: rhodecode/authentication/views.py:215
54 #: rhodecode/authentication/views.py:185
55 55 msgid "Error occurred during update of auth settings."
56 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 285 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
59 286 #: rhodecode/controllers/pullrequests.py:279
60 287 msgid "There are no commits yet"
61 288 msgstr ""
62 289
63 290 #: rhodecode/controllers/changeset.py:77
64 291 #: rhodecode/templates/files/diff_2way.html:75
65 292 msgid "Show whitespace"
66 293 msgstr ""
67 294
68 295 #: rhodecode/controllers/changeset.py:78
69 296 msgid "Show whitespace for all diffs"
70 297 msgstr ""
71 298
72 299 #: rhodecode/controllers/changeset.py:84
73 300 #: rhodecode/templates/files/diff_2way.html:74
74 301 msgid "Ignore whitespace"
75 302 msgstr ""
76 303
77 304 #: rhodecode/controllers/changeset.py:85
78 305 msgid "Ignore whitespace for all diffs"
79 306 msgstr ""
80 307
81 308 #: rhodecode/controllers/changeset.py:141
82 309 msgid "Increase context"
83 310 msgstr ""
84 311
85 312 #: rhodecode/controllers/changeset.py:142
86 313 msgid "Increase context for all diffs"
87 314 msgstr ""
88 315
89 316 #: rhodecode/controllers/changeset.py:181 rhodecode/controllers/files.py:104
90 317 #: rhodecode/controllers/files.py:125
91 318 msgid "No such commit exists for this repository"
92 319 msgstr ""
93 320
94 321 #: rhodecode/controllers/changeset.py:335
95 #: rhodecode/controllers/pullrequests.py:744
96 #: rhodecode/model/pull_request.py:828
322 #: rhodecode/controllers/pullrequests.py:746
323 #: rhodecode/model/pull_request.py:836
97 324 #, python-format
98 325 msgid "Status change %(transition_icon)s %(status)s"
99 326 msgstr ""
100 327
101 328 #: rhodecode/controllers/changeset.py:372
102 329 msgid "Changing the status of a commit associated with a closed pull request is not allowed"
103 330 msgstr ""
104 331
105 332 #: rhodecode/controllers/compare.py:87
106 333 msgid "Select commit"
107 334 msgstr ""
108 335
109 #: rhodecode/controllers/compare.py:142
336 #: rhodecode/controllers/compare.py:139
110 337 #, python-format
111 338 msgid "Could not find the original repo: %(repo)s"
112 339 msgstr ""
113 340
114 #: rhodecode/controllers/compare.py:150
341 #: rhodecode/controllers/compare.py:147
115 342 #, python-format
116 343 msgid "Could not find the other repo: %(repo)s"
117 344 msgstr ""
118 345
119 #: rhodecode/controllers/compare.py:159
346 #: rhodecode/controllers/compare.py:156
120 347 msgid "The comparison of two different kinds of remote repos is not available"
121 348 msgstr ""
122 349
123 #: rhodecode/controllers/compare.py:186
350 #: rhodecode/controllers/compare.py:190
124 351 msgid "Could not compare repos with different large file settings"
125 352 msgstr ""
126 353
127 #: rhodecode/controllers/compare.py:223
354 #: rhodecode/controllers/compare.py:226
128 355 #, python-format
129 356 msgid "Repositories unrelated. Cannot compare commit %(commit1)s from repository %(repo1)s with commit %(commit2)s from repository %(repo2)s."
130 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 359 #: rhodecode/controllers/feed.py:70
165 360 #, python-format
166 361 msgid "Changes on %s repository"
167 362 msgstr ""
168 363
169 364 #: rhodecode/controllers/feed.py:71
170 365 #, python-format
171 366 msgid "%s %s feed"
172 367 msgstr ""
173 368
174 369 #: rhodecode/controllers/files.py:96
175 370 msgid "Click here to add a new file."
176 371 msgstr ""
177 372
178 373 #: rhodecode/controllers/files.py:101
179 374 #, python-format
180 375 msgid "There are no files yet. %s"
181 376 msgstr ""
182 377
183 378 #: rhodecode/controllers/files.py:390 rhodecode/controllers/files.py:443
184 379 #: rhodecode/controllers/files.py:474 rhodecode/controllers/files.py:549
185 380 #: rhodecode/controllers/files.py:594 rhodecode/controllers/files.py:685
186 381 #, python-format
187 382 msgid "This repository has been locked by %s on %s"
188 383 msgstr ""
189 384
190 385 #: rhodecode/controllers/files.py:398 rhodecode/controllers/files.py:451
191 386 msgid "You can only delete files with revision being a valid branch "
192 387 msgstr ""
193 388
194 389 #: rhodecode/controllers/files.py:407 rhodecode/controllers/files.py:460
195 390 #, python-format
196 391 msgid "Deleted file %s via RhodeCode Enterprise"
197 392 msgstr ""
198 393
199 394 #: rhodecode/controllers/files.py:427
200 395 #, python-format
201 396 msgid "Successfully deleted file %s"
202 397 msgstr ""
203 398
204 399 #: rhodecode/controllers/files.py:430 rhodecode/controllers/files.py:536
205 400 #: rhodecode/controllers/files.py:673
206 401 msgid "Error occurred during commit"
207 402 msgstr ""
208 403
209 404 #: rhodecode/controllers/files.py:482 rhodecode/controllers/files.py:557
210 405 msgid "You can only edit files with revision being a valid branch "
211 406 msgstr ""
212 407
213 408 #: rhodecode/controllers/files.py:494 rhodecode/controllers/files.py:569
214 409 #, python-format
215 410 msgid "Edited file %s via RhodeCode Enterprise"
216 411 msgstr ""
217 412
218 413 #: rhodecode/controllers/files.py:511
219 414 msgid "No changes"
220 415 msgstr ""
221 416
222 417 #: rhodecode/controllers/files.py:533 rhodecode/controllers/files.py:662
223 418 #, python-format
224 419 msgid "Successfully committed to %s"
225 420 msgstr ""
226 421
227 422 #: rhodecode/controllers/files.py:607 rhodecode/controllers/files.py:696
228 423 msgid "Added file via RhodeCode Enterprise"
229 424 msgstr ""
230 425
231 426 #: rhodecode/controllers/files.py:632
232 427 msgid "No filename"
233 428 msgstr ""
234 429
235 430 #: rhodecode/controllers/files.py:665
236 431 msgid "The location specified must be a relative path and must not contain .. in the path"
237 432 msgstr ""
238 433
239 434 #: rhodecode/controllers/files.py:719
240 435 msgid "Downloads disabled"
241 436 msgstr ""
242 437
243 438 #: rhodecode/controllers/files.py:725
244 439 #, python-format
245 440 msgid "Unknown revision %s"
246 441 msgstr ""
247 442
248 443 #: rhodecode/controllers/files.py:727
249 444 msgid "Empty repository"
250 445 msgstr ""
251 446
252 447 #: rhodecode/controllers/files.py:729 rhodecode/controllers/files.py:763
253 448 msgid "Unknown archive type"
254 449 msgstr ""
255 450
256 451 #: rhodecode/controllers/files.py:930
257 452 #, python-format
258 453 msgid "Commit %(commit)s does not exist."
259 454 msgstr ""
260 455
261 456 #: rhodecode/controllers/files.py:947
262 457 #, python-format
263 458 msgid "%(file_path)s has not changed between %(commit_1)s and %(commit_2)s."
264 459 msgstr ""
265 460
266 461 #: rhodecode/controllers/files.py:1014
267 462 msgid "Changesets"
268 463 msgstr ""
269 464
270 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 467 #: rhodecode/templates/base/vcs_settings.html:138
273 468 msgid "Branches"
274 469 msgstr ""
275 470
276 471 #: rhodecode/controllers/files.py:1039 rhodecode/model/scm.py:798
277 472 #: rhodecode/templates/base/vcs_settings.html:163
278 473 msgid "Tags"
279 474 msgstr ""
280 475
281 476 #: rhodecode/controllers/forks.py:191
282 477 #, python-format
283 478 msgid "An error occurred during repository forking %s"
284 479 msgstr ""
285 480
286 #: rhodecode/controllers/home.py:174
481 #: rhodecode/controllers/home.py:205
287 482 msgid "Groups"
288 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 486 #: rhodecode/controllers/pullrequests.py:382
292 487 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
293 488 #: rhodecode/templates/admin/repos/repo_add.html:15
294 489 #: rhodecode/templates/admin/repos/repo_add.html:19
295 490 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
296 #: rhodecode/templates/base/base.html:79 rhodecode/templates/base/base.html:147
297 #: rhodecode/templates/base/base.html:621
491 #: rhodecode/templates/base/base.html:79 rhodecode/templates/base/base.html:149
492 #: rhodecode/templates/base/base.html:626
298 493 msgid "Repositories"
299 494 msgstr ""
300 495
496 #: rhodecode/controllers/home.py:225
497 #, python-format
498 msgid "Commits in %(repo)s"
499 msgstr ""
500
301 501 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
302 502 msgid "public journal"
303 503 msgstr ""
304 504
305 505 #: rhodecode/controllers/journal.py:111 rhodecode/controllers/journal.py:154
306 506 msgid "journal"
307 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 509 #: rhodecode/controllers/pullrequests.py:293
334 510 msgid "Commit does not exist"
335 511 msgstr ""
336 512
337 513 #: rhodecode/controllers/pullrequests.py:405
338 514 msgid "Pull request requires a title with min. 3 chars"
339 515 msgstr ""
340 516
341 517 #: rhodecode/controllers/pullrequests.py:407
342 518 msgid "Error creating pull request: {}"
343 519 msgstr ""
344 520
345 521 #: rhodecode/controllers/pullrequests.py:454
346 522 msgid "Successfully opened new pull request"
347 523 msgstr ""
348 524
349 525 #: rhodecode/controllers/pullrequests.py:457
350 526 msgid "Error occurred during sending pull request"
351 527 msgstr ""
352 528
353 529 #: rhodecode/controllers/pullrequests.py:497
354 530 msgid "Cannot update closed pull requests."
355 531 msgstr ""
356 532
357 533 #: rhodecode/controllers/pullrequests.py:503
358 534 msgid "Pull request title & description updated."
359 535 msgstr ""
360 536
361 537 #: rhodecode/controllers/pullrequests.py:513
362 538 msgid "Pull request updated to \"{source_commit_id}\" with {count_added} added, {count_removed} removed commits."
363 539 msgstr ""
364 540
365 541 #: rhodecode/controllers/pullrequests.py:523
366 542 msgid "Nothing changed in pull request."
367 543 msgstr ""
368 544
369 545 #: rhodecode/controllers/pullrequests.py:526
370 546 msgid "Skipping update of pull request due to reference type: {reference_type}"
371 547 msgstr ""
372 548
373 549 #: rhodecode/controllers/pullrequests.py:533
374 550 msgid "Update failed due to missing commits."
375 551 msgstr ""
376 552
377 553 #: rhodecode/controllers/pullrequests.py:579
378 554 msgid "Pull request reviewer approval is pending."
379 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 562 msgid "Successfully deleted pull request"
383 563 msgstr ""
384 564
385 #: rhodecode/controllers/pullrequests.py:662
565 #: rhodecode/controllers/pullrequests.py:664
386 566 msgid "Reviewer approval is pending."
387 567 msgstr ""
388 568
389 #: rhodecode/controllers/pullrequests.py:704
569 #: rhodecode/controllers/pullrequests.py:706
390 570 msgid "Close Pull Request"
391 571 msgstr ""
392 572
393 #: rhodecode/controllers/pullrequests.py:748
394 #: rhodecode/model/pull_request.py:832
573 #: rhodecode/controllers/pullrequests.py:750
574 #: rhodecode/model/pull_request.py:840
395 575 msgid "Closing with"
396 576 msgstr ""
397 577
398 #: rhodecode/controllers/pullrequests.py:793
578 #: rhodecode/controllers/pullrequests.py:795
399 579 #, python-format
400 580 msgid "Closing pull request on other statuses than rejected or approved is forbidden. Calculated status from all reviewers is currently: %s"
401 581 msgstr ""
402 582
403 583 #: rhodecode/controllers/summary.py:240
404 584 msgid "Branch"
405 585 msgstr ""
406 586
407 587 #: rhodecode/controllers/summary.py:241
408 588 msgid "Tag"
409 589 msgstr ""
410 590
411 591 #: rhodecode/controllers/summary.py:242
412 592 msgid "Bookmark"
413 593 msgstr ""
414 594
415 595 #: rhodecode/controllers/summary.py:257
416 596 msgid "Closed branches"
417 597 msgstr ""
418 598
419 599 #: rhodecode/controllers/admin/defaults.py:84
420 600 msgid "Default settings updated successfully"
421 601 msgstr ""
422 602
423 603 #: rhodecode/controllers/admin/defaults.py:99
424 604 msgid "Error occurred during update of default values"
425 605 msgstr ""
426 606
427 607 #: rhodecode/controllers/admin/gists.py:59
428 #: rhodecode/controllers/admin/my_account.py:308
429 #: rhodecode/controllers/admin/users.py:434
608 #: rhodecode/controllers/admin/my_account.py:307
609 #: rhodecode/controllers/admin/users.py:436
430 610 msgid "forever"
431 611 msgstr ""
432 612
433 613 #: rhodecode/controllers/admin/gists.py:60
434 #: rhodecode/controllers/admin/my_account.py:309
435 #: rhodecode/controllers/admin/users.py:435
614 #: rhodecode/controllers/admin/my_account.py:308
615 #: rhodecode/controllers/admin/users.py:437
436 616 msgid "5 minutes"
437 617 msgstr ""
438 618
439 619 #: rhodecode/controllers/admin/gists.py:61
440 #: rhodecode/controllers/admin/my_account.py:310
441 #: rhodecode/controllers/admin/users.py:436
620 #: rhodecode/controllers/admin/my_account.py:309
621 #: rhodecode/controllers/admin/users.py:438
442 622 msgid "1 hour"
443 623 msgstr ""
444 624
445 625 #: rhodecode/controllers/admin/gists.py:62
446 #: rhodecode/controllers/admin/my_account.py:311
447 #: rhodecode/controllers/admin/users.py:437
626 #: rhodecode/controllers/admin/my_account.py:310
627 #: rhodecode/controllers/admin/users.py:439
448 628 msgid "1 day"
449 629 msgstr ""
450 630
451 631 #: rhodecode/controllers/admin/gists.py:63
452 #: rhodecode/controllers/admin/my_account.py:312
453 #: rhodecode/controllers/admin/users.py:438
632 #: rhodecode/controllers/admin/my_account.py:311
633 #: rhodecode/controllers/admin/users.py:440
454 634 msgid "1 month"
455 635 msgstr ""
456 636
457 637 #: rhodecode/controllers/admin/gists.py:67
458 #: rhodecode/controllers/admin/my_account.py:314
459 #: rhodecode/controllers/admin/users.py:440
638 #: rhodecode/controllers/admin/my_account.py:313
639 #: rhodecode/controllers/admin/users.py:442
460 640 msgid "Lifetime"
461 641 msgstr ""
462 642
463 643 #: rhodecode/controllers/admin/gists.py:69
464 644 msgid "Requires registered account"
465 645 msgstr ""
466 646
467 647 #: rhodecode/controllers/admin/gists.py:70
468 648 msgid "Can be accessed by anonymous users"
469 649 msgstr ""
470 650
471 651 #: rhodecode/controllers/admin/gists.py:180
472 652 msgid "Error occurred during gist creation"
473 653 msgstr ""
474 654
475 655 #: rhodecode/controllers/admin/gists.py:211
476 656 #, python-format
477 657 msgid "Deleted gist %s"
478 658 msgstr ""
479 659
480 660 #: rhodecode/controllers/admin/gists.py:284
481 661 msgid "Successfully updated gist content"
482 662 msgstr ""
483 663
484 664 #: rhodecode/controllers/admin/gists.py:289
485 665 msgid "Successfully updated gist data"
486 666 msgstr ""
487 667
488 668 #: rhodecode/controllers/admin/gists.py:292
489 669 #, python-format
490 670 msgid "Error occurred during update of gist %s"
491 671 msgstr ""
492 672
493 673 #: rhodecode/controllers/admin/gists.py:315
494 674 #: rhodecode/templates/admin/gists/show.html:67
495 675 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
496 676 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
497 677 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
498 678 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
499 679 #: rhodecode/templates/data_table/_dt_elements.html:253
500 680 msgid "never"
501 681 msgstr ""
502 682
503 683 #: rhodecode/controllers/admin/gists.py:320
504 684 #, python-format
505 685 msgid "%(expiry)s - current value"
506 686 msgstr ""
507 687
508 #: rhodecode/controllers/admin/my_account.py:71
688 #: rhodecode/controllers/admin/my_account.py:70
509 689 msgid "You can't edit this user since it's crucial for entire application"
510 690 msgstr ""
511 691
512 #: rhodecode/controllers/admin/my_account.py:129
692 #: rhodecode/controllers/admin/my_account.py:128
513 693 msgid "Your account was updated successfully"
514 694 msgstr ""
515 695
516 #: rhodecode/controllers/admin/my_account.py:144
517 #: rhodecode/controllers/admin/users.py:221
696 #: rhodecode/controllers/admin/my_account.py:143
697 #: rhodecode/controllers/admin/users.py:223
518 698 #, python-format
519 699 msgid "Error occurred during update of user %s"
520 700 msgstr ""
521 701
522 #: rhodecode/controllers/admin/my_account.py:203
702 #: rhodecode/controllers/admin/my_account.py:202
523 703 msgid "Successfully updated password"
524 704 msgstr ""
525 705
526 #: rhodecode/controllers/admin/my_account.py:214
706 #: rhodecode/controllers/admin/my_account.py:213
527 707 msgid "Error occurred during update of user password"
528 708 msgstr ""
529 709
530 #: rhodecode/controllers/admin/my_account.py:262
531 #: rhodecode/controllers/admin/users.py:614
710 #: rhodecode/controllers/admin/my_account.py:261
711 #: rhodecode/controllers/admin/users.py:616
532 712 #, python-format
533 713 msgid "Added new email address `%s` for user account"
534 714 msgstr ""
535 715
536 #: rhodecode/controllers/admin/my_account.py:269
537 #: rhodecode/controllers/admin/users.py:621
716 #: rhodecode/controllers/admin/my_account.py:268
717 #: rhodecode/controllers/admin/users.py:623
538 718 msgid "An error occurred during email saving"
539 719 msgstr ""
540 720
541 #: rhodecode/controllers/admin/my_account.py:279
542 #: rhodecode/controllers/admin/users.py:636
721 #: rhodecode/controllers/admin/my_account.py:278
722 #: rhodecode/controllers/admin/users.py:638
543 723 msgid "Removed email address from user account"
544 724 msgstr ""
545 725
546 #: rhodecode/controllers/admin/my_account.py:317
547 #: rhodecode/controllers/admin/users.py:443
726 #: rhodecode/controllers/admin/my_account.py:316
727 #: rhodecode/controllers/admin/users.py:445
548 728 msgid "Role"
549 729 msgstr ""
550 730
551 #: rhodecode/controllers/admin/my_account.py:330
552 #: rhodecode/controllers/admin/users.py:467
731 #: rhodecode/controllers/admin/my_account.py:329
732 #: rhodecode/controllers/admin/users.py:469
553 733 msgid "Auth token successfully created"
554 734 msgstr ""
555 735
556 #: rhodecode/controllers/admin/my_account.py:343
557 #: rhodecode/controllers/admin/users.py:486
736 #: rhodecode/controllers/admin/my_account.py:342
737 #: rhodecode/controllers/admin/users.py:488
558 738 msgid "Auth token successfully reset"
559 739 msgstr ""
560 740
561 #: rhodecode/controllers/admin/my_account.py:347
562 #: rhodecode/controllers/admin/users.py:490
741 #: rhodecode/controllers/admin/my_account.py:346
742 #: rhodecode/controllers/admin/users.py:492
563 743 msgid "Auth token successfully deleted"
564 744 msgstr ""
565 745
566 #: rhodecode/controllers/admin/my_account.py:371
567 msgid "OAuth token successfully deleted"
568 msgstr ""
569
570 746 #: rhodecode/controllers/admin/permissions.py:111
571 747 msgid "Application permissions updated successfully"
572 748 msgstr ""
573 749
574 750 #: rhodecode/controllers/admin/permissions.py:126
575 751 #: rhodecode/controllers/admin/permissions.py:175
576 752 #: rhodecode/controllers/admin/permissions.py:229
577 753 msgid "Error occurred during update of permissions"
578 754 msgstr ""
579 755
580 756 #: rhodecode/controllers/admin/permissions.py:160
581 757 msgid "Object permissions updated successfully"
582 758 msgstr ""
583 759
584 760 #: rhodecode/controllers/admin/permissions.py:214
585 761 msgid "Global permissions updated successfully"
586 762 msgstr ""
587 763
588 764 #: rhodecode/controllers/admin/repo_groups.py:197
589 765 #, python-format
590 766 msgid "Created repository group %s"
591 767 msgstr ""
592 768
593 769 #: rhodecode/controllers/admin/repo_groups.py:210
594 770 #, python-format
595 771 msgid "Error occurred during creation of repository group %s"
596 772 msgstr ""
597 773
598 #: rhodecode/controllers/admin/repo_groups.py:259
774 #: rhodecode/controllers/admin/repo_groups.py:258
599 775 #, python-format
600 776 msgid "Updated repository group %s"
601 777 msgstr ""
602 778
603 #: rhodecode/controllers/admin/repo_groups.py:275
779 #: rhodecode/controllers/admin/repo_groups.py:274
604 780 #, python-format
605 781 msgid "Error occurred during update of repository group %s"
606 782 msgstr ""
607 783
608 #: rhodecode/controllers/admin/repo_groups.py:297
784 #: rhodecode/controllers/admin/repo_groups.py:296
609 785 #, python-format
610 786 msgid "This group contains %(num)d repository and cannot be deleted"
611 787 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
612 788 msgstr[0] ""
613 789 msgstr[1] ""
614 790
615 #: rhodecode/controllers/admin/repo_groups.py:306
791 #: rhodecode/controllers/admin/repo_groups.py:305
616 792 #, python-format
617 793 msgid "This group contains %(num)d subgroup and cannot be deleted"
618 794 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
619 795 msgstr[0] ""
620 796 msgstr[1] ""
621 797
622 #: rhodecode/controllers/admin/repo_groups.py:313
798 #: rhodecode/controllers/admin/repo_groups.py:312
623 799 #, python-format
624 800 msgid "Removed repository group %s"
625 801 msgstr ""
626 802
627 #: rhodecode/controllers/admin/repo_groups.py:318
803 #: rhodecode/controllers/admin/repo_groups.py:317
628 804 #, python-format
629 805 msgid "Error occurred during deletion of repository group %s"
630 806 msgstr ""
631 807
632 #: rhodecode/controllers/admin/repo_groups.py:389
633 #: rhodecode/controllers/admin/user_groups.py:323
808 #: rhodecode/controllers/admin/repo_groups.py:388
809 #: rhodecode/controllers/admin/user_groups.py:325
634 810 msgid "Cannot change permission for yourself as admin"
635 811 msgstr ""
636 812
637 #: rhodecode/controllers/admin/repo_groups.py:406
813 #: rhodecode/controllers/admin/repo_groups.py:405
638 814 msgid "Repository Group permissions updated"
639 815 msgstr ""
640 816
641 817 #: rhodecode/controllers/admin/repos.py:128
642 818 #, python-format
643 819 msgid "Error creating repository %s: invalid certificate"
644 820 msgstr ""
645 821
646 822 #: rhodecode/controllers/admin/repos.py:132
647 823 #, python-format
648 824 msgid "Error creating repository %s"
649 825 msgstr ""
650 826
651 827 #: rhodecode/controllers/admin/repos.py:264
652 828 #, python-format
653 829 msgid "Created repository %s from %s"
654 830 msgstr ""
655 831
656 832 #: rhodecode/controllers/admin/repos.py:273
657 833 #, python-format
658 834 msgid "Forked repository %s as %s"
659 835 msgstr ""
660 836
661 837 #: rhodecode/controllers/admin/repos.py:276
662 838 #, python-format
663 839 msgid "Created repository %s"
664 840 msgstr ""
665 841
666 842 #: rhodecode/controllers/admin/repos.py:318
667 843 #, python-format
668 844 msgid "Repository %s updated successfully"
669 845 msgstr ""
670 846
671 847 #: rhodecode/controllers/admin/repos.py:337
672 848 #, python-format
673 849 msgid "Error occurred during update of repository %s"
674 850 msgstr ""
675 851
676 852 #: rhodecode/controllers/admin/repos.py:365
677 853 #, python-format
678 854 msgid "Detached %s forks"
679 855 msgstr ""
680 856
681 857 #: rhodecode/controllers/admin/repos.py:368
682 858 #, python-format
683 859 msgid "Deleted %s forks"
684 860 msgstr ""
685 861
686 862 #: rhodecode/controllers/admin/repos.py:373
687 863 #, python-format
688 864 msgid "Deleted repository %s"
689 865 msgstr ""
690 866
691 867 #: rhodecode/controllers/admin/repos.py:376
692 868 #, python-format
693 869 msgid "Cannot delete %s it still contains attached forks"
694 870 msgstr ""
695 871
696 872 #: rhodecode/controllers/admin/repos.py:381
697 873 #, python-format
698 874 msgid "An error occurred during deletion of %s"
699 875 msgstr ""
700 876
701 877 #: rhodecode/controllers/admin/repos.py:435
702 878 msgid "Repository permissions updated"
703 879 msgstr ""
704 880
705 881 #: rhodecode/controllers/admin/repos.py:466
706 882 msgid "An error occurred during creation of field"
707 883 msgstr ""
708 884
709 885 #: rhodecode/controllers/admin/repos.py:481
710 886 msgid "An error occurred during removal of field"
711 887 msgstr ""
712 888
713 889 #: rhodecode/controllers/admin/repos.py:520
714 890 msgid "Updated repository visibility in public journal"
715 891 msgstr ""
716 892
717 893 #: rhodecode/controllers/admin/repos.py:524
718 894 msgid "An error occurred during setting this repository in public journal"
719 895 msgstr ""
720 896
721 897 #: rhodecode/controllers/admin/repos.py:548
722 898 msgid "Nothing"
723 899 msgstr ""
724 900
725 901 #: rhodecode/controllers/admin/repos.py:550
726 902 #, python-format
727 903 msgid "Marked repo %s as fork of %s"
728 904 msgstr ""
729 905
730 906 #: rhodecode/controllers/admin/repos.py:557
731 907 msgid "An error occurred during this operation"
732 908 msgstr ""
733 909
734 910 #: rhodecode/controllers/admin/repos.py:575
735 911 msgid "Locked repository"
736 912 msgstr ""
737 913
738 914 #: rhodecode/controllers/admin/repos.py:578
739 915 msgid "Unlocked repository"
740 916 msgstr ""
741 917
742 918 #: rhodecode/controllers/admin/repos.py:581
743 919 #: rhodecode/controllers/admin/repos.py:610
744 920 msgid "An error occurred during unlocking"
745 921 msgstr ""
746 922
747 923 #: rhodecode/controllers/admin/repos.py:600
748 924 msgid "Unlocked"
749 925 msgstr ""
750 926
751 927 #: rhodecode/controllers/admin/repos.py:604
752 928 msgid "Locked"
753 929 msgstr ""
754 930
755 931 #: rhodecode/controllers/admin/repos.py:606
756 932 #, python-format
757 933 msgid "Repository has been %s"
758 934 msgstr ""
759 935
760 936 #: rhodecode/controllers/admin/repos.py:621
761 937 msgid "Cache invalidation successful"
762 938 msgstr ""
763 939
764 940 #: rhodecode/controllers/admin/repos.py:625
765 941 msgid "An error occurred during cache invalidation"
766 942 msgstr ""
767 943
768 944 #: rhodecode/controllers/admin/repos.py:645
769 945 msgid "Pulled from remote location"
770 946 msgstr ""
771 947
772 948 #: rhodecode/controllers/admin/repos.py:648
773 949 msgid "An error occurred during pull from remote location"
774 950 msgstr ""
775 951
776 952 #: rhodecode/controllers/admin/repos.py:670
777 953 msgid "An error occurred during deletion of repository stats"
778 954 msgstr ""
779 955
780 956 #: rhodecode/controllers/admin/repos.py:717
781 957 msgid "Error occurred during deleting issue tracker entry"
782 958 msgstr ""
783 959
784 960 #: rhodecode/controllers/admin/repos.py:720
785 #: rhodecode/controllers/admin/settings.py:361
961 #: rhodecode/controllers/admin/settings.py:362
786 962 msgid "Removed issue tracker entry"
787 963 msgstr ""
788 964
789 965 #: rhodecode/controllers/admin/repos.py:750
790 #: rhodecode/controllers/admin/settings.py:406
966 #: rhodecode/controllers/admin/settings.py:408
791 967 msgid "Updated issue tracker entries"
792 968 msgstr ""
793 969
794 970 #: rhodecode/controllers/admin/repos.py:809
795 #: rhodecode/controllers/admin/settings.py:140
796 #: rhodecode/controllers/admin/settings.py:686
971 #: rhodecode/controllers/admin/settings.py:141
972 #: rhodecode/controllers/admin/settings.py:718
797 973 msgid "Some form inputs contain invalid data."
798 974 msgstr ""
799 975
800 976 #: rhodecode/controllers/admin/repos.py:827
801 977 msgid "Error occurred during updating repository VCS settings"
802 978 msgstr ""
803 979
804 980 #: rhodecode/controllers/admin/repos.py:831
805 #: rhodecode/controllers/admin/settings.py:166
981 #: rhodecode/controllers/admin/settings.py:167
806 982 msgid "Updated VCS settings"
807 983 msgstr ""
808 984
809 #: rhodecode/controllers/admin/settings.py:162
810 #: rhodecode/controllers/admin/settings.py:265
985 #: rhodecode/controllers/admin/settings.py:163
986 #: rhodecode/controllers/admin/settings.py:266
811 987 msgid "Error occurred during updating application settings"
812 988 msgstr ""
813 989
814 #: rhodecode/controllers/admin/settings.py:209
990 #: rhodecode/controllers/admin/settings.py:210
815 991 #, python-format
816 992 msgid "Repositories successfully rescanned added: %s ; removed: %s"
817 993 msgstr ""
818 994
819 #: rhodecode/controllers/admin/settings.py:260
995 #: rhodecode/controllers/admin/settings.py:262
820 996 msgid "Updated application settings"
821 997 msgstr ""
822 998
823 #: rhodecode/controllers/admin/settings.py:325
999 #: rhodecode/controllers/admin/settings.py:326
824 1000 msgid "Updated visualisation settings"
825 1001 msgstr ""
826 1002
827 #: rhodecode/controllers/admin/settings.py:328
1003 #: rhodecode/controllers/admin/settings.py:329
828 1004 msgid "Error occurred during updating visualisation settings"
829 1005 msgstr ""
830 1006
831 #: rhodecode/controllers/admin/settings.py:419
1007 #: rhodecode/controllers/admin/settings.py:421
832 1008 msgid "Please enter email address"
833 1009 msgstr ""
834 1010
835 #: rhodecode/controllers/admin/settings.py:437
1011 #: rhodecode/controllers/admin/settings.py:439
836 1012 msgid "Send email task created"
837 1013 msgstr ""
838 1014
839 #: rhodecode/controllers/admin/settings.py:470
1015 #: rhodecode/controllers/admin/settings.py:472
840 1016 msgid "Added new hook"
841 1017 msgstr ""
842 1018
843 #: rhodecode/controllers/admin/settings.py:485
1019 #: rhodecode/controllers/admin/settings.py:487
844 1020 msgid "Updated hooks"
845 1021 msgstr ""
846 1022
847 #: rhodecode/controllers/admin/settings.py:489
1023 #: rhodecode/controllers/admin/settings.py:491
848 1024 msgid "Error occurred during hook creation"
849 1025 msgstr ""
850 1026
851 #: rhodecode/controllers/admin/settings.py:536
1027 #: rhodecode/controllers/admin/settings.py:539
852 1028 #, python-format
853 1029 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
854 1030 msgstr ""
855 1031
856 #: rhodecode/controllers/admin/settings.py:540
1032 #: rhodecode/controllers/admin/settings.py:543
857 1033 #, python-format
858 1034 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
859 1035 msgstr ""
860 1036
861 #: rhodecode/controllers/admin/settings.py:707
1037 #: rhodecode/controllers/admin/settings.py:739
862 1038 msgid "Error occurred during updating labs settings"
863 1039 msgstr ""
864 1040
865 #: rhodecode/controllers/admin/settings.py:711
1041 #: rhodecode/controllers/admin/settings.py:744
866 1042 msgid "Updated Labs settings"
867 1043 msgstr ""
868 1044
869 #: rhodecode/controllers/admin/settings.py:775
1045 #: rhodecode/controllers/admin/settings.py:794
870 1046 msgid "Mercurial server-side merge"
871 1047 msgstr ""
872 1048
873 #: rhodecode/controllers/admin/settings.py:776
1049 #: rhodecode/controllers/admin/settings.py:795
874 1050 msgid "Use rebase instead of creating a merge commit when merging via web interface"
875 1051 msgstr ""
876 1052
877 #: rhodecode/controllers/admin/settings.py:782
1053 #: rhodecode/controllers/admin/settings.py:801
878 1054 msgid "Subversion HTTP Support"
879 1055 msgstr ""
880 1056
881 #: rhodecode/controllers/admin/settings.py:783
1057 #: rhodecode/controllers/admin/settings.py:802
882 1058 msgid "Proxy subversion HTTP requests"
883 1059 msgstr ""
884 1060
885 #: rhodecode/controllers/admin/settings.py:789
1061 #: rhodecode/controllers/admin/settings.py:808
886 1062 msgid "Subversion HTTP Server URL"
887 1063 msgstr ""
888 1064
889 #: rhodecode/controllers/admin/settings.py:791
1065 #: rhodecode/controllers/admin/settings.py:810
890 1066 msgid "e.g. http://localhost:8080/"
891 1067 msgstr ""
892 1068
893 #: rhodecode/controllers/admin/settings.py:826
1069 #: rhodecode/controllers/admin/settings.py:845
894 1070 #: rhodecode/templates/admin/repos/repo_edit.html:48
895 1071 msgid "VCS"
896 1072 msgstr ""
897 1073
898 #: rhodecode/controllers/admin/settings.py:827
1074 #: rhodecode/controllers/admin/settings.py:846
899 1075 msgid "Visual"
900 1076 msgstr ""
901 1077
902 #: rhodecode/controllers/admin/settings.py:828
1078 #: rhodecode/controllers/admin/settings.py:847
903 1079 msgid "Remap and Rescan"
904 1080 msgstr ""
905 1081
906 #: rhodecode/controllers/admin/settings.py:830
1082 #: rhodecode/controllers/admin/settings.py:849
907 1083 #: rhodecode/templates/admin/repos/repo_edit.html:54
908 1084 msgid "Issue Tracker"
909 1085 msgstr ""
910 1086
911 #: rhodecode/controllers/admin/settings.py:832
912 #: rhodecode/templates/register.html:51
1087 #: rhodecode/controllers/admin/settings.py:851
1088 #: rhodecode/templates/register.html:76
913 1089 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
914 1090 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
915 1091 #: rhodecode/templates/admin/users/user_add.html:86
916 1092 #: rhodecode/templates/admin/users/user_edit_profile.html:65
917 1093 #: rhodecode/templates/admin/users/users.html:91
918 1094 #: rhodecode/templates/users/user_profile.html:51
919 1095 msgid "Email"
920 1096 msgstr ""
921 1097
922 #: rhodecode/controllers/admin/settings.py:833
1098 #: rhodecode/controllers/admin/settings.py:852
923 1099 msgid "Hooks"
924 1100 msgstr ""
925 1101
926 #: rhodecode/controllers/admin/settings.py:834
1102 #: rhodecode/controllers/admin/settings.py:853
927 1103 msgid "Full Text Search"
928 1104 msgstr ""
929 1105
930 #: rhodecode/controllers/admin/settings.py:836
1106 #: rhodecode/controllers/admin/settings.py:855
931 1107 #: rhodecode/templates/admin/settings/settings_system.html:47
932 1108 msgid "System Info"
933 1109 msgstr ""
934 1110
935 #: rhodecode/controllers/admin/settings.py:838
1111 #: rhodecode/controllers/admin/settings.py:857
936 1112 msgid "Open Source Licenses"
937 1113 msgstr ""
938 1114
939 #: rhodecode/controllers/admin/settings.py:856
1115 #: rhodecode/controllers/admin/settings.py:875
940 1116 msgid "Labs"
941 1117 msgstr ""
942 1118
943 #: rhodecode/controllers/admin/user_groups.py:167
1119 #: rhodecode/controllers/admin/user_groups.py:168
944 1120 #, python-format
945 1121 msgid "Created user group %(user_group_link)s"
946 1122 msgstr ""
947 1123
948 #: rhodecode/controllers/admin/user_groups.py:181
1124 #: rhodecode/controllers/admin/user_groups.py:182
949 1125 #, python-format
950 1126 msgid "Error occurred during creation of user group %s"
951 1127 msgstr ""
952 1128
953 #: rhodecode/controllers/admin/user_groups.py:221
1129 #: rhodecode/controllers/admin/user_groups.py:223
954 1130 #, python-format
955 1131 msgid "Updated user group %s"
956 1132 msgstr ""
957 1133
958 #: rhodecode/controllers/admin/user_groups.py:236
1134 #: rhodecode/controllers/admin/user_groups.py:238
959 1135 #, python-format
960 1136 msgid "Error occurred during update of user group %s"
961 1137 msgstr ""
962 1138
963 #: rhodecode/controllers/admin/user_groups.py:258
1139 #: rhodecode/controllers/admin/user_groups.py:260
964 1140 msgid "Successfully deleted user group"
965 1141 msgstr ""
966 1142
967 #: rhodecode/controllers/admin/user_groups.py:263
1143 #: rhodecode/controllers/admin/user_groups.py:265
968 1144 msgid "An error occurred during deletion of user group"
969 1145 msgstr ""
970 1146
971 #: rhodecode/controllers/admin/user_groups.py:331
1147 #: rhodecode/controllers/admin/user_groups.py:333
972 1148 msgid "Target group cannot be the same"
973 1149 msgstr ""
974 1150
975 #: rhodecode/controllers/admin/user_groups.py:337
1151 #: rhodecode/controllers/admin/user_groups.py:339
976 1152 msgid "User Group permissions updated"
977 1153 msgstr ""
978 1154
979 #: rhodecode/controllers/admin/user_groups.py:422
1155 #: rhodecode/controllers/admin/user_groups.py:424
980 1156 msgid "User Group global permissions updated successfully"
981 1157 msgstr ""
982 1158
983 #: rhodecode/controllers/admin/user_groups.py:438
984 #: rhodecode/controllers/admin/users.py:564
1159 #: rhodecode/controllers/admin/user_groups.py:440
1160 #: rhodecode/controllers/admin/users.py:566
985 1161 msgid "An error occurred during permissions saving"
986 1162 msgstr ""
987 1163
988 1164 #: rhodecode/controllers/admin/users.py:147
989 1165 #, python-format
990 1166 msgid "Created user %(user_link)s"
991 1167 msgstr ""
992 1168
993 1169 #: rhodecode/controllers/admin/users.py:162
994 1170 #, python-format
995 1171 msgid "Error occurred during creation of user %s"
996 1172 msgstr ""
997 1173
998 1174 #: rhodecode/controllers/admin/users.py:206
999 1175 msgid "User updated successfully"
1000 1176 msgstr ""
1001 1177
1002 #: rhodecode/controllers/admin/users.py:255
1178 #: rhodecode/controllers/admin/users.py:257
1003 1179 #, python-format
1004 1180 msgid "Detached %s repositories"
1005 1181 msgstr ""
1006 1182
1007 #: rhodecode/controllers/admin/users.py:260
1183 #: rhodecode/controllers/admin/users.py:262
1008 1184 #, python-format
1009 1185 msgid "Deleted %s repositories"
1010 1186 msgstr ""
1011 1187
1012 #: rhodecode/controllers/admin/users.py:268
1188 #: rhodecode/controllers/admin/users.py:270
1013 1189 #, python-format
1014 1190 msgid "Detached %s repository groups"
1015 1191 msgstr ""
1016 1192
1017 #: rhodecode/controllers/admin/users.py:273
1193 #: rhodecode/controllers/admin/users.py:275
1018 1194 #, python-format
1019 1195 msgid "Deleted %s repository groups"
1020 1196 msgstr ""
1021 1197
1022 #: rhodecode/controllers/admin/users.py:281
1198 #: rhodecode/controllers/admin/users.py:283
1023 1199 #, python-format
1024 1200 msgid "Detached %s user groups"
1025 1201 msgstr ""
1026 1202
1027 #: rhodecode/controllers/admin/users.py:286
1203 #: rhodecode/controllers/admin/users.py:288
1028 1204 #, python-format
1029 1205 msgid "Deleted %s user groups"
1030 1206 msgstr ""
1031 1207
1032 #: rhodecode/controllers/admin/users.py:297
1208 #: rhodecode/controllers/admin/users.py:299
1033 1209 msgid "Successfully deleted user"
1034 1210 msgstr ""
1035 1211
1036 #: rhodecode/controllers/admin/users.py:303
1212 #: rhodecode/controllers/admin/users.py:305
1037 1213 msgid "An error occurred during deletion of user"
1038 1214 msgstr ""
1039 1215
1040 #: rhodecode/controllers/admin/users.py:322
1041 msgid "Force password change disabled for user"
1042 msgstr ""
1043
1044 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 1221 msgid "Force password change enabled for user"
1046 1222 msgstr ""
1047 1223
1048 #: rhodecode/controllers/admin/users.py:328
1224 #: rhodecode/controllers/admin/users.py:330
1049 1225 msgid "An error occurred during password reset for user"
1050 1226 msgstr ""
1051 1227
1052 #: rhodecode/controllers/admin/users.py:354
1228 #: rhodecode/controllers/admin/users.py:356
1053 1229 #, python-format
1054 1230 msgid "Created repository group `%s`"
1055 1231 msgstr ""
1056 1232
1057 #: rhodecode/controllers/admin/users.py:358
1233 #: rhodecode/controllers/admin/users.py:360
1058 1234 msgid "An error occurred during repository group creation for user"
1059 1235 msgstr ""
1060 1236
1061 #: rhodecode/controllers/admin/users.py:377
1062 #: rhodecode/controllers/admin/users.py:398
1063 #: rhodecode/controllers/admin/users.py:428
1064 #: rhodecode/controllers/admin/users.py:459
1065 #: rhodecode/controllers/admin/users.py:476
1066 #: rhodecode/controllers/admin/users.py:499
1067 #: rhodecode/controllers/admin/users.py:573
1068 #: rhodecode/controllers/admin/users.py:586
1069 #: rhodecode/controllers/admin/users.py:644
1237 #: rhodecode/controllers/admin/users.py:379
1238 #: rhodecode/controllers/admin/users.py:400
1239 #: rhodecode/controllers/admin/users.py:430
1240 #: rhodecode/controllers/admin/users.py:461
1241 #: rhodecode/controllers/admin/users.py:478
1242 #: rhodecode/controllers/admin/users.py:501
1243 #: rhodecode/controllers/admin/users.py:575
1244 #: rhodecode/controllers/admin/users.py:588
1245 #: rhodecode/controllers/admin/users.py:646
1070 1246 msgid "You can't edit this user"
1071 1247 msgstr ""
1072 1248
1073 #: rhodecode/controllers/admin/users.py:412
1249 #: rhodecode/controllers/admin/users.py:414
1074 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 1251 msgstr ""
1076 1252
1077 #: rhodecode/controllers/admin/users.py:548
1253 #: rhodecode/controllers/admin/users.py:550
1078 1254 msgid "User global permissions updated successfully"
1079 1255 msgstr ""
1080 1256
1081 #: rhodecode/controllers/admin/users.py:676
1257 #: rhodecode/controllers/admin/users.py:678
1082 1258 #, python-format
1083 1259 msgid "An error occurred during ip saving:%s"
1084 1260 msgstr ""
1085 1261
1086 #: rhodecode/controllers/admin/users.py:691
1262 #: rhodecode/controllers/admin/users.py:693
1087 1263 msgid "An error occurred during ip saving"
1088 1264 msgstr ""
1089 1265
1090 #: rhodecode/controllers/admin/users.py:695
1266 #: rhodecode/controllers/admin/users.py:697
1091 1267 #, python-format
1092 1268 msgid "Added ips %s to user whitelist"
1093 1269 msgstr ""
1094 1270
1095 #: rhodecode/controllers/admin/users.py:713
1271 #: rhodecode/controllers/admin/users.py:715
1096 1272 msgid "Removed ip address from user whitelist"
1097 1273 msgstr ""
1098 1274
1099 1275 #: rhodecode/lib/action_parser.py:89
1100 1276 msgid "[deleted] repository"
1101 1277 msgstr ""
1102 1278
1103 1279 #: rhodecode/lib/action_parser.py:92 rhodecode/lib/action_parser.py:110
1104 1280 msgid "[created] repository"
1105 1281 msgstr ""
1106 1282
1107 1283 #: rhodecode/lib/action_parser.py:95
1108 1284 msgid "[created] repository as fork"
1109 1285 msgstr ""
1110 1286
1111 1287 #: rhodecode/lib/action_parser.py:98 rhodecode/lib/action_parser.py:113
1112 1288 msgid "[forked] repository"
1113 1289 msgstr ""
1114 1290
1115 1291 #: rhodecode/lib/action_parser.py:101 rhodecode/lib/action_parser.py:116
1116 1292 msgid "[updated] repository"
1117 1293 msgstr ""
1118 1294
1119 1295 #: rhodecode/lib/action_parser.py:104
1120 1296 msgid "[downloaded] archive from repository"
1121 1297 msgstr ""
1122 1298
1123 1299 #: rhodecode/lib/action_parser.py:107
1124 1300 msgid "[delete] repository"
1125 1301 msgstr ""
1126 1302
1127 1303 #: rhodecode/lib/action_parser.py:119
1128 1304 msgid "[created] user"
1129 1305 msgstr ""
1130 1306
1131 1307 #: rhodecode/lib/action_parser.py:122
1132 1308 msgid "[updated] user"
1133 1309 msgstr ""
1134 1310
1135 1311 #: rhodecode/lib/action_parser.py:125
1136 1312 msgid "[created] user group"
1137 1313 msgstr ""
1138 1314
1139 1315 #: rhodecode/lib/action_parser.py:128
1140 1316 msgid "[updated] user group"
1141 1317 msgstr ""
1142 1318
1143 1319 #: rhodecode/lib/action_parser.py:131
1144 1320 msgid "[commented] on commit in repository"
1145 1321 msgstr ""
1146 1322
1147 1323 #: rhodecode/lib/action_parser.py:134
1148 1324 msgid "[commented] on pull request for"
1149 1325 msgstr ""
1150 1326
1151 1327 #: rhodecode/lib/action_parser.py:137
1152 1328 msgid "[closed] pull request for"
1153 1329 msgstr ""
1154 1330
1155 1331 #: rhodecode/lib/action_parser.py:140
1156 1332 msgid "[merged] pull request for"
1157 1333 msgstr ""
1158 1334
1159 1335 #: rhodecode/lib/action_parser.py:143
1160 1336 msgid "[pushed] into"
1161 1337 msgstr ""
1162 1338
1163 1339 #: rhodecode/lib/action_parser.py:146
1164 1340 msgid "[committed via RhodeCode] into repository"
1165 1341 msgstr ""
1166 1342
1167 1343 #: rhodecode/lib/action_parser.py:149
1168 1344 msgid "[pulled from remote] into repository"
1169 1345 msgstr ""
1170 1346
1171 1347 #: rhodecode/lib/action_parser.py:152
1172 1348 msgid "[pulled] from"
1173 1349 msgstr ""
1174 1350
1175 1351 #: rhodecode/lib/action_parser.py:155
1176 1352 msgid "[started following] repository"
1177 1353 msgstr ""
1178 1354
1179 1355 #: rhodecode/lib/action_parser.py:158
1180 1356 msgid "[stopped following] repository"
1181 1357 msgstr ""
1182 1358
1183 1359 #: rhodecode/lib/action_parser.py:166
1184 1360 #, python-format
1185 1361 msgid "fork name %s"
1186 1362 msgstr ""
1187 1363
1188 1364 #: rhodecode/lib/action_parser.py:183
1189 1365 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
1190 1366 #, python-format
1191 1367 msgid "Pull request #%s"
1192 1368 msgstr ""
1193 1369
1194 1370 #: rhodecode/lib/action_parser.py:216
1195 1371 #, python-format
1196 1372 msgid "Show all combined commits %s->%s"
1197 1373 msgstr ""
1198 1374
1199 1375 #: rhodecode/lib/action_parser.py:220
1200 1376 msgid "compare view"
1201 1377 msgstr ""
1202 1378
1203 1379 #: rhodecode/lib/action_parser.py:227
1204 1380 #, python-format
1205 1381 msgid " and %(num)s more commits"
1206 1382 msgstr ""
1207 1383
1208 1384 #: rhodecode/lib/action_parser.py:279
1209 1385 #, python-format
1210 1386 msgid "Deleted branch: %s"
1211 1387 msgstr ""
1212 1388
1213 1389 #: rhodecode/lib/action_parser.py:282
1214 1390 #, python-format
1215 1391 msgid "Created tag: %s"
1216 1392 msgstr ""
1217 1393
1218 1394 #: rhodecode/lib/action_parser.py:295
1219 1395 msgid "Commit not found"
1220 1396 msgstr ""
1221 1397
1222 #: rhodecode/lib/auth.py:1106
1398 #: rhodecode/lib/auth.py:1180
1223 1399 #, python-format
1224 1400 msgid "IP %s not allowed"
1225 1401 msgstr ""
1226 1402
1227 #: rhodecode/lib/auth.py:1180
1403 #: rhodecode/lib/auth.py:1254
1228 1404 msgid "You need to be a registered user to perform this action"
1229 1405 msgstr ""
1230 1406
1231 #: rhodecode/lib/auth.py:1227
1407 #: rhodecode/lib/auth.py:1302
1232 1408 #, python-format
1233 1409 msgid "Action not supported for %s."
1234 1410 msgstr ""
1235 1411
1236 #: rhodecode/lib/auth.py:1264
1412 #: rhodecode/lib/auth.py:1339
1237 1413 msgid "You need to be signed in to view this page"
1238 1414 msgstr ""
1239 1415
1240 #: rhodecode/lib/base.py:513
1416 #: rhodecode/lib/base.py:511
1241 1417 #, python-format
1242 1418 msgid "The repository at %(repo_name)s cannot be located."
1243 1419 msgstr ""
1244 1420
1245 1421 #: rhodecode/lib/diffs.py:71
1246 1422 msgid "Binary file"
1247 1423 msgstr ""
1248 1424
1249 1425 #: rhodecode/lib/diffs.py:91
1250 1426 msgid "Changeset was too big and was cut off, use diff menu to display this diff"
1251 1427 msgstr ""
1252 1428
1253 1429 #: rhodecode/lib/diffs.py:102
1254 1430 msgid "No changes detected"
1255 1431 msgstr ""
1256 1432
1257 #: rhodecode/lib/helpers.py:1246
1433 #: rhodecode/lib/helpers.py:1434
1258 1434 #, python-format
1259 1435 msgid " and %s more"
1260 1436 msgstr ""
1261 1437
1262 #: rhodecode/lib/helpers.py:1250
1438 #: rhodecode/lib/helpers.py:1438
1263 1439 msgid "No Files"
1264 1440 msgstr ""
1265 1441
1266 #: rhodecode/lib/helpers.py:1323
1442 #: rhodecode/lib/helpers.py:1511
1267 1443 msgid "new file"
1268 1444 msgstr ""
1269 1445
1270 #: rhodecode/lib/helpers.py:1326
1446 #: rhodecode/lib/helpers.py:1514
1271 1447 msgid "mod"
1272 1448 msgstr ""
1273 1449
1274 #: rhodecode/lib/helpers.py:1329
1450 #: rhodecode/lib/helpers.py:1517
1275 1451 msgid "del"
1276 1452 msgstr ""
1277 1453
1278 #: rhodecode/lib/helpers.py:1332
1454 #: rhodecode/lib/helpers.py:1520
1279 1455 msgid "rename"
1280 1456 msgstr ""
1281 1457
1282 #: rhodecode/lib/helpers.py:1337
1458 #: rhodecode/lib/helpers.py:1525
1283 1459 msgid "chmod"
1284 1460 msgstr ""
1285 1461
1286 #: rhodecode/lib/helpers.py:1579
1462 #: rhodecode/lib/helpers.py:1767
1287 1463 msgid ""
1288 1464 "Example filter terms:\n"
1289 1465 " repository:vcs\n"
1290 1466 " username:marcin\n"
1291 1467 " action:*push*\n"
1292 1468 " ip:127.0.0.1\n"
1293 1469 " date:20120101\n"
1294 1470 " date:[20120101100000 TO 20120102]\n"
1295 1471 "\n"
1296 1472 "Generate wildcards using '*' character:\n"
1297 1473 " \"repository:vcs*\" - search everything starting with 'vcs'\n"
1298 1474 " \"repository:*vcs*\" - search for repository containing 'vcs'\n"
1299 1475 "\n"
1300 1476 "Optional AND / OR operators in queries\n"
1301 1477 " \"repository:vcs OR repository:test\"\n"
1302 1478 " \"username:test AND repository:test*\"\n"
1303 1479 msgstr ""
1304 1480
1305 #: rhodecode/lib/helpers.py:1599
1481 #: rhodecode/lib/helpers.py:1787
1306 1482 #, python-format
1307 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 1484 msgstr ""
1309 1485
1310 #: rhodecode/lib/utils2.py:446
1486 #: rhodecode/lib/utils2.py:453
1311 1487 #, python-format
1312 1488 msgid "%d year"
1313 1489 msgid_plural "%d years"
1314 1490 msgstr[0] ""
1315 1491 msgstr[1] ""
1316 1492
1317 #: rhodecode/lib/utils2.py:447
1493 #: rhodecode/lib/utils2.py:454
1318 1494 #, python-format
1319 1495 msgid "%d month"
1320 1496 msgid_plural "%d months"
1321 1497 msgstr[0] ""
1322 1498 msgstr[1] ""
1323 1499
1324 #: rhodecode/lib/utils2.py:448
1500 #: rhodecode/lib/utils2.py:455
1325 1501 #, python-format
1326 1502 msgid "%d day"
1327 1503 msgid_plural "%d days"
1328 1504 msgstr[0] ""
1329 1505 msgstr[1] ""
1330 1506
1331 #: rhodecode/lib/utils2.py:449
1507 #: rhodecode/lib/utils2.py:456
1332 1508 #, python-format
1333 1509 msgid "%d hour"
1334 1510 msgid_plural "%d hours"
1335 1511 msgstr[0] ""
1336 1512 msgstr[1] ""
1337 1513
1338 #: rhodecode/lib/utils2.py:450
1514 #: rhodecode/lib/utils2.py:457
1339 1515 #, python-format
1340 1516 msgid "%d minute"
1341 1517 msgid_plural "%d minutes"
1342 1518 msgstr[0] ""
1343 1519 msgstr[1] ""
1344 1520
1345 #: rhodecode/lib/utils2.py:451
1521 #: rhodecode/lib/utils2.py:458
1346 1522 #, python-format
1347 1523 msgid "%d second"
1348 1524 msgid_plural "%d seconds"
1349 1525 msgstr[0] ""
1350 1526 msgstr[1] ""
1351 1527
1352 #: rhodecode/lib/utils2.py:469
1528 #: rhodecode/lib/utils2.py:476
1353 1529 #, python-format
1354 1530 msgid "in %s"
1355 1531 msgstr ""
1356 1532
1357 #: rhodecode/lib/utils2.py:475
1533 #: rhodecode/lib/utils2.py:482
1358 1534 #, python-format
1359 1535 msgid "%s ago"
1360 1536 msgstr ""
1361 1537
1362 #: rhodecode/lib/utils2.py:485
1538 #: rhodecode/lib/utils2.py:492
1363 1539 #, python-format
1364 1540 msgid "%s, %s ago"
1365 1541 msgstr ""
1366 1542
1367 #: rhodecode/lib/utils2.py:487
1543 #: rhodecode/lib/utils2.py:494
1368 1544 #, python-format
1369 1545 msgid "in %s, %s"
1370 1546 msgstr ""
1371 1547
1372 #: rhodecode/lib/utils2.py:489
1548 #: rhodecode/lib/utils2.py:496
1373 1549 #, python-format
1374 1550 msgid "%s and %s"
1375 1551 msgstr ""
1376 1552
1377 #: rhodecode/lib/utils2.py:491
1553 #: rhodecode/lib/utils2.py:498
1378 1554 #, python-format
1379 1555 msgid "%s and %s ago"
1380 1556 msgstr ""
1381 1557
1382 #: rhodecode/lib/utils2.py:493
1558 #: rhodecode/lib/utils2.py:500
1383 1559 #, python-format
1384 1560 msgid "in %s and %s"
1385 1561 msgstr ""
1386 1562
1387 #: rhodecode/lib/utils2.py:497
1563 #: rhodecode/lib/utils2.py:504
1388 1564 msgid "just now"
1389 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 1567 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1599 1568 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1600 1569 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
1601 1570 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:684
1602 1571 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:657
1603 1572 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:659
1604 1573 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:682
1605 1574 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1606 1575 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1607 1576 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1608 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1609 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1610 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1611 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1612 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1613 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1614 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1615 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1616 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1617 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1618 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1619 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1620 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2243
1577 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1578 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1579 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1580 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
1581 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
1582 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
1583 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
1584 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
1585 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
1586 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
1587 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
1588 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1589 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2291
1621 1590 msgid "Repository no access"
1622 1591 msgstr ""
1623 1592
1624 1593 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:571
1625 1594 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:583
1626 1595 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:600
1627 1596 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:685
1628 1597 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:658
1629 1598 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:660
1630 1599 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:683
1631 1600 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1632 1601 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1633 1602 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1634 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1635 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1636 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1637 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1638 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1639 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1640 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1641 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1642 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1643 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1644 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1645 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1646 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2244
1603 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:734
1604 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:737
1605 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:739
1606 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:739
1607 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:766
1608 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:776
1609 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:819
1610 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:818
1611 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:819
1612 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:819
1613 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:825
1614 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1615 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972 rhodecode/model/db.py:2292
1647 1616 msgid "Repository read access"
1648 1617 msgstr ""
1649 1618
1650 1619 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:572
1651 1620 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:584
1652 1621 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:601
1653 1622 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:686
1654 1623 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:659
1655 1624 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:661
1656 1625 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:684
1657 1626 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1658 1627 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1659 1628 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1660 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:737
1661 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:740
1662 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:742
1663 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:742
1664 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:769
1665 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:779
1666 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:822
1667 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:821
1668 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:822
1669 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:822
1670 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:828
1671 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:950
1672 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:975 rhodecode/model/db.py:2245
1629 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1630 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1631 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1632 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1633 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1634 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1635 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1636 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1637 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1638 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1639 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1640 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1641 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2293
1673 1642 msgid "Repository write access"
1674 1643 msgstr ""
1675 1644
1676 1645 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:573
1677 1646 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:585
1678 1647 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:602
1679 1648 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:687
1680 1649 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:660
1681 1650 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:662
1682 1651 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:685
1683 1652 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1684 1653 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1685 1654 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1686 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1687 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1688 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1689 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
1690 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
1691 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
1692 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
1693 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
1694 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
1695 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
1696 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
1697 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
1698 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2246
1655 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1656 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1657 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1658 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1659 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1660 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1661 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1662 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1663 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1664 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1665 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1666 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1667 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2294
1699 1668 msgid "Repository admin access"
1700 1669 msgstr ""
1701 1670
1702 1671 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:575
1703 1672 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:587
1704 1673 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:604
1705 1674 msgid "Repositories Group no access"
1706 1675 msgstr ""
1707 1676
1708 1677 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:576
1709 1678 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:588
1710 1679 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:605
1711 1680 msgid "Repositories Group read access"
1712 1681 msgstr ""
1713 1682
1714 1683 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:577
1715 1684 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:589
1716 1685 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:606
1717 1686 msgid "Repositories Group write access"
1718 1687 msgstr ""
1719 1688
1720 1689 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:578
1721 1690 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:590
1722 1691 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:607
1723 1692 msgid "Repositories Group admin access"
1724 1693 msgstr ""
1725 1694
1726 1695 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:580
1727 1696 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:592
1728 1697 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:609
1729 1698 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:694
1730 1699 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:655
1731 1700 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:657
1732 1701 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:680
1733 1702 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1734 1703 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1735 1704 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1736 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1737 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1738 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1705 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:731
1706 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:734
1707 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:736
1739 1708 msgid "RhodeCode Administrator"
1740 1709 msgstr ""
1741 1710
1742 1711 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:581
1743 1712 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:593
1744 1713 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:610
1745 1714 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:695
1746 1715 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:678
1747 1716 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:680
1748 1717 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:703
1749 1718 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1750 1719 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1751 1720 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1752 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
1753 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
1754 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
1755 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
1756 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
1757 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
1758 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
1759 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
1760 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
1761 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
1762 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
1763 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
1764 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2264
1721 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
1722 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
1723 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
1724 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
1725 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
1726 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
1727 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
1728 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
1729 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
1730 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
1731 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
1732 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1733 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2312
1765 1734 msgid "Repository creation disabled"
1766 1735 msgstr ""
1767 1736
1768 1737 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:582
1769 1738 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:594
1770 1739 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:611
1771 1740 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:696
1772 1741 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:679
1773 1742 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:681
1774 1743 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:704
1775 1744 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1776 1745 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1777 1746 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1778 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
1779 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
1780 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
1781 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
1782 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
1783 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
1784 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
1785 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
1786 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
1787 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
1788 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
1789 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
1790 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2265
1747 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:755
1748 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:758
1749 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:760
1750 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:760
1751 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:787
1752 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:797
1753 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:840
1754 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:839
1755 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:840
1756 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:840
1757 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:846
1758 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1759 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993 rhodecode/model/db.py:2313
1791 1760 msgid "Repository creation enabled"
1792 1761 msgstr ""
1793 1762
1794 1763 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:583
1795 1764 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:595
1796 1765 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:612
1797 1766 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:697
1798 1767 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:681
1799 1768 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:683
1800 1769 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:706
1801 1770 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1802 1771 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1803 1772 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1804 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:761
1805 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:764
1806 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:766
1807 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:766
1808 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:793
1809 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:803
1810 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:846
1811 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:845
1812 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:846
1813 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:846
1814 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:852
1815 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:974
1816 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:999 rhodecode/model/db.py:2269
1773 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
1774 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
1775 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
1776 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
1777 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
1778 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
1779 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
1780 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
1781 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
1782 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
1783 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
1784 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
1785 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2317
1817 1786 msgid "Repository forking disabled"
1818 1787 msgstr ""
1819 1788
1820 1789 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:584
1821 1790 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:596
1822 1791 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:613
1823 1792 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:698
1824 1793 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:682
1825 1794 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:684
1826 1795 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:707
1827 1796 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1828 1797 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1829 1798 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1830 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
1831 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
1832 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
1833 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
1834 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
1835 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
1836 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
1837 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
1838 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
1839 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
1840 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
1841 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
1842 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000 rhodecode/model/db.py:2270
1799 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:760
1800 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:763
1801 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:765
1802 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:765
1803 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:792
1804 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:802
1805 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:845
1806 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:844
1807 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:845
1808 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:845
1809 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:851
1810 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
1811 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998 rhodecode/model/db.py:2318
1843 1812 msgid "Repository forking enabled"
1844 1813 msgstr ""
1845 1814
1846 1815 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:585
1847 1816 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:597
1848 1817 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:614
1849 1818 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:699
1850 1819 msgid "Register disabled"
1851 1820 msgstr ""
1852 1821
1853 1822 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:586
1854 1823 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:598
1855 1824 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:615
1856 1825 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:700
1857 1826 msgid "Register new user with RhodeCode with manual activation"
1858 1827 msgstr ""
1859 1828
1860 1829 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:589
1861 1830 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:601
1862 1831 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:618
1863 1832 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:703
1864 1833 msgid "Register new user with RhodeCode with auto activation"
1865 1834 msgstr ""
1866 1835
1867 1836 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:845
1868 1837 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:865
1869 1838 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:874
1870 1839 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:959
1871 1840 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:995
1872 1841 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:997
1873 1842 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1020
1874 1843 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1875 1844 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1876 1845 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1877 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1878 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1879 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1880 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1881 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1882 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1883 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1884 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1885 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1886 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1887 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1888 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1889 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345 rhodecode/model/db.py:2900
1846 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1074
1847 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1077
1848 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1088
1849 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1091
1850 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1121
1851 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1135
1852 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1178
1853 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1177
1854 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1186
1855 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1186
1856 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1196
1857 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
1858 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343 rhodecode/model/db.py:2950
1890 1859 msgid "Not Reviewed"
1891 1860 msgstr ""
1892 1861
1893 1862 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:846
1894 1863 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:866
1895 1864 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:875
1896 1865 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:960
1897 1866 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:996
1898 1867 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:998
1899 1868 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1021
1900 1869 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1901 1870 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1902 1871 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1903 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1904 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
1905 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
1906 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
1907 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
1908 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
1909 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
1910 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
1911 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
1912 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
1913 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
1914 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
1915 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346 rhodecode/model/db.py:2901
1872 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1075
1873 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1078
1874 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1089
1875 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1092
1876 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1122
1877 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1136
1878 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1179
1879 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1178
1880 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1187
1881 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1187
1882 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1197
1883 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
1884 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344 rhodecode/model/db.py:2951
1916 1885 msgid "Approved"
1917 1886 msgstr ""
1918 1887
1919 1888 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:847
1920 1889 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:867
1921 1890 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:876
1922 1891 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:961
1923 1892 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:997
1924 1893 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:999
1925 1894 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1022
1926 1895 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1927 1896 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1928 1897 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1929 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1078
1930 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1081
1931 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1092
1932 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1095
1933 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1125
1934 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1139
1935 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1182
1936 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1181
1937 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1190
1938 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1190
1939 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1200
1940 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1322
1941 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1347 rhodecode/model/db.py:2902
1898 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1899 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1900 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1901 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1902 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1903 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1904 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1905 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1906 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1907 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1908 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1909 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1910 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345 rhodecode/model/db.py:2952
1942 1911 msgid "Rejected"
1943 1912 msgstr ""
1944 1913
1945 1914 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:848
1946 1915 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:868
1947 1916 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:877
1948 1917 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:962
1949 1918 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:998
1950 1919 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:1000
1951 1920 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1023
1952 1921 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
1953 1922 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
1954 1923 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
1955 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1079
1956 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1082
1957 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1093
1958 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1096
1959 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1126
1960 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1140
1961 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1183
1962 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1182
1963 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1191
1964 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1191
1965 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1201
1966 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1323
1967 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1348 rhodecode/model/db.py:2903
1924 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1925 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
1926 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
1927 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
1928 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
1929 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
1930 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
1931 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
1932 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
1933 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
1934 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
1935 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
1936 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346 rhodecode/model/db.py:2953
1968 1937 msgid "Under Review"
1969 1938 msgstr ""
1970 1939
1971 1940 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:689
1972 1941 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:662
1973 1942 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:664
1974 1943 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:687
1975 1944 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
1976 1945 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
1977 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 1993 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
1979 1994 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
1980 1995 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
1981 1996 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:745
1982 1997 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:772
1983 1998 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:782
1984 1999 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:825
1985 2000 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:824
1986 2001 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:825
1987 2002 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
1988 2003 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
1989 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
1991 msgid "Repository group no access"
1992 msgstr ""
1993
1994 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
1995 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
1996 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
1997 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
1998 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
1999 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2000 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2005 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2298
2006 msgid "Repository group write access"
2007 msgstr ""
2008
2009 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2010 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2011 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2012 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2013 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2014 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2015 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2001 2016 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2002 2017 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2003 2018 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
2004 2019 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:746
2005 2020 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:773
2006 2021 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:783
2007 2022 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:826
2008 2023 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:825
2009 2024 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:826
2010 2025 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2011 2026 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2012 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
2014 msgid "Repository group read access"
2015 msgstr ""
2016
2017 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2018 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2019 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2020 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2021 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2022 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
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
2028 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2299
2029 msgid "Repository group admin access"
2030 msgstr ""
2031
2032 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2033 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2034 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2035 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2036 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2037 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2047 2038 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2048 2039 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2049 2040 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
2050 2041 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:748
2051 2042 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:775
2052 2043 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:785
2053 2044 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:828
2054 2045 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:827
2055 2046 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:828
2056 2047 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2057 2048 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2058 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
2060 msgid "Repository group admin access"
2061 msgstr ""
2062
2063 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2064 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2065 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2066 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2067 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2068 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2050 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2301
2051 msgid "User group no access"
2052 msgstr ""
2053
2054 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2055 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2056 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2057 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2058 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
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 2082 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2070 2083 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2071 2084 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
2072 2085 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:750
2073 2086 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:777
2074 2087 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:787
2075 2088 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:830
2076 2089 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:829
2077 2090 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:830
2078 2091 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2079 2092 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2080 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
2082 msgid "User group no access"
2083 msgstr ""
2084
2085 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2086 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2087 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2088 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2089 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2090 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2094 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2303
2095 msgid "User group write access"
2096 msgstr ""
2097
2098 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2099 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2100 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2101 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2102 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2103 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2091 2104 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2092 2105 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2093 2106 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
2094 2107 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:751
2095 2108 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:778
2096 2109 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:788
2097 2110 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:831
2098 2111 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:830
2099 2112 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:831
2100 2113 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2101 2114 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2102 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
2104 msgid "User group read access"
2105 msgstr ""
2106
2107 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2108 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2109 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2110 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2111 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2112 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
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
2116 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2304
2117 msgid "User group admin access"
2118 msgstr ""
2119
2120 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2121 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2122 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2123 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2124 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2125 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2135 2126 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2136 2127 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2137 2128 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
2138 2129 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:753
2139 2130 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:780
2140 2131 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:790
2141 2132 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:833
2142 2133 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:832
2143 2134 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:833
2144 2135 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2145 2136 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2146 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
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
2138 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2306
2170 2139 msgid "Repository Group creation disabled"
2171 2140 msgstr ""
2172 2141
2173 2142 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:673
2174 2143 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:675
2175 2144 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:698
2176 2145 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2177 2146 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2178 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 2170 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2180 2171 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2181 2172 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
2182 2173 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:756
2183 2174 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:783
2184 2175 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:793
2185 2176 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:836
2186 2177 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:835
2187 2178 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:836
2188 2179 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2189 2180 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2190 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
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
2182 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2309
2214 2183 msgid "User Group creation disabled"
2215 2184 msgstr ""
2216 2185
2217 2186 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:676
2218 2187 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:678
2219 2188 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:701
2220 2189 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2221 2190 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2222 2191 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2223 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
2224 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
2225 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
2226 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
2227 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
2228 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
2229 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
2230 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
2231 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
2232 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
2233 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
2234 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
2235 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2262
2192 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:752
2193 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:755
2194 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:757
2195 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:757
2196 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:784
2197 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:794
2198 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:837
2199 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:836
2200 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:837
2201 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:837
2202 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:843
2203 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2204 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990 rhodecode/model/db.py:2310
2236 2205 msgid "User Group creation enabled"
2237 2206 msgstr ""
2238 2207
2239 2208 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:684
2240 2209 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:686
2241 2210 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:709
2242 2211 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2243 2212 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2244 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 2258 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2246 2259 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2247 2260 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
2248 2261 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:769
2249 2262 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:796
2250 2263 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:806
2251 2264 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:849
2252 2265 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:848
2253 2266 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:849
2254 2267 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:849
2255 2268 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2256 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
2258 msgid "Registration disabled"
2259 msgstr ""
2260
2261 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2262 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2263 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2264 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2265 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2266 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
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
2270 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002 rhodecode/model/db.py:2322
2271 msgid "User Registration with automatic account activation"
2272 msgstr ""
2273
2274 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2275 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2276 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2277 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2278 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2279 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2289 2280 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2290 2281 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2291 2282 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
2292 2283 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:771
2293 2284 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:798
2294 2285 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:808
2295 2286 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:851
2296 2287 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:850
2297 2288 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:851
2298 2289 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:851
2299 2290 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2300 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
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
2292 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004 rhodecode/model/db.py:2324
2324 2293 msgid "Manual activation of external account"
2325 2294 msgstr ""
2326 2295
2327 2296 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:689
2328 2297 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:691
2329 2298 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:714
2330 2299 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2331 2300 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2332 2301 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2333 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:769
2334 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:772
2335 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:774
2336 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:774
2337 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:801
2302 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:767
2303 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:770
2304 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:772
2305 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:772
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 2363 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2339 2364 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2340 2365 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
2341 2366 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:854
2342 2367 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:854
2343 2368 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2344 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
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
2370 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007 rhodecode/model/db.py:2327
2402 2371 msgid "Inherit object permissions from default user disabled"
2403 2372 msgstr ""
2404 2373
2405 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:814
2406 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:857
2407 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:856
2408 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:857
2409 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:857
2410 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:863
2411 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:985
2412 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1010 rhodecode/model/db.py:2280
2374 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:812
2375 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:855
2376 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:854
2377 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:855
2378 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:855
2379 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:861
2380 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2381 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008 rhodecode/model/db.py:2328
2413 2382 msgid "Inherit object permissions from default user enabled"
2414 2383 msgstr ""
2415 2384
2416 #: rhodecode/lib/index/whoosh.py:129
2385 #: rhodecode/lib/index/whoosh.py:148
2417 2386 msgid "Invalid search query. Try quoting it."
2418 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 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 2414 msgid "Commit index"
2446 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 2434 msgid "all"
2450 2435 msgstr ""
2451 2436
2452 #: rhodecode/model/db.py:872
2437 #: rhodecode/model/db.py:910
2453 2438 msgid "http/web interface"
2454 2439 msgstr ""
2455 2440
2456 #: rhodecode/model/db.py:873
2441 #: rhodecode/model/db.py:911
2457 2442 msgid "vcs (git/hg protocol)"
2458 2443 msgstr ""
2459 2444
2460 #: rhodecode/model/db.py:874
2445 #: rhodecode/model/db.py:912
2461 2446 msgid "api calls"
2462 2447 msgstr ""
2463 2448
2464 #: rhodecode/model/db.py:875
2449 #: rhodecode/model/db.py:913
2465 2450 msgid "feed access"
2466 2451 msgstr ""
2467 2452
2468 #: rhodecode/model/db.py:2020
2453 #: rhodecode/model/db.py:2067
2469 2454 msgid "No parent"
2470 2455 msgstr ""
2471 2456
2472 2457 #: rhodecode/model/forms.py:66
2473 2458 msgid "Please enter a login"
2474 2459 msgstr ""
2475 2460
2476 2461 #: rhodecode/model/forms.py:67
2477 2462 #, python-format
2478 2463 msgid "Enter a value %(min)i characters long or more"
2479 2464 msgstr ""
2480 2465
2481 2466 #: rhodecode/model/forms.py:76
2482 2467 msgid "Please enter a password"
2483 2468 msgstr ""
2484 2469
2485 2470 #: rhodecode/model/forms.py:77
2486 2471 #, python-format
2487 2472 msgid "Enter %(min)i characters or more"
2488 2473 msgstr ""
2489 2474
2490 2475 #: rhodecode/model/notification.py:247
2491 2476 #, python-format
2492 2477 msgid "%(user)s commented on commit %(date_or_age)s"
2493 2478 msgstr ""
2494 2479
2495 2480 #: rhodecode/model/notification.py:248
2496 2481 #, python-format
2497 2482 msgid "%(user)s commented on commit at %(date_or_age)s"
2498 2483 msgstr ""
2499 2484
2500 2485 #: rhodecode/model/notification.py:251
2501 2486 #, python-format
2502 2487 msgid "%(user)s sent message %(date_or_age)s"
2503 2488 msgstr ""
2504 2489
2505 2490 #: rhodecode/model/notification.py:252
2506 2491 #, python-format
2507 2492 msgid "%(user)s sent message at %(date_or_age)s"
2508 2493 msgstr ""
2509 2494
2510 2495 #: rhodecode/model/notification.py:255
2511 2496 #, python-format
2512 2497 msgid "%(user)s mentioned you %(date_or_age)s"
2513 2498 msgstr ""
2514 2499
2515 2500 #: rhodecode/model/notification.py:256
2516 2501 #, python-format
2517 2502 msgid "%(user)s mentioned you at %(date_or_age)s"
2518 2503 msgstr ""
2519 2504
2520 2505 #: rhodecode/model/notification.py:259
2521 2506 #, python-format
2522 2507 msgid "%(user)s registered in RhodeCode %(date_or_age)s"
2523 2508 msgstr ""
2524 2509
2525 2510 #: rhodecode/model/notification.py:260
2526 2511 #, python-format
2527 2512 msgid "%(user)s registered in RhodeCode at %(date_or_age)s"
2528 2513 msgstr ""
2529 2514
2530 2515 #: rhodecode/model/notification.py:263
2531 2516 #, python-format
2532 2517 msgid "%(user)s opened new pull request %(date_or_age)s"
2533 2518 msgstr ""
2534 2519
2535 2520 #: rhodecode/model/notification.py:264
2536 2521 #, python-format
2537 2522 msgid "%(user)s opened new pull request at %(date_or_age)s"
2538 2523 msgstr ""
2539 2524
2540 2525 #: rhodecode/model/notification.py:267
2541 2526 #, python-format
2542 2527 msgid "%(user)s commented on pull request %(date_or_age)s"
2543 2528 msgstr ""
2544 2529
2545 2530 #: rhodecode/model/notification.py:268
2546 2531 #, python-format
2547 2532 msgid "%(user)s commented on pull request at %(date_or_age)s"
2548 2533 msgstr ""
2549 2534
2550 2535 #: rhodecode/model/pull_request.py:69
2551 2536 msgid "This pull request can be automatically merged."
2552 2537 msgstr ""
2553 2538
2554 2539 #: rhodecode/model/pull_request.py:71
2555 2540 msgid "This pull request cannot be merged because of an unhandled exception."
2556 2541 msgstr ""
2557 2542
2558 2543 #: rhodecode/model/pull_request.py:74
2559 2544 msgid "This pull request cannot be merged because of conflicts."
2560 2545 msgstr ""
2561 2546
2562 2547 #: rhodecode/model/pull_request.py:76
2563 2548 msgid "This pull request could not be merged because push to target failed."
2564 2549 msgstr ""
2565 2550
2566 2551 #: rhodecode/model/pull_request.py:79
2567 2552 msgid "This pull request cannot be merged because the target is not a head."
2568 2553 msgstr ""
2569 2554
2570 2555 #: rhodecode/model/pull_request.py:82
2571 2556 msgid "This pull request cannot be merged because the source contains more branches than the target."
2572 2557 msgstr ""
2573 2558
2574 2559 #: rhodecode/model/pull_request.py:85
2575 2560 msgid "This pull request cannot be merged because the target has multiple heads."
2576 2561 msgstr ""
2577 2562
2578 2563 #: rhodecode/model/pull_request.py:88
2579 2564 msgid "This pull request cannot be merged because the target repository is locked."
2580 2565 msgstr ""
2581 2566
2582 2567 #: rhodecode/model/pull_request.py:91
2583 2568 msgid "This pull request cannot be merged because the target or the source reference is missing."
2584 2569 msgstr ""
2585 2570
2586 #: rhodecode/model/pull_request.py:411
2571 #: rhodecode/model/pull_request.py:416
2587 2572 #, python-format
2588 2573 msgid ""
2589 2574 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
2590 2575 "\n"
2591 2576 " %(pr_title)s"
2592 2577 msgstr ""
2593 2578
2594 #: rhodecode/model/pull_request.py:443
2579 #: rhodecode/model/pull_request.py:448
2595 2580 msgid "Pull request merged and closed"
2596 2581 msgstr ""
2597 2582
2598 #: rhodecode/model/pull_request.py:859
2583 #: rhodecode/model/pull_request.py:867
2599 2584 msgid "Server-side pull request merging is disabled."
2600 2585 msgstr ""
2601 2586
2602 #: rhodecode/model/pull_request.py:861
2587 #: rhodecode/model/pull_request.py:869
2603 2588 msgid "This pull request is closed."
2604 2589 msgstr ""
2605 2590
2606 #: rhodecode/model/pull_request.py:872
2591 #: rhodecode/model/pull_request.py:880
2607 2592 msgid "Pull request merging is not supported."
2608 2593 msgstr ""
2609 2594
2610 #: rhodecode/model/pull_request.py:890
2595 #: rhodecode/model/pull_request.py:898
2611 2596 msgid "Target repository large files support is disabled."
2612 2597 msgstr ""
2613 2598
2614 #: rhodecode/model/pull_request.py:893
2599 #: rhodecode/model/pull_request.py:901
2615 2600 msgid "Source repository large files support is disabled."
2616 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 2604 msgid "Bookmarks"
2620 2605 msgstr ""
2621 2606
2622 #: rhodecode/model/pull_request.py:1041
2607 #: rhodecode/model/pull_request.py:1055
2623 2608 msgid "Commit IDs"
2624 2609 msgstr ""
2625 2610
2626 #: rhodecode/model/pull_request.py:1044
2611 #: rhodecode/model/pull_request.py:1058
2627 2612 msgid "Closed Branches"
2628 2613 msgstr ""
2629 2614
2630 2615 #: rhodecode/model/scm.py:773
2631 2616 msgid "latest tip"
2632 2617 msgstr ""
2633 2618
2634 2619 #: rhodecode/model/user.py:124
2635 2620 msgid "You can't Edit this user since it's crucial for entire application"
2636 2621 msgstr ""
2637 2622
2638 #: rhodecode/model/user.py:283
2623 #: rhodecode/model/user.py:285
2639 2624 #, python-format
2640 2625 msgid "You can't edit this user (`%(username)s`) since it's crucial for entire application"
2641 2626 msgstr ""
2642 2627
2643 #: rhodecode/model/user.py:456
2628 #: rhodecode/model/user.py:458
2644 2629 msgid "You can't remove this user since it's crucial for entire application"
2645 2630 msgstr ""
2646 2631
2647 #: rhodecode/model/user.py:464
2632 #: rhodecode/model/user.py:466
2648 2633 #, python-format
2649 2634 msgid "user \"%s\" still owns %s repositories and cannot be removed. Switch owners or remove those repositories:%s"
2650 2635 msgstr ""
2651 2636
2652 #: rhodecode/model/user.py:473
2637 #: rhodecode/model/user.py:475
2653 2638 #, python-format
2654 2639 msgid "user \"%s\" still owns %s repository groups and cannot be removed. Switch owners or remove those repository groups:%s"
2655 2640 msgstr ""
2656 2641
2657 #: rhodecode/model/user.py:482
2642 #: rhodecode/model/user.py:484
2658 2643 #, python-format
2659 2644 msgid "user \"%s\" still owns %s user groups and cannot be removed. Switch owners or remove those user groups:%s"
2660 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 2648 msgid "Value cannot be an empty list"
2664 2649 msgstr ""
2665 2650
2666 #: rhodecode/model/validators.py:140
2651 #: rhodecode/model/validators.py:142
2667 2652 msgid "Pattern already exists"
2668 2653 msgstr ""
2669 2654
2670 #: rhodecode/model/validators.py:158
2671 #, python-format
2672 msgid "Username \"%(username)s\" already exists"
2673 msgstr ""
2674
2675 2655 #: rhodecode/model/validators.py:160
2676 2656 #, python-format
2677 msgid "Username \"%(username)s\" is forbidden"
2657 msgid "Username \"%(username)s\" already exists"
2678 2658 msgstr ""
2679 2659
2680 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 2666 msgid "Username may only contain alphanumeric characters underscores, periods or dashes and must begin with alphanumeric character or underscore"
2682 2667 msgstr ""
2683 2668
2684 #: rhodecode/model/validators.py:190
2669 #: rhodecode/model/validators.py:192
2685 2670 msgid "The input is not valid"
2686 2671 msgstr ""
2687 2672
2688 #: rhodecode/model/validators.py:197
2673 #: rhodecode/model/validators.py:199
2689 2674 #, python-format
2690 2675 msgid "Username %(username)s is not valid"
2691 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 2684 msgid "Invalid user group name"
2695 2685 msgstr ""
2696 2686
2697 #: rhodecode/model/validators.py:217
2687 #: rhodecode/model/validators.py:224
2698 2688 #, python-format
2699 2689 msgid "User group \"%(usergroup)s\" already exists"
2700 2690 msgstr ""
2701 2691
2702 #: rhodecode/model/validators.py:219
2692 #: rhodecode/model/validators.py:226
2703 2693 msgid "user group name may only contain alphanumeric characters underscores, periods or dashes and must begin with alphanumeric character"
2704 2694 msgstr ""
2705 2695
2706 #: rhodecode/model/validators.py:257
2696 #: rhodecode/model/validators.py:264
2707 2697 msgid "Cannot assign this group as parent"
2708 2698 msgstr ""
2709 2699
2710 #: rhodecode/model/validators.py:258
2700 #: rhodecode/model/validators.py:265
2711 2701 #, python-format
2712 2702 msgid "Group \"%(group_name)s\" already exists"
2713 2703 msgstr ""
2714 2704
2715 #: rhodecode/model/validators.py:259
2705 #: rhodecode/model/validators.py:266
2716 2706 #, python-format
2717 2707 msgid "Repository with name \"%(group_name)s\" already exists"
2718 2708 msgstr ""
2719 2709
2720 #: rhodecode/model/validators.py:261
2710 #: rhodecode/model/validators.py:268
2721 2711 msgid "no permission to store repository groupin this location"
2722 2712 msgstr ""
2723 2713
2724 #: rhodecode/model/validators.py:263
2714 #: rhodecode/model/validators.py:270
2725 2715 msgid "no permission to store repository group in root location"
2726 2716 msgstr ""
2727 2717
2728 #: rhodecode/model/validators.py:379
2718 #: rhodecode/model/validators.py:386
2729 2719 msgid "Invalid characters (non-ascii) in password"
2730 2720 msgstr ""
2731 2721
2732 #: rhodecode/model/validators.py:394
2722 #: rhodecode/model/validators.py:401
2733 2723 msgid "Invalid old password"
2734 2724 msgstr ""
2735 2725
2736 #: rhodecode/model/validators.py:412
2726 #: rhodecode/model/validators.py:418
2737 2727 msgid "Passwords do not match"
2738 2728 msgstr ""
2739 2729
2740 #: rhodecode/model/validators.py:430
2730 #: rhodecode/model/validators.py:436
2741 2731 msgid "invalid password"
2742 2732 msgstr ""
2743 2733
2744 #: rhodecode/model/validators.py:431
2734 #: rhodecode/model/validators.py:437
2745 2735 msgid "invalid user name"
2746 2736 msgstr ""
2747 2737
2748 #: rhodecode/model/validators.py:432
2738 #: rhodecode/model/validators.py:438
2749 2739 msgid "Your account is disabled"
2750 2740 msgstr ""
2751 2741
2752 #: rhodecode/model/validators.py:465
2742 #: rhodecode/model/validators.py:470
2753 2743 msgid "Token mismatch"
2754 2744 msgstr ""
2755 2745
2756 #: rhodecode/model/validators.py:479
2746 #: rhodecode/model/validators.py:484
2757 2747 #, python-format
2758 2748 msgid "Repository name %(repo)s is disallowed"
2759 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 2751 #: rhodecode/model/validators.py:486
2772 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 2754 msgstr ""
2775 2755
2776 2756 #: rhodecode/model/validators.py:488
2777 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 2768 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2779 2769 msgstr ""
2780 2770
2781 #: rhodecode/model/validators.py:615
2771 #: rhodecode/model/validators.py:620
2782 2772 #, python-format
2783 2773 msgid "invalid clone url for %(rtype)s repository"
2784 2774 msgstr ""
2785 2775
2786 #: rhodecode/model/validators.py:616
2776 #: rhodecode/model/validators.py:621
2787 2777 #, python-format
2788 2778 msgid "Invalid clone url, provide a valid clone url starting with one of %(allowed_prefixes)s"
2789 2779 msgstr ""
2790 2780
2791 #: rhodecode/model/validators.py:645
2781 #: rhodecode/model/validators.py:650
2792 2782 msgid "Fork have to be the same type as parent"
2793 2783 msgstr ""
2794 2784
2795 #: rhodecode/model/validators.py:660
2785 #: rhodecode/model/validators.py:665
2796 2786 msgid "You do not have the permission to create repositories in this group."
2797 2787 msgstr ""
2798 2788
2799 #: rhodecode/model/validators.py:663
2789 #: rhodecode/model/validators.py:668
2800 2790 msgid "You do not have the permission to store repositories in the root location."
2801 2791 msgstr ""
2802 2792
2803 #: rhodecode/model/validators.py:723
2793 #: rhodecode/model/validators.py:728
2804 2794 msgid "This username or user group name is not valid"
2805 2795 msgstr ""
2806 2796
2807 #: rhodecode/model/validators.py:841
2797 #: rhodecode/model/validators.py:846
2808 2798 msgid "This is not a valid path"
2809 2799 msgstr ""
2810 2800
2811 #: rhodecode/model/validators.py:856
2801 #: rhodecode/model/validators.py:861
2812 2802 msgid "This e-mail address is already taken"
2813 2803 msgstr ""
2814 2804
2815 #: rhodecode/model/validators.py:876
2805 #: rhodecode/model/validators.py:881
2816 2806 #, python-format
2817 2807 msgid "e-mail \"%(email)s\" does not exist."
2818 2808 msgstr ""
2819 2809
2820 #: rhodecode/model/validators.py:912
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
2810 #: rhodecode/model/validators.py:902
2825 2811 #, python-format
2826 2812 msgid "Revisions %(revs)s are already part of pull request or have set status"
2827 2813 msgstr ""
2828 2814
2829 #: rhodecode/model/validators.py:957
2815 #: rhodecode/model/validators.py:933
2830 2816 msgid "Please enter a valid IPv4 or IpV6 address"
2831 2817 msgstr ""
2832 2818
2833 #: rhodecode/model/validators.py:958
2819 #: rhodecode/model/validators.py:934
2834 2820 #, python-format
2835 2821 msgid "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2836 2822 msgstr ""
2837 2823
2838 #: rhodecode/model/validators.py:985
2824 #: rhodecode/model/validators.py:961
2839 2825 msgid "Key name can only consist of letters, underscore, dash or numbers"
2840 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 2847 #: rhodecode/model/validators.py:1000
2843 msgid "Filename cannot be inside a directory"
2844 msgstr ""
2845
2846 #: rhodecode/model/validators.py:1016
2847 #, python-format
2848 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2849 msgstr ""
2850
2851 #: rhodecode/model/validators.py:1048
2848 #, python-format
2849 msgid "No plugin available with ID \"%(plugin_id)s\""
2850 msgstr ""
2851
2852 #: rhodecode/model/validators.py:1067
2852 2853 msgid "This gistid is already in use"
2853 2854 msgstr ""
2854 2855
2855 2856 #: rhodecode/templates/index.html:5
2856 2857 msgid "Dashboard"
2857 2858 msgstr ""
2858 2859
2859 2860 #: rhodecode/templates/index_base.html:8
2860 2861 #: rhodecode/templates/admin/gists/index.html:18
2861 2862 #: rhodecode/templates/admin/my_account/my_account_repos.html:7
2862 2863 #: rhodecode/templates/admin/my_account/my_account_watched.html:7
2863 2864 #: rhodecode/templates/admin/repo_groups/repo_groups.html:12
2864 2865 #: rhodecode/templates/admin/repos/repos.html:12
2865 2866 #: rhodecode/templates/admin/user_groups/user_groups.html:12
2866 2867 #: rhodecode/templates/admin/users/users.html:12
2867 2868 #: rhodecode/templates/bookmarks/bookmarks.html:12
2868 2869 #: rhodecode/templates/branches/branches.html:12
2869 2870 #: rhodecode/templates/journal/journal.html:12
2870 2871 #: rhodecode/templates/tags/tags.html:12
2871 2872 msgid "quick filter..."
2872 2873 msgstr ""
2873 2874
2874 2875 #: rhodecode/templates/index_base.html:10
2875 2876 msgid "matches"
2876 2877 msgstr ""
2877 2878
2878 2879 #: rhodecode/templates/index_base.html:30
2879 2880 #: rhodecode/templates/index_base.html:39
2880 2881 #: rhodecode/templates/admin/repos/repo_add.html:22
2881 2882 #: rhodecode/templates/admin/repos/repos.html:27
2882 2883 msgid "Add Repository"
2883 2884 msgstr ""
2884 2885
2885 2886 #: rhodecode/templates/index_base.html:34
2886 2887 #: rhodecode/templates/index_base.html:42
2887 2888 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:16
2888 2889 #: rhodecode/templates/admin/repo_groups/repo_groups.html:27
2889 2890 msgid "Add Repository Group"
2890 2891 msgstr ""
2891 2892
2892 2893 #: rhodecode/templates/index_base.html:45
2893 2894 msgid "You have admin right to this group, and can edit it"
2894 2895 msgstr ""
2895 2896
2896 2897 #: rhodecode/templates/index_base.html:45
2897 2898 msgid "Edit Repository Group"
2898 2899 msgstr ""
2899 2900
2900 2901 #: rhodecode/templates/index_base.html:97
2901 2902 #: rhodecode/templates/index_base.html:122
2902 2903 #: rhodecode/templates/admin/gists/index.html:112
2903 2904 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
2904 2905 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2905 2906 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2906 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 2909 #: rhodecode/templates/admin/repos/repos.html:54
2909 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 2912 #: rhodecode/templates/bookmarks/bookmarks.html:59
2912 2913 #: rhodecode/templates/branches/branches.html:58
2913 2914 #: rhodecode/templates/files/files_browser.html:49
2914 2915 #: rhodecode/templates/pullrequests/pullrequests.html:100
2915 2916 #: rhodecode/templates/tags/tags.html:59
2916 2917 msgid "Name"
2917 2918 msgstr ""
2918 2919
2919 2920 #: rhodecode/templates/index_base.html:100
2920 2921 #: rhodecode/templates/index_base.html:125
2921 2922 #: rhodecode/templates/admin/gists/index.html:114
2922 2923 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
2923 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 2926 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
2926 2927 #: rhodecode/templates/admin/repos/repo_add_base.html:32
2927 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 2930 #: rhodecode/templates/admin/repos/repos.html:57
2930 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 2933 #: rhodecode/templates/admin/user_groups/user_groups.html:57
2933 2934 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
2934 2935 #: rhodecode/templates/base/issue_tracker_settings.html:10
2935 2936 #: rhodecode/templates/changeset/changeset.html:53
2936 #: rhodecode/templates/compare/compare_cs.html:24
2937 #: rhodecode/templates/compare/compare_commits.html:24
2937 2938 #: rhodecode/templates/email_templates/pull_request_review.mako:30
2938 2939 #: rhodecode/templates/email_templates/pull_request_review.mako:67
2939 2940 #: rhodecode/templates/files/file_tree_detail.html:5
2940 2941 #: rhodecode/templates/files/file_tree_detail.html:12
2941 2942 #: rhodecode/templates/forks/fork.html:48
2942 #: rhodecode/templates/forks/forks_data.html:8
2943 #: rhodecode/templates/forks/forks_data.html:9
2943 2944 #: rhodecode/templates/pullrequests/pullrequest.html:47
2944 2945 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
2945 2946 #: rhodecode/templates/summary/components.html:73
2946 2947 msgid "Description"
2947 2948 msgstr ""
2948 2949
2949 2950 #: rhodecode/templates/index_base.html:102
2950 2951 #: rhodecode/templates/index_base.html:133
2951 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 2954 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
2954 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 2957 #: rhodecode/templates/admin/repos/repos.html:65
2957 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 2960 #: rhodecode/templates/admin/user_groups/user_groups.html:64
2961 #: rhodecode/templates/forks/forks_data.html:7
2960 2962 #: rhodecode/templates/summary/components.html:195
2961 2963 msgid "Owner"
2962 2964 msgstr ""
2963 2965
2964 2966 #: rhodecode/templates/index_base.html:128
2965 2967 #: rhodecode/templates/admin/repos/repos.html:60
2966 2968 msgid "Last Change"
2967 2969 msgstr ""
2968 2970
2969 2971 #: rhodecode/templates/index_base.html:131
2970 2972 #: rhodecode/templates/admin/my_account/my_account_repos.html:35
2971 2973 #: rhodecode/templates/admin/my_account/my_account_watched.html:35
2972 2974 #: rhodecode/templates/admin/repos/repos.html:63
2973 2975 #: rhodecode/templates/bookmarks/bookmarks.html:66
2974 2976 #: rhodecode/templates/branches/branches.html:65
2975 2977 #: rhodecode/templates/changelog/changelog.html:106
2976 2978 #: rhodecode/templates/changelog/changelog_summary_data.html:6
2977 2979 #: rhodecode/templates/changeset/changeset.html:36
2978 #: rhodecode/templates/compare/compare_cs.html:22
2980 #: rhodecode/templates/compare/compare_commits.html:22
2979 2981 #: rhodecode/templates/email_templates/commit_comment.mako:16
2980 2982 #: rhodecode/templates/email_templates/commit_comment.mako:45
2981 2983 #: rhodecode/templates/search/search_commit.html:6
2982 2984 #: rhodecode/templates/tags/tags.html:66
2983 2985 msgid "Commit"
2984 2986 msgstr ""
2985 2987
2986 2988 #: rhodecode/templates/index_repo_group.html:5
2987 2989 #, python-format
2988 2990 msgid "%s Repository group dashboard"
2989 2991 msgstr ""
2990 2992
2991 2993 #: rhodecode/templates/index_repo_group.html:13
2992 2994 msgid "Home"
2993 2995 msgstr ""
2994 2996
2995 #: rhodecode/templates/login.html:6 rhodecode/templates/login.html:36
2996 #: rhodecode/templates/login.html:52 rhodecode/templates/base/base.html:326
2997 #: rhodecode/templates/login.html:5 rhodecode/templates/login.html:35
2998 #: rhodecode/templates/login.html:64 rhodecode/templates/base/base.html:328
2997 2999 #: rhodecode/templates/debug_style/login.html:60
2998 3000 msgid "Sign In"
2999 3001 msgstr ""
3000 3002
3001 #: rhodecode/templates/login.html:38
3003 #: rhodecode/templates/login.html:37
3002 3004 msgid "Go to the registration page to create a new account."
3003 3005 msgstr ""
3004 3006
3005 3007 #: rhodecode/templates/login.html:43 rhodecode/templates/register.html:41
3006 3008 #: rhodecode/templates/admin/admin_log.html:5
3007 3009 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
3008 3010 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:21
3009 3011 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:66
3010 3012 #: rhodecode/templates/admin/users/user_add.html:35
3011 3013 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3012 3014 #: rhodecode/templates/admin/users/users.html:89
3013 #: rhodecode/templates/base/base.html:303
3015 #: rhodecode/templates/base/base.html:305
3014 3016 #: rhodecode/templates/debug_style/login.html:36
3015 3017 #: rhodecode/templates/users/user_profile.html:27
3016 3018 msgid "Username"
3017 3019 msgstr ""
3018 3020
3019 #: rhodecode/templates/login.html:48
3021 #: rhodecode/templates/login.html:58
3020 3022 msgid "Remember me"
3021 3023 msgstr ""
3022 3024
3023 #: rhodecode/templates/login.html:50
3025 #: rhodecode/templates/login.html:61
3024 3026 msgid "Forgot your password?"
3025 3027 msgstr ""
3026 3028
3027 #: rhodecode/templates/login.html:62
3028 msgid "Sign In using one of external services"
3029 msgstr ""
3030
3031 3029 #: rhodecode/templates/password_reset.html:5
3032 #: rhodecode/templates/register.html:6
3030 #: rhodecode/templates/register.html:5
3033 3031 msgid "Create an Account"
3034 3032 msgstr ""
3035 3033
3036 3034 #: rhodecode/templates/password_reset.html:35
3037 3035 msgid "Reset your Password"
3038 3036 msgstr ""
3039 3037
3040 3038 #: rhodecode/templates/password_reset.html:36
3041 3039 msgid "Go to the login page to sign in."
3042 3040 msgstr ""
3043 3041
3044 3042 #: rhodecode/templates/password_reset.html:40
3045 3043 msgid "Email Address"
3046 3044 msgstr ""
3047 3045
3048 #: rhodecode/templates/password_reset.html:45
3049 #: rhodecode/templates/register.html:56
3046 #: rhodecode/templates/password_reset.html:49
3047 #: rhodecode/templates/register.html:85
3050 3048 msgid "Captcha"
3051 3049 msgstr ""
3052 3050
3053 #: rhodecode/templates/password_reset.html:51
3051 #: rhodecode/templates/password_reset.html:59
3054 3052 msgid "Send password reset email"
3055 3053 msgstr ""
3056 3054
3057 #: rhodecode/templates/password_reset.html:52
3055 #: rhodecode/templates/password_reset.html:60
3058 3056 msgid "Password reset link will be send to matching email address"
3059 3057 msgstr ""
3060 3058
3059 #: rhodecode/templates/register.html:35
3060 msgid "Create an account"
3061 msgstr ""
3062
3061 3063 #: rhodecode/templates/register.html:36
3062 msgid "Create an account"
3063 msgstr ""
3064
3065 #: rhodecode/templates/register.html:37
3066 3064 msgid "Go to the login page to sign in with an existing account."
3067 3065 msgstr ""
3068 3066
3069 #: rhodecode/templates/register.html:45
3067 #: rhodecode/templates/register.html:55
3070 3068 msgid "Re-enter password"
3071 3069 msgstr ""
3072 3070
3073 #: rhodecode/templates/register.html:47
3071 #: rhodecode/templates/register.html:62
3074 3072 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3075 3073 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3076 3074 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
3077 3075 #: rhodecode/templates/admin/users/user_add.html:68
3078 3076 #: rhodecode/templates/admin/users/user_edit_profile.html:47
3079 3077 #: rhodecode/templates/admin/users/users.html:93
3080 3078 msgid "First Name"
3081 3079 msgstr ""
3082 3080
3083 #: rhodecode/templates/register.html:49
3081 #: rhodecode/templates/register.html:69
3084 3082 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3085 3083 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3086 3084 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
3087 3085 #: rhodecode/templates/admin/users/user_add.html:77
3088 3086 #: rhodecode/templates/admin/users/user_edit_profile.html:56
3089 3087 #: rhodecode/templates/admin/users/users.html:95
3090 3088 msgid "Last Name"
3091 3089 msgstr ""
3092 3090
3093 #: rhodecode/templates/register.html:64
3091 #: rhodecode/templates/register.html:97
3094 3092 msgid "Account activation requires admin approval."
3095 3093 msgstr ""
3096 3094
3097 #: rhodecode/templates/register.html:71
3095 #: rhodecode/templates/register.html:104
3098 3096 msgid "Create Account"
3099 3097 msgstr ""
3100 3098
3101 #: rhodecode/templates/register.html:77
3102 msgid "Register using one of external services"
3103 msgstr ""
3104
3105 3099 #: rhodecode/templates/admin/admin.html:5
3106 3100 #: rhodecode/templates/admin/admin.html:15
3107 3101 #: rhodecode/templates/base/base.html:78
3108 3102 msgid "Admin journal"
3109 3103 msgstr ""
3110 3104
3111 3105 #: rhodecode/templates/admin/admin.html:13
3112 3106 msgid "journal filter..."
3113 3107 msgstr ""
3114 3108
3115 3109 #: rhodecode/templates/admin/admin.html:14
3116 3110 msgid "filter"
3117 3111 msgstr ""
3118 3112
3119 3113 #: rhodecode/templates/admin/admin.html:15
3120 3114 #: rhodecode/templates/journal/journal.html:14
3121 3115 #, python-format
3122 3116 msgid "%s entry"
3123 3117 msgid_plural "%s entries"
3124 3118 msgstr[0] ""
3125 3119 msgstr[1] ""
3126 3120
3127 3121 #: rhodecode/templates/admin/admin.html:17
3128 3122 #: rhodecode/templates/journal/journal.html:17
3129 3123 msgid "Example Queries"
3130 3124 msgstr ""
3131 3125
3132 3126 #: rhodecode/templates/admin/admin_log.html:6
3133 3127 #: rhodecode/templates/admin/my_account/my_account_repos.html:37
3134 3128 #: rhodecode/templates/admin/repo_groups/repo_groups.html:62
3135 3129 #: rhodecode/templates/admin/repos/repo_edit_fields.html:13
3136 3130 #: rhodecode/templates/admin/repos/repos.html:69
3137 3131 #: rhodecode/templates/admin/user_groups/user_groups.html:66
3138 3132 #: rhodecode/templates/admin/users/users.html:106
3139 3133 msgid "Action"
3140 3134 msgstr ""
3141 3135
3142 3136 #: rhodecode/templates/admin/admin_log.html:7
3143 3137 #: rhodecode/templates/admin/defaults/defaults.html:31
3144 3138 #: rhodecode/templates/admin/permissions/permissions_objects.html:13
3145 3139 #: rhodecode/templates/search/search_commit.html:5
3146 3140 #: rhodecode/templates/search/search_path.html:3
3147 3141 msgid "Repository"
3148 3142 msgstr ""
3149 3143
3150 3144 #: rhodecode/templates/admin/admin_log.html:8
3151 3145 #: rhodecode/templates/bookmarks/bookmarks.html:61
3152 3146 #: rhodecode/templates/branches/branches.html:60
3153 3147 #: rhodecode/templates/tags/tags.html:61
3154 3148 msgid "Date"
3155 3149 msgstr ""
3156 3150
3157 3151 #: rhodecode/templates/admin/admin_log.html:9
3158 3152 msgid "From IP"
3159 3153 msgstr ""
3160 3154
3161 3155 #: rhodecode/templates/admin/admin_log.html:44
3162 3156 msgid "No actions yet"
3163 3157 msgstr ""
3164 3158
3165 3159 #: rhodecode/templates/admin/auth/auth_settings.html:5
3166 3160 #: rhodecode/templates/admin/auth/plugin_settings.html:5
3167 3161 msgid "Authentication Settings"
3168 3162 msgstr ""
3169 3163
3170 3164 #: rhodecode/templates/admin/auth/auth_settings.html:12
3171 3165 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3172 3166 #: rhodecode/templates/admin/defaults/defaults.html:12
3173 3167 #: rhodecode/templates/admin/permissions/permissions.html:12
3174 3168 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3175 3169 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
3176 3170 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:14
3177 3171 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
3178 3172 #: rhodecode/templates/admin/repos/repo_add.html:13
3179 3173 #: rhodecode/templates/admin/repos/repo_add.html:17
3180 3174 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:15
3181 3175 #: rhodecode/templates/admin/repos/repos.html:13
3182 3176 #: rhodecode/templates/admin/settings/settings.html:12
3183 3177 #: rhodecode/templates/admin/user_groups/user_group_add.html:11
3184 3178 #: rhodecode/templates/admin/user_groups/user_group_edit.html:12
3185 3179 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:14
3186 3180 #: rhodecode/templates/admin/user_groups/user_groups.html:13
3187 3181 #: rhodecode/templates/admin/users/user_add.html:11
3188 3182 #: rhodecode/templates/admin/users/user_edit.html:12
3189 3183 #: rhodecode/templates/admin/users/users.html:13
3190 3184 #: rhodecode/templates/admin/users/users.html:102
3191 #: rhodecode/templates/base/base.html:403
3192 #: rhodecode/templates/base/base.html:410
3185 #: rhodecode/templates/base/base.html:405
3186 #: rhodecode/templates/base/base.html:412
3193 3187 msgid "Admin"
3194 3188 msgstr ""
3195 3189
3196 3190 #: rhodecode/templates/admin/auth/auth_settings.html:14
3197 3191 #: rhodecode/templates/admin/auth/plugin_settings.html:14
3198 3192 msgid "Authentication Plugins"
3199 3193 msgstr ""
3200 3194
3201 3195 #: rhodecode/templates/admin/auth/auth_settings.html:47
3202 3196 msgid "Enabled and Available Plugins"
3203 3197 msgstr ""
3204 3198
3205 3199 #: rhodecode/templates/admin/auth/auth_settings.html:53
3206 3200 msgid "Enabled Plugins"
3207 3201 msgstr ""
3208 3202
3209 3203 #: rhodecode/templates/admin/auth/auth_settings.html:58
3210 3204 msgid "Add a list of plugins, separated by commas. The order of the plugins is also the order in which RhodeCode Enterprise will try to authenticate a user."
3211 3205 msgstr ""
3212 3206
3213 3207 #: rhodecode/templates/admin/auth/auth_settings.html:65
3214 3208 msgid "Available Built-in Plugins"
3215 3209 msgstr ""
3216 3210
3217 3211 #: rhodecode/templates/admin/auth/auth_settings.html:71
3218 3212 msgid "enabled"
3219 3213 msgstr ""
3220 3214
3221 3215 #: rhodecode/templates/admin/auth/auth_settings.html:71
3222 3216 msgid "disabled"
3223 3217 msgstr ""
3224 3218
3225 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 3221 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3228 3222 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3229 3223 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3230 3224 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3231 3225 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3232 3226 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3233 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 3229 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3236 3230 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3237 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 3233 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3240 3234 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3241 3235 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3242 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 3238 #: rhodecode/templates/admin/users/user_add.html:125
3245 3239 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3246 3240 #: rhodecode/templates/base/default_perms_box.html:88
3247 3241 msgid "Save"
3248 3242 msgstr ""
3249 3243
3250 3244 #: rhodecode/templates/admin/auth/plugin_settings.html:45
3251 3245 msgid "Plugin"
3252 3246 msgstr ""
3253 3247
3254 3248 #: rhodecode/templates/admin/defaults/defaults.html:5
3255 3249 #: rhodecode/templates/admin/defaults/defaults.html:14
3256 3250 msgid "Repositories defaults"
3257 3251 msgstr ""
3258 3252
3259 3253 #: rhodecode/templates/admin/defaults/defaults_repositories.html:3
3260 3254 msgid "Default Settings For New Repositories"
3261 3255 msgstr ""
3262 3256
3263 3257 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3264 3258 #: rhodecode/templates/admin/gists/index.html:110
3265 3259 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3266 3260 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3267 3261 msgid "Type"
3268 3262 msgstr ""
3269 3263
3270 3264 #: rhodecode/templates/admin/defaults/defaults_repositories.html:23
3271 3265 #: rhodecode/templates/admin/repos/repo_add_base.html:80
3272 3266 msgid "Private Repository"
3273 3267 msgstr ""
3274 3268
3275 3269 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3276 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 3272 #: rhodecode/templates/forks/fork.html:85
3279 3273 msgid "Private repositories are only visible to people explicitly added as collaborators."
3280 3274 msgstr ""
3281 3275
3282 3276 #: rhodecode/templates/admin/defaults/defaults_repositories.html:34
3283 3277 msgid "Enable Statistics"
3284 3278 msgstr ""
3285 3279
3286 3280 #: rhodecode/templates/admin/defaults/defaults_repositories.html:38
3287 3281 msgid "Enable a statistics window on the repository summary page."
3288 3282 msgstr ""
3289 3283
3290 3284 #: rhodecode/templates/admin/defaults/defaults_repositories.html:44
3291 3285 msgid "Enable Downloads"
3292 3286 msgstr ""
3293 3287
3294 3288 #: rhodecode/templates/admin/defaults/defaults_repositories.html:48
3295 3289 msgid "Enable the download option on the repository summary page."
3296 3290 msgstr ""
3297 3291
3298 3292 #: rhodecode/templates/admin/defaults/defaults_repositories.html:54
3299 3293 msgid "Enable Locking"
3300 3294 msgstr ""
3301 3295
3302 3296 #: rhodecode/templates/admin/defaults/defaults_repositories.html:58
3303 3297 msgid "Enable automatic repository locking. Pulling from a repository will lock it, and it is unlocked by pushing back by the same user."
3304 3298 msgstr ""
3305 3299
3306 3300 #: rhodecode/templates/admin/gists/edit.html:5
3307 3301 #: rhodecode/templates/admin/gists/edit.html:12
3308 3302 msgid "Edit Gist"
3309 3303 msgstr ""
3310 3304
3311 3305 #: rhodecode/templates/admin/gists/edit.html:29
3312 3306 #, python-format
3313 3307 msgid "Gist was updated since you started editing. Copy your changes and click %(here)s to reload the new version."
3314 3308 msgstr ""
3315 3309
3316 3310 #: rhodecode/templates/admin/gists/edit.html:39
3317 3311 #: rhodecode/templates/admin/gists/new.html:30
3318 3312 msgid "Gist description ..."
3319 3313 msgstr ""
3320 3314
3321 3315 #: rhodecode/templates/admin/gists/edit.html:44
3322 3316 #: rhodecode/templates/admin/gists/new.html:38
3323 3317 msgid "Gist lifetime"
3324 3318 msgstr ""
3325 3319
3326 3320 #: rhodecode/templates/admin/gists/edit.html:47
3327 3321 #: rhodecode/templates/admin/gists/new.html:41
3328 3322 msgid "Gist access level"
3329 3323 msgstr ""
3330 3324
3331 3325 #: rhodecode/templates/admin/gists/edit.html:59
3332 3326 #: rhodecode/templates/admin/gists/new.html:50
3333 3327 #: rhodecode/templates/files/files_add.html:74
3334 3328 #: rhodecode/templates/files/files_edit.html:78
3335 3329 msgid "plain"
3336 3330 msgstr ""
3337 3331
3338 3332 #: rhodecode/templates/admin/gists/edit.html:103
3339 3333 msgid "Update Gist"
3340 3334 msgstr ""
3341 3335
3342 3336 #: rhodecode/templates/admin/gists/edit.html:104
3343 3337 #: rhodecode/templates/base/issue_tracker_settings.html:74
3344 3338 #: rhodecode/templates/changeset/changeset_file_comment.html:139
3345 3339 #: rhodecode/templates/files/files_add.html:102
3346 3340 #: rhodecode/templates/files/files_delete.html:69
3347 3341 #: rhodecode/templates/files/files_edit.html:105
3348 3342 msgid "Cancel"
3349 3343 msgstr ""
3350 3344
3351 3345 #: rhodecode/templates/admin/gists/index.html:6
3352 3346 #: rhodecode/templates/admin/gists/index.html:20
3353 3347 #, python-format
3354 3348 msgid "Private Gists for user %s"
3355 3349 msgstr ""
3356 3350
3357 3351 #: rhodecode/templates/admin/gists/index.html:8
3358 3352 #: rhodecode/templates/admin/gists/index.html:22
3359 3353 #, python-format
3360 3354 msgid "Public Gists for user %s"
3361 3355 msgstr ""
3362 3356
3363 3357 #: rhodecode/templates/admin/gists/index.html:10
3364 3358 msgid "Public Gists"
3365 3359 msgstr ""
3366 3360
3367 3361 #: rhodecode/templates/admin/gists/index.html:24
3368 3362 #, python-format
3369 3363 msgid "All Gists for user %s"
3370 3364 msgstr ""
3371 3365
3372 3366 #: rhodecode/templates/admin/gists/index.html:26
3373 3367 msgid "All Public Gists"
3374 3368 msgstr ""
3375 3369
3376 3370 #: rhodecode/templates/admin/gists/index.html:44
3377 3371 #: rhodecode/templates/admin/gists/show.html:36
3378 3372 msgid "Create New Gist"
3379 3373 msgstr ""
3380 3374
3381 3375 #: rhodecode/templates/admin/gists/index.html:56
3382 3376 msgid "All gists"
3383 3377 msgstr ""
3384 3378
3385 3379 #: rhodecode/templates/admin/gists/index.html:58
3386 3380 msgid "All public"
3387 3381 msgstr ""
3388 3382
3389 3383 #: rhodecode/templates/admin/gists/index.html:60
3390 3384 msgid "My gists"
3391 3385 msgstr ""
3392 3386
3393 3387 #: rhodecode/templates/admin/gists/index.html:61
3394 3388 msgid "My private"
3395 3389 msgstr ""
3396 3390
3397 3391 #: rhodecode/templates/admin/gists/index.html:62
3398 3392 msgid "My public"
3399 3393 msgstr ""
3400 3394
3401 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 3398 #: rhodecode/templates/bookmarks/bookmarks.html:63
3403 3399 #: rhodecode/templates/branches/branches.html:62
3404 3400 #: rhodecode/templates/changelog/changelog.html:102
3405 3401 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3406 3402 #: rhodecode/templates/changeset/changeset.html:164
3407 #: rhodecode/templates/compare/compare_cs.html:21
3403 #: rhodecode/templates/compare/compare_commits.html:21
3408 3404 #: rhodecode/templates/files/files_browser.html:53
3409 3405 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3410 3406 #: rhodecode/templates/pullrequests/pullrequests.html:102
3411 #: rhodecode/templates/search/search_commit.html:10
3407 #: rhodecode/templates/search/search_commit.html:16
3412 3408 #: rhodecode/templates/tags/tags.html:63
3413 3409 msgid "Author"
3414 3410 msgstr ""
3415 3411
3416 3412 #: rhodecode/templates/admin/gists/index.html:116
3417 3413 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:6
3418 3414 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:6
3419 3415 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:6
3420 3416 #: rhodecode/templates/admin/users/user_edit_advanced.html:5
3421 3417 msgid "Created on"
3422 3418 msgstr ""
3423 3419
3424 3420 #: rhodecode/templates/admin/gists/index.html:118
3425 3421 #: rhodecode/templates/admin/gists/show.html:65
3426 3422 msgid "Expires"
3427 3423 msgstr ""
3428 3424
3429 3425 #: rhodecode/templates/admin/gists/new.html:5
3430 3426 #: rhodecode/templates/admin/gists/new.html:12
3431 3427 msgid "New Gist"
3432 3428 msgstr ""
3433 3429
3434 3430 #: rhodecode/templates/admin/gists/new.html:35
3435 3431 msgid "Gist id"
3436 3432 msgstr ""
3437 3433
3438 3434 #: rhodecode/templates/admin/gists/new.html:36
3439 3435 msgid "Auto generated"
3440 3436 msgstr ""
3441 3437
3442 3438 #: rhodecode/templates/admin/gists/new.html:49
3443 3439 msgid "name this file..."
3444 3440 msgstr ""
3445 3441
3446 3442 #: rhodecode/templates/admin/gists/new.html:60
3447 3443 msgid "Create Private Gist"
3448 3444 msgstr ""
3449 3445
3450 3446 #: rhodecode/templates/admin/gists/new.html:61
3451 3447 msgid "Create Public Gist"
3452 3448 msgstr ""
3453 3449
3454 3450 #: rhodecode/templates/admin/gists/new.html:62
3455 3451 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
3456 3452 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
3457 3453 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
3458 3454 #: rhodecode/templates/admin/my_account/my_account_password.html:37
3459 3455 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
3460 3456 #: rhodecode/templates/admin/permissions/permissions_application.html:51
3461 3457 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3462 3458 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3463 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 3461 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3466 3462 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3467 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 3465 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3470 3466 #: rhodecode/templates/admin/settings/settings_global.html:110
3471 3467 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
3472 3468 #: rhodecode/templates/admin/settings/settings_labs.html:46
3473 3469 #: rhodecode/templates/admin/settings/settings_vcs.html:14
3474 3470 #: rhodecode/templates/admin/settings/settings_visual.html:220
3475 3471 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
3476 3472 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
3477 3473 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
3478 3474 #: rhodecode/templates/admin/users/user_edit_emails.html:63
3479 3475 #: rhodecode/templates/admin/users/user_edit_ips.html:70
3480 3476 #: rhodecode/templates/admin/users/user_edit_profile.html:135
3481 3477 #: rhodecode/templates/base/default_perms_box.html:89
3482 3478 msgid "Reset"
3483 3479 msgstr ""
3484 3480
3485 3481 #: rhodecode/templates/admin/gists/show.html:13
3486 3482 #: rhodecode/templates/admin/gists/show.html:20
3487 3483 msgid "Gist"
3488 3484 msgstr ""
3489 3485
3490 3486 #: rhodecode/templates/admin/gists/show.html:49
3491 3487 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3492 3488 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3493 #: rhodecode/templates/admin/my_account/my_account_oauth.html:50
3494 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:34
3489 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3495 3490 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3496 3491 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3497 3492 #: rhodecode/templates/admin/settings/settings_hooks.html:46
3498 3493 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
3499 3494 #: rhodecode/templates/admin/users/user_edit_emails.html:31
3500 3495 #: rhodecode/templates/admin/users/user_edit_ips.html:34
3501 3496 #: rhodecode/templates/base/issue_tracker_settings.html:70
3502 3497 #: rhodecode/templates/base/vcs_settings.html:147
3503 3498 #: rhodecode/templates/base/vcs_settings.html:172
3504 3499 #: rhodecode/templates/changeset/changeset_file_comment.html:49
3505 3500 #: rhodecode/templates/changeset/changeset_file_comment.html:99
3506 3501 #: rhodecode/templates/data_table/_dt_elements.html:117
3507 3502 #: rhodecode/templates/data_table/_dt_elements.html:174
3508 3503 #: rhodecode/templates/data_table/_dt_elements.html:188
3509 3504 #: rhodecode/templates/data_table/_dt_elements.html:200
3510 3505 #: rhodecode/templates/debug_style/buttons.html:132
3511 3506 #: rhodecode/templates/files/files_source.html:33
3512 3507 #: rhodecode/templates/files/files_source.html:37
3513 3508 #: rhodecode/templates/files/files_source.html:40
3514 3509 msgid "Delete"
3515 3510 msgstr ""
3516 3511
3517 3512 #: rhodecode/templates/admin/gists/show.html:49
3518 3513 msgid "Confirm to delete this Gist"
3519 3514 msgstr ""
3520 3515
3521 3516 #: rhodecode/templates/admin/gists/show.html:56
3522 3517 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
3523 3518 #: rhodecode/templates/base/issue_tracker_settings.html:61
3524 3519 #: rhodecode/templates/changeset/changeset_file_comment.html:145
3525 3520 #: rhodecode/templates/changeset/changeset_file_comment.html:292
3526 3521 #: rhodecode/templates/data_table/_dt_elements.html:112
3527 3522 #: rhodecode/templates/data_table/_dt_elements.html:170
3528 3523 #: rhodecode/templates/data_table/_dt_elements.html:183
3529 3524 #: rhodecode/templates/data_table/_dt_elements.html:196
3530 3525 #: rhodecode/templates/debug_style/buttons.html:128
3531 3526 #: rhodecode/templates/files/files_add.html:204
3532 3527 #: rhodecode/templates/files/files_edit.html:165
3533 3528 #: rhodecode/templates/files/files_source.html:36
3534 3529 #: rhodecode/templates/files/files_source.html:39
3535 3530 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
3536 3531 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
3537 3532 #: rhodecode/templates/users/user_profile.html:7
3538 3533 msgid "Edit"
3539 3534 msgstr ""
3540 3535
3541 3536 #: rhodecode/templates/admin/gists/show.html:58
3542 3537 msgid "Show as Raw"
3543 3538 msgstr ""
3544 3539
3545 3540 #: rhodecode/templates/admin/gists/show.html:62
3546 3541 msgid "Private Gist"
3547 3542 msgstr ""
3548 3543
3549 3544 #: rhodecode/templates/admin/gists/show.html:77
3550 3545 msgid "created"
3551 3546 msgstr ""
3552 3547
3553 3548 #: rhodecode/templates/admin/gists/show.html:91
3554 3549 #: rhodecode/templates/files/files_delete.html:50
3555 3550 #: rhodecode/templates/files/files_source.html:61
3556 3551 msgid "Show as raw"
3557 3552 msgstr ""
3558 3553
3559 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 3556 msgid "My account"
3562 3557 msgstr ""
3563 3558
3564 3559 #: rhodecode/templates/admin/my_account/my_account.html:12
3565 3560 msgid "My Account"
3566 3561 msgstr ""
3567 3562
3568 3563 #: rhodecode/templates/admin/my_account/my_account.html:29
3569 3564 #: rhodecode/templates/admin/my_account/my_account_profile.html:4
3570 3565 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:4
3571 3566 msgid "My Profile"
3572 3567 msgstr ""
3573 3568
3574 3569 #: rhodecode/templates/admin/my_account/my_account.html:31
3575 3570 msgid "Auth Tokens"
3576 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 3574 msgid "OAuth Identities"
3580 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 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 3596 msgid "My Permissions"
3602 3597 msgstr ""
3603 3598
3604 3599 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:3
3605 3600 msgid "Authentication Tokens"
3606 3601 msgstr ""
3607 3602
3608 3603 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:7
3609 3604 msgid "Built-in tokens can be used to authenticate with all possible options."
3610 3605 msgstr ""
3611 3606
3612 3607 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:8
3613 3608 msgid "Each token can have a role. VCS tokens can be used together with the authtoken auth plugin for git/hg operations."
3614 3609 msgstr ""
3615 3610
3616 3611 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:14
3617 3612 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:11
3618 3613 msgid "Built-in"
3619 3614 msgstr ""
3620 3615
3621 3616 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
3622 3617 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
3623 3618 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:47
3624 3619 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
3625 3620 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
3626 3621 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:43
3627 3622 msgid "expires"
3628 3623 msgstr ""
3629 3624
3630 3625 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:25
3631 3626 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:22
3632 3627 #, python-format
3633 3628 msgid "Confirm to reset this auth token: %s"
3634 3629 msgstr ""
3635 3630
3636 3631 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:45
3637 3632 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:41
3638 3633 msgid "expired"
3639 3634 msgstr ""
3640 3635
3641 3636 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:55
3642 3637 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:51
3643 3638 #, python-format
3644 3639 msgid "Confirm to remove this auth token: %s"
3645 3640 msgstr ""
3646 3641
3647 3642 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:63
3648 3643 msgid "No additional auth token specified"
3649 3644 msgstr ""
3650 3645
3651 3646 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:74
3652 3647 msgid "New authentication token"
3653 3648 msgstr ""
3654 3649
3655 3650 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:83
3656 3651 #: rhodecode/templates/admin/my_account/my_account_emails.html:64
3657 3652 #: rhodecode/templates/admin/permissions/permissions_ips.html:60
3658 3653 #: rhodecode/templates/admin/repos/repo_edit_fields.html:65
3659 3654 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:80
3660 3655 #: rhodecode/templates/admin/users/user_edit_emails.html:62
3661 3656 #: rhodecode/templates/admin/users/user_edit_ips.html:69
3662 3657 msgid "Add"
3663 3658 msgstr ""
3664 3659
3665 3660 #: rhodecode/templates/admin/my_account/my_account_emails.html:5
3666 3661 msgid "Account Emails"
3667 3662 msgstr ""
3668 3663
3669 3664 #: rhodecode/templates/admin/my_account/my_account_emails.html:17
3670 3665 #: rhodecode/templates/admin/users/user_edit_emails.html:16
3671 3666 msgid "Primary"
3672 3667 msgstr ""
3673 3668
3674 3669 #: rhodecode/templates/admin/my_account/my_account_emails.html:31
3675 3670 #: rhodecode/templates/admin/users/user_edit_emails.html:30
3676 3671 #, python-format
3677 3672 msgid "Confirm to delete this email: %s"
3678 3673 msgstr ""
3679 3674
3680 3675 #: rhodecode/templates/admin/my_account/my_account_emails.html:42
3681 3676 #: rhodecode/templates/admin/users/user_edit_emails.html:41
3682 3677 msgid "No additional emails specified"
3683 3678 msgstr ""
3684 3679
3685 3680 #: rhodecode/templates/admin/my_account/my_account_emails.html:57
3686 3681 #: rhodecode/templates/admin/users/user_edit_emails.html:55
3687 3682 msgid "New email address"
3688 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 3685 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3711 3686 msgid "Change Your Account Password"
3712 3687 msgstr ""
3713 3688
3714 3689 #: rhodecode/templates/admin/my_account/my_account_password.html:10
3715 3690 msgid "Current Password"
3716 3691 msgstr ""
3717 3692
3718 3693 #: rhodecode/templates/admin/my_account/my_account_password.html:19
3719 3694 #: rhodecode/templates/admin/users/user_edit_profile.html:74
3720 3695 msgid "New Password"
3721 3696 msgstr ""
3722 3697
3723 3698 #: rhodecode/templates/admin/my_account/my_account_password.html:28
3724 3699 msgid "Confirm New Password"
3725 3700 msgstr ""
3726 3701
3727 3702 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
3728 3703 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
3729 3704 #: rhodecode/templates/admin/users/user_edit_profile.html:25
3730 3705 #: rhodecode/templates/users/user_profile.html:14
3731 3706 msgid "Photo"
3732 3707 msgstr ""
3733 3708
3734 3709 #: rhodecode/templates/admin/my_account/my_account_profile.html:18
3735 3710 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:60
3736 3711 #: rhodecode/templates/admin/users/user_edit_profile.html:33
3737 3712 #: rhodecode/templates/users/user_profile.html:21
3738 3713 msgid "Avatars are disabled"
3739 3714 msgstr ""
3740 3715
3741 3716 #: rhodecode/templates/admin/my_account/my_account_profile.html:51
3742 3717 #: rhodecode/templates/users/user_profile.html:54
3743 3718 msgid "Missing email, please update your user email address."
3744 3719 msgstr ""
3745 3720
3746 3721 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:18
3747 3722 msgid "Your user account details are managed by an external source, i.e. LDAP. Details cannot be managed here."
3748 3723 msgstr ""
3749 3724
3750 3725 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:57
3751 3726 msgid "Change your avatar at"
3752 3727 msgstr ""
3753 3728
3754 3729 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:6
3755 3730 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:8
3756 3731 msgid "Show Closed Pull Requests"
3757 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 3735 msgid "Pull Requests You Opened"
3761 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 3753 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3764 #, python-format
3765 msgid "Pull request #%s opened on %s"
3766 msgstr ""
3767
3768 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:29
3769 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
3754 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
3755 msgid "Opened On"
3756 msgstr ""
3757
3758 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:41
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 3768 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3771 3769 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3772 3770 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3773 #: rhodecode/templates/pullrequests/pullrequests.html:51
3771 #: rhodecode/templates/pullrequests/pullrequests.html:52
3774 3772 msgid "Closed"
3775 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 3776 msgid "Confirm to delete this pull request"
3779 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 3780 msgid "You currently have no open pull requests."
3783 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 3784 msgid "Pull Requests You Participate In"
3787 3785 msgstr ""
3788 3786
3789 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
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
3787 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:125
3795 3788 msgid "There are currently no open pull requests requiring your participation."
3796 3789 msgstr ""
3797 3790
3798 3791 #: rhodecode/templates/admin/my_account/my_account_repos.html:3
3799 3792 msgid "Repositories You Own"
3800 3793 msgstr ""
3801 3794
3802 3795 #: rhodecode/templates/admin/my_account/my_account_watched.html:3
3803 3796 msgid "Your Watched Repositories"
3804 3797 msgstr ""
3805 3798
3806 3799 #: rhodecode/templates/admin/notifications/notifications.html:5
3807 3800 #: rhodecode/templates/admin/notifications/notifications.html:12
3808 3801 msgid "My Notifications"
3809 3802 msgstr ""
3810 3803
3811 3804 #: rhodecode/templates/admin/notifications/notifications.html:31
3812 3805 msgid "All"
3813 3806 msgstr ""
3814 3807
3815 3808 #: rhodecode/templates/admin/notifications/notifications.html:32
3816 3809 #: rhodecode/templates/changeset/changeset.html:140
3817 3810 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
3818 3811 msgid "Comments"
3819 3812 msgstr ""
3820 3813
3821 3814 #: rhodecode/templates/admin/notifications/notifications.html:37
3822 3815 msgid "Mark all as read"
3823 3816 msgstr ""
3824 3817
3825 3818 #: rhodecode/templates/admin/notifications/notifications_data.html:39
3826 3819 msgid "No notifications here yet"
3827 3820 msgstr ""
3828 3821
3829 3822 #: rhodecode/templates/admin/notifications/show_notification.html:5
3830 3823 #: rhodecode/templates/admin/notifications/show_notification.html:14
3831 3824 msgid "Show notification"
3832 3825 msgstr ""
3833 3826
3834 3827 #: rhodecode/templates/admin/notifications/show_notification.html:12
3835 3828 msgid "Notifications"
3836 3829 msgstr ""
3837 3830
3838 3831 #: rhodecode/templates/admin/permissions/permissions.html:5
3839 3832 msgid "Permissions Administration"
3840 3833 msgstr ""
3841 3834
3842 3835 #: rhodecode/templates/admin/permissions/permissions.html:14
3843 3836 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
3844 3837 #: rhodecode/templates/admin/repos/repo_edit.html:42
3845 3838 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
3846 3839 #: rhodecode/templates/base/base.html:83
3847 3840 msgid "Permissions"
3848 3841 msgstr ""
3849 3842
3850 3843 #: rhodecode/templates/admin/permissions/permissions.html:33
3851 3844 msgid "Application"
3852 3845 msgstr ""
3853 3846
3854 3847 #: rhodecode/templates/admin/permissions/permissions.html:39
3855 3848 msgid "Object"
3856 3849 msgstr ""
3857 3850
3858 3851 #: rhodecode/templates/admin/permissions/permissions.html:42
3859 3852 msgid "IP Whitelist"
3860 3853 msgstr ""
3861 3854
3862 3855 #: rhodecode/templates/admin/permissions/permissions.html:45
3863 3856 msgid "Overview"
3864 3857 msgstr ""
3865 3858
3866 3859 #: rhodecode/templates/admin/permissions/permissions_application.html:3
3867 3860 msgid "System Wide Application Permissions"
3868 3861 msgstr ""
3869 3862
3870 3863 #: rhodecode/templates/admin/permissions/permissions_application.html:12
3871 3864 msgid "Anonymous Access"
3872 3865 msgstr ""
3873 3866
3874 3867 #: rhodecode/templates/admin/permissions/permissions_application.html:18
3875 3868 #, python-format
3876 3869 msgid "Allow access to RhodeCode Enterprise without requiring users to login. Anonymous users get the %s permission settings."
3877 3870 msgstr ""
3878 3871
3879 3872 #: rhodecode/templates/admin/permissions/permissions_application.html:24
3880 3873 msgid "Registration"
3881 3874 msgstr ""
3882 3875
3883 3876 #: rhodecode/templates/admin/permissions/permissions_application.html:33
3884 3877 msgid "Registration Page Message"
3885 3878 msgstr ""
3886 3879
3887 3880 #: rhodecode/templates/admin/permissions/permissions_application.html:37
3888 3881 msgid "Custom message to be displayed on the registration page. HTML syntax is supported."
3889 3882 msgstr ""
3890 3883
3891 3884 #: rhodecode/templates/admin/permissions/permissions_application.html:43
3892 3885 msgid "External Authentication Account Activation"
3893 3886 msgstr ""
3894 3887
3895 3888 #: rhodecode/templates/admin/permissions/permissions_ips.html:5
3896 3889 msgid "Default IP Whitelist For All Users"
3897 3890 msgstr ""
3898 3891
3899 3892 #: rhodecode/templates/admin/permissions/permissions_ips.html:27
3900 3893 #: rhodecode/templates/admin/users/user_edit_ips.html:35
3901 3894 #, python-format
3902 3895 msgid "Confirm to delete this ip: %s"
3903 3896 msgstr ""
3904 3897
3905 3898 #: rhodecode/templates/admin/permissions/permissions_ips.html:34
3906 3899 #: rhodecode/templates/admin/users/user_edit_ips.html:43
3907 3900 msgid "All IP addresses are allowed"
3908 3901 msgstr ""
3909 3902
3910 3903 #: rhodecode/templates/admin/permissions/permissions_ips.html:49
3911 3904 #: rhodecode/templates/admin/users/user_edit_ips.html:59
3912 3905 msgid "New IP Address"
3913 3906 msgstr ""
3914 3907
3915 3908 #: rhodecode/templates/admin/permissions/permissions_ips.html:53
3916 3909 #: rhodecode/templates/admin/users/user_edit_ips.html:62
3917 3910 msgid "Description..."
3918 3911 msgstr ""
3919 3912
3920 3913 #: rhodecode/templates/admin/permissions/permissions_ips.html:54
3921 3914 msgid ""
3922 3915 "Enter a comma separated list of IP Addresses like 127.0.0.1,\n"
3923 3916 "or use an IP Address with a mask 127.0.0.1/24, to create a network range.\n"
3924 3917 "To specify multiple addresses in a range, use the 127.0.0.1-127.0.0.10 syntax"
3925 3918 msgstr ""
3926 3919
3927 3920 #: rhodecode/templates/admin/permissions/permissions_objects.html:3
3928 3921 msgid "Default Permissions for Repositories, User Groups and Repository Groups."
3929 3922 msgstr ""
3930 3923
3931 3924 #: rhodecode/templates/admin/permissions/permissions_objects.html:6
3932 3925 msgid "Default system permissions. Each permissions management entity will be created with the following default settings. Check the overwrite checkbox to force any permission changes on already existing settings."
3933 3926 msgstr ""
3934 3927
3935 3928 #: rhodecode/templates/admin/permissions/permissions_objects.html:20
3936 3929 msgid "All default permissions on each repository will be reset to chosen permission, note that all custom default permission on repositories will be lost"
3937 3930 msgstr ""
3938 3931
3939 3932 #: rhodecode/templates/admin/permissions/permissions_objects.html:21
3940 3933 #: rhodecode/templates/admin/permissions/permissions_objects.html:35
3941 3934 #: rhodecode/templates/admin/permissions/permissions_objects.html:49
3942 3935 msgid "Overwrite Existing Settings"
3943 3936 msgstr ""
3944 3937
3945 3938 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
3946 3939 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
3947 3940 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
3948 3941 msgid "Repository Groups"
3949 3942 msgstr ""
3950 3943
3951 3944 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
3952 3945 msgid "All default permissions on each repository group will be reset to chosen permission, note that all custom default permission on repository groups will be lost"
3953 3946 msgstr ""
3954 3947
3955 3948 #: rhodecode/templates/admin/permissions/permissions_objects.html:42
3956 3949 #: rhodecode/templates/admin/user_groups/user_group_edit.html:14
3957 3950 msgid "User Groups"
3958 3951 msgstr ""
3959 3952
3960 3953 #: rhodecode/templates/admin/permissions/permissions_objects.html:48
3961 3954 msgid "All default permissions on each user group will be reset to chosen permission, note that all custom default permission on repository groups will be lost"
3962 3955 msgstr ""
3963 3956
3964 3957 #: rhodecode/templates/admin/permissions/permissions_perms.html:1
3965 3958 msgid "Default User Permissions Overview"
3966 3959 msgstr ""
3967 3960
3968 3961 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:5
3969 3962 #: rhodecode/templates/admin/users/user_add.html:116
3970 3963 msgid "Add repository group"
3971 3964 msgstr ""
3972 3965
3973 3966 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
3974 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 3969 msgid "Repository groups"
3977 3970 msgstr ""
3978 3971
3979 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 3974 msgid "Group Name"
3982 3975 msgstr ""
3983 3976
3984 3977 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:54
3985 3978 msgid "Group Parent"
3986 3979 msgstr ""
3987 3980
3988 3981 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:63
3989 3982 #: rhodecode/templates/admin/repos/repo_add_base.html:53
3990 3983 msgid "Copy Parent Group Permissions"
3991 3984 msgstr ""
3992 3985
3993 3986 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:67
3994 3987 msgid "Copy permission settings from parent repository group."
3995 3988 msgstr ""
3996 3989
3997 3990 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:5
3998 3991 #, python-format
3999 3992 msgid "%s repository group settings"
4000 3993 msgstr ""
4001 3994
4002 3995 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:24
4003 3996 msgid "Add Child Group"
4004 3997 msgstr ""
4005 3998
4006 3999 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4007 4000 #: rhodecode/templates/admin/repos/repo_edit.html:15
4008 4001 #: rhodecode/templates/admin/repos/repo_edit.html:39
4009 4002 #: rhodecode/templates/admin/settings/settings.html:14
4010 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 4005 msgid "Settings"
4013 4006 msgstr ""
4014 4007
4015 4008 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
4016 4009 #: rhodecode/templates/admin/repos/repo_edit.html:45
4017 4010 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4018 4011 #: rhodecode/templates/admin/users/user_edit.html:35
4019 4012 msgid "Advanced"
4020 4013 msgstr ""
4021 4014
4022 4015 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:8
4023 4016 msgid "Total repositories"
4024 4017 msgstr ""
4025 4018
4026 4019 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:9
4027 4020 msgid "Top level repositories"
4028 4021 msgstr ""
4029 4022
4030 4023 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:11
4031 4024 msgid "Children groups"
4032 4025 msgstr ""
4033 4026
4034 4027 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:17
4035 4028 #, python-format
4036 4029 msgid "Repository Group: %s"
4037 4030 msgstr ""
4038 4031
4039 4032 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:27
4040 4033 msgid "Delete repository group"
4041 4034 msgstr ""
4042 4035
4043 4036 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:35
4044 4037 #, python-format
4045 4038 msgid "This repository group includes %s children repository group."
4046 4039 msgid_plural "This repository group includes %s children repository groups."
4047 4040 msgstr[0] ""
4048 4041 msgstr[1] ""
4049 4042
4050 4043 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:44
4051 4044 #, python-format
4052 4045 msgid "This repository group includes %s repository."
4053 4046 msgid_plural "This repository group includes %s repositories."
4054 4047 msgstr[0] ""
4055 4048 msgstr[1] ""
4056 4049
4057 4050 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:56
4058 4051 #, python-format
4059 4052 msgid "Confirm to delete this group: %s"
4060 4053 msgstr ""
4061 4054
4062 4055 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:57
4063 4056 msgid "Delete this repository group"
4064 4057 msgstr ""
4065 4058
4066 4059 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:5
4067 4060 msgid "Repository Group Permissions"
4068 4061 msgstr ""
4069 4062
4070 4063 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:11
4071 4064 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:126
4072 4065 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:12
4073 4066 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:11
4074 4067 msgid "None"
4075 4068 msgstr ""
4076 4069
4077 4070 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:12
4078 4071 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:13
4079 4072 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:12
4080 4073 msgid "Read"
4081 4074 msgstr ""
4082 4075
4083 4076 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:13
4084 4077 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:14
4085 4078 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:13
4086 4079 msgid "Write"
4087 4080 msgstr ""
4088 4081
4089 4082 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:15
4090 4083 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:16
4091 4084 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:15
4092 4085 msgid "User/User Group"
4093 4086 msgstr ""
4094 4087
4095 4088 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:31
4096 4089 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:31
4097 4090 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:31
4098 4091 msgid "super admin"
4099 4092 msgstr ""
4100 4093
4101 4094 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4102 4095 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4103 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 4098 msgid "owner"
4106 4099 msgstr ""
4107 4100
4108 4101 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:52
4109 4102 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:76
4110 4103 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:61
4111 4104 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:52
4112 4105 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:76
4113 4106 msgid "permission for all other users"
4114 4107 msgstr ""
4115 4108
4116 4109 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:62
4117 4110 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:109
4118 4111 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:71
4119 4112 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:99
4120 4113 msgid "Revoke"
4121 4114 msgstr ""
4122 4115
4123 4116 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:80
4124 4117 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:80
4125 4118 msgid "delegated admin"
4126 4119 msgstr ""
4127 4120
4128 4121 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:118
4129 4122 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:107
4130 4123 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:117
4131 4124 #: rhodecode/templates/base/issue_tracker_settings.html:84
4132 4125 msgid "Add new"
4133 4126 msgstr ""
4134 4127
4135 4128 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:123
4136 4129 msgid "Apply to children"
4137 4130 msgstr ""
4138 4131
4139 4132 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:129
4140 4133 msgid "Both"
4141 4134 msgstr ""
4142 4135
4143 4136 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:130
4144 4137 msgid "Set or revoke permissions to selected types of children of this group, including non-private repositories and other groups if chosen."
4145 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 4141 #, python-format
4149 4142 msgid "Settings for Repository Group: %s"
4150 4143 msgstr ""
4151 4144
4152 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:25
4153 msgid "Change Repository Group Owner."
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"
4145 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:36
4146 msgid "Change owner of this repository group."
4162 4147 msgstr ""
4163 4148
4164 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 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 4159 msgstr ""
4167 4160
4168 4161 #: rhodecode/templates/admin/repo_groups/repo_groups.html:5
4169 4162 msgid "Repository groups administration"
4170 4163 msgstr ""
4171 4164
4172 4165 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
4173 4166 msgid "repository groups"
4174 4167 msgstr ""
4175 4168
4176 4169 #: rhodecode/templates/admin/repo_groups/repo_groups.html:58
4177 4170 msgid "Number of top level repositories"
4178 4171 msgstr ""
4179 4172
4180 4173 #: rhodecode/templates/admin/repos/repo_add.html:5
4181 4174 msgid "Add repository"
4182 4175 msgstr ""
4183 4176
4184 4177 #: rhodecode/templates/admin/repos/repo_add_base.html:14
4185 4178 msgid "Import Existing Repository ?"
4186 4179 msgstr ""
4187 4180
4188 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 4183 msgid "Clone from"
4191 4184 msgstr ""
4192 4185
4193 4186 #: rhodecode/templates/admin/repos/repo_add_base.html:27
4194 4187 msgid "Optional http[s] URL from which to clone a repository."
4195 4188 msgstr ""
4196 4189
4197 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 4192 #: rhodecode/templates/forks/fork.html:52
4200 4193 msgid "Keep it short and to the point. Use a README file for longer descriptions."
4201 4194 msgstr ""
4202 4195
4203 4196 #: rhodecode/templates/admin/repos/repo_add_base.html:41
4204 4197 msgid "Repository Group"
4205 4198 msgstr ""
4206 4199
4207 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 4202 #: rhodecode/templates/forks/fork.html:63
4210 4203 #, python-format
4211 4204 msgid "Select my personal group (%(repo_group_name)s)"
4212 4205 msgstr ""
4213 4206
4214 4207 #: rhodecode/templates/admin/repos/repo_add_base.html:48
4215 4208 #: rhodecode/templates/forks/fork.html:65
4216 4209 msgid "Optionally select a group to put this repository into."
4217 4210 msgstr ""
4218 4211
4219 4212 #: rhodecode/templates/admin/repos/repo_add_base.html:57
4220 4213 msgid "Copy permission set from the parent repository group."
4221 4214 msgstr ""
4222 4215
4223 4216 #: rhodecode/templates/admin/repos/repo_add_base.html:66
4224 4217 msgid "Set the type of repository to create."
4225 4218 msgstr ""
4226 4219
4227 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 4222 #: rhodecode/templates/forks/fork.html:71
4230 4223 msgid "Landing commit"
4231 4224 msgstr ""
4232 4225
4233 4226 #: rhodecode/templates/admin/repos/repo_add_base.html:75
4234 4227 msgid "The default commit for file pages, downloads, full text search index, and README generation."
4235 4228 msgstr ""
4236 4229
4237 4230 #: rhodecode/templates/admin/repos/repo_creating.html:9
4238 4231 #, python-format
4239 4232 msgid "%s Creating repository"
4240 4233 msgstr ""
4241 4234
4242 4235 #: rhodecode/templates/admin/repos/repo_creating.html:16
4243 4236 msgid "Creating repository"
4244 4237 msgstr ""
4245 4238
4246 4239 #: rhodecode/templates/admin/repos/repo_creating.html:30
4247 4240 #, python-format
4248 4241 msgid "Repository \"%(repo_name)s\" is being created, you will be redirected when this process is finished.repo_name"
4249 4242 msgstr ""
4250 4243
4251 4244 #: rhodecode/templates/admin/repos/repo_edit.html:8
4252 4245 #, python-format
4253 4246 msgid "%s repository settings"
4254 4247 msgstr ""
4255 4248
4256 4249 #: rhodecode/templates/admin/repos/repo_edit.html:51
4257 4250 msgid "Extra Fields"
4258 4251 msgstr ""
4259 4252
4260 4253 #: rhodecode/templates/admin/repos/repo_edit.html:57
4261 4254 msgid "Caches"
4262 4255 msgstr ""
4263 4256
4264 4257 #: rhodecode/templates/admin/repos/repo_edit.html:61
4265 4258 msgid "Remote"
4266 4259 msgstr ""
4267 4260
4268 4261 #: rhodecode/templates/admin/repos/repo_edit.html:65
4269 4262 #: rhodecode/templates/summary/components.html:135
4270 4263 msgid "Statistics"
4271 4264 msgstr ""
4272 4265
4273 4266 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
4274 4267 #: rhodecode/templates/pullrequests/pullrequests.html:108
4275 4268 msgid "Updated on"
4276 4269 msgstr ""
4277 4270
4278 4271 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:8
4279 4272 msgid "Cached Commit id"
4280 4273 msgstr ""
4281 4274
4282 4275 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:14
4283 4276 #, python-format
4284 4277 msgid "Repository: %s"
4285 4278 msgstr ""
4286 4279
4287 4280 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:24
4288 4281 msgid "Fork Reference"
4289 4282 msgstr ""
4290 4283
4291 4284 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:30
4292 4285 #, python-format
4293 4286 msgid "This repository is a fork of %(repo_link)s"
4294 4287 msgstr ""
4295 4288
4296 4289 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:36
4297 4290 #: rhodecode/templates/admin/repos/repo_edit_fork.html:5
4298 4291 msgid "Set"
4299 4292 msgstr ""
4300 4293
4301 4294 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:39
4302 4295 #: rhodecode/templates/admin/repos/repo_edit_fork.html:9
4303 4296 msgid "Manually set this repository as a fork of another from the list"
4304 4297 msgstr ""
4305 4298
4306 4299 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:48
4307 4300 msgid "Public Journal Visibility"
4308 4301 msgstr ""
4309 4302
4310 4303 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:56
4311 4304 msgid "Remove from Public Journal"
4312 4305 msgstr ""
4313 4306
4314 4307 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:60
4315 4308 msgid "Add to Public Journal"
4316 4309 msgstr ""
4317 4310
4318 4311 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:65
4319 4312 msgid "All actions made on this repository will be visible to everyone following the public journal."
4320 4313 msgstr ""
4321 4314
4322 4315 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:74
4323 4316 msgid "Locking state"
4324 4317 msgstr ""
4325 4318
4326 4319 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:83
4327 4320 msgid "This Repository is not currently locked."
4328 4321 msgstr ""
4329 4322
4330 4323 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:90
4331 4324 msgid "Confirm to unlock repository."
4332 4325 msgstr ""
4333 4326
4334 4327 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:92
4335 4328 msgid "Unlock repository"
4336 4329 msgstr ""
4337 4330
4338 4331 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:97
4339 4332 msgid "Confirm to lock repository."
4340 4333 msgstr ""
4341 4334
4342 4335 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:99
4343 4336 msgid "Lock Repository"
4344 4337 msgstr ""
4345 4338
4346 4339 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:105
4347 4340 msgid "Force repository locking. This only works when anonymous access is disabled. Pulling from the repository locks the repository to that user until the same user pushes to that repository again."
4348 4341 msgstr ""
4349 4342
4350 4343 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:114
4351 4344 msgid "Delete repository"
4352 4345 msgstr ""
4353 4346
4354 4347 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:121
4355 4348 #, python-format
4356 4349 msgid "This repository has %s fork."
4357 4350 msgid_plural "This repository has %s forks."
4358 4351 msgstr[0] ""
4359 4352 msgstr[1] ""
4360 4353
4361 4354 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:125
4362 4355 msgid "Detach forks"
4363 4356 msgstr ""
4364 4357
4365 4358 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:130
4366 4359 msgid "Delete forks"
4367 4360 msgstr ""
4368 4361
4369 4362 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:139
4370 4363 #: rhodecode/templates/data_table/_dt_elements.html:118
4371 4364 #, python-format
4372 4365 msgid "Confirm to delete this repository: %s"
4373 4366 msgstr ""
4374 4367
4375 4368 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:141
4376 4369 msgid "Delete This Repository"
4377 4370 msgstr ""
4378 4371
4379 4372 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:146
4380 4373 msgid "This repository will be renamed in a special way in order to make it inaccessible to RhodeCode Enterprise and its VCS systems. If you need to fully delete it from the file system, please do it manually, or with rhodecode-cleanup-repos command."
4381 4374 msgstr ""
4382 4375
4383 4376 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
4384 4377 msgid "Change repository"
4385 4378 msgstr ""
4386 4379
4387 4380 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
4388 4381 msgid "Pick repository"
4389 4382 msgstr ""
4390 4383
4391 4384 #: rhodecode/templates/admin/repos/repo_edit_caches.html:3
4392 4385 msgid "Invalidate Cache for Repository"
4393 4386 msgstr ""
4394 4387
4395 4388 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
4396 4389 msgid "Invalidate repository cache"
4397 4390 msgstr ""
4398 4391
4399 4392 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
4400 4393 msgid "Confirm to invalidate repository cache"
4401 4394 msgstr ""
4402 4395
4403 4396 #: rhodecode/templates/admin/repos/repo_edit_caches.html:14
4404 4397 msgid "Manually invalidate the repository cache. On the next access a repository cache will be recreated."
4405 4398 msgstr ""
4406 4399
4407 4400 #: rhodecode/templates/admin/repos/repo_edit_caches.html:28
4408 4401 #, python-format
4409 4402 msgid "List of repository caches (%(count)s entry)"
4410 4403 msgid_plural "List of repository caches (%(count)s entries)"
4411 4404 msgstr[0] ""
4412 4405 msgstr[1] ""
4413 4406
4414 4407 #: rhodecode/templates/admin/repos/repo_edit_caches.html:35
4415 4408 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:32
4416 4409 #: rhodecode/templates/base/issue_tracker_settings.html:13
4417 4410 msgid "Prefix"
4418 4411 msgstr ""
4419 4412
4420 4413 #: rhodecode/templates/admin/repos/repo_edit_caches.html:36
4421 4414 #: rhodecode/templates/admin/repos/repo_edit_fields.html:11
4422 4415 msgid "Key"
4423 4416 msgstr ""
4424 4417
4425 4418 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4426 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 4421 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4429 4422 #: rhodecode/templates/admin/users/user_add.html:97
4430 4423 #: rhodecode/templates/admin/users/user_edit_profile.html:90
4431 4424 #: rhodecode/templates/admin/users/users.html:100
4432 4425 msgid "Active"
4433 4426 msgstr ""
4434 4427
4435 4428 #: rhodecode/templates/admin/repos/repo_edit_fields.html:3
4436 4429 msgid "Custom extra fields for this repository"
4437 4430 msgstr ""
4438 4431
4439 4432 #: rhodecode/templates/admin/repos/repo_edit_fields.html:10
4440 4433 msgid "Label"
4441 4434 msgstr ""
4442 4435
4443 4436 #: rhodecode/templates/admin/repos/repo_edit_fields.html:24
4444 4437 #, python-format
4445 4438 msgid "Confirm to delete this field: %s"
4446 4439 msgstr ""
4447 4440
4448 4441 #: rhodecode/templates/admin/repos/repo_edit_fields.html:40
4449 4442 msgid "New Field Key"
4450 4443 msgstr ""
4451 4444
4452 4445 #: rhodecode/templates/admin/repos/repo_edit_fields.html:48
4453 4446 msgid "New Field Label"
4454 4447 msgstr ""
4455 4448
4456 4449 #: rhodecode/templates/admin/repos/repo_edit_fields.html:51
4457 4450 msgid "Enter short label"
4458 4451 msgstr ""
4459 4452
4460 4453 #: rhodecode/templates/admin/repos/repo_edit_fields.html:57
4461 4454 msgid "New Field Description"
4462 4455 msgstr ""
4463 4456
4464 4457 #: rhodecode/templates/admin/repos/repo_edit_fields.html:60
4465 4458 msgid "Enter a full description for the field"
4466 4459 msgstr ""
4467 4460
4468 4461 #: rhodecode/templates/admin/repos/repo_edit_fields.html:73
4469 4462 msgid "Extra fields are disabled. You can enable them from the Admin/Settings/Visual page."
4470 4463 msgstr ""
4471 4464
4472 4465 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:9
4473 4466 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:9
4474 4467 msgid "Inherit from global settings"
4475 4468 msgstr ""
4476 4469
4477 4470 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:14
4478 4471 msgid "Select to inherit global patterns for issue tracker."
4479 4472 msgstr ""
4480 4473
4481 4474 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:24
4482 4475 msgid "Inherited Issue Tracker Patterns"
4483 4476 msgstr ""
4484 4477
4485 4478 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:30
4486 4479 #: rhodecode/templates/base/issue_tracker_settings.html:11
4487 4480 msgid "Pattern"
4488 4481 msgstr ""
4489 4482
4490 4483 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:31
4491 4484 #: rhodecode/templates/base/issue_tracker_settings.html:12
4492 4485 msgid "Url"
4493 4486 msgstr ""
4494 4487
4495 4488 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:70
4496 4489 #: rhodecode/templates/admin/settings/settings_issuetracker.html:5
4497 4490 msgid "Issue Tracker / Wiki Patterns"
4498 4491 msgstr ""
4499 4492
4500 4493 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:91
4501 4494 #: rhodecode/templates/admin/settings/settings_issuetracker.html:24
4502 4495 msgid "Test Patterns"
4503 4496 msgstr ""
4504 4497
4505 4498 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:5
4506 4499 msgid "Repository Permissions"
4507 4500 msgstr ""
4508 4501
4509 4502 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:43
4510 4503 msgid "private repository"
4511 4504 msgstr ""
4512 4505
4513 4506 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:48
4514 4507 msgid "only users/user groups explicitly added here will have access"
4515 4508 msgstr ""
4516 4509
4517 4510 #: rhodecode/templates/admin/repos/repo_edit_remote.html:3
4518 4511 msgid "Remote url"
4519 4512 msgstr ""
4520 4513
4521 4514 #: rhodecode/templates/admin/repos/repo_edit_remote.html:9
4522 4515 msgid "Remote mirror url"
4523 4516 msgstr ""
4524 4517
4525 4518 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
4526 4519 #: rhodecode/templates/admin/repos/repo_edit_remote.html:22
4527 4520 msgid "Pull changes from remote location"
4528 4521 msgstr ""
4529 4522
4530 4523 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
4531 4524 msgid "Confirm to pull changes from remote side"
4532 4525 msgstr ""
4533 4526
4534 4527 #: rhodecode/templates/admin/repos/repo_edit_remote.html:19
4535 4528 msgid "This repository does not have any remote mirror url set."
4536 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 4532 #, python-format
4540 4533 msgid "Settings for Repository: %s"
4541 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 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 4549 msgid ""
4557 4550 "In case this repository is renamed or moved into another group the repository url changes.\n"
4558 4551 " Using above url guarantees that this repository will always be accessible under such url.\n"
4559 4552 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4560 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 4556 msgid "Remote uri"
4564 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 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 4568 msgid "new value, leave empty to remove"
4576 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 4572 msgid "cancel"
4580 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 4576 msgid "http[s] url where from repository was imported, also used for doing remote pulls."
4584 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 4580 #: rhodecode/templates/data_table/_dt_elements.html:158
4588 4581 #: rhodecode/templates/forks/fork.html:58
4589 4582 msgid "Repository group"
4590 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 4586 msgid "Optional select a group to put this repository into."
4594 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 4590 #: rhodecode/templates/forks/fork.html:75
4598 4591 msgid "Default commit for files page, downloads, whoosh and readme"
4599 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 4595 msgid "Change owner of this repository."
4603 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 4598 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4615 msgid "Enable statistics window on summary page."
4616 msgstr ""
4617
4618 #: rhodecode/templates/admin/repos/repo_edit_settings.html:111
4619 msgid "Enable downloads"
4599 #: rhodecode/templates/data_table/_dt_elements.html:58
4600 msgid "Private repository"
4620 4601 msgstr ""
4621 4602
4622 4603 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4623 msgid "Enable download menu on summary page."
4624 msgstr ""
4625
4626 #: rhodecode/templates/admin/repos/repo_edit_settings.html:120
4627 msgid "Enable automatic locking"
4604 msgid "Enable statistics"
4605 msgstr ""
4606
4607 #: rhodecode/templates/admin/repos/repo_edit_settings.html:119
4608 msgid "Enable statistics window on summary page."
4628 4609 msgstr ""
4629 4610
4630 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 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 4625 msgstr ""
4633 4626
4634 4627 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:3
4635 4628 msgid "Repository statistics"
4636 4629 msgstr ""
4637 4630
4638 4631 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:11
4639 4632 msgid "Processed commits"
4640 4633 msgstr ""
4641 4634
4642 4635 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:12
4643 4636 msgid "Processed progress"
4644 4637 msgstr ""
4645 4638
4646 4639 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
4647 4640 msgid "Reset statistics"
4648 4641 msgstr ""
4649 4642
4650 4643 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
4651 4644 msgid "Confirm to remove current statistics"
4652 4645 msgstr ""
4653 4646
4654 4647 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:14
4655 4648 msgid "Select to inherit global vcs settings."
4656 4649 msgstr ""
4657 4650
4658 4651 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
4659 4652 #: rhodecode/templates/admin/settings/settings_global.html:109
4660 4653 #: rhodecode/templates/admin/settings/settings_labs.html:45
4661 4654 #: rhodecode/templates/admin/settings/settings_vcs.html:13
4662 4655 #: rhodecode/templates/admin/settings/settings_visual.html:219
4663 4656 msgid "Save settings"
4664 4657 msgstr ""
4665 4658
4666 4659 #: rhodecode/templates/admin/repos/repos.html:5
4667 4660 msgid "Repositories administration"
4668 4661 msgstr ""
4669 4662
4670 4663 #: rhodecode/templates/admin/repos/repos.html:13
4671 4664 msgid "repositories"
4672 4665 msgstr ""
4673 4666
4674 4667 #: rhodecode/templates/admin/repos/repos.html:67
4675 4668 msgid "State"
4676 4669 msgstr ""
4677 4670
4678 4671 #: rhodecode/templates/admin/settings/settings.html:5
4679 4672 msgid "Settings administration"
4680 4673 msgstr ""
4681 4674
4682 4675 #: rhodecode/templates/admin/settings/settings_email.html:3
4683 4676 msgid "Email Configuration"
4684 4677 msgstr ""
4685 4678
4686 4679 #: rhodecode/templates/admin/settings/settings_email.html:8
4687 4680 msgid "Email prefix"
4688 4681 msgstr ""
4689 4682
4690 4683 #: rhodecode/templates/admin/settings/settings_email.html:9
4691 4684 msgid "RhodeCode email from"
4692 4685 msgstr ""
4693 4686
4694 4687 #: rhodecode/templates/admin/settings/settings_email.html:10
4695 4688 msgid "Error email from"
4696 4689 msgstr ""
4697 4690
4698 4691 #: rhodecode/templates/admin/settings/settings_email.html:11
4699 4692 msgid "Error email recipients"
4700 4693 msgstr ""
4701 4694
4702 4695 #: rhodecode/templates/admin/settings/settings_email.html:13
4703 4696 msgid "SMTP server"
4704 4697 msgstr ""
4705 4698
4706 4699 #: rhodecode/templates/admin/settings/settings_email.html:14
4707 4700 msgid "SMTP username"
4708 4701 msgstr ""
4709 4702
4710 4703 #: rhodecode/templates/admin/settings/settings_email.html:15
4711 4704 msgid "SMTP password"
4712 4705 msgstr ""
4713 4706
4714 4707 #: rhodecode/templates/admin/settings/settings_email.html:16
4715 4708 msgid "SMTP port"
4716 4709 msgstr ""
4717 4710
4718 4711 #: rhodecode/templates/admin/settings/settings_email.html:18
4719 4712 msgid "SMTP use TLS"
4720 4713 msgstr ""
4721 4714
4722 4715 #: rhodecode/templates/admin/settings/settings_email.html:19
4723 4716 msgid "SMTP use SSL"
4724 4717 msgstr ""
4725 4718
4726 4719 #: rhodecode/templates/admin/settings/settings_email.html:20
4727 4720 msgid "SMTP auth"
4728 4721 msgstr ""
4729 4722
4730 4723 #: rhodecode/templates/admin/settings/settings_email.html:34
4731 4724 msgid "Test Email"
4732 4725 msgstr ""
4733 4726
4734 4727 #: rhodecode/templates/admin/settings/settings_email.html:40
4735 4728 msgid "enter valid email"
4736 4729 msgstr ""
4737 4730
4738 4731 #: rhodecode/templates/admin/settings/settings_email.html:44
4739 4732 msgid "Send an auto-generated email from this server to above email..."
4740 4733 msgstr ""
4741 4734
4742 4735 #: rhodecode/templates/admin/settings/settings_email.html:48
4743 4736 msgid "Send"
4744 4737 msgstr ""
4745 4738
4746 4739 #: rhodecode/templates/admin/settings/settings_global.html:5
4747 4740 msgid "Branding"
4748 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 4743 #: rhodecode/templates/admin/settings/settings_global.html:16
4759 4744 msgid "Set a custom title for your RhodeCode instance (limited to 40 characters)."
4760 4745 msgstr ""
4761 4746
4762 4747 #: rhodecode/templates/admin/settings/settings_global.html:20
4763 4748 msgid "HTTP[S] authentication realm"
4764 4749 msgstr ""
4765 4750
4766 4751 #: rhodecode/templates/admin/settings/settings_global.html:27
4767 4752 msgid "Set a custom text that is shown as authentication message to clients trying to connect."
4768 4753 msgstr ""
4769 4754
4770 4755 #: rhodecode/templates/admin/settings/settings_global.html:35
4771 4756 msgid "Registration Captcha"
4772 4757 msgstr ""
4773 4758
4774 4759 #: rhodecode/templates/admin/settings/settings_global.html:39
4775 4760 msgid "Google ReCaptcha public key"
4776 4761 msgstr ""
4777 4762
4778 4763 #: rhodecode/templates/admin/settings/settings_global.html:46
4779 4764 msgid "Public key for reCaptcha system."
4780 4765 msgstr ""
4781 4766
4782 4767 #: rhodecode/templates/admin/settings/settings_global.html:51
4783 4768 msgid "Google ReCaptcha private key"
4784 4769 msgstr ""
4785 4770
4786 4771 #: rhodecode/templates/admin/settings/settings_global.html:58
4787 4772 msgid "Private key for reCaptcha system. Setting this value will enable captcha on registration"
4788 4773 msgstr ""
4789 4774
4790 4775 #: rhodecode/templates/admin/settings/settings_global.html:66
4791 4776 msgid "Custom Header Code"
4792 4777 msgstr ""
4793 4778
4794 4779 #: rhodecode/templates/admin/settings/settings_global.html:71
4795 4780 #: rhodecode/templates/admin/settings/settings_global.html:93
4796 4781 #: rhodecode/templates/debug_style/form-elements-small.html:59
4797 4782 #: rhodecode/templates/debug_style/form-elements.html:57
4798 4783 #: rhodecode/templates/debug_style/form-elements.html:82
4799 4784 #: rhodecode/templates/debug_style/form-elements.html:225
4800 4785 #: rhodecode/templates/debug_style/form-elements.html:381
4801 4786 #: rhodecode/templates/debug_style/form-elements.html:407
4802 4787 #: rhodecode/templates/debug_style/form-elements.html:515
4803 4788 #: rhodecode/templates/debug_style/form-elements.html:519
4804 4789 #: rhodecode/templates/debug_style/form-elements.html:537
4805 4790 #: rhodecode/templates/debug_style/form-elements.html:587
4806 4791 #: rhodecode/templates/debug_style/form-inline.html:38
4807 4792 #: rhodecode/templates/debug_style/form-inline.html:139
4808 4793 #: rhodecode/templates/debug_style/form-inline.html:147
4809 4794 #: rhodecode/templates/debug_style/form-vertical.html:60
4810 4795 #: rhodecode/templates/debug_style/forms.html:37
4811 4796 #: rhodecode/templates/debug_style/forms.html:60
4812 4797 #: rhodecode/templates/debug_style/forms.html:78
4813 4798 #: rhodecode/templates/debug_style/forms.html:96
4814 4799 #: rhodecode/templates/debug_style/layout-form-sidebar.html:44
4815 4800 msgid "Templates..."
4816 4801 msgstr ""
4817 4802
4818 4803 #: rhodecode/templates/admin/settings/settings_global.html:74
4819 4804 #: rhodecode/templates/admin/settings/settings_global.html:96
4820 4805 #: rhodecode/templates/debug_style/form-elements-small.html:62
4821 4806 #: rhodecode/templates/debug_style/form-elements.html:60
4822 4807 #: rhodecode/templates/debug_style/form-elements.html:85
4823 4808 #: rhodecode/templates/debug_style/form-elements.html:228
4824 4809 #: rhodecode/templates/debug_style/form-elements.html:384
4825 4810 #: rhodecode/templates/debug_style/form-elements.html:410
4826 4811 #: rhodecode/templates/debug_style/form-elements.html:518
4827 4812 #: rhodecode/templates/debug_style/form-elements.html:522
4828 4813 #: rhodecode/templates/debug_style/form-elements.html:540
4829 4814 #: rhodecode/templates/debug_style/form-elements.html:590
4830 4815 #: rhodecode/templates/debug_style/form-inline.html:41
4831 4816 #: rhodecode/templates/debug_style/form-inline.html:142
4832 4817 #: rhodecode/templates/debug_style/form-inline.html:150
4833 4818 #: rhodecode/templates/debug_style/form-vertical.html:63
4834 4819 #: rhodecode/templates/debug_style/forms.html:40
4835 4820 #: rhodecode/templates/debug_style/forms.html:63
4836 4821 #: rhodecode/templates/debug_style/forms.html:81
4837 4822 #: rhodecode/templates/debug_style/forms.html:99
4838 4823 #: rhodecode/templates/debug_style/layout-form-sidebar.html:47
4839 4824 msgid "Server Announcement"
4840 4825 msgstr ""
4841 4826
4842 4827 #: rhodecode/templates/admin/settings/settings_global.html:80
4843 4828 msgid "Custom js/css code added at the end of the <header> tag."
4844 4829 msgstr ""
4845 4830
4846 4831 #: rhodecode/templates/admin/settings/settings_global.html:81
4847 4832 #: rhodecode/templates/admin/settings/settings_global.html:103
4848 4833 msgid "Use <script> or <css> tags to define custom styling or scripting"
4849 4834 msgstr ""
4850 4835
4851 4836 #: rhodecode/templates/admin/settings/settings_global.html:88
4852 4837 msgid "Custom Footer Code"
4853 4838 msgstr ""
4854 4839
4855 4840 #: rhodecode/templates/admin/settings/settings_global.html:102
4856 4841 msgid "Custom js/css code added at the end of the <body> tag."
4857 4842 msgstr ""
4858 4843
4859 4844 #: rhodecode/templates/admin/settings/settings_hooks.html:3
4860 4845 msgid "Built in Mercurial hooks - read only"
4861 4846 msgstr ""
4862 4847
4863 4848 #: rhodecode/templates/admin/settings/settings_hooks.html:19
4864 4849 msgid "Hooks can be used to trigger actions on certain events such as push / pull. They can trigger Python functions or external applications."
4865 4850 msgstr ""
4866 4851
4867 4852 #: rhodecode/templates/admin/settings/settings_hooks.html:27
4868 4853 msgid "Custom hooks"
4869 4854 msgstr ""
4870 4855
4871 4856 #: rhodecode/templates/admin/settings/settings_labs.html:3
4872 4857 msgid "Labs Settings"
4873 4858 msgstr ""
4874 4859
4875 4860 #: rhodecode/templates/admin/settings/settings_mapping.html:5
4876 4861 msgid "Import New Groups or Repositories"
4877 4862 msgstr ""
4878 4863
4879 4864 #: rhodecode/templates/admin/settings/settings_mapping.html:10
4880 4865 msgid "Destroy old data"
4881 4866 msgstr ""
4882 4867
4883 4868 #: rhodecode/templates/admin/settings/settings_mapping.html:12
4884 4869 msgid "In case a repository or a group was deleted from the filesystem and it still exists in the database, check this option to remove obsolete data from the database."
4885 4870 msgstr ""
4886 4871
4887 4872 #: rhodecode/templates/admin/settings/settings_mapping.html:16
4888 4873 msgid "Invalidate cache for all repositories"
4889 4874 msgstr ""
4890 4875
4891 4876 #: rhodecode/templates/admin/settings/settings_mapping.html:18
4892 4877 msgid "Each cache data for repositories will be cleaned with this option selected. Use this to reload data and clear cache keys."
4893 4878 msgstr ""
4894 4879
4895 4880 #: rhodecode/templates/admin/settings/settings_mapping.html:21
4896 4881 msgid "Rescan Filesystem"
4897 4882 msgstr ""
4898 4883
4899 4884 #: rhodecode/templates/admin/settings/settings_open_source.html:3
4900 4885 msgid "Licenses of Third Party Packages"
4901 4886 msgstr ""
4902 4887
4903 4888 #: rhodecode/templates/admin/settings/settings_search.html:3
4904 4889 msgid "RhodeCode Full Text Search"
4905 4890 msgstr ""
4906 4891
4907 4892 #: rhodecode/templates/admin/settings/settings_supervisor_tail.html:1
4908 4893 #, python-format
4909 4894 msgid "Last %(size)s bytes of process logs, use ?offset=[num] GET param to set custom size"
4910 4895 msgstr ""
4911 4896
4912 4897 #: rhodecode/templates/admin/settings/settings_system.html:4
4898 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:4
4913 4899 msgid "RhodeCode Enterprise version"
4914 4900 msgstr ""
4915 4901
4916 4902 #: rhodecode/templates/admin/settings/settings_system.html:4
4917 4903 msgid "check for updates"
4918 4904 msgstr ""
4919 4905
4920 4906 #: rhodecode/templates/admin/settings/settings_system.html:5
4907 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:5
4921 4908 msgid "Upgrade info endpoint"
4922 4909 msgstr ""
4923 4910
4924 4911 #: rhodecode/templates/admin/settings/settings_system.html:5
4925 4912 msgid "Note: please make sure this server can access this url"
4926 4913 msgstr ""
4927 4914
4928 4915 #: rhodecode/templates/admin/settings/settings_system.html:6
4916 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:6
4929 4917 msgid "Configuration INI file"
4930 4918 msgstr ""
4931 4919
4932 4920 #: rhodecode/templates/admin/settings/settings_system.html:8
4921 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:8
4933 4922 msgid "RhodeCode Enterprise Server IP"
4934 4923 msgstr ""
4935 4924
4936 4925 #: rhodecode/templates/admin/settings/settings_system.html:9
4926 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:9
4937 4927 msgid "RhodeCode Enterprise Server ID"
4938 4928 msgstr ""
4939 4929
4940 4930 #: rhodecode/templates/admin/settings/settings_system.html:10
4931 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:10
4941 4932 msgid "Platform"
4942 4933 msgstr ""
4943 4934
4944 4935 #: rhodecode/templates/admin/settings/settings_system.html:11
4936 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:11
4945 4937 msgid "Uptime"
4946 4938 msgstr ""
4947 4939
4948 4940 #: rhodecode/templates/admin/settings/settings_system.html:12
4941 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:12
4949 4942 msgid "Storage location"
4950 4943 msgstr ""
4951 4944
4952 4945 #: rhodecode/templates/admin/settings/settings_system.html:13
4946 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:13
4953 4947 msgid "Storage disk space"
4954 4948 msgstr ""
4955 4949
4956 4950 #: rhodecode/templates/admin/settings/settings_system.html:15
4951 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:15
4957 4952 msgid "Search index storage"
4958 4953 msgstr ""
4959 4954
4960 4955 #: rhodecode/templates/admin/settings/settings_system.html:16
4956 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:16
4961 4957 msgid "Search index size"
4962 4958 msgstr ""
4963 4959
4964 4960 #: rhodecode/templates/admin/settings/settings_system.html:18
4961 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:18
4965 4962 msgid "Gist storage"
4966 4963 msgstr ""
4967 4964
4968 4965 #: rhodecode/templates/admin/settings/settings_system.html:19
4966 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:19
4969 4967 msgid "Gist storage size"
4970 4968 msgstr ""
4971 4969
4972 4970 #: rhodecode/templates/admin/settings/settings_system.html:21
4971 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:21
4973 4972 msgid "Archive cache"
4974 4973 msgstr ""
4975 4974
4976 4975 #: rhodecode/templates/admin/settings/settings_system.html:21
4977 4976 msgid "Enable this by setting archive_cache_dir=/path/to/cache option in the .ini file"
4978 4977 msgstr ""
4979 4978
4980 4979 #: rhodecode/templates/admin/settings/settings_system.html:22
4980 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:22
4981 4981 msgid "Archive cache size"
4982 4982 msgstr ""
4983 4983
4984 4984 #: rhodecode/templates/admin/settings/settings_system.html:24
4985 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:24
4985 4986 msgid "System memory"
4986 4987 msgstr ""
4987 4988
4988 4989 #: rhodecode/templates/admin/settings/settings_system.html:25
4990 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:25
4989 4991 msgid "CPU"
4990 4992 msgstr ""
4991 4993
4992 4994 #: rhodecode/templates/admin/settings/settings_system.html:26
4995 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:26
4993 4996 msgid "Load"
4994 4997 msgstr ""
4995 4998
4996 4999 #: rhodecode/templates/admin/settings/settings_system.html:29
5000 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:29
4997 5001 msgid "Python version"
4998 5002 msgstr ""
4999 5003
5000 5004 #: rhodecode/templates/admin/settings/settings_system.html:30
5005 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:30
5001 5006 msgid "Python path"
5002 5007 msgstr ""
5003 5008
5004 5009 #: rhodecode/templates/admin/settings/settings_system.html:31
5010 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:31
5005 5011 msgid "GIT version"
5006 5012 msgstr ""
5007 5013
5008 5014 #: rhodecode/templates/admin/settings/settings_system.html:32
5015 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:32
5009 5016 msgid "HG version"
5010 5017 msgstr ""
5011 5018
5012 5019 #: rhodecode/templates/admin/settings/settings_system.html:33
5020 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:33
5013 5021 msgid "SVN version"
5014 5022 msgstr ""
5015 5023
5016 5024 #: rhodecode/templates/admin/settings/settings_system.html:34
5025 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:34
5017 5026 msgid "Database"
5018 5027 msgstr ""
5019 5028
5020 5029 #: rhodecode/templates/admin/settings/settings_system.html:35
5030 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:35
5021 5031 msgid "Database version"
5022 5032 msgstr ""
5023 5033
5024 5034 #: rhodecode/templates/admin/settings/settings_system.html:41
5025 5035 msgid "Checking for updates..."
5026 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 5043 msgid "Python Packages"
5030 5044 msgstr ""
5031 5045
5032 5046 #: rhodecode/templates/admin/settings/settings_visual.html:5
5033 5047 #: rhodecode/templates/base/vcs_settings.html:10
5034 5048 msgid "General"
5035 5049 msgstr ""
5036 5050
5037 5051 #: rhodecode/templates/admin/settings/settings_visual.html:10
5038 5052 msgid "Use repository extra fields"
5039 5053 msgstr ""
5040 5054
5041 5055 #: rhodecode/templates/admin/settings/settings_visual.html:12
5042 5056 msgid "Allows storing additional customized fields per repository."
5043 5057 msgstr ""
5044 5058
5045 5059 #: rhodecode/templates/admin/settings/settings_visual.html:17
5046 5060 msgid "Show RhodeCode version"
5047 5061 msgstr ""
5048 5062
5049 5063 #: rhodecode/templates/admin/settings/settings_visual.html:19
5050 5064 msgid "Shows or hides a version number of RhodeCode displayed in the footer."
5051 5065 msgstr ""
5052 5066
5053 5067 #: rhodecode/templates/admin/settings/settings_visual.html:26
5054 5068 msgid "Gravatars"
5055 5069 msgstr ""
5056 5070
5057 5071 #: rhodecode/templates/admin/settings/settings_visual.html:31
5058 5072 msgid "Use Gravatars based avatars"
5059 5073 msgstr ""
5060 5074
5061 5075 #: rhodecode/templates/admin/settings/settings_visual.html:33
5062 5076 msgid "Use gravatar.com as avatar system for RhodeCode accounts. If this is disabled avatars are generated based on initials and email."
5063 5077 msgstr ""
5064 5078
5065 5079 #: rhodecode/templates/admin/settings/settings_visual.html:36
5066 5080 msgid "Gravatar URL"
5067 5081 msgstr ""
5068 5082
5069 5083 #: rhodecode/templates/admin/settings/settings_visual.html:44
5070 5084 msgid ""
5071 5085 "Gravatar url allows you to use other avatar server application.\n"
5072 5086 " Following variables of the URL will be replaced accordingly.\n"
5073 5087 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
5074 5088 " {email} user email,\n"
5075 5089 " {md5email} md5 hash of the user email (like at gravatar.com),\n"
5076 5090 " {size} size of the image that is expected from the server application,\n"
5077 5091 " {netloc} network location/server host of running RhodeCode server"
5078 5092 msgstr ""
5079 5093
5080 5094 #: rhodecode/templates/admin/settings/settings_visual.html:59
5081 5095 msgid "Meta-Tagging"
5082 5096 msgstr ""
5083 5097
5084 5098 #: rhodecode/templates/admin/settings/settings_visual.html:64
5085 5099 msgid "Stylify recognised meta tags"
5086 5100 msgstr ""
5087 5101
5088 5102 #: rhodecode/templates/admin/settings/settings_visual.html:66
5089 5103 msgid "Parses meta tags from repository description field and turns them into colored tags."
5090 5104 msgstr ""
5091 5105
5092 5106 #: rhodecode/templates/admin/settings/settings_visual.html:86
5093 5107 msgid "Dashboard Items"
5094 5108 msgstr ""
5095 5109
5096 5110 #: rhodecode/templates/admin/settings/settings_visual.html:90
5097 5111 msgid "Main page dashboard items"
5098 5112 msgstr ""
5099 5113
5100 5114 #: rhodecode/templates/admin/settings/settings_visual.html:96
5101 5115 msgid "Number of items displayed in the main page dashboard before pagination is shown."
5102 5116 msgstr ""
5103 5117
5104 5118 #: rhodecode/templates/admin/settings/settings_visual.html:100
5105 5119 msgid "Admin pages items"
5106 5120 msgstr ""
5107 5121
5108 5122 #: rhodecode/templates/admin/settings/settings_visual.html:106
5109 5123 msgid "Number of items displayed in the admin pages grids before pagination is shown."
5110 5124 msgstr ""
5111 5125
5112 5126 #: rhodecode/templates/admin/settings/settings_visual.html:115
5113 5127 msgid "Commit ID Style"
5114 5128 msgstr ""
5115 5129
5116 5130 #: rhodecode/templates/admin/settings/settings_visual.html:119
5117 5131 msgid "Commit sha length"
5118 5132 msgstr ""
5119 5133
5120 5134 #: rhodecode/templates/admin/settings/settings_visual.html:126
5121 5135 msgid ""
5122 5136 "Number of chars to show in commit sha displayed in web interface.\n"
5123 5137 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
5124 5138 " length of the sha after the `r123:` part."
5125 5139 msgstr ""
5126 5140
5127 5141 #: rhodecode/templates/admin/settings/settings_visual.html:134
5128 5142 msgid "Show commit ID numeric reference"
5129 5143 msgstr ""
5130 5144
5131 5145 #: rhodecode/templates/admin/settings/settings_visual.html:134
5132 5146 msgid "Commit show revision number"
5133 5147 msgstr ""
5134 5148
5135 5149 #: rhodecode/templates/admin/settings/settings_visual.html:136
5136 5150 msgid ""
5137 5151 "Show revision number in commit sha displayed in web interface.\n"
5138 5152 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
5139 5153 " if the `r123:` part is shown."
5140 5154 msgstr ""
5141 5155
5142 5156 #: rhodecode/templates/admin/settings/settings_visual.html:145
5143 5157 #: rhodecode/templates/debug_style/index.html:62
5144 5158 msgid "Icons"
5145 5159 msgstr ""
5146 5160
5147 5161 #: rhodecode/templates/admin/settings/settings_visual.html:150
5148 5162 msgid "Show public repo icon on repositories"
5149 5163 msgstr ""
5150 5164
5151 5165 #: rhodecode/templates/admin/settings/settings_visual.html:156
5152 5166 msgid "Show private repo icon on repositories"
5153 5167 msgstr ""
5154 5168
5155 5169 #: rhodecode/templates/admin/settings/settings_visual.html:158
5156 5170 msgid "Show public/private icons next to repositories names."
5157 5171 msgstr ""
5158 5172
5159 5173 #: rhodecode/templates/admin/settings/settings_visual.html:165
5160 5174 msgid "Markup Renderer"
5161 5175 msgstr ""
5162 5176
5163 5177 #: rhodecode/templates/admin/settings/settings_visual.html:172
5164 5178 msgid "Default renderer used to render comments, pull request descriptions and other description elements. After change old entries will still work correctly."
5165 5179 msgstr ""
5166 5180
5167 5181 #: rhodecode/templates/admin/settings/settings_visual.html:179
5168 5182 msgid "Clone URL"
5169 5183 msgstr ""
5170 5184
5171 5185 #: rhodecode/templates/admin/settings/settings_visual.html:188
5172 5186 msgid ""
5173 5187 "Schema of clone url construction eg. '{scheme}://{user}@{netloc}/{repo}', available vars:\n"
5174 5188 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
5175 5189 " {user} current user username,\n"
5176 5190 " {netloc} network location/server host of running RhodeCode server,\n"
5177 5191 " {repo} full repository name,\n"
5178 5192 " {repoid} ID of repository, can be used to contruct clone-by-id"
5179 5193 msgstr ""
5180 5194
5181 5195 #: rhodecode/templates/admin/settings/settings_visual.html:201
5182 5196 msgid "Custom Support Link"
5183 5197 msgstr ""
5184 5198
5185 5199 #: rhodecode/templates/admin/settings/settings_visual.html:209
5186 5200 #, python-format
5187 5201 msgid ""
5188 5202 "Custom url for the support link located at the bottom.\n"
5189 5203 " The default is set to %(default_url)s. In case there's a need\n"
5190 5204 " to change the support link to internal issue tracker, it should be done here.\n"
5191 5205 " "
5192 5206 msgstr ""
5193 5207
5194 5208 #: rhodecode/templates/admin/user_groups/user_group_add.html:5
5195 5209 msgid "Add user group"
5196 5210 msgstr ""
5197 5211
5198 5212 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5199 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 5215 msgid "User groups"
5202 5216 msgstr ""
5203 5217
5204 5218 #: rhodecode/templates/admin/user_groups/user_group_add.html:15
5205 5219 #: rhodecode/templates/admin/user_groups/user_groups.html:28
5206 5220 msgid "Add User Group"
5207 5221 msgstr ""
5208 5222
5209 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 5225 msgid "Group name"
5212 5226 msgstr ""
5213 5227
5214 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 5230 msgid "Short, optional description for this user group."
5217 5231 msgstr ""
5218 5232
5219 5233 #: rhodecode/templates/admin/user_groups/user_group_edit.html:5
5220 5234 #, python-format
5221 5235 msgid "%s user group settings"
5222 5236 msgstr ""
5223 5237
5224 5238 #: rhodecode/templates/admin/user_groups/user_group_edit.html:36
5225 5239 #: rhodecode/templates/admin/users/user_edit.html:36
5226 5240 msgid "Global permissions"
5227 5241 msgstr ""
5228 5242
5229 5243 #: rhodecode/templates/admin/user_groups/user_group_edit.html:37
5230 5244 #: rhodecode/templates/admin/users/user_edit.html:37
5231 5245 msgid "Permissions summary"
5232 5246 msgstr ""
5233 5247
5234 5248 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5235 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 5250 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5238 5251 #: rhodecode/templates/debug_style/form-elements.html:509
5239 5252 msgid "Members"
5240 5253 msgstr ""
5241 5254
5242 5255 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:9
5243 5256 msgid "Assigned to repositories"
5244 5257 msgstr ""
5245 5258
5246 5259 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:10
5247 5260 msgid "Assigned to repo groups"
5248 5261 msgstr ""
5249 5262
5250 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 5265 #, python-format
5253 5266 msgid "User Group: %s"
5254 5267 msgstr ""
5255 5268
5256 5269 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:26
5257 5270 msgid "Delete User Group"
5258 5271 msgstr ""
5259 5272
5260 5273 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:32
5261 5274 #, python-format
5262 5275 msgid "Confirm to delete user group `%(ugroup)s` with all permission assignments"
5263 5276 msgstr ""
5264 5277
5265 5278 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:34
5266 5279 msgid "Delete This User Group"
5267 5280 msgstr ""
5268 5281
5269 5282 #: rhodecode/templates/admin/user_groups/user_group_edit_members.html:5
5270 5283 #, python-format
5271 5284 msgid "Members of User Group: %s"
5272 5285 msgstr ""
5273 5286
5274 5287 #: rhodecode/templates/admin/user_groups/user_group_edit_members.html:27
5275 5288 msgid "No members yet"
5276 5289 msgstr ""
5277 5290
5278 5291 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:5
5279 5292 msgid "User Group Permissions"
5280 5293 msgstr ""
5281 5294
5282 5295 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:62
5283 5296 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:109
5284 5297 msgid "revoke"
5285 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 5301 msgid "Change owner of this user group."
5289 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 5312 #: rhodecode/templates/debug_style/form-elements.html:513
5293 5313 #: rhodecode/templates/debug_style/form-elements.html:571
5294 5314 #: rhodecode/templates/debug_style/forms.html:236
5295 5315 msgid "Chosen group members"
5296 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 5319 #: rhodecode/templates/debug_style/form-elements.html:525
5300 5320 #: rhodecode/templates/debug_style/form-elements.html:575
5301 5321 #: rhodecode/templates/debug_style/forms.html:240
5302 5322 msgid "Remove all elements"
5303 5323 msgstr ""
5304 5324
5305 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:63
5306 #: rhodecode/templates/debug_style/form-elements.html:535
5307 #: rhodecode/templates/debug_style/form-elements.html:585
5308 #: rhodecode/templates/debug_style/forms.html:250
5309 msgid "Available members"
5310 msgstr ""
5311
5312 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5325 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:79
5326 msgid "Available users"
5327 msgstr ""
5328
5329 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:83
5313 5330 #: rhodecode/templates/debug_style/form-elements.html:543
5314 5331 #: rhodecode/templates/debug_style/form-elements.html:593
5315 5332 #: rhodecode/templates/debug_style/forms.html:258
5316 5333 msgid "Add all elements"
5317 5334 msgstr ""
5318 5335
5319 5336 #: rhodecode/templates/admin/user_groups/user_groups.html:5
5320 5337 msgid "User groups administration"
5321 5338 msgstr ""
5322 5339
5323 5340 #: rhodecode/templates/admin/user_groups/user_groups.html:13
5324 5341 msgid "user groups"
5325 5342 msgstr ""
5326 5343
5327 5344 #: rhodecode/templates/admin/users/user_add.html:5
5328 5345 msgid "Add user"
5329 5346 msgstr ""
5330 5347
5331 5348 #: rhodecode/templates/admin/users/user_add.html:13
5332 5349 #: rhodecode/templates/admin/users/user_edit.html:14
5333 5350 #: rhodecode/templates/base/base.html:81
5334 5351 msgid "Users"
5335 5352 msgstr ""
5336 5353
5337 5354 #: rhodecode/templates/admin/users/user_add.html:15
5338 5355 #: rhodecode/templates/admin/users/users.html:27
5339 5356 msgid "Add User"
5340 5357 msgstr ""
5341 5358
5342 5359 #: rhodecode/templates/admin/users/user_add.html:53
5343 5360 msgid "Password confirmation"
5344 5361 msgstr ""
5345 5362
5346 5363 #: rhodecode/templates/admin/users/user_add.html:59
5347 5364 msgid "Generate password"
5348 5365 msgstr ""
5349 5366
5350 5367 #: rhodecode/templates/admin/users/user_add.html:106
5351 5368 msgid "Password change"
5352 5369 msgstr ""
5353 5370
5354 5371 #: rhodecode/templates/admin/users/user_add.html:110
5355 5372 msgid "Force user to change his password on the next login"
5356 5373 msgstr ""
5357 5374
5358 5375 #: rhodecode/templates/admin/users/user_add.html:120
5359 5376 msgid ""
5360 5377 "Add repository group with the same name as username. \n"
5361 5378 "User will be automatically set as this group owner."
5362 5379 msgstr ""
5363 5380
5364 #: rhodecode/templates/admin/users/user_add.html:137
5381 #: rhodecode/templates/admin/users/user_add.html:136
5365 5382 msgid "generated password:"
5366 5383 msgstr ""
5367 5384
5368 5385 #: rhodecode/templates/admin/users/user_edit.html:5
5369 5386 #, python-format
5370 5387 msgid "%s user settings"
5371 5388 msgstr ""
5372 5389
5373 5390 #: rhodecode/templates/admin/users/user_edit.html:33
5374 5391 #: rhodecode/templates/admin/users/user_edit_profile.html:5
5375 5392 msgid "User Profile"
5376 5393 msgstr ""
5377 5394
5378 5395 #: rhodecode/templates/admin/users/user_edit.html:34
5379 5396 msgid "Auth tokens"
5380 5397 msgstr ""
5381 5398
5382 5399 #: rhodecode/templates/admin/users/user_edit.html:38
5383 5400 msgid "Emails"
5384 5401 msgstr ""
5385 5402
5386 5403 #: rhodecode/templates/admin/users/user_edit.html:39
5387 5404 msgid "Ip Whitelist"
5388 5405 msgstr ""
5389 5406
5390 5407 #: rhodecode/templates/admin/users/user_edit_advanced.html:6
5391 5408 #: rhodecode/templates/admin/users/user_edit_profile.html:106
5392 5409 msgid "Source of Record"
5393 5410 msgstr ""
5394 5411
5395 5412 #: rhodecode/templates/admin/users/user_edit_advanced.html:8
5396 5413 #: rhodecode/templates/admin/users/users.html:98
5397 5414 msgid "Last login"
5398 5415 msgstr ""
5399 5416
5400 5417 #: rhodecode/templates/admin/users/user_edit_advanced.html:9
5401 5418 msgid "Last activity"
5402 5419 msgstr ""
5403 5420
5404 5421 #: rhodecode/templates/admin/users/user_edit_advanced.html:15
5405 5422 msgid "Member of User groups"
5406 5423 msgstr ""
5407 5424
5408 5425 #: rhodecode/templates/admin/users/user_edit_advanced.html:16
5409 5426 msgid "Force password change"
5410 5427 msgstr ""
5411 5428
5412 5429 #: rhodecode/templates/admin/users/user_edit_advanced.html:22
5413 5430 #, python-format
5414 5431 msgid "User: %s"
5415 5432 msgstr ""
5416 5433
5417 5434 #: rhodecode/templates/admin/users/user_edit_advanced.html:31
5418 5435 msgid "Force Password Reset"
5419 5436 msgstr ""
5420 5437
5421 5438 #: rhodecode/templates/admin/users/user_edit_advanced.html:39
5422 5439 msgid "Disable forced password reset"
5423 5440 msgstr ""
5424 5441
5425 5442 #: rhodecode/templates/admin/users/user_edit_advanced.html:41
5426 5443 msgid "Enable forced password reset"
5427 5444 msgstr ""
5428 5445
5429 5446 #: rhodecode/templates/admin/users/user_edit_advanced.html:47
5430 5447 msgid "When this is enabled user will have to change they password when they next use RhodeCode system. This will also forbid vcs operations until someone makes a password change in the web interface"
5431 5448 msgstr ""
5432 5449
5433 5450 #: rhodecode/templates/admin/users/user_edit_advanced.html:56
5434 5451 msgid "Personal Repository Group"
5435 5452 msgstr ""
5436 5453
5437 5454 #: rhodecode/templates/admin/users/user_edit_advanced.html:62
5438 5455 msgid "Users personal repository group"
5439 5456 msgstr ""
5440 5457
5441 5458 #: rhodecode/templates/admin/users/user_edit_advanced.html:64
5442 5459 msgid "This user currently does not have a personal repository group"
5443 5460 msgstr ""
5444 5461
5445 5462 #: rhodecode/templates/admin/users/user_edit_advanced.html:68
5446 5463 msgid "Create personal repository group"
5447 5464 msgstr ""
5448 5465
5449 5466 #: rhodecode/templates/admin/users/user_edit_advanced.html:77
5450 5467 msgid "Delete User"
5451 5468 msgstr ""
5452 5469
5453 5470 #: rhodecode/templates/admin/users/user_edit_advanced.html:85
5454 5471 #, python-format
5455 5472 msgid "This user owns %s repository."
5456 5473 msgid_plural "This user owns %s repositories."
5457 5474 msgstr[0] ""
5458 5475 msgstr[1] ""
5459 5476
5460 5477 #: rhodecode/templates/admin/users/user_edit_advanced.html:89
5461 5478 msgid "Detach repositories"
5462 5479 msgstr ""
5463 5480
5464 5481 #: rhodecode/templates/admin/users/user_edit_advanced.html:94
5465 5482 #: rhodecode/templates/admin/users/user_edit_advanced.html:110
5466 5483 #: rhodecode/templates/admin/users/user_edit_advanced.html:126
5467 5484 msgid "Delete repositories"
5468 5485 msgstr ""
5469 5486
5470 5487 #: rhodecode/templates/admin/users/user_edit_advanced.html:101
5471 5488 #, python-format
5472 5489 msgid "This user owns %s repository group."
5473 5490 msgid_plural "This user owns %s repository groups."
5474 5491 msgstr[0] ""
5475 5492 msgstr[1] ""
5476 5493
5477 5494 #: rhodecode/templates/admin/users/user_edit_advanced.html:105
5478 5495 msgid "Detach repository groups"
5479 5496 msgstr ""
5480 5497
5481 5498 #: rhodecode/templates/admin/users/user_edit_advanced.html:117
5482 5499 #, python-format
5483 5500 msgid "This user owns %s user group."
5484 5501 msgid_plural "This user owns %s user groups."
5485 5502 msgstr[0] ""
5486 5503 msgstr[1] ""
5487 5504
5488 5505 #: rhodecode/templates/admin/users/user_edit_advanced.html:121
5489 5506 msgid "Detach user groups"
5490 5507 msgstr ""
5491 5508
5492 5509 #: rhodecode/templates/admin/users/user_edit_advanced.html:135
5493 5510 #: rhodecode/templates/data_table/_dt_elements.html:189
5494 5511 #, python-format
5495 5512 msgid "Confirm to delete this user: %s"
5496 5513 msgstr ""
5497 5514
5498 5515 #: rhodecode/templates/admin/users/user_edit_advanced.html:137
5499 5516 msgid "Delete this user"
5500 5517 msgstr ""
5501 5518
5502 5519 #: rhodecode/templates/admin/users/user_edit_advanced.html:147
5503 5520 #, python-format
5504 5521 msgid "When selecting the detach option, the depending objects owned by this user will be assigned to the `%s` super admin in the system. The delete option will delete the user's repositories!"
5505 5522 msgstr ""
5506 5523
5507 5524 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:3
5508 5525 msgid "Authentication Access Tokens"
5509 5526 msgstr ""
5510 5527
5511 5528 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:59
5512 5529 msgid "No additional auth tokens specified"
5513 5530 msgstr ""
5514 5531
5515 5532 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:71
5516 5533 msgid "New auth token"
5517 5534 msgstr ""
5518 5535
5519 5536 #: rhodecode/templates/admin/users/user_edit_emails.html:5
5520 5537 msgid "Additional Email Addresses"
5521 5538 msgstr ""
5522 5539
5523 5540 #: rhodecode/templates/admin/users/user_edit_ips.html:3
5524 5541 msgid "Custom IP Whitelist"
5525 5542 msgstr ""
5526 5543
5527 5544 #: rhodecode/templates/admin/users/user_edit_ips.html:19
5528 5545 #, python-format
5529 5546 msgid "Inherited from %s"
5530 5547 msgstr ""
5531 5548
5532 5549 #: rhodecode/templates/admin/users/user_edit_ips.html:63
5533 5550 msgid ""
5534 5551 "Enter comma separated list of ip addresses like 127.0.0.1,\n"
5535 5552 "or use a ip address with a mask 127.0.0.1/24, to create a network range.\n"
5536 5553 "To specify multiple address range use 127.0.0.1-127.0.0.10 syntax"
5537 5554 msgstr ""
5538 5555
5539 5556 #: rhodecode/templates/admin/users/user_edit_profile.html:17
5540 5557 #, python-format
5541 5558 msgid "This user was created from external source (%s). Editing some of the settings is limited."
5542 5559 msgstr ""
5543 5560
5544 5561 #: rhodecode/templates/admin/users/user_edit_profile.html:30
5545 5562 msgid "Change the avatar at"
5546 5563 msgstr ""
5547 5564
5548 5565 #: rhodecode/templates/admin/users/user_edit_profile.html:82
5549 5566 msgid "New Password Confirmation"
5550 5567 msgstr ""
5551 5568
5552 5569 #: rhodecode/templates/admin/users/user_edit_profile.html:98
5553 5570 msgid "Super Admin"
5554 5571 msgstr ""
5555 5572
5556 5573 #: rhodecode/templates/admin/users/user_edit_profile.html:115
5557 5574 msgid "Name in Source of Record"
5558 5575 msgstr ""
5559 5576
5560 5577 #: rhodecode/templates/admin/users/user_edit_profile.html:124
5561 5578 msgid "Language"
5562 5579 msgstr ""
5563 5580
5564 5581 #: rhodecode/templates/admin/users/user_edit_profile.html:130
5565 5582 #, python-format
5566 5583 msgid "Help translate %(rc_link)s into your language."
5567 5584 msgstr ""
5568 5585
5569 5586 #: rhodecode/templates/admin/users/users.html:5
5570 5587 msgid "Users administration"
5571 5588 msgstr ""
5572 5589
5573 5590 #: rhodecode/templates/admin/users/users.html:104
5574 5591 msgid "Authentication type"
5575 5592 msgstr ""
5576 5593
5577 5594 #: rhodecode/templates/base/base.html:45
5578 5595 #: rhodecode/templates/errors/error_document.html:51
5579 5596 msgid "Support"
5580 5597 msgstr ""
5581 5598
5582 5599 #: rhodecode/templates/base/base.html:52
5583 5600 #, python-format
5584 5601 msgid "RhodeCode instance id: %s"
5585 5602 msgstr ""
5586 5603
5587 5604 #: rhodecode/templates/base/base.html:84
5588 5605 msgid "Authentication"
5589 5606 msgstr ""
5590 5607
5591 5608 #: rhodecode/templates/base/base.html:85
5592 5609 msgid "Defaults"
5593 5610 msgstr ""
5594 5611
5595 5612 #: rhodecode/templates/base/base.html:103
5596 5613 #: rhodecode/templates/files/files_pjax.html:24
5597 5614 #: rhodecode/templates/summary/components.html:42
5598 5615 msgid "Show More"
5599 5616 msgstr ""
5600 5617
5601 #: rhodecode/templates/base/base.html:187
5618 #: rhodecode/templates/base/base.html:189
5602 5619 msgid "Fork of"
5603 5620 msgstr ""
5604 5621
5605 #: rhodecode/templates/base/base.html:204
5622 #: rhodecode/templates/base/base.html:206
5606 5623 #, python-format
5607 5624 msgid "Repository locked by %(user)s"
5608 5625 msgstr ""
5609 5626
5610 #: rhodecode/templates/base/base.html:209
5627 #: rhodecode/templates/base/base.html:211
5611 5628 msgid "Repository not locked. Pull repository to lock it."
5612 5629 msgstr ""
5613 5630
5614 #: rhodecode/templates/base/base.html:227
5631 #: rhodecode/templates/base/base.html:229
5615 5632 #: rhodecode/templates/data_table/_dt_elements.html:12
5616 5633 #: rhodecode/templates/data_table/_dt_elements.html:13
5617 5634 #: rhodecode/templates/data_table/_dt_elements.html:147
5618 5635 msgid "Summary"
5619 5636 msgstr ""
5620 5637
5621 #: rhodecode/templates/base/base.html:228
5638 #: rhodecode/templates/base/base.html:230
5622 5639 #: rhodecode/templates/data_table/_dt_elements.html:17
5623 5640 #: rhodecode/templates/data_table/_dt_elements.html:18
5624 5641 msgid "Changelog"
5625 5642 msgstr ""
5626 5643
5627 #: rhodecode/templates/base/base.html:229
5644 #: rhodecode/templates/base/base.html:231
5628 5645 #: rhodecode/templates/data_table/_dt_elements.html:22
5629 5646 #: rhodecode/templates/data_table/_dt_elements.html:23
5630 5647 #: rhodecode/templates/files/files.html:15
5631 5648 msgid "Files"
5632 5649 msgstr ""
5633 5650
5634 #: rhodecode/templates/base/base.html:231
5651 #: rhodecode/templates/base/base.html:233
5635 5652 #: rhodecode/templates/bookmarks/bookmarks.html:68
5636 5653 #: rhodecode/templates/branches/branches.html:67
5637 5654 #: rhodecode/templates/files/file_diff.html:11
5638 5655 #: rhodecode/templates/files/file_diff.html:29
5639 5656 #: rhodecode/templates/tags/tags.html:68
5640 5657 msgid "Compare"
5641 5658 msgstr ""
5642 5659
5643 #: rhodecode/templates/base/base.html:236
5660 #: rhodecode/templates/base/base.html:238
5644 5661 #, python-format
5645 5662 msgid "Show Pull Requests for %s"
5646 5663 msgstr ""
5647 5664
5648 #: rhodecode/templates/base/base.html:245
5665 #: rhodecode/templates/base/base.html:247
5649 5666 msgid "Options"
5650 5667 msgstr ""
5651 5668
5652 #: rhodecode/templates/base/base.html:252
5653 #: rhodecode/templates/forks/forks_data.html:28
5669 #: rhodecode/templates/base/base.html:254
5670 #: rhodecode/templates/forks/forks_data.html:30
5654 5671 msgid "Compare fork"
5655 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 5674 #: rhodecode/templates/base/base.html:261
5675 msgid "Unlock"
5676 msgstr ""
5677
5678 #: rhodecode/templates/base/base.html:263
5668 5679 msgid "Lock"
5669 5680 msgstr ""
5670 5681
5671 #: rhodecode/templates/base/base.html:266
5682 #: rhodecode/templates/base/base.html:268
5672 5683 #: rhodecode/templates/data_table/_dt_elements.html:27
5673 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 5686 #: rhodecode/templates/summary/components.html:103
5676 5687 msgid "Fork"
5677 5688 msgid_plural "Forks"
5678 5689 msgstr[0] ""
5679 5690 msgstr[1] ""
5680 5691
5681 #: rhodecode/templates/base/base.html:267
5692 #: rhodecode/templates/base/base.html:269
5682 5693 msgid "Create Pull Request"
5683 5694 msgstr ""
5684 5695
5685 #: rhodecode/templates/base/base.html:289
5696 #: rhodecode/templates/base/base.html:291
5686 5697 msgid "Sign in"
5687 5698 msgstr ""
5688 5699
5689 #: rhodecode/templates/base/base.html:297
5700 #: rhodecode/templates/base/base.html:299
5690 5701 #: rhodecode/templates/debug_style/login.html:28
5691 5702 msgid "Sign in to your account"
5692 5703 msgstr ""
5693 5704
5694 #: rhodecode/templates/base/base.html:313
5705 #: rhodecode/templates/base/base.html:315
5695 5706 #: rhodecode/templates/debug_style/login.html:46
5696 5707 msgid "(Forgot password?)"
5697 5708 msgstr ""
5698 5709
5699 #: rhodecode/templates/base/base.html:322
5710 #: rhodecode/templates/base/base.html:324
5700 5711 #: rhodecode/templates/debug_style/login.html:56
5701 5712 msgid "Don't have an account ?"
5702 5713 msgstr ""
5703 5714
5704 #: rhodecode/templates/base/base.html:343
5715 #: rhodecode/templates/base/base.html:345
5705 5716 msgid "Sign Out"
5706 5717 msgstr ""
5707 5718
5708 #: rhodecode/templates/base/base.html:379
5719 #: rhodecode/templates/base/base.html:381
5709 5720 msgid "Show activity journal"
5710 5721 msgstr ""
5711 5722
5712 #: rhodecode/templates/base/base.html:380
5723 #: rhodecode/templates/base/base.html:382
5713 5724 #: rhodecode/templates/journal/journal.html:4
5714 5725 #: rhodecode/templates/journal/journal.html:14
5715 5726 msgid "Journal"
5716 5727 msgstr ""
5717 5728
5718 #: rhodecode/templates/base/base.html:385
5729 #: rhodecode/templates/base/base.html:387
5719 5730 msgid "Show Public activity journal"
5720 5731 msgstr ""
5721 5732
5722 #: rhodecode/templates/base/base.html:386
5733 #: rhodecode/templates/base/base.html:388
5723 5734 msgid "Public journal"
5724 5735 msgstr ""
5725 5736
5726 #: rhodecode/templates/base/base.html:391
5737 #: rhodecode/templates/base/base.html:393
5727 5738 msgid "Show Gists"
5728 5739 msgstr ""
5729 5740
5730 #: rhodecode/templates/base/base.html:392
5741 #: rhodecode/templates/base/base.html:394
5731 5742 msgid "Gists"
5732 5743 msgstr ""
5733 5744
5734 #: rhodecode/templates/base/base.html:396
5745 #: rhodecode/templates/base/base.html:398
5735 5746 msgid "Search in repositories you have access to"
5736 5747 msgstr ""
5737 5748
5738 #: rhodecode/templates/base/base.html:402
5749 #: rhodecode/templates/base/base.html:404
5739 5750 msgid "Admin settings"
5740 5751 msgstr ""
5741 5752
5742 #: rhodecode/templates/base/base.html:409
5753 #: rhodecode/templates/base/base.html:411
5743 5754 msgid "Delegated Admin settings"
5744 5755 msgstr ""
5745 5756
5746 #: rhodecode/templates/base/base.html:419
5747 #: rhodecode/templates/base/base.html:420
5757 #: rhodecode/templates/base/base.html:421
5758 #: rhodecode/templates/base/base.html:422
5748 5759 #: rhodecode/templates/debug_style/buttons.html:5
5749 5760 #: rhodecode/templates/debug_style/code-block.html:6
5750 5761 #: rhodecode/templates/debug_style/collapsable-content.html:5
5751 5762 #: rhodecode/templates/debug_style/form-elements-small.html:5
5752 5763 #: rhodecode/templates/debug_style/form-elements.html:5
5753 5764 #: rhodecode/templates/debug_style/form-inline.html:5
5754 5765 #: rhodecode/templates/debug_style/form-vertical.html:5
5755 5766 #: rhodecode/templates/debug_style/forms.html:5
5756 5767 #: rhodecode/templates/debug_style/icons.html:5
5757 5768 #: rhodecode/templates/debug_style/index.html:12
5758 5769 #: rhodecode/templates/debug_style/labels.html:5
5759 5770 #: rhodecode/templates/debug_style/layout-form-sidebar.html:5
5760 5771 #: rhodecode/templates/debug_style/login.html:6
5761 5772 #: rhodecode/templates/debug_style/panels.html:5
5762 5773 #: rhodecode/templates/debug_style/tables-wide.html:5
5763 5774 #: rhodecode/templates/debug_style/tables.html:5
5764 5775 #: rhodecode/templates/debug_style/typography.html:5
5765 5776 msgid "Style"
5766 5777 msgstr ""
5767 5778
5768 #: rhodecode/templates/base/base.html:474
5779 #: rhodecode/templates/base/base.html:479
5769 5780 msgid "Go to"
5770 5781 msgstr ""
5771 5782
5772 #: rhodecode/templates/base/base.html:585
5783 #: rhodecode/templates/base/base.html:590
5773 5784 msgid "Keyboard shortcuts"
5774 5785 msgstr ""
5775 5786
5776 #: rhodecode/templates/base/base.html:593
5787 #: rhodecode/templates/base/base.html:598
5777 5788 msgid "Site-wide shortcuts"
5778 5789 msgstr ""
5779 5790
5780 5791 #: rhodecode/templates/base/default_perms_box.html:14
5781 5792 msgid "Inherited Permissions"
5782 5793 msgstr ""
5783 5794
5784 5795 #: rhodecode/templates/base/default_perms_box.html:15
5785 5796 msgid "Custom Permissions"
5786 5797 msgstr ""
5787 5798
5788 5799 #: rhodecode/templates/base/default_perms_box.html:17
5789 5800 msgid "Default Global Permissions"
5790 5801 msgstr ""
5791 5802
5792 5803 #: rhodecode/templates/base/default_perms_box.html:23
5793 5804 msgid "The following options configure the default permissions each user or group will inherit. You can override these permissions for each individual user or user group using individual permissions settings."
5794 5805 msgstr ""
5795 5806
5796 5807 #: rhodecode/templates/base/default_perms_box.html:27
5797 5808 msgid "Repository Creation"
5798 5809 msgstr ""
5799 5810
5800 5811 #: rhodecode/templates/base/default_perms_box.html:32
5801 5812 msgid "Permission to create root level repositories. When disabled, users can still create repositories inside their own repository groups."
5802 5813 msgstr ""
5803 5814
5804 5815 #: rhodecode/templates/base/default_perms_box.html:37
5805 5816 msgid "Repository Creation With Group Write Access"
5806 5817 msgstr ""
5807 5818
5808 5819 #: rhodecode/templates/base/default_perms_box.html:42
5809 5820 msgid "Write permission given on a repository group will allow creating repositories inside that group."
5810 5821 msgstr ""
5811 5822
5812 5823 #: rhodecode/templates/base/default_perms_box.html:47
5813 5824 msgid "Repository Forking"
5814 5825 msgstr ""
5815 5826
5816 5827 #: rhodecode/templates/base/default_perms_box.html:52
5817 5828 msgid "Permission to create root level repository forks. When disabled, users can still fork repositories inside their own repository groups."
5818 5829 msgstr ""
5819 5830
5820 5831 #: rhodecode/templates/base/default_perms_box.html:57
5821 5832 msgid "Repository Group Creation"
5822 5833 msgstr ""
5823 5834
5824 5835 #: rhodecode/templates/base/default_perms_box.html:62
5825 5836 msgid "Permission to create root level repository groups. When disabled, repository group admins can still create repository subgroups within their repository groups."
5826 5837 msgstr ""
5827 5838
5828 5839 #: rhodecode/templates/base/default_perms_box.html:67
5829 5840 msgid "User Group Creation"
5830 5841 msgstr ""
5831 5842
5832 5843 #: rhodecode/templates/base/default_perms_box.html:72
5833 5844 msgid "Permission to allow user group creation. When disabled, user group admins can still create subgroups within their user groups."
5834 5845 msgstr ""
5835 5846
5836 5847 #: rhodecode/templates/base/default_perms_box.html:78
5837 5848 msgid "Inherit Permissions From The Default User"
5838 5849 msgstr ""
5839 5850
5840 5851 #: rhodecode/templates/base/default_perms_box.html:83
5841 5852 msgid "Inherit default permissions from the default user. Turn off this option to force explicit permissions for users, even if they are more restrictive than the default user permissions."
5842 5853 msgstr ""
5843 5854
5844 5855 #: rhodecode/templates/base/default_perms_box.html:102
5845 5856 msgid "Inherit from default settings"
5846 5857 msgstr ""
5847 5858
5848 5859 #: rhodecode/templates/base/default_perms_box.html:107
5849 5860 #, python-format
5850 5861 msgid ""
5851 5862 "Select to inherit permissions from %s permissions settings, including default IP address whitelist and inheritance of \n"
5852 5863 "permission by members of user groups."
5853 5864 msgstr ""
5854 5865
5855 5866 #: rhodecode/templates/base/issue_tracker_settings.html:22
5856 5867 msgid "Read more"
5857 5868 msgstr ""
5858 5869
5859 5870 #: rhodecode/templates/base/issue_tracker_settings.html:92
5860 5871 msgid "New Entry"
5861 5872 msgstr ""
5862 5873
5863 5874 #: rhodecode/templates/base/issue_tracker_settings.html:96
5864 5875 msgid "Confirm to remove this pattern:"
5865 5876 msgstr ""
5866 5877
5867 5878 #: rhodecode/templates/base/issue_tracker_settings.html:192
5868 5879 #: rhodecode/templates/changeset/changeset_file_comment.html:144
5869 5880 #: rhodecode/templates/changeset/changeset_file_comment.html:291
5870 5881 #: rhodecode/templates/files/files_add.html:78
5871 5882 #: rhodecode/templates/files/files_add.html:224
5872 5883 #: rhodecode/templates/files/files_edit.html:82
5873 5884 #: rhodecode/templates/files/files_edit.html:185
5874 5885 msgid "Preview"
5875 5886 msgstr ""
5876 5887
5877 5888 #: rhodecode/templates/base/issue_tracker_settings.html:193
5878 5889 msgid "Test Pattern Preview"
5879 5890 msgstr ""
5880 5891
5892 #: rhodecode/templates/base/perms_summary.html:18
5893 msgid "show"
5894 msgstr ""
5895
5881 5896 #: rhodecode/templates/base/perms_summary.html:19
5882 msgid "show"
5897 msgid "none"
5883 5898 msgstr ""
5884 5899
5885 5900 #: rhodecode/templates/base/perms_summary.html:20
5886 msgid "none"
5901 msgid "read"
5887 5902 msgstr ""
5888 5903
5889 5904 #: rhodecode/templates/base/perms_summary.html:21
5890 msgid "read"
5905 msgid "write"
5891 5906 msgstr ""
5892 5907
5893 5908 #: rhodecode/templates/base/perms_summary.html:22
5894 msgid "write"
5895 msgstr ""
5896
5897 #: rhodecode/templates/base/perms_summary.html:23
5898 5909 msgid "admin"
5899 5910 msgstr ""
5900 5911
5901 #: rhodecode/templates/base/perms_summary.html:30
5912 #: rhodecode/templates/base/perms_summary.html:29
5902 5913 msgid "No permissions defined"
5903 5914 msgstr ""
5904 5915
5905 #: rhodecode/templates/base/perms_summary.html:38
5906 #: rhodecode/templates/base/perms_summary.html:104
5916 #: rhodecode/templates/base/perms_summary.html:37
5917 #: rhodecode/templates/base/perms_summary.html:103
5907 5918 msgid "Permission"
5908 5919 msgstr ""
5909 5920
5910 #: rhodecode/templates/base/perms_summary.html:40
5911 #: rhodecode/templates/base/perms_summary.html:106
5921 #: rhodecode/templates/base/perms_summary.html:39
5922 #: rhodecode/templates/base/perms_summary.html:105
5912 5923 msgid "Edit Permission"
5913 5924 msgstr ""
5914 5925
5915 #: rhodecode/templates/base/perms_summary.html:86
5926 #: rhodecode/templates/base/perms_summary.html:85
5916 5927 msgid "Super admin"
5917 5928 msgstr ""
5918 5929
5930 #: rhodecode/templates/base/perms_summary.html:87
5931 msgid "Repository default permission"
5932 msgstr ""
5933
5919 5934 #: rhodecode/templates/base/perms_summary.html:88
5920 msgid "Repository default permission"
5935 msgid "Repository group default permission"
5921 5936 msgstr ""
5922 5937
5923 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 5939 msgid "User group default permission"
5929 5940 msgstr ""
5930 5941
5942 #: rhodecode/templates/base/perms_summary.html:91
5943 msgid "Create repositories"
5944 msgstr ""
5945
5931 5946 #: rhodecode/templates/base/perms_summary.html:92
5932 msgid "Create repositories"
5947 msgid "Fork repositories"
5933 5948 msgstr ""
5934 5949
5935 5950 #: rhodecode/templates/base/perms_summary.html:93
5936 msgid "Fork repositories"
5951 msgid "Create repository groups"
5937 5952 msgstr ""
5938 5953
5939 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 5955 msgid "Create user groups"
5945 5956 msgstr ""
5946 5957
5947 #: rhodecode/templates/base/perms_summary.html:155
5958 #: rhodecode/templates/base/perms_summary.html:162
5948 5959 msgid "No permission defined"
5949 5960 msgstr ""
5950 5961
5951 #: rhodecode/templates/base/root.html:150
5962 #: rhodecode/templates/base/root.html:151
5952 5963 msgid "Please enable JavaScript to use RhodeCode Enterprise"
5953 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 5966 #: rhodecode/templates/base/vcs_settings.html:16
5964 5967 msgid "Require SSL for vcs operations"
5965 5968 msgstr ""
5966 5969
5967 5970 #: rhodecode/templates/base/vcs_settings.html:19
5968 5971 msgid "Activate to set RhodeCode to require SSL for pushing or pulling. If SSL certificate is missing it will return a HTTP Error 406: Not Acceptable."
5969 5972 msgstr ""
5970 5973
5971 5974 #: rhodecode/templates/base/vcs_settings.html:29
5972 5975 msgid "Main Storage Location"
5973 5976 msgstr ""
5974 5977
5975 5978 #: rhodecode/templates/base/vcs_settings.html:37
5976 5979 msgid "Click to unlock. You must restart RhodeCode in order to make this setting take effect."
5977 5980 msgstr ""
5978 5981
5979 5982 #: rhodecode/templates/base/vcs_settings.html:41
5980 5983 msgid "Repository location change is disabled. You can enable this by changing the `allow_repo_location_change` inside .ini file."
5981 5984 msgstr ""
5982 5985
5983 5986 #: rhodecode/templates/base/vcs_settings.html:48
5984 5987 msgid "Filesystem location where repositories should be stored. After changing this value a restart and rescan of the repository folder are required."
5985 5988 msgstr ""
5986 5989
5987 5990 #: rhodecode/templates/base/vcs_settings.html:57
5988 5991 msgid "Internal Hooks"
5989 5992 msgstr ""
5990 5993
5991 5994 #: rhodecode/templates/base/vcs_settings.html:63
5992 5995 msgid "Show repository size after push"
5993 5996 msgstr ""
5994 5997
5995 5998 #: rhodecode/templates/base/vcs_settings.html:67
5996 5999 msgid "Trigger a hook that calculates repository size after each push."
5997 6000 msgstr ""
5998 6001
5999 6002 #: rhodecode/templates/base/vcs_settings.html:71
6000 6003 msgid "Execute pre/post push hooks"
6001 6004 msgstr ""
6002 6005
6003 6006 #: rhodecode/templates/base/vcs_settings.html:74
6004 6007 msgid "Execute Built in pre/post push hooks. This also executes rcextensions hooks."
6005 6008 msgstr ""
6006 6009
6007 6010 #: rhodecode/templates/base/vcs_settings.html:78
6008 6011 msgid "Execute pre/post pull hooks"
6009 6012 msgstr ""
6010 6013
6011 6014 #: rhodecode/templates/base/vcs_settings.html:81
6012 6015 msgid "Execute Built in pre/post pull hooks. This also executes rcextensions hooks."
6013 6016 msgstr ""
6014 6017
6015 6018 #: rhodecode/templates/base/vcs_settings.html:91
6016 6019 msgid "Mercurial Settings"
6017 6020 msgstr ""
6018 6021
6019 6022 #: rhodecode/templates/base/vcs_settings.html:96
6020 6023 msgid "Enable largefiles extension"
6021 6024 msgstr ""
6022 6025
6023 6026 #: rhodecode/templates/base/vcs_settings.html:99
6024 6027 msgid "Enable Largefiles extensions for all repositories."
6025 6028 msgstr ""
6026 6029
6027 6030 #: rhodecode/templates/base/vcs_settings.html:103
6028 6031 msgid "Set repositories as publishing"
6029 6032 msgstr ""
6030 6033
6031 6034 #: rhodecode/templates/base/vcs_settings.html:103
6032 6035 msgid "Set repository as publishing"
6033 6036 msgstr ""
6034 6037
6035 6038 #: rhodecode/templates/base/vcs_settings.html:106
6036 6039 msgid "When this is enabled all commits in the repository are seen as public commits by clients."
6037 6040 msgstr ""
6038 6041
6039 6042 #: rhodecode/templates/base/vcs_settings.html:111
6040 6043 msgid "Enable hgsubversion extension"
6041 6044 msgstr ""
6042 6045
6043 6046 #: rhodecode/templates/base/vcs_settings.html:114
6044 6047 msgid "Requires hgsubversion library to be installed. Allows cloning remote SVN repositories and migrates them to Mercurial type."
6045 6048 msgstr ""
6046 6049
6047 6050 #: rhodecode/templates/base/vcs_settings.html:124
6048 6051 msgid "Subversion Settings"
6049 6052 msgstr ""
6050 6053
6051 6054 #: rhodecode/templates/base/vcs_settings.html:129
6052 6055 msgid "Repository patterns"
6053 6056 msgstr ""
6054 6057
6055 6058 #: rhodecode/templates/base/vcs_settings.html:133
6056 6059 msgid "Patterns for identifying SVN branches and tags. For recursive search, use \"*\". Eg.: \"/branches/*\""
6057 6060 msgstr ""
6058 6061
6059 6062 #: rhodecode/templates/base/vcs_settings.html:196
6060 6063 msgid "Pull Request Settings"
6061 6064 msgstr ""
6062 6065
6063 6066 #: rhodecode/templates/base/vcs_settings.html:201
6064 6067 msgid "Enable server-side merge for pull requests"
6065 6068 msgstr ""
6066 6069
6067 6070 #: rhodecode/templates/base/vcs_settings.html:204
6068 6071 msgid "Note: when this feature is enabled, it only runs hooks defined in the rcextension package. Custom hooks added on the Admin -> Settings -> Hooks page will not be run when pull requests are automatically merged from the web interface."
6069 6072 msgstr ""
6070 6073
6071 6074 #: rhodecode/templates/base/vcs_settings.html:208
6072 6075 msgid "Invalidate and relocate inline comments during update"
6073 6076 msgstr ""
6074 6077
6075 6078 #: rhodecode/templates/base/vcs_settings.html:211
6076 6079 msgid "During the update of a pull request, the position of inline comments will be updated and outdated inline comments will be hidden."
6077 6080 msgstr ""
6078 6081
6079 6082 #: rhodecode/templates/bookmarks/bookmarks.html:5
6080 6083 #, python-format
6081 6084 msgid "%s Bookmarks"
6082 6085 msgstr ""
6083 6086
6084 6087 #: rhodecode/templates/bookmarks/bookmarks.html:13
6085 6088 msgid "bookmarks"
6086 6089 msgstr ""
6087 6090
6088 6091 #: rhodecode/templates/bookmarks/bookmarks.html:31
6089 6092 msgid "Compare Selected Bookmarks"
6090 6093 msgstr ""
6091 6094
6092 6095 #: rhodecode/templates/bookmarks/bookmarks_data.html:13
6093 6096 #: rhodecode/templates/changelog/changelog.html:180
6094 6097 #: rhodecode/templates/changelog/changelog_summary_data.html:53
6095 6098 #: rhodecode/templates/changeset/changeset.html:92
6096 6099 #: rhodecode/templates/files/base.html:10
6097 6100 #, python-format
6098 6101 msgid "Bookmark %s"
6099 6102 msgstr ""
6100 6103
6101 6104 #: rhodecode/templates/branches/branches.html:5
6102 6105 #, python-format
6103 6106 msgid "%s Branches"
6104 6107 msgstr ""
6105 6108
6106 6109 #: rhodecode/templates/branches/branches.html:13
6107 6110 msgid "branches"
6108 6111 msgstr ""
6109 6112
6110 6113 #: rhodecode/templates/branches/branches.html:31
6111 6114 msgid "Compare Selected Branches"
6112 6115 msgstr ""
6113 6116
6114 6117 #: rhodecode/templates/branches/branches_data.html:12
6115 6118 #: rhodecode/templates/changelog/changelog.html:172
6116 6119 #: rhodecode/templates/changelog/changelog_summary_data.html:67
6117 6120 #: rhodecode/templates/changeset/changeset.html:105
6118 6121 #: rhodecode/templates/files/base.html:23
6119 6122 #, python-format
6120 6123 msgid "Branch %s"
6121 6124 msgstr ""
6122 6125
6123 6126 #: rhodecode/templates/changelog/changelog.html:6
6124 6127 #, python-format
6125 6128 msgid "%s Changelog"
6126 6129 msgstr ""
6127 6130
6128 6131 #: rhodecode/templates/changelog/changelog.html:19
6129 6132 #, python-format
6130 6133 msgid "showing %d out of %d commit"
6131 6134 msgid_plural "showing %d out of %d commits"
6132 6135 msgstr[0] ""
6133 6136 msgstr[1] ""
6134 6137
6135 6138 #: rhodecode/templates/changelog/changelog.html:41
6136 #: rhodecode/templates/forks/forks_data.html:26
6139 #: rhodecode/templates/forks/forks_data.html:28
6137 6140 #, python-format
6138 6141 msgid "Compare fork with %s"
6139 6142 msgstr ""
6140 6143
6141 6144 #: rhodecode/templates/changelog/changelog.html:53
6142 6145 #, python-format
6143 6146 msgid "Compare fork with Parent (%s)"
6144 6147 msgstr ""
6145 6148
6146 6149 #: rhodecode/templates/changelog/changelog.html:62
6147 6150 msgid "Open new pull request"
6148 6151 msgstr ""
6149 6152
6150 6153 #: rhodecode/templates/changelog/changelog.html:68
6151 6154 #: rhodecode/templates/changelog/changelog.html:69
6152 6155 msgid "Clear selection"
6153 6156 msgstr ""
6154 6157
6155 6158 #: rhodecode/templates/changelog/changelog.html:83
6156 6159 msgid "Clear filter"
6157 6160 msgstr ""
6158 6161
6159 6162 #: rhodecode/templates/changelog/changelog.html:103
6160 6163 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6161 #: rhodecode/templates/search/search_commit.html:9
6162 6164 msgid "Age"
6163 6165 msgstr ""
6164 6166
6165 6167 #: rhodecode/templates/changelog/changelog.html:105
6166 6168 #: rhodecode/templates/files/files_add.html:93
6167 6169 #: rhodecode/templates/files/files_delete.html:60
6168 6170 #: rhodecode/templates/files/files_edit.html:96
6169 6171 msgid "Commit Message"
6170 6172 msgstr ""
6171 6173
6172 6174 #: rhodecode/templates/changelog/changelog.html:108
6173 6175 #: rhodecode/templates/changelog/changelog_summary_data.html:11
6174 6176 msgid "Refs"
6175 6177 msgstr ""
6176 6178
6177 6179 #: rhodecode/templates/changelog/changelog.html:122
6178 6180 #: rhodecode/templates/changelog/changelog_summary_data.html:22
6179 6181 #, python-format
6180 6182 msgid ""
6181 6183 "Commit status: %s\n"
6182 6184 "Click to open associated pull request #%s"
6183 6185 msgstr ""
6184 6186
6185 6187 #: rhodecode/templates/changelog/changelog.html:126
6186 6188 #, python-format
6187 6189 msgid "Commit status: %s"
6188 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 6192 #: rhodecode/templates/changelog/changelog.html:162
6197 6193 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6198 6194 msgid "Commit has comments"
6199 6195 msgstr ""
6200 6196
6201 6197 #: rhodecode/templates/changelog/changelog.html:188
6202 6198 #: rhodecode/templates/changelog/changelog_summary_data.html:60
6203 6199 #: rhodecode/templates/changeset/changeset.html:99
6204 6200 #: rhodecode/templates/files/base.html:17
6205 6201 #: rhodecode/templates/tags/tags_data.html:12
6206 6202 #, python-format
6207 6203 msgid "Tag %s"
6208 6204 msgstr ""
6209 6205
6210 6206 #: rhodecode/templates/changelog/changelog.html:338
6211 6207 msgid "Filter changelog"
6212 6208 msgstr ""
6213 6209
6214 6210 #: rhodecode/templates/changelog/changelog.html:411
6215 6211 msgid "There are no changes yet"
6216 6212 msgstr ""
6217 6213
6218 6214 #: rhodecode/templates/changelog/changelog_details.html:4
6219 6215 #: rhodecode/templates/pullrequests/pullrequest_show.html:358
6220 6216 msgid "Removed"
6221 6217 msgstr ""
6222 6218
6223 6219 #: rhodecode/templates/changelog/changelog_details.html:5
6224 6220 msgid "Changed"
6225 6221 msgstr ""
6226 6222
6227 6223 #: rhodecode/templates/changelog/changelog_details.html:6
6228 6224 msgid "Added"
6229 6225 msgstr ""
6230 6226
6231 6227 #: rhodecode/templates/changelog/changelog_details.html:8
6232 6228 #: rhodecode/templates/changelog/changelog_details.html:9
6233 6229 #: rhodecode/templates/changelog/changelog_details.html:10
6234 6230 #, python-format
6235 6231 msgid "Affected %s files"
6236 6232 msgstr ""
6237 6233
6238 6234 #: rhodecode/templates/changelog/changelog_file_history.html:20
6239 6235 #: rhodecode/templates/changeset/changeset.html:86
6240 6236 #: rhodecode/templates/files/base.html:4
6241 6237 msgid "merge"
6242 6238 msgstr ""
6243 6239
6244 6240 #: rhodecode/templates/changelog/changelog_file_history.html:39
6245 6241 #: rhodecode/templates/changeset/diff_block.html:65
6246 6242 #: rhodecode/templates/changeset/diff_block.html:70
6247 6243 msgid "Show File"
6248 6244 msgstr ""
6249 6245
6250 6246 #: rhodecode/templates/changelog/changelog_summary_data.html:8
6251 6247 #: rhodecode/templates/search/search_commit.html:8
6252 6248 msgid "Commit message"
6253 6249 msgstr ""
6254 6250
6255 6251 #: rhodecode/templates/changelog/changelog_summary_data.html:91
6256 6252 msgid "Add or upload files directly via RhodeCode:"
6257 6253 msgstr ""
6258 6254
6259 6255 #: rhodecode/templates/changelog/changelog_summary_data.html:94
6260 6256 #: rhodecode/templates/files/files_browser.html:25
6261 6257 msgid "Add New File"
6262 6258 msgstr ""
6263 6259
6264 6260 #: rhodecode/templates/changelog/changelog_summary_data.html:102
6265 6261 msgid "Push new repo:"
6266 6262 msgstr ""
6267 6263
6268 6264 #: rhodecode/templates/changelog/changelog_summary_data.html:113
6269 6265 msgid "Existing repository?"
6270 6266 msgstr ""
6271 6267
6272 6268 #: rhodecode/templates/changeset/changeset.html:7
6273 6269 #, python-format
6274 6270 msgid "%s Commit"
6275 6271 msgstr ""
6276 6272
6277 6273 #: rhodecode/templates/changeset/changeset.html:43
6278 6274 msgid "Parent Commit"
6279 6275 msgstr ""
6280 6276
6281 6277 #: rhodecode/templates/changeset/changeset.html:43
6282 6278 msgid "Parent"
6283 6279 msgstr ""
6284 6280
6285 6281 #: rhodecode/templates/changeset/changeset.html:47
6286 6282 msgid "Child Commit"
6287 6283 msgstr ""
6288 6284
6289 6285 #: rhodecode/templates/changeset/changeset.html:47
6290 6286 msgid "Child"
6291 6287 msgstr ""
6292 6288
6293 6289 #: rhodecode/templates/changeset/changeset.html:58
6294 6290 msgid "Expand"
6295 6291 msgstr ""
6296 6292
6297 6293 #: rhodecode/templates/changeset/changeset.html:66
6298 6294 #: rhodecode/templates/changeset/changeset.html:72
6299 6295 #: rhodecode/templates/changeset/changeset_file_comment.html:36
6300 6296 #: rhodecode/templates/changeset/changeset_file_comment.html:90
6301 6297 msgid "Commit status"
6302 6298 msgstr ""
6303 6299
6304 6300 #: rhodecode/templates/changeset/changeset.html:79
6305 6301 #: rhodecode/templates/files/file_tree_detail.html:21
6306 6302 #: rhodecode/templates/files/files_detail.html:20
6307 6303 msgid "References"
6308 6304 msgstr ""
6309 6305
6310 6306 #: rhodecode/templates/changeset/changeset.html:115
6311 6307 msgid "Diffs"
6312 6308 msgstr ""
6313 6309
6314 6310 #: rhodecode/templates/changeset/changeset.html:119
6315 6311 #: rhodecode/templates/changeset/diff_block.html:85
6316 6312 msgid "Raw diff"
6317 6313 msgstr ""
6318 6314
6319 6315 #: rhodecode/templates/changeset/changeset.html:120
6320 6316 #: rhodecode/templates/changeset/diff_block.html:86
6321 6317 msgid "Raw Diff"
6322 6318 msgstr ""
6323 6319
6324 6320 #: rhodecode/templates/changeset/changeset.html:123
6325 6321 msgid "Patch diff"
6326 6322 msgstr ""
6327 6323
6328 6324 #: rhodecode/templates/changeset/changeset.html:124
6329 6325 msgid "Patch Diff"
6330 6326 msgstr ""
6331 6327
6332 6328 #: rhodecode/templates/changeset/changeset.html:127
6333 6329 #: rhodecode/templates/changeset/diff_block.html:90
6334 6330 msgid "Download diff"
6335 6331 msgstr ""
6336 6332
6337 6333 #: rhodecode/templates/changeset/changeset.html:128
6338 6334 #: rhodecode/templates/changeset/diff_block.html:91
6339 6335 msgid "Download Diff"
6340 6336 msgstr ""
6341 6337
6342 6338 #: rhodecode/templates/changeset/changeset.html:145
6343 6339 #: rhodecode/templates/changeset/changeset.html:147
6344 6340 #: rhodecode/tests/functional/test_changeset_comments.py:217
6345 6341 #, python-format
6346 6342 msgid "%d Commit comment"
6347 6343 msgid_plural "%d Commit comments"
6348 6344 msgstr[0] ""
6349 6345 msgstr[1] ""
6350 6346
6351 6347 #: rhodecode/templates/changeset/changeset.html:151
6352 6348 #: rhodecode/templates/changeset/changeset.html:153
6353 6349 #: rhodecode/templates/pullrequests/pullrequest_show.html:145
6354 6350 #: rhodecode/templates/pullrequests/pullrequest_show.html:147
6355 6351 #: rhodecode/tests/functional/test_changeset_comments.py:224
6356 6352 #, python-format
6357 6353 msgid "%d Inline Comment"
6358 6354 msgid_plural "%d Inline Comments"
6359 6355 msgstr[0] ""
6360 6356 msgstr[1] ""
6361 6357
6362 6358 #: rhodecode/templates/changeset/changeset.html:177
6363 6359 msgid "Browse files at current commit"
6364 6360 msgstr ""
6365 6361
6366 6362 #: rhodecode/templates/changeset/changeset.html:177
6367 6363 msgid "Browse files"
6368 6364 msgstr ""
6369 6365
6370 6366 #: rhodecode/templates/changeset/changeset.html:179
6371 6367 #: rhodecode/templates/changeset/changeset_range.html:59
6372 6368 #: rhodecode/templates/compare/compare_diff.html:255
6373 6369 #: rhodecode/templates/files/file_diff.html:77
6374 6370 #: rhodecode/templates/pullrequests/pullrequest_show.html:265
6375 6371 msgid "Expand All"
6376 6372 msgstr ""
6377 6373
6378 6374 #: rhodecode/templates/changeset/changeset.html:179
6379 6375 #: rhodecode/templates/changeset/changeset_range.html:59
6380 6376 #: rhodecode/templates/compare/compare_diff.html:255
6381 6377 #: rhodecode/templates/files/file_diff.html:77
6382 6378 #: rhodecode/templates/pullrequests/pullrequest_show.html:265
6383 6379 msgid "Collapse All"
6384 6380 msgstr ""
6385 6381
6386 6382 #: rhodecode/templates/changeset/changeset.html:190
6387 6383 #: rhodecode/templates/compare/compare_diff.html:263
6388 6384 #: rhodecode/templates/pullrequests/pullrequest_show.html:274
6389 6385 msgid "No files"
6390 6386 msgstr ""
6391 6387
6392 6388 #: rhodecode/templates/changeset/changeset.html:227
6393 6389 #: rhodecode/templates/files/file_diff.html:128
6394 6390 msgid "Show comments"
6395 6391 msgstr ""
6396 6392
6397 6393 #: rhodecode/templates/changeset/changeset.html:228
6398 6394 #: rhodecode/templates/files/file_diff.html:129
6399 6395 msgid "Hide comments"
6400 6396 msgstr ""
6401 6397
6402 6398 #: rhodecode/templates/changeset/changeset.html:245
6403 6399 #: rhodecode/templates/changeset/diff_block.html:25
6404 6400 #: rhodecode/templates/changeset/diff_block.html:46
6405 6401 #: rhodecode/templates/files/file_diff.html:146
6406 6402 msgid "Diff was truncated. File content available only in full diff."
6407 6403 msgstr ""
6408 6404
6409 6405 #: rhodecode/templates/changeset/changeset.html:245
6410 6406 #: rhodecode/templates/changeset/diff_block.html:7
6411 6407 #: rhodecode/templates/changeset/diff_block.html:10
6412 6408 #: rhodecode/templates/changeset/diff_block.html:25
6413 6409 #: rhodecode/templates/changeset/diff_block.html:46
6414 6410 #: rhodecode/templates/changeset/diff_block.html:59
6415 6411 #: rhodecode/templates/files/file_diff.html:146
6416 6412 msgid "Showing a big diff might take some time and resources, continue?"
6417 6413 msgstr ""
6418 6414
6419 6415 #: rhodecode/templates/changeset/changeset.html:245
6420 6416 #: rhodecode/templates/changeset/diff_block.html:7
6421 6417 #: rhodecode/templates/changeset/diff_block.html:10
6422 6418 #: rhodecode/templates/changeset/diff_block.html:25
6423 6419 #: rhodecode/templates/changeset/diff_block.html:46
6424 6420 #: rhodecode/templates/files/file_diff.html:146
6425 6421 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
6426 6422 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
6427 6423 msgid "Show full diff"
6428 6424 msgstr ""
6429 6425
6430 6426 #: rhodecode/templates/changeset/changeset.html:314
6431 6427 msgid "No Child Commits"
6432 6428 msgstr ""
6433 6429
6434 6430 #: rhodecode/templates/changeset/changeset.html:350
6435 6431 msgid "No Parent Commits"
6436 6432 msgstr ""
6437 6433
6438 6434 #: rhodecode/templates/changeset/changeset_file_comment.html:21
6439 6435 #, python-format
6440 6436 msgid "Vote on pull request #%s"
6441 6437 msgstr ""
6442 6438
6443 6439 #: rhodecode/templates/changeset/changeset_file_comment.html:23
6444 6440 #, python-format
6445 6441 msgid "Comment on pull request #%s"
6446 6442 msgstr ""
6447 6443
6448 6444 #: rhodecode/templates/changeset/changeset_file_comment.html:28
6449 6445 msgid "Status change on commit"
6450 6446 msgstr ""
6451 6447
6452 6448 #: rhodecode/templates/changeset/changeset_file_comment.html:30
6453 6449 msgid "Comment on commit"
6454 6450 msgstr ""
6455 6451
6456 6452 #: rhodecode/templates/changeset/changeset_file_comment.html:58
6457 6453 msgid "Previous comment"
6458 6454 msgstr ""
6459 6455
6460 6456 #: rhodecode/templates/changeset/changeset_file_comment.html:62
6461 6457 msgid "Next comment"
6462 6458 msgstr ""
6463 6459
6464 6460 #: rhodecode/templates/changeset/changeset_file_comment.html:118
6465 6461 msgid "Create a comment on line {1}."
6466 6462 msgstr ""
6467 6463
6468 6464 #: rhodecode/templates/changeset/changeset_file_comment.html:121
6469 6465 #: rhodecode/templates/changeset/changeset_file_comment.html:251
6470 6466 #, python-format
6471 6467 msgid "Comments parsed using %s syntax with %s support."
6472 6468 msgstr ""
6473 6469
6474 6470 #: rhodecode/templates/changeset/changeset_file_comment.html:123
6475 6471 #: rhodecode/templates/changeset/changeset_file_comment.html:253
6476 6472 msgid "Use @username inside this text to send notification to this RhodeCode user"
6477 6473 msgstr ""
6478 6474
6479 6475 #: rhodecode/templates/changeset/changeset_file_comment.html:133
6480 6476 #: rhodecode/templates/changeset/changeset_file_comment.html:264
6481 6477 msgid "Comment preview"
6482 6478 msgstr ""
6483 6479
6484 6480 #: rhodecode/templates/changeset/changeset_file_comment.html:146
6485 6481 #: rhodecode/templates/changeset/changeset_file_comment.html:293
6486 6482 #: rhodecode/templates/compare/compare_diff.html:57
6487 6483 msgid "Comment"
6488 6484 msgstr ""
6489 6485
6490 6486 #: rhodecode/templates/changeset/changeset_file_comment.html:154
6491 6487 msgid "You need to be logged in to comment."
6492 6488 msgstr ""
6493 6489
6494 6490 #: rhodecode/templates/changeset/changeset_file_comment.html:154
6495 6491 msgid "Login now"
6496 6492 msgstr ""
6497 6493
6498 6494 #: rhodecode/templates/changeset/changeset_file_comment.html:158
6499 6495 msgid "Hide"
6500 6496 msgstr ""
6501 6497
6502 6498 #: rhodecode/templates/changeset/changeset_file_comment.html:171
6503 6499 #, python-format
6504 6500 msgid "%d Pull Request Comment"
6505 6501 msgid_plural "%d Pull Request Comments"
6506 6502 msgstr[0] ""
6507 6503 msgstr[1] ""
6508 6504
6509 6505 #: rhodecode/templates/changeset/changeset_file_comment.html:173
6510 6506 #, python-format
6511 6507 msgid "%d Commit Comment"
6512 6508 msgid_plural "%d Commit Comments"
6513 6509 msgstr[0] ""
6514 6510 msgstr[1] ""
6515 6511
6516 6512 #: rhodecode/templates/changeset/changeset_file_comment.html:223
6517 6513 msgid "Merge Pull Request"
6518 6514 msgstr ""
6519 6515
6520 6516 #: rhodecode/templates/changeset/changeset_file_comment.html:243
6521 6517 msgid "Create a comment on this Pull Request."
6522 6518 msgstr ""
6523 6519
6524 6520 #: rhodecode/templates/changeset/changeset_file_comment.html:245
6525 6521 msgid "Create comments on this Commit range."
6526 6522 msgstr ""
6527 6523
6528 6524 #: rhodecode/templates/changeset/changeset_file_comment.html:247
6529 6525 msgid "Create a comment on this Commit."
6530 6526 msgstr ""
6531 6527
6532 6528 #: rhodecode/templates/changeset/changeset_range.html:5
6533 6529 #, python-format
6534 6530 msgid "%s Commits"
6535 6531 msgstr ""
6536 6532
6537 6533 #: rhodecode/templates/changeset/changeset_range.html:9
6538 6534 #: rhodecode/templates/changeset/changeset_range.html:20
6539 6535 #, python-format
6540 6536 msgid "(%s commit)"
6541 6537 msgid_plural "(%s commits)"
6542 6538 msgstr[0] ""
6543 6539 msgstr[1] ""
6544 6540
6545 6541 #: rhodecode/templates/changeset/changeset_range.html:16
6546 6542 msgid "Commits"
6547 6543 msgstr ""
6548 6544
6549 6545 #: rhodecode/templates/changeset/changeset_range.html:41
6550 6546 msgid "Show combined compare"
6551 6547 msgstr ""
6552 6548
6553 6549 #: rhodecode/templates/changeset/diff_block.html:7
6554 6550 msgid "The requested commit is too big and content was truncated."
6555 6551 msgstr ""
6556 6552
6557 6553 #: rhodecode/templates/changeset/diff_block.html:10
6558 6554 msgid "The requested file is too big and its content is not shown."
6559 6555 msgstr ""
6560 6556
6561 6557 #: rhodecode/templates/changeset/diff_block.html:64
6562 6558 #, python-format
6563 6559 msgid "Show file at commit: %(commit_id)s"
6564 6560 msgstr ""
6565 6561
6566 6562 #: rhodecode/templates/changeset/diff_block.html:69
6567 6563 #, python-format
6568 6564 msgid "File no longer present at commit: %(commit_id)s"
6569 6565 msgstr ""
6570 6566
6571 6567 #: rhodecode/templates/changeset/diff_block.html:75
6572 6568 msgid "Show full diff for this file"
6573 6569 msgstr ""
6574 6570
6575 6571 #: rhodecode/templates/changeset/diff_block.html:76
6576 6572 msgid "Unified Diff"
6577 6573 msgstr ""
6578 6574
6579 6575 #: rhodecode/templates/changeset/diff_block.html:80
6580 6576 msgid "Show full side-by-side diff for this file"
6581 6577 msgstr ""
6582 6578
6583 6579 #: rhodecode/templates/changeset/diff_block.html:81
6584 6580 #: rhodecode/templates/files/diff_2way.html:40
6585 6581 msgid "Side-by-side Diff"
6586 6582 msgstr ""
6587 6583
6588 6584 #: rhodecode/templates/changeset/diff_block.html:97
6589 6585 #, python-format
6590 6586 msgid "%(num)s file changed"
6591 6587 msgid_plural "%(num)s files changed"
6592 6588 msgstr[0] ""
6593 6589 msgstr[1] ""
6594 6590
6595 6591 #: rhodecode/templates/changeset/diff_block.html:99
6596 6592 #, python-format
6597 6593 msgid "%(num)s file changed: %(linesadd)s inserted, %(linesdel)s deleted"
6598 6594 msgid_plural "%(num)s files changed: %(linesadd)s inserted, %(linesdel)s deleted"
6599 6595 msgstr[0] ""
6600 6596 msgstr[1] ""
6601 6597
6602 #: rhodecode/templates/compare/compare_cs.html:5
6598 #: rhodecode/templates/compare/compare_commits.html:5
6603 6599 msgid "No Commits"
6604 6600 msgstr ""
6605 6601
6606 #: rhodecode/templates/compare/compare_cs.html:9
6602 #: rhodecode/templates/compare/compare_commits.html:9
6607 6603 msgid "Common Ancestor Commit"
6608 6604 msgstr ""
6609 6605
6610 #: rhodecode/templates/compare/compare_cs.html:20
6606 #: rhodecode/templates/compare/compare_commits.html:20
6611 6607 msgid "Time"
6612 6608 msgstr ""
6613 6609
6614 6610 #: rhodecode/templates/compare/compare_diff.html:6
6615 6611 #: rhodecode/templates/compare/compare_diff.html:8
6616 6612 #, python-format
6617 6613 msgid "%s Compare"
6618 6614 msgstr ""
6619 6615
6620 6616 #: rhodecode/templates/compare/compare_diff.html:16
6621 6617 #, python-format
6622 6618 msgid "%s commit"
6623 6619 msgid_plural "%s commits"
6624 6620 msgstr[0] ""
6625 6621 msgstr[1] ""
6626 6622
6627 6623 #: rhodecode/templates/compare/compare_diff.html:37
6628 6624 #: rhodecode/templates/compare/compare_diff.html:55
6629 6625 msgid "Compare Commits"
6630 6626 msgstr ""
6631 6627
6632 6628 #: rhodecode/templates/compare/compare_diff.html:46
6633 6629 #: rhodecode/templates/files/file_diff.html:56
6634 6630 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
6635 6631 msgid "Target"
6636 6632 msgstr ""
6637 6633
6638 6634 #: rhodecode/templates/compare/compare_diff.html:47
6639 6635 #: rhodecode/templates/files/file_diff.html:62
6640 6636 #: rhodecode/templates/files/files_source.html:18
6641 6637 msgid "Source"
6642 6638 msgstr ""
6643 6639
6644 6640 #: rhodecode/templates/compare/compare_diff.html:53
6645 6641 msgid "Swap"
6646 6642 msgstr ""
6647 6643
6648 6644 #: rhodecode/templates/compare/compare_diff.html:245
6649 6645 msgid "Compare commits, branches, bookmarks or tags."
6650 6646 msgstr ""
6651 6647
6652 6648 #: rhodecode/templates/data_table/_dt_elements.html:49
6653 6649 msgid "Mercurial repository"
6654 6650 msgstr ""
6655 6651
6656 6652 #: rhodecode/templates/data_table/_dt_elements.html:51
6657 6653 msgid "Git repository"
6658 6654 msgstr ""
6659 6655
6660 6656 #: rhodecode/templates/data_table/_dt_elements.html:53
6661 6657 msgid "Subversion repository"
6662 6658 msgstr ""
6663 6659
6664 6660 #: rhodecode/templates/data_table/_dt_elements.html:60
6665 6661 msgid "Public repository"
6666 6662 msgstr ""
6667 6663
6668 6664 #: rhodecode/templates/data_table/_dt_elements.html:70
6669 6665 msgid "Repository creating in progress..."
6670 6666 msgstr ""
6671 6667
6672 6668 #: rhodecode/templates/data_table/_dt_elements.html:84
6673 6669 msgid "No commits yet"
6674 6670 msgstr ""
6675 6671
6676 6672 #: rhodecode/templates/data_table/_dt_elements.html:91
6677 6673 #: rhodecode/templates/data_table/_dt_elements.html:93
6678 6674 #, python-format
6679 6675 msgid "Subscribe to %s rss feed"
6680 6676 msgstr ""
6681 6677
6682 6678 #: rhodecode/templates/data_table/_dt_elements.html:99
6683 6679 #: rhodecode/templates/data_table/_dt_elements.html:101
6684 6680 #, python-format
6685 6681 msgid "Subscribe to %s atom feed"
6686 6682 msgstr ""
6687 6683
6688 6684 #: rhodecode/templates/data_table/_dt_elements.html:127
6689 6685 msgid "Creating"
6690 6686 msgstr ""
6691 6687
6692 6688 #: rhodecode/templates/data_table/_dt_elements.html:129
6693 6689 msgid "Created"
6694 6690 msgstr ""
6695 6691
6696 6692 #: rhodecode/templates/data_table/_dt_elements.html:175
6697 6693 #, python-format
6698 6694 msgid "Confirm to delete this group: %s with %s repository"
6699 6695 msgid_plural "Confirm to delete this group: %s with %s repositories"
6700 6696 msgstr[0] ""
6701 6697 msgstr[1] ""
6702 6698
6703 6699 #: rhodecode/templates/data_table/_dt_elements.html:201
6704 6700 #, python-format
6705 6701 msgid "Confirm to delete this user group: %s"
6706 6702 msgstr ""
6707 6703
6708 6704 #: rhodecode/templates/data_table/_dt_elements.html:218
6709 6705 msgid "User group"
6710 6706 msgstr ""
6711 6707
6712 6708 #: rhodecode/templates/data_table/_dt_elements.html:262
6713 6709 #: rhodecode/templates/forks/fork.html:81
6714 6710 msgid "Private"
6715 6711 msgstr ""
6716 6712
6717 6713 #: rhodecode/templates/data_table/_dt_elements.html:287
6718 6714 #, python-format
6719 6715 msgid "Pull request #%(pr_number)s"
6720 6716 msgstr ""
6721 6717
6722 6718 #: rhodecode/templates/debug_style/buttons.html:131
6723 6719 msgid "Confirm to remove this field: Field"
6724 6720 msgstr ""
6725 6721
6726 6722 #: rhodecode/templates/debug_style/form-elements.html:107
6727 6723 msgid "Default"
6728 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 6732 #: rhodecode/templates/debug_style/forms.html:119
6731 6733 msgid "Some text..."
6732 6734 msgstr ""
6733 6735
6734 6736 #: rhodecode/templates/debug_style/forms.html:122
6735 6737 #: rhodecode/templates/debug_style/forms.html:255
6736 6738 msgid "Variable Item"
6737 6739 msgstr ""
6738 6740
6739 6741 #: rhodecode/templates/debug_style/forms.html:252
6740 6742 msgid "Some example text..."
6741 6743 msgstr ""
6742 6744
6743 6745 #: rhodecode/templates/debug_style/index.html:5
6744 6746 msgid "Debug Style"
6745 6747 msgstr ""
6746 6748
6747 6749 #: rhodecode/templates/debug_style/index.html:54
6748 6750 msgid "Index"
6749 6751 msgstr ""
6750 6752
6751 6753 #: rhodecode/templates/debug_style/index.html:55
6752 6754 msgid "Typography"
6753 6755 msgstr ""
6754 6756
6755 6757 #: rhodecode/templates/debug_style/index.html:56
6756 6758 msgid "Forms"
6757 6759 msgstr ""
6758 6760
6759 6761 #: rhodecode/templates/debug_style/index.html:57
6760 6762 msgid "Buttons"
6761 6763 msgstr ""
6762 6764
6763 6765 #: rhodecode/templates/debug_style/index.html:58
6764 6766 msgid "Labels"
6765 6767 msgstr ""
6766 6768
6767 6769 #: rhodecode/templates/debug_style/index.html:59
6768 6770 msgid "Tables"
6769 6771 msgstr ""
6770 6772
6771 6773 #: rhodecode/templates/debug_style/index.html:60
6772 6774 msgid "Tables wide"
6773 6775 msgstr ""
6774 6776
6775 6777 #: rhodecode/templates/debug_style/index.html:61
6776 6778 msgid "Collapsable Content"
6777 6779 msgstr ""
6778 6780
6779 6781 #: rhodecode/templates/debug_style/index.html:63
6780 6782 msgid "Layout form with sidebar"
6781 6783 msgstr ""
6782 6784
6783 6785 #: rhodecode/templates/debug_style/index.html:64
6784 6786 msgid "Login"
6785 6787 msgstr ""
6786 6788
6787 6789 #: rhodecode/templates/debug_style/index.html:65
6788 6790 msgid "Login 2"
6789 6791 msgstr ""
6790 6792
6791 6793 #: rhodecode/templates/debug_style/index.html:66
6792 6794 msgid "Code blocks"
6793 6795 msgstr ""
6794 6796
6795 6797 #: rhodecode/templates/debug_style/index.html:69
6796 6798 msgid "Panels"
6797 6799 msgstr ""
6798 6800
6799 6801 #: rhodecode/templates/debug_style/index.html:72
6800 6802 msgid "Form elements"
6801 6803 msgstr ""
6802 6804
6803 6805 #: rhodecode/templates/debug_style/index.html:73
6804 6806 msgid "Form elements small"
6805 6807 msgstr ""
6806 6808
6807 6809 #: rhodecode/templates/debug_style/index.html:74
6808 6810 msgid "Form inline elements"
6809 6811 msgstr ""
6810 6812
6811 6813 #: rhodecode/templates/debug_style/index.html:75
6812 6814 msgid "Form vertical"
6813 6815 msgstr ""
6814 6816
6815 6817 #: rhodecode/templates/email_templates/base.mako:16
6816 6818 #, python-format
6817 6819 msgid "This is a notification from RhodeCode. %(instance_url)s"
6818 6820 msgstr ""
6819 6821
6820 6822 #: rhodecode/templates/email_templates/commit_comment.mako:5
6821 6823 #: rhodecode/templates/email_templates/pull_request_comment.mako:5
6822 6824 msgid "[mention]"
6823 6825 msgstr ""
6824 6826
6825 6827 #: rhodecode/templates/email_templates/commit_comment.mako:5
6826 6828 #, python-format
6827 6829 msgid "%(user)s commented on commit of %(repo_name)s"
6828 6830 msgstr ""
6829 6831
6830 6832 #: rhodecode/templates/email_templates/commit_comment.mako:14
6831 6833 #: rhodecode/templates/email_templates/commit_comment.mako:41
6832 6834 #: rhodecode/templates/email_templates/pull_request_comment.mako:15
6833 6835 #: rhodecode/templates/email_templates/pull_request_comment.mako:51
6834 6836 msgid "Comment link"
6835 6837 msgstr ""
6836 6838
6837 6839 #: rhodecode/templates/email_templates/commit_comment.mako:19
6838 6840 #: rhodecode/templates/email_templates/commit_comment.mako:43
6839 6841 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
6840 6842 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
6841 6843 #, python-format
6842 6844 msgid "File: %(comment_file)s on line %(comment_line)s"
6843 6845 msgstr ""
6844 6846
6845 6847 #: rhodecode/templates/email_templates/commit_comment.mako:28
6846 6848 #: rhodecode/templates/email_templates/commit_comment.mako:56
6847 6849 msgid "Commit status was changed to"
6848 6850 msgstr ""
6849 6851
6850 6852 #: rhodecode/templates/email_templates/commit_comment.mako:35
6851 6853 #, python-format
6852 6854 msgid "%(user)s commented on a file in commit of %(repo_url)s."
6853 6855 msgstr ""
6854 6856
6855 6857 #: rhodecode/templates/email_templates/commit_comment.mako:37
6856 6858 #, python-format
6857 6859 msgid "%(user)s commented on a commit of %(repo_url)s."
6858 6860 msgstr ""
6859 6861
6860 6862 #: rhodecode/templates/email_templates/commit_comment.mako:47
6861 6863 #: rhodecode/templates/files/files_detail.html:5
6862 6864 #: rhodecode/templates/files/files_detail.html:12
6863 6865 msgid "Commit Description"
6864 6866 msgstr ""
6865 6867
6866 6868 #: rhodecode/templates/email_templates/pull_request_comment.mako:5
6867 6869 #, python-format
6868 6870 msgid "%(user)s commented on pull request #%(pr_id)s: \"%(pr_title)s\""
6869 6871 msgstr ""
6870 6872
6871 6873 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
6872 6874 #: rhodecode/templates/email_templates/pull_request_comment.mako:52
6873 6875 msgid "Source repository"
6874 6876 msgstr ""
6875 6877
6876 6878 #: rhodecode/templates/email_templates/pull_request_comment.mako:29
6877 6879 #: rhodecode/templates/email_templates/pull_request_comment.mako:63
6878 6880 msgid "Pull request status was changed to"
6879 6881 msgstr ""
6880 6882
6881 6883 #: rhodecode/templates/email_templates/pull_request_comment.mako:31
6882 6884 #: rhodecode/templates/email_templates/pull_request_comment.mako:65
6883 6885 msgid "Pull request was closed with status"
6884 6886 msgstr ""
6885 6887
6886 6888 #: rhodecode/templates/email_templates/pull_request_comment.mako:37
6887 6889 #, python-format
6888 6890 msgid "%(user)s commented on a file on pull request #%(pr_id)s: \"%(pr_title)s\"."
6889 6891 msgstr ""
6890 6892
6891 6893 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
6892 6894 #, python-format
6893 6895 msgid "%(user)s commented on a pull request #%(pr_id)s \"%(pr_title)s\"."
6894 6896 msgstr ""
6895 6897
6896 6898 #: rhodecode/templates/email_templates/pull_request_review.mako:5
6897 6899 #, python-format
6898 6900 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
6899 6901 msgstr ""
6900 6902
6901 6903 #: rhodecode/templates/email_templates/pull_request_review.mako:17
6902 6904 #: rhodecode/templates/email_templates/pull_request_review.mako:54
6903 6905 #, python-format
6904 6906 msgid "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s into %(target_ref_type)s:%(target_ref_name)s"
6905 6907 msgstr ""
6906 6908
6907 6909 #: rhodecode/templates/email_templates/pull_request_review.mako:26
6908 6910 #: rhodecode/templates/email_templates/pull_request_review.mako:63
6909 6911 msgid "Link"
6910 6912 msgstr ""
6911 6913
6912 6914 #: rhodecode/templates/email_templates/pull_request_review.mako:35
6913 6915 #: rhodecode/templates/email_templates/pull_request_review.mako:72
6914 6916 #, python-format
6915 6917 msgid "Commit (%(num)s)"
6916 6918 msgid_plural "Commits (%(num)s)"
6917 6919 msgstr[0] ""
6918 6920 msgstr[1] ""
6919 6921
6920 6922 #: rhodecode/templates/email_templates/pull_request_review.mako:47
6921 6923 #, python-format
6922 6924 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
6923 6925 msgstr ""
6924 6926
6925 6927 #: rhodecode/templates/email_templates/test.mako:5
6926 6928 msgid "hello \"world\""
6927 6929 msgstr ""
6928 6930
6929 6931 #: rhodecode/templates/email_templates/test.mako:21
6930 6932 msgid "Translation"
6931 6933 msgstr ""
6932 6934
6933 6935 #: rhodecode/templates/errors/error_document.html:39
6934 6936 #, python-format
6935 6937 msgid "You will be redirected to %s in %s seconds"
6936 6938 msgstr ""
6937 6939
6938 6940 #: rhodecode/templates/feed/atom_feed_entry.mako:3
6939 6941 #, python-format
6940 6942 msgid "%(user)s commited on %(date)s UTC"
6941 6943 msgstr ""
6942 6944
6943 6945 #: rhodecode/templates/feed/atom_feed_entry.mako:26
6944 6946 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
6945 6947 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
6946 6948 msgid "Commit was too big and was cut off..."
6947 6949 msgstr ""
6948 6950
6949 6951 #: rhodecode/templates/files/diff_2way.html:15
6950 6952 #, python-format
6951 6953 msgid "%s File side-by-side diff"
6952 6954 msgstr ""
6953 6955
6954 6956 #: rhodecode/templates/files/diff_2way.html:79
6955 6957 msgid "Enable editor mode"
6956 6958 msgstr ""
6957 6959
6958 6960 #: rhodecode/templates/files/diff_2way.html:80
6959 6961 msgid "Disable editor mode"
6960 6962 msgstr ""
6961 6963
6962 6964 #: rhodecode/templates/files/diff_2way.html:84
6963 6965 msgid "Previous change"
6964 6966 msgstr ""
6965 6967
6966 6968 #: rhodecode/templates/files/diff_2way.html:85
6967 6969 msgid "Next change"
6968 6970 msgstr ""
6969 6971
6970 6972 #: rhodecode/templates/files/diff_2way.html:100
6971 6973 msgid "mode"
6972 6974 msgstr ""
6973 6975
6974 6976 #: rhodecode/templates/files/file_authors_box.html:6
6975 6977 msgid "Last Author"
6976 6978 msgstr ""
6977 6979
6978 6980 #: rhodecode/templates/files/file_authors_box.html:8
6979 6981 #, python-format
6980 6982 msgid "File Author (%s)"
6981 6983 msgid_plural "File Authors (%s)"
6982 6984 msgstr[0] ""
6983 6985 msgstr[1] ""
6984 6986
6985 6987 #: rhodecode/templates/files/file_authors_box.html:11
6986 6988 msgid "Show All"
6987 6989 msgstr ""
6988 6990
6989 6991 #: rhodecode/templates/files/file_authors_box.html:26
6990 6992 msgid "last author"
6991 6993 msgstr ""
6992 6994
6993 6995 #: rhodecode/templates/files/file_diff.html:4
6994 6996 #, python-format
6995 6997 msgid "%s File Diff"
6996 6998 msgstr ""
6997 6999
6998 7000 #: rhodecode/templates/files/file_diff.html:37
6999 7001 msgid "for"
7000 7002 msgstr ""
7001 7003
7002 7004 #: rhodecode/templates/files/file_diff.html:53
7003 7005 msgid "No commits"
7004 7006 msgstr ""
7005 7007
7006 7008 #: rhodecode/templates/files/file_diff.html:81
7007 7009 msgid "Cannot diff binary files"
7008 7010 msgstr ""
7009 7011
7010 7012 #: rhodecode/templates/files/file_diff.html:83
7011 7013 msgid "File was not changed in this commit range"
7012 7014 msgstr ""
7013 7015
7014 7016 #: rhodecode/templates/files/file_tree_author_box.html:5
7015 7017 msgid "Commit Author"
7016 7018 msgstr ""
7017 7019
7018 7020 #: rhodecode/templates/files/files.html:4
7019 7021 #: rhodecode/templates/files/files_pjax.html:2
7020 7022 #, python-format
7021 7023 msgid "%s Files"
7022 7024 msgstr ""
7023 7025
7024 7026 #: rhodecode/templates/files/files.html:143
7025 7027 msgid "Switch To Commit"
7026 7028 msgstr ""
7027 7029
7028 7030 #: rhodecode/templates/files/files_add.html:4
7029 7031 #, python-format
7030 7032 msgid "%s Files Add"
7031 7033 msgstr ""
7032 7034
7033 7035 #: rhodecode/templates/files/files_add.html:15
7034 7036 msgid "Add new file"
7035 7037 msgstr ""
7036 7038
7037 7039 #: rhodecode/templates/files/files_add.html:34
7038 7040 #: rhodecode/templates/files/files_delete.html:34
7039 7041 #: rhodecode/templates/files/files_edit.html:34
7040 7042 msgid "Path"
7041 7043 msgstr ""
7042 7044
7043 7045 #: rhodecode/templates/files/files_add.html:39
7044 7046 msgid "Specify Custom Path"
7045 7047 msgstr ""
7046 7048
7047 7049 #: rhodecode/templates/files/files_add.html:44
7048 7050 msgid "Remove Custom Path"
7049 7051 msgstr ""
7050 7052
7051 7053 #: rhodecode/templates/files/files_add.html:50
7052 7054 msgid "Filename"
7053 7055 msgstr ""
7054 7056
7055 7057 #: rhodecode/templates/files/files_add.html:54
7056 7058 #: rhodecode/templates/files/files_add.html:65
7057 7059 msgid "or"
7058 7060 msgstr ""
7059 7061
7060 7062 #: rhodecode/templates/files/files_add.html:54
7061 7063 msgid "Upload File"
7062 7064 msgstr ""
7063 7065
7064 7066 #: rhodecode/templates/files/files_add.html:59
7065 7067 msgid "Upload file"
7066 7068 msgstr ""
7067 7069
7068 7070 #: rhodecode/templates/files/files_add.html:63
7069 7071 msgid "No file selected"
7070 7072 msgstr ""
7071 7073
7072 7074 #: rhodecode/templates/files/files_add.html:65
7073 7075 msgid "Create New File"
7074 7076 msgstr ""
7075 7077
7076 7078 #: rhodecode/templates/files/files_add.html:75
7077 7079 #: rhodecode/templates/files/files_edit.html:79
7078 7080 msgid "line wraps"
7079 7081 msgstr ""
7080 7082
7081 7083 #: rhodecode/templates/files/files_add.html:76
7082 7084 #: rhodecode/templates/files/files_edit.html:80
7083 7085 msgid "on"
7084 7086 msgstr ""
7085 7087
7086 7088 #: rhodecode/templates/files/files_add.html:76
7087 7089 #: rhodecode/templates/files/files_edit.html:80
7088 7090 msgid "off"
7089 7091 msgstr ""
7090 7092
7091 7093 #: rhodecode/templates/files/files_add.html:103
7092 7094 #: rhodecode/templates/files/files_edit.html:106
7093 7095 msgid "Commit changes"
7094 7096 msgstr ""
7095 7097
7096 7098 #: rhodecode/templates/files/files_browser.html:9
7097 7099 msgid "Previous commit"
7098 7100 msgstr ""
7099 7101
7100 7102 #: rhodecode/templates/files/files_browser.html:13
7101 7103 msgid "Next commit"
7102 7104 msgstr ""
7103 7105
7104 7106 #: rhodecode/templates/files/files_browser.html:19
7105 7107 msgid "Search File List"
7106 7108 msgstr ""
7107 7109
7108 7110 #: rhodecode/templates/files/files_browser.html:22
7109 7111 msgid "Close File List"
7110 7112 msgstr ""
7111 7113
7112 7114 #: rhodecode/templates/files/files_browser.html:27
7113 7115 msgid "Add File"
7114 7116 msgstr ""
7115 7117
7116 7118 #: rhodecode/templates/files/files_browser.html:34
7117 7119 msgid "Loading file list..."
7118 7120 msgstr ""
7119 7121
7120 7122 #: rhodecode/templates/files/files_browser.html:50
7121 7123 msgid "Size"
7122 7124 msgstr ""
7123 7125
7124 7126 #: rhodecode/templates/files/files_browser.html:51
7125 7127 msgid "Modified"
7126 7128 msgstr ""
7127 7129
7128 7130 #: rhodecode/templates/files/files_browser.html:52
7129 7131 msgid "Last Commit"
7130 7132 msgstr ""
7131 7133
7132 7134 #: rhodecode/templates/files/files_browser.html:89
7133 7135 msgid "Loading..."
7134 7136 msgstr ""
7135 7137
7136 7138 #: rhodecode/templates/files/files_delete.html:4
7137 7139 #, python-format
7138 7140 msgid "%s Files Delete"
7139 7141 msgstr ""
7140 7142
7141 7143 #: rhodecode/templates/files/files_delete.html:15
7142 7144 msgid "Delete file"
7143 7145 msgstr ""
7144 7146
7145 7147 #: rhodecode/templates/files/files_delete.html:45
7146 7148 #: rhodecode/templates/files/files_source.html:49
7147 7149 #, python-format
7148 7150 msgid "Binary file (%s)"
7149 7151 msgstr ""
7150 7152
7151 7153 #: rhodecode/templates/files/files_delete.html:50
7152 7154 #: rhodecode/templates/files/files_source.html:61
7153 7155 msgid "File is too big to display"
7154 7156 msgstr ""
7155 7157
7156 7158 #: rhodecode/templates/files/files_delete.html:70
7157 7159 msgid "Delete File"
7158 7160 msgstr ""
7159 7161
7160 7162 #: rhodecode/templates/files/files_detail.html:35
7161 7163 msgid "File last commit"
7162 7164 msgstr ""
7163 7165
7164 7166 #: rhodecode/templates/files/files_detail.html:54
7165 7167 msgid "Diff to Commit"
7166 7168 msgstr ""
7167 7169
7168 7170 #: rhodecode/templates/files/files_detail.html:55
7169 7171 msgid "Show at Commit"
7170 7172 msgstr ""
7171 7173
7172 7174 #: rhodecode/templates/files/files_edit.html:4
7173 7175 #, python-format
7174 7176 msgid "%s File Edit"
7175 7177 msgstr ""
7176 7178
7177 7179 #: rhodecode/templates/files/files_edit.html:15
7178 7180 msgid "Edit file"
7179 7181 msgstr ""
7180 7182
7181 7183 #: rhodecode/templates/files/files_edit.html:55
7182 7184 msgid "history"
7183 7185 msgstr ""
7184 7186
7185 7187 #: rhodecode/templates/files/files_edit.html:61
7186 7188 msgid "source"
7187 7189 msgstr ""
7188 7190
7189 7191 #: rhodecode/templates/files/files_edit.html:63
7190 7192 #: rhodecode/templates/files/files_pjax.html:19
7191 7193 msgid "annotation"
7192 7194 msgstr ""
7193 7195
7194 7196 #: rhodecode/templates/files/files_edit.html:65
7195 7197 msgid "raw"
7196 7198 msgstr ""
7197 7199
7198 7200 #: rhodecode/templates/files/files_edit.html:67
7199 7201 msgid "download"
7200 7202 msgstr ""
7201 7203
7202 7204 #: rhodecode/templates/files/files_edit.html:74
7203 7205 msgid "Editing file"
7204 7206 msgstr ""
7205 7207
7206 7208 #: rhodecode/templates/files/files_pjax.html:17
7207 7209 msgid "Location"
7208 7210 msgstr ""
7209 7211
7210 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 7214 msgid "line"
7213 7215 msgid_plural "lines"
7214 7216 msgstr[0] ""
7215 7217 msgstr[1] ""
7216 7218
7217 7219 #: rhodecode/templates/files/files_source.html:12
7218 7220 msgid "History"
7219 7221 msgstr ""
7220 7222
7221 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 7225 msgid "Show Full History"
7224 7226 msgstr ""
7225 7227
7226 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 7230 msgid "Annotation"
7229 7231 msgstr ""
7230 7232
7231 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 7235 msgid "Raw"
7234 7236 msgstr ""
7235 7237
7236 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 7240 msgid "Download"
7239 7241 msgstr ""
7240 7242
7241 7243 #: rhodecode/templates/files/files_source.html:31
7242 7244 #, python-format
7243 7245 msgid "Edit on Branch:%s"
7244 7246 msgstr ""
7245 7247
7246 7248 #: rhodecode/templates/files/files_source.html:36
7247 7249 msgid "Editing binary files not allowed"
7248 7250 msgstr ""
7249 7251
7250 7252 #: rhodecode/templates/files/files_source.html:39
7251 7253 msgid "Editing files allowed only when on branch head commit"
7252 7254 msgstr ""
7253 7255
7254 7256 #: rhodecode/templates/files/files_source.html:40
7255 7257 msgid "Deleting files allowed only when on branch head commit"
7256 7258 msgstr ""
7257 7259
7258 7260 #: rhodecode/templates/followers/followers.html:5
7259 7261 #: rhodecode/templates/followers/followers.html:27
7260 7262 #, python-format
7261 7263 msgid "%s Followers"
7262 7264 msgstr ""
7263 7265
7264 7266 #: rhodecode/templates/followers/followers.html:12
7265 7267 msgid "Followers"
7266 7268 msgstr ""
7267 7269
7268 7270 #: rhodecode/templates/followers/followers_data.html:5
7269 7271 msgid "Follower Name"
7270 7272 msgstr ""
7271 7273
7272 7274 #: rhodecode/templates/followers/followers_data.html:6
7273 7275 msgid "Following Since"
7274 7276 msgstr ""
7275 7277
7276 7278 #: rhodecode/templates/forks/fork.html:5
7277 7279 #, python-format
7278 7280 msgid "Fork repository %s"
7279 7281 msgstr ""
7280 7282
7281 7283 #: rhodecode/templates/forks/fork.html:12
7282 7284 msgid "New Fork"
7283 7285 msgstr ""
7284 7286
7285 7287 #: rhodecode/templates/forks/fork.html:37
7286 7288 msgid "Fork name"
7287 7289 msgstr ""
7288 7290
7289 7291 #: rhodecode/templates/forks/fork.html:91
7290 7292 msgid "Copy permissions"
7291 7293 msgstr ""
7292 7294
7293 7295 #: rhodecode/templates/forks/fork.html:95
7294 7296 msgid "Copy permissions from forked repository"
7295 7297 msgstr ""
7296 7298
7297 7299 #: rhodecode/templates/forks/fork.html:100
7298 7300 msgid "Fork this Repository"
7299 7301 msgstr ""
7300 7302
7301 7303 #: rhodecode/templates/forks/forks.html:5
7302 7304 #, python-format
7303 7305 msgid "%s Forks"
7304 7306 msgstr ""
7305 7307
7306 7308 #: rhodecode/templates/forks/forks.html:12
7307 7309 msgid "Forks"
7308 7310 msgstr ""
7309 7311
7310 7312 #: rhodecode/templates/forks/forks.html:32
7311 7313 msgid "Create new fork"
7312 7314 msgstr ""
7313 7315
7314 #: rhodecode/templates/forks/forks_data.html:9
7316 #: rhodecode/templates/forks/forks_data.html:10
7315 7317 msgid "Forked"
7316 7318 msgstr ""
7317 7319
7318 #: rhodecode/templates/forks/forks_data.html:46
7320 #: rhodecode/templates/forks/forks_data.html:48
7319 7321 msgid "There are no forks yet"
7320 7322 msgstr ""
7321 7323
7322 7324 #: rhodecode/templates/journal/journal.html:13
7323 7325 msgid "Filter"
7324 7326 msgstr ""
7325 7327
7326 7328 #: rhodecode/templates/journal/journal.html:23
7327 7329 msgid "ATOM journal feed"
7328 7330 msgstr ""
7329 7331
7330 7332 #: rhodecode/templates/journal/journal.html:24
7331 7333 msgid "RSS journal feed"
7332 7334 msgstr ""
7333 7335
7334 7336 #: rhodecode/templates/journal/journal_data.html:53
7335 7337 msgid "No entries yet"
7336 7338 msgstr ""
7337 7339
7338 7340 #: rhodecode/templates/journal/public_journal.html:4
7339 7341 #: rhodecode/templates/journal/public_journal.html:24
7340 7342 msgid "Public Journal"
7341 7343 msgstr ""
7342 7344
7343 7345 #: rhodecode/templates/journal/public_journal.html:16
7344 7346 msgid "ATOM public journal feed"
7345 7347 msgstr ""
7346 7348
7347 7349 #: rhodecode/templates/journal/public_journal.html:17
7348 7350 msgid "RSS public journal feed"
7349 7351 msgstr ""
7350 7352
7351 7353 #: rhodecode/templates/pullrequests/pullrequest.html:4
7352 7354 #: rhodecode/templates/pullrequests/pullrequest.html:8
7353 7355 msgid "New pull request"
7354 7356 msgstr ""
7355 7357
7356 7358 #: rhodecode/templates/pullrequests/pullrequest.html:52
7357 7359 msgid "Write a short description on this pull request"
7358 7360 msgstr ""
7359 7361
7360 7362 #: rhodecode/templates/pullrequests/pullrequest.html:59
7361 7363 msgid "Commit flow"
7362 7364 msgstr ""
7363 7365
7364 7366 #: rhodecode/templates/pullrequests/pullrequest.html:67
7365 7367 msgid "Origin repository"
7366 7368 msgstr ""
7367 7369
7368 7370 #: rhodecode/templates/pullrequests/pullrequest.html:85
7369 7371 msgid "Loading refs..."
7370 7372 msgstr ""
7371 7373
7372 7374 #: rhodecode/templates/pullrequests/pullrequest.html:96
7373 7375 msgid "Submit Pull Request"
7374 7376 msgstr ""
7375 7377
7376 7378 #: rhodecode/templates/pullrequests/pullrequest.html:109
7377 7379 #: rhodecode/templates/pullrequests/pullrequest_show.html:182
7378 7380 msgid "Pull request reviewers"
7379 7381 msgstr ""
7380 7382
7381 7383 #: rhodecode/templates/pullrequests/pullrequest.html:117
7382 7384 #: rhodecode/templates/pullrequests/pullrequest_show.html:215
7383 7385 msgid "Add reviewer"
7384 7386 msgstr ""
7385 7387
7386 #: rhodecode/templates/pullrequests/pullrequest.html:278
7387 #: rhodecode/templates/pullrequests/pullrequest.html:520
7388 #: rhodecode/templates/pullrequests/pullrequest.html:279
7389 #: rhodecode/templates/pullrequests/pullrequest.html:521
7388 7390 msgid "Please select origin and destination"
7389 7391 msgstr ""
7390 7392
7391 #: rhodecode/templates/pullrequests/pullrequest.html:284
7393 #: rhodecode/templates/pullrequests/pullrequest.html:285
7392 7394 msgid "Loading compare ..."
7393 7395 msgstr ""
7394 7396
7395 #: rhodecode/templates/pullrequests/pullrequest.html:331
7396 #: rhodecode/templates/pullrequests/pullrequest.html:333
7397 #: rhodecode/templates/pullrequests/pullrequest.html:332
7398 #: rhodecode/templates/pullrequests/pullrequest.html:334
7397 7399 msgid "This pull request will consist of __COMMITS__ commit."
7398 7400 msgid_plural "This pull request will consist of __COMMITS__ commits."
7399 7401 msgstr[0] ""
7400 7402 msgstr[1] ""
7401 7403
7402 #: rhodecode/templates/pullrequests/pullrequest.html:336
7404 #: rhodecode/templates/pullrequests/pullrequest.html:337
7403 7405 msgid "Show detailed compare."
7404 7406 msgstr ""
7405 7407
7406 #: rhodecode/templates/pullrequests/pullrequest.html:343
7408 #: rhodecode/templates/pullrequests/pullrequest.html:344
7407 7409 msgid "There are no commits to merge."
7408 7410 msgstr ""
7409 7411
7410 #: rhodecode/templates/pullrequests/pullrequest.html:450
7412 #: rhodecode/templates/pullrequests/pullrequest.html:451
7411 7413 msgid "Destination repository"
7412 7414 msgstr ""
7413 7415
7414 #: rhodecode/templates/pullrequests/pullrequest.html:461
7416 #: rhodecode/templates/pullrequests/pullrequest.html:462
7415 7417 msgid "Select commit reference"
7416 7418 msgstr ""
7417 7419
7418 7420 #: rhodecode/templates/pullrequests/pullrequest_show.html:4
7419 7421 #, python-format
7420 7422 msgid "%s Pull Request #%s"
7421 7423 msgstr ""
7422 7424
7423 7425 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
7424 7426 msgid "From"
7425 7427 msgstr ""
7426 7428
7427 7429 #: rhodecode/templates/pullrequests/pullrequest_show.html:51
7428 7430 #: rhodecode/templates/pullrequests/pullrequest_show.html:185
7429 7431 msgid "Close"
7430 7432 msgstr ""
7431 7433
7432 7434 #: rhodecode/templates/pullrequests/pullrequest_show.html:58
7433 7435 msgid "Origin"
7434 7436 msgstr ""
7435 7437
7436 7438 #: rhodecode/templates/pullrequests/pullrequest_show.html:105
7437 7439 msgid "Review"
7438 7440 msgstr ""
7439 7441
7440 7442 #: rhodecode/templates/pullrequests/pullrequest_show.html:116
7441 7443 #, python-format
7442 7444 msgid "calculated based on %s reviewer vote"
7443 7445 msgid_plural "calculated based on %s reviewers votes"
7444 7446 msgstr[0] ""
7445 7447 msgstr[1] ""
7446 7448
7447 7449 #: rhodecode/templates/pullrequests/pullrequest_show.html:139
7448 7450 #: rhodecode/templates/pullrequests/pullrequest_show.html:141
7449 7451 #, python-format
7450 7452 msgid "%d Pull request comment"
7451 7453 msgid_plural "%d Pull request comments"
7452 7454 msgstr[0] ""
7453 7455 msgstr[1] ""
7454 7456
7455 7457 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
7456 7458 #, python-format
7457 7459 msgid "%d Outdated Comment"
7458 7460 msgid_plural "%d Outdated Comments"
7459 7461 msgstr[0] ""
7460 7462 msgstr[1] ""
7461 7463
7462 7464 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
7463 7465 msgid "(Show)"
7464 7466 msgstr ""
7465 7467
7466 7468 #: rhodecode/templates/pullrequests/pullrequest_show.html:160
7467 7469 #: rhodecode/templates/pullrequests/pullrequest_show.html:219
7468 7470 msgid "Save Changes"
7469 7471 msgstr ""
7470 7472
7471 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
7473 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
7472 7474 msgid "reviewer"
7473 7475 msgstr ""
7474 7476
7475 7477 #: rhodecode/templates/pullrequests/pullrequest_show.html:236
7476 7478 msgid "Missing requirements:"
7477 7479 msgstr ""
7478 7480
7479 7481 #: rhodecode/templates/pullrequests/pullrequest_show.html:237
7480 7482 msgid "These commits cannot be displayed, because this repository uses the Mercurial largefiles extension, which was not enabled."
7481 7483 msgstr ""
7482 7484
7483 7485 #: rhodecode/templates/pullrequests/pullrequest_show.html:245
7484 7486 msgid "Missing commits"
7485 7487 msgstr ""
7486 7488
7487 7489 #: rhodecode/templates/pullrequests/pullrequest_show.html:246
7488 7490 msgid "This pull request cannot be displayed, because one or more commits no longer exist in the source repository."
7489 7491 msgstr ""
7490 7492
7491 7493 #: rhodecode/templates/pullrequests/pullrequest_show.html:247
7492 7494 msgid "Please update this pull request, push the commits back into the source repository, or consider closing this pull request."
7493 7495 msgstr ""
7494 7496
7495 7497 #: rhodecode/templates/pullrequests/pullrequest_show.html:254
7496 7498 msgid "Update commits"
7497 7499 msgstr ""
7498 7500
7499 7501 #: rhodecode/templates/pullrequests/pullrequest_show.html:257
7500 7502 #, python-format
7501 7503 msgid "Compare View: %s commit"
7502 7504 msgid_plural "Compare View: %s commits"
7503 7505 msgstr[0] ""
7504 7506 msgstr[1] ""
7505 7507
7506 7508 #: rhodecode/templates/pullrequests/pullrequest_show.html:330
7507 7509 #: rhodecode/templates/pullrequests/pullrequest_show.html:365
7508 7510 msgid "Outdated Inline Comments"
7509 7511 msgstr ""
7510 7512
7511 7513 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
7512 7514 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
7513 7515 msgid "Showing a huge diff might take some time and resources"
7514 7516 msgstr ""
7515 7517
7516 7518 #: rhodecode/templates/pullrequests/pullrequests.html:4
7517 7519 #, python-format
7518 7520 msgid "%s Pull Requests"
7519 7521 msgstr ""
7520 7522
7521 7523 #: rhodecode/templates/pullrequests/pullrequests.html:34
7522 7524 msgid "Open new Pull Request"
7523 7525 msgstr ""
7524 7526
7525 7527 #: rhodecode/templates/pullrequests/pullrequests.html:48
7526 7528 msgid "Opened"
7527 7529 msgstr ""
7528 7530
7529 7531 #: rhodecode/templates/pullrequests/pullrequests.html:49
7530 7532 msgid "Opened by me"
7531 7533 msgstr ""
7532 7534
7533 7535 #: rhodecode/templates/pullrequests/pullrequests.html:50
7536 msgid "Awaiting review"
7537 msgstr ""
7538
7539 #: rhodecode/templates/pullrequests/pullrequests.html:51
7534 7540 msgid "Awaiting my review"
7535 7541 msgstr ""
7536 7542
7537 #: rhodecode/templates/pullrequests/pullrequests.html:52
7538 msgid "Awaiting review"
7539 msgstr ""
7540
7541 7543 #: rhodecode/templates/pullrequests/pullrequests.html:53
7542 7544 msgid "From this repo"
7543 7545 msgstr ""
7544 7546
7545 7547 #: rhodecode/templates/pullrequests/pullrequests.html:62
7546 7548 #, python-format
7547 7549 msgid "Pull Requests from %(repo_name)s repository"
7548 7550 msgstr ""
7549 7551
7550 7552 #: rhodecode/templates/pullrequests/pullrequests.html:64
7551 7553 #, python-format
7552 7554 msgid "Closed Pull Requests to repository %(repo_name)s"
7553 7555 msgstr ""
7554 7556
7555 7557 #: rhodecode/templates/pullrequests/pullrequests.html:66
7556 7558 #, python-format
7557 7559 msgid "Pull Requests to %(repo_name)s repository opened by me"
7558 7560 msgstr ""
7559 7561
7560 7562 #: rhodecode/templates/pullrequests/pullrequests.html:68
7561 7563 #, python-format
7562 7564 msgid "Pull Requests to %(repo_name)s repository awaiting review"
7563 7565 msgstr ""
7564 7566
7565 7567 #: rhodecode/templates/pullrequests/pullrequests.html:70
7566 7568 #, python-format
7567 7569 msgid "Pull Requests to %(repo_name)s repository awaiting my review"
7568 7570 msgstr ""
7569 7571
7570 7572 #: rhodecode/templates/pullrequests/pullrequests.html:72
7571 7573 #, python-format
7572 7574 msgid "Pull Requests to %(repo_name)s repository"
7573 7575 msgstr ""
7574 7576
7575 7577 #: rhodecode/templates/search/search.html:6
7576 7578 #: rhodecode/templates/search/search.html:17
7577 7579 #, python-format
7578 7580 msgid "Search inside repository %(repo_name)s"
7579 7581 msgstr ""
7580 7582
7581 7583 #: rhodecode/templates/search/search.html:8
7582 7584 #: rhodecode/templates/search/search.html:19
7583 7585 msgid "Search inside all accessible repositories"
7584 7586 msgstr ""
7585 7587
7586 7588 #: rhodecode/templates/search/search.html:60
7587 7589 msgid "Search item"
7588 7590 msgstr ""
7589 7591
7590 7592 #: rhodecode/templates/search/search.html:63
7591 7593 msgid "File contents"
7592 7594 msgstr ""
7593 7595
7594 7596 #: rhodecode/templates/search/search.html:63
7595 7597 msgid "Commit messages"
7596 7598 msgstr ""
7597 7599
7598 7600 #: rhodecode/templates/search/search.html:63
7599 7601 msgid "File names"
7600 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 7616 #: rhodecode/templates/search/search_path.html:4
7603 7617 msgid "File"
7604 7618 msgstr ""
7605 7619
7606 7620 #: rhodecode/templates/summary/base.html:5
7607 7621 #, python-format
7608 7622 msgid "%s Summary"
7609 7623 msgstr ""
7610 7624
7611 7625 #: rhodecode/templates/summary/base.html:13
7612 7626 #, python-format
7613 7627 msgid "%s ATOM feed"
7614 7628 msgstr ""
7615 7629
7616 7630 #: rhodecode/templates/summary/base.html:14
7617 7631 #, python-format
7618 7632 msgid "%s RSS feed"
7619 7633 msgstr ""
7620 7634
7621 7635 #: rhodecode/templates/summary/components.html:5
7622 7636 #, python-format
7623 7637 msgid "%(num)s Branch"
7624 7638 msgid_plural "%(num)s Branches"
7625 7639 msgstr[0] ""
7626 7640 msgstr[1] ""
7627 7641
7628 7642 #: rhodecode/templates/summary/components.html:12
7629 7643 #, python-format
7630 7644 msgid "%(num)s Closed Branch"
7631 7645 msgid_plural "%(num)s Closed Branches"
7632 7646 msgstr[0] ""
7633 7647 msgstr[1] ""
7634 7648
7635 7649 #: rhodecode/templates/summary/components.html:19
7636 7650 #, python-format
7637 7651 msgid "%(num)s Tag"
7638 7652 msgid_plural "%(num)s Tags"
7639 7653 msgstr[0] ""
7640 7654 msgstr[1] ""
7641 7655
7642 7656 #: rhodecode/templates/summary/components.html:26
7643 7657 #, python-format
7644 7658 msgid "%(num)s Bookmark"
7645 7659 msgid_plural "%(num)s Bookmarks"
7646 7660 msgstr[0] ""
7647 7661 msgstr[1] ""
7648 7662
7649 7663 #: rhodecode/templates/summary/components.html:49
7650 7664 msgid "Read-only url"
7651 7665 msgstr ""
7652 7666
7653 7667 #: rhodecode/templates/summary/components.html:54
7654 7668 #: rhodecode/templates/summary/components.html:65
7655 7669 msgid "Show by Name"
7656 7670 msgstr ""
7657 7671
7658 7672 #: rhodecode/templates/summary/components.html:55
7659 7673 #: rhodecode/templates/summary/components.html:66
7660 7674 msgid "Show by ID"
7661 7675 msgstr ""
7662 7676
7663 7677 #: rhodecode/templates/summary/components.html:56
7664 7678 msgid "SVN Protocol is disabled. To enable it, see the"
7665 7679 msgstr ""
7666 7680
7667 7681 #: rhodecode/templates/summary/components.html:56
7668 7682 msgid "documentation here"
7669 7683 msgstr ""
7670 7684
7671 7685 #: rhodecode/templates/summary/components.html:60
7672 7686 msgid "Clone url"
7673 7687 msgstr ""
7674 7688
7675 7689 #: rhodecode/templates/summary/components.html:86
7676 7690 msgid "Information"
7677 7691 msgstr ""
7678 7692
7679 7693 #: rhodecode/templates/summary/components.html:95
7680 7694 #: rhodecode/templates/summary/components.html:98
7681 7695 #, python-format
7682 7696 msgid "%(num)s Commit"
7683 7697 msgid_plural "%(num)s Commits"
7684 7698 msgstr[0] ""
7685 7699 msgstr[1] ""
7686 7700
7687 7701 #: rhodecode/templates/summary/components.html:102
7688 7702 msgid "Number of Repository Forks"
7689 7703 msgstr ""
7690 7704
7691 7705 #: rhodecode/templates/summary/components.html:110
7692 7706 msgid "Calculating Repository Size..."
7693 7707 msgstr ""
7694 7708
7695 7709 #: rhodecode/templates/summary/components.html:141
7696 7710 msgid "Calculating Code Statistics..."
7697 7711 msgstr ""
7698 7712
7699 7713 #: rhodecode/templates/summary/components.html:145
7700 7714 msgid "Statistics are disabled for this repository"
7701 7715 msgstr ""
7702 7716
7703 7717 #: rhodecode/templates/summary/components.html:148
7704 7718 msgid "enable statistics"
7705 7719 msgstr ""
7706 7720
7707 7721 #: rhodecode/templates/summary/components.html:159
7708 7722 msgid "Downloads"
7709 7723 msgstr ""
7710 7724
7711 7725 #: rhodecode/templates/summary/components.html:165
7712 7726 msgid "There are no downloads yet"
7713 7727 msgstr ""
7714 7728
7715 7729 #: rhodecode/templates/summary/components.html:169
7716 7730 msgid "Downloads are disabled for this repository"
7717 7731 msgstr ""
7718 7732
7719 7733 #: rhodecode/templates/summary/components.html:172
7720 7734 msgid "enable downloads"
7721 7735 msgstr ""
7722 7736
7723 7737 #: rhodecode/templates/summary/summary.html:17
7724 7738 #: rhodecode/templates/summary/summary.html:19
7725 7739 msgid "RSS Feed"
7726 7740 msgstr ""
7727 7741
7728 7742 #: rhodecode/templates/summary/summary.html:35
7729 7743 msgid "Quick start"
7730 7744 msgstr ""
7731 7745
7732 7746 #: rhodecode/templates/summary/summary.html:48
7733 7747 #, python-format
7734 7748 msgid "Readme file from commit %s:%s"
7735 7749 msgstr ""
7736 7750
7737 7751 #: rhodecode/templates/tags/tags.html:5
7738 7752 #, python-format
7739 7753 msgid "%s Tags"
7740 7754 msgstr ""
7741 7755
7742 7756 #: rhodecode/templates/tags/tags.html:13
7743 7757 msgid "tags"
7744 7758 msgstr ""
7745 7759
7746 7760 #: rhodecode/templates/tags/tags.html:31
7747 7761 msgid "Compare Selected Tags"
7748 7762 msgstr ""
7749 7763
7750 7764 #: rhodecode/templates/users/user.html:29
7751 7765 #: rhodecode/templates/users/user_profile.html:5
7752 7766 msgid "Profile"
7753 7767 msgstr ""
7754 7768
7755 7769 #: rhodecode/templates/users/user_profile.html:35
7756 7770 msgid "First name"
7757 7771 msgstr ""
7758 7772
7759 7773 #: rhodecode/templates/users/user_profile.html:43
7760 7774 msgid "Last name"
7761 7775 msgstr ""
7762 7776
7763 7777 #: rhodecode/tests/lib/test_ext_json.py:162
7764 7778 msgid "hello"
7765 7779 msgstr ""
7766 7780
7767 7781 #: rhodecode/tests/lib/test_ext_json.py:163
7768 7782 msgid "singular"
7769 7783 msgid_plural "plural"
7770 7784 msgstr[0] ""
7771 7785 msgstr[1] ""
7772 7786
General Comments 0
You need to be logged in to leave comments. Login now