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

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

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