##// 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 # Translations template for rhodecode-enterprise-ce.
1 # Translations template for rhodecode-enterprise-ce.
2 # Copyright (C) 2016 RhodeCode GmbH
2 # Copyright (C) 2016 RhodeCode GmbH
3 # This file is distributed under the same license as the rhodecode-enterprise-ce project.
3 # This file is distributed under the same license as the rhodecode-enterprise-ce project.
4 #
4 #
5 # Translators:
5 # Translators:
6 msgid ""
6 msgid ""
7 msgstr ""
7 msgstr ""
8 "Project-Id-Version: RhodeCode\n"
8 "Project-Id-Version: RhodeCode\n"
9 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
9 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
10 "POT-Creation-Date: 2016-05-22 18:01+0000\n"
10 "POT-Creation-Date: 2016-06-28 10:55+0000\n"
11 "PO-Revision-Date: 2016-05-22 18:09+0000\n"
11 "PO-Revision-Date: 2016-06-28 10:56+0000\n"
12 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
12 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
13 "Language-Team: Belarusian (http://www.transifex.com/rhodecode/RhodeCode/language/be/)\n"
13 "Language-Team: Belarusian (http://www.transifex.com/rhodecode/RhodeCode/language/be/)\n"
14 "MIME-Version: 1.0\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Generated-By: Babel 1.3\n"
17 "Generated-By: Babel 1.3\n"
18 "Language: be\n"
18 "Language: be\n"
19 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
19 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
20
20
21 #: rhodecode/authentication/routes.py:61
21 #: rhodecode/authentication/routes.py:60
22 #: rhodecode/controllers/admin/settings.py:825
22 #: rhodecode/controllers/admin/settings.py:844
23 #: rhodecode/templates/admin/permissions/permissions.html:36
23 #: rhodecode/templates/admin/permissions/permissions.html:36
24 msgid "Global"
24 msgid "Global"
25 msgstr ""
25 msgstr ""
26
26
27 #: rhodecode/authentication/schema.py:35
28 msgid "Enable or disable this authentication plugin."
29 msgstr ""
30
27 #: rhodecode/authentication/schema.py:37
31 #: rhodecode/authentication/schema.py:37
28 msgid "Enable or disable this authentication plugin."
29 msgstr ""
30
31 #: rhodecode/authentication/schema.py:39
32 msgid "Enabled"
32 msgid "Enabled"
33 msgstr ""
33 msgstr ""
34
34
35 #: rhodecode/authentication/schema.py:45
35 #: rhodecode/authentication/schema.py:43
36 msgid ""
36 msgid ""
37 "Amount of seconds to cache the authentication call for this plugin. Useful "
37 "Amount of seconds to cache the authentication call for this plugin. Useful "
38 "for long calls like LDAP to improve the responsiveness of the authentication"
38 "for long calls like LDAP to improve the responsiveness of the authentication"
39 " system (0 means disabled)."
39 " system (0 means disabled)."
40 msgstr ""
40 msgstr ""
41
41
42 #: rhodecode/authentication/schema.py:50
42 #: rhodecode/authentication/schema.py:48
43 msgid "Auth Cache TTL"
43 msgid "Auth Cache TTL"
44 msgstr ""
44 msgstr ""
45
45
46 #: rhodecode/authentication/views.py:108
46 #: rhodecode/authentication/views.py:88
47 msgid ""
47 msgid ""
48 "Errors exist when saving plugin settings. Please check the form inputs."
48 "Errors exist when saving plugin settings. Please check the form inputs."
49 msgstr ""
49 msgstr ""
50
50
51 #: rhodecode/authentication/views.py:131 rhodecode/authentication/views.py:200
51 #: rhodecode/authentication/views.py:101 rhodecode/authentication/views.py:170
52 msgid "Auth settings updated successfully."
52 msgid "Auth settings updated successfully."
53 msgstr ""
53 msgstr ""
54
54
55 #: rhodecode/authentication/views.py:205
55 #: rhodecode/authentication/views.py:175
56 msgid "Errors exist when saving plugin setting. Please check the form inputs."
56 msgid "Errors exist when saving plugin setting. Please check the form inputs."
57 msgstr ""
57 msgstr ""
58
58
59 #: rhodecode/authentication/views.py:215
59 #: rhodecode/authentication/views.py:185
60 msgid "Error occurred during update of auth settings."
60 msgid "Error occurred during update of auth settings."
61 msgstr ""
61 msgstr ""
62
62
63 #: rhodecode/authentication/plugins/auth_crowd.py:61
64 msgid "The FQDN or IP of the Atlassian CROWD Server"
65 msgstr ""
66
67 #: rhodecode/authentication/plugins/auth_crowd.py:63
68 msgid "Host"
69 msgstr ""
70
71 #: rhodecode/authentication/plugins/auth_crowd.py:68
72 msgid "The Port in use by the Atlassian CROWD Server"
73 msgstr ""
74
75 #: rhodecode/authentication/plugins/auth_crowd.py:70
76 #: rhodecode/authentication/plugins/auth_ldap.py:84
77 msgid "Port"
78 msgstr ""
79
80 #: rhodecode/authentication/plugins/auth_crowd.py:76
81 msgid "The Application Name to authenticate to CROWD"
82 msgstr ""
83
84 #: rhodecode/authentication/plugins/auth_crowd.py:78
85 msgid "Application Name"
86 msgstr ""
87
88 #: rhodecode/authentication/plugins/auth_crowd.py:83
89 msgid "The password to authenticate to CROWD"
90 msgstr ""
91
92 #: rhodecode/authentication/plugins/auth_crowd.py:85
93 msgid "Application Password"
94 msgstr ""
95
96 #: rhodecode/authentication/plugins/auth_crowd.py:90
97 msgid ""
98 "A comma separated list of group names that identify users as RhodeCode "
99 "Administrators"
100 msgstr ""
101
102 #: rhodecode/authentication/plugins/auth_crowd.py:94
103 msgid "Admin Groups"
104 msgstr ""
105
106 #: rhodecode/authentication/plugins/auth_crowd.py:216
107 msgid "CROWD"
108 msgstr ""
109
110 #: rhodecode/authentication/plugins/auth_headers.py:55
111 msgid "Header to extract the user from"
112 msgstr ""
113
114 #: rhodecode/authentication/plugins/auth_headers.py:57
115 msgid "Header"
116 msgstr ""
117
118 #: rhodecode/authentication/plugins/auth_headers.py:62
119 msgid "Header to extract the user from when main one fails"
120 msgstr ""
121
122 #: rhodecode/authentication/plugins/auth_headers.py:64
123 msgid "Fallback header"
124 msgstr ""
125
126 #: rhodecode/authentication/plugins/auth_headers.py:69
127 msgid ""
128 "Perform cleaning of user, if passed user has @ in username then first part "
129 "before @ is taken. If there's \\ in the username only the part after \\ is "
130 "taken"
131 msgstr ""
132
133 #: rhodecode/authentication/plugins/auth_headers.py:74
134 msgid "Clean username"
135 msgstr ""
136
137 #: rhodecode/authentication/plugins/auth_headers.py:99
138 msgid "Headers"
139 msgstr ""
140
141 #: rhodecode/authentication/plugins/auth_jasig_cas.py:63
142 msgid "The url of the Jasig CAS REST service"
143 msgstr ""
144
145 #: rhodecode/authentication/plugins/auth_jasig_cas.py:65
146 #: rhodecode/templates/admin/gists/show.html:21
147 msgid "URL"
148 msgstr ""
149
150 #: rhodecode/authentication/plugins/auth_jasig_cas.py:93
151 msgid "Jasig-CAS"
152 msgstr ""
153
154 #: rhodecode/authentication/plugins/auth_ldap.py:75
155 msgid "Host of the LDAP Server"
156 msgstr ""
157
158 #: rhodecode/authentication/plugins/auth_ldap.py:77
159 msgid "LDAP Host"
160 msgstr ""
161
162 #: rhodecode/authentication/plugins/auth_ldap.py:82
163 msgid "Port that the LDAP server is listening on"
164 msgstr ""
165
166 #: rhodecode/authentication/plugins/auth_ldap.py:90
167 msgid "User to connect to LDAP"
168 msgstr ""
169
170 #: rhodecode/authentication/plugins/auth_ldap.py:93
171 msgid "Account"
172 msgstr ""
173
174 #: rhodecode/authentication/plugins/auth_ldap.py:98
175 msgid "Password to connect to LDAP"
176 msgstr ""
177
178 #: rhodecode/authentication/plugins/auth_ldap.py:101
179 #: rhodecode/templates/login.html:50 rhodecode/templates/register.html:48
180 #: rhodecode/templates/admin/my_account/my_account.html:30
181 #: rhodecode/templates/admin/users/user_add.html:44
182 #: rhodecode/templates/base/base.html:314
183 #: rhodecode/templates/debug_style/login.html:45
184 msgid "Password"
185 msgstr ""
186
187 #: rhodecode/authentication/plugins/auth_ldap.py:106
188 msgid "TLS Type"
189 msgstr ""
190
191 #: rhodecode/authentication/plugins/auth_ldap.py:107
192 msgid "Connection Security"
193 msgstr ""
194
195 #: rhodecode/authentication/plugins/auth_ldap.py:113
196 msgid "Require Cert over TLS?"
197 msgstr ""
198
199 #: rhodecode/authentication/plugins/auth_ldap.py:114
200 msgid "Certificate Checks"
201 msgstr ""
202
203 #: rhodecode/authentication/plugins/auth_ldap.py:120
204 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
205 msgstr ""
206
207 #: rhodecode/authentication/plugins/auth_ldap.py:123
208 msgid "Base DN"
209 msgstr ""
210
211 #: rhodecode/authentication/plugins/auth_ldap.py:128
212 msgid "Filter to narrow results (e.g., ou=Users, etc)"
213 msgstr ""
214
215 #: rhodecode/authentication/plugins/auth_ldap.py:131
216 msgid "LDAP Search Filter"
217 msgstr ""
218
219 #: rhodecode/authentication/plugins/auth_ldap.py:136
220 msgid "How deep to search LDAP"
221 msgstr ""
222
223 #: rhodecode/authentication/plugins/auth_ldap.py:137
224 msgid "LDAP Search Scope"
225 msgstr ""
226
227 #: rhodecode/authentication/plugins/auth_ldap.py:143
228 msgid "LDAP Attribute to map to user name"
229 msgstr ""
230
231 #: rhodecode/authentication/plugins/auth_ldap.py:144
232 msgid "The LDAP Login attribute of the CN must be specified"
233 msgstr ""
234
235 #: rhodecode/authentication/plugins/auth_ldap.py:146
236 msgid "Login Attribute"
237 msgstr ""
238
239 #: rhodecode/authentication/plugins/auth_ldap.py:151
240 msgid "LDAP Attribute to map to first name"
241 msgstr ""
242
243 #: rhodecode/authentication/plugins/auth_ldap.py:154
244 msgid "First Name Attribute"
245 msgstr ""
246
247 #: rhodecode/authentication/plugins/auth_ldap.py:159
248 msgid "LDAP Attribute to map to last name"
249 msgstr ""
250
251 #: rhodecode/authentication/plugins/auth_ldap.py:162
252 msgid "Last Name Attribute"
253 msgstr ""
254
255 #: rhodecode/authentication/plugins/auth_ldap.py:167
256 msgid "LDAP Attribute to map to email address"
257 msgstr ""
258
259 #: rhodecode/authentication/plugins/auth_ldap.py:170
260 msgid "Email Attribute"
261 msgstr ""
262
263 #: rhodecode/authentication/plugins/auth_ldap.py:348
264 msgid "LDAP"
265 msgstr ""
266
267 #: rhodecode/authentication/plugins/auth_pam.py:60
268 msgid "PAM service name to use for authentication."
269 msgstr ""
270
271 #: rhodecode/authentication/plugins/auth_pam.py:62
272 msgid "PAM service name"
273 msgstr ""
274
275 #: rhodecode/authentication/plugins/auth_pam.py:67
276 msgid ""
277 "Regular expression for extracting user name/email etc. from Unix userinfo."
278 msgstr ""
279
280 #: rhodecode/authentication/plugins/auth_pam.py:70
281 msgid "Gecos Regex"
282 msgstr ""
283
284 #: rhodecode/authentication/plugins/auth_pam.py:98
285 msgid "PAM"
286 msgstr ""
287
288 #: rhodecode/authentication/plugins/auth_rhodecode.py:68
289 msgid "Rhodecode"
290 msgstr ""
291
292 #: rhodecode/authentication/plugins/auth_token.py:71
293 msgid "Rhodecode Token Auth"
294 msgstr ""
295
63 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
296 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
64 #: rhodecode/controllers/pullrequests.py:279
297 #: rhodecode/controllers/pullrequests.py:279
65 msgid "There are no commits yet"
298 msgid "There are no commits yet"
66 msgstr ""
299 msgstr ""
67
300
68 #: rhodecode/controllers/changeset.py:77
301 #: rhodecode/controllers/changeset.py:77
69 #: rhodecode/templates/files/diff_2way.html:75
302 #: rhodecode/templates/files/diff_2way.html:75
70 msgid "Show whitespace"
303 msgid "Show whitespace"
71 msgstr ""
304 msgstr ""
72
305
73 #: rhodecode/controllers/changeset.py:78
306 #: rhodecode/controllers/changeset.py:78
74 msgid "Show whitespace for all diffs"
307 msgid "Show whitespace for all diffs"
75 msgstr ""
308 msgstr ""
76
309
77 #: rhodecode/controllers/changeset.py:84
310 #: rhodecode/controllers/changeset.py:84
78 #: rhodecode/templates/files/diff_2way.html:74
311 #: rhodecode/templates/files/diff_2way.html:74
79 msgid "Ignore whitespace"
312 msgid "Ignore whitespace"
80 msgstr ""
313 msgstr ""
81
314
82 #: rhodecode/controllers/changeset.py:85
315 #: rhodecode/controllers/changeset.py:85
83 msgid "Ignore whitespace for all diffs"
316 msgid "Ignore whitespace for all diffs"
84 msgstr ""
317 msgstr ""
85
318
86 #: rhodecode/controllers/changeset.py:141
319 #: rhodecode/controllers/changeset.py:141
87 msgid "Increase context"
320 msgid "Increase context"
88 msgstr ""
321 msgstr ""
89
322
90 #: rhodecode/controllers/changeset.py:142
323 #: rhodecode/controllers/changeset.py:142
91 msgid "Increase context for all diffs"
324 msgid "Increase context for all diffs"
92 msgstr ""
325 msgstr ""
93
326
94 #: rhodecode/controllers/changeset.py:181 rhodecode/controllers/files.py:104
327 #: rhodecode/controllers/changeset.py:181 rhodecode/controllers/files.py:104
95 #: rhodecode/controllers/files.py:125
328 #: rhodecode/controllers/files.py:125
96 msgid "No such commit exists for this repository"
329 msgid "No such commit exists for this repository"
97 msgstr ""
330 msgstr ""
98
331
99 #: rhodecode/controllers/changeset.py:335
332 #: rhodecode/controllers/changeset.py:335
100 #: rhodecode/controllers/pullrequests.py:744
333 #: rhodecode/controllers/pullrequests.py:746
101 #: rhodecode/model/pull_request.py:828
334 #: rhodecode/model/pull_request.py:836
102 #, python-format
335 #, python-format
103 msgid "Status change %(transition_icon)s %(status)s"
336 msgid "Status change %(transition_icon)s %(status)s"
104 msgstr ""
337 msgstr ""
105
338
106 #: rhodecode/controllers/changeset.py:372
339 #: rhodecode/controllers/changeset.py:372
107 msgid ""
340 msgid ""
108 "Changing the status of a commit associated with a closed pull request is not"
341 "Changing the status of a commit associated with a closed pull request is not"
109 " allowed"
342 " allowed"
110 msgstr ""
343 msgstr ""
111
344
112 #: rhodecode/controllers/compare.py:87
345 #: rhodecode/controllers/compare.py:87
113 msgid "Select commit"
346 msgid "Select commit"
114 msgstr ""
347 msgstr ""
115
348
116 #: rhodecode/controllers/compare.py:142
349 #: rhodecode/controllers/compare.py:139
117 #, python-format
350 #, python-format
118 msgid "Could not find the original repo: %(repo)s"
351 msgid "Could not find the original repo: %(repo)s"
119 msgstr ""
352 msgstr ""
120
353
121 #: rhodecode/controllers/compare.py:150
354 #: rhodecode/controllers/compare.py:147
122 #, python-format
355 #, python-format
123 msgid "Could not find the other repo: %(repo)s"
356 msgid "Could not find the other repo: %(repo)s"
124 msgstr ""
357 msgstr ""
125
358
126 #: rhodecode/controllers/compare.py:159
359 #: rhodecode/controllers/compare.py:156
127 msgid "The comparison of two different kinds of remote repos is not available"
360 msgid "The comparison of two different kinds of remote repos is not available"
128 msgstr ""
361 msgstr ""
129
362
130 #: rhodecode/controllers/compare.py:186
363 #: rhodecode/controllers/compare.py:190
131 msgid "Could not compare repos with different large file settings"
364 msgid "Could not compare repos with different large file settings"
132 msgstr ""
365 msgstr ""
133
366
134 #: rhodecode/controllers/compare.py:223
367 #: rhodecode/controllers/compare.py:226
135 #, python-format
368 #, python-format
136 msgid ""
369 msgid ""
137 "Repositories unrelated. Cannot compare commit %(commit1)s from repository "
370 "Repositories unrelated. Cannot compare commit %(commit1)s from repository "
138 "%(repo1)s with commit %(commit2)s from repository %(repo2)s."
371 "%(repo1)s with commit %(commit2)s from repository %(repo2)s."
139 msgstr ""
372 msgstr ""
140
373
141 #: rhodecode/controllers/error.py:85 rhodecode/controllers/error.py:136
142 msgid "Home page"
143 msgstr ""
144
145 #: rhodecode/controllers/error.py:114
146 msgid ""
147 "The request could not be understood by the server due to malformed syntax."
148 msgstr ""
149
150 #: rhodecode/controllers/error.py:117
151 msgid "Unauthorized access to resource"
152 msgstr ""
153
154 #: rhodecode/controllers/error.py:119
155 msgid "You don't have permission to view this page"
156 msgstr ""
157
158 #: rhodecode/controllers/error.py:121
159 msgid "The resource could not be found"
160 msgstr ""
161
162 #: rhodecode/controllers/error.py:123
163 msgid ""
164 "The server encountered an unexpected condition which prevented it from "
165 "fulfilling the request."
166 msgstr ""
167
168 #: rhodecode/controllers/error.py:128
169 msgid "VCS Server Required"
170 msgstr ""
171
172 #: rhodecode/controllers/error.py:129
173 msgid ""
174 "A VCS Server is required for this action. There is currently no VCS Server "
175 "configured."
176 msgstr ""
177
178 #: rhodecode/controllers/feed.py:70
374 #: rhodecode/controllers/feed.py:70
179 #, python-format
375 #, python-format
180 msgid "Changes on %s repository"
376 msgid "Changes on %s repository"
181 msgstr ""
377 msgstr ""
182
378
183 #: rhodecode/controllers/feed.py:71
379 #: rhodecode/controllers/feed.py:71
184 #, python-format
380 #, python-format
185 msgid "%s %s feed"
381 msgid "%s %s feed"
186 msgstr ""
382 msgstr ""
187
383
188 #: rhodecode/controllers/files.py:96
384 #: rhodecode/controllers/files.py:96
189 msgid "Click here to add a new file."
385 msgid "Click here to add a new file."
190 msgstr ""
386 msgstr ""
191
387
192 #: rhodecode/controllers/files.py:101
388 #: rhodecode/controllers/files.py:101
193 #, python-format
389 #, python-format
194 msgid "There are no files yet. %s"
390 msgid "There are no files yet. %s"
195 msgstr ""
391 msgstr ""
196
392
197 #: rhodecode/controllers/files.py:390 rhodecode/controllers/files.py:443
393 #: rhodecode/controllers/files.py:390 rhodecode/controllers/files.py:443
198 #: rhodecode/controllers/files.py:474 rhodecode/controllers/files.py:549
394 #: rhodecode/controllers/files.py:474 rhodecode/controllers/files.py:549
199 #: rhodecode/controllers/files.py:594 rhodecode/controllers/files.py:685
395 #: rhodecode/controllers/files.py:594 rhodecode/controllers/files.py:685
200 #, python-format
396 #, python-format
201 msgid "This repository has been locked by %s on %s"
397 msgid "This repository has been locked by %s on %s"
202 msgstr ""
398 msgstr ""
203
399
204 #: rhodecode/controllers/files.py:398 rhodecode/controllers/files.py:451
400 #: rhodecode/controllers/files.py:398 rhodecode/controllers/files.py:451
205 msgid "You can only delete files with revision being a valid branch "
401 msgid "You can only delete files with revision being a valid branch "
206 msgstr ""
402 msgstr ""
207
403
208 #: rhodecode/controllers/files.py:407 rhodecode/controllers/files.py:460
404 #: rhodecode/controllers/files.py:407 rhodecode/controllers/files.py:460
209 #, python-format
405 #, python-format
210 msgid "Deleted file %s via RhodeCode Enterprise"
406 msgid "Deleted file %s via RhodeCode Enterprise"
211 msgstr ""
407 msgstr ""
212
408
213 #: rhodecode/controllers/files.py:427
409 #: rhodecode/controllers/files.py:427
214 #, python-format
410 #, python-format
215 msgid "Successfully deleted file %s"
411 msgid "Successfully deleted file %s"
216 msgstr ""
412 msgstr ""
217
413
218 #: rhodecode/controllers/files.py:430 rhodecode/controllers/files.py:536
414 #: rhodecode/controllers/files.py:430 rhodecode/controllers/files.py:536
219 #: rhodecode/controllers/files.py:673
415 #: rhodecode/controllers/files.py:673
220 msgid "Error occurred during commit"
416 msgid "Error occurred during commit"
221 msgstr ""
417 msgstr ""
222
418
223 #: rhodecode/controllers/files.py:482 rhodecode/controllers/files.py:557
419 #: rhodecode/controllers/files.py:482 rhodecode/controllers/files.py:557
224 msgid "You can only edit files with revision being a valid branch "
420 msgid "You can only edit files with revision being a valid branch "
225 msgstr ""
421 msgstr ""
226
422
227 #: rhodecode/controllers/files.py:494 rhodecode/controllers/files.py:569
423 #: rhodecode/controllers/files.py:494 rhodecode/controllers/files.py:569
228 #, python-format
424 #, python-format
229 msgid "Edited file %s via RhodeCode Enterprise"
425 msgid "Edited file %s via RhodeCode Enterprise"
230 msgstr ""
426 msgstr ""
231
427
232 #: rhodecode/controllers/files.py:511
428 #: rhodecode/controllers/files.py:511
233 msgid "No changes"
429 msgid "No changes"
234 msgstr ""
430 msgstr ""
235
431
236 #: rhodecode/controllers/files.py:533 rhodecode/controllers/files.py:662
432 #: rhodecode/controllers/files.py:533 rhodecode/controllers/files.py:662
237 #, python-format
433 #, python-format
238 msgid "Successfully committed to %s"
434 msgid "Successfully committed to %s"
239 msgstr ""
435 msgstr ""
240
436
241 #: rhodecode/controllers/files.py:607 rhodecode/controllers/files.py:696
437 #: rhodecode/controllers/files.py:607 rhodecode/controllers/files.py:696
242 msgid "Added file via RhodeCode Enterprise"
438 msgid "Added file via RhodeCode Enterprise"
243 msgstr ""
439 msgstr ""
244
440
245 #: rhodecode/controllers/files.py:632
441 #: rhodecode/controllers/files.py:632
246 msgid "No filename"
442 msgid "No filename"
247 msgstr ""
443 msgstr ""
248
444
249 #: rhodecode/controllers/files.py:665
445 #: rhodecode/controllers/files.py:665
250 msgid ""
446 msgid ""
251 "The location specified must be a relative path and must not contain .. in "
447 "The location specified must be a relative path and must not contain .. in "
252 "the path"
448 "the path"
253 msgstr ""
449 msgstr ""
254
450
255 #: rhodecode/controllers/files.py:719
451 #: rhodecode/controllers/files.py:719
256 msgid "Downloads disabled"
452 msgid "Downloads disabled"
257 msgstr ""
453 msgstr ""
258
454
259 #: rhodecode/controllers/files.py:725
455 #: rhodecode/controllers/files.py:725
260 #, python-format
456 #, python-format
261 msgid "Unknown revision %s"
457 msgid "Unknown revision %s"
262 msgstr ""
458 msgstr ""
263
459
264 #: rhodecode/controllers/files.py:727
460 #: rhodecode/controllers/files.py:727
265 msgid "Empty repository"
461 msgid "Empty repository"
266 msgstr ""
462 msgstr ""
267
463
268 #: rhodecode/controllers/files.py:729 rhodecode/controllers/files.py:763
464 #: rhodecode/controllers/files.py:729 rhodecode/controllers/files.py:763
269 msgid "Unknown archive type"
465 msgid "Unknown archive type"
270 msgstr ""
466 msgstr ""
271
467
272 #: rhodecode/controllers/files.py:930
468 #: rhodecode/controllers/files.py:930
273 #, python-format
469 #, python-format
274 msgid "Commit %(commit)s does not exist."
470 msgid "Commit %(commit)s does not exist."
275 msgstr ""
471 msgstr ""
276
472
277 #: rhodecode/controllers/files.py:947
473 #: rhodecode/controllers/files.py:947
278 #, python-format
474 #, python-format
279 msgid "%(file_path)s has not changed between %(commit_1)s and %(commit_2)s."
475 msgid "%(file_path)s has not changed between %(commit_1)s and %(commit_2)s."
280 msgstr ""
476 msgstr ""
281
477
282 #: rhodecode/controllers/files.py:1014
478 #: rhodecode/controllers/files.py:1014
283 msgid "Changesets"
479 msgid "Changesets"
284 msgstr ""
480 msgstr ""
285
481
286 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
482 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
287 #: rhodecode/model/pull_request.py:1037 rhodecode/model/scm.py:783
483 #: rhodecode/model/pull_request.py:1051 rhodecode/model/scm.py:783
288 #: rhodecode/templates/base/vcs_settings.html:138
484 #: rhodecode/templates/base/vcs_settings.html:138
289 msgid "Branches"
485 msgid "Branches"
290 msgstr ""
486 msgstr ""
291
487
292 #: rhodecode/controllers/files.py:1039 rhodecode/model/scm.py:798
488 #: rhodecode/controllers/files.py:1039 rhodecode/model/scm.py:798
293 #: rhodecode/templates/base/vcs_settings.html:163
489 #: rhodecode/templates/base/vcs_settings.html:163
294 msgid "Tags"
490 msgid "Tags"
295 msgstr ""
491 msgstr ""
296
492
297 #: rhodecode/controllers/forks.py:191
493 #: rhodecode/controllers/forks.py:191
298 #, python-format
494 #, python-format
299 msgid "An error occurred during repository forking %s"
495 msgid "An error occurred during repository forking %s"
300 msgstr ""
496 msgstr ""
301
497
302 #: rhodecode/controllers/home.py:174
498 #: rhodecode/controllers/home.py:205
303 msgid "Groups"
499 msgid "Groups"
304 msgstr ""
500 msgstr ""
305
501
306 #: rhodecode/controllers/home.py:181 rhodecode/controllers/home.py:203
502 #: rhodecode/controllers/home.py:212 rhodecode/controllers/home.py:247
307 #: rhodecode/controllers/pullrequests.py:382
503 #: rhodecode/controllers/pullrequests.py:382
308 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
504 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
309 #: rhodecode/templates/admin/repos/repo_add.html:15
505 #: rhodecode/templates/admin/repos/repo_add.html:15
310 #: rhodecode/templates/admin/repos/repo_add.html:19
506 #: rhodecode/templates/admin/repos/repo_add.html:19
311 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
507 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
312 #: rhodecode/templates/base/base.html:79
508 #: rhodecode/templates/base/base.html:79
313 #: rhodecode/templates/base/base.html:147
509 #: rhodecode/templates/base/base.html:149
314 #: rhodecode/templates/base/base.html:621
510 #: rhodecode/templates/base/base.html:626
315 msgid "Repositories"
511 msgid "Repositories"
316 msgstr ""
512 msgstr ""
317
513
514 #: rhodecode/controllers/home.py:225
515 #, python-format
516 msgid "Commits in %(repo)s"
517 msgstr ""
518
318 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
519 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
319 msgid "public journal"
520 msgid "public journal"
320 msgstr ""
521 msgstr ""
321
522
322 #: rhodecode/controllers/journal.py:111 rhodecode/controllers/journal.py:154
523 #: rhodecode/controllers/journal.py:111 rhodecode/controllers/journal.py:154
323 msgid "journal"
524 msgid "journal"
324 msgstr ""
525 msgstr ""
325
526
326 #: rhodecode/controllers/login.py:227 rhodecode/controllers/login.py:281
327 msgid "bad captcha"
328 msgstr ""
329
330 #: rhodecode/controllers/login.py:241
331 msgid "You have successfully registered with RhodeCode"
332 msgstr ""
333
334 #: rhodecode/controllers/login.py:286
335 msgid "Your password reset link was sent"
336 msgstr ""
337
338 #: rhodecode/controllers/login.py:307
339 msgid ""
340 "Your password reset was successful, a new password has been sent to your "
341 "email"
342 msgstr ""
343
344 #: rhodecode/controllers/login.py:340
345 msgid "There was an error during OAuth processing."
346 msgstr ""
347
348 #: rhodecode/controllers/login.py:406
349 msgid ""
350 "You need to finish registration process to bind your external identity to "
351 "your account or sign in to existing account"
352 msgstr ""
353
354 #: rhodecode/controllers/pullrequests.py:293
527 #: rhodecode/controllers/pullrequests.py:293
355 msgid "Commit does not exist"
528 msgid "Commit does not exist"
356 msgstr ""
529 msgstr ""
357
530
358 #: rhodecode/controllers/pullrequests.py:405
531 #: rhodecode/controllers/pullrequests.py:405
359 msgid "Pull request requires a title with min. 3 chars"
532 msgid "Pull request requires a title with min. 3 chars"
360 msgstr ""
533 msgstr ""
361
534
362 #: rhodecode/controllers/pullrequests.py:407
535 #: rhodecode/controllers/pullrequests.py:407
363 msgid "Error creating pull request: {}"
536 msgid "Error creating pull request: {}"
364 msgstr ""
537 msgstr ""
365
538
366 #: rhodecode/controllers/pullrequests.py:454
539 #: rhodecode/controllers/pullrequests.py:454
367 msgid "Successfully opened new pull request"
540 msgid "Successfully opened new pull request"
368 msgstr ""
541 msgstr ""
369
542
370 #: rhodecode/controllers/pullrequests.py:457
543 #: rhodecode/controllers/pullrequests.py:457
371 msgid "Error occurred during sending pull request"
544 msgid "Error occurred during sending pull request"
372 msgstr ""
545 msgstr ""
373
546
374 #: rhodecode/controllers/pullrequests.py:497
547 #: rhodecode/controllers/pullrequests.py:497
375 msgid "Cannot update closed pull requests."
548 msgid "Cannot update closed pull requests."
376 msgstr ""
549 msgstr ""
377
550
378 #: rhodecode/controllers/pullrequests.py:503
551 #: rhodecode/controllers/pullrequests.py:503
379 msgid "Pull request title & description updated."
552 msgid "Pull request title & description updated."
380 msgstr ""
553 msgstr ""
381
554
382 #: rhodecode/controllers/pullrequests.py:513
555 #: rhodecode/controllers/pullrequests.py:513
383 msgid ""
556 msgid ""
384 "Pull request updated to \"{source_commit_id}\" with {count_added} added, "
557 "Pull request updated to \"{source_commit_id}\" with {count_added} added, "
385 "{count_removed} removed commits."
558 "{count_removed} removed commits."
386 msgstr ""
559 msgstr ""
387
560
388 #: rhodecode/controllers/pullrequests.py:523
561 #: rhodecode/controllers/pullrequests.py:523
389 msgid "Nothing changed in pull request."
562 msgid "Nothing changed in pull request."
390 msgstr ""
563 msgstr ""
391
564
392 #: rhodecode/controllers/pullrequests.py:526
565 #: rhodecode/controllers/pullrequests.py:526
393 msgid ""
566 msgid ""
394 "Skipping update of pull request due to reference type: {reference_type}"
567 "Skipping update of pull request due to reference type: {reference_type}"
395 msgstr ""
568 msgstr ""
396
569
397 #: rhodecode/controllers/pullrequests.py:533
570 #: rhodecode/controllers/pullrequests.py:533
398 msgid "Update failed due to missing commits."
571 msgid "Update failed due to missing commits."
399 msgstr ""
572 msgstr ""
400
573
401 #: rhodecode/controllers/pullrequests.py:579
574 #: rhodecode/controllers/pullrequests.py:579
402 msgid "Pull request reviewer approval is pending."
575 msgid "Pull request reviewer approval is pending."
403 msgstr ""
576 msgstr ""
404
577
405 #: rhodecode/controllers/pullrequests.py:629
578 #: rhodecode/controllers/pullrequests.py:593
579 msgid "Pull request was successfully merged and closed."
580 msgstr ""
581
582 #: rhodecode/controllers/pullrequests.py:631
406 msgid "Successfully deleted pull request"
583 msgid "Successfully deleted pull request"
407 msgstr ""
584 msgstr ""
408
585
409 #: rhodecode/controllers/pullrequests.py:662
586 #: rhodecode/controllers/pullrequests.py:664
410 msgid "Reviewer approval is pending."
587 msgid "Reviewer approval is pending."
411 msgstr ""
588 msgstr ""
412
589
413 #: rhodecode/controllers/pullrequests.py:704
590 #: rhodecode/controllers/pullrequests.py:706
414 msgid "Close Pull Request"
591 msgid "Close Pull Request"
415 msgstr ""
592 msgstr ""
416
593
417 #: rhodecode/controllers/pullrequests.py:748
594 #: rhodecode/controllers/pullrequests.py:750
418 #: rhodecode/model/pull_request.py:832
595 #: rhodecode/model/pull_request.py:840
419 msgid "Closing with"
596 msgid "Closing with"
420 msgstr ""
597 msgstr ""
421
598
422 #: rhodecode/controllers/pullrequests.py:793
599 #: rhodecode/controllers/pullrequests.py:795
423 #, python-format
600 #, python-format
424 msgid ""
601 msgid ""
425 "Closing pull request on other statuses than rejected or approved is "
602 "Closing pull request on other statuses than rejected or approved is "
426 "forbidden. Calculated status from all reviewers is currently: %s"
603 "forbidden. Calculated status from all reviewers is currently: %s"
427 msgstr ""
604 msgstr ""
428
605
429 #: rhodecode/controllers/summary.py:240
606 #: rhodecode/controllers/summary.py:240
430 msgid "Branch"
607 msgid "Branch"
431 msgstr ""
608 msgstr ""
432
609
433 #: rhodecode/controllers/summary.py:241
610 #: rhodecode/controllers/summary.py:241
434 msgid "Tag"
611 msgid "Tag"
435 msgstr ""
612 msgstr ""
436
613
437 #: rhodecode/controllers/summary.py:242
614 #: rhodecode/controllers/summary.py:242
438 msgid "Bookmark"
615 msgid "Bookmark"
439 msgstr ""
616 msgstr ""
440
617
441 #: rhodecode/controllers/summary.py:257
618 #: rhodecode/controllers/summary.py:257
442 msgid "Closed branches"
619 msgid "Closed branches"
443 msgstr ""
620 msgstr ""
444
621
445 #: rhodecode/controllers/admin/defaults.py:84
622 #: rhodecode/controllers/admin/defaults.py:84
446 msgid "Default settings updated successfully"
623 msgid "Default settings updated successfully"
447 msgstr ""
624 msgstr ""
448
625
449 #: rhodecode/controllers/admin/defaults.py:99
626 #: rhodecode/controllers/admin/defaults.py:99
450 msgid "Error occurred during update of default values"
627 msgid "Error occurred during update of default values"
451 msgstr ""
628 msgstr ""
452
629
453 #: rhodecode/controllers/admin/gists.py:59
630 #: rhodecode/controllers/admin/gists.py:59
454 #: rhodecode/controllers/admin/my_account.py:308
631 #: rhodecode/controllers/admin/my_account.py:307
455 #: rhodecode/controllers/admin/users.py:434
632 #: rhodecode/controllers/admin/users.py:436
456 msgid "forever"
633 msgid "forever"
457 msgstr ""
634 msgstr ""
458
635
459 #: rhodecode/controllers/admin/gists.py:60
636 #: rhodecode/controllers/admin/gists.py:60
460 #: rhodecode/controllers/admin/my_account.py:309
637 #: rhodecode/controllers/admin/my_account.py:308
461 #: rhodecode/controllers/admin/users.py:435
638 #: rhodecode/controllers/admin/users.py:437
462 msgid "5 minutes"
639 msgid "5 minutes"
463 msgstr ""
640 msgstr ""
464
641
465 #: rhodecode/controllers/admin/gists.py:61
642 #: rhodecode/controllers/admin/gists.py:61
466 #: rhodecode/controllers/admin/my_account.py:310
643 #: rhodecode/controllers/admin/my_account.py:309
467 #: rhodecode/controllers/admin/users.py:436
644 #: rhodecode/controllers/admin/users.py:438
468 msgid "1 hour"
645 msgid "1 hour"
469 msgstr ""
646 msgstr ""
470
647
471 #: rhodecode/controllers/admin/gists.py:62
648 #: rhodecode/controllers/admin/gists.py:62
472 #: rhodecode/controllers/admin/my_account.py:311
649 #: rhodecode/controllers/admin/my_account.py:310
473 #: rhodecode/controllers/admin/users.py:437
650 #: rhodecode/controllers/admin/users.py:439
474 msgid "1 day"
651 msgid "1 day"
475 msgstr ""
652 msgstr ""
476
653
477 #: rhodecode/controllers/admin/gists.py:63
654 #: rhodecode/controllers/admin/gists.py:63
478 #: rhodecode/controllers/admin/my_account.py:312
655 #: rhodecode/controllers/admin/my_account.py:311
479 #: rhodecode/controllers/admin/users.py:438
656 #: rhodecode/controllers/admin/users.py:440
480 msgid "1 month"
657 msgid "1 month"
481 msgstr ""
658 msgstr ""
482
659
483 #: rhodecode/controllers/admin/gists.py:67
660 #: rhodecode/controllers/admin/gists.py:67
484 #: rhodecode/controllers/admin/my_account.py:314
661 #: rhodecode/controllers/admin/my_account.py:313
485 #: rhodecode/controllers/admin/users.py:440
662 #: rhodecode/controllers/admin/users.py:442
486 msgid "Lifetime"
663 msgid "Lifetime"
487 msgstr ""
664 msgstr ""
488
665
489 #: rhodecode/controllers/admin/gists.py:69
666 #: rhodecode/controllers/admin/gists.py:69
490 msgid "Requires registered account"
667 msgid "Requires registered account"
491 msgstr ""
668 msgstr ""
492
669
493 #: rhodecode/controllers/admin/gists.py:70
670 #: rhodecode/controllers/admin/gists.py:70
494 msgid "Can be accessed by anonymous users"
671 msgid "Can be accessed by anonymous users"
495 msgstr ""
672 msgstr ""
496
673
497 #: rhodecode/controllers/admin/gists.py:180
674 #: rhodecode/controllers/admin/gists.py:180
498 msgid "Error occurred during gist creation"
675 msgid "Error occurred during gist creation"
499 msgstr ""
676 msgstr ""
500
677
501 #: rhodecode/controllers/admin/gists.py:211
678 #: rhodecode/controllers/admin/gists.py:211
502 #, python-format
679 #, python-format
503 msgid "Deleted gist %s"
680 msgid "Deleted gist %s"
504 msgstr ""
681 msgstr ""
505
682
506 #: rhodecode/controllers/admin/gists.py:284
683 #: rhodecode/controllers/admin/gists.py:284
507 msgid "Successfully updated gist content"
684 msgid "Successfully updated gist content"
508 msgstr ""
685 msgstr ""
509
686
510 #: rhodecode/controllers/admin/gists.py:289
687 #: rhodecode/controllers/admin/gists.py:289
511 msgid "Successfully updated gist data"
688 msgid "Successfully updated gist data"
512 msgstr ""
689 msgstr ""
513
690
514 #: rhodecode/controllers/admin/gists.py:292
691 #: rhodecode/controllers/admin/gists.py:292
515 #, python-format
692 #, python-format
516 msgid "Error occurred during update of gist %s"
693 msgid "Error occurred during update of gist %s"
517 msgstr ""
694 msgstr ""
518
695
519 #: rhodecode/controllers/admin/gists.py:315
696 #: rhodecode/controllers/admin/gists.py:315
520 #: rhodecode/templates/admin/gists/show.html:67
697 #: rhodecode/templates/admin/gists/show.html:67
521 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
698 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
522 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
699 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
523 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
700 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
524 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
701 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
525 #: rhodecode/templates/data_table/_dt_elements.html:253
702 #: rhodecode/templates/data_table/_dt_elements.html:253
526 msgid "never"
703 msgid "never"
527 msgstr ""
704 msgstr ""
528
705
529 #: rhodecode/controllers/admin/gists.py:320
706 #: rhodecode/controllers/admin/gists.py:320
530 #, python-format
707 #, python-format
531 msgid "%(expiry)s - current value"
708 msgid "%(expiry)s - current value"
532 msgstr ""
709 msgstr ""
533
710
534 #: rhodecode/controllers/admin/my_account.py:71
711 #: rhodecode/controllers/admin/my_account.py:70
535 msgid "You can't edit this user since it's crucial for entire application"
712 msgid "You can't edit this user since it's crucial for entire application"
536 msgstr ""
713 msgstr ""
537
714
538 #: rhodecode/controllers/admin/my_account.py:129
715 #: rhodecode/controllers/admin/my_account.py:128
539 msgid "Your account was updated successfully"
716 msgid "Your account was updated successfully"
540 msgstr ""
717 msgstr ""
541
718
542 #: rhodecode/controllers/admin/my_account.py:144
719 #: rhodecode/controllers/admin/my_account.py:143
543 #: rhodecode/controllers/admin/users.py:221
720 #: rhodecode/controllers/admin/users.py:223
544 #, python-format
721 #, python-format
545 msgid "Error occurred during update of user %s"
722 msgid "Error occurred during update of user %s"
546 msgstr ""
723 msgstr ""
547
724
548 #: rhodecode/controllers/admin/my_account.py:203
725 #: rhodecode/controllers/admin/my_account.py:202
549 msgid "Successfully updated password"
726 msgid "Successfully updated password"
550 msgstr ""
727 msgstr ""
551
728
552 #: rhodecode/controllers/admin/my_account.py:214
729 #: rhodecode/controllers/admin/my_account.py:213
553 msgid "Error occurred during update of user password"
730 msgid "Error occurred during update of user password"
554 msgstr ""
731 msgstr ""
555
732
556 #: rhodecode/controllers/admin/my_account.py:262
733 #: rhodecode/controllers/admin/my_account.py:261
557 #: rhodecode/controllers/admin/users.py:614
734 #: rhodecode/controllers/admin/users.py:616
558 #, python-format
735 #, python-format
559 msgid "Added new email address `%s` for user account"
736 msgid "Added new email address `%s` for user account"
560 msgstr ""
737 msgstr ""
561
738
562 #: rhodecode/controllers/admin/my_account.py:269
739 #: rhodecode/controllers/admin/my_account.py:268
563 #: rhodecode/controllers/admin/users.py:621
740 #: rhodecode/controllers/admin/users.py:623
564 msgid "An error occurred during email saving"
741 msgid "An error occurred during email saving"
565 msgstr ""
742 msgstr ""
566
743
567 #: rhodecode/controllers/admin/my_account.py:279
744 #: rhodecode/controllers/admin/my_account.py:278
568 #: rhodecode/controllers/admin/users.py:636
745 #: rhodecode/controllers/admin/users.py:638
569 msgid "Removed email address from user account"
746 msgid "Removed email address from user account"
570 msgstr ""
747 msgstr ""
571
748
572 #: rhodecode/controllers/admin/my_account.py:317
749 #: rhodecode/controllers/admin/my_account.py:316
573 #: rhodecode/controllers/admin/users.py:443
750 #: rhodecode/controllers/admin/users.py:445
574 msgid "Role"
751 msgid "Role"
575 msgstr ""
752 msgstr ""
576
753
577 #: rhodecode/controllers/admin/my_account.py:330
754 #: rhodecode/controllers/admin/my_account.py:329
578 #: rhodecode/controllers/admin/users.py:467
755 #: rhodecode/controllers/admin/users.py:469
579 msgid "Auth token successfully created"
756 msgid "Auth token successfully created"
580 msgstr ""
757 msgstr ""
581
758
582 #: rhodecode/controllers/admin/my_account.py:343
759 #: rhodecode/controllers/admin/my_account.py:342
583 #: rhodecode/controllers/admin/users.py:486
760 #: rhodecode/controllers/admin/users.py:488
584 msgid "Auth token successfully reset"
761 msgid "Auth token successfully reset"
585 msgstr ""
762 msgstr ""
586
763
587 #: rhodecode/controllers/admin/my_account.py:347
764 #: rhodecode/controllers/admin/my_account.py:346
588 #: rhodecode/controllers/admin/users.py:490
765 #: rhodecode/controllers/admin/users.py:492
589 msgid "Auth token successfully deleted"
766 msgid "Auth token successfully deleted"
590 msgstr ""
767 msgstr ""
591
768
592 #: rhodecode/controllers/admin/my_account.py:371
593 msgid "OAuth token successfully deleted"
594 msgstr ""
595
596 #: rhodecode/controllers/admin/permissions.py:111
769 #: rhodecode/controllers/admin/permissions.py:111
597 msgid "Application permissions updated successfully"
770 msgid "Application permissions updated successfully"
598 msgstr ""
771 msgstr ""
599
772
600 #: rhodecode/controllers/admin/permissions.py:126
773 #: rhodecode/controllers/admin/permissions.py:126
601 #: rhodecode/controllers/admin/permissions.py:175
774 #: rhodecode/controllers/admin/permissions.py:175
602 #: rhodecode/controllers/admin/permissions.py:229
775 #: rhodecode/controllers/admin/permissions.py:229
603 msgid "Error occurred during update of permissions"
776 msgid "Error occurred during update of permissions"
604 msgstr ""
777 msgstr ""
605
778
606 #: rhodecode/controllers/admin/permissions.py:160
779 #: rhodecode/controllers/admin/permissions.py:160
607 msgid "Object permissions updated successfully"
780 msgid "Object permissions updated successfully"
608 msgstr ""
781 msgstr ""
609
782
610 #: rhodecode/controllers/admin/permissions.py:214
783 #: rhodecode/controllers/admin/permissions.py:214
611 msgid "Global permissions updated successfully"
784 msgid "Global permissions updated successfully"
612 msgstr ""
785 msgstr ""
613
786
614 #: rhodecode/controllers/admin/repo_groups.py:197
787 #: rhodecode/controllers/admin/repo_groups.py:197
615 #, python-format
788 #, python-format
616 msgid "Created repository group %s"
789 msgid "Created repository group %s"
617 msgstr ""
790 msgstr ""
618
791
619 #: rhodecode/controllers/admin/repo_groups.py:210
792 #: rhodecode/controllers/admin/repo_groups.py:210
620 #, python-format
793 #, python-format
621 msgid "Error occurred during creation of repository group %s"
794 msgid "Error occurred during creation of repository group %s"
622 msgstr ""
795 msgstr ""
623
796
624 #: rhodecode/controllers/admin/repo_groups.py:259
797 #: rhodecode/controllers/admin/repo_groups.py:258
625 #, python-format
798 #, python-format
626 msgid "Updated repository group %s"
799 msgid "Updated repository group %s"
627 msgstr ""
800 msgstr ""
628
801
629 #: rhodecode/controllers/admin/repo_groups.py:275
802 #: rhodecode/controllers/admin/repo_groups.py:274
630 #, python-format
803 #, python-format
631 msgid "Error occurred during update of repository group %s"
804 msgid "Error occurred during update of repository group %s"
632 msgstr ""
805 msgstr ""
633
806
634 #: rhodecode/controllers/admin/repo_groups.py:297
807 #: rhodecode/controllers/admin/repo_groups.py:296
635 #, python-format
808 #, python-format
636 msgid "This group contains %(num)d repository and cannot be deleted"
809 msgid "This group contains %(num)d repository and cannot be deleted"
637 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
810 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
638 msgstr[0] ""
811 msgstr[0] ""
639 msgstr[1] ""
812 msgstr[1] ""
640 msgstr[2] ""
813 msgstr[2] ""
641 msgstr[3] ""
814 msgstr[3] ""
642
815
643 #: rhodecode/controllers/admin/repo_groups.py:306
816 #: rhodecode/controllers/admin/repo_groups.py:305
644 #, python-format
817 #, python-format
645 msgid "This group contains %(num)d subgroup and cannot be deleted"
818 msgid "This group contains %(num)d subgroup and cannot be deleted"
646 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
819 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
647 msgstr[0] ""
820 msgstr[0] ""
648 msgstr[1] ""
821 msgstr[1] ""
649 msgstr[2] ""
822 msgstr[2] ""
650 msgstr[3] ""
823 msgstr[3] ""
651
824
652 #: rhodecode/controllers/admin/repo_groups.py:313
825 #: rhodecode/controllers/admin/repo_groups.py:312
653 #, python-format
826 #, python-format
654 msgid "Removed repository group %s"
827 msgid "Removed repository group %s"
655 msgstr ""
828 msgstr ""
656
829
657 #: rhodecode/controllers/admin/repo_groups.py:318
830 #: rhodecode/controllers/admin/repo_groups.py:317
658 #, python-format
831 #, python-format
659 msgid "Error occurred during deletion of repository group %s"
832 msgid "Error occurred during deletion of repository group %s"
660 msgstr ""
833 msgstr ""
661
834
662 #: rhodecode/controllers/admin/repo_groups.py:389
835 #: rhodecode/controllers/admin/repo_groups.py:388
663 #: rhodecode/controllers/admin/user_groups.py:323
836 #: rhodecode/controllers/admin/user_groups.py:325
664 msgid "Cannot change permission for yourself as admin"
837 msgid "Cannot change permission for yourself as admin"
665 msgstr ""
838 msgstr ""
666
839
667 #: rhodecode/controllers/admin/repo_groups.py:406
840 #: rhodecode/controllers/admin/repo_groups.py:405
668 msgid "Repository Group permissions updated"
841 msgid "Repository Group permissions updated"
669 msgstr ""
842 msgstr ""
670
843
671 #: rhodecode/controllers/admin/repos.py:128
844 #: rhodecode/controllers/admin/repos.py:128
672 #, python-format
845 #, python-format
673 msgid "Error creating repository %s: invalid certificate"
846 msgid "Error creating repository %s: invalid certificate"
674 msgstr ""
847 msgstr ""
675
848
676 #: rhodecode/controllers/admin/repos.py:132
849 #: rhodecode/controllers/admin/repos.py:132
677 #, python-format
850 #, python-format
678 msgid "Error creating repository %s"
851 msgid "Error creating repository %s"
679 msgstr ""
852 msgstr ""
680
853
681 #: rhodecode/controllers/admin/repos.py:264
854 #: rhodecode/controllers/admin/repos.py:264
682 #, python-format
855 #, python-format
683 msgid "Created repository %s from %s"
856 msgid "Created repository %s from %s"
684 msgstr ""
857 msgstr ""
685
858
686 #: rhodecode/controllers/admin/repos.py:273
859 #: rhodecode/controllers/admin/repos.py:273
687 #, python-format
860 #, python-format
688 msgid "Forked repository %s as %s"
861 msgid "Forked repository %s as %s"
689 msgstr ""
862 msgstr ""
690
863
691 #: rhodecode/controllers/admin/repos.py:276
864 #: rhodecode/controllers/admin/repos.py:276
692 #, python-format
865 #, python-format
693 msgid "Created repository %s"
866 msgid "Created repository %s"
694 msgstr ""
867 msgstr ""
695
868
696 #: rhodecode/controllers/admin/repos.py:318
869 #: rhodecode/controllers/admin/repos.py:318
697 #, python-format
870 #, python-format
698 msgid "Repository %s updated successfully"
871 msgid "Repository %s updated successfully"
699 msgstr ""
872 msgstr ""
700
873
701 #: rhodecode/controllers/admin/repos.py:337
874 #: rhodecode/controllers/admin/repos.py:337
702 #, python-format
875 #, python-format
703 msgid "Error occurred during update of repository %s"
876 msgid "Error occurred during update of repository %s"
704 msgstr ""
877 msgstr ""
705
878
706 #: rhodecode/controllers/admin/repos.py:365
879 #: rhodecode/controllers/admin/repos.py:365
707 #, python-format
880 #, python-format
708 msgid "Detached %s forks"
881 msgid "Detached %s forks"
709 msgstr ""
882 msgstr ""
710
883
711 #: rhodecode/controllers/admin/repos.py:368
884 #: rhodecode/controllers/admin/repos.py:368
712 #, python-format
885 #, python-format
713 msgid "Deleted %s forks"
886 msgid "Deleted %s forks"
714 msgstr ""
887 msgstr ""
715
888
716 #: rhodecode/controllers/admin/repos.py:373
889 #: rhodecode/controllers/admin/repos.py:373
717 #, python-format
890 #, python-format
718 msgid "Deleted repository %s"
891 msgid "Deleted repository %s"
719 msgstr ""
892 msgstr ""
720
893
721 #: rhodecode/controllers/admin/repos.py:376
894 #: rhodecode/controllers/admin/repos.py:376
722 #, python-format
895 #, python-format
723 msgid "Cannot delete %s it still contains attached forks"
896 msgid "Cannot delete %s it still contains attached forks"
724 msgstr ""
897 msgstr ""
725
898
726 #: rhodecode/controllers/admin/repos.py:381
899 #: rhodecode/controllers/admin/repos.py:381
727 #, python-format
900 #, python-format
728 msgid "An error occurred during deletion of %s"
901 msgid "An error occurred during deletion of %s"
729 msgstr ""
902 msgstr ""
730
903
731 #: rhodecode/controllers/admin/repos.py:435
904 #: rhodecode/controllers/admin/repos.py:435
732 msgid "Repository permissions updated"
905 msgid "Repository permissions updated"
733 msgstr ""
906 msgstr ""
734
907
735 #: rhodecode/controllers/admin/repos.py:466
908 #: rhodecode/controllers/admin/repos.py:466
736 msgid "An error occurred during creation of field"
909 msgid "An error occurred during creation of field"
737 msgstr ""
910 msgstr ""
738
911
739 #: rhodecode/controllers/admin/repos.py:481
912 #: rhodecode/controllers/admin/repos.py:481
740 msgid "An error occurred during removal of field"
913 msgid "An error occurred during removal of field"
741 msgstr ""
914 msgstr ""
742
915
743 #: rhodecode/controllers/admin/repos.py:520
916 #: rhodecode/controllers/admin/repos.py:520
744 msgid "Updated repository visibility in public journal"
917 msgid "Updated repository visibility in public journal"
745 msgstr ""
918 msgstr ""
746
919
747 #: rhodecode/controllers/admin/repos.py:524
920 #: rhodecode/controllers/admin/repos.py:524
748 msgid "An error occurred during setting this repository in public journal"
921 msgid "An error occurred during setting this repository in public journal"
749 msgstr ""
922 msgstr ""
750
923
751 #: rhodecode/controllers/admin/repos.py:548
924 #: rhodecode/controllers/admin/repos.py:548
752 msgid "Nothing"
925 msgid "Nothing"
753 msgstr ""
926 msgstr ""
754
927
755 #: rhodecode/controllers/admin/repos.py:550
928 #: rhodecode/controllers/admin/repos.py:550
756 #, python-format
929 #, python-format
757 msgid "Marked repo %s as fork of %s"
930 msgid "Marked repo %s as fork of %s"
758 msgstr ""
931 msgstr ""
759
932
760 #: rhodecode/controllers/admin/repos.py:557
933 #: rhodecode/controllers/admin/repos.py:557
761 msgid "An error occurred during this operation"
934 msgid "An error occurred during this operation"
762 msgstr ""
935 msgstr ""
763
936
764 #: rhodecode/controllers/admin/repos.py:575
937 #: rhodecode/controllers/admin/repos.py:575
765 msgid "Locked repository"
938 msgid "Locked repository"
766 msgstr ""
939 msgstr ""
767
940
768 #: rhodecode/controllers/admin/repos.py:578
941 #: rhodecode/controllers/admin/repos.py:578
769 msgid "Unlocked repository"
942 msgid "Unlocked repository"
770 msgstr ""
943 msgstr ""
771
944
772 #: rhodecode/controllers/admin/repos.py:581
945 #: rhodecode/controllers/admin/repos.py:581
773 #: rhodecode/controllers/admin/repos.py:610
946 #: rhodecode/controllers/admin/repos.py:610
774 msgid "An error occurred during unlocking"
947 msgid "An error occurred during unlocking"
775 msgstr ""
948 msgstr ""
776
949
777 #: rhodecode/controllers/admin/repos.py:600
950 #: rhodecode/controllers/admin/repos.py:600
778 msgid "Unlocked"
951 msgid "Unlocked"
779 msgstr ""
952 msgstr ""
780
953
781 #: rhodecode/controllers/admin/repos.py:604
954 #: rhodecode/controllers/admin/repos.py:604
782 msgid "Locked"
955 msgid "Locked"
783 msgstr ""
956 msgstr ""
784
957
785 #: rhodecode/controllers/admin/repos.py:606
958 #: rhodecode/controllers/admin/repos.py:606
786 #, python-format
959 #, python-format
787 msgid "Repository has been %s"
960 msgid "Repository has been %s"
788 msgstr ""
961 msgstr ""
789
962
790 #: rhodecode/controllers/admin/repos.py:621
963 #: rhodecode/controllers/admin/repos.py:621
791 msgid "Cache invalidation successful"
964 msgid "Cache invalidation successful"
792 msgstr ""
965 msgstr ""
793
966
794 #: rhodecode/controllers/admin/repos.py:625
967 #: rhodecode/controllers/admin/repos.py:625
795 msgid "An error occurred during cache invalidation"
968 msgid "An error occurred during cache invalidation"
796 msgstr ""
969 msgstr ""
797
970
798 #: rhodecode/controllers/admin/repos.py:645
971 #: rhodecode/controllers/admin/repos.py:645
799 msgid "Pulled from remote location"
972 msgid "Pulled from remote location"
800 msgstr ""
973 msgstr ""
801
974
802 #: rhodecode/controllers/admin/repos.py:648
975 #: rhodecode/controllers/admin/repos.py:648
803 msgid "An error occurred during pull from remote location"
976 msgid "An error occurred during pull from remote location"
804 msgstr ""
977 msgstr ""
805
978
806 #: rhodecode/controllers/admin/repos.py:670
979 #: rhodecode/controllers/admin/repos.py:670
807 msgid "An error occurred during deletion of repository stats"
980 msgid "An error occurred during deletion of repository stats"
808 msgstr ""
981 msgstr ""
809
982
810 #: rhodecode/controllers/admin/repos.py:717
983 #: rhodecode/controllers/admin/repos.py:717
811 msgid "Error occurred during deleting issue tracker entry"
984 msgid "Error occurred during deleting issue tracker entry"
812 msgstr ""
985 msgstr ""
813
986
814 #: rhodecode/controllers/admin/repos.py:720
987 #: rhodecode/controllers/admin/repos.py:720
815 #: rhodecode/controllers/admin/settings.py:361
988 #: rhodecode/controllers/admin/settings.py:362
816 msgid "Removed issue tracker entry"
989 msgid "Removed issue tracker entry"
817 msgstr ""
990 msgstr ""
818
991
819 #: rhodecode/controllers/admin/repos.py:750
992 #: rhodecode/controllers/admin/repos.py:750
820 #: rhodecode/controllers/admin/settings.py:406
993 #: rhodecode/controllers/admin/settings.py:408
821 msgid "Updated issue tracker entries"
994 msgid "Updated issue tracker entries"
822 msgstr ""
995 msgstr ""
823
996
824 #: rhodecode/controllers/admin/repos.py:809
997 #: rhodecode/controllers/admin/repos.py:809
825 #: rhodecode/controllers/admin/settings.py:140
998 #: rhodecode/controllers/admin/settings.py:141
826 #: rhodecode/controllers/admin/settings.py:686
999 #: rhodecode/controllers/admin/settings.py:718
827 msgid "Some form inputs contain invalid data."
1000 msgid "Some form inputs contain invalid data."
828 msgstr ""
1001 msgstr ""
829
1002
830 #: rhodecode/controllers/admin/repos.py:827
1003 #: rhodecode/controllers/admin/repos.py:827
831 msgid "Error occurred during updating repository VCS settings"
1004 msgid "Error occurred during updating repository VCS settings"
832 msgstr ""
1005 msgstr ""
833
1006
834 #: rhodecode/controllers/admin/repos.py:831
1007 #: rhodecode/controllers/admin/repos.py:831
835 #: rhodecode/controllers/admin/settings.py:166
1008 #: rhodecode/controllers/admin/settings.py:167
836 msgid "Updated VCS settings"
1009 msgid "Updated VCS settings"
837 msgstr ""
1010 msgstr ""
838
1011
839 #: rhodecode/controllers/admin/settings.py:162
1012 #: rhodecode/controllers/admin/settings.py:163
840 #: rhodecode/controllers/admin/settings.py:265
1013 #: rhodecode/controllers/admin/settings.py:266
841 msgid "Error occurred during updating application settings"
1014 msgid "Error occurred during updating application settings"
842 msgstr ""
1015 msgstr ""
843
1016
844 #: rhodecode/controllers/admin/settings.py:209
1017 #: rhodecode/controllers/admin/settings.py:210
845 #, python-format
1018 #, python-format
846 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1019 msgid "Repositories successfully rescanned added: %s ; removed: %s"
847 msgstr ""
1020 msgstr ""
848
1021
849 #: rhodecode/controllers/admin/settings.py:260
1022 #: rhodecode/controllers/admin/settings.py:262
850 msgid "Updated application settings"
1023 msgid "Updated application settings"
851 msgstr ""
1024 msgstr ""
852
1025
853 #: rhodecode/controllers/admin/settings.py:325
1026 #: rhodecode/controllers/admin/settings.py:326
854 msgid "Updated visualisation settings"
1027 msgid "Updated visualisation settings"
855 msgstr ""
1028 msgstr ""
856
1029
857 #: rhodecode/controllers/admin/settings.py:328
1030 #: rhodecode/controllers/admin/settings.py:329
858 msgid "Error occurred during updating visualisation settings"
1031 msgid "Error occurred during updating visualisation settings"
859 msgstr ""
1032 msgstr ""
860
1033
861 #: rhodecode/controllers/admin/settings.py:419
1034 #: rhodecode/controllers/admin/settings.py:421
862 msgid "Please enter email address"
1035 msgid "Please enter email address"
863 msgstr ""
1036 msgstr ""
864
1037
865 #: rhodecode/controllers/admin/settings.py:437
1038 #: rhodecode/controllers/admin/settings.py:439
866 msgid "Send email task created"
1039 msgid "Send email task created"
867 msgstr ""
1040 msgstr ""
868
1041
869 #: rhodecode/controllers/admin/settings.py:470
1042 #: rhodecode/controllers/admin/settings.py:472
870 msgid "Added new hook"
1043 msgid "Added new hook"
871 msgstr ""
1044 msgstr ""
872
1045
873 #: rhodecode/controllers/admin/settings.py:485
1046 #: rhodecode/controllers/admin/settings.py:487
874 msgid "Updated hooks"
1047 msgid "Updated hooks"
875 msgstr ""
1048 msgstr ""
876
1049
877 #: rhodecode/controllers/admin/settings.py:489
1050 #: rhodecode/controllers/admin/settings.py:491
878 msgid "Error occurred during hook creation"
1051 msgid "Error occurred during hook creation"
879 msgstr ""
1052 msgstr ""
880
1053
881 #: rhodecode/controllers/admin/settings.py:536
1054 #: rhodecode/controllers/admin/settings.py:539
882 #, python-format
1055 #, python-format
883 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1056 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
884 msgstr ""
1057 msgstr ""
885
1058
886 #: rhodecode/controllers/admin/settings.py:540
1059 #: rhodecode/controllers/admin/settings.py:543
887 #, python-format
1060 #, python-format
888 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1061 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
889 msgstr ""
1062 msgstr ""
890
1063
891 #: rhodecode/controllers/admin/settings.py:707
1064 #: rhodecode/controllers/admin/settings.py:739
892 msgid "Error occurred during updating labs settings"
1065 msgid "Error occurred during updating labs settings"
893 msgstr ""
1066 msgstr ""
894
1067
895 #: rhodecode/controllers/admin/settings.py:711
1068 #: rhodecode/controllers/admin/settings.py:744
896 msgid "Updated Labs settings"
1069 msgid "Updated Labs settings"
897 msgstr ""
1070 msgstr ""
898
1071
899 #: rhodecode/controllers/admin/settings.py:775
1072 #: rhodecode/controllers/admin/settings.py:794
900 msgid "Mercurial server-side merge"
1073 msgid "Mercurial server-side merge"
901 msgstr ""
1074 msgstr ""
902
1075
903 #: rhodecode/controllers/admin/settings.py:776
1076 #: rhodecode/controllers/admin/settings.py:795
904 msgid ""
1077 msgid ""
905 "Use rebase instead of creating a merge commit when merging via web interface"
1078 "Use rebase instead of creating a merge commit when merging via web interface"
906 msgstr ""
1079 msgstr ""
907
1080
908 #: rhodecode/controllers/admin/settings.py:782
1081 #: rhodecode/controllers/admin/settings.py:801
909 msgid "Subversion HTTP Support"
1082 msgid "Subversion HTTP Support"
910 msgstr ""
1083 msgstr ""
911
1084
912 #: rhodecode/controllers/admin/settings.py:783
1085 #: rhodecode/controllers/admin/settings.py:802
913 msgid "Proxy subversion HTTP requests"
1086 msgid "Proxy subversion HTTP requests"
914 msgstr ""
1087 msgstr ""
915
1088
916 #: rhodecode/controllers/admin/settings.py:789
1089 #: rhodecode/controllers/admin/settings.py:808
917 msgid "Subversion HTTP Server URL"
1090 msgid "Subversion HTTP Server URL"
918 msgstr ""
1091 msgstr ""
919
1092
920 #: rhodecode/controllers/admin/settings.py:791
1093 #: rhodecode/controllers/admin/settings.py:810
921 msgid "e.g. http://localhost:8080/"
1094 msgid "e.g. http://localhost:8080/"
922 msgstr ""
1095 msgstr ""
923
1096
924 #: rhodecode/controllers/admin/settings.py:826
1097 #: rhodecode/controllers/admin/settings.py:845
925 #: rhodecode/templates/admin/repos/repo_edit.html:48
1098 #: rhodecode/templates/admin/repos/repo_edit.html:48
926 msgid "VCS"
1099 msgid "VCS"
927 msgstr ""
1100 msgstr ""
928
1101
929 #: rhodecode/controllers/admin/settings.py:827
1102 #: rhodecode/controllers/admin/settings.py:846
930 msgid "Visual"
1103 msgid "Visual"
931 msgstr ""
1104 msgstr ""
932
1105
933 #: rhodecode/controllers/admin/settings.py:828
1106 #: rhodecode/controllers/admin/settings.py:847
934 msgid "Remap and Rescan"
1107 msgid "Remap and Rescan"
935 msgstr ""
1108 msgstr ""
936
1109
937 #: rhodecode/controllers/admin/settings.py:830
1110 #: rhodecode/controllers/admin/settings.py:849
938 #: rhodecode/templates/admin/repos/repo_edit.html:54
1111 #: rhodecode/templates/admin/repos/repo_edit.html:54
939 msgid "Issue Tracker"
1112 msgid "Issue Tracker"
940 msgstr ""
1113 msgstr ""
941
1114
942 #: rhodecode/controllers/admin/settings.py:832
1115 #: rhodecode/controllers/admin/settings.py:851
943 #: rhodecode/templates/register.html:51
1116 #: rhodecode/templates/register.html:76
944 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
1117 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
945 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
1118 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
946 #: rhodecode/templates/admin/users/user_add.html:86
1119 #: rhodecode/templates/admin/users/user_add.html:86
947 #: rhodecode/templates/admin/users/user_edit_profile.html:65
1120 #: rhodecode/templates/admin/users/user_edit_profile.html:65
948 #: rhodecode/templates/admin/users/users.html:91
1121 #: rhodecode/templates/admin/users/users.html:91
949 #: rhodecode/templates/users/user_profile.html:51
1122 #: rhodecode/templates/users/user_profile.html:51
950 msgid "Email"
1123 msgid "Email"
951 msgstr ""
1124 msgstr ""
952
1125
953 #: rhodecode/controllers/admin/settings.py:833
1126 #: rhodecode/controllers/admin/settings.py:852
954 msgid "Hooks"
1127 msgid "Hooks"
955 msgstr ""
1128 msgstr ""
956
1129
957 #: rhodecode/controllers/admin/settings.py:834
1130 #: rhodecode/controllers/admin/settings.py:853
958 msgid "Full Text Search"
1131 msgid "Full Text Search"
959 msgstr ""
1132 msgstr ""
960
1133
961 #: rhodecode/controllers/admin/settings.py:836
1134 #: rhodecode/controllers/admin/settings.py:855
962 #: rhodecode/templates/admin/settings/settings_system.html:47
1135 #: rhodecode/templates/admin/settings/settings_system.html:47
963 msgid "System Info"
1136 msgid "System Info"
964 msgstr ""
1137 msgstr ""
965
1138
966 #: rhodecode/controllers/admin/settings.py:838
1139 #: rhodecode/controllers/admin/settings.py:857
967 msgid "Open Source Licenses"
1140 msgid "Open Source Licenses"
968 msgstr ""
1141 msgstr ""
969
1142
970 #: rhodecode/controllers/admin/settings.py:856
1143 #: rhodecode/controllers/admin/settings.py:875
971 msgid "Labs"
1144 msgid "Labs"
972 msgstr ""
1145 msgstr ""
973
1146
974 #: rhodecode/controllers/admin/user_groups.py:167
1147 #: rhodecode/controllers/admin/user_groups.py:168
975 #, python-format
1148 #, python-format
976 msgid "Created user group %(user_group_link)s"
1149 msgid "Created user group %(user_group_link)s"
977 msgstr ""
1150 msgstr ""
978
1151
979 #: rhodecode/controllers/admin/user_groups.py:181
1152 #: rhodecode/controllers/admin/user_groups.py:182
980 #, python-format
1153 #, python-format
981 msgid "Error occurred during creation of user group %s"
1154 msgid "Error occurred during creation of user group %s"
982 msgstr ""
1155 msgstr ""
983
1156
984 #: rhodecode/controllers/admin/user_groups.py:221
1157 #: rhodecode/controllers/admin/user_groups.py:223
985 #, python-format
1158 #, python-format
986 msgid "Updated user group %s"
1159 msgid "Updated user group %s"
987 msgstr ""
1160 msgstr ""
988
1161
989 #: rhodecode/controllers/admin/user_groups.py:236
1162 #: rhodecode/controllers/admin/user_groups.py:238
990 #, python-format
1163 #, python-format
991 msgid "Error occurred during update of user group %s"
1164 msgid "Error occurred during update of user group %s"
992 msgstr ""
1165 msgstr ""
993
1166
994 #: rhodecode/controllers/admin/user_groups.py:258
1167 #: rhodecode/controllers/admin/user_groups.py:260
995 msgid "Successfully deleted user group"
1168 msgid "Successfully deleted user group"
996 msgstr ""
1169 msgstr ""
997
1170
998 #: rhodecode/controllers/admin/user_groups.py:263
1171 #: rhodecode/controllers/admin/user_groups.py:265
999 msgid "An error occurred during deletion of user group"
1172 msgid "An error occurred during deletion of user group"
1000 msgstr ""
1173 msgstr ""
1001
1174
1002 #: rhodecode/controllers/admin/user_groups.py:331
1175 #: rhodecode/controllers/admin/user_groups.py:333
1003 msgid "Target group cannot be the same"
1176 msgid "Target group cannot be the same"
1004 msgstr ""
1177 msgstr ""
1005
1178
1006 #: rhodecode/controllers/admin/user_groups.py:337
1179 #: rhodecode/controllers/admin/user_groups.py:339
1007 msgid "User Group permissions updated"
1180 msgid "User Group permissions updated"
1008 msgstr ""
1181 msgstr ""
1009
1182
1010 #: rhodecode/controllers/admin/user_groups.py:422
1183 #: rhodecode/controllers/admin/user_groups.py:424
1011 msgid "User Group global permissions updated successfully"
1184 msgid "User Group global permissions updated successfully"
1012 msgstr ""
1185 msgstr ""
1013
1186
1014 #: rhodecode/controllers/admin/user_groups.py:438
1187 #: rhodecode/controllers/admin/user_groups.py:440
1015 #: rhodecode/controllers/admin/users.py:564
1188 #: rhodecode/controllers/admin/users.py:566
1016 msgid "An error occurred during permissions saving"
1189 msgid "An error occurred during permissions saving"
1017 msgstr ""
1190 msgstr ""
1018
1191
1019 #: rhodecode/controllers/admin/users.py:147
1192 #: rhodecode/controllers/admin/users.py:147
1020 #, python-format
1193 #, python-format
1021 msgid "Created user %(user_link)s"
1194 msgid "Created user %(user_link)s"
1022 msgstr ""
1195 msgstr ""
1023
1196
1024 #: rhodecode/controllers/admin/users.py:162
1197 #: rhodecode/controllers/admin/users.py:162
1025 #, python-format
1198 #, python-format
1026 msgid "Error occurred during creation of user %s"
1199 msgid "Error occurred during creation of user %s"
1027 msgstr ""
1200 msgstr ""
1028
1201
1029 #: rhodecode/controllers/admin/users.py:206
1202 #: rhodecode/controllers/admin/users.py:206
1030 msgid "User updated successfully"
1203 msgid "User updated successfully"
1031 msgstr ""
1204 msgstr ""
1032
1205
1033 #: rhodecode/controllers/admin/users.py:255
1206 #: rhodecode/controllers/admin/users.py:257
1034 #, python-format
1207 #, python-format
1035 msgid "Detached %s repositories"
1208 msgid "Detached %s repositories"
1036 msgstr ""
1209 msgstr ""
1037
1210
1038 #: rhodecode/controllers/admin/users.py:260
1211 #: rhodecode/controllers/admin/users.py:262
1039 #, python-format
1212 #, python-format
1040 msgid "Deleted %s repositories"
1213 msgid "Deleted %s repositories"
1041 msgstr ""
1214 msgstr ""
1042
1215
1043 #: rhodecode/controllers/admin/users.py:268
1216 #: rhodecode/controllers/admin/users.py:270
1044 #, python-format
1217 #, python-format
1045 msgid "Detached %s repository groups"
1218 msgid "Detached %s repository groups"
1046 msgstr ""
1219 msgstr ""
1047
1220
1048 #: rhodecode/controllers/admin/users.py:273
1221 #: rhodecode/controllers/admin/users.py:275
1049 #, python-format
1222 #, python-format
1050 msgid "Deleted %s repository groups"
1223 msgid "Deleted %s repository groups"
1051 msgstr ""
1224 msgstr ""
1052
1225
1053 #: rhodecode/controllers/admin/users.py:281
1226 #: rhodecode/controllers/admin/users.py:283
1054 #, python-format
1227 #, python-format
1055 msgid "Detached %s user groups"
1228 msgid "Detached %s user groups"
1056 msgstr ""
1229 msgstr ""
1057
1230
1058 #: rhodecode/controllers/admin/users.py:286
1231 #: rhodecode/controllers/admin/users.py:288
1059 #, python-format
1232 #, python-format
1060 msgid "Deleted %s user groups"
1233 msgid "Deleted %s user groups"
1061 msgstr ""
1234 msgstr ""
1062
1235
1063 #: rhodecode/controllers/admin/users.py:297
1236 #: rhodecode/controllers/admin/users.py:299
1064 msgid "Successfully deleted user"
1237 msgid "Successfully deleted user"
1065 msgstr ""
1238 msgstr ""
1066
1239
1067 #: rhodecode/controllers/admin/users.py:303
1240 #: rhodecode/controllers/admin/users.py:305
1068 msgid "An error occurred during deletion of user"
1241 msgid "An error occurred during deletion of user"
1069 msgstr ""
1242 msgstr ""
1070
1243
1071 #: rhodecode/controllers/admin/users.py:322
1072 msgid "Force password change disabled for user"
1073 msgstr ""
1074
1075 #: rhodecode/controllers/admin/users.py:324
1244 #: rhodecode/controllers/admin/users.py:324
1245 msgid "Force password change disabled for user"
1246 msgstr ""
1247
1248 #: rhodecode/controllers/admin/users.py:326
1076 msgid "Force password change enabled for user"
1249 msgid "Force password change enabled for user"
1077 msgstr ""
1250 msgstr ""
1078
1251
1079 #: rhodecode/controllers/admin/users.py:328
1252 #: rhodecode/controllers/admin/users.py:330
1080 msgid "An error occurred during password reset for user"
1253 msgid "An error occurred during password reset for user"
1081 msgstr ""
1254 msgstr ""
1082
1255
1083 #: rhodecode/controllers/admin/users.py:354
1256 #: rhodecode/controllers/admin/users.py:356
1084 #, python-format
1257 #, python-format
1085 msgid "Created repository group `%s`"
1258 msgid "Created repository group `%s`"
1086 msgstr ""
1259 msgstr ""
1087
1260
1088 #: rhodecode/controllers/admin/users.py:358
1261 #: rhodecode/controllers/admin/users.py:360
1089 msgid "An error occurred during repository group creation for user"
1262 msgid "An error occurred during repository group creation for user"
1090 msgstr ""
1263 msgstr ""
1091
1264
1092 #: rhodecode/controllers/admin/users.py:377
1265 #: rhodecode/controllers/admin/users.py:379
1093 #: rhodecode/controllers/admin/users.py:398
1266 #: rhodecode/controllers/admin/users.py:400
1094 #: rhodecode/controllers/admin/users.py:428
1267 #: rhodecode/controllers/admin/users.py:430
1095 #: rhodecode/controllers/admin/users.py:459
1268 #: rhodecode/controllers/admin/users.py:461
1096 #: rhodecode/controllers/admin/users.py:476
1269 #: rhodecode/controllers/admin/users.py:478
1097 #: rhodecode/controllers/admin/users.py:499
1270 #: rhodecode/controllers/admin/users.py:501
1098 #: rhodecode/controllers/admin/users.py:573
1271 #: rhodecode/controllers/admin/users.py:575
1099 #: rhodecode/controllers/admin/users.py:586
1272 #: rhodecode/controllers/admin/users.py:588
1100 #: rhodecode/controllers/admin/users.py:644
1273 #: rhodecode/controllers/admin/users.py:646
1101 msgid "You can't edit this user"
1274 msgid "You can't edit this user"
1102 msgstr ""
1275 msgstr ""
1103
1276
1104 #: rhodecode/controllers/admin/users.py:412
1277 #: rhodecode/controllers/admin/users.py:414
1105 msgid ""
1278 msgid ""
1106 "The user participates as reviewer in pull requests and cannot be deleted. "
1279 "The user participates as reviewer in pull requests and cannot be deleted. "
1107 "You can set the user to \"inactive\" instead of deleting it."
1280 "You can set the user to \"inactive\" instead of deleting it."
1108 msgstr ""
1281 msgstr ""
1109
1282
1110 #: rhodecode/controllers/admin/users.py:548
1283 #: rhodecode/controllers/admin/users.py:550
1111 msgid "User global permissions updated successfully"
1284 msgid "User global permissions updated successfully"
1112 msgstr ""
1285 msgstr ""
1113
1286
1114 #: rhodecode/controllers/admin/users.py:676
1287 #: rhodecode/controllers/admin/users.py:678
1115 #, python-format
1288 #, python-format
1116 msgid "An error occurred during ip saving:%s"
1289 msgid "An error occurred during ip saving:%s"
1117 msgstr ""
1290 msgstr ""
1118
1291
1119 #: rhodecode/controllers/admin/users.py:691
1292 #: rhodecode/controllers/admin/users.py:693
1120 msgid "An error occurred during ip saving"
1293 msgid "An error occurred during ip saving"
1121 msgstr ""
1294 msgstr ""
1122
1295
1123 #: rhodecode/controllers/admin/users.py:695
1296 #: rhodecode/controllers/admin/users.py:697
1124 #, python-format
1297 #, python-format
1125 msgid "Added ips %s to user whitelist"
1298 msgid "Added ips %s to user whitelist"
1126 msgstr ""
1299 msgstr ""
1127
1300
1128 #: rhodecode/controllers/admin/users.py:713
1301 #: rhodecode/controllers/admin/users.py:715
1129 msgid "Removed ip address from user whitelist"
1302 msgid "Removed ip address from user whitelist"
1130 msgstr ""
1303 msgstr ""
1131
1304
1132 #: rhodecode/lib/action_parser.py:89
1305 #: rhodecode/lib/action_parser.py:89
1133 msgid "[deleted] repository"
1306 msgid "[deleted] repository"
1134 msgstr ""
1307 msgstr ""
1135
1308
1136 #: rhodecode/lib/action_parser.py:92 rhodecode/lib/action_parser.py:110
1309 #: rhodecode/lib/action_parser.py:92 rhodecode/lib/action_parser.py:110
1137 msgid "[created] repository"
1310 msgid "[created] repository"
1138 msgstr ""
1311 msgstr ""
1139
1312
1140 #: rhodecode/lib/action_parser.py:95
1313 #: rhodecode/lib/action_parser.py:95
1141 msgid "[created] repository as fork"
1314 msgid "[created] repository as fork"
1142 msgstr ""
1315 msgstr ""
1143
1316
1144 #: rhodecode/lib/action_parser.py:98 rhodecode/lib/action_parser.py:113
1317 #: rhodecode/lib/action_parser.py:98 rhodecode/lib/action_parser.py:113
1145 msgid "[forked] repository"
1318 msgid "[forked] repository"
1146 msgstr ""
1319 msgstr ""
1147
1320
1148 #: rhodecode/lib/action_parser.py:101 rhodecode/lib/action_parser.py:116
1321 #: rhodecode/lib/action_parser.py:101 rhodecode/lib/action_parser.py:116
1149 msgid "[updated] repository"
1322 msgid "[updated] repository"
1150 msgstr ""
1323 msgstr ""
1151
1324
1152 #: rhodecode/lib/action_parser.py:104
1325 #: rhodecode/lib/action_parser.py:104
1153 msgid "[downloaded] archive from repository"
1326 msgid "[downloaded] archive from repository"
1154 msgstr ""
1327 msgstr ""
1155
1328
1156 #: rhodecode/lib/action_parser.py:107
1329 #: rhodecode/lib/action_parser.py:107
1157 msgid "[delete] repository"
1330 msgid "[delete] repository"
1158 msgstr ""
1331 msgstr ""
1159
1332
1160 #: rhodecode/lib/action_parser.py:119
1333 #: rhodecode/lib/action_parser.py:119
1161 msgid "[created] user"
1334 msgid "[created] user"
1162 msgstr ""
1335 msgstr ""
1163
1336
1164 #: rhodecode/lib/action_parser.py:122
1337 #: rhodecode/lib/action_parser.py:122
1165 msgid "[updated] user"
1338 msgid "[updated] user"
1166 msgstr ""
1339 msgstr ""
1167
1340
1168 #: rhodecode/lib/action_parser.py:125
1341 #: rhodecode/lib/action_parser.py:125
1169 msgid "[created] user group"
1342 msgid "[created] user group"
1170 msgstr ""
1343 msgstr ""
1171
1344
1172 #: rhodecode/lib/action_parser.py:128
1345 #: rhodecode/lib/action_parser.py:128
1173 msgid "[updated] user group"
1346 msgid "[updated] user group"
1174 msgstr ""
1347 msgstr ""
1175
1348
1176 #: rhodecode/lib/action_parser.py:131
1349 #: rhodecode/lib/action_parser.py:131
1177 msgid "[commented] on commit in repository"
1350 msgid "[commented] on commit in repository"
1178 msgstr ""
1351 msgstr ""
1179
1352
1180 #: rhodecode/lib/action_parser.py:134
1353 #: rhodecode/lib/action_parser.py:134
1181 msgid "[commented] on pull request for"
1354 msgid "[commented] on pull request for"
1182 msgstr ""
1355 msgstr ""
1183
1356
1184 #: rhodecode/lib/action_parser.py:137
1357 #: rhodecode/lib/action_parser.py:137
1185 msgid "[closed] pull request for"
1358 msgid "[closed] pull request for"
1186 msgstr ""
1359 msgstr ""
1187
1360
1188 #: rhodecode/lib/action_parser.py:140
1361 #: rhodecode/lib/action_parser.py:140
1189 msgid "[merged] pull request for"
1362 msgid "[merged] pull request for"
1190 msgstr ""
1363 msgstr ""
1191
1364
1192 #: rhodecode/lib/action_parser.py:143
1365 #: rhodecode/lib/action_parser.py:143
1193 msgid "[pushed] into"
1366 msgid "[pushed] into"
1194 msgstr ""
1367 msgstr ""
1195
1368
1196 #: rhodecode/lib/action_parser.py:146
1369 #: rhodecode/lib/action_parser.py:146
1197 msgid "[committed via RhodeCode] into repository"
1370 msgid "[committed via RhodeCode] into repository"
1198 msgstr ""
1371 msgstr ""
1199
1372
1200 #: rhodecode/lib/action_parser.py:149
1373 #: rhodecode/lib/action_parser.py:149
1201 msgid "[pulled from remote] into repository"
1374 msgid "[pulled from remote] into repository"
1202 msgstr ""
1375 msgstr ""
1203
1376
1204 #: rhodecode/lib/action_parser.py:152
1377 #: rhodecode/lib/action_parser.py:152
1205 msgid "[pulled] from"
1378 msgid "[pulled] from"
1206 msgstr ""
1379 msgstr ""
1207
1380
1208 #: rhodecode/lib/action_parser.py:155
1381 #: rhodecode/lib/action_parser.py:155
1209 msgid "[started following] repository"
1382 msgid "[started following] repository"
1210 msgstr ""
1383 msgstr ""
1211
1384
1212 #: rhodecode/lib/action_parser.py:158
1385 #: rhodecode/lib/action_parser.py:158
1213 msgid "[stopped following] repository"
1386 msgid "[stopped following] repository"
1214 msgstr ""
1387 msgstr ""
1215
1388
1216 #: rhodecode/lib/action_parser.py:166
1389 #: rhodecode/lib/action_parser.py:166
1217 #, python-format
1390 #, python-format
1218 msgid "fork name %s"
1391 msgid "fork name %s"
1219 msgstr ""
1392 msgstr ""
1220
1393
1221 #: rhodecode/lib/action_parser.py:183
1394 #: rhodecode/lib/action_parser.py:183
1222 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
1395 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
1223 #, python-format
1396 #, python-format
1224 msgid "Pull request #%s"
1397 msgid "Pull request #%s"
1225 msgstr ""
1398 msgstr ""
1226
1399
1227 #: rhodecode/lib/action_parser.py:216
1400 #: rhodecode/lib/action_parser.py:216
1228 #, python-format
1401 #, python-format
1229 msgid "Show all combined commits %s->%s"
1402 msgid "Show all combined commits %s->%s"
1230 msgstr ""
1403 msgstr ""
1231
1404
1232 #: rhodecode/lib/action_parser.py:220
1405 #: rhodecode/lib/action_parser.py:220
1233 msgid "compare view"
1406 msgid "compare view"
1234 msgstr ""
1407 msgstr ""
1235
1408
1236 #: rhodecode/lib/action_parser.py:227
1409 #: rhodecode/lib/action_parser.py:227
1237 #, python-format
1410 #, python-format
1238 msgid " and %(num)s more commits"
1411 msgid " and %(num)s more commits"
1239 msgstr ""
1412 msgstr ""
1240
1413
1241 #: rhodecode/lib/action_parser.py:279
1414 #: rhodecode/lib/action_parser.py:279
1242 #, python-format
1415 #, python-format
1243 msgid "Deleted branch: %s"
1416 msgid "Deleted branch: %s"
1244 msgstr ""
1417 msgstr ""
1245
1418
1246 #: rhodecode/lib/action_parser.py:282
1419 #: rhodecode/lib/action_parser.py:282
1247 #, python-format
1420 #, python-format
1248 msgid "Created tag: %s"
1421 msgid "Created tag: %s"
1249 msgstr ""
1422 msgstr ""
1250
1423
1251 #: rhodecode/lib/action_parser.py:295
1424 #: rhodecode/lib/action_parser.py:295
1252 msgid "Commit not found"
1425 msgid "Commit not found"
1253 msgstr ""
1426 msgstr ""
1254
1427
1255 #: rhodecode/lib/auth.py:1106
1428 #: rhodecode/lib/auth.py:1180
1256 #, python-format
1429 #, python-format
1257 msgid "IP %s not allowed"
1430 msgid "IP %s not allowed"
1258 msgstr ""
1431 msgstr ""
1259
1432
1260 #: rhodecode/lib/auth.py:1180
1433 #: rhodecode/lib/auth.py:1254
1261 msgid "You need to be a registered user to perform this action"
1434 msgid "You need to be a registered user to perform this action"
1262 msgstr ""
1435 msgstr ""
1263
1436
1264 #: rhodecode/lib/auth.py:1227
1437 #: rhodecode/lib/auth.py:1302
1265 #, python-format
1438 #, python-format
1266 msgid "Action not supported for %s."
1439 msgid "Action not supported for %s."
1267 msgstr ""
1440 msgstr ""
1268
1441
1269 #: rhodecode/lib/auth.py:1264
1442 #: rhodecode/lib/auth.py:1339
1270 msgid "You need to be signed in to view this page"
1443 msgid "You need to be signed in to view this page"
1271 msgstr ""
1444 msgstr ""
1272
1445
1273 #: rhodecode/lib/base.py:513
1446 #: rhodecode/lib/base.py:511
1274 #, python-format
1447 #, python-format
1275 msgid "The repository at %(repo_name)s cannot be located."
1448 msgid "The repository at %(repo_name)s cannot be located."
1276 msgstr ""
1449 msgstr ""
1277
1450
1278 #: rhodecode/lib/diffs.py:71
1451 #: rhodecode/lib/diffs.py:71
1279 msgid "Binary file"
1452 msgid "Binary file"
1280 msgstr ""
1453 msgstr ""
1281
1454
1282 #: rhodecode/lib/diffs.py:91
1455 #: rhodecode/lib/diffs.py:91
1283 msgid ""
1456 msgid ""
1284 "Changeset was too big and was cut off, use diff menu to display this diff"
1457 "Changeset was too big and was cut off, use diff menu to display this diff"
1285 msgstr ""
1458 msgstr ""
1286
1459
1287 #: rhodecode/lib/diffs.py:102
1460 #: rhodecode/lib/diffs.py:102
1288 msgid "No changes detected"
1461 msgid "No changes detected"
1289 msgstr ""
1462 msgstr ""
1290
1463
1291 #: rhodecode/lib/helpers.py:1246
1464 #: rhodecode/lib/helpers.py:1434
1292 #, python-format
1465 #, python-format
1293 msgid " and %s more"
1466 msgid " and %s more"
1294 msgstr ""
1467 msgstr ""
1295
1468
1296 #: rhodecode/lib/helpers.py:1250
1469 #: rhodecode/lib/helpers.py:1438
1297 msgid "No Files"
1470 msgid "No Files"
1298 msgstr ""
1471 msgstr ""
1299
1472
1300 #: rhodecode/lib/helpers.py:1323
1473 #: rhodecode/lib/helpers.py:1511
1301 msgid "new file"
1474 msgid "new file"
1302 msgstr ""
1475 msgstr ""
1303
1476
1304 #: rhodecode/lib/helpers.py:1326
1477 #: rhodecode/lib/helpers.py:1514
1305 msgid "mod"
1478 msgid "mod"
1306 msgstr ""
1479 msgstr ""
1307
1480
1308 #: rhodecode/lib/helpers.py:1329
1481 #: rhodecode/lib/helpers.py:1517
1309 msgid "del"
1482 msgid "del"
1310 msgstr ""
1483 msgstr ""
1311
1484
1312 #: rhodecode/lib/helpers.py:1332
1485 #: rhodecode/lib/helpers.py:1520
1313 msgid "rename"
1486 msgid "rename"
1314 msgstr ""
1487 msgstr ""
1315
1488
1316 #: rhodecode/lib/helpers.py:1337
1489 #: rhodecode/lib/helpers.py:1525
1317 msgid "chmod"
1490 msgid "chmod"
1318 msgstr ""
1491 msgstr ""
1319
1492
1320 #: rhodecode/lib/helpers.py:1579
1493 #: rhodecode/lib/helpers.py:1767
1321 msgid ""
1494 msgid ""
1322 "Example filter terms:\n"
1495 "Example filter terms:\n"
1323 " repository:vcs\n"
1496 " repository:vcs\n"
1324 " username:marcin\n"
1497 " username:marcin\n"
1325 " action:*push*\n"
1498 " action:*push*\n"
1326 " ip:127.0.0.1\n"
1499 " ip:127.0.0.1\n"
1327 " date:20120101\n"
1500 " date:20120101\n"
1328 " date:[20120101100000 TO 20120102]\n"
1501 " date:[20120101100000 TO 20120102]\n"
1329 "\n"
1502 "\n"
1330 "Generate wildcards using '*' character:\n"
1503 "Generate wildcards using '*' character:\n"
1331 " \"repository:vcs*\" - search everything starting with 'vcs'\n"
1504 " \"repository:vcs*\" - search everything starting with 'vcs'\n"
1332 " \"repository:*vcs*\" - search for repository containing 'vcs'\n"
1505 " \"repository:*vcs*\" - search for repository containing 'vcs'\n"
1333 "\n"
1506 "\n"
1334 "Optional AND / OR operators in queries\n"
1507 "Optional AND / OR operators in queries\n"
1335 " \"repository:vcs OR repository:test\"\n"
1508 " \"repository:vcs OR repository:test\"\n"
1336 " \"username:test AND repository:test*\"\n"
1509 " \"username:test AND repository:test*\"\n"
1337 msgstr ""
1510 msgstr ""
1338
1511
1339 #: rhodecode/lib/helpers.py:1599
1512 #: rhodecode/lib/helpers.py:1787
1340 #, python-format
1513 #, python-format
1341 msgid ""
1514 msgid ""
1342 "%s repository is not mapped to db perhaps it was created or renamed from the"
1515 "%s repository is not mapped to db perhaps it was created or renamed from the"
1343 " filesystem please run the application again in order to rescan repositories"
1516 " filesystem please run the application again in order to rescan repositories"
1344 msgstr ""
1517 msgstr ""
1345
1518
1346 #: rhodecode/lib/utils2.py:446
1519 #: rhodecode/lib/utils2.py:453
1347 #, python-format
1520 #, python-format
1348 msgid "%d year"
1521 msgid "%d year"
1349 msgid_plural "%d years"
1522 msgid_plural "%d years"
1350 msgstr[0] ""
1523 msgstr[0] ""
1351 msgstr[1] ""
1524 msgstr[1] ""
1352 msgstr[2] ""
1525 msgstr[2] ""
1353 msgstr[3] ""
1526 msgstr[3] ""
1354
1527
1355 #: rhodecode/lib/utils2.py:447
1528 #: rhodecode/lib/utils2.py:454
1356 #, python-format
1529 #, python-format
1357 msgid "%d month"
1530 msgid "%d month"
1358 msgid_plural "%d months"
1531 msgid_plural "%d months"
1359 msgstr[0] ""
1532 msgstr[0] ""
1360 msgstr[1] ""
1533 msgstr[1] ""
1361 msgstr[2] ""
1534 msgstr[2] ""
1362 msgstr[3] ""
1535 msgstr[3] ""
1363
1536
1364 #: rhodecode/lib/utils2.py:448
1537 #: rhodecode/lib/utils2.py:455
1365 #, python-format
1538 #, python-format
1366 msgid "%d day"
1539 msgid "%d day"
1367 msgid_plural "%d days"
1540 msgid_plural "%d days"
1368 msgstr[0] ""
1541 msgstr[0] ""
1369 msgstr[1] ""
1542 msgstr[1] ""
1370 msgstr[2] ""
1543 msgstr[2] ""
1371 msgstr[3] ""
1544 msgstr[3] ""
1372
1545
1373 #: rhodecode/lib/utils2.py:449
1546 #: rhodecode/lib/utils2.py:456
1374 #, python-format
1547 #, python-format
1375 msgid "%d hour"
1548 msgid "%d hour"
1376 msgid_plural "%d hours"
1549 msgid_plural "%d hours"
1377 msgstr[0] ""
1550 msgstr[0] ""
1378 msgstr[1] ""
1551 msgstr[1] ""
1379 msgstr[2] ""
1552 msgstr[2] ""
1380 msgstr[3] ""
1553 msgstr[3] ""
1381
1554
1382 #: rhodecode/lib/utils2.py:450
1555 #: rhodecode/lib/utils2.py:457
1383 #, python-format
1556 #, python-format
1384 msgid "%d minute"
1557 msgid "%d minute"
1385 msgid_plural "%d minutes"
1558 msgid_plural "%d minutes"
1386 msgstr[0] ""
1559 msgstr[0] ""
1387 msgstr[1] ""
1560 msgstr[1] ""
1388 msgstr[2] ""
1561 msgstr[2] ""
1389 msgstr[3] ""
1562 msgstr[3] ""
1390
1563
1391 #: rhodecode/lib/utils2.py:451
1564 #: rhodecode/lib/utils2.py:458
1392 #, python-format
1565 #, python-format
1393 msgid "%d second"
1566 msgid "%d second"
1394 msgid_plural "%d seconds"
1567 msgid_plural "%d seconds"
1395 msgstr[0] ""
1568 msgstr[0] ""
1396 msgstr[1] ""
1569 msgstr[1] ""
1397 msgstr[2] ""
1570 msgstr[2] ""
1398 msgstr[3] ""
1571 msgstr[3] ""
1399
1572
1400 #: rhodecode/lib/utils2.py:469
1573 #: rhodecode/lib/utils2.py:476
1401 #, python-format
1574 #, python-format
1402 msgid "in %s"
1575 msgid "in %s"
1403 msgstr ""
1576 msgstr ""
1404
1577
1405 #: rhodecode/lib/utils2.py:475
1578 #: rhodecode/lib/utils2.py:482
1406 #, python-format
1579 #, python-format
1407 msgid "%s ago"
1580 msgid "%s ago"
1408 msgstr ""
1581 msgstr ""
1409
1582
1410 #: rhodecode/lib/utils2.py:485
1583 #: rhodecode/lib/utils2.py:492
1411 #, python-format
1584 #, python-format
1412 msgid "%s, %s ago"
1585 msgid "%s, %s ago"
1413 msgstr ""
1586 msgstr ""
1414
1587
1415 #: rhodecode/lib/utils2.py:487
1588 #: rhodecode/lib/utils2.py:494
1416 #, python-format
1589 #, python-format
1417 msgid "in %s, %s"
1590 msgid "in %s, %s"
1418 msgstr ""
1591 msgstr ""
1419
1592
1420 #: rhodecode/lib/utils2.py:489
1593 #: rhodecode/lib/utils2.py:496
1421 #, python-format
1594 #, python-format
1422 msgid "%s and %s"
1595 msgid "%s and %s"
1423 msgstr ""
1596 msgstr ""
1424
1597
1425 #: rhodecode/lib/utils2.py:491
1598 #: rhodecode/lib/utils2.py:498
1426 #, python-format
1599 #, python-format
1427 msgid "%s and %s ago"
1600 msgid "%s and %s ago"
1428 msgstr ""
1601 msgstr ""
1429
1602
1430 #: rhodecode/lib/utils2.py:493
1603 #: rhodecode/lib/utils2.py:500
1431 #, python-format
1604 #, python-format
1432 msgid "in %s and %s"
1605 msgid "in %s and %s"
1433 msgstr ""
1606 msgstr ""
1434
1607
1435 #: rhodecode/lib/utils2.py:497
1608 #: rhodecode/lib/utils2.py:504
1436 msgid "just now"
1609 msgid "just now"
1437 msgstr ""
1610 msgstr ""
1438
1611
1439 #: rhodecode/lib/auth_modules/__init__.py:690
1440 msgid "This provider is currently disabled"
1441 msgstr ""
1442
1443 #: rhodecode/lib/auth_modules/__init__.py:708
1444 msgid "Your external identity is now connected with your account"
1445 msgstr ""
1446
1447 #: rhodecode/lib/auth_modules/__init__.py:712
1448 msgid ""
1449 "No external user id found? Perhaps permissionsfor authentication are set "
1450 "incorrectly"
1451 msgstr ""
1452
1453 #: rhodecode/lib/auth_modules/auth_crowd.py:60
1454 msgid "The FQDN or IP of the Atlassian CROWD Server"
1455 msgstr ""
1456
1457 #: rhodecode/lib/auth_modules/auth_crowd.py:61
1458 msgid "Host"
1459 msgstr ""
1460
1461 #: rhodecode/lib/auth_modules/auth_crowd.py:66
1462 msgid "The Port in use by the Atlassian CROWD Server"
1463 msgstr ""
1464
1465 #: rhodecode/lib/auth_modules/auth_crowd.py:67
1466 #: rhodecode/lib/auth_modules/auth_ldap.py:81
1467 msgid "Port"
1468 msgstr ""
1469
1470 #: rhodecode/lib/auth_modules/auth_crowd.py:73
1471 msgid "The Application Name to authenticate to CROWD"
1472 msgstr ""
1473
1474 #: rhodecode/lib/auth_modules/auth_crowd.py:74
1475 msgid "Application Name"
1476 msgstr ""
1477
1478 #: rhodecode/lib/auth_modules/auth_crowd.py:79
1479 msgid "The password to authenticate to CROWD"
1480 msgstr ""
1481
1482 #: rhodecode/lib/auth_modules/auth_crowd.py:80
1483 msgid "Application Password"
1484 msgstr ""
1485
1486 #: rhodecode/lib/auth_modules/auth_crowd.py:85
1487 msgid ""
1488 "A comma separated list of group names that identify users as RhodeCode "
1489 "Administrators"
1490 msgstr ""
1491
1492 #: rhodecode/lib/auth_modules/auth_crowd.py:88
1493 msgid "Admin Groups"
1494 msgstr ""
1495
1496 #: rhodecode/lib/auth_modules/auth_crowd.py:208
1497 msgid "CROWD"
1498 msgstr ""
1499
1500 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:63
1501 msgid "The url of the Jasig CAS REST service"
1502 msgstr ""
1503
1504 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:64
1505 #: rhodecode/templates/admin/gists/show.html:21
1506 msgid "URL"
1507 msgstr ""
1508
1509 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:90
1510 msgid "Jasig-CAS"
1511 msgstr ""
1512
1513 #: rhodecode/lib/auth_modules/auth_ldap.py:74
1514 msgid "Host of the LDAP Server"
1515 msgstr ""
1516
1517 #: rhodecode/lib/auth_modules/auth_ldap.py:75
1518 msgid "LDAP Host"
1519 msgstr ""
1520
1521 #: rhodecode/lib/auth_modules/auth_ldap.py:80
1522 msgid "Port that the LDAP server is listening on"
1523 msgstr ""
1524
1525 #: rhodecode/lib/auth_modules/auth_ldap.py:87
1526 msgid "User to connect to LDAP"
1527 msgstr ""
1528
1529 #: rhodecode/lib/auth_modules/auth_ldap.py:89
1530 msgid "Account"
1531 msgstr ""
1532
1533 #: rhodecode/lib/auth_modules/auth_ldap.py:94
1534 msgid "Password to connect to LDAP"
1535 msgstr ""
1536
1537 #: rhodecode/lib/auth_modules/auth_ldap.py:96
1538 #: rhodecode/templates/login.html:45 rhodecode/templates/register.html:43
1539 #: rhodecode/templates/admin/my_account/my_account.html:30
1540 #: rhodecode/templates/admin/users/user_add.html:44
1541 #: rhodecode/templates/base/base.html:312
1542 #: rhodecode/templates/debug_style/login.html:45
1543 msgid "Password"
1544 msgstr ""
1545
1546 #: rhodecode/lib/auth_modules/auth_ldap.py:101
1547 msgid "TLS Type"
1548 msgstr ""
1549
1550 #: rhodecode/lib/auth_modules/auth_ldap.py:102
1551 msgid "Connection Security"
1552 msgstr ""
1553
1554 #: rhodecode/lib/auth_modules/auth_ldap.py:108
1555 msgid "Require Cert over TLS?"
1556 msgstr ""
1557
1558 #: rhodecode/lib/auth_modules/auth_ldap.py:109
1559 msgid "Certificate Checks"
1560 msgstr ""
1561
1562 #: rhodecode/lib/auth_modules/auth_ldap.py:115
1563 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
1564 msgstr ""
1565
1566 #: rhodecode/lib/auth_modules/auth_ldap.py:117
1567 msgid "Base DN"
1568 msgstr ""
1569
1570 #: rhodecode/lib/auth_modules/auth_ldap.py:122
1571 msgid "Filter to narrow results (e.g., ou=Users, etc)"
1572 msgstr ""
1573
1574 #: rhodecode/lib/auth_modules/auth_ldap.py:124
1575 msgid "LDAP Search Filter"
1576 msgstr ""
1577
1578 #: rhodecode/lib/auth_modules/auth_ldap.py:129
1579 msgid "How deep to search LDAP"
1580 msgstr ""
1581
1582 #: rhodecode/lib/auth_modules/auth_ldap.py:130
1583 msgid "LDAP Search Scope"
1584 msgstr ""
1585
1586 #: rhodecode/lib/auth_modules/auth_ldap.py:136
1587 msgid "LDAP Attribute to map to user name"
1588 msgstr ""
1589
1590 #: rhodecode/lib/auth_modules/auth_ldap.py:137
1591 msgid "Login Attribute"
1592 msgstr ""
1593
1594 #: rhodecode/lib/auth_modules/auth_ldap.py:138
1595 msgid "The LDAP Login attribute of the CN must be specified"
1596 msgstr ""
1597
1598 #: rhodecode/lib/auth_modules/auth_ldap.py:143
1599 msgid "LDAP Attribute to map to first name"
1600 msgstr ""
1601
1602 #: rhodecode/lib/auth_modules/auth_ldap.py:145
1603 msgid "First Name Attribute"
1604 msgstr ""
1605
1606 #: rhodecode/lib/auth_modules/auth_ldap.py:150
1607 msgid "LDAP Attribute to map to last name"
1608 msgstr ""
1609
1610 #: rhodecode/lib/auth_modules/auth_ldap.py:152
1611 msgid "Last Name Attribute"
1612 msgstr ""
1613
1614 #: rhodecode/lib/auth_modules/auth_ldap.py:157
1615 msgid "LDAP Attribute to map to email address"
1616 msgstr ""
1617
1618 #: rhodecode/lib/auth_modules/auth_ldap.py:159
1619 msgid "Email Attribute"
1620 msgstr ""
1621
1622 #: rhodecode/lib/auth_modules/auth_ldap.py:335
1623 msgid "LDAP"
1624 msgstr ""
1625
1626 #: rhodecode/lib/auth_modules/auth_pam.py:60
1627 msgid "PAM service name to use for authentication."
1628 msgstr ""
1629
1630 #: rhodecode/lib/auth_modules/auth_pam.py:61
1631 msgid "PAM service name"
1632 msgstr ""
1633
1634 #: rhodecode/lib/auth_modules/auth_pam.py:66
1635 msgid ""
1636 "Regular expression for extracting user name/email etc. from Unix userinfo."
1637 msgstr ""
1638
1639 #: rhodecode/lib/auth_modules/auth_pam.py:68
1640 msgid "Gecos Regex"
1641 msgstr ""
1642
1643 #: rhodecode/lib/auth_modules/auth_pam.py:94
1644 msgid "PAM"
1645 msgstr ""
1646
1647 #: rhodecode/lib/auth_modules/auth_rhodecode.py:66
1648 msgid "Rhodecode"
1649 msgstr ""
1650
1651 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1612 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1652 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1613 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1653 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
1614 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
1654 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:684
1615 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:684
1655 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:657
1616 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:657
1656 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:659
1617 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:659
1657 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:682
1618 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:682
1658 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1619 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1659 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1620 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1660 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1621 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1661 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1622 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1662 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1623 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1663 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1624 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1664 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1625 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
1665 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1626 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
1666 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1627 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
1667 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1628 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
1668 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1629 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
1669 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1630 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
1670 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1631 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
1671 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1632 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
1672 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1633 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1673 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2243
1634 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2291
1674 msgid "Repository no access"
1635 msgid "Repository no access"
1675 msgstr ""
1636 msgstr ""
1676
1637
1677 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:571
1638 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:571
1678 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:583
1639 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:583
1679 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:600
1640 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:600
1680 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:685
1641 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:685
1681 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:658
1642 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:658
1682 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:660
1643 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:660
1683 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:683
1644 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:683
1684 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1645 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1685 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1646 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1686 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1647 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1687 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1648 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:734
1688 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1649 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:737
1689 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1650 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:739
1690 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1651 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:739
1691 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1652 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:766
1692 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1653 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:776
1693 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1654 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:819
1694 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1655 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:818
1695 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1656 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:819
1696 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1657 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:819
1697 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1658 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:825
1698 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1659 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1699 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2244
1660 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972 rhodecode/model/db.py:2292
1700 msgid "Repository read access"
1661 msgid "Repository read access"
1701 msgstr ""
1662 msgstr ""
1702
1663
1703 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:572
1664 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:572
1704 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:584
1665 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:584
1705 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:601
1666 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:601
1706 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:686
1667 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:686
1707 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:659
1668 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:659
1708 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:661
1669 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:661
1709 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:684
1670 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:684
1710 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1671 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1711 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1672 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1712 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1673 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1713 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:737
1674 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1714 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:740
1675 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1715 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:742
1676 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1716 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:742
1677 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1717 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:769
1678 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1718 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:779
1679 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1719 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:822
1680 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1720 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:821
1681 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1721 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:822
1682 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1722 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:822
1683 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1723 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:828
1684 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1724 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:950
1685 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1725 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:975 rhodecode/model/db.py:2245
1686 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2293
1726 msgid "Repository write access"
1687 msgid "Repository write access"
1727 msgstr ""
1688 msgstr ""
1728
1689
1729 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:573
1690 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:573
1730 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:585
1691 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:585
1731 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:602
1692 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:602
1732 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:687
1693 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:687
1733 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:660
1694 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:660
1734 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:662
1695 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:662
1735 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:685
1696 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:685
1736 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1697 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1737 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1698 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1738 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1699 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1739 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1700 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1740 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1701 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1741 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1702 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1742 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
1703 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1743 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
1704 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1744 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
1705 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1745 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
1706 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1746 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
1707 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1747 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
1708 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1748 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
1709 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1749 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
1710 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1750 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
1711 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1751 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2246
1712 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2294
1752 msgid "Repository admin access"
1713 msgid "Repository admin access"
1753 msgstr ""
1714 msgstr ""
1754
1715
1755 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:575
1716 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:575
1756 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:587
1717 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:587
1757 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:604
1718 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:604
1758 msgid "Repositories Group no access"
1719 msgid "Repositories Group no access"
1759 msgstr ""
1720 msgstr ""
1760
1721
1761 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:576
1722 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:576
1762 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:588
1723 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:588
1763 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:605
1724 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:605
1764 msgid "Repositories Group read access"
1725 msgid "Repositories Group read access"
1765 msgstr ""
1726 msgstr ""
1766
1727
1767 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:577
1728 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:577
1768 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:589
1729 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:589
1769 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:606
1730 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:606
1770 msgid "Repositories Group write access"
1731 msgid "Repositories Group write access"
1771 msgstr ""
1732 msgstr ""
1772
1733
1773 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:578
1734 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:578
1774 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:590
1735 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:590
1775 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:607
1736 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:607
1776 msgid "Repositories Group admin access"
1737 msgid "Repositories Group admin access"
1777 msgstr ""
1738 msgstr ""
1778
1739
1779 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:580
1740 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:580
1780 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:592
1741 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:592
1781 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:609
1742 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:609
1782 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:694
1743 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:694
1783 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:655
1744 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:655
1784 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:657
1745 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:657
1785 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:680
1746 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:680
1786 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1747 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1787 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1748 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1788 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1749 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1789 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1750 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:731
1790 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1751 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:734
1791 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1752 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:736
1792 msgid "RhodeCode Administrator"
1753 msgid "RhodeCode Administrator"
1793 msgstr ""
1754 msgstr ""
1794
1755
1795 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:581
1756 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:581
1796 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:593
1757 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:593
1797 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:610
1758 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:610
1798 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:695
1759 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:695
1799 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:678
1760 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:678
1800 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:680
1761 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:680
1801 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:703
1762 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:703
1802 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1763 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1803 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1764 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1804 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1765 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1805 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
1766 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
1806 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
1767 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
1807 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
1768 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
1808 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
1769 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
1809 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
1770 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
1810 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
1771 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
1811 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
1772 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
1812 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
1773 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
1813 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
1774 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
1814 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
1775 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
1815 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
1776 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
1816 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
1777 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1817 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2264
1778 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2312
1818 msgid "Repository creation disabled"
1779 msgid "Repository creation disabled"
1819 msgstr ""
1780 msgstr ""
1820
1781
1821 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:582
1782 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:582
1822 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:594
1783 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:594
1823 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:611
1784 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:611
1824 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:696
1785 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:696
1825 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:679
1786 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:679
1826 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:681
1787 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:681
1827 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:704
1788 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:704
1828 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1789 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1829 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1790 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1830 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1791 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1831 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
1792 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:755
1832 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
1793 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:758
1833 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
1794 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:760
1834 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
1795 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:760
1835 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
1796 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:787
1836 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
1797 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:797
1837 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
1798 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:840
1838 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
1799 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:839
1839 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
1800 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:840
1840 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
1801 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:840
1841 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
1802 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:846
1842 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
1803 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1843 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2265
1804 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993 rhodecode/model/db.py:2313
1844 msgid "Repository creation enabled"
1805 msgid "Repository creation enabled"
1845 msgstr ""
1806 msgstr ""
1846
1807
1847 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:583
1808 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:583
1848 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:595
1809 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:595
1849 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:612
1810 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:612
1850 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:697
1811 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:697
1851 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:681
1812 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:681
1852 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:683
1813 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:683
1853 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:706
1814 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:706
1854 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1815 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1855 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1816 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1856 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1817 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1857 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:761
1818 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
1858 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:764
1819 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
1859 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:766
1820 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
1860 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:766
1821 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
1861 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:793
1822 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
1862 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:803
1823 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
1863 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:846
1824 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
1864 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:845
1825 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
1865 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:846
1826 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
1866 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:846
1827 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
1867 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:852
1828 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
1868 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:974
1829 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
1869 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:999 rhodecode/model/db.py:2269
1830 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2317
1870 msgid "Repository forking disabled"
1831 msgid "Repository forking disabled"
1871 msgstr ""
1832 msgstr ""
1872
1833
1873 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:584
1834 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:584
1874 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:596
1835 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:596
1875 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:613
1836 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:613
1876 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:698
1837 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:698
1877 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:682
1838 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:682
1878 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:684
1839 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:684
1879 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:707
1840 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:707
1880 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1841 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1881 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1842 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1882 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1843 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1883 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
1844 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:760
1884 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
1845 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:763
1885 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
1846 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:765
1886 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
1847 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:765
1887 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
1848 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:792
1888 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
1849 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:802
1889 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
1850 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:845
1890 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
1851 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:844
1891 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
1852 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:845
1892 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
1853 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:845
1893 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
1854 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:851
1894 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
1855 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
1895 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
1856 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998 rhodecode/model/db.py:2318
1896 #: rhodecode/model/db.py:2270
1897 msgid "Repository forking enabled"
1857 msgid "Repository forking enabled"
1898 msgstr ""
1858 msgstr ""
1899
1859
1900 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:585
1860 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:585
1901 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:597
1861 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:597
1902 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:614
1862 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:614
1903 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:699
1863 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:699
1904 msgid "Register disabled"
1864 msgid "Register disabled"
1905 msgstr ""
1865 msgstr ""
1906
1866
1907 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:586
1867 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:586
1908 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:598
1868 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:598
1909 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:615
1869 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:615
1910 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:700
1870 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:700
1911 msgid "Register new user with RhodeCode with manual activation"
1871 msgid "Register new user with RhodeCode with manual activation"
1912 msgstr ""
1872 msgstr ""
1913
1873
1914 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:589
1874 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:589
1915 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:601
1875 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:601
1916 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:618
1876 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:618
1917 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:703
1877 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:703
1918 msgid "Register new user with RhodeCode with auto activation"
1878 msgid "Register new user with RhodeCode with auto activation"
1919 msgstr ""
1879 msgstr ""
1920
1880
1921 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:845
1881 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:845
1922 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:865
1882 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:865
1923 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:874
1883 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:874
1924 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:959
1884 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:959
1925 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:995
1885 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:995
1926 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:997
1886 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:997
1927 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1020
1887 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1020
1928 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1888 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1929 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1889 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1930 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1890 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1931 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1891 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1074
1932 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1892 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1077
1933 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1893 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1088
1934 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1894 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1091
1935 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1895 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1121
1936 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1896 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1135
1937 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1897 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1178
1938 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1898 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1177
1939 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1899 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1186
1940 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1900 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1186
1941 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1901 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1196
1942 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1902 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
1943 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
1903 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
1944 #: rhodecode/model/db.py:2900
1904 #: rhodecode/model/db.py:2950
1945 msgid "Not Reviewed"
1905 msgid "Not Reviewed"
1946 msgstr ""
1906 msgstr ""
1947
1907
1948 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:846
1908 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:846
1949 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:866
1909 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:866
1950 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:875
1910 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:875
1951 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:960
1911 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:960
1952 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:996
1912 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:996
1953 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:998
1913 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:998
1954 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1021
1914 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1021
1955 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1915 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1956 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1916 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1957 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1917 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1958 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1918 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1075
1959 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
1919 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1078
1960 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
1920 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1089
1961 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
1921 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1092
1962 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
1922 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1122
1963 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
1923 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1136
1964 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
1924 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1179
1965 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
1925 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1178
1966 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
1926 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1187
1967 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
1927 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1187
1968 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
1928 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1197
1969 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
1929 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
1970 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
1930 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
1971 #: rhodecode/model/db.py:2901
1931 #: rhodecode/model/db.py:2951
1972 msgid "Approved"
1932 msgid "Approved"
1973 msgstr ""
1933 msgstr ""
1974
1934
1975 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:847
1935 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:847
1976 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:867
1936 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:867
1977 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:876
1937 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:876
1978 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:961
1938 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:961
1979 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:997
1939 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:997
1980 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:999
1940 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:999
1981 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1022
1941 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1022
1982 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1942 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1983 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1943 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1984 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1944 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1985 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1078
1945 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1986 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1081
1946 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1987 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1092
1947 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1988 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1095
1948 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1989 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1125
1949 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1990 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1139
1950 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1991 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1182
1951 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1992 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1181
1952 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1993 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1190
1953 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1994 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1190
1954 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1995 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1200
1955 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1996 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1322
1956 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1997 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1347
1957 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
1998 #: rhodecode/model/db.py:2902
1958 #: rhodecode/model/db.py:2952
1999 msgid "Rejected"
1959 msgid "Rejected"
2000 msgstr ""
1960 msgstr ""
2001
1961
2002 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:848
1962 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:848
2003 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:868
1963 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:868
2004 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:877
1964 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:877
2005 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:962
1965 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:962
2006 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:998
1966 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:998
2007 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:1000
1967 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:1000
2008 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1023
1968 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1023
2009 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
1969 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
2010 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
1970 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
2011 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
1971 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
2012 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1079
1972 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
2013 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1082
1973 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
2014 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1093
1974 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
2015 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1096
1975 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
2016 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1126
1976 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
2017 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1140
1977 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
2018 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1183
1978 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
2019 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1182
1979 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
2020 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1191
1980 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
2021 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1191
1981 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
2022 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1201
1982 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
2023 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1323
1983 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2024 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1348
1984 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2025 #: rhodecode/model/db.py:2903
1985 #: rhodecode/model/db.py:2953
2026 msgid "Under Review"
1986 msgid "Under Review"
2027 msgstr ""
1987 msgstr ""
2028
1988
2029 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:689
1989 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:689
2030 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:662
1990 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:662
2031 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:664
1991 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:664
2032 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:687
1992 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:687
2033 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
1993 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
2034 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
1994 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
2035 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1995 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1996 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1997 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1998 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1999 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
2000 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
2001 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
2002 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
2003 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
2004 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
2005 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
2006 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
2007 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2008 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2296
2009 msgid "Repository group no access"
2010 msgstr ""
2011
2012 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
2013 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
2014 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2015 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2016 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2017 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2018 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2019 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:739
2020 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:742
2021 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:744
2022 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:744
2023 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:771
2024 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:781
2025 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:824
2026 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:823
2027 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:824
2028 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:824
2029 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:830
2030 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2031 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977 rhodecode/model/db.py:2297
2032 msgid "Repository group read access"
2033 msgstr ""
2034
2035 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2036 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2037 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2038 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2039 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2040 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2041 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2036 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
2042 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
2037 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
2043 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
2038 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
2044 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
2039 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:745
2045 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:745
2040 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:772
2046 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:772
2041 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:782
2047 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:782
2042 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:825
2048 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:825
2043 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:824
2049 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:824
2044 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:825
2050 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:825
2045 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2051 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2046 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2052 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2047 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2053 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2048 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2248
2054 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2298
2049 msgid "Repository group no access"
2055 msgid "Repository group write access"
2050 msgstr ""
2056 msgstr ""
2051
2057
2052 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
2058 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2053 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
2059 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2054 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2060 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2055 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2061 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2056 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2062 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2057 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2063 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2058 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2064 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2059 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2065 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2060 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2066 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2061 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
2067 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
2062 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:746
2068 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:746
2063 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:773
2069 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:773
2064 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:783
2070 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:783
2065 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:826
2071 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:826
2066 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:825
2072 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:825
2067 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:826
2073 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:826
2068 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2074 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2069 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2075 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2070 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2076 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2071 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2249
2077 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2299
2072 msgid "Repository group read access"
2078 msgid "Repository group admin access"
2073 msgstr ""
2079 msgstr ""
2074
2080
2075 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2081 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2076 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2082 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2077 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2083 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2078 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2084 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2079 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2085 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2080 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2086 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2081 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2082 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:742
2083 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:745
2084 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:747
2085 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:747
2086 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:774
2087 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:784
2088 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:827
2089 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:826
2090 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:827
2091 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:827
2092 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:833
2093 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:955
2094 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:980 rhodecode/model/db.py:2250
2095 msgid "Repository group write access"
2096 msgstr ""
2097
2098 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2099 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2100 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2101 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2102 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2103 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2104 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2105 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2087 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2106 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2088 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2107 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
2089 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
2108 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:748
2090 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:748
2109 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:775
2091 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:775
2110 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:785
2092 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:785
2111 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:828
2093 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:828
2112 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:827
2094 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:827
2113 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:828
2095 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:828
2114 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2096 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2115 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2097 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2116 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2098 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2117 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2251
2099 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2301
2118 msgid "Repository group admin access"
2100 msgid "User group no access"
2119 msgstr ""
2101 msgstr ""
2120
2102
2121 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2103 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2122 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2104 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2123 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2105 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2124 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2106 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2125 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2107 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2126 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2108 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2109 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:744
2110 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:747
2111 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:749
2112 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:749
2113 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:776
2114 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:786
2115 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:829
2116 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:828
2117 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:829
2118 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:829
2119 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:835
2120 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2121 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982 rhodecode/model/db.py:2302
2122 msgid "User group read access"
2123 msgstr ""
2124
2125 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2126 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2127 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2128 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2129 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2130 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2127 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2131 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2128 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2132 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2129 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
2133 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
2130 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:750
2134 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:750
2131 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:777
2135 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:777
2132 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:787
2136 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:787
2133 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:830
2137 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:830
2134 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:829
2138 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:829
2135 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:830
2139 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:830
2136 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2140 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2137 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2141 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2138 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2142 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2139 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2253
2143 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2303
2140 msgid "User group no access"
2144 msgid "User group write access"
2141 msgstr ""
2145 msgstr ""
2142
2146
2143 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2147 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2144 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2148 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2145 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2149 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2146 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2150 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2147 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2151 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2148 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2152 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2149 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2153 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2150 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2154 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2151 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
2155 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
2152 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:751
2156 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:751
2153 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:778
2157 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:778
2154 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:788
2158 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:788
2155 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:831
2159 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:831
2156 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:830
2160 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:830
2157 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:831
2161 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:831
2158 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2162 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2159 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2163 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2160 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2164 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2161 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2254
2165 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2304
2162 msgid "User group read access"
2166 msgid "User group admin access"
2163 msgstr ""
2167 msgstr ""
2164
2168
2165 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2169 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2166 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2170 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2167 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2171 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2168 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2172 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2169 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2173 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2170 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2174 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2171 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:747
2172 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:750
2173 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:752
2174 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:752
2175 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:779
2176 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:789
2177 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:832
2178 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:831
2179 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:832
2180 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:832
2181 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:838
2182 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:960
2183 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:985 rhodecode/model/db.py:2255
2184 msgid "User group write access"
2185 msgstr ""
2186
2187 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2188 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2189 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2190 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2191 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2192 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2193 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2175 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2194 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2176 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2195 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
2177 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
2196 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:753
2178 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:753
2197 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:780
2179 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:780
2198 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:790
2180 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:790
2199 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:833
2181 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:833
2200 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:832
2182 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:832
2201 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:833
2183 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:833
2202 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2184 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2203 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2185 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2204 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2186 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2205 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2256
2187 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2306
2206 msgid "User group admin access"
2207 msgstr ""
2208
2209 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2210 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2211 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2212 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2213 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2214 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2215 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:750
2216 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:753
2217 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:755
2218 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:755
2219 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:782
2220 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:792
2221 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:835
2222 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:834
2223 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:835
2224 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:835
2225 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:841
2226 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:963
2227 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:988 rhodecode/model/db.py:2258
2228 msgid "Repository Group creation disabled"
2188 msgid "Repository Group creation disabled"
2229 msgstr ""
2189 msgstr ""
2230
2190
2231 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:673
2191 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:673
2232 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:675
2192 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:675
2233 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:698
2193 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:698
2234 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2194 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2235 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2195 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2236 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2196 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2197 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:749
2198 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:752
2199 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:754
2200 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:754
2201 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:781
2202 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:791
2203 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:834
2204 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:833
2205 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:834
2206 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:834
2207 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:840
2208 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2209 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987 rhodecode/model/db.py:2307
2210 msgid "Repository Group creation enabled"
2211 msgstr ""
2212
2213 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2214 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2215 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2216 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2217 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2218 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2237 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2219 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2238 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2220 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2239 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
2221 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
2240 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:756
2222 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:756
2241 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:783
2223 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:783
2242 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:793
2224 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:793
2243 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:836
2225 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:836
2244 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:835
2226 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:835
2245 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:836
2227 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:836
2246 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2228 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2247 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2229 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2248 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2230 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2249 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2259
2231 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2309
2250 msgid "Repository Group creation enabled"
2251 msgstr ""
2252
2253 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2254 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2255 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2256 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2257 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2258 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2259 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:753
2260 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:756
2261 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:758
2262 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:758
2263 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:785
2264 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:795
2265 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:838
2266 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:837
2267 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:838
2268 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:838
2269 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:844
2270 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:966
2271 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:991 rhodecode/model/db.py:2261
2272 msgid "User Group creation disabled"
2232 msgid "User Group creation disabled"
2273 msgstr ""
2233 msgstr ""
2274
2234
2275 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:676
2235 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:676
2276 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:678
2236 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:678
2277 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:701
2237 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:701
2278 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2238 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2279 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2239 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2280 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2240 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2281 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
2241 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:752
2282 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
2242 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:755
2283 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
2243 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:757
2284 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
2244 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:757
2285 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
2245 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:784
2286 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
2246 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:794
2287 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
2247 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:837
2288 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
2248 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:836
2289 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
2249 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:837
2290 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
2250 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:837
2291 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
2251 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:843
2292 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
2252 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2293 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2262
2253 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990 rhodecode/model/db.py:2310
2294 msgid "User Group creation enabled"
2254 msgid "User Group creation enabled"
2295 msgstr ""
2255 msgstr ""
2296
2256
2297 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:684
2257 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:684
2298 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:686
2258 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:686
2299 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:709
2259 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:709
2300 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2260 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2301 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2261 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2302 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2262 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2263 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
2264 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
2265 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
2266 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
2267 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
2268 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
2269 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
2270 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
2271 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
2272 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
2273 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
2274 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2275 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2276 #: rhodecode/model/db.py:2320
2277 msgid "Registration disabled"
2278 msgstr ""
2279
2280 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2281 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2282 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2283 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2284 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2285 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2286 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:763
2287 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:766
2288 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:768
2289 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:768
2290 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:795
2291 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:805
2292 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:848
2293 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:847
2294 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:848
2295 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:848
2296 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:854
2297 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2298 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2299 #: rhodecode/model/db.py:2321
2300 msgid "User Registration with manual account activation"
2301 msgstr ""
2302
2303 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2304 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2305 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2306 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2307 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2308 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2303 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2309 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2304 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2310 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2305 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
2311 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
2306 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:769
2312 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:769
2307 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:796
2313 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:796
2308 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:806
2314 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:806
2309 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:849
2315 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:849
2310 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:848
2316 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:848
2311 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:849
2317 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:849
2312 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:849
2318 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:849
2313 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2319 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2314 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2320 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2315 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2321 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2316 #: rhodecode/model/db.py:2272
2322 #: rhodecode/model/db.py:2322
2317 msgid "Registration disabled"
2323 msgid "User Registration with automatic account activation"
2318 msgstr ""
2324 msgstr ""
2319
2325
2320 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2326 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2321 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2327 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2322 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2328 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2323 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2329 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2324 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2330 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2325 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2331 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2326 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:765
2327 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:768
2328 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:770
2329 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:770
2330 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:797
2331 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:807
2332 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:850
2333 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:849
2334 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:850
2335 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:850
2336 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:856
2337 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:978
2338 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1003
2339 #: rhodecode/model/db.py:2273
2340 msgid "User Registration with manual account activation"
2341 msgstr ""
2342
2343 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2344 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2345 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2346 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2347 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2348 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2349 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2332 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2350 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2333 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2351 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
2334 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
2352 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:771
2335 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:771
2353 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:798
2336 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:798
2354 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:808
2337 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:808
2355 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:851
2338 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:851
2356 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:850
2339 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:850
2357 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:851
2340 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:851
2358 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:851
2341 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:851
2359 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2342 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2360 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2343 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2361 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2344 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2362 #: rhodecode/model/db.py:2274
2345 #: rhodecode/model/db.py:2324
2363 msgid "User Registration with automatic account activation"
2364 msgstr ""
2365
2366 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2367 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2368 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2369 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2370 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2371 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2372 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:768
2373 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:771
2374 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:773
2375 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:773
2376 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:800
2377 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:810
2378 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:853
2379 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:852
2380 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:853
2381 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:853
2382 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:859
2383 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:981
2384 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1006
2385 #: rhodecode/model/db.py:2276
2386 msgid "Manual activation of external account"
2346 msgid "Manual activation of external account"
2387 msgstr ""
2347 msgstr ""
2388
2348
2389 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:689
2349 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:689
2390 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:691
2350 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:691
2391 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:714
2351 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:714
2392 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2352 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2393 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2353 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2394 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2354 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2395 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:769
2355 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:767
2396 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:772
2356 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:770
2397 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:774
2357 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:772
2398 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:774
2358 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:772
2399 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:801
2359 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:799
2360 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:809
2361 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:852
2362 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:851
2363 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:852
2364 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:852
2365 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:858
2366 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2367 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2368 #: rhodecode/model/db.py:2325
2369 msgid "Automatic activation of external account"
2370 msgstr ""
2371
2372 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
2373 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
2374 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
2375 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
2376 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
2377 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
2378 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
2379 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
2380 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
2381 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
2382 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
2383 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2384 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2314
2385 msgid ""
2386 "Repository creation enabled with write permission to a repository group"
2387 msgstr ""
2388
2389 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
2390 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
2391 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
2392 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
2393 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
2394 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
2395 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
2396 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
2397 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
2398 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
2399 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
2400 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2401 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2315
2402 msgid ""
2403 "Repository creation disabled with write permission to a repository group"
2404 msgstr ""
2405
2406 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:736
2407 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:763
2408 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:773
2409 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:816
2410 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:815
2411 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:816
2412 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:816
2413 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:822
2414 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2415 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969 rhodecode/model/db.py:2289
2416 msgid "RhodeCode Super Administrator"
2417 msgstr ""
2418
2400 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2419 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2401 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2420 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2402 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
2421 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
2403 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:854
2422 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:854
2404 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:854
2423 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:854
2405 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2424 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2406 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2425 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2407 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2426 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2408 #: rhodecode/model/db.py:2277
2427 #: rhodecode/model/db.py:2327
2409 msgid "Automatic activation of external account"
2410 msgstr ""
2411
2412 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:758
2413 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:761
2414 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:763
2415 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:763
2416 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:790
2417 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:800
2418 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:843
2419 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:842
2420 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:843
2421 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:843
2422 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:849
2423 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:971
2424 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:996 rhodecode/model/db.py:2266
2425 msgid ""
2426 "Repository creation enabled with write permission to a repository group"
2427 msgstr ""
2428
2429 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
2430 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
2431 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
2432 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
2433 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
2434 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
2435 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
2436 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
2437 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
2438 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
2439 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
2440 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2441 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2267
2442 msgid ""
2443 "Repository creation disabled with write permission to a repository group"
2444 msgstr ""
2445
2446 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
2447 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
2448 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
2449 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
2450 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
2451 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
2452 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
2453 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
2454 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
2455 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2241
2456 msgid "RhodeCode Super Administrator"
2457 msgstr ""
2458
2459 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:813
2460 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:856
2461 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:855
2462 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:856
2463 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:856
2464 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:862
2465 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:984
2466 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1009
2467 #: rhodecode/model/db.py:2279
2468 msgid "Inherit object permissions from default user disabled"
2428 msgid "Inherit object permissions from default user disabled"
2469 msgstr ""
2429 msgstr ""
2470
2430
2471 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:814
2431 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:812
2472 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:857
2432 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:855
2473 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:856
2433 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:854
2474 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:857
2434 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:855
2475 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:857
2435 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:855
2476 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:863
2436 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:861
2477 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:985
2437 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2478 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1010
2438 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2479 #: rhodecode/model/db.py:2280
2439 #: rhodecode/model/db.py:2328
2480 msgid "Inherit object permissions from default user enabled"
2440 msgid "Inherit object permissions from default user enabled"
2481 msgstr ""
2441 msgstr ""
2482
2442
2483 #: rhodecode/lib/index/whoosh.py:129
2443 #: rhodecode/lib/index/whoosh.py:148
2484 msgid "Invalid search query. Try quoting it."
2444 msgid "Invalid search query. Try quoting it."
2485 msgstr ""
2445 msgstr ""
2486
2446
2487 #: rhodecode/lib/index/whoosh.py:131
2488 msgid "There is no index to search in. Please run whoosh indexer"
2489 msgstr ""
2490
2491 #: rhodecode/lib/index/whoosh.py:136
2492 msgid "An error occurred during this search operation"
2493 msgstr ""
2494
2495 #: rhodecode/lib/index/whoosh.py:144
2496 msgid "Index Type"
2497 msgstr ""
2498
2499 #: rhodecode/lib/index/whoosh.py:145
2500 msgid "File Index"
2501 msgstr ""
2502
2503 #: rhodecode/lib/index/whoosh.py:146 rhodecode/lib/index/whoosh.py:151
2504 msgid "Indexed documents"
2505 msgstr ""
2506
2507 #: rhodecode/lib/index/whoosh.py:148 rhodecode/lib/index/whoosh.py:153
2508 msgid "Last update"
2509 msgstr ""
2510
2511 #: rhodecode/lib/index/whoosh.py:150
2447 #: rhodecode/lib/index/whoosh.py:150
2448 msgid "There is no index to search in. Please run whoosh indexer"
2449 msgstr ""
2450
2451 #: rhodecode/lib/index/whoosh.py:155
2452 msgid "An error occurred during this search operation"
2453 msgstr ""
2454
2455 #: rhodecode/lib/index/whoosh.py:163
2456 msgid "Index Type"
2457 msgstr ""
2458
2459 #: rhodecode/lib/index/whoosh.py:164
2460 msgid "File Index"
2461 msgstr ""
2462
2463 #: rhodecode/lib/index/whoosh.py:165 rhodecode/lib/index/whoosh.py:170
2464 msgid "Indexed documents"
2465 msgstr ""
2466
2467 #: rhodecode/lib/index/whoosh.py:167 rhodecode/lib/index/whoosh.py:172
2468 msgid "Last update"
2469 msgstr ""
2470
2471 #: rhodecode/lib/index/whoosh.py:169
2512 msgid "Commit index"
2472 msgid "Commit index"
2513 msgstr ""
2473 msgstr ""
2514
2474
2515 #: rhodecode/model/db.py:871
2475 #: rhodecode/login/views.py:237 rhodecode/login/views.py:296
2476 msgid "bad captcha"
2477 msgstr ""
2478
2479 #: rhodecode/login/views.py:246
2480 msgid "You have successfully registered with RhodeCode"
2481 msgstr ""
2482
2483 #: rhodecode/login/views.py:312
2484 msgid "Your password reset link was sent"
2485 msgstr ""
2486
2487 #: rhodecode/login/views.py:333
2488 msgid ""
2489 "Your password reset was successful, a new password has been sent to your "
2490 "email"
2491 msgstr ""
2492
2493 #: rhodecode/model/db.py:909
2516 msgid "all"
2494 msgid "all"
2517 msgstr ""
2495 msgstr ""
2518
2496
2519 #: rhodecode/model/db.py:872
2497 #: rhodecode/model/db.py:910
2520 msgid "http/web interface"
2498 msgid "http/web interface"
2521 msgstr ""
2499 msgstr ""
2522
2500
2523 #: rhodecode/model/db.py:873
2501 #: rhodecode/model/db.py:911
2524 msgid "vcs (git/hg protocol)"
2502 msgid "vcs (git/hg protocol)"
2525 msgstr ""
2503 msgstr ""
2526
2504
2527 #: rhodecode/model/db.py:874
2505 #: rhodecode/model/db.py:912
2528 msgid "api calls"
2506 msgid "api calls"
2529 msgstr ""
2507 msgstr ""
2530
2508
2531 #: rhodecode/model/db.py:875
2509 #: rhodecode/model/db.py:913
2532 msgid "feed access"
2510 msgid "feed access"
2533 msgstr ""
2511 msgstr ""
2534
2512
2535 #: rhodecode/model/db.py:2020
2513 #: rhodecode/model/db.py:2067
2536 msgid "No parent"
2514 msgid "No parent"
2537 msgstr ""
2515 msgstr ""
2538
2516
2539 #: rhodecode/model/forms.py:66
2517 #: rhodecode/model/forms.py:66
2540 msgid "Please enter a login"
2518 msgid "Please enter a login"
2541 msgstr ""
2519 msgstr ""
2542
2520
2543 #: rhodecode/model/forms.py:67
2521 #: rhodecode/model/forms.py:67
2544 #, python-format
2522 #, python-format
2545 msgid "Enter a value %(min)i characters long or more"
2523 msgid "Enter a value %(min)i characters long or more"
2546 msgstr ""
2524 msgstr ""
2547
2525
2548 #: rhodecode/model/forms.py:76
2526 #: rhodecode/model/forms.py:76
2549 msgid "Please enter a password"
2527 msgid "Please enter a password"
2550 msgstr ""
2528 msgstr ""
2551
2529
2552 #: rhodecode/model/forms.py:77
2530 #: rhodecode/model/forms.py:77
2553 #, python-format
2531 #, python-format
2554 msgid "Enter %(min)i characters or more"
2532 msgid "Enter %(min)i characters or more"
2555 msgstr ""
2533 msgstr ""
2556
2534
2557 #: rhodecode/model/notification.py:247
2535 #: rhodecode/model/notification.py:247
2558 #, python-format
2536 #, python-format
2559 msgid "%(user)s commented on commit %(date_or_age)s"
2537 msgid "%(user)s commented on commit %(date_or_age)s"
2560 msgstr ""
2538 msgstr ""
2561
2539
2562 #: rhodecode/model/notification.py:248
2540 #: rhodecode/model/notification.py:248
2563 #, python-format
2541 #, python-format
2564 msgid "%(user)s commented on commit at %(date_or_age)s"
2542 msgid "%(user)s commented on commit at %(date_or_age)s"
2565 msgstr ""
2543 msgstr ""
2566
2544
2567 #: rhodecode/model/notification.py:251
2545 #: rhodecode/model/notification.py:251
2568 #, python-format
2546 #, python-format
2569 msgid "%(user)s sent message %(date_or_age)s"
2547 msgid "%(user)s sent message %(date_or_age)s"
2570 msgstr ""
2548 msgstr ""
2571
2549
2572 #: rhodecode/model/notification.py:252
2550 #: rhodecode/model/notification.py:252
2573 #, python-format
2551 #, python-format
2574 msgid "%(user)s sent message at %(date_or_age)s"
2552 msgid "%(user)s sent message at %(date_or_age)s"
2575 msgstr ""
2553 msgstr ""
2576
2554
2577 #: rhodecode/model/notification.py:255
2555 #: rhodecode/model/notification.py:255
2578 #, python-format
2556 #, python-format
2579 msgid "%(user)s mentioned you %(date_or_age)s"
2557 msgid "%(user)s mentioned you %(date_or_age)s"
2580 msgstr ""
2558 msgstr ""
2581
2559
2582 #: rhodecode/model/notification.py:256
2560 #: rhodecode/model/notification.py:256
2583 #, python-format
2561 #, python-format
2584 msgid "%(user)s mentioned you at %(date_or_age)s"
2562 msgid "%(user)s mentioned you at %(date_or_age)s"
2585 msgstr ""
2563 msgstr ""
2586
2564
2587 #: rhodecode/model/notification.py:259
2565 #: rhodecode/model/notification.py:259
2588 #, python-format
2566 #, python-format
2589 msgid "%(user)s registered in RhodeCode %(date_or_age)s"
2567 msgid "%(user)s registered in RhodeCode %(date_or_age)s"
2590 msgstr ""
2568 msgstr ""
2591
2569
2592 #: rhodecode/model/notification.py:260
2570 #: rhodecode/model/notification.py:260
2593 #, python-format
2571 #, python-format
2594 msgid "%(user)s registered in RhodeCode at %(date_or_age)s"
2572 msgid "%(user)s registered in RhodeCode at %(date_or_age)s"
2595 msgstr ""
2573 msgstr ""
2596
2574
2597 #: rhodecode/model/notification.py:263
2575 #: rhodecode/model/notification.py:263
2598 #, python-format
2576 #, python-format
2599 msgid "%(user)s opened new pull request %(date_or_age)s"
2577 msgid "%(user)s opened new pull request %(date_or_age)s"
2600 msgstr ""
2578 msgstr ""
2601
2579
2602 #: rhodecode/model/notification.py:264
2580 #: rhodecode/model/notification.py:264
2603 #, python-format
2581 #, python-format
2604 msgid "%(user)s opened new pull request at %(date_or_age)s"
2582 msgid "%(user)s opened new pull request at %(date_or_age)s"
2605 msgstr ""
2583 msgstr ""
2606
2584
2607 #: rhodecode/model/notification.py:267
2585 #: rhodecode/model/notification.py:267
2608 #, python-format
2586 #, python-format
2609 msgid "%(user)s commented on pull request %(date_or_age)s"
2587 msgid "%(user)s commented on pull request %(date_or_age)s"
2610 msgstr ""
2588 msgstr ""
2611
2589
2612 #: rhodecode/model/notification.py:268
2590 #: rhodecode/model/notification.py:268
2613 #, python-format
2591 #, python-format
2614 msgid "%(user)s commented on pull request at %(date_or_age)s"
2592 msgid "%(user)s commented on pull request at %(date_or_age)s"
2615 msgstr ""
2593 msgstr ""
2616
2594
2617 #: rhodecode/model/pull_request.py:69
2595 #: rhodecode/model/pull_request.py:69
2618 msgid "This pull request can be automatically merged."
2596 msgid "This pull request can be automatically merged."
2619 msgstr ""
2597 msgstr ""
2620
2598
2621 #: rhodecode/model/pull_request.py:71
2599 #: rhodecode/model/pull_request.py:71
2622 msgid "This pull request cannot be merged because of an unhandled exception."
2600 msgid "This pull request cannot be merged because of an unhandled exception."
2623 msgstr ""
2601 msgstr ""
2624
2602
2625 #: rhodecode/model/pull_request.py:74
2603 #: rhodecode/model/pull_request.py:74
2626 msgid "This pull request cannot be merged because of conflicts."
2604 msgid "This pull request cannot be merged because of conflicts."
2627 msgstr ""
2605 msgstr ""
2628
2606
2629 #: rhodecode/model/pull_request.py:76
2607 #: rhodecode/model/pull_request.py:76
2630 msgid "This pull request could not be merged because push to target failed."
2608 msgid "This pull request could not be merged because push to target failed."
2631 msgstr ""
2609 msgstr ""
2632
2610
2633 #: rhodecode/model/pull_request.py:79
2611 #: rhodecode/model/pull_request.py:79
2634 msgid "This pull request cannot be merged because the target is not a head."
2612 msgid "This pull request cannot be merged because the target is not a head."
2635 msgstr ""
2613 msgstr ""
2636
2614
2637 #: rhodecode/model/pull_request.py:82
2615 #: rhodecode/model/pull_request.py:82
2638 msgid ""
2616 msgid ""
2639 "This pull request cannot be merged because the source contains more branches"
2617 "This pull request cannot be merged because the source contains more branches"
2640 " than the target."
2618 " than the target."
2641 msgstr ""
2619 msgstr ""
2642
2620
2643 #: rhodecode/model/pull_request.py:85
2621 #: rhodecode/model/pull_request.py:85
2644 msgid ""
2622 msgid ""
2645 "This pull request cannot be merged because the target has multiple heads."
2623 "This pull request cannot be merged because the target has multiple heads."
2646 msgstr ""
2624 msgstr ""
2647
2625
2648 #: rhodecode/model/pull_request.py:88
2626 #: rhodecode/model/pull_request.py:88
2649 msgid ""
2627 msgid ""
2650 "This pull request cannot be merged because the target repository is locked."
2628 "This pull request cannot be merged because the target repository is locked."
2651 msgstr ""
2629 msgstr ""
2652
2630
2653 #: rhodecode/model/pull_request.py:91
2631 #: rhodecode/model/pull_request.py:91
2654 msgid ""
2632 msgid ""
2655 "This pull request cannot be merged because the target or the source "
2633 "This pull request cannot be merged because the target or the source "
2656 "reference is missing."
2634 "reference is missing."
2657 msgstr ""
2635 msgstr ""
2658
2636
2659 #: rhodecode/model/pull_request.py:411
2637 #: rhodecode/model/pull_request.py:416
2660 #, python-format
2638 #, python-format
2661 msgid ""
2639 msgid ""
2662 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
2640 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
2663 "\n"
2641 "\n"
2664 " %(pr_title)s"
2642 " %(pr_title)s"
2665 msgstr ""
2643 msgstr ""
2666
2644
2667 #: rhodecode/model/pull_request.py:443
2645 #: rhodecode/model/pull_request.py:448
2668 msgid "Pull request merged and closed"
2646 msgid "Pull request merged and closed"
2669 msgstr ""
2647 msgstr ""
2670
2648
2671 #: rhodecode/model/pull_request.py:859
2649 #: rhodecode/model/pull_request.py:867
2672 msgid "Server-side pull request merging is disabled."
2650 msgid "Server-side pull request merging is disabled."
2673 msgstr ""
2651 msgstr ""
2674
2652
2675 #: rhodecode/model/pull_request.py:861
2653 #: rhodecode/model/pull_request.py:869
2676 msgid "This pull request is closed."
2654 msgid "This pull request is closed."
2677 msgstr ""
2655 msgstr ""
2678
2656
2679 #: rhodecode/model/pull_request.py:872
2657 #: rhodecode/model/pull_request.py:880
2680 msgid "Pull request merging is not supported."
2658 msgid "Pull request merging is not supported."
2681 msgstr ""
2659 msgstr ""
2682
2660
2683 #: rhodecode/model/pull_request.py:890
2661 #: rhodecode/model/pull_request.py:898
2684 msgid "Target repository large files support is disabled."
2662 msgid "Target repository large files support is disabled."
2685 msgstr ""
2663 msgstr ""
2686
2664
2687 #: rhodecode/model/pull_request.py:893
2665 #: rhodecode/model/pull_request.py:901
2688 msgid "Source repository large files support is disabled."
2666 msgid "Source repository large files support is disabled."
2689 msgstr ""
2667 msgstr ""
2690
2668
2691 #: rhodecode/model/pull_request.py:1036 rhodecode/model/scm.py:791
2669 #: rhodecode/model/pull_request.py:1050 rhodecode/model/scm.py:791
2692 msgid "Bookmarks"
2670 msgid "Bookmarks"
2693 msgstr ""
2671 msgstr ""
2694
2672
2695 #: rhodecode/model/pull_request.py:1041
2673 #: rhodecode/model/pull_request.py:1055
2696 msgid "Commit IDs"
2674 msgid "Commit IDs"
2697 msgstr ""
2675 msgstr ""
2698
2676
2699 #: rhodecode/model/pull_request.py:1044
2677 #: rhodecode/model/pull_request.py:1058
2700 msgid "Closed Branches"
2678 msgid "Closed Branches"
2701 msgstr ""
2679 msgstr ""
2702
2680
2703 #: rhodecode/model/scm.py:773
2681 #: rhodecode/model/scm.py:773
2704 msgid "latest tip"
2682 msgid "latest tip"
2705 msgstr ""
2683 msgstr ""
2706
2684
2707 #: rhodecode/model/user.py:124
2685 #: rhodecode/model/user.py:124
2708 msgid "You can't Edit this user since it's crucial for entire application"
2686 msgid "You can't Edit this user since it's crucial for entire application"
2709 msgstr ""
2687 msgstr ""
2710
2688
2711 #: rhodecode/model/user.py:283
2689 #: rhodecode/model/user.py:285
2712 #, python-format
2690 #, python-format
2713 msgid ""
2691 msgid ""
2714 "You can't edit this user (`%(username)s`) since it's crucial for entire "
2692 "You can't edit this user (`%(username)s`) since it's crucial for entire "
2715 "application"
2693 "application"
2716 msgstr ""
2694 msgstr ""
2717
2695
2718 #: rhodecode/model/user.py:456
2696 #: rhodecode/model/user.py:458
2719 msgid "You can't remove this user since it's crucial for entire application"
2697 msgid "You can't remove this user since it's crucial for entire application"
2720 msgstr ""
2698 msgstr ""
2721
2699
2722 #: rhodecode/model/user.py:464
2700 #: rhodecode/model/user.py:466
2723 #, python-format
2701 #, python-format
2724 msgid ""
2702 msgid ""
2725 "user \"%s\" still owns %s repositories and cannot be removed. Switch owners "
2703 "user \"%s\" still owns %s repositories and cannot be removed. Switch owners "
2726 "or remove those repositories:%s"
2704 "or remove those repositories:%s"
2727 msgstr ""
2705 msgstr ""
2728
2706
2729 #: rhodecode/model/user.py:473
2707 #: rhodecode/model/user.py:475
2730 #, python-format
2708 #, python-format
2731 msgid ""
2709 msgid ""
2732 "user \"%s\" still owns %s repository groups and cannot be removed. Switch "
2710 "user \"%s\" still owns %s repository groups and cannot be removed. Switch "
2733 "owners or remove those repository groups:%s"
2711 "owners or remove those repository groups:%s"
2734 msgstr ""
2712 msgstr ""
2735
2713
2736 #: rhodecode/model/user.py:482
2714 #: rhodecode/model/user.py:484
2737 #, python-format
2715 #, python-format
2738 msgid ""
2716 msgid ""
2739 "user \"%s\" still owns %s user groups and cannot be removed. Switch owners "
2717 "user \"%s\" still owns %s user groups and cannot be removed. Switch owners "
2740 "or remove those user groups:%s"
2718 "or remove those user groups:%s"
2741 msgstr ""
2719 msgstr ""
2742
2720
2743 #: rhodecode/model/validators.py:96 rhodecode/model/validators.py:97
2721 #: rhodecode/model/validators.py:98 rhodecode/model/validators.py:99
2744 msgid "Value cannot be an empty list"
2722 msgid "Value cannot be an empty list"
2745 msgstr ""
2723 msgstr ""
2746
2724
2747 #: rhodecode/model/validators.py:140
2725 #: rhodecode/model/validators.py:142
2748 msgid "Pattern already exists"
2726 msgid "Pattern already exists"
2749 msgstr ""
2727 msgstr ""
2750
2728
2751 #: rhodecode/model/validators.py:158
2752 #, python-format
2753 msgid "Username \"%(username)s\" already exists"
2754 msgstr ""
2755
2756 #: rhodecode/model/validators.py:160
2729 #: rhodecode/model/validators.py:160
2757 #, python-format
2730 #, python-format
2758 msgid "Username \"%(username)s\" is forbidden"
2731 msgid "Username \"%(username)s\" already exists"
2759 msgstr ""
2732 msgstr ""
2760
2733
2761 #: rhodecode/model/validators.py:162
2734 #: rhodecode/model/validators.py:162
2735 #, python-format
2736 msgid "Username \"%(username)s\" is forbidden"
2737 msgstr ""
2738
2739 #: rhodecode/model/validators.py:164
2762 msgid ""
2740 msgid ""
2763 "Username may only contain alphanumeric characters underscores, periods or "
2741 "Username may only contain alphanumeric characters underscores, periods or "
2764 "dashes and must begin with alphanumeric character or underscore"
2742 "dashes and must begin with alphanumeric character or underscore"
2765 msgstr ""
2743 msgstr ""
2766
2744
2767 #: rhodecode/model/validators.py:190
2745 #: rhodecode/model/validators.py:192
2768 msgid "The input is not valid"
2746 msgid "The input is not valid"
2769 msgstr ""
2747 msgstr ""
2770
2748
2771 #: rhodecode/model/validators.py:197
2749 #: rhodecode/model/validators.py:199
2772 #, python-format
2750 #, python-format
2773 msgid "Username %(username)s is not valid"
2751 msgid "Username %(username)s is not valid"
2774 msgstr ""
2752 msgstr ""
2775
2753
2776 #: rhodecode/model/validators.py:216
2754 #: rhodecode/model/validators.py:200
2755 #, python-format
2756 msgid "Username %(username)s is disabled"
2757 msgstr ""
2758
2759 #: rhodecode/model/validators.py:223
2777 msgid "Invalid user group name"
2760 msgid "Invalid user group name"
2778 msgstr ""
2761 msgstr ""
2779
2762
2780 #: rhodecode/model/validators.py:217
2763 #: rhodecode/model/validators.py:224
2781 #, python-format
2764 #, python-format
2782 msgid "User group \"%(usergroup)s\" already exists"
2765 msgid "User group \"%(usergroup)s\" already exists"
2783 msgstr ""
2766 msgstr ""
2784
2767
2785 #: rhodecode/model/validators.py:219
2768 #: rhodecode/model/validators.py:226
2786 msgid ""
2769 msgid ""
2787 "user group name may only contain alphanumeric characters underscores, "
2770 "user group name may only contain alphanumeric characters underscores, "
2788 "periods or dashes and must begin with alphanumeric character"
2771 "periods or dashes and must begin with alphanumeric character"
2789 msgstr ""
2772 msgstr ""
2790
2773
2791 #: rhodecode/model/validators.py:257
2774 #: rhodecode/model/validators.py:264
2792 msgid "Cannot assign this group as parent"
2775 msgid "Cannot assign this group as parent"
2793 msgstr ""
2776 msgstr ""
2794
2777
2795 #: rhodecode/model/validators.py:258
2778 #: rhodecode/model/validators.py:265
2796 #, python-format
2779 #, python-format
2797 msgid "Group \"%(group_name)s\" already exists"
2780 msgid "Group \"%(group_name)s\" already exists"
2798 msgstr ""
2781 msgstr ""
2799
2782
2800 #: rhodecode/model/validators.py:259
2783 #: rhodecode/model/validators.py:266
2801 #, python-format
2784 #, python-format
2802 msgid "Repository with name \"%(group_name)s\" already exists"
2785 msgid "Repository with name \"%(group_name)s\" already exists"
2803 msgstr ""
2786 msgstr ""
2804
2787
2805 #: rhodecode/model/validators.py:261
2788 #: rhodecode/model/validators.py:268
2806 msgid "no permission to store repository groupin this location"
2789 msgid "no permission to store repository groupin this location"
2807 msgstr ""
2790 msgstr ""
2808
2791
2809 #: rhodecode/model/validators.py:263
2792 #: rhodecode/model/validators.py:270
2810 msgid "no permission to store repository group in root location"
2793 msgid "no permission to store repository group in root location"
2811 msgstr ""
2794 msgstr ""
2812
2795
2813 #: rhodecode/model/validators.py:379
2796 #: rhodecode/model/validators.py:386
2814 msgid "Invalid characters (non-ascii) in password"
2797 msgid "Invalid characters (non-ascii) in password"
2815 msgstr ""
2798 msgstr ""
2816
2799
2817 #: rhodecode/model/validators.py:394
2800 #: rhodecode/model/validators.py:401
2818 msgid "Invalid old password"
2801 msgid "Invalid old password"
2819 msgstr ""
2802 msgstr ""
2820
2803
2821 #: rhodecode/model/validators.py:412
2804 #: rhodecode/model/validators.py:418
2822 msgid "Passwords do not match"
2805 msgid "Passwords do not match"
2823 msgstr ""
2806 msgstr ""
2824
2807
2825 #: rhodecode/model/validators.py:430
2808 #: rhodecode/model/validators.py:436
2826 msgid "invalid password"
2809 msgid "invalid password"
2827 msgstr ""
2810 msgstr ""
2828
2811
2829 #: rhodecode/model/validators.py:431
2812 #: rhodecode/model/validators.py:437
2830 msgid "invalid user name"
2813 msgid "invalid user name"
2831 msgstr ""
2814 msgstr ""
2832
2815
2833 #: rhodecode/model/validators.py:432
2816 #: rhodecode/model/validators.py:438
2834 msgid "Your account is disabled"
2817 msgid "Your account is disabled"
2835 msgstr ""
2818 msgstr ""
2836
2819
2837 #: rhodecode/model/validators.py:465
2820 #: rhodecode/model/validators.py:470
2838 msgid "Token mismatch"
2821 msgid "Token mismatch"
2839 msgstr ""
2822 msgstr ""
2840
2823
2841 #: rhodecode/model/validators.py:479
2824 #: rhodecode/model/validators.py:484
2842 #, python-format
2825 #, python-format
2843 msgid "Repository name %(repo)s is disallowed"
2826 msgid "Repository name %(repo)s is disallowed"
2844 msgstr ""
2827 msgstr ""
2845
2828
2846 #: rhodecode/model/validators.py:481
2847 #, python-format
2848 msgid "Repository with name %(repo)s already exists"
2849 msgstr ""
2850
2851 #: rhodecode/model/validators.py:483
2852 #, python-format
2853 msgid "Repository group with name \"%(repo)s\" already exists"
2854 msgstr ""
2855
2856 #: rhodecode/model/validators.py:486
2829 #: rhodecode/model/validators.py:486
2857 #, python-format
2830 #, python-format
2858 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2831 msgid "Repository with name %(repo)s already exists"
2859 msgstr ""
2832 msgstr ""
2860
2833
2861 #: rhodecode/model/validators.py:488
2834 #: rhodecode/model/validators.py:488
2862 #, python-format
2835 #, python-format
2836 msgid "Repository group with name \"%(repo)s\" already exists"
2837 msgstr ""
2838
2839 #: rhodecode/model/validators.py:491
2840 #, python-format
2841 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2842 msgstr ""
2843
2844 #: rhodecode/model/validators.py:493
2845 #, python-format
2863 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2846 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2864 msgstr ""
2847 msgstr ""
2865
2848
2866 #: rhodecode/model/validators.py:615
2849 #: rhodecode/model/validators.py:620
2867 #, python-format
2850 #, python-format
2868 msgid "invalid clone url for %(rtype)s repository"
2851 msgid "invalid clone url for %(rtype)s repository"
2869 msgstr ""
2852 msgstr ""
2870
2853
2871 #: rhodecode/model/validators.py:616
2854 #: rhodecode/model/validators.py:621
2872 #, python-format
2855 #, python-format
2873 msgid ""
2856 msgid ""
2874 "Invalid clone url, provide a valid clone url starting with one of "
2857 "Invalid clone url, provide a valid clone url starting with one of "
2875 "%(allowed_prefixes)s"
2858 "%(allowed_prefixes)s"
2876 msgstr ""
2859 msgstr ""
2877
2860
2878 #: rhodecode/model/validators.py:645
2861 #: rhodecode/model/validators.py:650
2879 msgid "Fork have to be the same type as parent"
2862 msgid "Fork have to be the same type as parent"
2880 msgstr ""
2863 msgstr ""
2881
2864
2882 #: rhodecode/model/validators.py:660
2865 #: rhodecode/model/validators.py:665
2883 msgid "You do not have the permission to create repositories in this group."
2866 msgid "You do not have the permission to create repositories in this group."
2884 msgstr ""
2867 msgstr ""
2885
2868
2886 #: rhodecode/model/validators.py:663
2869 #: rhodecode/model/validators.py:668
2887 msgid ""
2870 msgid ""
2888 "You do not have the permission to store repositories in the root location."
2871 "You do not have the permission to store repositories in the root location."
2889 msgstr ""
2872 msgstr ""
2890
2873
2891 #: rhodecode/model/validators.py:723
2874 #: rhodecode/model/validators.py:728
2892 msgid "This username or user group name is not valid"
2875 msgid "This username or user group name is not valid"
2893 msgstr ""
2876 msgstr ""
2894
2877
2895 #: rhodecode/model/validators.py:841
2878 #: rhodecode/model/validators.py:846
2896 msgid "This is not a valid path"
2879 msgid "This is not a valid path"
2897 msgstr ""
2880 msgstr ""
2898
2881
2899 #: rhodecode/model/validators.py:856
2882 #: rhodecode/model/validators.py:861
2900 msgid "This e-mail address is already taken"
2883 msgid "This e-mail address is already taken"
2901 msgstr ""
2884 msgstr ""
2902
2885
2903 #: rhodecode/model/validators.py:876
2886 #: rhodecode/model/validators.py:881
2904 #, python-format
2887 #, python-format
2905 msgid "e-mail \"%(email)s\" does not exist."
2888 msgid "e-mail \"%(email)s\" does not exist."
2906 msgstr ""
2889 msgstr ""
2907
2890
2908 #: rhodecode/model/validators.py:912
2891 #: rhodecode/model/validators.py:902
2909 msgid ""
2910 "The LDAP Login attribute of the CN must be specified - this is the name of "
2911 "the attribute that is equivalent to \"username\""
2912 msgstr ""
2913
2914 #: rhodecode/model/validators.py:926
2915 #, python-format
2892 #, python-format
2916 msgid "Revisions %(revs)s are already part of pull request or have set status"
2893 msgid "Revisions %(revs)s are already part of pull request or have set status"
2917 msgstr ""
2894 msgstr ""
2918
2895
2919 #: rhodecode/model/validators.py:957
2896 #: rhodecode/model/validators.py:933
2920 msgid "Please enter a valid IPv4 or IpV6 address"
2897 msgid "Please enter a valid IPv4 or IpV6 address"
2921 msgstr ""
2898 msgstr ""
2922
2899
2923 #: rhodecode/model/validators.py:958
2900 #: rhodecode/model/validators.py:934
2924 #, python-format
2901 #, python-format
2925 msgid ""
2902 msgid ""
2926 "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2903 "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2927 msgstr ""
2904 msgstr ""
2928
2905
2929 #: rhodecode/model/validators.py:985
2906 #: rhodecode/model/validators.py:961
2930 msgid "Key name can only consist of letters, underscore, dash or numbers"
2907 msgid "Key name can only consist of letters, underscore, dash or numbers"
2931 msgstr ""
2908 msgstr ""
2932
2909
2910 #: rhodecode/model/validators.py:976
2911 msgid "Filename cannot be inside a directory"
2912 msgstr ""
2913
2914 #: rhodecode/model/validators.py:992
2915 #, python-format
2916 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2917 msgstr ""
2918
2919 #: rhodecode/model/validators.py:995
2920 #, python-format
2921 msgid "The plugin \"%(plugin_id)s\" is missing an includeme function."
2922 msgstr ""
2923
2924 #: rhodecode/model/validators.py:998
2925 #, python-format
2926 msgid "Can not load plugin \"%(plugin_id)s\""
2927 msgstr ""
2928
2933 #: rhodecode/model/validators.py:1000
2929 #: rhodecode/model/validators.py:1000
2934 msgid "Filename cannot be inside a directory"
2930 #, python-format
2935 msgstr ""
2931 msgid "No plugin available with ID \"%(plugin_id)s\""
2936
2932 msgstr ""
2937 #: rhodecode/model/validators.py:1016
2933
2938 #, python-format
2934 #: rhodecode/model/validators.py:1067
2939 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2940 msgstr ""
2941
2942 #: rhodecode/model/validators.py:1048
2943 msgid "This gistid is already in use"
2935 msgid "This gistid is already in use"
2944 msgstr ""
2936 msgstr ""
2945
2937
2946 #: rhodecode/templates/index.html:5
2938 #: rhodecode/templates/index.html:5
2947 msgid "Dashboard"
2939 msgid "Dashboard"
2948 msgstr ""
2940 msgstr ""
2949
2941
2950 #: rhodecode/templates/index_base.html:8
2942 #: rhodecode/templates/index_base.html:8
2951 #: rhodecode/templates/admin/gists/index.html:18
2943 #: rhodecode/templates/admin/gists/index.html:18
2952 #: rhodecode/templates/admin/my_account/my_account_repos.html:7
2944 #: rhodecode/templates/admin/my_account/my_account_repos.html:7
2953 #: rhodecode/templates/admin/my_account/my_account_watched.html:7
2945 #: rhodecode/templates/admin/my_account/my_account_watched.html:7
2954 #: rhodecode/templates/admin/repo_groups/repo_groups.html:12
2946 #: rhodecode/templates/admin/repo_groups/repo_groups.html:12
2955 #: rhodecode/templates/admin/repos/repos.html:12
2947 #: rhodecode/templates/admin/repos/repos.html:12
2956 #: rhodecode/templates/admin/user_groups/user_groups.html:12
2948 #: rhodecode/templates/admin/user_groups/user_groups.html:12
2957 #: rhodecode/templates/admin/users/users.html:12
2949 #: rhodecode/templates/admin/users/users.html:12
2958 #: rhodecode/templates/bookmarks/bookmarks.html:12
2950 #: rhodecode/templates/bookmarks/bookmarks.html:12
2959 #: rhodecode/templates/branches/branches.html:12
2951 #: rhodecode/templates/branches/branches.html:12
2960 #: rhodecode/templates/journal/journal.html:12
2952 #: rhodecode/templates/journal/journal.html:12
2961 #: rhodecode/templates/tags/tags.html:12
2953 #: rhodecode/templates/tags/tags.html:12
2962 msgid "quick filter..."
2954 msgid "quick filter..."
2963 msgstr ""
2955 msgstr ""
2964
2956
2965 #: rhodecode/templates/index_base.html:10
2957 #: rhodecode/templates/index_base.html:10
2966 msgid "matches"
2958 msgid "matches"
2967 msgstr ""
2959 msgstr ""
2968
2960
2969 #: rhodecode/templates/index_base.html:30
2961 #: rhodecode/templates/index_base.html:30
2970 #: rhodecode/templates/index_base.html:39
2962 #: rhodecode/templates/index_base.html:39
2971 #: rhodecode/templates/admin/repos/repo_add.html:22
2963 #: rhodecode/templates/admin/repos/repo_add.html:22
2972 #: rhodecode/templates/admin/repos/repos.html:27
2964 #: rhodecode/templates/admin/repos/repos.html:27
2973 msgid "Add Repository"
2965 msgid "Add Repository"
2974 msgstr ""
2966 msgstr ""
2975
2967
2976 #: rhodecode/templates/index_base.html:34
2968 #: rhodecode/templates/index_base.html:34
2977 #: rhodecode/templates/index_base.html:42
2969 #: rhodecode/templates/index_base.html:42
2978 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:16
2970 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:16
2979 #: rhodecode/templates/admin/repo_groups/repo_groups.html:27
2971 #: rhodecode/templates/admin/repo_groups/repo_groups.html:27
2980 msgid "Add Repository Group"
2972 msgid "Add Repository Group"
2981 msgstr ""
2973 msgstr ""
2982
2974
2983 #: rhodecode/templates/index_base.html:45
2975 #: rhodecode/templates/index_base.html:45
2984 msgid "You have admin right to this group, and can edit it"
2976 msgid "You have admin right to this group, and can edit it"
2985 msgstr ""
2977 msgstr ""
2986
2978
2987 #: rhodecode/templates/index_base.html:45
2979 #: rhodecode/templates/index_base.html:45
2988 msgid "Edit Repository Group"
2980 msgid "Edit Repository Group"
2989 msgstr ""
2981 msgstr ""
2990
2982
2991 #: rhodecode/templates/index_base.html:97
2983 #: rhodecode/templates/index_base.html:97
2992 #: rhodecode/templates/index_base.html:122
2984 #: rhodecode/templates/index_base.html:122
2993 #: rhodecode/templates/admin/gists/index.html:112
2985 #: rhodecode/templates/admin/gists/index.html:112
2994 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
2986 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
2995 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2987 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2996 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2988 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2997 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2989 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2998 #: rhodecode/templates/admin/repos/repo_edit_settings.html:12
2990 #: rhodecode/templates/admin/repos/repo_edit_settings.html:15
2999 #: rhodecode/templates/admin/repos/repos.html:54
2991 #: rhodecode/templates/admin/repos/repos.html:54
3000 #: rhodecode/templates/admin/user_groups/user_groups.html:55
2992 #: rhodecode/templates/admin/user_groups/user_groups.html:55
3001 #: rhodecode/templates/base/perms_summary.html:103
2993 #: rhodecode/templates/base/perms_summary.html:102
3002 #: rhodecode/templates/bookmarks/bookmarks.html:59
2994 #: rhodecode/templates/bookmarks/bookmarks.html:59
3003 #: rhodecode/templates/branches/branches.html:58
2995 #: rhodecode/templates/branches/branches.html:58
3004 #: rhodecode/templates/files/files_browser.html:49
2996 #: rhodecode/templates/files/files_browser.html:49
3005 #: rhodecode/templates/pullrequests/pullrequests.html:100
2997 #: rhodecode/templates/pullrequests/pullrequests.html:100
3006 #: rhodecode/templates/tags/tags.html:59
2998 #: rhodecode/templates/tags/tags.html:59
3007 msgid "Name"
2999 msgid "Name"
3008 msgstr ""
3000 msgstr ""
3009
3001
3010 #: rhodecode/templates/index_base.html:100
3002 #: rhodecode/templates/index_base.html:100
3011 #: rhodecode/templates/index_base.html:125
3003 #: rhodecode/templates/index_base.html:125
3012 #: rhodecode/templates/admin/gists/index.html:114
3004 #: rhodecode/templates/admin/gists/index.html:114
3013 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3005 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3014 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3006 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3015 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:30
3007 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
3016 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
3008 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
3017 #: rhodecode/templates/admin/repos/repo_add_base.html:32
3009 #: rhodecode/templates/admin/repos/repo_add_base.html:32
3018 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
3010 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
3019 #: rhodecode/templates/admin/repos/repo_edit_settings.html:83
3011 #: rhodecode/templates/admin/repos/repo_edit_settings.html:96
3020 #: rhodecode/templates/admin/repos/repos.html:57
3012 #: rhodecode/templates/admin/repos/repos.html:57
3021 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
3013 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
3022 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:29
3014 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:42
3023 #: rhodecode/templates/admin/user_groups/user_groups.html:57
3015 #: rhodecode/templates/admin/user_groups/user_groups.html:57
3024 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
3016 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
3025 #: rhodecode/templates/base/issue_tracker_settings.html:10
3017 #: rhodecode/templates/base/issue_tracker_settings.html:10
3026 #: rhodecode/templates/changeset/changeset.html:53
3018 #: rhodecode/templates/changeset/changeset.html:53
3027 #: rhodecode/templates/compare/compare_cs.html:24
3019 #: rhodecode/templates/compare/compare_commits.html:24
3028 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3020 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3029 #: rhodecode/templates/email_templates/pull_request_review.mako:67
3021 #: rhodecode/templates/email_templates/pull_request_review.mako:67
3030 #: rhodecode/templates/files/file_tree_detail.html:5
3022 #: rhodecode/templates/files/file_tree_detail.html:5
3031 #: rhodecode/templates/files/file_tree_detail.html:12
3023 #: rhodecode/templates/files/file_tree_detail.html:12
3032 #: rhodecode/templates/forks/fork.html:48
3024 #: rhodecode/templates/forks/fork.html:48
3033 #: rhodecode/templates/forks/forks_data.html:8
3025 #: rhodecode/templates/forks/forks_data.html:9
3034 #: rhodecode/templates/pullrequests/pullrequest.html:47
3026 #: rhodecode/templates/pullrequests/pullrequest.html:47
3035 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
3027 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
3036 #: rhodecode/templates/summary/components.html:73
3028 #: rhodecode/templates/summary/components.html:73
3037 msgid "Description"
3029 msgid "Description"
3038 msgstr ""
3030 msgstr ""
3039
3031
3040 #: rhodecode/templates/index_base.html:102
3032 #: rhodecode/templates/index_base.html:102
3041 #: rhodecode/templates/index_base.html:133
3033 #: rhodecode/templates/index_base.html:133
3042 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
3034 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
3043 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:21
3035 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:24
3044 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
3036 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
3045 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
3037 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
3046 #: rhodecode/templates/admin/repos/repo_edit_settings.html:74
3038 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
3047 #: rhodecode/templates/admin/repos/repos.html:65
3039 #: rhodecode/templates/admin/repos/repos.html:65
3048 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
3040 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
3049 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:20
3041 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
3050 #: rhodecode/templates/admin/user_groups/user_groups.html:64
3042 #: rhodecode/templates/admin/user_groups/user_groups.html:64
3043 #: rhodecode/templates/forks/forks_data.html:7
3051 #: rhodecode/templates/summary/components.html:195
3044 #: rhodecode/templates/summary/components.html:195
3052 msgid "Owner"
3045 msgid "Owner"
3053 msgstr ""
3046 msgstr ""
3054
3047
3055 #: rhodecode/templates/index_base.html:128
3048 #: rhodecode/templates/index_base.html:128
3056 #: rhodecode/templates/admin/repos/repos.html:60
3049 #: rhodecode/templates/admin/repos/repos.html:60
3057 msgid "Last Change"
3050 msgid "Last Change"
3058 msgstr ""
3051 msgstr ""
3059
3052
3060 #: rhodecode/templates/index_base.html:131
3053 #: rhodecode/templates/index_base.html:131
3061 #: rhodecode/templates/admin/my_account/my_account_repos.html:35
3054 #: rhodecode/templates/admin/my_account/my_account_repos.html:35
3062 #: rhodecode/templates/admin/my_account/my_account_watched.html:35
3055 #: rhodecode/templates/admin/my_account/my_account_watched.html:35
3063 #: rhodecode/templates/admin/repos/repos.html:63
3056 #: rhodecode/templates/admin/repos/repos.html:63
3064 #: rhodecode/templates/bookmarks/bookmarks.html:66
3057 #: rhodecode/templates/bookmarks/bookmarks.html:66
3065 #: rhodecode/templates/branches/branches.html:65
3058 #: rhodecode/templates/branches/branches.html:65
3066 #: rhodecode/templates/changelog/changelog.html:106
3059 #: rhodecode/templates/changelog/changelog.html:106
3067 #: rhodecode/templates/changelog/changelog_summary_data.html:6
3060 #: rhodecode/templates/changelog/changelog_summary_data.html:6
3068 #: rhodecode/templates/changeset/changeset.html:36
3061 #: rhodecode/templates/changeset/changeset.html:36
3069 #: rhodecode/templates/compare/compare_cs.html:22
3062 #: rhodecode/templates/compare/compare_commits.html:22
3070 #: rhodecode/templates/email_templates/commit_comment.mako:16
3063 #: rhodecode/templates/email_templates/commit_comment.mako:16
3071 #: rhodecode/templates/email_templates/commit_comment.mako:45
3064 #: rhodecode/templates/email_templates/commit_comment.mako:45
3072 #: rhodecode/templates/search/search_commit.html:6
3065 #: rhodecode/templates/search/search_commit.html:6
3073 #: rhodecode/templates/tags/tags.html:66
3066 #: rhodecode/templates/tags/tags.html:66
3074 msgid "Commit"
3067 msgid "Commit"
3075 msgstr ""
3068 msgstr ""
3076
3069
3077 #: rhodecode/templates/index_repo_group.html:5
3070 #: rhodecode/templates/index_repo_group.html:5
3078 #, python-format
3071 #, python-format
3079 msgid "%s Repository group dashboard"
3072 msgid "%s Repository group dashboard"
3080 msgstr ""
3073 msgstr ""
3081
3074
3082 #: rhodecode/templates/index_repo_group.html:13
3075 #: rhodecode/templates/index_repo_group.html:13
3083 msgid "Home"
3076 msgid "Home"
3084 msgstr ""
3077 msgstr ""
3085
3078
3086 #: rhodecode/templates/login.html:6 rhodecode/templates/login.html:36
3079 #: rhodecode/templates/login.html:5 rhodecode/templates/login.html:35
3087 #: rhodecode/templates/login.html:52 rhodecode/templates/base/base.html:326
3080 #: rhodecode/templates/login.html:64 rhodecode/templates/base/base.html:328
3088 #: rhodecode/templates/debug_style/login.html:60
3081 #: rhodecode/templates/debug_style/login.html:60
3089 msgid "Sign In"
3082 msgid "Sign In"
3090 msgstr ""
3083 msgstr ""
3091
3084
3092 #: rhodecode/templates/login.html:38
3085 #: rhodecode/templates/login.html:37
3093 msgid "Go to the registration page to create a new account."
3086 msgid "Go to the registration page to create a new account."
3094 msgstr ""
3087 msgstr ""
3095
3088
3096 #: rhodecode/templates/login.html:43 rhodecode/templates/register.html:41
3089 #: rhodecode/templates/login.html:43 rhodecode/templates/register.html:41
3097 #: rhodecode/templates/admin/admin_log.html:5
3090 #: rhodecode/templates/admin/admin_log.html:5
3098 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
3091 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
3099 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:21
3092 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:21
3100 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:66
3093 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:66
3101 #: rhodecode/templates/admin/users/user_add.html:35
3094 #: rhodecode/templates/admin/users/user_add.html:35
3102 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3095 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3103 #: rhodecode/templates/admin/users/users.html:89
3096 #: rhodecode/templates/admin/users/users.html:89
3104 #: rhodecode/templates/base/base.html:303
3097 #: rhodecode/templates/base/base.html:305
3105 #: rhodecode/templates/debug_style/login.html:36
3098 #: rhodecode/templates/debug_style/login.html:36
3106 #: rhodecode/templates/users/user_profile.html:27
3099 #: rhodecode/templates/users/user_profile.html:27
3107 msgid "Username"
3100 msgid "Username"
3108 msgstr ""
3101 msgstr ""
3109
3102
3110 #: rhodecode/templates/login.html:48
3103 #: rhodecode/templates/login.html:58
3111 msgid "Remember me"
3104 msgid "Remember me"
3112 msgstr ""
3105 msgstr ""
3113
3106
3114 #: rhodecode/templates/login.html:50
3107 #: rhodecode/templates/login.html:61
3115 msgid "Forgot your password?"
3108 msgid "Forgot your password?"
3116 msgstr ""
3109 msgstr ""
3117
3110
3118 #: rhodecode/templates/login.html:62
3119 msgid "Sign In using one of external services"
3120 msgstr ""
3121
3122 #: rhodecode/templates/password_reset.html:5
3111 #: rhodecode/templates/password_reset.html:5
3123 #: rhodecode/templates/register.html:6
3112 #: rhodecode/templates/register.html:5
3124 msgid "Create an Account"
3113 msgid "Create an Account"
3125 msgstr ""
3114 msgstr ""
3126
3115
3127 #: rhodecode/templates/password_reset.html:35
3116 #: rhodecode/templates/password_reset.html:35
3128 msgid "Reset your Password"
3117 msgid "Reset your Password"
3129 msgstr ""
3118 msgstr ""
3130
3119
3131 #: rhodecode/templates/password_reset.html:36
3120 #: rhodecode/templates/password_reset.html:36
3132 msgid "Go to the login page to sign in."
3121 msgid "Go to the login page to sign in."
3133 msgstr ""
3122 msgstr ""
3134
3123
3135 #: rhodecode/templates/password_reset.html:40
3124 #: rhodecode/templates/password_reset.html:40
3136 msgid "Email Address"
3125 msgid "Email Address"
3137 msgstr ""
3126 msgstr ""
3138
3127
3139 #: rhodecode/templates/password_reset.html:45
3128 #: rhodecode/templates/password_reset.html:49
3140 #: rhodecode/templates/register.html:56
3129 #: rhodecode/templates/register.html:85
3141 msgid "Captcha"
3130 msgid "Captcha"
3142 msgstr ""
3131 msgstr ""
3143
3132
3144 #: rhodecode/templates/password_reset.html:51
3133 #: rhodecode/templates/password_reset.html:59
3145 msgid "Send password reset email"
3134 msgid "Send password reset email"
3146 msgstr ""
3135 msgstr ""
3147
3136
3148 #: rhodecode/templates/password_reset.html:52
3137 #: rhodecode/templates/password_reset.html:60
3149 msgid "Password reset link will be send to matching email address"
3138 msgid "Password reset link will be send to matching email address"
3150 msgstr ""
3139 msgstr ""
3151
3140
3141 #: rhodecode/templates/register.html:35
3142 msgid "Create an account"
3143 msgstr ""
3144
3152 #: rhodecode/templates/register.html:36
3145 #: rhodecode/templates/register.html:36
3153 msgid "Create an account"
3154 msgstr ""
3155
3156 #: rhodecode/templates/register.html:37
3157 msgid "Go to the login page to sign in with an existing account."
3146 msgid "Go to the login page to sign in with an existing account."
3158 msgstr ""
3147 msgstr ""
3159
3148
3160 #: rhodecode/templates/register.html:45
3149 #: rhodecode/templates/register.html:55
3161 msgid "Re-enter password"
3150 msgid "Re-enter password"
3162 msgstr ""
3151 msgstr ""
3163
3152
3164 #: rhodecode/templates/register.html:47
3153 #: rhodecode/templates/register.html:62
3165 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3154 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3166 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3155 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3167 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
3156 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
3168 #: rhodecode/templates/admin/users/user_add.html:68
3157 #: rhodecode/templates/admin/users/user_add.html:68
3169 #: rhodecode/templates/admin/users/user_edit_profile.html:47
3158 #: rhodecode/templates/admin/users/user_edit_profile.html:47
3170 #: rhodecode/templates/admin/users/users.html:93
3159 #: rhodecode/templates/admin/users/users.html:93
3171 msgid "First Name"
3160 msgid "First Name"
3172 msgstr ""
3161 msgstr ""
3173
3162
3174 #: rhodecode/templates/register.html:49
3163 #: rhodecode/templates/register.html:69
3175 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3164 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3176 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3165 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3177 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
3166 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
3178 #: rhodecode/templates/admin/users/user_add.html:77
3167 #: rhodecode/templates/admin/users/user_add.html:77
3179 #: rhodecode/templates/admin/users/user_edit_profile.html:56
3168 #: rhodecode/templates/admin/users/user_edit_profile.html:56
3180 #: rhodecode/templates/admin/users/users.html:95
3169 #: rhodecode/templates/admin/users/users.html:95
3181 msgid "Last Name"
3170 msgid "Last Name"
3182 msgstr ""
3171 msgstr ""
3183
3172
3184 #: rhodecode/templates/register.html:64
3173 #: rhodecode/templates/register.html:97
3185 msgid "Account activation requires admin approval."
3174 msgid "Account activation requires admin approval."
3186 msgstr ""
3175 msgstr ""
3187
3176
3188 #: rhodecode/templates/register.html:71
3177 #: rhodecode/templates/register.html:104
3189 msgid "Create Account"
3178 msgid "Create Account"
3190 msgstr ""
3179 msgstr ""
3191
3180
3192 #: rhodecode/templates/register.html:77
3193 msgid "Register using one of external services"
3194 msgstr ""
3195
3196 #: rhodecode/templates/admin/admin.html:5
3181 #: rhodecode/templates/admin/admin.html:5
3197 #: rhodecode/templates/admin/admin.html:15
3182 #: rhodecode/templates/admin/admin.html:15
3198 #: rhodecode/templates/base/base.html:78
3183 #: rhodecode/templates/base/base.html:78
3199 msgid "Admin journal"
3184 msgid "Admin journal"
3200 msgstr ""
3185 msgstr ""
3201
3186
3202 #: rhodecode/templates/admin/admin.html:13
3187 #: rhodecode/templates/admin/admin.html:13
3203 msgid "journal filter..."
3188 msgid "journal filter..."
3204 msgstr ""
3189 msgstr ""
3205
3190
3206 #: rhodecode/templates/admin/admin.html:14
3191 #: rhodecode/templates/admin/admin.html:14
3207 msgid "filter"
3192 msgid "filter"
3208 msgstr ""
3193 msgstr ""
3209
3194
3210 #: rhodecode/templates/admin/admin.html:15
3195 #: rhodecode/templates/admin/admin.html:15
3211 #: rhodecode/templates/journal/journal.html:14
3196 #: rhodecode/templates/journal/journal.html:14
3212 #, python-format
3197 #, python-format
3213 msgid "%s entry"
3198 msgid "%s entry"
3214 msgid_plural "%s entries"
3199 msgid_plural "%s entries"
3215 msgstr[0] ""
3200 msgstr[0] ""
3216 msgstr[1] ""
3201 msgstr[1] ""
3217 msgstr[2] ""
3202 msgstr[2] ""
3218 msgstr[3] ""
3203 msgstr[3] ""
3219
3204
3220 #: rhodecode/templates/admin/admin.html:17
3205 #: rhodecode/templates/admin/admin.html:17
3221 #: rhodecode/templates/journal/journal.html:17
3206 #: rhodecode/templates/journal/journal.html:17
3222 msgid "Example Queries"
3207 msgid "Example Queries"
3223 msgstr ""
3208 msgstr ""
3224
3209
3225 #: rhodecode/templates/admin/admin_log.html:6
3210 #: rhodecode/templates/admin/admin_log.html:6
3226 #: rhodecode/templates/admin/my_account/my_account_repos.html:37
3211 #: rhodecode/templates/admin/my_account/my_account_repos.html:37
3227 #: rhodecode/templates/admin/repo_groups/repo_groups.html:62
3212 #: rhodecode/templates/admin/repo_groups/repo_groups.html:62
3228 #: rhodecode/templates/admin/repos/repo_edit_fields.html:13
3213 #: rhodecode/templates/admin/repos/repo_edit_fields.html:13
3229 #: rhodecode/templates/admin/repos/repos.html:69
3214 #: rhodecode/templates/admin/repos/repos.html:69
3230 #: rhodecode/templates/admin/user_groups/user_groups.html:66
3215 #: rhodecode/templates/admin/user_groups/user_groups.html:66
3231 #: rhodecode/templates/admin/users/users.html:106
3216 #: rhodecode/templates/admin/users/users.html:106
3232 msgid "Action"
3217 msgid "Action"
3233 msgstr ""
3218 msgstr ""
3234
3219
3235 #: rhodecode/templates/admin/admin_log.html:7
3220 #: rhodecode/templates/admin/admin_log.html:7
3236 #: rhodecode/templates/admin/defaults/defaults.html:31
3221 #: rhodecode/templates/admin/defaults/defaults.html:31
3237 #: rhodecode/templates/admin/permissions/permissions_objects.html:13
3222 #: rhodecode/templates/admin/permissions/permissions_objects.html:13
3238 #: rhodecode/templates/search/search_commit.html:5
3223 #: rhodecode/templates/search/search_commit.html:5
3239 #: rhodecode/templates/search/search_path.html:3
3224 #: rhodecode/templates/search/search_path.html:3
3240 msgid "Repository"
3225 msgid "Repository"
3241 msgstr ""
3226 msgstr ""
3242
3227
3243 #: rhodecode/templates/admin/admin_log.html:8
3228 #: rhodecode/templates/admin/admin_log.html:8
3244 #: rhodecode/templates/bookmarks/bookmarks.html:61
3229 #: rhodecode/templates/bookmarks/bookmarks.html:61
3245 #: rhodecode/templates/branches/branches.html:60
3230 #: rhodecode/templates/branches/branches.html:60
3246 #: rhodecode/templates/tags/tags.html:61
3231 #: rhodecode/templates/tags/tags.html:61
3247 msgid "Date"
3232 msgid "Date"
3248 msgstr ""
3233 msgstr ""
3249
3234
3250 #: rhodecode/templates/admin/admin_log.html:9
3235 #: rhodecode/templates/admin/admin_log.html:9
3251 msgid "From IP"
3236 msgid "From IP"
3252 msgstr ""
3237 msgstr ""
3253
3238
3254 #: rhodecode/templates/admin/admin_log.html:44
3239 #: rhodecode/templates/admin/admin_log.html:44
3255 msgid "No actions yet"
3240 msgid "No actions yet"
3256 msgstr ""
3241 msgstr ""
3257
3242
3258 #: rhodecode/templates/admin/auth/auth_settings.html:5
3243 #: rhodecode/templates/admin/auth/auth_settings.html:5
3259 #: rhodecode/templates/admin/auth/plugin_settings.html:5
3244 #: rhodecode/templates/admin/auth/plugin_settings.html:5
3260 msgid "Authentication Settings"
3245 msgid "Authentication Settings"
3261 msgstr ""
3246 msgstr ""
3262
3247
3263 #: rhodecode/templates/admin/auth/auth_settings.html:12
3248 #: rhodecode/templates/admin/auth/auth_settings.html:12
3264 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3249 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3265 #: rhodecode/templates/admin/defaults/defaults.html:12
3250 #: rhodecode/templates/admin/defaults/defaults.html:12
3266 #: rhodecode/templates/admin/permissions/permissions.html:12
3251 #: rhodecode/templates/admin/permissions/permissions.html:12
3267 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3252 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3268 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
3253 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
3269 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:14
3254 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:14
3270 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
3255 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
3271 #: rhodecode/templates/admin/repos/repo_add.html:13
3256 #: rhodecode/templates/admin/repos/repo_add.html:13
3272 #: rhodecode/templates/admin/repos/repo_add.html:17
3257 #: rhodecode/templates/admin/repos/repo_add.html:17
3273 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:15
3258 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:15
3274 #: rhodecode/templates/admin/repos/repos.html:13
3259 #: rhodecode/templates/admin/repos/repos.html:13
3275 #: rhodecode/templates/admin/settings/settings.html:12
3260 #: rhodecode/templates/admin/settings/settings.html:12
3276 #: rhodecode/templates/admin/user_groups/user_group_add.html:11
3261 #: rhodecode/templates/admin/user_groups/user_group_add.html:11
3277 #: rhodecode/templates/admin/user_groups/user_group_edit.html:12
3262 #: rhodecode/templates/admin/user_groups/user_group_edit.html:12
3278 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:14
3263 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:14
3279 #: rhodecode/templates/admin/user_groups/user_groups.html:13
3264 #: rhodecode/templates/admin/user_groups/user_groups.html:13
3280 #: rhodecode/templates/admin/users/user_add.html:11
3265 #: rhodecode/templates/admin/users/user_add.html:11
3281 #: rhodecode/templates/admin/users/user_edit.html:12
3266 #: rhodecode/templates/admin/users/user_edit.html:12
3282 #: rhodecode/templates/admin/users/users.html:13
3267 #: rhodecode/templates/admin/users/users.html:13
3283 #: rhodecode/templates/admin/users/users.html:102
3268 #: rhodecode/templates/admin/users/users.html:102
3284 #: rhodecode/templates/base/base.html:403
3269 #: rhodecode/templates/base/base.html:405
3285 #: rhodecode/templates/base/base.html:410
3270 #: rhodecode/templates/base/base.html:412
3286 msgid "Admin"
3271 msgid "Admin"
3287 msgstr ""
3272 msgstr ""
3288
3273
3289 #: rhodecode/templates/admin/auth/auth_settings.html:14
3274 #: rhodecode/templates/admin/auth/auth_settings.html:14
3290 #: rhodecode/templates/admin/auth/plugin_settings.html:14
3275 #: rhodecode/templates/admin/auth/plugin_settings.html:14
3291 msgid "Authentication Plugins"
3276 msgid "Authentication Plugins"
3292 msgstr ""
3277 msgstr ""
3293
3278
3294 #: rhodecode/templates/admin/auth/auth_settings.html:47
3279 #: rhodecode/templates/admin/auth/auth_settings.html:47
3295 msgid "Enabled and Available Plugins"
3280 msgid "Enabled and Available Plugins"
3296 msgstr ""
3281 msgstr ""
3297
3282
3298 #: rhodecode/templates/admin/auth/auth_settings.html:53
3283 #: rhodecode/templates/admin/auth/auth_settings.html:53
3299 msgid "Enabled Plugins"
3284 msgid "Enabled Plugins"
3300 msgstr ""
3285 msgstr ""
3301
3286
3302 #: rhodecode/templates/admin/auth/auth_settings.html:58
3287 #: rhodecode/templates/admin/auth/auth_settings.html:58
3303 msgid ""
3288 msgid ""
3304 "Add a list of plugins, separated by commas. The order of the plugins is also"
3289 "Add a list of plugins, separated by commas. The order of the plugins is also"
3305 " the order in which RhodeCode Enterprise will try to authenticate a user."
3290 " the order in which RhodeCode Enterprise will try to authenticate a user."
3306 msgstr ""
3291 msgstr ""
3307
3292
3308 #: rhodecode/templates/admin/auth/auth_settings.html:65
3293 #: rhodecode/templates/admin/auth/auth_settings.html:65
3309 msgid "Available Built-in Plugins"
3294 msgid "Available Built-in Plugins"
3310 msgstr ""
3295 msgstr ""
3311
3296
3312 #: rhodecode/templates/admin/auth/auth_settings.html:71
3297 #: rhodecode/templates/admin/auth/auth_settings.html:71
3313 msgid "enabled"
3298 msgid "enabled"
3314 msgstr ""
3299 msgstr ""
3315
3300
3316 #: rhodecode/templates/admin/auth/auth_settings.html:71
3301 #: rhodecode/templates/admin/auth/auth_settings.html:71
3317 msgid "disabled"
3302 msgid "disabled"
3318 msgstr ""
3303 msgstr ""
3319
3304
3320 #: rhodecode/templates/admin/auth/auth_settings.html:81
3305 #: rhodecode/templates/admin/auth/auth_settings.html:81
3321 #: rhodecode/templates/admin/auth/plugin_settings.html:90
3306 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3322 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3307 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3323 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3308 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3324 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3309 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3325 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3310 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3326 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3311 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3327 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3312 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3328 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3313 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3329 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:55
3314 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:67
3330 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3315 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3331 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3316 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3332 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3317 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3333 #: rhodecode/templates/admin/repos/repo_edit_settings.html:145
3318 #: rhodecode/templates/admin/repos/repo_edit_settings.html:158
3334 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3319 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3335 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3320 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3336 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3321 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3337 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3322 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3338 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:72
3323 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:89
3339 #: rhodecode/templates/admin/users/user_add.html:125
3324 #: rhodecode/templates/admin/users/user_add.html:125
3340 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3325 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3341 #: rhodecode/templates/base/default_perms_box.html:88
3326 #: rhodecode/templates/base/default_perms_box.html:88
3342 msgid "Save"
3327 msgid "Save"
3343 msgstr ""
3328 msgstr ""
3344
3329
3345 #: rhodecode/templates/admin/auth/plugin_settings.html:45
3330 #: rhodecode/templates/admin/auth/plugin_settings.html:45
3346 msgid "Plugin"
3331 msgid "Plugin"
3347 msgstr ""
3332 msgstr ""
3348
3333
3349 #: rhodecode/templates/admin/defaults/defaults.html:5
3334 #: rhodecode/templates/admin/defaults/defaults.html:5
3350 #: rhodecode/templates/admin/defaults/defaults.html:14
3335 #: rhodecode/templates/admin/defaults/defaults.html:14
3351 msgid "Repositories defaults"
3336 msgid "Repositories defaults"
3352 msgstr ""
3337 msgstr ""
3353
3338
3354 #: rhodecode/templates/admin/defaults/defaults_repositories.html:3
3339 #: rhodecode/templates/admin/defaults/defaults_repositories.html:3
3355 msgid "Default Settings For New Repositories"
3340 msgid "Default Settings For New Repositories"
3356 msgstr ""
3341 msgstr ""
3357
3342
3358 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3343 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3359 #: rhodecode/templates/admin/gists/index.html:110
3344 #: rhodecode/templates/admin/gists/index.html:110
3360 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3345 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3361 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3346 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3362 msgid "Type"
3347 msgid "Type"
3363 msgstr ""
3348 msgstr ""
3364
3349
3365 #: rhodecode/templates/admin/defaults/defaults_repositories.html:23
3350 #: rhodecode/templates/admin/defaults/defaults_repositories.html:23
3366 #: rhodecode/templates/admin/repos/repo_add_base.html:80
3351 #: rhodecode/templates/admin/repos/repo_add_base.html:80
3367 msgid "Private Repository"
3352 msgid "Private Repository"
3368 msgstr ""
3353 msgstr ""
3369
3354
3370 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3355 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3371 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3356 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3372 #: rhodecode/templates/admin/repos/repo_edit_settings.html:97
3357 #: rhodecode/templates/admin/repos/repo_edit_settings.html:110
3373 #: rhodecode/templates/forks/fork.html:85
3358 #: rhodecode/templates/forks/fork.html:85
3374 msgid ""
3359 msgid ""
3375 "Private repositories are only visible to people explicitly added as "
3360 "Private repositories are only visible to people explicitly added as "
3376 "collaborators."
3361 "collaborators."
3377 msgstr ""
3362 msgstr ""
3378
3363
3379 #: rhodecode/templates/admin/defaults/defaults_repositories.html:34
3364 #: rhodecode/templates/admin/defaults/defaults_repositories.html:34
3380 msgid "Enable Statistics"
3365 msgid "Enable Statistics"
3381 msgstr ""
3366 msgstr ""
3382
3367
3383 #: rhodecode/templates/admin/defaults/defaults_repositories.html:38
3368 #: rhodecode/templates/admin/defaults/defaults_repositories.html:38
3384 msgid "Enable a statistics window on the repository summary page."
3369 msgid "Enable a statistics window on the repository summary page."
3385 msgstr ""
3370 msgstr ""
3386
3371
3387 #: rhodecode/templates/admin/defaults/defaults_repositories.html:44
3372 #: rhodecode/templates/admin/defaults/defaults_repositories.html:44
3388 msgid "Enable Downloads"
3373 msgid "Enable Downloads"
3389 msgstr ""
3374 msgstr ""
3390
3375
3391 #: rhodecode/templates/admin/defaults/defaults_repositories.html:48
3376 #: rhodecode/templates/admin/defaults/defaults_repositories.html:48
3392 msgid "Enable the download option on the repository summary page."
3377 msgid "Enable the download option on the repository summary page."
3393 msgstr ""
3378 msgstr ""
3394
3379
3395 #: rhodecode/templates/admin/defaults/defaults_repositories.html:54
3380 #: rhodecode/templates/admin/defaults/defaults_repositories.html:54
3396 msgid "Enable Locking"
3381 msgid "Enable Locking"
3397 msgstr ""
3382 msgstr ""
3398
3383
3399 #: rhodecode/templates/admin/defaults/defaults_repositories.html:58
3384 #: rhodecode/templates/admin/defaults/defaults_repositories.html:58
3400 msgid ""
3385 msgid ""
3401 "Enable automatic repository locking. Pulling from a repository will lock it,"
3386 "Enable automatic repository locking. Pulling from a repository will lock it,"
3402 " and it is unlocked by pushing back by the same user."
3387 " and it is unlocked by pushing back by the same user."
3403 msgstr ""
3388 msgstr ""
3404
3389
3405 #: rhodecode/templates/admin/gists/edit.html:5
3390 #: rhodecode/templates/admin/gists/edit.html:5
3406 #: rhodecode/templates/admin/gists/edit.html:12
3391 #: rhodecode/templates/admin/gists/edit.html:12
3407 msgid "Edit Gist"
3392 msgid "Edit Gist"
3408 msgstr ""
3393 msgstr ""
3409
3394
3410 #: rhodecode/templates/admin/gists/edit.html:29
3395 #: rhodecode/templates/admin/gists/edit.html:29
3411 #, python-format
3396 #, python-format
3412 msgid ""
3397 msgid ""
3413 "Gist was updated since you started editing. Copy your changes and click "
3398 "Gist was updated since you started editing. Copy your changes and click "
3414 "%(here)s to reload the new version."
3399 "%(here)s to reload the new version."
3415 msgstr ""
3400 msgstr ""
3416
3401
3417 #: rhodecode/templates/admin/gists/edit.html:39
3402 #: rhodecode/templates/admin/gists/edit.html:39
3418 #: rhodecode/templates/admin/gists/new.html:30
3403 #: rhodecode/templates/admin/gists/new.html:30
3419 msgid "Gist description ..."
3404 msgid "Gist description ..."
3420 msgstr ""
3405 msgstr ""
3421
3406
3422 #: rhodecode/templates/admin/gists/edit.html:44
3407 #: rhodecode/templates/admin/gists/edit.html:44
3423 #: rhodecode/templates/admin/gists/new.html:38
3408 #: rhodecode/templates/admin/gists/new.html:38
3424 msgid "Gist lifetime"
3409 msgid "Gist lifetime"
3425 msgstr ""
3410 msgstr ""
3426
3411
3427 #: rhodecode/templates/admin/gists/edit.html:47
3412 #: rhodecode/templates/admin/gists/edit.html:47
3428 #: rhodecode/templates/admin/gists/new.html:41
3413 #: rhodecode/templates/admin/gists/new.html:41
3429 msgid "Gist access level"
3414 msgid "Gist access level"
3430 msgstr ""
3415 msgstr ""
3431
3416
3432 #: rhodecode/templates/admin/gists/edit.html:59
3417 #: rhodecode/templates/admin/gists/edit.html:59
3433 #: rhodecode/templates/admin/gists/new.html:50
3418 #: rhodecode/templates/admin/gists/new.html:50
3434 #: rhodecode/templates/files/files_add.html:74
3419 #: rhodecode/templates/files/files_add.html:74
3435 #: rhodecode/templates/files/files_edit.html:78
3420 #: rhodecode/templates/files/files_edit.html:78
3436 msgid "plain"
3421 msgid "plain"
3437 msgstr ""
3422 msgstr ""
3438
3423
3439 #: rhodecode/templates/admin/gists/edit.html:103
3424 #: rhodecode/templates/admin/gists/edit.html:103
3440 msgid "Update Gist"
3425 msgid "Update Gist"
3441 msgstr ""
3426 msgstr ""
3442
3427
3443 #: rhodecode/templates/admin/gists/edit.html:104
3428 #: rhodecode/templates/admin/gists/edit.html:104
3444 #: rhodecode/templates/base/issue_tracker_settings.html:74
3429 #: rhodecode/templates/base/issue_tracker_settings.html:74
3445 #: rhodecode/templates/changeset/changeset_file_comment.html:139
3430 #: rhodecode/templates/changeset/changeset_file_comment.html:139
3446 #: rhodecode/templates/files/files_add.html:102
3431 #: rhodecode/templates/files/files_add.html:102
3447 #: rhodecode/templates/files/files_delete.html:69
3432 #: rhodecode/templates/files/files_delete.html:69
3448 #: rhodecode/templates/files/files_edit.html:105
3433 #: rhodecode/templates/files/files_edit.html:105
3449 msgid "Cancel"
3434 msgid "Cancel"
3450 msgstr ""
3435 msgstr ""
3451
3436
3452 #: rhodecode/templates/admin/gists/index.html:6
3437 #: rhodecode/templates/admin/gists/index.html:6
3453 #: rhodecode/templates/admin/gists/index.html:20
3438 #: rhodecode/templates/admin/gists/index.html:20
3454 #, python-format
3439 #, python-format
3455 msgid "Private Gists for user %s"
3440 msgid "Private Gists for user %s"
3456 msgstr ""
3441 msgstr ""
3457
3442
3458 #: rhodecode/templates/admin/gists/index.html:8
3443 #: rhodecode/templates/admin/gists/index.html:8
3459 #: rhodecode/templates/admin/gists/index.html:22
3444 #: rhodecode/templates/admin/gists/index.html:22
3460 #, python-format
3445 #, python-format
3461 msgid "Public Gists for user %s"
3446 msgid "Public Gists for user %s"
3462 msgstr ""
3447 msgstr ""
3463
3448
3464 #: rhodecode/templates/admin/gists/index.html:10
3449 #: rhodecode/templates/admin/gists/index.html:10
3465 msgid "Public Gists"
3450 msgid "Public Gists"
3466 msgstr ""
3451 msgstr ""
3467
3452
3468 #: rhodecode/templates/admin/gists/index.html:24
3453 #: rhodecode/templates/admin/gists/index.html:24
3469 #, python-format
3454 #, python-format
3470 msgid "All Gists for user %s"
3455 msgid "All Gists for user %s"
3471 msgstr ""
3456 msgstr ""
3472
3457
3473 #: rhodecode/templates/admin/gists/index.html:26
3458 #: rhodecode/templates/admin/gists/index.html:26
3474 msgid "All Public Gists"
3459 msgid "All Public Gists"
3475 msgstr ""
3460 msgstr ""
3476
3461
3477 #: rhodecode/templates/admin/gists/index.html:44
3462 #: rhodecode/templates/admin/gists/index.html:44
3478 #: rhodecode/templates/admin/gists/show.html:36
3463 #: rhodecode/templates/admin/gists/show.html:36
3479 msgid "Create New Gist"
3464 msgid "Create New Gist"
3480 msgstr ""
3465 msgstr ""
3481
3466
3482 #: rhodecode/templates/admin/gists/index.html:56
3467 #: rhodecode/templates/admin/gists/index.html:56
3483 msgid "All gists"
3468 msgid "All gists"
3484 msgstr ""
3469 msgstr ""
3485
3470
3486 #: rhodecode/templates/admin/gists/index.html:58
3471 #: rhodecode/templates/admin/gists/index.html:58
3487 msgid "All public"
3472 msgid "All public"
3488 msgstr ""
3473 msgstr ""
3489
3474
3490 #: rhodecode/templates/admin/gists/index.html:60
3475 #: rhodecode/templates/admin/gists/index.html:60
3491 msgid "My gists"
3476 msgid "My gists"
3492 msgstr ""
3477 msgstr ""
3493
3478
3494 #: rhodecode/templates/admin/gists/index.html:61
3479 #: rhodecode/templates/admin/gists/index.html:61
3495 msgid "My private"
3480 msgid "My private"
3496 msgstr ""
3481 msgstr ""
3497
3482
3498 #: rhodecode/templates/admin/gists/index.html:62
3483 #: rhodecode/templates/admin/gists/index.html:62
3499 msgid "My public"
3484 msgid "My public"
3500 msgstr ""
3485 msgstr ""
3501
3486
3502 #: rhodecode/templates/admin/gists/index.html:108
3487 #: rhodecode/templates/admin/gists/index.html:108
3488 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
3489 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
3503 #: rhodecode/templates/bookmarks/bookmarks.html:63
3490 #: rhodecode/templates/bookmarks/bookmarks.html:63
3504 #: rhodecode/templates/branches/branches.html:62
3491 #: rhodecode/templates/branches/branches.html:62
3505 #: rhodecode/templates/changelog/changelog.html:102
3492 #: rhodecode/templates/changelog/changelog.html:102
3506 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3493 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3507 #: rhodecode/templates/changeset/changeset.html:164
3494 #: rhodecode/templates/changeset/changeset.html:164
3508 #: rhodecode/templates/compare/compare_cs.html:21
3495 #: rhodecode/templates/compare/compare_commits.html:21
3509 #: rhodecode/templates/files/files_browser.html:53
3496 #: rhodecode/templates/files/files_browser.html:53
3510 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3497 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3511 #: rhodecode/templates/pullrequests/pullrequests.html:102
3498 #: rhodecode/templates/pullrequests/pullrequests.html:102
3512 #: rhodecode/templates/search/search_commit.html:10
3499 #: rhodecode/templates/search/search_commit.html:16
3513 #: rhodecode/templates/tags/tags.html:63
3500 #: rhodecode/templates/tags/tags.html:63
3514 msgid "Author"
3501 msgid "Author"
3515 msgstr ""
3502 msgstr ""
3516
3503
3517 #: rhodecode/templates/admin/gists/index.html:116
3504 #: rhodecode/templates/admin/gists/index.html:116
3518 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:6
3505 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:6
3519 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:6
3506 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:6
3520 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:6
3507 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:6
3521 #: rhodecode/templates/admin/users/user_edit_advanced.html:5
3508 #: rhodecode/templates/admin/users/user_edit_advanced.html:5
3522 msgid "Created on"
3509 msgid "Created on"
3523 msgstr ""
3510 msgstr ""
3524
3511
3525 #: rhodecode/templates/admin/gists/index.html:118
3512 #: rhodecode/templates/admin/gists/index.html:118
3526 #: rhodecode/templates/admin/gists/show.html:65
3513 #: rhodecode/templates/admin/gists/show.html:65
3527 msgid "Expires"
3514 msgid "Expires"
3528 msgstr ""
3515 msgstr ""
3529
3516
3530 #: rhodecode/templates/admin/gists/new.html:5
3517 #: rhodecode/templates/admin/gists/new.html:5
3531 #: rhodecode/templates/admin/gists/new.html:12
3518 #: rhodecode/templates/admin/gists/new.html:12
3532 msgid "New Gist"
3519 msgid "New Gist"
3533 msgstr ""
3520 msgstr ""
3534
3521
3535 #: rhodecode/templates/admin/gists/new.html:35
3522 #: rhodecode/templates/admin/gists/new.html:35
3536 msgid "Gist id"
3523 msgid "Gist id"
3537 msgstr ""
3524 msgstr ""
3538
3525
3539 #: rhodecode/templates/admin/gists/new.html:36
3526 #: rhodecode/templates/admin/gists/new.html:36
3540 msgid "Auto generated"
3527 msgid "Auto generated"
3541 msgstr ""
3528 msgstr ""
3542
3529
3543 #: rhodecode/templates/admin/gists/new.html:49
3530 #: rhodecode/templates/admin/gists/new.html:49
3544 msgid "name this file..."
3531 msgid "name this file..."
3545 msgstr ""
3532 msgstr ""
3546
3533
3547 #: rhodecode/templates/admin/gists/new.html:60
3534 #: rhodecode/templates/admin/gists/new.html:60
3548 msgid "Create Private Gist"
3535 msgid "Create Private Gist"
3549 msgstr ""
3536 msgstr ""
3550
3537
3551 #: rhodecode/templates/admin/gists/new.html:61
3538 #: rhodecode/templates/admin/gists/new.html:61
3552 msgid "Create Public Gist"
3539 msgid "Create Public Gist"
3553 msgstr ""
3540 msgstr ""
3554
3541
3555 #: rhodecode/templates/admin/gists/new.html:62
3542 #: rhodecode/templates/admin/gists/new.html:62
3556 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
3543 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
3557 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
3544 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
3558 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
3545 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
3559 #: rhodecode/templates/admin/my_account/my_account_password.html:37
3546 #: rhodecode/templates/admin/my_account/my_account_password.html:37
3560 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
3547 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
3561 #: rhodecode/templates/admin/permissions/permissions_application.html:51
3548 #: rhodecode/templates/admin/permissions/permissions_application.html:51
3562 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3549 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3563 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3550 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3564 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3551 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3565 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:56
3552 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
3566 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3553 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3567 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3554 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3568 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3555 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3569 #: rhodecode/templates/admin/repos/repo_edit_settings.html:146
3556 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
3570 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3557 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3571 #: rhodecode/templates/admin/settings/settings_global.html:110
3558 #: rhodecode/templates/admin/settings/settings_global.html:110
3572 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
3559 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
3573 #: rhodecode/templates/admin/settings/settings_labs.html:46
3560 #: rhodecode/templates/admin/settings/settings_labs.html:46
3574 #: rhodecode/templates/admin/settings/settings_vcs.html:14
3561 #: rhodecode/templates/admin/settings/settings_vcs.html:14
3575 #: rhodecode/templates/admin/settings/settings_visual.html:220
3562 #: rhodecode/templates/admin/settings/settings_visual.html:220
3576 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
3563 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
3577 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
3564 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
3578 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
3565 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
3579 #: rhodecode/templates/admin/users/user_edit_emails.html:63
3566 #: rhodecode/templates/admin/users/user_edit_emails.html:63
3580 #: rhodecode/templates/admin/users/user_edit_ips.html:70
3567 #: rhodecode/templates/admin/users/user_edit_ips.html:70
3581 #: rhodecode/templates/admin/users/user_edit_profile.html:135
3568 #: rhodecode/templates/admin/users/user_edit_profile.html:135
3582 #: rhodecode/templates/base/default_perms_box.html:89
3569 #: rhodecode/templates/base/default_perms_box.html:89
3583 msgid "Reset"
3570 msgid "Reset"
3584 msgstr ""
3571 msgstr ""
3585
3572
3586 #: rhodecode/templates/admin/gists/show.html:13
3573 #: rhodecode/templates/admin/gists/show.html:13
3587 #: rhodecode/templates/admin/gists/show.html:20
3574 #: rhodecode/templates/admin/gists/show.html:20
3588 msgid "Gist"
3575 msgid "Gist"
3589 msgstr ""
3576 msgstr ""
3590
3577
3591 #: rhodecode/templates/admin/gists/show.html:49
3578 #: rhodecode/templates/admin/gists/show.html:49
3592 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3579 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3593 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3580 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3594 #: rhodecode/templates/admin/my_account/my_account_oauth.html:50
3581 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3595 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:34
3596 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3582 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3597 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3583 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3598 #: rhodecode/templates/admin/settings/settings_hooks.html:46
3584 #: rhodecode/templates/admin/settings/settings_hooks.html:46
3599 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
3585 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
3600 #: rhodecode/templates/admin/users/user_edit_emails.html:31
3586 #: rhodecode/templates/admin/users/user_edit_emails.html:31
3601 #: rhodecode/templates/admin/users/user_edit_ips.html:34
3587 #: rhodecode/templates/admin/users/user_edit_ips.html:34
3602 #: rhodecode/templates/base/issue_tracker_settings.html:70
3588 #: rhodecode/templates/base/issue_tracker_settings.html:70
3603 #: rhodecode/templates/base/vcs_settings.html:147
3589 #: rhodecode/templates/base/vcs_settings.html:147
3604 #: rhodecode/templates/base/vcs_settings.html:172
3590 #: rhodecode/templates/base/vcs_settings.html:172
3605 #: rhodecode/templates/changeset/changeset_file_comment.html:49
3591 #: rhodecode/templates/changeset/changeset_file_comment.html:49
3606 #: rhodecode/templates/changeset/changeset_file_comment.html:99
3592 #: rhodecode/templates/changeset/changeset_file_comment.html:99
3607 #: rhodecode/templates/data_table/_dt_elements.html:117
3593 #: rhodecode/templates/data_table/_dt_elements.html:117
3608 #: rhodecode/templates/data_table/_dt_elements.html:174
3594 #: rhodecode/templates/data_table/_dt_elements.html:174
3609 #: rhodecode/templates/data_table/_dt_elements.html:188
3595 #: rhodecode/templates/data_table/_dt_elements.html:188
3610 #: rhodecode/templates/data_table/_dt_elements.html:200
3596 #: rhodecode/templates/data_table/_dt_elements.html:200
3611 #: rhodecode/templates/debug_style/buttons.html:132
3597 #: rhodecode/templates/debug_style/buttons.html:132
3612 #: rhodecode/templates/files/files_source.html:33
3598 #: rhodecode/templates/files/files_source.html:33
3613 #: rhodecode/templates/files/files_source.html:37
3599 #: rhodecode/templates/files/files_source.html:37
3614 #: rhodecode/templates/files/files_source.html:40
3600 #: rhodecode/templates/files/files_source.html:40
3615 msgid "Delete"
3601 msgid "Delete"
3616 msgstr ""
3602 msgstr ""
3617
3603
3618 #: rhodecode/templates/admin/gists/show.html:49
3604 #: rhodecode/templates/admin/gists/show.html:49
3619 msgid "Confirm to delete this Gist"
3605 msgid "Confirm to delete this Gist"
3620 msgstr ""
3606 msgstr ""
3621
3607
3622 #: rhodecode/templates/admin/gists/show.html:56
3608 #: rhodecode/templates/admin/gists/show.html:56
3623 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
3609 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
3624 #: rhodecode/templates/base/issue_tracker_settings.html:61
3610 #: rhodecode/templates/base/issue_tracker_settings.html:61
3625 #: rhodecode/templates/changeset/changeset_file_comment.html:145
3611 #: rhodecode/templates/changeset/changeset_file_comment.html:145
3626 #: rhodecode/templates/changeset/changeset_file_comment.html:292
3612 #: rhodecode/templates/changeset/changeset_file_comment.html:292
3627 #: rhodecode/templates/data_table/_dt_elements.html:112
3613 #: rhodecode/templates/data_table/_dt_elements.html:112
3628 #: rhodecode/templates/data_table/_dt_elements.html:170
3614 #: rhodecode/templates/data_table/_dt_elements.html:170
3629 #: rhodecode/templates/data_table/_dt_elements.html:183
3615 #: rhodecode/templates/data_table/_dt_elements.html:183
3630 #: rhodecode/templates/data_table/_dt_elements.html:196
3616 #: rhodecode/templates/data_table/_dt_elements.html:196
3631 #: rhodecode/templates/debug_style/buttons.html:128
3617 #: rhodecode/templates/debug_style/buttons.html:128
3632 #: rhodecode/templates/files/files_add.html:204
3618 #: rhodecode/templates/files/files_add.html:204
3633 #: rhodecode/templates/files/files_edit.html:165
3619 #: rhodecode/templates/files/files_edit.html:165
3634 #: rhodecode/templates/files/files_source.html:36
3620 #: rhodecode/templates/files/files_source.html:36
3635 #: rhodecode/templates/files/files_source.html:39
3621 #: rhodecode/templates/files/files_source.html:39
3636 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
3622 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
3637 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
3623 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
3638 #: rhodecode/templates/users/user_profile.html:7
3624 #: rhodecode/templates/users/user_profile.html:7
3639 msgid "Edit"
3625 msgid "Edit"
3640 msgstr ""
3626 msgstr ""
3641
3627
3642 #: rhodecode/templates/admin/gists/show.html:58
3628 #: rhodecode/templates/admin/gists/show.html:58
3643 msgid "Show as Raw"
3629 msgid "Show as Raw"
3644 msgstr ""
3630 msgstr ""
3645
3631
3646 #: rhodecode/templates/admin/gists/show.html:62
3632 #: rhodecode/templates/admin/gists/show.html:62
3647 msgid "Private Gist"
3633 msgid "Private Gist"
3648 msgstr ""
3634 msgstr ""
3649
3635
3650 #: rhodecode/templates/admin/gists/show.html:77
3636 #: rhodecode/templates/admin/gists/show.html:77
3651 msgid "created"
3637 msgid "created"
3652 msgstr ""
3638 msgstr ""
3653
3639
3654 #: rhodecode/templates/admin/gists/show.html:91
3640 #: rhodecode/templates/admin/gists/show.html:91
3655 #: rhodecode/templates/files/files_delete.html:50
3641 #: rhodecode/templates/files/files_delete.html:50
3656 #: rhodecode/templates/files/files_source.html:61
3642 #: rhodecode/templates/files/files_source.html:61
3657 msgid "Show as raw"
3643 msgid "Show as raw"
3658 msgstr ""
3644 msgstr ""
3659
3645
3660 #: rhodecode/templates/admin/my_account/my_account.html:5
3646 #: rhodecode/templates/admin/my_account/my_account.html:5
3661 #: rhodecode/templates/base/base.html:340
3647 #: rhodecode/templates/base/base.html:342
3662 msgid "My account"
3648 msgid "My account"
3663 msgstr ""
3649 msgstr ""
3664
3650
3665 #: rhodecode/templates/admin/my_account/my_account.html:12
3651 #: rhodecode/templates/admin/my_account/my_account.html:12
3666 msgid "My Account"
3652 msgid "My Account"
3667 msgstr ""
3653 msgstr ""
3668
3654
3669 #: rhodecode/templates/admin/my_account/my_account.html:29
3655 #: rhodecode/templates/admin/my_account/my_account.html:29
3670 #: rhodecode/templates/admin/my_account/my_account_profile.html:4
3656 #: rhodecode/templates/admin/my_account/my_account_profile.html:4
3671 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:4
3657 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:4
3672 msgid "My Profile"
3658 msgid "My Profile"
3673 msgstr ""
3659 msgstr ""
3674
3660
3675 #: rhodecode/templates/admin/my_account/my_account.html:31
3661 #: rhodecode/templates/admin/my_account/my_account.html:31
3676 msgid "Auth Tokens"
3662 msgid "Auth Tokens"
3677 msgstr ""
3663 msgstr ""
3678
3664
3679 #: rhodecode/templates/admin/my_account/my_account.html:32
3665 #: rhodecode/templates/admin/my_account/my_account.html:34
3680 msgid "OAuth Identities"
3666 msgid "OAuth Identities"
3681 msgstr ""
3667 msgstr ""
3682
3668
3683 #: rhodecode/templates/admin/my_account/my_account.html:33
3684 msgid "My Emails"
3685 msgstr ""
3686
3687 #: rhodecode/templates/admin/my_account/my_account.html:34
3688 msgid "My Repositories"
3689 msgstr ""
3690
3691 #: rhodecode/templates/admin/my_account/my_account.html:35
3692 msgid "Watched"
3693 msgstr ""
3694
3695 #: rhodecode/templates/admin/my_account/my_account.html:36
3696 #: rhodecode/templates/admin/notifications/notifications.html:33
3697 #: rhodecode/templates/base/base.html:240
3698 msgid "Pull Requests"
3699 msgstr ""
3700
3701 #: rhodecode/templates/admin/my_account/my_account.html:37
3669 #: rhodecode/templates/admin/my_account/my_account.html:37
3670 msgid "My Emails"
3671 msgstr ""
3672
3673 #: rhodecode/templates/admin/my_account/my_account.html:38
3674 msgid "My Repositories"
3675 msgstr ""
3676
3677 #: rhodecode/templates/admin/my_account/my_account.html:39
3678 msgid "Watched"
3679 msgstr ""
3680
3681 #: rhodecode/templates/admin/my_account/my_account.html:40
3682 #: rhodecode/templates/admin/notifications/notifications.html:33
3683 #: rhodecode/templates/base/base.html:242
3684 msgid "Pull Requests"
3685 msgstr ""
3686
3687 #: rhodecode/templates/admin/my_account/my_account.html:41
3702 msgid "My Permissions"
3688 msgid "My Permissions"
3703 msgstr ""
3689 msgstr ""
3704
3690
3705 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:3
3691 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:3
3706 msgid "Authentication Tokens"
3692 msgid "Authentication Tokens"
3707 msgstr ""
3693 msgstr ""
3708
3694
3709 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:7
3695 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:7
3710 msgid "Built-in tokens can be used to authenticate with all possible options."
3696 msgid "Built-in tokens can be used to authenticate with all possible options."
3711 msgstr ""
3697 msgstr ""
3712
3698
3713 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:8
3699 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:8
3714 msgid ""
3700 msgid ""
3715 "Each token can have a role. VCS tokens can be used together with the "
3701 "Each token can have a role. VCS tokens can be used together with the "
3716 "authtoken auth plugin for git/hg operations."
3702 "authtoken auth plugin for git/hg operations."
3717 msgstr ""
3703 msgstr ""
3718
3704
3719 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:14
3705 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:14
3720 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:11
3706 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:11
3721 msgid "Built-in"
3707 msgid "Built-in"
3722 msgstr ""
3708 msgstr ""
3723
3709
3724 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
3710 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
3725 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
3711 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
3726 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:47
3712 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:47
3727 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
3713 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
3728 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
3714 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
3729 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:43
3715 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:43
3730 msgid "expires"
3716 msgid "expires"
3731 msgstr ""
3717 msgstr ""
3732
3718
3733 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:25
3719 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:25
3734 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:22
3720 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:22
3735 #, python-format
3721 #, python-format
3736 msgid "Confirm to reset this auth token: %s"
3722 msgid "Confirm to reset this auth token: %s"
3737 msgstr ""
3723 msgstr ""
3738
3724
3739 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:45
3725 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:45
3740 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:41
3726 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:41
3741 msgid "expired"
3727 msgid "expired"
3742 msgstr ""
3728 msgstr ""
3743
3729
3744 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:55
3730 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:55
3745 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:51
3731 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:51
3746 #, python-format
3732 #, python-format
3747 msgid "Confirm to remove this auth token: %s"
3733 msgid "Confirm to remove this auth token: %s"
3748 msgstr ""
3734 msgstr ""
3749
3735
3750 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:63
3736 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:63
3751 msgid "No additional auth token specified"
3737 msgid "No additional auth token specified"
3752 msgstr ""
3738 msgstr ""
3753
3739
3754 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:74
3740 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:74
3755 msgid "New authentication token"
3741 msgid "New authentication token"
3756 msgstr ""
3742 msgstr ""
3757
3743
3758 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:83
3744 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:83
3759 #: rhodecode/templates/admin/my_account/my_account_emails.html:64
3745 #: rhodecode/templates/admin/my_account/my_account_emails.html:64
3760 #: rhodecode/templates/admin/permissions/permissions_ips.html:60
3746 #: rhodecode/templates/admin/permissions/permissions_ips.html:60
3761 #: rhodecode/templates/admin/repos/repo_edit_fields.html:65
3747 #: rhodecode/templates/admin/repos/repo_edit_fields.html:65
3762 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:80
3748 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:80
3763 #: rhodecode/templates/admin/users/user_edit_emails.html:62
3749 #: rhodecode/templates/admin/users/user_edit_emails.html:62
3764 #: rhodecode/templates/admin/users/user_edit_ips.html:69
3750 #: rhodecode/templates/admin/users/user_edit_ips.html:69
3765 msgid "Add"
3751 msgid "Add"
3766 msgstr ""
3752 msgstr ""
3767
3753
3768 #: rhodecode/templates/admin/my_account/my_account_emails.html:5
3754 #: rhodecode/templates/admin/my_account/my_account_emails.html:5
3769 msgid "Account Emails"
3755 msgid "Account Emails"
3770 msgstr ""
3756 msgstr ""
3771
3757
3772 #: rhodecode/templates/admin/my_account/my_account_emails.html:17
3758 #: rhodecode/templates/admin/my_account/my_account_emails.html:17
3773 #: rhodecode/templates/admin/users/user_edit_emails.html:16
3759 #: rhodecode/templates/admin/users/user_edit_emails.html:16
3774 msgid "Primary"
3760 msgid "Primary"
3775 msgstr ""
3761 msgstr ""
3776
3762
3777 #: rhodecode/templates/admin/my_account/my_account_emails.html:31
3763 #: rhodecode/templates/admin/my_account/my_account_emails.html:31
3778 #: rhodecode/templates/admin/users/user_edit_emails.html:30
3764 #: rhodecode/templates/admin/users/user_edit_emails.html:30
3779 #, python-format
3765 #, python-format
3780 msgid "Confirm to delete this email: %s"
3766 msgid "Confirm to delete this email: %s"
3781 msgstr ""
3767 msgstr ""
3782
3768
3783 #: rhodecode/templates/admin/my_account/my_account_emails.html:42
3769 #: rhodecode/templates/admin/my_account/my_account_emails.html:42
3784 #: rhodecode/templates/admin/users/user_edit_emails.html:41
3770 #: rhodecode/templates/admin/users/user_edit_emails.html:41
3785 msgid "No additional emails specified"
3771 msgid "No additional emails specified"
3786 msgstr ""
3772 msgstr ""
3787
3773
3788 #: rhodecode/templates/admin/my_account/my_account_emails.html:57
3774 #: rhodecode/templates/admin/my_account/my_account_emails.html:57
3789 #: rhodecode/templates/admin/users/user_edit_emails.html:55
3775 #: rhodecode/templates/admin/users/user_edit_emails.html:55
3790 msgid "New email address"
3776 msgid "New email address"
3791 msgstr ""
3777 msgstr ""
3792
3778
3793 #: rhodecode/templates/admin/my_account/my_account_oauth.html:5
3794 msgid "Oauth Identities"
3795 msgstr ""
3796
3797 #: rhodecode/templates/admin/my_account/my_account_oauth.html:9
3798 msgid "External services currently connected with your Rhodecode user"
3799 msgstr ""
3800
3801 #: rhodecode/templates/admin/my_account/my_account_oauth.html:15
3802 msgid "No social authentication plugins are enabled by administrator"
3803 msgstr ""
3804
3805 #: rhodecode/templates/admin/my_account/my_account_oauth.html:49
3806 msgid "Confirm to remove this provider from your account"
3807 msgstr ""
3808
3809 #: rhodecode/templates/admin/my_account/my_account_oauth.html:59
3810 msgid "You have no accounts linked yet"
3811 msgstr ""
3812
3813 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3779 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3814 msgid "Change Your Account Password"
3780 msgid "Change Your Account Password"
3815 msgstr ""
3781 msgstr ""
3816
3782
3817 #: rhodecode/templates/admin/my_account/my_account_password.html:10
3783 #: rhodecode/templates/admin/my_account/my_account_password.html:10
3818 msgid "Current Password"
3784 msgid "Current Password"
3819 msgstr ""
3785 msgstr ""
3820
3786
3821 #: rhodecode/templates/admin/my_account/my_account_password.html:19
3787 #: rhodecode/templates/admin/my_account/my_account_password.html:19
3822 #: rhodecode/templates/admin/users/user_edit_profile.html:74
3788 #: rhodecode/templates/admin/users/user_edit_profile.html:74
3823 msgid "New Password"
3789 msgid "New Password"
3824 msgstr ""
3790 msgstr ""
3825
3791
3826 #: rhodecode/templates/admin/my_account/my_account_password.html:28
3792 #: rhodecode/templates/admin/my_account/my_account_password.html:28
3827 msgid "Confirm New Password"
3793 msgid "Confirm New Password"
3828 msgstr ""
3794 msgstr ""
3829
3795
3830 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
3796 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
3831 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
3797 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
3832 #: rhodecode/templates/admin/users/user_edit_profile.html:25
3798 #: rhodecode/templates/admin/users/user_edit_profile.html:25
3833 #: rhodecode/templates/users/user_profile.html:14
3799 #: rhodecode/templates/users/user_profile.html:14
3834 msgid "Photo"
3800 msgid "Photo"
3835 msgstr ""
3801 msgstr ""
3836
3802
3837 #: rhodecode/templates/admin/my_account/my_account_profile.html:18
3803 #: rhodecode/templates/admin/my_account/my_account_profile.html:18
3838 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:60
3804 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:60
3839 #: rhodecode/templates/admin/users/user_edit_profile.html:33
3805 #: rhodecode/templates/admin/users/user_edit_profile.html:33
3840 #: rhodecode/templates/users/user_profile.html:21
3806 #: rhodecode/templates/users/user_profile.html:21
3841 msgid "Avatars are disabled"
3807 msgid "Avatars are disabled"
3842 msgstr ""
3808 msgstr ""
3843
3809
3844 #: rhodecode/templates/admin/my_account/my_account_profile.html:51
3810 #: rhodecode/templates/admin/my_account/my_account_profile.html:51
3845 #: rhodecode/templates/users/user_profile.html:54
3811 #: rhodecode/templates/users/user_profile.html:54
3846 msgid "Missing email, please update your user email address."
3812 msgid "Missing email, please update your user email address."
3847 msgstr ""
3813 msgstr ""
3848
3814
3849 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:18
3815 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:18
3850 msgid ""
3816 msgid ""
3851 "Your user account details are managed by an external source, i.e. LDAP. "
3817 "Your user account details are managed by an external source, i.e. LDAP. "
3852 "Details cannot be managed here."
3818 "Details cannot be managed here."
3853 msgstr ""
3819 msgstr ""
3854
3820
3855 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:57
3821 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:57
3856 msgid "Change your avatar at"
3822 msgid "Change your avatar at"
3857 msgstr ""
3823 msgstr ""
3858
3824
3859 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:6
3825 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:6
3860 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:8
3826 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:8
3861 msgid "Show Closed Pull Requests"
3827 msgid "Show Closed Pull Requests"
3862 msgstr ""
3828 msgstr ""
3863
3829
3864 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:16
3830 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:15
3865 msgid "Pull Requests You Opened"
3831 msgid "Pull Requests You Opened"
3866 msgstr ""
3832 msgstr ""
3867
3833
3834 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
3835 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:86
3836 msgid "Target Repo"
3837 msgstr ""
3838
3839 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
3840 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
3841 #: rhodecode/templates/admin/settings/settings_global.html:9
3842 #: rhodecode/templates/email_templates/pull_request_review.mako:28
3843 #: rhodecode/templates/email_templates/pull_request_review.mako:65
3844 #: rhodecode/templates/pullrequests/pullrequest.html:38
3845 #: rhodecode/templates/pullrequests/pullrequests.html:104
3846 msgid "Title"
3847 msgstr ""
3848
3868 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3849 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3869 #, python-format
3850 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
3870 msgid "Pull request #%s opened on %s"
3851 msgid "Opened On"
3871 msgstr ""
3852 msgstr ""
3872
3853
3873 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:29
3854 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:41
3874 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
3855 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:103
3856 #: rhodecode/templates/changelog/changelog.html:141
3857 #: rhodecode/templates/compare/compare_commits.html:49
3858 #: rhodecode/templates/search/search_commit.html:36
3859 msgid "Expand commit message"
3860 msgstr ""
3861
3862 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3863 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:112
3875 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3864 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3876 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3865 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3877 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3866 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3878 #: rhodecode/templates/pullrequests/pullrequests.html:51
3867 #: rhodecode/templates/pullrequests/pullrequests.html:52
3879 msgid "Closed"
3868 msgid "Closed"
3880 msgstr ""
3869 msgstr ""
3881
3870
3882 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:35
3871 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
3883 msgid "Confirm to delete this pull request"
3872 msgid "Confirm to delete this pull request"
3884 msgstr ""
3873 msgstr ""
3885
3874
3886 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:42
3875 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:69
3887 msgid "You currently have no open pull requests."
3876 msgid "You currently have no open pull requests."
3888 msgstr ""
3877 msgstr ""
3889
3878
3890 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3879 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:77
3891 msgid "Pull Requests You Participate In"
3880 msgid "Pull Requests You Participate In"
3892 msgstr ""
3881 msgstr ""
3893
3882
3894 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3883 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:125
3895 #, python-format
3896 msgid "Pull request #%s opened by %s on %s"
3897 msgstr ""
3898
3899 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
3900 msgid ""
3884 msgid ""
3901 "There are currently no open pull requests requiring your participation."
3885 "There are currently no open pull requests requiring your participation."
3902 msgstr ""
3886 msgstr ""
3903
3887
3904 #: rhodecode/templates/admin/my_account/my_account_repos.html:3
3888 #: rhodecode/templates/admin/my_account/my_account_repos.html:3
3905 msgid "Repositories You Own"
3889 msgid "Repositories You Own"
3906 msgstr ""
3890 msgstr ""
3907
3891
3908 #: rhodecode/templates/admin/my_account/my_account_watched.html:3
3892 #: rhodecode/templates/admin/my_account/my_account_watched.html:3
3909 msgid "Your Watched Repositories"
3893 msgid "Your Watched Repositories"
3910 msgstr ""
3894 msgstr ""
3911
3895
3912 #: rhodecode/templates/admin/notifications/notifications.html:5
3896 #: rhodecode/templates/admin/notifications/notifications.html:5
3913 #: rhodecode/templates/admin/notifications/notifications.html:12
3897 #: rhodecode/templates/admin/notifications/notifications.html:12
3914 msgid "My Notifications"
3898 msgid "My Notifications"
3915 msgstr ""
3899 msgstr ""
3916
3900
3917 #: rhodecode/templates/admin/notifications/notifications.html:31
3901 #: rhodecode/templates/admin/notifications/notifications.html:31
3918 msgid "All"
3902 msgid "All"
3919 msgstr ""
3903 msgstr ""
3920
3904
3921 #: rhodecode/templates/admin/notifications/notifications.html:32
3905 #: rhodecode/templates/admin/notifications/notifications.html:32
3922 #: rhodecode/templates/changeset/changeset.html:140
3906 #: rhodecode/templates/changeset/changeset.html:140
3923 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
3907 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
3924 msgid "Comments"
3908 msgid "Comments"
3925 msgstr ""
3909 msgstr ""
3926
3910
3927 #: rhodecode/templates/admin/notifications/notifications.html:37
3911 #: rhodecode/templates/admin/notifications/notifications.html:37
3928 msgid "Mark all as read"
3912 msgid "Mark all as read"
3929 msgstr ""
3913 msgstr ""
3930
3914
3931 #: rhodecode/templates/admin/notifications/notifications_data.html:39
3915 #: rhodecode/templates/admin/notifications/notifications_data.html:39
3932 msgid "No notifications here yet"
3916 msgid "No notifications here yet"
3933 msgstr ""
3917 msgstr ""
3934
3918
3935 #: rhodecode/templates/admin/notifications/show_notification.html:5
3919 #: rhodecode/templates/admin/notifications/show_notification.html:5
3936 #: rhodecode/templates/admin/notifications/show_notification.html:14
3920 #: rhodecode/templates/admin/notifications/show_notification.html:14
3937 msgid "Show notification"
3921 msgid "Show notification"
3938 msgstr ""
3922 msgstr ""
3939
3923
3940 #: rhodecode/templates/admin/notifications/show_notification.html:12
3924 #: rhodecode/templates/admin/notifications/show_notification.html:12
3941 msgid "Notifications"
3925 msgid "Notifications"
3942 msgstr ""
3926 msgstr ""
3943
3927
3944 #: rhodecode/templates/admin/permissions/permissions.html:5
3928 #: rhodecode/templates/admin/permissions/permissions.html:5
3945 msgid "Permissions Administration"
3929 msgid "Permissions Administration"
3946 msgstr ""
3930 msgstr ""
3947
3931
3948 #: rhodecode/templates/admin/permissions/permissions.html:14
3932 #: rhodecode/templates/admin/permissions/permissions.html:14
3949 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
3933 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
3950 #: rhodecode/templates/admin/repos/repo_edit.html:42
3934 #: rhodecode/templates/admin/repos/repo_edit.html:42
3951 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
3935 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
3952 #: rhodecode/templates/base/base.html:83
3936 #: rhodecode/templates/base/base.html:83
3953 msgid "Permissions"
3937 msgid "Permissions"
3954 msgstr ""
3938 msgstr ""
3955
3939
3956 #: rhodecode/templates/admin/permissions/permissions.html:33
3940 #: rhodecode/templates/admin/permissions/permissions.html:33
3957 msgid "Application"
3941 msgid "Application"
3958 msgstr ""
3942 msgstr ""
3959
3943
3960 #: rhodecode/templates/admin/permissions/permissions.html:39
3944 #: rhodecode/templates/admin/permissions/permissions.html:39
3961 msgid "Object"
3945 msgid "Object"
3962 msgstr ""
3946 msgstr ""
3963
3947
3964 #: rhodecode/templates/admin/permissions/permissions.html:42
3948 #: rhodecode/templates/admin/permissions/permissions.html:42
3965 msgid "IP Whitelist"
3949 msgid "IP Whitelist"
3966 msgstr ""
3950 msgstr ""
3967
3951
3968 #: rhodecode/templates/admin/permissions/permissions.html:45
3952 #: rhodecode/templates/admin/permissions/permissions.html:45
3969 msgid "Overview"
3953 msgid "Overview"
3970 msgstr ""
3954 msgstr ""
3971
3955
3972 #: rhodecode/templates/admin/permissions/permissions_application.html:3
3956 #: rhodecode/templates/admin/permissions/permissions_application.html:3
3973 msgid "System Wide Application Permissions"
3957 msgid "System Wide Application Permissions"
3974 msgstr ""
3958 msgstr ""
3975
3959
3976 #: rhodecode/templates/admin/permissions/permissions_application.html:12
3960 #: rhodecode/templates/admin/permissions/permissions_application.html:12
3977 msgid "Anonymous Access"
3961 msgid "Anonymous Access"
3978 msgstr ""
3962 msgstr ""
3979
3963
3980 #: rhodecode/templates/admin/permissions/permissions_application.html:18
3964 #: rhodecode/templates/admin/permissions/permissions_application.html:18
3981 #, python-format
3965 #, python-format
3982 msgid ""
3966 msgid ""
3983 "Allow access to RhodeCode Enterprise without requiring users to login. "
3967 "Allow access to RhodeCode Enterprise without requiring users to login. "
3984 "Anonymous users get the %s permission settings."
3968 "Anonymous users get the %s permission settings."
3985 msgstr ""
3969 msgstr ""
3986
3970
3987 #: rhodecode/templates/admin/permissions/permissions_application.html:24
3971 #: rhodecode/templates/admin/permissions/permissions_application.html:24
3988 msgid "Registration"
3972 msgid "Registration"
3989 msgstr ""
3973 msgstr ""
3990
3974
3991 #: rhodecode/templates/admin/permissions/permissions_application.html:33
3975 #: rhodecode/templates/admin/permissions/permissions_application.html:33
3992 msgid "Registration Page Message"
3976 msgid "Registration Page Message"
3993 msgstr ""
3977 msgstr ""
3994
3978
3995 #: rhodecode/templates/admin/permissions/permissions_application.html:37
3979 #: rhodecode/templates/admin/permissions/permissions_application.html:37
3996 msgid ""
3980 msgid ""
3997 "Custom message to be displayed on the registration page. HTML syntax is "
3981 "Custom message to be displayed on the registration page. HTML syntax is "
3998 "supported."
3982 "supported."
3999 msgstr ""
3983 msgstr ""
4000
3984
4001 #: rhodecode/templates/admin/permissions/permissions_application.html:43
3985 #: rhodecode/templates/admin/permissions/permissions_application.html:43
4002 msgid "External Authentication Account Activation"
3986 msgid "External Authentication Account Activation"
4003 msgstr ""
3987 msgstr ""
4004
3988
4005 #: rhodecode/templates/admin/permissions/permissions_ips.html:5
3989 #: rhodecode/templates/admin/permissions/permissions_ips.html:5
4006 msgid "Default IP Whitelist For All Users"
3990 msgid "Default IP Whitelist For All Users"
4007 msgstr ""
3991 msgstr ""
4008
3992
4009 #: rhodecode/templates/admin/permissions/permissions_ips.html:27
3993 #: rhodecode/templates/admin/permissions/permissions_ips.html:27
4010 #: rhodecode/templates/admin/users/user_edit_ips.html:35
3994 #: rhodecode/templates/admin/users/user_edit_ips.html:35
4011 #, python-format
3995 #, python-format
4012 msgid "Confirm to delete this ip: %s"
3996 msgid "Confirm to delete this ip: %s"
4013 msgstr ""
3997 msgstr ""
4014
3998
4015 #: rhodecode/templates/admin/permissions/permissions_ips.html:34
3999 #: rhodecode/templates/admin/permissions/permissions_ips.html:34
4016 #: rhodecode/templates/admin/users/user_edit_ips.html:43
4000 #: rhodecode/templates/admin/users/user_edit_ips.html:43
4017 msgid "All IP addresses are allowed"
4001 msgid "All IP addresses are allowed"
4018 msgstr ""
4002 msgstr ""
4019
4003
4020 #: rhodecode/templates/admin/permissions/permissions_ips.html:49
4004 #: rhodecode/templates/admin/permissions/permissions_ips.html:49
4021 #: rhodecode/templates/admin/users/user_edit_ips.html:59
4005 #: rhodecode/templates/admin/users/user_edit_ips.html:59
4022 msgid "New IP Address"
4006 msgid "New IP Address"
4023 msgstr ""
4007 msgstr ""
4024
4008
4025 #: rhodecode/templates/admin/permissions/permissions_ips.html:53
4009 #: rhodecode/templates/admin/permissions/permissions_ips.html:53
4026 #: rhodecode/templates/admin/users/user_edit_ips.html:62
4010 #: rhodecode/templates/admin/users/user_edit_ips.html:62
4027 msgid "Description..."
4011 msgid "Description..."
4028 msgstr ""
4012 msgstr ""
4029
4013
4030 #: rhodecode/templates/admin/permissions/permissions_ips.html:54
4014 #: rhodecode/templates/admin/permissions/permissions_ips.html:54
4031 msgid ""
4015 msgid ""
4032 "Enter a comma separated list of IP Addresses like 127.0.0.1,\n"
4016 "Enter a comma separated list of IP Addresses like 127.0.0.1,\n"
4033 "or use an IP Address with a mask 127.0.0.1/24, to create a network range.\n"
4017 "or use an IP Address with a mask 127.0.0.1/24, to create a network range.\n"
4034 "To specify multiple addresses in a range, use the 127.0.0.1-127.0.0.10 syntax"
4018 "To specify multiple addresses in a range, use the 127.0.0.1-127.0.0.10 syntax"
4035 msgstr ""
4019 msgstr ""
4036
4020
4037 #: rhodecode/templates/admin/permissions/permissions_objects.html:3
4021 #: rhodecode/templates/admin/permissions/permissions_objects.html:3
4038 msgid ""
4022 msgid ""
4039 "Default Permissions for Repositories, User Groups and Repository Groups."
4023 "Default Permissions for Repositories, User Groups and Repository Groups."
4040 msgstr ""
4024 msgstr ""
4041
4025
4042 #: rhodecode/templates/admin/permissions/permissions_objects.html:6
4026 #: rhodecode/templates/admin/permissions/permissions_objects.html:6
4043 msgid ""
4027 msgid ""
4044 "Default system permissions. Each permissions management entity will be "
4028 "Default system permissions. Each permissions management entity will be "
4045 "created with the following default settings. Check the overwrite checkbox to"
4029 "created with the following default settings. Check the overwrite checkbox to"
4046 " force any permission changes on already existing settings."
4030 " force any permission changes on already existing settings."
4047 msgstr ""
4031 msgstr ""
4048
4032
4049 #: rhodecode/templates/admin/permissions/permissions_objects.html:20
4033 #: rhodecode/templates/admin/permissions/permissions_objects.html:20
4050 msgid ""
4034 msgid ""
4051 "All default permissions on each repository will be reset to chosen "
4035 "All default permissions on each repository will be reset to chosen "
4052 "permission, note that all custom default permission on repositories will be "
4036 "permission, note that all custom default permission on repositories will be "
4053 "lost"
4037 "lost"
4054 msgstr ""
4038 msgstr ""
4055
4039
4056 #: rhodecode/templates/admin/permissions/permissions_objects.html:21
4040 #: rhodecode/templates/admin/permissions/permissions_objects.html:21
4057 #: rhodecode/templates/admin/permissions/permissions_objects.html:35
4041 #: rhodecode/templates/admin/permissions/permissions_objects.html:35
4058 #: rhodecode/templates/admin/permissions/permissions_objects.html:49
4042 #: rhodecode/templates/admin/permissions/permissions_objects.html:49
4059 msgid "Overwrite Existing Settings"
4043 msgid "Overwrite Existing Settings"
4060 msgstr ""
4044 msgstr ""
4061
4045
4062 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4046 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4063 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4047 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4064 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4048 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4065 msgid "Repository Groups"
4049 msgid "Repository Groups"
4066 msgstr ""
4050 msgstr ""
4067
4051
4068 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4052 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4069 msgid ""
4053 msgid ""
4070 "All default permissions on each repository group will be reset to chosen "
4054 "All default permissions on each repository group will be reset to chosen "
4071 "permission, note that all custom default permission on repository groups "
4055 "permission, note that all custom default permission on repository groups "
4072 "will be lost"
4056 "will be lost"
4073 msgstr ""
4057 msgstr ""
4074
4058
4075 #: rhodecode/templates/admin/permissions/permissions_objects.html:42
4059 #: rhodecode/templates/admin/permissions/permissions_objects.html:42
4076 #: rhodecode/templates/admin/user_groups/user_group_edit.html:14
4060 #: rhodecode/templates/admin/user_groups/user_group_edit.html:14
4077 msgid "User Groups"
4061 msgid "User Groups"
4078 msgstr ""
4062 msgstr ""
4079
4063
4080 #: rhodecode/templates/admin/permissions/permissions_objects.html:48
4064 #: rhodecode/templates/admin/permissions/permissions_objects.html:48
4081 msgid ""
4065 msgid ""
4082 "All default permissions on each user group will be reset to chosen "
4066 "All default permissions on each user group will be reset to chosen "
4083 "permission, note that all custom default permission on repository groups "
4067 "permission, note that all custom default permission on repository groups "
4084 "will be lost"
4068 "will be lost"
4085 msgstr ""
4069 msgstr ""
4086
4070
4087 #: rhodecode/templates/admin/permissions/permissions_perms.html:1
4071 #: rhodecode/templates/admin/permissions/permissions_perms.html:1
4088 msgid "Default User Permissions Overview"
4072 msgid "Default User Permissions Overview"
4089 msgstr ""
4073 msgstr ""
4090
4074
4091 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:5
4075 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:5
4092 #: rhodecode/templates/admin/users/user_add.html:116
4076 #: rhodecode/templates/admin/users/user_add.html:116
4093 msgid "Add repository group"
4077 msgid "Add repository group"
4094 msgstr ""
4078 msgstr ""
4095
4079
4096 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
4080 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
4097 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
4081 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
4098 #: rhodecode/templates/base/base.html:80
4082 #: rhodecode/templates/base/base.html:80
4099 #: rhodecode/templates/base/base.html:150
4083 #: rhodecode/templates/base/base.html:152
4100 msgid "Repository groups"
4084 msgid "Repository groups"
4101 msgstr ""
4085 msgstr ""
4102
4086
4103 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
4087 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
4104 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:13
4088 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:15
4105 msgid "Group Name"
4089 msgid "Group Name"
4106 msgstr ""
4090 msgstr ""
4107
4091
4108 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:54
4092 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:54
4109 msgid "Group Parent"
4093 msgid "Group Parent"
4110 msgstr ""
4094 msgstr ""
4111
4095
4112 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:63
4096 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:63
4113 #: rhodecode/templates/admin/repos/repo_add_base.html:53
4097 #: rhodecode/templates/admin/repos/repo_add_base.html:53
4114 msgid "Copy Parent Group Permissions"
4098 msgid "Copy Parent Group Permissions"
4115 msgstr ""
4099 msgstr ""
4116
4100
4117 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:67
4101 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:67
4118 msgid "Copy permission settings from parent repository group."
4102 msgid "Copy permission settings from parent repository group."
4119 msgstr ""
4103 msgstr ""
4120
4104
4121 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:5
4105 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:5
4122 #, python-format
4106 #, python-format
4123 msgid "%s repository group settings"
4107 msgid "%s repository group settings"
4124 msgstr ""
4108 msgstr ""
4125
4109
4126 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:24
4110 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:24
4127 msgid "Add Child Group"
4111 msgid "Add Child Group"
4128 msgstr ""
4112 msgstr ""
4129
4113
4130 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4114 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4131 #: rhodecode/templates/admin/repos/repo_edit.html:15
4115 #: rhodecode/templates/admin/repos/repo_edit.html:15
4132 #: rhodecode/templates/admin/repos/repo_edit.html:39
4116 #: rhodecode/templates/admin/repos/repo_edit.html:39
4133 #: rhodecode/templates/admin/settings/settings.html:14
4117 #: rhodecode/templates/admin/settings/settings.html:14
4134 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4118 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4135 #: rhodecode/templates/base/base.html:86
4119 #: rhodecode/templates/base/base.html:86
4136 #: rhodecode/templates/base/base.html:248
4120 #: rhodecode/templates/base/base.html:250
4137 msgid "Settings"
4121 msgid "Settings"
4138 msgstr ""
4122 msgstr ""
4139
4123
4140 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
4124 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
4141 #: rhodecode/templates/admin/repos/repo_edit.html:45
4125 #: rhodecode/templates/admin/repos/repo_edit.html:45
4142 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4126 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4143 #: rhodecode/templates/admin/users/user_edit.html:35
4127 #: rhodecode/templates/admin/users/user_edit.html:35
4144 msgid "Advanced"
4128 msgid "Advanced"
4145 msgstr ""
4129 msgstr ""
4146
4130
4147 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:8
4131 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:8
4148 msgid "Total repositories"
4132 msgid "Total repositories"
4149 msgstr ""
4133 msgstr ""
4150
4134
4151 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:9
4135 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:9
4152 msgid "Top level repositories"
4136 msgid "Top level repositories"
4153 msgstr ""
4137 msgstr ""
4154
4138
4155 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:11
4139 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:11
4156 msgid "Children groups"
4140 msgid "Children groups"
4157 msgstr ""
4141 msgstr ""
4158
4142
4159 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:17
4143 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:17
4160 #, python-format
4144 #, python-format
4161 msgid "Repository Group: %s"
4145 msgid "Repository Group: %s"
4162 msgstr ""
4146 msgstr ""
4163
4147
4164 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:27
4148 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:27
4165 msgid "Delete repository group"
4149 msgid "Delete repository group"
4166 msgstr ""
4150 msgstr ""
4167
4151
4168 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:35
4152 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:35
4169 #, python-format
4153 #, python-format
4170 msgid "This repository group includes %s children repository group."
4154 msgid "This repository group includes %s children repository group."
4171 msgid_plural "This repository group includes %s children repository groups."
4155 msgid_plural "This repository group includes %s children repository groups."
4172 msgstr[0] ""
4156 msgstr[0] ""
4173 msgstr[1] ""
4157 msgstr[1] ""
4174 msgstr[2] ""
4158 msgstr[2] ""
4175 msgstr[3] ""
4159 msgstr[3] ""
4176
4160
4177 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:44
4161 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:44
4178 #, python-format
4162 #, python-format
4179 msgid "This repository group includes %s repository."
4163 msgid "This repository group includes %s repository."
4180 msgid_plural "This repository group includes %s repositories."
4164 msgid_plural "This repository group includes %s repositories."
4181 msgstr[0] ""
4165 msgstr[0] ""
4182 msgstr[1] ""
4166 msgstr[1] ""
4183 msgstr[2] ""
4167 msgstr[2] ""
4184 msgstr[3] ""
4168 msgstr[3] ""
4185
4169
4186 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:56
4170 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:56
4187 #, python-format
4171 #, python-format
4188 msgid "Confirm to delete this group: %s"
4172 msgid "Confirm to delete this group: %s"
4189 msgstr ""
4173 msgstr ""
4190
4174
4191 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:57
4175 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:57
4192 msgid "Delete this repository group"
4176 msgid "Delete this repository group"
4193 msgstr ""
4177 msgstr ""
4194
4178
4195 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:5
4179 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:5
4196 msgid "Repository Group Permissions"
4180 msgid "Repository Group Permissions"
4197 msgstr ""
4181 msgstr ""
4198
4182
4199 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:11
4183 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:11
4200 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:126
4184 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:126
4201 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:12
4185 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:12
4202 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:11
4186 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:11
4203 msgid "None"
4187 msgid "None"
4204 msgstr ""
4188 msgstr ""
4205
4189
4206 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:12
4190 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:12
4207 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:13
4191 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:13
4208 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:12
4192 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:12
4209 msgid "Read"
4193 msgid "Read"
4210 msgstr ""
4194 msgstr ""
4211
4195
4212 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:13
4196 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:13
4213 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:14
4197 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:14
4214 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:13
4198 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:13
4215 msgid "Write"
4199 msgid "Write"
4216 msgstr ""
4200 msgstr ""
4217
4201
4218 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:15
4202 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:15
4219 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:16
4203 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:16
4220 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:15
4204 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:15
4221 msgid "User/User Group"
4205 msgid "User/User Group"
4222 msgstr ""
4206 msgstr ""
4223
4207
4224 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:31
4208 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:31
4225 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:31
4209 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:31
4226 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:31
4210 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:31
4227 msgid "super admin"
4211 msgid "super admin"
4228 msgstr ""
4212 msgstr ""
4229
4213
4230 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4214 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4231 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4215 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4232 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4216 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4233 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
4217 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
4234 msgid "owner"
4218 msgid "owner"
4235 msgstr ""
4219 msgstr ""
4236
4220
4237 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:52
4221 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:52
4238 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:76
4222 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:76
4239 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:61
4223 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:61
4240 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:52
4224 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:52
4241 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:76
4225 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:76
4242 msgid "permission for all other users"
4226 msgid "permission for all other users"
4243 msgstr ""
4227 msgstr ""
4244
4228
4245 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:62
4229 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:62
4246 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:109
4230 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:109
4247 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:71
4231 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:71
4248 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:99
4232 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:99
4249 msgid "Revoke"
4233 msgid "Revoke"
4250 msgstr ""
4234 msgstr ""
4251
4235
4252 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:80
4236 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:80
4253 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:80
4237 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:80
4254 msgid "delegated admin"
4238 msgid "delegated admin"
4255 msgstr ""
4239 msgstr ""
4256
4240
4257 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:118
4241 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:118
4258 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:107
4242 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:107
4259 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:117
4243 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:117
4260 #: rhodecode/templates/base/issue_tracker_settings.html:84
4244 #: rhodecode/templates/base/issue_tracker_settings.html:84
4261 msgid "Add new"
4245 msgid "Add new"
4262 msgstr ""
4246 msgstr ""
4263
4247
4264 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:123
4248 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:123
4265 msgid "Apply to children"
4249 msgid "Apply to children"
4266 msgstr ""
4250 msgstr ""
4267
4251
4268 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:129
4252 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:129
4269 msgid "Both"
4253 msgid "Both"
4270 msgstr ""
4254 msgstr ""
4271
4255
4272 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:130
4256 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:130
4273 msgid ""
4257 msgid ""
4274 "Set or revoke permissions to selected types of children of this group, "
4258 "Set or revoke permissions to selected types of children of this group, "
4275 "including non-private repositories and other groups if chosen."
4259 "including non-private repositories and other groups if chosen."
4276 msgstr ""
4260 msgstr ""
4277
4261
4278 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:4
4262 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:6
4279 #, python-format
4263 #, python-format
4280 msgid "Settings for Repository Group: %s"
4264 msgid "Settings for Repository Group: %s"
4281 msgstr ""
4265 msgstr ""
4282
4266
4283 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:25
4267 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:36
4284 msgid "Change Repository Group Owner."
4268 msgid "Change owner of this repository group."
4285 msgstr ""
4286
4287 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:39
4288 msgid "Group parent"
4289 msgstr ""
4290
4291 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:47
4292 msgid "Enable Repository Locking"
4293 msgstr ""
4269 msgstr ""
4294
4270
4295 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4271 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4272 msgid "Group parent"
4273 msgstr ""
4274
4275 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:59
4276 msgid "Enable Repository Locking"
4277 msgstr ""
4278
4279 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:63
4296 msgid ""
4280 msgid ""
4297 "Repository locking will be enabled on all subgroups and repositories inside "
4281 "Repository locking will be enabled on all subgroups and repositories inside "
4298 "this repository group. Pulling from a repository locks it, and it is "
4282 "this repository group. Pulling from a repository locks it, and it is "
4299 "unlocked by pushing back by the same user."
4283 "unlocked by pushing back by the same user."
4300 msgstr ""
4284 msgstr ""
4301
4285
4302 #: rhodecode/templates/admin/repo_groups/repo_groups.html:5
4286 #: rhodecode/templates/admin/repo_groups/repo_groups.html:5
4303 msgid "Repository groups administration"
4287 msgid "Repository groups administration"
4304 msgstr ""
4288 msgstr ""
4305
4289
4306 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
4290 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
4307 msgid "repository groups"
4291 msgid "repository groups"
4308 msgstr ""
4292 msgstr ""
4309
4293
4310 #: rhodecode/templates/admin/repo_groups/repo_groups.html:58
4294 #: rhodecode/templates/admin/repo_groups/repo_groups.html:58
4311 msgid "Number of top level repositories"
4295 msgid "Number of top level repositories"
4312 msgstr ""
4296 msgstr ""
4313
4297
4314 #: rhodecode/templates/admin/repos/repo_add.html:5
4298 #: rhodecode/templates/admin/repos/repo_add.html:5
4315 msgid "Add repository"
4299 msgid "Add repository"
4316 msgstr ""
4300 msgstr ""
4317
4301
4318 #: rhodecode/templates/admin/repos/repo_add_base.html:14
4302 #: rhodecode/templates/admin/repos/repo_add_base.html:14
4319 msgid "Import Existing Repository ?"
4303 msgid "Import Existing Repository ?"
4320 msgstr ""
4304 msgstr ""
4321
4305
4322 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4306 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4323 #: rhodecode/templates/base/base.html:195
4307 #: rhodecode/templates/base/base.html:197
4324 msgid "Clone from"
4308 msgid "Clone from"
4325 msgstr ""
4309 msgstr ""
4326
4310
4327 #: rhodecode/templates/admin/repos/repo_add_base.html:27
4311 #: rhodecode/templates/admin/repos/repo_add_base.html:27
4328 msgid "Optional http[s] URL from which to clone a repository."
4312 msgid "Optional http[s] URL from which to clone a repository."
4329 msgstr ""
4313 msgstr ""
4330
4314
4331 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4315 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4332 #: rhodecode/templates/admin/repos/repo_edit_settings.html:87
4316 #: rhodecode/templates/admin/repos/repo_edit_settings.html:100
4333 #: rhodecode/templates/forks/fork.html:52
4317 #: rhodecode/templates/forks/fork.html:52
4334 msgid ""
4318 msgid ""
4335 "Keep it short and to the point. Use a README file for longer descriptions."
4319 "Keep it short and to the point. Use a README file for longer descriptions."
4336 msgstr ""
4320 msgstr ""
4337
4321
4338 #: rhodecode/templates/admin/repos/repo_add_base.html:41
4322 #: rhodecode/templates/admin/repos/repo_add_base.html:41
4339 msgid "Repository Group"
4323 msgid "Repository Group"
4340 msgstr ""
4324 msgstr ""
4341
4325
4342 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4326 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4343 #: rhodecode/templates/admin/repos/repo_edit_settings.html:58
4327 #: rhodecode/templates/admin/repos/repo_edit_settings.html:61
4344 #: rhodecode/templates/forks/fork.html:63
4328 #: rhodecode/templates/forks/fork.html:63
4345 #, python-format
4329 #, python-format
4346 msgid "Select my personal group (%(repo_group_name)s)"
4330 msgid "Select my personal group (%(repo_group_name)s)"
4347 msgstr ""
4331 msgstr ""
4348
4332
4349 #: rhodecode/templates/admin/repos/repo_add_base.html:48
4333 #: rhodecode/templates/admin/repos/repo_add_base.html:48
4350 #: rhodecode/templates/forks/fork.html:65
4334 #: rhodecode/templates/forks/fork.html:65
4351 msgid "Optionally select a group to put this repository into."
4335 msgid "Optionally select a group to put this repository into."
4352 msgstr ""
4336 msgstr ""
4353
4337
4354 #: rhodecode/templates/admin/repos/repo_add_base.html:57
4338 #: rhodecode/templates/admin/repos/repo_add_base.html:57
4355 msgid "Copy permission set from the parent repository group."
4339 msgid "Copy permission set from the parent repository group."
4356 msgstr ""
4340 msgstr ""
4357
4341
4358 #: rhodecode/templates/admin/repos/repo_add_base.html:66
4342 #: rhodecode/templates/admin/repos/repo_add_base.html:66
4359 msgid "Set the type of repository to create."
4343 msgid "Set the type of repository to create."
4360 msgstr ""
4344 msgstr ""
4361
4345
4362 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4346 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4363 #: rhodecode/templates/admin/repos/repo_edit_settings.html:65
4347 #: rhodecode/templates/admin/repos/repo_edit_settings.html:68
4364 #: rhodecode/templates/forks/fork.html:71
4348 #: rhodecode/templates/forks/fork.html:71
4365 msgid "Landing commit"
4349 msgid "Landing commit"
4366 msgstr ""
4350 msgstr ""
4367
4351
4368 #: rhodecode/templates/admin/repos/repo_add_base.html:75
4352 #: rhodecode/templates/admin/repos/repo_add_base.html:75
4369 msgid ""
4353 msgid ""
4370 "The default commit for file pages, downloads, full text search index, and "
4354 "The default commit for file pages, downloads, full text search index, and "
4371 "README generation."
4355 "README generation."
4372 msgstr ""
4356 msgstr ""
4373
4357
4374 #: rhodecode/templates/admin/repos/repo_creating.html:9
4358 #: rhodecode/templates/admin/repos/repo_creating.html:9
4375 #, python-format
4359 #, python-format
4376 msgid "%s Creating repository"
4360 msgid "%s Creating repository"
4377 msgstr ""
4361 msgstr ""
4378
4362
4379 #: rhodecode/templates/admin/repos/repo_creating.html:16
4363 #: rhodecode/templates/admin/repos/repo_creating.html:16
4380 msgid "Creating repository"
4364 msgid "Creating repository"
4381 msgstr ""
4365 msgstr ""
4382
4366
4383 #: rhodecode/templates/admin/repos/repo_creating.html:30
4367 #: rhodecode/templates/admin/repos/repo_creating.html:30
4384 #, python-format
4368 #, python-format
4385 msgid ""
4369 msgid ""
4386 "Repository \"%(repo_name)s\" is being created, you will be redirected when "
4370 "Repository \"%(repo_name)s\" is being created, you will be redirected when "
4387 "this process is finished.repo_name"
4371 "this process is finished.repo_name"
4388 msgstr ""
4372 msgstr ""
4389
4373
4390 #: rhodecode/templates/admin/repos/repo_edit.html:8
4374 #: rhodecode/templates/admin/repos/repo_edit.html:8
4391 #, python-format
4375 #, python-format
4392 msgid "%s repository settings"
4376 msgid "%s repository settings"
4393 msgstr ""
4377 msgstr ""
4394
4378
4395 #: rhodecode/templates/admin/repos/repo_edit.html:51
4379 #: rhodecode/templates/admin/repos/repo_edit.html:51
4396 msgid "Extra Fields"
4380 msgid "Extra Fields"
4397 msgstr ""
4381 msgstr ""
4398
4382
4399 #: rhodecode/templates/admin/repos/repo_edit.html:57
4383 #: rhodecode/templates/admin/repos/repo_edit.html:57
4400 msgid "Caches"
4384 msgid "Caches"
4401 msgstr ""
4385 msgstr ""
4402
4386
4403 #: rhodecode/templates/admin/repos/repo_edit.html:61
4387 #: rhodecode/templates/admin/repos/repo_edit.html:61
4404 msgid "Remote"
4388 msgid "Remote"
4405 msgstr ""
4389 msgstr ""
4406
4390
4407 #: rhodecode/templates/admin/repos/repo_edit.html:65
4391 #: rhodecode/templates/admin/repos/repo_edit.html:65
4408 #: rhodecode/templates/summary/components.html:135
4392 #: rhodecode/templates/summary/components.html:135
4409 msgid "Statistics"
4393 msgid "Statistics"
4410 msgstr ""
4394 msgstr ""
4411
4395
4412 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
4396 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
4413 #: rhodecode/templates/pullrequests/pullrequests.html:108
4397 #: rhodecode/templates/pullrequests/pullrequests.html:108
4414 msgid "Updated on"
4398 msgid "Updated on"
4415 msgstr ""
4399 msgstr ""
4416
4400
4417 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:8
4401 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:8
4418 msgid "Cached Commit id"
4402 msgid "Cached Commit id"
4419 msgstr ""
4403 msgstr ""
4420
4404
4421 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:14
4405 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:14
4422 #, python-format
4406 #, python-format
4423 msgid "Repository: %s"
4407 msgid "Repository: %s"
4424 msgstr ""
4408 msgstr ""
4425
4409
4426 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:24
4410 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:24
4427 msgid "Fork Reference"
4411 msgid "Fork Reference"
4428 msgstr ""
4412 msgstr ""
4429
4413
4430 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:30
4414 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:30
4431 #, python-format
4415 #, python-format
4432 msgid "This repository is a fork of %(repo_link)s"
4416 msgid "This repository is a fork of %(repo_link)s"
4433 msgstr ""
4417 msgstr ""
4434
4418
4435 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:36
4419 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:36
4436 #: rhodecode/templates/admin/repos/repo_edit_fork.html:5
4420 #: rhodecode/templates/admin/repos/repo_edit_fork.html:5
4437 msgid "Set"
4421 msgid "Set"
4438 msgstr ""
4422 msgstr ""
4439
4423
4440 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:39
4424 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:39
4441 #: rhodecode/templates/admin/repos/repo_edit_fork.html:9
4425 #: rhodecode/templates/admin/repos/repo_edit_fork.html:9
4442 msgid "Manually set this repository as a fork of another from the list"
4426 msgid "Manually set this repository as a fork of another from the list"
4443 msgstr ""
4427 msgstr ""
4444
4428
4445 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:48
4429 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:48
4446 msgid "Public Journal Visibility"
4430 msgid "Public Journal Visibility"
4447 msgstr ""
4431 msgstr ""
4448
4432
4449 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:56
4433 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:56
4450 msgid "Remove from Public Journal"
4434 msgid "Remove from Public Journal"
4451 msgstr ""
4435 msgstr ""
4452
4436
4453 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:60
4437 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:60
4454 msgid "Add to Public Journal"
4438 msgid "Add to Public Journal"
4455 msgstr ""
4439 msgstr ""
4456
4440
4457 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:65
4441 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:65
4458 msgid ""
4442 msgid ""
4459 "All actions made on this repository will be visible to everyone following "
4443 "All actions made on this repository will be visible to everyone following "
4460 "the public journal."
4444 "the public journal."
4461 msgstr ""
4445 msgstr ""
4462
4446
4463 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:74
4447 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:74
4464 msgid "Locking state"
4448 msgid "Locking state"
4465 msgstr ""
4449 msgstr ""
4466
4450
4467 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:83
4451 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:83
4468 msgid "This Repository is not currently locked."
4452 msgid "This Repository is not currently locked."
4469 msgstr ""
4453 msgstr ""
4470
4454
4471 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:90
4455 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:90
4472 msgid "Confirm to unlock repository."
4456 msgid "Confirm to unlock repository."
4473 msgstr ""
4457 msgstr ""
4474
4458
4475 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:92
4459 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:92
4476 msgid "Unlock repository"
4460 msgid "Unlock repository"
4477 msgstr ""
4461 msgstr ""
4478
4462
4479 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:97
4463 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:97
4480 msgid "Confirm to lock repository."
4464 msgid "Confirm to lock repository."
4481 msgstr ""
4465 msgstr ""
4482
4466
4483 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:99
4467 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:99
4484 msgid "Lock Repository"
4468 msgid "Lock Repository"
4485 msgstr ""
4469 msgstr ""
4486
4470
4487 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:105
4471 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:105
4488 msgid ""
4472 msgid ""
4489 "Force repository locking. This only works when anonymous access is disabled."
4473 "Force repository locking. This only works when anonymous access is disabled."
4490 " Pulling from the repository locks the repository to that user until the "
4474 " Pulling from the repository locks the repository to that user until the "
4491 "same user pushes to that repository again."
4475 "same user pushes to that repository again."
4492 msgstr ""
4476 msgstr ""
4493
4477
4494 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:114
4478 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:114
4495 msgid "Delete repository"
4479 msgid "Delete repository"
4496 msgstr ""
4480 msgstr ""
4497
4481
4498 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:121
4482 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:121
4499 #, python-format
4483 #, python-format
4500 msgid "This repository has %s fork."
4484 msgid "This repository has %s fork."
4501 msgid_plural "This repository has %s forks."
4485 msgid_plural "This repository has %s forks."
4502 msgstr[0] ""
4486 msgstr[0] ""
4503 msgstr[1] ""
4487 msgstr[1] ""
4504 msgstr[2] ""
4488 msgstr[2] ""
4505 msgstr[3] ""
4489 msgstr[3] ""
4506
4490
4507 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:125
4491 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:125
4508 msgid "Detach forks"
4492 msgid "Detach forks"
4509 msgstr ""
4493 msgstr ""
4510
4494
4511 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:130
4495 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:130
4512 msgid "Delete forks"
4496 msgid "Delete forks"
4513 msgstr ""
4497 msgstr ""
4514
4498
4515 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:139
4499 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:139
4516 #: rhodecode/templates/data_table/_dt_elements.html:118
4500 #: rhodecode/templates/data_table/_dt_elements.html:118
4517 #, python-format
4501 #, python-format
4518 msgid "Confirm to delete this repository: %s"
4502 msgid "Confirm to delete this repository: %s"
4519 msgstr ""
4503 msgstr ""
4520
4504
4521 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:141
4505 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:141
4522 msgid "Delete This Repository"
4506 msgid "Delete This Repository"
4523 msgstr ""
4507 msgstr ""
4524
4508
4525 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:146
4509 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:146
4526 msgid ""
4510 msgid ""
4527 "This repository will be renamed in a special way in order to make it "
4511 "This repository will be renamed in a special way in order to make it "
4528 "inaccessible to RhodeCode Enterprise and its VCS systems. If you need to "
4512 "inaccessible to RhodeCode Enterprise and its VCS systems. If you need to "
4529 "fully delete it from the file system, please do it manually, or with "
4513 "fully delete it from the file system, please do it manually, or with "
4530 "rhodecode-cleanup-repos command."
4514 "rhodecode-cleanup-repos command."
4531 msgstr ""
4515 msgstr ""
4532
4516
4533 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
4517 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
4534 msgid "Change repository"
4518 msgid "Change repository"
4535 msgstr ""
4519 msgstr ""
4536
4520
4537 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
4521 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
4538 msgid "Pick repository"
4522 msgid "Pick repository"
4539 msgstr ""
4523 msgstr ""
4540
4524
4541 #: rhodecode/templates/admin/repos/repo_edit_caches.html:3
4525 #: rhodecode/templates/admin/repos/repo_edit_caches.html:3
4542 msgid "Invalidate Cache for Repository"
4526 msgid "Invalidate Cache for Repository"
4543 msgstr ""
4527 msgstr ""
4544
4528
4545 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
4529 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
4546 msgid "Invalidate repository cache"
4530 msgid "Invalidate repository cache"
4547 msgstr ""
4531 msgstr ""
4548
4532
4549 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
4533 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
4550 msgid "Confirm to invalidate repository cache"
4534 msgid "Confirm to invalidate repository cache"
4551 msgstr ""
4535 msgstr ""
4552
4536
4553 #: rhodecode/templates/admin/repos/repo_edit_caches.html:14
4537 #: rhodecode/templates/admin/repos/repo_edit_caches.html:14
4554 msgid ""
4538 msgid ""
4555 "Manually invalidate the repository cache. On the next access a repository "
4539 "Manually invalidate the repository cache. On the next access a repository "
4556 "cache will be recreated."
4540 "cache will be recreated."
4557 msgstr ""
4541 msgstr ""
4558
4542
4559 #: rhodecode/templates/admin/repos/repo_edit_caches.html:28
4543 #: rhodecode/templates/admin/repos/repo_edit_caches.html:28
4560 #, python-format
4544 #, python-format
4561 msgid "List of repository caches (%(count)s entry)"
4545 msgid "List of repository caches (%(count)s entry)"
4562 msgid_plural "List of repository caches (%(count)s entries)"
4546 msgid_plural "List of repository caches (%(count)s entries)"
4563 msgstr[0] ""
4547 msgstr[0] ""
4564 msgstr[1] ""
4548 msgstr[1] ""
4565 msgstr[2] ""
4549 msgstr[2] ""
4566 msgstr[3] ""
4550 msgstr[3] ""
4567
4551
4568 #: rhodecode/templates/admin/repos/repo_edit_caches.html:35
4552 #: rhodecode/templates/admin/repos/repo_edit_caches.html:35
4569 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:32
4553 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:32
4570 #: rhodecode/templates/base/issue_tracker_settings.html:13
4554 #: rhodecode/templates/base/issue_tracker_settings.html:13
4571 msgid "Prefix"
4555 msgid "Prefix"
4572 msgstr ""
4556 msgstr ""
4573
4557
4574 #: rhodecode/templates/admin/repos/repo_edit_caches.html:36
4558 #: rhodecode/templates/admin/repos/repo_edit_caches.html:36
4575 #: rhodecode/templates/admin/repos/repo_edit_fields.html:11
4559 #: rhodecode/templates/admin/repos/repo_edit_fields.html:11
4576 msgid "Key"
4560 msgid "Key"
4577 msgstr ""
4561 msgstr ""
4578
4562
4579 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4563 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4580 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4564 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4581 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:38
4565 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:51
4582 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4566 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4583 #: rhodecode/templates/admin/users/user_add.html:97
4567 #: rhodecode/templates/admin/users/user_add.html:97
4584 #: rhodecode/templates/admin/users/user_edit_profile.html:90
4568 #: rhodecode/templates/admin/users/user_edit_profile.html:90
4585 #: rhodecode/templates/admin/users/users.html:100
4569 #: rhodecode/templates/admin/users/users.html:100
4586 msgid "Active"
4570 msgid "Active"
4587 msgstr ""
4571 msgstr ""
4588
4572
4589 #: rhodecode/templates/admin/repos/repo_edit_fields.html:3
4573 #: rhodecode/templates/admin/repos/repo_edit_fields.html:3
4590 msgid "Custom extra fields for this repository"
4574 msgid "Custom extra fields for this repository"
4591 msgstr ""
4575 msgstr ""
4592
4576
4593 #: rhodecode/templates/admin/repos/repo_edit_fields.html:10
4577 #: rhodecode/templates/admin/repos/repo_edit_fields.html:10
4594 msgid "Label"
4578 msgid "Label"
4595 msgstr ""
4579 msgstr ""
4596
4580
4597 #: rhodecode/templates/admin/repos/repo_edit_fields.html:24
4581 #: rhodecode/templates/admin/repos/repo_edit_fields.html:24
4598 #, python-format
4582 #, python-format
4599 msgid "Confirm to delete this field: %s"
4583 msgid "Confirm to delete this field: %s"
4600 msgstr ""
4584 msgstr ""
4601
4585
4602 #: rhodecode/templates/admin/repos/repo_edit_fields.html:40
4586 #: rhodecode/templates/admin/repos/repo_edit_fields.html:40
4603 msgid "New Field Key"
4587 msgid "New Field Key"
4604 msgstr ""
4588 msgstr ""
4605
4589
4606 #: rhodecode/templates/admin/repos/repo_edit_fields.html:48
4590 #: rhodecode/templates/admin/repos/repo_edit_fields.html:48
4607 msgid "New Field Label"
4591 msgid "New Field Label"
4608 msgstr ""
4592 msgstr ""
4609
4593
4610 #: rhodecode/templates/admin/repos/repo_edit_fields.html:51
4594 #: rhodecode/templates/admin/repos/repo_edit_fields.html:51
4611 msgid "Enter short label"
4595 msgid "Enter short label"
4612 msgstr ""
4596 msgstr ""
4613
4597
4614 #: rhodecode/templates/admin/repos/repo_edit_fields.html:57
4598 #: rhodecode/templates/admin/repos/repo_edit_fields.html:57
4615 msgid "New Field Description"
4599 msgid "New Field Description"
4616 msgstr ""
4600 msgstr ""
4617
4601
4618 #: rhodecode/templates/admin/repos/repo_edit_fields.html:60
4602 #: rhodecode/templates/admin/repos/repo_edit_fields.html:60
4619 msgid "Enter a full description for the field"
4603 msgid "Enter a full description for the field"
4620 msgstr ""
4604 msgstr ""
4621
4605
4622 #: rhodecode/templates/admin/repos/repo_edit_fields.html:73
4606 #: rhodecode/templates/admin/repos/repo_edit_fields.html:73
4623 msgid ""
4607 msgid ""
4624 "Extra fields are disabled. You can enable them from the "
4608 "Extra fields are disabled. You can enable them from the "
4625 "Admin/Settings/Visual page."
4609 "Admin/Settings/Visual page."
4626 msgstr ""
4610 msgstr ""
4627
4611
4628 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:9
4612 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:9
4629 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:9
4613 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:9
4630 msgid "Inherit from global settings"
4614 msgid "Inherit from global settings"
4631 msgstr ""
4615 msgstr ""
4632
4616
4633 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:14
4617 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:14
4634 msgid "Select to inherit global patterns for issue tracker."
4618 msgid "Select to inherit global patterns for issue tracker."
4635 msgstr ""
4619 msgstr ""
4636
4620
4637 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:24
4621 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:24
4638 msgid "Inherited Issue Tracker Patterns"
4622 msgid "Inherited Issue Tracker Patterns"
4639 msgstr ""
4623 msgstr ""
4640
4624
4641 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:30
4625 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:30
4642 #: rhodecode/templates/base/issue_tracker_settings.html:11
4626 #: rhodecode/templates/base/issue_tracker_settings.html:11
4643 msgid "Pattern"
4627 msgid "Pattern"
4644 msgstr ""
4628 msgstr ""
4645
4629
4646 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:31
4630 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:31
4647 #: rhodecode/templates/base/issue_tracker_settings.html:12
4631 #: rhodecode/templates/base/issue_tracker_settings.html:12
4648 msgid "Url"
4632 msgid "Url"
4649 msgstr ""
4633 msgstr ""
4650
4634
4651 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:70
4635 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:70
4652 #: rhodecode/templates/admin/settings/settings_issuetracker.html:5
4636 #: rhodecode/templates/admin/settings/settings_issuetracker.html:5
4653 msgid "Issue Tracker / Wiki Patterns"
4637 msgid "Issue Tracker / Wiki Patterns"
4654 msgstr ""
4638 msgstr ""
4655
4639
4656 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:91
4640 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:91
4657 #: rhodecode/templates/admin/settings/settings_issuetracker.html:24
4641 #: rhodecode/templates/admin/settings/settings_issuetracker.html:24
4658 msgid "Test Patterns"
4642 msgid "Test Patterns"
4659 msgstr ""
4643 msgstr ""
4660
4644
4661 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:5
4645 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:5
4662 msgid "Repository Permissions"
4646 msgid "Repository Permissions"
4663 msgstr ""
4647 msgstr ""
4664
4648
4665 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:43
4649 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:43
4666 msgid "private repository"
4650 msgid "private repository"
4667 msgstr ""
4651 msgstr ""
4668
4652
4669 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:48
4653 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:48
4670 msgid "only users/user groups explicitly added here will have access"
4654 msgid "only users/user groups explicitly added here will have access"
4671 msgstr ""
4655 msgstr ""
4672
4656
4673 #: rhodecode/templates/admin/repos/repo_edit_remote.html:3
4657 #: rhodecode/templates/admin/repos/repo_edit_remote.html:3
4674 msgid "Remote url"
4658 msgid "Remote url"
4675 msgstr ""
4659 msgstr ""
4676
4660
4677 #: rhodecode/templates/admin/repos/repo_edit_remote.html:9
4661 #: rhodecode/templates/admin/repos/repo_edit_remote.html:9
4678 msgid "Remote mirror url"
4662 msgid "Remote mirror url"
4679 msgstr ""
4663 msgstr ""
4680
4664
4681 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
4665 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
4682 #: rhodecode/templates/admin/repos/repo_edit_remote.html:22
4666 #: rhodecode/templates/admin/repos/repo_edit_remote.html:22
4683 msgid "Pull changes from remote location"
4667 msgid "Pull changes from remote location"
4684 msgstr ""
4668 msgstr ""
4685
4669
4686 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
4670 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
4687 msgid "Confirm to pull changes from remote side"
4671 msgid "Confirm to pull changes from remote side"
4688 msgstr ""
4672 msgstr ""
4689
4673
4690 #: rhodecode/templates/admin/repos/repo_edit_remote.html:19
4674 #: rhodecode/templates/admin/repos/repo_edit_remote.html:19
4691 msgid "This repository does not have any remote mirror url set."
4675 msgid "This repository does not have any remote mirror url set."
4692 msgstr ""
4676 msgstr ""
4693
4677
4694 #: rhodecode/templates/admin/repos/repo_edit_settings.html:3
4678 #: rhodecode/templates/admin/repos/repo_edit_settings.html:6
4695 #, python-format
4679 #, python-format
4696 msgid "Settings for Repository: %s"
4680 msgid "Settings for Repository: %s"
4697 msgstr ""
4681 msgstr ""
4698
4682
4699 #: rhodecode/templates/admin/repos/repo_edit_settings.html:16
4700 msgid "Non-changeable id"
4701 msgstr ""
4702
4703 #: rhodecode/templates/admin/repos/repo_edit_settings.html:16
4704 msgid "what is that ?"
4705 msgstr ""
4706
4707 #: rhodecode/templates/admin/repos/repo_edit_settings.html:18
4708 msgid "URL by id"
4709 msgstr ""
4710
4711 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4683 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4684 msgid "Non-changeable id"
4685 msgstr ""
4686
4687 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4688 msgid "what is that ?"
4689 msgstr ""
4690
4691 #: rhodecode/templates/admin/repos/repo_edit_settings.html:21
4692 msgid "URL by id"
4693 msgstr ""
4694
4695 #: rhodecode/templates/admin/repos/repo_edit_settings.html:22
4712 msgid ""
4696 msgid ""
4713 "In case this repository is renamed or moved into another group the repository url changes.\n"
4697 "In case this repository is renamed or moved into another group the repository url changes.\n"
4714 " Using above url guarantees that this repository will always be accessible under such url.\n"
4698 " Using above url guarantees that this repository will always be accessible under such url.\n"
4715 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4699 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4716 msgstr ""
4700 msgstr ""
4717
4701
4718 #: rhodecode/templates/admin/repos/repo_edit_settings.html:27
4702 #: rhodecode/templates/admin/repos/repo_edit_settings.html:30
4719 msgid "Remote uri"
4703 msgid "Remote uri"
4720 msgstr ""
4704 msgstr ""
4721
4705
4722 #: rhodecode/templates/admin/repos/repo_edit_settings.html:33
4723 #: rhodecode/templates/base/perms_summary.html:80
4724 #: rhodecode/templates/base/perms_summary.html:142
4725 #: rhodecode/templates/base/perms_summary.html:144
4726 #: rhodecode/templates/debug_style/form-elements.html:45
4727 msgid "edit"
4728 msgstr ""
4729
4730 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4706 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4707 #: rhodecode/templates/base/perms_summary.html:79
4708 #: rhodecode/templates/base/perms_summary.html:149
4709 #: rhodecode/templates/base/perms_summary.html:151
4710 #: rhodecode/templates/debug_style/form-elements.html:45
4711 msgid "edit"
4712 msgstr ""
4713
4714 #: rhodecode/templates/admin/repos/repo_edit_settings.html:39
4731 msgid "new value, leave empty to remove"
4715 msgid "new value, leave empty to remove"
4732 msgstr ""
4716 msgstr ""
4733
4717
4734 #: rhodecode/templates/admin/repos/repo_edit_settings.html:38
4718 #: rhodecode/templates/admin/repos/repo_edit_settings.html:41
4735 msgid "cancel"
4719 msgid "cancel"
4736 msgstr ""
4720 msgstr ""
4737
4721
4738 #: rhodecode/templates/admin/repos/repo_edit_settings.html:45
4722 #: rhodecode/templates/admin/repos/repo_edit_settings.html:48
4739 msgid ""
4723 msgid ""
4740 "http[s] url where from repository was imported, also used for doing remote "
4724 "http[s] url where from repository was imported, also used for doing remote "
4741 "pulls."
4725 "pulls."
4742 msgstr ""
4726 msgstr ""
4743
4727
4744 #: rhodecode/templates/admin/repos/repo_edit_settings.html:53
4728 #: rhodecode/templates/admin/repos/repo_edit_settings.html:56
4745 #: rhodecode/templates/data_table/_dt_elements.html:158
4729 #: rhodecode/templates/data_table/_dt_elements.html:158
4746 #: rhodecode/templates/forks/fork.html:58
4730 #: rhodecode/templates/forks/fork.html:58
4747 msgid "Repository group"
4731 msgid "Repository group"
4748 msgstr ""
4732 msgstr ""
4749
4733
4750 #: rhodecode/templates/admin/repos/repo_edit_settings.html:60
4734 #: rhodecode/templates/admin/repos/repo_edit_settings.html:63
4751 msgid "Optional select a group to put this repository into."
4735 msgid "Optional select a group to put this repository into."
4752 msgstr ""
4736 msgstr ""
4753
4737
4754 #: rhodecode/templates/admin/repos/repo_edit_settings.html:69
4738 #: rhodecode/templates/admin/repos/repo_edit_settings.html:72
4755 #: rhodecode/templates/forks/fork.html:75
4739 #: rhodecode/templates/forks/fork.html:75
4756 msgid "Default commit for files page, downloads, whoosh and readme"
4740 msgid "Default commit for files page, downloads, whoosh and readme"
4757 msgstr ""
4741 msgstr ""
4758
4742
4759 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
4743 #: rhodecode/templates/admin/repos/repo_edit_settings.html:90
4760 msgid "Change owner of this repository."
4744 msgid "Change owner of this repository."
4761 msgstr ""
4745 msgstr ""
4762
4746
4763 #: rhodecode/templates/admin/repos/repo_edit_settings.html:93
4764 #: rhodecode/templates/data_table/_dt_elements.html:58
4765 msgid "Private repository"
4766 msgstr ""
4767
4768 #: rhodecode/templates/admin/repos/repo_edit_settings.html:102
4769 msgid "Enable statistics"
4770 msgstr ""
4771
4772 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4747 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4773 msgid "Enable statistics window on summary page."
4748 #: rhodecode/templates/data_table/_dt_elements.html:58
4774 msgstr ""
4749 msgid "Private repository"
4775
4776 #: rhodecode/templates/admin/repos/repo_edit_settings.html:111
4777 msgid "Enable downloads"
4778 msgstr ""
4750 msgstr ""
4779
4751
4780 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4752 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4781 msgid "Enable download menu on summary page."
4753 msgid "Enable statistics"
4782 msgstr ""
4754 msgstr ""
4783
4755
4784 #: rhodecode/templates/admin/repos/repo_edit_settings.html:120
4756 #: rhodecode/templates/admin/repos/repo_edit_settings.html:119
4785 msgid "Enable automatic locking"
4757 msgid "Enable statistics window on summary page."
4786 msgstr ""
4758 msgstr ""
4787
4759
4788 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4760 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4761 msgid "Enable downloads"
4762 msgstr ""
4763
4764 #: rhodecode/templates/admin/repos/repo_edit_settings.html:128
4765 msgid "Enable download menu on summary page."
4766 msgstr ""
4767
4768 #: rhodecode/templates/admin/repos/repo_edit_settings.html:133
4769 msgid "Enable automatic locking"
4770 msgstr ""
4771
4772 #: rhodecode/templates/admin/repos/repo_edit_settings.html:137
4789 msgid ""
4773 msgid ""
4790 "Enable automatic locking on repository. Pulling from this repository creates"
4774 "Enable automatic locking on repository. Pulling from this repository creates"
4791 " a lock that can be released by pushing back by the same user"
4775 " a lock that can be released by pushing back by the same user"
4792 msgstr ""
4776 msgstr ""
4793
4777
4794 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:3
4778 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:3
4795 msgid "Repository statistics"
4779 msgid "Repository statistics"
4796 msgstr ""
4780 msgstr ""
4797
4781
4798 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:11
4782 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:11
4799 msgid "Processed commits"
4783 msgid "Processed commits"
4800 msgstr ""
4784 msgstr ""
4801
4785
4802 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:12
4786 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:12
4803 msgid "Processed progress"
4787 msgid "Processed progress"
4804 msgstr ""
4788 msgstr ""
4805
4789
4806 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
4790 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
4807 msgid "Reset statistics"
4791 msgid "Reset statistics"
4808 msgstr ""
4792 msgstr ""
4809
4793
4810 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
4794 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
4811 msgid "Confirm to remove current statistics"
4795 msgid "Confirm to remove current statistics"
4812 msgstr ""
4796 msgstr ""
4813
4797
4814 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:14
4798 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:14
4815 msgid "Select to inherit global vcs settings."
4799 msgid "Select to inherit global vcs settings."
4816 msgstr ""
4800 msgstr ""
4817
4801
4818 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
4802 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
4819 #: rhodecode/templates/admin/settings/settings_global.html:109
4803 #: rhodecode/templates/admin/settings/settings_global.html:109
4820 #: rhodecode/templates/admin/settings/settings_labs.html:45
4804 #: rhodecode/templates/admin/settings/settings_labs.html:45
4821 #: rhodecode/templates/admin/settings/settings_vcs.html:13
4805 #: rhodecode/templates/admin/settings/settings_vcs.html:13
4822 #: rhodecode/templates/admin/settings/settings_visual.html:219
4806 #: rhodecode/templates/admin/settings/settings_visual.html:219
4823 msgid "Save settings"
4807 msgid "Save settings"
4824 msgstr ""
4808 msgstr ""
4825
4809
4826 #: rhodecode/templates/admin/repos/repos.html:5
4810 #: rhodecode/templates/admin/repos/repos.html:5
4827 msgid "Repositories administration"
4811 msgid "Repositories administration"
4828 msgstr ""
4812 msgstr ""
4829
4813
4830 #: rhodecode/templates/admin/repos/repos.html:13
4814 #: rhodecode/templates/admin/repos/repos.html:13
4831 msgid "repositories"
4815 msgid "repositories"
4832 msgstr ""
4816 msgstr ""
4833
4817
4834 #: rhodecode/templates/admin/repos/repos.html:67
4818 #: rhodecode/templates/admin/repos/repos.html:67
4835 msgid "State"
4819 msgid "State"
4836 msgstr ""
4820 msgstr ""
4837
4821
4838 #: rhodecode/templates/admin/settings/settings.html:5
4822 #: rhodecode/templates/admin/settings/settings.html:5
4839 msgid "Settings administration"
4823 msgid "Settings administration"
4840 msgstr ""
4824 msgstr ""
4841
4825
4842 #: rhodecode/templates/admin/settings/settings_email.html:3
4826 #: rhodecode/templates/admin/settings/settings_email.html:3
4843 msgid "Email Configuration"
4827 msgid "Email Configuration"
4844 msgstr ""
4828 msgstr ""
4845
4829
4846 #: rhodecode/templates/admin/settings/settings_email.html:8
4830 #: rhodecode/templates/admin/settings/settings_email.html:8
4847 msgid "Email prefix"
4831 msgid "Email prefix"
4848 msgstr ""
4832 msgstr ""
4849
4833
4850 #: rhodecode/templates/admin/settings/settings_email.html:9
4834 #: rhodecode/templates/admin/settings/settings_email.html:9
4851 msgid "RhodeCode email from"
4835 msgid "RhodeCode email from"
4852 msgstr ""
4836 msgstr ""
4853
4837
4854 #: rhodecode/templates/admin/settings/settings_email.html:10
4838 #: rhodecode/templates/admin/settings/settings_email.html:10
4855 msgid "Error email from"
4839 msgid "Error email from"
4856 msgstr ""
4840 msgstr ""
4857
4841
4858 #: rhodecode/templates/admin/settings/settings_email.html:11
4842 #: rhodecode/templates/admin/settings/settings_email.html:11
4859 msgid "Error email recipients"
4843 msgid "Error email recipients"
4860 msgstr ""
4844 msgstr ""
4861
4845
4862 #: rhodecode/templates/admin/settings/settings_email.html:13
4846 #: rhodecode/templates/admin/settings/settings_email.html:13
4863 msgid "SMTP server"
4847 msgid "SMTP server"
4864 msgstr ""
4848 msgstr ""
4865
4849
4866 #: rhodecode/templates/admin/settings/settings_email.html:14
4850 #: rhodecode/templates/admin/settings/settings_email.html:14
4867 msgid "SMTP username"
4851 msgid "SMTP username"
4868 msgstr ""
4852 msgstr ""
4869
4853
4870 #: rhodecode/templates/admin/settings/settings_email.html:15
4854 #: rhodecode/templates/admin/settings/settings_email.html:15
4871 msgid "SMTP password"
4855 msgid "SMTP password"
4872 msgstr ""
4856 msgstr ""
4873
4857
4874 #: rhodecode/templates/admin/settings/settings_email.html:16
4858 #: rhodecode/templates/admin/settings/settings_email.html:16
4875 msgid "SMTP port"
4859 msgid "SMTP port"
4876 msgstr ""
4860 msgstr ""
4877
4861
4878 #: rhodecode/templates/admin/settings/settings_email.html:18
4862 #: rhodecode/templates/admin/settings/settings_email.html:18
4879 msgid "SMTP use TLS"
4863 msgid "SMTP use TLS"
4880 msgstr ""
4864 msgstr ""
4881
4865
4882 #: rhodecode/templates/admin/settings/settings_email.html:19
4866 #: rhodecode/templates/admin/settings/settings_email.html:19
4883 msgid "SMTP use SSL"
4867 msgid "SMTP use SSL"
4884 msgstr ""
4868 msgstr ""
4885
4869
4886 #: rhodecode/templates/admin/settings/settings_email.html:20
4870 #: rhodecode/templates/admin/settings/settings_email.html:20
4887 msgid "SMTP auth"
4871 msgid "SMTP auth"
4888 msgstr ""
4872 msgstr ""
4889
4873
4890 #: rhodecode/templates/admin/settings/settings_email.html:34
4874 #: rhodecode/templates/admin/settings/settings_email.html:34
4891 msgid "Test Email"
4875 msgid "Test Email"
4892 msgstr ""
4876 msgstr ""
4893
4877
4894 #: rhodecode/templates/admin/settings/settings_email.html:40
4878 #: rhodecode/templates/admin/settings/settings_email.html:40
4895 msgid "enter valid email"
4879 msgid "enter valid email"
4896 msgstr ""
4880 msgstr ""
4897
4881
4898 #: rhodecode/templates/admin/settings/settings_email.html:44
4882 #: rhodecode/templates/admin/settings/settings_email.html:44
4899 msgid "Send an auto-generated email from this server to above email..."
4883 msgid "Send an auto-generated email from this server to above email..."
4900 msgstr ""
4884 msgstr ""
4901
4885
4902 #: rhodecode/templates/admin/settings/settings_email.html:48
4886 #: rhodecode/templates/admin/settings/settings_email.html:48
4903 msgid "Send"
4887 msgid "Send"
4904 msgstr ""
4888 msgstr ""
4905
4889
4906 #: rhodecode/templates/admin/settings/settings_global.html:5
4890 #: rhodecode/templates/admin/settings/settings_global.html:5
4907 msgid "Branding"
4891 msgid "Branding"
4908 msgstr ""
4892 msgstr ""
4909
4893
4910 #: rhodecode/templates/admin/settings/settings_global.html:9
4911 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4912 #: rhodecode/templates/email_templates/pull_request_review.mako:65
4913 #: rhodecode/templates/pullrequests/pullrequest.html:38
4914 #: rhodecode/templates/pullrequests/pullrequests.html:104
4915 msgid "Title"
4916 msgstr ""
4917
4918 #: rhodecode/templates/admin/settings/settings_global.html:16
4894 #: rhodecode/templates/admin/settings/settings_global.html:16
4919 msgid ""
4895 msgid ""
4920 "Set a custom title for your RhodeCode instance (limited to 40 characters)."
4896 "Set a custom title for your RhodeCode instance (limited to 40 characters)."
4921 msgstr ""
4897 msgstr ""
4922
4898
4923 #: rhodecode/templates/admin/settings/settings_global.html:20
4899 #: rhodecode/templates/admin/settings/settings_global.html:20
4924 msgid "HTTP[S] authentication realm"
4900 msgid "HTTP[S] authentication realm"
4925 msgstr ""
4901 msgstr ""
4926
4902
4927 #: rhodecode/templates/admin/settings/settings_global.html:27
4903 #: rhodecode/templates/admin/settings/settings_global.html:27
4928 msgid ""
4904 msgid ""
4929 "Set a custom text that is shown as authentication message to clients trying "
4905 "Set a custom text that is shown as authentication message to clients trying "
4930 "to connect."
4906 "to connect."
4931 msgstr ""
4907 msgstr ""
4932
4908
4933 #: rhodecode/templates/admin/settings/settings_global.html:35
4909 #: rhodecode/templates/admin/settings/settings_global.html:35
4934 msgid "Registration Captcha"
4910 msgid "Registration Captcha"
4935 msgstr ""
4911 msgstr ""
4936
4912
4937 #: rhodecode/templates/admin/settings/settings_global.html:39
4913 #: rhodecode/templates/admin/settings/settings_global.html:39
4938 msgid "Google ReCaptcha public key"
4914 msgid "Google ReCaptcha public key"
4939 msgstr ""
4915 msgstr ""
4940
4916
4941 #: rhodecode/templates/admin/settings/settings_global.html:46
4917 #: rhodecode/templates/admin/settings/settings_global.html:46
4942 msgid "Public key for reCaptcha system."
4918 msgid "Public key for reCaptcha system."
4943 msgstr ""
4919 msgstr ""
4944
4920
4945 #: rhodecode/templates/admin/settings/settings_global.html:51
4921 #: rhodecode/templates/admin/settings/settings_global.html:51
4946 msgid "Google ReCaptcha private key"
4922 msgid "Google ReCaptcha private key"
4947 msgstr ""
4923 msgstr ""
4948
4924
4949 #: rhodecode/templates/admin/settings/settings_global.html:58
4925 #: rhodecode/templates/admin/settings/settings_global.html:58
4950 msgid ""
4926 msgid ""
4951 "Private key for reCaptcha system. Setting this value will enable captcha on "
4927 "Private key for reCaptcha system. Setting this value will enable captcha on "
4952 "registration"
4928 "registration"
4953 msgstr ""
4929 msgstr ""
4954
4930
4955 #: rhodecode/templates/admin/settings/settings_global.html:66
4931 #: rhodecode/templates/admin/settings/settings_global.html:66
4956 msgid "Custom Header Code"
4932 msgid "Custom Header Code"
4957 msgstr ""
4933 msgstr ""
4958
4934
4959 #: rhodecode/templates/admin/settings/settings_global.html:71
4935 #: rhodecode/templates/admin/settings/settings_global.html:71
4960 #: rhodecode/templates/admin/settings/settings_global.html:93
4936 #: rhodecode/templates/admin/settings/settings_global.html:93
4961 #: rhodecode/templates/debug_style/form-elements-small.html:59
4937 #: rhodecode/templates/debug_style/form-elements-small.html:59
4962 #: rhodecode/templates/debug_style/form-elements.html:57
4938 #: rhodecode/templates/debug_style/form-elements.html:57
4963 #: rhodecode/templates/debug_style/form-elements.html:82
4939 #: rhodecode/templates/debug_style/form-elements.html:82
4964 #: rhodecode/templates/debug_style/form-elements.html:225
4940 #: rhodecode/templates/debug_style/form-elements.html:225
4965 #: rhodecode/templates/debug_style/form-elements.html:381
4941 #: rhodecode/templates/debug_style/form-elements.html:381
4966 #: rhodecode/templates/debug_style/form-elements.html:407
4942 #: rhodecode/templates/debug_style/form-elements.html:407
4967 #: rhodecode/templates/debug_style/form-elements.html:515
4943 #: rhodecode/templates/debug_style/form-elements.html:515
4968 #: rhodecode/templates/debug_style/form-elements.html:519
4944 #: rhodecode/templates/debug_style/form-elements.html:519
4969 #: rhodecode/templates/debug_style/form-elements.html:537
4945 #: rhodecode/templates/debug_style/form-elements.html:537
4970 #: rhodecode/templates/debug_style/form-elements.html:587
4946 #: rhodecode/templates/debug_style/form-elements.html:587
4971 #: rhodecode/templates/debug_style/form-inline.html:38
4947 #: rhodecode/templates/debug_style/form-inline.html:38
4972 #: rhodecode/templates/debug_style/form-inline.html:139
4948 #: rhodecode/templates/debug_style/form-inline.html:139
4973 #: rhodecode/templates/debug_style/form-inline.html:147
4949 #: rhodecode/templates/debug_style/form-inline.html:147
4974 #: rhodecode/templates/debug_style/form-vertical.html:60
4950 #: rhodecode/templates/debug_style/form-vertical.html:60
4975 #: rhodecode/templates/debug_style/forms.html:37
4951 #: rhodecode/templates/debug_style/forms.html:37
4976 #: rhodecode/templates/debug_style/forms.html:60
4952 #: rhodecode/templates/debug_style/forms.html:60
4977 #: rhodecode/templates/debug_style/forms.html:78
4953 #: rhodecode/templates/debug_style/forms.html:78
4978 #: rhodecode/templates/debug_style/forms.html:96
4954 #: rhodecode/templates/debug_style/forms.html:96
4979 #: rhodecode/templates/debug_style/layout-form-sidebar.html:44
4955 #: rhodecode/templates/debug_style/layout-form-sidebar.html:44
4980 msgid "Templates..."
4956 msgid "Templates..."
4981 msgstr ""
4957 msgstr ""
4982
4958
4983 #: rhodecode/templates/admin/settings/settings_global.html:74
4959 #: rhodecode/templates/admin/settings/settings_global.html:74
4984 #: rhodecode/templates/admin/settings/settings_global.html:96
4960 #: rhodecode/templates/admin/settings/settings_global.html:96
4985 #: rhodecode/templates/debug_style/form-elements-small.html:62
4961 #: rhodecode/templates/debug_style/form-elements-small.html:62
4986 #: rhodecode/templates/debug_style/form-elements.html:60
4962 #: rhodecode/templates/debug_style/form-elements.html:60
4987 #: rhodecode/templates/debug_style/form-elements.html:85
4963 #: rhodecode/templates/debug_style/form-elements.html:85
4988 #: rhodecode/templates/debug_style/form-elements.html:228
4964 #: rhodecode/templates/debug_style/form-elements.html:228
4989 #: rhodecode/templates/debug_style/form-elements.html:384
4965 #: rhodecode/templates/debug_style/form-elements.html:384
4990 #: rhodecode/templates/debug_style/form-elements.html:410
4966 #: rhodecode/templates/debug_style/form-elements.html:410
4991 #: rhodecode/templates/debug_style/form-elements.html:518
4967 #: rhodecode/templates/debug_style/form-elements.html:518
4992 #: rhodecode/templates/debug_style/form-elements.html:522
4968 #: rhodecode/templates/debug_style/form-elements.html:522
4993 #: rhodecode/templates/debug_style/form-elements.html:540
4969 #: rhodecode/templates/debug_style/form-elements.html:540
4994 #: rhodecode/templates/debug_style/form-elements.html:590
4970 #: rhodecode/templates/debug_style/form-elements.html:590
4995 #: rhodecode/templates/debug_style/form-inline.html:41
4971 #: rhodecode/templates/debug_style/form-inline.html:41
4996 #: rhodecode/templates/debug_style/form-inline.html:142
4972 #: rhodecode/templates/debug_style/form-inline.html:142
4997 #: rhodecode/templates/debug_style/form-inline.html:150
4973 #: rhodecode/templates/debug_style/form-inline.html:150
4998 #: rhodecode/templates/debug_style/form-vertical.html:63
4974 #: rhodecode/templates/debug_style/form-vertical.html:63
4999 #: rhodecode/templates/debug_style/forms.html:40
4975 #: rhodecode/templates/debug_style/forms.html:40
5000 #: rhodecode/templates/debug_style/forms.html:63
4976 #: rhodecode/templates/debug_style/forms.html:63
5001 #: rhodecode/templates/debug_style/forms.html:81
4977 #: rhodecode/templates/debug_style/forms.html:81
5002 #: rhodecode/templates/debug_style/forms.html:99
4978 #: rhodecode/templates/debug_style/forms.html:99
5003 #: rhodecode/templates/debug_style/layout-form-sidebar.html:47
4979 #: rhodecode/templates/debug_style/layout-form-sidebar.html:47
5004 msgid "Server Announcement"
4980 msgid "Server Announcement"
5005 msgstr ""
4981 msgstr ""
5006
4982
5007 #: rhodecode/templates/admin/settings/settings_global.html:80
4983 #: rhodecode/templates/admin/settings/settings_global.html:80
5008 msgid "Custom js/css code added at the end of the <header> tag."
4984 msgid "Custom js/css code added at the end of the <header> tag."
5009 msgstr ""
4985 msgstr ""
5010
4986
5011 #: rhodecode/templates/admin/settings/settings_global.html:81
4987 #: rhodecode/templates/admin/settings/settings_global.html:81
5012 #: rhodecode/templates/admin/settings/settings_global.html:103
4988 #: rhodecode/templates/admin/settings/settings_global.html:103
5013 msgid "Use <script> or <css> tags to define custom styling or scripting"
4989 msgid "Use <script> or <css> tags to define custom styling or scripting"
5014 msgstr ""
4990 msgstr ""
5015
4991
5016 #: rhodecode/templates/admin/settings/settings_global.html:88
4992 #: rhodecode/templates/admin/settings/settings_global.html:88
5017 msgid "Custom Footer Code"
4993 msgid "Custom Footer Code"
5018 msgstr ""
4994 msgstr ""
5019
4995
5020 #: rhodecode/templates/admin/settings/settings_global.html:102
4996 #: rhodecode/templates/admin/settings/settings_global.html:102
5021 msgid "Custom js/css code added at the end of the <body> tag."
4997 msgid "Custom js/css code added at the end of the <body> tag."
5022 msgstr ""
4998 msgstr ""
5023
4999
5024 #: rhodecode/templates/admin/settings/settings_hooks.html:3
5000 #: rhodecode/templates/admin/settings/settings_hooks.html:3
5025 msgid "Built in Mercurial hooks - read only"
5001 msgid "Built in Mercurial hooks - read only"
5026 msgstr ""
5002 msgstr ""
5027
5003
5028 #: rhodecode/templates/admin/settings/settings_hooks.html:19
5004 #: rhodecode/templates/admin/settings/settings_hooks.html:19
5029 msgid ""
5005 msgid ""
5030 "Hooks can be used to trigger actions on certain events such as push / pull. "
5006 "Hooks can be used to trigger actions on certain events such as push / pull. "
5031 "They can trigger Python functions or external applications."
5007 "They can trigger Python functions or external applications."
5032 msgstr ""
5008 msgstr ""
5033
5009
5034 #: rhodecode/templates/admin/settings/settings_hooks.html:27
5010 #: rhodecode/templates/admin/settings/settings_hooks.html:27
5035 msgid "Custom hooks"
5011 msgid "Custom hooks"
5036 msgstr ""
5012 msgstr ""
5037
5013
5038 #: rhodecode/templates/admin/settings/settings_labs.html:3
5014 #: rhodecode/templates/admin/settings/settings_labs.html:3
5039 msgid "Labs Settings"
5015 msgid "Labs Settings"
5040 msgstr ""
5016 msgstr ""
5041
5017
5042 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5018 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5043 msgid "Import New Groups or Repositories"
5019 msgid "Import New Groups or Repositories"
5044 msgstr ""
5020 msgstr ""
5045
5021
5046 #: rhodecode/templates/admin/settings/settings_mapping.html:10
5022 #: rhodecode/templates/admin/settings/settings_mapping.html:10
5047 msgid "Destroy old data"
5023 msgid "Destroy old data"
5048 msgstr ""
5024 msgstr ""
5049
5025
5050 #: rhodecode/templates/admin/settings/settings_mapping.html:12
5026 #: rhodecode/templates/admin/settings/settings_mapping.html:12
5051 msgid ""
5027 msgid ""
5052 "In case a repository or a group was deleted from the filesystem and it still"
5028 "In case a repository or a group was deleted from the filesystem and it still"
5053 " exists in the database, check this option to remove obsolete data from the "
5029 " exists in the database, check this option to remove obsolete data from the "
5054 "database."
5030 "database."
5055 msgstr ""
5031 msgstr ""
5056
5032
5057 #: rhodecode/templates/admin/settings/settings_mapping.html:16
5033 #: rhodecode/templates/admin/settings/settings_mapping.html:16
5058 msgid "Invalidate cache for all repositories"
5034 msgid "Invalidate cache for all repositories"
5059 msgstr ""
5035 msgstr ""
5060
5036
5061 #: rhodecode/templates/admin/settings/settings_mapping.html:18
5037 #: rhodecode/templates/admin/settings/settings_mapping.html:18
5062 msgid ""
5038 msgid ""
5063 "Each cache data for repositories will be cleaned with this option selected. "
5039 "Each cache data for repositories will be cleaned with this option selected. "
5064 "Use this to reload data and clear cache keys."
5040 "Use this to reload data and clear cache keys."
5065 msgstr ""
5041 msgstr ""
5066
5042
5067 #: rhodecode/templates/admin/settings/settings_mapping.html:21
5043 #: rhodecode/templates/admin/settings/settings_mapping.html:21
5068 msgid "Rescan Filesystem"
5044 msgid "Rescan Filesystem"
5069 msgstr ""
5045 msgstr ""
5070
5046
5071 #: rhodecode/templates/admin/settings/settings_open_source.html:3
5047 #: rhodecode/templates/admin/settings/settings_open_source.html:3
5072 msgid "Licenses of Third Party Packages"
5048 msgid "Licenses of Third Party Packages"
5073 msgstr ""
5049 msgstr ""
5074
5050
5075 #: rhodecode/templates/admin/settings/settings_search.html:3
5051 #: rhodecode/templates/admin/settings/settings_search.html:3
5076 msgid "RhodeCode Full Text Search"
5052 msgid "RhodeCode Full Text Search"
5077 msgstr ""
5053 msgstr ""
5078
5054
5079 #: rhodecode/templates/admin/settings/settings_supervisor_tail.html:1
5055 #: rhodecode/templates/admin/settings/settings_supervisor_tail.html:1
5080 #, python-format
5056 #, python-format
5081 msgid ""
5057 msgid ""
5082 "Last %(size)s bytes of process logs, use ?offset=[num] GET param to set "
5058 "Last %(size)s bytes of process logs, use ?offset=[num] GET param to set "
5083 "custom size"
5059 "custom size"
5084 msgstr ""
5060 msgstr ""
5085
5061
5086 #: rhodecode/templates/admin/settings/settings_system.html:4
5062 #: rhodecode/templates/admin/settings/settings_system.html:4
5063 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:4
5087 msgid "RhodeCode Enterprise version"
5064 msgid "RhodeCode Enterprise version"
5088 msgstr ""
5065 msgstr ""
5089
5066
5090 #: rhodecode/templates/admin/settings/settings_system.html:4
5067 #: rhodecode/templates/admin/settings/settings_system.html:4
5091 msgid "check for updates"
5068 msgid "check for updates"
5092 msgstr ""
5069 msgstr ""
5093
5070
5094 #: rhodecode/templates/admin/settings/settings_system.html:5
5071 #: rhodecode/templates/admin/settings/settings_system.html:5
5072 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:5
5095 msgid "Upgrade info endpoint"
5073 msgid "Upgrade info endpoint"
5096 msgstr ""
5074 msgstr ""
5097
5075
5098 #: rhodecode/templates/admin/settings/settings_system.html:5
5076 #: rhodecode/templates/admin/settings/settings_system.html:5
5099 msgid "Note: please make sure this server can access this url"
5077 msgid "Note: please make sure this server can access this url"
5100 msgstr ""
5078 msgstr ""
5101
5079
5102 #: rhodecode/templates/admin/settings/settings_system.html:6
5080 #: rhodecode/templates/admin/settings/settings_system.html:6
5081 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:6
5103 msgid "Configuration INI file"
5082 msgid "Configuration INI file"
5104 msgstr ""
5083 msgstr ""
5105
5084
5106 #: rhodecode/templates/admin/settings/settings_system.html:8
5085 #: rhodecode/templates/admin/settings/settings_system.html:8
5086 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:8
5107 msgid "RhodeCode Enterprise Server IP"
5087 msgid "RhodeCode Enterprise Server IP"
5108 msgstr ""
5088 msgstr ""
5109
5089
5110 #: rhodecode/templates/admin/settings/settings_system.html:9
5090 #: rhodecode/templates/admin/settings/settings_system.html:9
5091 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:9
5111 msgid "RhodeCode Enterprise Server ID"
5092 msgid "RhodeCode Enterprise Server ID"
5112 msgstr ""
5093 msgstr ""
5113
5094
5114 #: rhodecode/templates/admin/settings/settings_system.html:10
5095 #: rhodecode/templates/admin/settings/settings_system.html:10
5096 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:10
5115 msgid "Platform"
5097 msgid "Platform"
5116 msgstr ""
5098 msgstr ""
5117
5099
5118 #: rhodecode/templates/admin/settings/settings_system.html:11
5100 #: rhodecode/templates/admin/settings/settings_system.html:11
5101 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:11
5119 msgid "Uptime"
5102 msgid "Uptime"
5120 msgstr ""
5103 msgstr ""
5121
5104
5122 #: rhodecode/templates/admin/settings/settings_system.html:12
5105 #: rhodecode/templates/admin/settings/settings_system.html:12
5106 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:12
5123 msgid "Storage location"
5107 msgid "Storage location"
5124 msgstr ""
5108 msgstr ""
5125
5109
5126 #: rhodecode/templates/admin/settings/settings_system.html:13
5110 #: rhodecode/templates/admin/settings/settings_system.html:13
5111 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:13
5127 msgid "Storage disk space"
5112 msgid "Storage disk space"
5128 msgstr ""
5113 msgstr ""
5129
5114
5130 #: rhodecode/templates/admin/settings/settings_system.html:15
5115 #: rhodecode/templates/admin/settings/settings_system.html:15
5116 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:15
5131 msgid "Search index storage"
5117 msgid "Search index storage"
5132 msgstr ""
5118 msgstr ""
5133
5119
5134 #: rhodecode/templates/admin/settings/settings_system.html:16
5120 #: rhodecode/templates/admin/settings/settings_system.html:16
5121 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:16
5135 msgid "Search index size"
5122 msgid "Search index size"
5136 msgstr ""
5123 msgstr ""
5137
5124
5138 #: rhodecode/templates/admin/settings/settings_system.html:18
5125 #: rhodecode/templates/admin/settings/settings_system.html:18
5126 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:18
5139 msgid "Gist storage"
5127 msgid "Gist storage"
5140 msgstr ""
5128 msgstr ""
5141
5129
5142 #: rhodecode/templates/admin/settings/settings_system.html:19
5130 #: rhodecode/templates/admin/settings/settings_system.html:19
5131 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:19
5143 msgid "Gist storage size"
5132 msgid "Gist storage size"
5144 msgstr ""
5133 msgstr ""
5145
5134
5146 #: rhodecode/templates/admin/settings/settings_system.html:21
5135 #: rhodecode/templates/admin/settings/settings_system.html:21
5136 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:21
5147 msgid "Archive cache"
5137 msgid "Archive cache"
5148 msgstr ""
5138 msgstr ""
5149
5139
5150 #: rhodecode/templates/admin/settings/settings_system.html:21
5140 #: rhodecode/templates/admin/settings/settings_system.html:21
5151 msgid ""
5141 msgid ""
5152 "Enable this by setting archive_cache_dir=/path/to/cache option in the .ini "
5142 "Enable this by setting archive_cache_dir=/path/to/cache option in the .ini "
5153 "file"
5143 "file"
5154 msgstr ""
5144 msgstr ""
5155
5145
5156 #: rhodecode/templates/admin/settings/settings_system.html:22
5146 #: rhodecode/templates/admin/settings/settings_system.html:22
5147 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:22
5157 msgid "Archive cache size"
5148 msgid "Archive cache size"
5158 msgstr ""
5149 msgstr ""
5159
5150
5160 #: rhodecode/templates/admin/settings/settings_system.html:24
5151 #: rhodecode/templates/admin/settings/settings_system.html:24
5152 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:24
5161 msgid "System memory"
5153 msgid "System memory"
5162 msgstr ""
5154 msgstr ""
5163
5155
5164 #: rhodecode/templates/admin/settings/settings_system.html:25
5156 #: rhodecode/templates/admin/settings/settings_system.html:25
5157 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:25
5165 msgid "CPU"
5158 msgid "CPU"
5166 msgstr ""
5159 msgstr ""
5167
5160
5168 #: rhodecode/templates/admin/settings/settings_system.html:26
5161 #: rhodecode/templates/admin/settings/settings_system.html:26
5162 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:26
5169 msgid "Load"
5163 msgid "Load"
5170 msgstr ""
5164 msgstr ""
5171
5165
5172 #: rhodecode/templates/admin/settings/settings_system.html:29
5166 #: rhodecode/templates/admin/settings/settings_system.html:29
5167 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:29
5173 msgid "Python version"
5168 msgid "Python version"
5174 msgstr ""
5169 msgstr ""
5175
5170
5176 #: rhodecode/templates/admin/settings/settings_system.html:30
5171 #: rhodecode/templates/admin/settings/settings_system.html:30
5172 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:30
5177 msgid "Python path"
5173 msgid "Python path"
5178 msgstr ""
5174 msgstr ""
5179
5175
5180 #: rhodecode/templates/admin/settings/settings_system.html:31
5176 #: rhodecode/templates/admin/settings/settings_system.html:31
5177 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:31
5181 msgid "GIT version"
5178 msgid "GIT version"
5182 msgstr ""
5179 msgstr ""
5183
5180
5184 #: rhodecode/templates/admin/settings/settings_system.html:32
5181 #: rhodecode/templates/admin/settings/settings_system.html:32
5182 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:32
5185 msgid "HG version"
5183 msgid "HG version"
5186 msgstr ""
5184 msgstr ""
5187
5185
5188 #: rhodecode/templates/admin/settings/settings_system.html:33
5186 #: rhodecode/templates/admin/settings/settings_system.html:33
5187 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:33
5189 msgid "SVN version"
5188 msgid "SVN version"
5190 msgstr ""
5189 msgstr ""
5191
5190
5192 #: rhodecode/templates/admin/settings/settings_system.html:34
5191 #: rhodecode/templates/admin/settings/settings_system.html:34
5192 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:34
5193 msgid "Database"
5193 msgid "Database"
5194 msgstr ""
5194 msgstr ""
5195
5195
5196 #: rhodecode/templates/admin/settings/settings_system.html:35
5196 #: rhodecode/templates/admin/settings/settings_system.html:35
5197 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:35
5197 msgid "Database version"
5198 msgid "Database version"
5198 msgstr ""
5199 msgstr ""
5199
5200
5200 #: rhodecode/templates/admin/settings/settings_system.html:41
5201 #: rhodecode/templates/admin/settings/settings_system.html:41
5201 msgid "Checking for updates..."
5202 msgid "Checking for updates..."
5202 msgstr ""
5203 msgstr ""
5203
5204
5204 #: rhodecode/templates/admin/settings/settings_system.html:61
5205 #: rhodecode/templates/admin/settings/settings_system.html:49
5206 msgid "create snapshot"
5207 msgstr ""
5208
5209 #: rhodecode/templates/admin/settings/settings_system.html:64
5205 msgid "Python Packages"
5210 msgid "Python Packages"
5206 msgstr ""
5211 msgstr ""
5207
5212
5208 #: rhodecode/templates/admin/settings/settings_visual.html:5
5213 #: rhodecode/templates/admin/settings/settings_visual.html:5
5209 #: rhodecode/templates/base/vcs_settings.html:10
5214 #: rhodecode/templates/base/vcs_settings.html:10
5210 msgid "General"
5215 msgid "General"
5211 msgstr ""
5216 msgstr ""
5212
5217
5213 #: rhodecode/templates/admin/settings/settings_visual.html:10
5218 #: rhodecode/templates/admin/settings/settings_visual.html:10
5214 msgid "Use repository extra fields"
5219 msgid "Use repository extra fields"
5215 msgstr ""
5220 msgstr ""
5216
5221
5217 #: rhodecode/templates/admin/settings/settings_visual.html:12
5222 #: rhodecode/templates/admin/settings/settings_visual.html:12
5218 msgid "Allows storing additional customized fields per repository."
5223 msgid "Allows storing additional customized fields per repository."
5219 msgstr ""
5224 msgstr ""
5220
5225
5221 #: rhodecode/templates/admin/settings/settings_visual.html:17
5226 #: rhodecode/templates/admin/settings/settings_visual.html:17
5222 msgid "Show RhodeCode version"
5227 msgid "Show RhodeCode version"
5223 msgstr ""
5228 msgstr ""
5224
5229
5225 #: rhodecode/templates/admin/settings/settings_visual.html:19
5230 #: rhodecode/templates/admin/settings/settings_visual.html:19
5226 msgid "Shows or hides a version number of RhodeCode displayed in the footer."
5231 msgid "Shows or hides a version number of RhodeCode displayed in the footer."
5227 msgstr ""
5232 msgstr ""
5228
5233
5229 #: rhodecode/templates/admin/settings/settings_visual.html:26
5234 #: rhodecode/templates/admin/settings/settings_visual.html:26
5230 msgid "Gravatars"
5235 msgid "Gravatars"
5231 msgstr ""
5236 msgstr ""
5232
5237
5233 #: rhodecode/templates/admin/settings/settings_visual.html:31
5238 #: rhodecode/templates/admin/settings/settings_visual.html:31
5234 msgid "Use Gravatars based avatars"
5239 msgid "Use Gravatars based avatars"
5235 msgstr ""
5240 msgstr ""
5236
5241
5237 #: rhodecode/templates/admin/settings/settings_visual.html:33
5242 #: rhodecode/templates/admin/settings/settings_visual.html:33
5238 msgid ""
5243 msgid ""
5239 "Use gravatar.com as avatar system for RhodeCode accounts. If this is "
5244 "Use gravatar.com as avatar system for RhodeCode accounts. If this is "
5240 "disabled avatars are generated based on initials and email."
5245 "disabled avatars are generated based on initials and email."
5241 msgstr ""
5246 msgstr ""
5242
5247
5243 #: rhodecode/templates/admin/settings/settings_visual.html:36
5248 #: rhodecode/templates/admin/settings/settings_visual.html:36
5244 msgid "Gravatar URL"
5249 msgid "Gravatar URL"
5245 msgstr ""
5250 msgstr ""
5246
5251
5247 #: rhodecode/templates/admin/settings/settings_visual.html:44
5252 #: rhodecode/templates/admin/settings/settings_visual.html:44
5248 msgid ""
5253 msgid ""
5249 "Gravatar url allows you to use other avatar server application.\n"
5254 "Gravatar url allows you to use other avatar server application.\n"
5250 " Following variables of the URL will be replaced accordingly.\n"
5255 " Following variables of the URL will be replaced accordingly.\n"
5251 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
5256 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
5252 " {email} user email,\n"
5257 " {email} user email,\n"
5253 " {md5email} md5 hash of the user email (like at gravatar.com),\n"
5258 " {md5email} md5 hash of the user email (like at gravatar.com),\n"
5254 " {size} size of the image that is expected from the server application,\n"
5259 " {size} size of the image that is expected from the server application,\n"
5255 " {netloc} network location/server host of running RhodeCode server"
5260 " {netloc} network location/server host of running RhodeCode server"
5256 msgstr ""
5261 msgstr ""
5257
5262
5258 #: rhodecode/templates/admin/settings/settings_visual.html:59
5263 #: rhodecode/templates/admin/settings/settings_visual.html:59
5259 msgid "Meta-Tagging"
5264 msgid "Meta-Tagging"
5260 msgstr ""
5265 msgstr ""
5261
5266
5262 #: rhodecode/templates/admin/settings/settings_visual.html:64
5267 #: rhodecode/templates/admin/settings/settings_visual.html:64
5263 msgid "Stylify recognised meta tags"
5268 msgid "Stylify recognised meta tags"
5264 msgstr ""
5269 msgstr ""
5265
5270
5266 #: rhodecode/templates/admin/settings/settings_visual.html:66
5271 #: rhodecode/templates/admin/settings/settings_visual.html:66
5267 msgid ""
5272 msgid ""
5268 "Parses meta tags from repository description field and turns them into "
5273 "Parses meta tags from repository description field and turns them into "
5269 "colored tags."
5274 "colored tags."
5270 msgstr ""
5275 msgstr ""
5271
5276
5272 #: rhodecode/templates/admin/settings/settings_visual.html:86
5277 #: rhodecode/templates/admin/settings/settings_visual.html:86
5273 msgid "Dashboard Items"
5278 msgid "Dashboard Items"
5274 msgstr ""
5279 msgstr ""
5275
5280
5276 #: rhodecode/templates/admin/settings/settings_visual.html:90
5281 #: rhodecode/templates/admin/settings/settings_visual.html:90
5277 msgid "Main page dashboard items"
5282 msgid "Main page dashboard items"
5278 msgstr ""
5283 msgstr ""
5279
5284
5280 #: rhodecode/templates/admin/settings/settings_visual.html:96
5285 #: rhodecode/templates/admin/settings/settings_visual.html:96
5281 msgid ""
5286 msgid ""
5282 "Number of items displayed in the main page dashboard before pagination is "
5287 "Number of items displayed in the main page dashboard before pagination is "
5283 "shown."
5288 "shown."
5284 msgstr ""
5289 msgstr ""
5285
5290
5286 #: rhodecode/templates/admin/settings/settings_visual.html:100
5291 #: rhodecode/templates/admin/settings/settings_visual.html:100
5287 msgid "Admin pages items"
5292 msgid "Admin pages items"
5288 msgstr ""
5293 msgstr ""
5289
5294
5290 #: rhodecode/templates/admin/settings/settings_visual.html:106
5295 #: rhodecode/templates/admin/settings/settings_visual.html:106
5291 msgid ""
5296 msgid ""
5292 "Number of items displayed in the admin pages grids before pagination is "
5297 "Number of items displayed in the admin pages grids before pagination is "
5293 "shown."
5298 "shown."
5294 msgstr ""
5299 msgstr ""
5295
5300
5296 #: rhodecode/templates/admin/settings/settings_visual.html:115
5301 #: rhodecode/templates/admin/settings/settings_visual.html:115
5297 msgid "Commit ID Style"
5302 msgid "Commit ID Style"
5298 msgstr ""
5303 msgstr ""
5299
5304
5300 #: rhodecode/templates/admin/settings/settings_visual.html:119
5305 #: rhodecode/templates/admin/settings/settings_visual.html:119
5301 msgid "Commit sha length"
5306 msgid "Commit sha length"
5302 msgstr ""
5307 msgstr ""
5303
5308
5304 #: rhodecode/templates/admin/settings/settings_visual.html:126
5309 #: rhodecode/templates/admin/settings/settings_visual.html:126
5305 msgid ""
5310 msgid ""
5306 "Number of chars to show in commit sha displayed in web interface.\n"
5311 "Number of chars to show in commit sha displayed in web interface.\n"
5307 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
5312 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
5308 " length of the sha after the `r123:` part."
5313 " length of the sha after the `r123:` part."
5309 msgstr ""
5314 msgstr ""
5310
5315
5311 #: rhodecode/templates/admin/settings/settings_visual.html:134
5316 #: rhodecode/templates/admin/settings/settings_visual.html:134
5312 msgid "Show commit ID numeric reference"
5317 msgid "Show commit ID numeric reference"
5313 msgstr ""
5318 msgstr ""
5314
5319
5315 #: rhodecode/templates/admin/settings/settings_visual.html:134
5320 #: rhodecode/templates/admin/settings/settings_visual.html:134
5316 msgid "Commit show revision number"
5321 msgid "Commit show revision number"
5317 msgstr ""
5322 msgstr ""
5318
5323
5319 #: rhodecode/templates/admin/settings/settings_visual.html:136
5324 #: rhodecode/templates/admin/settings/settings_visual.html:136
5320 msgid ""
5325 msgid ""
5321 "Show revision number in commit sha displayed in web interface.\n"
5326 "Show revision number in commit sha displayed in web interface.\n"
5322 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
5327 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
5323 " if the `r123:` part is shown."
5328 " if the `r123:` part is shown."
5324 msgstr ""
5329 msgstr ""
5325
5330
5326 #: rhodecode/templates/admin/settings/settings_visual.html:145
5331 #: rhodecode/templates/admin/settings/settings_visual.html:145
5327 #: rhodecode/templates/debug_style/index.html:62
5332 #: rhodecode/templates/debug_style/index.html:62
5328 msgid "Icons"
5333 msgid "Icons"
5329 msgstr ""
5334 msgstr ""
5330
5335
5331 #: rhodecode/templates/admin/settings/settings_visual.html:150
5336 #: rhodecode/templates/admin/settings/settings_visual.html:150
5332 msgid "Show public repo icon on repositories"
5337 msgid "Show public repo icon on repositories"
5333 msgstr ""
5338 msgstr ""
5334
5339
5335 #: rhodecode/templates/admin/settings/settings_visual.html:156
5340 #: rhodecode/templates/admin/settings/settings_visual.html:156
5336 msgid "Show private repo icon on repositories"
5341 msgid "Show private repo icon on repositories"
5337 msgstr ""
5342 msgstr ""
5338
5343
5339 #: rhodecode/templates/admin/settings/settings_visual.html:158
5344 #: rhodecode/templates/admin/settings/settings_visual.html:158
5340 msgid "Show public/private icons next to repositories names."
5345 msgid "Show public/private icons next to repositories names."
5341 msgstr ""
5346 msgstr ""
5342
5347
5343 #: rhodecode/templates/admin/settings/settings_visual.html:165
5348 #: rhodecode/templates/admin/settings/settings_visual.html:165
5344 msgid "Markup Renderer"
5349 msgid "Markup Renderer"
5345 msgstr ""
5350 msgstr ""
5346
5351
5347 #: rhodecode/templates/admin/settings/settings_visual.html:172
5352 #: rhodecode/templates/admin/settings/settings_visual.html:172
5348 msgid ""
5353 msgid ""
5349 "Default renderer used to render comments, pull request descriptions and "
5354 "Default renderer used to render comments, pull request descriptions and "
5350 "other description elements. After change old entries will still work "
5355 "other description elements. After change old entries will still work "
5351 "correctly."
5356 "correctly."
5352 msgstr ""
5357 msgstr ""
5353
5358
5354 #: rhodecode/templates/admin/settings/settings_visual.html:179
5359 #: rhodecode/templates/admin/settings/settings_visual.html:179
5355 msgid "Clone URL"
5360 msgid "Clone URL"
5356 msgstr ""
5361 msgstr ""
5357
5362
5358 #: rhodecode/templates/admin/settings/settings_visual.html:188
5363 #: rhodecode/templates/admin/settings/settings_visual.html:188
5359 msgid ""
5364 msgid ""
5360 "Schema of clone url construction eg. '{scheme}://{user}@{netloc}/{repo}', available vars:\n"
5365 "Schema of clone url construction eg. '{scheme}://{user}@{netloc}/{repo}', available vars:\n"
5361 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
5366 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
5362 " {user} current user username,\n"
5367 " {user} current user username,\n"
5363 " {netloc} network location/server host of running RhodeCode server,\n"
5368 " {netloc} network location/server host of running RhodeCode server,\n"
5364 " {repo} full repository name,\n"
5369 " {repo} full repository name,\n"
5365 " {repoid} ID of repository, can be used to contruct clone-by-id"
5370 " {repoid} ID of repository, can be used to contruct clone-by-id"
5366 msgstr ""
5371 msgstr ""
5367
5372
5368 #: rhodecode/templates/admin/settings/settings_visual.html:201
5373 #: rhodecode/templates/admin/settings/settings_visual.html:201
5369 msgid "Custom Support Link"
5374 msgid "Custom Support Link"
5370 msgstr ""
5375 msgstr ""
5371
5376
5372 #: rhodecode/templates/admin/settings/settings_visual.html:209
5377 #: rhodecode/templates/admin/settings/settings_visual.html:209
5373 #, python-format
5378 #, python-format
5374 msgid ""
5379 msgid ""
5375 "Custom url for the support link located at the bottom.\n"
5380 "Custom url for the support link located at the bottom.\n"
5376 " The default is set to %(default_url)s. In case there's a need\n"
5381 " The default is set to %(default_url)s. In case there's a need\n"
5377 " to change the support link to internal issue tracker, it should be done here.\n"
5382 " to change the support link to internal issue tracker, it should be done here.\n"
5378 " "
5383 " "
5379 msgstr ""
5384 msgstr ""
5380
5385
5381 #: rhodecode/templates/admin/user_groups/user_group_add.html:5
5386 #: rhodecode/templates/admin/user_groups/user_group_add.html:5
5382 msgid "Add user group"
5387 msgid "Add user group"
5383 msgstr ""
5388 msgstr ""
5384
5389
5385 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5390 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5386 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5391 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5387 #: rhodecode/templates/base/base.html:82
5392 #: rhodecode/templates/base/base.html:82
5388 #: rhodecode/templates/base/base.html:153
5393 #: rhodecode/templates/base/base.html:155
5389 msgid "User groups"
5394 msgid "User groups"
5390 msgstr ""
5395 msgstr ""
5391
5396
5392 #: rhodecode/templates/admin/user_groups/user_group_add.html:15
5397 #: rhodecode/templates/admin/user_groups/user_group_add.html:15
5393 #: rhodecode/templates/admin/user_groups/user_groups.html:28
5398 #: rhodecode/templates/admin/user_groups/user_groups.html:28
5394 msgid "Add User Group"
5399 msgid "Add User Group"
5395 msgstr ""
5400 msgstr ""
5396
5401
5397 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5402 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5398 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:12
5403 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:15
5399 msgid "Group name"
5404 msgid "Group name"
5400 msgstr ""
5405 msgstr ""
5401
5406
5402 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5407 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5403 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:33
5408 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5404 msgid "Short, optional description for this user group."
5409 msgid "Short, optional description for this user group."
5405 msgstr ""
5410 msgstr ""
5406
5411
5407 #: rhodecode/templates/admin/user_groups/user_group_edit.html:5
5412 #: rhodecode/templates/admin/user_groups/user_group_edit.html:5
5408 #, python-format
5413 #, python-format
5409 msgid "%s user group settings"
5414 msgid "%s user group settings"
5410 msgstr ""
5415 msgstr ""
5411
5416
5412 #: rhodecode/templates/admin/user_groups/user_group_edit.html:36
5417 #: rhodecode/templates/admin/user_groups/user_group_edit.html:36
5413 #: rhodecode/templates/admin/users/user_edit.html:36
5418 #: rhodecode/templates/admin/users/user_edit.html:36
5414 msgid "Global permissions"
5419 msgid "Global permissions"
5415 msgstr ""
5420 msgstr ""
5416
5421
5417 #: rhodecode/templates/admin/user_groups/user_group_edit.html:37
5422 #: rhodecode/templates/admin/user_groups/user_group_edit.html:37
5418 #: rhodecode/templates/admin/users/user_edit.html:37
5423 #: rhodecode/templates/admin/users/user_edit.html:37
5419 msgid "Permissions summary"
5424 msgid "Permissions summary"
5420 msgstr ""
5425 msgstr ""
5421
5426
5422 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5427 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5423 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5428 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5424 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5425 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5429 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5426 #: rhodecode/templates/debug_style/form-elements.html:509
5430 #: rhodecode/templates/debug_style/form-elements.html:509
5427 msgid "Members"
5431 msgid "Members"
5428 msgstr ""
5432 msgstr ""
5429
5433
5430 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:9
5434 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:9
5431 msgid "Assigned to repositories"
5435 msgid "Assigned to repositories"
5432 msgstr ""
5436 msgstr ""
5433
5437
5434 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:10
5438 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:10
5435 msgid "Assigned to repo groups"
5439 msgid "Assigned to repo groups"
5436 msgstr ""
5440 msgstr ""
5437
5441
5438 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5442 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5439 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:3
5443 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:6
5440 #, python-format
5444 #, python-format
5441 msgid "User Group: %s"
5445 msgid "User Group: %s"
5442 msgstr ""
5446 msgstr ""
5443
5447
5444 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:26
5448 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:26
5445 msgid "Delete User Group"
5449 msgid "Delete User Group"
5446 msgstr ""
5450 msgstr ""
5447
5451
5448 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:32
5452 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:32
5449 #, python-format
5453 #, python-format
5450 msgid ""
5454 msgid ""
5451 "Confirm to delete user group `%(ugroup)s` with all permission assignments"
5455 "Confirm to delete user group `%(ugroup)s` with all permission assignments"
5452 msgstr ""
5456 msgstr ""
5453
5457
5454 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:34
5458 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:34
5455 msgid "Delete This User Group"
5459 msgid "Delete This User Group"
5456 msgstr ""
5460 msgstr ""
5457
5461
5458 #: rhodecode/templates/admin/user_groups/user_group_edit_members.html:5
5462 #: rhodecode/templates/admin/user_groups/user_group_edit_members.html:5
5459 #, python-format
5463 #, python-format
5460 msgid "Members of User Group: %s"
5464 msgid "Members of User Group: %s"
5461 msgstr ""
5465 msgstr ""
5462
5466
5463 #: rhodecode/templates/admin/user_groups/user_group_edit_members.html:27
5467 #: rhodecode/templates/admin/user_groups/user_group_edit_members.html:27
5464 msgid "No members yet"
5468 msgid "No members yet"
5465 msgstr ""
5469 msgstr ""
5466
5470
5467 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:5
5471 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:5
5468 msgid "User Group Permissions"
5472 msgid "User Group Permissions"
5469 msgstr ""
5473 msgstr ""
5470
5474
5471 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:62
5475 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:62
5472 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:109
5476 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:109
5473 msgid "revoke"
5477 msgid "revoke"
5474 msgstr ""
5478 msgstr ""
5475
5479
5476 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
5480 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:36
5477 msgid "Change owner of this user group."
5481 msgid "Change owner of this user group."
5478 msgstr ""
5482 msgstr ""
5479
5483
5480 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:50
5484 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:59
5485 #: rhodecode/templates/base/base.html:257
5486 #: rhodecode/templates/base/base.html:399
5487 #: rhodecode/templates/search/search.html:64
5488 msgid "Search"
5489 msgstr ""
5490
5491 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5481 #: rhodecode/templates/debug_style/form-elements.html:513
5492 #: rhodecode/templates/debug_style/form-elements.html:513
5482 #: rhodecode/templates/debug_style/form-elements.html:571
5493 #: rhodecode/templates/debug_style/form-elements.html:571
5483 #: rhodecode/templates/debug_style/forms.html:236
5494 #: rhodecode/templates/debug_style/forms.html:236
5484 msgid "Chosen group members"
5495 msgid "Chosen group members"
5485 msgstr ""
5496 msgstr ""
5486
5497
5487 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:53
5498 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:69
5488 #: rhodecode/templates/debug_style/form-elements.html:525
5499 #: rhodecode/templates/debug_style/form-elements.html:525
5489 #: rhodecode/templates/debug_style/form-elements.html:575
5500 #: rhodecode/templates/debug_style/form-elements.html:575
5490 #: rhodecode/templates/debug_style/forms.html:240
5501 #: rhodecode/templates/debug_style/forms.html:240
5491 msgid "Remove all elements"
5502 msgid "Remove all elements"
5492 msgstr ""
5503 msgstr ""
5493
5504
5494 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:63
5505 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:79
5495 #: rhodecode/templates/debug_style/form-elements.html:535
5506 msgid "Available users"
5496 #: rhodecode/templates/debug_style/form-elements.html:585
5507 msgstr ""
5497 #: rhodecode/templates/debug_style/forms.html:250
5508
5498 msgid "Available members"
5509 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:83
5499 msgstr ""
5500
5501 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5502 #: rhodecode/templates/debug_style/form-elements.html:543
5510 #: rhodecode/templates/debug_style/form-elements.html:543
5503 #: rhodecode/templates/debug_style/form-elements.html:593
5511 #: rhodecode/templates/debug_style/form-elements.html:593
5504 #: rhodecode/templates/debug_style/forms.html:258
5512 #: rhodecode/templates/debug_style/forms.html:258
5505 msgid "Add all elements"
5513 msgid "Add all elements"
5506 msgstr ""
5514 msgstr ""
5507
5515
5508 #: rhodecode/templates/admin/user_groups/user_groups.html:5
5516 #: rhodecode/templates/admin/user_groups/user_groups.html:5
5509 msgid "User groups administration"
5517 msgid "User groups administration"
5510 msgstr ""
5518 msgstr ""
5511
5519
5512 #: rhodecode/templates/admin/user_groups/user_groups.html:13
5520 #: rhodecode/templates/admin/user_groups/user_groups.html:13
5513 msgid "user groups"
5521 msgid "user groups"
5514 msgstr ""
5522 msgstr ""
5515
5523
5516 #: rhodecode/templates/admin/users/user_add.html:5
5524 #: rhodecode/templates/admin/users/user_add.html:5
5517 msgid "Add user"
5525 msgid "Add user"
5518 msgstr ""
5526 msgstr ""
5519
5527
5520 #: rhodecode/templates/admin/users/user_add.html:13
5528 #: rhodecode/templates/admin/users/user_add.html:13
5521 #: rhodecode/templates/admin/users/user_edit.html:14
5529 #: rhodecode/templates/admin/users/user_edit.html:14
5522 #: rhodecode/templates/base/base.html:81
5530 #: rhodecode/templates/base/base.html:81
5523 msgid "Users"
5531 msgid "Users"
5524 msgstr ""
5532 msgstr ""
5525
5533
5526 #: rhodecode/templates/admin/users/user_add.html:15
5534 #: rhodecode/templates/admin/users/user_add.html:15
5527 #: rhodecode/templates/admin/users/users.html:27
5535 #: rhodecode/templates/admin/users/users.html:27
5528 msgid "Add User"
5536 msgid "Add User"
5529 msgstr ""
5537 msgstr ""
5530
5538
5531 #: rhodecode/templates/admin/users/user_add.html:53
5539 #: rhodecode/templates/admin/users/user_add.html:53
5532 msgid "Password confirmation"
5540 msgid "Password confirmation"
5533 msgstr ""
5541 msgstr ""
5534
5542
5535 #: rhodecode/templates/admin/users/user_add.html:59
5543 #: rhodecode/templates/admin/users/user_add.html:59
5536 msgid "Generate password"
5544 msgid "Generate password"
5537 msgstr ""
5545 msgstr ""
5538
5546
5539 #: rhodecode/templates/admin/users/user_add.html:106
5547 #: rhodecode/templates/admin/users/user_add.html:106
5540 msgid "Password change"
5548 msgid "Password change"
5541 msgstr ""
5549 msgstr ""
5542
5550
5543 #: rhodecode/templates/admin/users/user_add.html:110
5551 #: rhodecode/templates/admin/users/user_add.html:110
5544 msgid "Force user to change his password on the next login"
5552 msgid "Force user to change his password on the next login"
5545 msgstr ""
5553 msgstr ""
5546
5554
5547 #: rhodecode/templates/admin/users/user_add.html:120
5555 #: rhodecode/templates/admin/users/user_add.html:120
5548 msgid ""
5556 msgid ""
5549 "Add repository group with the same name as username. \n"
5557 "Add repository group with the same name as username. \n"
5550 "User will be automatically set as this group owner."
5558 "User will be automatically set as this group owner."
5551 msgstr ""
5559 msgstr ""
5552
5560
5553 #: rhodecode/templates/admin/users/user_add.html:137
5561 #: rhodecode/templates/admin/users/user_add.html:136
5554 msgid "generated password:"
5562 msgid "generated password:"
5555 msgstr ""
5563 msgstr ""
5556
5564
5557 #: rhodecode/templates/admin/users/user_edit.html:5
5565 #: rhodecode/templates/admin/users/user_edit.html:5
5558 #, python-format
5566 #, python-format
5559 msgid "%s user settings"
5567 msgid "%s user settings"
5560 msgstr ""
5568 msgstr ""
5561
5569
5562 #: rhodecode/templates/admin/users/user_edit.html:33
5570 #: rhodecode/templates/admin/users/user_edit.html:33
5563 #: rhodecode/templates/admin/users/user_edit_profile.html:5
5571 #: rhodecode/templates/admin/users/user_edit_profile.html:5
5564 msgid "User Profile"
5572 msgid "User Profile"
5565 msgstr ""
5573 msgstr ""
5566
5574
5567 #: rhodecode/templates/admin/users/user_edit.html:34
5575 #: rhodecode/templates/admin/users/user_edit.html:34
5568 msgid "Auth tokens"
5576 msgid "Auth tokens"
5569 msgstr ""
5577 msgstr ""
5570
5578
5571 #: rhodecode/templates/admin/users/user_edit.html:38
5579 #: rhodecode/templates/admin/users/user_edit.html:38
5572 msgid "Emails"
5580 msgid "Emails"
5573 msgstr ""
5581 msgstr ""
5574
5582
5575 #: rhodecode/templates/admin/users/user_edit.html:39
5583 #: rhodecode/templates/admin/users/user_edit.html:39
5576 msgid "Ip Whitelist"
5584 msgid "Ip Whitelist"
5577 msgstr ""
5585 msgstr ""
5578
5586
5579 #: rhodecode/templates/admin/users/user_edit_advanced.html:6
5587 #: rhodecode/templates/admin/users/user_edit_advanced.html:6
5580 #: rhodecode/templates/admin/users/user_edit_profile.html:106
5588 #: rhodecode/templates/admin/users/user_edit_profile.html:106
5581 msgid "Source of Record"
5589 msgid "Source of Record"
5582 msgstr ""
5590 msgstr ""
5583
5591
5584 #: rhodecode/templates/admin/users/user_edit_advanced.html:8
5592 #: rhodecode/templates/admin/users/user_edit_advanced.html:8
5585 #: rhodecode/templates/admin/users/users.html:98
5593 #: rhodecode/templates/admin/users/users.html:98
5586 msgid "Last login"
5594 msgid "Last login"
5587 msgstr ""
5595 msgstr ""
5588
5596
5589 #: rhodecode/templates/admin/users/user_edit_advanced.html:9
5597 #: rhodecode/templates/admin/users/user_edit_advanced.html:9
5590 msgid "Last activity"
5598 msgid "Last activity"
5591 msgstr ""
5599 msgstr ""
5592
5600
5593 #: rhodecode/templates/admin/users/user_edit_advanced.html:15
5601 #: rhodecode/templates/admin/users/user_edit_advanced.html:15
5594 msgid "Member of User groups"
5602 msgid "Member of User groups"
5595 msgstr ""
5603 msgstr ""
5596
5604
5597 #: rhodecode/templates/admin/users/user_edit_advanced.html:16
5605 #: rhodecode/templates/admin/users/user_edit_advanced.html:16
5598 msgid "Force password change"
5606 msgid "Force password change"
5599 msgstr ""
5607 msgstr ""
5600
5608
5601 #: rhodecode/templates/admin/users/user_edit_advanced.html:22
5609 #: rhodecode/templates/admin/users/user_edit_advanced.html:22
5602 #, python-format
5610 #, python-format
5603 msgid "User: %s"
5611 msgid "User: %s"
5604 msgstr ""
5612 msgstr ""
5605
5613
5606 #: rhodecode/templates/admin/users/user_edit_advanced.html:31
5614 #: rhodecode/templates/admin/users/user_edit_advanced.html:31
5607 msgid "Force Password Reset"
5615 msgid "Force Password Reset"
5608 msgstr ""
5616 msgstr ""
5609
5617
5610 #: rhodecode/templates/admin/users/user_edit_advanced.html:39
5618 #: rhodecode/templates/admin/users/user_edit_advanced.html:39
5611 msgid "Disable forced password reset"
5619 msgid "Disable forced password reset"
5612 msgstr ""
5620 msgstr ""
5613
5621
5614 #: rhodecode/templates/admin/users/user_edit_advanced.html:41
5622 #: rhodecode/templates/admin/users/user_edit_advanced.html:41
5615 msgid "Enable forced password reset"
5623 msgid "Enable forced password reset"
5616 msgstr ""
5624 msgstr ""
5617
5625
5618 #: rhodecode/templates/admin/users/user_edit_advanced.html:47
5626 #: rhodecode/templates/admin/users/user_edit_advanced.html:47
5619 msgid ""
5627 msgid ""
5620 "When this is enabled user will have to change they password when they next "
5628 "When this is enabled user will have to change they password when they next "
5621 "use RhodeCode system. This will also forbid vcs operations until someone "
5629 "use RhodeCode system. This will also forbid vcs operations until someone "
5622 "makes a password change in the web interface"
5630 "makes a password change in the web interface"
5623 msgstr ""
5631 msgstr ""
5624
5632
5625 #: rhodecode/templates/admin/users/user_edit_advanced.html:56
5633 #: rhodecode/templates/admin/users/user_edit_advanced.html:56
5626 msgid "Personal Repository Group"
5634 msgid "Personal Repository Group"
5627 msgstr ""
5635 msgstr ""
5628
5636
5629 #: rhodecode/templates/admin/users/user_edit_advanced.html:62
5637 #: rhodecode/templates/admin/users/user_edit_advanced.html:62
5630 msgid "Users personal repository group"
5638 msgid "Users personal repository group"
5631 msgstr ""
5639 msgstr ""
5632
5640
5633 #: rhodecode/templates/admin/users/user_edit_advanced.html:64
5641 #: rhodecode/templates/admin/users/user_edit_advanced.html:64
5634 msgid "This user currently does not have a personal repository group"
5642 msgid "This user currently does not have a personal repository group"
5635 msgstr ""
5643 msgstr ""
5636
5644
5637 #: rhodecode/templates/admin/users/user_edit_advanced.html:68
5645 #: rhodecode/templates/admin/users/user_edit_advanced.html:68
5638 msgid "Create personal repository group"
5646 msgid "Create personal repository group"
5639 msgstr ""
5647 msgstr ""
5640
5648
5641 #: rhodecode/templates/admin/users/user_edit_advanced.html:77
5649 #: rhodecode/templates/admin/users/user_edit_advanced.html:77
5642 msgid "Delete User"
5650 msgid "Delete User"
5643 msgstr ""
5651 msgstr ""
5644
5652
5645 #: rhodecode/templates/admin/users/user_edit_advanced.html:85
5653 #: rhodecode/templates/admin/users/user_edit_advanced.html:85
5646 #, python-format
5654 #, python-format
5647 msgid "This user owns %s repository."
5655 msgid "This user owns %s repository."
5648 msgid_plural "This user owns %s repositories."
5656 msgid_plural "This user owns %s repositories."
5649 msgstr[0] ""
5657 msgstr[0] ""
5650 msgstr[1] ""
5658 msgstr[1] ""
5651 msgstr[2] ""
5659 msgstr[2] ""
5652 msgstr[3] ""
5660 msgstr[3] ""
5653
5661
5654 #: rhodecode/templates/admin/users/user_edit_advanced.html:89
5662 #: rhodecode/templates/admin/users/user_edit_advanced.html:89
5655 msgid "Detach repositories"
5663 msgid "Detach repositories"
5656 msgstr ""
5664 msgstr ""
5657
5665
5658 #: rhodecode/templates/admin/users/user_edit_advanced.html:94
5666 #: rhodecode/templates/admin/users/user_edit_advanced.html:94
5659 #: rhodecode/templates/admin/users/user_edit_advanced.html:110
5667 #: rhodecode/templates/admin/users/user_edit_advanced.html:110
5660 #: rhodecode/templates/admin/users/user_edit_advanced.html:126
5668 #: rhodecode/templates/admin/users/user_edit_advanced.html:126
5661 msgid "Delete repositories"
5669 msgid "Delete repositories"
5662 msgstr ""
5670 msgstr ""
5663
5671
5664 #: rhodecode/templates/admin/users/user_edit_advanced.html:101
5672 #: rhodecode/templates/admin/users/user_edit_advanced.html:101
5665 #, python-format
5673 #, python-format
5666 msgid "This user owns %s repository group."
5674 msgid "This user owns %s repository group."
5667 msgid_plural "This user owns %s repository groups."
5675 msgid_plural "This user owns %s repository groups."
5668 msgstr[0] ""
5676 msgstr[0] ""
5669 msgstr[1] ""
5677 msgstr[1] ""
5670 msgstr[2] ""
5678 msgstr[2] ""
5671 msgstr[3] ""
5679 msgstr[3] ""
5672
5680
5673 #: rhodecode/templates/admin/users/user_edit_advanced.html:105
5681 #: rhodecode/templates/admin/users/user_edit_advanced.html:105
5674 msgid "Detach repository groups"
5682 msgid "Detach repository groups"
5675 msgstr ""
5683 msgstr ""
5676
5684
5677 #: rhodecode/templates/admin/users/user_edit_advanced.html:117
5685 #: rhodecode/templates/admin/users/user_edit_advanced.html:117
5678 #, python-format
5686 #, python-format
5679 msgid "This user owns %s user group."
5687 msgid "This user owns %s user group."
5680 msgid_plural "This user owns %s user groups."
5688 msgid_plural "This user owns %s user groups."
5681 msgstr[0] ""
5689 msgstr[0] ""
5682 msgstr[1] ""
5690 msgstr[1] ""
5683 msgstr[2] ""
5691 msgstr[2] ""
5684 msgstr[3] ""
5692 msgstr[3] ""
5685
5693
5686 #: rhodecode/templates/admin/users/user_edit_advanced.html:121
5694 #: rhodecode/templates/admin/users/user_edit_advanced.html:121
5687 msgid "Detach user groups"
5695 msgid "Detach user groups"
5688 msgstr ""
5696 msgstr ""
5689
5697
5690 #: rhodecode/templates/admin/users/user_edit_advanced.html:135
5698 #: rhodecode/templates/admin/users/user_edit_advanced.html:135
5691 #: rhodecode/templates/data_table/_dt_elements.html:189
5699 #: rhodecode/templates/data_table/_dt_elements.html:189
5692 #, python-format
5700 #, python-format
5693 msgid "Confirm to delete this user: %s"
5701 msgid "Confirm to delete this user: %s"
5694 msgstr ""
5702 msgstr ""
5695
5703
5696 #: rhodecode/templates/admin/users/user_edit_advanced.html:137
5704 #: rhodecode/templates/admin/users/user_edit_advanced.html:137
5697 msgid "Delete this user"
5705 msgid "Delete this user"
5698 msgstr ""
5706 msgstr ""
5699
5707
5700 #: rhodecode/templates/admin/users/user_edit_advanced.html:147
5708 #: rhodecode/templates/admin/users/user_edit_advanced.html:147
5701 #, python-format
5709 #, python-format
5702 msgid ""
5710 msgid ""
5703 "When selecting the detach option, the depending objects owned by this user "
5711 "When selecting the detach option, the depending objects owned by this user "
5704 "will be assigned to the `%s` super admin in the system. The delete option "
5712 "will be assigned to the `%s` super admin in the system. The delete option "
5705 "will delete the user's repositories!"
5713 "will delete the user's repositories!"
5706 msgstr ""
5714 msgstr ""
5707
5715
5708 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:3
5716 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:3
5709 msgid "Authentication Access Tokens"
5717 msgid "Authentication Access Tokens"
5710 msgstr ""
5718 msgstr ""
5711
5719
5712 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:59
5720 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:59
5713 msgid "No additional auth tokens specified"
5721 msgid "No additional auth tokens specified"
5714 msgstr ""
5722 msgstr ""
5715
5723
5716 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:71
5724 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:71
5717 msgid "New auth token"
5725 msgid "New auth token"
5718 msgstr ""
5726 msgstr ""
5719
5727
5720 #: rhodecode/templates/admin/users/user_edit_emails.html:5
5728 #: rhodecode/templates/admin/users/user_edit_emails.html:5
5721 msgid "Additional Email Addresses"
5729 msgid "Additional Email Addresses"
5722 msgstr ""
5730 msgstr ""
5723
5731
5724 #: rhodecode/templates/admin/users/user_edit_ips.html:3
5732 #: rhodecode/templates/admin/users/user_edit_ips.html:3
5725 msgid "Custom IP Whitelist"
5733 msgid "Custom IP Whitelist"
5726 msgstr ""
5734 msgstr ""
5727
5735
5728 #: rhodecode/templates/admin/users/user_edit_ips.html:19
5736 #: rhodecode/templates/admin/users/user_edit_ips.html:19
5729 #, python-format
5737 #, python-format
5730 msgid "Inherited from %s"
5738 msgid "Inherited from %s"
5731 msgstr ""
5739 msgstr ""
5732
5740
5733 #: rhodecode/templates/admin/users/user_edit_ips.html:63
5741 #: rhodecode/templates/admin/users/user_edit_ips.html:63
5734 msgid ""
5742 msgid ""
5735 "Enter comma separated list of ip addresses like 127.0.0.1,\n"
5743 "Enter comma separated list of ip addresses like 127.0.0.1,\n"
5736 "or use a ip address with a mask 127.0.0.1/24, to create a network range.\n"
5744 "or use a ip address with a mask 127.0.0.1/24, to create a network range.\n"
5737 "To specify multiple address range use 127.0.0.1-127.0.0.10 syntax"
5745 "To specify multiple address range use 127.0.0.1-127.0.0.10 syntax"
5738 msgstr ""
5746 msgstr ""
5739
5747
5740 #: rhodecode/templates/admin/users/user_edit_profile.html:17
5748 #: rhodecode/templates/admin/users/user_edit_profile.html:17
5741 #, python-format
5749 #, python-format
5742 msgid ""
5750 msgid ""
5743 "This user was created from external source (%s). Editing some of the "
5751 "This user was created from external source (%s). Editing some of the "
5744 "settings is limited."
5752 "settings is limited."
5745 msgstr ""
5753 msgstr ""
5746
5754
5747 #: rhodecode/templates/admin/users/user_edit_profile.html:30
5755 #: rhodecode/templates/admin/users/user_edit_profile.html:30
5748 msgid "Change the avatar at"
5756 msgid "Change the avatar at"
5749 msgstr ""
5757 msgstr ""
5750
5758
5751 #: rhodecode/templates/admin/users/user_edit_profile.html:82
5759 #: rhodecode/templates/admin/users/user_edit_profile.html:82
5752 msgid "New Password Confirmation"
5760 msgid "New Password Confirmation"
5753 msgstr ""
5761 msgstr ""
5754
5762
5755 #: rhodecode/templates/admin/users/user_edit_profile.html:98
5763 #: rhodecode/templates/admin/users/user_edit_profile.html:98
5756 msgid "Super Admin"
5764 msgid "Super Admin"
5757 msgstr ""
5765 msgstr ""
5758
5766
5759 #: rhodecode/templates/admin/users/user_edit_profile.html:115
5767 #: rhodecode/templates/admin/users/user_edit_profile.html:115
5760 msgid "Name in Source of Record"
5768 msgid "Name in Source of Record"
5761 msgstr ""
5769 msgstr ""
5762
5770
5763 #: rhodecode/templates/admin/users/user_edit_profile.html:124
5771 #: rhodecode/templates/admin/users/user_edit_profile.html:124
5764 msgid "Language"
5772 msgid "Language"
5765 msgstr ""
5773 msgstr ""
5766
5774
5767 #: rhodecode/templates/admin/users/user_edit_profile.html:130
5775 #: rhodecode/templates/admin/users/user_edit_profile.html:130
5768 #, python-format
5776 #, python-format
5769 msgid "Help translate %(rc_link)s into your language."
5777 msgid "Help translate %(rc_link)s into your language."
5770 msgstr ""
5778 msgstr ""
5771
5779
5772 #: rhodecode/templates/admin/users/users.html:5
5780 #: rhodecode/templates/admin/users/users.html:5
5773 msgid "Users administration"
5781 msgid "Users administration"
5774 msgstr ""
5782 msgstr ""
5775
5783
5776 #: rhodecode/templates/admin/users/users.html:104
5784 #: rhodecode/templates/admin/users/users.html:104
5777 msgid "Authentication type"
5785 msgid "Authentication type"
5778 msgstr ""
5786 msgstr ""
5779
5787
5780 #: rhodecode/templates/base/base.html:45
5788 #: rhodecode/templates/base/base.html:45
5781 #: rhodecode/templates/errors/error_document.html:51
5789 #: rhodecode/templates/errors/error_document.html:51
5782 msgid "Support"
5790 msgid "Support"
5783 msgstr ""
5791 msgstr ""
5784
5792
5785 #: rhodecode/templates/base/base.html:52
5793 #: rhodecode/templates/base/base.html:52
5786 #, python-format
5794 #, python-format
5787 msgid "RhodeCode instance id: %s"
5795 msgid "RhodeCode instance id: %s"
5788 msgstr ""
5796 msgstr ""
5789
5797
5790 #: rhodecode/templates/base/base.html:84
5798 #: rhodecode/templates/base/base.html:84
5791 msgid "Authentication"
5799 msgid "Authentication"
5792 msgstr ""
5800 msgstr ""
5793
5801
5794 #: rhodecode/templates/base/base.html:85
5802 #: rhodecode/templates/base/base.html:85
5795 msgid "Defaults"
5803 msgid "Defaults"
5796 msgstr ""
5804 msgstr ""
5797
5805
5798 #: rhodecode/templates/base/base.html:103
5806 #: rhodecode/templates/base/base.html:103
5799 #: rhodecode/templates/files/files_pjax.html:24
5807 #: rhodecode/templates/files/files_pjax.html:24
5800 #: rhodecode/templates/summary/components.html:42
5808 #: rhodecode/templates/summary/components.html:42
5801 msgid "Show More"
5809 msgid "Show More"
5802 msgstr ""
5810 msgstr ""
5803
5811
5804 #: rhodecode/templates/base/base.html:187
5812 #: rhodecode/templates/base/base.html:189
5805 msgid "Fork of"
5813 msgid "Fork of"
5806 msgstr ""
5814 msgstr ""
5807
5815
5808 #: rhodecode/templates/base/base.html:204
5816 #: rhodecode/templates/base/base.html:206
5809 #, python-format
5817 #, python-format
5810 msgid "Repository locked by %(user)s"
5818 msgid "Repository locked by %(user)s"
5811 msgstr ""
5819 msgstr ""
5812
5820
5813 #: rhodecode/templates/base/base.html:209
5821 #: rhodecode/templates/base/base.html:211
5814 msgid "Repository not locked. Pull repository to lock it."
5822 msgid "Repository not locked. Pull repository to lock it."
5815 msgstr ""
5823 msgstr ""
5816
5824
5817 #: rhodecode/templates/base/base.html:227
5825 #: rhodecode/templates/base/base.html:229
5818 #: rhodecode/templates/data_table/_dt_elements.html:12
5826 #: rhodecode/templates/data_table/_dt_elements.html:12
5819 #: rhodecode/templates/data_table/_dt_elements.html:13
5827 #: rhodecode/templates/data_table/_dt_elements.html:13
5820 #: rhodecode/templates/data_table/_dt_elements.html:147
5828 #: rhodecode/templates/data_table/_dt_elements.html:147
5821 msgid "Summary"
5829 msgid "Summary"
5822 msgstr ""
5830 msgstr ""
5823
5831
5824 #: rhodecode/templates/base/base.html:228
5832 #: rhodecode/templates/base/base.html:230
5825 #: rhodecode/templates/data_table/_dt_elements.html:17
5833 #: rhodecode/templates/data_table/_dt_elements.html:17
5826 #: rhodecode/templates/data_table/_dt_elements.html:18
5834 #: rhodecode/templates/data_table/_dt_elements.html:18
5827 msgid "Changelog"
5835 msgid "Changelog"
5828 msgstr ""
5836 msgstr ""
5829
5837
5830 #: rhodecode/templates/base/base.html:229
5838 #: rhodecode/templates/base/base.html:231
5831 #: rhodecode/templates/data_table/_dt_elements.html:22
5839 #: rhodecode/templates/data_table/_dt_elements.html:22
5832 #: rhodecode/templates/data_table/_dt_elements.html:23
5840 #: rhodecode/templates/data_table/_dt_elements.html:23
5833 #: rhodecode/templates/files/files.html:15
5841 #: rhodecode/templates/files/files.html:15
5834 msgid "Files"
5842 msgid "Files"
5835 msgstr ""
5843 msgstr ""
5836
5844
5837 #: rhodecode/templates/base/base.html:231
5845 #: rhodecode/templates/base/base.html:233
5838 #: rhodecode/templates/bookmarks/bookmarks.html:68
5846 #: rhodecode/templates/bookmarks/bookmarks.html:68
5839 #: rhodecode/templates/branches/branches.html:67
5847 #: rhodecode/templates/branches/branches.html:67
5840 #: rhodecode/templates/files/file_diff.html:11
5848 #: rhodecode/templates/files/file_diff.html:11
5841 #: rhodecode/templates/files/file_diff.html:29
5849 #: rhodecode/templates/files/file_diff.html:29
5842 #: rhodecode/templates/tags/tags.html:68
5850 #: rhodecode/templates/tags/tags.html:68
5843 msgid "Compare"
5851 msgid "Compare"
5844 msgstr ""
5852 msgstr ""
5845
5853
5846 #: rhodecode/templates/base/base.html:236
5854 #: rhodecode/templates/base/base.html:238
5847 #, python-format
5855 #, python-format
5848 msgid "Show Pull Requests for %s"
5856 msgid "Show Pull Requests for %s"
5849 msgstr ""
5857 msgstr ""
5850
5858
5851 #: rhodecode/templates/base/base.html:245
5859 #: rhodecode/templates/base/base.html:247
5852 msgid "Options"
5860 msgid "Options"
5853 msgstr ""
5861 msgstr ""
5854
5862
5855 #: rhodecode/templates/base/base.html:252
5863 #: rhodecode/templates/base/base.html:254
5856 #: rhodecode/templates/forks/forks_data.html:28
5864 #: rhodecode/templates/forks/forks_data.html:30
5857 msgid "Compare fork"
5865 msgid "Compare fork"
5858 msgstr ""
5866 msgstr ""
5859
5867
5860 #: rhodecode/templates/base/base.html:255
5861 #: rhodecode/templates/base/base.html:397
5862 #: rhodecode/templates/search/search.html:64
5863 msgid "Search"
5864 msgstr ""
5865
5866 #: rhodecode/templates/base/base.html:259
5867 msgid "Unlock"
5868 msgstr ""
5869
5870 #: rhodecode/templates/base/base.html:261
5868 #: rhodecode/templates/base/base.html:261
5869 msgid "Unlock"
5870 msgstr ""
5871
5872 #: rhodecode/templates/base/base.html:263
5871 msgid "Lock"
5873 msgid "Lock"
5872 msgstr ""
5874 msgstr ""
5873
5875
5874 #: rhodecode/templates/base/base.html:266
5876 #: rhodecode/templates/base/base.html:268
5875 #: rhodecode/templates/data_table/_dt_elements.html:27
5877 #: rhodecode/templates/data_table/_dt_elements.html:27
5876 #: rhodecode/templates/data_table/_dt_elements.html:28
5878 #: rhodecode/templates/data_table/_dt_elements.html:28
5877 #: rhodecode/templates/forks/forks_data.html:7
5879 #: rhodecode/templates/forks/forks_data.html:8
5878 #: rhodecode/templates/summary/components.html:103
5880 #: rhodecode/templates/summary/components.html:103
5879 msgid "Fork"
5881 msgid "Fork"
5880 msgid_plural "Forks"
5882 msgid_plural "Forks"
5881 msgstr[0] ""
5883 msgstr[0] ""
5882 msgstr[1] ""
5884 msgstr[1] ""
5883 msgstr[2] ""
5885 msgstr[2] ""
5884 msgstr[3] ""
5886 msgstr[3] ""
5885
5887
5886 #: rhodecode/templates/base/base.html:267
5888 #: rhodecode/templates/base/base.html:269
5887 msgid "Create Pull Request"
5889 msgid "Create Pull Request"
5888 msgstr ""
5890 msgstr ""
5889
5891
5890 #: rhodecode/templates/base/base.html:289
5892 #: rhodecode/templates/base/base.html:291
5891 msgid "Sign in"
5893 msgid "Sign in"
5892 msgstr ""
5894 msgstr ""
5893
5895
5894 #: rhodecode/templates/base/base.html:297
5896 #: rhodecode/templates/base/base.html:299
5895 #: rhodecode/templates/debug_style/login.html:28
5897 #: rhodecode/templates/debug_style/login.html:28
5896 msgid "Sign in to your account"
5898 msgid "Sign in to your account"
5897 msgstr ""
5899 msgstr ""
5898
5900
5899 #: rhodecode/templates/base/base.html:313
5901 #: rhodecode/templates/base/base.html:315
5900 #: rhodecode/templates/debug_style/login.html:46
5902 #: rhodecode/templates/debug_style/login.html:46
5901 msgid "(Forgot password?)"
5903 msgid "(Forgot password?)"
5902 msgstr ""
5904 msgstr ""
5903
5905
5904 #: rhodecode/templates/base/base.html:322
5906 #: rhodecode/templates/base/base.html:324
5905 #: rhodecode/templates/debug_style/login.html:56
5907 #: rhodecode/templates/debug_style/login.html:56
5906 msgid "Don't have an account ?"
5908 msgid "Don't have an account ?"
5907 msgstr ""
5909 msgstr ""
5908
5910
5909 #: rhodecode/templates/base/base.html:343
5911 #: rhodecode/templates/base/base.html:345
5910 msgid "Sign Out"
5912 msgid "Sign Out"
5911 msgstr ""
5913 msgstr ""
5912
5914
5913 #: rhodecode/templates/base/base.html:379
5915 #: rhodecode/templates/base/base.html:381
5914 msgid "Show activity journal"
5916 msgid "Show activity journal"
5915 msgstr ""
5917 msgstr ""
5916
5918
5917 #: rhodecode/templates/base/base.html:380
5919 #: rhodecode/templates/base/base.html:382
5918 #: rhodecode/templates/journal/journal.html:4
5920 #: rhodecode/templates/journal/journal.html:4
5919 #: rhodecode/templates/journal/journal.html:14
5921 #: rhodecode/templates/journal/journal.html:14
5920 msgid "Journal"
5922 msgid "Journal"
5921 msgstr ""
5923 msgstr ""
5922
5924
5923 #: rhodecode/templates/base/base.html:385
5925 #: rhodecode/templates/base/base.html:387
5924 msgid "Show Public activity journal"
5926 msgid "Show Public activity journal"
5925 msgstr ""
5927 msgstr ""
5926
5928
5927 #: rhodecode/templates/base/base.html:386
5929 #: rhodecode/templates/base/base.html:388
5928 msgid "Public journal"
5930 msgid "Public journal"
5929 msgstr ""
5931 msgstr ""
5930
5932
5931 #: rhodecode/templates/base/base.html:391
5933 #: rhodecode/templates/base/base.html:393
5932 msgid "Show Gists"
5934 msgid "Show Gists"
5933 msgstr ""
5935 msgstr ""
5934
5936
5935 #: rhodecode/templates/base/base.html:392
5937 #: rhodecode/templates/base/base.html:394
5936 msgid "Gists"
5938 msgid "Gists"
5937 msgstr ""
5939 msgstr ""
5938
5940
5939 #: rhodecode/templates/base/base.html:396
5941 #: rhodecode/templates/base/base.html:398
5940 msgid "Search in repositories you have access to"
5942 msgid "Search in repositories you have access to"
5941 msgstr ""
5943 msgstr ""
5942
5944
5943 #: rhodecode/templates/base/base.html:402
5945 #: rhodecode/templates/base/base.html:404
5944 msgid "Admin settings"
5946 msgid "Admin settings"
5945 msgstr ""
5947 msgstr ""
5946
5948
5947 #: rhodecode/templates/base/base.html:409
5949 #: rhodecode/templates/base/base.html:411
5948 msgid "Delegated Admin settings"
5950 msgid "Delegated Admin settings"
5949 msgstr ""
5951 msgstr ""
5950
5952
5951 #: rhodecode/templates/base/base.html:419
5953 #: rhodecode/templates/base/base.html:421
5952 #: rhodecode/templates/base/base.html:420
5954 #: rhodecode/templates/base/base.html:422
5953 #: rhodecode/templates/debug_style/buttons.html:5
5955 #: rhodecode/templates/debug_style/buttons.html:5
5954 #: rhodecode/templates/debug_style/code-block.html:6
5956 #: rhodecode/templates/debug_style/code-block.html:6
5955 #: rhodecode/templates/debug_style/collapsable-content.html:5
5957 #: rhodecode/templates/debug_style/collapsable-content.html:5
5956 #: rhodecode/templates/debug_style/form-elements-small.html:5
5958 #: rhodecode/templates/debug_style/form-elements-small.html:5
5957 #: rhodecode/templates/debug_style/form-elements.html:5
5959 #: rhodecode/templates/debug_style/form-elements.html:5
5958 #: rhodecode/templates/debug_style/form-inline.html:5
5960 #: rhodecode/templates/debug_style/form-inline.html:5
5959 #: rhodecode/templates/debug_style/form-vertical.html:5
5961 #: rhodecode/templates/debug_style/form-vertical.html:5
5960 #: rhodecode/templates/debug_style/forms.html:5
5962 #: rhodecode/templates/debug_style/forms.html:5
5961 #: rhodecode/templates/debug_style/icons.html:5
5963 #: rhodecode/templates/debug_style/icons.html:5
5962 #: rhodecode/templates/debug_style/index.html:12
5964 #: rhodecode/templates/debug_style/index.html:12
5963 #: rhodecode/templates/debug_style/labels.html:5
5965 #: rhodecode/templates/debug_style/labels.html:5
5964 #: rhodecode/templates/debug_style/layout-form-sidebar.html:5
5966 #: rhodecode/templates/debug_style/layout-form-sidebar.html:5
5965 #: rhodecode/templates/debug_style/login.html:6
5967 #: rhodecode/templates/debug_style/login.html:6
5966 #: rhodecode/templates/debug_style/panels.html:5
5968 #: rhodecode/templates/debug_style/panels.html:5
5967 #: rhodecode/templates/debug_style/tables-wide.html:5
5969 #: rhodecode/templates/debug_style/tables-wide.html:5
5968 #: rhodecode/templates/debug_style/tables.html:5
5970 #: rhodecode/templates/debug_style/tables.html:5
5969 #: rhodecode/templates/debug_style/typography.html:5
5971 #: rhodecode/templates/debug_style/typography.html:5
5970 msgid "Style"
5972 msgid "Style"
5971 msgstr ""
5973 msgstr ""
5972
5974
5973 #: rhodecode/templates/base/base.html:474
5975 #: rhodecode/templates/base/base.html:479
5974 msgid "Go to"
5976 msgid "Go to"
5975 msgstr ""
5977 msgstr ""
5976
5978
5977 #: rhodecode/templates/base/base.html:585
5979 #: rhodecode/templates/base/base.html:590
5978 msgid "Keyboard shortcuts"
5980 msgid "Keyboard shortcuts"
5979 msgstr ""
5981 msgstr ""
5980
5982
5981 #: rhodecode/templates/base/base.html:593
5983 #: rhodecode/templates/base/base.html:598
5982 msgid "Site-wide shortcuts"
5984 msgid "Site-wide shortcuts"
5983 msgstr ""
5985 msgstr ""
5984
5986
5985 #: rhodecode/templates/base/default_perms_box.html:14
5987 #: rhodecode/templates/base/default_perms_box.html:14
5986 msgid "Inherited Permissions"
5988 msgid "Inherited Permissions"
5987 msgstr ""
5989 msgstr ""
5988
5990
5989 #: rhodecode/templates/base/default_perms_box.html:15
5991 #: rhodecode/templates/base/default_perms_box.html:15
5990 msgid "Custom Permissions"
5992 msgid "Custom Permissions"
5991 msgstr ""
5993 msgstr ""
5992
5994
5993 #: rhodecode/templates/base/default_perms_box.html:17
5995 #: rhodecode/templates/base/default_perms_box.html:17
5994 msgid "Default Global Permissions"
5996 msgid "Default Global Permissions"
5995 msgstr ""
5997 msgstr ""
5996
5998
5997 #: rhodecode/templates/base/default_perms_box.html:23
5999 #: rhodecode/templates/base/default_perms_box.html:23
5998 msgid ""
6000 msgid ""
5999 "The following options configure the default permissions each user or group "
6001 "The following options configure the default permissions each user or group "
6000 "will inherit. You can override these permissions for each individual user or"
6002 "will inherit. You can override these permissions for each individual user or"
6001 " user group using individual permissions settings."
6003 " user group using individual permissions settings."
6002 msgstr ""
6004 msgstr ""
6003
6005
6004 #: rhodecode/templates/base/default_perms_box.html:27
6006 #: rhodecode/templates/base/default_perms_box.html:27
6005 msgid "Repository Creation"
6007 msgid "Repository Creation"
6006 msgstr ""
6008 msgstr ""
6007
6009
6008 #: rhodecode/templates/base/default_perms_box.html:32
6010 #: rhodecode/templates/base/default_perms_box.html:32
6009 msgid ""
6011 msgid ""
6010 "Permission to create root level repositories. When disabled, users can still"
6012 "Permission to create root level repositories. When disabled, users can still"
6011 " create repositories inside their own repository groups."
6013 " create repositories inside their own repository groups."
6012 msgstr ""
6014 msgstr ""
6013
6015
6014 #: rhodecode/templates/base/default_perms_box.html:37
6016 #: rhodecode/templates/base/default_perms_box.html:37
6015 msgid "Repository Creation With Group Write Access"
6017 msgid "Repository Creation With Group Write Access"
6016 msgstr ""
6018 msgstr ""
6017
6019
6018 #: rhodecode/templates/base/default_perms_box.html:42
6020 #: rhodecode/templates/base/default_perms_box.html:42
6019 msgid ""
6021 msgid ""
6020 "Write permission given on a repository group will allow creating "
6022 "Write permission given on a repository group will allow creating "
6021 "repositories inside that group."
6023 "repositories inside that group."
6022 msgstr ""
6024 msgstr ""
6023
6025
6024 #: rhodecode/templates/base/default_perms_box.html:47
6026 #: rhodecode/templates/base/default_perms_box.html:47
6025 msgid "Repository Forking"
6027 msgid "Repository Forking"
6026 msgstr ""
6028 msgstr ""
6027
6029
6028 #: rhodecode/templates/base/default_perms_box.html:52
6030 #: rhodecode/templates/base/default_perms_box.html:52
6029 msgid ""
6031 msgid ""
6030 "Permission to create root level repository forks. When disabled, users can "
6032 "Permission to create root level repository forks. When disabled, users can "
6031 "still fork repositories inside their own repository groups."
6033 "still fork repositories inside their own repository groups."
6032 msgstr ""
6034 msgstr ""
6033
6035
6034 #: rhodecode/templates/base/default_perms_box.html:57
6036 #: rhodecode/templates/base/default_perms_box.html:57
6035 msgid "Repository Group Creation"
6037 msgid "Repository Group Creation"
6036 msgstr ""
6038 msgstr ""
6037
6039
6038 #: rhodecode/templates/base/default_perms_box.html:62
6040 #: rhodecode/templates/base/default_perms_box.html:62
6039 msgid ""
6041 msgid ""
6040 "Permission to create root level repository groups. When disabled, repository"
6042 "Permission to create root level repository groups. When disabled, repository"
6041 " group admins can still create repository subgroups within their repository "
6043 " group admins can still create repository subgroups within their repository "
6042 "groups."
6044 "groups."
6043 msgstr ""
6045 msgstr ""
6044
6046
6045 #: rhodecode/templates/base/default_perms_box.html:67
6047 #: rhodecode/templates/base/default_perms_box.html:67
6046 msgid "User Group Creation"
6048 msgid "User Group Creation"
6047 msgstr ""
6049 msgstr ""
6048
6050
6049 #: rhodecode/templates/base/default_perms_box.html:72
6051 #: rhodecode/templates/base/default_perms_box.html:72
6050 msgid ""
6052 msgid ""
6051 "Permission to allow user group creation. When disabled, user group admins "
6053 "Permission to allow user group creation. When disabled, user group admins "
6052 "can still create subgroups within their user groups."
6054 "can still create subgroups within their user groups."
6053 msgstr ""
6055 msgstr ""
6054
6056
6055 #: rhodecode/templates/base/default_perms_box.html:78
6057 #: rhodecode/templates/base/default_perms_box.html:78
6056 msgid "Inherit Permissions From The Default User"
6058 msgid "Inherit Permissions From The Default User"
6057 msgstr ""
6059 msgstr ""
6058
6060
6059 #: rhodecode/templates/base/default_perms_box.html:83
6061 #: rhodecode/templates/base/default_perms_box.html:83
6060 msgid ""
6062 msgid ""
6061 "Inherit default permissions from the default user. Turn off this option to "
6063 "Inherit default permissions from the default user. Turn off this option to "
6062 "force explicit permissions for users, even if they are more restrictive than"
6064 "force explicit permissions for users, even if they are more restrictive than"
6063 " the default user permissions."
6065 " the default user permissions."
6064 msgstr ""
6066 msgstr ""
6065
6067
6066 #: rhodecode/templates/base/default_perms_box.html:102
6068 #: rhodecode/templates/base/default_perms_box.html:102
6067 msgid "Inherit from default settings"
6069 msgid "Inherit from default settings"
6068 msgstr ""
6070 msgstr ""
6069
6071
6070 #: rhodecode/templates/base/default_perms_box.html:107
6072 #: rhodecode/templates/base/default_perms_box.html:107
6071 #, python-format
6073 #, python-format
6072 msgid ""
6074 msgid ""
6073 "Select to inherit permissions from %s permissions settings, including default IP address whitelist and inheritance of \n"
6075 "Select to inherit permissions from %s permissions settings, including default IP address whitelist and inheritance of \n"
6074 "permission by members of user groups."
6076 "permission by members of user groups."
6075 msgstr ""
6077 msgstr ""
6076
6078
6077 #: rhodecode/templates/base/issue_tracker_settings.html:22
6079 #: rhodecode/templates/base/issue_tracker_settings.html:22
6078 msgid "Read more"
6080 msgid "Read more"
6079 msgstr ""
6081 msgstr ""
6080
6082
6081 #: rhodecode/templates/base/issue_tracker_settings.html:92
6083 #: rhodecode/templates/base/issue_tracker_settings.html:92
6082 msgid "New Entry"
6084 msgid "New Entry"
6083 msgstr ""
6085 msgstr ""
6084
6086
6085 #: rhodecode/templates/base/issue_tracker_settings.html:96
6087 #: rhodecode/templates/base/issue_tracker_settings.html:96
6086 msgid "Confirm to remove this pattern:"
6088 msgid "Confirm to remove this pattern:"
6087 msgstr ""
6089 msgstr ""
6088
6090
6089 #: rhodecode/templates/base/issue_tracker_settings.html:192
6091 #: rhodecode/templates/base/issue_tracker_settings.html:192
6090 #: rhodecode/templates/changeset/changeset_file_comment.html:144
6092 #: rhodecode/templates/changeset/changeset_file_comment.html:144
6091 #: rhodecode/templates/changeset/changeset_file_comment.html:291
6093 #: rhodecode/templates/changeset/changeset_file_comment.html:291
6092 #: rhodecode/templates/files/files_add.html:78
6094 #: rhodecode/templates/files/files_add.html:78
6093 #: rhodecode/templates/files/files_add.html:224
6095 #: rhodecode/templates/files/files_add.html:224
6094 #: rhodecode/templates/files/files_edit.html:82
6096 #: rhodecode/templates/files/files_edit.html:82
6095 #: rhodecode/templates/files/files_edit.html:185
6097 #: rhodecode/templates/files/files_edit.html:185
6096 msgid "Preview"
6098 msgid "Preview"
6097 msgstr ""
6099 msgstr ""
6098
6100
6099 #: rhodecode/templates/base/issue_tracker_settings.html:193
6101 #: rhodecode/templates/base/issue_tracker_settings.html:193
6100 msgid "Test Pattern Preview"
6102 msgid "Test Pattern Preview"
6101 msgstr ""
6103 msgstr ""
6102
6104
6105 #: rhodecode/templates/base/perms_summary.html:18
6106 msgid "show"
6107 msgstr ""
6108
6103 #: rhodecode/templates/base/perms_summary.html:19
6109 #: rhodecode/templates/base/perms_summary.html:19
6104 msgid "show"
6110 msgid "none"
6105 msgstr ""
6111 msgstr ""
6106
6112
6107 #: rhodecode/templates/base/perms_summary.html:20
6113 #: rhodecode/templates/base/perms_summary.html:20
6108 msgid "none"
6114 msgid "read"
6109 msgstr ""
6115 msgstr ""
6110
6116
6111 #: rhodecode/templates/base/perms_summary.html:21
6117 #: rhodecode/templates/base/perms_summary.html:21
6112 msgid "read"
6118 msgid "write"
6113 msgstr ""
6119 msgstr ""
6114
6120
6115 #: rhodecode/templates/base/perms_summary.html:22
6121 #: rhodecode/templates/base/perms_summary.html:22
6116 msgid "write"
6117 msgstr ""
6118
6119 #: rhodecode/templates/base/perms_summary.html:23
6120 msgid "admin"
6122 msgid "admin"
6121 msgstr ""
6123 msgstr ""
6122
6124
6123 #: rhodecode/templates/base/perms_summary.html:30
6125 #: rhodecode/templates/base/perms_summary.html:29
6124 msgid "No permissions defined"
6126 msgid "No permissions defined"
6125 msgstr ""
6127 msgstr ""
6126
6128
6127 #: rhodecode/templates/base/perms_summary.html:38
6129 #: rhodecode/templates/base/perms_summary.html:37
6128 #: rhodecode/templates/base/perms_summary.html:104
6130 #: rhodecode/templates/base/perms_summary.html:103
6129 msgid "Permission"
6131 msgid "Permission"
6130 msgstr ""
6132 msgstr ""
6131
6133
6132 #: rhodecode/templates/base/perms_summary.html:40
6134 #: rhodecode/templates/base/perms_summary.html:39
6133 #: rhodecode/templates/base/perms_summary.html:106
6135 #: rhodecode/templates/base/perms_summary.html:105
6134 msgid "Edit Permission"
6136 msgid "Edit Permission"
6135 msgstr ""
6137 msgstr ""
6136
6138
6137 #: rhodecode/templates/base/perms_summary.html:86
6139 #: rhodecode/templates/base/perms_summary.html:85
6138 msgid "Super admin"
6140 msgid "Super admin"
6139 msgstr ""
6141 msgstr ""
6140
6142
6143 #: rhodecode/templates/base/perms_summary.html:87
6144 msgid "Repository default permission"
6145 msgstr ""
6146
6141 #: rhodecode/templates/base/perms_summary.html:88
6147 #: rhodecode/templates/base/perms_summary.html:88
6142 msgid "Repository default permission"
6148 msgid "Repository group default permission"
6143 msgstr ""
6149 msgstr ""
6144
6150
6145 #: rhodecode/templates/base/perms_summary.html:89
6151 #: rhodecode/templates/base/perms_summary.html:89
6146 msgid "Repository group default permission"
6147 msgstr ""
6148
6149 #: rhodecode/templates/base/perms_summary.html:90
6150 msgid "User group default permission"
6152 msgid "User group default permission"
6151 msgstr ""
6153 msgstr ""
6152
6154
6155 #: rhodecode/templates/base/perms_summary.html:91
6156 msgid "Create repositories"
6157 msgstr ""
6158
6153 #: rhodecode/templates/base/perms_summary.html:92
6159 #: rhodecode/templates/base/perms_summary.html:92
6154 msgid "Create repositories"
6160 msgid "Fork repositories"
6155 msgstr ""
6161 msgstr ""
6156
6162
6157 #: rhodecode/templates/base/perms_summary.html:93
6163 #: rhodecode/templates/base/perms_summary.html:93
6158 msgid "Fork repositories"
6164 msgid "Create repository groups"
6159 msgstr ""
6165 msgstr ""
6160
6166
6161 #: rhodecode/templates/base/perms_summary.html:94
6167 #: rhodecode/templates/base/perms_summary.html:94
6162 msgid "Create repository groups"
6163 msgstr ""
6164
6165 #: rhodecode/templates/base/perms_summary.html:95
6166 msgid "Create user groups"
6168 msgid "Create user groups"
6167 msgstr ""
6169 msgstr ""
6168
6170
6169 #: rhodecode/templates/base/perms_summary.html:155
6171 #: rhodecode/templates/base/perms_summary.html:162
6170 msgid "No permission defined"
6172 msgid "No permission defined"
6171 msgstr ""
6173 msgstr ""
6172
6174
6173 #: rhodecode/templates/base/root.html:150
6175 #: rhodecode/templates/base/root.html:151
6174 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6176 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6175 msgstr ""
6177 msgstr ""
6176
6178
6177 #: rhodecode/templates/base/social_buttons.html:6
6178 msgid "Sign in with"
6179 msgstr ""
6180
6181 #: rhodecode/templates/base/social_buttons.html:8
6182 msgid "Connect with"
6183 msgstr ""
6184
6185 #: rhodecode/templates/base/vcs_settings.html:16
6179 #: rhodecode/templates/base/vcs_settings.html:16
6186 msgid "Require SSL for vcs operations"
6180 msgid "Require SSL for vcs operations"
6187 msgstr ""
6181 msgstr ""
6188
6182
6189 #: rhodecode/templates/base/vcs_settings.html:19
6183 #: rhodecode/templates/base/vcs_settings.html:19
6190 msgid ""
6184 msgid ""
6191 "Activate to set RhodeCode to require SSL for pushing or pulling. If SSL "
6185 "Activate to set RhodeCode to require SSL for pushing or pulling. If SSL "
6192 "certificate is missing it will return a HTTP Error 406: Not Acceptable."
6186 "certificate is missing it will return a HTTP Error 406: Not Acceptable."
6193 msgstr ""
6187 msgstr ""
6194
6188
6195 #: rhodecode/templates/base/vcs_settings.html:29
6189 #: rhodecode/templates/base/vcs_settings.html:29
6196 msgid "Main Storage Location"
6190 msgid "Main Storage Location"
6197 msgstr ""
6191 msgstr ""
6198
6192
6199 #: rhodecode/templates/base/vcs_settings.html:37
6193 #: rhodecode/templates/base/vcs_settings.html:37
6200 msgid ""
6194 msgid ""
6201 "Click to unlock. You must restart RhodeCode in order to make this setting "
6195 "Click to unlock. You must restart RhodeCode in order to make this setting "
6202 "take effect."
6196 "take effect."
6203 msgstr ""
6197 msgstr ""
6204
6198
6205 #: rhodecode/templates/base/vcs_settings.html:41
6199 #: rhodecode/templates/base/vcs_settings.html:41
6206 msgid ""
6200 msgid ""
6207 "Repository location change is disabled. You can enable this by changing the "
6201 "Repository location change is disabled. You can enable this by changing the "
6208 "`allow_repo_location_change` inside .ini file."
6202 "`allow_repo_location_change` inside .ini file."
6209 msgstr ""
6203 msgstr ""
6210
6204
6211 #: rhodecode/templates/base/vcs_settings.html:48
6205 #: rhodecode/templates/base/vcs_settings.html:48
6212 msgid ""
6206 msgid ""
6213 "Filesystem location where repositories should be stored. After changing this"
6207 "Filesystem location where repositories should be stored. After changing this"
6214 " value a restart and rescan of the repository folder are required."
6208 " value a restart and rescan of the repository folder are required."
6215 msgstr ""
6209 msgstr ""
6216
6210
6217 #: rhodecode/templates/base/vcs_settings.html:57
6211 #: rhodecode/templates/base/vcs_settings.html:57
6218 msgid "Internal Hooks"
6212 msgid "Internal Hooks"
6219 msgstr ""
6213 msgstr ""
6220
6214
6221 #: rhodecode/templates/base/vcs_settings.html:63
6215 #: rhodecode/templates/base/vcs_settings.html:63
6222 msgid "Show repository size after push"
6216 msgid "Show repository size after push"
6223 msgstr ""
6217 msgstr ""
6224
6218
6225 #: rhodecode/templates/base/vcs_settings.html:67
6219 #: rhodecode/templates/base/vcs_settings.html:67
6226 msgid "Trigger a hook that calculates repository size after each push."
6220 msgid "Trigger a hook that calculates repository size after each push."
6227 msgstr ""
6221 msgstr ""
6228
6222
6229 #: rhodecode/templates/base/vcs_settings.html:71
6223 #: rhodecode/templates/base/vcs_settings.html:71
6230 msgid "Execute pre/post push hooks"
6224 msgid "Execute pre/post push hooks"
6231 msgstr ""
6225 msgstr ""
6232
6226
6233 #: rhodecode/templates/base/vcs_settings.html:74
6227 #: rhodecode/templates/base/vcs_settings.html:74
6234 msgid ""
6228 msgid ""
6235 "Execute Built in pre/post push hooks. This also executes rcextensions hooks."
6229 "Execute Built in pre/post push hooks. This also executes rcextensions hooks."
6236 msgstr ""
6230 msgstr ""
6237
6231
6238 #: rhodecode/templates/base/vcs_settings.html:78
6232 #: rhodecode/templates/base/vcs_settings.html:78
6239 msgid "Execute pre/post pull hooks"
6233 msgid "Execute pre/post pull hooks"
6240 msgstr ""
6234 msgstr ""
6241
6235
6242 #: rhodecode/templates/base/vcs_settings.html:81
6236 #: rhodecode/templates/base/vcs_settings.html:81
6243 msgid ""
6237 msgid ""
6244 "Execute Built in pre/post pull hooks. This also executes rcextensions hooks."
6238 "Execute Built in pre/post pull hooks. This also executes rcextensions hooks."
6245 msgstr ""
6239 msgstr ""
6246
6240
6247 #: rhodecode/templates/base/vcs_settings.html:91
6241 #: rhodecode/templates/base/vcs_settings.html:91
6248 msgid "Mercurial Settings"
6242 msgid "Mercurial Settings"
6249 msgstr ""
6243 msgstr ""
6250
6244
6251 #: rhodecode/templates/base/vcs_settings.html:96
6245 #: rhodecode/templates/base/vcs_settings.html:96
6252 msgid "Enable largefiles extension"
6246 msgid "Enable largefiles extension"
6253 msgstr ""
6247 msgstr ""
6254
6248
6255 #: rhodecode/templates/base/vcs_settings.html:99
6249 #: rhodecode/templates/base/vcs_settings.html:99
6256 msgid "Enable Largefiles extensions for all repositories."
6250 msgid "Enable Largefiles extensions for all repositories."
6257 msgstr ""
6251 msgstr ""
6258
6252
6259 #: rhodecode/templates/base/vcs_settings.html:103
6253 #: rhodecode/templates/base/vcs_settings.html:103
6260 msgid "Set repositories as publishing"
6254 msgid "Set repositories as publishing"
6261 msgstr ""
6255 msgstr ""
6262
6256
6263 #: rhodecode/templates/base/vcs_settings.html:103
6257 #: rhodecode/templates/base/vcs_settings.html:103
6264 msgid "Set repository as publishing"
6258 msgid "Set repository as publishing"
6265 msgstr ""
6259 msgstr ""
6266
6260
6267 #: rhodecode/templates/base/vcs_settings.html:106
6261 #: rhodecode/templates/base/vcs_settings.html:106
6268 msgid ""
6262 msgid ""
6269 "When this is enabled all commits in the repository are seen as public "
6263 "When this is enabled all commits in the repository are seen as public "
6270 "commits by clients."
6264 "commits by clients."
6271 msgstr ""
6265 msgstr ""
6272
6266
6273 #: rhodecode/templates/base/vcs_settings.html:111
6267 #: rhodecode/templates/base/vcs_settings.html:111
6274 msgid "Enable hgsubversion extension"
6268 msgid "Enable hgsubversion extension"
6275 msgstr ""
6269 msgstr ""
6276
6270
6277 #: rhodecode/templates/base/vcs_settings.html:114
6271 #: rhodecode/templates/base/vcs_settings.html:114
6278 msgid ""
6272 msgid ""
6279 "Requires hgsubversion library to be installed. Allows cloning remote SVN "
6273 "Requires hgsubversion library to be installed. Allows cloning remote SVN "
6280 "repositories and migrates them to Mercurial type."
6274 "repositories and migrates them to Mercurial type."
6281 msgstr ""
6275 msgstr ""
6282
6276
6283 #: rhodecode/templates/base/vcs_settings.html:124
6277 #: rhodecode/templates/base/vcs_settings.html:124
6284 msgid "Subversion Settings"
6278 msgid "Subversion Settings"
6285 msgstr ""
6279 msgstr ""
6286
6280
6287 #: rhodecode/templates/base/vcs_settings.html:129
6281 #: rhodecode/templates/base/vcs_settings.html:129
6288 msgid "Repository patterns"
6282 msgid "Repository patterns"
6289 msgstr ""
6283 msgstr ""
6290
6284
6291 #: rhodecode/templates/base/vcs_settings.html:133
6285 #: rhodecode/templates/base/vcs_settings.html:133
6292 msgid ""
6286 msgid ""
6293 "Patterns for identifying SVN branches and tags. For recursive search, use "
6287 "Patterns for identifying SVN branches and tags. For recursive search, use "
6294 "\"*\". Eg.: \"/branches/*\""
6288 "\"*\". Eg.: \"/branches/*\""
6295 msgstr ""
6289 msgstr ""
6296
6290
6297 #: rhodecode/templates/base/vcs_settings.html:196
6291 #: rhodecode/templates/base/vcs_settings.html:196
6298 msgid "Pull Request Settings"
6292 msgid "Pull Request Settings"
6299 msgstr ""
6293 msgstr ""
6300
6294
6301 #: rhodecode/templates/base/vcs_settings.html:201
6295 #: rhodecode/templates/base/vcs_settings.html:201
6302 msgid "Enable server-side merge for pull requests"
6296 msgid "Enable server-side merge for pull requests"
6303 msgstr ""
6297 msgstr ""
6304
6298
6305 #: rhodecode/templates/base/vcs_settings.html:204
6299 #: rhodecode/templates/base/vcs_settings.html:204
6306 msgid ""
6300 msgid ""
6307 "Note: when this feature is enabled, it only runs hooks defined in the "
6301 "Note: when this feature is enabled, it only runs hooks defined in the "
6308 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
6302 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
6309 "page will not be run when pull requests are automatically merged from the "
6303 "page will not be run when pull requests are automatically merged from the "
6310 "web interface."
6304 "web interface."
6311 msgstr ""
6305 msgstr ""
6312
6306
6313 #: rhodecode/templates/base/vcs_settings.html:208
6307 #: rhodecode/templates/base/vcs_settings.html:208
6314 msgid "Invalidate and relocate inline comments during update"
6308 msgid "Invalidate and relocate inline comments during update"
6315 msgstr ""
6309 msgstr ""
6316
6310
6317 #: rhodecode/templates/base/vcs_settings.html:211
6311 #: rhodecode/templates/base/vcs_settings.html:211
6318 msgid ""
6312 msgid ""
6319 "During the update of a pull request, the position of inline comments will be"
6313 "During the update of a pull request, the position of inline comments will be"
6320 " updated and outdated inline comments will be hidden."
6314 " updated and outdated inline comments will be hidden."
6321 msgstr ""
6315 msgstr ""
6322
6316
6323 #: rhodecode/templates/bookmarks/bookmarks.html:5
6317 #: rhodecode/templates/bookmarks/bookmarks.html:5
6324 #, python-format
6318 #, python-format
6325 msgid "%s Bookmarks"
6319 msgid "%s Bookmarks"
6326 msgstr ""
6320 msgstr ""
6327
6321
6328 #: rhodecode/templates/bookmarks/bookmarks.html:13
6322 #: rhodecode/templates/bookmarks/bookmarks.html:13
6329 msgid "bookmarks"
6323 msgid "bookmarks"
6330 msgstr ""
6324 msgstr ""
6331
6325
6332 #: rhodecode/templates/bookmarks/bookmarks.html:31
6326 #: rhodecode/templates/bookmarks/bookmarks.html:31
6333 msgid "Compare Selected Bookmarks"
6327 msgid "Compare Selected Bookmarks"
6334 msgstr ""
6328 msgstr ""
6335
6329
6336 #: rhodecode/templates/bookmarks/bookmarks_data.html:13
6330 #: rhodecode/templates/bookmarks/bookmarks_data.html:13
6337 #: rhodecode/templates/changelog/changelog.html:180
6331 #: rhodecode/templates/changelog/changelog.html:180
6338 #: rhodecode/templates/changelog/changelog_summary_data.html:53
6332 #: rhodecode/templates/changelog/changelog_summary_data.html:53
6339 #: rhodecode/templates/changeset/changeset.html:92
6333 #: rhodecode/templates/changeset/changeset.html:92
6340 #: rhodecode/templates/files/base.html:10
6334 #: rhodecode/templates/files/base.html:10
6341 #, python-format
6335 #, python-format
6342 msgid "Bookmark %s"
6336 msgid "Bookmark %s"
6343 msgstr ""
6337 msgstr ""
6344
6338
6345 #: rhodecode/templates/branches/branches.html:5
6339 #: rhodecode/templates/branches/branches.html:5
6346 #, python-format
6340 #, python-format
6347 msgid "%s Branches"
6341 msgid "%s Branches"
6348 msgstr ""
6342 msgstr ""
6349
6343
6350 #: rhodecode/templates/branches/branches.html:13
6344 #: rhodecode/templates/branches/branches.html:13
6351 msgid "branches"
6345 msgid "branches"
6352 msgstr ""
6346 msgstr ""
6353
6347
6354 #: rhodecode/templates/branches/branches.html:31
6348 #: rhodecode/templates/branches/branches.html:31
6355 msgid "Compare Selected Branches"
6349 msgid "Compare Selected Branches"
6356 msgstr ""
6350 msgstr ""
6357
6351
6358 #: rhodecode/templates/branches/branches_data.html:12
6352 #: rhodecode/templates/branches/branches_data.html:12
6359 #: rhodecode/templates/changelog/changelog.html:172
6353 #: rhodecode/templates/changelog/changelog.html:172
6360 #: rhodecode/templates/changelog/changelog_summary_data.html:67
6354 #: rhodecode/templates/changelog/changelog_summary_data.html:67
6361 #: rhodecode/templates/changeset/changeset.html:105
6355 #: rhodecode/templates/changeset/changeset.html:105
6362 #: rhodecode/templates/files/base.html:23
6356 #: rhodecode/templates/files/base.html:23
6363 #, python-format
6357 #, python-format
6364 msgid "Branch %s"
6358 msgid "Branch %s"
6365 msgstr ""
6359 msgstr ""
6366
6360
6367 #: rhodecode/templates/changelog/changelog.html:6
6361 #: rhodecode/templates/changelog/changelog.html:6
6368 #, python-format
6362 #, python-format
6369 msgid "%s Changelog"
6363 msgid "%s Changelog"
6370 msgstr ""
6364 msgstr ""
6371
6365
6372 #: rhodecode/templates/changelog/changelog.html:19
6366 #: rhodecode/templates/changelog/changelog.html:19
6373 #, python-format
6367 #, python-format
6374 msgid "showing %d out of %d commit"
6368 msgid "showing %d out of %d commit"
6375 msgid_plural "showing %d out of %d commits"
6369 msgid_plural "showing %d out of %d commits"
6376 msgstr[0] ""
6370 msgstr[0] ""
6377 msgstr[1] ""
6371 msgstr[1] ""
6378 msgstr[2] ""
6372 msgstr[2] ""
6379 msgstr[3] ""
6373 msgstr[3] ""
6380
6374
6381 #: rhodecode/templates/changelog/changelog.html:41
6375 #: rhodecode/templates/changelog/changelog.html:41
6382 #: rhodecode/templates/forks/forks_data.html:26
6376 #: rhodecode/templates/forks/forks_data.html:28
6383 #, python-format
6377 #, python-format
6384 msgid "Compare fork with %s"
6378 msgid "Compare fork with %s"
6385 msgstr ""
6379 msgstr ""
6386
6380
6387 #: rhodecode/templates/changelog/changelog.html:53
6381 #: rhodecode/templates/changelog/changelog.html:53
6388 #, python-format
6382 #, python-format
6389 msgid "Compare fork with Parent (%s)"
6383 msgid "Compare fork with Parent (%s)"
6390 msgstr ""
6384 msgstr ""
6391
6385
6392 #: rhodecode/templates/changelog/changelog.html:62
6386 #: rhodecode/templates/changelog/changelog.html:62
6393 msgid "Open new pull request"
6387 msgid "Open new pull request"
6394 msgstr ""
6388 msgstr ""
6395
6389
6396 #: rhodecode/templates/changelog/changelog.html:68
6390 #: rhodecode/templates/changelog/changelog.html:68
6397 #: rhodecode/templates/changelog/changelog.html:69
6391 #: rhodecode/templates/changelog/changelog.html:69
6398 msgid "Clear selection"
6392 msgid "Clear selection"
6399 msgstr ""
6393 msgstr ""
6400
6394
6401 #: rhodecode/templates/changelog/changelog.html:83
6395 #: rhodecode/templates/changelog/changelog.html:83
6402 msgid "Clear filter"
6396 msgid "Clear filter"
6403 msgstr ""
6397 msgstr ""
6404
6398
6405 #: rhodecode/templates/changelog/changelog.html:103
6399 #: rhodecode/templates/changelog/changelog.html:103
6406 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6400 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6407 #: rhodecode/templates/search/search_commit.html:9
6408 msgid "Age"
6401 msgid "Age"
6409 msgstr ""
6402 msgstr ""
6410
6403
6411 #: rhodecode/templates/changelog/changelog.html:105
6404 #: rhodecode/templates/changelog/changelog.html:105
6412 #: rhodecode/templates/files/files_add.html:93
6405 #: rhodecode/templates/files/files_add.html:93
6413 #: rhodecode/templates/files/files_delete.html:60
6406 #: rhodecode/templates/files/files_delete.html:60
6414 #: rhodecode/templates/files/files_edit.html:96
6407 #: rhodecode/templates/files/files_edit.html:96
6415 msgid "Commit Message"
6408 msgid "Commit Message"
6416 msgstr ""
6409 msgstr ""
6417
6410
6418 #: rhodecode/templates/changelog/changelog.html:108
6411 #: rhodecode/templates/changelog/changelog.html:108
6419 #: rhodecode/templates/changelog/changelog_summary_data.html:11
6412 #: rhodecode/templates/changelog/changelog_summary_data.html:11
6420 msgid "Refs"
6413 msgid "Refs"
6421 msgstr ""
6414 msgstr ""
6422
6415
6423 #: rhodecode/templates/changelog/changelog.html:122
6416 #: rhodecode/templates/changelog/changelog.html:122
6424 #: rhodecode/templates/changelog/changelog_summary_data.html:22
6417 #: rhodecode/templates/changelog/changelog_summary_data.html:22
6425 #, python-format
6418 #, python-format
6426 msgid ""
6419 msgid ""
6427 "Commit status: %s\n"
6420 "Commit status: %s\n"
6428 "Click to open associated pull request #%s"
6421 "Click to open associated pull request #%s"
6429 msgstr ""
6422 msgstr ""
6430
6423
6431 #: rhodecode/templates/changelog/changelog.html:126
6424 #: rhodecode/templates/changelog/changelog.html:126
6432 #, python-format
6425 #, python-format
6433 msgid "Commit status: %s"
6426 msgid "Commit status: %s"
6434 msgstr ""
6427 msgstr ""
6435
6428
6436 #: rhodecode/templates/changelog/changelog.html:141
6437 #: rhodecode/templates/compare/compare_cs.html:47
6438 #: rhodecode/templates/search/search_commit.html:30
6439 msgid "Expand commit message"
6440 msgstr ""
6441
6442 #: rhodecode/templates/changelog/changelog.html:162
6429 #: rhodecode/templates/changelog/changelog.html:162
6443 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6430 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6444 msgid "Commit has comments"
6431 msgid "Commit has comments"
6445 msgstr ""
6432 msgstr ""
6446
6433
6447 #: rhodecode/templates/changelog/changelog.html:188
6434 #: rhodecode/templates/changelog/changelog.html:188
6448 #: rhodecode/templates/changelog/changelog_summary_data.html:60
6435 #: rhodecode/templates/changelog/changelog_summary_data.html:60
6449 #: rhodecode/templates/changeset/changeset.html:99
6436 #: rhodecode/templates/changeset/changeset.html:99
6450 #: rhodecode/templates/files/base.html:17
6437 #: rhodecode/templates/files/base.html:17
6451 #: rhodecode/templates/tags/tags_data.html:12
6438 #: rhodecode/templates/tags/tags_data.html:12
6452 #, python-format
6439 #, python-format
6453 msgid "Tag %s"
6440 msgid "Tag %s"
6454 msgstr ""
6441 msgstr ""
6455
6442
6456 #: rhodecode/templates/changelog/changelog.html:338
6443 #: rhodecode/templates/changelog/changelog.html:338
6457 msgid "Filter changelog"
6444 msgid "Filter changelog"
6458 msgstr ""
6445 msgstr ""
6459
6446
6460 #: rhodecode/templates/changelog/changelog.html:411
6447 #: rhodecode/templates/changelog/changelog.html:411
6461 msgid "There are no changes yet"
6448 msgid "There are no changes yet"
6462 msgstr ""
6449 msgstr ""
6463
6450
6464 #: rhodecode/templates/changelog/changelog_details.html:4
6451 #: rhodecode/templates/changelog/changelog_details.html:4
6465 #: rhodecode/templates/pullrequests/pullrequest_show.html:358
6452 #: rhodecode/templates/pullrequests/pullrequest_show.html:358
6466 msgid "Removed"
6453 msgid "Removed"
6467 msgstr ""
6454 msgstr ""
6468
6455
6469 #: rhodecode/templates/changelog/changelog_details.html:5
6456 #: rhodecode/templates/changelog/changelog_details.html:5
6470 msgid "Changed"
6457 msgid "Changed"
6471 msgstr ""
6458 msgstr ""
6472
6459
6473 #: rhodecode/templates/changelog/changelog_details.html:6
6460 #: rhodecode/templates/changelog/changelog_details.html:6
6474 msgid "Added"
6461 msgid "Added"
6475 msgstr ""
6462 msgstr ""
6476
6463
6477 #: rhodecode/templates/changelog/changelog_details.html:8
6464 #: rhodecode/templates/changelog/changelog_details.html:8
6478 #: rhodecode/templates/changelog/changelog_details.html:9
6465 #: rhodecode/templates/changelog/changelog_details.html:9
6479 #: rhodecode/templates/changelog/changelog_details.html:10
6466 #: rhodecode/templates/changelog/changelog_details.html:10
6480 #, python-format
6467 #, python-format
6481 msgid "Affected %s files"
6468 msgid "Affected %s files"
6482 msgstr ""
6469 msgstr ""
6483
6470
6484 #: rhodecode/templates/changelog/changelog_file_history.html:20
6471 #: rhodecode/templates/changelog/changelog_file_history.html:20
6485 #: rhodecode/templates/changeset/changeset.html:86
6472 #: rhodecode/templates/changeset/changeset.html:86
6486 #: rhodecode/templates/files/base.html:4
6473 #: rhodecode/templates/files/base.html:4
6487 msgid "merge"
6474 msgid "merge"
6488 msgstr ""
6475 msgstr ""
6489
6476
6490 #: rhodecode/templates/changelog/changelog_file_history.html:39
6477 #: rhodecode/templates/changelog/changelog_file_history.html:39
6491 #: rhodecode/templates/changeset/diff_block.html:65
6478 #: rhodecode/templates/changeset/diff_block.html:65
6492 #: rhodecode/templates/changeset/diff_block.html:70
6479 #: rhodecode/templates/changeset/diff_block.html:70
6493 msgid "Show File"
6480 msgid "Show File"
6494 msgstr ""
6481 msgstr ""
6495
6482
6496 #: rhodecode/templates/changelog/changelog_summary_data.html:8
6483 #: rhodecode/templates/changelog/changelog_summary_data.html:8
6497 #: rhodecode/templates/search/search_commit.html:8
6484 #: rhodecode/templates/search/search_commit.html:8
6498 msgid "Commit message"
6485 msgid "Commit message"
6499 msgstr ""
6486 msgstr ""
6500
6487
6501 #: rhodecode/templates/changelog/changelog_summary_data.html:91
6488 #: rhodecode/templates/changelog/changelog_summary_data.html:91
6502 msgid "Add or upload files directly via RhodeCode:"
6489 msgid "Add or upload files directly via RhodeCode:"
6503 msgstr ""
6490 msgstr ""
6504
6491
6505 #: rhodecode/templates/changelog/changelog_summary_data.html:94
6492 #: rhodecode/templates/changelog/changelog_summary_data.html:94
6506 #: rhodecode/templates/files/files_browser.html:25
6493 #: rhodecode/templates/files/files_browser.html:25
6507 msgid "Add New File"
6494 msgid "Add New File"
6508 msgstr ""
6495 msgstr ""
6509
6496
6510 #: rhodecode/templates/changelog/changelog_summary_data.html:102
6497 #: rhodecode/templates/changelog/changelog_summary_data.html:102
6511 msgid "Push new repo:"
6498 msgid "Push new repo:"
6512 msgstr ""
6499 msgstr ""
6513
6500
6514 #: rhodecode/templates/changelog/changelog_summary_data.html:113
6501 #: rhodecode/templates/changelog/changelog_summary_data.html:113
6515 msgid "Existing repository?"
6502 msgid "Existing repository?"
6516 msgstr ""
6503 msgstr ""
6517
6504
6518 #: rhodecode/templates/changeset/changeset.html:7
6505 #: rhodecode/templates/changeset/changeset.html:7
6519 #, python-format
6506 #, python-format
6520 msgid "%s Commit"
6507 msgid "%s Commit"
6521 msgstr ""
6508 msgstr ""
6522
6509
6523 #: rhodecode/templates/changeset/changeset.html:43
6510 #: rhodecode/templates/changeset/changeset.html:43
6524 msgid "Parent Commit"
6511 msgid "Parent Commit"
6525 msgstr ""
6512 msgstr ""
6526
6513
6527 #: rhodecode/templates/changeset/changeset.html:43
6514 #: rhodecode/templates/changeset/changeset.html:43
6528 msgid "Parent"
6515 msgid "Parent"
6529 msgstr ""
6516 msgstr ""
6530
6517
6531 #: rhodecode/templates/changeset/changeset.html:47
6518 #: rhodecode/templates/changeset/changeset.html:47
6532 msgid "Child Commit"
6519 msgid "Child Commit"
6533 msgstr ""
6520 msgstr ""
6534
6521
6535 #: rhodecode/templates/changeset/changeset.html:47
6522 #: rhodecode/templates/changeset/changeset.html:47
6536 msgid "Child"
6523 msgid "Child"
6537 msgstr ""
6524 msgstr ""
6538
6525
6539 #: rhodecode/templates/changeset/changeset.html:58
6526 #: rhodecode/templates/changeset/changeset.html:58
6540 msgid "Expand"
6527 msgid "Expand"
6541 msgstr ""
6528 msgstr ""
6542
6529
6543 #: rhodecode/templates/changeset/changeset.html:66
6530 #: rhodecode/templates/changeset/changeset.html:66
6544 #: rhodecode/templates/changeset/changeset.html:72
6531 #: rhodecode/templates/changeset/changeset.html:72
6545 #: rhodecode/templates/changeset/changeset_file_comment.html:36
6532 #: rhodecode/templates/changeset/changeset_file_comment.html:36
6546 #: rhodecode/templates/changeset/changeset_file_comment.html:90
6533 #: rhodecode/templates/changeset/changeset_file_comment.html:90
6547 msgid "Commit status"
6534 msgid "Commit status"
6548 msgstr ""
6535 msgstr ""
6549
6536
6550 #: rhodecode/templates/changeset/changeset.html:79
6537 #: rhodecode/templates/changeset/changeset.html:79
6551 #: rhodecode/templates/files/file_tree_detail.html:21
6538 #: rhodecode/templates/files/file_tree_detail.html:21
6552 #: rhodecode/templates/files/files_detail.html:20
6539 #: rhodecode/templates/files/files_detail.html:20
6553 msgid "References"
6540 msgid "References"
6554 msgstr ""
6541 msgstr ""
6555
6542
6556 #: rhodecode/templates/changeset/changeset.html:115
6543 #: rhodecode/templates/changeset/changeset.html:115
6557 msgid "Diffs"
6544 msgid "Diffs"
6558 msgstr ""
6545 msgstr ""
6559
6546
6560 #: rhodecode/templates/changeset/changeset.html:119
6547 #: rhodecode/templates/changeset/changeset.html:119
6561 #: rhodecode/templates/changeset/diff_block.html:85
6548 #: rhodecode/templates/changeset/diff_block.html:85
6562 msgid "Raw diff"
6549 msgid "Raw diff"
6563 msgstr ""
6550 msgstr ""
6564
6551
6565 #: rhodecode/templates/changeset/changeset.html:120
6552 #: rhodecode/templates/changeset/changeset.html:120
6566 #: rhodecode/templates/changeset/diff_block.html:86
6553 #: rhodecode/templates/changeset/diff_block.html:86
6567 msgid "Raw Diff"
6554 msgid "Raw Diff"
6568 msgstr ""
6555 msgstr ""
6569
6556
6570 #: rhodecode/templates/changeset/changeset.html:123
6557 #: rhodecode/templates/changeset/changeset.html:123
6571 msgid "Patch diff"
6558 msgid "Patch diff"
6572 msgstr ""
6559 msgstr ""
6573
6560
6574 #: rhodecode/templates/changeset/changeset.html:124
6561 #: rhodecode/templates/changeset/changeset.html:124
6575 msgid "Patch Diff"
6562 msgid "Patch Diff"
6576 msgstr ""
6563 msgstr ""
6577
6564
6578 #: rhodecode/templates/changeset/changeset.html:127
6565 #: rhodecode/templates/changeset/changeset.html:127
6579 #: rhodecode/templates/changeset/diff_block.html:90
6566 #: rhodecode/templates/changeset/diff_block.html:90
6580 msgid "Download diff"
6567 msgid "Download diff"
6581 msgstr ""
6568 msgstr ""
6582
6569
6583 #: rhodecode/templates/changeset/changeset.html:128
6570 #: rhodecode/templates/changeset/changeset.html:128
6584 #: rhodecode/templates/changeset/diff_block.html:91
6571 #: rhodecode/templates/changeset/diff_block.html:91
6585 msgid "Download Diff"
6572 msgid "Download Diff"
6586 msgstr ""
6573 msgstr ""
6587
6574
6588 #: rhodecode/templates/changeset/changeset.html:145
6575 #: rhodecode/templates/changeset/changeset.html:145
6589 #: rhodecode/templates/changeset/changeset.html:147
6576 #: rhodecode/templates/changeset/changeset.html:147
6590 #: rhodecode/tests/functional/test_changeset_comments.py:217
6577 #: rhodecode/tests/functional/test_changeset_comments.py:217
6591 #, python-format
6578 #, python-format
6592 msgid "%d Commit comment"
6579 msgid "%d Commit comment"
6593 msgid_plural "%d Commit comments"
6580 msgid_plural "%d Commit comments"
6594 msgstr[0] ""
6581 msgstr[0] ""
6595 msgstr[1] ""
6582 msgstr[1] ""
6596 msgstr[2] ""
6583 msgstr[2] ""
6597 msgstr[3] ""
6584 msgstr[3] ""
6598
6585
6599 #: rhodecode/templates/changeset/changeset.html:151
6586 #: rhodecode/templates/changeset/changeset.html:151
6600 #: rhodecode/templates/changeset/changeset.html:153
6587 #: rhodecode/templates/changeset/changeset.html:153
6601 #: rhodecode/templates/pullrequests/pullrequest_show.html:145
6588 #: rhodecode/templates/pullrequests/pullrequest_show.html:145
6602 #: rhodecode/templates/pullrequests/pullrequest_show.html:147
6589 #: rhodecode/templates/pullrequests/pullrequest_show.html:147
6603 #: rhodecode/tests/functional/test_changeset_comments.py:224
6590 #: rhodecode/tests/functional/test_changeset_comments.py:224
6604 #, python-format
6591 #, python-format
6605 msgid "%d Inline Comment"
6592 msgid "%d Inline Comment"
6606 msgid_plural "%d Inline Comments"
6593 msgid_plural "%d Inline Comments"
6607 msgstr[0] ""
6594 msgstr[0] ""
6608 msgstr[1] ""
6595 msgstr[1] ""
6609 msgstr[2] ""
6596 msgstr[2] ""
6610 msgstr[3] ""
6597 msgstr[3] ""
6611
6598
6612 #: rhodecode/templates/changeset/changeset.html:177
6599 #: rhodecode/templates/changeset/changeset.html:177
6613 msgid "Browse files at current commit"
6600 msgid "Browse files at current commit"
6614 msgstr ""
6601 msgstr ""
6615
6602
6616 #: rhodecode/templates/changeset/changeset.html:177
6603 #: rhodecode/templates/changeset/changeset.html:177
6617 msgid "Browse files"
6604 msgid "Browse files"
6618 msgstr ""
6605 msgstr ""
6619
6606
6620 #: rhodecode/templates/changeset/changeset.html:179
6607 #: rhodecode/templates/changeset/changeset.html:179
6621 #: rhodecode/templates/changeset/changeset_range.html:59
6608 #: rhodecode/templates/changeset/changeset_range.html:59
6622 #: rhodecode/templates/compare/compare_diff.html:255
6609 #: rhodecode/templates/compare/compare_diff.html:255
6623 #: rhodecode/templates/files/file_diff.html:77
6610 #: rhodecode/templates/files/file_diff.html:77
6624 #: rhodecode/templates/pullrequests/pullrequest_show.html:265
6611 #: rhodecode/templates/pullrequests/pullrequest_show.html:265
6625 msgid "Expand All"
6612 msgid "Expand All"
6626 msgstr ""
6613 msgstr ""
6627
6614
6628 #: rhodecode/templates/changeset/changeset.html:179
6615 #: rhodecode/templates/changeset/changeset.html:179
6629 #: rhodecode/templates/changeset/changeset_range.html:59
6616 #: rhodecode/templates/changeset/changeset_range.html:59
6630 #: rhodecode/templates/compare/compare_diff.html:255
6617 #: rhodecode/templates/compare/compare_diff.html:255
6631 #: rhodecode/templates/files/file_diff.html:77
6618 #: rhodecode/templates/files/file_diff.html:77
6632 #: rhodecode/templates/pullrequests/pullrequest_show.html:265
6619 #: rhodecode/templates/pullrequests/pullrequest_show.html:265
6633 msgid "Collapse All"
6620 msgid "Collapse All"
6634 msgstr ""
6621 msgstr ""
6635
6622
6636 #: rhodecode/templates/changeset/changeset.html:190
6623 #: rhodecode/templates/changeset/changeset.html:190
6637 #: rhodecode/templates/compare/compare_diff.html:263
6624 #: rhodecode/templates/compare/compare_diff.html:263
6638 #: rhodecode/templates/pullrequests/pullrequest_show.html:274
6625 #: rhodecode/templates/pullrequests/pullrequest_show.html:274
6639 msgid "No files"
6626 msgid "No files"
6640 msgstr ""
6627 msgstr ""
6641
6628
6642 #: rhodecode/templates/changeset/changeset.html:227
6629 #: rhodecode/templates/changeset/changeset.html:227
6643 #: rhodecode/templates/files/file_diff.html:128
6630 #: rhodecode/templates/files/file_diff.html:128
6644 msgid "Show comments"
6631 msgid "Show comments"
6645 msgstr ""
6632 msgstr ""
6646
6633
6647 #: rhodecode/templates/changeset/changeset.html:228
6634 #: rhodecode/templates/changeset/changeset.html:228
6648 #: rhodecode/templates/files/file_diff.html:129
6635 #: rhodecode/templates/files/file_diff.html:129
6649 msgid "Hide comments"
6636 msgid "Hide comments"
6650 msgstr ""
6637 msgstr ""
6651
6638
6652 #: rhodecode/templates/changeset/changeset.html:245
6639 #: rhodecode/templates/changeset/changeset.html:245
6653 #: rhodecode/templates/changeset/diff_block.html:25
6640 #: rhodecode/templates/changeset/diff_block.html:25
6654 #: rhodecode/templates/changeset/diff_block.html:46
6641 #: rhodecode/templates/changeset/diff_block.html:46
6655 #: rhodecode/templates/files/file_diff.html:146
6642 #: rhodecode/templates/files/file_diff.html:146
6656 msgid "Diff was truncated. File content available only in full diff."
6643 msgid "Diff was truncated. File content available only in full diff."
6657 msgstr ""
6644 msgstr ""
6658
6645
6659 #: rhodecode/templates/changeset/changeset.html:245
6646 #: rhodecode/templates/changeset/changeset.html:245
6660 #: rhodecode/templates/changeset/diff_block.html:7
6647 #: rhodecode/templates/changeset/diff_block.html:7
6661 #: rhodecode/templates/changeset/diff_block.html:10
6648 #: rhodecode/templates/changeset/diff_block.html:10
6662 #: rhodecode/templates/changeset/diff_block.html:25
6649 #: rhodecode/templates/changeset/diff_block.html:25
6663 #: rhodecode/templates/changeset/diff_block.html:46
6650 #: rhodecode/templates/changeset/diff_block.html:46
6664 #: rhodecode/templates/changeset/diff_block.html:59
6651 #: rhodecode/templates/changeset/diff_block.html:59
6665 #: rhodecode/templates/files/file_diff.html:146
6652 #: rhodecode/templates/files/file_diff.html:146
6666 msgid "Showing a big diff might take some time and resources, continue?"
6653 msgid "Showing a big diff might take some time and resources, continue?"
6667 msgstr ""
6654 msgstr ""
6668
6655
6669 #: rhodecode/templates/changeset/changeset.html:245
6656 #: rhodecode/templates/changeset/changeset.html:245
6670 #: rhodecode/templates/changeset/diff_block.html:7
6657 #: rhodecode/templates/changeset/diff_block.html:7
6671 #: rhodecode/templates/changeset/diff_block.html:10
6658 #: rhodecode/templates/changeset/diff_block.html:10
6672 #: rhodecode/templates/changeset/diff_block.html:25
6659 #: rhodecode/templates/changeset/diff_block.html:25
6673 #: rhodecode/templates/changeset/diff_block.html:46
6660 #: rhodecode/templates/changeset/diff_block.html:46
6674 #: rhodecode/templates/files/file_diff.html:146
6661 #: rhodecode/templates/files/file_diff.html:146
6675 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
6662 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
6676 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
6663 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
6677 msgid "Show full diff"
6664 msgid "Show full diff"
6678 msgstr ""
6665 msgstr ""
6679
6666
6680 #: rhodecode/templates/changeset/changeset.html:314
6667 #: rhodecode/templates/changeset/changeset.html:314
6681 msgid "No Child Commits"
6668 msgid "No Child Commits"
6682 msgstr ""
6669 msgstr ""
6683
6670
6684 #: rhodecode/templates/changeset/changeset.html:350
6671 #: rhodecode/templates/changeset/changeset.html:350
6685 msgid "No Parent Commits"
6672 msgid "No Parent Commits"
6686 msgstr ""
6673 msgstr ""
6687
6674
6688 #: rhodecode/templates/changeset/changeset_file_comment.html:21
6675 #: rhodecode/templates/changeset/changeset_file_comment.html:21
6689 #, python-format
6676 #, python-format
6690 msgid "Vote on pull request #%s"
6677 msgid "Vote on pull request #%s"
6691 msgstr ""
6678 msgstr ""
6692
6679
6693 #: rhodecode/templates/changeset/changeset_file_comment.html:23
6680 #: rhodecode/templates/changeset/changeset_file_comment.html:23
6694 #, python-format
6681 #, python-format
6695 msgid "Comment on pull request #%s"
6682 msgid "Comment on pull request #%s"
6696 msgstr ""
6683 msgstr ""
6697
6684
6698 #: rhodecode/templates/changeset/changeset_file_comment.html:28
6685 #: rhodecode/templates/changeset/changeset_file_comment.html:28
6699 msgid "Status change on commit"
6686 msgid "Status change on commit"
6700 msgstr ""
6687 msgstr ""
6701
6688
6702 #: rhodecode/templates/changeset/changeset_file_comment.html:30
6689 #: rhodecode/templates/changeset/changeset_file_comment.html:30
6703 msgid "Comment on commit"
6690 msgid "Comment on commit"
6704 msgstr ""
6691 msgstr ""
6705
6692
6706 #: rhodecode/templates/changeset/changeset_file_comment.html:58
6693 #: rhodecode/templates/changeset/changeset_file_comment.html:58
6707 msgid "Previous comment"
6694 msgid "Previous comment"
6708 msgstr ""
6695 msgstr ""
6709
6696
6710 #: rhodecode/templates/changeset/changeset_file_comment.html:62
6697 #: rhodecode/templates/changeset/changeset_file_comment.html:62
6711 msgid "Next comment"
6698 msgid "Next comment"
6712 msgstr ""
6699 msgstr ""
6713
6700
6714 #: rhodecode/templates/changeset/changeset_file_comment.html:118
6701 #: rhodecode/templates/changeset/changeset_file_comment.html:118
6715 msgid "Create a comment on line {1}."
6702 msgid "Create a comment on line {1}."
6716 msgstr ""
6703 msgstr ""
6717
6704
6718 #: rhodecode/templates/changeset/changeset_file_comment.html:121
6705 #: rhodecode/templates/changeset/changeset_file_comment.html:121
6719 #: rhodecode/templates/changeset/changeset_file_comment.html:251
6706 #: rhodecode/templates/changeset/changeset_file_comment.html:251
6720 #, python-format
6707 #, python-format
6721 msgid "Comments parsed using %s syntax with %s support."
6708 msgid "Comments parsed using %s syntax with %s support."
6722 msgstr ""
6709 msgstr ""
6723
6710
6724 #: rhodecode/templates/changeset/changeset_file_comment.html:123
6711 #: rhodecode/templates/changeset/changeset_file_comment.html:123
6725 #: rhodecode/templates/changeset/changeset_file_comment.html:253
6712 #: rhodecode/templates/changeset/changeset_file_comment.html:253
6726 msgid ""
6713 msgid ""
6727 "Use @username inside this text to send notification to this RhodeCode user"
6714 "Use @username inside this text to send notification to this RhodeCode user"
6728 msgstr ""
6715 msgstr ""
6729
6716
6730 #: rhodecode/templates/changeset/changeset_file_comment.html:133
6717 #: rhodecode/templates/changeset/changeset_file_comment.html:133
6731 #: rhodecode/templates/changeset/changeset_file_comment.html:264
6718 #: rhodecode/templates/changeset/changeset_file_comment.html:264
6732 msgid "Comment preview"
6719 msgid "Comment preview"
6733 msgstr ""
6720 msgstr ""
6734
6721
6735 #: rhodecode/templates/changeset/changeset_file_comment.html:146
6722 #: rhodecode/templates/changeset/changeset_file_comment.html:146
6736 #: rhodecode/templates/changeset/changeset_file_comment.html:293
6723 #: rhodecode/templates/changeset/changeset_file_comment.html:293
6737 #: rhodecode/templates/compare/compare_diff.html:57
6724 #: rhodecode/templates/compare/compare_diff.html:57
6738 msgid "Comment"
6725 msgid "Comment"
6739 msgstr ""
6726 msgstr ""
6740
6727
6741 #: rhodecode/templates/changeset/changeset_file_comment.html:154
6728 #: rhodecode/templates/changeset/changeset_file_comment.html:154
6742 msgid "You need to be logged in to comment."
6729 msgid "You need to be logged in to comment."
6743 msgstr ""
6730 msgstr ""
6744
6731
6745 #: rhodecode/templates/changeset/changeset_file_comment.html:154
6732 #: rhodecode/templates/changeset/changeset_file_comment.html:154
6746 msgid "Login now"
6733 msgid "Login now"
6747 msgstr ""
6734 msgstr ""
6748
6735
6749 #: rhodecode/templates/changeset/changeset_file_comment.html:158
6736 #: rhodecode/templates/changeset/changeset_file_comment.html:158
6750 msgid "Hide"
6737 msgid "Hide"
6751 msgstr ""
6738 msgstr ""
6752
6739
6753 #: rhodecode/templates/changeset/changeset_file_comment.html:171
6740 #: rhodecode/templates/changeset/changeset_file_comment.html:171
6754 #, python-format
6741 #, python-format
6755 msgid "%d Pull Request Comment"
6742 msgid "%d Pull Request Comment"
6756 msgid_plural "%d Pull Request Comments"
6743 msgid_plural "%d Pull Request Comments"
6757 msgstr[0] ""
6744 msgstr[0] ""
6758 msgstr[1] ""
6745 msgstr[1] ""
6759 msgstr[2] ""
6746 msgstr[2] ""
6760 msgstr[3] ""
6747 msgstr[3] ""
6761
6748
6762 #: rhodecode/templates/changeset/changeset_file_comment.html:173
6749 #: rhodecode/templates/changeset/changeset_file_comment.html:173
6763 #, python-format
6750 #, python-format
6764 msgid "%d Commit Comment"
6751 msgid "%d Commit Comment"
6765 msgid_plural "%d Commit Comments"
6752 msgid_plural "%d Commit Comments"
6766 msgstr[0] ""
6753 msgstr[0] ""
6767 msgstr[1] ""
6754 msgstr[1] ""
6768 msgstr[2] ""
6755 msgstr[2] ""
6769 msgstr[3] ""
6756 msgstr[3] ""
6770
6757
6771 #: rhodecode/templates/changeset/changeset_file_comment.html:223
6758 #: rhodecode/templates/changeset/changeset_file_comment.html:223
6772 msgid "Merge Pull Request"
6759 msgid "Merge Pull Request"
6773 msgstr ""
6760 msgstr ""
6774
6761
6775 #: rhodecode/templates/changeset/changeset_file_comment.html:243
6762 #: rhodecode/templates/changeset/changeset_file_comment.html:243
6776 msgid "Create a comment on this Pull Request."
6763 msgid "Create a comment on this Pull Request."
6777 msgstr ""
6764 msgstr ""
6778
6765
6779 #: rhodecode/templates/changeset/changeset_file_comment.html:245
6766 #: rhodecode/templates/changeset/changeset_file_comment.html:245
6780 msgid "Create comments on this Commit range."
6767 msgid "Create comments on this Commit range."
6781 msgstr ""
6768 msgstr ""
6782
6769
6783 #: rhodecode/templates/changeset/changeset_file_comment.html:247
6770 #: rhodecode/templates/changeset/changeset_file_comment.html:247
6784 msgid "Create a comment on this Commit."
6771 msgid "Create a comment on this Commit."
6785 msgstr ""
6772 msgstr ""
6786
6773
6787 #: rhodecode/templates/changeset/changeset_range.html:5
6774 #: rhodecode/templates/changeset/changeset_range.html:5
6788 #, python-format
6775 #, python-format
6789 msgid "%s Commits"
6776 msgid "%s Commits"
6790 msgstr ""
6777 msgstr ""
6791
6778
6792 #: rhodecode/templates/changeset/changeset_range.html:9
6779 #: rhodecode/templates/changeset/changeset_range.html:9
6793 #: rhodecode/templates/changeset/changeset_range.html:20
6780 #: rhodecode/templates/changeset/changeset_range.html:20
6794 #, python-format
6781 #, python-format
6795 msgid "(%s commit)"
6782 msgid "(%s commit)"
6796 msgid_plural "(%s commits)"
6783 msgid_plural "(%s commits)"
6797 msgstr[0] ""
6784 msgstr[0] ""
6798 msgstr[1] ""
6785 msgstr[1] ""
6799 msgstr[2] ""
6786 msgstr[2] ""
6800 msgstr[3] ""
6787 msgstr[3] ""
6801
6788
6802 #: rhodecode/templates/changeset/changeset_range.html:16
6789 #: rhodecode/templates/changeset/changeset_range.html:16
6803 msgid "Commits"
6790 msgid "Commits"
6804 msgstr ""
6791 msgstr ""
6805
6792
6806 #: rhodecode/templates/changeset/changeset_range.html:41
6793 #: rhodecode/templates/changeset/changeset_range.html:41
6807 msgid "Show combined compare"
6794 msgid "Show combined compare"
6808 msgstr ""
6795 msgstr ""
6809
6796
6810 #: rhodecode/templates/changeset/diff_block.html:7
6797 #: rhodecode/templates/changeset/diff_block.html:7
6811 msgid "The requested commit is too big and content was truncated."
6798 msgid "The requested commit is too big and content was truncated."
6812 msgstr ""
6799 msgstr ""
6813
6800
6814 #: rhodecode/templates/changeset/diff_block.html:10
6801 #: rhodecode/templates/changeset/diff_block.html:10
6815 msgid "The requested file is too big and its content is not shown."
6802 msgid "The requested file is too big and its content is not shown."
6816 msgstr ""
6803 msgstr ""
6817
6804
6818 #: rhodecode/templates/changeset/diff_block.html:64
6805 #: rhodecode/templates/changeset/diff_block.html:64
6819 #, python-format
6806 #, python-format
6820 msgid "Show file at commit: %(commit_id)s"
6807 msgid "Show file at commit: %(commit_id)s"
6821 msgstr ""
6808 msgstr ""
6822
6809
6823 #: rhodecode/templates/changeset/diff_block.html:69
6810 #: rhodecode/templates/changeset/diff_block.html:69
6824 #, python-format
6811 #, python-format
6825 msgid "File no longer present at commit: %(commit_id)s"
6812 msgid "File no longer present at commit: %(commit_id)s"
6826 msgstr ""
6813 msgstr ""
6827
6814
6828 #: rhodecode/templates/changeset/diff_block.html:75
6815 #: rhodecode/templates/changeset/diff_block.html:75
6829 msgid "Show full diff for this file"
6816 msgid "Show full diff for this file"
6830 msgstr ""
6817 msgstr ""
6831
6818
6832 #: rhodecode/templates/changeset/diff_block.html:76
6819 #: rhodecode/templates/changeset/diff_block.html:76
6833 msgid "Unified Diff"
6820 msgid "Unified Diff"
6834 msgstr ""
6821 msgstr ""
6835
6822
6836 #: rhodecode/templates/changeset/diff_block.html:80
6823 #: rhodecode/templates/changeset/diff_block.html:80
6837 msgid "Show full side-by-side diff for this file"
6824 msgid "Show full side-by-side diff for this file"
6838 msgstr ""
6825 msgstr ""
6839
6826
6840 #: rhodecode/templates/changeset/diff_block.html:81
6827 #: rhodecode/templates/changeset/diff_block.html:81
6841 #: rhodecode/templates/files/diff_2way.html:40
6828 #: rhodecode/templates/files/diff_2way.html:40
6842 msgid "Side-by-side Diff"
6829 msgid "Side-by-side Diff"
6843 msgstr ""
6830 msgstr ""
6844
6831
6845 #: rhodecode/templates/changeset/diff_block.html:97
6832 #: rhodecode/templates/changeset/diff_block.html:97
6846 #, python-format
6833 #, python-format
6847 msgid "%(num)s file changed"
6834 msgid "%(num)s file changed"
6848 msgid_plural "%(num)s files changed"
6835 msgid_plural "%(num)s files changed"
6849 msgstr[0] ""
6836 msgstr[0] ""
6850 msgstr[1] ""
6837 msgstr[1] ""
6851 msgstr[2] ""
6838 msgstr[2] ""
6852 msgstr[3] ""
6839 msgstr[3] ""
6853
6840
6854 #: rhodecode/templates/changeset/diff_block.html:99
6841 #: rhodecode/templates/changeset/diff_block.html:99
6855 #, python-format
6842 #, python-format
6856 msgid "%(num)s file changed: %(linesadd)s inserted, %(linesdel)s deleted"
6843 msgid "%(num)s file changed: %(linesadd)s inserted, %(linesdel)s deleted"
6857 msgid_plural ""
6844 msgid_plural ""
6858 "%(num)s files changed: %(linesadd)s inserted, %(linesdel)s deleted"
6845 "%(num)s files changed: %(linesadd)s inserted, %(linesdel)s deleted"
6859 msgstr[0] ""
6846 msgstr[0] ""
6860 msgstr[1] ""
6847 msgstr[1] ""
6861 msgstr[2] ""
6848 msgstr[2] ""
6862 msgstr[3] ""
6849 msgstr[3] ""
6863
6850
6864 #: rhodecode/templates/compare/compare_cs.html:5
6851 #: rhodecode/templates/compare/compare_commits.html:5
6865 msgid "No Commits"
6852 msgid "No Commits"
6866 msgstr ""
6853 msgstr ""
6867
6854
6868 #: rhodecode/templates/compare/compare_cs.html:9
6855 #: rhodecode/templates/compare/compare_commits.html:9
6869 msgid "Common Ancestor Commit"
6856 msgid "Common Ancestor Commit"
6870 msgstr ""
6857 msgstr ""
6871
6858
6872 #: rhodecode/templates/compare/compare_cs.html:20
6859 #: rhodecode/templates/compare/compare_commits.html:20
6873 msgid "Time"
6860 msgid "Time"
6874 msgstr ""
6861 msgstr ""
6875
6862
6876 #: rhodecode/templates/compare/compare_diff.html:6
6863 #: rhodecode/templates/compare/compare_diff.html:6
6877 #: rhodecode/templates/compare/compare_diff.html:8
6864 #: rhodecode/templates/compare/compare_diff.html:8
6878 #, python-format
6865 #, python-format
6879 msgid "%s Compare"
6866 msgid "%s Compare"
6880 msgstr ""
6867 msgstr ""
6881
6868
6882 #: rhodecode/templates/compare/compare_diff.html:16
6869 #: rhodecode/templates/compare/compare_diff.html:16
6883 #, python-format
6870 #, python-format
6884 msgid "%s commit"
6871 msgid "%s commit"
6885 msgid_plural "%s commits"
6872 msgid_plural "%s commits"
6886 msgstr[0] ""
6873 msgstr[0] ""
6887 msgstr[1] ""
6874 msgstr[1] ""
6888 msgstr[2] ""
6875 msgstr[2] ""
6889 msgstr[3] ""
6876 msgstr[3] ""
6890
6877
6891 #: rhodecode/templates/compare/compare_diff.html:37
6878 #: rhodecode/templates/compare/compare_diff.html:37
6892 #: rhodecode/templates/compare/compare_diff.html:55
6879 #: rhodecode/templates/compare/compare_diff.html:55
6893 msgid "Compare Commits"
6880 msgid "Compare Commits"
6894 msgstr ""
6881 msgstr ""
6895
6882
6896 #: rhodecode/templates/compare/compare_diff.html:46
6883 #: rhodecode/templates/compare/compare_diff.html:46
6897 #: rhodecode/templates/files/file_diff.html:56
6884 #: rhodecode/templates/files/file_diff.html:56
6898 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
6885 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
6899 msgid "Target"
6886 msgid "Target"
6900 msgstr ""
6887 msgstr ""
6901
6888
6902 #: rhodecode/templates/compare/compare_diff.html:47
6889 #: rhodecode/templates/compare/compare_diff.html:47
6903 #: rhodecode/templates/files/file_diff.html:62
6890 #: rhodecode/templates/files/file_diff.html:62
6904 #: rhodecode/templates/files/files_source.html:18
6891 #: rhodecode/templates/files/files_source.html:18
6905 msgid "Source"
6892 msgid "Source"
6906 msgstr ""
6893 msgstr ""
6907
6894
6908 #: rhodecode/templates/compare/compare_diff.html:53
6895 #: rhodecode/templates/compare/compare_diff.html:53
6909 msgid "Swap"
6896 msgid "Swap"
6910 msgstr ""
6897 msgstr ""
6911
6898
6912 #: rhodecode/templates/compare/compare_diff.html:245
6899 #: rhodecode/templates/compare/compare_diff.html:245
6913 msgid "Compare commits, branches, bookmarks or tags."
6900 msgid "Compare commits, branches, bookmarks or tags."
6914 msgstr ""
6901 msgstr ""
6915
6902
6916 #: rhodecode/templates/data_table/_dt_elements.html:49
6903 #: rhodecode/templates/data_table/_dt_elements.html:49
6917 msgid "Mercurial repository"
6904 msgid "Mercurial repository"
6918 msgstr ""
6905 msgstr ""
6919
6906
6920 #: rhodecode/templates/data_table/_dt_elements.html:51
6907 #: rhodecode/templates/data_table/_dt_elements.html:51
6921 msgid "Git repository"
6908 msgid "Git repository"
6922 msgstr ""
6909 msgstr ""
6923
6910
6924 #: rhodecode/templates/data_table/_dt_elements.html:53
6911 #: rhodecode/templates/data_table/_dt_elements.html:53
6925 msgid "Subversion repository"
6912 msgid "Subversion repository"
6926 msgstr ""
6913 msgstr ""
6927
6914
6928 #: rhodecode/templates/data_table/_dt_elements.html:60
6915 #: rhodecode/templates/data_table/_dt_elements.html:60
6929 msgid "Public repository"
6916 msgid "Public repository"
6930 msgstr ""
6917 msgstr ""
6931
6918
6932 #: rhodecode/templates/data_table/_dt_elements.html:70
6919 #: rhodecode/templates/data_table/_dt_elements.html:70
6933 msgid "Repository creating in progress..."
6920 msgid "Repository creating in progress..."
6934 msgstr ""
6921 msgstr ""
6935
6922
6936 #: rhodecode/templates/data_table/_dt_elements.html:84
6923 #: rhodecode/templates/data_table/_dt_elements.html:84
6937 msgid "No commits yet"
6924 msgid "No commits yet"
6938 msgstr ""
6925 msgstr ""
6939
6926
6940 #: rhodecode/templates/data_table/_dt_elements.html:91
6927 #: rhodecode/templates/data_table/_dt_elements.html:91
6941 #: rhodecode/templates/data_table/_dt_elements.html:93
6928 #: rhodecode/templates/data_table/_dt_elements.html:93
6942 #, python-format
6929 #, python-format
6943 msgid "Subscribe to %s rss feed"
6930 msgid "Subscribe to %s rss feed"
6944 msgstr ""
6931 msgstr ""
6945
6932
6946 #: rhodecode/templates/data_table/_dt_elements.html:99
6933 #: rhodecode/templates/data_table/_dt_elements.html:99
6947 #: rhodecode/templates/data_table/_dt_elements.html:101
6934 #: rhodecode/templates/data_table/_dt_elements.html:101
6948 #, python-format
6935 #, python-format
6949 msgid "Subscribe to %s atom feed"
6936 msgid "Subscribe to %s atom feed"
6950 msgstr ""
6937 msgstr ""
6951
6938
6952 #: rhodecode/templates/data_table/_dt_elements.html:127
6939 #: rhodecode/templates/data_table/_dt_elements.html:127
6953 msgid "Creating"
6940 msgid "Creating"
6954 msgstr ""
6941 msgstr ""
6955
6942
6956 #: rhodecode/templates/data_table/_dt_elements.html:129
6943 #: rhodecode/templates/data_table/_dt_elements.html:129
6957 msgid "Created"
6944 msgid "Created"
6958 msgstr ""
6945 msgstr ""
6959
6946
6960 #: rhodecode/templates/data_table/_dt_elements.html:175
6947 #: rhodecode/templates/data_table/_dt_elements.html:175
6961 #, python-format
6948 #, python-format
6962 msgid "Confirm to delete this group: %s with %s repository"
6949 msgid "Confirm to delete this group: %s with %s repository"
6963 msgid_plural "Confirm to delete this group: %s with %s repositories"
6950 msgid_plural "Confirm to delete this group: %s with %s repositories"
6964 msgstr[0] ""
6951 msgstr[0] ""
6965 msgstr[1] ""
6952 msgstr[1] ""
6966 msgstr[2] ""
6953 msgstr[2] ""
6967 msgstr[3] ""
6954 msgstr[3] ""
6968
6955
6969 #: rhodecode/templates/data_table/_dt_elements.html:201
6956 #: rhodecode/templates/data_table/_dt_elements.html:201
6970 #, python-format
6957 #, python-format
6971 msgid "Confirm to delete this user group: %s"
6958 msgid "Confirm to delete this user group: %s"
6972 msgstr ""
6959 msgstr ""
6973
6960
6974 #: rhodecode/templates/data_table/_dt_elements.html:218
6961 #: rhodecode/templates/data_table/_dt_elements.html:218
6975 msgid "User group"
6962 msgid "User group"
6976 msgstr ""
6963 msgstr ""
6977
6964
6978 #: rhodecode/templates/data_table/_dt_elements.html:262
6965 #: rhodecode/templates/data_table/_dt_elements.html:262
6979 #: rhodecode/templates/forks/fork.html:81
6966 #: rhodecode/templates/forks/fork.html:81
6980 msgid "Private"
6967 msgid "Private"
6981 msgstr ""
6968 msgstr ""
6982
6969
6983 #: rhodecode/templates/data_table/_dt_elements.html:287
6970 #: rhodecode/templates/data_table/_dt_elements.html:287
6984 #, python-format
6971 #, python-format
6985 msgid "Pull request #%(pr_number)s"
6972 msgid "Pull request #%(pr_number)s"
6986 msgstr ""
6973 msgstr ""
6987
6974
6988 #: rhodecode/templates/debug_style/buttons.html:131
6975 #: rhodecode/templates/debug_style/buttons.html:131
6989 msgid "Confirm to remove this field: Field"
6976 msgid "Confirm to remove this field: Field"
6990 msgstr ""
6977 msgstr ""
6991
6978
6992 #: rhodecode/templates/debug_style/form-elements.html:107
6979 #: rhodecode/templates/debug_style/form-elements.html:107
6993 msgid "Default"
6980 msgid "Default"
6994 msgstr ""
6981 msgstr ""
6995
6982
6983 #: rhodecode/templates/debug_style/form-elements.html:535
6984 #: rhodecode/templates/debug_style/form-elements.html:585
6985 #: rhodecode/templates/debug_style/forms.html:250
6986 msgid "Available members"
6987 msgstr ""
6988
6996 #: rhodecode/templates/debug_style/forms.html:119
6989 #: rhodecode/templates/debug_style/forms.html:119
6997 msgid "Some text..."
6990 msgid "Some text..."
6998 msgstr ""
6991 msgstr ""
6999
6992
7000 #: rhodecode/templates/debug_style/forms.html:122
6993 #: rhodecode/templates/debug_style/forms.html:122
7001 #: rhodecode/templates/debug_style/forms.html:255
6994 #: rhodecode/templates/debug_style/forms.html:255
7002 msgid "Variable Item"
6995 msgid "Variable Item"
7003 msgstr ""
6996 msgstr ""
7004
6997
7005 #: rhodecode/templates/debug_style/forms.html:252
6998 #: rhodecode/templates/debug_style/forms.html:252
7006 msgid "Some example text..."
6999 msgid "Some example text..."
7007 msgstr ""
7000 msgstr ""
7008
7001
7009 #: rhodecode/templates/debug_style/index.html:5
7002 #: rhodecode/templates/debug_style/index.html:5
7010 msgid "Debug Style"
7003 msgid "Debug Style"
7011 msgstr ""
7004 msgstr ""
7012
7005
7013 #: rhodecode/templates/debug_style/index.html:54
7006 #: rhodecode/templates/debug_style/index.html:54
7014 msgid "Index"
7007 msgid "Index"
7015 msgstr ""
7008 msgstr ""
7016
7009
7017 #: rhodecode/templates/debug_style/index.html:55
7010 #: rhodecode/templates/debug_style/index.html:55
7018 msgid "Typography"
7011 msgid "Typography"
7019 msgstr ""
7012 msgstr ""
7020
7013
7021 #: rhodecode/templates/debug_style/index.html:56
7014 #: rhodecode/templates/debug_style/index.html:56
7022 msgid "Forms"
7015 msgid "Forms"
7023 msgstr ""
7016 msgstr ""
7024
7017
7025 #: rhodecode/templates/debug_style/index.html:57
7018 #: rhodecode/templates/debug_style/index.html:57
7026 msgid "Buttons"
7019 msgid "Buttons"
7027 msgstr ""
7020 msgstr ""
7028
7021
7029 #: rhodecode/templates/debug_style/index.html:58
7022 #: rhodecode/templates/debug_style/index.html:58
7030 msgid "Labels"
7023 msgid "Labels"
7031 msgstr ""
7024 msgstr ""
7032
7025
7033 #: rhodecode/templates/debug_style/index.html:59
7026 #: rhodecode/templates/debug_style/index.html:59
7034 msgid "Tables"
7027 msgid "Tables"
7035 msgstr ""
7028 msgstr ""
7036
7029
7037 #: rhodecode/templates/debug_style/index.html:60
7030 #: rhodecode/templates/debug_style/index.html:60
7038 msgid "Tables wide"
7031 msgid "Tables wide"
7039 msgstr ""
7032 msgstr ""
7040
7033
7041 #: rhodecode/templates/debug_style/index.html:61
7034 #: rhodecode/templates/debug_style/index.html:61
7042 msgid "Collapsable Content"
7035 msgid "Collapsable Content"
7043 msgstr ""
7036 msgstr ""
7044
7037
7045 #: rhodecode/templates/debug_style/index.html:63
7038 #: rhodecode/templates/debug_style/index.html:63
7046 msgid "Layout form with sidebar"
7039 msgid "Layout form with sidebar"
7047 msgstr ""
7040 msgstr ""
7048
7041
7049 #: rhodecode/templates/debug_style/index.html:64
7042 #: rhodecode/templates/debug_style/index.html:64
7050 msgid "Login"
7043 msgid "Login"
7051 msgstr ""
7044 msgstr ""
7052
7045
7053 #: rhodecode/templates/debug_style/index.html:65
7046 #: rhodecode/templates/debug_style/index.html:65
7054 msgid "Login 2"
7047 msgid "Login 2"
7055 msgstr ""
7048 msgstr ""
7056
7049
7057 #: rhodecode/templates/debug_style/index.html:66
7050 #: rhodecode/templates/debug_style/index.html:66
7058 msgid "Code blocks"
7051 msgid "Code blocks"
7059 msgstr ""
7052 msgstr ""
7060
7053
7061 #: rhodecode/templates/debug_style/index.html:69
7054 #: rhodecode/templates/debug_style/index.html:69
7062 msgid "Panels"
7055 msgid "Panels"
7063 msgstr ""
7056 msgstr ""
7064
7057
7065 #: rhodecode/templates/debug_style/index.html:72
7058 #: rhodecode/templates/debug_style/index.html:72
7066 msgid "Form elements"
7059 msgid "Form elements"
7067 msgstr ""
7060 msgstr ""
7068
7061
7069 #: rhodecode/templates/debug_style/index.html:73
7062 #: rhodecode/templates/debug_style/index.html:73
7070 msgid "Form elements small"
7063 msgid "Form elements small"
7071 msgstr ""
7064 msgstr ""
7072
7065
7073 #: rhodecode/templates/debug_style/index.html:74
7066 #: rhodecode/templates/debug_style/index.html:74
7074 msgid "Form inline elements"
7067 msgid "Form inline elements"
7075 msgstr ""
7068 msgstr ""
7076
7069
7077 #: rhodecode/templates/debug_style/index.html:75
7070 #: rhodecode/templates/debug_style/index.html:75
7078 msgid "Form vertical"
7071 msgid "Form vertical"
7079 msgstr ""
7072 msgstr ""
7080
7073
7081 #: rhodecode/templates/email_templates/base.mako:16
7074 #: rhodecode/templates/email_templates/base.mako:16
7082 #, python-format
7075 #, python-format
7083 msgid "This is a notification from RhodeCode. %(instance_url)s"
7076 msgid "This is a notification from RhodeCode. %(instance_url)s"
7084 msgstr ""
7077 msgstr ""
7085
7078
7086 #: rhodecode/templates/email_templates/commit_comment.mako:5
7079 #: rhodecode/templates/email_templates/commit_comment.mako:5
7087 #: rhodecode/templates/email_templates/pull_request_comment.mako:5
7080 #: rhodecode/templates/email_templates/pull_request_comment.mako:5
7088 msgid "[mention]"
7081 msgid "[mention]"
7089 msgstr ""
7082 msgstr ""
7090
7083
7091 #: rhodecode/templates/email_templates/commit_comment.mako:5
7084 #: rhodecode/templates/email_templates/commit_comment.mako:5
7092 #, python-format
7085 #, python-format
7093 msgid "%(user)s commented on commit of %(repo_name)s"
7086 msgid "%(user)s commented on commit of %(repo_name)s"
7094 msgstr ""
7087 msgstr ""
7095
7088
7096 #: rhodecode/templates/email_templates/commit_comment.mako:14
7089 #: rhodecode/templates/email_templates/commit_comment.mako:14
7097 #: rhodecode/templates/email_templates/commit_comment.mako:41
7090 #: rhodecode/templates/email_templates/commit_comment.mako:41
7098 #: rhodecode/templates/email_templates/pull_request_comment.mako:15
7091 #: rhodecode/templates/email_templates/pull_request_comment.mako:15
7099 #: rhodecode/templates/email_templates/pull_request_comment.mako:51
7092 #: rhodecode/templates/email_templates/pull_request_comment.mako:51
7100 msgid "Comment link"
7093 msgid "Comment link"
7101 msgstr ""
7094 msgstr ""
7102
7095
7103 #: rhodecode/templates/email_templates/commit_comment.mako:19
7096 #: rhodecode/templates/email_templates/commit_comment.mako:19
7104 #: rhodecode/templates/email_templates/commit_comment.mako:43
7097 #: rhodecode/templates/email_templates/commit_comment.mako:43
7105 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
7098 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
7106 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
7099 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
7107 #, python-format
7100 #, python-format
7108 msgid "File: %(comment_file)s on line %(comment_line)s"
7101 msgid "File: %(comment_file)s on line %(comment_line)s"
7109 msgstr ""
7102 msgstr ""
7110
7103
7111 #: rhodecode/templates/email_templates/commit_comment.mako:28
7104 #: rhodecode/templates/email_templates/commit_comment.mako:28
7112 #: rhodecode/templates/email_templates/commit_comment.mako:56
7105 #: rhodecode/templates/email_templates/commit_comment.mako:56
7113 msgid "Commit status was changed to"
7106 msgid "Commit status was changed to"
7114 msgstr ""
7107 msgstr ""
7115
7108
7116 #: rhodecode/templates/email_templates/commit_comment.mako:35
7109 #: rhodecode/templates/email_templates/commit_comment.mako:35
7117 #, python-format
7110 #, python-format
7118 msgid "%(user)s commented on a file in commit of %(repo_url)s."
7111 msgid "%(user)s commented on a file in commit of %(repo_url)s."
7119 msgstr ""
7112 msgstr ""
7120
7113
7121 #: rhodecode/templates/email_templates/commit_comment.mako:37
7114 #: rhodecode/templates/email_templates/commit_comment.mako:37
7122 #, python-format
7115 #, python-format
7123 msgid "%(user)s commented on a commit of %(repo_url)s."
7116 msgid "%(user)s commented on a commit of %(repo_url)s."
7124 msgstr ""
7117 msgstr ""
7125
7118
7126 #: rhodecode/templates/email_templates/commit_comment.mako:47
7119 #: rhodecode/templates/email_templates/commit_comment.mako:47
7127 #: rhodecode/templates/files/files_detail.html:5
7120 #: rhodecode/templates/files/files_detail.html:5
7128 #: rhodecode/templates/files/files_detail.html:12
7121 #: rhodecode/templates/files/files_detail.html:12
7129 msgid "Commit Description"
7122 msgid "Commit Description"
7130 msgstr ""
7123 msgstr ""
7131
7124
7132 #: rhodecode/templates/email_templates/pull_request_comment.mako:5
7125 #: rhodecode/templates/email_templates/pull_request_comment.mako:5
7133 #, python-format
7126 #, python-format
7134 msgid "%(user)s commented on pull request #%(pr_id)s: \"%(pr_title)s\""
7127 msgid "%(user)s commented on pull request #%(pr_id)s: \"%(pr_title)s\""
7135 msgstr ""
7128 msgstr ""
7136
7129
7137 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
7130 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
7138 #: rhodecode/templates/email_templates/pull_request_comment.mako:52
7131 #: rhodecode/templates/email_templates/pull_request_comment.mako:52
7139 msgid "Source repository"
7132 msgid "Source repository"
7140 msgstr ""
7133 msgstr ""
7141
7134
7142 #: rhodecode/templates/email_templates/pull_request_comment.mako:29
7135 #: rhodecode/templates/email_templates/pull_request_comment.mako:29
7143 #: rhodecode/templates/email_templates/pull_request_comment.mako:63
7136 #: rhodecode/templates/email_templates/pull_request_comment.mako:63
7144 msgid "Pull request status was changed to"
7137 msgid "Pull request status was changed to"
7145 msgstr ""
7138 msgstr ""
7146
7139
7147 #: rhodecode/templates/email_templates/pull_request_comment.mako:31
7140 #: rhodecode/templates/email_templates/pull_request_comment.mako:31
7148 #: rhodecode/templates/email_templates/pull_request_comment.mako:65
7141 #: rhodecode/templates/email_templates/pull_request_comment.mako:65
7149 msgid "Pull request was closed with status"
7142 msgid "Pull request was closed with status"
7150 msgstr ""
7143 msgstr ""
7151
7144
7152 #: rhodecode/templates/email_templates/pull_request_comment.mako:37
7145 #: rhodecode/templates/email_templates/pull_request_comment.mako:37
7153 #, python-format
7146 #, python-format
7154 msgid "%(user)s commented on a file on pull request #%(pr_id)s: \"%(pr_title)s\"."
7147 msgid "%(user)s commented on a file on pull request #%(pr_id)s: \"%(pr_title)s\"."
7155 msgstr ""
7148 msgstr ""
7156
7149
7157 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
7150 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
7158 #, python-format
7151 #, python-format
7159 msgid "%(user)s commented on a pull request #%(pr_id)s \"%(pr_title)s\"."
7152 msgid "%(user)s commented on a pull request #%(pr_id)s \"%(pr_title)s\"."
7160 msgstr ""
7153 msgstr ""
7161
7154
7162 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7155 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7163 #, python-format
7156 #, python-format
7164 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7157 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7165 msgstr ""
7158 msgstr ""
7166
7159
7167 #: rhodecode/templates/email_templates/pull_request_review.mako:17
7160 #: rhodecode/templates/email_templates/pull_request_review.mako:17
7168 #: rhodecode/templates/email_templates/pull_request_review.mako:54
7161 #: rhodecode/templates/email_templates/pull_request_review.mako:54
7169 #, python-format
7162 #, python-format
7170 msgid ""
7163 msgid ""
7171 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7164 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7172 "into %(target_ref_type)s:%(target_ref_name)s"
7165 "into %(target_ref_type)s:%(target_ref_name)s"
7173 msgstr ""
7166 msgstr ""
7174
7167
7175 #: rhodecode/templates/email_templates/pull_request_review.mako:26
7168 #: rhodecode/templates/email_templates/pull_request_review.mako:26
7176 #: rhodecode/templates/email_templates/pull_request_review.mako:63
7169 #: rhodecode/templates/email_templates/pull_request_review.mako:63
7177 msgid "Link"
7170 msgid "Link"
7178 msgstr ""
7171 msgstr ""
7179
7172
7180 #: rhodecode/templates/email_templates/pull_request_review.mako:35
7173 #: rhodecode/templates/email_templates/pull_request_review.mako:35
7181 #: rhodecode/templates/email_templates/pull_request_review.mako:72
7174 #: rhodecode/templates/email_templates/pull_request_review.mako:72
7182 #, python-format
7175 #, python-format
7183 msgid "Commit (%(num)s)"
7176 msgid "Commit (%(num)s)"
7184 msgid_plural "Commits (%(num)s)"
7177 msgid_plural "Commits (%(num)s)"
7185 msgstr[0] ""
7178 msgstr[0] ""
7186 msgstr[1] ""
7179 msgstr[1] ""
7187 msgstr[2] ""
7180 msgstr[2] ""
7188 msgstr[3] ""
7181 msgstr[3] ""
7189
7182
7190 #: rhodecode/templates/email_templates/pull_request_review.mako:47
7183 #: rhodecode/templates/email_templates/pull_request_review.mako:47
7191 #, python-format
7184 #, python-format
7192 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7185 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7193 msgstr ""
7186 msgstr ""
7194
7187
7195 #: rhodecode/templates/email_templates/test.mako:5
7188 #: rhodecode/templates/email_templates/test.mako:5
7196 msgid "hello \"world\""
7189 msgid "hello \"world\""
7197 msgstr ""
7190 msgstr ""
7198
7191
7199 #: rhodecode/templates/email_templates/test.mako:21
7192 #: rhodecode/templates/email_templates/test.mako:21
7200 msgid "Translation"
7193 msgid "Translation"
7201 msgstr ""
7194 msgstr ""
7202
7195
7203 #: rhodecode/templates/errors/error_document.html:39
7196 #: rhodecode/templates/errors/error_document.html:39
7204 #, python-format
7197 #, python-format
7205 msgid "You will be redirected to %s in %s seconds"
7198 msgid "You will be redirected to %s in %s seconds"
7206 msgstr ""
7199 msgstr ""
7207
7200
7208 #: rhodecode/templates/feed/atom_feed_entry.mako:3
7201 #: rhodecode/templates/feed/atom_feed_entry.mako:3
7209 #, python-format
7202 #, python-format
7210 msgid "%(user)s commited on %(date)s UTC"
7203 msgid "%(user)s commited on %(date)s UTC"
7211 msgstr ""
7204 msgstr ""
7212
7205
7213 #: rhodecode/templates/feed/atom_feed_entry.mako:26
7206 #: rhodecode/templates/feed/atom_feed_entry.mako:26
7214 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
7207 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
7215 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
7208 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
7216 msgid "Commit was too big and was cut off..."
7209 msgid "Commit was too big and was cut off..."
7217 msgstr ""
7210 msgstr ""
7218
7211
7219 #: rhodecode/templates/files/diff_2way.html:15
7212 #: rhodecode/templates/files/diff_2way.html:15
7220 #, python-format
7213 #, python-format
7221 msgid "%s File side-by-side diff"
7214 msgid "%s File side-by-side diff"
7222 msgstr ""
7215 msgstr ""
7223
7216
7224 #: rhodecode/templates/files/diff_2way.html:79
7217 #: rhodecode/templates/files/diff_2way.html:79
7225 msgid "Enable editor mode"
7218 msgid "Enable editor mode"
7226 msgstr ""
7219 msgstr ""
7227
7220
7228 #: rhodecode/templates/files/diff_2way.html:80
7221 #: rhodecode/templates/files/diff_2way.html:80
7229 msgid "Disable editor mode"
7222 msgid "Disable editor mode"
7230 msgstr ""
7223 msgstr ""
7231
7224
7232 #: rhodecode/templates/files/diff_2way.html:84
7225 #: rhodecode/templates/files/diff_2way.html:84
7233 msgid "Previous change"
7226 msgid "Previous change"
7234 msgstr ""
7227 msgstr ""
7235
7228
7236 #: rhodecode/templates/files/diff_2way.html:85
7229 #: rhodecode/templates/files/diff_2way.html:85
7237 msgid "Next change"
7230 msgid "Next change"
7238 msgstr ""
7231 msgstr ""
7239
7232
7240 #: rhodecode/templates/files/diff_2way.html:100
7233 #: rhodecode/templates/files/diff_2way.html:100
7241 msgid "mode"
7234 msgid "mode"
7242 msgstr ""
7235 msgstr ""
7243
7236
7244 #: rhodecode/templates/files/file_authors_box.html:6
7237 #: rhodecode/templates/files/file_authors_box.html:6
7245 msgid "Last Author"
7238 msgid "Last Author"
7246 msgstr ""
7239 msgstr ""
7247
7240
7248 #: rhodecode/templates/files/file_authors_box.html:8
7241 #: rhodecode/templates/files/file_authors_box.html:8
7249 #, python-format
7242 #, python-format
7250 msgid "File Author (%s)"
7243 msgid "File Author (%s)"
7251 msgid_plural "File Authors (%s)"
7244 msgid_plural "File Authors (%s)"
7252 msgstr[0] ""
7245 msgstr[0] ""
7253 msgstr[1] ""
7246 msgstr[1] ""
7254 msgstr[2] ""
7247 msgstr[2] ""
7255 msgstr[3] ""
7248 msgstr[3] ""
7256
7249
7257 #: rhodecode/templates/files/file_authors_box.html:11
7250 #: rhodecode/templates/files/file_authors_box.html:11
7258 msgid "Show All"
7251 msgid "Show All"
7259 msgstr ""
7252 msgstr ""
7260
7253
7261 #: rhodecode/templates/files/file_authors_box.html:26
7254 #: rhodecode/templates/files/file_authors_box.html:26
7262 msgid "last author"
7255 msgid "last author"
7263 msgstr ""
7256 msgstr ""
7264
7257
7265 #: rhodecode/templates/files/file_diff.html:4
7258 #: rhodecode/templates/files/file_diff.html:4
7266 #, python-format
7259 #, python-format
7267 msgid "%s File Diff"
7260 msgid "%s File Diff"
7268 msgstr ""
7261 msgstr ""
7269
7262
7270 #: rhodecode/templates/files/file_diff.html:37
7263 #: rhodecode/templates/files/file_diff.html:37
7271 msgid "for"
7264 msgid "for"
7272 msgstr ""
7265 msgstr ""
7273
7266
7274 #: rhodecode/templates/files/file_diff.html:53
7267 #: rhodecode/templates/files/file_diff.html:53
7275 msgid "No commits"
7268 msgid "No commits"
7276 msgstr ""
7269 msgstr ""
7277
7270
7278 #: rhodecode/templates/files/file_diff.html:81
7271 #: rhodecode/templates/files/file_diff.html:81
7279 msgid "Cannot diff binary files"
7272 msgid "Cannot diff binary files"
7280 msgstr ""
7273 msgstr ""
7281
7274
7282 #: rhodecode/templates/files/file_diff.html:83
7275 #: rhodecode/templates/files/file_diff.html:83
7283 msgid "File was not changed in this commit range"
7276 msgid "File was not changed in this commit range"
7284 msgstr ""
7277 msgstr ""
7285
7278
7286 #: rhodecode/templates/files/file_tree_author_box.html:5
7279 #: rhodecode/templates/files/file_tree_author_box.html:5
7287 msgid "Commit Author"
7280 msgid "Commit Author"
7288 msgstr ""
7281 msgstr ""
7289
7282
7290 #: rhodecode/templates/files/files.html:4
7283 #: rhodecode/templates/files/files.html:4
7291 #: rhodecode/templates/files/files_pjax.html:2
7284 #: rhodecode/templates/files/files_pjax.html:2
7292 #, python-format
7285 #, python-format
7293 msgid "%s Files"
7286 msgid "%s Files"
7294 msgstr ""
7287 msgstr ""
7295
7288
7296 #: rhodecode/templates/files/files.html:143
7289 #: rhodecode/templates/files/files.html:143
7297 msgid "Switch To Commit"
7290 msgid "Switch To Commit"
7298 msgstr ""
7291 msgstr ""
7299
7292
7300 #: rhodecode/templates/files/files_add.html:4
7293 #: rhodecode/templates/files/files_add.html:4
7301 #, python-format
7294 #, python-format
7302 msgid "%s Files Add"
7295 msgid "%s Files Add"
7303 msgstr ""
7296 msgstr ""
7304
7297
7305 #: rhodecode/templates/files/files_add.html:15
7298 #: rhodecode/templates/files/files_add.html:15
7306 msgid "Add new file"
7299 msgid "Add new file"
7307 msgstr ""
7300 msgstr ""
7308
7301
7309 #: rhodecode/templates/files/files_add.html:34
7302 #: rhodecode/templates/files/files_add.html:34
7310 #: rhodecode/templates/files/files_delete.html:34
7303 #: rhodecode/templates/files/files_delete.html:34
7311 #: rhodecode/templates/files/files_edit.html:34
7304 #: rhodecode/templates/files/files_edit.html:34
7312 msgid "Path"
7305 msgid "Path"
7313 msgstr ""
7306 msgstr ""
7314
7307
7315 #: rhodecode/templates/files/files_add.html:39
7308 #: rhodecode/templates/files/files_add.html:39
7316 msgid "Specify Custom Path"
7309 msgid "Specify Custom Path"
7317 msgstr ""
7310 msgstr ""
7318
7311
7319 #: rhodecode/templates/files/files_add.html:44
7312 #: rhodecode/templates/files/files_add.html:44
7320 msgid "Remove Custom Path"
7313 msgid "Remove Custom Path"
7321 msgstr ""
7314 msgstr ""
7322
7315
7323 #: rhodecode/templates/files/files_add.html:50
7316 #: rhodecode/templates/files/files_add.html:50
7324 msgid "Filename"
7317 msgid "Filename"
7325 msgstr ""
7318 msgstr ""
7326
7319
7327 #: rhodecode/templates/files/files_add.html:54
7320 #: rhodecode/templates/files/files_add.html:54
7328 #: rhodecode/templates/files/files_add.html:65
7321 #: rhodecode/templates/files/files_add.html:65
7329 msgid "or"
7322 msgid "or"
7330 msgstr ""
7323 msgstr ""
7331
7324
7332 #: rhodecode/templates/files/files_add.html:54
7325 #: rhodecode/templates/files/files_add.html:54
7333 msgid "Upload File"
7326 msgid "Upload File"
7334 msgstr ""
7327 msgstr ""
7335
7328
7336 #: rhodecode/templates/files/files_add.html:59
7329 #: rhodecode/templates/files/files_add.html:59
7337 msgid "Upload file"
7330 msgid "Upload file"
7338 msgstr ""
7331 msgstr ""
7339
7332
7340 #: rhodecode/templates/files/files_add.html:63
7333 #: rhodecode/templates/files/files_add.html:63
7341 msgid "No file selected"
7334 msgid "No file selected"
7342 msgstr ""
7335 msgstr ""
7343
7336
7344 #: rhodecode/templates/files/files_add.html:65
7337 #: rhodecode/templates/files/files_add.html:65
7345 msgid "Create New File"
7338 msgid "Create New File"
7346 msgstr ""
7339 msgstr ""
7347
7340
7348 #: rhodecode/templates/files/files_add.html:75
7341 #: rhodecode/templates/files/files_add.html:75
7349 #: rhodecode/templates/files/files_edit.html:79
7342 #: rhodecode/templates/files/files_edit.html:79
7350 msgid "line wraps"
7343 msgid "line wraps"
7351 msgstr ""
7344 msgstr ""
7352
7345
7353 #: rhodecode/templates/files/files_add.html:76
7346 #: rhodecode/templates/files/files_add.html:76
7354 #: rhodecode/templates/files/files_edit.html:80
7347 #: rhodecode/templates/files/files_edit.html:80
7355 msgid "on"
7348 msgid "on"
7356 msgstr ""
7349 msgstr ""
7357
7350
7358 #: rhodecode/templates/files/files_add.html:76
7351 #: rhodecode/templates/files/files_add.html:76
7359 #: rhodecode/templates/files/files_edit.html:80
7352 #: rhodecode/templates/files/files_edit.html:80
7360 msgid "off"
7353 msgid "off"
7361 msgstr ""
7354 msgstr ""
7362
7355
7363 #: rhodecode/templates/files/files_add.html:103
7356 #: rhodecode/templates/files/files_add.html:103
7364 #: rhodecode/templates/files/files_edit.html:106
7357 #: rhodecode/templates/files/files_edit.html:106
7365 msgid "Commit changes"
7358 msgid "Commit changes"
7366 msgstr ""
7359 msgstr ""
7367
7360
7368 #: rhodecode/templates/files/files_browser.html:9
7361 #: rhodecode/templates/files/files_browser.html:9
7369 msgid "Previous commit"
7362 msgid "Previous commit"
7370 msgstr ""
7363 msgstr ""
7371
7364
7372 #: rhodecode/templates/files/files_browser.html:13
7365 #: rhodecode/templates/files/files_browser.html:13
7373 msgid "Next commit"
7366 msgid "Next commit"
7374 msgstr ""
7367 msgstr ""
7375
7368
7376 #: rhodecode/templates/files/files_browser.html:19
7369 #: rhodecode/templates/files/files_browser.html:19
7377 msgid "Search File List"
7370 msgid "Search File List"
7378 msgstr ""
7371 msgstr ""
7379
7372
7380 #: rhodecode/templates/files/files_browser.html:22
7373 #: rhodecode/templates/files/files_browser.html:22
7381 msgid "Close File List"
7374 msgid "Close File List"
7382 msgstr ""
7375 msgstr ""
7383
7376
7384 #: rhodecode/templates/files/files_browser.html:27
7377 #: rhodecode/templates/files/files_browser.html:27
7385 msgid "Add File"
7378 msgid "Add File"
7386 msgstr ""
7379 msgstr ""
7387
7380
7388 #: rhodecode/templates/files/files_browser.html:34
7381 #: rhodecode/templates/files/files_browser.html:34
7389 msgid "Loading file list..."
7382 msgid "Loading file list..."
7390 msgstr ""
7383 msgstr ""
7391
7384
7392 #: rhodecode/templates/files/files_browser.html:50
7385 #: rhodecode/templates/files/files_browser.html:50
7393 msgid "Size"
7386 msgid "Size"
7394 msgstr ""
7387 msgstr ""
7395
7388
7396 #: rhodecode/templates/files/files_browser.html:51
7389 #: rhodecode/templates/files/files_browser.html:51
7397 msgid "Modified"
7390 msgid "Modified"
7398 msgstr ""
7391 msgstr ""
7399
7392
7400 #: rhodecode/templates/files/files_browser.html:52
7393 #: rhodecode/templates/files/files_browser.html:52
7401 msgid "Last Commit"
7394 msgid "Last Commit"
7402 msgstr ""
7395 msgstr ""
7403
7396
7404 #: rhodecode/templates/files/files_browser.html:89
7397 #: rhodecode/templates/files/files_browser.html:89
7405 msgid "Loading..."
7398 msgid "Loading..."
7406 msgstr ""
7399 msgstr ""
7407
7400
7408 #: rhodecode/templates/files/files_delete.html:4
7401 #: rhodecode/templates/files/files_delete.html:4
7409 #, python-format
7402 #, python-format
7410 msgid "%s Files Delete"
7403 msgid "%s Files Delete"
7411 msgstr ""
7404 msgstr ""
7412
7405
7413 #: rhodecode/templates/files/files_delete.html:15
7406 #: rhodecode/templates/files/files_delete.html:15
7414 msgid "Delete file"
7407 msgid "Delete file"
7415 msgstr ""
7408 msgstr ""
7416
7409
7417 #: rhodecode/templates/files/files_delete.html:45
7410 #: rhodecode/templates/files/files_delete.html:45
7418 #: rhodecode/templates/files/files_source.html:49
7411 #: rhodecode/templates/files/files_source.html:49
7419 #, python-format
7412 #, python-format
7420 msgid "Binary file (%s)"
7413 msgid "Binary file (%s)"
7421 msgstr ""
7414 msgstr ""
7422
7415
7423 #: rhodecode/templates/files/files_delete.html:50
7416 #: rhodecode/templates/files/files_delete.html:50
7424 #: rhodecode/templates/files/files_source.html:61
7417 #: rhodecode/templates/files/files_source.html:61
7425 msgid "File is too big to display"
7418 msgid "File is too big to display"
7426 msgstr ""
7419 msgstr ""
7427
7420
7428 #: rhodecode/templates/files/files_delete.html:70
7421 #: rhodecode/templates/files/files_delete.html:70
7429 msgid "Delete File"
7422 msgid "Delete File"
7430 msgstr ""
7423 msgstr ""
7431
7424
7432 #: rhodecode/templates/files/files_detail.html:35
7425 #: rhodecode/templates/files/files_detail.html:35
7433 msgid "File last commit"
7426 msgid "File last commit"
7434 msgstr ""
7427 msgstr ""
7435
7428
7436 #: rhodecode/templates/files/files_detail.html:54
7429 #: rhodecode/templates/files/files_detail.html:54
7437 msgid "Diff to Commit"
7430 msgid "Diff to Commit"
7438 msgstr ""
7431 msgstr ""
7439
7432
7440 #: rhodecode/templates/files/files_detail.html:55
7433 #: rhodecode/templates/files/files_detail.html:55
7441 msgid "Show at Commit"
7434 msgid "Show at Commit"
7442 msgstr ""
7435 msgstr ""
7443
7436
7444 #: rhodecode/templates/files/files_edit.html:4
7437 #: rhodecode/templates/files/files_edit.html:4
7445 #, python-format
7438 #, python-format
7446 msgid "%s File Edit"
7439 msgid "%s File Edit"
7447 msgstr ""
7440 msgstr ""
7448
7441
7449 #: rhodecode/templates/files/files_edit.html:15
7442 #: rhodecode/templates/files/files_edit.html:15
7450 msgid "Edit file"
7443 msgid "Edit file"
7451 msgstr ""
7444 msgstr ""
7452
7445
7453 #: rhodecode/templates/files/files_edit.html:55
7446 #: rhodecode/templates/files/files_edit.html:55
7454 msgid "history"
7447 msgid "history"
7455 msgstr ""
7448 msgstr ""
7456
7449
7457 #: rhodecode/templates/files/files_edit.html:61
7450 #: rhodecode/templates/files/files_edit.html:61
7458 msgid "source"
7451 msgid "source"
7459 msgstr ""
7452 msgstr ""
7460
7453
7461 #: rhodecode/templates/files/files_edit.html:63
7454 #: rhodecode/templates/files/files_edit.html:63
7462 #: rhodecode/templates/files/files_pjax.html:19
7455 #: rhodecode/templates/files/files_pjax.html:19
7463 msgid "annotation"
7456 msgid "annotation"
7464 msgstr ""
7457 msgstr ""
7465
7458
7466 #: rhodecode/templates/files/files_edit.html:65
7459 #: rhodecode/templates/files/files_edit.html:65
7467 msgid "raw"
7460 msgid "raw"
7468 msgstr ""
7461 msgstr ""
7469
7462
7470 #: rhodecode/templates/files/files_edit.html:67
7463 #: rhodecode/templates/files/files_edit.html:67
7471 msgid "download"
7464 msgid "download"
7472 msgstr ""
7465 msgstr ""
7473
7466
7474 #: rhodecode/templates/files/files_edit.html:74
7467 #: rhodecode/templates/files/files_edit.html:74
7475 msgid "Editing file"
7468 msgid "Editing file"
7476 msgstr ""
7469 msgstr ""
7477
7470
7478 #: rhodecode/templates/files/files_pjax.html:17
7471 #: rhodecode/templates/files/files_pjax.html:17
7479 msgid "Location"
7472 msgid "Location"
7480 msgstr ""
7473 msgstr ""
7481
7474
7482 #: rhodecode/templates/files/files_source.html:6
7475 #: rhodecode/templates/files/files_source.html:6
7483 #: rhodecode/templates/search/search_content.html:20
7476 #: rhodecode/templates/search/search_content.html:57
7484 msgid "line"
7477 msgid "line"
7485 msgid_plural "lines"
7478 msgid_plural "lines"
7486 msgstr[0] ""
7479 msgstr[0] ""
7487 msgstr[1] ""
7480 msgstr[1] ""
7488 msgstr[2] ""
7481 msgstr[2] ""
7489 msgstr[3] ""
7482 msgstr[3] ""
7490
7483
7491 #: rhodecode/templates/files/files_source.html:12
7484 #: rhodecode/templates/files/files_source.html:12
7492 msgid "History"
7485 msgid "History"
7493 msgstr ""
7486 msgstr ""
7494
7487
7495 #: rhodecode/templates/files/files_source.html:15
7488 #: rhodecode/templates/files/files_source.html:15
7496 #: rhodecode/templates/search/search_content.html:31
7489 #: rhodecode/templates/search/search_content.html:68
7497 msgid "Show Full History"
7490 msgid "Show Full History"
7498 msgstr ""
7491 msgstr ""
7499
7492
7500 #: rhodecode/templates/files/files_source.html:20
7493 #: rhodecode/templates/files/files_source.html:20
7501 #: rhodecode/templates/search/search_content.html:33
7494 #: rhodecode/templates/search/search_content.html:70
7502 msgid "Annotation"
7495 msgid "Annotation"
7503 msgstr ""
7496 msgstr ""
7504
7497
7505 #: rhodecode/templates/files/files_source.html:22
7498 #: rhodecode/templates/files/files_source.html:22
7506 #: rhodecode/templates/search/search_content.html:34
7499 #: rhodecode/templates/search/search_content.html:71
7507 msgid "Raw"
7500 msgid "Raw"
7508 msgstr ""
7501 msgstr ""
7509
7502
7510 #: rhodecode/templates/files/files_source.html:24
7503 #: rhodecode/templates/files/files_source.html:24
7511 #: rhodecode/templates/search/search_content.html:36
7504 #: rhodecode/templates/search/search_content.html:73
7512 msgid "Download"
7505 msgid "Download"
7513 msgstr ""
7506 msgstr ""
7514
7507
7515 #: rhodecode/templates/files/files_source.html:31
7508 #: rhodecode/templates/files/files_source.html:31
7516 #, python-format
7509 #, python-format
7517 msgid "Edit on Branch:%s"
7510 msgid "Edit on Branch:%s"
7518 msgstr ""
7511 msgstr ""
7519
7512
7520 #: rhodecode/templates/files/files_source.html:36
7513 #: rhodecode/templates/files/files_source.html:36
7521 msgid "Editing binary files not allowed"
7514 msgid "Editing binary files not allowed"
7522 msgstr ""
7515 msgstr ""
7523
7516
7524 #: rhodecode/templates/files/files_source.html:39
7517 #: rhodecode/templates/files/files_source.html:39
7525 msgid "Editing files allowed only when on branch head commit"
7518 msgid "Editing files allowed only when on branch head commit"
7526 msgstr ""
7519 msgstr ""
7527
7520
7528 #: rhodecode/templates/files/files_source.html:40
7521 #: rhodecode/templates/files/files_source.html:40
7529 msgid "Deleting files allowed only when on branch head commit"
7522 msgid "Deleting files allowed only when on branch head commit"
7530 msgstr ""
7523 msgstr ""
7531
7524
7532 #: rhodecode/templates/followers/followers.html:5
7525 #: rhodecode/templates/followers/followers.html:5
7533 #: rhodecode/templates/followers/followers.html:27
7526 #: rhodecode/templates/followers/followers.html:27
7534 #, python-format
7527 #, python-format
7535 msgid "%s Followers"
7528 msgid "%s Followers"
7536 msgstr ""
7529 msgstr ""
7537
7530
7538 #: rhodecode/templates/followers/followers.html:12
7531 #: rhodecode/templates/followers/followers.html:12
7539 msgid "Followers"
7532 msgid "Followers"
7540 msgstr ""
7533 msgstr ""
7541
7534
7542 #: rhodecode/templates/followers/followers_data.html:5
7535 #: rhodecode/templates/followers/followers_data.html:5
7543 msgid "Follower Name"
7536 msgid "Follower Name"
7544 msgstr ""
7537 msgstr ""
7545
7538
7546 #: rhodecode/templates/followers/followers_data.html:6
7539 #: rhodecode/templates/followers/followers_data.html:6
7547 msgid "Following Since"
7540 msgid "Following Since"
7548 msgstr ""
7541 msgstr ""
7549
7542
7550 #: rhodecode/templates/forks/fork.html:5
7543 #: rhodecode/templates/forks/fork.html:5
7551 #, python-format
7544 #, python-format
7552 msgid "Fork repository %s"
7545 msgid "Fork repository %s"
7553 msgstr ""
7546 msgstr ""
7554
7547
7555 #: rhodecode/templates/forks/fork.html:12
7548 #: rhodecode/templates/forks/fork.html:12
7556 msgid "New Fork"
7549 msgid "New Fork"
7557 msgstr ""
7550 msgstr ""
7558
7551
7559 #: rhodecode/templates/forks/fork.html:37
7552 #: rhodecode/templates/forks/fork.html:37
7560 msgid "Fork name"
7553 msgid "Fork name"
7561 msgstr ""
7554 msgstr ""
7562
7555
7563 #: rhodecode/templates/forks/fork.html:91
7556 #: rhodecode/templates/forks/fork.html:91
7564 msgid "Copy permissions"
7557 msgid "Copy permissions"
7565 msgstr ""
7558 msgstr ""
7566
7559
7567 #: rhodecode/templates/forks/fork.html:95
7560 #: rhodecode/templates/forks/fork.html:95
7568 msgid "Copy permissions from forked repository"
7561 msgid "Copy permissions from forked repository"
7569 msgstr ""
7562 msgstr ""
7570
7563
7571 #: rhodecode/templates/forks/fork.html:100
7564 #: rhodecode/templates/forks/fork.html:100
7572 msgid "Fork this Repository"
7565 msgid "Fork this Repository"
7573 msgstr ""
7566 msgstr ""
7574
7567
7575 #: rhodecode/templates/forks/forks.html:5
7568 #: rhodecode/templates/forks/forks.html:5
7576 #, python-format
7569 #, python-format
7577 msgid "%s Forks"
7570 msgid "%s Forks"
7578 msgstr ""
7571 msgstr ""
7579
7572
7580 #: rhodecode/templates/forks/forks.html:12
7573 #: rhodecode/templates/forks/forks.html:12
7581 msgid "Forks"
7574 msgid "Forks"
7582 msgstr ""
7575 msgstr ""
7583
7576
7584 #: rhodecode/templates/forks/forks.html:32
7577 #: rhodecode/templates/forks/forks.html:32
7585 msgid "Create new fork"
7578 msgid "Create new fork"
7586 msgstr ""
7579 msgstr ""
7587
7580
7588 #: rhodecode/templates/forks/forks_data.html:9
7581 #: rhodecode/templates/forks/forks_data.html:10
7589 msgid "Forked"
7582 msgid "Forked"
7590 msgstr ""
7583 msgstr ""
7591
7584
7592 #: rhodecode/templates/forks/forks_data.html:46
7585 #: rhodecode/templates/forks/forks_data.html:48
7593 msgid "There are no forks yet"
7586 msgid "There are no forks yet"
7594 msgstr ""
7587 msgstr ""
7595
7588
7596 #: rhodecode/templates/journal/journal.html:13
7589 #: rhodecode/templates/journal/journal.html:13
7597 msgid "Filter"
7590 msgid "Filter"
7598 msgstr ""
7591 msgstr ""
7599
7592
7600 #: rhodecode/templates/journal/journal.html:23
7593 #: rhodecode/templates/journal/journal.html:23
7601 msgid "ATOM journal feed"
7594 msgid "ATOM journal feed"
7602 msgstr ""
7595 msgstr ""
7603
7596
7604 #: rhodecode/templates/journal/journal.html:24
7597 #: rhodecode/templates/journal/journal.html:24
7605 msgid "RSS journal feed"
7598 msgid "RSS journal feed"
7606 msgstr ""
7599 msgstr ""
7607
7600
7608 #: rhodecode/templates/journal/journal_data.html:53
7601 #: rhodecode/templates/journal/journal_data.html:53
7609 msgid "No entries yet"
7602 msgid "No entries yet"
7610 msgstr ""
7603 msgstr ""
7611
7604
7612 #: rhodecode/templates/journal/public_journal.html:4
7605 #: rhodecode/templates/journal/public_journal.html:4
7613 #: rhodecode/templates/journal/public_journal.html:24
7606 #: rhodecode/templates/journal/public_journal.html:24
7614 msgid "Public Journal"
7607 msgid "Public Journal"
7615 msgstr ""
7608 msgstr ""
7616
7609
7617 #: rhodecode/templates/journal/public_journal.html:16
7610 #: rhodecode/templates/journal/public_journal.html:16
7618 msgid "ATOM public journal feed"
7611 msgid "ATOM public journal feed"
7619 msgstr ""
7612 msgstr ""
7620
7613
7621 #: rhodecode/templates/journal/public_journal.html:17
7614 #: rhodecode/templates/journal/public_journal.html:17
7622 msgid "RSS public journal feed"
7615 msgid "RSS public journal feed"
7623 msgstr ""
7616 msgstr ""
7624
7617
7625 #: rhodecode/templates/pullrequests/pullrequest.html:4
7618 #: rhodecode/templates/pullrequests/pullrequest.html:4
7626 #: rhodecode/templates/pullrequests/pullrequest.html:8
7619 #: rhodecode/templates/pullrequests/pullrequest.html:8
7627 msgid "New pull request"
7620 msgid "New pull request"
7628 msgstr ""
7621 msgstr ""
7629
7622
7630 #: rhodecode/templates/pullrequests/pullrequest.html:52
7623 #: rhodecode/templates/pullrequests/pullrequest.html:52
7631 msgid "Write a short description on this pull request"
7624 msgid "Write a short description on this pull request"
7632 msgstr ""
7625 msgstr ""
7633
7626
7634 #: rhodecode/templates/pullrequests/pullrequest.html:59
7627 #: rhodecode/templates/pullrequests/pullrequest.html:59
7635 msgid "Commit flow"
7628 msgid "Commit flow"
7636 msgstr ""
7629 msgstr ""
7637
7630
7638 #: rhodecode/templates/pullrequests/pullrequest.html:67
7631 #: rhodecode/templates/pullrequests/pullrequest.html:67
7639 msgid "Origin repository"
7632 msgid "Origin repository"
7640 msgstr ""
7633 msgstr ""
7641
7634
7642 #: rhodecode/templates/pullrequests/pullrequest.html:85
7635 #: rhodecode/templates/pullrequests/pullrequest.html:85
7643 msgid "Loading refs..."
7636 msgid "Loading refs..."
7644 msgstr ""
7637 msgstr ""
7645
7638
7646 #: rhodecode/templates/pullrequests/pullrequest.html:96
7639 #: rhodecode/templates/pullrequests/pullrequest.html:96
7647 msgid "Submit Pull Request"
7640 msgid "Submit Pull Request"
7648 msgstr ""
7641 msgstr ""
7649
7642
7650 #: rhodecode/templates/pullrequests/pullrequest.html:109
7643 #: rhodecode/templates/pullrequests/pullrequest.html:109
7651 #: rhodecode/templates/pullrequests/pullrequest_show.html:182
7644 #: rhodecode/templates/pullrequests/pullrequest_show.html:182
7652 msgid "Pull request reviewers"
7645 msgid "Pull request reviewers"
7653 msgstr ""
7646 msgstr ""
7654
7647
7655 #: rhodecode/templates/pullrequests/pullrequest.html:117
7648 #: rhodecode/templates/pullrequests/pullrequest.html:117
7656 #: rhodecode/templates/pullrequests/pullrequest_show.html:215
7649 #: rhodecode/templates/pullrequests/pullrequest_show.html:215
7657 msgid "Add reviewer"
7650 msgid "Add reviewer"
7658 msgstr ""
7651 msgstr ""
7659
7652
7660 #: rhodecode/templates/pullrequests/pullrequest.html:278
7653 #: rhodecode/templates/pullrequests/pullrequest.html:279
7661 #: rhodecode/templates/pullrequests/pullrequest.html:520
7654 #: rhodecode/templates/pullrequests/pullrequest.html:521
7662 msgid "Please select origin and destination"
7655 msgid "Please select origin and destination"
7663 msgstr ""
7656 msgstr ""
7664
7657
7665 #: rhodecode/templates/pullrequests/pullrequest.html:284
7658 #: rhodecode/templates/pullrequests/pullrequest.html:285
7666 msgid "Loading compare ..."
7659 msgid "Loading compare ..."
7667 msgstr ""
7660 msgstr ""
7668
7661
7669 #: rhodecode/templates/pullrequests/pullrequest.html:331
7662 #: rhodecode/templates/pullrequests/pullrequest.html:332
7670 #: rhodecode/templates/pullrequests/pullrequest.html:333
7663 #: rhodecode/templates/pullrequests/pullrequest.html:334
7671 msgid "This pull request will consist of __COMMITS__ commit."
7664 msgid "This pull request will consist of __COMMITS__ commit."
7672 msgid_plural "This pull request will consist of __COMMITS__ commits."
7665 msgid_plural "This pull request will consist of __COMMITS__ commits."
7673 msgstr[0] ""
7666 msgstr[0] ""
7674 msgstr[1] ""
7667 msgstr[1] ""
7675 msgstr[2] ""
7668 msgstr[2] ""
7676 msgstr[3] ""
7669 msgstr[3] ""
7677
7670
7678 #: rhodecode/templates/pullrequests/pullrequest.html:336
7671 #: rhodecode/templates/pullrequests/pullrequest.html:337
7679 msgid "Show detailed compare."
7672 msgid "Show detailed compare."
7680 msgstr ""
7673 msgstr ""
7681
7674
7682 #: rhodecode/templates/pullrequests/pullrequest.html:343
7675 #: rhodecode/templates/pullrequests/pullrequest.html:344
7683 msgid "There are no commits to merge."
7676 msgid "There are no commits to merge."
7684 msgstr ""
7677 msgstr ""
7685
7678
7686 #: rhodecode/templates/pullrequests/pullrequest.html:450
7679 #: rhodecode/templates/pullrequests/pullrequest.html:451
7687 msgid "Destination repository"
7680 msgid "Destination repository"
7688 msgstr ""
7681 msgstr ""
7689
7682
7690 #: rhodecode/templates/pullrequests/pullrequest.html:461
7683 #: rhodecode/templates/pullrequests/pullrequest.html:462
7691 msgid "Select commit reference"
7684 msgid "Select commit reference"
7692 msgstr ""
7685 msgstr ""
7693
7686
7694 #: rhodecode/templates/pullrequests/pullrequest_show.html:4
7687 #: rhodecode/templates/pullrequests/pullrequest_show.html:4
7695 #, python-format
7688 #, python-format
7696 msgid "%s Pull Request #%s"
7689 msgid "%s Pull Request #%s"
7697 msgstr ""
7690 msgstr ""
7698
7691
7699 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
7692 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
7700 msgid "From"
7693 msgid "From"
7701 msgstr ""
7694 msgstr ""
7702
7695
7703 #: rhodecode/templates/pullrequests/pullrequest_show.html:51
7696 #: rhodecode/templates/pullrequests/pullrequest_show.html:51
7704 #: rhodecode/templates/pullrequests/pullrequest_show.html:185
7697 #: rhodecode/templates/pullrequests/pullrequest_show.html:185
7705 msgid "Close"
7698 msgid "Close"
7706 msgstr ""
7699 msgstr ""
7707
7700
7708 #: rhodecode/templates/pullrequests/pullrequest_show.html:58
7701 #: rhodecode/templates/pullrequests/pullrequest_show.html:58
7709 msgid "Origin"
7702 msgid "Origin"
7710 msgstr ""
7703 msgstr ""
7711
7704
7712 #: rhodecode/templates/pullrequests/pullrequest_show.html:105
7705 #: rhodecode/templates/pullrequests/pullrequest_show.html:105
7713 msgid "Review"
7706 msgid "Review"
7714 msgstr ""
7707 msgstr ""
7715
7708
7716 #: rhodecode/templates/pullrequests/pullrequest_show.html:116
7709 #: rhodecode/templates/pullrequests/pullrequest_show.html:116
7717 #, python-format
7710 #, python-format
7718 msgid "calculated based on %s reviewer vote"
7711 msgid "calculated based on %s reviewer vote"
7719 msgid_plural "calculated based on %s reviewers votes"
7712 msgid_plural "calculated based on %s reviewers votes"
7720 msgstr[0] ""
7713 msgstr[0] ""
7721 msgstr[1] ""
7714 msgstr[1] ""
7722 msgstr[2] ""
7715 msgstr[2] ""
7723 msgstr[3] ""
7716 msgstr[3] ""
7724
7717
7725 #: rhodecode/templates/pullrequests/pullrequest_show.html:139
7718 #: rhodecode/templates/pullrequests/pullrequest_show.html:139
7726 #: rhodecode/templates/pullrequests/pullrequest_show.html:141
7719 #: rhodecode/templates/pullrequests/pullrequest_show.html:141
7727 #, python-format
7720 #, python-format
7728 msgid "%d Pull request comment"
7721 msgid "%d Pull request comment"
7729 msgid_plural "%d Pull request comments"
7722 msgid_plural "%d Pull request comments"
7730 msgstr[0] ""
7723 msgstr[0] ""
7731 msgstr[1] ""
7724 msgstr[1] ""
7732 msgstr[2] ""
7725 msgstr[2] ""
7733 msgstr[3] ""
7726 msgstr[3] ""
7734
7727
7735 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
7728 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
7736 #, python-format
7729 #, python-format
7737 msgid "%d Outdated Comment"
7730 msgid "%d Outdated Comment"
7738 msgid_plural "%d Outdated Comments"
7731 msgid_plural "%d Outdated Comments"
7739 msgstr[0] ""
7732 msgstr[0] ""
7740 msgstr[1] ""
7733 msgstr[1] ""
7741 msgstr[2] ""
7734 msgstr[2] ""
7742 msgstr[3] ""
7735 msgstr[3] ""
7743
7736
7744 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
7737 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
7745 msgid "(Show)"
7738 msgid "(Show)"
7746 msgstr ""
7739 msgstr ""
7747
7740
7748 #: rhodecode/templates/pullrequests/pullrequest_show.html:160
7741 #: rhodecode/templates/pullrequests/pullrequest_show.html:160
7749 #: rhodecode/templates/pullrequests/pullrequest_show.html:219
7742 #: rhodecode/templates/pullrequests/pullrequest_show.html:219
7750 msgid "Save Changes"
7743 msgid "Save Changes"
7751 msgstr ""
7744 msgstr ""
7752
7745
7753 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
7746 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
7754 msgid "reviewer"
7747 msgid "reviewer"
7755 msgstr ""
7748 msgstr ""
7756
7749
7757 #: rhodecode/templates/pullrequests/pullrequest_show.html:236
7750 #: rhodecode/templates/pullrequests/pullrequest_show.html:236
7758 msgid "Missing requirements:"
7751 msgid "Missing requirements:"
7759 msgstr ""
7752 msgstr ""
7760
7753
7761 #: rhodecode/templates/pullrequests/pullrequest_show.html:237
7754 #: rhodecode/templates/pullrequests/pullrequest_show.html:237
7762 msgid ""
7755 msgid ""
7763 "These commits cannot be displayed, because this repository uses the "
7756 "These commits cannot be displayed, because this repository uses the "
7764 "Mercurial largefiles extension, which was not enabled."
7757 "Mercurial largefiles extension, which was not enabled."
7765 msgstr ""
7758 msgstr ""
7766
7759
7767 #: rhodecode/templates/pullrequests/pullrequest_show.html:245
7760 #: rhodecode/templates/pullrequests/pullrequest_show.html:245
7768 msgid "Missing commits"
7761 msgid "Missing commits"
7769 msgstr ""
7762 msgstr ""
7770
7763
7771 #: rhodecode/templates/pullrequests/pullrequest_show.html:246
7764 #: rhodecode/templates/pullrequests/pullrequest_show.html:246
7772 msgid ""
7765 msgid ""
7773 "This pull request cannot be displayed, because one or more commits no longer"
7766 "This pull request cannot be displayed, because one or more commits no longer"
7774 " exist in the source repository."
7767 " exist in the source repository."
7775 msgstr ""
7768 msgstr ""
7776
7769
7777 #: rhodecode/templates/pullrequests/pullrequest_show.html:247
7770 #: rhodecode/templates/pullrequests/pullrequest_show.html:247
7778 msgid ""
7771 msgid ""
7779 "Please update this pull request, push the commits back into the source "
7772 "Please update this pull request, push the commits back into the source "
7780 "repository, or consider closing this pull request."
7773 "repository, or consider closing this pull request."
7781 msgstr ""
7774 msgstr ""
7782
7775
7783 #: rhodecode/templates/pullrequests/pullrequest_show.html:254
7776 #: rhodecode/templates/pullrequests/pullrequest_show.html:254
7784 msgid "Update commits"
7777 msgid "Update commits"
7785 msgstr ""
7778 msgstr ""
7786
7779
7787 #: rhodecode/templates/pullrequests/pullrequest_show.html:257
7780 #: rhodecode/templates/pullrequests/pullrequest_show.html:257
7788 #, python-format
7781 #, python-format
7789 msgid "Compare View: %s commit"
7782 msgid "Compare View: %s commit"
7790 msgid_plural "Compare View: %s commits"
7783 msgid_plural "Compare View: %s commits"
7791 msgstr[0] ""
7784 msgstr[0] ""
7792 msgstr[1] ""
7785 msgstr[1] ""
7793 msgstr[2] ""
7786 msgstr[2] ""
7794 msgstr[3] ""
7787 msgstr[3] ""
7795
7788
7796 #: rhodecode/templates/pullrequests/pullrequest_show.html:330
7789 #: rhodecode/templates/pullrequests/pullrequest_show.html:330
7797 #: rhodecode/templates/pullrequests/pullrequest_show.html:365
7790 #: rhodecode/templates/pullrequests/pullrequest_show.html:365
7798 msgid "Outdated Inline Comments"
7791 msgid "Outdated Inline Comments"
7799 msgstr ""
7792 msgstr ""
7800
7793
7801 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
7794 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
7802 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
7795 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
7803 msgid "Showing a huge diff might take some time and resources"
7796 msgid "Showing a huge diff might take some time and resources"
7804 msgstr ""
7797 msgstr ""
7805
7798
7806 #: rhodecode/templates/pullrequests/pullrequests.html:4
7799 #: rhodecode/templates/pullrequests/pullrequests.html:4
7807 #, python-format
7800 #, python-format
7808 msgid "%s Pull Requests"
7801 msgid "%s Pull Requests"
7809 msgstr ""
7802 msgstr ""
7810
7803
7811 #: rhodecode/templates/pullrequests/pullrequests.html:34
7804 #: rhodecode/templates/pullrequests/pullrequests.html:34
7812 msgid "Open new Pull Request"
7805 msgid "Open new Pull Request"
7813 msgstr ""
7806 msgstr ""
7814
7807
7815 #: rhodecode/templates/pullrequests/pullrequests.html:48
7808 #: rhodecode/templates/pullrequests/pullrequests.html:48
7816 msgid "Opened"
7809 msgid "Opened"
7817 msgstr ""
7810 msgstr ""
7818
7811
7819 #: rhodecode/templates/pullrequests/pullrequests.html:49
7812 #: rhodecode/templates/pullrequests/pullrequests.html:49
7820 msgid "Opened by me"
7813 msgid "Opened by me"
7821 msgstr ""
7814 msgstr ""
7822
7815
7823 #: rhodecode/templates/pullrequests/pullrequests.html:50
7816 #: rhodecode/templates/pullrequests/pullrequests.html:50
7817 msgid "Awaiting review"
7818 msgstr ""
7819
7820 #: rhodecode/templates/pullrequests/pullrequests.html:51
7824 msgid "Awaiting my review"
7821 msgid "Awaiting my review"
7825 msgstr ""
7822 msgstr ""
7826
7823
7827 #: rhodecode/templates/pullrequests/pullrequests.html:52
7828 msgid "Awaiting review"
7829 msgstr ""
7830
7831 #: rhodecode/templates/pullrequests/pullrequests.html:53
7824 #: rhodecode/templates/pullrequests/pullrequests.html:53
7832 msgid "From this repo"
7825 msgid "From this repo"
7833 msgstr ""
7826 msgstr ""
7834
7827
7835 #: rhodecode/templates/pullrequests/pullrequests.html:62
7828 #: rhodecode/templates/pullrequests/pullrequests.html:62
7836 #, python-format
7829 #, python-format
7837 msgid "Pull Requests from %(repo_name)s repository"
7830 msgid "Pull Requests from %(repo_name)s repository"
7838 msgstr ""
7831 msgstr ""
7839
7832
7840 #: rhodecode/templates/pullrequests/pullrequests.html:64
7833 #: rhodecode/templates/pullrequests/pullrequests.html:64
7841 #, python-format
7834 #, python-format
7842 msgid "Closed Pull Requests to repository %(repo_name)s"
7835 msgid "Closed Pull Requests to repository %(repo_name)s"
7843 msgstr ""
7836 msgstr ""
7844
7837
7845 #: rhodecode/templates/pullrequests/pullrequests.html:66
7838 #: rhodecode/templates/pullrequests/pullrequests.html:66
7846 #, python-format
7839 #, python-format
7847 msgid "Pull Requests to %(repo_name)s repository opened by me"
7840 msgid "Pull Requests to %(repo_name)s repository opened by me"
7848 msgstr ""
7841 msgstr ""
7849
7842
7850 #: rhodecode/templates/pullrequests/pullrequests.html:68
7843 #: rhodecode/templates/pullrequests/pullrequests.html:68
7851 #, python-format
7844 #, python-format
7852 msgid "Pull Requests to %(repo_name)s repository awaiting review"
7845 msgid "Pull Requests to %(repo_name)s repository awaiting review"
7853 msgstr ""
7846 msgstr ""
7854
7847
7855 #: rhodecode/templates/pullrequests/pullrequests.html:70
7848 #: rhodecode/templates/pullrequests/pullrequests.html:70
7856 #, python-format
7849 #, python-format
7857 msgid "Pull Requests to %(repo_name)s repository awaiting my review"
7850 msgid "Pull Requests to %(repo_name)s repository awaiting my review"
7858 msgstr ""
7851 msgstr ""
7859
7852
7860 #: rhodecode/templates/pullrequests/pullrequests.html:72
7853 #: rhodecode/templates/pullrequests/pullrequests.html:72
7861 #, python-format
7854 #, python-format
7862 msgid "Pull Requests to %(repo_name)s repository"
7855 msgid "Pull Requests to %(repo_name)s repository"
7863 msgstr ""
7856 msgstr ""
7864
7857
7865 #: rhodecode/templates/search/search.html:6
7858 #: rhodecode/templates/search/search.html:6
7866 #: rhodecode/templates/search/search.html:17
7859 #: rhodecode/templates/search/search.html:17
7867 #, python-format
7860 #, python-format
7868 msgid "Search inside repository %(repo_name)s"
7861 msgid "Search inside repository %(repo_name)s"
7869 msgstr ""
7862 msgstr ""
7870
7863
7871 #: rhodecode/templates/search/search.html:8
7864 #: rhodecode/templates/search/search.html:8
7872 #: rhodecode/templates/search/search.html:19
7865 #: rhodecode/templates/search/search.html:19
7873 msgid "Search inside all accessible repositories"
7866 msgid "Search inside all accessible repositories"
7874 msgstr ""
7867 msgstr ""
7875
7868
7876 #: rhodecode/templates/search/search.html:60
7869 #: rhodecode/templates/search/search.html:60
7877 msgid "Search item"
7870 msgid "Search item"
7878 msgstr ""
7871 msgstr ""
7879
7872
7880 #: rhodecode/templates/search/search.html:63
7873 #: rhodecode/templates/search/search.html:63
7881 msgid "File contents"
7874 msgid "File contents"
7882 msgstr ""
7875 msgstr ""
7883
7876
7884 #: rhodecode/templates/search/search.html:63
7877 #: rhodecode/templates/search/search.html:63
7885 msgid "Commit messages"
7878 msgid "Commit messages"
7886 msgstr ""
7879 msgstr ""
7887
7880
7888 #: rhodecode/templates/search/search.html:63
7881 #: rhodecode/templates/search/search.html:63
7889 msgid "File names"
7882 msgid "File names"
7890 msgstr ""
7883 msgstr ""
7891
7884
7885 #: rhodecode/templates/search/search_commit.html:11
7886 msgid "Age (new first)"
7887 msgstr ""
7888
7889 #: rhodecode/templates/search/search_commit.html:13
7890 msgid "Age (old first)"
7891 msgstr ""
7892
7893 #: rhodecode/templates/search/search_content.html:33
7894 msgid "more matches in this file"
7895 msgstr ""
7896
7892 #: rhodecode/templates/search/search_path.html:4
7897 #: rhodecode/templates/search/search_path.html:4
7893 msgid "File"
7898 msgid "File"
7894 msgstr ""
7899 msgstr ""
7895
7900
7896 #: rhodecode/templates/summary/base.html:5
7901 #: rhodecode/templates/summary/base.html:5
7897 #, python-format
7902 #, python-format
7898 msgid "%s Summary"
7903 msgid "%s Summary"
7899 msgstr ""
7904 msgstr ""
7900
7905
7901 #: rhodecode/templates/summary/base.html:13
7906 #: rhodecode/templates/summary/base.html:13
7902 #, python-format
7907 #, python-format
7903 msgid "%s ATOM feed"
7908 msgid "%s ATOM feed"
7904 msgstr ""
7909 msgstr ""
7905
7910
7906 #: rhodecode/templates/summary/base.html:14
7911 #: rhodecode/templates/summary/base.html:14
7907 #, python-format
7912 #, python-format
7908 msgid "%s RSS feed"
7913 msgid "%s RSS feed"
7909 msgstr ""
7914 msgstr ""
7910
7915
7911 #: rhodecode/templates/summary/components.html:5
7916 #: rhodecode/templates/summary/components.html:5
7912 #, python-format
7917 #, python-format
7913 msgid "%(num)s Branch"
7918 msgid "%(num)s Branch"
7914 msgid_plural "%(num)s Branches"
7919 msgid_plural "%(num)s Branches"
7915 msgstr[0] ""
7920 msgstr[0] ""
7916 msgstr[1] ""
7921 msgstr[1] ""
7917 msgstr[2] ""
7922 msgstr[2] ""
7918 msgstr[3] ""
7923 msgstr[3] ""
7919
7924
7920 #: rhodecode/templates/summary/components.html:12
7925 #: rhodecode/templates/summary/components.html:12
7921 #, python-format
7926 #, python-format
7922 msgid "%(num)s Closed Branch"
7927 msgid "%(num)s Closed Branch"
7923 msgid_plural "%(num)s Closed Branches"
7928 msgid_plural "%(num)s Closed Branches"
7924 msgstr[0] ""
7929 msgstr[0] ""
7925 msgstr[1] ""
7930 msgstr[1] ""
7926 msgstr[2] ""
7931 msgstr[2] ""
7927 msgstr[3] ""
7932 msgstr[3] ""
7928
7933
7929 #: rhodecode/templates/summary/components.html:19
7934 #: rhodecode/templates/summary/components.html:19
7930 #, python-format
7935 #, python-format
7931 msgid "%(num)s Tag"
7936 msgid "%(num)s Tag"
7932 msgid_plural "%(num)s Tags"
7937 msgid_plural "%(num)s Tags"
7933 msgstr[0] ""
7938 msgstr[0] ""
7934 msgstr[1] ""
7939 msgstr[1] ""
7935 msgstr[2] ""
7940 msgstr[2] ""
7936 msgstr[3] ""
7941 msgstr[3] ""
7937
7942
7938 #: rhodecode/templates/summary/components.html:26
7943 #: rhodecode/templates/summary/components.html:26
7939 #, python-format
7944 #, python-format
7940 msgid "%(num)s Bookmark"
7945 msgid "%(num)s Bookmark"
7941 msgid_plural "%(num)s Bookmarks"
7946 msgid_plural "%(num)s Bookmarks"
7942 msgstr[0] ""
7947 msgstr[0] ""
7943 msgstr[1] ""
7948 msgstr[1] ""
7944 msgstr[2] ""
7949 msgstr[2] ""
7945 msgstr[3] ""
7950 msgstr[3] ""
7946
7951
7947 #: rhodecode/templates/summary/components.html:49
7952 #: rhodecode/templates/summary/components.html:49
7948 msgid "Read-only url"
7953 msgid "Read-only url"
7949 msgstr ""
7954 msgstr ""
7950
7955
7951 #: rhodecode/templates/summary/components.html:54
7956 #: rhodecode/templates/summary/components.html:54
7952 #: rhodecode/templates/summary/components.html:65
7957 #: rhodecode/templates/summary/components.html:65
7953 msgid "Show by Name"
7958 msgid "Show by Name"
7954 msgstr ""
7959 msgstr ""
7955
7960
7956 #: rhodecode/templates/summary/components.html:55
7961 #: rhodecode/templates/summary/components.html:55
7957 #: rhodecode/templates/summary/components.html:66
7962 #: rhodecode/templates/summary/components.html:66
7958 msgid "Show by ID"
7963 msgid "Show by ID"
7959 msgstr ""
7964 msgstr ""
7960
7965
7961 #: rhodecode/templates/summary/components.html:56
7966 #: rhodecode/templates/summary/components.html:56
7962 msgid "SVN Protocol is disabled. To enable it, see the"
7967 msgid "SVN Protocol is disabled. To enable it, see the"
7963 msgstr ""
7968 msgstr ""
7964
7969
7965 #: rhodecode/templates/summary/components.html:56
7970 #: rhodecode/templates/summary/components.html:56
7966 msgid "documentation here"
7971 msgid "documentation here"
7967 msgstr ""
7972 msgstr ""
7968
7973
7969 #: rhodecode/templates/summary/components.html:60
7974 #: rhodecode/templates/summary/components.html:60
7970 msgid "Clone url"
7975 msgid "Clone url"
7971 msgstr ""
7976 msgstr ""
7972
7977
7973 #: rhodecode/templates/summary/components.html:86
7978 #: rhodecode/templates/summary/components.html:86
7974 msgid "Information"
7979 msgid "Information"
7975 msgstr ""
7980 msgstr ""
7976
7981
7977 #: rhodecode/templates/summary/components.html:95
7982 #: rhodecode/templates/summary/components.html:95
7978 #: rhodecode/templates/summary/components.html:98
7983 #: rhodecode/templates/summary/components.html:98
7979 #, python-format
7984 #, python-format
7980 msgid "%(num)s Commit"
7985 msgid "%(num)s Commit"
7981 msgid_plural "%(num)s Commits"
7986 msgid_plural "%(num)s Commits"
7982 msgstr[0] ""
7987 msgstr[0] ""
7983 msgstr[1] ""
7988 msgstr[1] ""
7984 msgstr[2] ""
7989 msgstr[2] ""
7985 msgstr[3] ""
7990 msgstr[3] ""
7986
7991
7987 #: rhodecode/templates/summary/components.html:102
7992 #: rhodecode/templates/summary/components.html:102
7988 msgid "Number of Repository Forks"
7993 msgid "Number of Repository Forks"
7989 msgstr ""
7994 msgstr ""
7990
7995
7991 #: rhodecode/templates/summary/components.html:110
7996 #: rhodecode/templates/summary/components.html:110
7992 msgid "Calculating Repository Size..."
7997 msgid "Calculating Repository Size..."
7993 msgstr ""
7998 msgstr ""
7994
7999
7995 #: rhodecode/templates/summary/components.html:141
8000 #: rhodecode/templates/summary/components.html:141
7996 msgid "Calculating Code Statistics..."
8001 msgid "Calculating Code Statistics..."
7997 msgstr ""
8002 msgstr ""
7998
8003
7999 #: rhodecode/templates/summary/components.html:145
8004 #: rhodecode/templates/summary/components.html:145
8000 msgid "Statistics are disabled for this repository"
8005 msgid "Statistics are disabled for this repository"
8001 msgstr ""
8006 msgstr ""
8002
8007
8003 #: rhodecode/templates/summary/components.html:148
8008 #: rhodecode/templates/summary/components.html:148
8004 msgid "enable statistics"
8009 msgid "enable statistics"
8005 msgstr ""
8010 msgstr ""
8006
8011
8007 #: rhodecode/templates/summary/components.html:159
8012 #: rhodecode/templates/summary/components.html:159
8008 msgid "Downloads"
8013 msgid "Downloads"
8009 msgstr ""
8014 msgstr ""
8010
8015
8011 #: rhodecode/templates/summary/components.html:165
8016 #: rhodecode/templates/summary/components.html:165
8012 msgid "There are no downloads yet"
8017 msgid "There are no downloads yet"
8013 msgstr ""
8018 msgstr ""
8014
8019
8015 #: rhodecode/templates/summary/components.html:169
8020 #: rhodecode/templates/summary/components.html:169
8016 msgid "Downloads are disabled for this repository"
8021 msgid "Downloads are disabled for this repository"
8017 msgstr ""
8022 msgstr ""
8018
8023
8019 #: rhodecode/templates/summary/components.html:172
8024 #: rhodecode/templates/summary/components.html:172
8020 msgid "enable downloads"
8025 msgid "enable downloads"
8021 msgstr ""
8026 msgstr ""
8022
8027
8023 #: rhodecode/templates/summary/summary.html:17
8028 #: rhodecode/templates/summary/summary.html:17
8024 #: rhodecode/templates/summary/summary.html:19
8029 #: rhodecode/templates/summary/summary.html:19
8025 msgid "RSS Feed"
8030 msgid "RSS Feed"
8026 msgstr ""
8031 msgstr ""
8027
8032
8028 #: rhodecode/templates/summary/summary.html:35
8033 #: rhodecode/templates/summary/summary.html:35
8029 msgid "Quick start"
8034 msgid "Quick start"
8030 msgstr ""
8035 msgstr ""
8031
8036
8032 #: rhodecode/templates/summary/summary.html:48
8037 #: rhodecode/templates/summary/summary.html:48
8033 #, python-format
8038 #, python-format
8034 msgid "Readme file from commit %s:%s"
8039 msgid "Readme file from commit %s:%s"
8035 msgstr ""
8040 msgstr ""
8036
8041
8037 #: rhodecode/templates/tags/tags.html:5
8042 #: rhodecode/templates/tags/tags.html:5
8038 #, python-format
8043 #, python-format
8039 msgid "%s Tags"
8044 msgid "%s Tags"
8040 msgstr ""
8045 msgstr ""
8041
8046
8042 #: rhodecode/templates/tags/tags.html:13
8047 #: rhodecode/templates/tags/tags.html:13
8043 msgid "tags"
8048 msgid "tags"
8044 msgstr ""
8049 msgstr ""
8045
8050
8046 #: rhodecode/templates/tags/tags.html:31
8051 #: rhodecode/templates/tags/tags.html:31
8047 msgid "Compare Selected Tags"
8052 msgid "Compare Selected Tags"
8048 msgstr ""
8053 msgstr ""
8049
8054
8050 #: rhodecode/templates/users/user.html:29
8055 #: rhodecode/templates/users/user.html:29
8051 #: rhodecode/templates/users/user_profile.html:5
8056 #: rhodecode/templates/users/user_profile.html:5
8052 msgid "Profile"
8057 msgid "Profile"
8053 msgstr ""
8058 msgstr ""
8054
8059
8055 #: rhodecode/templates/users/user_profile.html:35
8060 #: rhodecode/templates/users/user_profile.html:35
8056 msgid "First name"
8061 msgid "First name"
8057 msgstr ""
8062 msgstr ""
8058
8063
8059 #: rhodecode/templates/users/user_profile.html:43
8064 #: rhodecode/templates/users/user_profile.html:43
8060 msgid "Last name"
8065 msgid "Last name"
8061 msgstr ""
8066 msgstr ""
8062
8067
8063 #: rhodecode/tests/lib/test_ext_json.py:162
8068 #: rhodecode/tests/lib/test_ext_json.py:162
8064 msgid "hello"
8069 msgid "hello"
8065 msgstr ""
8070 msgstr ""
8066
8071
8067 #: rhodecode/tests/lib/test_ext_json.py:163
8072 #: rhodecode/tests/lib/test_ext_json.py:163
8068 msgid "singular"
8073 msgid "singular"
8069 msgid_plural "plural"
8074 msgid_plural "plural"
8070 msgstr[0] ""
8075 msgstr[0] ""
8071 msgstr[1] ""
8076 msgstr[1] ""
8072 msgstr[2] ""
8077 msgstr[2] ""
8073 msgstr[3] ""
8078 msgstr[3] ""
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
General Comments 0
You need to be logged in to leave comments. Login now