##// END OF EJS Templates
translations: updated catalog
marcink -
r287:cf5b3f9c default
parent child Browse files
Show More
This diff has been collapsed as it changes many lines, (2626 lines changed) Show them Hide them
@@ -1,7772 +1,7786 b''
1 # 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 # FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
5 #
5 #
6 #, fuzzy
6 #, fuzzy
7 msgid ""
7 msgid ""
8 msgstr ""
8 msgstr ""
9 "Project-Id-Version: rhodecode-enterprise-ce 4.0.0\n"
9 "Project-Id-Version: rhodecode-enterprise-ce 4.2.0\n"
10 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
10 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
11 "POT-Creation-Date: 2016-05-22 18:01+0000\n"
11 "POT-Creation-Date: 2016-06-28 10:55+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=utf-8\n"
16 "Content-Type: text/plain; charset=utf-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Generated-By: Babel 1.3\n"
18 "Generated-By: Babel 1.3\n"
19
19
20 #: rhodecode/authentication/routes.py:61
20 #: rhodecode/authentication/routes.py:60
21 #: rhodecode/controllers/admin/settings.py:825
21 #: rhodecode/controllers/admin/settings.py:844
22 #: rhodecode/templates/admin/permissions/permissions.html:36
22 #: rhodecode/templates/admin/permissions/permissions.html:36
23 msgid "Global"
23 msgid "Global"
24 msgstr ""
24 msgstr ""
25
25
26 #: rhodecode/authentication/schema.py:35
27 msgid "Enable or disable this authentication plugin."
28 msgstr ""
29
26 #: rhodecode/authentication/schema.py:37
30 #: rhodecode/authentication/schema.py:37
27 msgid "Enable or disable this authentication plugin."
28 msgstr ""
29
30 #: rhodecode/authentication/schema.py:39
31 msgid "Enabled"
31 msgid "Enabled"
32 msgstr ""
32 msgstr ""
33
33
34 #: rhodecode/authentication/schema.py:45
34 #: rhodecode/authentication/schema.py:43
35 msgid "Amount of seconds to cache the authentication call for this plugin. Useful for long calls like LDAP to improve the responsiveness of the authentication system (0 means disabled)."
35 msgid "Amount of seconds to cache the authentication call for this plugin. Useful for long calls like LDAP to improve the responsiveness of the authentication system (0 means disabled)."
36 msgstr ""
36 msgstr ""
37
37
38 #: rhodecode/authentication/schema.py:50
38 #: rhodecode/authentication/schema.py:48
39 msgid "Auth Cache TTL"
39 msgid "Auth Cache TTL"
40 msgstr ""
40 msgstr ""
41
41
42 #: rhodecode/authentication/views.py:108
42 #: rhodecode/authentication/views.py:88
43 msgid "Errors exist when saving plugin settings. Please check the form inputs."
43 msgid "Errors exist when saving plugin settings. Please check the form inputs."
44 msgstr ""
44 msgstr ""
45
45
46 #: rhodecode/authentication/views.py:131 rhodecode/authentication/views.py:200
46 #: rhodecode/authentication/views.py:101 rhodecode/authentication/views.py:170
47 msgid "Auth settings updated successfully."
47 msgid "Auth settings updated successfully."
48 msgstr ""
48 msgstr ""
49
49
50 #: rhodecode/authentication/views.py:205
50 #: rhodecode/authentication/views.py:175
51 msgid "Errors exist when saving plugin setting. Please check the form inputs."
51 msgid "Errors exist when saving plugin setting. Please check the form inputs."
52 msgstr ""
52 msgstr ""
53
53
54 #: rhodecode/authentication/views.py:215
54 #: rhodecode/authentication/views.py:185
55 msgid "Error occurred during update of auth settings."
55 msgid "Error occurred during update of auth settings."
56 msgstr ""
56 msgstr ""
57
57
58 #: rhodecode/authentication/plugins/auth_crowd.py:61
59 msgid "The FQDN or IP of the Atlassian CROWD Server"
60 msgstr ""
61
62 #: rhodecode/authentication/plugins/auth_crowd.py:63
63 msgid "Host"
64 msgstr ""
65
66 #: rhodecode/authentication/plugins/auth_crowd.py:68
67 msgid "The Port in use by the Atlassian CROWD Server"
68 msgstr ""
69
70 #: rhodecode/authentication/plugins/auth_crowd.py:70
71 #: rhodecode/authentication/plugins/auth_ldap.py:84
72 msgid "Port"
73 msgstr ""
74
75 #: rhodecode/authentication/plugins/auth_crowd.py:76
76 msgid "The Application Name to authenticate to CROWD"
77 msgstr ""
78
79 #: rhodecode/authentication/plugins/auth_crowd.py:78
80 msgid "Application Name"
81 msgstr ""
82
83 #: rhodecode/authentication/plugins/auth_crowd.py:83
84 msgid "The password to authenticate to CROWD"
85 msgstr ""
86
87 #: rhodecode/authentication/plugins/auth_crowd.py:85
88 msgid "Application Password"
89 msgstr ""
90
91 #: rhodecode/authentication/plugins/auth_crowd.py:90
92 msgid "A comma separated list of group names that identify users as RhodeCode Administrators"
93 msgstr ""
94
95 #: rhodecode/authentication/plugins/auth_crowd.py:94
96 msgid "Admin Groups"
97 msgstr ""
98
99 #: rhodecode/authentication/plugins/auth_crowd.py:216
100 msgid "CROWD"
101 msgstr ""
102
103 #: rhodecode/authentication/plugins/auth_headers.py:55
104 msgid "Header to extract the user from"
105 msgstr ""
106
107 #: rhodecode/authentication/plugins/auth_headers.py:57
108 msgid "Header"
109 msgstr ""
110
111 #: rhodecode/authentication/plugins/auth_headers.py:62
112 msgid "Header to extract the user from when main one fails"
113 msgstr ""
114
115 #: rhodecode/authentication/plugins/auth_headers.py:64
116 msgid "Fallback header"
117 msgstr ""
118
119 #: rhodecode/authentication/plugins/auth_headers.py:69
120 msgid "Perform cleaning of user, if passed user has @ in username then first part before @ is taken. If there's \\ in the username only the part after \\ is taken"
121 msgstr ""
122
123 #: rhodecode/authentication/plugins/auth_headers.py:74
124 msgid "Clean username"
125 msgstr ""
126
127 #: rhodecode/authentication/plugins/auth_headers.py:99
128 msgid "Headers"
129 msgstr ""
130
131 #: rhodecode/authentication/plugins/auth_jasig_cas.py:63
132 msgid "The url of the Jasig CAS REST service"
133 msgstr ""
134
135 #: rhodecode/authentication/plugins/auth_jasig_cas.py:65
136 #: rhodecode/templates/admin/gists/show.html:21
137 msgid "URL"
138 msgstr ""
139
140 #: rhodecode/authentication/plugins/auth_jasig_cas.py:93
141 msgid "Jasig-CAS"
142 msgstr ""
143
144 #: rhodecode/authentication/plugins/auth_ldap.py:75
145 msgid "Host of the LDAP Server"
146 msgstr ""
147
148 #: rhodecode/authentication/plugins/auth_ldap.py:77
149 msgid "LDAP Host"
150 msgstr ""
151
152 #: rhodecode/authentication/plugins/auth_ldap.py:82
153 msgid "Port that the LDAP server is listening on"
154 msgstr ""
155
156 #: rhodecode/authentication/plugins/auth_ldap.py:90
157 msgid "User to connect to LDAP"
158 msgstr ""
159
160 #: rhodecode/authentication/plugins/auth_ldap.py:93
161 msgid "Account"
162 msgstr ""
163
164 #: rhodecode/authentication/plugins/auth_ldap.py:98
165 msgid "Password to connect to LDAP"
166 msgstr ""
167
168 #: rhodecode/authentication/plugins/auth_ldap.py:101
169 #: rhodecode/templates/login.html:50 rhodecode/templates/register.html:48
170 #: rhodecode/templates/admin/my_account/my_account.html:30
171 #: rhodecode/templates/admin/users/user_add.html:44
172 #: rhodecode/templates/base/base.html:314
173 #: rhodecode/templates/debug_style/login.html:45
174 msgid "Password"
175 msgstr ""
176
177 #: rhodecode/authentication/plugins/auth_ldap.py:106
178 msgid "TLS Type"
179 msgstr ""
180
181 #: rhodecode/authentication/plugins/auth_ldap.py:107
182 msgid "Connection Security"
183 msgstr ""
184
185 #: rhodecode/authentication/plugins/auth_ldap.py:113
186 msgid "Require Cert over TLS?"
187 msgstr ""
188
189 #: rhodecode/authentication/plugins/auth_ldap.py:114
190 msgid "Certificate Checks"
191 msgstr ""
192
193 #: rhodecode/authentication/plugins/auth_ldap.py:120
194 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
195 msgstr ""
196
197 #: rhodecode/authentication/plugins/auth_ldap.py:123
198 msgid "Base DN"
199 msgstr ""
200
201 #: rhodecode/authentication/plugins/auth_ldap.py:128
202 msgid "Filter to narrow results (e.g., ou=Users, etc)"
203 msgstr ""
204
205 #: rhodecode/authentication/plugins/auth_ldap.py:131
206 msgid "LDAP Search Filter"
207 msgstr ""
208
209 #: rhodecode/authentication/plugins/auth_ldap.py:136
210 msgid "How deep to search LDAP"
211 msgstr ""
212
213 #: rhodecode/authentication/plugins/auth_ldap.py:137
214 msgid "LDAP Search Scope"
215 msgstr ""
216
217 #: rhodecode/authentication/plugins/auth_ldap.py:143
218 msgid "LDAP Attribute to map to user name"
219 msgstr ""
220
221 #: rhodecode/authentication/plugins/auth_ldap.py:144
222 msgid "The LDAP Login attribute of the CN must be specified"
223 msgstr ""
224
225 #: rhodecode/authentication/plugins/auth_ldap.py:146
226 msgid "Login Attribute"
227 msgstr ""
228
229 #: rhodecode/authentication/plugins/auth_ldap.py:151
230 msgid "LDAP Attribute to map to first name"
231 msgstr ""
232
233 #: rhodecode/authentication/plugins/auth_ldap.py:154
234 msgid "First Name Attribute"
235 msgstr ""
236
237 #: rhodecode/authentication/plugins/auth_ldap.py:159
238 msgid "LDAP Attribute to map to last name"
239 msgstr ""
240
241 #: rhodecode/authentication/plugins/auth_ldap.py:162
242 msgid "Last Name Attribute"
243 msgstr ""
244
245 #: rhodecode/authentication/plugins/auth_ldap.py:167
246 msgid "LDAP Attribute to map to email address"
247 msgstr ""
248
249 #: rhodecode/authentication/plugins/auth_ldap.py:170
250 msgid "Email Attribute"
251 msgstr ""
252
253 #: rhodecode/authentication/plugins/auth_ldap.py:348
254 msgid "LDAP"
255 msgstr ""
256
257 #: rhodecode/authentication/plugins/auth_pam.py:60
258 msgid "PAM service name to use for authentication."
259 msgstr ""
260
261 #: rhodecode/authentication/plugins/auth_pam.py:62
262 msgid "PAM service name"
263 msgstr ""
264
265 #: rhodecode/authentication/plugins/auth_pam.py:67
266 msgid "Regular expression for extracting user name/email etc. from Unix userinfo."
267 msgstr ""
268
269 #: rhodecode/authentication/plugins/auth_pam.py:70
270 msgid "Gecos Regex"
271 msgstr ""
272
273 #: rhodecode/authentication/plugins/auth_pam.py:98
274 msgid "PAM"
275 msgstr ""
276
277 #: rhodecode/authentication/plugins/auth_rhodecode.py:68
278 msgid "Rhodecode"
279 msgstr ""
280
281 #: rhodecode/authentication/plugins/auth_token.py:71
282 msgid "Rhodecode Token Auth"
283 msgstr ""
284
58 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
285 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
59 #: rhodecode/controllers/pullrequests.py:279
286 #: rhodecode/controllers/pullrequests.py:279
60 msgid "There are no commits yet"
287 msgid "There are no commits yet"
61 msgstr ""
288 msgstr ""
62
289
63 #: rhodecode/controllers/changeset.py:77
290 #: rhodecode/controllers/changeset.py:77
64 #: rhodecode/templates/files/diff_2way.html:75
291 #: rhodecode/templates/files/diff_2way.html:75
65 msgid "Show whitespace"
292 msgid "Show whitespace"
66 msgstr ""
293 msgstr ""
67
294
68 #: rhodecode/controllers/changeset.py:78
295 #: rhodecode/controllers/changeset.py:78
69 msgid "Show whitespace for all diffs"
296 msgid "Show whitespace for all diffs"
70 msgstr ""
297 msgstr ""
71
298
72 #: rhodecode/controllers/changeset.py:84
299 #: rhodecode/controllers/changeset.py:84
73 #: rhodecode/templates/files/diff_2way.html:74
300 #: rhodecode/templates/files/diff_2way.html:74
74 msgid "Ignore whitespace"
301 msgid "Ignore whitespace"
75 msgstr ""
302 msgstr ""
76
303
77 #: rhodecode/controllers/changeset.py:85
304 #: rhodecode/controllers/changeset.py:85
78 msgid "Ignore whitespace for all diffs"
305 msgid "Ignore whitespace for all diffs"
79 msgstr ""
306 msgstr ""
80
307
81 #: rhodecode/controllers/changeset.py:141
308 #: rhodecode/controllers/changeset.py:141
82 msgid "Increase context"
309 msgid "Increase context"
83 msgstr ""
310 msgstr ""
84
311
85 #: rhodecode/controllers/changeset.py:142
312 #: rhodecode/controllers/changeset.py:142
86 msgid "Increase context for all diffs"
313 msgid "Increase context for all diffs"
87 msgstr ""
314 msgstr ""
88
315
89 #: rhodecode/controllers/changeset.py:181 rhodecode/controllers/files.py:104
316 #: rhodecode/controllers/changeset.py:181 rhodecode/controllers/files.py:104
90 #: rhodecode/controllers/files.py:125
317 #: rhodecode/controllers/files.py:125
91 msgid "No such commit exists for this repository"
318 msgid "No such commit exists for this repository"
92 msgstr ""
319 msgstr ""
93
320
94 #: rhodecode/controllers/changeset.py:335
321 #: rhodecode/controllers/changeset.py:335
95 #: rhodecode/controllers/pullrequests.py:744
322 #: rhodecode/controllers/pullrequests.py:746
96 #: rhodecode/model/pull_request.py:828
323 #: rhodecode/model/pull_request.py:836
97 #, python-format
324 #, python-format
98 msgid "Status change %(transition_icon)s %(status)s"
325 msgid "Status change %(transition_icon)s %(status)s"
99 msgstr ""
326 msgstr ""
100
327
101 #: rhodecode/controllers/changeset.py:372
328 #: rhodecode/controllers/changeset.py:372
102 msgid "Changing the status of a commit associated with a closed pull request is not allowed"
329 msgid "Changing the status of a commit associated with a closed pull request is not allowed"
103 msgstr ""
330 msgstr ""
104
331
105 #: rhodecode/controllers/compare.py:87
332 #: rhodecode/controllers/compare.py:87
106 msgid "Select commit"
333 msgid "Select commit"
107 msgstr ""
334 msgstr ""
108
335
109 #: rhodecode/controllers/compare.py:142
336 #: rhodecode/controllers/compare.py:139
110 #, python-format
337 #, python-format
111 msgid "Could not find the original repo: %(repo)s"
338 msgid "Could not find the original repo: %(repo)s"
112 msgstr ""
339 msgstr ""
113
340
114 #: rhodecode/controllers/compare.py:150
341 #: rhodecode/controllers/compare.py:147
115 #, python-format
342 #, python-format
116 msgid "Could not find the other repo: %(repo)s"
343 msgid "Could not find the other repo: %(repo)s"
117 msgstr ""
344 msgstr ""
118
345
119 #: rhodecode/controllers/compare.py:159
346 #: rhodecode/controllers/compare.py:156
120 msgid "The comparison of two different kinds of remote repos is not available"
347 msgid "The comparison of two different kinds of remote repos is not available"
121 msgstr ""
348 msgstr ""
122
349
123 #: rhodecode/controllers/compare.py:186
350 #: rhodecode/controllers/compare.py:190
124 msgid "Could not compare repos with different large file settings"
351 msgid "Could not compare repos with different large file settings"
125 msgstr ""
352 msgstr ""
126
353
127 #: rhodecode/controllers/compare.py:223
354 #: rhodecode/controllers/compare.py:226
128 #, python-format
355 #, python-format
129 msgid "Repositories unrelated. Cannot compare commit %(commit1)s from repository %(repo1)s with commit %(commit2)s from repository %(repo2)s."
356 msgid "Repositories unrelated. Cannot compare commit %(commit1)s from repository %(repo1)s with commit %(commit2)s from repository %(repo2)s."
130 msgstr ""
357 msgstr ""
131
358
132 #: rhodecode/controllers/error.py:85 rhodecode/controllers/error.py:136
133 msgid "Home page"
134 msgstr ""
135
136 #: rhodecode/controllers/error.py:114
137 msgid "The request could not be understood by the server due to malformed syntax."
138 msgstr ""
139
140 #: rhodecode/controllers/error.py:117
141 msgid "Unauthorized access to resource"
142 msgstr ""
143
144 #: rhodecode/controllers/error.py:119
145 msgid "You don't have permission to view this page"
146 msgstr ""
147
148 #: rhodecode/controllers/error.py:121
149 msgid "The resource could not be found"
150 msgstr ""
151
152 #: rhodecode/controllers/error.py:123
153 msgid "The server encountered an unexpected condition which prevented it from fulfilling the request."
154 msgstr ""
155
156 #: rhodecode/controllers/error.py:128
157 msgid "VCS Server Required"
158 msgstr ""
159
160 #: rhodecode/controllers/error.py:129
161 msgid "A VCS Server is required for this action. There is currently no VCS Server configured."
162 msgstr ""
163
164 #: rhodecode/controllers/feed.py:70
359 #: rhodecode/controllers/feed.py:70
165 #, python-format
360 #, python-format
166 msgid "Changes on %s repository"
361 msgid "Changes on %s repository"
167 msgstr ""
362 msgstr ""
168
363
169 #: rhodecode/controllers/feed.py:71
364 #: rhodecode/controllers/feed.py:71
170 #, python-format
365 #, python-format
171 msgid "%s %s feed"
366 msgid "%s %s feed"
172 msgstr ""
367 msgstr ""
173
368
174 #: rhodecode/controllers/files.py:96
369 #: rhodecode/controllers/files.py:96
175 msgid "Click here to add a new file."
370 msgid "Click here to add a new file."
176 msgstr ""
371 msgstr ""
177
372
178 #: rhodecode/controllers/files.py:101
373 #: rhodecode/controllers/files.py:101
179 #, python-format
374 #, python-format
180 msgid "There are no files yet. %s"
375 msgid "There are no files yet. %s"
181 msgstr ""
376 msgstr ""
182
377
183 #: rhodecode/controllers/files.py:390 rhodecode/controllers/files.py:443
378 #: rhodecode/controllers/files.py:390 rhodecode/controllers/files.py:443
184 #: rhodecode/controllers/files.py:474 rhodecode/controllers/files.py:549
379 #: rhodecode/controllers/files.py:474 rhodecode/controllers/files.py:549
185 #: rhodecode/controllers/files.py:594 rhodecode/controllers/files.py:685
380 #: rhodecode/controllers/files.py:594 rhodecode/controllers/files.py:685
186 #, python-format
381 #, python-format
187 msgid "This repository has been locked by %s on %s"
382 msgid "This repository has been locked by %s on %s"
188 msgstr ""
383 msgstr ""
189
384
190 #: rhodecode/controllers/files.py:398 rhodecode/controllers/files.py:451
385 #: rhodecode/controllers/files.py:398 rhodecode/controllers/files.py:451
191 msgid "You can only delete files with revision being a valid branch "
386 msgid "You can only delete files with revision being a valid branch "
192 msgstr ""
387 msgstr ""
193
388
194 #: rhodecode/controllers/files.py:407 rhodecode/controllers/files.py:460
389 #: rhodecode/controllers/files.py:407 rhodecode/controllers/files.py:460
195 #, python-format
390 #, python-format
196 msgid "Deleted file %s via RhodeCode Enterprise"
391 msgid "Deleted file %s via RhodeCode Enterprise"
197 msgstr ""
392 msgstr ""
198
393
199 #: rhodecode/controllers/files.py:427
394 #: rhodecode/controllers/files.py:427
200 #, python-format
395 #, python-format
201 msgid "Successfully deleted file %s"
396 msgid "Successfully deleted file %s"
202 msgstr ""
397 msgstr ""
203
398
204 #: rhodecode/controllers/files.py:430 rhodecode/controllers/files.py:536
399 #: rhodecode/controllers/files.py:430 rhodecode/controllers/files.py:536
205 #: rhodecode/controllers/files.py:673
400 #: rhodecode/controllers/files.py:673
206 msgid "Error occurred during commit"
401 msgid "Error occurred during commit"
207 msgstr ""
402 msgstr ""
208
403
209 #: rhodecode/controllers/files.py:482 rhodecode/controllers/files.py:557
404 #: rhodecode/controllers/files.py:482 rhodecode/controllers/files.py:557
210 msgid "You can only edit files with revision being a valid branch "
405 msgid "You can only edit files with revision being a valid branch "
211 msgstr ""
406 msgstr ""
212
407
213 #: rhodecode/controllers/files.py:494 rhodecode/controllers/files.py:569
408 #: rhodecode/controllers/files.py:494 rhodecode/controllers/files.py:569
214 #, python-format
409 #, python-format
215 msgid "Edited file %s via RhodeCode Enterprise"
410 msgid "Edited file %s via RhodeCode Enterprise"
216 msgstr ""
411 msgstr ""
217
412
218 #: rhodecode/controllers/files.py:511
413 #: rhodecode/controllers/files.py:511
219 msgid "No changes"
414 msgid "No changes"
220 msgstr ""
415 msgstr ""
221
416
222 #: rhodecode/controllers/files.py:533 rhodecode/controllers/files.py:662
417 #: rhodecode/controllers/files.py:533 rhodecode/controllers/files.py:662
223 #, python-format
418 #, python-format
224 msgid "Successfully committed to %s"
419 msgid "Successfully committed to %s"
225 msgstr ""
420 msgstr ""
226
421
227 #: rhodecode/controllers/files.py:607 rhodecode/controllers/files.py:696
422 #: rhodecode/controllers/files.py:607 rhodecode/controllers/files.py:696
228 msgid "Added file via RhodeCode Enterprise"
423 msgid "Added file via RhodeCode Enterprise"
229 msgstr ""
424 msgstr ""
230
425
231 #: rhodecode/controllers/files.py:632
426 #: rhodecode/controllers/files.py:632
232 msgid "No filename"
427 msgid "No filename"
233 msgstr ""
428 msgstr ""
234
429
235 #: rhodecode/controllers/files.py:665
430 #: rhodecode/controllers/files.py:665
236 msgid "The location specified must be a relative path and must not contain .. in the path"
431 msgid "The location specified must be a relative path and must not contain .. in the path"
237 msgstr ""
432 msgstr ""
238
433
239 #: rhodecode/controllers/files.py:719
434 #: rhodecode/controllers/files.py:719
240 msgid "Downloads disabled"
435 msgid "Downloads disabled"
241 msgstr ""
436 msgstr ""
242
437
243 #: rhodecode/controllers/files.py:725
438 #: rhodecode/controllers/files.py:725
244 #, python-format
439 #, python-format
245 msgid "Unknown revision %s"
440 msgid "Unknown revision %s"
246 msgstr ""
441 msgstr ""
247
442
248 #: rhodecode/controllers/files.py:727
443 #: rhodecode/controllers/files.py:727
249 msgid "Empty repository"
444 msgid "Empty repository"
250 msgstr ""
445 msgstr ""
251
446
252 #: rhodecode/controllers/files.py:729 rhodecode/controllers/files.py:763
447 #: rhodecode/controllers/files.py:729 rhodecode/controllers/files.py:763
253 msgid "Unknown archive type"
448 msgid "Unknown archive type"
254 msgstr ""
449 msgstr ""
255
450
256 #: rhodecode/controllers/files.py:930
451 #: rhodecode/controllers/files.py:930
257 #, python-format
452 #, python-format
258 msgid "Commit %(commit)s does not exist."
453 msgid "Commit %(commit)s does not exist."
259 msgstr ""
454 msgstr ""
260
455
261 #: rhodecode/controllers/files.py:947
456 #: rhodecode/controllers/files.py:947
262 #, python-format
457 #, python-format
263 msgid "%(file_path)s has not changed between %(commit_1)s and %(commit_2)s."
458 msgid "%(file_path)s has not changed between %(commit_1)s and %(commit_2)s."
264 msgstr ""
459 msgstr ""
265
460
266 #: rhodecode/controllers/files.py:1014
461 #: rhodecode/controllers/files.py:1014
267 msgid "Changesets"
462 msgid "Changesets"
268 msgstr ""
463 msgstr ""
269
464
270 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
465 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
271 #: rhodecode/model/pull_request.py:1037 rhodecode/model/scm.py:783
466 #: rhodecode/model/pull_request.py:1051 rhodecode/model/scm.py:783
272 #: rhodecode/templates/base/vcs_settings.html:138
467 #: rhodecode/templates/base/vcs_settings.html:138
273 msgid "Branches"
468 msgid "Branches"
274 msgstr ""
469 msgstr ""
275
470
276 #: rhodecode/controllers/files.py:1039 rhodecode/model/scm.py:798
471 #: rhodecode/controllers/files.py:1039 rhodecode/model/scm.py:798
277 #: rhodecode/templates/base/vcs_settings.html:163
472 #: rhodecode/templates/base/vcs_settings.html:163
278 msgid "Tags"
473 msgid "Tags"
279 msgstr ""
474 msgstr ""
280
475
281 #: rhodecode/controllers/forks.py:191
476 #: rhodecode/controllers/forks.py:191
282 #, python-format
477 #, python-format
283 msgid "An error occurred during repository forking %s"
478 msgid "An error occurred during repository forking %s"
284 msgstr ""
479 msgstr ""
285
480
286 #: rhodecode/controllers/home.py:174
481 #: rhodecode/controllers/home.py:205
287 msgid "Groups"
482 msgid "Groups"
288 msgstr ""
483 msgstr ""
289
484
290 #: rhodecode/controllers/home.py:181 rhodecode/controllers/home.py:203
485 #: rhodecode/controllers/home.py:212 rhodecode/controllers/home.py:247
291 #: rhodecode/controllers/pullrequests.py:382
486 #: rhodecode/controllers/pullrequests.py:382
292 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
487 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
293 #: rhodecode/templates/admin/repos/repo_add.html:15
488 #: rhodecode/templates/admin/repos/repo_add.html:15
294 #: rhodecode/templates/admin/repos/repo_add.html:19
489 #: rhodecode/templates/admin/repos/repo_add.html:19
295 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
490 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
296 #: rhodecode/templates/base/base.html:79 rhodecode/templates/base/base.html:147
491 #: rhodecode/templates/base/base.html:79 rhodecode/templates/base/base.html:149
297 #: rhodecode/templates/base/base.html:621
492 #: rhodecode/templates/base/base.html:626
298 msgid "Repositories"
493 msgid "Repositories"
299 msgstr ""
494 msgstr ""
300
495
496 #: rhodecode/controllers/home.py:225
497 #, python-format
498 msgid "Commits in %(repo)s"
499 msgstr ""
500
301 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
501 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
302 msgid "public journal"
502 msgid "public journal"
303 msgstr ""
503 msgstr ""
304
504
305 #: rhodecode/controllers/journal.py:111 rhodecode/controllers/journal.py:154
505 #: rhodecode/controllers/journal.py:111 rhodecode/controllers/journal.py:154
306 msgid "journal"
506 msgid "journal"
307 msgstr ""
507 msgstr ""
308
508
309 #: rhodecode/controllers/login.py:227 rhodecode/controllers/login.py:281
310 msgid "bad captcha"
311 msgstr ""
312
313 #: rhodecode/controllers/login.py:241
314 msgid "You have successfully registered with RhodeCode"
315 msgstr ""
316
317 #: rhodecode/controllers/login.py:286
318 msgid "Your password reset link was sent"
319 msgstr ""
320
321 #: rhodecode/controllers/login.py:307
322 msgid "Your password reset was successful, a new password has been sent to your email"
323 msgstr ""
324
325 #: rhodecode/controllers/login.py:340
326 msgid "There was an error during OAuth processing."
327 msgstr ""
328
329 #: rhodecode/controllers/login.py:406
330 msgid "You need to finish registration process to bind your external identity to your account or sign in to existing account"
331 msgstr ""
332
333 #: rhodecode/controllers/pullrequests.py:293
509 #: rhodecode/controllers/pullrequests.py:293
334 msgid "Commit does not exist"
510 msgid "Commit does not exist"
335 msgstr ""
511 msgstr ""
336
512
337 #: rhodecode/controllers/pullrequests.py:405
513 #: rhodecode/controllers/pullrequests.py:405
338 msgid "Pull request requires a title with min. 3 chars"
514 msgid "Pull request requires a title with min. 3 chars"
339 msgstr ""
515 msgstr ""
340
516
341 #: rhodecode/controllers/pullrequests.py:407
517 #: rhodecode/controllers/pullrequests.py:407
342 msgid "Error creating pull request: {}"
518 msgid "Error creating pull request: {}"
343 msgstr ""
519 msgstr ""
344
520
345 #: rhodecode/controllers/pullrequests.py:454
521 #: rhodecode/controllers/pullrequests.py:454
346 msgid "Successfully opened new pull request"
522 msgid "Successfully opened new pull request"
347 msgstr ""
523 msgstr ""
348
524
349 #: rhodecode/controllers/pullrequests.py:457
525 #: rhodecode/controllers/pullrequests.py:457
350 msgid "Error occurred during sending pull request"
526 msgid "Error occurred during sending pull request"
351 msgstr ""
527 msgstr ""
352
528
353 #: rhodecode/controllers/pullrequests.py:497
529 #: rhodecode/controllers/pullrequests.py:497
354 msgid "Cannot update closed pull requests."
530 msgid "Cannot update closed pull requests."
355 msgstr ""
531 msgstr ""
356
532
357 #: rhodecode/controllers/pullrequests.py:503
533 #: rhodecode/controllers/pullrequests.py:503
358 msgid "Pull request title & description updated."
534 msgid "Pull request title & description updated."
359 msgstr ""
535 msgstr ""
360
536
361 #: rhodecode/controllers/pullrequests.py:513
537 #: rhodecode/controllers/pullrequests.py:513
362 msgid "Pull request updated to \"{source_commit_id}\" with {count_added} added, {count_removed} removed commits."
538 msgid "Pull request updated to \"{source_commit_id}\" with {count_added} added, {count_removed} removed commits."
363 msgstr ""
539 msgstr ""
364
540
365 #: rhodecode/controllers/pullrequests.py:523
541 #: rhodecode/controllers/pullrequests.py:523
366 msgid "Nothing changed in pull request."
542 msgid "Nothing changed in pull request."
367 msgstr ""
543 msgstr ""
368
544
369 #: rhodecode/controllers/pullrequests.py:526
545 #: rhodecode/controllers/pullrequests.py:526
370 msgid "Skipping update of pull request due to reference type: {reference_type}"
546 msgid "Skipping update of pull request due to reference type: {reference_type}"
371 msgstr ""
547 msgstr ""
372
548
373 #: rhodecode/controllers/pullrequests.py:533
549 #: rhodecode/controllers/pullrequests.py:533
374 msgid "Update failed due to missing commits."
550 msgid "Update failed due to missing commits."
375 msgstr ""
551 msgstr ""
376
552
377 #: rhodecode/controllers/pullrequests.py:579
553 #: rhodecode/controllers/pullrequests.py:579
378 msgid "Pull request reviewer approval is pending."
554 msgid "Pull request reviewer approval is pending."
379 msgstr ""
555 msgstr ""
380
556
381 #: rhodecode/controllers/pullrequests.py:629
557 #: rhodecode/controllers/pullrequests.py:593
558 msgid "Pull request was successfully merged and closed."
559 msgstr ""
560
561 #: rhodecode/controllers/pullrequests.py:631
382 msgid "Successfully deleted pull request"
562 msgid "Successfully deleted pull request"
383 msgstr ""
563 msgstr ""
384
564
385 #: rhodecode/controllers/pullrequests.py:662
565 #: rhodecode/controllers/pullrequests.py:664
386 msgid "Reviewer approval is pending."
566 msgid "Reviewer approval is pending."
387 msgstr ""
567 msgstr ""
388
568
389 #: rhodecode/controllers/pullrequests.py:704
569 #: rhodecode/controllers/pullrequests.py:706
390 msgid "Close Pull Request"
570 msgid "Close Pull Request"
391 msgstr ""
571 msgstr ""
392
572
393 #: rhodecode/controllers/pullrequests.py:748
573 #: rhodecode/controllers/pullrequests.py:750
394 #: rhodecode/model/pull_request.py:832
574 #: rhodecode/model/pull_request.py:840
395 msgid "Closing with"
575 msgid "Closing with"
396 msgstr ""
576 msgstr ""
397
577
398 #: rhodecode/controllers/pullrequests.py:793
578 #: rhodecode/controllers/pullrequests.py:795
399 #, python-format
579 #, python-format
400 msgid "Closing pull request on other statuses than rejected or approved is forbidden. Calculated status from all reviewers is currently: %s"
580 msgid "Closing pull request on other statuses than rejected or approved is forbidden. Calculated status from all reviewers is currently: %s"
401 msgstr ""
581 msgstr ""
402
582
403 #: rhodecode/controllers/summary.py:240
583 #: rhodecode/controllers/summary.py:240
404 msgid "Branch"
584 msgid "Branch"
405 msgstr ""
585 msgstr ""
406
586
407 #: rhodecode/controllers/summary.py:241
587 #: rhodecode/controllers/summary.py:241
408 msgid "Tag"
588 msgid "Tag"
409 msgstr ""
589 msgstr ""
410
590
411 #: rhodecode/controllers/summary.py:242
591 #: rhodecode/controllers/summary.py:242
412 msgid "Bookmark"
592 msgid "Bookmark"
413 msgstr ""
593 msgstr ""
414
594
415 #: rhodecode/controllers/summary.py:257
595 #: rhodecode/controllers/summary.py:257
416 msgid "Closed branches"
596 msgid "Closed branches"
417 msgstr ""
597 msgstr ""
418
598
419 #: rhodecode/controllers/admin/defaults.py:84
599 #: rhodecode/controllers/admin/defaults.py:84
420 msgid "Default settings updated successfully"
600 msgid "Default settings updated successfully"
421 msgstr ""
601 msgstr ""
422
602
423 #: rhodecode/controllers/admin/defaults.py:99
603 #: rhodecode/controllers/admin/defaults.py:99
424 msgid "Error occurred during update of default values"
604 msgid "Error occurred during update of default values"
425 msgstr ""
605 msgstr ""
426
606
427 #: rhodecode/controllers/admin/gists.py:59
607 #: rhodecode/controllers/admin/gists.py:59
428 #: rhodecode/controllers/admin/my_account.py:308
608 #: rhodecode/controllers/admin/my_account.py:307
429 #: rhodecode/controllers/admin/users.py:434
609 #: rhodecode/controllers/admin/users.py:436
430 msgid "forever"
610 msgid "forever"
431 msgstr ""
611 msgstr ""
432
612
433 #: rhodecode/controllers/admin/gists.py:60
613 #: rhodecode/controllers/admin/gists.py:60
434 #: rhodecode/controllers/admin/my_account.py:309
614 #: rhodecode/controllers/admin/my_account.py:308
435 #: rhodecode/controllers/admin/users.py:435
615 #: rhodecode/controllers/admin/users.py:437
436 msgid "5 minutes"
616 msgid "5 minutes"
437 msgstr ""
617 msgstr ""
438
618
439 #: rhodecode/controllers/admin/gists.py:61
619 #: rhodecode/controllers/admin/gists.py:61
440 #: rhodecode/controllers/admin/my_account.py:310
620 #: rhodecode/controllers/admin/my_account.py:309
441 #: rhodecode/controllers/admin/users.py:436
621 #: rhodecode/controllers/admin/users.py:438
442 msgid "1 hour"
622 msgid "1 hour"
443 msgstr ""
623 msgstr ""
444
624
445 #: rhodecode/controllers/admin/gists.py:62
625 #: rhodecode/controllers/admin/gists.py:62
446 #: rhodecode/controllers/admin/my_account.py:311
626 #: rhodecode/controllers/admin/my_account.py:310
447 #: rhodecode/controllers/admin/users.py:437
627 #: rhodecode/controllers/admin/users.py:439
448 msgid "1 day"
628 msgid "1 day"
449 msgstr ""
629 msgstr ""
450
630
451 #: rhodecode/controllers/admin/gists.py:63
631 #: rhodecode/controllers/admin/gists.py:63
452 #: rhodecode/controllers/admin/my_account.py:312
632 #: rhodecode/controllers/admin/my_account.py:311
453 #: rhodecode/controllers/admin/users.py:438
633 #: rhodecode/controllers/admin/users.py:440
454 msgid "1 month"
634 msgid "1 month"
455 msgstr ""
635 msgstr ""
456
636
457 #: rhodecode/controllers/admin/gists.py:67
637 #: rhodecode/controllers/admin/gists.py:67
458 #: rhodecode/controllers/admin/my_account.py:314
638 #: rhodecode/controllers/admin/my_account.py:313
459 #: rhodecode/controllers/admin/users.py:440
639 #: rhodecode/controllers/admin/users.py:442
460 msgid "Lifetime"
640 msgid "Lifetime"
461 msgstr ""
641 msgstr ""
462
642
463 #: rhodecode/controllers/admin/gists.py:69
643 #: rhodecode/controllers/admin/gists.py:69
464 msgid "Requires registered account"
644 msgid "Requires registered account"
465 msgstr ""
645 msgstr ""
466
646
467 #: rhodecode/controllers/admin/gists.py:70
647 #: rhodecode/controllers/admin/gists.py:70
468 msgid "Can be accessed by anonymous users"
648 msgid "Can be accessed by anonymous users"
469 msgstr ""
649 msgstr ""
470
650
471 #: rhodecode/controllers/admin/gists.py:180
651 #: rhodecode/controllers/admin/gists.py:180
472 msgid "Error occurred during gist creation"
652 msgid "Error occurred during gist creation"
473 msgstr ""
653 msgstr ""
474
654
475 #: rhodecode/controllers/admin/gists.py:211
655 #: rhodecode/controllers/admin/gists.py:211
476 #, python-format
656 #, python-format
477 msgid "Deleted gist %s"
657 msgid "Deleted gist %s"
478 msgstr ""
658 msgstr ""
479
659
480 #: rhodecode/controllers/admin/gists.py:284
660 #: rhodecode/controllers/admin/gists.py:284
481 msgid "Successfully updated gist content"
661 msgid "Successfully updated gist content"
482 msgstr ""
662 msgstr ""
483
663
484 #: rhodecode/controllers/admin/gists.py:289
664 #: rhodecode/controllers/admin/gists.py:289
485 msgid "Successfully updated gist data"
665 msgid "Successfully updated gist data"
486 msgstr ""
666 msgstr ""
487
667
488 #: rhodecode/controllers/admin/gists.py:292
668 #: rhodecode/controllers/admin/gists.py:292
489 #, python-format
669 #, python-format
490 msgid "Error occurred during update of gist %s"
670 msgid "Error occurred during update of gist %s"
491 msgstr ""
671 msgstr ""
492
672
493 #: rhodecode/controllers/admin/gists.py:315
673 #: rhodecode/controllers/admin/gists.py:315
494 #: rhodecode/templates/admin/gists/show.html:67
674 #: rhodecode/templates/admin/gists/show.html:67
495 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
675 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
496 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
676 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
497 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
677 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
498 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
678 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
499 #: rhodecode/templates/data_table/_dt_elements.html:253
679 #: rhodecode/templates/data_table/_dt_elements.html:253
500 msgid "never"
680 msgid "never"
501 msgstr ""
681 msgstr ""
502
682
503 #: rhodecode/controllers/admin/gists.py:320
683 #: rhodecode/controllers/admin/gists.py:320
504 #, python-format
684 #, python-format
505 msgid "%(expiry)s - current value"
685 msgid "%(expiry)s - current value"
506 msgstr ""
686 msgstr ""
507
687
508 #: rhodecode/controllers/admin/my_account.py:71
688 #: rhodecode/controllers/admin/my_account.py:70
509 msgid "You can't edit this user since it's crucial for entire application"
689 msgid "You can't edit this user since it's crucial for entire application"
510 msgstr ""
690 msgstr ""
511
691
512 #: rhodecode/controllers/admin/my_account.py:129
692 #: rhodecode/controllers/admin/my_account.py:128
513 msgid "Your account was updated successfully"
693 msgid "Your account was updated successfully"
514 msgstr ""
694 msgstr ""
515
695
516 #: rhodecode/controllers/admin/my_account.py:144
696 #: rhodecode/controllers/admin/my_account.py:143
517 #: rhodecode/controllers/admin/users.py:221
697 #: rhodecode/controllers/admin/users.py:223
518 #, python-format
698 #, python-format
519 msgid "Error occurred during update of user %s"
699 msgid "Error occurred during update of user %s"
520 msgstr ""
700 msgstr ""
521
701
522 #: rhodecode/controllers/admin/my_account.py:203
702 #: rhodecode/controllers/admin/my_account.py:202
523 msgid "Successfully updated password"
703 msgid "Successfully updated password"
524 msgstr ""
704 msgstr ""
525
705
526 #: rhodecode/controllers/admin/my_account.py:214
706 #: rhodecode/controllers/admin/my_account.py:213
527 msgid "Error occurred during update of user password"
707 msgid "Error occurred during update of user password"
528 msgstr ""
708 msgstr ""
529
709
530 #: rhodecode/controllers/admin/my_account.py:262
710 #: rhodecode/controllers/admin/my_account.py:261
531 #: rhodecode/controllers/admin/users.py:614
711 #: rhodecode/controllers/admin/users.py:616
532 #, python-format
712 #, python-format
533 msgid "Added new email address `%s` for user account"
713 msgid "Added new email address `%s` for user account"
534 msgstr ""
714 msgstr ""
535
715
536 #: rhodecode/controllers/admin/my_account.py:269
716 #: rhodecode/controllers/admin/my_account.py:268
537 #: rhodecode/controllers/admin/users.py:621
717 #: rhodecode/controllers/admin/users.py:623
538 msgid "An error occurred during email saving"
718 msgid "An error occurred during email saving"
539 msgstr ""
719 msgstr ""
540
720
541 #: rhodecode/controllers/admin/my_account.py:279
721 #: rhodecode/controllers/admin/my_account.py:278
542 #: rhodecode/controllers/admin/users.py:636
722 #: rhodecode/controllers/admin/users.py:638
543 msgid "Removed email address from user account"
723 msgid "Removed email address from user account"
544 msgstr ""
724 msgstr ""
545
725
546 #: rhodecode/controllers/admin/my_account.py:317
726 #: rhodecode/controllers/admin/my_account.py:316
547 #: rhodecode/controllers/admin/users.py:443
727 #: rhodecode/controllers/admin/users.py:445
548 msgid "Role"
728 msgid "Role"
549 msgstr ""
729 msgstr ""
550
730
551 #: rhodecode/controllers/admin/my_account.py:330
731 #: rhodecode/controllers/admin/my_account.py:329
552 #: rhodecode/controllers/admin/users.py:467
732 #: rhodecode/controllers/admin/users.py:469
553 msgid "Auth token successfully created"
733 msgid "Auth token successfully created"
554 msgstr ""
734 msgstr ""
555
735
556 #: rhodecode/controllers/admin/my_account.py:343
736 #: rhodecode/controllers/admin/my_account.py:342
557 #: rhodecode/controllers/admin/users.py:486
737 #: rhodecode/controllers/admin/users.py:488
558 msgid "Auth token successfully reset"
738 msgid "Auth token successfully reset"
559 msgstr ""
739 msgstr ""
560
740
561 #: rhodecode/controllers/admin/my_account.py:347
741 #: rhodecode/controllers/admin/my_account.py:346
562 #: rhodecode/controllers/admin/users.py:490
742 #: rhodecode/controllers/admin/users.py:492
563 msgid "Auth token successfully deleted"
743 msgid "Auth token successfully deleted"
564 msgstr ""
744 msgstr ""
565
745
566 #: rhodecode/controllers/admin/my_account.py:371
567 msgid "OAuth token successfully deleted"
568 msgstr ""
569
570 #: rhodecode/controllers/admin/permissions.py:111
746 #: rhodecode/controllers/admin/permissions.py:111
571 msgid "Application permissions updated successfully"
747 msgid "Application permissions updated successfully"
572 msgstr ""
748 msgstr ""
573
749
574 #: rhodecode/controllers/admin/permissions.py:126
750 #: rhodecode/controllers/admin/permissions.py:126
575 #: rhodecode/controllers/admin/permissions.py:175
751 #: rhodecode/controllers/admin/permissions.py:175
576 #: rhodecode/controllers/admin/permissions.py:229
752 #: rhodecode/controllers/admin/permissions.py:229
577 msgid "Error occurred during update of permissions"
753 msgid "Error occurred during update of permissions"
578 msgstr ""
754 msgstr ""
579
755
580 #: rhodecode/controllers/admin/permissions.py:160
756 #: rhodecode/controllers/admin/permissions.py:160
581 msgid "Object permissions updated successfully"
757 msgid "Object permissions updated successfully"
582 msgstr ""
758 msgstr ""
583
759
584 #: rhodecode/controllers/admin/permissions.py:214
760 #: rhodecode/controllers/admin/permissions.py:214
585 msgid "Global permissions updated successfully"
761 msgid "Global permissions updated successfully"
586 msgstr ""
762 msgstr ""
587
763
588 #: rhodecode/controllers/admin/repo_groups.py:197
764 #: rhodecode/controllers/admin/repo_groups.py:197
589 #, python-format
765 #, python-format
590 msgid "Created repository group %s"
766 msgid "Created repository group %s"
591 msgstr ""
767 msgstr ""
592
768
593 #: rhodecode/controllers/admin/repo_groups.py:210
769 #: rhodecode/controllers/admin/repo_groups.py:210
594 #, python-format
770 #, python-format
595 msgid "Error occurred during creation of repository group %s"
771 msgid "Error occurred during creation of repository group %s"
596 msgstr ""
772 msgstr ""
597
773
598 #: rhodecode/controllers/admin/repo_groups.py:259
774 #: rhodecode/controllers/admin/repo_groups.py:258
599 #, python-format
775 #, python-format
600 msgid "Updated repository group %s"
776 msgid "Updated repository group %s"
601 msgstr ""
777 msgstr ""
602
778
603 #: rhodecode/controllers/admin/repo_groups.py:275
779 #: rhodecode/controllers/admin/repo_groups.py:274
604 #, python-format
780 #, python-format
605 msgid "Error occurred during update of repository group %s"
781 msgid "Error occurred during update of repository group %s"
606 msgstr ""
782 msgstr ""
607
783
608 #: rhodecode/controllers/admin/repo_groups.py:297
784 #: rhodecode/controllers/admin/repo_groups.py:296
609 #, python-format
785 #, python-format
610 msgid "This group contains %(num)d repository and cannot be deleted"
786 msgid "This group contains %(num)d repository and cannot be deleted"
611 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
787 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
612 msgstr[0] ""
788 msgstr[0] ""
613 msgstr[1] ""
789 msgstr[1] ""
614
790
615 #: rhodecode/controllers/admin/repo_groups.py:306
791 #: rhodecode/controllers/admin/repo_groups.py:305
616 #, python-format
792 #, python-format
617 msgid "This group contains %(num)d subgroup and cannot be deleted"
793 msgid "This group contains %(num)d subgroup and cannot be deleted"
618 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
794 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
619 msgstr[0] ""
795 msgstr[0] ""
620 msgstr[1] ""
796 msgstr[1] ""
621
797
622 #: rhodecode/controllers/admin/repo_groups.py:313
798 #: rhodecode/controllers/admin/repo_groups.py:312
623 #, python-format
799 #, python-format
624 msgid "Removed repository group %s"
800 msgid "Removed repository group %s"
625 msgstr ""
801 msgstr ""
626
802
627 #: rhodecode/controllers/admin/repo_groups.py:318
803 #: rhodecode/controllers/admin/repo_groups.py:317
628 #, python-format
804 #, python-format
629 msgid "Error occurred during deletion of repository group %s"
805 msgid "Error occurred during deletion of repository group %s"
630 msgstr ""
806 msgstr ""
631
807
632 #: rhodecode/controllers/admin/repo_groups.py:389
808 #: rhodecode/controllers/admin/repo_groups.py:388
633 #: rhodecode/controllers/admin/user_groups.py:323
809 #: rhodecode/controllers/admin/user_groups.py:325
634 msgid "Cannot change permission for yourself as admin"
810 msgid "Cannot change permission for yourself as admin"
635 msgstr ""
811 msgstr ""
636
812
637 #: rhodecode/controllers/admin/repo_groups.py:406
813 #: rhodecode/controllers/admin/repo_groups.py:405
638 msgid "Repository Group permissions updated"
814 msgid "Repository Group permissions updated"
639 msgstr ""
815 msgstr ""
640
816
641 #: rhodecode/controllers/admin/repos.py:128
817 #: rhodecode/controllers/admin/repos.py:128
642 #, python-format
818 #, python-format
643 msgid "Error creating repository %s: invalid certificate"
819 msgid "Error creating repository %s: invalid certificate"
644 msgstr ""
820 msgstr ""
645
821
646 #: rhodecode/controllers/admin/repos.py:132
822 #: rhodecode/controllers/admin/repos.py:132
647 #, python-format
823 #, python-format
648 msgid "Error creating repository %s"
824 msgid "Error creating repository %s"
649 msgstr ""
825 msgstr ""
650
826
651 #: rhodecode/controllers/admin/repos.py:264
827 #: rhodecode/controllers/admin/repos.py:264
652 #, python-format
828 #, python-format
653 msgid "Created repository %s from %s"
829 msgid "Created repository %s from %s"
654 msgstr ""
830 msgstr ""
655
831
656 #: rhodecode/controllers/admin/repos.py:273
832 #: rhodecode/controllers/admin/repos.py:273
657 #, python-format
833 #, python-format
658 msgid "Forked repository %s as %s"
834 msgid "Forked repository %s as %s"
659 msgstr ""
835 msgstr ""
660
836
661 #: rhodecode/controllers/admin/repos.py:276
837 #: rhodecode/controllers/admin/repos.py:276
662 #, python-format
838 #, python-format
663 msgid "Created repository %s"
839 msgid "Created repository %s"
664 msgstr ""
840 msgstr ""
665
841
666 #: rhodecode/controllers/admin/repos.py:318
842 #: rhodecode/controllers/admin/repos.py:318
667 #, python-format
843 #, python-format
668 msgid "Repository %s updated successfully"
844 msgid "Repository %s updated successfully"
669 msgstr ""
845 msgstr ""
670
846
671 #: rhodecode/controllers/admin/repos.py:337
847 #: rhodecode/controllers/admin/repos.py:337
672 #, python-format
848 #, python-format
673 msgid "Error occurred during update of repository %s"
849 msgid "Error occurred during update of repository %s"
674 msgstr ""
850 msgstr ""
675
851
676 #: rhodecode/controllers/admin/repos.py:365
852 #: rhodecode/controllers/admin/repos.py:365
677 #, python-format
853 #, python-format
678 msgid "Detached %s forks"
854 msgid "Detached %s forks"
679 msgstr ""
855 msgstr ""
680
856
681 #: rhodecode/controllers/admin/repos.py:368
857 #: rhodecode/controllers/admin/repos.py:368
682 #, python-format
858 #, python-format
683 msgid "Deleted %s forks"
859 msgid "Deleted %s forks"
684 msgstr ""
860 msgstr ""
685
861
686 #: rhodecode/controllers/admin/repos.py:373
862 #: rhodecode/controllers/admin/repos.py:373
687 #, python-format
863 #, python-format
688 msgid "Deleted repository %s"
864 msgid "Deleted repository %s"
689 msgstr ""
865 msgstr ""
690
866
691 #: rhodecode/controllers/admin/repos.py:376
867 #: rhodecode/controllers/admin/repos.py:376
692 #, python-format
868 #, python-format
693 msgid "Cannot delete %s it still contains attached forks"
869 msgid "Cannot delete %s it still contains attached forks"
694 msgstr ""
870 msgstr ""
695
871
696 #: rhodecode/controllers/admin/repos.py:381
872 #: rhodecode/controllers/admin/repos.py:381
697 #, python-format
873 #, python-format
698 msgid "An error occurred during deletion of %s"
874 msgid "An error occurred during deletion of %s"
699 msgstr ""
875 msgstr ""
700
876
701 #: rhodecode/controllers/admin/repos.py:435
877 #: rhodecode/controllers/admin/repos.py:435
702 msgid "Repository permissions updated"
878 msgid "Repository permissions updated"
703 msgstr ""
879 msgstr ""
704
880
705 #: rhodecode/controllers/admin/repos.py:466
881 #: rhodecode/controllers/admin/repos.py:466
706 msgid "An error occurred during creation of field"
882 msgid "An error occurred during creation of field"
707 msgstr ""
883 msgstr ""
708
884
709 #: rhodecode/controllers/admin/repos.py:481
885 #: rhodecode/controllers/admin/repos.py:481
710 msgid "An error occurred during removal of field"
886 msgid "An error occurred during removal of field"
711 msgstr ""
887 msgstr ""
712
888
713 #: rhodecode/controllers/admin/repos.py:520
889 #: rhodecode/controllers/admin/repos.py:520
714 msgid "Updated repository visibility in public journal"
890 msgid "Updated repository visibility in public journal"
715 msgstr ""
891 msgstr ""
716
892
717 #: rhodecode/controllers/admin/repos.py:524
893 #: rhodecode/controllers/admin/repos.py:524
718 msgid "An error occurred during setting this repository in public journal"
894 msgid "An error occurred during setting this repository in public journal"
719 msgstr ""
895 msgstr ""
720
896
721 #: rhodecode/controllers/admin/repos.py:548
897 #: rhodecode/controllers/admin/repos.py:548
722 msgid "Nothing"
898 msgid "Nothing"
723 msgstr ""
899 msgstr ""
724
900
725 #: rhodecode/controllers/admin/repos.py:550
901 #: rhodecode/controllers/admin/repos.py:550
726 #, python-format
902 #, python-format
727 msgid "Marked repo %s as fork of %s"
903 msgid "Marked repo %s as fork of %s"
728 msgstr ""
904 msgstr ""
729
905
730 #: rhodecode/controllers/admin/repos.py:557
906 #: rhodecode/controllers/admin/repos.py:557
731 msgid "An error occurred during this operation"
907 msgid "An error occurred during this operation"
732 msgstr ""
908 msgstr ""
733
909
734 #: rhodecode/controllers/admin/repos.py:575
910 #: rhodecode/controllers/admin/repos.py:575
735 msgid "Locked repository"
911 msgid "Locked repository"
736 msgstr ""
912 msgstr ""
737
913
738 #: rhodecode/controllers/admin/repos.py:578
914 #: rhodecode/controllers/admin/repos.py:578
739 msgid "Unlocked repository"
915 msgid "Unlocked repository"
740 msgstr ""
916 msgstr ""
741
917
742 #: rhodecode/controllers/admin/repos.py:581
918 #: rhodecode/controllers/admin/repos.py:581
743 #: rhodecode/controllers/admin/repos.py:610
919 #: rhodecode/controllers/admin/repos.py:610
744 msgid "An error occurred during unlocking"
920 msgid "An error occurred during unlocking"
745 msgstr ""
921 msgstr ""
746
922
747 #: rhodecode/controllers/admin/repos.py:600
923 #: rhodecode/controllers/admin/repos.py:600
748 msgid "Unlocked"
924 msgid "Unlocked"
749 msgstr ""
925 msgstr ""
750
926
751 #: rhodecode/controllers/admin/repos.py:604
927 #: rhodecode/controllers/admin/repos.py:604
752 msgid "Locked"
928 msgid "Locked"
753 msgstr ""
929 msgstr ""
754
930
755 #: rhodecode/controllers/admin/repos.py:606
931 #: rhodecode/controllers/admin/repos.py:606
756 #, python-format
932 #, python-format
757 msgid "Repository has been %s"
933 msgid "Repository has been %s"
758 msgstr ""
934 msgstr ""
759
935
760 #: rhodecode/controllers/admin/repos.py:621
936 #: rhodecode/controllers/admin/repos.py:621
761 msgid "Cache invalidation successful"
937 msgid "Cache invalidation successful"
762 msgstr ""
938 msgstr ""
763
939
764 #: rhodecode/controllers/admin/repos.py:625
940 #: rhodecode/controllers/admin/repos.py:625
765 msgid "An error occurred during cache invalidation"
941 msgid "An error occurred during cache invalidation"
766 msgstr ""
942 msgstr ""
767
943
768 #: rhodecode/controllers/admin/repos.py:645
944 #: rhodecode/controllers/admin/repos.py:645
769 msgid "Pulled from remote location"
945 msgid "Pulled from remote location"
770 msgstr ""
946 msgstr ""
771
947
772 #: rhodecode/controllers/admin/repos.py:648
948 #: rhodecode/controllers/admin/repos.py:648
773 msgid "An error occurred during pull from remote location"
949 msgid "An error occurred during pull from remote location"
774 msgstr ""
950 msgstr ""
775
951
776 #: rhodecode/controllers/admin/repos.py:670
952 #: rhodecode/controllers/admin/repos.py:670
777 msgid "An error occurred during deletion of repository stats"
953 msgid "An error occurred during deletion of repository stats"
778 msgstr ""
954 msgstr ""
779
955
780 #: rhodecode/controllers/admin/repos.py:717
956 #: rhodecode/controllers/admin/repos.py:717
781 msgid "Error occurred during deleting issue tracker entry"
957 msgid "Error occurred during deleting issue tracker entry"
782 msgstr ""
958 msgstr ""
783
959
784 #: rhodecode/controllers/admin/repos.py:720
960 #: rhodecode/controllers/admin/repos.py:720
785 #: rhodecode/controllers/admin/settings.py:361
961 #: rhodecode/controllers/admin/settings.py:362
786 msgid "Removed issue tracker entry"
962 msgid "Removed issue tracker entry"
787 msgstr ""
963 msgstr ""
788
964
789 #: rhodecode/controllers/admin/repos.py:750
965 #: rhodecode/controllers/admin/repos.py:750
790 #: rhodecode/controllers/admin/settings.py:406
966 #: rhodecode/controllers/admin/settings.py:408
791 msgid "Updated issue tracker entries"
967 msgid "Updated issue tracker entries"
792 msgstr ""
968 msgstr ""
793
969
794 #: rhodecode/controllers/admin/repos.py:809
970 #: rhodecode/controllers/admin/repos.py:809
795 #: rhodecode/controllers/admin/settings.py:140
971 #: rhodecode/controllers/admin/settings.py:141
796 #: rhodecode/controllers/admin/settings.py:686
972 #: rhodecode/controllers/admin/settings.py:718
797 msgid "Some form inputs contain invalid data."
973 msgid "Some form inputs contain invalid data."
798 msgstr ""
974 msgstr ""
799
975
800 #: rhodecode/controllers/admin/repos.py:827
976 #: rhodecode/controllers/admin/repos.py:827
801 msgid "Error occurred during updating repository VCS settings"
977 msgid "Error occurred during updating repository VCS settings"
802 msgstr ""
978 msgstr ""
803
979
804 #: rhodecode/controllers/admin/repos.py:831
980 #: rhodecode/controllers/admin/repos.py:831
805 #: rhodecode/controllers/admin/settings.py:166
981 #: rhodecode/controllers/admin/settings.py:167
806 msgid "Updated VCS settings"
982 msgid "Updated VCS settings"
807 msgstr ""
983 msgstr ""
808
984
809 #: rhodecode/controllers/admin/settings.py:162
985 #: rhodecode/controllers/admin/settings.py:163
810 #: rhodecode/controllers/admin/settings.py:265
986 #: rhodecode/controllers/admin/settings.py:266
811 msgid "Error occurred during updating application settings"
987 msgid "Error occurred during updating application settings"
812 msgstr ""
988 msgstr ""
813
989
814 #: rhodecode/controllers/admin/settings.py:209
990 #: rhodecode/controllers/admin/settings.py:210
815 #, python-format
991 #, python-format
816 msgid "Repositories successfully rescanned added: %s ; removed: %s"
992 msgid "Repositories successfully rescanned added: %s ; removed: %s"
817 msgstr ""
993 msgstr ""
818
994
819 #: rhodecode/controllers/admin/settings.py:260
995 #: rhodecode/controllers/admin/settings.py:262
820 msgid "Updated application settings"
996 msgid "Updated application settings"
821 msgstr ""
997 msgstr ""
822
998
823 #: rhodecode/controllers/admin/settings.py:325
999 #: rhodecode/controllers/admin/settings.py:326
824 msgid "Updated visualisation settings"
1000 msgid "Updated visualisation settings"
825 msgstr ""
1001 msgstr ""
826
1002
827 #: rhodecode/controllers/admin/settings.py:328
1003 #: rhodecode/controllers/admin/settings.py:329
828 msgid "Error occurred during updating visualisation settings"
1004 msgid "Error occurred during updating visualisation settings"
829 msgstr ""
1005 msgstr ""
830
1006
831 #: rhodecode/controllers/admin/settings.py:419
1007 #: rhodecode/controllers/admin/settings.py:421
832 msgid "Please enter email address"
1008 msgid "Please enter email address"
833 msgstr ""
1009 msgstr ""
834
1010
835 #: rhodecode/controllers/admin/settings.py:437
1011 #: rhodecode/controllers/admin/settings.py:439
836 msgid "Send email task created"
1012 msgid "Send email task created"
837 msgstr ""
1013 msgstr ""
838
1014
839 #: rhodecode/controllers/admin/settings.py:470
1015 #: rhodecode/controllers/admin/settings.py:472
840 msgid "Added new hook"
1016 msgid "Added new hook"
841 msgstr ""
1017 msgstr ""
842
1018
843 #: rhodecode/controllers/admin/settings.py:485
1019 #: rhodecode/controllers/admin/settings.py:487
844 msgid "Updated hooks"
1020 msgid "Updated hooks"
845 msgstr ""
1021 msgstr ""
846
1022
847 #: rhodecode/controllers/admin/settings.py:489
1023 #: rhodecode/controllers/admin/settings.py:491
848 msgid "Error occurred during hook creation"
1024 msgid "Error occurred during hook creation"
849 msgstr ""
1025 msgstr ""
850
1026
851 #: rhodecode/controllers/admin/settings.py:536
1027 #: rhodecode/controllers/admin/settings.py:539
852 #, python-format
1028 #, python-format
853 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1029 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
854 msgstr ""
1030 msgstr ""
855
1031
856 #: rhodecode/controllers/admin/settings.py:540
1032 #: rhodecode/controllers/admin/settings.py:543
857 #, python-format
1033 #, python-format
858 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1034 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
859 msgstr ""
1035 msgstr ""
860
1036
861 #: rhodecode/controllers/admin/settings.py:707
1037 #: rhodecode/controllers/admin/settings.py:739
862 msgid "Error occurred during updating labs settings"
1038 msgid "Error occurred during updating labs settings"
863 msgstr ""
1039 msgstr ""
864
1040
865 #: rhodecode/controllers/admin/settings.py:711
1041 #: rhodecode/controllers/admin/settings.py:744
866 msgid "Updated Labs settings"
1042 msgid "Updated Labs settings"
867 msgstr ""
1043 msgstr ""
868
1044
869 #: rhodecode/controllers/admin/settings.py:775
1045 #: rhodecode/controllers/admin/settings.py:794
870 msgid "Mercurial server-side merge"
1046 msgid "Mercurial server-side merge"
871 msgstr ""
1047 msgstr ""
872
1048
873 #: rhodecode/controllers/admin/settings.py:776
1049 #: rhodecode/controllers/admin/settings.py:795
874 msgid "Use rebase instead of creating a merge commit when merging via web interface"
1050 msgid "Use rebase instead of creating a merge commit when merging via web interface"
875 msgstr ""
1051 msgstr ""
876
1052
877 #: rhodecode/controllers/admin/settings.py:782
1053 #: rhodecode/controllers/admin/settings.py:801
878 msgid "Subversion HTTP Support"
1054 msgid "Subversion HTTP Support"
879 msgstr ""
1055 msgstr ""
880
1056
881 #: rhodecode/controllers/admin/settings.py:783
1057 #: rhodecode/controllers/admin/settings.py:802
882 msgid "Proxy subversion HTTP requests"
1058 msgid "Proxy subversion HTTP requests"
883 msgstr ""
1059 msgstr ""
884
1060
885 #: rhodecode/controllers/admin/settings.py:789
1061 #: rhodecode/controllers/admin/settings.py:808
886 msgid "Subversion HTTP Server URL"
1062 msgid "Subversion HTTP Server URL"
887 msgstr ""
1063 msgstr ""
888
1064
889 #: rhodecode/controllers/admin/settings.py:791
1065 #: rhodecode/controllers/admin/settings.py:810
890 msgid "e.g. http://localhost:8080/"
1066 msgid "e.g. http://localhost:8080/"
891 msgstr ""
1067 msgstr ""
892
1068
893 #: rhodecode/controllers/admin/settings.py:826
1069 #: rhodecode/controllers/admin/settings.py:845
894 #: rhodecode/templates/admin/repos/repo_edit.html:48
1070 #: rhodecode/templates/admin/repos/repo_edit.html:48
895 msgid "VCS"
1071 msgid "VCS"
896 msgstr ""
1072 msgstr ""
897
1073
898 #: rhodecode/controllers/admin/settings.py:827
1074 #: rhodecode/controllers/admin/settings.py:846
899 msgid "Visual"
1075 msgid "Visual"
900 msgstr ""
1076 msgstr ""
901
1077
902 #: rhodecode/controllers/admin/settings.py:828
1078 #: rhodecode/controllers/admin/settings.py:847
903 msgid "Remap and Rescan"
1079 msgid "Remap and Rescan"
904 msgstr ""
1080 msgstr ""
905
1081
906 #: rhodecode/controllers/admin/settings.py:830
1082 #: rhodecode/controllers/admin/settings.py:849
907 #: rhodecode/templates/admin/repos/repo_edit.html:54
1083 #: rhodecode/templates/admin/repos/repo_edit.html:54
908 msgid "Issue Tracker"
1084 msgid "Issue Tracker"
909 msgstr ""
1085 msgstr ""
910
1086
911 #: rhodecode/controllers/admin/settings.py:832
1087 #: rhodecode/controllers/admin/settings.py:851
912 #: rhodecode/templates/register.html:51
1088 #: rhodecode/templates/register.html:76
913 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
1089 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
914 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
1090 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
915 #: rhodecode/templates/admin/users/user_add.html:86
1091 #: rhodecode/templates/admin/users/user_add.html:86
916 #: rhodecode/templates/admin/users/user_edit_profile.html:65
1092 #: rhodecode/templates/admin/users/user_edit_profile.html:65
917 #: rhodecode/templates/admin/users/users.html:91
1093 #: rhodecode/templates/admin/users/users.html:91
918 #: rhodecode/templates/users/user_profile.html:51
1094 #: rhodecode/templates/users/user_profile.html:51
919 msgid "Email"
1095 msgid "Email"
920 msgstr ""
1096 msgstr ""
921
1097
922 #: rhodecode/controllers/admin/settings.py:833
1098 #: rhodecode/controllers/admin/settings.py:852
923 msgid "Hooks"
1099 msgid "Hooks"
924 msgstr ""
1100 msgstr ""
925
1101
926 #: rhodecode/controllers/admin/settings.py:834
1102 #: rhodecode/controllers/admin/settings.py:853
927 msgid "Full Text Search"
1103 msgid "Full Text Search"
928 msgstr ""
1104 msgstr ""
929
1105
930 #: rhodecode/controllers/admin/settings.py:836
1106 #: rhodecode/controllers/admin/settings.py:855
931 #: rhodecode/templates/admin/settings/settings_system.html:47
1107 #: rhodecode/templates/admin/settings/settings_system.html:47
932 msgid "System Info"
1108 msgid "System Info"
933 msgstr ""
1109 msgstr ""
934
1110
935 #: rhodecode/controllers/admin/settings.py:838
1111 #: rhodecode/controllers/admin/settings.py:857
936 msgid "Open Source Licenses"
1112 msgid "Open Source Licenses"
937 msgstr ""
1113 msgstr ""
938
1114
939 #: rhodecode/controllers/admin/settings.py:856
1115 #: rhodecode/controllers/admin/settings.py:875
940 msgid "Labs"
1116 msgid "Labs"
941 msgstr ""
1117 msgstr ""
942
1118
943 #: rhodecode/controllers/admin/user_groups.py:167
1119 #: rhodecode/controllers/admin/user_groups.py:168
944 #, python-format
1120 #, python-format
945 msgid "Created user group %(user_group_link)s"
1121 msgid "Created user group %(user_group_link)s"
946 msgstr ""
1122 msgstr ""
947
1123
948 #: rhodecode/controllers/admin/user_groups.py:181
1124 #: rhodecode/controllers/admin/user_groups.py:182
949 #, python-format
1125 #, python-format
950 msgid "Error occurred during creation of user group %s"
1126 msgid "Error occurred during creation of user group %s"
951 msgstr ""
1127 msgstr ""
952
1128
953 #: rhodecode/controllers/admin/user_groups.py:221
1129 #: rhodecode/controllers/admin/user_groups.py:223
954 #, python-format
1130 #, python-format
955 msgid "Updated user group %s"
1131 msgid "Updated user group %s"
956 msgstr ""
1132 msgstr ""
957
1133
958 #: rhodecode/controllers/admin/user_groups.py:236
1134 #: rhodecode/controllers/admin/user_groups.py:238
959 #, python-format
1135 #, python-format
960 msgid "Error occurred during update of user group %s"
1136 msgid "Error occurred during update of user group %s"
961 msgstr ""
1137 msgstr ""
962
1138
963 #: rhodecode/controllers/admin/user_groups.py:258
1139 #: rhodecode/controllers/admin/user_groups.py:260
964 msgid "Successfully deleted user group"
1140 msgid "Successfully deleted user group"
965 msgstr ""
1141 msgstr ""
966
1142
967 #: rhodecode/controllers/admin/user_groups.py:263
1143 #: rhodecode/controllers/admin/user_groups.py:265
968 msgid "An error occurred during deletion of user group"
1144 msgid "An error occurred during deletion of user group"
969 msgstr ""
1145 msgstr ""
970
1146
971 #: rhodecode/controllers/admin/user_groups.py:331
1147 #: rhodecode/controllers/admin/user_groups.py:333
972 msgid "Target group cannot be the same"
1148 msgid "Target group cannot be the same"
973 msgstr ""
1149 msgstr ""
974
1150
975 #: rhodecode/controllers/admin/user_groups.py:337
1151 #: rhodecode/controllers/admin/user_groups.py:339
976 msgid "User Group permissions updated"
1152 msgid "User Group permissions updated"
977 msgstr ""
1153 msgstr ""
978
1154
979 #: rhodecode/controllers/admin/user_groups.py:422
1155 #: rhodecode/controllers/admin/user_groups.py:424
980 msgid "User Group global permissions updated successfully"
1156 msgid "User Group global permissions updated successfully"
981 msgstr ""
1157 msgstr ""
982
1158
983 #: rhodecode/controllers/admin/user_groups.py:438
1159 #: rhodecode/controllers/admin/user_groups.py:440
984 #: rhodecode/controllers/admin/users.py:564
1160 #: rhodecode/controllers/admin/users.py:566
985 msgid "An error occurred during permissions saving"
1161 msgid "An error occurred during permissions saving"
986 msgstr ""
1162 msgstr ""
987
1163
988 #: rhodecode/controllers/admin/users.py:147
1164 #: rhodecode/controllers/admin/users.py:147
989 #, python-format
1165 #, python-format
990 msgid "Created user %(user_link)s"
1166 msgid "Created user %(user_link)s"
991 msgstr ""
1167 msgstr ""
992
1168
993 #: rhodecode/controllers/admin/users.py:162
1169 #: rhodecode/controllers/admin/users.py:162
994 #, python-format
1170 #, python-format
995 msgid "Error occurred during creation of user %s"
1171 msgid "Error occurred during creation of user %s"
996 msgstr ""
1172 msgstr ""
997
1173
998 #: rhodecode/controllers/admin/users.py:206
1174 #: rhodecode/controllers/admin/users.py:206
999 msgid "User updated successfully"
1175 msgid "User updated successfully"
1000 msgstr ""
1176 msgstr ""
1001
1177
1002 #: rhodecode/controllers/admin/users.py:255
1178 #: rhodecode/controllers/admin/users.py:257
1003 #, python-format
1179 #, python-format
1004 msgid "Detached %s repositories"
1180 msgid "Detached %s repositories"
1005 msgstr ""
1181 msgstr ""
1006
1182
1007 #: rhodecode/controllers/admin/users.py:260
1183 #: rhodecode/controllers/admin/users.py:262
1008 #, python-format
1184 #, python-format
1009 msgid "Deleted %s repositories"
1185 msgid "Deleted %s repositories"
1010 msgstr ""
1186 msgstr ""
1011
1187
1012 #: rhodecode/controllers/admin/users.py:268
1188 #: rhodecode/controllers/admin/users.py:270
1013 #, python-format
1189 #, python-format
1014 msgid "Detached %s repository groups"
1190 msgid "Detached %s repository groups"
1015 msgstr ""
1191 msgstr ""
1016
1192
1017 #: rhodecode/controllers/admin/users.py:273
1193 #: rhodecode/controllers/admin/users.py:275
1018 #, python-format
1194 #, python-format
1019 msgid "Deleted %s repository groups"
1195 msgid "Deleted %s repository groups"
1020 msgstr ""
1196 msgstr ""
1021
1197
1022 #: rhodecode/controllers/admin/users.py:281
1198 #: rhodecode/controllers/admin/users.py:283
1023 #, python-format
1199 #, python-format
1024 msgid "Detached %s user groups"
1200 msgid "Detached %s user groups"
1025 msgstr ""
1201 msgstr ""
1026
1202
1027 #: rhodecode/controllers/admin/users.py:286
1203 #: rhodecode/controllers/admin/users.py:288
1028 #, python-format
1204 #, python-format
1029 msgid "Deleted %s user groups"
1205 msgid "Deleted %s user groups"
1030 msgstr ""
1206 msgstr ""
1031
1207
1032 #: rhodecode/controllers/admin/users.py:297
1208 #: rhodecode/controllers/admin/users.py:299
1033 msgid "Successfully deleted user"
1209 msgid "Successfully deleted user"
1034 msgstr ""
1210 msgstr ""
1035
1211
1036 #: rhodecode/controllers/admin/users.py:303
1212 #: rhodecode/controllers/admin/users.py:305
1037 msgid "An error occurred during deletion of user"
1213 msgid "An error occurred during deletion of user"
1038 msgstr ""
1214 msgstr ""
1039
1215
1040 #: rhodecode/controllers/admin/users.py:322
1041 msgid "Force password change disabled for user"
1042 msgstr ""
1043
1044 #: rhodecode/controllers/admin/users.py:324
1216 #: rhodecode/controllers/admin/users.py:324
1217 msgid "Force password change disabled for user"
1218 msgstr ""
1219
1220 #: rhodecode/controllers/admin/users.py:326
1045 msgid "Force password change enabled for user"
1221 msgid "Force password change enabled for user"
1046 msgstr ""
1222 msgstr ""
1047
1223
1048 #: rhodecode/controllers/admin/users.py:328
1224 #: rhodecode/controllers/admin/users.py:330
1049 msgid "An error occurred during password reset for user"
1225 msgid "An error occurred during password reset for user"
1050 msgstr ""
1226 msgstr ""
1051
1227
1052 #: rhodecode/controllers/admin/users.py:354
1228 #: rhodecode/controllers/admin/users.py:356
1053 #, python-format
1229 #, python-format
1054 msgid "Created repository group `%s`"
1230 msgid "Created repository group `%s`"
1055 msgstr ""
1231 msgstr ""
1056
1232
1057 #: rhodecode/controllers/admin/users.py:358
1233 #: rhodecode/controllers/admin/users.py:360
1058 msgid "An error occurred during repository group creation for user"
1234 msgid "An error occurred during repository group creation for user"
1059 msgstr ""
1235 msgstr ""
1060
1236
1061 #: rhodecode/controllers/admin/users.py:377
1237 #: rhodecode/controllers/admin/users.py:379
1062 #: rhodecode/controllers/admin/users.py:398
1238 #: rhodecode/controllers/admin/users.py:400
1063 #: rhodecode/controllers/admin/users.py:428
1239 #: rhodecode/controllers/admin/users.py:430
1064 #: rhodecode/controllers/admin/users.py:459
1240 #: rhodecode/controllers/admin/users.py:461
1065 #: rhodecode/controllers/admin/users.py:476
1241 #: rhodecode/controllers/admin/users.py:478
1066 #: rhodecode/controllers/admin/users.py:499
1242 #: rhodecode/controllers/admin/users.py:501
1067 #: rhodecode/controllers/admin/users.py:573
1243 #: rhodecode/controllers/admin/users.py:575
1068 #: rhodecode/controllers/admin/users.py:586
1244 #: rhodecode/controllers/admin/users.py:588
1069 #: rhodecode/controllers/admin/users.py:644
1245 #: rhodecode/controllers/admin/users.py:646
1070 msgid "You can't edit this user"
1246 msgid "You can't edit this user"
1071 msgstr ""
1247 msgstr ""
1072
1248
1073 #: rhodecode/controllers/admin/users.py:412
1249 #: rhodecode/controllers/admin/users.py:414
1074 msgid "The user participates as reviewer in pull requests and cannot be deleted. You can set the user to \"inactive\" instead of deleting it."
1250 msgid "The user participates as reviewer in pull requests and cannot be deleted. You can set the user to \"inactive\" instead of deleting it."
1075 msgstr ""
1251 msgstr ""
1076
1252
1077 #: rhodecode/controllers/admin/users.py:548
1253 #: rhodecode/controllers/admin/users.py:550
1078 msgid "User global permissions updated successfully"
1254 msgid "User global permissions updated successfully"
1079 msgstr ""
1255 msgstr ""
1080
1256
1081 #: rhodecode/controllers/admin/users.py:676
1257 #: rhodecode/controllers/admin/users.py:678
1082 #, python-format
1258 #, python-format
1083 msgid "An error occurred during ip saving:%s"
1259 msgid "An error occurred during ip saving:%s"
1084 msgstr ""
1260 msgstr ""
1085
1261
1086 #: rhodecode/controllers/admin/users.py:691
1262 #: rhodecode/controllers/admin/users.py:693
1087 msgid "An error occurred during ip saving"
1263 msgid "An error occurred during ip saving"
1088 msgstr ""
1264 msgstr ""
1089
1265
1090 #: rhodecode/controllers/admin/users.py:695
1266 #: rhodecode/controllers/admin/users.py:697
1091 #, python-format
1267 #, python-format
1092 msgid "Added ips %s to user whitelist"
1268 msgid "Added ips %s to user whitelist"
1093 msgstr ""
1269 msgstr ""
1094
1270
1095 #: rhodecode/controllers/admin/users.py:713
1271 #: rhodecode/controllers/admin/users.py:715
1096 msgid "Removed ip address from user whitelist"
1272 msgid "Removed ip address from user whitelist"
1097 msgstr ""
1273 msgstr ""
1098
1274
1099 #: rhodecode/lib/action_parser.py:89
1275 #: rhodecode/lib/action_parser.py:89
1100 msgid "[deleted] repository"
1276 msgid "[deleted] repository"
1101 msgstr ""
1277 msgstr ""
1102
1278
1103 #: rhodecode/lib/action_parser.py:92 rhodecode/lib/action_parser.py:110
1279 #: rhodecode/lib/action_parser.py:92 rhodecode/lib/action_parser.py:110
1104 msgid "[created] repository"
1280 msgid "[created] repository"
1105 msgstr ""
1281 msgstr ""
1106
1282
1107 #: rhodecode/lib/action_parser.py:95
1283 #: rhodecode/lib/action_parser.py:95
1108 msgid "[created] repository as fork"
1284 msgid "[created] repository as fork"
1109 msgstr ""
1285 msgstr ""
1110
1286
1111 #: rhodecode/lib/action_parser.py:98 rhodecode/lib/action_parser.py:113
1287 #: rhodecode/lib/action_parser.py:98 rhodecode/lib/action_parser.py:113
1112 msgid "[forked] repository"
1288 msgid "[forked] repository"
1113 msgstr ""
1289 msgstr ""
1114
1290
1115 #: rhodecode/lib/action_parser.py:101 rhodecode/lib/action_parser.py:116
1291 #: rhodecode/lib/action_parser.py:101 rhodecode/lib/action_parser.py:116
1116 msgid "[updated] repository"
1292 msgid "[updated] repository"
1117 msgstr ""
1293 msgstr ""
1118
1294
1119 #: rhodecode/lib/action_parser.py:104
1295 #: rhodecode/lib/action_parser.py:104
1120 msgid "[downloaded] archive from repository"
1296 msgid "[downloaded] archive from repository"
1121 msgstr ""
1297 msgstr ""
1122
1298
1123 #: rhodecode/lib/action_parser.py:107
1299 #: rhodecode/lib/action_parser.py:107
1124 msgid "[delete] repository"
1300 msgid "[delete] repository"
1125 msgstr ""
1301 msgstr ""
1126
1302
1127 #: rhodecode/lib/action_parser.py:119
1303 #: rhodecode/lib/action_parser.py:119
1128 msgid "[created] user"
1304 msgid "[created] user"
1129 msgstr ""
1305 msgstr ""
1130
1306
1131 #: rhodecode/lib/action_parser.py:122
1307 #: rhodecode/lib/action_parser.py:122
1132 msgid "[updated] user"
1308 msgid "[updated] user"
1133 msgstr ""
1309 msgstr ""
1134
1310
1135 #: rhodecode/lib/action_parser.py:125
1311 #: rhodecode/lib/action_parser.py:125
1136 msgid "[created] user group"
1312 msgid "[created] user group"
1137 msgstr ""
1313 msgstr ""
1138
1314
1139 #: rhodecode/lib/action_parser.py:128
1315 #: rhodecode/lib/action_parser.py:128
1140 msgid "[updated] user group"
1316 msgid "[updated] user group"
1141 msgstr ""
1317 msgstr ""
1142
1318
1143 #: rhodecode/lib/action_parser.py:131
1319 #: rhodecode/lib/action_parser.py:131
1144 msgid "[commented] on commit in repository"
1320 msgid "[commented] on commit in repository"
1145 msgstr ""
1321 msgstr ""
1146
1322
1147 #: rhodecode/lib/action_parser.py:134
1323 #: rhodecode/lib/action_parser.py:134
1148 msgid "[commented] on pull request for"
1324 msgid "[commented] on pull request for"
1149 msgstr ""
1325 msgstr ""
1150
1326
1151 #: rhodecode/lib/action_parser.py:137
1327 #: rhodecode/lib/action_parser.py:137
1152 msgid "[closed] pull request for"
1328 msgid "[closed] pull request for"
1153 msgstr ""
1329 msgstr ""
1154
1330
1155 #: rhodecode/lib/action_parser.py:140
1331 #: rhodecode/lib/action_parser.py:140
1156 msgid "[merged] pull request for"
1332 msgid "[merged] pull request for"
1157 msgstr ""
1333 msgstr ""
1158
1334
1159 #: rhodecode/lib/action_parser.py:143
1335 #: rhodecode/lib/action_parser.py:143
1160 msgid "[pushed] into"
1336 msgid "[pushed] into"
1161 msgstr ""
1337 msgstr ""
1162
1338
1163 #: rhodecode/lib/action_parser.py:146
1339 #: rhodecode/lib/action_parser.py:146
1164 msgid "[committed via RhodeCode] into repository"
1340 msgid "[committed via RhodeCode] into repository"
1165 msgstr ""
1341 msgstr ""
1166
1342
1167 #: rhodecode/lib/action_parser.py:149
1343 #: rhodecode/lib/action_parser.py:149
1168 msgid "[pulled from remote] into repository"
1344 msgid "[pulled from remote] into repository"
1169 msgstr ""
1345 msgstr ""
1170
1346
1171 #: rhodecode/lib/action_parser.py:152
1347 #: rhodecode/lib/action_parser.py:152
1172 msgid "[pulled] from"
1348 msgid "[pulled] from"
1173 msgstr ""
1349 msgstr ""
1174
1350
1175 #: rhodecode/lib/action_parser.py:155
1351 #: rhodecode/lib/action_parser.py:155
1176 msgid "[started following] repository"
1352 msgid "[started following] repository"
1177 msgstr ""
1353 msgstr ""
1178
1354
1179 #: rhodecode/lib/action_parser.py:158
1355 #: rhodecode/lib/action_parser.py:158
1180 msgid "[stopped following] repository"
1356 msgid "[stopped following] repository"
1181 msgstr ""
1357 msgstr ""
1182
1358
1183 #: rhodecode/lib/action_parser.py:166
1359 #: rhodecode/lib/action_parser.py:166
1184 #, python-format
1360 #, python-format
1185 msgid "fork name %s"
1361 msgid "fork name %s"
1186 msgstr ""
1362 msgstr ""
1187
1363
1188 #: rhodecode/lib/action_parser.py:183
1364 #: rhodecode/lib/action_parser.py:183
1189 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
1365 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
1190 #, python-format
1366 #, python-format
1191 msgid "Pull request #%s"
1367 msgid "Pull request #%s"
1192 msgstr ""
1368 msgstr ""
1193
1369
1194 #: rhodecode/lib/action_parser.py:216
1370 #: rhodecode/lib/action_parser.py:216
1195 #, python-format
1371 #, python-format
1196 msgid "Show all combined commits %s->%s"
1372 msgid "Show all combined commits %s->%s"
1197 msgstr ""
1373 msgstr ""
1198
1374
1199 #: rhodecode/lib/action_parser.py:220
1375 #: rhodecode/lib/action_parser.py:220
1200 msgid "compare view"
1376 msgid "compare view"
1201 msgstr ""
1377 msgstr ""
1202
1378
1203 #: rhodecode/lib/action_parser.py:227
1379 #: rhodecode/lib/action_parser.py:227
1204 #, python-format
1380 #, python-format
1205 msgid " and %(num)s more commits"
1381 msgid " and %(num)s more commits"
1206 msgstr ""
1382 msgstr ""
1207
1383
1208 #: rhodecode/lib/action_parser.py:279
1384 #: rhodecode/lib/action_parser.py:279
1209 #, python-format
1385 #, python-format
1210 msgid "Deleted branch: %s"
1386 msgid "Deleted branch: %s"
1211 msgstr ""
1387 msgstr ""
1212
1388
1213 #: rhodecode/lib/action_parser.py:282
1389 #: rhodecode/lib/action_parser.py:282
1214 #, python-format
1390 #, python-format
1215 msgid "Created tag: %s"
1391 msgid "Created tag: %s"
1216 msgstr ""
1392 msgstr ""
1217
1393
1218 #: rhodecode/lib/action_parser.py:295
1394 #: rhodecode/lib/action_parser.py:295
1219 msgid "Commit not found"
1395 msgid "Commit not found"
1220 msgstr ""
1396 msgstr ""
1221
1397
1222 #: rhodecode/lib/auth.py:1106
1398 #: rhodecode/lib/auth.py:1180
1223 #, python-format
1399 #, python-format
1224 msgid "IP %s not allowed"
1400 msgid "IP %s not allowed"
1225 msgstr ""
1401 msgstr ""
1226
1402
1227 #: rhodecode/lib/auth.py:1180
1403 #: rhodecode/lib/auth.py:1254
1228 msgid "You need to be a registered user to perform this action"
1404 msgid "You need to be a registered user to perform this action"
1229 msgstr ""
1405 msgstr ""
1230
1406
1231 #: rhodecode/lib/auth.py:1227
1407 #: rhodecode/lib/auth.py:1302
1232 #, python-format
1408 #, python-format
1233 msgid "Action not supported for %s."
1409 msgid "Action not supported for %s."
1234 msgstr ""
1410 msgstr ""
1235
1411
1236 #: rhodecode/lib/auth.py:1264
1412 #: rhodecode/lib/auth.py:1339
1237 msgid "You need to be signed in to view this page"
1413 msgid "You need to be signed in to view this page"
1238 msgstr ""
1414 msgstr ""
1239
1415
1240 #: rhodecode/lib/base.py:513
1416 #: rhodecode/lib/base.py:511
1241 #, python-format
1417 #, python-format
1242 msgid "The repository at %(repo_name)s cannot be located."
1418 msgid "The repository at %(repo_name)s cannot be located."
1243 msgstr ""
1419 msgstr ""
1244
1420
1245 #: rhodecode/lib/diffs.py:71
1421 #: rhodecode/lib/diffs.py:71
1246 msgid "Binary file"
1422 msgid "Binary file"
1247 msgstr ""
1423 msgstr ""
1248
1424
1249 #: rhodecode/lib/diffs.py:91
1425 #: rhodecode/lib/diffs.py:91
1250 msgid "Changeset was too big and was cut off, use diff menu to display this diff"
1426 msgid "Changeset was too big and was cut off, use diff menu to display this diff"
1251 msgstr ""
1427 msgstr ""
1252
1428
1253 #: rhodecode/lib/diffs.py:102
1429 #: rhodecode/lib/diffs.py:102
1254 msgid "No changes detected"
1430 msgid "No changes detected"
1255 msgstr ""
1431 msgstr ""
1256
1432
1257 #: rhodecode/lib/helpers.py:1246
1433 #: rhodecode/lib/helpers.py:1434
1258 #, python-format
1434 #, python-format
1259 msgid " and %s more"
1435 msgid " and %s more"
1260 msgstr ""
1436 msgstr ""
1261
1437
1262 #: rhodecode/lib/helpers.py:1250
1438 #: rhodecode/lib/helpers.py:1438
1263 msgid "No Files"
1439 msgid "No Files"
1264 msgstr ""
1440 msgstr ""
1265
1441
1266 #: rhodecode/lib/helpers.py:1323
1442 #: rhodecode/lib/helpers.py:1511
1267 msgid "new file"
1443 msgid "new file"
1268 msgstr ""
1444 msgstr ""
1269
1445
1270 #: rhodecode/lib/helpers.py:1326
1446 #: rhodecode/lib/helpers.py:1514
1271 msgid "mod"
1447 msgid "mod"
1272 msgstr ""
1448 msgstr ""
1273
1449
1274 #: rhodecode/lib/helpers.py:1329
1450 #: rhodecode/lib/helpers.py:1517
1275 msgid "del"
1451 msgid "del"
1276 msgstr ""
1452 msgstr ""
1277
1453
1278 #: rhodecode/lib/helpers.py:1332
1454 #: rhodecode/lib/helpers.py:1520
1279 msgid "rename"
1455 msgid "rename"
1280 msgstr ""
1456 msgstr ""
1281
1457
1282 #: rhodecode/lib/helpers.py:1337
1458 #: rhodecode/lib/helpers.py:1525
1283 msgid "chmod"
1459 msgid "chmod"
1284 msgstr ""
1460 msgstr ""
1285
1461
1286 #: rhodecode/lib/helpers.py:1579
1462 #: rhodecode/lib/helpers.py:1767
1287 msgid ""
1463 msgid ""
1288 "Example filter terms:\n"
1464 "Example filter terms:\n"
1289 " repository:vcs\n"
1465 " repository:vcs\n"
1290 " username:marcin\n"
1466 " username:marcin\n"
1291 " action:*push*\n"
1467 " action:*push*\n"
1292 " ip:127.0.0.1\n"
1468 " ip:127.0.0.1\n"
1293 " date:20120101\n"
1469 " date:20120101\n"
1294 " date:[20120101100000 TO 20120102]\n"
1470 " date:[20120101100000 TO 20120102]\n"
1295 "\n"
1471 "\n"
1296 "Generate wildcards using '*' character:\n"
1472 "Generate wildcards using '*' character:\n"
1297 " \"repository:vcs*\" - search everything starting with 'vcs'\n"
1473 " \"repository:vcs*\" - search everything starting with 'vcs'\n"
1298 " \"repository:*vcs*\" - search for repository containing 'vcs'\n"
1474 " \"repository:*vcs*\" - search for repository containing 'vcs'\n"
1299 "\n"
1475 "\n"
1300 "Optional AND / OR operators in queries\n"
1476 "Optional AND / OR operators in queries\n"
1301 " \"repository:vcs OR repository:test\"\n"
1477 " \"repository:vcs OR repository:test\"\n"
1302 " \"username:test AND repository:test*\"\n"
1478 " \"username:test AND repository:test*\"\n"
1303 msgstr ""
1479 msgstr ""
1304
1480
1305 #: rhodecode/lib/helpers.py:1599
1481 #: rhodecode/lib/helpers.py:1787
1306 #, python-format
1482 #, python-format
1307 msgid "%s repository is not mapped to db perhaps it was created or renamed from the filesystem please run the application again in order to rescan repositories"
1483 msgid "%s repository is not mapped to db perhaps it was created or renamed from the filesystem please run the application again in order to rescan repositories"
1308 msgstr ""
1484 msgstr ""
1309
1485
1310 #: rhodecode/lib/utils2.py:446
1486 #: rhodecode/lib/utils2.py:453
1311 #, python-format
1487 #, python-format
1312 msgid "%d year"
1488 msgid "%d year"
1313 msgid_plural "%d years"
1489 msgid_plural "%d years"
1314 msgstr[0] ""
1490 msgstr[0] ""
1315 msgstr[1] ""
1491 msgstr[1] ""
1316
1492
1317 #: rhodecode/lib/utils2.py:447
1493 #: rhodecode/lib/utils2.py:454
1318 #, python-format
1494 #, python-format
1319 msgid "%d month"
1495 msgid "%d month"
1320 msgid_plural "%d months"
1496 msgid_plural "%d months"
1321 msgstr[0] ""
1497 msgstr[0] ""
1322 msgstr[1] ""
1498 msgstr[1] ""
1323
1499
1324 #: rhodecode/lib/utils2.py:448
1500 #: rhodecode/lib/utils2.py:455
1325 #, python-format
1501 #, python-format
1326 msgid "%d day"
1502 msgid "%d day"
1327 msgid_plural "%d days"
1503 msgid_plural "%d days"
1328 msgstr[0] ""
1504 msgstr[0] ""
1329 msgstr[1] ""
1505 msgstr[1] ""
1330
1506
1331 #: rhodecode/lib/utils2.py:449
1507 #: rhodecode/lib/utils2.py:456
1332 #, python-format
1508 #, python-format
1333 msgid "%d hour"
1509 msgid "%d hour"
1334 msgid_plural "%d hours"
1510 msgid_plural "%d hours"
1335 msgstr[0] ""
1511 msgstr[0] ""
1336 msgstr[1] ""
1512 msgstr[1] ""
1337
1513
1338 #: rhodecode/lib/utils2.py:450
1514 #: rhodecode/lib/utils2.py:457
1339 #, python-format
1515 #, python-format
1340 msgid "%d minute"
1516 msgid "%d minute"
1341 msgid_plural "%d minutes"
1517 msgid_plural "%d minutes"
1342 msgstr[0] ""
1518 msgstr[0] ""
1343 msgstr[1] ""
1519 msgstr[1] ""
1344
1520
1345 #: rhodecode/lib/utils2.py:451
1521 #: rhodecode/lib/utils2.py:458
1346 #, python-format
1522 #, python-format
1347 msgid "%d second"
1523 msgid "%d second"
1348 msgid_plural "%d seconds"
1524 msgid_plural "%d seconds"
1349 msgstr[0] ""
1525 msgstr[0] ""
1350 msgstr[1] ""
1526 msgstr[1] ""
1351
1527
1352 #: rhodecode/lib/utils2.py:469
1528 #: rhodecode/lib/utils2.py:476
1353 #, python-format
1529 #, python-format
1354 msgid "in %s"
1530 msgid "in %s"
1355 msgstr ""
1531 msgstr ""
1356
1532
1357 #: rhodecode/lib/utils2.py:475
1533 #: rhodecode/lib/utils2.py:482
1358 #, python-format
1534 #, python-format
1359 msgid "%s ago"
1535 msgid "%s ago"
1360 msgstr ""
1536 msgstr ""
1361
1537
1362 #: rhodecode/lib/utils2.py:485
1538 #: rhodecode/lib/utils2.py:492
1363 #, python-format
1539 #, python-format
1364 msgid "%s, %s ago"
1540 msgid "%s, %s ago"
1365 msgstr ""
1541 msgstr ""
1366
1542
1367 #: rhodecode/lib/utils2.py:487
1543 #: rhodecode/lib/utils2.py:494
1368 #, python-format
1544 #, python-format
1369 msgid "in %s, %s"
1545 msgid "in %s, %s"
1370 msgstr ""
1546 msgstr ""
1371
1547
1372 #: rhodecode/lib/utils2.py:489
1548 #: rhodecode/lib/utils2.py:496
1373 #, python-format
1549 #, python-format
1374 msgid "%s and %s"
1550 msgid "%s and %s"
1375 msgstr ""
1551 msgstr ""
1376
1552
1377 #: rhodecode/lib/utils2.py:491
1553 #: rhodecode/lib/utils2.py:498
1378 #, python-format
1554 #, python-format
1379 msgid "%s and %s ago"
1555 msgid "%s and %s ago"
1380 msgstr ""
1556 msgstr ""
1381
1557
1382 #: rhodecode/lib/utils2.py:493
1558 #: rhodecode/lib/utils2.py:500
1383 #, python-format
1559 #, python-format
1384 msgid "in %s and %s"
1560 msgid "in %s and %s"
1385 msgstr ""
1561 msgstr ""
1386
1562
1387 #: rhodecode/lib/utils2.py:497
1563 #: rhodecode/lib/utils2.py:504
1388 msgid "just now"
1564 msgid "just now"
1389 msgstr ""
1565 msgstr ""
1390
1566
1391 #: rhodecode/lib/auth_modules/__init__.py:690
1392 msgid "This provider is currently disabled"
1393 msgstr ""
1394
1395 #: rhodecode/lib/auth_modules/__init__.py:708
1396 msgid "Your external identity is now connected with your account"
1397 msgstr ""
1398
1399 #: rhodecode/lib/auth_modules/__init__.py:712
1400 msgid "No external user id found? Perhaps permissionsfor authentication are set incorrectly"
1401 msgstr ""
1402
1403 #: rhodecode/lib/auth_modules/auth_crowd.py:60
1404 msgid "The FQDN or IP of the Atlassian CROWD Server"
1405 msgstr ""
1406
1407 #: rhodecode/lib/auth_modules/auth_crowd.py:61
1408 msgid "Host"
1409 msgstr ""
1410
1411 #: rhodecode/lib/auth_modules/auth_crowd.py:66
1412 msgid "The Port in use by the Atlassian CROWD Server"
1413 msgstr ""
1414
1415 #: rhodecode/lib/auth_modules/auth_crowd.py:67
1416 #: rhodecode/lib/auth_modules/auth_ldap.py:81
1417 msgid "Port"
1418 msgstr ""
1419
1420 #: rhodecode/lib/auth_modules/auth_crowd.py:73
1421 msgid "The Application Name to authenticate to CROWD"
1422 msgstr ""
1423
1424 #: rhodecode/lib/auth_modules/auth_crowd.py:74
1425 msgid "Application Name"
1426 msgstr ""
1427
1428 #: rhodecode/lib/auth_modules/auth_crowd.py:79
1429 msgid "The password to authenticate to CROWD"
1430 msgstr ""
1431
1432 #: rhodecode/lib/auth_modules/auth_crowd.py:80
1433 msgid "Application Password"
1434 msgstr ""
1435
1436 #: rhodecode/lib/auth_modules/auth_crowd.py:85
1437 msgid "A comma separated list of group names that identify users as RhodeCode Administrators"
1438 msgstr ""
1439
1440 #: rhodecode/lib/auth_modules/auth_crowd.py:88
1441 msgid "Admin Groups"
1442 msgstr ""
1443
1444 #: rhodecode/lib/auth_modules/auth_crowd.py:208
1445 msgid "CROWD"
1446 msgstr ""
1447
1448 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:63
1449 msgid "The url of the Jasig CAS REST service"
1450 msgstr ""
1451
1452 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:64
1453 #: rhodecode/templates/admin/gists/show.html:21
1454 msgid "URL"
1455 msgstr ""
1456
1457 #: rhodecode/lib/auth_modules/auth_jasig_cas.py:90
1458 msgid "Jasig-CAS"
1459 msgstr ""
1460
1461 #: rhodecode/lib/auth_modules/auth_ldap.py:74
1462 msgid "Host of the LDAP Server"
1463 msgstr ""
1464
1465 #: rhodecode/lib/auth_modules/auth_ldap.py:75
1466 msgid "LDAP Host"
1467 msgstr ""
1468
1469 #: rhodecode/lib/auth_modules/auth_ldap.py:80
1470 msgid "Port that the LDAP server is listening on"
1471 msgstr ""
1472
1473 #: rhodecode/lib/auth_modules/auth_ldap.py:87
1474 msgid "User to connect to LDAP"
1475 msgstr ""
1476
1477 #: rhodecode/lib/auth_modules/auth_ldap.py:89
1478 msgid "Account"
1479 msgstr ""
1480
1481 #: rhodecode/lib/auth_modules/auth_ldap.py:94
1482 msgid "Password to connect to LDAP"
1483 msgstr ""
1484
1485 #: rhodecode/lib/auth_modules/auth_ldap.py:96 rhodecode/templates/login.html:45
1486 #: rhodecode/templates/register.html:43
1487 #: rhodecode/templates/admin/my_account/my_account.html:30
1488 #: rhodecode/templates/admin/users/user_add.html:44
1489 #: rhodecode/templates/base/base.html:312
1490 #: rhodecode/templates/debug_style/login.html:45
1491 msgid "Password"
1492 msgstr ""
1493
1494 #: rhodecode/lib/auth_modules/auth_ldap.py:101
1495 msgid "TLS Type"
1496 msgstr ""
1497
1498 #: rhodecode/lib/auth_modules/auth_ldap.py:102
1499 msgid "Connection Security"
1500 msgstr ""
1501
1502 #: rhodecode/lib/auth_modules/auth_ldap.py:108
1503 msgid "Require Cert over TLS?"
1504 msgstr ""
1505
1506 #: rhodecode/lib/auth_modules/auth_ldap.py:109
1507 msgid "Certificate Checks"
1508 msgstr ""
1509
1510 #: rhodecode/lib/auth_modules/auth_ldap.py:115
1511 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
1512 msgstr ""
1513
1514 #: rhodecode/lib/auth_modules/auth_ldap.py:117
1515 msgid "Base DN"
1516 msgstr ""
1517
1518 #: rhodecode/lib/auth_modules/auth_ldap.py:122
1519 msgid "Filter to narrow results (e.g., ou=Users, etc)"
1520 msgstr ""
1521
1522 #: rhodecode/lib/auth_modules/auth_ldap.py:124
1523 msgid "LDAP Search Filter"
1524 msgstr ""
1525
1526 #: rhodecode/lib/auth_modules/auth_ldap.py:129
1527 msgid "How deep to search LDAP"
1528 msgstr ""
1529
1530 #: rhodecode/lib/auth_modules/auth_ldap.py:130
1531 msgid "LDAP Search Scope"
1532 msgstr ""
1533
1534 #: rhodecode/lib/auth_modules/auth_ldap.py:136
1535 msgid "LDAP Attribute to map to user name"
1536 msgstr ""
1537
1538 #: rhodecode/lib/auth_modules/auth_ldap.py:137
1539 msgid "Login Attribute"
1540 msgstr ""
1541
1542 #: rhodecode/lib/auth_modules/auth_ldap.py:138
1543 msgid "The LDAP Login attribute of the CN must be specified"
1544 msgstr ""
1545
1546 #: rhodecode/lib/auth_modules/auth_ldap.py:143
1547 msgid "LDAP Attribute to map to first name"
1548 msgstr ""
1549
1550 #: rhodecode/lib/auth_modules/auth_ldap.py:145
1551 msgid "First Name Attribute"
1552 msgstr ""
1553
1554 #: rhodecode/lib/auth_modules/auth_ldap.py:150
1555 msgid "LDAP Attribute to map to last name"
1556 msgstr ""
1557
1558 #: rhodecode/lib/auth_modules/auth_ldap.py:152
1559 msgid "Last Name Attribute"
1560 msgstr ""
1561
1562 #: rhodecode/lib/auth_modules/auth_ldap.py:157
1563 msgid "LDAP Attribute to map to email address"
1564 msgstr ""
1565
1566 #: rhodecode/lib/auth_modules/auth_ldap.py:159
1567 msgid "Email Attribute"
1568 msgstr ""
1569
1570 #: rhodecode/lib/auth_modules/auth_ldap.py:335
1571 msgid "LDAP"
1572 msgstr ""
1573
1574 #: rhodecode/lib/auth_modules/auth_pam.py:60
1575 msgid "PAM service name to use for authentication."
1576 msgstr ""
1577
1578 #: rhodecode/lib/auth_modules/auth_pam.py:61
1579 msgid "PAM service name"
1580 msgstr ""
1581
1582 #: rhodecode/lib/auth_modules/auth_pam.py:66
1583 msgid "Regular expression for extracting user name/email etc. from Unix userinfo."
1584 msgstr ""
1585
1586 #: rhodecode/lib/auth_modules/auth_pam.py:68
1587 msgid "Gecos Regex"
1588 msgstr ""
1589
1590 #: rhodecode/lib/auth_modules/auth_pam.py:94
1591 msgid "PAM"
1592 msgstr ""
1593
1594 #: rhodecode/lib/auth_modules/auth_rhodecode.py:66
1595 msgid "Rhodecode"
1596 msgstr ""
1597
1598 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1567 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1599 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1568 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1600 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
1569 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
1601 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:684
1570 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:684
1602 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:657
1571 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:657
1603 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:659
1572 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:659
1604 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:682
1573 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:682
1605 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1574 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1606 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1575 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1607 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1576 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1608 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1577 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1609 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1578 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1610 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1579 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1611 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1580 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
1612 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1581 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
1613 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1582 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
1614 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1583 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
1615 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1584 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
1616 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1585 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
1617 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1586 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
1618 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1587 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
1619 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1588 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1620 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2243
1589 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2291
1621 msgid "Repository no access"
1590 msgid "Repository no access"
1622 msgstr ""
1591 msgstr ""
1623
1592
1624 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:571
1593 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:571
1625 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:583
1594 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:583
1626 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:600
1595 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:600
1627 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:685
1596 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:685
1628 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:658
1597 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:658
1629 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:660
1598 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:660
1630 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:683
1599 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:683
1631 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1600 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1632 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1601 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1633 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1602 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1634 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1603 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:734
1635 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1604 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:737
1636 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1605 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:739
1637 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1606 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:739
1638 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1607 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:766
1639 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1608 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:776
1640 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1609 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:819
1641 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1610 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:818
1642 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1611 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:819
1643 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1612 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:819
1644 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1613 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:825
1645 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1614 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1646 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2244
1615 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972 rhodecode/model/db.py:2292
1647 msgid "Repository read access"
1616 msgid "Repository read access"
1648 msgstr ""
1617 msgstr ""
1649
1618
1650 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:572
1619 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:572
1651 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:584
1620 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:584
1652 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:601
1621 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:601
1653 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:686
1622 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:686
1654 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:659
1623 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:659
1655 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:661
1624 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:661
1656 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:684
1625 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:684
1657 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1626 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1658 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1627 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1659 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1628 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1660 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:737
1629 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1661 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:740
1630 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1662 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:742
1631 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1663 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:742
1632 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1664 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:769
1633 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1665 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:779
1634 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1666 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:822
1635 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1667 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:821
1636 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1668 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:822
1637 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1669 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:822
1638 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1670 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:828
1639 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1671 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:950
1640 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1672 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:975 rhodecode/model/db.py:2245
1641 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2293
1673 msgid "Repository write access"
1642 msgid "Repository write access"
1674 msgstr ""
1643 msgstr ""
1675
1644
1676 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:573
1645 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:573
1677 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:585
1646 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:585
1678 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:602
1647 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:602
1679 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:687
1648 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:687
1680 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:660
1649 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:660
1681 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:662
1650 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:662
1682 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:685
1651 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:685
1683 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1652 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1684 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1653 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1685 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1654 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1686 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1655 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1687 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1656 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1688 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1657 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1689 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
1658 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1690 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
1659 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1691 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
1660 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1692 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
1661 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1693 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
1662 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1694 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
1663 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1695 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
1664 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1696 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
1665 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1697 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
1666 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1698 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2246
1667 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2294
1699 msgid "Repository admin access"
1668 msgid "Repository admin access"
1700 msgstr ""
1669 msgstr ""
1701
1670
1702 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:575
1671 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:575
1703 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:587
1672 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:587
1704 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:604
1673 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:604
1705 msgid "Repositories Group no access"
1674 msgid "Repositories Group no access"
1706 msgstr ""
1675 msgstr ""
1707
1676
1708 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:576
1677 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:576
1709 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:588
1678 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:588
1710 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:605
1679 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:605
1711 msgid "Repositories Group read access"
1680 msgid "Repositories Group read access"
1712 msgstr ""
1681 msgstr ""
1713
1682
1714 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:577
1683 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:577
1715 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:589
1684 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:589
1716 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:606
1685 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:606
1717 msgid "Repositories Group write access"
1686 msgid "Repositories Group write access"
1718 msgstr ""
1687 msgstr ""
1719
1688
1720 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:578
1689 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:578
1721 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:590
1690 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:590
1722 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:607
1691 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:607
1723 msgid "Repositories Group admin access"
1692 msgid "Repositories Group admin access"
1724 msgstr ""
1693 msgstr ""
1725
1694
1726 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:580
1695 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:580
1727 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:592
1696 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:592
1728 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:609
1697 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:609
1729 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:694
1698 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:694
1730 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:655
1699 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:655
1731 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:657
1700 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:657
1732 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:680
1701 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:680
1733 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1702 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1734 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1703 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1735 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1704 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1736 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1705 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:731
1737 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1706 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:734
1738 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1707 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:736
1739 msgid "RhodeCode Administrator"
1708 msgid "RhodeCode Administrator"
1740 msgstr ""
1709 msgstr ""
1741
1710
1742 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:581
1711 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:581
1743 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:593
1712 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:593
1744 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:610
1713 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:610
1745 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:695
1714 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:695
1746 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:678
1715 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:678
1747 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:680
1716 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:680
1748 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:703
1717 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:703
1749 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1718 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1750 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1719 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1751 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1720 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1752 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
1721 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
1753 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
1722 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
1754 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
1723 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
1755 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
1724 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
1756 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
1725 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
1757 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
1726 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
1758 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
1727 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
1759 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
1728 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
1760 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
1729 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
1761 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
1730 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
1762 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
1731 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
1763 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
1732 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1764 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2264
1733 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2312
1765 msgid "Repository creation disabled"
1734 msgid "Repository creation disabled"
1766 msgstr ""
1735 msgstr ""
1767
1736
1768 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:582
1737 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:582
1769 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:594
1738 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:594
1770 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:611
1739 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:611
1771 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:696
1740 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:696
1772 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:679
1741 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:679
1773 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:681
1742 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:681
1774 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:704
1743 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:704
1775 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1744 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1776 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1745 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1777 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1746 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1778 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
1747 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:755
1779 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
1748 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:758
1780 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
1749 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:760
1781 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
1750 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:760
1782 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
1751 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:787
1783 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
1752 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:797
1784 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
1753 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:840
1785 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
1754 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:839
1786 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
1755 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:840
1787 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
1756 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:840
1788 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
1757 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:846
1789 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
1758 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1790 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2265
1759 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993 rhodecode/model/db.py:2313
1791 msgid "Repository creation enabled"
1760 msgid "Repository creation enabled"
1792 msgstr ""
1761 msgstr ""
1793
1762
1794 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:583
1763 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:583
1795 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:595
1764 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:595
1796 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:612
1765 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:612
1797 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:697
1766 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:697
1798 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:681
1767 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:681
1799 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:683
1768 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:683
1800 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:706
1769 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:706
1801 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1770 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1802 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1771 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1803 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1772 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1804 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:761
1773 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
1805 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:764
1774 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
1806 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:766
1775 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
1807 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:766
1776 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
1808 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:793
1777 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
1809 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:803
1778 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
1810 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:846
1779 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
1811 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:845
1780 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
1812 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:846
1781 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
1813 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:846
1782 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
1814 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:852
1783 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
1815 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:974
1784 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
1816 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:999 rhodecode/model/db.py:2269
1785 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2317
1817 msgid "Repository forking disabled"
1786 msgid "Repository forking disabled"
1818 msgstr ""
1787 msgstr ""
1819
1788
1820 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:584
1789 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:584
1821 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:596
1790 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:596
1822 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:613
1791 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:613
1823 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:698
1792 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:698
1824 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:682
1793 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:682
1825 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:684
1794 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:684
1826 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:707
1795 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:707
1827 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1796 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1828 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1797 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1829 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1798 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1830 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
1799 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:760
1831 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
1800 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:763
1832 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
1801 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:765
1833 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
1802 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:765
1834 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
1803 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:792
1835 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
1804 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:802
1836 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
1805 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:845
1837 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
1806 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:844
1838 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
1807 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:845
1839 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
1808 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:845
1840 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
1809 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:851
1841 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
1810 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
1842 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000 rhodecode/model/db.py:2270
1811 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998 rhodecode/model/db.py:2318
1843 msgid "Repository forking enabled"
1812 msgid "Repository forking enabled"
1844 msgstr ""
1813 msgstr ""
1845
1814
1846 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:585
1815 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:585
1847 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:597
1816 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:597
1848 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:614
1817 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:614
1849 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:699
1818 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:699
1850 msgid "Register disabled"
1819 msgid "Register disabled"
1851 msgstr ""
1820 msgstr ""
1852
1821
1853 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:586
1822 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:586
1854 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:598
1823 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:598
1855 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:615
1824 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:615
1856 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:700
1825 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:700
1857 msgid "Register new user with RhodeCode with manual activation"
1826 msgid "Register new user with RhodeCode with manual activation"
1858 msgstr ""
1827 msgstr ""
1859
1828
1860 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:589
1829 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:589
1861 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:601
1830 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:601
1862 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:618
1831 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:618
1863 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:703
1832 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:703
1864 msgid "Register new user with RhodeCode with auto activation"
1833 msgid "Register new user with RhodeCode with auto activation"
1865 msgstr ""
1834 msgstr ""
1866
1835
1867 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:845
1836 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:845
1868 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:865
1837 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:865
1869 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:874
1838 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:874
1870 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:959
1839 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:959
1871 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:995
1840 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:995
1872 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:997
1841 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:997
1873 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1020
1842 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1020
1874 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1843 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1875 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1844 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1876 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1845 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1877 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1846 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1074
1878 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1847 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1077
1879 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1848 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1088
1880 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1849 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1091
1881 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1850 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1121
1882 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1851 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1135
1883 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1852 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1178
1884 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1853 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1177
1885 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1854 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1186
1886 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1855 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1186
1887 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1856 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1196
1888 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1857 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
1889 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345 rhodecode/model/db.py:2900
1858 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343 rhodecode/model/db.py:2950
1890 msgid "Not Reviewed"
1859 msgid "Not Reviewed"
1891 msgstr ""
1860 msgstr ""
1892
1861
1893 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:846
1862 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:846
1894 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:866
1863 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:866
1895 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:875
1864 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:875
1896 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:960
1865 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:960
1897 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:996
1866 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:996
1898 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:998
1867 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:998
1899 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1021
1868 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1021
1900 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1869 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1901 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1870 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1902 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1871 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1903 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1872 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1075
1904 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
1873 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1078
1905 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
1874 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1089
1906 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
1875 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1092
1907 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
1876 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1122
1908 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
1877 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1136
1909 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
1878 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1179
1910 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
1879 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1178
1911 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
1880 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1187
1912 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
1881 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1187
1913 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
1882 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1197
1914 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
1883 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
1915 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346 rhodecode/model/db.py:2901
1884 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344 rhodecode/model/db.py:2951
1916 msgid "Approved"
1885 msgid "Approved"
1917 msgstr ""
1886 msgstr ""
1918
1887
1919 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:847
1888 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:847
1920 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:867
1889 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:867
1921 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:876
1890 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:876
1922 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:961
1891 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:961
1923 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:997
1892 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:997
1924 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:999
1893 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:999
1925 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1022
1894 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1022
1926 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1895 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1927 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1896 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1928 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1897 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1929 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1078
1898 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1930 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1081
1899 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1931 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1092
1900 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1932 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1095
1901 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1933 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1125
1902 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1934 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1139
1903 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1935 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1182
1904 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1936 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1181
1905 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1937 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1190
1906 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1938 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1190
1907 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1939 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1200
1908 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1940 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1322
1909 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1941 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1347 rhodecode/model/db.py:2902
1910 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345 rhodecode/model/db.py:2952
1942 msgid "Rejected"
1911 msgid "Rejected"
1943 msgstr ""
1912 msgstr ""
1944
1913
1945 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:848
1914 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:848
1946 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:868
1915 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:868
1947 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:877
1916 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:877
1948 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:962
1917 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:962
1949 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:998
1918 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:998
1950 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:1000
1919 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:1000
1951 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1023
1920 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1023
1952 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
1921 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
1953 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
1922 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
1954 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
1923 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
1955 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1079
1924 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1956 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1082
1925 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
1957 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1093
1926 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
1958 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1096
1927 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
1959 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1126
1928 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
1960 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1140
1929 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
1961 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1183
1930 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
1962 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1182
1931 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
1963 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1191
1932 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
1964 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1191
1933 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
1965 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1201
1934 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
1966 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1323
1935 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
1967 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1348 rhodecode/model/db.py:2903
1936 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346 rhodecode/model/db.py:2953
1968 msgid "Under Review"
1937 msgid "Under Review"
1969 msgstr ""
1938 msgstr ""
1970
1939
1971 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:689
1940 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:689
1972 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:662
1941 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:662
1973 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:664
1942 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:664
1974 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:687
1943 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:687
1975 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
1944 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
1976 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
1945 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
1977 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1946 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1947 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1948 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1949 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1950 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
1951 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
1952 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
1953 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
1954 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
1955 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
1956 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
1957 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
1958 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
1959 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2296
1960 msgid "Repository group no access"
1961 msgstr ""
1962
1963 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
1964 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
1965 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
1966 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
1967 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
1968 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
1969 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
1970 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:739
1971 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:742
1972 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:744
1973 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:744
1974 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:771
1975 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:781
1976 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:824
1977 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:823
1978 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:824
1979 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:824
1980 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:830
1981 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
1982 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977 rhodecode/model/db.py:2297
1983 msgid "Repository group read access"
1984 msgstr ""
1985
1986 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
1987 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
1988 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
1989 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
1990 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
1991 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
1992 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
1978 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
1993 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
1979 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
1994 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
1980 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
1995 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
1981 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:745
1996 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:745
1982 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:772
1997 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:772
1983 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:782
1998 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:782
1984 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:825
1999 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:825
1985 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:824
2000 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:824
1986 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:825
2001 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:825
1987 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2002 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
1988 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2003 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
1989 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2004 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
1990 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2248
2005 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2298
1991 msgid "Repository group no access"
2006 msgid "Repository group write access"
1992 msgstr ""
2007 msgstr ""
1993
2008
1994 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
2009 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
1995 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
2010 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
1996 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2011 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
1997 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2012 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
1998 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2013 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
1999 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2014 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2000 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2015 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2001 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2016 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2002 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2017 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2003 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
2018 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
2004 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:746
2019 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:746
2005 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:773
2020 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:773
2006 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:783
2021 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:783
2007 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:826
2022 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:826
2008 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:825
2023 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:825
2009 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:826
2024 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:826
2010 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2025 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2011 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2026 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2012 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2027 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2013 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2249
2028 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2299
2014 msgid "Repository group read access"
2029 msgid "Repository group admin access"
2015 msgstr ""
2030 msgstr ""
2016
2031
2017 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2032 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2018 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2033 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2019 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2034 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2020 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2035 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2021 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2036 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2022 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2037 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2023 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2024 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:742
2025 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:745
2026 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:747
2027 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:747
2028 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:774
2029 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:784
2030 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:827
2031 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:826
2032 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:827
2033 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:827
2034 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:833
2035 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:955
2036 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:980 rhodecode/model/db.py:2250
2037 msgid "Repository group write access"
2038 msgstr ""
2039
2040 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2041 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2042 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2043 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2044 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2045 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2046 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2047 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2038 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2048 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2039 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2049 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
2040 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
2050 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:748
2041 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:748
2051 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:775
2042 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:775
2052 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:785
2043 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:785
2053 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:828
2044 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:828
2054 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:827
2045 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:827
2055 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:828
2046 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:828
2056 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2047 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2057 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2048 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2058 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2049 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2059 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2251
2050 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2301
2060 msgid "Repository group admin access"
2051 msgid "User group no access"
2061 msgstr ""
2052 msgstr ""
2062
2053
2063 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2054 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2064 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2055 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2065 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2056 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2066 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2057 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2067 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2058 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2068 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2059 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2060 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:744
2061 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:747
2062 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:749
2063 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:749
2064 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:776
2065 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:786
2066 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:829
2067 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:828
2068 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:829
2069 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:829
2070 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:835
2071 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2072 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982 rhodecode/model/db.py:2302
2073 msgid "User group read access"
2074 msgstr ""
2075
2076 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2077 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2078 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2079 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2080 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2081 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2069 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2082 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2070 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2083 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2071 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
2084 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
2072 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:750
2085 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:750
2073 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:777
2086 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:777
2074 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:787
2087 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:787
2075 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:830
2088 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:830
2076 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:829
2089 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:829
2077 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:830
2090 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:830
2078 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2091 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2079 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2092 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2080 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2093 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2081 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2253
2094 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2303
2082 msgid "User group no access"
2095 msgid "User group write access"
2083 msgstr ""
2096 msgstr ""
2084
2097
2085 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2098 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2086 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2099 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2087 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2100 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2088 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2101 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2089 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2102 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2090 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2103 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2091 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2104 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2092 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2105 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2093 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
2106 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
2094 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:751
2107 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:751
2095 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:778
2108 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:778
2096 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:788
2109 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:788
2097 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:831
2110 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:831
2098 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:830
2111 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:830
2099 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:831
2112 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:831
2100 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2113 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2101 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2114 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2102 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2115 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2103 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2254
2116 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2304
2104 msgid "User group read access"
2117 msgid "User group admin access"
2105 msgstr ""
2118 msgstr ""
2106
2119
2107 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2120 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2108 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2121 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2109 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2122 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2110 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2123 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2111 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2124 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2112 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2125 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2113 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:747
2114 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:750
2115 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:752
2116 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:752
2117 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:779
2118 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:789
2119 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:832
2120 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:831
2121 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:832
2122 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:832
2123 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:838
2124 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:960
2125 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:985 rhodecode/model/db.py:2255
2126 msgid "User group write access"
2127 msgstr ""
2128
2129 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2130 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2131 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2132 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2133 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2134 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2135 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2126 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2136 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2127 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2137 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
2128 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
2138 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:753
2129 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:753
2139 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:780
2130 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:780
2140 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:790
2131 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:790
2141 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:833
2132 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:833
2142 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:832
2133 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:832
2143 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:833
2134 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:833
2144 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2135 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2145 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2136 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2146 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2137 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2147 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2256
2138 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2306
2148 msgid "User group admin access"
2149 msgstr ""
2150
2151 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2152 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2153 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2154 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2155 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2156 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2157 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:750
2158 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:753
2159 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:755
2160 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:755
2161 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:782
2162 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:792
2163 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:835
2164 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:834
2165 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:835
2166 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:835
2167 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:841
2168 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:963
2169 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:988 rhodecode/model/db.py:2258
2170 msgid "Repository Group creation disabled"
2139 msgid "Repository Group creation disabled"
2171 msgstr ""
2140 msgstr ""
2172
2141
2173 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:673
2142 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:673
2174 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:675
2143 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:675
2175 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:698
2144 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:698
2176 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2145 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2177 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2146 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2178 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2147 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2148 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:749
2149 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:752
2150 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:754
2151 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:754
2152 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:781
2153 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:791
2154 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:834
2155 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:833
2156 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:834
2157 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:834
2158 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:840
2159 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2160 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987 rhodecode/model/db.py:2307
2161 msgid "Repository Group creation enabled"
2162 msgstr ""
2163
2164 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2165 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2166 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2167 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2168 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2169 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2179 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2170 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2180 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2171 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2181 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
2172 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
2182 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:756
2173 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:756
2183 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:783
2174 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:783
2184 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:793
2175 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:793
2185 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:836
2176 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:836
2186 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:835
2177 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:835
2187 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:836
2178 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:836
2188 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2179 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2189 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2180 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2190 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2181 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2191 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2259
2182 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2309
2192 msgid "Repository Group creation enabled"
2193 msgstr ""
2194
2195 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2196 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2197 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2198 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2199 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2200 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2201 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:753
2202 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:756
2203 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:758
2204 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:758
2205 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:785
2206 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:795
2207 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:838
2208 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:837
2209 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:838
2210 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:838
2211 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:844
2212 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:966
2213 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:991 rhodecode/model/db.py:2261
2214 msgid "User Group creation disabled"
2183 msgid "User Group creation disabled"
2215 msgstr ""
2184 msgstr ""
2216
2185
2217 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:676
2186 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:676
2218 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:678
2187 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:678
2219 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:701
2188 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:701
2220 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2189 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2221 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2190 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2222 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2191 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2223 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
2192 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:752
2224 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
2193 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:755
2225 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
2194 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:757
2226 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
2195 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:757
2227 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
2196 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:784
2228 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
2197 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:794
2229 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
2198 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:837
2230 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
2199 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:836
2231 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
2200 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:837
2232 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
2201 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:837
2233 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
2202 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:843
2234 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
2203 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2235 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2262
2204 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990 rhodecode/model/db.py:2310
2236 msgid "User Group creation enabled"
2205 msgid "User Group creation enabled"
2237 msgstr ""
2206 msgstr ""
2238
2207
2239 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:684
2208 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:684
2240 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:686
2209 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:686
2241 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:709
2210 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:709
2242 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2211 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2243 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2212 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2244 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2213 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2214 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
2215 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
2216 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
2217 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
2218 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
2219 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
2220 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
2221 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
2222 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
2223 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
2224 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
2225 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2226 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000 rhodecode/model/db.py:2320
2227 msgid "Registration disabled"
2228 msgstr ""
2229
2230 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2231 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2232 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2233 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2234 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2235 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2236 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:763
2237 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:766
2238 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:768
2239 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:768
2240 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:795
2241 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:805
2242 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:848
2243 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:847
2244 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:848
2245 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:848
2246 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:854
2247 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2248 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001 rhodecode/model/db.py:2321
2249 msgid "User Registration with manual account activation"
2250 msgstr ""
2251
2252 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2253 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2254 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2255 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2256 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2257 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2245 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2258 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2246 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2259 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2247 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
2260 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
2248 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:769
2261 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:769
2249 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:796
2262 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:796
2250 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:806
2263 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:806
2251 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:849
2264 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:849
2252 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:848
2265 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:848
2253 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:849
2266 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:849
2254 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:849
2267 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:849
2255 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2268 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2256 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2269 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2257 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002 rhodecode/model/db.py:2272
2270 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002 rhodecode/model/db.py:2322
2258 msgid "Registration disabled"
2271 msgid "User Registration with automatic account activation"
2259 msgstr ""
2272 msgstr ""
2260
2273
2261 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2274 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2262 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2275 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2263 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2276 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2264 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2277 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2265 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2278 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2266 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2279 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2267 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:765
2268 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:768
2269 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:770
2270 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:770
2271 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:797
2272 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:807
2273 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:850
2274 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:849
2275 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:850
2276 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:850
2277 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:856
2278 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:978
2279 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1003 rhodecode/model/db.py:2273
2280 msgid "User Registration with manual account activation"
2281 msgstr ""
2282
2283 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2284 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2285 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2286 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2287 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2288 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2289 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2280 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2290 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2281 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2291 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
2282 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
2292 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:771
2283 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:771
2293 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:798
2284 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:798
2294 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:808
2285 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:808
2295 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:851
2286 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:851
2296 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:850
2287 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:850
2297 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:851
2288 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:851
2298 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:851
2289 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:851
2299 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2290 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2300 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2291 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2301 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004 rhodecode/model/db.py:2274
2292 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004 rhodecode/model/db.py:2324
2302 msgid "User Registration with automatic account activation"
2303 msgstr ""
2304
2305 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2306 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2307 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2308 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2309 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2310 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2311 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:768
2312 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:771
2313 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:773
2314 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:773
2315 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:800
2316 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:810
2317 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:853
2318 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:852
2319 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:853
2320 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:853
2321 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:859
2322 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:981
2323 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1006 rhodecode/model/db.py:2276
2324 msgid "Manual activation of external account"
2293 msgid "Manual activation of external account"
2325 msgstr ""
2294 msgstr ""
2326
2295
2327 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:689
2296 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:689
2328 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:691
2297 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:691
2329 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:714
2298 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:714
2330 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2299 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2331 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2300 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2332 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2301 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2333 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:769
2302 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:767
2334 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:772
2303 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:770
2335 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:774
2304 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:772
2336 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:774
2305 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:772
2337 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:801
2306 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:799
2307 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:809
2308 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:852
2309 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:851
2310 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:852
2311 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:852
2312 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:858
2313 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2314 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005 rhodecode/model/db.py:2325
2315 msgid "Automatic activation of external account"
2316 msgstr ""
2317
2318 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
2319 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
2320 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
2321 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
2322 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
2323 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
2324 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
2325 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
2326 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
2327 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
2328 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
2329 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2330 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2314
2331 msgid "Repository creation enabled with write permission to a repository group"
2332 msgstr ""
2333
2334 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
2335 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
2336 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
2337 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
2338 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
2339 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
2340 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
2341 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
2342 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
2343 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
2344 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
2345 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2346 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2315
2347 msgid "Repository creation disabled with write permission to a repository group"
2348 msgstr ""
2349
2350 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:736
2351 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:763
2352 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:773
2353 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:816
2354 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:815
2355 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:816
2356 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:816
2357 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:822
2358 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2359 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969 rhodecode/model/db.py:2289
2360 msgid "RhodeCode Super Administrator"
2361 msgstr ""
2362
2338 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2363 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2339 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2364 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2340 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
2365 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
2341 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:854
2366 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:854
2342 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:854
2367 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:854
2343 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2368 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2344 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2369 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2345 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007 rhodecode/model/db.py:2277
2370 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007 rhodecode/model/db.py:2327
2346 msgid "Automatic activation of external account"
2347 msgstr ""
2348
2349 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:758
2350 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:761
2351 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:763
2352 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:763
2353 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:790
2354 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:800
2355 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:843
2356 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:842
2357 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:843
2358 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:843
2359 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:849
2360 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:971
2361 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:996 rhodecode/model/db.py:2266
2362 msgid "Repository creation enabled with write permission to a repository group"
2363 msgstr ""
2364
2365 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
2366 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
2367 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
2368 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
2369 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
2370 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
2371 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
2372 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
2373 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
2374 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
2375 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
2376 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2377 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2267
2378 msgid "Repository creation disabled with write permission to a repository group"
2379 msgstr ""
2380
2381 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
2382 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
2383 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
2384 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
2385 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
2386 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
2387 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
2388 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
2389 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
2390 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2241
2391 msgid "RhodeCode Super Administrator"
2392 msgstr ""
2393
2394 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:813
2395 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:856
2396 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:855
2397 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:856
2398 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:856
2399 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:862
2400 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:984
2401 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1009 rhodecode/model/db.py:2279
2402 msgid "Inherit object permissions from default user disabled"
2371 msgid "Inherit object permissions from default user disabled"
2403 msgstr ""
2372 msgstr ""
2404
2373
2405 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:814
2374 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:812
2406 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:857
2375 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:855
2407 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:856
2376 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:854
2408 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:857
2377 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:855
2409 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:857
2378 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:855
2410 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:863
2379 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:861
2411 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:985
2380 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2412 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1010 rhodecode/model/db.py:2280
2381 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008 rhodecode/model/db.py:2328
2413 msgid "Inherit object permissions from default user enabled"
2382 msgid "Inherit object permissions from default user enabled"
2414 msgstr ""
2383 msgstr ""
2415
2384
2416 #: rhodecode/lib/index/whoosh.py:129
2385 #: rhodecode/lib/index/whoosh.py:148
2417 msgid "Invalid search query. Try quoting it."
2386 msgid "Invalid search query. Try quoting it."
2418 msgstr ""
2387 msgstr ""
2419
2388
2420 #: rhodecode/lib/index/whoosh.py:131
2421 msgid "There is no index to search in. Please run whoosh indexer"
2422 msgstr ""
2423
2424 #: rhodecode/lib/index/whoosh.py:136
2425 msgid "An error occurred during this search operation"
2426 msgstr ""
2427
2428 #: rhodecode/lib/index/whoosh.py:144
2429 msgid "Index Type"
2430 msgstr ""
2431
2432 #: rhodecode/lib/index/whoosh.py:145
2433 msgid "File Index"
2434 msgstr ""
2435
2436 #: rhodecode/lib/index/whoosh.py:146 rhodecode/lib/index/whoosh.py:151
2437 msgid "Indexed documents"
2438 msgstr ""
2439
2440 #: rhodecode/lib/index/whoosh.py:148 rhodecode/lib/index/whoosh.py:153
2441 msgid "Last update"
2442 msgstr ""
2443
2444 #: rhodecode/lib/index/whoosh.py:150
2389 #: rhodecode/lib/index/whoosh.py:150
2390 msgid "There is no index to search in. Please run whoosh indexer"
2391 msgstr ""
2392
2393 #: rhodecode/lib/index/whoosh.py:155
2394 msgid "An error occurred during this search operation"
2395 msgstr ""
2396
2397 #: rhodecode/lib/index/whoosh.py:163
2398 msgid "Index Type"
2399 msgstr ""
2400
2401 #: rhodecode/lib/index/whoosh.py:164
2402 msgid "File Index"
2403 msgstr ""
2404
2405 #: rhodecode/lib/index/whoosh.py:165 rhodecode/lib/index/whoosh.py:170
2406 msgid "Indexed documents"
2407 msgstr ""
2408
2409 #: rhodecode/lib/index/whoosh.py:167 rhodecode/lib/index/whoosh.py:172
2410 msgid "Last update"
2411 msgstr ""
2412
2413 #: rhodecode/lib/index/whoosh.py:169
2445 msgid "Commit index"
2414 msgid "Commit index"
2446 msgstr ""
2415 msgstr ""
2447
2416
2448 #: rhodecode/model/db.py:871
2417 #: rhodecode/login/views.py:237 rhodecode/login/views.py:296
2418 msgid "bad captcha"
2419 msgstr ""
2420
2421 #: rhodecode/login/views.py:246
2422 msgid "You have successfully registered with RhodeCode"
2423 msgstr ""
2424
2425 #: rhodecode/login/views.py:312
2426 msgid "Your password reset link was sent"
2427 msgstr ""
2428
2429 #: rhodecode/login/views.py:333
2430 msgid "Your password reset was successful, a new password has been sent to your email"
2431 msgstr ""
2432
2433 #: rhodecode/model/db.py:909
2449 msgid "all"
2434 msgid "all"
2450 msgstr ""
2435 msgstr ""
2451
2436
2452 #: rhodecode/model/db.py:872
2437 #: rhodecode/model/db.py:910
2453 msgid "http/web interface"
2438 msgid "http/web interface"
2454 msgstr ""
2439 msgstr ""
2455
2440
2456 #: rhodecode/model/db.py:873
2441 #: rhodecode/model/db.py:911
2457 msgid "vcs (git/hg protocol)"
2442 msgid "vcs (git/hg protocol)"
2458 msgstr ""
2443 msgstr ""
2459
2444
2460 #: rhodecode/model/db.py:874
2445 #: rhodecode/model/db.py:912
2461 msgid "api calls"
2446 msgid "api calls"
2462 msgstr ""
2447 msgstr ""
2463
2448
2464 #: rhodecode/model/db.py:875
2449 #: rhodecode/model/db.py:913
2465 msgid "feed access"
2450 msgid "feed access"
2466 msgstr ""
2451 msgstr ""
2467
2452
2468 #: rhodecode/model/db.py:2020
2453 #: rhodecode/model/db.py:2067
2469 msgid "No parent"
2454 msgid "No parent"
2470 msgstr ""
2455 msgstr ""
2471
2456
2472 #: rhodecode/model/forms.py:66
2457 #: rhodecode/model/forms.py:66
2473 msgid "Please enter a login"
2458 msgid "Please enter a login"
2474 msgstr ""
2459 msgstr ""
2475
2460
2476 #: rhodecode/model/forms.py:67
2461 #: rhodecode/model/forms.py:67
2477 #, python-format
2462 #, python-format
2478 msgid "Enter a value %(min)i characters long or more"
2463 msgid "Enter a value %(min)i characters long or more"
2479 msgstr ""
2464 msgstr ""
2480
2465
2481 #: rhodecode/model/forms.py:76
2466 #: rhodecode/model/forms.py:76
2482 msgid "Please enter a password"
2467 msgid "Please enter a password"
2483 msgstr ""
2468 msgstr ""
2484
2469
2485 #: rhodecode/model/forms.py:77
2470 #: rhodecode/model/forms.py:77
2486 #, python-format
2471 #, python-format
2487 msgid "Enter %(min)i characters or more"
2472 msgid "Enter %(min)i characters or more"
2488 msgstr ""
2473 msgstr ""
2489
2474
2490 #: rhodecode/model/notification.py:247
2475 #: rhodecode/model/notification.py:247
2491 #, python-format
2476 #, python-format
2492 msgid "%(user)s commented on commit %(date_or_age)s"
2477 msgid "%(user)s commented on commit %(date_or_age)s"
2493 msgstr ""
2478 msgstr ""
2494
2479
2495 #: rhodecode/model/notification.py:248
2480 #: rhodecode/model/notification.py:248
2496 #, python-format
2481 #, python-format
2497 msgid "%(user)s commented on commit at %(date_or_age)s"
2482 msgid "%(user)s commented on commit at %(date_or_age)s"
2498 msgstr ""
2483 msgstr ""
2499
2484
2500 #: rhodecode/model/notification.py:251
2485 #: rhodecode/model/notification.py:251
2501 #, python-format
2486 #, python-format
2502 msgid "%(user)s sent message %(date_or_age)s"
2487 msgid "%(user)s sent message %(date_or_age)s"
2503 msgstr ""
2488 msgstr ""
2504
2489
2505 #: rhodecode/model/notification.py:252
2490 #: rhodecode/model/notification.py:252
2506 #, python-format
2491 #, python-format
2507 msgid "%(user)s sent message at %(date_or_age)s"
2492 msgid "%(user)s sent message at %(date_or_age)s"
2508 msgstr ""
2493 msgstr ""
2509
2494
2510 #: rhodecode/model/notification.py:255
2495 #: rhodecode/model/notification.py:255
2511 #, python-format
2496 #, python-format
2512 msgid "%(user)s mentioned you %(date_or_age)s"
2497 msgid "%(user)s mentioned you %(date_or_age)s"
2513 msgstr ""
2498 msgstr ""
2514
2499
2515 #: rhodecode/model/notification.py:256
2500 #: rhodecode/model/notification.py:256
2516 #, python-format
2501 #, python-format
2517 msgid "%(user)s mentioned you at %(date_or_age)s"
2502 msgid "%(user)s mentioned you at %(date_or_age)s"
2518 msgstr ""
2503 msgstr ""
2519
2504
2520 #: rhodecode/model/notification.py:259
2505 #: rhodecode/model/notification.py:259
2521 #, python-format
2506 #, python-format
2522 msgid "%(user)s registered in RhodeCode %(date_or_age)s"
2507 msgid "%(user)s registered in RhodeCode %(date_or_age)s"
2523 msgstr ""
2508 msgstr ""
2524
2509
2525 #: rhodecode/model/notification.py:260
2510 #: rhodecode/model/notification.py:260
2526 #, python-format
2511 #, python-format
2527 msgid "%(user)s registered in RhodeCode at %(date_or_age)s"
2512 msgid "%(user)s registered in RhodeCode at %(date_or_age)s"
2528 msgstr ""
2513 msgstr ""
2529
2514
2530 #: rhodecode/model/notification.py:263
2515 #: rhodecode/model/notification.py:263
2531 #, python-format
2516 #, python-format
2532 msgid "%(user)s opened new pull request %(date_or_age)s"
2517 msgid "%(user)s opened new pull request %(date_or_age)s"
2533 msgstr ""
2518 msgstr ""
2534
2519
2535 #: rhodecode/model/notification.py:264
2520 #: rhodecode/model/notification.py:264
2536 #, python-format
2521 #, python-format
2537 msgid "%(user)s opened new pull request at %(date_or_age)s"
2522 msgid "%(user)s opened new pull request at %(date_or_age)s"
2538 msgstr ""
2523 msgstr ""
2539
2524
2540 #: rhodecode/model/notification.py:267
2525 #: rhodecode/model/notification.py:267
2541 #, python-format
2526 #, python-format
2542 msgid "%(user)s commented on pull request %(date_or_age)s"
2527 msgid "%(user)s commented on pull request %(date_or_age)s"
2543 msgstr ""
2528 msgstr ""
2544
2529
2545 #: rhodecode/model/notification.py:268
2530 #: rhodecode/model/notification.py:268
2546 #, python-format
2531 #, python-format
2547 msgid "%(user)s commented on pull request at %(date_or_age)s"
2532 msgid "%(user)s commented on pull request at %(date_or_age)s"
2548 msgstr ""
2533 msgstr ""
2549
2534
2550 #: rhodecode/model/pull_request.py:69
2535 #: rhodecode/model/pull_request.py:69
2551 msgid "This pull request can be automatically merged."
2536 msgid "This pull request can be automatically merged."
2552 msgstr ""
2537 msgstr ""
2553
2538
2554 #: rhodecode/model/pull_request.py:71
2539 #: rhodecode/model/pull_request.py:71
2555 msgid "This pull request cannot be merged because of an unhandled exception."
2540 msgid "This pull request cannot be merged because of an unhandled exception."
2556 msgstr ""
2541 msgstr ""
2557
2542
2558 #: rhodecode/model/pull_request.py:74
2543 #: rhodecode/model/pull_request.py:74
2559 msgid "This pull request cannot be merged because of conflicts."
2544 msgid "This pull request cannot be merged because of conflicts."
2560 msgstr ""
2545 msgstr ""
2561
2546
2562 #: rhodecode/model/pull_request.py:76
2547 #: rhodecode/model/pull_request.py:76
2563 msgid "This pull request could not be merged because push to target failed."
2548 msgid "This pull request could not be merged because push to target failed."
2564 msgstr ""
2549 msgstr ""
2565
2550
2566 #: rhodecode/model/pull_request.py:79
2551 #: rhodecode/model/pull_request.py:79
2567 msgid "This pull request cannot be merged because the target is not a head."
2552 msgid "This pull request cannot be merged because the target is not a head."
2568 msgstr ""
2553 msgstr ""
2569
2554
2570 #: rhodecode/model/pull_request.py:82
2555 #: rhodecode/model/pull_request.py:82
2571 msgid "This pull request cannot be merged because the source contains more branches than the target."
2556 msgid "This pull request cannot be merged because the source contains more branches than the target."
2572 msgstr ""
2557 msgstr ""
2573
2558
2574 #: rhodecode/model/pull_request.py:85
2559 #: rhodecode/model/pull_request.py:85
2575 msgid "This pull request cannot be merged because the target has multiple heads."
2560 msgid "This pull request cannot be merged because the target has multiple heads."
2576 msgstr ""
2561 msgstr ""
2577
2562
2578 #: rhodecode/model/pull_request.py:88
2563 #: rhodecode/model/pull_request.py:88
2579 msgid "This pull request cannot be merged because the target repository is locked."
2564 msgid "This pull request cannot be merged because the target repository is locked."
2580 msgstr ""
2565 msgstr ""
2581
2566
2582 #: rhodecode/model/pull_request.py:91
2567 #: rhodecode/model/pull_request.py:91
2583 msgid "This pull request cannot be merged because the target or the source reference is missing."
2568 msgid "This pull request cannot be merged because the target or the source reference is missing."
2584 msgstr ""
2569 msgstr ""
2585
2570
2586 #: rhodecode/model/pull_request.py:411
2571 #: rhodecode/model/pull_request.py:416
2587 #, python-format
2572 #, python-format
2588 msgid ""
2573 msgid ""
2589 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
2574 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
2590 "\n"
2575 "\n"
2591 " %(pr_title)s"
2576 " %(pr_title)s"
2592 msgstr ""
2577 msgstr ""
2593
2578
2594 #: rhodecode/model/pull_request.py:443
2579 #: rhodecode/model/pull_request.py:448
2595 msgid "Pull request merged and closed"
2580 msgid "Pull request merged and closed"
2596 msgstr ""
2581 msgstr ""
2597
2582
2598 #: rhodecode/model/pull_request.py:859
2583 #: rhodecode/model/pull_request.py:867
2599 msgid "Server-side pull request merging is disabled."
2584 msgid "Server-side pull request merging is disabled."
2600 msgstr ""
2585 msgstr ""
2601
2586
2602 #: rhodecode/model/pull_request.py:861
2587 #: rhodecode/model/pull_request.py:869
2603 msgid "This pull request is closed."
2588 msgid "This pull request is closed."
2604 msgstr ""
2589 msgstr ""
2605
2590
2606 #: rhodecode/model/pull_request.py:872
2591 #: rhodecode/model/pull_request.py:880
2607 msgid "Pull request merging is not supported."
2592 msgid "Pull request merging is not supported."
2608 msgstr ""
2593 msgstr ""
2609
2594
2610 #: rhodecode/model/pull_request.py:890
2595 #: rhodecode/model/pull_request.py:898
2611 msgid "Target repository large files support is disabled."
2596 msgid "Target repository large files support is disabled."
2612 msgstr ""
2597 msgstr ""
2613
2598
2614 #: rhodecode/model/pull_request.py:893
2599 #: rhodecode/model/pull_request.py:901
2615 msgid "Source repository large files support is disabled."
2600 msgid "Source repository large files support is disabled."
2616 msgstr ""
2601 msgstr ""
2617
2602
2618 #: rhodecode/model/pull_request.py:1036 rhodecode/model/scm.py:791
2603 #: rhodecode/model/pull_request.py:1050 rhodecode/model/scm.py:791
2619 msgid "Bookmarks"
2604 msgid "Bookmarks"
2620 msgstr ""
2605 msgstr ""
2621
2606
2622 #: rhodecode/model/pull_request.py:1041
2607 #: rhodecode/model/pull_request.py:1055
2623 msgid "Commit IDs"
2608 msgid "Commit IDs"
2624 msgstr ""
2609 msgstr ""
2625
2610
2626 #: rhodecode/model/pull_request.py:1044
2611 #: rhodecode/model/pull_request.py:1058
2627 msgid "Closed Branches"
2612 msgid "Closed Branches"
2628 msgstr ""
2613 msgstr ""
2629
2614
2630 #: rhodecode/model/scm.py:773
2615 #: rhodecode/model/scm.py:773
2631 msgid "latest tip"
2616 msgid "latest tip"
2632 msgstr ""
2617 msgstr ""
2633
2618
2634 #: rhodecode/model/user.py:124
2619 #: rhodecode/model/user.py:124
2635 msgid "You can't Edit this user since it's crucial for entire application"
2620 msgid "You can't Edit this user since it's crucial for entire application"
2636 msgstr ""
2621 msgstr ""
2637
2622
2638 #: rhodecode/model/user.py:283
2623 #: rhodecode/model/user.py:285
2639 #, python-format
2624 #, python-format
2640 msgid "You can't edit this user (`%(username)s`) since it's crucial for entire application"
2625 msgid "You can't edit this user (`%(username)s`) since it's crucial for entire application"
2641 msgstr ""
2626 msgstr ""
2642
2627
2643 #: rhodecode/model/user.py:456
2628 #: rhodecode/model/user.py:458
2644 msgid "You can't remove this user since it's crucial for entire application"
2629 msgid "You can't remove this user since it's crucial for entire application"
2645 msgstr ""
2630 msgstr ""
2646
2631
2647 #: rhodecode/model/user.py:464
2632 #: rhodecode/model/user.py:466
2648 #, python-format
2633 #, python-format
2649 msgid "user \"%s\" still owns %s repositories and cannot be removed. Switch owners or remove those repositories:%s"
2634 msgid "user \"%s\" still owns %s repositories and cannot be removed. Switch owners or remove those repositories:%s"
2650 msgstr ""
2635 msgstr ""
2651
2636
2652 #: rhodecode/model/user.py:473
2637 #: rhodecode/model/user.py:475
2653 #, python-format
2638 #, python-format
2654 msgid "user \"%s\" still owns %s repository groups and cannot be removed. Switch owners or remove those repository groups:%s"
2639 msgid "user \"%s\" still owns %s repository groups and cannot be removed. Switch owners or remove those repository groups:%s"
2655 msgstr ""
2640 msgstr ""
2656
2641
2657 #: rhodecode/model/user.py:482
2642 #: rhodecode/model/user.py:484
2658 #, python-format
2643 #, python-format
2659 msgid "user \"%s\" still owns %s user groups and cannot be removed. Switch owners or remove those user groups:%s"
2644 msgid "user \"%s\" still owns %s user groups and cannot be removed. Switch owners or remove those user groups:%s"
2660 msgstr ""
2645 msgstr ""
2661
2646
2662 #: rhodecode/model/validators.py:96 rhodecode/model/validators.py:97
2647 #: rhodecode/model/validators.py:98 rhodecode/model/validators.py:99
2663 msgid "Value cannot be an empty list"
2648 msgid "Value cannot be an empty list"
2664 msgstr ""
2649 msgstr ""
2665
2650
2666 #: rhodecode/model/validators.py:140
2651 #: rhodecode/model/validators.py:142
2667 msgid "Pattern already exists"
2652 msgid "Pattern already exists"
2668 msgstr ""
2653 msgstr ""
2669
2654
2670 #: rhodecode/model/validators.py:158
2671 #, python-format
2672 msgid "Username \"%(username)s\" already exists"
2673 msgstr ""
2674
2675 #: rhodecode/model/validators.py:160
2655 #: rhodecode/model/validators.py:160
2676 #, python-format
2656 #, python-format
2677 msgid "Username \"%(username)s\" is forbidden"
2657 msgid "Username \"%(username)s\" already exists"
2678 msgstr ""
2658 msgstr ""
2679
2659
2680 #: rhodecode/model/validators.py:162
2660 #: rhodecode/model/validators.py:162
2661 #, python-format
2662 msgid "Username \"%(username)s\" is forbidden"
2663 msgstr ""
2664
2665 #: rhodecode/model/validators.py:164
2681 msgid "Username may only contain alphanumeric characters underscores, periods or dashes and must begin with alphanumeric character or underscore"
2666 msgid "Username may only contain alphanumeric characters underscores, periods or dashes and must begin with alphanumeric character or underscore"
2682 msgstr ""
2667 msgstr ""
2683
2668
2684 #: rhodecode/model/validators.py:190
2669 #: rhodecode/model/validators.py:192
2685 msgid "The input is not valid"
2670 msgid "The input is not valid"
2686 msgstr ""
2671 msgstr ""
2687
2672
2688 #: rhodecode/model/validators.py:197
2673 #: rhodecode/model/validators.py:199
2689 #, python-format
2674 #, python-format
2690 msgid "Username %(username)s is not valid"
2675 msgid "Username %(username)s is not valid"
2691 msgstr ""
2676 msgstr ""
2692
2677
2693 #: rhodecode/model/validators.py:216
2678 #: rhodecode/model/validators.py:200
2679 #, python-format
2680 msgid "Username %(username)s is disabled"
2681 msgstr ""
2682
2683 #: rhodecode/model/validators.py:223
2694 msgid "Invalid user group name"
2684 msgid "Invalid user group name"
2695 msgstr ""
2685 msgstr ""
2696
2686
2697 #: rhodecode/model/validators.py:217
2687 #: rhodecode/model/validators.py:224
2698 #, python-format
2688 #, python-format
2699 msgid "User group \"%(usergroup)s\" already exists"
2689 msgid "User group \"%(usergroup)s\" already exists"
2700 msgstr ""
2690 msgstr ""
2701
2691
2702 #: rhodecode/model/validators.py:219
2692 #: rhodecode/model/validators.py:226
2703 msgid "user group name may only contain alphanumeric characters underscores, periods or dashes and must begin with alphanumeric character"
2693 msgid "user group name may only contain alphanumeric characters underscores, periods or dashes and must begin with alphanumeric character"
2704 msgstr ""
2694 msgstr ""
2705
2695
2706 #: rhodecode/model/validators.py:257
2696 #: rhodecode/model/validators.py:264
2707 msgid "Cannot assign this group as parent"
2697 msgid "Cannot assign this group as parent"
2708 msgstr ""
2698 msgstr ""
2709
2699
2710 #: rhodecode/model/validators.py:258
2700 #: rhodecode/model/validators.py:265
2711 #, python-format
2701 #, python-format
2712 msgid "Group \"%(group_name)s\" already exists"
2702 msgid "Group \"%(group_name)s\" already exists"
2713 msgstr ""
2703 msgstr ""
2714
2704
2715 #: rhodecode/model/validators.py:259
2705 #: rhodecode/model/validators.py:266
2716 #, python-format
2706 #, python-format
2717 msgid "Repository with name \"%(group_name)s\" already exists"
2707 msgid "Repository with name \"%(group_name)s\" already exists"
2718 msgstr ""
2708 msgstr ""
2719
2709
2720 #: rhodecode/model/validators.py:261
2710 #: rhodecode/model/validators.py:268
2721 msgid "no permission to store repository groupin this location"
2711 msgid "no permission to store repository groupin this location"
2722 msgstr ""
2712 msgstr ""
2723
2713
2724 #: rhodecode/model/validators.py:263
2714 #: rhodecode/model/validators.py:270
2725 msgid "no permission to store repository group in root location"
2715 msgid "no permission to store repository group in root location"
2726 msgstr ""
2716 msgstr ""
2727
2717
2728 #: rhodecode/model/validators.py:379
2718 #: rhodecode/model/validators.py:386
2729 msgid "Invalid characters (non-ascii) in password"
2719 msgid "Invalid characters (non-ascii) in password"
2730 msgstr ""
2720 msgstr ""
2731
2721
2732 #: rhodecode/model/validators.py:394
2722 #: rhodecode/model/validators.py:401
2733 msgid "Invalid old password"
2723 msgid "Invalid old password"
2734 msgstr ""
2724 msgstr ""
2735
2725
2736 #: rhodecode/model/validators.py:412
2726 #: rhodecode/model/validators.py:418
2737 msgid "Passwords do not match"
2727 msgid "Passwords do not match"
2738 msgstr ""
2728 msgstr ""
2739
2729
2740 #: rhodecode/model/validators.py:430
2730 #: rhodecode/model/validators.py:436
2741 msgid "invalid password"
2731 msgid "invalid password"
2742 msgstr ""
2732 msgstr ""
2743
2733
2744 #: rhodecode/model/validators.py:431
2734 #: rhodecode/model/validators.py:437
2745 msgid "invalid user name"
2735 msgid "invalid user name"
2746 msgstr ""
2736 msgstr ""
2747
2737
2748 #: rhodecode/model/validators.py:432
2738 #: rhodecode/model/validators.py:438
2749 msgid "Your account is disabled"
2739 msgid "Your account is disabled"
2750 msgstr ""
2740 msgstr ""
2751
2741
2752 #: rhodecode/model/validators.py:465
2742 #: rhodecode/model/validators.py:470
2753 msgid "Token mismatch"
2743 msgid "Token mismatch"
2754 msgstr ""
2744 msgstr ""
2755
2745
2756 #: rhodecode/model/validators.py:479
2746 #: rhodecode/model/validators.py:484
2757 #, python-format
2747 #, python-format
2758 msgid "Repository name %(repo)s is disallowed"
2748 msgid "Repository name %(repo)s is disallowed"
2759 msgstr ""
2749 msgstr ""
2760
2750
2761 #: rhodecode/model/validators.py:481
2762 #, python-format
2763 msgid "Repository with name %(repo)s already exists"
2764 msgstr ""
2765
2766 #: rhodecode/model/validators.py:483
2767 #, python-format
2768 msgid "Repository group with name \"%(repo)s\" already exists"
2769 msgstr ""
2770
2771 #: rhodecode/model/validators.py:486
2751 #: rhodecode/model/validators.py:486
2772 #, python-format
2752 #, python-format
2773 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2753 msgid "Repository with name %(repo)s already exists"
2774 msgstr ""
2754 msgstr ""
2775
2755
2776 #: rhodecode/model/validators.py:488
2756 #: rhodecode/model/validators.py:488
2777 #, python-format
2757 #, python-format
2758 msgid "Repository group with name \"%(repo)s\" already exists"
2759 msgstr ""
2760
2761 #: rhodecode/model/validators.py:491
2762 #, python-format
2763 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2764 msgstr ""
2765
2766 #: rhodecode/model/validators.py:493
2767 #, python-format
2778 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2768 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2779 msgstr ""
2769 msgstr ""
2780
2770
2781 #: rhodecode/model/validators.py:615
2771 #: rhodecode/model/validators.py:620
2782 #, python-format
2772 #, python-format
2783 msgid "invalid clone url for %(rtype)s repository"
2773 msgid "invalid clone url for %(rtype)s repository"
2784 msgstr ""
2774 msgstr ""
2785
2775
2786 #: rhodecode/model/validators.py:616
2776 #: rhodecode/model/validators.py:621
2787 #, python-format
2777 #, python-format
2788 msgid "Invalid clone url, provide a valid clone url starting with one of %(allowed_prefixes)s"
2778 msgid "Invalid clone url, provide a valid clone url starting with one of %(allowed_prefixes)s"
2789 msgstr ""
2779 msgstr ""
2790
2780
2791 #: rhodecode/model/validators.py:645
2781 #: rhodecode/model/validators.py:650
2792 msgid "Fork have to be the same type as parent"
2782 msgid "Fork have to be the same type as parent"
2793 msgstr ""
2783 msgstr ""
2794
2784
2795 #: rhodecode/model/validators.py:660
2785 #: rhodecode/model/validators.py:665
2796 msgid "You do not have the permission to create repositories in this group."
2786 msgid "You do not have the permission to create repositories in this group."
2797 msgstr ""
2787 msgstr ""
2798
2788
2799 #: rhodecode/model/validators.py:663
2789 #: rhodecode/model/validators.py:668
2800 msgid "You do not have the permission to store repositories in the root location."
2790 msgid "You do not have the permission to store repositories in the root location."
2801 msgstr ""
2791 msgstr ""
2802
2792
2803 #: rhodecode/model/validators.py:723
2793 #: rhodecode/model/validators.py:728
2804 msgid "This username or user group name is not valid"
2794 msgid "This username or user group name is not valid"
2805 msgstr ""
2795 msgstr ""
2806
2796
2807 #: rhodecode/model/validators.py:841
2797 #: rhodecode/model/validators.py:846
2808 msgid "This is not a valid path"
2798 msgid "This is not a valid path"
2809 msgstr ""
2799 msgstr ""
2810
2800
2811 #: rhodecode/model/validators.py:856
2801 #: rhodecode/model/validators.py:861
2812 msgid "This e-mail address is already taken"
2802 msgid "This e-mail address is already taken"
2813 msgstr ""
2803 msgstr ""
2814
2804
2815 #: rhodecode/model/validators.py:876
2805 #: rhodecode/model/validators.py:881
2816 #, python-format
2806 #, python-format
2817 msgid "e-mail \"%(email)s\" does not exist."
2807 msgid "e-mail \"%(email)s\" does not exist."
2818 msgstr ""
2808 msgstr ""
2819
2809
2820 #: rhodecode/model/validators.py:912
2810 #: rhodecode/model/validators.py:902
2821 msgid "The LDAP Login attribute of the CN must be specified - this is the name of the attribute that is equivalent to \"username\""
2822 msgstr ""
2823
2824 #: rhodecode/model/validators.py:926
2825 #, python-format
2811 #, python-format
2826 msgid "Revisions %(revs)s are already part of pull request or have set status"
2812 msgid "Revisions %(revs)s are already part of pull request or have set status"
2827 msgstr ""
2813 msgstr ""
2828
2814
2829 #: rhodecode/model/validators.py:957
2815 #: rhodecode/model/validators.py:933
2830 msgid "Please enter a valid IPv4 or IpV6 address"
2816 msgid "Please enter a valid IPv4 or IpV6 address"
2831 msgstr ""
2817 msgstr ""
2832
2818
2833 #: rhodecode/model/validators.py:958
2819 #: rhodecode/model/validators.py:934
2834 #, python-format
2820 #, python-format
2835 msgid "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2821 msgid "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2836 msgstr ""
2822 msgstr ""
2837
2823
2838 #: rhodecode/model/validators.py:985
2824 #: rhodecode/model/validators.py:961
2839 msgid "Key name can only consist of letters, underscore, dash or numbers"
2825 msgid "Key name can only consist of letters, underscore, dash or numbers"
2840 msgstr ""
2826 msgstr ""
2841
2827
2828 #: rhodecode/model/validators.py:976
2829 msgid "Filename cannot be inside a directory"
2830 msgstr ""
2831
2832 #: rhodecode/model/validators.py:992
2833 #, python-format
2834 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2835 msgstr ""
2836
2837 #: rhodecode/model/validators.py:995
2838 #, python-format
2839 msgid "The plugin \"%(plugin_id)s\" is missing an includeme function."
2840 msgstr ""
2841
2842 #: rhodecode/model/validators.py:998
2843 #, python-format
2844 msgid "Can not load plugin \"%(plugin_id)s\""
2845 msgstr ""
2846
2842 #: rhodecode/model/validators.py:1000
2847 #: rhodecode/model/validators.py:1000
2843 msgid "Filename cannot be inside a directory"
2848 #, python-format
2844 msgstr ""
2849 msgid "No plugin available with ID \"%(plugin_id)s\""
2845
2850 msgstr ""
2846 #: rhodecode/model/validators.py:1016
2851
2847 #, python-format
2852 #: rhodecode/model/validators.py:1067
2848 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2849 msgstr ""
2850
2851 #: rhodecode/model/validators.py:1048
2852 msgid "This gistid is already in use"
2853 msgid "This gistid is already in use"
2853 msgstr ""
2854 msgstr ""
2854
2855
2855 #: rhodecode/templates/index.html:5
2856 #: rhodecode/templates/index.html:5
2856 msgid "Dashboard"
2857 msgid "Dashboard"
2857 msgstr ""
2858 msgstr ""
2858
2859
2859 #: rhodecode/templates/index_base.html:8
2860 #: rhodecode/templates/index_base.html:8
2860 #: rhodecode/templates/admin/gists/index.html:18
2861 #: rhodecode/templates/admin/gists/index.html:18
2861 #: rhodecode/templates/admin/my_account/my_account_repos.html:7
2862 #: rhodecode/templates/admin/my_account/my_account_repos.html:7
2862 #: rhodecode/templates/admin/my_account/my_account_watched.html:7
2863 #: rhodecode/templates/admin/my_account/my_account_watched.html:7
2863 #: rhodecode/templates/admin/repo_groups/repo_groups.html:12
2864 #: rhodecode/templates/admin/repo_groups/repo_groups.html:12
2864 #: rhodecode/templates/admin/repos/repos.html:12
2865 #: rhodecode/templates/admin/repos/repos.html:12
2865 #: rhodecode/templates/admin/user_groups/user_groups.html:12
2866 #: rhodecode/templates/admin/user_groups/user_groups.html:12
2866 #: rhodecode/templates/admin/users/users.html:12
2867 #: rhodecode/templates/admin/users/users.html:12
2867 #: rhodecode/templates/bookmarks/bookmarks.html:12
2868 #: rhodecode/templates/bookmarks/bookmarks.html:12
2868 #: rhodecode/templates/branches/branches.html:12
2869 #: rhodecode/templates/branches/branches.html:12
2869 #: rhodecode/templates/journal/journal.html:12
2870 #: rhodecode/templates/journal/journal.html:12
2870 #: rhodecode/templates/tags/tags.html:12
2871 #: rhodecode/templates/tags/tags.html:12
2871 msgid "quick filter..."
2872 msgid "quick filter..."
2872 msgstr ""
2873 msgstr ""
2873
2874
2874 #: rhodecode/templates/index_base.html:10
2875 #: rhodecode/templates/index_base.html:10
2875 msgid "matches"
2876 msgid "matches"
2876 msgstr ""
2877 msgstr ""
2877
2878
2878 #: rhodecode/templates/index_base.html:30
2879 #: rhodecode/templates/index_base.html:30
2879 #: rhodecode/templates/index_base.html:39
2880 #: rhodecode/templates/index_base.html:39
2880 #: rhodecode/templates/admin/repos/repo_add.html:22
2881 #: rhodecode/templates/admin/repos/repo_add.html:22
2881 #: rhodecode/templates/admin/repos/repos.html:27
2882 #: rhodecode/templates/admin/repos/repos.html:27
2882 msgid "Add Repository"
2883 msgid "Add Repository"
2883 msgstr ""
2884 msgstr ""
2884
2885
2885 #: rhodecode/templates/index_base.html:34
2886 #: rhodecode/templates/index_base.html:34
2886 #: rhodecode/templates/index_base.html:42
2887 #: rhodecode/templates/index_base.html:42
2887 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:16
2888 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:16
2888 #: rhodecode/templates/admin/repo_groups/repo_groups.html:27
2889 #: rhodecode/templates/admin/repo_groups/repo_groups.html:27
2889 msgid "Add Repository Group"
2890 msgid "Add Repository Group"
2890 msgstr ""
2891 msgstr ""
2891
2892
2892 #: rhodecode/templates/index_base.html:45
2893 #: rhodecode/templates/index_base.html:45
2893 msgid "You have admin right to this group, and can edit it"
2894 msgid "You have admin right to this group, and can edit it"
2894 msgstr ""
2895 msgstr ""
2895
2896
2896 #: rhodecode/templates/index_base.html:45
2897 #: rhodecode/templates/index_base.html:45
2897 msgid "Edit Repository Group"
2898 msgid "Edit Repository Group"
2898 msgstr ""
2899 msgstr ""
2899
2900
2900 #: rhodecode/templates/index_base.html:97
2901 #: rhodecode/templates/index_base.html:97
2901 #: rhodecode/templates/index_base.html:122
2902 #: rhodecode/templates/index_base.html:122
2902 #: rhodecode/templates/admin/gists/index.html:112
2903 #: rhodecode/templates/admin/gists/index.html:112
2903 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
2904 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
2904 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2905 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2905 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2906 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2906 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2907 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2907 #: rhodecode/templates/admin/repos/repo_edit_settings.html:12
2908 #: rhodecode/templates/admin/repos/repo_edit_settings.html:15
2908 #: rhodecode/templates/admin/repos/repos.html:54
2909 #: rhodecode/templates/admin/repos/repos.html:54
2909 #: rhodecode/templates/admin/user_groups/user_groups.html:55
2910 #: rhodecode/templates/admin/user_groups/user_groups.html:55
2910 #: rhodecode/templates/base/perms_summary.html:103
2911 #: rhodecode/templates/base/perms_summary.html:102
2911 #: rhodecode/templates/bookmarks/bookmarks.html:59
2912 #: rhodecode/templates/bookmarks/bookmarks.html:59
2912 #: rhodecode/templates/branches/branches.html:58
2913 #: rhodecode/templates/branches/branches.html:58
2913 #: rhodecode/templates/files/files_browser.html:49
2914 #: rhodecode/templates/files/files_browser.html:49
2914 #: rhodecode/templates/pullrequests/pullrequests.html:100
2915 #: rhodecode/templates/pullrequests/pullrequests.html:100
2915 #: rhodecode/templates/tags/tags.html:59
2916 #: rhodecode/templates/tags/tags.html:59
2916 msgid "Name"
2917 msgid "Name"
2917 msgstr ""
2918 msgstr ""
2918
2919
2919 #: rhodecode/templates/index_base.html:100
2920 #: rhodecode/templates/index_base.html:100
2920 #: rhodecode/templates/index_base.html:125
2921 #: rhodecode/templates/index_base.html:125
2921 #: rhodecode/templates/admin/gists/index.html:114
2922 #: rhodecode/templates/admin/gists/index.html:114
2922 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
2923 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
2923 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
2924 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
2924 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:30
2925 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
2925 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
2926 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
2926 #: rhodecode/templates/admin/repos/repo_add_base.html:32
2927 #: rhodecode/templates/admin/repos/repo_add_base.html:32
2927 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
2928 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
2928 #: rhodecode/templates/admin/repos/repo_edit_settings.html:83
2929 #: rhodecode/templates/admin/repos/repo_edit_settings.html:96
2929 #: rhodecode/templates/admin/repos/repos.html:57
2930 #: rhodecode/templates/admin/repos/repos.html:57
2930 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
2931 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
2931 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:29
2932 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:42
2932 #: rhodecode/templates/admin/user_groups/user_groups.html:57
2933 #: rhodecode/templates/admin/user_groups/user_groups.html:57
2933 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
2934 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
2934 #: rhodecode/templates/base/issue_tracker_settings.html:10
2935 #: rhodecode/templates/base/issue_tracker_settings.html:10
2935 #: rhodecode/templates/changeset/changeset.html:53
2936 #: rhodecode/templates/changeset/changeset.html:53
2936 #: rhodecode/templates/compare/compare_cs.html:24
2937 #: rhodecode/templates/compare/compare_commits.html:24
2937 #: rhodecode/templates/email_templates/pull_request_review.mako:30
2938 #: rhodecode/templates/email_templates/pull_request_review.mako:30
2938 #: rhodecode/templates/email_templates/pull_request_review.mako:67
2939 #: rhodecode/templates/email_templates/pull_request_review.mako:67
2939 #: rhodecode/templates/files/file_tree_detail.html:5
2940 #: rhodecode/templates/files/file_tree_detail.html:5
2940 #: rhodecode/templates/files/file_tree_detail.html:12
2941 #: rhodecode/templates/files/file_tree_detail.html:12
2941 #: rhodecode/templates/forks/fork.html:48
2942 #: rhodecode/templates/forks/fork.html:48
2942 #: rhodecode/templates/forks/forks_data.html:8
2943 #: rhodecode/templates/forks/forks_data.html:9
2943 #: rhodecode/templates/pullrequests/pullrequest.html:47
2944 #: rhodecode/templates/pullrequests/pullrequest.html:47
2944 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
2945 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
2945 #: rhodecode/templates/summary/components.html:73
2946 #: rhodecode/templates/summary/components.html:73
2946 msgid "Description"
2947 msgid "Description"
2947 msgstr ""
2948 msgstr ""
2948
2949
2949 #: rhodecode/templates/index_base.html:102
2950 #: rhodecode/templates/index_base.html:102
2950 #: rhodecode/templates/index_base.html:133
2951 #: rhodecode/templates/index_base.html:133
2951 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
2952 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
2952 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:21
2953 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:24
2953 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
2954 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
2954 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
2955 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
2955 #: rhodecode/templates/admin/repos/repo_edit_settings.html:74
2956 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
2956 #: rhodecode/templates/admin/repos/repos.html:65
2957 #: rhodecode/templates/admin/repos/repos.html:65
2957 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
2958 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
2958 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:20
2959 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
2959 #: rhodecode/templates/admin/user_groups/user_groups.html:64
2960 #: rhodecode/templates/admin/user_groups/user_groups.html:64
2961 #: rhodecode/templates/forks/forks_data.html:7
2960 #: rhodecode/templates/summary/components.html:195
2962 #: rhodecode/templates/summary/components.html:195
2961 msgid "Owner"
2963 msgid "Owner"
2962 msgstr ""
2964 msgstr ""
2963
2965
2964 #: rhodecode/templates/index_base.html:128
2966 #: rhodecode/templates/index_base.html:128
2965 #: rhodecode/templates/admin/repos/repos.html:60
2967 #: rhodecode/templates/admin/repos/repos.html:60
2966 msgid "Last Change"
2968 msgid "Last Change"
2967 msgstr ""
2969 msgstr ""
2968
2970
2969 #: rhodecode/templates/index_base.html:131
2971 #: rhodecode/templates/index_base.html:131
2970 #: rhodecode/templates/admin/my_account/my_account_repos.html:35
2972 #: rhodecode/templates/admin/my_account/my_account_repos.html:35
2971 #: rhodecode/templates/admin/my_account/my_account_watched.html:35
2973 #: rhodecode/templates/admin/my_account/my_account_watched.html:35
2972 #: rhodecode/templates/admin/repos/repos.html:63
2974 #: rhodecode/templates/admin/repos/repos.html:63
2973 #: rhodecode/templates/bookmarks/bookmarks.html:66
2975 #: rhodecode/templates/bookmarks/bookmarks.html:66
2974 #: rhodecode/templates/branches/branches.html:65
2976 #: rhodecode/templates/branches/branches.html:65
2975 #: rhodecode/templates/changelog/changelog.html:106
2977 #: rhodecode/templates/changelog/changelog.html:106
2976 #: rhodecode/templates/changelog/changelog_summary_data.html:6
2978 #: rhodecode/templates/changelog/changelog_summary_data.html:6
2977 #: rhodecode/templates/changeset/changeset.html:36
2979 #: rhodecode/templates/changeset/changeset.html:36
2978 #: rhodecode/templates/compare/compare_cs.html:22
2980 #: rhodecode/templates/compare/compare_commits.html:22
2979 #: rhodecode/templates/email_templates/commit_comment.mako:16
2981 #: rhodecode/templates/email_templates/commit_comment.mako:16
2980 #: rhodecode/templates/email_templates/commit_comment.mako:45
2982 #: rhodecode/templates/email_templates/commit_comment.mako:45
2981 #: rhodecode/templates/search/search_commit.html:6
2983 #: rhodecode/templates/search/search_commit.html:6
2982 #: rhodecode/templates/tags/tags.html:66
2984 #: rhodecode/templates/tags/tags.html:66
2983 msgid "Commit"
2985 msgid "Commit"
2984 msgstr ""
2986 msgstr ""
2985
2987
2986 #: rhodecode/templates/index_repo_group.html:5
2988 #: rhodecode/templates/index_repo_group.html:5
2987 #, python-format
2989 #, python-format
2988 msgid "%s Repository group dashboard"
2990 msgid "%s Repository group dashboard"
2989 msgstr ""
2991 msgstr ""
2990
2992
2991 #: rhodecode/templates/index_repo_group.html:13
2993 #: rhodecode/templates/index_repo_group.html:13
2992 msgid "Home"
2994 msgid "Home"
2993 msgstr ""
2995 msgstr ""
2994
2996
2995 #: rhodecode/templates/login.html:6 rhodecode/templates/login.html:36
2997 #: rhodecode/templates/login.html:5 rhodecode/templates/login.html:35
2996 #: rhodecode/templates/login.html:52 rhodecode/templates/base/base.html:326
2998 #: rhodecode/templates/login.html:64 rhodecode/templates/base/base.html:328
2997 #: rhodecode/templates/debug_style/login.html:60
2999 #: rhodecode/templates/debug_style/login.html:60
2998 msgid "Sign In"
3000 msgid "Sign In"
2999 msgstr ""
3001 msgstr ""
3000
3002
3001 #: rhodecode/templates/login.html:38
3003 #: rhodecode/templates/login.html:37
3002 msgid "Go to the registration page to create a new account."
3004 msgid "Go to the registration page to create a new account."
3003 msgstr ""
3005 msgstr ""
3004
3006
3005 #: rhodecode/templates/login.html:43 rhodecode/templates/register.html:41
3007 #: rhodecode/templates/login.html:43 rhodecode/templates/register.html:41
3006 #: rhodecode/templates/admin/admin_log.html:5
3008 #: rhodecode/templates/admin/admin_log.html:5
3007 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
3009 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
3008 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:21
3010 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:21
3009 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:66
3011 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:66
3010 #: rhodecode/templates/admin/users/user_add.html:35
3012 #: rhodecode/templates/admin/users/user_add.html:35
3011 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3013 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3012 #: rhodecode/templates/admin/users/users.html:89
3014 #: rhodecode/templates/admin/users/users.html:89
3013 #: rhodecode/templates/base/base.html:303
3015 #: rhodecode/templates/base/base.html:305
3014 #: rhodecode/templates/debug_style/login.html:36
3016 #: rhodecode/templates/debug_style/login.html:36
3015 #: rhodecode/templates/users/user_profile.html:27
3017 #: rhodecode/templates/users/user_profile.html:27
3016 msgid "Username"
3018 msgid "Username"
3017 msgstr ""
3019 msgstr ""
3018
3020
3019 #: rhodecode/templates/login.html:48
3021 #: rhodecode/templates/login.html:58
3020 msgid "Remember me"
3022 msgid "Remember me"
3021 msgstr ""
3023 msgstr ""
3022
3024
3023 #: rhodecode/templates/login.html:50
3025 #: rhodecode/templates/login.html:61
3024 msgid "Forgot your password?"
3026 msgid "Forgot your password?"
3025 msgstr ""
3027 msgstr ""
3026
3028
3027 #: rhodecode/templates/login.html:62
3028 msgid "Sign In using one of external services"
3029 msgstr ""
3030
3031 #: rhodecode/templates/password_reset.html:5
3029 #: rhodecode/templates/password_reset.html:5
3032 #: rhodecode/templates/register.html:6
3030 #: rhodecode/templates/register.html:5
3033 msgid "Create an Account"
3031 msgid "Create an Account"
3034 msgstr ""
3032 msgstr ""
3035
3033
3036 #: rhodecode/templates/password_reset.html:35
3034 #: rhodecode/templates/password_reset.html:35
3037 msgid "Reset your Password"
3035 msgid "Reset your Password"
3038 msgstr ""
3036 msgstr ""
3039
3037
3040 #: rhodecode/templates/password_reset.html:36
3038 #: rhodecode/templates/password_reset.html:36
3041 msgid "Go to the login page to sign in."
3039 msgid "Go to the login page to sign in."
3042 msgstr ""
3040 msgstr ""
3043
3041
3044 #: rhodecode/templates/password_reset.html:40
3042 #: rhodecode/templates/password_reset.html:40
3045 msgid "Email Address"
3043 msgid "Email Address"
3046 msgstr ""
3044 msgstr ""
3047
3045
3048 #: rhodecode/templates/password_reset.html:45
3046 #: rhodecode/templates/password_reset.html:49
3049 #: rhodecode/templates/register.html:56
3047 #: rhodecode/templates/register.html:85
3050 msgid "Captcha"
3048 msgid "Captcha"
3051 msgstr ""
3049 msgstr ""
3052
3050
3053 #: rhodecode/templates/password_reset.html:51
3051 #: rhodecode/templates/password_reset.html:59
3054 msgid "Send password reset email"
3052 msgid "Send password reset email"
3055 msgstr ""
3053 msgstr ""
3056
3054
3057 #: rhodecode/templates/password_reset.html:52
3055 #: rhodecode/templates/password_reset.html:60
3058 msgid "Password reset link will be send to matching email address"
3056 msgid "Password reset link will be send to matching email address"
3059 msgstr ""
3057 msgstr ""
3060
3058
3059 #: rhodecode/templates/register.html:35
3060 msgid "Create an account"
3061 msgstr ""
3062
3061 #: rhodecode/templates/register.html:36
3063 #: rhodecode/templates/register.html:36
3062 msgid "Create an account"
3063 msgstr ""
3064
3065 #: rhodecode/templates/register.html:37
3066 msgid "Go to the login page to sign in with an existing account."
3064 msgid "Go to the login page to sign in with an existing account."
3067 msgstr ""
3065 msgstr ""
3068
3066
3069 #: rhodecode/templates/register.html:45
3067 #: rhodecode/templates/register.html:55
3070 msgid "Re-enter password"
3068 msgid "Re-enter password"
3071 msgstr ""
3069 msgstr ""
3072
3070
3073 #: rhodecode/templates/register.html:47
3071 #: rhodecode/templates/register.html:62
3074 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3072 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3075 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3073 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3076 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
3074 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
3077 #: rhodecode/templates/admin/users/user_add.html:68
3075 #: rhodecode/templates/admin/users/user_add.html:68
3078 #: rhodecode/templates/admin/users/user_edit_profile.html:47
3076 #: rhodecode/templates/admin/users/user_edit_profile.html:47
3079 #: rhodecode/templates/admin/users/users.html:93
3077 #: rhodecode/templates/admin/users/users.html:93
3080 msgid "First Name"
3078 msgid "First Name"
3081 msgstr ""
3079 msgstr ""
3082
3080
3083 #: rhodecode/templates/register.html:49
3081 #: rhodecode/templates/register.html:69
3084 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3082 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3085 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3083 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3086 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
3084 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
3087 #: rhodecode/templates/admin/users/user_add.html:77
3085 #: rhodecode/templates/admin/users/user_add.html:77
3088 #: rhodecode/templates/admin/users/user_edit_profile.html:56
3086 #: rhodecode/templates/admin/users/user_edit_profile.html:56
3089 #: rhodecode/templates/admin/users/users.html:95
3087 #: rhodecode/templates/admin/users/users.html:95
3090 msgid "Last Name"
3088 msgid "Last Name"
3091 msgstr ""
3089 msgstr ""
3092
3090
3093 #: rhodecode/templates/register.html:64
3091 #: rhodecode/templates/register.html:97
3094 msgid "Account activation requires admin approval."
3092 msgid "Account activation requires admin approval."
3095 msgstr ""
3093 msgstr ""
3096
3094
3097 #: rhodecode/templates/register.html:71
3095 #: rhodecode/templates/register.html:104
3098 msgid "Create Account"
3096 msgid "Create Account"
3099 msgstr ""
3097 msgstr ""
3100
3098
3101 #: rhodecode/templates/register.html:77
3102 msgid "Register using one of external services"
3103 msgstr ""
3104
3105 #: rhodecode/templates/admin/admin.html:5
3099 #: rhodecode/templates/admin/admin.html:5
3106 #: rhodecode/templates/admin/admin.html:15
3100 #: rhodecode/templates/admin/admin.html:15
3107 #: rhodecode/templates/base/base.html:78
3101 #: rhodecode/templates/base/base.html:78
3108 msgid "Admin journal"
3102 msgid "Admin journal"
3109 msgstr ""
3103 msgstr ""
3110
3104
3111 #: rhodecode/templates/admin/admin.html:13
3105 #: rhodecode/templates/admin/admin.html:13
3112 msgid "journal filter..."
3106 msgid "journal filter..."
3113 msgstr ""
3107 msgstr ""
3114
3108
3115 #: rhodecode/templates/admin/admin.html:14
3109 #: rhodecode/templates/admin/admin.html:14
3116 msgid "filter"
3110 msgid "filter"
3117 msgstr ""
3111 msgstr ""
3118
3112
3119 #: rhodecode/templates/admin/admin.html:15
3113 #: rhodecode/templates/admin/admin.html:15
3120 #: rhodecode/templates/journal/journal.html:14
3114 #: rhodecode/templates/journal/journal.html:14
3121 #, python-format
3115 #, python-format
3122 msgid "%s entry"
3116 msgid "%s entry"
3123 msgid_plural "%s entries"
3117 msgid_plural "%s entries"
3124 msgstr[0] ""
3118 msgstr[0] ""
3125 msgstr[1] ""
3119 msgstr[1] ""
3126
3120
3127 #: rhodecode/templates/admin/admin.html:17
3121 #: rhodecode/templates/admin/admin.html:17
3128 #: rhodecode/templates/journal/journal.html:17
3122 #: rhodecode/templates/journal/journal.html:17
3129 msgid "Example Queries"
3123 msgid "Example Queries"
3130 msgstr ""
3124 msgstr ""
3131
3125
3132 #: rhodecode/templates/admin/admin_log.html:6
3126 #: rhodecode/templates/admin/admin_log.html:6
3133 #: rhodecode/templates/admin/my_account/my_account_repos.html:37
3127 #: rhodecode/templates/admin/my_account/my_account_repos.html:37
3134 #: rhodecode/templates/admin/repo_groups/repo_groups.html:62
3128 #: rhodecode/templates/admin/repo_groups/repo_groups.html:62
3135 #: rhodecode/templates/admin/repos/repo_edit_fields.html:13
3129 #: rhodecode/templates/admin/repos/repo_edit_fields.html:13
3136 #: rhodecode/templates/admin/repos/repos.html:69
3130 #: rhodecode/templates/admin/repos/repos.html:69
3137 #: rhodecode/templates/admin/user_groups/user_groups.html:66
3131 #: rhodecode/templates/admin/user_groups/user_groups.html:66
3138 #: rhodecode/templates/admin/users/users.html:106
3132 #: rhodecode/templates/admin/users/users.html:106
3139 msgid "Action"
3133 msgid "Action"
3140 msgstr ""
3134 msgstr ""
3141
3135
3142 #: rhodecode/templates/admin/admin_log.html:7
3136 #: rhodecode/templates/admin/admin_log.html:7
3143 #: rhodecode/templates/admin/defaults/defaults.html:31
3137 #: rhodecode/templates/admin/defaults/defaults.html:31
3144 #: rhodecode/templates/admin/permissions/permissions_objects.html:13
3138 #: rhodecode/templates/admin/permissions/permissions_objects.html:13
3145 #: rhodecode/templates/search/search_commit.html:5
3139 #: rhodecode/templates/search/search_commit.html:5
3146 #: rhodecode/templates/search/search_path.html:3
3140 #: rhodecode/templates/search/search_path.html:3
3147 msgid "Repository"
3141 msgid "Repository"
3148 msgstr ""
3142 msgstr ""
3149
3143
3150 #: rhodecode/templates/admin/admin_log.html:8
3144 #: rhodecode/templates/admin/admin_log.html:8
3151 #: rhodecode/templates/bookmarks/bookmarks.html:61
3145 #: rhodecode/templates/bookmarks/bookmarks.html:61
3152 #: rhodecode/templates/branches/branches.html:60
3146 #: rhodecode/templates/branches/branches.html:60
3153 #: rhodecode/templates/tags/tags.html:61
3147 #: rhodecode/templates/tags/tags.html:61
3154 msgid "Date"
3148 msgid "Date"
3155 msgstr ""
3149 msgstr ""
3156
3150
3157 #: rhodecode/templates/admin/admin_log.html:9
3151 #: rhodecode/templates/admin/admin_log.html:9
3158 msgid "From IP"
3152 msgid "From IP"
3159 msgstr ""
3153 msgstr ""
3160
3154
3161 #: rhodecode/templates/admin/admin_log.html:44
3155 #: rhodecode/templates/admin/admin_log.html:44
3162 msgid "No actions yet"
3156 msgid "No actions yet"
3163 msgstr ""
3157 msgstr ""
3164
3158
3165 #: rhodecode/templates/admin/auth/auth_settings.html:5
3159 #: rhodecode/templates/admin/auth/auth_settings.html:5
3166 #: rhodecode/templates/admin/auth/plugin_settings.html:5
3160 #: rhodecode/templates/admin/auth/plugin_settings.html:5
3167 msgid "Authentication Settings"
3161 msgid "Authentication Settings"
3168 msgstr ""
3162 msgstr ""
3169
3163
3170 #: rhodecode/templates/admin/auth/auth_settings.html:12
3164 #: rhodecode/templates/admin/auth/auth_settings.html:12
3171 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3165 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3172 #: rhodecode/templates/admin/defaults/defaults.html:12
3166 #: rhodecode/templates/admin/defaults/defaults.html:12
3173 #: rhodecode/templates/admin/permissions/permissions.html:12
3167 #: rhodecode/templates/admin/permissions/permissions.html:12
3174 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3168 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3175 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
3169 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
3176 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:14
3170 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:14
3177 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
3171 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
3178 #: rhodecode/templates/admin/repos/repo_add.html:13
3172 #: rhodecode/templates/admin/repos/repo_add.html:13
3179 #: rhodecode/templates/admin/repos/repo_add.html:17
3173 #: rhodecode/templates/admin/repos/repo_add.html:17
3180 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:15
3174 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:15
3181 #: rhodecode/templates/admin/repos/repos.html:13
3175 #: rhodecode/templates/admin/repos/repos.html:13
3182 #: rhodecode/templates/admin/settings/settings.html:12
3176 #: rhodecode/templates/admin/settings/settings.html:12
3183 #: rhodecode/templates/admin/user_groups/user_group_add.html:11
3177 #: rhodecode/templates/admin/user_groups/user_group_add.html:11
3184 #: rhodecode/templates/admin/user_groups/user_group_edit.html:12
3178 #: rhodecode/templates/admin/user_groups/user_group_edit.html:12
3185 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:14
3179 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:14
3186 #: rhodecode/templates/admin/user_groups/user_groups.html:13
3180 #: rhodecode/templates/admin/user_groups/user_groups.html:13
3187 #: rhodecode/templates/admin/users/user_add.html:11
3181 #: rhodecode/templates/admin/users/user_add.html:11
3188 #: rhodecode/templates/admin/users/user_edit.html:12
3182 #: rhodecode/templates/admin/users/user_edit.html:12
3189 #: rhodecode/templates/admin/users/users.html:13
3183 #: rhodecode/templates/admin/users/users.html:13
3190 #: rhodecode/templates/admin/users/users.html:102
3184 #: rhodecode/templates/admin/users/users.html:102
3191 #: rhodecode/templates/base/base.html:403
3185 #: rhodecode/templates/base/base.html:405
3192 #: rhodecode/templates/base/base.html:410
3186 #: rhodecode/templates/base/base.html:412
3193 msgid "Admin"
3187 msgid "Admin"
3194 msgstr ""
3188 msgstr ""
3195
3189
3196 #: rhodecode/templates/admin/auth/auth_settings.html:14
3190 #: rhodecode/templates/admin/auth/auth_settings.html:14
3197 #: rhodecode/templates/admin/auth/plugin_settings.html:14
3191 #: rhodecode/templates/admin/auth/plugin_settings.html:14
3198 msgid "Authentication Plugins"
3192 msgid "Authentication Plugins"
3199 msgstr ""
3193 msgstr ""
3200
3194
3201 #: rhodecode/templates/admin/auth/auth_settings.html:47
3195 #: rhodecode/templates/admin/auth/auth_settings.html:47
3202 msgid "Enabled and Available Plugins"
3196 msgid "Enabled and Available Plugins"
3203 msgstr ""
3197 msgstr ""
3204
3198
3205 #: rhodecode/templates/admin/auth/auth_settings.html:53
3199 #: rhodecode/templates/admin/auth/auth_settings.html:53
3206 msgid "Enabled Plugins"
3200 msgid "Enabled Plugins"
3207 msgstr ""
3201 msgstr ""
3208
3202
3209 #: rhodecode/templates/admin/auth/auth_settings.html:58
3203 #: rhodecode/templates/admin/auth/auth_settings.html:58
3210 msgid "Add a list of plugins, separated by commas. The order of the plugins is also the order in which RhodeCode Enterprise will try to authenticate a user."
3204 msgid "Add a list of plugins, separated by commas. The order of the plugins is also the order in which RhodeCode Enterprise will try to authenticate a user."
3211 msgstr ""
3205 msgstr ""
3212
3206
3213 #: rhodecode/templates/admin/auth/auth_settings.html:65
3207 #: rhodecode/templates/admin/auth/auth_settings.html:65
3214 msgid "Available Built-in Plugins"
3208 msgid "Available Built-in Plugins"
3215 msgstr ""
3209 msgstr ""
3216
3210
3217 #: rhodecode/templates/admin/auth/auth_settings.html:71
3211 #: rhodecode/templates/admin/auth/auth_settings.html:71
3218 msgid "enabled"
3212 msgid "enabled"
3219 msgstr ""
3213 msgstr ""
3220
3214
3221 #: rhodecode/templates/admin/auth/auth_settings.html:71
3215 #: rhodecode/templates/admin/auth/auth_settings.html:71
3222 msgid "disabled"
3216 msgid "disabled"
3223 msgstr ""
3217 msgstr ""
3224
3218
3225 #: rhodecode/templates/admin/auth/auth_settings.html:81
3219 #: rhodecode/templates/admin/auth/auth_settings.html:81
3226 #: rhodecode/templates/admin/auth/plugin_settings.html:90
3220 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3227 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3221 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3228 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3222 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3229 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3223 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3230 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3224 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3231 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3225 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3232 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3226 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3233 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3227 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3234 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:55
3228 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:67
3235 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3229 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3236 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3230 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3237 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3231 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3238 #: rhodecode/templates/admin/repos/repo_edit_settings.html:145
3232 #: rhodecode/templates/admin/repos/repo_edit_settings.html:158
3239 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3233 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3240 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3234 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3241 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3235 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3242 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3236 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3243 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:72
3237 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:89
3244 #: rhodecode/templates/admin/users/user_add.html:125
3238 #: rhodecode/templates/admin/users/user_add.html:125
3245 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3239 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3246 #: rhodecode/templates/base/default_perms_box.html:88
3240 #: rhodecode/templates/base/default_perms_box.html:88
3247 msgid "Save"
3241 msgid "Save"
3248 msgstr ""
3242 msgstr ""
3249
3243
3250 #: rhodecode/templates/admin/auth/plugin_settings.html:45
3244 #: rhodecode/templates/admin/auth/plugin_settings.html:45
3251 msgid "Plugin"
3245 msgid "Plugin"
3252 msgstr ""
3246 msgstr ""
3253
3247
3254 #: rhodecode/templates/admin/defaults/defaults.html:5
3248 #: rhodecode/templates/admin/defaults/defaults.html:5
3255 #: rhodecode/templates/admin/defaults/defaults.html:14
3249 #: rhodecode/templates/admin/defaults/defaults.html:14
3256 msgid "Repositories defaults"
3250 msgid "Repositories defaults"
3257 msgstr ""
3251 msgstr ""
3258
3252
3259 #: rhodecode/templates/admin/defaults/defaults_repositories.html:3
3253 #: rhodecode/templates/admin/defaults/defaults_repositories.html:3
3260 msgid "Default Settings For New Repositories"
3254 msgid "Default Settings For New Repositories"
3261 msgstr ""
3255 msgstr ""
3262
3256
3263 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3257 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3264 #: rhodecode/templates/admin/gists/index.html:110
3258 #: rhodecode/templates/admin/gists/index.html:110
3265 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3259 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3266 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3260 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3267 msgid "Type"
3261 msgid "Type"
3268 msgstr ""
3262 msgstr ""
3269
3263
3270 #: rhodecode/templates/admin/defaults/defaults_repositories.html:23
3264 #: rhodecode/templates/admin/defaults/defaults_repositories.html:23
3271 #: rhodecode/templates/admin/repos/repo_add_base.html:80
3265 #: rhodecode/templates/admin/repos/repo_add_base.html:80
3272 msgid "Private Repository"
3266 msgid "Private Repository"
3273 msgstr ""
3267 msgstr ""
3274
3268
3275 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3269 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3276 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3270 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3277 #: rhodecode/templates/admin/repos/repo_edit_settings.html:97
3271 #: rhodecode/templates/admin/repos/repo_edit_settings.html:110
3278 #: rhodecode/templates/forks/fork.html:85
3272 #: rhodecode/templates/forks/fork.html:85
3279 msgid "Private repositories are only visible to people explicitly added as collaborators."
3273 msgid "Private repositories are only visible to people explicitly added as collaborators."
3280 msgstr ""
3274 msgstr ""
3281
3275
3282 #: rhodecode/templates/admin/defaults/defaults_repositories.html:34
3276 #: rhodecode/templates/admin/defaults/defaults_repositories.html:34
3283 msgid "Enable Statistics"
3277 msgid "Enable Statistics"
3284 msgstr ""
3278 msgstr ""
3285
3279
3286 #: rhodecode/templates/admin/defaults/defaults_repositories.html:38
3280 #: rhodecode/templates/admin/defaults/defaults_repositories.html:38
3287 msgid "Enable a statistics window on the repository summary page."
3281 msgid "Enable a statistics window on the repository summary page."
3288 msgstr ""
3282 msgstr ""
3289
3283
3290 #: rhodecode/templates/admin/defaults/defaults_repositories.html:44
3284 #: rhodecode/templates/admin/defaults/defaults_repositories.html:44
3291 msgid "Enable Downloads"
3285 msgid "Enable Downloads"
3292 msgstr ""
3286 msgstr ""
3293
3287
3294 #: rhodecode/templates/admin/defaults/defaults_repositories.html:48
3288 #: rhodecode/templates/admin/defaults/defaults_repositories.html:48
3295 msgid "Enable the download option on the repository summary page."
3289 msgid "Enable the download option on the repository summary page."
3296 msgstr ""
3290 msgstr ""
3297
3291
3298 #: rhodecode/templates/admin/defaults/defaults_repositories.html:54
3292 #: rhodecode/templates/admin/defaults/defaults_repositories.html:54
3299 msgid "Enable Locking"
3293 msgid "Enable Locking"
3300 msgstr ""
3294 msgstr ""
3301
3295
3302 #: rhodecode/templates/admin/defaults/defaults_repositories.html:58
3296 #: rhodecode/templates/admin/defaults/defaults_repositories.html:58
3303 msgid "Enable automatic repository locking. Pulling from a repository will lock it, and it is unlocked by pushing back by the same user."
3297 msgid "Enable automatic repository locking. Pulling from a repository will lock it, and it is unlocked by pushing back by the same user."
3304 msgstr ""
3298 msgstr ""
3305
3299
3306 #: rhodecode/templates/admin/gists/edit.html:5
3300 #: rhodecode/templates/admin/gists/edit.html:5
3307 #: rhodecode/templates/admin/gists/edit.html:12
3301 #: rhodecode/templates/admin/gists/edit.html:12
3308 msgid "Edit Gist"
3302 msgid "Edit Gist"
3309 msgstr ""
3303 msgstr ""
3310
3304
3311 #: rhodecode/templates/admin/gists/edit.html:29
3305 #: rhodecode/templates/admin/gists/edit.html:29
3312 #, python-format
3306 #, python-format
3313 msgid "Gist was updated since you started editing. Copy your changes and click %(here)s to reload the new version."
3307 msgid "Gist was updated since you started editing. Copy your changes and click %(here)s to reload the new version."
3314 msgstr ""
3308 msgstr ""
3315
3309
3316 #: rhodecode/templates/admin/gists/edit.html:39
3310 #: rhodecode/templates/admin/gists/edit.html:39
3317 #: rhodecode/templates/admin/gists/new.html:30
3311 #: rhodecode/templates/admin/gists/new.html:30
3318 msgid "Gist description ..."
3312 msgid "Gist description ..."
3319 msgstr ""
3313 msgstr ""
3320
3314
3321 #: rhodecode/templates/admin/gists/edit.html:44
3315 #: rhodecode/templates/admin/gists/edit.html:44
3322 #: rhodecode/templates/admin/gists/new.html:38
3316 #: rhodecode/templates/admin/gists/new.html:38
3323 msgid "Gist lifetime"
3317 msgid "Gist lifetime"
3324 msgstr ""
3318 msgstr ""
3325
3319
3326 #: rhodecode/templates/admin/gists/edit.html:47
3320 #: rhodecode/templates/admin/gists/edit.html:47
3327 #: rhodecode/templates/admin/gists/new.html:41
3321 #: rhodecode/templates/admin/gists/new.html:41
3328 msgid "Gist access level"
3322 msgid "Gist access level"
3329 msgstr ""
3323 msgstr ""
3330
3324
3331 #: rhodecode/templates/admin/gists/edit.html:59
3325 #: rhodecode/templates/admin/gists/edit.html:59
3332 #: rhodecode/templates/admin/gists/new.html:50
3326 #: rhodecode/templates/admin/gists/new.html:50
3333 #: rhodecode/templates/files/files_add.html:74
3327 #: rhodecode/templates/files/files_add.html:74
3334 #: rhodecode/templates/files/files_edit.html:78
3328 #: rhodecode/templates/files/files_edit.html:78
3335 msgid "plain"
3329 msgid "plain"
3336 msgstr ""
3330 msgstr ""
3337
3331
3338 #: rhodecode/templates/admin/gists/edit.html:103
3332 #: rhodecode/templates/admin/gists/edit.html:103
3339 msgid "Update Gist"
3333 msgid "Update Gist"
3340 msgstr ""
3334 msgstr ""
3341
3335
3342 #: rhodecode/templates/admin/gists/edit.html:104
3336 #: rhodecode/templates/admin/gists/edit.html:104
3343 #: rhodecode/templates/base/issue_tracker_settings.html:74
3337 #: rhodecode/templates/base/issue_tracker_settings.html:74
3344 #: rhodecode/templates/changeset/changeset_file_comment.html:139
3338 #: rhodecode/templates/changeset/changeset_file_comment.html:139
3345 #: rhodecode/templates/files/files_add.html:102
3339 #: rhodecode/templates/files/files_add.html:102
3346 #: rhodecode/templates/files/files_delete.html:69
3340 #: rhodecode/templates/files/files_delete.html:69
3347 #: rhodecode/templates/files/files_edit.html:105
3341 #: rhodecode/templates/files/files_edit.html:105
3348 msgid "Cancel"
3342 msgid "Cancel"
3349 msgstr ""
3343 msgstr ""
3350
3344
3351 #: rhodecode/templates/admin/gists/index.html:6
3345 #: rhodecode/templates/admin/gists/index.html:6
3352 #: rhodecode/templates/admin/gists/index.html:20
3346 #: rhodecode/templates/admin/gists/index.html:20
3353 #, python-format
3347 #, python-format
3354 msgid "Private Gists for user %s"
3348 msgid "Private Gists for user %s"
3355 msgstr ""
3349 msgstr ""
3356
3350
3357 #: rhodecode/templates/admin/gists/index.html:8
3351 #: rhodecode/templates/admin/gists/index.html:8
3358 #: rhodecode/templates/admin/gists/index.html:22
3352 #: rhodecode/templates/admin/gists/index.html:22
3359 #, python-format
3353 #, python-format
3360 msgid "Public Gists for user %s"
3354 msgid "Public Gists for user %s"
3361 msgstr ""
3355 msgstr ""
3362
3356
3363 #: rhodecode/templates/admin/gists/index.html:10
3357 #: rhodecode/templates/admin/gists/index.html:10
3364 msgid "Public Gists"
3358 msgid "Public Gists"
3365 msgstr ""
3359 msgstr ""
3366
3360
3367 #: rhodecode/templates/admin/gists/index.html:24
3361 #: rhodecode/templates/admin/gists/index.html:24
3368 #, python-format
3362 #, python-format
3369 msgid "All Gists for user %s"
3363 msgid "All Gists for user %s"
3370 msgstr ""
3364 msgstr ""
3371
3365
3372 #: rhodecode/templates/admin/gists/index.html:26
3366 #: rhodecode/templates/admin/gists/index.html:26
3373 msgid "All Public Gists"
3367 msgid "All Public Gists"
3374 msgstr ""
3368 msgstr ""
3375
3369
3376 #: rhodecode/templates/admin/gists/index.html:44
3370 #: rhodecode/templates/admin/gists/index.html:44
3377 #: rhodecode/templates/admin/gists/show.html:36
3371 #: rhodecode/templates/admin/gists/show.html:36
3378 msgid "Create New Gist"
3372 msgid "Create New Gist"
3379 msgstr ""
3373 msgstr ""
3380
3374
3381 #: rhodecode/templates/admin/gists/index.html:56
3375 #: rhodecode/templates/admin/gists/index.html:56
3382 msgid "All gists"
3376 msgid "All gists"
3383 msgstr ""
3377 msgstr ""
3384
3378
3385 #: rhodecode/templates/admin/gists/index.html:58
3379 #: rhodecode/templates/admin/gists/index.html:58
3386 msgid "All public"
3380 msgid "All public"
3387 msgstr ""
3381 msgstr ""
3388
3382
3389 #: rhodecode/templates/admin/gists/index.html:60
3383 #: rhodecode/templates/admin/gists/index.html:60
3390 msgid "My gists"
3384 msgid "My gists"
3391 msgstr ""
3385 msgstr ""
3392
3386
3393 #: rhodecode/templates/admin/gists/index.html:61
3387 #: rhodecode/templates/admin/gists/index.html:61
3394 msgid "My private"
3388 msgid "My private"
3395 msgstr ""
3389 msgstr ""
3396
3390
3397 #: rhodecode/templates/admin/gists/index.html:62
3391 #: rhodecode/templates/admin/gists/index.html:62
3398 msgid "My public"
3392 msgid "My public"
3399 msgstr ""
3393 msgstr ""
3400
3394
3401 #: rhodecode/templates/admin/gists/index.html:108
3395 #: rhodecode/templates/admin/gists/index.html:108
3396 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
3397 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
3402 #: rhodecode/templates/bookmarks/bookmarks.html:63
3398 #: rhodecode/templates/bookmarks/bookmarks.html:63
3403 #: rhodecode/templates/branches/branches.html:62
3399 #: rhodecode/templates/branches/branches.html:62
3404 #: rhodecode/templates/changelog/changelog.html:102
3400 #: rhodecode/templates/changelog/changelog.html:102
3405 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3401 #: rhodecode/templates/changelog/changelog_summary_data.html:10
3406 #: rhodecode/templates/changeset/changeset.html:164
3402 #: rhodecode/templates/changeset/changeset.html:164
3407 #: rhodecode/templates/compare/compare_cs.html:21
3403 #: rhodecode/templates/compare/compare_commits.html:21
3408 #: rhodecode/templates/files/files_browser.html:53
3404 #: rhodecode/templates/files/files_browser.html:53
3409 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3405 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3410 #: rhodecode/templates/pullrequests/pullrequests.html:102
3406 #: rhodecode/templates/pullrequests/pullrequests.html:102
3411 #: rhodecode/templates/search/search_commit.html:10
3407 #: rhodecode/templates/search/search_commit.html:16
3412 #: rhodecode/templates/tags/tags.html:63
3408 #: rhodecode/templates/tags/tags.html:63
3413 msgid "Author"
3409 msgid "Author"
3414 msgstr ""
3410 msgstr ""
3415
3411
3416 #: rhodecode/templates/admin/gists/index.html:116
3412 #: rhodecode/templates/admin/gists/index.html:116
3417 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:6
3413 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:6
3418 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:6
3414 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:6
3419 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:6
3415 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:6
3420 #: rhodecode/templates/admin/users/user_edit_advanced.html:5
3416 #: rhodecode/templates/admin/users/user_edit_advanced.html:5
3421 msgid "Created on"
3417 msgid "Created on"
3422 msgstr ""
3418 msgstr ""
3423
3419
3424 #: rhodecode/templates/admin/gists/index.html:118
3420 #: rhodecode/templates/admin/gists/index.html:118
3425 #: rhodecode/templates/admin/gists/show.html:65
3421 #: rhodecode/templates/admin/gists/show.html:65
3426 msgid "Expires"
3422 msgid "Expires"
3427 msgstr ""
3423 msgstr ""
3428
3424
3429 #: rhodecode/templates/admin/gists/new.html:5
3425 #: rhodecode/templates/admin/gists/new.html:5
3430 #: rhodecode/templates/admin/gists/new.html:12
3426 #: rhodecode/templates/admin/gists/new.html:12
3431 msgid "New Gist"
3427 msgid "New Gist"
3432 msgstr ""
3428 msgstr ""
3433
3429
3434 #: rhodecode/templates/admin/gists/new.html:35
3430 #: rhodecode/templates/admin/gists/new.html:35
3435 msgid "Gist id"
3431 msgid "Gist id"
3436 msgstr ""
3432 msgstr ""
3437
3433
3438 #: rhodecode/templates/admin/gists/new.html:36
3434 #: rhodecode/templates/admin/gists/new.html:36
3439 msgid "Auto generated"
3435 msgid "Auto generated"
3440 msgstr ""
3436 msgstr ""
3441
3437
3442 #: rhodecode/templates/admin/gists/new.html:49
3438 #: rhodecode/templates/admin/gists/new.html:49
3443 msgid "name this file..."
3439 msgid "name this file..."
3444 msgstr ""
3440 msgstr ""
3445
3441
3446 #: rhodecode/templates/admin/gists/new.html:60
3442 #: rhodecode/templates/admin/gists/new.html:60
3447 msgid "Create Private Gist"
3443 msgid "Create Private Gist"
3448 msgstr ""
3444 msgstr ""
3449
3445
3450 #: rhodecode/templates/admin/gists/new.html:61
3446 #: rhodecode/templates/admin/gists/new.html:61
3451 msgid "Create Public Gist"
3447 msgid "Create Public Gist"
3452 msgstr ""
3448 msgstr ""
3453
3449
3454 #: rhodecode/templates/admin/gists/new.html:62
3450 #: rhodecode/templates/admin/gists/new.html:62
3455 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
3451 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
3456 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
3452 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
3457 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
3453 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
3458 #: rhodecode/templates/admin/my_account/my_account_password.html:37
3454 #: rhodecode/templates/admin/my_account/my_account_password.html:37
3459 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
3455 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
3460 #: rhodecode/templates/admin/permissions/permissions_application.html:51
3456 #: rhodecode/templates/admin/permissions/permissions_application.html:51
3461 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3457 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3462 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3458 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3463 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3459 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3464 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:56
3460 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
3465 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3461 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3466 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3462 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3467 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3463 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3468 #: rhodecode/templates/admin/repos/repo_edit_settings.html:146
3464 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
3469 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3465 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3470 #: rhodecode/templates/admin/settings/settings_global.html:110
3466 #: rhodecode/templates/admin/settings/settings_global.html:110
3471 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
3467 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
3472 #: rhodecode/templates/admin/settings/settings_labs.html:46
3468 #: rhodecode/templates/admin/settings/settings_labs.html:46
3473 #: rhodecode/templates/admin/settings/settings_vcs.html:14
3469 #: rhodecode/templates/admin/settings/settings_vcs.html:14
3474 #: rhodecode/templates/admin/settings/settings_visual.html:220
3470 #: rhodecode/templates/admin/settings/settings_visual.html:220
3475 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
3471 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
3476 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
3472 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
3477 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
3473 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
3478 #: rhodecode/templates/admin/users/user_edit_emails.html:63
3474 #: rhodecode/templates/admin/users/user_edit_emails.html:63
3479 #: rhodecode/templates/admin/users/user_edit_ips.html:70
3475 #: rhodecode/templates/admin/users/user_edit_ips.html:70
3480 #: rhodecode/templates/admin/users/user_edit_profile.html:135
3476 #: rhodecode/templates/admin/users/user_edit_profile.html:135
3481 #: rhodecode/templates/base/default_perms_box.html:89
3477 #: rhodecode/templates/base/default_perms_box.html:89
3482 msgid "Reset"
3478 msgid "Reset"
3483 msgstr ""
3479 msgstr ""
3484
3480
3485 #: rhodecode/templates/admin/gists/show.html:13
3481 #: rhodecode/templates/admin/gists/show.html:13
3486 #: rhodecode/templates/admin/gists/show.html:20
3482 #: rhodecode/templates/admin/gists/show.html:20
3487 msgid "Gist"
3483 msgid "Gist"
3488 msgstr ""
3484 msgstr ""
3489
3485
3490 #: rhodecode/templates/admin/gists/show.html:49
3486 #: rhodecode/templates/admin/gists/show.html:49
3491 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3487 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3492 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3488 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3493 #: rhodecode/templates/admin/my_account/my_account_oauth.html:50
3489 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3494 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:34
3495 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3490 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3496 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3491 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3497 #: rhodecode/templates/admin/settings/settings_hooks.html:46
3492 #: rhodecode/templates/admin/settings/settings_hooks.html:46
3498 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
3493 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
3499 #: rhodecode/templates/admin/users/user_edit_emails.html:31
3494 #: rhodecode/templates/admin/users/user_edit_emails.html:31
3500 #: rhodecode/templates/admin/users/user_edit_ips.html:34
3495 #: rhodecode/templates/admin/users/user_edit_ips.html:34
3501 #: rhodecode/templates/base/issue_tracker_settings.html:70
3496 #: rhodecode/templates/base/issue_tracker_settings.html:70
3502 #: rhodecode/templates/base/vcs_settings.html:147
3497 #: rhodecode/templates/base/vcs_settings.html:147
3503 #: rhodecode/templates/base/vcs_settings.html:172
3498 #: rhodecode/templates/base/vcs_settings.html:172
3504 #: rhodecode/templates/changeset/changeset_file_comment.html:49
3499 #: rhodecode/templates/changeset/changeset_file_comment.html:49
3505 #: rhodecode/templates/changeset/changeset_file_comment.html:99
3500 #: rhodecode/templates/changeset/changeset_file_comment.html:99
3506 #: rhodecode/templates/data_table/_dt_elements.html:117
3501 #: rhodecode/templates/data_table/_dt_elements.html:117
3507 #: rhodecode/templates/data_table/_dt_elements.html:174
3502 #: rhodecode/templates/data_table/_dt_elements.html:174
3508 #: rhodecode/templates/data_table/_dt_elements.html:188
3503 #: rhodecode/templates/data_table/_dt_elements.html:188
3509 #: rhodecode/templates/data_table/_dt_elements.html:200
3504 #: rhodecode/templates/data_table/_dt_elements.html:200
3510 #: rhodecode/templates/debug_style/buttons.html:132
3505 #: rhodecode/templates/debug_style/buttons.html:132
3511 #: rhodecode/templates/files/files_source.html:33
3506 #: rhodecode/templates/files/files_source.html:33
3512 #: rhodecode/templates/files/files_source.html:37
3507 #: rhodecode/templates/files/files_source.html:37
3513 #: rhodecode/templates/files/files_source.html:40
3508 #: rhodecode/templates/files/files_source.html:40
3514 msgid "Delete"
3509 msgid "Delete"
3515 msgstr ""
3510 msgstr ""
3516
3511
3517 #: rhodecode/templates/admin/gists/show.html:49
3512 #: rhodecode/templates/admin/gists/show.html:49
3518 msgid "Confirm to delete this Gist"
3513 msgid "Confirm to delete this Gist"
3519 msgstr ""
3514 msgstr ""
3520
3515
3521 #: rhodecode/templates/admin/gists/show.html:56
3516 #: rhodecode/templates/admin/gists/show.html:56
3522 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
3517 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
3523 #: rhodecode/templates/base/issue_tracker_settings.html:61
3518 #: rhodecode/templates/base/issue_tracker_settings.html:61
3524 #: rhodecode/templates/changeset/changeset_file_comment.html:145
3519 #: rhodecode/templates/changeset/changeset_file_comment.html:145
3525 #: rhodecode/templates/changeset/changeset_file_comment.html:292
3520 #: rhodecode/templates/changeset/changeset_file_comment.html:292
3526 #: rhodecode/templates/data_table/_dt_elements.html:112
3521 #: rhodecode/templates/data_table/_dt_elements.html:112
3527 #: rhodecode/templates/data_table/_dt_elements.html:170
3522 #: rhodecode/templates/data_table/_dt_elements.html:170
3528 #: rhodecode/templates/data_table/_dt_elements.html:183
3523 #: rhodecode/templates/data_table/_dt_elements.html:183
3529 #: rhodecode/templates/data_table/_dt_elements.html:196
3524 #: rhodecode/templates/data_table/_dt_elements.html:196
3530 #: rhodecode/templates/debug_style/buttons.html:128
3525 #: rhodecode/templates/debug_style/buttons.html:128
3531 #: rhodecode/templates/files/files_add.html:204
3526 #: rhodecode/templates/files/files_add.html:204
3532 #: rhodecode/templates/files/files_edit.html:165
3527 #: rhodecode/templates/files/files_edit.html:165
3533 #: rhodecode/templates/files/files_source.html:36
3528 #: rhodecode/templates/files/files_source.html:36
3534 #: rhodecode/templates/files/files_source.html:39
3529 #: rhodecode/templates/files/files_source.html:39
3535 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
3530 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
3536 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
3531 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
3537 #: rhodecode/templates/users/user_profile.html:7
3532 #: rhodecode/templates/users/user_profile.html:7
3538 msgid "Edit"
3533 msgid "Edit"
3539 msgstr ""
3534 msgstr ""
3540
3535
3541 #: rhodecode/templates/admin/gists/show.html:58
3536 #: rhodecode/templates/admin/gists/show.html:58
3542 msgid "Show as Raw"
3537 msgid "Show as Raw"
3543 msgstr ""
3538 msgstr ""
3544
3539
3545 #: rhodecode/templates/admin/gists/show.html:62
3540 #: rhodecode/templates/admin/gists/show.html:62
3546 msgid "Private Gist"
3541 msgid "Private Gist"
3547 msgstr ""
3542 msgstr ""
3548
3543
3549 #: rhodecode/templates/admin/gists/show.html:77
3544 #: rhodecode/templates/admin/gists/show.html:77
3550 msgid "created"
3545 msgid "created"
3551 msgstr ""
3546 msgstr ""
3552
3547
3553 #: rhodecode/templates/admin/gists/show.html:91
3548 #: rhodecode/templates/admin/gists/show.html:91
3554 #: rhodecode/templates/files/files_delete.html:50
3549 #: rhodecode/templates/files/files_delete.html:50
3555 #: rhodecode/templates/files/files_source.html:61
3550 #: rhodecode/templates/files/files_source.html:61
3556 msgid "Show as raw"
3551 msgid "Show as raw"
3557 msgstr ""
3552 msgstr ""
3558
3553
3559 #: rhodecode/templates/admin/my_account/my_account.html:5
3554 #: rhodecode/templates/admin/my_account/my_account.html:5
3560 #: rhodecode/templates/base/base.html:340
3555 #: rhodecode/templates/base/base.html:342
3561 msgid "My account"
3556 msgid "My account"
3562 msgstr ""
3557 msgstr ""
3563
3558
3564 #: rhodecode/templates/admin/my_account/my_account.html:12
3559 #: rhodecode/templates/admin/my_account/my_account.html:12
3565 msgid "My Account"
3560 msgid "My Account"
3566 msgstr ""
3561 msgstr ""
3567
3562
3568 #: rhodecode/templates/admin/my_account/my_account.html:29
3563 #: rhodecode/templates/admin/my_account/my_account.html:29
3569 #: rhodecode/templates/admin/my_account/my_account_profile.html:4
3564 #: rhodecode/templates/admin/my_account/my_account_profile.html:4
3570 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:4
3565 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:4
3571 msgid "My Profile"
3566 msgid "My Profile"
3572 msgstr ""
3567 msgstr ""
3573
3568
3574 #: rhodecode/templates/admin/my_account/my_account.html:31
3569 #: rhodecode/templates/admin/my_account/my_account.html:31
3575 msgid "Auth Tokens"
3570 msgid "Auth Tokens"
3576 msgstr ""
3571 msgstr ""
3577
3572
3578 #: rhodecode/templates/admin/my_account/my_account.html:32
3573 #: rhodecode/templates/admin/my_account/my_account.html:34
3579 msgid "OAuth Identities"
3574 msgid "OAuth Identities"
3580 msgstr ""
3575 msgstr ""
3581
3576
3582 #: rhodecode/templates/admin/my_account/my_account.html:33
3583 msgid "My Emails"
3584 msgstr ""
3585
3586 #: rhodecode/templates/admin/my_account/my_account.html:34
3587 msgid "My Repositories"
3588 msgstr ""
3589
3590 #: rhodecode/templates/admin/my_account/my_account.html:35
3591 msgid "Watched"
3592 msgstr ""
3593
3594 #: rhodecode/templates/admin/my_account/my_account.html:36
3595 #: rhodecode/templates/admin/notifications/notifications.html:33
3596 #: rhodecode/templates/base/base.html:240
3597 msgid "Pull Requests"
3598 msgstr ""
3599
3600 #: rhodecode/templates/admin/my_account/my_account.html:37
3577 #: rhodecode/templates/admin/my_account/my_account.html:37
3578 msgid "My Emails"
3579 msgstr ""
3580
3581 #: rhodecode/templates/admin/my_account/my_account.html:38
3582 msgid "My Repositories"
3583 msgstr ""
3584
3585 #: rhodecode/templates/admin/my_account/my_account.html:39
3586 msgid "Watched"
3587 msgstr ""
3588
3589 #: rhodecode/templates/admin/my_account/my_account.html:40
3590 #: rhodecode/templates/admin/notifications/notifications.html:33
3591 #: rhodecode/templates/base/base.html:242
3592 msgid "Pull Requests"
3593 msgstr ""
3594
3595 #: rhodecode/templates/admin/my_account/my_account.html:41
3601 msgid "My Permissions"
3596 msgid "My Permissions"
3602 msgstr ""
3597 msgstr ""
3603
3598
3604 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:3
3599 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:3
3605 msgid "Authentication Tokens"
3600 msgid "Authentication Tokens"
3606 msgstr ""
3601 msgstr ""
3607
3602
3608 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:7
3603 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:7
3609 msgid "Built-in tokens can be used to authenticate with all possible options."
3604 msgid "Built-in tokens can be used to authenticate with all possible options."
3610 msgstr ""
3605 msgstr ""
3611
3606
3612 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:8
3607 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:8
3613 msgid "Each token can have a role. VCS tokens can be used together with the authtoken auth plugin for git/hg operations."
3608 msgid "Each token can have a role. VCS tokens can be used together with the authtoken auth plugin for git/hg operations."
3614 msgstr ""
3609 msgstr ""
3615
3610
3616 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:14
3611 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:14
3617 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:11
3612 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:11
3618 msgid "Built-in"
3613 msgid "Built-in"
3619 msgstr ""
3614 msgstr ""
3620
3615
3621 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
3616 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
3622 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
3617 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
3623 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:47
3618 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:47
3624 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
3619 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
3625 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
3620 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
3626 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:43
3621 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:43
3627 msgid "expires"
3622 msgid "expires"
3628 msgstr ""
3623 msgstr ""
3629
3624
3630 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:25
3625 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:25
3631 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:22
3626 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:22
3632 #, python-format
3627 #, python-format
3633 msgid "Confirm to reset this auth token: %s"
3628 msgid "Confirm to reset this auth token: %s"
3634 msgstr ""
3629 msgstr ""
3635
3630
3636 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:45
3631 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:45
3637 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:41
3632 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:41
3638 msgid "expired"
3633 msgid "expired"
3639 msgstr ""
3634 msgstr ""
3640
3635
3641 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:55
3636 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:55
3642 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:51
3637 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:51
3643 #, python-format
3638 #, python-format
3644 msgid "Confirm to remove this auth token: %s"
3639 msgid "Confirm to remove this auth token: %s"
3645 msgstr ""
3640 msgstr ""
3646
3641
3647 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:63
3642 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:63
3648 msgid "No additional auth token specified"
3643 msgid "No additional auth token specified"
3649 msgstr ""
3644 msgstr ""
3650
3645
3651 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:74
3646 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:74
3652 msgid "New authentication token"
3647 msgid "New authentication token"
3653 msgstr ""
3648 msgstr ""
3654
3649
3655 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:83
3650 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:83
3656 #: rhodecode/templates/admin/my_account/my_account_emails.html:64
3651 #: rhodecode/templates/admin/my_account/my_account_emails.html:64
3657 #: rhodecode/templates/admin/permissions/permissions_ips.html:60
3652 #: rhodecode/templates/admin/permissions/permissions_ips.html:60
3658 #: rhodecode/templates/admin/repos/repo_edit_fields.html:65
3653 #: rhodecode/templates/admin/repos/repo_edit_fields.html:65
3659 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:80
3654 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:80
3660 #: rhodecode/templates/admin/users/user_edit_emails.html:62
3655 #: rhodecode/templates/admin/users/user_edit_emails.html:62
3661 #: rhodecode/templates/admin/users/user_edit_ips.html:69
3656 #: rhodecode/templates/admin/users/user_edit_ips.html:69
3662 msgid "Add"
3657 msgid "Add"
3663 msgstr ""
3658 msgstr ""
3664
3659
3665 #: rhodecode/templates/admin/my_account/my_account_emails.html:5
3660 #: rhodecode/templates/admin/my_account/my_account_emails.html:5
3666 msgid "Account Emails"
3661 msgid "Account Emails"
3667 msgstr ""
3662 msgstr ""
3668
3663
3669 #: rhodecode/templates/admin/my_account/my_account_emails.html:17
3664 #: rhodecode/templates/admin/my_account/my_account_emails.html:17
3670 #: rhodecode/templates/admin/users/user_edit_emails.html:16
3665 #: rhodecode/templates/admin/users/user_edit_emails.html:16
3671 msgid "Primary"
3666 msgid "Primary"
3672 msgstr ""
3667 msgstr ""
3673
3668
3674 #: rhodecode/templates/admin/my_account/my_account_emails.html:31
3669 #: rhodecode/templates/admin/my_account/my_account_emails.html:31
3675 #: rhodecode/templates/admin/users/user_edit_emails.html:30
3670 #: rhodecode/templates/admin/users/user_edit_emails.html:30
3676 #, python-format
3671 #, python-format
3677 msgid "Confirm to delete this email: %s"
3672 msgid "Confirm to delete this email: %s"
3678 msgstr ""
3673 msgstr ""
3679
3674
3680 #: rhodecode/templates/admin/my_account/my_account_emails.html:42
3675 #: rhodecode/templates/admin/my_account/my_account_emails.html:42
3681 #: rhodecode/templates/admin/users/user_edit_emails.html:41
3676 #: rhodecode/templates/admin/users/user_edit_emails.html:41
3682 msgid "No additional emails specified"
3677 msgid "No additional emails specified"
3683 msgstr ""
3678 msgstr ""
3684
3679
3685 #: rhodecode/templates/admin/my_account/my_account_emails.html:57
3680 #: rhodecode/templates/admin/my_account/my_account_emails.html:57
3686 #: rhodecode/templates/admin/users/user_edit_emails.html:55
3681 #: rhodecode/templates/admin/users/user_edit_emails.html:55
3687 msgid "New email address"
3682 msgid "New email address"
3688 msgstr ""
3683 msgstr ""
3689
3684
3690 #: rhodecode/templates/admin/my_account/my_account_oauth.html:5
3691 msgid "Oauth Identities"
3692 msgstr ""
3693
3694 #: rhodecode/templates/admin/my_account/my_account_oauth.html:9
3695 msgid "External services currently connected with your Rhodecode user"
3696 msgstr ""
3697
3698 #: rhodecode/templates/admin/my_account/my_account_oauth.html:15
3699 msgid "No social authentication plugins are enabled by administrator"
3700 msgstr ""
3701
3702 #: rhodecode/templates/admin/my_account/my_account_oauth.html:49
3703 msgid "Confirm to remove this provider from your account"
3704 msgstr ""
3705
3706 #: rhodecode/templates/admin/my_account/my_account_oauth.html:59
3707 msgid "You have no accounts linked yet"
3708 msgstr ""
3709
3710 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3685 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3711 msgid "Change Your Account Password"
3686 msgid "Change Your Account Password"
3712 msgstr ""
3687 msgstr ""
3713
3688
3714 #: rhodecode/templates/admin/my_account/my_account_password.html:10
3689 #: rhodecode/templates/admin/my_account/my_account_password.html:10
3715 msgid "Current Password"
3690 msgid "Current Password"
3716 msgstr ""
3691 msgstr ""
3717
3692
3718 #: rhodecode/templates/admin/my_account/my_account_password.html:19
3693 #: rhodecode/templates/admin/my_account/my_account_password.html:19
3719 #: rhodecode/templates/admin/users/user_edit_profile.html:74
3694 #: rhodecode/templates/admin/users/user_edit_profile.html:74
3720 msgid "New Password"
3695 msgid "New Password"
3721 msgstr ""
3696 msgstr ""
3722
3697
3723 #: rhodecode/templates/admin/my_account/my_account_password.html:28
3698 #: rhodecode/templates/admin/my_account/my_account_password.html:28
3724 msgid "Confirm New Password"
3699 msgid "Confirm New Password"
3725 msgstr ""
3700 msgstr ""
3726
3701
3727 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
3702 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
3728 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
3703 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
3729 #: rhodecode/templates/admin/users/user_edit_profile.html:25
3704 #: rhodecode/templates/admin/users/user_edit_profile.html:25
3730 #: rhodecode/templates/users/user_profile.html:14
3705 #: rhodecode/templates/users/user_profile.html:14
3731 msgid "Photo"
3706 msgid "Photo"
3732 msgstr ""
3707 msgstr ""
3733
3708
3734 #: rhodecode/templates/admin/my_account/my_account_profile.html:18
3709 #: rhodecode/templates/admin/my_account/my_account_profile.html:18
3735 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:60
3710 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:60
3736 #: rhodecode/templates/admin/users/user_edit_profile.html:33
3711 #: rhodecode/templates/admin/users/user_edit_profile.html:33
3737 #: rhodecode/templates/users/user_profile.html:21
3712 #: rhodecode/templates/users/user_profile.html:21
3738 msgid "Avatars are disabled"
3713 msgid "Avatars are disabled"
3739 msgstr ""
3714 msgstr ""
3740
3715
3741 #: rhodecode/templates/admin/my_account/my_account_profile.html:51
3716 #: rhodecode/templates/admin/my_account/my_account_profile.html:51
3742 #: rhodecode/templates/users/user_profile.html:54
3717 #: rhodecode/templates/users/user_profile.html:54
3743 msgid "Missing email, please update your user email address."
3718 msgid "Missing email, please update your user email address."
3744 msgstr ""
3719 msgstr ""
3745
3720
3746 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:18
3721 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:18
3747 msgid "Your user account details are managed by an external source, i.e. LDAP. Details cannot be managed here."
3722 msgid "Your user account details are managed by an external source, i.e. LDAP. Details cannot be managed here."
3748 msgstr ""
3723 msgstr ""
3749
3724
3750 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:57
3725 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:57
3751 msgid "Change your avatar at"
3726 msgid "Change your avatar at"
3752 msgstr ""
3727 msgstr ""
3753
3728
3754 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:6
3729 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:6
3755 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:8
3730 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:8
3756 msgid "Show Closed Pull Requests"
3731 msgid "Show Closed Pull Requests"
3757 msgstr ""
3732 msgstr ""
3758
3733
3759 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:16
3734 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:15
3760 msgid "Pull Requests You Opened"
3735 msgid "Pull Requests You Opened"
3761 msgstr ""
3736 msgstr ""
3762
3737
3738 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
3739 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:86
3740 msgid "Target Repo"
3741 msgstr ""
3742
3743 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
3744 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
3745 #: rhodecode/templates/admin/settings/settings_global.html:9
3746 #: rhodecode/templates/email_templates/pull_request_review.mako:28
3747 #: rhodecode/templates/email_templates/pull_request_review.mako:65
3748 #: rhodecode/templates/pullrequests/pullrequest.html:38
3749 #: rhodecode/templates/pullrequests/pullrequests.html:104
3750 msgid "Title"
3751 msgstr ""
3752
3763 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3753 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3764 #, python-format
3754 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
3765 msgid "Pull request #%s opened on %s"
3755 msgid "Opened On"
3766 msgstr ""
3756 msgstr ""
3767
3757
3768 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:29
3758 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:41
3769 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
3759 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:103
3760 #: rhodecode/templates/changelog/changelog.html:141
3761 #: rhodecode/templates/compare/compare_commits.html:49
3762 #: rhodecode/templates/search/search_commit.html:36
3763 msgid "Expand commit message"
3764 msgstr ""
3765
3766 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3767 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:112
3770 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3768 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3771 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3769 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3772 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3770 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3773 #: rhodecode/templates/pullrequests/pullrequests.html:51
3771 #: rhodecode/templates/pullrequests/pullrequests.html:52
3774 msgid "Closed"
3772 msgid "Closed"
3775 msgstr ""
3773 msgstr ""
3776
3774
3777 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:35
3775 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
3778 msgid "Confirm to delete this pull request"
3776 msgid "Confirm to delete this pull request"
3779 msgstr ""
3777 msgstr ""
3780
3778
3781 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:42
3779 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:69
3782 msgid "You currently have no open pull requests."
3780 msgid "You currently have no open pull requests."
3783 msgstr ""
3781 msgstr ""
3784
3782
3785 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3783 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:77
3786 msgid "Pull Requests You Participate In"
3784 msgid "Pull Requests You Participate In"
3787 msgstr ""
3785 msgstr ""
3788
3786
3789 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
3787 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:125
3790 #, python-format
3791 msgid "Pull request #%s opened by %s on %s"
3792 msgstr ""
3793
3794 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:70
3795 msgid "There are currently no open pull requests requiring your participation."
3788 msgid "There are currently no open pull requests requiring your participation."
3796 msgstr ""
3789 msgstr ""
3797
3790
3798 #: rhodecode/templates/admin/my_account/my_account_repos.html:3
3791 #: rhodecode/templates/admin/my_account/my_account_repos.html:3
3799 msgid "Repositories You Own"
3792 msgid "Repositories You Own"
3800 msgstr ""
3793 msgstr ""
3801
3794
3802 #: rhodecode/templates/admin/my_account/my_account_watched.html:3
3795 #: rhodecode/templates/admin/my_account/my_account_watched.html:3
3803 msgid "Your Watched Repositories"
3796 msgid "Your Watched Repositories"
3804 msgstr ""
3797 msgstr ""
3805
3798
3806 #: rhodecode/templates/admin/notifications/notifications.html:5
3799 #: rhodecode/templates/admin/notifications/notifications.html:5
3807 #: rhodecode/templates/admin/notifications/notifications.html:12
3800 #: rhodecode/templates/admin/notifications/notifications.html:12
3808 msgid "My Notifications"
3801 msgid "My Notifications"
3809 msgstr ""
3802 msgstr ""
3810
3803
3811 #: rhodecode/templates/admin/notifications/notifications.html:31
3804 #: rhodecode/templates/admin/notifications/notifications.html:31
3812 msgid "All"
3805 msgid "All"
3813 msgstr ""
3806 msgstr ""
3814
3807
3815 #: rhodecode/templates/admin/notifications/notifications.html:32
3808 #: rhodecode/templates/admin/notifications/notifications.html:32
3816 #: rhodecode/templates/changeset/changeset.html:140
3809 #: rhodecode/templates/changeset/changeset.html:140
3817 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
3810 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
3818 msgid "Comments"
3811 msgid "Comments"
3819 msgstr ""
3812 msgstr ""
3820
3813
3821 #: rhodecode/templates/admin/notifications/notifications.html:37
3814 #: rhodecode/templates/admin/notifications/notifications.html:37
3822 msgid "Mark all as read"
3815 msgid "Mark all as read"
3823 msgstr ""
3816 msgstr ""
3824
3817
3825 #: rhodecode/templates/admin/notifications/notifications_data.html:39
3818 #: rhodecode/templates/admin/notifications/notifications_data.html:39
3826 msgid "No notifications here yet"
3819 msgid "No notifications here yet"
3827 msgstr ""
3820 msgstr ""
3828
3821
3829 #: rhodecode/templates/admin/notifications/show_notification.html:5
3822 #: rhodecode/templates/admin/notifications/show_notification.html:5
3830 #: rhodecode/templates/admin/notifications/show_notification.html:14
3823 #: rhodecode/templates/admin/notifications/show_notification.html:14
3831 msgid "Show notification"
3824 msgid "Show notification"
3832 msgstr ""
3825 msgstr ""
3833
3826
3834 #: rhodecode/templates/admin/notifications/show_notification.html:12
3827 #: rhodecode/templates/admin/notifications/show_notification.html:12
3835 msgid "Notifications"
3828 msgid "Notifications"
3836 msgstr ""
3829 msgstr ""
3837
3830
3838 #: rhodecode/templates/admin/permissions/permissions.html:5
3831 #: rhodecode/templates/admin/permissions/permissions.html:5
3839 msgid "Permissions Administration"
3832 msgid "Permissions Administration"
3840 msgstr ""
3833 msgstr ""
3841
3834
3842 #: rhodecode/templates/admin/permissions/permissions.html:14
3835 #: rhodecode/templates/admin/permissions/permissions.html:14
3843 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
3836 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
3844 #: rhodecode/templates/admin/repos/repo_edit.html:42
3837 #: rhodecode/templates/admin/repos/repo_edit.html:42
3845 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
3838 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
3846 #: rhodecode/templates/base/base.html:83
3839 #: rhodecode/templates/base/base.html:83
3847 msgid "Permissions"
3840 msgid "Permissions"
3848 msgstr ""
3841 msgstr ""
3849
3842
3850 #: rhodecode/templates/admin/permissions/permissions.html:33
3843 #: rhodecode/templates/admin/permissions/permissions.html:33
3851 msgid "Application"
3844 msgid "Application"
3852 msgstr ""
3845 msgstr ""
3853
3846
3854 #: rhodecode/templates/admin/permissions/permissions.html:39
3847 #: rhodecode/templates/admin/permissions/permissions.html:39
3855 msgid "Object"
3848 msgid "Object"
3856 msgstr ""
3849 msgstr ""
3857
3850
3858 #: rhodecode/templates/admin/permissions/permissions.html:42
3851 #: rhodecode/templates/admin/permissions/permissions.html:42
3859 msgid "IP Whitelist"
3852 msgid "IP Whitelist"
3860 msgstr ""
3853 msgstr ""
3861
3854
3862 #: rhodecode/templates/admin/permissions/permissions.html:45
3855 #: rhodecode/templates/admin/permissions/permissions.html:45
3863 msgid "Overview"
3856 msgid "Overview"
3864 msgstr ""
3857 msgstr ""
3865
3858
3866 #: rhodecode/templates/admin/permissions/permissions_application.html:3
3859 #: rhodecode/templates/admin/permissions/permissions_application.html:3
3867 msgid "System Wide Application Permissions"
3860 msgid "System Wide Application Permissions"
3868 msgstr ""
3861 msgstr ""
3869
3862
3870 #: rhodecode/templates/admin/permissions/permissions_application.html:12
3863 #: rhodecode/templates/admin/permissions/permissions_application.html:12
3871 msgid "Anonymous Access"
3864 msgid "Anonymous Access"
3872 msgstr ""
3865 msgstr ""
3873
3866
3874 #: rhodecode/templates/admin/permissions/permissions_application.html:18
3867 #: rhodecode/templates/admin/permissions/permissions_application.html:18
3875 #, python-format
3868 #, python-format
3876 msgid "Allow access to RhodeCode Enterprise without requiring users to login. Anonymous users get the %s permission settings."
3869 msgid "Allow access to RhodeCode Enterprise without requiring users to login. Anonymous users get the %s permission settings."
3877 msgstr ""
3870 msgstr ""
3878
3871
3879 #: rhodecode/templates/admin/permissions/permissions_application.html:24
3872 #: rhodecode/templates/admin/permissions/permissions_application.html:24
3880 msgid "Registration"
3873 msgid "Registration"
3881 msgstr ""
3874 msgstr ""
3882
3875
3883 #: rhodecode/templates/admin/permissions/permissions_application.html:33
3876 #: rhodecode/templates/admin/permissions/permissions_application.html:33
3884 msgid "Registration Page Message"
3877 msgid "Registration Page Message"
3885 msgstr ""
3878 msgstr ""
3886
3879
3887 #: rhodecode/templates/admin/permissions/permissions_application.html:37
3880 #: rhodecode/templates/admin/permissions/permissions_application.html:37
3888 msgid "Custom message to be displayed on the registration page. HTML syntax is supported."
3881 msgid "Custom message to be displayed on the registration page. HTML syntax is supported."
3889 msgstr ""
3882 msgstr ""
3890
3883
3891 #: rhodecode/templates/admin/permissions/permissions_application.html:43
3884 #: rhodecode/templates/admin/permissions/permissions_application.html:43
3892 msgid "External Authentication Account Activation"
3885 msgid "External Authentication Account Activation"
3893 msgstr ""
3886 msgstr ""
3894
3887
3895 #: rhodecode/templates/admin/permissions/permissions_ips.html:5
3888 #: rhodecode/templates/admin/permissions/permissions_ips.html:5
3896 msgid "Default IP Whitelist For All Users"
3889 msgid "Default IP Whitelist For All Users"
3897 msgstr ""
3890 msgstr ""
3898
3891
3899 #: rhodecode/templates/admin/permissions/permissions_ips.html:27
3892 #: rhodecode/templates/admin/permissions/permissions_ips.html:27
3900 #: rhodecode/templates/admin/users/user_edit_ips.html:35
3893 #: rhodecode/templates/admin/users/user_edit_ips.html:35
3901 #, python-format
3894 #, python-format
3902 msgid "Confirm to delete this ip: %s"
3895 msgid "Confirm to delete this ip: %s"
3903 msgstr ""
3896 msgstr ""
3904
3897
3905 #: rhodecode/templates/admin/permissions/permissions_ips.html:34
3898 #: rhodecode/templates/admin/permissions/permissions_ips.html:34
3906 #: rhodecode/templates/admin/users/user_edit_ips.html:43
3899 #: rhodecode/templates/admin/users/user_edit_ips.html:43
3907 msgid "All IP addresses are allowed"
3900 msgid "All IP addresses are allowed"
3908 msgstr ""
3901 msgstr ""
3909
3902
3910 #: rhodecode/templates/admin/permissions/permissions_ips.html:49
3903 #: rhodecode/templates/admin/permissions/permissions_ips.html:49
3911 #: rhodecode/templates/admin/users/user_edit_ips.html:59
3904 #: rhodecode/templates/admin/users/user_edit_ips.html:59
3912 msgid "New IP Address"
3905 msgid "New IP Address"
3913 msgstr ""
3906 msgstr ""
3914
3907
3915 #: rhodecode/templates/admin/permissions/permissions_ips.html:53
3908 #: rhodecode/templates/admin/permissions/permissions_ips.html:53
3916 #: rhodecode/templates/admin/users/user_edit_ips.html:62
3909 #: rhodecode/templates/admin/users/user_edit_ips.html:62
3917 msgid "Description..."
3910 msgid "Description..."
3918 msgstr ""
3911 msgstr ""
3919
3912
3920 #: rhodecode/templates/admin/permissions/permissions_ips.html:54
3913 #: rhodecode/templates/admin/permissions/permissions_ips.html:54
3921 msgid ""
3914 msgid ""
3922 "Enter a comma separated list of IP Addresses like 127.0.0.1,\n"
3915 "Enter a comma separated list of IP Addresses like 127.0.0.1,\n"
3923 "or use an IP Address with a mask 127.0.0.1/24, to create a network range.\n"
3916 "or use an IP Address with a mask 127.0.0.1/24, to create a network range.\n"
3924 "To specify multiple addresses in a range, use the 127.0.0.1-127.0.0.10 syntax"
3917 "To specify multiple addresses in a range, use the 127.0.0.1-127.0.0.10 syntax"
3925 msgstr ""
3918 msgstr ""
3926
3919
3927 #: rhodecode/templates/admin/permissions/permissions_objects.html:3
3920 #: rhodecode/templates/admin/permissions/permissions_objects.html:3
3928 msgid "Default Permissions for Repositories, User Groups and Repository Groups."
3921 msgid "Default Permissions for Repositories, User Groups and Repository Groups."
3929 msgstr ""
3922 msgstr ""
3930
3923
3931 #: rhodecode/templates/admin/permissions/permissions_objects.html:6
3924 #: rhodecode/templates/admin/permissions/permissions_objects.html:6
3932 msgid "Default system permissions. Each permissions management entity will be created with the following default settings. Check the overwrite checkbox to force any permission changes on already existing settings."
3925 msgid "Default system permissions. Each permissions management entity will be created with the following default settings. Check the overwrite checkbox to force any permission changes on already existing settings."
3933 msgstr ""
3926 msgstr ""
3934
3927
3935 #: rhodecode/templates/admin/permissions/permissions_objects.html:20
3928 #: rhodecode/templates/admin/permissions/permissions_objects.html:20
3936 msgid "All default permissions on each repository will be reset to chosen permission, note that all custom default permission on repositories will be lost"
3929 msgid "All default permissions on each repository will be reset to chosen permission, note that all custom default permission on repositories will be lost"
3937 msgstr ""
3930 msgstr ""
3938
3931
3939 #: rhodecode/templates/admin/permissions/permissions_objects.html:21
3932 #: rhodecode/templates/admin/permissions/permissions_objects.html:21
3940 #: rhodecode/templates/admin/permissions/permissions_objects.html:35
3933 #: rhodecode/templates/admin/permissions/permissions_objects.html:35
3941 #: rhodecode/templates/admin/permissions/permissions_objects.html:49
3934 #: rhodecode/templates/admin/permissions/permissions_objects.html:49
3942 msgid "Overwrite Existing Settings"
3935 msgid "Overwrite Existing Settings"
3943 msgstr ""
3936 msgstr ""
3944
3937
3945 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
3938 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
3946 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
3939 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
3947 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
3940 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
3948 msgid "Repository Groups"
3941 msgid "Repository Groups"
3949 msgstr ""
3942 msgstr ""
3950
3943
3951 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
3944 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
3952 msgid "All default permissions on each repository group will be reset to chosen permission, note that all custom default permission on repository groups will be lost"
3945 msgid "All default permissions on each repository group will be reset to chosen permission, note that all custom default permission on repository groups will be lost"
3953 msgstr ""
3946 msgstr ""
3954
3947
3955 #: rhodecode/templates/admin/permissions/permissions_objects.html:42
3948 #: rhodecode/templates/admin/permissions/permissions_objects.html:42
3956 #: rhodecode/templates/admin/user_groups/user_group_edit.html:14
3949 #: rhodecode/templates/admin/user_groups/user_group_edit.html:14
3957 msgid "User Groups"
3950 msgid "User Groups"
3958 msgstr ""
3951 msgstr ""
3959
3952
3960 #: rhodecode/templates/admin/permissions/permissions_objects.html:48
3953 #: rhodecode/templates/admin/permissions/permissions_objects.html:48
3961 msgid "All default permissions on each user group will be reset to chosen permission, note that all custom default permission on repository groups will be lost"
3954 msgid "All default permissions on each user group will be reset to chosen permission, note that all custom default permission on repository groups will be lost"
3962 msgstr ""
3955 msgstr ""
3963
3956
3964 #: rhodecode/templates/admin/permissions/permissions_perms.html:1
3957 #: rhodecode/templates/admin/permissions/permissions_perms.html:1
3965 msgid "Default User Permissions Overview"
3958 msgid "Default User Permissions Overview"
3966 msgstr ""
3959 msgstr ""
3967
3960
3968 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:5
3961 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:5
3969 #: rhodecode/templates/admin/users/user_add.html:116
3962 #: rhodecode/templates/admin/users/user_add.html:116
3970 msgid "Add repository group"
3963 msgid "Add repository group"
3971 msgstr ""
3964 msgstr ""
3972
3965
3973 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
3966 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
3974 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
3967 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
3975 #: rhodecode/templates/base/base.html:80 rhodecode/templates/base/base.html:150
3968 #: rhodecode/templates/base/base.html:80 rhodecode/templates/base/base.html:152
3976 msgid "Repository groups"
3969 msgid "Repository groups"
3977 msgstr ""
3970 msgstr ""
3978
3971
3979 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
3972 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
3980 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:13
3973 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:15
3981 msgid "Group Name"
3974 msgid "Group Name"
3982 msgstr ""
3975 msgstr ""
3983
3976
3984 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:54
3977 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:54
3985 msgid "Group Parent"
3978 msgid "Group Parent"
3986 msgstr ""
3979 msgstr ""
3987
3980
3988 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:63
3981 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:63
3989 #: rhodecode/templates/admin/repos/repo_add_base.html:53
3982 #: rhodecode/templates/admin/repos/repo_add_base.html:53
3990 msgid "Copy Parent Group Permissions"
3983 msgid "Copy Parent Group Permissions"
3991 msgstr ""
3984 msgstr ""
3992
3985
3993 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:67
3986 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:67
3994 msgid "Copy permission settings from parent repository group."
3987 msgid "Copy permission settings from parent repository group."
3995 msgstr ""
3988 msgstr ""
3996
3989
3997 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:5
3990 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:5
3998 #, python-format
3991 #, python-format
3999 msgid "%s repository group settings"
3992 msgid "%s repository group settings"
4000 msgstr ""
3993 msgstr ""
4001
3994
4002 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:24
3995 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:24
4003 msgid "Add Child Group"
3996 msgid "Add Child Group"
4004 msgstr ""
3997 msgstr ""
4005
3998
4006 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
3999 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4007 #: rhodecode/templates/admin/repos/repo_edit.html:15
4000 #: rhodecode/templates/admin/repos/repo_edit.html:15
4008 #: rhodecode/templates/admin/repos/repo_edit.html:39
4001 #: rhodecode/templates/admin/repos/repo_edit.html:39
4009 #: rhodecode/templates/admin/settings/settings.html:14
4002 #: rhodecode/templates/admin/settings/settings.html:14
4010 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4003 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4011 #: rhodecode/templates/base/base.html:86 rhodecode/templates/base/base.html:248
4004 #: rhodecode/templates/base/base.html:86 rhodecode/templates/base/base.html:250
4012 msgid "Settings"
4005 msgid "Settings"
4013 msgstr ""
4006 msgstr ""
4014
4007
4015 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
4008 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
4016 #: rhodecode/templates/admin/repos/repo_edit.html:45
4009 #: rhodecode/templates/admin/repos/repo_edit.html:45
4017 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4010 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4018 #: rhodecode/templates/admin/users/user_edit.html:35
4011 #: rhodecode/templates/admin/users/user_edit.html:35
4019 msgid "Advanced"
4012 msgid "Advanced"
4020 msgstr ""
4013 msgstr ""
4021
4014
4022 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:8
4015 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:8
4023 msgid "Total repositories"
4016 msgid "Total repositories"
4024 msgstr ""
4017 msgstr ""
4025
4018
4026 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:9
4019 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:9
4027 msgid "Top level repositories"
4020 msgid "Top level repositories"
4028 msgstr ""
4021 msgstr ""
4029
4022
4030 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:11
4023 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:11
4031 msgid "Children groups"
4024 msgid "Children groups"
4032 msgstr ""
4025 msgstr ""
4033
4026
4034 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:17
4027 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:17
4035 #, python-format
4028 #, python-format
4036 msgid "Repository Group: %s"
4029 msgid "Repository Group: %s"
4037 msgstr ""
4030 msgstr ""
4038
4031
4039 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:27
4032 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:27
4040 msgid "Delete repository group"
4033 msgid "Delete repository group"
4041 msgstr ""
4034 msgstr ""
4042
4035
4043 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:35
4036 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:35
4044 #, python-format
4037 #, python-format
4045 msgid "This repository group includes %s children repository group."
4038 msgid "This repository group includes %s children repository group."
4046 msgid_plural "This repository group includes %s children repository groups."
4039 msgid_plural "This repository group includes %s children repository groups."
4047 msgstr[0] ""
4040 msgstr[0] ""
4048 msgstr[1] ""
4041 msgstr[1] ""
4049
4042
4050 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:44
4043 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:44
4051 #, python-format
4044 #, python-format
4052 msgid "This repository group includes %s repository."
4045 msgid "This repository group includes %s repository."
4053 msgid_plural "This repository group includes %s repositories."
4046 msgid_plural "This repository group includes %s repositories."
4054 msgstr[0] ""
4047 msgstr[0] ""
4055 msgstr[1] ""
4048 msgstr[1] ""
4056
4049
4057 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:56
4050 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:56
4058 #, python-format
4051 #, python-format
4059 msgid "Confirm to delete this group: %s"
4052 msgid "Confirm to delete this group: %s"
4060 msgstr ""
4053 msgstr ""
4061
4054
4062 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:57
4055 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:57
4063 msgid "Delete this repository group"
4056 msgid "Delete this repository group"
4064 msgstr ""
4057 msgstr ""
4065
4058
4066 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:5
4059 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:5
4067 msgid "Repository Group Permissions"
4060 msgid "Repository Group Permissions"
4068 msgstr ""
4061 msgstr ""
4069
4062
4070 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:11
4063 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:11
4071 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:126
4064 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:126
4072 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:12
4065 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:12
4073 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:11
4066 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:11
4074 msgid "None"
4067 msgid "None"
4075 msgstr ""
4068 msgstr ""
4076
4069
4077 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:12
4070 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:12
4078 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:13
4071 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:13
4079 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:12
4072 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:12
4080 msgid "Read"
4073 msgid "Read"
4081 msgstr ""
4074 msgstr ""
4082
4075
4083 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:13
4076 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:13
4084 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:14
4077 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:14
4085 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:13
4078 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:13
4086 msgid "Write"
4079 msgid "Write"
4087 msgstr ""
4080 msgstr ""
4088
4081
4089 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:15
4082 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:15
4090 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:16
4083 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:16
4091 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:15
4084 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:15
4092 msgid "User/User Group"
4085 msgid "User/User Group"
4093 msgstr ""
4086 msgstr ""
4094
4087
4095 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:31
4088 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:31
4096 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:31
4089 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:31
4097 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:31
4090 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:31
4098 msgid "super admin"
4091 msgid "super admin"
4099 msgstr ""
4092 msgstr ""
4100
4093
4101 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4094 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4102 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4095 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4103 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4096 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4104 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
4097 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
4105 msgid "owner"
4098 msgid "owner"
4106 msgstr ""
4099 msgstr ""
4107
4100
4108 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:52
4101 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:52
4109 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:76
4102 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:76
4110 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:61
4103 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:61
4111 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:52
4104 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:52
4112 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:76
4105 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:76
4113 msgid "permission for all other users"
4106 msgid "permission for all other users"
4114 msgstr ""
4107 msgstr ""
4115
4108
4116 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:62
4109 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:62
4117 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:109
4110 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:109
4118 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:71
4111 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:71
4119 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:99
4112 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:99
4120 msgid "Revoke"
4113 msgid "Revoke"
4121 msgstr ""
4114 msgstr ""
4122
4115
4123 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:80
4116 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:80
4124 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:80
4117 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:80
4125 msgid "delegated admin"
4118 msgid "delegated admin"
4126 msgstr ""
4119 msgstr ""
4127
4120
4128 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:118
4121 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:118
4129 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:107
4122 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:107
4130 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:117
4123 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:117
4131 #: rhodecode/templates/base/issue_tracker_settings.html:84
4124 #: rhodecode/templates/base/issue_tracker_settings.html:84
4132 msgid "Add new"
4125 msgid "Add new"
4133 msgstr ""
4126 msgstr ""
4134
4127
4135 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:123
4128 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:123
4136 msgid "Apply to children"
4129 msgid "Apply to children"
4137 msgstr ""
4130 msgstr ""
4138
4131
4139 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:129
4132 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:129
4140 msgid "Both"
4133 msgid "Both"
4141 msgstr ""
4134 msgstr ""
4142
4135
4143 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:130
4136 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:130
4144 msgid "Set or revoke permissions to selected types of children of this group, including non-private repositories and other groups if chosen."
4137 msgid "Set or revoke permissions to selected types of children of this group, including non-private repositories and other groups if chosen."
4145 msgstr ""
4138 msgstr ""
4146
4139
4147 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:4
4140 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:6
4148 #, python-format
4141 #, python-format
4149 msgid "Settings for Repository Group: %s"
4142 msgid "Settings for Repository Group: %s"
4150 msgstr ""
4143 msgstr ""
4151
4144
4152 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:25
4145 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:36
4153 msgid "Change Repository Group Owner."
4146 msgid "Change owner of this repository group."
4154 msgstr ""
4155
4156 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:39
4157 msgid "Group parent"
4158 msgstr ""
4159
4160 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:47
4161 msgid "Enable Repository Locking"
4162 msgstr ""
4147 msgstr ""
4163
4148
4164 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4149 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4150 msgid "Group parent"
4151 msgstr ""
4152
4153 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:59
4154 msgid "Enable Repository Locking"
4155 msgstr ""
4156
4157 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:63
4165 msgid "Repository locking will be enabled on all subgroups and repositories inside this repository group. Pulling from a repository locks it, and it is unlocked by pushing back by the same user."
4158 msgid "Repository locking will be enabled on all subgroups and repositories inside this repository group. Pulling from a repository locks it, and it is unlocked by pushing back by the same user."
4166 msgstr ""
4159 msgstr ""
4167
4160
4168 #: rhodecode/templates/admin/repo_groups/repo_groups.html:5
4161 #: rhodecode/templates/admin/repo_groups/repo_groups.html:5
4169 msgid "Repository groups administration"
4162 msgid "Repository groups administration"
4170 msgstr ""
4163 msgstr ""
4171
4164
4172 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
4165 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
4173 msgid "repository groups"
4166 msgid "repository groups"
4174 msgstr ""
4167 msgstr ""
4175
4168
4176 #: rhodecode/templates/admin/repo_groups/repo_groups.html:58
4169 #: rhodecode/templates/admin/repo_groups/repo_groups.html:58
4177 msgid "Number of top level repositories"
4170 msgid "Number of top level repositories"
4178 msgstr ""
4171 msgstr ""
4179
4172
4180 #: rhodecode/templates/admin/repos/repo_add.html:5
4173 #: rhodecode/templates/admin/repos/repo_add.html:5
4181 msgid "Add repository"
4174 msgid "Add repository"
4182 msgstr ""
4175 msgstr ""
4183
4176
4184 #: rhodecode/templates/admin/repos/repo_add_base.html:14
4177 #: rhodecode/templates/admin/repos/repo_add_base.html:14
4185 msgid "Import Existing Repository ?"
4178 msgid "Import Existing Repository ?"
4186 msgstr ""
4179 msgstr ""
4187
4180
4188 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4181 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4189 #: rhodecode/templates/base/base.html:195
4182 #: rhodecode/templates/base/base.html:197
4190 msgid "Clone from"
4183 msgid "Clone from"
4191 msgstr ""
4184 msgstr ""
4192
4185
4193 #: rhodecode/templates/admin/repos/repo_add_base.html:27
4186 #: rhodecode/templates/admin/repos/repo_add_base.html:27
4194 msgid "Optional http[s] URL from which to clone a repository."
4187 msgid "Optional http[s] URL from which to clone a repository."
4195 msgstr ""
4188 msgstr ""
4196
4189
4197 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4190 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4198 #: rhodecode/templates/admin/repos/repo_edit_settings.html:87
4191 #: rhodecode/templates/admin/repos/repo_edit_settings.html:100
4199 #: rhodecode/templates/forks/fork.html:52
4192 #: rhodecode/templates/forks/fork.html:52
4200 msgid "Keep it short and to the point. Use a README file for longer descriptions."
4193 msgid "Keep it short and to the point. Use a README file for longer descriptions."
4201 msgstr ""
4194 msgstr ""
4202
4195
4203 #: rhodecode/templates/admin/repos/repo_add_base.html:41
4196 #: rhodecode/templates/admin/repos/repo_add_base.html:41
4204 msgid "Repository Group"
4197 msgid "Repository Group"
4205 msgstr ""
4198 msgstr ""
4206
4199
4207 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4200 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4208 #: rhodecode/templates/admin/repos/repo_edit_settings.html:58
4201 #: rhodecode/templates/admin/repos/repo_edit_settings.html:61
4209 #: rhodecode/templates/forks/fork.html:63
4202 #: rhodecode/templates/forks/fork.html:63
4210 #, python-format
4203 #, python-format
4211 msgid "Select my personal group (%(repo_group_name)s)"
4204 msgid "Select my personal group (%(repo_group_name)s)"
4212 msgstr ""
4205 msgstr ""
4213
4206
4214 #: rhodecode/templates/admin/repos/repo_add_base.html:48
4207 #: rhodecode/templates/admin/repos/repo_add_base.html:48
4215 #: rhodecode/templates/forks/fork.html:65
4208 #: rhodecode/templates/forks/fork.html:65
4216 msgid "Optionally select a group to put this repository into."
4209 msgid "Optionally select a group to put this repository into."
4217 msgstr ""
4210 msgstr ""
4218
4211
4219 #: rhodecode/templates/admin/repos/repo_add_base.html:57
4212 #: rhodecode/templates/admin/repos/repo_add_base.html:57
4220 msgid "Copy permission set from the parent repository group."
4213 msgid "Copy permission set from the parent repository group."
4221 msgstr ""
4214 msgstr ""
4222
4215
4223 #: rhodecode/templates/admin/repos/repo_add_base.html:66
4216 #: rhodecode/templates/admin/repos/repo_add_base.html:66
4224 msgid "Set the type of repository to create."
4217 msgid "Set the type of repository to create."
4225 msgstr ""
4218 msgstr ""
4226
4219
4227 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4220 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4228 #: rhodecode/templates/admin/repos/repo_edit_settings.html:65
4221 #: rhodecode/templates/admin/repos/repo_edit_settings.html:68
4229 #: rhodecode/templates/forks/fork.html:71
4222 #: rhodecode/templates/forks/fork.html:71
4230 msgid "Landing commit"
4223 msgid "Landing commit"
4231 msgstr ""
4224 msgstr ""
4232
4225
4233 #: rhodecode/templates/admin/repos/repo_add_base.html:75
4226 #: rhodecode/templates/admin/repos/repo_add_base.html:75
4234 msgid "The default commit for file pages, downloads, full text search index, and README generation."
4227 msgid "The default commit for file pages, downloads, full text search index, and README generation."
4235 msgstr ""
4228 msgstr ""
4236
4229
4237 #: rhodecode/templates/admin/repos/repo_creating.html:9
4230 #: rhodecode/templates/admin/repos/repo_creating.html:9
4238 #, python-format
4231 #, python-format
4239 msgid "%s Creating repository"
4232 msgid "%s Creating repository"
4240 msgstr ""
4233 msgstr ""
4241
4234
4242 #: rhodecode/templates/admin/repos/repo_creating.html:16
4235 #: rhodecode/templates/admin/repos/repo_creating.html:16
4243 msgid "Creating repository"
4236 msgid "Creating repository"
4244 msgstr ""
4237 msgstr ""
4245
4238
4246 #: rhodecode/templates/admin/repos/repo_creating.html:30
4239 #: rhodecode/templates/admin/repos/repo_creating.html:30
4247 #, python-format
4240 #, python-format
4248 msgid "Repository \"%(repo_name)s\" is being created, you will be redirected when this process is finished.repo_name"
4241 msgid "Repository \"%(repo_name)s\" is being created, you will be redirected when this process is finished.repo_name"
4249 msgstr ""
4242 msgstr ""
4250
4243
4251 #: rhodecode/templates/admin/repos/repo_edit.html:8
4244 #: rhodecode/templates/admin/repos/repo_edit.html:8
4252 #, python-format
4245 #, python-format
4253 msgid "%s repository settings"
4246 msgid "%s repository settings"
4254 msgstr ""
4247 msgstr ""
4255
4248
4256 #: rhodecode/templates/admin/repos/repo_edit.html:51
4249 #: rhodecode/templates/admin/repos/repo_edit.html:51
4257 msgid "Extra Fields"
4250 msgid "Extra Fields"
4258 msgstr ""
4251 msgstr ""
4259
4252
4260 #: rhodecode/templates/admin/repos/repo_edit.html:57
4253 #: rhodecode/templates/admin/repos/repo_edit.html:57
4261 msgid "Caches"
4254 msgid "Caches"
4262 msgstr ""
4255 msgstr ""
4263
4256
4264 #: rhodecode/templates/admin/repos/repo_edit.html:61
4257 #: rhodecode/templates/admin/repos/repo_edit.html:61
4265 msgid "Remote"
4258 msgid "Remote"
4266 msgstr ""
4259 msgstr ""
4267
4260
4268 #: rhodecode/templates/admin/repos/repo_edit.html:65
4261 #: rhodecode/templates/admin/repos/repo_edit.html:65
4269 #: rhodecode/templates/summary/components.html:135
4262 #: rhodecode/templates/summary/components.html:135
4270 msgid "Statistics"
4263 msgid "Statistics"
4271 msgstr ""
4264 msgstr ""
4272
4265
4273 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
4266 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
4274 #: rhodecode/templates/pullrequests/pullrequests.html:108
4267 #: rhodecode/templates/pullrequests/pullrequests.html:108
4275 msgid "Updated on"
4268 msgid "Updated on"
4276 msgstr ""
4269 msgstr ""
4277
4270
4278 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:8
4271 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:8
4279 msgid "Cached Commit id"
4272 msgid "Cached Commit id"
4280 msgstr ""
4273 msgstr ""
4281
4274
4282 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:14
4275 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:14
4283 #, python-format
4276 #, python-format
4284 msgid "Repository: %s"
4277 msgid "Repository: %s"
4285 msgstr ""
4278 msgstr ""
4286
4279
4287 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:24
4280 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:24
4288 msgid "Fork Reference"
4281 msgid "Fork Reference"
4289 msgstr ""
4282 msgstr ""
4290
4283
4291 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:30
4284 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:30
4292 #, python-format
4285 #, python-format
4293 msgid "This repository is a fork of %(repo_link)s"
4286 msgid "This repository is a fork of %(repo_link)s"
4294 msgstr ""
4287 msgstr ""
4295
4288
4296 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:36
4289 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:36
4297 #: rhodecode/templates/admin/repos/repo_edit_fork.html:5
4290 #: rhodecode/templates/admin/repos/repo_edit_fork.html:5
4298 msgid "Set"
4291 msgid "Set"
4299 msgstr ""
4292 msgstr ""
4300
4293
4301 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:39
4294 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:39
4302 #: rhodecode/templates/admin/repos/repo_edit_fork.html:9
4295 #: rhodecode/templates/admin/repos/repo_edit_fork.html:9
4303 msgid "Manually set this repository as a fork of another from the list"
4296 msgid "Manually set this repository as a fork of another from the list"
4304 msgstr ""
4297 msgstr ""
4305
4298
4306 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:48
4299 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:48
4307 msgid "Public Journal Visibility"
4300 msgid "Public Journal Visibility"
4308 msgstr ""
4301 msgstr ""
4309
4302
4310 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:56
4303 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:56
4311 msgid "Remove from Public Journal"
4304 msgid "Remove from Public Journal"
4312 msgstr ""
4305 msgstr ""
4313
4306
4314 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:60
4307 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:60
4315 msgid "Add to Public Journal"
4308 msgid "Add to Public Journal"
4316 msgstr ""
4309 msgstr ""
4317
4310
4318 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:65
4311 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:65
4319 msgid "All actions made on this repository will be visible to everyone following the public journal."
4312 msgid "All actions made on this repository will be visible to everyone following the public journal."
4320 msgstr ""
4313 msgstr ""
4321
4314
4322 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:74
4315 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:74
4323 msgid "Locking state"
4316 msgid "Locking state"
4324 msgstr ""
4317 msgstr ""
4325
4318
4326 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:83
4319 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:83
4327 msgid "This Repository is not currently locked."
4320 msgid "This Repository is not currently locked."
4328 msgstr ""
4321 msgstr ""
4329
4322
4330 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:90
4323 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:90
4331 msgid "Confirm to unlock repository."
4324 msgid "Confirm to unlock repository."
4332 msgstr ""
4325 msgstr ""
4333
4326
4334 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:92
4327 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:92
4335 msgid "Unlock repository"
4328 msgid "Unlock repository"
4336 msgstr ""
4329 msgstr ""
4337
4330
4338 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:97
4331 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:97
4339 msgid "Confirm to lock repository."
4332 msgid "Confirm to lock repository."
4340 msgstr ""
4333 msgstr ""
4341
4334
4342 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:99
4335 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:99
4343 msgid "Lock Repository"
4336 msgid "Lock Repository"
4344 msgstr ""
4337 msgstr ""
4345
4338
4346 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:105
4339 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:105
4347 msgid "Force repository locking. This only works when anonymous access is disabled. Pulling from the repository locks the repository to that user until the same user pushes to that repository again."
4340 msgid "Force repository locking. This only works when anonymous access is disabled. Pulling from the repository locks the repository to that user until the same user pushes to that repository again."
4348 msgstr ""
4341 msgstr ""
4349
4342
4350 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:114
4343 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:114
4351 msgid "Delete repository"
4344 msgid "Delete repository"
4352 msgstr ""
4345 msgstr ""
4353
4346
4354 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:121
4347 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:121
4355 #, python-format
4348 #, python-format
4356 msgid "This repository has %s fork."
4349 msgid "This repository has %s fork."
4357 msgid_plural "This repository has %s forks."
4350 msgid_plural "This repository has %s forks."
4358 msgstr[0] ""
4351 msgstr[0] ""
4359 msgstr[1] ""
4352 msgstr[1] ""
4360
4353
4361 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:125
4354 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:125
4362 msgid "Detach forks"
4355 msgid "Detach forks"
4363 msgstr ""
4356 msgstr ""
4364
4357
4365 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:130
4358 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:130
4366 msgid "Delete forks"
4359 msgid "Delete forks"
4367 msgstr ""
4360 msgstr ""
4368
4361
4369 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:139
4362 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:139
4370 #: rhodecode/templates/data_table/_dt_elements.html:118
4363 #: rhodecode/templates/data_table/_dt_elements.html:118
4371 #, python-format
4364 #, python-format
4372 msgid "Confirm to delete this repository: %s"
4365 msgid "Confirm to delete this repository: %s"
4373 msgstr ""
4366 msgstr ""
4374
4367
4375 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:141
4368 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:141
4376 msgid "Delete This Repository"
4369 msgid "Delete This Repository"
4377 msgstr ""
4370 msgstr ""
4378
4371
4379 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:146
4372 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:146
4380 msgid "This repository will be renamed in a special way in order to make it inaccessible to RhodeCode Enterprise and its VCS systems. If you need to fully delete it from the file system, please do it manually, or with rhodecode-cleanup-repos command."
4373 msgid "This repository will be renamed in a special way in order to make it inaccessible to RhodeCode Enterprise and its VCS systems. If you need to fully delete it from the file system, please do it manually, or with rhodecode-cleanup-repos command."
4381 msgstr ""
4374 msgstr ""
4382
4375
4383 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
4376 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
4384 msgid "Change repository"
4377 msgid "Change repository"
4385 msgstr ""
4378 msgstr ""
4386
4379
4387 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
4380 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
4388 msgid "Pick repository"
4381 msgid "Pick repository"
4389 msgstr ""
4382 msgstr ""
4390
4383
4391 #: rhodecode/templates/admin/repos/repo_edit_caches.html:3
4384 #: rhodecode/templates/admin/repos/repo_edit_caches.html:3
4392 msgid "Invalidate Cache for Repository"
4385 msgid "Invalidate Cache for Repository"
4393 msgstr ""
4386 msgstr ""
4394
4387
4395 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
4388 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
4396 msgid "Invalidate repository cache"
4389 msgid "Invalidate repository cache"
4397 msgstr ""
4390 msgstr ""
4398
4391
4399 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
4392 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
4400 msgid "Confirm to invalidate repository cache"
4393 msgid "Confirm to invalidate repository cache"
4401 msgstr ""
4394 msgstr ""
4402
4395
4403 #: rhodecode/templates/admin/repos/repo_edit_caches.html:14
4396 #: rhodecode/templates/admin/repos/repo_edit_caches.html:14
4404 msgid "Manually invalidate the repository cache. On the next access a repository cache will be recreated."
4397 msgid "Manually invalidate the repository cache. On the next access a repository cache will be recreated."
4405 msgstr ""
4398 msgstr ""
4406
4399
4407 #: rhodecode/templates/admin/repos/repo_edit_caches.html:28
4400 #: rhodecode/templates/admin/repos/repo_edit_caches.html:28
4408 #, python-format
4401 #, python-format
4409 msgid "List of repository caches (%(count)s entry)"
4402 msgid "List of repository caches (%(count)s entry)"
4410 msgid_plural "List of repository caches (%(count)s entries)"
4403 msgid_plural "List of repository caches (%(count)s entries)"
4411 msgstr[0] ""
4404 msgstr[0] ""
4412 msgstr[1] ""
4405 msgstr[1] ""
4413
4406
4414 #: rhodecode/templates/admin/repos/repo_edit_caches.html:35
4407 #: rhodecode/templates/admin/repos/repo_edit_caches.html:35
4415 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:32
4408 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:32
4416 #: rhodecode/templates/base/issue_tracker_settings.html:13
4409 #: rhodecode/templates/base/issue_tracker_settings.html:13
4417 msgid "Prefix"
4410 msgid "Prefix"
4418 msgstr ""
4411 msgstr ""
4419
4412
4420 #: rhodecode/templates/admin/repos/repo_edit_caches.html:36
4413 #: rhodecode/templates/admin/repos/repo_edit_caches.html:36
4421 #: rhodecode/templates/admin/repos/repo_edit_fields.html:11
4414 #: rhodecode/templates/admin/repos/repo_edit_fields.html:11
4422 msgid "Key"
4415 msgid "Key"
4423 msgstr ""
4416 msgstr ""
4424
4417
4425 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4418 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4426 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4419 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4427 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:38
4420 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:51
4428 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4421 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4429 #: rhodecode/templates/admin/users/user_add.html:97
4422 #: rhodecode/templates/admin/users/user_add.html:97
4430 #: rhodecode/templates/admin/users/user_edit_profile.html:90
4423 #: rhodecode/templates/admin/users/user_edit_profile.html:90
4431 #: rhodecode/templates/admin/users/users.html:100
4424 #: rhodecode/templates/admin/users/users.html:100
4432 msgid "Active"
4425 msgid "Active"
4433 msgstr ""
4426 msgstr ""
4434
4427
4435 #: rhodecode/templates/admin/repos/repo_edit_fields.html:3
4428 #: rhodecode/templates/admin/repos/repo_edit_fields.html:3
4436 msgid "Custom extra fields for this repository"
4429 msgid "Custom extra fields for this repository"
4437 msgstr ""
4430 msgstr ""
4438
4431
4439 #: rhodecode/templates/admin/repos/repo_edit_fields.html:10
4432 #: rhodecode/templates/admin/repos/repo_edit_fields.html:10
4440 msgid "Label"
4433 msgid "Label"
4441 msgstr ""
4434 msgstr ""
4442
4435
4443 #: rhodecode/templates/admin/repos/repo_edit_fields.html:24
4436 #: rhodecode/templates/admin/repos/repo_edit_fields.html:24
4444 #, python-format
4437 #, python-format
4445 msgid "Confirm to delete this field: %s"
4438 msgid "Confirm to delete this field: %s"
4446 msgstr ""
4439 msgstr ""
4447
4440
4448 #: rhodecode/templates/admin/repos/repo_edit_fields.html:40
4441 #: rhodecode/templates/admin/repos/repo_edit_fields.html:40
4449 msgid "New Field Key"
4442 msgid "New Field Key"
4450 msgstr ""
4443 msgstr ""
4451
4444
4452 #: rhodecode/templates/admin/repos/repo_edit_fields.html:48
4445 #: rhodecode/templates/admin/repos/repo_edit_fields.html:48
4453 msgid "New Field Label"
4446 msgid "New Field Label"
4454 msgstr ""
4447 msgstr ""
4455
4448
4456 #: rhodecode/templates/admin/repos/repo_edit_fields.html:51
4449 #: rhodecode/templates/admin/repos/repo_edit_fields.html:51
4457 msgid "Enter short label"
4450 msgid "Enter short label"
4458 msgstr ""
4451 msgstr ""
4459
4452
4460 #: rhodecode/templates/admin/repos/repo_edit_fields.html:57
4453 #: rhodecode/templates/admin/repos/repo_edit_fields.html:57
4461 msgid "New Field Description"
4454 msgid "New Field Description"
4462 msgstr ""
4455 msgstr ""
4463
4456
4464 #: rhodecode/templates/admin/repos/repo_edit_fields.html:60
4457 #: rhodecode/templates/admin/repos/repo_edit_fields.html:60
4465 msgid "Enter a full description for the field"
4458 msgid "Enter a full description for the field"
4466 msgstr ""
4459 msgstr ""
4467
4460
4468 #: rhodecode/templates/admin/repos/repo_edit_fields.html:73
4461 #: rhodecode/templates/admin/repos/repo_edit_fields.html:73
4469 msgid "Extra fields are disabled. You can enable them from the Admin/Settings/Visual page."
4462 msgid "Extra fields are disabled. You can enable them from the Admin/Settings/Visual page."
4470 msgstr ""
4463 msgstr ""
4471
4464
4472 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:9
4465 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:9
4473 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:9
4466 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:9
4474 msgid "Inherit from global settings"
4467 msgid "Inherit from global settings"
4475 msgstr ""
4468 msgstr ""
4476
4469
4477 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:14
4470 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:14
4478 msgid "Select to inherit global patterns for issue tracker."
4471 msgid "Select to inherit global patterns for issue tracker."
4479 msgstr ""
4472 msgstr ""
4480
4473
4481 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:24
4474 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:24
4482 msgid "Inherited Issue Tracker Patterns"
4475 msgid "Inherited Issue Tracker Patterns"
4483 msgstr ""
4476 msgstr ""
4484
4477
4485 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:30
4478 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:30
4486 #: rhodecode/templates/base/issue_tracker_settings.html:11
4479 #: rhodecode/templates/base/issue_tracker_settings.html:11
4487 msgid "Pattern"
4480 msgid "Pattern"
4488 msgstr ""
4481 msgstr ""
4489
4482
4490 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:31
4483 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:31
4491 #: rhodecode/templates/base/issue_tracker_settings.html:12
4484 #: rhodecode/templates/base/issue_tracker_settings.html:12
4492 msgid "Url"
4485 msgid "Url"
4493 msgstr ""
4486 msgstr ""
4494
4487
4495 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:70
4488 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:70
4496 #: rhodecode/templates/admin/settings/settings_issuetracker.html:5
4489 #: rhodecode/templates/admin/settings/settings_issuetracker.html:5
4497 msgid "Issue Tracker / Wiki Patterns"
4490 msgid "Issue Tracker / Wiki Patterns"
4498 msgstr ""
4491 msgstr ""
4499
4492
4500 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:91
4493 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:91
4501 #: rhodecode/templates/admin/settings/settings_issuetracker.html:24
4494 #: rhodecode/templates/admin/settings/settings_issuetracker.html:24
4502 msgid "Test Patterns"
4495 msgid "Test Patterns"
4503 msgstr ""
4496 msgstr ""
4504
4497
4505 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:5
4498 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:5
4506 msgid "Repository Permissions"
4499 msgid "Repository Permissions"
4507 msgstr ""
4500 msgstr ""
4508
4501
4509 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:43
4502 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:43
4510 msgid "private repository"
4503 msgid "private repository"
4511 msgstr ""
4504 msgstr ""
4512
4505
4513 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:48
4506 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:48
4514 msgid "only users/user groups explicitly added here will have access"
4507 msgid "only users/user groups explicitly added here will have access"
4515 msgstr ""
4508 msgstr ""
4516
4509
4517 #: rhodecode/templates/admin/repos/repo_edit_remote.html:3
4510 #: rhodecode/templates/admin/repos/repo_edit_remote.html:3
4518 msgid "Remote url"
4511 msgid "Remote url"
4519 msgstr ""
4512 msgstr ""
4520
4513
4521 #: rhodecode/templates/admin/repos/repo_edit_remote.html:9
4514 #: rhodecode/templates/admin/repos/repo_edit_remote.html:9
4522 msgid "Remote mirror url"
4515 msgid "Remote mirror url"
4523 msgstr ""
4516 msgstr ""
4524
4517
4525 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
4518 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
4526 #: rhodecode/templates/admin/repos/repo_edit_remote.html:22
4519 #: rhodecode/templates/admin/repos/repo_edit_remote.html:22
4527 msgid "Pull changes from remote location"
4520 msgid "Pull changes from remote location"
4528 msgstr ""
4521 msgstr ""
4529
4522
4530 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
4523 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
4531 msgid "Confirm to pull changes from remote side"
4524 msgid "Confirm to pull changes from remote side"
4532 msgstr ""
4525 msgstr ""
4533
4526
4534 #: rhodecode/templates/admin/repos/repo_edit_remote.html:19
4527 #: rhodecode/templates/admin/repos/repo_edit_remote.html:19
4535 msgid "This repository does not have any remote mirror url set."
4528 msgid "This repository does not have any remote mirror url set."
4536 msgstr ""
4529 msgstr ""
4537
4530
4538 #: rhodecode/templates/admin/repos/repo_edit_settings.html:3
4531 #: rhodecode/templates/admin/repos/repo_edit_settings.html:6
4539 #, python-format
4532 #, python-format
4540 msgid "Settings for Repository: %s"
4533 msgid "Settings for Repository: %s"
4541 msgstr ""
4534 msgstr ""
4542
4535
4543 #: rhodecode/templates/admin/repos/repo_edit_settings.html:16
4544 msgid "Non-changeable id"
4545 msgstr ""
4546
4547 #: rhodecode/templates/admin/repos/repo_edit_settings.html:16
4548 msgid "what is that ?"
4549 msgstr ""
4550
4551 #: rhodecode/templates/admin/repos/repo_edit_settings.html:18
4552 msgid "URL by id"
4553 msgstr ""
4554
4555 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4536 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4537 msgid "Non-changeable id"
4538 msgstr ""
4539
4540 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4541 msgid "what is that ?"
4542 msgstr ""
4543
4544 #: rhodecode/templates/admin/repos/repo_edit_settings.html:21
4545 msgid "URL by id"
4546 msgstr ""
4547
4548 #: rhodecode/templates/admin/repos/repo_edit_settings.html:22
4556 msgid ""
4549 msgid ""
4557 "In case this repository is renamed or moved into another group the repository url changes.\n"
4550 "In case this repository is renamed or moved into another group the repository url changes.\n"
4558 " Using above url guarantees that this repository will always be accessible under such url.\n"
4551 " Using above url guarantees that this repository will always be accessible under such url.\n"
4559 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4552 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4560 msgstr ""
4553 msgstr ""
4561
4554
4562 #: rhodecode/templates/admin/repos/repo_edit_settings.html:27
4555 #: rhodecode/templates/admin/repos/repo_edit_settings.html:30
4563 msgid "Remote uri"
4556 msgid "Remote uri"
4564 msgstr ""
4557 msgstr ""
4565
4558
4566 #: rhodecode/templates/admin/repos/repo_edit_settings.html:33
4567 #: rhodecode/templates/base/perms_summary.html:80
4568 #: rhodecode/templates/base/perms_summary.html:142
4569 #: rhodecode/templates/base/perms_summary.html:144
4570 #: rhodecode/templates/debug_style/form-elements.html:45
4571 msgid "edit"
4572 msgstr ""
4573
4574 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4559 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4560 #: rhodecode/templates/base/perms_summary.html:79
4561 #: rhodecode/templates/base/perms_summary.html:149
4562 #: rhodecode/templates/base/perms_summary.html:151
4563 #: rhodecode/templates/debug_style/form-elements.html:45
4564 msgid "edit"
4565 msgstr ""
4566
4567 #: rhodecode/templates/admin/repos/repo_edit_settings.html:39
4575 msgid "new value, leave empty to remove"
4568 msgid "new value, leave empty to remove"
4576 msgstr ""
4569 msgstr ""
4577
4570
4578 #: rhodecode/templates/admin/repos/repo_edit_settings.html:38
4571 #: rhodecode/templates/admin/repos/repo_edit_settings.html:41
4579 msgid "cancel"
4572 msgid "cancel"
4580 msgstr ""
4573 msgstr ""
4581
4574
4582 #: rhodecode/templates/admin/repos/repo_edit_settings.html:45
4575 #: rhodecode/templates/admin/repos/repo_edit_settings.html:48
4583 msgid "http[s] url where from repository was imported, also used for doing remote pulls."
4576 msgid "http[s] url where from repository was imported, also used for doing remote pulls."
4584 msgstr ""
4577 msgstr ""
4585
4578
4586 #: rhodecode/templates/admin/repos/repo_edit_settings.html:53
4579 #: rhodecode/templates/admin/repos/repo_edit_settings.html:56
4587 #: rhodecode/templates/data_table/_dt_elements.html:158
4580 #: rhodecode/templates/data_table/_dt_elements.html:158
4588 #: rhodecode/templates/forks/fork.html:58
4581 #: rhodecode/templates/forks/fork.html:58
4589 msgid "Repository group"
4582 msgid "Repository group"
4590 msgstr ""
4583 msgstr ""
4591
4584
4592 #: rhodecode/templates/admin/repos/repo_edit_settings.html:60
4585 #: rhodecode/templates/admin/repos/repo_edit_settings.html:63
4593 msgid "Optional select a group to put this repository into."
4586 msgid "Optional select a group to put this repository into."
4594 msgstr ""
4587 msgstr ""
4595
4588
4596 #: rhodecode/templates/admin/repos/repo_edit_settings.html:69
4589 #: rhodecode/templates/admin/repos/repo_edit_settings.html:72
4597 #: rhodecode/templates/forks/fork.html:75
4590 #: rhodecode/templates/forks/fork.html:75
4598 msgid "Default commit for files page, downloads, whoosh and readme"
4591 msgid "Default commit for files page, downloads, whoosh and readme"
4599 msgstr ""
4592 msgstr ""
4600
4593
4601 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
4594 #: rhodecode/templates/admin/repos/repo_edit_settings.html:90
4602 msgid "Change owner of this repository."
4595 msgid "Change owner of this repository."
4603 msgstr ""
4596 msgstr ""
4604
4597
4605 #: rhodecode/templates/admin/repos/repo_edit_settings.html:93
4606 #: rhodecode/templates/data_table/_dt_elements.html:58
4607 msgid "Private repository"
4608 msgstr ""
4609
4610 #: rhodecode/templates/admin/repos/repo_edit_settings.html:102
4611 msgid "Enable statistics"
4612 msgstr ""
4613
4614 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4598 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4615 msgid "Enable statistics window on summary page."
4599 #: rhodecode/templates/data_table/_dt_elements.html:58
4616 msgstr ""
4600 msgid "Private repository"
4617
4618 #: rhodecode/templates/admin/repos/repo_edit_settings.html:111
4619 msgid "Enable downloads"
4620 msgstr ""
4601 msgstr ""
4621
4602
4622 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4603 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4623 msgid "Enable download menu on summary page."
4604 msgid "Enable statistics"
4624 msgstr ""
4605 msgstr ""
4625
4606
4626 #: rhodecode/templates/admin/repos/repo_edit_settings.html:120
4607 #: rhodecode/templates/admin/repos/repo_edit_settings.html:119
4627 msgid "Enable automatic locking"
4608 msgid "Enable statistics window on summary page."
4628 msgstr ""
4609 msgstr ""
4629
4610
4630 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4611 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4612 msgid "Enable downloads"
4613 msgstr ""
4614
4615 #: rhodecode/templates/admin/repos/repo_edit_settings.html:128
4616 msgid "Enable download menu on summary page."
4617 msgstr ""
4618
4619 #: rhodecode/templates/admin/repos/repo_edit_settings.html:133
4620 msgid "Enable automatic locking"
4621 msgstr ""
4622
4623 #: rhodecode/templates/admin/repos/repo_edit_settings.html:137
4631 msgid "Enable automatic locking on repository. Pulling from this repository creates a lock that can be released by pushing back by the same user"
4624 msgid "Enable automatic locking on repository. Pulling from this repository creates a lock that can be released by pushing back by the same user"
4632 msgstr ""
4625 msgstr ""
4633
4626
4634 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:3
4627 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:3
4635 msgid "Repository statistics"
4628 msgid "Repository statistics"
4636 msgstr ""
4629 msgstr ""
4637
4630
4638 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:11
4631 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:11
4639 msgid "Processed commits"
4632 msgid "Processed commits"
4640 msgstr ""
4633 msgstr ""
4641
4634
4642 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:12
4635 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:12
4643 msgid "Processed progress"
4636 msgid "Processed progress"
4644 msgstr ""
4637 msgstr ""
4645
4638
4646 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
4639 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
4647 msgid "Reset statistics"
4640 msgid "Reset statistics"
4648 msgstr ""
4641 msgstr ""
4649
4642
4650 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
4643 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
4651 msgid "Confirm to remove current statistics"
4644 msgid "Confirm to remove current statistics"
4652 msgstr ""
4645 msgstr ""
4653
4646
4654 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:14
4647 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:14
4655 msgid "Select to inherit global vcs settings."
4648 msgid "Select to inherit global vcs settings."
4656 msgstr ""
4649 msgstr ""
4657
4650
4658 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
4651 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
4659 #: rhodecode/templates/admin/settings/settings_global.html:109
4652 #: rhodecode/templates/admin/settings/settings_global.html:109
4660 #: rhodecode/templates/admin/settings/settings_labs.html:45
4653 #: rhodecode/templates/admin/settings/settings_labs.html:45
4661 #: rhodecode/templates/admin/settings/settings_vcs.html:13
4654 #: rhodecode/templates/admin/settings/settings_vcs.html:13
4662 #: rhodecode/templates/admin/settings/settings_visual.html:219
4655 #: rhodecode/templates/admin/settings/settings_visual.html:219
4663 msgid "Save settings"
4656 msgid "Save settings"
4664 msgstr ""
4657 msgstr ""
4665
4658
4666 #: rhodecode/templates/admin/repos/repos.html:5
4659 #: rhodecode/templates/admin/repos/repos.html:5
4667 msgid "Repositories administration"
4660 msgid "Repositories administration"
4668 msgstr ""
4661 msgstr ""
4669
4662
4670 #: rhodecode/templates/admin/repos/repos.html:13
4663 #: rhodecode/templates/admin/repos/repos.html:13
4671 msgid "repositories"
4664 msgid "repositories"
4672 msgstr ""
4665 msgstr ""
4673
4666
4674 #: rhodecode/templates/admin/repos/repos.html:67
4667 #: rhodecode/templates/admin/repos/repos.html:67
4675 msgid "State"
4668 msgid "State"
4676 msgstr ""
4669 msgstr ""
4677
4670
4678 #: rhodecode/templates/admin/settings/settings.html:5
4671 #: rhodecode/templates/admin/settings/settings.html:5
4679 msgid "Settings administration"
4672 msgid "Settings administration"
4680 msgstr ""
4673 msgstr ""
4681
4674
4682 #: rhodecode/templates/admin/settings/settings_email.html:3
4675 #: rhodecode/templates/admin/settings/settings_email.html:3
4683 msgid "Email Configuration"
4676 msgid "Email Configuration"
4684 msgstr ""
4677 msgstr ""
4685
4678
4686 #: rhodecode/templates/admin/settings/settings_email.html:8
4679 #: rhodecode/templates/admin/settings/settings_email.html:8
4687 msgid "Email prefix"
4680 msgid "Email prefix"
4688 msgstr ""
4681 msgstr ""
4689
4682
4690 #: rhodecode/templates/admin/settings/settings_email.html:9
4683 #: rhodecode/templates/admin/settings/settings_email.html:9
4691 msgid "RhodeCode email from"
4684 msgid "RhodeCode email from"
4692 msgstr ""
4685 msgstr ""
4693
4686
4694 #: rhodecode/templates/admin/settings/settings_email.html:10
4687 #: rhodecode/templates/admin/settings/settings_email.html:10
4695 msgid "Error email from"
4688 msgid "Error email from"
4696 msgstr ""
4689 msgstr ""
4697
4690
4698 #: rhodecode/templates/admin/settings/settings_email.html:11
4691 #: rhodecode/templates/admin/settings/settings_email.html:11
4699 msgid "Error email recipients"
4692 msgid "Error email recipients"
4700 msgstr ""
4693 msgstr ""
4701
4694
4702 #: rhodecode/templates/admin/settings/settings_email.html:13
4695 #: rhodecode/templates/admin/settings/settings_email.html:13
4703 msgid "SMTP server"
4696 msgid "SMTP server"
4704 msgstr ""
4697 msgstr ""
4705
4698
4706 #: rhodecode/templates/admin/settings/settings_email.html:14
4699 #: rhodecode/templates/admin/settings/settings_email.html:14
4707 msgid "SMTP username"
4700 msgid "SMTP username"
4708 msgstr ""
4701 msgstr ""
4709
4702
4710 #: rhodecode/templates/admin/settings/settings_email.html:15
4703 #: rhodecode/templates/admin/settings/settings_email.html:15
4711 msgid "SMTP password"
4704 msgid "SMTP password"
4712 msgstr ""
4705 msgstr ""
4713
4706
4714 #: rhodecode/templates/admin/settings/settings_email.html:16
4707 #: rhodecode/templates/admin/settings/settings_email.html:16
4715 msgid "SMTP port"
4708 msgid "SMTP port"
4716 msgstr ""
4709 msgstr ""
4717
4710
4718 #: rhodecode/templates/admin/settings/settings_email.html:18
4711 #: rhodecode/templates/admin/settings/settings_email.html:18
4719 msgid "SMTP use TLS"
4712 msgid "SMTP use TLS"
4720 msgstr ""
4713 msgstr ""
4721
4714
4722 #: rhodecode/templates/admin/settings/settings_email.html:19
4715 #: rhodecode/templates/admin/settings/settings_email.html:19
4723 msgid "SMTP use SSL"
4716 msgid "SMTP use SSL"
4724 msgstr ""
4717 msgstr ""
4725
4718
4726 #: rhodecode/templates/admin/settings/settings_email.html:20
4719 #: rhodecode/templates/admin/settings/settings_email.html:20
4727 msgid "SMTP auth"
4720 msgid "SMTP auth"
4728 msgstr ""
4721 msgstr ""
4729
4722
4730 #: rhodecode/templates/admin/settings/settings_email.html:34
4723 #: rhodecode/templates/admin/settings/settings_email.html:34
4731 msgid "Test Email"
4724 msgid "Test Email"
4732 msgstr ""
4725 msgstr ""
4733
4726
4734 #: rhodecode/templates/admin/settings/settings_email.html:40
4727 #: rhodecode/templates/admin/settings/settings_email.html:40
4735 msgid "enter valid email"
4728 msgid "enter valid email"
4736 msgstr ""
4729 msgstr ""
4737
4730
4738 #: rhodecode/templates/admin/settings/settings_email.html:44
4731 #: rhodecode/templates/admin/settings/settings_email.html:44
4739 msgid "Send an auto-generated email from this server to above email..."
4732 msgid "Send an auto-generated email from this server to above email..."
4740 msgstr ""
4733 msgstr ""
4741
4734
4742 #: rhodecode/templates/admin/settings/settings_email.html:48
4735 #: rhodecode/templates/admin/settings/settings_email.html:48
4743 msgid "Send"
4736 msgid "Send"
4744 msgstr ""
4737 msgstr ""
4745
4738
4746 #: rhodecode/templates/admin/settings/settings_global.html:5
4739 #: rhodecode/templates/admin/settings/settings_global.html:5
4747 msgid "Branding"
4740 msgid "Branding"
4748 msgstr ""
4741 msgstr ""
4749
4742
4750 #: rhodecode/templates/admin/settings/settings_global.html:9
4751 #: rhodecode/templates/email_templates/pull_request_review.mako:28
4752 #: rhodecode/templates/email_templates/pull_request_review.mako:65
4753 #: rhodecode/templates/pullrequests/pullrequest.html:38
4754 #: rhodecode/templates/pullrequests/pullrequests.html:104
4755 msgid "Title"
4756 msgstr ""
4757
4758 #: rhodecode/templates/admin/settings/settings_global.html:16
4743 #: rhodecode/templates/admin/settings/settings_global.html:16
4759 msgid "Set a custom title for your RhodeCode instance (limited to 40 characters)."
4744 msgid "Set a custom title for your RhodeCode instance (limited to 40 characters)."
4760 msgstr ""
4745 msgstr ""
4761
4746
4762 #: rhodecode/templates/admin/settings/settings_global.html:20
4747 #: rhodecode/templates/admin/settings/settings_global.html:20
4763 msgid "HTTP[S] authentication realm"
4748 msgid "HTTP[S] authentication realm"
4764 msgstr ""
4749 msgstr ""
4765
4750
4766 #: rhodecode/templates/admin/settings/settings_global.html:27
4751 #: rhodecode/templates/admin/settings/settings_global.html:27
4767 msgid "Set a custom text that is shown as authentication message to clients trying to connect."
4752 msgid "Set a custom text that is shown as authentication message to clients trying to connect."
4768 msgstr ""
4753 msgstr ""
4769
4754
4770 #: rhodecode/templates/admin/settings/settings_global.html:35
4755 #: rhodecode/templates/admin/settings/settings_global.html:35
4771 msgid "Registration Captcha"
4756 msgid "Registration Captcha"
4772 msgstr ""
4757 msgstr ""
4773
4758
4774 #: rhodecode/templates/admin/settings/settings_global.html:39
4759 #: rhodecode/templates/admin/settings/settings_global.html:39
4775 msgid "Google ReCaptcha public key"
4760 msgid "Google ReCaptcha public key"
4776 msgstr ""
4761 msgstr ""
4777
4762
4778 #: rhodecode/templates/admin/settings/settings_global.html:46
4763 #: rhodecode/templates/admin/settings/settings_global.html:46
4779 msgid "Public key for reCaptcha system."
4764 msgid "Public key for reCaptcha system."
4780 msgstr ""
4765 msgstr ""
4781
4766
4782 #: rhodecode/templates/admin/settings/settings_global.html:51
4767 #: rhodecode/templates/admin/settings/settings_global.html:51
4783 msgid "Google ReCaptcha private key"
4768 msgid "Google ReCaptcha private key"
4784 msgstr ""
4769 msgstr ""
4785
4770
4786 #: rhodecode/templates/admin/settings/settings_global.html:58
4771 #: rhodecode/templates/admin/settings/settings_global.html:58
4787 msgid "Private key for reCaptcha system. Setting this value will enable captcha on registration"
4772 msgid "Private key for reCaptcha system. Setting this value will enable captcha on registration"
4788 msgstr ""
4773 msgstr ""
4789
4774
4790 #: rhodecode/templates/admin/settings/settings_global.html:66
4775 #: rhodecode/templates/admin/settings/settings_global.html:66
4791 msgid "Custom Header Code"
4776 msgid "Custom Header Code"
4792 msgstr ""
4777 msgstr ""
4793
4778
4794 #: rhodecode/templates/admin/settings/settings_global.html:71
4779 #: rhodecode/templates/admin/settings/settings_global.html:71
4795 #: rhodecode/templates/admin/settings/settings_global.html:93
4780 #: rhodecode/templates/admin/settings/settings_global.html:93
4796 #: rhodecode/templates/debug_style/form-elements-small.html:59
4781 #: rhodecode/templates/debug_style/form-elements-small.html:59
4797 #: rhodecode/templates/debug_style/form-elements.html:57
4782 #: rhodecode/templates/debug_style/form-elements.html:57
4798 #: rhodecode/templates/debug_style/form-elements.html:82
4783 #: rhodecode/templates/debug_style/form-elements.html:82
4799 #: rhodecode/templates/debug_style/form-elements.html:225
4784 #: rhodecode/templates/debug_style/form-elements.html:225
4800 #: rhodecode/templates/debug_style/form-elements.html:381
4785 #: rhodecode/templates/debug_style/form-elements.html:381
4801 #: rhodecode/templates/debug_style/form-elements.html:407
4786 #: rhodecode/templates/debug_style/form-elements.html:407
4802 #: rhodecode/templates/debug_style/form-elements.html:515
4787 #: rhodecode/templates/debug_style/form-elements.html:515
4803 #: rhodecode/templates/debug_style/form-elements.html:519
4788 #: rhodecode/templates/debug_style/form-elements.html:519
4804 #: rhodecode/templates/debug_style/form-elements.html:537
4789 #: rhodecode/templates/debug_style/form-elements.html:537
4805 #: rhodecode/templates/debug_style/form-elements.html:587
4790 #: rhodecode/templates/debug_style/form-elements.html:587
4806 #: rhodecode/templates/debug_style/form-inline.html:38
4791 #: rhodecode/templates/debug_style/form-inline.html:38
4807 #: rhodecode/templates/debug_style/form-inline.html:139
4792 #: rhodecode/templates/debug_style/form-inline.html:139
4808 #: rhodecode/templates/debug_style/form-inline.html:147
4793 #: rhodecode/templates/debug_style/form-inline.html:147
4809 #: rhodecode/templates/debug_style/form-vertical.html:60
4794 #: rhodecode/templates/debug_style/form-vertical.html:60
4810 #: rhodecode/templates/debug_style/forms.html:37
4795 #: rhodecode/templates/debug_style/forms.html:37
4811 #: rhodecode/templates/debug_style/forms.html:60
4796 #: rhodecode/templates/debug_style/forms.html:60
4812 #: rhodecode/templates/debug_style/forms.html:78
4797 #: rhodecode/templates/debug_style/forms.html:78
4813 #: rhodecode/templates/debug_style/forms.html:96
4798 #: rhodecode/templates/debug_style/forms.html:96
4814 #: rhodecode/templates/debug_style/layout-form-sidebar.html:44
4799 #: rhodecode/templates/debug_style/layout-form-sidebar.html:44
4815 msgid "Templates..."
4800 msgid "Templates..."
4816 msgstr ""
4801 msgstr ""
4817
4802
4818 #: rhodecode/templates/admin/settings/settings_global.html:74
4803 #: rhodecode/templates/admin/settings/settings_global.html:74
4819 #: rhodecode/templates/admin/settings/settings_global.html:96
4804 #: rhodecode/templates/admin/settings/settings_global.html:96
4820 #: rhodecode/templates/debug_style/form-elements-small.html:62
4805 #: rhodecode/templates/debug_style/form-elements-small.html:62
4821 #: rhodecode/templates/debug_style/form-elements.html:60
4806 #: rhodecode/templates/debug_style/form-elements.html:60
4822 #: rhodecode/templates/debug_style/form-elements.html:85
4807 #: rhodecode/templates/debug_style/form-elements.html:85
4823 #: rhodecode/templates/debug_style/form-elements.html:228
4808 #: rhodecode/templates/debug_style/form-elements.html:228
4824 #: rhodecode/templates/debug_style/form-elements.html:384
4809 #: rhodecode/templates/debug_style/form-elements.html:384
4825 #: rhodecode/templates/debug_style/form-elements.html:410
4810 #: rhodecode/templates/debug_style/form-elements.html:410
4826 #: rhodecode/templates/debug_style/form-elements.html:518
4811 #: rhodecode/templates/debug_style/form-elements.html:518
4827 #: rhodecode/templates/debug_style/form-elements.html:522
4812 #: rhodecode/templates/debug_style/form-elements.html:522
4828 #: rhodecode/templates/debug_style/form-elements.html:540
4813 #: rhodecode/templates/debug_style/form-elements.html:540
4829 #: rhodecode/templates/debug_style/form-elements.html:590
4814 #: rhodecode/templates/debug_style/form-elements.html:590
4830 #: rhodecode/templates/debug_style/form-inline.html:41
4815 #: rhodecode/templates/debug_style/form-inline.html:41
4831 #: rhodecode/templates/debug_style/form-inline.html:142
4816 #: rhodecode/templates/debug_style/form-inline.html:142
4832 #: rhodecode/templates/debug_style/form-inline.html:150
4817 #: rhodecode/templates/debug_style/form-inline.html:150
4833 #: rhodecode/templates/debug_style/form-vertical.html:63
4818 #: rhodecode/templates/debug_style/form-vertical.html:63
4834 #: rhodecode/templates/debug_style/forms.html:40
4819 #: rhodecode/templates/debug_style/forms.html:40
4835 #: rhodecode/templates/debug_style/forms.html:63
4820 #: rhodecode/templates/debug_style/forms.html:63
4836 #: rhodecode/templates/debug_style/forms.html:81
4821 #: rhodecode/templates/debug_style/forms.html:81
4837 #: rhodecode/templates/debug_style/forms.html:99
4822 #: rhodecode/templates/debug_style/forms.html:99
4838 #: rhodecode/templates/debug_style/layout-form-sidebar.html:47
4823 #: rhodecode/templates/debug_style/layout-form-sidebar.html:47
4839 msgid "Server Announcement"
4824 msgid "Server Announcement"
4840 msgstr ""
4825 msgstr ""
4841
4826
4842 #: rhodecode/templates/admin/settings/settings_global.html:80
4827 #: rhodecode/templates/admin/settings/settings_global.html:80
4843 msgid "Custom js/css code added at the end of the <header> tag."
4828 msgid "Custom js/css code added at the end of the <header> tag."
4844 msgstr ""
4829 msgstr ""
4845
4830
4846 #: rhodecode/templates/admin/settings/settings_global.html:81
4831 #: rhodecode/templates/admin/settings/settings_global.html:81
4847 #: rhodecode/templates/admin/settings/settings_global.html:103
4832 #: rhodecode/templates/admin/settings/settings_global.html:103
4848 msgid "Use <script> or <css> tags to define custom styling or scripting"
4833 msgid "Use <script> or <css> tags to define custom styling or scripting"
4849 msgstr ""
4834 msgstr ""
4850
4835
4851 #: rhodecode/templates/admin/settings/settings_global.html:88
4836 #: rhodecode/templates/admin/settings/settings_global.html:88
4852 msgid "Custom Footer Code"
4837 msgid "Custom Footer Code"
4853 msgstr ""
4838 msgstr ""
4854
4839
4855 #: rhodecode/templates/admin/settings/settings_global.html:102
4840 #: rhodecode/templates/admin/settings/settings_global.html:102
4856 msgid "Custom js/css code added at the end of the <body> tag."
4841 msgid "Custom js/css code added at the end of the <body> tag."
4857 msgstr ""
4842 msgstr ""
4858
4843
4859 #: rhodecode/templates/admin/settings/settings_hooks.html:3
4844 #: rhodecode/templates/admin/settings/settings_hooks.html:3
4860 msgid "Built in Mercurial hooks - read only"
4845 msgid "Built in Mercurial hooks - read only"
4861 msgstr ""
4846 msgstr ""
4862
4847
4863 #: rhodecode/templates/admin/settings/settings_hooks.html:19
4848 #: rhodecode/templates/admin/settings/settings_hooks.html:19
4864 msgid "Hooks can be used to trigger actions on certain events such as push / pull. They can trigger Python functions or external applications."
4849 msgid "Hooks can be used to trigger actions on certain events such as push / pull. They can trigger Python functions or external applications."
4865 msgstr ""
4850 msgstr ""
4866
4851
4867 #: rhodecode/templates/admin/settings/settings_hooks.html:27
4852 #: rhodecode/templates/admin/settings/settings_hooks.html:27
4868 msgid "Custom hooks"
4853 msgid "Custom hooks"
4869 msgstr ""
4854 msgstr ""
4870
4855
4871 #: rhodecode/templates/admin/settings/settings_labs.html:3
4856 #: rhodecode/templates/admin/settings/settings_labs.html:3
4872 msgid "Labs Settings"
4857 msgid "Labs Settings"
4873 msgstr ""
4858 msgstr ""
4874
4859
4875 #: rhodecode/templates/admin/settings/settings_mapping.html:5
4860 #: rhodecode/templates/admin/settings/settings_mapping.html:5
4876 msgid "Import New Groups or Repositories"
4861 msgid "Import New Groups or Repositories"
4877 msgstr ""
4862 msgstr ""
4878
4863
4879 #: rhodecode/templates/admin/settings/settings_mapping.html:10
4864 #: rhodecode/templates/admin/settings/settings_mapping.html:10
4880 msgid "Destroy old data"
4865 msgid "Destroy old data"
4881 msgstr ""
4866 msgstr ""
4882
4867
4883 #: rhodecode/templates/admin/settings/settings_mapping.html:12
4868 #: rhodecode/templates/admin/settings/settings_mapping.html:12
4884 msgid "In case a repository or a group was deleted from the filesystem and it still exists in the database, check this option to remove obsolete data from the database."
4869 msgid "In case a repository or a group was deleted from the filesystem and it still exists in the database, check this option to remove obsolete data from the database."
4885 msgstr ""
4870 msgstr ""
4886
4871
4887 #: rhodecode/templates/admin/settings/settings_mapping.html:16
4872 #: rhodecode/templates/admin/settings/settings_mapping.html:16
4888 msgid "Invalidate cache for all repositories"
4873 msgid "Invalidate cache for all repositories"
4889 msgstr ""
4874 msgstr ""
4890
4875
4891 #: rhodecode/templates/admin/settings/settings_mapping.html:18
4876 #: rhodecode/templates/admin/settings/settings_mapping.html:18
4892 msgid "Each cache data for repositories will be cleaned with this option selected. Use this to reload data and clear cache keys."
4877 msgid "Each cache data for repositories will be cleaned with this option selected. Use this to reload data and clear cache keys."
4893 msgstr ""
4878 msgstr ""
4894
4879
4895 #: rhodecode/templates/admin/settings/settings_mapping.html:21
4880 #: rhodecode/templates/admin/settings/settings_mapping.html:21
4896 msgid "Rescan Filesystem"
4881 msgid "Rescan Filesystem"
4897 msgstr ""
4882 msgstr ""
4898
4883
4899 #: rhodecode/templates/admin/settings/settings_open_source.html:3
4884 #: rhodecode/templates/admin/settings/settings_open_source.html:3
4900 msgid "Licenses of Third Party Packages"
4885 msgid "Licenses of Third Party Packages"
4901 msgstr ""
4886 msgstr ""
4902
4887
4903 #: rhodecode/templates/admin/settings/settings_search.html:3
4888 #: rhodecode/templates/admin/settings/settings_search.html:3
4904 msgid "RhodeCode Full Text Search"
4889 msgid "RhodeCode Full Text Search"
4905 msgstr ""
4890 msgstr ""
4906
4891
4907 #: rhodecode/templates/admin/settings/settings_supervisor_tail.html:1
4892 #: rhodecode/templates/admin/settings/settings_supervisor_tail.html:1
4908 #, python-format
4893 #, python-format
4909 msgid "Last %(size)s bytes of process logs, use ?offset=[num] GET param to set custom size"
4894 msgid "Last %(size)s bytes of process logs, use ?offset=[num] GET param to set custom size"
4910 msgstr ""
4895 msgstr ""
4911
4896
4912 #: rhodecode/templates/admin/settings/settings_system.html:4
4897 #: rhodecode/templates/admin/settings/settings_system.html:4
4898 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:4
4913 msgid "RhodeCode Enterprise version"
4899 msgid "RhodeCode Enterprise version"
4914 msgstr ""
4900 msgstr ""
4915
4901
4916 #: rhodecode/templates/admin/settings/settings_system.html:4
4902 #: rhodecode/templates/admin/settings/settings_system.html:4
4917 msgid "check for updates"
4903 msgid "check for updates"
4918 msgstr ""
4904 msgstr ""
4919
4905
4920 #: rhodecode/templates/admin/settings/settings_system.html:5
4906 #: rhodecode/templates/admin/settings/settings_system.html:5
4907 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:5
4921 msgid "Upgrade info endpoint"
4908 msgid "Upgrade info endpoint"
4922 msgstr ""
4909 msgstr ""
4923
4910
4924 #: rhodecode/templates/admin/settings/settings_system.html:5
4911 #: rhodecode/templates/admin/settings/settings_system.html:5
4925 msgid "Note: please make sure this server can access this url"
4912 msgid "Note: please make sure this server can access this url"
4926 msgstr ""
4913 msgstr ""
4927
4914
4928 #: rhodecode/templates/admin/settings/settings_system.html:6
4915 #: rhodecode/templates/admin/settings/settings_system.html:6
4916 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:6
4929 msgid "Configuration INI file"
4917 msgid "Configuration INI file"
4930 msgstr ""
4918 msgstr ""
4931
4919
4932 #: rhodecode/templates/admin/settings/settings_system.html:8
4920 #: rhodecode/templates/admin/settings/settings_system.html:8
4921 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:8
4933 msgid "RhodeCode Enterprise Server IP"
4922 msgid "RhodeCode Enterprise Server IP"
4934 msgstr ""
4923 msgstr ""
4935
4924
4936 #: rhodecode/templates/admin/settings/settings_system.html:9
4925 #: rhodecode/templates/admin/settings/settings_system.html:9
4926 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:9
4937 msgid "RhodeCode Enterprise Server ID"
4927 msgid "RhodeCode Enterprise Server ID"
4938 msgstr ""
4928 msgstr ""
4939
4929
4940 #: rhodecode/templates/admin/settings/settings_system.html:10
4930 #: rhodecode/templates/admin/settings/settings_system.html:10
4931 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:10
4941 msgid "Platform"
4932 msgid "Platform"
4942 msgstr ""
4933 msgstr ""
4943
4934
4944 #: rhodecode/templates/admin/settings/settings_system.html:11
4935 #: rhodecode/templates/admin/settings/settings_system.html:11
4936 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:11
4945 msgid "Uptime"
4937 msgid "Uptime"
4946 msgstr ""
4938 msgstr ""
4947
4939
4948 #: rhodecode/templates/admin/settings/settings_system.html:12
4940 #: rhodecode/templates/admin/settings/settings_system.html:12
4941 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:12
4949 msgid "Storage location"
4942 msgid "Storage location"
4950 msgstr ""
4943 msgstr ""
4951
4944
4952 #: rhodecode/templates/admin/settings/settings_system.html:13
4945 #: rhodecode/templates/admin/settings/settings_system.html:13
4946 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:13
4953 msgid "Storage disk space"
4947 msgid "Storage disk space"
4954 msgstr ""
4948 msgstr ""
4955
4949
4956 #: rhodecode/templates/admin/settings/settings_system.html:15
4950 #: rhodecode/templates/admin/settings/settings_system.html:15
4951 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:15
4957 msgid "Search index storage"
4952 msgid "Search index storage"
4958 msgstr ""
4953 msgstr ""
4959
4954
4960 #: rhodecode/templates/admin/settings/settings_system.html:16
4955 #: rhodecode/templates/admin/settings/settings_system.html:16
4956 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:16
4961 msgid "Search index size"
4957 msgid "Search index size"
4962 msgstr ""
4958 msgstr ""
4963
4959
4964 #: rhodecode/templates/admin/settings/settings_system.html:18
4960 #: rhodecode/templates/admin/settings/settings_system.html:18
4961 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:18
4965 msgid "Gist storage"
4962 msgid "Gist storage"
4966 msgstr ""
4963 msgstr ""
4967
4964
4968 #: rhodecode/templates/admin/settings/settings_system.html:19
4965 #: rhodecode/templates/admin/settings/settings_system.html:19
4966 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:19
4969 msgid "Gist storage size"
4967 msgid "Gist storage size"
4970 msgstr ""
4968 msgstr ""
4971
4969
4972 #: rhodecode/templates/admin/settings/settings_system.html:21
4970 #: rhodecode/templates/admin/settings/settings_system.html:21
4971 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:21
4973 msgid "Archive cache"
4972 msgid "Archive cache"
4974 msgstr ""
4973 msgstr ""
4975
4974
4976 #: rhodecode/templates/admin/settings/settings_system.html:21
4975 #: rhodecode/templates/admin/settings/settings_system.html:21
4977 msgid "Enable this by setting archive_cache_dir=/path/to/cache option in the .ini file"
4976 msgid "Enable this by setting archive_cache_dir=/path/to/cache option in the .ini file"
4978 msgstr ""
4977 msgstr ""
4979
4978
4980 #: rhodecode/templates/admin/settings/settings_system.html:22
4979 #: rhodecode/templates/admin/settings/settings_system.html:22
4980 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:22
4981 msgid "Archive cache size"
4981 msgid "Archive cache size"
4982 msgstr ""
4982 msgstr ""
4983
4983
4984 #: rhodecode/templates/admin/settings/settings_system.html:24
4984 #: rhodecode/templates/admin/settings/settings_system.html:24
4985 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:24
4985 msgid "System memory"
4986 msgid "System memory"
4986 msgstr ""
4987 msgstr ""
4987
4988
4988 #: rhodecode/templates/admin/settings/settings_system.html:25
4989 #: rhodecode/templates/admin/settings/settings_system.html:25
4990 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:25
4989 msgid "CPU"
4991 msgid "CPU"
4990 msgstr ""
4992 msgstr ""
4991
4993
4992 #: rhodecode/templates/admin/settings/settings_system.html:26
4994 #: rhodecode/templates/admin/settings/settings_system.html:26
4995 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:26
4993 msgid "Load"
4996 msgid "Load"
4994 msgstr ""
4997 msgstr ""
4995
4998
4996 #: rhodecode/templates/admin/settings/settings_system.html:29
4999 #: rhodecode/templates/admin/settings/settings_system.html:29
5000 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:29
4997 msgid "Python version"
5001 msgid "Python version"
4998 msgstr ""
5002 msgstr ""
4999
5003
5000 #: rhodecode/templates/admin/settings/settings_system.html:30
5004 #: rhodecode/templates/admin/settings/settings_system.html:30
5005 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:30
5001 msgid "Python path"
5006 msgid "Python path"
5002 msgstr ""
5007 msgstr ""
5003
5008
5004 #: rhodecode/templates/admin/settings/settings_system.html:31
5009 #: rhodecode/templates/admin/settings/settings_system.html:31
5010 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:31
5005 msgid "GIT version"
5011 msgid "GIT version"
5006 msgstr ""
5012 msgstr ""
5007
5013
5008 #: rhodecode/templates/admin/settings/settings_system.html:32
5014 #: rhodecode/templates/admin/settings/settings_system.html:32
5015 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:32
5009 msgid "HG version"
5016 msgid "HG version"
5010 msgstr ""
5017 msgstr ""
5011
5018
5012 #: rhodecode/templates/admin/settings/settings_system.html:33
5019 #: rhodecode/templates/admin/settings/settings_system.html:33
5020 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:33
5013 msgid "SVN version"
5021 msgid "SVN version"
5014 msgstr ""
5022 msgstr ""
5015
5023
5016 #: rhodecode/templates/admin/settings/settings_system.html:34
5024 #: rhodecode/templates/admin/settings/settings_system.html:34
5025 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:34
5017 msgid "Database"
5026 msgid "Database"
5018 msgstr ""
5027 msgstr ""
5019
5028
5020 #: rhodecode/templates/admin/settings/settings_system.html:35
5029 #: rhodecode/templates/admin/settings/settings_system.html:35
5030 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:35
5021 msgid "Database version"
5031 msgid "Database version"
5022 msgstr ""
5032 msgstr ""
5023
5033
5024 #: rhodecode/templates/admin/settings/settings_system.html:41
5034 #: rhodecode/templates/admin/settings/settings_system.html:41
5025 msgid "Checking for updates..."
5035 msgid "Checking for updates..."
5026 msgstr ""
5036 msgstr ""
5027
5037
5028 #: rhodecode/templates/admin/settings/settings_system.html:61
5038 #: rhodecode/templates/admin/settings/settings_system.html:49
5039 msgid "create snapshot"
5040 msgstr ""
5041
5042 #: rhodecode/templates/admin/settings/settings_system.html:64
5029 msgid "Python Packages"
5043 msgid "Python Packages"
5030 msgstr ""
5044 msgstr ""
5031
5045
5032 #: rhodecode/templates/admin/settings/settings_visual.html:5
5046 #: rhodecode/templates/admin/settings/settings_visual.html:5
5033 #: rhodecode/templates/base/vcs_settings.html:10
5047 #: rhodecode/templates/base/vcs_settings.html:10
5034 msgid "General"
5048 msgid "General"
5035 msgstr ""
5049 msgstr ""
5036
5050
5037 #: rhodecode/templates/admin/settings/settings_visual.html:10
5051 #: rhodecode/templates/admin/settings/settings_visual.html:10
5038 msgid "Use repository extra fields"
5052 msgid "Use repository extra fields"
5039 msgstr ""
5053 msgstr ""
5040
5054
5041 #: rhodecode/templates/admin/settings/settings_visual.html:12
5055 #: rhodecode/templates/admin/settings/settings_visual.html:12
5042 msgid "Allows storing additional customized fields per repository."
5056 msgid "Allows storing additional customized fields per repository."
5043 msgstr ""
5057 msgstr ""
5044
5058
5045 #: rhodecode/templates/admin/settings/settings_visual.html:17
5059 #: rhodecode/templates/admin/settings/settings_visual.html:17
5046 msgid "Show RhodeCode version"
5060 msgid "Show RhodeCode version"
5047 msgstr ""
5061 msgstr ""
5048
5062
5049 #: rhodecode/templates/admin/settings/settings_visual.html:19
5063 #: rhodecode/templates/admin/settings/settings_visual.html:19
5050 msgid "Shows or hides a version number of RhodeCode displayed in the footer."
5064 msgid "Shows or hides a version number of RhodeCode displayed in the footer."
5051 msgstr ""
5065 msgstr ""
5052
5066
5053 #: rhodecode/templates/admin/settings/settings_visual.html:26
5067 #: rhodecode/templates/admin/settings/settings_visual.html:26
5054 msgid "Gravatars"
5068 msgid "Gravatars"
5055 msgstr ""
5069 msgstr ""
5056
5070
5057 #: rhodecode/templates/admin/settings/settings_visual.html:31
5071 #: rhodecode/templates/admin/settings/settings_visual.html:31
5058 msgid "Use Gravatars based avatars"
5072 msgid "Use Gravatars based avatars"
5059 msgstr ""
5073 msgstr ""
5060
5074
5061 #: rhodecode/templates/admin/settings/settings_visual.html:33
5075 #: rhodecode/templates/admin/settings/settings_visual.html:33
5062 msgid "Use gravatar.com as avatar system for RhodeCode accounts. If this is disabled avatars are generated based on initials and email."
5076 msgid "Use gravatar.com as avatar system for RhodeCode accounts. If this is disabled avatars are generated based on initials and email."
5063 msgstr ""
5077 msgstr ""
5064
5078
5065 #: rhodecode/templates/admin/settings/settings_visual.html:36
5079 #: rhodecode/templates/admin/settings/settings_visual.html:36
5066 msgid "Gravatar URL"
5080 msgid "Gravatar URL"
5067 msgstr ""
5081 msgstr ""
5068
5082
5069 #: rhodecode/templates/admin/settings/settings_visual.html:44
5083 #: rhodecode/templates/admin/settings/settings_visual.html:44
5070 msgid ""
5084 msgid ""
5071 "Gravatar url allows you to use other avatar server application.\n"
5085 "Gravatar url allows you to use other avatar server application.\n"
5072 " Following variables of the URL will be replaced accordingly.\n"
5086 " Following variables of the URL will be replaced accordingly.\n"
5073 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
5087 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
5074 " {email} user email,\n"
5088 " {email} user email,\n"
5075 " {md5email} md5 hash of the user email (like at gravatar.com),\n"
5089 " {md5email} md5 hash of the user email (like at gravatar.com),\n"
5076 " {size} size of the image that is expected from the server application,\n"
5090 " {size} size of the image that is expected from the server application,\n"
5077 " {netloc} network location/server host of running RhodeCode server"
5091 " {netloc} network location/server host of running RhodeCode server"
5078 msgstr ""
5092 msgstr ""
5079
5093
5080 #: rhodecode/templates/admin/settings/settings_visual.html:59
5094 #: rhodecode/templates/admin/settings/settings_visual.html:59
5081 msgid "Meta-Tagging"
5095 msgid "Meta-Tagging"
5082 msgstr ""
5096 msgstr ""
5083
5097
5084 #: rhodecode/templates/admin/settings/settings_visual.html:64
5098 #: rhodecode/templates/admin/settings/settings_visual.html:64
5085 msgid "Stylify recognised meta tags"
5099 msgid "Stylify recognised meta tags"
5086 msgstr ""
5100 msgstr ""
5087
5101
5088 #: rhodecode/templates/admin/settings/settings_visual.html:66
5102 #: rhodecode/templates/admin/settings/settings_visual.html:66
5089 msgid "Parses meta tags from repository description field and turns them into colored tags."
5103 msgid "Parses meta tags from repository description field and turns them into colored tags."
5090 msgstr ""
5104 msgstr ""
5091
5105
5092 #: rhodecode/templates/admin/settings/settings_visual.html:86
5106 #: rhodecode/templates/admin/settings/settings_visual.html:86
5093 msgid "Dashboard Items"
5107 msgid "Dashboard Items"
5094 msgstr ""
5108 msgstr ""
5095
5109
5096 #: rhodecode/templates/admin/settings/settings_visual.html:90
5110 #: rhodecode/templates/admin/settings/settings_visual.html:90
5097 msgid "Main page dashboard items"
5111 msgid "Main page dashboard items"
5098 msgstr ""
5112 msgstr ""
5099
5113
5100 #: rhodecode/templates/admin/settings/settings_visual.html:96
5114 #: rhodecode/templates/admin/settings/settings_visual.html:96
5101 msgid "Number of items displayed in the main page dashboard before pagination is shown."
5115 msgid "Number of items displayed in the main page dashboard before pagination is shown."
5102 msgstr ""
5116 msgstr ""
5103
5117
5104 #: rhodecode/templates/admin/settings/settings_visual.html:100
5118 #: rhodecode/templates/admin/settings/settings_visual.html:100
5105 msgid "Admin pages items"
5119 msgid "Admin pages items"
5106 msgstr ""
5120 msgstr ""
5107
5121
5108 #: rhodecode/templates/admin/settings/settings_visual.html:106
5122 #: rhodecode/templates/admin/settings/settings_visual.html:106
5109 msgid "Number of items displayed in the admin pages grids before pagination is shown."
5123 msgid "Number of items displayed in the admin pages grids before pagination is shown."
5110 msgstr ""
5124 msgstr ""
5111
5125
5112 #: rhodecode/templates/admin/settings/settings_visual.html:115
5126 #: rhodecode/templates/admin/settings/settings_visual.html:115
5113 msgid "Commit ID Style"
5127 msgid "Commit ID Style"
5114 msgstr ""
5128 msgstr ""
5115
5129
5116 #: rhodecode/templates/admin/settings/settings_visual.html:119
5130 #: rhodecode/templates/admin/settings/settings_visual.html:119
5117 msgid "Commit sha length"
5131 msgid "Commit sha length"
5118 msgstr ""
5132 msgstr ""
5119
5133
5120 #: rhodecode/templates/admin/settings/settings_visual.html:126
5134 #: rhodecode/templates/admin/settings/settings_visual.html:126
5121 msgid ""
5135 msgid ""
5122 "Number of chars to show in commit sha displayed in web interface.\n"
5136 "Number of chars to show in commit sha displayed in web interface.\n"
5123 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
5137 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
5124 " length of the sha after the `r123:` part."
5138 " length of the sha after the `r123:` part."
5125 msgstr ""
5139 msgstr ""
5126
5140
5127 #: rhodecode/templates/admin/settings/settings_visual.html:134
5141 #: rhodecode/templates/admin/settings/settings_visual.html:134
5128 msgid "Show commit ID numeric reference"
5142 msgid "Show commit ID numeric reference"
5129 msgstr ""
5143 msgstr ""
5130
5144
5131 #: rhodecode/templates/admin/settings/settings_visual.html:134
5145 #: rhodecode/templates/admin/settings/settings_visual.html:134
5132 msgid "Commit show revision number"
5146 msgid "Commit show revision number"
5133 msgstr ""
5147 msgstr ""
5134
5148
5135 #: rhodecode/templates/admin/settings/settings_visual.html:136
5149 #: rhodecode/templates/admin/settings/settings_visual.html:136
5136 msgid ""
5150 msgid ""
5137 "Show revision number in commit sha displayed in web interface.\n"
5151 "Show revision number in commit sha displayed in web interface.\n"
5138 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
5152 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
5139 " if the `r123:` part is shown."
5153 " if the `r123:` part is shown."
5140 msgstr ""
5154 msgstr ""
5141
5155
5142 #: rhodecode/templates/admin/settings/settings_visual.html:145
5156 #: rhodecode/templates/admin/settings/settings_visual.html:145
5143 #: rhodecode/templates/debug_style/index.html:62
5157 #: rhodecode/templates/debug_style/index.html:62
5144 msgid "Icons"
5158 msgid "Icons"
5145 msgstr ""
5159 msgstr ""
5146
5160
5147 #: rhodecode/templates/admin/settings/settings_visual.html:150
5161 #: rhodecode/templates/admin/settings/settings_visual.html:150
5148 msgid "Show public repo icon on repositories"
5162 msgid "Show public repo icon on repositories"
5149 msgstr ""
5163 msgstr ""
5150
5164
5151 #: rhodecode/templates/admin/settings/settings_visual.html:156
5165 #: rhodecode/templates/admin/settings/settings_visual.html:156
5152 msgid "Show private repo icon on repositories"
5166 msgid "Show private repo icon on repositories"
5153 msgstr ""
5167 msgstr ""
5154
5168
5155 #: rhodecode/templates/admin/settings/settings_visual.html:158
5169 #: rhodecode/templates/admin/settings/settings_visual.html:158
5156 msgid "Show public/private icons next to repositories names."
5170 msgid "Show public/private icons next to repositories names."
5157 msgstr ""
5171 msgstr ""
5158
5172
5159 #: rhodecode/templates/admin/settings/settings_visual.html:165
5173 #: rhodecode/templates/admin/settings/settings_visual.html:165
5160 msgid "Markup Renderer"
5174 msgid "Markup Renderer"
5161 msgstr ""
5175 msgstr ""
5162
5176
5163 #: rhodecode/templates/admin/settings/settings_visual.html:172
5177 #: rhodecode/templates/admin/settings/settings_visual.html:172
5164 msgid "Default renderer used to render comments, pull request descriptions and other description elements. After change old entries will still work correctly."
5178 msgid "Default renderer used to render comments, pull request descriptions and other description elements. After change old entries will still work correctly."
5165 msgstr ""
5179 msgstr ""
5166
5180
5167 #: rhodecode/templates/admin/settings/settings_visual.html:179
5181 #: rhodecode/templates/admin/settings/settings_visual.html:179
5168 msgid "Clone URL"
5182 msgid "Clone URL"
5169 msgstr ""
5183 msgstr ""
5170
5184
5171 #: rhodecode/templates/admin/settings/settings_visual.html:188
5185 #: rhodecode/templates/admin/settings/settings_visual.html:188
5172 msgid ""
5186 msgid ""
5173 "Schema of clone url construction eg. '{scheme}://{user}@{netloc}/{repo}', available vars:\n"
5187 "Schema of clone url construction eg. '{scheme}://{user}@{netloc}/{repo}', available vars:\n"
5174 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
5188 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
5175 " {user} current user username,\n"
5189 " {user} current user username,\n"
5176 " {netloc} network location/server host of running RhodeCode server,\n"
5190 " {netloc} network location/server host of running RhodeCode server,\n"
5177 " {repo} full repository name,\n"
5191 " {repo} full repository name,\n"
5178 " {repoid} ID of repository, can be used to contruct clone-by-id"
5192 " {repoid} ID of repository, can be used to contruct clone-by-id"
5179 msgstr ""
5193 msgstr ""
5180
5194
5181 #: rhodecode/templates/admin/settings/settings_visual.html:201
5195 #: rhodecode/templates/admin/settings/settings_visual.html:201
5182 msgid "Custom Support Link"
5196 msgid "Custom Support Link"
5183 msgstr ""
5197 msgstr ""
5184
5198
5185 #: rhodecode/templates/admin/settings/settings_visual.html:209
5199 #: rhodecode/templates/admin/settings/settings_visual.html:209
5186 #, python-format
5200 #, python-format
5187 msgid ""
5201 msgid ""
5188 "Custom url for the support link located at the bottom.\n"
5202 "Custom url for the support link located at the bottom.\n"
5189 " The default is set to %(default_url)s. In case there's a need\n"
5203 " The default is set to %(default_url)s. In case there's a need\n"
5190 " to change the support link to internal issue tracker, it should be done here.\n"
5204 " to change the support link to internal issue tracker, it should be done here.\n"
5191 " "
5205 " "
5192 msgstr ""
5206 msgstr ""
5193
5207
5194 #: rhodecode/templates/admin/user_groups/user_group_add.html:5
5208 #: rhodecode/templates/admin/user_groups/user_group_add.html:5
5195 msgid "Add user group"
5209 msgid "Add user group"
5196 msgstr ""
5210 msgstr ""
5197
5211
5198 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5212 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5199 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5213 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5200 #: rhodecode/templates/base/base.html:82 rhodecode/templates/base/base.html:153
5214 #: rhodecode/templates/base/base.html:82 rhodecode/templates/base/base.html:155
5201 msgid "User groups"
5215 msgid "User groups"
5202 msgstr ""
5216 msgstr ""
5203
5217
5204 #: rhodecode/templates/admin/user_groups/user_group_add.html:15
5218 #: rhodecode/templates/admin/user_groups/user_group_add.html:15
5205 #: rhodecode/templates/admin/user_groups/user_groups.html:28
5219 #: rhodecode/templates/admin/user_groups/user_groups.html:28
5206 msgid "Add User Group"
5220 msgid "Add User Group"
5207 msgstr ""
5221 msgstr ""
5208
5222
5209 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5223 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5210 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:12
5224 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:15
5211 msgid "Group name"
5225 msgid "Group name"
5212 msgstr ""
5226 msgstr ""
5213
5227
5214 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5228 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5215 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:33
5229 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5216 msgid "Short, optional description for this user group."
5230 msgid "Short, optional description for this user group."
5217 msgstr ""
5231 msgstr ""
5218
5232
5219 #: rhodecode/templates/admin/user_groups/user_group_edit.html:5
5233 #: rhodecode/templates/admin/user_groups/user_group_edit.html:5
5220 #, python-format
5234 #, python-format
5221 msgid "%s user group settings"
5235 msgid "%s user group settings"
5222 msgstr ""
5236 msgstr ""
5223
5237
5224 #: rhodecode/templates/admin/user_groups/user_group_edit.html:36
5238 #: rhodecode/templates/admin/user_groups/user_group_edit.html:36
5225 #: rhodecode/templates/admin/users/user_edit.html:36
5239 #: rhodecode/templates/admin/users/user_edit.html:36
5226 msgid "Global permissions"
5240 msgid "Global permissions"
5227 msgstr ""
5241 msgstr ""
5228
5242
5229 #: rhodecode/templates/admin/user_groups/user_group_edit.html:37
5243 #: rhodecode/templates/admin/user_groups/user_group_edit.html:37
5230 #: rhodecode/templates/admin/users/user_edit.html:37
5244 #: rhodecode/templates/admin/users/user_edit.html:37
5231 msgid "Permissions summary"
5245 msgid "Permissions summary"
5232 msgstr ""
5246 msgstr ""
5233
5247
5234 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5248 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5235 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5249 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5236 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5237 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5250 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5238 #: rhodecode/templates/debug_style/form-elements.html:509
5251 #: rhodecode/templates/debug_style/form-elements.html:509
5239 msgid "Members"
5252 msgid "Members"
5240 msgstr ""
5253 msgstr ""
5241
5254
5242 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:9
5255 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:9
5243 msgid "Assigned to repositories"
5256 msgid "Assigned to repositories"
5244 msgstr ""
5257 msgstr ""
5245
5258
5246 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:10
5259 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:10
5247 msgid "Assigned to repo groups"
5260 msgid "Assigned to repo groups"
5248 msgstr ""
5261 msgstr ""
5249
5262
5250 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5263 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5251 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:3
5264 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:6
5252 #, python-format
5265 #, python-format
5253 msgid "User Group: %s"
5266 msgid "User Group: %s"
5254 msgstr ""
5267 msgstr ""
5255
5268
5256 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:26
5269 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:26
5257 msgid "Delete User Group"
5270 msgid "Delete User Group"
5258 msgstr ""
5271 msgstr ""
5259
5272
5260 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:32
5273 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:32
5261 #, python-format
5274 #, python-format
5262 msgid "Confirm to delete user group `%(ugroup)s` with all permission assignments"
5275 msgid "Confirm to delete user group `%(ugroup)s` with all permission assignments"
5263 msgstr ""
5276 msgstr ""
5264
5277
5265 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:34
5278 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:34
5266 msgid "Delete This User Group"
5279 msgid "Delete This User Group"
5267 msgstr ""
5280 msgstr ""
5268
5281
5269 #: rhodecode/templates/admin/user_groups/user_group_edit_members.html:5
5282 #: rhodecode/templates/admin/user_groups/user_group_edit_members.html:5
5270 #, python-format
5283 #, python-format
5271 msgid "Members of User Group: %s"
5284 msgid "Members of User Group: %s"
5272 msgstr ""
5285 msgstr ""
5273
5286
5274 #: rhodecode/templates/admin/user_groups/user_group_edit_members.html:27
5287 #: rhodecode/templates/admin/user_groups/user_group_edit_members.html:27
5275 msgid "No members yet"
5288 msgid "No members yet"
5276 msgstr ""
5289 msgstr ""
5277
5290
5278 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:5
5291 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:5
5279 msgid "User Group Permissions"
5292 msgid "User Group Permissions"
5280 msgstr ""
5293 msgstr ""
5281
5294
5282 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:62
5295 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:62
5283 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:109
5296 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:109
5284 msgid "revoke"
5297 msgid "revoke"
5285 msgstr ""
5298 msgstr ""
5286
5299
5287 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
5300 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:36
5288 msgid "Change owner of this user group."
5301 msgid "Change owner of this user group."
5289 msgstr ""
5302 msgstr ""
5290
5303
5291 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:50
5304 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:59
5305 #: rhodecode/templates/base/base.html:257
5306 #: rhodecode/templates/base/base.html:399
5307 #: rhodecode/templates/search/search.html:64
5308 msgid "Search"
5309 msgstr ""
5310
5311 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5292 #: rhodecode/templates/debug_style/form-elements.html:513
5312 #: rhodecode/templates/debug_style/form-elements.html:513
5293 #: rhodecode/templates/debug_style/form-elements.html:571
5313 #: rhodecode/templates/debug_style/form-elements.html:571
5294 #: rhodecode/templates/debug_style/forms.html:236
5314 #: rhodecode/templates/debug_style/forms.html:236
5295 msgid "Chosen group members"
5315 msgid "Chosen group members"
5296 msgstr ""
5316 msgstr ""
5297
5317
5298 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:53
5318 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:69
5299 #: rhodecode/templates/debug_style/form-elements.html:525
5319 #: rhodecode/templates/debug_style/form-elements.html:525
5300 #: rhodecode/templates/debug_style/form-elements.html:575
5320 #: rhodecode/templates/debug_style/form-elements.html:575
5301 #: rhodecode/templates/debug_style/forms.html:240
5321 #: rhodecode/templates/debug_style/forms.html:240
5302 msgid "Remove all elements"
5322 msgid "Remove all elements"
5303 msgstr ""
5323 msgstr ""
5304
5324
5305 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:63
5325 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:79
5306 #: rhodecode/templates/debug_style/form-elements.html:535
5326 msgid "Available users"
5307 #: rhodecode/templates/debug_style/form-elements.html:585
5327 msgstr ""
5308 #: rhodecode/templates/debug_style/forms.html:250
5328
5309 msgid "Available members"
5329 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:83
5310 msgstr ""
5311
5312 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5313 #: rhodecode/templates/debug_style/form-elements.html:543
5330 #: rhodecode/templates/debug_style/form-elements.html:543
5314 #: rhodecode/templates/debug_style/form-elements.html:593
5331 #: rhodecode/templates/debug_style/form-elements.html:593
5315 #: rhodecode/templates/debug_style/forms.html:258
5332 #: rhodecode/templates/debug_style/forms.html:258
5316 msgid "Add all elements"
5333 msgid "Add all elements"
5317 msgstr ""
5334 msgstr ""
5318
5335
5319 #: rhodecode/templates/admin/user_groups/user_groups.html:5
5336 #: rhodecode/templates/admin/user_groups/user_groups.html:5
5320 msgid "User groups administration"
5337 msgid "User groups administration"
5321 msgstr ""
5338 msgstr ""
5322
5339
5323 #: rhodecode/templates/admin/user_groups/user_groups.html:13
5340 #: rhodecode/templates/admin/user_groups/user_groups.html:13
5324 msgid "user groups"
5341 msgid "user groups"
5325 msgstr ""
5342 msgstr ""
5326
5343
5327 #: rhodecode/templates/admin/users/user_add.html:5
5344 #: rhodecode/templates/admin/users/user_add.html:5
5328 msgid "Add user"
5345 msgid "Add user"
5329 msgstr ""
5346 msgstr ""
5330
5347
5331 #: rhodecode/templates/admin/users/user_add.html:13
5348 #: rhodecode/templates/admin/users/user_add.html:13
5332 #: rhodecode/templates/admin/users/user_edit.html:14
5349 #: rhodecode/templates/admin/users/user_edit.html:14
5333 #: rhodecode/templates/base/base.html:81
5350 #: rhodecode/templates/base/base.html:81
5334 msgid "Users"
5351 msgid "Users"
5335 msgstr ""
5352 msgstr ""
5336
5353
5337 #: rhodecode/templates/admin/users/user_add.html:15
5354 #: rhodecode/templates/admin/users/user_add.html:15
5338 #: rhodecode/templates/admin/users/users.html:27
5355 #: rhodecode/templates/admin/users/users.html:27
5339 msgid "Add User"
5356 msgid "Add User"
5340 msgstr ""
5357 msgstr ""
5341
5358
5342 #: rhodecode/templates/admin/users/user_add.html:53
5359 #: rhodecode/templates/admin/users/user_add.html:53
5343 msgid "Password confirmation"
5360 msgid "Password confirmation"
5344 msgstr ""
5361 msgstr ""
5345
5362
5346 #: rhodecode/templates/admin/users/user_add.html:59
5363 #: rhodecode/templates/admin/users/user_add.html:59
5347 msgid "Generate password"
5364 msgid "Generate password"
5348 msgstr ""
5365 msgstr ""
5349
5366
5350 #: rhodecode/templates/admin/users/user_add.html:106
5367 #: rhodecode/templates/admin/users/user_add.html:106
5351 msgid "Password change"
5368 msgid "Password change"
5352 msgstr ""
5369 msgstr ""
5353
5370
5354 #: rhodecode/templates/admin/users/user_add.html:110
5371 #: rhodecode/templates/admin/users/user_add.html:110
5355 msgid "Force user to change his password on the next login"
5372 msgid "Force user to change his password on the next login"
5356 msgstr ""
5373 msgstr ""
5357
5374
5358 #: rhodecode/templates/admin/users/user_add.html:120
5375 #: rhodecode/templates/admin/users/user_add.html:120
5359 msgid ""
5376 msgid ""
5360 "Add repository group with the same name as username. \n"
5377 "Add repository group with the same name as username. \n"
5361 "User will be automatically set as this group owner."
5378 "User will be automatically set as this group owner."
5362 msgstr ""
5379 msgstr ""
5363
5380
5364 #: rhodecode/templates/admin/users/user_add.html:137
5381 #: rhodecode/templates/admin/users/user_add.html:136
5365 msgid "generated password:"
5382 msgid "generated password:"
5366 msgstr ""
5383 msgstr ""
5367
5384
5368 #: rhodecode/templates/admin/users/user_edit.html:5
5385 #: rhodecode/templates/admin/users/user_edit.html:5
5369 #, python-format
5386 #, python-format
5370 msgid "%s user settings"
5387 msgid "%s user settings"
5371 msgstr ""
5388 msgstr ""
5372
5389
5373 #: rhodecode/templates/admin/users/user_edit.html:33
5390 #: rhodecode/templates/admin/users/user_edit.html:33
5374 #: rhodecode/templates/admin/users/user_edit_profile.html:5
5391 #: rhodecode/templates/admin/users/user_edit_profile.html:5
5375 msgid "User Profile"
5392 msgid "User Profile"
5376 msgstr ""
5393 msgstr ""
5377
5394
5378 #: rhodecode/templates/admin/users/user_edit.html:34
5395 #: rhodecode/templates/admin/users/user_edit.html:34
5379 msgid "Auth tokens"
5396 msgid "Auth tokens"
5380 msgstr ""
5397 msgstr ""
5381
5398
5382 #: rhodecode/templates/admin/users/user_edit.html:38
5399 #: rhodecode/templates/admin/users/user_edit.html:38
5383 msgid "Emails"
5400 msgid "Emails"
5384 msgstr ""
5401 msgstr ""
5385
5402
5386 #: rhodecode/templates/admin/users/user_edit.html:39
5403 #: rhodecode/templates/admin/users/user_edit.html:39
5387 msgid "Ip Whitelist"
5404 msgid "Ip Whitelist"
5388 msgstr ""
5405 msgstr ""
5389
5406
5390 #: rhodecode/templates/admin/users/user_edit_advanced.html:6
5407 #: rhodecode/templates/admin/users/user_edit_advanced.html:6
5391 #: rhodecode/templates/admin/users/user_edit_profile.html:106
5408 #: rhodecode/templates/admin/users/user_edit_profile.html:106
5392 msgid "Source of Record"
5409 msgid "Source of Record"
5393 msgstr ""
5410 msgstr ""
5394
5411
5395 #: rhodecode/templates/admin/users/user_edit_advanced.html:8
5412 #: rhodecode/templates/admin/users/user_edit_advanced.html:8
5396 #: rhodecode/templates/admin/users/users.html:98
5413 #: rhodecode/templates/admin/users/users.html:98
5397 msgid "Last login"
5414 msgid "Last login"
5398 msgstr ""
5415 msgstr ""
5399
5416
5400 #: rhodecode/templates/admin/users/user_edit_advanced.html:9
5417 #: rhodecode/templates/admin/users/user_edit_advanced.html:9
5401 msgid "Last activity"
5418 msgid "Last activity"
5402 msgstr ""
5419 msgstr ""
5403
5420
5404 #: rhodecode/templates/admin/users/user_edit_advanced.html:15
5421 #: rhodecode/templates/admin/users/user_edit_advanced.html:15
5405 msgid "Member of User groups"
5422 msgid "Member of User groups"
5406 msgstr ""
5423 msgstr ""
5407
5424
5408 #: rhodecode/templates/admin/users/user_edit_advanced.html:16
5425 #: rhodecode/templates/admin/users/user_edit_advanced.html:16
5409 msgid "Force password change"
5426 msgid "Force password change"
5410 msgstr ""
5427 msgstr ""
5411
5428
5412 #: rhodecode/templates/admin/users/user_edit_advanced.html:22
5429 #: rhodecode/templates/admin/users/user_edit_advanced.html:22
5413 #, python-format
5430 #, python-format
5414 msgid "User: %s"
5431 msgid "User: %s"
5415 msgstr ""
5432 msgstr ""
5416
5433
5417 #: rhodecode/templates/admin/users/user_edit_advanced.html:31
5434 #: rhodecode/templates/admin/users/user_edit_advanced.html:31
5418 msgid "Force Password Reset"
5435 msgid "Force Password Reset"
5419 msgstr ""
5436 msgstr ""
5420
5437
5421 #: rhodecode/templates/admin/users/user_edit_advanced.html:39
5438 #: rhodecode/templates/admin/users/user_edit_advanced.html:39
5422 msgid "Disable forced password reset"
5439 msgid "Disable forced password reset"
5423 msgstr ""
5440 msgstr ""
5424
5441
5425 #: rhodecode/templates/admin/users/user_edit_advanced.html:41
5442 #: rhodecode/templates/admin/users/user_edit_advanced.html:41
5426 msgid "Enable forced password reset"
5443 msgid "Enable forced password reset"
5427 msgstr ""
5444 msgstr ""
5428
5445
5429 #: rhodecode/templates/admin/users/user_edit_advanced.html:47
5446 #: rhodecode/templates/admin/users/user_edit_advanced.html:47
5430 msgid "When this is enabled user will have to change they password when they next use RhodeCode system. This will also forbid vcs operations until someone makes a password change in the web interface"
5447 msgid "When this is enabled user will have to change they password when they next use RhodeCode system. This will also forbid vcs operations until someone makes a password change in the web interface"
5431 msgstr ""
5448 msgstr ""
5432
5449
5433 #: rhodecode/templates/admin/users/user_edit_advanced.html:56
5450 #: rhodecode/templates/admin/users/user_edit_advanced.html:56
5434 msgid "Personal Repository Group"
5451 msgid "Personal Repository Group"
5435 msgstr ""
5452 msgstr ""
5436
5453
5437 #: rhodecode/templates/admin/users/user_edit_advanced.html:62
5454 #: rhodecode/templates/admin/users/user_edit_advanced.html:62
5438 msgid "Users personal repository group"
5455 msgid "Users personal repository group"
5439 msgstr ""
5456 msgstr ""
5440
5457
5441 #: rhodecode/templates/admin/users/user_edit_advanced.html:64
5458 #: rhodecode/templates/admin/users/user_edit_advanced.html:64
5442 msgid "This user currently does not have a personal repository group"
5459 msgid "This user currently does not have a personal repository group"
5443 msgstr ""
5460 msgstr ""
5444
5461
5445 #: rhodecode/templates/admin/users/user_edit_advanced.html:68
5462 #: rhodecode/templates/admin/users/user_edit_advanced.html:68
5446 msgid "Create personal repository group"
5463 msgid "Create personal repository group"
5447 msgstr ""
5464 msgstr ""
5448
5465
5449 #: rhodecode/templates/admin/users/user_edit_advanced.html:77
5466 #: rhodecode/templates/admin/users/user_edit_advanced.html:77
5450 msgid "Delete User"
5467 msgid "Delete User"
5451 msgstr ""
5468 msgstr ""
5452
5469
5453 #: rhodecode/templates/admin/users/user_edit_advanced.html:85
5470 #: rhodecode/templates/admin/users/user_edit_advanced.html:85
5454 #, python-format
5471 #, python-format
5455 msgid "This user owns %s repository."
5472 msgid "This user owns %s repository."
5456 msgid_plural "This user owns %s repositories."
5473 msgid_plural "This user owns %s repositories."
5457 msgstr[0] ""
5474 msgstr[0] ""
5458 msgstr[1] ""
5475 msgstr[1] ""
5459
5476
5460 #: rhodecode/templates/admin/users/user_edit_advanced.html:89
5477 #: rhodecode/templates/admin/users/user_edit_advanced.html:89
5461 msgid "Detach repositories"
5478 msgid "Detach repositories"
5462 msgstr ""
5479 msgstr ""
5463
5480
5464 #: rhodecode/templates/admin/users/user_edit_advanced.html:94
5481 #: rhodecode/templates/admin/users/user_edit_advanced.html:94
5465 #: rhodecode/templates/admin/users/user_edit_advanced.html:110
5482 #: rhodecode/templates/admin/users/user_edit_advanced.html:110
5466 #: rhodecode/templates/admin/users/user_edit_advanced.html:126
5483 #: rhodecode/templates/admin/users/user_edit_advanced.html:126
5467 msgid "Delete repositories"
5484 msgid "Delete repositories"
5468 msgstr ""
5485 msgstr ""
5469
5486
5470 #: rhodecode/templates/admin/users/user_edit_advanced.html:101
5487 #: rhodecode/templates/admin/users/user_edit_advanced.html:101
5471 #, python-format
5488 #, python-format
5472 msgid "This user owns %s repository group."
5489 msgid "This user owns %s repository group."
5473 msgid_plural "This user owns %s repository groups."
5490 msgid_plural "This user owns %s repository groups."
5474 msgstr[0] ""
5491 msgstr[0] ""
5475 msgstr[1] ""
5492 msgstr[1] ""
5476
5493
5477 #: rhodecode/templates/admin/users/user_edit_advanced.html:105
5494 #: rhodecode/templates/admin/users/user_edit_advanced.html:105
5478 msgid "Detach repository groups"
5495 msgid "Detach repository groups"
5479 msgstr ""
5496 msgstr ""
5480
5497
5481 #: rhodecode/templates/admin/users/user_edit_advanced.html:117
5498 #: rhodecode/templates/admin/users/user_edit_advanced.html:117
5482 #, python-format
5499 #, python-format
5483 msgid "This user owns %s user group."
5500 msgid "This user owns %s user group."
5484 msgid_plural "This user owns %s user groups."
5501 msgid_plural "This user owns %s user groups."
5485 msgstr[0] ""
5502 msgstr[0] ""
5486 msgstr[1] ""
5503 msgstr[1] ""
5487
5504
5488 #: rhodecode/templates/admin/users/user_edit_advanced.html:121
5505 #: rhodecode/templates/admin/users/user_edit_advanced.html:121
5489 msgid "Detach user groups"
5506 msgid "Detach user groups"
5490 msgstr ""
5507 msgstr ""
5491
5508
5492 #: rhodecode/templates/admin/users/user_edit_advanced.html:135
5509 #: rhodecode/templates/admin/users/user_edit_advanced.html:135
5493 #: rhodecode/templates/data_table/_dt_elements.html:189
5510 #: rhodecode/templates/data_table/_dt_elements.html:189
5494 #, python-format
5511 #, python-format
5495 msgid "Confirm to delete this user: %s"
5512 msgid "Confirm to delete this user: %s"
5496 msgstr ""
5513 msgstr ""
5497
5514
5498 #: rhodecode/templates/admin/users/user_edit_advanced.html:137
5515 #: rhodecode/templates/admin/users/user_edit_advanced.html:137
5499 msgid "Delete this user"
5516 msgid "Delete this user"
5500 msgstr ""
5517 msgstr ""
5501
5518
5502 #: rhodecode/templates/admin/users/user_edit_advanced.html:147
5519 #: rhodecode/templates/admin/users/user_edit_advanced.html:147
5503 #, python-format
5520 #, python-format
5504 msgid "When selecting the detach option, the depending objects owned by this user will be assigned to the `%s` super admin in the system. The delete option will delete the user's repositories!"
5521 msgid "When selecting the detach option, the depending objects owned by this user will be assigned to the `%s` super admin in the system. The delete option will delete the user's repositories!"
5505 msgstr ""
5522 msgstr ""
5506
5523
5507 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:3
5524 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:3
5508 msgid "Authentication Access Tokens"
5525 msgid "Authentication Access Tokens"
5509 msgstr ""
5526 msgstr ""
5510
5527
5511 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:59
5528 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:59
5512 msgid "No additional auth tokens specified"
5529 msgid "No additional auth tokens specified"
5513 msgstr ""
5530 msgstr ""
5514
5531
5515 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:71
5532 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:71
5516 msgid "New auth token"
5533 msgid "New auth token"
5517 msgstr ""
5534 msgstr ""
5518
5535
5519 #: rhodecode/templates/admin/users/user_edit_emails.html:5
5536 #: rhodecode/templates/admin/users/user_edit_emails.html:5
5520 msgid "Additional Email Addresses"
5537 msgid "Additional Email Addresses"
5521 msgstr ""
5538 msgstr ""
5522
5539
5523 #: rhodecode/templates/admin/users/user_edit_ips.html:3
5540 #: rhodecode/templates/admin/users/user_edit_ips.html:3
5524 msgid "Custom IP Whitelist"
5541 msgid "Custom IP Whitelist"
5525 msgstr ""
5542 msgstr ""
5526
5543
5527 #: rhodecode/templates/admin/users/user_edit_ips.html:19
5544 #: rhodecode/templates/admin/users/user_edit_ips.html:19
5528 #, python-format
5545 #, python-format
5529 msgid "Inherited from %s"
5546 msgid "Inherited from %s"
5530 msgstr ""
5547 msgstr ""
5531
5548
5532 #: rhodecode/templates/admin/users/user_edit_ips.html:63
5549 #: rhodecode/templates/admin/users/user_edit_ips.html:63
5533 msgid ""
5550 msgid ""
5534 "Enter comma separated list of ip addresses like 127.0.0.1,\n"
5551 "Enter comma separated list of ip addresses like 127.0.0.1,\n"
5535 "or use a ip address with a mask 127.0.0.1/24, to create a network range.\n"
5552 "or use a ip address with a mask 127.0.0.1/24, to create a network range.\n"
5536 "To specify multiple address range use 127.0.0.1-127.0.0.10 syntax"
5553 "To specify multiple address range use 127.0.0.1-127.0.0.10 syntax"
5537 msgstr ""
5554 msgstr ""
5538
5555
5539 #: rhodecode/templates/admin/users/user_edit_profile.html:17
5556 #: rhodecode/templates/admin/users/user_edit_profile.html:17
5540 #, python-format
5557 #, python-format
5541 msgid "This user was created from external source (%s). Editing some of the settings is limited."
5558 msgid "This user was created from external source (%s). Editing some of the settings is limited."
5542 msgstr ""
5559 msgstr ""
5543
5560
5544 #: rhodecode/templates/admin/users/user_edit_profile.html:30
5561 #: rhodecode/templates/admin/users/user_edit_profile.html:30
5545 msgid "Change the avatar at"
5562 msgid "Change the avatar at"
5546 msgstr ""
5563 msgstr ""
5547
5564
5548 #: rhodecode/templates/admin/users/user_edit_profile.html:82
5565 #: rhodecode/templates/admin/users/user_edit_profile.html:82
5549 msgid "New Password Confirmation"
5566 msgid "New Password Confirmation"
5550 msgstr ""
5567 msgstr ""
5551
5568
5552 #: rhodecode/templates/admin/users/user_edit_profile.html:98
5569 #: rhodecode/templates/admin/users/user_edit_profile.html:98
5553 msgid "Super Admin"
5570 msgid "Super Admin"
5554 msgstr ""
5571 msgstr ""
5555
5572
5556 #: rhodecode/templates/admin/users/user_edit_profile.html:115
5573 #: rhodecode/templates/admin/users/user_edit_profile.html:115
5557 msgid "Name in Source of Record"
5574 msgid "Name in Source of Record"
5558 msgstr ""
5575 msgstr ""
5559
5576
5560 #: rhodecode/templates/admin/users/user_edit_profile.html:124
5577 #: rhodecode/templates/admin/users/user_edit_profile.html:124
5561 msgid "Language"
5578 msgid "Language"
5562 msgstr ""
5579 msgstr ""
5563
5580
5564 #: rhodecode/templates/admin/users/user_edit_profile.html:130
5581 #: rhodecode/templates/admin/users/user_edit_profile.html:130
5565 #, python-format
5582 #, python-format
5566 msgid "Help translate %(rc_link)s into your language."
5583 msgid "Help translate %(rc_link)s into your language."
5567 msgstr ""
5584 msgstr ""
5568
5585
5569 #: rhodecode/templates/admin/users/users.html:5
5586 #: rhodecode/templates/admin/users/users.html:5
5570 msgid "Users administration"
5587 msgid "Users administration"
5571 msgstr ""
5588 msgstr ""
5572
5589
5573 #: rhodecode/templates/admin/users/users.html:104
5590 #: rhodecode/templates/admin/users/users.html:104
5574 msgid "Authentication type"
5591 msgid "Authentication type"
5575 msgstr ""
5592 msgstr ""
5576
5593
5577 #: rhodecode/templates/base/base.html:45
5594 #: rhodecode/templates/base/base.html:45
5578 #: rhodecode/templates/errors/error_document.html:51
5595 #: rhodecode/templates/errors/error_document.html:51
5579 msgid "Support"
5596 msgid "Support"
5580 msgstr ""
5597 msgstr ""
5581
5598
5582 #: rhodecode/templates/base/base.html:52
5599 #: rhodecode/templates/base/base.html:52
5583 #, python-format
5600 #, python-format
5584 msgid "RhodeCode instance id: %s"
5601 msgid "RhodeCode instance id: %s"
5585 msgstr ""
5602 msgstr ""
5586
5603
5587 #: rhodecode/templates/base/base.html:84
5604 #: rhodecode/templates/base/base.html:84
5588 msgid "Authentication"
5605 msgid "Authentication"
5589 msgstr ""
5606 msgstr ""
5590
5607
5591 #: rhodecode/templates/base/base.html:85
5608 #: rhodecode/templates/base/base.html:85
5592 msgid "Defaults"
5609 msgid "Defaults"
5593 msgstr ""
5610 msgstr ""
5594
5611
5595 #: rhodecode/templates/base/base.html:103
5612 #: rhodecode/templates/base/base.html:103
5596 #: rhodecode/templates/files/files_pjax.html:24
5613 #: rhodecode/templates/files/files_pjax.html:24
5597 #: rhodecode/templates/summary/components.html:42
5614 #: rhodecode/templates/summary/components.html:42
5598 msgid "Show More"
5615 msgid "Show More"
5599 msgstr ""
5616 msgstr ""
5600
5617
5601 #: rhodecode/templates/base/base.html:187
5618 #: rhodecode/templates/base/base.html:189
5602 msgid "Fork of"
5619 msgid "Fork of"
5603 msgstr ""
5620 msgstr ""
5604
5621
5605 #: rhodecode/templates/base/base.html:204
5622 #: rhodecode/templates/base/base.html:206
5606 #, python-format
5623 #, python-format
5607 msgid "Repository locked by %(user)s"
5624 msgid "Repository locked by %(user)s"
5608 msgstr ""
5625 msgstr ""
5609
5626
5610 #: rhodecode/templates/base/base.html:209
5627 #: rhodecode/templates/base/base.html:211
5611 msgid "Repository not locked. Pull repository to lock it."
5628 msgid "Repository not locked. Pull repository to lock it."
5612 msgstr ""
5629 msgstr ""
5613
5630
5614 #: rhodecode/templates/base/base.html:227
5631 #: rhodecode/templates/base/base.html:229
5615 #: rhodecode/templates/data_table/_dt_elements.html:12
5632 #: rhodecode/templates/data_table/_dt_elements.html:12
5616 #: rhodecode/templates/data_table/_dt_elements.html:13
5633 #: rhodecode/templates/data_table/_dt_elements.html:13
5617 #: rhodecode/templates/data_table/_dt_elements.html:147
5634 #: rhodecode/templates/data_table/_dt_elements.html:147
5618 msgid "Summary"
5635 msgid "Summary"
5619 msgstr ""
5636 msgstr ""
5620
5637
5621 #: rhodecode/templates/base/base.html:228
5638 #: rhodecode/templates/base/base.html:230
5622 #: rhodecode/templates/data_table/_dt_elements.html:17
5639 #: rhodecode/templates/data_table/_dt_elements.html:17
5623 #: rhodecode/templates/data_table/_dt_elements.html:18
5640 #: rhodecode/templates/data_table/_dt_elements.html:18
5624 msgid "Changelog"
5641 msgid "Changelog"
5625 msgstr ""
5642 msgstr ""
5626
5643
5627 #: rhodecode/templates/base/base.html:229
5644 #: rhodecode/templates/base/base.html:231
5628 #: rhodecode/templates/data_table/_dt_elements.html:22
5645 #: rhodecode/templates/data_table/_dt_elements.html:22
5629 #: rhodecode/templates/data_table/_dt_elements.html:23
5646 #: rhodecode/templates/data_table/_dt_elements.html:23
5630 #: rhodecode/templates/files/files.html:15
5647 #: rhodecode/templates/files/files.html:15
5631 msgid "Files"
5648 msgid "Files"
5632 msgstr ""
5649 msgstr ""
5633
5650
5634 #: rhodecode/templates/base/base.html:231
5651 #: rhodecode/templates/base/base.html:233
5635 #: rhodecode/templates/bookmarks/bookmarks.html:68
5652 #: rhodecode/templates/bookmarks/bookmarks.html:68
5636 #: rhodecode/templates/branches/branches.html:67
5653 #: rhodecode/templates/branches/branches.html:67
5637 #: rhodecode/templates/files/file_diff.html:11
5654 #: rhodecode/templates/files/file_diff.html:11
5638 #: rhodecode/templates/files/file_diff.html:29
5655 #: rhodecode/templates/files/file_diff.html:29
5639 #: rhodecode/templates/tags/tags.html:68
5656 #: rhodecode/templates/tags/tags.html:68
5640 msgid "Compare"
5657 msgid "Compare"
5641 msgstr ""
5658 msgstr ""
5642
5659
5643 #: rhodecode/templates/base/base.html:236
5660 #: rhodecode/templates/base/base.html:238
5644 #, python-format
5661 #, python-format
5645 msgid "Show Pull Requests for %s"
5662 msgid "Show Pull Requests for %s"
5646 msgstr ""
5663 msgstr ""
5647
5664
5648 #: rhodecode/templates/base/base.html:245
5665 #: rhodecode/templates/base/base.html:247
5649 msgid "Options"
5666 msgid "Options"
5650 msgstr ""
5667 msgstr ""
5651
5668
5652 #: rhodecode/templates/base/base.html:252
5669 #: rhodecode/templates/base/base.html:254
5653 #: rhodecode/templates/forks/forks_data.html:28
5670 #: rhodecode/templates/forks/forks_data.html:30
5654 msgid "Compare fork"
5671 msgid "Compare fork"
5655 msgstr ""
5672 msgstr ""
5656
5673
5657 #: rhodecode/templates/base/base.html:255
5658 #: rhodecode/templates/base/base.html:397
5659 #: rhodecode/templates/search/search.html:64
5660 msgid "Search"
5661 msgstr ""
5662
5663 #: rhodecode/templates/base/base.html:259
5664 msgid "Unlock"
5665 msgstr ""
5666
5667 #: rhodecode/templates/base/base.html:261
5674 #: rhodecode/templates/base/base.html:261
5675 msgid "Unlock"
5676 msgstr ""
5677
5678 #: rhodecode/templates/base/base.html:263
5668 msgid "Lock"
5679 msgid "Lock"
5669 msgstr ""
5680 msgstr ""
5670
5681
5671 #: rhodecode/templates/base/base.html:266
5682 #: rhodecode/templates/base/base.html:268
5672 #: rhodecode/templates/data_table/_dt_elements.html:27
5683 #: rhodecode/templates/data_table/_dt_elements.html:27
5673 #: rhodecode/templates/data_table/_dt_elements.html:28
5684 #: rhodecode/templates/data_table/_dt_elements.html:28
5674 #: rhodecode/templates/forks/forks_data.html:7
5685 #: rhodecode/templates/forks/forks_data.html:8
5675 #: rhodecode/templates/summary/components.html:103
5686 #: rhodecode/templates/summary/components.html:103
5676 msgid "Fork"
5687 msgid "Fork"
5677 msgid_plural "Forks"
5688 msgid_plural "Forks"
5678 msgstr[0] ""
5689 msgstr[0] ""
5679 msgstr[1] ""
5690 msgstr[1] ""
5680
5691
5681 #: rhodecode/templates/base/base.html:267
5692 #: rhodecode/templates/base/base.html:269
5682 msgid "Create Pull Request"
5693 msgid "Create Pull Request"
5683 msgstr ""
5694 msgstr ""
5684
5695
5685 #: rhodecode/templates/base/base.html:289
5696 #: rhodecode/templates/base/base.html:291
5686 msgid "Sign in"
5697 msgid "Sign in"
5687 msgstr ""
5698 msgstr ""
5688
5699
5689 #: rhodecode/templates/base/base.html:297
5700 #: rhodecode/templates/base/base.html:299
5690 #: rhodecode/templates/debug_style/login.html:28
5701 #: rhodecode/templates/debug_style/login.html:28
5691 msgid "Sign in to your account"
5702 msgid "Sign in to your account"
5692 msgstr ""
5703 msgstr ""
5693
5704
5694 #: rhodecode/templates/base/base.html:313
5705 #: rhodecode/templates/base/base.html:315
5695 #: rhodecode/templates/debug_style/login.html:46
5706 #: rhodecode/templates/debug_style/login.html:46
5696 msgid "(Forgot password?)"
5707 msgid "(Forgot password?)"
5697 msgstr ""
5708 msgstr ""
5698
5709
5699 #: rhodecode/templates/base/base.html:322
5710 #: rhodecode/templates/base/base.html:324
5700 #: rhodecode/templates/debug_style/login.html:56
5711 #: rhodecode/templates/debug_style/login.html:56
5701 msgid "Don't have an account ?"
5712 msgid "Don't have an account ?"
5702 msgstr ""
5713 msgstr ""
5703
5714
5704 #: rhodecode/templates/base/base.html:343
5715 #: rhodecode/templates/base/base.html:345
5705 msgid "Sign Out"
5716 msgid "Sign Out"
5706 msgstr ""
5717 msgstr ""
5707
5718
5708 #: rhodecode/templates/base/base.html:379
5719 #: rhodecode/templates/base/base.html:381
5709 msgid "Show activity journal"
5720 msgid "Show activity journal"
5710 msgstr ""
5721 msgstr ""
5711
5722
5712 #: rhodecode/templates/base/base.html:380
5723 #: rhodecode/templates/base/base.html:382
5713 #: rhodecode/templates/journal/journal.html:4
5724 #: rhodecode/templates/journal/journal.html:4
5714 #: rhodecode/templates/journal/journal.html:14
5725 #: rhodecode/templates/journal/journal.html:14
5715 msgid "Journal"
5726 msgid "Journal"
5716 msgstr ""
5727 msgstr ""
5717
5728
5718 #: rhodecode/templates/base/base.html:385
5729 #: rhodecode/templates/base/base.html:387
5719 msgid "Show Public activity journal"
5730 msgid "Show Public activity journal"
5720 msgstr ""
5731 msgstr ""
5721
5732
5722 #: rhodecode/templates/base/base.html:386
5733 #: rhodecode/templates/base/base.html:388
5723 msgid "Public journal"
5734 msgid "Public journal"
5724 msgstr ""
5735 msgstr ""
5725
5736
5726 #: rhodecode/templates/base/base.html:391
5737 #: rhodecode/templates/base/base.html:393
5727 msgid "Show Gists"
5738 msgid "Show Gists"
5728 msgstr ""
5739 msgstr ""
5729
5740
5730 #: rhodecode/templates/base/base.html:392
5741 #: rhodecode/templates/base/base.html:394
5731 msgid "Gists"
5742 msgid "Gists"
5732 msgstr ""
5743 msgstr ""
5733
5744
5734 #: rhodecode/templates/base/base.html:396
5745 #: rhodecode/templates/base/base.html:398
5735 msgid "Search in repositories you have access to"
5746 msgid "Search in repositories you have access to"
5736 msgstr ""
5747 msgstr ""
5737
5748
5738 #: rhodecode/templates/base/base.html:402
5749 #: rhodecode/templates/base/base.html:404
5739 msgid "Admin settings"
5750 msgid "Admin settings"
5740 msgstr ""
5751 msgstr ""
5741
5752
5742 #: rhodecode/templates/base/base.html:409
5753 #: rhodecode/templates/base/base.html:411
5743 msgid "Delegated Admin settings"
5754 msgid "Delegated Admin settings"
5744 msgstr ""
5755 msgstr ""
5745
5756
5746 #: rhodecode/templates/base/base.html:419
5757 #: rhodecode/templates/base/base.html:421
5747 #: rhodecode/templates/base/base.html:420
5758 #: rhodecode/templates/base/base.html:422
5748 #: rhodecode/templates/debug_style/buttons.html:5
5759 #: rhodecode/templates/debug_style/buttons.html:5
5749 #: rhodecode/templates/debug_style/code-block.html:6
5760 #: rhodecode/templates/debug_style/code-block.html:6
5750 #: rhodecode/templates/debug_style/collapsable-content.html:5
5761 #: rhodecode/templates/debug_style/collapsable-content.html:5
5751 #: rhodecode/templates/debug_style/form-elements-small.html:5
5762 #: rhodecode/templates/debug_style/form-elements-small.html:5
5752 #: rhodecode/templates/debug_style/form-elements.html:5
5763 #: rhodecode/templates/debug_style/form-elements.html:5
5753 #: rhodecode/templates/debug_style/form-inline.html:5
5764 #: rhodecode/templates/debug_style/form-inline.html:5
5754 #: rhodecode/templates/debug_style/form-vertical.html:5
5765 #: rhodecode/templates/debug_style/form-vertical.html:5
5755 #: rhodecode/templates/debug_style/forms.html:5
5766 #: rhodecode/templates/debug_style/forms.html:5
5756 #: rhodecode/templates/debug_style/icons.html:5
5767 #: rhodecode/templates/debug_style/icons.html:5
5757 #: rhodecode/templates/debug_style/index.html:12
5768 #: rhodecode/templates/debug_style/index.html:12
5758 #: rhodecode/templates/debug_style/labels.html:5
5769 #: rhodecode/templates/debug_style/labels.html:5
5759 #: rhodecode/templates/debug_style/layout-form-sidebar.html:5
5770 #: rhodecode/templates/debug_style/layout-form-sidebar.html:5
5760 #: rhodecode/templates/debug_style/login.html:6
5771 #: rhodecode/templates/debug_style/login.html:6
5761 #: rhodecode/templates/debug_style/panels.html:5
5772 #: rhodecode/templates/debug_style/panels.html:5
5762 #: rhodecode/templates/debug_style/tables-wide.html:5
5773 #: rhodecode/templates/debug_style/tables-wide.html:5
5763 #: rhodecode/templates/debug_style/tables.html:5
5774 #: rhodecode/templates/debug_style/tables.html:5
5764 #: rhodecode/templates/debug_style/typography.html:5
5775 #: rhodecode/templates/debug_style/typography.html:5
5765 msgid "Style"
5776 msgid "Style"
5766 msgstr ""
5777 msgstr ""
5767
5778
5768 #: rhodecode/templates/base/base.html:474
5779 #: rhodecode/templates/base/base.html:479
5769 msgid "Go to"
5780 msgid "Go to"
5770 msgstr ""
5781 msgstr ""
5771
5782
5772 #: rhodecode/templates/base/base.html:585
5783 #: rhodecode/templates/base/base.html:590
5773 msgid "Keyboard shortcuts"
5784 msgid "Keyboard shortcuts"
5774 msgstr ""
5785 msgstr ""
5775
5786
5776 #: rhodecode/templates/base/base.html:593
5787 #: rhodecode/templates/base/base.html:598
5777 msgid "Site-wide shortcuts"
5788 msgid "Site-wide shortcuts"
5778 msgstr ""
5789 msgstr ""
5779
5790
5780 #: rhodecode/templates/base/default_perms_box.html:14
5791 #: rhodecode/templates/base/default_perms_box.html:14
5781 msgid "Inherited Permissions"
5792 msgid "Inherited Permissions"
5782 msgstr ""
5793 msgstr ""
5783
5794
5784 #: rhodecode/templates/base/default_perms_box.html:15
5795 #: rhodecode/templates/base/default_perms_box.html:15
5785 msgid "Custom Permissions"
5796 msgid "Custom Permissions"
5786 msgstr ""
5797 msgstr ""
5787
5798
5788 #: rhodecode/templates/base/default_perms_box.html:17
5799 #: rhodecode/templates/base/default_perms_box.html:17
5789 msgid "Default Global Permissions"
5800 msgid "Default Global Permissions"
5790 msgstr ""
5801 msgstr ""
5791
5802
5792 #: rhodecode/templates/base/default_perms_box.html:23
5803 #: rhodecode/templates/base/default_perms_box.html:23
5793 msgid "The following options configure the default permissions each user or group will inherit. You can override these permissions for each individual user or user group using individual permissions settings."
5804 msgid "The following options configure the default permissions each user or group will inherit. You can override these permissions for each individual user or user group using individual permissions settings."
5794 msgstr ""
5805 msgstr ""
5795
5806
5796 #: rhodecode/templates/base/default_perms_box.html:27
5807 #: rhodecode/templates/base/default_perms_box.html:27
5797 msgid "Repository Creation"
5808 msgid "Repository Creation"
5798 msgstr ""
5809 msgstr ""
5799
5810
5800 #: rhodecode/templates/base/default_perms_box.html:32
5811 #: rhodecode/templates/base/default_perms_box.html:32
5801 msgid "Permission to create root level repositories. When disabled, users can still create repositories inside their own repository groups."
5812 msgid "Permission to create root level repositories. When disabled, users can still create repositories inside their own repository groups."
5802 msgstr ""
5813 msgstr ""
5803
5814
5804 #: rhodecode/templates/base/default_perms_box.html:37
5815 #: rhodecode/templates/base/default_perms_box.html:37
5805 msgid "Repository Creation With Group Write Access"
5816 msgid "Repository Creation With Group Write Access"
5806 msgstr ""
5817 msgstr ""
5807
5818
5808 #: rhodecode/templates/base/default_perms_box.html:42
5819 #: rhodecode/templates/base/default_perms_box.html:42
5809 msgid "Write permission given on a repository group will allow creating repositories inside that group."
5820 msgid "Write permission given on a repository group will allow creating repositories inside that group."
5810 msgstr ""
5821 msgstr ""
5811
5822
5812 #: rhodecode/templates/base/default_perms_box.html:47
5823 #: rhodecode/templates/base/default_perms_box.html:47
5813 msgid "Repository Forking"
5824 msgid "Repository Forking"
5814 msgstr ""
5825 msgstr ""
5815
5826
5816 #: rhodecode/templates/base/default_perms_box.html:52
5827 #: rhodecode/templates/base/default_perms_box.html:52
5817 msgid "Permission to create root level repository forks. When disabled, users can still fork repositories inside their own repository groups."
5828 msgid "Permission to create root level repository forks. When disabled, users can still fork repositories inside their own repository groups."
5818 msgstr ""
5829 msgstr ""
5819
5830
5820 #: rhodecode/templates/base/default_perms_box.html:57
5831 #: rhodecode/templates/base/default_perms_box.html:57
5821 msgid "Repository Group Creation"
5832 msgid "Repository Group Creation"
5822 msgstr ""
5833 msgstr ""
5823
5834
5824 #: rhodecode/templates/base/default_perms_box.html:62
5835 #: rhodecode/templates/base/default_perms_box.html:62
5825 msgid "Permission to create root level repository groups. When disabled, repository group admins can still create repository subgroups within their repository groups."
5836 msgid "Permission to create root level repository groups. When disabled, repository group admins can still create repository subgroups within their repository groups."
5826 msgstr ""
5837 msgstr ""
5827
5838
5828 #: rhodecode/templates/base/default_perms_box.html:67
5839 #: rhodecode/templates/base/default_perms_box.html:67
5829 msgid "User Group Creation"
5840 msgid "User Group Creation"
5830 msgstr ""
5841 msgstr ""
5831
5842
5832 #: rhodecode/templates/base/default_perms_box.html:72
5843 #: rhodecode/templates/base/default_perms_box.html:72
5833 msgid "Permission to allow user group creation. When disabled, user group admins can still create subgroups within their user groups."
5844 msgid "Permission to allow user group creation. When disabled, user group admins can still create subgroups within their user groups."
5834 msgstr ""
5845 msgstr ""
5835
5846
5836 #: rhodecode/templates/base/default_perms_box.html:78
5847 #: rhodecode/templates/base/default_perms_box.html:78
5837 msgid "Inherit Permissions From The Default User"
5848 msgid "Inherit Permissions From The Default User"
5838 msgstr ""
5849 msgstr ""
5839
5850
5840 #: rhodecode/templates/base/default_perms_box.html:83
5851 #: rhodecode/templates/base/default_perms_box.html:83
5841 msgid "Inherit default permissions from the default user. Turn off this option to force explicit permissions for users, even if they are more restrictive than the default user permissions."
5852 msgid "Inherit default permissions from the default user. Turn off this option to force explicit permissions for users, even if they are more restrictive than the default user permissions."
5842 msgstr ""
5853 msgstr ""
5843
5854
5844 #: rhodecode/templates/base/default_perms_box.html:102
5855 #: rhodecode/templates/base/default_perms_box.html:102
5845 msgid "Inherit from default settings"
5856 msgid "Inherit from default settings"
5846 msgstr ""
5857 msgstr ""
5847
5858
5848 #: rhodecode/templates/base/default_perms_box.html:107
5859 #: rhodecode/templates/base/default_perms_box.html:107
5849 #, python-format
5860 #, python-format
5850 msgid ""
5861 msgid ""
5851 "Select to inherit permissions from %s permissions settings, including default IP address whitelist and inheritance of \n"
5862 "Select to inherit permissions from %s permissions settings, including default IP address whitelist and inheritance of \n"
5852 "permission by members of user groups."
5863 "permission by members of user groups."
5853 msgstr ""
5864 msgstr ""
5854
5865
5855 #: rhodecode/templates/base/issue_tracker_settings.html:22
5866 #: rhodecode/templates/base/issue_tracker_settings.html:22
5856 msgid "Read more"
5867 msgid "Read more"
5857 msgstr ""
5868 msgstr ""
5858
5869
5859 #: rhodecode/templates/base/issue_tracker_settings.html:92
5870 #: rhodecode/templates/base/issue_tracker_settings.html:92
5860 msgid "New Entry"
5871 msgid "New Entry"
5861 msgstr ""
5872 msgstr ""
5862
5873
5863 #: rhodecode/templates/base/issue_tracker_settings.html:96
5874 #: rhodecode/templates/base/issue_tracker_settings.html:96
5864 msgid "Confirm to remove this pattern:"
5875 msgid "Confirm to remove this pattern:"
5865 msgstr ""
5876 msgstr ""
5866
5877
5867 #: rhodecode/templates/base/issue_tracker_settings.html:192
5878 #: rhodecode/templates/base/issue_tracker_settings.html:192
5868 #: rhodecode/templates/changeset/changeset_file_comment.html:144
5879 #: rhodecode/templates/changeset/changeset_file_comment.html:144
5869 #: rhodecode/templates/changeset/changeset_file_comment.html:291
5880 #: rhodecode/templates/changeset/changeset_file_comment.html:291
5870 #: rhodecode/templates/files/files_add.html:78
5881 #: rhodecode/templates/files/files_add.html:78
5871 #: rhodecode/templates/files/files_add.html:224
5882 #: rhodecode/templates/files/files_add.html:224
5872 #: rhodecode/templates/files/files_edit.html:82
5883 #: rhodecode/templates/files/files_edit.html:82
5873 #: rhodecode/templates/files/files_edit.html:185
5884 #: rhodecode/templates/files/files_edit.html:185
5874 msgid "Preview"
5885 msgid "Preview"
5875 msgstr ""
5886 msgstr ""
5876
5887
5877 #: rhodecode/templates/base/issue_tracker_settings.html:193
5888 #: rhodecode/templates/base/issue_tracker_settings.html:193
5878 msgid "Test Pattern Preview"
5889 msgid "Test Pattern Preview"
5879 msgstr ""
5890 msgstr ""
5880
5891
5892 #: rhodecode/templates/base/perms_summary.html:18
5893 msgid "show"
5894 msgstr ""
5895
5881 #: rhodecode/templates/base/perms_summary.html:19
5896 #: rhodecode/templates/base/perms_summary.html:19
5882 msgid "show"
5897 msgid "none"
5883 msgstr ""
5898 msgstr ""
5884
5899
5885 #: rhodecode/templates/base/perms_summary.html:20
5900 #: rhodecode/templates/base/perms_summary.html:20
5886 msgid "none"
5901 msgid "read"
5887 msgstr ""
5902 msgstr ""
5888
5903
5889 #: rhodecode/templates/base/perms_summary.html:21
5904 #: rhodecode/templates/base/perms_summary.html:21
5890 msgid "read"
5905 msgid "write"
5891 msgstr ""
5906 msgstr ""
5892
5907
5893 #: rhodecode/templates/base/perms_summary.html:22
5908 #: rhodecode/templates/base/perms_summary.html:22
5894 msgid "write"
5895 msgstr ""
5896
5897 #: rhodecode/templates/base/perms_summary.html:23
5898 msgid "admin"
5909 msgid "admin"
5899 msgstr ""
5910 msgstr ""
5900
5911
5901 #: rhodecode/templates/base/perms_summary.html:30
5912 #: rhodecode/templates/base/perms_summary.html:29
5902 msgid "No permissions defined"
5913 msgid "No permissions defined"
5903 msgstr ""
5914 msgstr ""
5904
5915
5905 #: rhodecode/templates/base/perms_summary.html:38
5916 #: rhodecode/templates/base/perms_summary.html:37
5906 #: rhodecode/templates/base/perms_summary.html:104
5917 #: rhodecode/templates/base/perms_summary.html:103
5907 msgid "Permission"
5918 msgid "Permission"
5908 msgstr ""
5919 msgstr ""
5909
5920
5910 #: rhodecode/templates/base/perms_summary.html:40
5921 #: rhodecode/templates/base/perms_summary.html:39
5911 #: rhodecode/templates/base/perms_summary.html:106
5922 #: rhodecode/templates/base/perms_summary.html:105
5912 msgid "Edit Permission"
5923 msgid "Edit Permission"
5913 msgstr ""
5924 msgstr ""
5914
5925
5915 #: rhodecode/templates/base/perms_summary.html:86
5926 #: rhodecode/templates/base/perms_summary.html:85
5916 msgid "Super admin"
5927 msgid "Super admin"
5917 msgstr ""
5928 msgstr ""
5918
5929
5930 #: rhodecode/templates/base/perms_summary.html:87
5931 msgid "Repository default permission"
5932 msgstr ""
5933
5919 #: rhodecode/templates/base/perms_summary.html:88
5934 #: rhodecode/templates/base/perms_summary.html:88
5920 msgid "Repository default permission"
5935 msgid "Repository group default permission"
5921 msgstr ""
5936 msgstr ""
5922
5937
5923 #: rhodecode/templates/base/perms_summary.html:89
5938 #: rhodecode/templates/base/perms_summary.html:89
5924 msgid "Repository group default permission"
5925 msgstr ""
5926
5927 #: rhodecode/templates/base/perms_summary.html:90
5928 msgid "User group default permission"
5939 msgid "User group default permission"
5929 msgstr ""
5940 msgstr ""
5930
5941
5942 #: rhodecode/templates/base/perms_summary.html:91
5943 msgid "Create repositories"
5944 msgstr ""
5945
5931 #: rhodecode/templates/base/perms_summary.html:92
5946 #: rhodecode/templates/base/perms_summary.html:92
5932 msgid "Create repositories"
5947 msgid "Fork repositories"
5933 msgstr ""
5948 msgstr ""
5934
5949
5935 #: rhodecode/templates/base/perms_summary.html:93
5950 #: rhodecode/templates/base/perms_summary.html:93
5936 msgid "Fork repositories"
5951 msgid "Create repository groups"
5937 msgstr ""
5952 msgstr ""
5938
5953
5939 #: rhodecode/templates/base/perms_summary.html:94
5954 #: rhodecode/templates/base/perms_summary.html:94
5940 msgid "Create repository groups"
5941 msgstr ""
5942
5943 #: rhodecode/templates/base/perms_summary.html:95
5944 msgid "Create user groups"
5955 msgid "Create user groups"
5945 msgstr ""
5956 msgstr ""
5946
5957
5947 #: rhodecode/templates/base/perms_summary.html:155
5958 #: rhodecode/templates/base/perms_summary.html:162
5948 msgid "No permission defined"
5959 msgid "No permission defined"
5949 msgstr ""
5960 msgstr ""
5950
5961
5951 #: rhodecode/templates/base/root.html:150
5962 #: rhodecode/templates/base/root.html:151
5952 msgid "Please enable JavaScript to use RhodeCode Enterprise"
5963 msgid "Please enable JavaScript to use RhodeCode Enterprise"
5953 msgstr ""
5964 msgstr ""
5954
5965
5955 #: rhodecode/templates/base/social_buttons.html:6
5956 msgid "Sign in with"
5957 msgstr ""
5958
5959 #: rhodecode/templates/base/social_buttons.html:8
5960 msgid "Connect with"
5961 msgstr ""
5962
5963 #: rhodecode/templates/base/vcs_settings.html:16
5966 #: rhodecode/templates/base/vcs_settings.html:16
5964 msgid "Require SSL for vcs operations"
5967 msgid "Require SSL for vcs operations"
5965 msgstr ""
5968 msgstr ""
5966
5969
5967 #: rhodecode/templates/base/vcs_settings.html:19
5970 #: rhodecode/templates/base/vcs_settings.html:19
5968 msgid "Activate to set RhodeCode to require SSL for pushing or pulling. If SSL certificate is missing it will return a HTTP Error 406: Not Acceptable."
5971 msgid "Activate to set RhodeCode to require SSL for pushing or pulling. If SSL certificate is missing it will return a HTTP Error 406: Not Acceptable."
5969 msgstr ""
5972 msgstr ""
5970
5973
5971 #: rhodecode/templates/base/vcs_settings.html:29
5974 #: rhodecode/templates/base/vcs_settings.html:29
5972 msgid "Main Storage Location"
5975 msgid "Main Storage Location"
5973 msgstr ""
5976 msgstr ""
5974
5977
5975 #: rhodecode/templates/base/vcs_settings.html:37
5978 #: rhodecode/templates/base/vcs_settings.html:37
5976 msgid "Click to unlock. You must restart RhodeCode in order to make this setting take effect."
5979 msgid "Click to unlock. You must restart RhodeCode in order to make this setting take effect."
5977 msgstr ""
5980 msgstr ""
5978
5981
5979 #: rhodecode/templates/base/vcs_settings.html:41
5982 #: rhodecode/templates/base/vcs_settings.html:41
5980 msgid "Repository location change is disabled. You can enable this by changing the `allow_repo_location_change` inside .ini file."
5983 msgid "Repository location change is disabled. You can enable this by changing the `allow_repo_location_change` inside .ini file."
5981 msgstr ""
5984 msgstr ""
5982
5985
5983 #: rhodecode/templates/base/vcs_settings.html:48
5986 #: rhodecode/templates/base/vcs_settings.html:48
5984 msgid "Filesystem location where repositories should be stored. After changing this value a restart and rescan of the repository folder are required."
5987 msgid "Filesystem location where repositories should be stored. After changing this value a restart and rescan of the repository folder are required."
5985 msgstr ""
5988 msgstr ""
5986
5989
5987 #: rhodecode/templates/base/vcs_settings.html:57
5990 #: rhodecode/templates/base/vcs_settings.html:57
5988 msgid "Internal Hooks"
5991 msgid "Internal Hooks"
5989 msgstr ""
5992 msgstr ""
5990
5993
5991 #: rhodecode/templates/base/vcs_settings.html:63
5994 #: rhodecode/templates/base/vcs_settings.html:63
5992 msgid "Show repository size after push"
5995 msgid "Show repository size after push"
5993 msgstr ""
5996 msgstr ""
5994
5997
5995 #: rhodecode/templates/base/vcs_settings.html:67
5998 #: rhodecode/templates/base/vcs_settings.html:67
5996 msgid "Trigger a hook that calculates repository size after each push."
5999 msgid "Trigger a hook that calculates repository size after each push."
5997 msgstr ""
6000 msgstr ""
5998
6001
5999 #: rhodecode/templates/base/vcs_settings.html:71
6002 #: rhodecode/templates/base/vcs_settings.html:71
6000 msgid "Execute pre/post push hooks"
6003 msgid "Execute pre/post push hooks"
6001 msgstr ""
6004 msgstr ""
6002
6005
6003 #: rhodecode/templates/base/vcs_settings.html:74
6006 #: rhodecode/templates/base/vcs_settings.html:74
6004 msgid "Execute Built in pre/post push hooks. This also executes rcextensions hooks."
6007 msgid "Execute Built in pre/post push hooks. This also executes rcextensions hooks."
6005 msgstr ""
6008 msgstr ""
6006
6009
6007 #: rhodecode/templates/base/vcs_settings.html:78
6010 #: rhodecode/templates/base/vcs_settings.html:78
6008 msgid "Execute pre/post pull hooks"
6011 msgid "Execute pre/post pull hooks"
6009 msgstr ""
6012 msgstr ""
6010
6013
6011 #: rhodecode/templates/base/vcs_settings.html:81
6014 #: rhodecode/templates/base/vcs_settings.html:81
6012 msgid "Execute Built in pre/post pull hooks. This also executes rcextensions hooks."
6015 msgid "Execute Built in pre/post pull hooks. This also executes rcextensions hooks."
6013 msgstr ""
6016 msgstr ""
6014
6017
6015 #: rhodecode/templates/base/vcs_settings.html:91
6018 #: rhodecode/templates/base/vcs_settings.html:91
6016 msgid "Mercurial Settings"
6019 msgid "Mercurial Settings"
6017 msgstr ""
6020 msgstr ""
6018
6021
6019 #: rhodecode/templates/base/vcs_settings.html:96
6022 #: rhodecode/templates/base/vcs_settings.html:96
6020 msgid "Enable largefiles extension"
6023 msgid "Enable largefiles extension"
6021 msgstr ""
6024 msgstr ""
6022
6025
6023 #: rhodecode/templates/base/vcs_settings.html:99
6026 #: rhodecode/templates/base/vcs_settings.html:99
6024 msgid "Enable Largefiles extensions for all repositories."
6027 msgid "Enable Largefiles extensions for all repositories."
6025 msgstr ""
6028 msgstr ""
6026
6029
6027 #: rhodecode/templates/base/vcs_settings.html:103
6030 #: rhodecode/templates/base/vcs_settings.html:103
6028 msgid "Set repositories as publishing"
6031 msgid "Set repositories as publishing"
6029 msgstr ""
6032 msgstr ""
6030
6033
6031 #: rhodecode/templates/base/vcs_settings.html:103
6034 #: rhodecode/templates/base/vcs_settings.html:103
6032 msgid "Set repository as publishing"
6035 msgid "Set repository as publishing"
6033 msgstr ""
6036 msgstr ""
6034
6037
6035 #: rhodecode/templates/base/vcs_settings.html:106
6038 #: rhodecode/templates/base/vcs_settings.html:106
6036 msgid "When this is enabled all commits in the repository are seen as public commits by clients."
6039 msgid "When this is enabled all commits in the repository are seen as public commits by clients."
6037 msgstr ""
6040 msgstr ""
6038
6041
6039 #: rhodecode/templates/base/vcs_settings.html:111
6042 #: rhodecode/templates/base/vcs_settings.html:111
6040 msgid "Enable hgsubversion extension"
6043 msgid "Enable hgsubversion extension"
6041 msgstr ""
6044 msgstr ""
6042
6045
6043 #: rhodecode/templates/base/vcs_settings.html:114
6046 #: rhodecode/templates/base/vcs_settings.html:114
6044 msgid "Requires hgsubversion library to be installed. Allows cloning remote SVN repositories and migrates them to Mercurial type."
6047 msgid "Requires hgsubversion library to be installed. Allows cloning remote SVN repositories and migrates them to Mercurial type."
6045 msgstr ""
6048 msgstr ""
6046
6049
6047 #: rhodecode/templates/base/vcs_settings.html:124
6050 #: rhodecode/templates/base/vcs_settings.html:124
6048 msgid "Subversion Settings"
6051 msgid "Subversion Settings"
6049 msgstr ""
6052 msgstr ""
6050
6053
6051 #: rhodecode/templates/base/vcs_settings.html:129
6054 #: rhodecode/templates/base/vcs_settings.html:129
6052 msgid "Repository patterns"
6055 msgid "Repository patterns"
6053 msgstr ""
6056 msgstr ""
6054
6057
6055 #: rhodecode/templates/base/vcs_settings.html:133
6058 #: rhodecode/templates/base/vcs_settings.html:133
6056 msgid "Patterns for identifying SVN branches and tags. For recursive search, use \"*\". Eg.: \"/branches/*\""
6059 msgid "Patterns for identifying SVN branches and tags. For recursive search, use \"*\". Eg.: \"/branches/*\""
6057 msgstr ""
6060 msgstr ""
6058
6061
6059 #: rhodecode/templates/base/vcs_settings.html:196
6062 #: rhodecode/templates/base/vcs_settings.html:196
6060 msgid "Pull Request Settings"
6063 msgid "Pull Request Settings"
6061 msgstr ""
6064 msgstr ""
6062
6065
6063 #: rhodecode/templates/base/vcs_settings.html:201
6066 #: rhodecode/templates/base/vcs_settings.html:201
6064 msgid "Enable server-side merge for pull requests"
6067 msgid "Enable server-side merge for pull requests"
6065 msgstr ""
6068 msgstr ""
6066
6069
6067 #: rhodecode/templates/base/vcs_settings.html:204
6070 #: rhodecode/templates/base/vcs_settings.html:204
6068 msgid "Note: when this feature is enabled, it only runs hooks defined in the rcextension package. Custom hooks added on the Admin -> Settings -> Hooks page will not be run when pull requests are automatically merged from the web interface."
6071 msgid "Note: when this feature is enabled, it only runs hooks defined in the rcextension package. Custom hooks added on the Admin -> Settings -> Hooks page will not be run when pull requests are automatically merged from the web interface."
6069 msgstr ""
6072 msgstr ""
6070
6073
6071 #: rhodecode/templates/base/vcs_settings.html:208
6074 #: rhodecode/templates/base/vcs_settings.html:208
6072 msgid "Invalidate and relocate inline comments during update"
6075 msgid "Invalidate and relocate inline comments during update"
6073 msgstr ""
6076 msgstr ""
6074
6077
6075 #: rhodecode/templates/base/vcs_settings.html:211
6078 #: rhodecode/templates/base/vcs_settings.html:211
6076 msgid "During the update of a pull request, the position of inline comments will be updated and outdated inline comments will be hidden."
6079 msgid "During the update of a pull request, the position of inline comments will be updated and outdated inline comments will be hidden."
6077 msgstr ""
6080 msgstr ""
6078
6081
6079 #: rhodecode/templates/bookmarks/bookmarks.html:5
6082 #: rhodecode/templates/bookmarks/bookmarks.html:5
6080 #, python-format
6083 #, python-format
6081 msgid "%s Bookmarks"
6084 msgid "%s Bookmarks"
6082 msgstr ""
6085 msgstr ""
6083
6086
6084 #: rhodecode/templates/bookmarks/bookmarks.html:13
6087 #: rhodecode/templates/bookmarks/bookmarks.html:13
6085 msgid "bookmarks"
6088 msgid "bookmarks"
6086 msgstr ""
6089 msgstr ""
6087
6090
6088 #: rhodecode/templates/bookmarks/bookmarks.html:31
6091 #: rhodecode/templates/bookmarks/bookmarks.html:31
6089 msgid "Compare Selected Bookmarks"
6092 msgid "Compare Selected Bookmarks"
6090 msgstr ""
6093 msgstr ""
6091
6094
6092 #: rhodecode/templates/bookmarks/bookmarks_data.html:13
6095 #: rhodecode/templates/bookmarks/bookmarks_data.html:13
6093 #: rhodecode/templates/changelog/changelog.html:180
6096 #: rhodecode/templates/changelog/changelog.html:180
6094 #: rhodecode/templates/changelog/changelog_summary_data.html:53
6097 #: rhodecode/templates/changelog/changelog_summary_data.html:53
6095 #: rhodecode/templates/changeset/changeset.html:92
6098 #: rhodecode/templates/changeset/changeset.html:92
6096 #: rhodecode/templates/files/base.html:10
6099 #: rhodecode/templates/files/base.html:10
6097 #, python-format
6100 #, python-format
6098 msgid "Bookmark %s"
6101 msgid "Bookmark %s"
6099 msgstr ""
6102 msgstr ""
6100
6103
6101 #: rhodecode/templates/branches/branches.html:5
6104 #: rhodecode/templates/branches/branches.html:5
6102 #, python-format
6105 #, python-format
6103 msgid "%s Branches"
6106 msgid "%s Branches"
6104 msgstr ""
6107 msgstr ""
6105
6108
6106 #: rhodecode/templates/branches/branches.html:13
6109 #: rhodecode/templates/branches/branches.html:13
6107 msgid "branches"
6110 msgid "branches"
6108 msgstr ""
6111 msgstr ""
6109
6112
6110 #: rhodecode/templates/branches/branches.html:31
6113 #: rhodecode/templates/branches/branches.html:31
6111 msgid "Compare Selected Branches"
6114 msgid "Compare Selected Branches"
6112 msgstr ""
6115 msgstr ""
6113
6116
6114 #: rhodecode/templates/branches/branches_data.html:12
6117 #: rhodecode/templates/branches/branches_data.html:12
6115 #: rhodecode/templates/changelog/changelog.html:172
6118 #: rhodecode/templates/changelog/changelog.html:172
6116 #: rhodecode/templates/changelog/changelog_summary_data.html:67
6119 #: rhodecode/templates/changelog/changelog_summary_data.html:67
6117 #: rhodecode/templates/changeset/changeset.html:105
6120 #: rhodecode/templates/changeset/changeset.html:105
6118 #: rhodecode/templates/files/base.html:23
6121 #: rhodecode/templates/files/base.html:23
6119 #, python-format
6122 #, python-format
6120 msgid "Branch %s"
6123 msgid "Branch %s"
6121 msgstr ""
6124 msgstr ""
6122
6125
6123 #: rhodecode/templates/changelog/changelog.html:6
6126 #: rhodecode/templates/changelog/changelog.html:6
6124 #, python-format
6127 #, python-format
6125 msgid "%s Changelog"
6128 msgid "%s Changelog"
6126 msgstr ""
6129 msgstr ""
6127
6130
6128 #: rhodecode/templates/changelog/changelog.html:19
6131 #: rhodecode/templates/changelog/changelog.html:19
6129 #, python-format
6132 #, python-format
6130 msgid "showing %d out of %d commit"
6133 msgid "showing %d out of %d commit"
6131 msgid_plural "showing %d out of %d commits"
6134 msgid_plural "showing %d out of %d commits"
6132 msgstr[0] ""
6135 msgstr[0] ""
6133 msgstr[1] ""
6136 msgstr[1] ""
6134
6137
6135 #: rhodecode/templates/changelog/changelog.html:41
6138 #: rhodecode/templates/changelog/changelog.html:41
6136 #: rhodecode/templates/forks/forks_data.html:26
6139 #: rhodecode/templates/forks/forks_data.html:28
6137 #, python-format
6140 #, python-format
6138 msgid "Compare fork with %s"
6141 msgid "Compare fork with %s"
6139 msgstr ""
6142 msgstr ""
6140
6143
6141 #: rhodecode/templates/changelog/changelog.html:53
6144 #: rhodecode/templates/changelog/changelog.html:53
6142 #, python-format
6145 #, python-format
6143 msgid "Compare fork with Parent (%s)"
6146 msgid "Compare fork with Parent (%s)"
6144 msgstr ""
6147 msgstr ""
6145
6148
6146 #: rhodecode/templates/changelog/changelog.html:62
6149 #: rhodecode/templates/changelog/changelog.html:62
6147 msgid "Open new pull request"
6150 msgid "Open new pull request"
6148 msgstr ""
6151 msgstr ""
6149
6152
6150 #: rhodecode/templates/changelog/changelog.html:68
6153 #: rhodecode/templates/changelog/changelog.html:68
6151 #: rhodecode/templates/changelog/changelog.html:69
6154 #: rhodecode/templates/changelog/changelog.html:69
6152 msgid "Clear selection"
6155 msgid "Clear selection"
6153 msgstr ""
6156 msgstr ""
6154
6157
6155 #: rhodecode/templates/changelog/changelog.html:83
6158 #: rhodecode/templates/changelog/changelog.html:83
6156 msgid "Clear filter"
6159 msgid "Clear filter"
6157 msgstr ""
6160 msgstr ""
6158
6161
6159 #: rhodecode/templates/changelog/changelog.html:103
6162 #: rhodecode/templates/changelog/changelog.html:103
6160 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6163 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6161 #: rhodecode/templates/search/search_commit.html:9
6162 msgid "Age"
6164 msgid "Age"
6163 msgstr ""
6165 msgstr ""
6164
6166
6165 #: rhodecode/templates/changelog/changelog.html:105
6167 #: rhodecode/templates/changelog/changelog.html:105
6166 #: rhodecode/templates/files/files_add.html:93
6168 #: rhodecode/templates/files/files_add.html:93
6167 #: rhodecode/templates/files/files_delete.html:60
6169 #: rhodecode/templates/files/files_delete.html:60
6168 #: rhodecode/templates/files/files_edit.html:96
6170 #: rhodecode/templates/files/files_edit.html:96
6169 msgid "Commit Message"
6171 msgid "Commit Message"
6170 msgstr ""
6172 msgstr ""
6171
6173
6172 #: rhodecode/templates/changelog/changelog.html:108
6174 #: rhodecode/templates/changelog/changelog.html:108
6173 #: rhodecode/templates/changelog/changelog_summary_data.html:11
6175 #: rhodecode/templates/changelog/changelog_summary_data.html:11
6174 msgid "Refs"
6176 msgid "Refs"
6175 msgstr ""
6177 msgstr ""
6176
6178
6177 #: rhodecode/templates/changelog/changelog.html:122
6179 #: rhodecode/templates/changelog/changelog.html:122
6178 #: rhodecode/templates/changelog/changelog_summary_data.html:22
6180 #: rhodecode/templates/changelog/changelog_summary_data.html:22
6179 #, python-format
6181 #, python-format
6180 msgid ""
6182 msgid ""
6181 "Commit status: %s\n"
6183 "Commit status: %s\n"
6182 "Click to open associated pull request #%s"
6184 "Click to open associated pull request #%s"
6183 msgstr ""
6185 msgstr ""
6184
6186
6185 #: rhodecode/templates/changelog/changelog.html:126
6187 #: rhodecode/templates/changelog/changelog.html:126
6186 #, python-format
6188 #, python-format
6187 msgid "Commit status: %s"
6189 msgid "Commit status: %s"
6188 msgstr ""
6190 msgstr ""
6189
6191
6190 #: rhodecode/templates/changelog/changelog.html:141
6191 #: rhodecode/templates/compare/compare_cs.html:47
6192 #: rhodecode/templates/search/search_commit.html:30
6193 msgid "Expand commit message"
6194 msgstr ""
6195
6196 #: rhodecode/templates/changelog/changelog.html:162
6192 #: rhodecode/templates/changelog/changelog.html:162
6197 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6193 #: rhodecode/templates/changelog/changelog_summary_data.html:33
6198 msgid "Commit has comments"
6194 msgid "Commit has comments"
6199 msgstr ""
6195 msgstr ""
6200
6196
6201 #: rhodecode/templates/changelog/changelog.html:188
6197 #: rhodecode/templates/changelog/changelog.html:188
6202 #: rhodecode/templates/changelog/changelog_summary_data.html:60
6198 #: rhodecode/templates/changelog/changelog_summary_data.html:60
6203 #: rhodecode/templates/changeset/changeset.html:99
6199 #: rhodecode/templates/changeset/changeset.html:99
6204 #: rhodecode/templates/files/base.html:17
6200 #: rhodecode/templates/files/base.html:17
6205 #: rhodecode/templates/tags/tags_data.html:12
6201 #: rhodecode/templates/tags/tags_data.html:12
6206 #, python-format
6202 #, python-format
6207 msgid "Tag %s"
6203 msgid "Tag %s"
6208 msgstr ""
6204 msgstr ""
6209
6205
6210 #: rhodecode/templates/changelog/changelog.html:338
6206 #: rhodecode/templates/changelog/changelog.html:338
6211 msgid "Filter changelog"
6207 msgid "Filter changelog"
6212 msgstr ""
6208 msgstr ""
6213
6209
6214 #: rhodecode/templates/changelog/changelog.html:411
6210 #: rhodecode/templates/changelog/changelog.html:411
6215 msgid "There are no changes yet"
6211 msgid "There are no changes yet"
6216 msgstr ""
6212 msgstr ""
6217
6213
6218 #: rhodecode/templates/changelog/changelog_details.html:4
6214 #: rhodecode/templates/changelog/changelog_details.html:4
6219 #: rhodecode/templates/pullrequests/pullrequest_show.html:358
6215 #: rhodecode/templates/pullrequests/pullrequest_show.html:358
6220 msgid "Removed"
6216 msgid "Removed"
6221 msgstr ""
6217 msgstr ""
6222
6218
6223 #: rhodecode/templates/changelog/changelog_details.html:5
6219 #: rhodecode/templates/changelog/changelog_details.html:5
6224 msgid "Changed"
6220 msgid "Changed"
6225 msgstr ""
6221 msgstr ""
6226
6222
6227 #: rhodecode/templates/changelog/changelog_details.html:6
6223 #: rhodecode/templates/changelog/changelog_details.html:6
6228 msgid "Added"
6224 msgid "Added"
6229 msgstr ""
6225 msgstr ""
6230
6226
6231 #: rhodecode/templates/changelog/changelog_details.html:8
6227 #: rhodecode/templates/changelog/changelog_details.html:8
6232 #: rhodecode/templates/changelog/changelog_details.html:9
6228 #: rhodecode/templates/changelog/changelog_details.html:9
6233 #: rhodecode/templates/changelog/changelog_details.html:10
6229 #: rhodecode/templates/changelog/changelog_details.html:10
6234 #, python-format
6230 #, python-format
6235 msgid "Affected %s files"
6231 msgid "Affected %s files"
6236 msgstr ""
6232 msgstr ""
6237
6233
6238 #: rhodecode/templates/changelog/changelog_file_history.html:20
6234 #: rhodecode/templates/changelog/changelog_file_history.html:20
6239 #: rhodecode/templates/changeset/changeset.html:86
6235 #: rhodecode/templates/changeset/changeset.html:86
6240 #: rhodecode/templates/files/base.html:4
6236 #: rhodecode/templates/files/base.html:4
6241 msgid "merge"
6237 msgid "merge"
6242 msgstr ""
6238 msgstr ""
6243
6239
6244 #: rhodecode/templates/changelog/changelog_file_history.html:39
6240 #: rhodecode/templates/changelog/changelog_file_history.html:39
6245 #: rhodecode/templates/changeset/diff_block.html:65
6241 #: rhodecode/templates/changeset/diff_block.html:65
6246 #: rhodecode/templates/changeset/diff_block.html:70
6242 #: rhodecode/templates/changeset/diff_block.html:70
6247 msgid "Show File"
6243 msgid "Show File"
6248 msgstr ""
6244 msgstr ""
6249
6245
6250 #: rhodecode/templates/changelog/changelog_summary_data.html:8
6246 #: rhodecode/templates/changelog/changelog_summary_data.html:8
6251 #: rhodecode/templates/search/search_commit.html:8
6247 #: rhodecode/templates/search/search_commit.html:8
6252 msgid "Commit message"
6248 msgid "Commit message"
6253 msgstr ""
6249 msgstr ""
6254
6250
6255 #: rhodecode/templates/changelog/changelog_summary_data.html:91
6251 #: rhodecode/templates/changelog/changelog_summary_data.html:91
6256 msgid "Add or upload files directly via RhodeCode:"
6252 msgid "Add or upload files directly via RhodeCode:"
6257 msgstr ""
6253 msgstr ""
6258
6254
6259 #: rhodecode/templates/changelog/changelog_summary_data.html:94
6255 #: rhodecode/templates/changelog/changelog_summary_data.html:94
6260 #: rhodecode/templates/files/files_browser.html:25
6256 #: rhodecode/templates/files/files_browser.html:25
6261 msgid "Add New File"
6257 msgid "Add New File"
6262 msgstr ""
6258 msgstr ""
6263
6259
6264 #: rhodecode/templates/changelog/changelog_summary_data.html:102
6260 #: rhodecode/templates/changelog/changelog_summary_data.html:102
6265 msgid "Push new repo:"
6261 msgid "Push new repo:"
6266 msgstr ""
6262 msgstr ""
6267
6263
6268 #: rhodecode/templates/changelog/changelog_summary_data.html:113
6264 #: rhodecode/templates/changelog/changelog_summary_data.html:113
6269 msgid "Existing repository?"
6265 msgid "Existing repository?"
6270 msgstr ""
6266 msgstr ""
6271
6267
6272 #: rhodecode/templates/changeset/changeset.html:7
6268 #: rhodecode/templates/changeset/changeset.html:7
6273 #, python-format
6269 #, python-format
6274 msgid "%s Commit"
6270 msgid "%s Commit"
6275 msgstr ""
6271 msgstr ""
6276
6272
6277 #: rhodecode/templates/changeset/changeset.html:43
6273 #: rhodecode/templates/changeset/changeset.html:43
6278 msgid "Parent Commit"
6274 msgid "Parent Commit"
6279 msgstr ""
6275 msgstr ""
6280
6276
6281 #: rhodecode/templates/changeset/changeset.html:43
6277 #: rhodecode/templates/changeset/changeset.html:43
6282 msgid "Parent"
6278 msgid "Parent"
6283 msgstr ""
6279 msgstr ""
6284
6280
6285 #: rhodecode/templates/changeset/changeset.html:47
6281 #: rhodecode/templates/changeset/changeset.html:47
6286 msgid "Child Commit"
6282 msgid "Child Commit"
6287 msgstr ""
6283 msgstr ""
6288
6284
6289 #: rhodecode/templates/changeset/changeset.html:47
6285 #: rhodecode/templates/changeset/changeset.html:47
6290 msgid "Child"
6286 msgid "Child"
6291 msgstr ""
6287 msgstr ""
6292
6288
6293 #: rhodecode/templates/changeset/changeset.html:58
6289 #: rhodecode/templates/changeset/changeset.html:58
6294 msgid "Expand"
6290 msgid "Expand"
6295 msgstr ""
6291 msgstr ""
6296
6292
6297 #: rhodecode/templates/changeset/changeset.html:66
6293 #: rhodecode/templates/changeset/changeset.html:66
6298 #: rhodecode/templates/changeset/changeset.html:72
6294 #: rhodecode/templates/changeset/changeset.html:72
6299 #: rhodecode/templates/changeset/changeset_file_comment.html:36
6295 #: rhodecode/templates/changeset/changeset_file_comment.html:36
6300 #: rhodecode/templates/changeset/changeset_file_comment.html:90
6296 #: rhodecode/templates/changeset/changeset_file_comment.html:90
6301 msgid "Commit status"
6297 msgid "Commit status"
6302 msgstr ""
6298 msgstr ""
6303
6299
6304 #: rhodecode/templates/changeset/changeset.html:79
6300 #: rhodecode/templates/changeset/changeset.html:79
6305 #: rhodecode/templates/files/file_tree_detail.html:21
6301 #: rhodecode/templates/files/file_tree_detail.html:21
6306 #: rhodecode/templates/files/files_detail.html:20
6302 #: rhodecode/templates/files/files_detail.html:20
6307 msgid "References"
6303 msgid "References"
6308 msgstr ""
6304 msgstr ""
6309
6305
6310 #: rhodecode/templates/changeset/changeset.html:115
6306 #: rhodecode/templates/changeset/changeset.html:115
6311 msgid "Diffs"
6307 msgid "Diffs"
6312 msgstr ""
6308 msgstr ""
6313
6309
6314 #: rhodecode/templates/changeset/changeset.html:119
6310 #: rhodecode/templates/changeset/changeset.html:119
6315 #: rhodecode/templates/changeset/diff_block.html:85
6311 #: rhodecode/templates/changeset/diff_block.html:85
6316 msgid "Raw diff"
6312 msgid "Raw diff"
6317 msgstr ""
6313 msgstr ""
6318
6314
6319 #: rhodecode/templates/changeset/changeset.html:120
6315 #: rhodecode/templates/changeset/changeset.html:120
6320 #: rhodecode/templates/changeset/diff_block.html:86
6316 #: rhodecode/templates/changeset/diff_block.html:86
6321 msgid "Raw Diff"
6317 msgid "Raw Diff"
6322 msgstr ""
6318 msgstr ""
6323
6319
6324 #: rhodecode/templates/changeset/changeset.html:123
6320 #: rhodecode/templates/changeset/changeset.html:123
6325 msgid "Patch diff"
6321 msgid "Patch diff"
6326 msgstr ""
6322 msgstr ""
6327
6323
6328 #: rhodecode/templates/changeset/changeset.html:124
6324 #: rhodecode/templates/changeset/changeset.html:124
6329 msgid "Patch Diff"
6325 msgid "Patch Diff"
6330 msgstr ""
6326 msgstr ""
6331
6327
6332 #: rhodecode/templates/changeset/changeset.html:127
6328 #: rhodecode/templates/changeset/changeset.html:127
6333 #: rhodecode/templates/changeset/diff_block.html:90
6329 #: rhodecode/templates/changeset/diff_block.html:90
6334 msgid "Download diff"
6330 msgid "Download diff"
6335 msgstr ""
6331 msgstr ""
6336
6332
6337 #: rhodecode/templates/changeset/changeset.html:128
6333 #: rhodecode/templates/changeset/changeset.html:128
6338 #: rhodecode/templates/changeset/diff_block.html:91
6334 #: rhodecode/templates/changeset/diff_block.html:91
6339 msgid "Download Diff"
6335 msgid "Download Diff"
6340 msgstr ""
6336 msgstr ""
6341
6337
6342 #: rhodecode/templates/changeset/changeset.html:145
6338 #: rhodecode/templates/changeset/changeset.html:145
6343 #: rhodecode/templates/changeset/changeset.html:147
6339 #: rhodecode/templates/changeset/changeset.html:147
6344 #: rhodecode/tests/functional/test_changeset_comments.py:217
6340 #: rhodecode/tests/functional/test_changeset_comments.py:217
6345 #, python-format
6341 #, python-format
6346 msgid "%d Commit comment"
6342 msgid "%d Commit comment"
6347 msgid_plural "%d Commit comments"
6343 msgid_plural "%d Commit comments"
6348 msgstr[0] ""
6344 msgstr[0] ""
6349 msgstr[1] ""
6345 msgstr[1] ""
6350
6346
6351 #: rhodecode/templates/changeset/changeset.html:151
6347 #: rhodecode/templates/changeset/changeset.html:151
6352 #: rhodecode/templates/changeset/changeset.html:153
6348 #: rhodecode/templates/changeset/changeset.html:153
6353 #: rhodecode/templates/pullrequests/pullrequest_show.html:145
6349 #: rhodecode/templates/pullrequests/pullrequest_show.html:145
6354 #: rhodecode/templates/pullrequests/pullrequest_show.html:147
6350 #: rhodecode/templates/pullrequests/pullrequest_show.html:147
6355 #: rhodecode/tests/functional/test_changeset_comments.py:224
6351 #: rhodecode/tests/functional/test_changeset_comments.py:224
6356 #, python-format
6352 #, python-format
6357 msgid "%d Inline Comment"
6353 msgid "%d Inline Comment"
6358 msgid_plural "%d Inline Comments"
6354 msgid_plural "%d Inline Comments"
6359 msgstr[0] ""
6355 msgstr[0] ""
6360 msgstr[1] ""
6356 msgstr[1] ""
6361
6357
6362 #: rhodecode/templates/changeset/changeset.html:177
6358 #: rhodecode/templates/changeset/changeset.html:177
6363 msgid "Browse files at current commit"
6359 msgid "Browse files at current commit"
6364 msgstr ""
6360 msgstr ""
6365
6361
6366 #: rhodecode/templates/changeset/changeset.html:177
6362 #: rhodecode/templates/changeset/changeset.html:177
6367 msgid "Browse files"
6363 msgid "Browse files"
6368 msgstr ""
6364 msgstr ""
6369
6365
6370 #: rhodecode/templates/changeset/changeset.html:179
6366 #: rhodecode/templates/changeset/changeset.html:179
6371 #: rhodecode/templates/changeset/changeset_range.html:59
6367 #: rhodecode/templates/changeset/changeset_range.html:59
6372 #: rhodecode/templates/compare/compare_diff.html:255
6368 #: rhodecode/templates/compare/compare_diff.html:255
6373 #: rhodecode/templates/files/file_diff.html:77
6369 #: rhodecode/templates/files/file_diff.html:77
6374 #: rhodecode/templates/pullrequests/pullrequest_show.html:265
6370 #: rhodecode/templates/pullrequests/pullrequest_show.html:265
6375 msgid "Expand All"
6371 msgid "Expand All"
6376 msgstr ""
6372 msgstr ""
6377
6373
6378 #: rhodecode/templates/changeset/changeset.html:179
6374 #: rhodecode/templates/changeset/changeset.html:179
6379 #: rhodecode/templates/changeset/changeset_range.html:59
6375 #: rhodecode/templates/changeset/changeset_range.html:59
6380 #: rhodecode/templates/compare/compare_diff.html:255
6376 #: rhodecode/templates/compare/compare_diff.html:255
6381 #: rhodecode/templates/files/file_diff.html:77
6377 #: rhodecode/templates/files/file_diff.html:77
6382 #: rhodecode/templates/pullrequests/pullrequest_show.html:265
6378 #: rhodecode/templates/pullrequests/pullrequest_show.html:265
6383 msgid "Collapse All"
6379 msgid "Collapse All"
6384 msgstr ""
6380 msgstr ""
6385
6381
6386 #: rhodecode/templates/changeset/changeset.html:190
6382 #: rhodecode/templates/changeset/changeset.html:190
6387 #: rhodecode/templates/compare/compare_diff.html:263
6383 #: rhodecode/templates/compare/compare_diff.html:263
6388 #: rhodecode/templates/pullrequests/pullrequest_show.html:274
6384 #: rhodecode/templates/pullrequests/pullrequest_show.html:274
6389 msgid "No files"
6385 msgid "No files"
6390 msgstr ""
6386 msgstr ""
6391
6387
6392 #: rhodecode/templates/changeset/changeset.html:227
6388 #: rhodecode/templates/changeset/changeset.html:227
6393 #: rhodecode/templates/files/file_diff.html:128
6389 #: rhodecode/templates/files/file_diff.html:128
6394 msgid "Show comments"
6390 msgid "Show comments"
6395 msgstr ""
6391 msgstr ""
6396
6392
6397 #: rhodecode/templates/changeset/changeset.html:228
6393 #: rhodecode/templates/changeset/changeset.html:228
6398 #: rhodecode/templates/files/file_diff.html:129
6394 #: rhodecode/templates/files/file_diff.html:129
6399 msgid "Hide comments"
6395 msgid "Hide comments"
6400 msgstr ""
6396 msgstr ""
6401
6397
6402 #: rhodecode/templates/changeset/changeset.html:245
6398 #: rhodecode/templates/changeset/changeset.html:245
6403 #: rhodecode/templates/changeset/diff_block.html:25
6399 #: rhodecode/templates/changeset/diff_block.html:25
6404 #: rhodecode/templates/changeset/diff_block.html:46
6400 #: rhodecode/templates/changeset/diff_block.html:46
6405 #: rhodecode/templates/files/file_diff.html:146
6401 #: rhodecode/templates/files/file_diff.html:146
6406 msgid "Diff was truncated. File content available only in full diff."
6402 msgid "Diff was truncated. File content available only in full diff."
6407 msgstr ""
6403 msgstr ""
6408
6404
6409 #: rhodecode/templates/changeset/changeset.html:245
6405 #: rhodecode/templates/changeset/changeset.html:245
6410 #: rhodecode/templates/changeset/diff_block.html:7
6406 #: rhodecode/templates/changeset/diff_block.html:7
6411 #: rhodecode/templates/changeset/diff_block.html:10
6407 #: rhodecode/templates/changeset/diff_block.html:10
6412 #: rhodecode/templates/changeset/diff_block.html:25
6408 #: rhodecode/templates/changeset/diff_block.html:25
6413 #: rhodecode/templates/changeset/diff_block.html:46
6409 #: rhodecode/templates/changeset/diff_block.html:46
6414 #: rhodecode/templates/changeset/diff_block.html:59
6410 #: rhodecode/templates/changeset/diff_block.html:59
6415 #: rhodecode/templates/files/file_diff.html:146
6411 #: rhodecode/templates/files/file_diff.html:146
6416 msgid "Showing a big diff might take some time and resources, continue?"
6412 msgid "Showing a big diff might take some time and resources, continue?"
6417 msgstr ""
6413 msgstr ""
6418
6414
6419 #: rhodecode/templates/changeset/changeset.html:245
6415 #: rhodecode/templates/changeset/changeset.html:245
6420 #: rhodecode/templates/changeset/diff_block.html:7
6416 #: rhodecode/templates/changeset/diff_block.html:7
6421 #: rhodecode/templates/changeset/diff_block.html:10
6417 #: rhodecode/templates/changeset/diff_block.html:10
6422 #: rhodecode/templates/changeset/diff_block.html:25
6418 #: rhodecode/templates/changeset/diff_block.html:25
6423 #: rhodecode/templates/changeset/diff_block.html:46
6419 #: rhodecode/templates/changeset/diff_block.html:46
6424 #: rhodecode/templates/files/file_diff.html:146
6420 #: rhodecode/templates/files/file_diff.html:146
6425 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
6421 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
6426 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
6422 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
6427 msgid "Show full diff"
6423 msgid "Show full diff"
6428 msgstr ""
6424 msgstr ""
6429
6425
6430 #: rhodecode/templates/changeset/changeset.html:314
6426 #: rhodecode/templates/changeset/changeset.html:314
6431 msgid "No Child Commits"
6427 msgid "No Child Commits"
6432 msgstr ""
6428 msgstr ""
6433
6429
6434 #: rhodecode/templates/changeset/changeset.html:350
6430 #: rhodecode/templates/changeset/changeset.html:350
6435 msgid "No Parent Commits"
6431 msgid "No Parent Commits"
6436 msgstr ""
6432 msgstr ""
6437
6433
6438 #: rhodecode/templates/changeset/changeset_file_comment.html:21
6434 #: rhodecode/templates/changeset/changeset_file_comment.html:21
6439 #, python-format
6435 #, python-format
6440 msgid "Vote on pull request #%s"
6436 msgid "Vote on pull request #%s"
6441 msgstr ""
6437 msgstr ""
6442
6438
6443 #: rhodecode/templates/changeset/changeset_file_comment.html:23
6439 #: rhodecode/templates/changeset/changeset_file_comment.html:23
6444 #, python-format
6440 #, python-format
6445 msgid "Comment on pull request #%s"
6441 msgid "Comment on pull request #%s"
6446 msgstr ""
6442 msgstr ""
6447
6443
6448 #: rhodecode/templates/changeset/changeset_file_comment.html:28
6444 #: rhodecode/templates/changeset/changeset_file_comment.html:28
6449 msgid "Status change on commit"
6445 msgid "Status change on commit"
6450 msgstr ""
6446 msgstr ""
6451
6447
6452 #: rhodecode/templates/changeset/changeset_file_comment.html:30
6448 #: rhodecode/templates/changeset/changeset_file_comment.html:30
6453 msgid "Comment on commit"
6449 msgid "Comment on commit"
6454 msgstr ""
6450 msgstr ""
6455
6451
6456 #: rhodecode/templates/changeset/changeset_file_comment.html:58
6452 #: rhodecode/templates/changeset/changeset_file_comment.html:58
6457 msgid "Previous comment"
6453 msgid "Previous comment"
6458 msgstr ""
6454 msgstr ""
6459
6455
6460 #: rhodecode/templates/changeset/changeset_file_comment.html:62
6456 #: rhodecode/templates/changeset/changeset_file_comment.html:62
6461 msgid "Next comment"
6457 msgid "Next comment"
6462 msgstr ""
6458 msgstr ""
6463
6459
6464 #: rhodecode/templates/changeset/changeset_file_comment.html:118
6460 #: rhodecode/templates/changeset/changeset_file_comment.html:118
6465 msgid "Create a comment on line {1}."
6461 msgid "Create a comment on line {1}."
6466 msgstr ""
6462 msgstr ""
6467
6463
6468 #: rhodecode/templates/changeset/changeset_file_comment.html:121
6464 #: rhodecode/templates/changeset/changeset_file_comment.html:121
6469 #: rhodecode/templates/changeset/changeset_file_comment.html:251
6465 #: rhodecode/templates/changeset/changeset_file_comment.html:251
6470 #, python-format
6466 #, python-format
6471 msgid "Comments parsed using %s syntax with %s support."
6467 msgid "Comments parsed using %s syntax with %s support."
6472 msgstr ""
6468 msgstr ""
6473
6469
6474 #: rhodecode/templates/changeset/changeset_file_comment.html:123
6470 #: rhodecode/templates/changeset/changeset_file_comment.html:123
6475 #: rhodecode/templates/changeset/changeset_file_comment.html:253
6471 #: rhodecode/templates/changeset/changeset_file_comment.html:253
6476 msgid "Use @username inside this text to send notification to this RhodeCode user"
6472 msgid "Use @username inside this text to send notification to this RhodeCode user"
6477 msgstr ""
6473 msgstr ""
6478
6474
6479 #: rhodecode/templates/changeset/changeset_file_comment.html:133
6475 #: rhodecode/templates/changeset/changeset_file_comment.html:133
6480 #: rhodecode/templates/changeset/changeset_file_comment.html:264
6476 #: rhodecode/templates/changeset/changeset_file_comment.html:264
6481 msgid "Comment preview"
6477 msgid "Comment preview"
6482 msgstr ""
6478 msgstr ""
6483
6479
6484 #: rhodecode/templates/changeset/changeset_file_comment.html:146
6480 #: rhodecode/templates/changeset/changeset_file_comment.html:146
6485 #: rhodecode/templates/changeset/changeset_file_comment.html:293
6481 #: rhodecode/templates/changeset/changeset_file_comment.html:293
6486 #: rhodecode/templates/compare/compare_diff.html:57
6482 #: rhodecode/templates/compare/compare_diff.html:57
6487 msgid "Comment"
6483 msgid "Comment"
6488 msgstr ""
6484 msgstr ""
6489
6485
6490 #: rhodecode/templates/changeset/changeset_file_comment.html:154
6486 #: rhodecode/templates/changeset/changeset_file_comment.html:154
6491 msgid "You need to be logged in to comment."
6487 msgid "You need to be logged in to comment."
6492 msgstr ""
6488 msgstr ""
6493
6489
6494 #: rhodecode/templates/changeset/changeset_file_comment.html:154
6490 #: rhodecode/templates/changeset/changeset_file_comment.html:154
6495 msgid "Login now"
6491 msgid "Login now"
6496 msgstr ""
6492 msgstr ""
6497
6493
6498 #: rhodecode/templates/changeset/changeset_file_comment.html:158
6494 #: rhodecode/templates/changeset/changeset_file_comment.html:158
6499 msgid "Hide"
6495 msgid "Hide"
6500 msgstr ""
6496 msgstr ""
6501
6497
6502 #: rhodecode/templates/changeset/changeset_file_comment.html:171
6498 #: rhodecode/templates/changeset/changeset_file_comment.html:171
6503 #, python-format
6499 #, python-format
6504 msgid "%d Pull Request Comment"
6500 msgid "%d Pull Request Comment"
6505 msgid_plural "%d Pull Request Comments"
6501 msgid_plural "%d Pull Request Comments"
6506 msgstr[0] ""
6502 msgstr[0] ""
6507 msgstr[1] ""
6503 msgstr[1] ""
6508
6504
6509 #: rhodecode/templates/changeset/changeset_file_comment.html:173
6505 #: rhodecode/templates/changeset/changeset_file_comment.html:173
6510 #, python-format
6506 #, python-format
6511 msgid "%d Commit Comment"
6507 msgid "%d Commit Comment"
6512 msgid_plural "%d Commit Comments"
6508 msgid_plural "%d Commit Comments"
6513 msgstr[0] ""
6509 msgstr[0] ""
6514 msgstr[1] ""
6510 msgstr[1] ""
6515
6511
6516 #: rhodecode/templates/changeset/changeset_file_comment.html:223
6512 #: rhodecode/templates/changeset/changeset_file_comment.html:223
6517 msgid "Merge Pull Request"
6513 msgid "Merge Pull Request"
6518 msgstr ""
6514 msgstr ""
6519
6515
6520 #: rhodecode/templates/changeset/changeset_file_comment.html:243
6516 #: rhodecode/templates/changeset/changeset_file_comment.html:243
6521 msgid "Create a comment on this Pull Request."
6517 msgid "Create a comment on this Pull Request."
6522 msgstr ""
6518 msgstr ""
6523
6519
6524 #: rhodecode/templates/changeset/changeset_file_comment.html:245
6520 #: rhodecode/templates/changeset/changeset_file_comment.html:245
6525 msgid "Create comments on this Commit range."
6521 msgid "Create comments on this Commit range."
6526 msgstr ""
6522 msgstr ""
6527
6523
6528 #: rhodecode/templates/changeset/changeset_file_comment.html:247
6524 #: rhodecode/templates/changeset/changeset_file_comment.html:247
6529 msgid "Create a comment on this Commit."
6525 msgid "Create a comment on this Commit."
6530 msgstr ""
6526 msgstr ""
6531
6527
6532 #: rhodecode/templates/changeset/changeset_range.html:5
6528 #: rhodecode/templates/changeset/changeset_range.html:5
6533 #, python-format
6529 #, python-format
6534 msgid "%s Commits"
6530 msgid "%s Commits"
6535 msgstr ""
6531 msgstr ""
6536
6532
6537 #: rhodecode/templates/changeset/changeset_range.html:9
6533 #: rhodecode/templates/changeset/changeset_range.html:9
6538 #: rhodecode/templates/changeset/changeset_range.html:20
6534 #: rhodecode/templates/changeset/changeset_range.html:20
6539 #, python-format
6535 #, python-format
6540 msgid "(%s commit)"
6536 msgid "(%s commit)"
6541 msgid_plural "(%s commits)"
6537 msgid_plural "(%s commits)"
6542 msgstr[0] ""
6538 msgstr[0] ""
6543 msgstr[1] ""
6539 msgstr[1] ""
6544
6540
6545 #: rhodecode/templates/changeset/changeset_range.html:16
6541 #: rhodecode/templates/changeset/changeset_range.html:16
6546 msgid "Commits"
6542 msgid "Commits"
6547 msgstr ""
6543 msgstr ""
6548
6544
6549 #: rhodecode/templates/changeset/changeset_range.html:41
6545 #: rhodecode/templates/changeset/changeset_range.html:41
6550 msgid "Show combined compare"
6546 msgid "Show combined compare"
6551 msgstr ""
6547 msgstr ""
6552
6548
6553 #: rhodecode/templates/changeset/diff_block.html:7
6549 #: rhodecode/templates/changeset/diff_block.html:7
6554 msgid "The requested commit is too big and content was truncated."
6550 msgid "The requested commit is too big and content was truncated."
6555 msgstr ""
6551 msgstr ""
6556
6552
6557 #: rhodecode/templates/changeset/diff_block.html:10
6553 #: rhodecode/templates/changeset/diff_block.html:10
6558 msgid "The requested file is too big and its content is not shown."
6554 msgid "The requested file is too big and its content is not shown."
6559 msgstr ""
6555 msgstr ""
6560
6556
6561 #: rhodecode/templates/changeset/diff_block.html:64
6557 #: rhodecode/templates/changeset/diff_block.html:64
6562 #, python-format
6558 #, python-format
6563 msgid "Show file at commit: %(commit_id)s"
6559 msgid "Show file at commit: %(commit_id)s"
6564 msgstr ""
6560 msgstr ""
6565
6561
6566 #: rhodecode/templates/changeset/diff_block.html:69
6562 #: rhodecode/templates/changeset/diff_block.html:69
6567 #, python-format
6563 #, python-format
6568 msgid "File no longer present at commit: %(commit_id)s"
6564 msgid "File no longer present at commit: %(commit_id)s"
6569 msgstr ""
6565 msgstr ""
6570
6566
6571 #: rhodecode/templates/changeset/diff_block.html:75
6567 #: rhodecode/templates/changeset/diff_block.html:75
6572 msgid "Show full diff for this file"
6568 msgid "Show full diff for this file"
6573 msgstr ""
6569 msgstr ""
6574
6570
6575 #: rhodecode/templates/changeset/diff_block.html:76
6571 #: rhodecode/templates/changeset/diff_block.html:76
6576 msgid "Unified Diff"
6572 msgid "Unified Diff"
6577 msgstr ""
6573 msgstr ""
6578
6574
6579 #: rhodecode/templates/changeset/diff_block.html:80
6575 #: rhodecode/templates/changeset/diff_block.html:80
6580 msgid "Show full side-by-side diff for this file"
6576 msgid "Show full side-by-side diff for this file"
6581 msgstr ""
6577 msgstr ""
6582
6578
6583 #: rhodecode/templates/changeset/diff_block.html:81
6579 #: rhodecode/templates/changeset/diff_block.html:81
6584 #: rhodecode/templates/files/diff_2way.html:40
6580 #: rhodecode/templates/files/diff_2way.html:40
6585 msgid "Side-by-side Diff"
6581 msgid "Side-by-side Diff"
6586 msgstr ""
6582 msgstr ""
6587
6583
6588 #: rhodecode/templates/changeset/diff_block.html:97
6584 #: rhodecode/templates/changeset/diff_block.html:97
6589 #, python-format
6585 #, python-format
6590 msgid "%(num)s file changed"
6586 msgid "%(num)s file changed"
6591 msgid_plural "%(num)s files changed"
6587 msgid_plural "%(num)s files changed"
6592 msgstr[0] ""
6588 msgstr[0] ""
6593 msgstr[1] ""
6589 msgstr[1] ""
6594
6590
6595 #: rhodecode/templates/changeset/diff_block.html:99
6591 #: rhodecode/templates/changeset/diff_block.html:99
6596 #, python-format
6592 #, python-format
6597 msgid "%(num)s file changed: %(linesadd)s inserted, %(linesdel)s deleted"
6593 msgid "%(num)s file changed: %(linesadd)s inserted, %(linesdel)s deleted"
6598 msgid_plural "%(num)s files changed: %(linesadd)s inserted, %(linesdel)s deleted"
6594 msgid_plural "%(num)s files changed: %(linesadd)s inserted, %(linesdel)s deleted"
6599 msgstr[0] ""
6595 msgstr[0] ""
6600 msgstr[1] ""
6596 msgstr[1] ""
6601
6597
6602 #: rhodecode/templates/compare/compare_cs.html:5
6598 #: rhodecode/templates/compare/compare_commits.html:5
6603 msgid "No Commits"
6599 msgid "No Commits"
6604 msgstr ""
6600 msgstr ""
6605
6601
6606 #: rhodecode/templates/compare/compare_cs.html:9
6602 #: rhodecode/templates/compare/compare_commits.html:9
6607 msgid "Common Ancestor Commit"
6603 msgid "Common Ancestor Commit"
6608 msgstr ""
6604 msgstr ""
6609
6605
6610 #: rhodecode/templates/compare/compare_cs.html:20
6606 #: rhodecode/templates/compare/compare_commits.html:20
6611 msgid "Time"
6607 msgid "Time"
6612 msgstr ""
6608 msgstr ""
6613
6609
6614 #: rhodecode/templates/compare/compare_diff.html:6
6610 #: rhodecode/templates/compare/compare_diff.html:6
6615 #: rhodecode/templates/compare/compare_diff.html:8
6611 #: rhodecode/templates/compare/compare_diff.html:8
6616 #, python-format
6612 #, python-format
6617 msgid "%s Compare"
6613 msgid "%s Compare"
6618 msgstr ""
6614 msgstr ""
6619
6615
6620 #: rhodecode/templates/compare/compare_diff.html:16
6616 #: rhodecode/templates/compare/compare_diff.html:16
6621 #, python-format
6617 #, python-format
6622 msgid "%s commit"
6618 msgid "%s commit"
6623 msgid_plural "%s commits"
6619 msgid_plural "%s commits"
6624 msgstr[0] ""
6620 msgstr[0] ""
6625 msgstr[1] ""
6621 msgstr[1] ""
6626
6622
6627 #: rhodecode/templates/compare/compare_diff.html:37
6623 #: rhodecode/templates/compare/compare_diff.html:37
6628 #: rhodecode/templates/compare/compare_diff.html:55
6624 #: rhodecode/templates/compare/compare_diff.html:55
6629 msgid "Compare Commits"
6625 msgid "Compare Commits"
6630 msgstr ""
6626 msgstr ""
6631
6627
6632 #: rhodecode/templates/compare/compare_diff.html:46
6628 #: rhodecode/templates/compare/compare_diff.html:46
6633 #: rhodecode/templates/files/file_diff.html:56
6629 #: rhodecode/templates/files/file_diff.html:56
6634 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
6630 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
6635 msgid "Target"
6631 msgid "Target"
6636 msgstr ""
6632 msgstr ""
6637
6633
6638 #: rhodecode/templates/compare/compare_diff.html:47
6634 #: rhodecode/templates/compare/compare_diff.html:47
6639 #: rhodecode/templates/files/file_diff.html:62
6635 #: rhodecode/templates/files/file_diff.html:62
6640 #: rhodecode/templates/files/files_source.html:18
6636 #: rhodecode/templates/files/files_source.html:18
6641 msgid "Source"
6637 msgid "Source"
6642 msgstr ""
6638 msgstr ""
6643
6639
6644 #: rhodecode/templates/compare/compare_diff.html:53
6640 #: rhodecode/templates/compare/compare_diff.html:53
6645 msgid "Swap"
6641 msgid "Swap"
6646 msgstr ""
6642 msgstr ""
6647
6643
6648 #: rhodecode/templates/compare/compare_diff.html:245
6644 #: rhodecode/templates/compare/compare_diff.html:245
6649 msgid "Compare commits, branches, bookmarks or tags."
6645 msgid "Compare commits, branches, bookmarks or tags."
6650 msgstr ""
6646 msgstr ""
6651
6647
6652 #: rhodecode/templates/data_table/_dt_elements.html:49
6648 #: rhodecode/templates/data_table/_dt_elements.html:49
6653 msgid "Mercurial repository"
6649 msgid "Mercurial repository"
6654 msgstr ""
6650 msgstr ""
6655
6651
6656 #: rhodecode/templates/data_table/_dt_elements.html:51
6652 #: rhodecode/templates/data_table/_dt_elements.html:51
6657 msgid "Git repository"
6653 msgid "Git repository"
6658 msgstr ""
6654 msgstr ""
6659
6655
6660 #: rhodecode/templates/data_table/_dt_elements.html:53
6656 #: rhodecode/templates/data_table/_dt_elements.html:53
6661 msgid "Subversion repository"
6657 msgid "Subversion repository"
6662 msgstr ""
6658 msgstr ""
6663
6659
6664 #: rhodecode/templates/data_table/_dt_elements.html:60
6660 #: rhodecode/templates/data_table/_dt_elements.html:60
6665 msgid "Public repository"
6661 msgid "Public repository"
6666 msgstr ""
6662 msgstr ""
6667
6663
6668 #: rhodecode/templates/data_table/_dt_elements.html:70
6664 #: rhodecode/templates/data_table/_dt_elements.html:70
6669 msgid "Repository creating in progress..."
6665 msgid "Repository creating in progress..."
6670 msgstr ""
6666 msgstr ""
6671
6667
6672 #: rhodecode/templates/data_table/_dt_elements.html:84
6668 #: rhodecode/templates/data_table/_dt_elements.html:84
6673 msgid "No commits yet"
6669 msgid "No commits yet"
6674 msgstr ""
6670 msgstr ""
6675
6671
6676 #: rhodecode/templates/data_table/_dt_elements.html:91
6672 #: rhodecode/templates/data_table/_dt_elements.html:91
6677 #: rhodecode/templates/data_table/_dt_elements.html:93
6673 #: rhodecode/templates/data_table/_dt_elements.html:93
6678 #, python-format
6674 #, python-format
6679 msgid "Subscribe to %s rss feed"
6675 msgid "Subscribe to %s rss feed"
6680 msgstr ""
6676 msgstr ""
6681
6677
6682 #: rhodecode/templates/data_table/_dt_elements.html:99
6678 #: rhodecode/templates/data_table/_dt_elements.html:99
6683 #: rhodecode/templates/data_table/_dt_elements.html:101
6679 #: rhodecode/templates/data_table/_dt_elements.html:101
6684 #, python-format
6680 #, python-format
6685 msgid "Subscribe to %s atom feed"
6681 msgid "Subscribe to %s atom feed"
6686 msgstr ""
6682 msgstr ""
6687
6683
6688 #: rhodecode/templates/data_table/_dt_elements.html:127
6684 #: rhodecode/templates/data_table/_dt_elements.html:127
6689 msgid "Creating"
6685 msgid "Creating"
6690 msgstr ""
6686 msgstr ""
6691
6687
6692 #: rhodecode/templates/data_table/_dt_elements.html:129
6688 #: rhodecode/templates/data_table/_dt_elements.html:129
6693 msgid "Created"
6689 msgid "Created"
6694 msgstr ""
6690 msgstr ""
6695
6691
6696 #: rhodecode/templates/data_table/_dt_elements.html:175
6692 #: rhodecode/templates/data_table/_dt_elements.html:175
6697 #, python-format
6693 #, python-format
6698 msgid "Confirm to delete this group: %s with %s repository"
6694 msgid "Confirm to delete this group: %s with %s repository"
6699 msgid_plural "Confirm to delete this group: %s with %s repositories"
6695 msgid_plural "Confirm to delete this group: %s with %s repositories"
6700 msgstr[0] ""
6696 msgstr[0] ""
6701 msgstr[1] ""
6697 msgstr[1] ""
6702
6698
6703 #: rhodecode/templates/data_table/_dt_elements.html:201
6699 #: rhodecode/templates/data_table/_dt_elements.html:201
6704 #, python-format
6700 #, python-format
6705 msgid "Confirm to delete this user group: %s"
6701 msgid "Confirm to delete this user group: %s"
6706 msgstr ""
6702 msgstr ""
6707
6703
6708 #: rhodecode/templates/data_table/_dt_elements.html:218
6704 #: rhodecode/templates/data_table/_dt_elements.html:218
6709 msgid "User group"
6705 msgid "User group"
6710 msgstr ""
6706 msgstr ""
6711
6707
6712 #: rhodecode/templates/data_table/_dt_elements.html:262
6708 #: rhodecode/templates/data_table/_dt_elements.html:262
6713 #: rhodecode/templates/forks/fork.html:81
6709 #: rhodecode/templates/forks/fork.html:81
6714 msgid "Private"
6710 msgid "Private"
6715 msgstr ""
6711 msgstr ""
6716
6712
6717 #: rhodecode/templates/data_table/_dt_elements.html:287
6713 #: rhodecode/templates/data_table/_dt_elements.html:287
6718 #, python-format
6714 #, python-format
6719 msgid "Pull request #%(pr_number)s"
6715 msgid "Pull request #%(pr_number)s"
6720 msgstr ""
6716 msgstr ""
6721
6717
6722 #: rhodecode/templates/debug_style/buttons.html:131
6718 #: rhodecode/templates/debug_style/buttons.html:131
6723 msgid "Confirm to remove this field: Field"
6719 msgid "Confirm to remove this field: Field"
6724 msgstr ""
6720 msgstr ""
6725
6721
6726 #: rhodecode/templates/debug_style/form-elements.html:107
6722 #: rhodecode/templates/debug_style/form-elements.html:107
6727 msgid "Default"
6723 msgid "Default"
6728 msgstr ""
6724 msgstr ""
6729
6725
6726 #: rhodecode/templates/debug_style/form-elements.html:535
6727 #: rhodecode/templates/debug_style/form-elements.html:585
6728 #: rhodecode/templates/debug_style/forms.html:250
6729 msgid "Available members"
6730 msgstr ""
6731
6730 #: rhodecode/templates/debug_style/forms.html:119
6732 #: rhodecode/templates/debug_style/forms.html:119
6731 msgid "Some text..."
6733 msgid "Some text..."
6732 msgstr ""
6734 msgstr ""
6733
6735
6734 #: rhodecode/templates/debug_style/forms.html:122
6736 #: rhodecode/templates/debug_style/forms.html:122
6735 #: rhodecode/templates/debug_style/forms.html:255
6737 #: rhodecode/templates/debug_style/forms.html:255
6736 msgid "Variable Item"
6738 msgid "Variable Item"
6737 msgstr ""
6739 msgstr ""
6738
6740
6739 #: rhodecode/templates/debug_style/forms.html:252
6741 #: rhodecode/templates/debug_style/forms.html:252
6740 msgid "Some example text..."
6742 msgid "Some example text..."
6741 msgstr ""
6743 msgstr ""
6742
6744
6743 #: rhodecode/templates/debug_style/index.html:5
6745 #: rhodecode/templates/debug_style/index.html:5
6744 msgid "Debug Style"
6746 msgid "Debug Style"
6745 msgstr ""
6747 msgstr ""
6746
6748
6747 #: rhodecode/templates/debug_style/index.html:54
6749 #: rhodecode/templates/debug_style/index.html:54
6748 msgid "Index"
6750 msgid "Index"
6749 msgstr ""
6751 msgstr ""
6750
6752
6751 #: rhodecode/templates/debug_style/index.html:55
6753 #: rhodecode/templates/debug_style/index.html:55
6752 msgid "Typography"
6754 msgid "Typography"
6753 msgstr ""
6755 msgstr ""
6754
6756
6755 #: rhodecode/templates/debug_style/index.html:56
6757 #: rhodecode/templates/debug_style/index.html:56
6756 msgid "Forms"
6758 msgid "Forms"
6757 msgstr ""
6759 msgstr ""
6758
6760
6759 #: rhodecode/templates/debug_style/index.html:57
6761 #: rhodecode/templates/debug_style/index.html:57
6760 msgid "Buttons"
6762 msgid "Buttons"
6761 msgstr ""
6763 msgstr ""
6762
6764
6763 #: rhodecode/templates/debug_style/index.html:58
6765 #: rhodecode/templates/debug_style/index.html:58
6764 msgid "Labels"
6766 msgid "Labels"
6765 msgstr ""
6767 msgstr ""
6766
6768
6767 #: rhodecode/templates/debug_style/index.html:59
6769 #: rhodecode/templates/debug_style/index.html:59
6768 msgid "Tables"
6770 msgid "Tables"
6769 msgstr ""
6771 msgstr ""
6770
6772
6771 #: rhodecode/templates/debug_style/index.html:60
6773 #: rhodecode/templates/debug_style/index.html:60
6772 msgid "Tables wide"
6774 msgid "Tables wide"
6773 msgstr ""
6775 msgstr ""
6774
6776
6775 #: rhodecode/templates/debug_style/index.html:61
6777 #: rhodecode/templates/debug_style/index.html:61
6776 msgid "Collapsable Content"
6778 msgid "Collapsable Content"
6777 msgstr ""
6779 msgstr ""
6778
6780
6779 #: rhodecode/templates/debug_style/index.html:63
6781 #: rhodecode/templates/debug_style/index.html:63
6780 msgid "Layout form with sidebar"
6782 msgid "Layout form with sidebar"
6781 msgstr ""
6783 msgstr ""
6782
6784
6783 #: rhodecode/templates/debug_style/index.html:64
6785 #: rhodecode/templates/debug_style/index.html:64
6784 msgid "Login"
6786 msgid "Login"
6785 msgstr ""
6787 msgstr ""
6786
6788
6787 #: rhodecode/templates/debug_style/index.html:65
6789 #: rhodecode/templates/debug_style/index.html:65
6788 msgid "Login 2"
6790 msgid "Login 2"
6789 msgstr ""
6791 msgstr ""
6790
6792
6791 #: rhodecode/templates/debug_style/index.html:66
6793 #: rhodecode/templates/debug_style/index.html:66
6792 msgid "Code blocks"
6794 msgid "Code blocks"
6793 msgstr ""
6795 msgstr ""
6794
6796
6795 #: rhodecode/templates/debug_style/index.html:69
6797 #: rhodecode/templates/debug_style/index.html:69
6796 msgid "Panels"
6798 msgid "Panels"
6797 msgstr ""
6799 msgstr ""
6798
6800
6799 #: rhodecode/templates/debug_style/index.html:72
6801 #: rhodecode/templates/debug_style/index.html:72
6800 msgid "Form elements"
6802 msgid "Form elements"
6801 msgstr ""
6803 msgstr ""
6802
6804
6803 #: rhodecode/templates/debug_style/index.html:73
6805 #: rhodecode/templates/debug_style/index.html:73
6804 msgid "Form elements small"
6806 msgid "Form elements small"
6805 msgstr ""
6807 msgstr ""
6806
6808
6807 #: rhodecode/templates/debug_style/index.html:74
6809 #: rhodecode/templates/debug_style/index.html:74
6808 msgid "Form inline elements"
6810 msgid "Form inline elements"
6809 msgstr ""
6811 msgstr ""
6810
6812
6811 #: rhodecode/templates/debug_style/index.html:75
6813 #: rhodecode/templates/debug_style/index.html:75
6812 msgid "Form vertical"
6814 msgid "Form vertical"
6813 msgstr ""
6815 msgstr ""
6814
6816
6815 #: rhodecode/templates/email_templates/base.mako:16
6817 #: rhodecode/templates/email_templates/base.mako:16
6816 #, python-format
6818 #, python-format
6817 msgid "This is a notification from RhodeCode. %(instance_url)s"
6819 msgid "This is a notification from RhodeCode. %(instance_url)s"
6818 msgstr ""
6820 msgstr ""
6819
6821
6820 #: rhodecode/templates/email_templates/commit_comment.mako:5
6822 #: rhodecode/templates/email_templates/commit_comment.mako:5
6821 #: rhodecode/templates/email_templates/pull_request_comment.mako:5
6823 #: rhodecode/templates/email_templates/pull_request_comment.mako:5
6822 msgid "[mention]"
6824 msgid "[mention]"
6823 msgstr ""
6825 msgstr ""
6824
6826
6825 #: rhodecode/templates/email_templates/commit_comment.mako:5
6827 #: rhodecode/templates/email_templates/commit_comment.mako:5
6826 #, python-format
6828 #, python-format
6827 msgid "%(user)s commented on commit of %(repo_name)s"
6829 msgid "%(user)s commented on commit of %(repo_name)s"
6828 msgstr ""
6830 msgstr ""
6829
6831
6830 #: rhodecode/templates/email_templates/commit_comment.mako:14
6832 #: rhodecode/templates/email_templates/commit_comment.mako:14
6831 #: rhodecode/templates/email_templates/commit_comment.mako:41
6833 #: rhodecode/templates/email_templates/commit_comment.mako:41
6832 #: rhodecode/templates/email_templates/pull_request_comment.mako:15
6834 #: rhodecode/templates/email_templates/pull_request_comment.mako:15
6833 #: rhodecode/templates/email_templates/pull_request_comment.mako:51
6835 #: rhodecode/templates/email_templates/pull_request_comment.mako:51
6834 msgid "Comment link"
6836 msgid "Comment link"
6835 msgstr ""
6837 msgstr ""
6836
6838
6837 #: rhodecode/templates/email_templates/commit_comment.mako:19
6839 #: rhodecode/templates/email_templates/commit_comment.mako:19
6838 #: rhodecode/templates/email_templates/commit_comment.mako:43
6840 #: rhodecode/templates/email_templates/commit_comment.mako:43
6839 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
6841 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
6840 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
6842 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
6841 #, python-format
6843 #, python-format
6842 msgid "File: %(comment_file)s on line %(comment_line)s"
6844 msgid "File: %(comment_file)s on line %(comment_line)s"
6843 msgstr ""
6845 msgstr ""
6844
6846
6845 #: rhodecode/templates/email_templates/commit_comment.mako:28
6847 #: rhodecode/templates/email_templates/commit_comment.mako:28
6846 #: rhodecode/templates/email_templates/commit_comment.mako:56
6848 #: rhodecode/templates/email_templates/commit_comment.mako:56
6847 msgid "Commit status was changed to"
6849 msgid "Commit status was changed to"
6848 msgstr ""
6850 msgstr ""
6849
6851
6850 #: rhodecode/templates/email_templates/commit_comment.mako:35
6852 #: rhodecode/templates/email_templates/commit_comment.mako:35
6851 #, python-format
6853 #, python-format
6852 msgid "%(user)s commented on a file in commit of %(repo_url)s."
6854 msgid "%(user)s commented on a file in commit of %(repo_url)s."
6853 msgstr ""
6855 msgstr ""
6854
6856
6855 #: rhodecode/templates/email_templates/commit_comment.mako:37
6857 #: rhodecode/templates/email_templates/commit_comment.mako:37
6856 #, python-format
6858 #, python-format
6857 msgid "%(user)s commented on a commit of %(repo_url)s."
6859 msgid "%(user)s commented on a commit of %(repo_url)s."
6858 msgstr ""
6860 msgstr ""
6859
6861
6860 #: rhodecode/templates/email_templates/commit_comment.mako:47
6862 #: rhodecode/templates/email_templates/commit_comment.mako:47
6861 #: rhodecode/templates/files/files_detail.html:5
6863 #: rhodecode/templates/files/files_detail.html:5
6862 #: rhodecode/templates/files/files_detail.html:12
6864 #: rhodecode/templates/files/files_detail.html:12
6863 msgid "Commit Description"
6865 msgid "Commit Description"
6864 msgstr ""
6866 msgstr ""
6865
6867
6866 #: rhodecode/templates/email_templates/pull_request_comment.mako:5
6868 #: rhodecode/templates/email_templates/pull_request_comment.mako:5
6867 #, python-format
6869 #, python-format
6868 msgid "%(user)s commented on pull request #%(pr_id)s: \"%(pr_title)s\""
6870 msgid "%(user)s commented on pull request #%(pr_id)s: \"%(pr_title)s\""
6869 msgstr ""
6871 msgstr ""
6870
6872
6871 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
6873 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
6872 #: rhodecode/templates/email_templates/pull_request_comment.mako:52
6874 #: rhodecode/templates/email_templates/pull_request_comment.mako:52
6873 msgid "Source repository"
6875 msgid "Source repository"
6874 msgstr ""
6876 msgstr ""
6875
6877
6876 #: rhodecode/templates/email_templates/pull_request_comment.mako:29
6878 #: rhodecode/templates/email_templates/pull_request_comment.mako:29
6877 #: rhodecode/templates/email_templates/pull_request_comment.mako:63
6879 #: rhodecode/templates/email_templates/pull_request_comment.mako:63
6878 msgid "Pull request status was changed to"
6880 msgid "Pull request status was changed to"
6879 msgstr ""
6881 msgstr ""
6880
6882
6881 #: rhodecode/templates/email_templates/pull_request_comment.mako:31
6883 #: rhodecode/templates/email_templates/pull_request_comment.mako:31
6882 #: rhodecode/templates/email_templates/pull_request_comment.mako:65
6884 #: rhodecode/templates/email_templates/pull_request_comment.mako:65
6883 msgid "Pull request was closed with status"
6885 msgid "Pull request was closed with status"
6884 msgstr ""
6886 msgstr ""
6885
6887
6886 #: rhodecode/templates/email_templates/pull_request_comment.mako:37
6888 #: rhodecode/templates/email_templates/pull_request_comment.mako:37
6887 #, python-format
6889 #, python-format
6888 msgid "%(user)s commented on a file on pull request #%(pr_id)s: \"%(pr_title)s\"."
6890 msgid "%(user)s commented on a file on pull request #%(pr_id)s: \"%(pr_title)s\"."
6889 msgstr ""
6891 msgstr ""
6890
6892
6891 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
6893 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
6892 #, python-format
6894 #, python-format
6893 msgid "%(user)s commented on a pull request #%(pr_id)s \"%(pr_title)s\"."
6895 msgid "%(user)s commented on a pull request #%(pr_id)s \"%(pr_title)s\"."
6894 msgstr ""
6896 msgstr ""
6895
6897
6896 #: rhodecode/templates/email_templates/pull_request_review.mako:5
6898 #: rhodecode/templates/email_templates/pull_request_review.mako:5
6897 #, python-format
6899 #, python-format
6898 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
6900 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
6899 msgstr ""
6901 msgstr ""
6900
6902
6901 #: rhodecode/templates/email_templates/pull_request_review.mako:17
6903 #: rhodecode/templates/email_templates/pull_request_review.mako:17
6902 #: rhodecode/templates/email_templates/pull_request_review.mako:54
6904 #: rhodecode/templates/email_templates/pull_request_review.mako:54
6903 #, python-format
6905 #, python-format
6904 msgid "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s into %(target_ref_type)s:%(target_ref_name)s"
6906 msgid "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s into %(target_ref_type)s:%(target_ref_name)s"
6905 msgstr ""
6907 msgstr ""
6906
6908
6907 #: rhodecode/templates/email_templates/pull_request_review.mako:26
6909 #: rhodecode/templates/email_templates/pull_request_review.mako:26
6908 #: rhodecode/templates/email_templates/pull_request_review.mako:63
6910 #: rhodecode/templates/email_templates/pull_request_review.mako:63
6909 msgid "Link"
6911 msgid "Link"
6910 msgstr ""
6912 msgstr ""
6911
6913
6912 #: rhodecode/templates/email_templates/pull_request_review.mako:35
6914 #: rhodecode/templates/email_templates/pull_request_review.mako:35
6913 #: rhodecode/templates/email_templates/pull_request_review.mako:72
6915 #: rhodecode/templates/email_templates/pull_request_review.mako:72
6914 #, python-format
6916 #, python-format
6915 msgid "Commit (%(num)s)"
6917 msgid "Commit (%(num)s)"
6916 msgid_plural "Commits (%(num)s)"
6918 msgid_plural "Commits (%(num)s)"
6917 msgstr[0] ""
6919 msgstr[0] ""
6918 msgstr[1] ""
6920 msgstr[1] ""
6919
6921
6920 #: rhodecode/templates/email_templates/pull_request_review.mako:47
6922 #: rhodecode/templates/email_templates/pull_request_review.mako:47
6921 #, python-format
6923 #, python-format
6922 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
6924 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
6923 msgstr ""
6925 msgstr ""
6924
6926
6925 #: rhodecode/templates/email_templates/test.mako:5
6927 #: rhodecode/templates/email_templates/test.mako:5
6926 msgid "hello \"world\""
6928 msgid "hello \"world\""
6927 msgstr ""
6929 msgstr ""
6928
6930
6929 #: rhodecode/templates/email_templates/test.mako:21
6931 #: rhodecode/templates/email_templates/test.mako:21
6930 msgid "Translation"
6932 msgid "Translation"
6931 msgstr ""
6933 msgstr ""
6932
6934
6933 #: rhodecode/templates/errors/error_document.html:39
6935 #: rhodecode/templates/errors/error_document.html:39
6934 #, python-format
6936 #, python-format
6935 msgid "You will be redirected to %s in %s seconds"
6937 msgid "You will be redirected to %s in %s seconds"
6936 msgstr ""
6938 msgstr ""
6937
6939
6938 #: rhodecode/templates/feed/atom_feed_entry.mako:3
6940 #: rhodecode/templates/feed/atom_feed_entry.mako:3
6939 #, python-format
6941 #, python-format
6940 msgid "%(user)s commited on %(date)s UTC"
6942 msgid "%(user)s commited on %(date)s UTC"
6941 msgstr ""
6943 msgstr ""
6942
6944
6943 #: rhodecode/templates/feed/atom_feed_entry.mako:26
6945 #: rhodecode/templates/feed/atom_feed_entry.mako:26
6944 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
6946 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
6945 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
6947 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
6946 msgid "Commit was too big and was cut off..."
6948 msgid "Commit was too big and was cut off..."
6947 msgstr ""
6949 msgstr ""
6948
6950
6949 #: rhodecode/templates/files/diff_2way.html:15
6951 #: rhodecode/templates/files/diff_2way.html:15
6950 #, python-format
6952 #, python-format
6951 msgid "%s File side-by-side diff"
6953 msgid "%s File side-by-side diff"
6952 msgstr ""
6954 msgstr ""
6953
6955
6954 #: rhodecode/templates/files/diff_2way.html:79
6956 #: rhodecode/templates/files/diff_2way.html:79
6955 msgid "Enable editor mode"
6957 msgid "Enable editor mode"
6956 msgstr ""
6958 msgstr ""
6957
6959
6958 #: rhodecode/templates/files/diff_2way.html:80
6960 #: rhodecode/templates/files/diff_2way.html:80
6959 msgid "Disable editor mode"
6961 msgid "Disable editor mode"
6960 msgstr ""
6962 msgstr ""
6961
6963
6962 #: rhodecode/templates/files/diff_2way.html:84
6964 #: rhodecode/templates/files/diff_2way.html:84
6963 msgid "Previous change"
6965 msgid "Previous change"
6964 msgstr ""
6966 msgstr ""
6965
6967
6966 #: rhodecode/templates/files/diff_2way.html:85
6968 #: rhodecode/templates/files/diff_2way.html:85
6967 msgid "Next change"
6969 msgid "Next change"
6968 msgstr ""
6970 msgstr ""
6969
6971
6970 #: rhodecode/templates/files/diff_2way.html:100
6972 #: rhodecode/templates/files/diff_2way.html:100
6971 msgid "mode"
6973 msgid "mode"
6972 msgstr ""
6974 msgstr ""
6973
6975
6974 #: rhodecode/templates/files/file_authors_box.html:6
6976 #: rhodecode/templates/files/file_authors_box.html:6
6975 msgid "Last Author"
6977 msgid "Last Author"
6976 msgstr ""
6978 msgstr ""
6977
6979
6978 #: rhodecode/templates/files/file_authors_box.html:8
6980 #: rhodecode/templates/files/file_authors_box.html:8
6979 #, python-format
6981 #, python-format
6980 msgid "File Author (%s)"
6982 msgid "File Author (%s)"
6981 msgid_plural "File Authors (%s)"
6983 msgid_plural "File Authors (%s)"
6982 msgstr[0] ""
6984 msgstr[0] ""
6983 msgstr[1] ""
6985 msgstr[1] ""
6984
6986
6985 #: rhodecode/templates/files/file_authors_box.html:11
6987 #: rhodecode/templates/files/file_authors_box.html:11
6986 msgid "Show All"
6988 msgid "Show All"
6987 msgstr ""
6989 msgstr ""
6988
6990
6989 #: rhodecode/templates/files/file_authors_box.html:26
6991 #: rhodecode/templates/files/file_authors_box.html:26
6990 msgid "last author"
6992 msgid "last author"
6991 msgstr ""
6993 msgstr ""
6992
6994
6993 #: rhodecode/templates/files/file_diff.html:4
6995 #: rhodecode/templates/files/file_diff.html:4
6994 #, python-format
6996 #, python-format
6995 msgid "%s File Diff"
6997 msgid "%s File Diff"
6996 msgstr ""
6998 msgstr ""
6997
6999
6998 #: rhodecode/templates/files/file_diff.html:37
7000 #: rhodecode/templates/files/file_diff.html:37
6999 msgid "for"
7001 msgid "for"
7000 msgstr ""
7002 msgstr ""
7001
7003
7002 #: rhodecode/templates/files/file_diff.html:53
7004 #: rhodecode/templates/files/file_diff.html:53
7003 msgid "No commits"
7005 msgid "No commits"
7004 msgstr ""
7006 msgstr ""
7005
7007
7006 #: rhodecode/templates/files/file_diff.html:81
7008 #: rhodecode/templates/files/file_diff.html:81
7007 msgid "Cannot diff binary files"
7009 msgid "Cannot diff binary files"
7008 msgstr ""
7010 msgstr ""
7009
7011
7010 #: rhodecode/templates/files/file_diff.html:83
7012 #: rhodecode/templates/files/file_diff.html:83
7011 msgid "File was not changed in this commit range"
7013 msgid "File was not changed in this commit range"
7012 msgstr ""
7014 msgstr ""
7013
7015
7014 #: rhodecode/templates/files/file_tree_author_box.html:5
7016 #: rhodecode/templates/files/file_tree_author_box.html:5
7015 msgid "Commit Author"
7017 msgid "Commit Author"
7016 msgstr ""
7018 msgstr ""
7017
7019
7018 #: rhodecode/templates/files/files.html:4
7020 #: rhodecode/templates/files/files.html:4
7019 #: rhodecode/templates/files/files_pjax.html:2
7021 #: rhodecode/templates/files/files_pjax.html:2
7020 #, python-format
7022 #, python-format
7021 msgid "%s Files"
7023 msgid "%s Files"
7022 msgstr ""
7024 msgstr ""
7023
7025
7024 #: rhodecode/templates/files/files.html:143
7026 #: rhodecode/templates/files/files.html:143
7025 msgid "Switch To Commit"
7027 msgid "Switch To Commit"
7026 msgstr ""
7028 msgstr ""
7027
7029
7028 #: rhodecode/templates/files/files_add.html:4
7030 #: rhodecode/templates/files/files_add.html:4
7029 #, python-format
7031 #, python-format
7030 msgid "%s Files Add"
7032 msgid "%s Files Add"
7031 msgstr ""
7033 msgstr ""
7032
7034
7033 #: rhodecode/templates/files/files_add.html:15
7035 #: rhodecode/templates/files/files_add.html:15
7034 msgid "Add new file"
7036 msgid "Add new file"
7035 msgstr ""
7037 msgstr ""
7036
7038
7037 #: rhodecode/templates/files/files_add.html:34
7039 #: rhodecode/templates/files/files_add.html:34
7038 #: rhodecode/templates/files/files_delete.html:34
7040 #: rhodecode/templates/files/files_delete.html:34
7039 #: rhodecode/templates/files/files_edit.html:34
7041 #: rhodecode/templates/files/files_edit.html:34
7040 msgid "Path"
7042 msgid "Path"
7041 msgstr ""
7043 msgstr ""
7042
7044
7043 #: rhodecode/templates/files/files_add.html:39
7045 #: rhodecode/templates/files/files_add.html:39
7044 msgid "Specify Custom Path"
7046 msgid "Specify Custom Path"
7045 msgstr ""
7047 msgstr ""
7046
7048
7047 #: rhodecode/templates/files/files_add.html:44
7049 #: rhodecode/templates/files/files_add.html:44
7048 msgid "Remove Custom Path"
7050 msgid "Remove Custom Path"
7049 msgstr ""
7051 msgstr ""
7050
7052
7051 #: rhodecode/templates/files/files_add.html:50
7053 #: rhodecode/templates/files/files_add.html:50
7052 msgid "Filename"
7054 msgid "Filename"
7053 msgstr ""
7055 msgstr ""
7054
7056
7055 #: rhodecode/templates/files/files_add.html:54
7057 #: rhodecode/templates/files/files_add.html:54
7056 #: rhodecode/templates/files/files_add.html:65
7058 #: rhodecode/templates/files/files_add.html:65
7057 msgid "or"
7059 msgid "or"
7058 msgstr ""
7060 msgstr ""
7059
7061
7060 #: rhodecode/templates/files/files_add.html:54
7062 #: rhodecode/templates/files/files_add.html:54
7061 msgid "Upload File"
7063 msgid "Upload File"
7062 msgstr ""
7064 msgstr ""
7063
7065
7064 #: rhodecode/templates/files/files_add.html:59
7066 #: rhodecode/templates/files/files_add.html:59
7065 msgid "Upload file"
7067 msgid "Upload file"
7066 msgstr ""
7068 msgstr ""
7067
7069
7068 #: rhodecode/templates/files/files_add.html:63
7070 #: rhodecode/templates/files/files_add.html:63
7069 msgid "No file selected"
7071 msgid "No file selected"
7070 msgstr ""
7072 msgstr ""
7071
7073
7072 #: rhodecode/templates/files/files_add.html:65
7074 #: rhodecode/templates/files/files_add.html:65
7073 msgid "Create New File"
7075 msgid "Create New File"
7074 msgstr ""
7076 msgstr ""
7075
7077
7076 #: rhodecode/templates/files/files_add.html:75
7078 #: rhodecode/templates/files/files_add.html:75
7077 #: rhodecode/templates/files/files_edit.html:79
7079 #: rhodecode/templates/files/files_edit.html:79
7078 msgid "line wraps"
7080 msgid "line wraps"
7079 msgstr ""
7081 msgstr ""
7080
7082
7081 #: rhodecode/templates/files/files_add.html:76
7083 #: rhodecode/templates/files/files_add.html:76
7082 #: rhodecode/templates/files/files_edit.html:80
7084 #: rhodecode/templates/files/files_edit.html:80
7083 msgid "on"
7085 msgid "on"
7084 msgstr ""
7086 msgstr ""
7085
7087
7086 #: rhodecode/templates/files/files_add.html:76
7088 #: rhodecode/templates/files/files_add.html:76
7087 #: rhodecode/templates/files/files_edit.html:80
7089 #: rhodecode/templates/files/files_edit.html:80
7088 msgid "off"
7090 msgid "off"
7089 msgstr ""
7091 msgstr ""
7090
7092
7091 #: rhodecode/templates/files/files_add.html:103
7093 #: rhodecode/templates/files/files_add.html:103
7092 #: rhodecode/templates/files/files_edit.html:106
7094 #: rhodecode/templates/files/files_edit.html:106
7093 msgid "Commit changes"
7095 msgid "Commit changes"
7094 msgstr ""
7096 msgstr ""
7095
7097
7096 #: rhodecode/templates/files/files_browser.html:9
7098 #: rhodecode/templates/files/files_browser.html:9
7097 msgid "Previous commit"
7099 msgid "Previous commit"
7098 msgstr ""
7100 msgstr ""
7099
7101
7100 #: rhodecode/templates/files/files_browser.html:13
7102 #: rhodecode/templates/files/files_browser.html:13
7101 msgid "Next commit"
7103 msgid "Next commit"
7102 msgstr ""
7104 msgstr ""
7103
7105
7104 #: rhodecode/templates/files/files_browser.html:19
7106 #: rhodecode/templates/files/files_browser.html:19
7105 msgid "Search File List"
7107 msgid "Search File List"
7106 msgstr ""
7108 msgstr ""
7107
7109
7108 #: rhodecode/templates/files/files_browser.html:22
7110 #: rhodecode/templates/files/files_browser.html:22
7109 msgid "Close File List"
7111 msgid "Close File List"
7110 msgstr ""
7112 msgstr ""
7111
7113
7112 #: rhodecode/templates/files/files_browser.html:27
7114 #: rhodecode/templates/files/files_browser.html:27
7113 msgid "Add File"
7115 msgid "Add File"
7114 msgstr ""
7116 msgstr ""
7115
7117
7116 #: rhodecode/templates/files/files_browser.html:34
7118 #: rhodecode/templates/files/files_browser.html:34
7117 msgid "Loading file list..."
7119 msgid "Loading file list..."
7118 msgstr ""
7120 msgstr ""
7119
7121
7120 #: rhodecode/templates/files/files_browser.html:50
7122 #: rhodecode/templates/files/files_browser.html:50
7121 msgid "Size"
7123 msgid "Size"
7122 msgstr ""
7124 msgstr ""
7123
7125
7124 #: rhodecode/templates/files/files_browser.html:51
7126 #: rhodecode/templates/files/files_browser.html:51
7125 msgid "Modified"
7127 msgid "Modified"
7126 msgstr ""
7128 msgstr ""
7127
7129
7128 #: rhodecode/templates/files/files_browser.html:52
7130 #: rhodecode/templates/files/files_browser.html:52
7129 msgid "Last Commit"
7131 msgid "Last Commit"
7130 msgstr ""
7132 msgstr ""
7131
7133
7132 #: rhodecode/templates/files/files_browser.html:89
7134 #: rhodecode/templates/files/files_browser.html:89
7133 msgid "Loading..."
7135 msgid "Loading..."
7134 msgstr ""
7136 msgstr ""
7135
7137
7136 #: rhodecode/templates/files/files_delete.html:4
7138 #: rhodecode/templates/files/files_delete.html:4
7137 #, python-format
7139 #, python-format
7138 msgid "%s Files Delete"
7140 msgid "%s Files Delete"
7139 msgstr ""
7141 msgstr ""
7140
7142
7141 #: rhodecode/templates/files/files_delete.html:15
7143 #: rhodecode/templates/files/files_delete.html:15
7142 msgid "Delete file"
7144 msgid "Delete file"
7143 msgstr ""
7145 msgstr ""
7144
7146
7145 #: rhodecode/templates/files/files_delete.html:45
7147 #: rhodecode/templates/files/files_delete.html:45
7146 #: rhodecode/templates/files/files_source.html:49
7148 #: rhodecode/templates/files/files_source.html:49
7147 #, python-format
7149 #, python-format
7148 msgid "Binary file (%s)"
7150 msgid "Binary file (%s)"
7149 msgstr ""
7151 msgstr ""
7150
7152
7151 #: rhodecode/templates/files/files_delete.html:50
7153 #: rhodecode/templates/files/files_delete.html:50
7152 #: rhodecode/templates/files/files_source.html:61
7154 #: rhodecode/templates/files/files_source.html:61
7153 msgid "File is too big to display"
7155 msgid "File is too big to display"
7154 msgstr ""
7156 msgstr ""
7155
7157
7156 #: rhodecode/templates/files/files_delete.html:70
7158 #: rhodecode/templates/files/files_delete.html:70
7157 msgid "Delete File"
7159 msgid "Delete File"
7158 msgstr ""
7160 msgstr ""
7159
7161
7160 #: rhodecode/templates/files/files_detail.html:35
7162 #: rhodecode/templates/files/files_detail.html:35
7161 msgid "File last commit"
7163 msgid "File last commit"
7162 msgstr ""
7164 msgstr ""
7163
7165
7164 #: rhodecode/templates/files/files_detail.html:54
7166 #: rhodecode/templates/files/files_detail.html:54
7165 msgid "Diff to Commit"
7167 msgid "Diff to Commit"
7166 msgstr ""
7168 msgstr ""
7167
7169
7168 #: rhodecode/templates/files/files_detail.html:55
7170 #: rhodecode/templates/files/files_detail.html:55
7169 msgid "Show at Commit"
7171 msgid "Show at Commit"
7170 msgstr ""
7172 msgstr ""
7171
7173
7172 #: rhodecode/templates/files/files_edit.html:4
7174 #: rhodecode/templates/files/files_edit.html:4
7173 #, python-format
7175 #, python-format
7174 msgid "%s File Edit"
7176 msgid "%s File Edit"
7175 msgstr ""
7177 msgstr ""
7176
7178
7177 #: rhodecode/templates/files/files_edit.html:15
7179 #: rhodecode/templates/files/files_edit.html:15
7178 msgid "Edit file"
7180 msgid "Edit file"
7179 msgstr ""
7181 msgstr ""
7180
7182
7181 #: rhodecode/templates/files/files_edit.html:55
7183 #: rhodecode/templates/files/files_edit.html:55
7182 msgid "history"
7184 msgid "history"
7183 msgstr ""
7185 msgstr ""
7184
7186
7185 #: rhodecode/templates/files/files_edit.html:61
7187 #: rhodecode/templates/files/files_edit.html:61
7186 msgid "source"
7188 msgid "source"
7187 msgstr ""
7189 msgstr ""
7188
7190
7189 #: rhodecode/templates/files/files_edit.html:63
7191 #: rhodecode/templates/files/files_edit.html:63
7190 #: rhodecode/templates/files/files_pjax.html:19
7192 #: rhodecode/templates/files/files_pjax.html:19
7191 msgid "annotation"
7193 msgid "annotation"
7192 msgstr ""
7194 msgstr ""
7193
7195
7194 #: rhodecode/templates/files/files_edit.html:65
7196 #: rhodecode/templates/files/files_edit.html:65
7195 msgid "raw"
7197 msgid "raw"
7196 msgstr ""
7198 msgstr ""
7197
7199
7198 #: rhodecode/templates/files/files_edit.html:67
7200 #: rhodecode/templates/files/files_edit.html:67
7199 msgid "download"
7201 msgid "download"
7200 msgstr ""
7202 msgstr ""
7201
7203
7202 #: rhodecode/templates/files/files_edit.html:74
7204 #: rhodecode/templates/files/files_edit.html:74
7203 msgid "Editing file"
7205 msgid "Editing file"
7204 msgstr ""
7206 msgstr ""
7205
7207
7206 #: rhodecode/templates/files/files_pjax.html:17
7208 #: rhodecode/templates/files/files_pjax.html:17
7207 msgid "Location"
7209 msgid "Location"
7208 msgstr ""
7210 msgstr ""
7209
7211
7210 #: rhodecode/templates/files/files_source.html:6
7212 #: rhodecode/templates/files/files_source.html:6
7211 #: rhodecode/templates/search/search_content.html:20
7213 #: rhodecode/templates/search/search_content.html:57
7212 msgid "line"
7214 msgid "line"
7213 msgid_plural "lines"
7215 msgid_plural "lines"
7214 msgstr[0] ""
7216 msgstr[0] ""
7215 msgstr[1] ""
7217 msgstr[1] ""
7216
7218
7217 #: rhodecode/templates/files/files_source.html:12
7219 #: rhodecode/templates/files/files_source.html:12
7218 msgid "History"
7220 msgid "History"
7219 msgstr ""
7221 msgstr ""
7220
7222
7221 #: rhodecode/templates/files/files_source.html:15
7223 #: rhodecode/templates/files/files_source.html:15
7222 #: rhodecode/templates/search/search_content.html:31
7224 #: rhodecode/templates/search/search_content.html:68
7223 msgid "Show Full History"
7225 msgid "Show Full History"
7224 msgstr ""
7226 msgstr ""
7225
7227
7226 #: rhodecode/templates/files/files_source.html:20
7228 #: rhodecode/templates/files/files_source.html:20
7227 #: rhodecode/templates/search/search_content.html:33
7229 #: rhodecode/templates/search/search_content.html:70
7228 msgid "Annotation"
7230 msgid "Annotation"
7229 msgstr ""
7231 msgstr ""
7230
7232
7231 #: rhodecode/templates/files/files_source.html:22
7233 #: rhodecode/templates/files/files_source.html:22
7232 #: rhodecode/templates/search/search_content.html:34
7234 #: rhodecode/templates/search/search_content.html:71
7233 msgid "Raw"
7235 msgid "Raw"
7234 msgstr ""
7236 msgstr ""
7235
7237
7236 #: rhodecode/templates/files/files_source.html:24
7238 #: rhodecode/templates/files/files_source.html:24
7237 #: rhodecode/templates/search/search_content.html:36
7239 #: rhodecode/templates/search/search_content.html:73
7238 msgid "Download"
7240 msgid "Download"
7239 msgstr ""
7241 msgstr ""
7240
7242
7241 #: rhodecode/templates/files/files_source.html:31
7243 #: rhodecode/templates/files/files_source.html:31
7242 #, python-format
7244 #, python-format
7243 msgid "Edit on Branch:%s"
7245 msgid "Edit on Branch:%s"
7244 msgstr ""
7246 msgstr ""
7245
7247
7246 #: rhodecode/templates/files/files_source.html:36
7248 #: rhodecode/templates/files/files_source.html:36
7247 msgid "Editing binary files not allowed"
7249 msgid "Editing binary files not allowed"
7248 msgstr ""
7250 msgstr ""
7249
7251
7250 #: rhodecode/templates/files/files_source.html:39
7252 #: rhodecode/templates/files/files_source.html:39
7251 msgid "Editing files allowed only when on branch head commit"
7253 msgid "Editing files allowed only when on branch head commit"
7252 msgstr ""
7254 msgstr ""
7253
7255
7254 #: rhodecode/templates/files/files_source.html:40
7256 #: rhodecode/templates/files/files_source.html:40
7255 msgid "Deleting files allowed only when on branch head commit"
7257 msgid "Deleting files allowed only when on branch head commit"
7256 msgstr ""
7258 msgstr ""
7257
7259
7258 #: rhodecode/templates/followers/followers.html:5
7260 #: rhodecode/templates/followers/followers.html:5
7259 #: rhodecode/templates/followers/followers.html:27
7261 #: rhodecode/templates/followers/followers.html:27
7260 #, python-format
7262 #, python-format
7261 msgid "%s Followers"
7263 msgid "%s Followers"
7262 msgstr ""
7264 msgstr ""
7263
7265
7264 #: rhodecode/templates/followers/followers.html:12
7266 #: rhodecode/templates/followers/followers.html:12
7265 msgid "Followers"
7267 msgid "Followers"
7266 msgstr ""
7268 msgstr ""
7267
7269
7268 #: rhodecode/templates/followers/followers_data.html:5
7270 #: rhodecode/templates/followers/followers_data.html:5
7269 msgid "Follower Name"
7271 msgid "Follower Name"
7270 msgstr ""
7272 msgstr ""
7271
7273
7272 #: rhodecode/templates/followers/followers_data.html:6
7274 #: rhodecode/templates/followers/followers_data.html:6
7273 msgid "Following Since"
7275 msgid "Following Since"
7274 msgstr ""
7276 msgstr ""
7275
7277
7276 #: rhodecode/templates/forks/fork.html:5
7278 #: rhodecode/templates/forks/fork.html:5
7277 #, python-format
7279 #, python-format
7278 msgid "Fork repository %s"
7280 msgid "Fork repository %s"
7279 msgstr ""
7281 msgstr ""
7280
7282
7281 #: rhodecode/templates/forks/fork.html:12
7283 #: rhodecode/templates/forks/fork.html:12
7282 msgid "New Fork"
7284 msgid "New Fork"
7283 msgstr ""
7285 msgstr ""
7284
7286
7285 #: rhodecode/templates/forks/fork.html:37
7287 #: rhodecode/templates/forks/fork.html:37
7286 msgid "Fork name"
7288 msgid "Fork name"
7287 msgstr ""
7289 msgstr ""
7288
7290
7289 #: rhodecode/templates/forks/fork.html:91
7291 #: rhodecode/templates/forks/fork.html:91
7290 msgid "Copy permissions"
7292 msgid "Copy permissions"
7291 msgstr ""
7293 msgstr ""
7292
7294
7293 #: rhodecode/templates/forks/fork.html:95
7295 #: rhodecode/templates/forks/fork.html:95
7294 msgid "Copy permissions from forked repository"
7296 msgid "Copy permissions from forked repository"
7295 msgstr ""
7297 msgstr ""
7296
7298
7297 #: rhodecode/templates/forks/fork.html:100
7299 #: rhodecode/templates/forks/fork.html:100
7298 msgid "Fork this Repository"
7300 msgid "Fork this Repository"
7299 msgstr ""
7301 msgstr ""
7300
7302
7301 #: rhodecode/templates/forks/forks.html:5
7303 #: rhodecode/templates/forks/forks.html:5
7302 #, python-format
7304 #, python-format
7303 msgid "%s Forks"
7305 msgid "%s Forks"
7304 msgstr ""
7306 msgstr ""
7305
7307
7306 #: rhodecode/templates/forks/forks.html:12
7308 #: rhodecode/templates/forks/forks.html:12
7307 msgid "Forks"
7309 msgid "Forks"
7308 msgstr ""
7310 msgstr ""
7309
7311
7310 #: rhodecode/templates/forks/forks.html:32
7312 #: rhodecode/templates/forks/forks.html:32
7311 msgid "Create new fork"
7313 msgid "Create new fork"
7312 msgstr ""
7314 msgstr ""
7313
7315
7314 #: rhodecode/templates/forks/forks_data.html:9
7316 #: rhodecode/templates/forks/forks_data.html:10
7315 msgid "Forked"
7317 msgid "Forked"
7316 msgstr ""
7318 msgstr ""
7317
7319
7318 #: rhodecode/templates/forks/forks_data.html:46
7320 #: rhodecode/templates/forks/forks_data.html:48
7319 msgid "There are no forks yet"
7321 msgid "There are no forks yet"
7320 msgstr ""
7322 msgstr ""
7321
7323
7322 #: rhodecode/templates/journal/journal.html:13
7324 #: rhodecode/templates/journal/journal.html:13
7323 msgid "Filter"
7325 msgid "Filter"
7324 msgstr ""
7326 msgstr ""
7325
7327
7326 #: rhodecode/templates/journal/journal.html:23
7328 #: rhodecode/templates/journal/journal.html:23
7327 msgid "ATOM journal feed"
7329 msgid "ATOM journal feed"
7328 msgstr ""
7330 msgstr ""
7329
7331
7330 #: rhodecode/templates/journal/journal.html:24
7332 #: rhodecode/templates/journal/journal.html:24
7331 msgid "RSS journal feed"
7333 msgid "RSS journal feed"
7332 msgstr ""
7334 msgstr ""
7333
7335
7334 #: rhodecode/templates/journal/journal_data.html:53
7336 #: rhodecode/templates/journal/journal_data.html:53
7335 msgid "No entries yet"
7337 msgid "No entries yet"
7336 msgstr ""
7338 msgstr ""
7337
7339
7338 #: rhodecode/templates/journal/public_journal.html:4
7340 #: rhodecode/templates/journal/public_journal.html:4
7339 #: rhodecode/templates/journal/public_journal.html:24
7341 #: rhodecode/templates/journal/public_journal.html:24
7340 msgid "Public Journal"
7342 msgid "Public Journal"
7341 msgstr ""
7343 msgstr ""
7342
7344
7343 #: rhodecode/templates/journal/public_journal.html:16
7345 #: rhodecode/templates/journal/public_journal.html:16
7344 msgid "ATOM public journal feed"
7346 msgid "ATOM public journal feed"
7345 msgstr ""
7347 msgstr ""
7346
7348
7347 #: rhodecode/templates/journal/public_journal.html:17
7349 #: rhodecode/templates/journal/public_journal.html:17
7348 msgid "RSS public journal feed"
7350 msgid "RSS public journal feed"
7349 msgstr ""
7351 msgstr ""
7350
7352
7351 #: rhodecode/templates/pullrequests/pullrequest.html:4
7353 #: rhodecode/templates/pullrequests/pullrequest.html:4
7352 #: rhodecode/templates/pullrequests/pullrequest.html:8
7354 #: rhodecode/templates/pullrequests/pullrequest.html:8
7353 msgid "New pull request"
7355 msgid "New pull request"
7354 msgstr ""
7356 msgstr ""
7355
7357
7356 #: rhodecode/templates/pullrequests/pullrequest.html:52
7358 #: rhodecode/templates/pullrequests/pullrequest.html:52
7357 msgid "Write a short description on this pull request"
7359 msgid "Write a short description on this pull request"
7358 msgstr ""
7360 msgstr ""
7359
7361
7360 #: rhodecode/templates/pullrequests/pullrequest.html:59
7362 #: rhodecode/templates/pullrequests/pullrequest.html:59
7361 msgid "Commit flow"
7363 msgid "Commit flow"
7362 msgstr ""
7364 msgstr ""
7363
7365
7364 #: rhodecode/templates/pullrequests/pullrequest.html:67
7366 #: rhodecode/templates/pullrequests/pullrequest.html:67
7365 msgid "Origin repository"
7367 msgid "Origin repository"
7366 msgstr ""
7368 msgstr ""
7367
7369
7368 #: rhodecode/templates/pullrequests/pullrequest.html:85
7370 #: rhodecode/templates/pullrequests/pullrequest.html:85
7369 msgid "Loading refs..."
7371 msgid "Loading refs..."
7370 msgstr ""
7372 msgstr ""
7371
7373
7372 #: rhodecode/templates/pullrequests/pullrequest.html:96
7374 #: rhodecode/templates/pullrequests/pullrequest.html:96
7373 msgid "Submit Pull Request"
7375 msgid "Submit Pull Request"
7374 msgstr ""
7376 msgstr ""
7375
7377
7376 #: rhodecode/templates/pullrequests/pullrequest.html:109
7378 #: rhodecode/templates/pullrequests/pullrequest.html:109
7377 #: rhodecode/templates/pullrequests/pullrequest_show.html:182
7379 #: rhodecode/templates/pullrequests/pullrequest_show.html:182
7378 msgid "Pull request reviewers"
7380 msgid "Pull request reviewers"
7379 msgstr ""
7381 msgstr ""
7380
7382
7381 #: rhodecode/templates/pullrequests/pullrequest.html:117
7383 #: rhodecode/templates/pullrequests/pullrequest.html:117
7382 #: rhodecode/templates/pullrequests/pullrequest_show.html:215
7384 #: rhodecode/templates/pullrequests/pullrequest_show.html:215
7383 msgid "Add reviewer"
7385 msgid "Add reviewer"
7384 msgstr ""
7386 msgstr ""
7385
7387
7386 #: rhodecode/templates/pullrequests/pullrequest.html:278
7388 #: rhodecode/templates/pullrequests/pullrequest.html:279
7387 #: rhodecode/templates/pullrequests/pullrequest.html:520
7389 #: rhodecode/templates/pullrequests/pullrequest.html:521
7388 msgid "Please select origin and destination"
7390 msgid "Please select origin and destination"
7389 msgstr ""
7391 msgstr ""
7390
7392
7391 #: rhodecode/templates/pullrequests/pullrequest.html:284
7393 #: rhodecode/templates/pullrequests/pullrequest.html:285
7392 msgid "Loading compare ..."
7394 msgid "Loading compare ..."
7393 msgstr ""
7395 msgstr ""
7394
7396
7395 #: rhodecode/templates/pullrequests/pullrequest.html:331
7397 #: rhodecode/templates/pullrequests/pullrequest.html:332
7396 #: rhodecode/templates/pullrequests/pullrequest.html:333
7398 #: rhodecode/templates/pullrequests/pullrequest.html:334
7397 msgid "This pull request will consist of __COMMITS__ commit."
7399 msgid "This pull request will consist of __COMMITS__ commit."
7398 msgid_plural "This pull request will consist of __COMMITS__ commits."
7400 msgid_plural "This pull request will consist of __COMMITS__ commits."
7399 msgstr[0] ""
7401 msgstr[0] ""
7400 msgstr[1] ""
7402 msgstr[1] ""
7401
7403
7402 #: rhodecode/templates/pullrequests/pullrequest.html:336
7404 #: rhodecode/templates/pullrequests/pullrequest.html:337
7403 msgid "Show detailed compare."
7405 msgid "Show detailed compare."
7404 msgstr ""
7406 msgstr ""
7405
7407
7406 #: rhodecode/templates/pullrequests/pullrequest.html:343
7408 #: rhodecode/templates/pullrequests/pullrequest.html:344
7407 msgid "There are no commits to merge."
7409 msgid "There are no commits to merge."
7408 msgstr ""
7410 msgstr ""
7409
7411
7410 #: rhodecode/templates/pullrequests/pullrequest.html:450
7412 #: rhodecode/templates/pullrequests/pullrequest.html:451
7411 msgid "Destination repository"
7413 msgid "Destination repository"
7412 msgstr ""
7414 msgstr ""
7413
7415
7414 #: rhodecode/templates/pullrequests/pullrequest.html:461
7416 #: rhodecode/templates/pullrequests/pullrequest.html:462
7415 msgid "Select commit reference"
7417 msgid "Select commit reference"
7416 msgstr ""
7418 msgstr ""
7417
7419
7418 #: rhodecode/templates/pullrequests/pullrequest_show.html:4
7420 #: rhodecode/templates/pullrequests/pullrequest_show.html:4
7419 #, python-format
7421 #, python-format
7420 msgid "%s Pull Request #%s"
7422 msgid "%s Pull Request #%s"
7421 msgstr ""
7423 msgstr ""
7422
7424
7423 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
7425 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
7424 msgid "From"
7426 msgid "From"
7425 msgstr ""
7427 msgstr ""
7426
7428
7427 #: rhodecode/templates/pullrequests/pullrequest_show.html:51
7429 #: rhodecode/templates/pullrequests/pullrequest_show.html:51
7428 #: rhodecode/templates/pullrequests/pullrequest_show.html:185
7430 #: rhodecode/templates/pullrequests/pullrequest_show.html:185
7429 msgid "Close"
7431 msgid "Close"
7430 msgstr ""
7432 msgstr ""
7431
7433
7432 #: rhodecode/templates/pullrequests/pullrequest_show.html:58
7434 #: rhodecode/templates/pullrequests/pullrequest_show.html:58
7433 msgid "Origin"
7435 msgid "Origin"
7434 msgstr ""
7436 msgstr ""
7435
7437
7436 #: rhodecode/templates/pullrequests/pullrequest_show.html:105
7438 #: rhodecode/templates/pullrequests/pullrequest_show.html:105
7437 msgid "Review"
7439 msgid "Review"
7438 msgstr ""
7440 msgstr ""
7439
7441
7440 #: rhodecode/templates/pullrequests/pullrequest_show.html:116
7442 #: rhodecode/templates/pullrequests/pullrequest_show.html:116
7441 #, python-format
7443 #, python-format
7442 msgid "calculated based on %s reviewer vote"
7444 msgid "calculated based on %s reviewer vote"
7443 msgid_plural "calculated based on %s reviewers votes"
7445 msgid_plural "calculated based on %s reviewers votes"
7444 msgstr[0] ""
7446 msgstr[0] ""
7445 msgstr[1] ""
7447 msgstr[1] ""
7446
7448
7447 #: rhodecode/templates/pullrequests/pullrequest_show.html:139
7449 #: rhodecode/templates/pullrequests/pullrequest_show.html:139
7448 #: rhodecode/templates/pullrequests/pullrequest_show.html:141
7450 #: rhodecode/templates/pullrequests/pullrequest_show.html:141
7449 #, python-format
7451 #, python-format
7450 msgid "%d Pull request comment"
7452 msgid "%d Pull request comment"
7451 msgid_plural "%d Pull request comments"
7453 msgid_plural "%d Pull request comments"
7452 msgstr[0] ""
7454 msgstr[0] ""
7453 msgstr[1] ""
7455 msgstr[1] ""
7454
7456
7455 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
7457 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
7456 #, python-format
7458 #, python-format
7457 msgid "%d Outdated Comment"
7459 msgid "%d Outdated Comment"
7458 msgid_plural "%d Outdated Comments"
7460 msgid_plural "%d Outdated Comments"
7459 msgstr[0] ""
7461 msgstr[0] ""
7460 msgstr[1] ""
7462 msgstr[1] ""
7461
7463
7462 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
7464 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
7463 msgid "(Show)"
7465 msgid "(Show)"
7464 msgstr ""
7466 msgstr ""
7465
7467
7466 #: rhodecode/templates/pullrequests/pullrequest_show.html:160
7468 #: rhodecode/templates/pullrequests/pullrequest_show.html:160
7467 #: rhodecode/templates/pullrequests/pullrequest_show.html:219
7469 #: rhodecode/templates/pullrequests/pullrequest_show.html:219
7468 msgid "Save Changes"
7470 msgid "Save Changes"
7469 msgstr ""
7471 msgstr ""
7470
7472
7471 #: rhodecode/templates/pullrequests/pullrequest_show.html:200
7473 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
7472 msgid "reviewer"
7474 msgid "reviewer"
7473 msgstr ""
7475 msgstr ""
7474
7476
7475 #: rhodecode/templates/pullrequests/pullrequest_show.html:236
7477 #: rhodecode/templates/pullrequests/pullrequest_show.html:236
7476 msgid "Missing requirements:"
7478 msgid "Missing requirements:"
7477 msgstr ""
7479 msgstr ""
7478
7480
7479 #: rhodecode/templates/pullrequests/pullrequest_show.html:237
7481 #: rhodecode/templates/pullrequests/pullrequest_show.html:237
7480 msgid "These commits cannot be displayed, because this repository uses the Mercurial largefiles extension, which was not enabled."
7482 msgid "These commits cannot be displayed, because this repository uses the Mercurial largefiles extension, which was not enabled."
7481 msgstr ""
7483 msgstr ""
7482
7484
7483 #: rhodecode/templates/pullrequests/pullrequest_show.html:245
7485 #: rhodecode/templates/pullrequests/pullrequest_show.html:245
7484 msgid "Missing commits"
7486 msgid "Missing commits"
7485 msgstr ""
7487 msgstr ""
7486
7488
7487 #: rhodecode/templates/pullrequests/pullrequest_show.html:246
7489 #: rhodecode/templates/pullrequests/pullrequest_show.html:246
7488 msgid "This pull request cannot be displayed, because one or more commits no longer exist in the source repository."
7490 msgid "This pull request cannot be displayed, because one or more commits no longer exist in the source repository."
7489 msgstr ""
7491 msgstr ""
7490
7492
7491 #: rhodecode/templates/pullrequests/pullrequest_show.html:247
7493 #: rhodecode/templates/pullrequests/pullrequest_show.html:247
7492 msgid "Please update this pull request, push the commits back into the source repository, or consider closing this pull request."
7494 msgid "Please update this pull request, push the commits back into the source repository, or consider closing this pull request."
7493 msgstr ""
7495 msgstr ""
7494
7496
7495 #: rhodecode/templates/pullrequests/pullrequest_show.html:254
7497 #: rhodecode/templates/pullrequests/pullrequest_show.html:254
7496 msgid "Update commits"
7498 msgid "Update commits"
7497 msgstr ""
7499 msgstr ""
7498
7500
7499 #: rhodecode/templates/pullrequests/pullrequest_show.html:257
7501 #: rhodecode/templates/pullrequests/pullrequest_show.html:257
7500 #, python-format
7502 #, python-format
7501 msgid "Compare View: %s commit"
7503 msgid "Compare View: %s commit"
7502 msgid_plural "Compare View: %s commits"
7504 msgid_plural "Compare View: %s commits"
7503 msgstr[0] ""
7505 msgstr[0] ""
7504 msgstr[1] ""
7506 msgstr[1] ""
7505
7507
7506 #: rhodecode/templates/pullrequests/pullrequest_show.html:330
7508 #: rhodecode/templates/pullrequests/pullrequest_show.html:330
7507 #: rhodecode/templates/pullrequests/pullrequest_show.html:365
7509 #: rhodecode/templates/pullrequests/pullrequest_show.html:365
7508 msgid "Outdated Inline Comments"
7510 msgid "Outdated Inline Comments"
7509 msgstr ""
7511 msgstr ""
7510
7512
7511 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
7513 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
7512 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
7514 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
7513 msgid "Showing a huge diff might take some time and resources"
7515 msgid "Showing a huge diff might take some time and resources"
7514 msgstr ""
7516 msgstr ""
7515
7517
7516 #: rhodecode/templates/pullrequests/pullrequests.html:4
7518 #: rhodecode/templates/pullrequests/pullrequests.html:4
7517 #, python-format
7519 #, python-format
7518 msgid "%s Pull Requests"
7520 msgid "%s Pull Requests"
7519 msgstr ""
7521 msgstr ""
7520
7522
7521 #: rhodecode/templates/pullrequests/pullrequests.html:34
7523 #: rhodecode/templates/pullrequests/pullrequests.html:34
7522 msgid "Open new Pull Request"
7524 msgid "Open new Pull Request"
7523 msgstr ""
7525 msgstr ""
7524
7526
7525 #: rhodecode/templates/pullrequests/pullrequests.html:48
7527 #: rhodecode/templates/pullrequests/pullrequests.html:48
7526 msgid "Opened"
7528 msgid "Opened"
7527 msgstr ""
7529 msgstr ""
7528
7530
7529 #: rhodecode/templates/pullrequests/pullrequests.html:49
7531 #: rhodecode/templates/pullrequests/pullrequests.html:49
7530 msgid "Opened by me"
7532 msgid "Opened by me"
7531 msgstr ""
7533 msgstr ""
7532
7534
7533 #: rhodecode/templates/pullrequests/pullrequests.html:50
7535 #: rhodecode/templates/pullrequests/pullrequests.html:50
7536 msgid "Awaiting review"
7537 msgstr ""
7538
7539 #: rhodecode/templates/pullrequests/pullrequests.html:51
7534 msgid "Awaiting my review"
7540 msgid "Awaiting my review"
7535 msgstr ""
7541 msgstr ""
7536
7542
7537 #: rhodecode/templates/pullrequests/pullrequests.html:52
7538 msgid "Awaiting review"
7539 msgstr ""
7540
7541 #: rhodecode/templates/pullrequests/pullrequests.html:53
7543 #: rhodecode/templates/pullrequests/pullrequests.html:53
7542 msgid "From this repo"
7544 msgid "From this repo"
7543 msgstr ""
7545 msgstr ""
7544
7546
7545 #: rhodecode/templates/pullrequests/pullrequests.html:62
7547 #: rhodecode/templates/pullrequests/pullrequests.html:62
7546 #, python-format
7548 #, python-format
7547 msgid "Pull Requests from %(repo_name)s repository"
7549 msgid "Pull Requests from %(repo_name)s repository"
7548 msgstr ""
7550 msgstr ""
7549
7551
7550 #: rhodecode/templates/pullrequests/pullrequests.html:64
7552 #: rhodecode/templates/pullrequests/pullrequests.html:64
7551 #, python-format
7553 #, python-format
7552 msgid "Closed Pull Requests to repository %(repo_name)s"
7554 msgid "Closed Pull Requests to repository %(repo_name)s"
7553 msgstr ""
7555 msgstr ""
7554
7556
7555 #: rhodecode/templates/pullrequests/pullrequests.html:66
7557 #: rhodecode/templates/pullrequests/pullrequests.html:66
7556 #, python-format
7558 #, python-format
7557 msgid "Pull Requests to %(repo_name)s repository opened by me"
7559 msgid "Pull Requests to %(repo_name)s repository opened by me"
7558 msgstr ""
7560 msgstr ""
7559
7561
7560 #: rhodecode/templates/pullrequests/pullrequests.html:68
7562 #: rhodecode/templates/pullrequests/pullrequests.html:68
7561 #, python-format
7563 #, python-format
7562 msgid "Pull Requests to %(repo_name)s repository awaiting review"
7564 msgid "Pull Requests to %(repo_name)s repository awaiting review"
7563 msgstr ""
7565 msgstr ""
7564
7566
7565 #: rhodecode/templates/pullrequests/pullrequests.html:70
7567 #: rhodecode/templates/pullrequests/pullrequests.html:70
7566 #, python-format
7568 #, python-format
7567 msgid "Pull Requests to %(repo_name)s repository awaiting my review"
7569 msgid "Pull Requests to %(repo_name)s repository awaiting my review"
7568 msgstr ""
7570 msgstr ""
7569
7571
7570 #: rhodecode/templates/pullrequests/pullrequests.html:72
7572 #: rhodecode/templates/pullrequests/pullrequests.html:72
7571 #, python-format
7573 #, python-format
7572 msgid "Pull Requests to %(repo_name)s repository"
7574 msgid "Pull Requests to %(repo_name)s repository"
7573 msgstr ""
7575 msgstr ""
7574
7576
7575 #: rhodecode/templates/search/search.html:6
7577 #: rhodecode/templates/search/search.html:6
7576 #: rhodecode/templates/search/search.html:17
7578 #: rhodecode/templates/search/search.html:17
7577 #, python-format
7579 #, python-format
7578 msgid "Search inside repository %(repo_name)s"
7580 msgid "Search inside repository %(repo_name)s"
7579 msgstr ""
7581 msgstr ""
7580
7582
7581 #: rhodecode/templates/search/search.html:8
7583 #: rhodecode/templates/search/search.html:8
7582 #: rhodecode/templates/search/search.html:19
7584 #: rhodecode/templates/search/search.html:19
7583 msgid "Search inside all accessible repositories"
7585 msgid "Search inside all accessible repositories"
7584 msgstr ""
7586 msgstr ""
7585
7587
7586 #: rhodecode/templates/search/search.html:60
7588 #: rhodecode/templates/search/search.html:60
7587 msgid "Search item"
7589 msgid "Search item"
7588 msgstr ""
7590 msgstr ""
7589
7591
7590 #: rhodecode/templates/search/search.html:63
7592 #: rhodecode/templates/search/search.html:63
7591 msgid "File contents"
7593 msgid "File contents"
7592 msgstr ""
7594 msgstr ""
7593
7595
7594 #: rhodecode/templates/search/search.html:63
7596 #: rhodecode/templates/search/search.html:63
7595 msgid "Commit messages"
7597 msgid "Commit messages"
7596 msgstr ""
7598 msgstr ""
7597
7599
7598 #: rhodecode/templates/search/search.html:63
7600 #: rhodecode/templates/search/search.html:63
7599 msgid "File names"
7601 msgid "File names"
7600 msgstr ""
7602 msgstr ""
7601
7603
7604 #: rhodecode/templates/search/search_commit.html:11
7605 msgid "Age (new first)"
7606 msgstr ""
7607
7608 #: rhodecode/templates/search/search_commit.html:13
7609 msgid "Age (old first)"
7610 msgstr ""
7611
7612 #: rhodecode/templates/search/search_content.html:33
7613 msgid "more matches in this file"
7614 msgstr ""
7615
7602 #: rhodecode/templates/search/search_path.html:4
7616 #: rhodecode/templates/search/search_path.html:4
7603 msgid "File"
7617 msgid "File"
7604 msgstr ""
7618 msgstr ""
7605
7619
7606 #: rhodecode/templates/summary/base.html:5
7620 #: rhodecode/templates/summary/base.html:5
7607 #, python-format
7621 #, python-format
7608 msgid "%s Summary"
7622 msgid "%s Summary"
7609 msgstr ""
7623 msgstr ""
7610
7624
7611 #: rhodecode/templates/summary/base.html:13
7625 #: rhodecode/templates/summary/base.html:13
7612 #, python-format
7626 #, python-format
7613 msgid "%s ATOM feed"
7627 msgid "%s ATOM feed"
7614 msgstr ""
7628 msgstr ""
7615
7629
7616 #: rhodecode/templates/summary/base.html:14
7630 #: rhodecode/templates/summary/base.html:14
7617 #, python-format
7631 #, python-format
7618 msgid "%s RSS feed"
7632 msgid "%s RSS feed"
7619 msgstr ""
7633 msgstr ""
7620
7634
7621 #: rhodecode/templates/summary/components.html:5
7635 #: rhodecode/templates/summary/components.html:5
7622 #, python-format
7636 #, python-format
7623 msgid "%(num)s Branch"
7637 msgid "%(num)s Branch"
7624 msgid_plural "%(num)s Branches"
7638 msgid_plural "%(num)s Branches"
7625 msgstr[0] ""
7639 msgstr[0] ""
7626 msgstr[1] ""
7640 msgstr[1] ""
7627
7641
7628 #: rhodecode/templates/summary/components.html:12
7642 #: rhodecode/templates/summary/components.html:12
7629 #, python-format
7643 #, python-format
7630 msgid "%(num)s Closed Branch"
7644 msgid "%(num)s Closed Branch"
7631 msgid_plural "%(num)s Closed Branches"
7645 msgid_plural "%(num)s Closed Branches"
7632 msgstr[0] ""
7646 msgstr[0] ""
7633 msgstr[1] ""
7647 msgstr[1] ""
7634
7648
7635 #: rhodecode/templates/summary/components.html:19
7649 #: rhodecode/templates/summary/components.html:19
7636 #, python-format
7650 #, python-format
7637 msgid "%(num)s Tag"
7651 msgid "%(num)s Tag"
7638 msgid_plural "%(num)s Tags"
7652 msgid_plural "%(num)s Tags"
7639 msgstr[0] ""
7653 msgstr[0] ""
7640 msgstr[1] ""
7654 msgstr[1] ""
7641
7655
7642 #: rhodecode/templates/summary/components.html:26
7656 #: rhodecode/templates/summary/components.html:26
7643 #, python-format
7657 #, python-format
7644 msgid "%(num)s Bookmark"
7658 msgid "%(num)s Bookmark"
7645 msgid_plural "%(num)s Bookmarks"
7659 msgid_plural "%(num)s Bookmarks"
7646 msgstr[0] ""
7660 msgstr[0] ""
7647 msgstr[1] ""
7661 msgstr[1] ""
7648
7662
7649 #: rhodecode/templates/summary/components.html:49
7663 #: rhodecode/templates/summary/components.html:49
7650 msgid "Read-only url"
7664 msgid "Read-only url"
7651 msgstr ""
7665 msgstr ""
7652
7666
7653 #: rhodecode/templates/summary/components.html:54
7667 #: rhodecode/templates/summary/components.html:54
7654 #: rhodecode/templates/summary/components.html:65
7668 #: rhodecode/templates/summary/components.html:65
7655 msgid "Show by Name"
7669 msgid "Show by Name"
7656 msgstr ""
7670 msgstr ""
7657
7671
7658 #: rhodecode/templates/summary/components.html:55
7672 #: rhodecode/templates/summary/components.html:55
7659 #: rhodecode/templates/summary/components.html:66
7673 #: rhodecode/templates/summary/components.html:66
7660 msgid "Show by ID"
7674 msgid "Show by ID"
7661 msgstr ""
7675 msgstr ""
7662
7676
7663 #: rhodecode/templates/summary/components.html:56
7677 #: rhodecode/templates/summary/components.html:56
7664 msgid "SVN Protocol is disabled. To enable it, see the"
7678 msgid "SVN Protocol is disabled. To enable it, see the"
7665 msgstr ""
7679 msgstr ""
7666
7680
7667 #: rhodecode/templates/summary/components.html:56
7681 #: rhodecode/templates/summary/components.html:56
7668 msgid "documentation here"
7682 msgid "documentation here"
7669 msgstr ""
7683 msgstr ""
7670
7684
7671 #: rhodecode/templates/summary/components.html:60
7685 #: rhodecode/templates/summary/components.html:60
7672 msgid "Clone url"
7686 msgid "Clone url"
7673 msgstr ""
7687 msgstr ""
7674
7688
7675 #: rhodecode/templates/summary/components.html:86
7689 #: rhodecode/templates/summary/components.html:86
7676 msgid "Information"
7690 msgid "Information"
7677 msgstr ""
7691 msgstr ""
7678
7692
7679 #: rhodecode/templates/summary/components.html:95
7693 #: rhodecode/templates/summary/components.html:95
7680 #: rhodecode/templates/summary/components.html:98
7694 #: rhodecode/templates/summary/components.html:98
7681 #, python-format
7695 #, python-format
7682 msgid "%(num)s Commit"
7696 msgid "%(num)s Commit"
7683 msgid_plural "%(num)s Commits"
7697 msgid_plural "%(num)s Commits"
7684 msgstr[0] ""
7698 msgstr[0] ""
7685 msgstr[1] ""
7699 msgstr[1] ""
7686
7700
7687 #: rhodecode/templates/summary/components.html:102
7701 #: rhodecode/templates/summary/components.html:102
7688 msgid "Number of Repository Forks"
7702 msgid "Number of Repository Forks"
7689 msgstr ""
7703 msgstr ""
7690
7704
7691 #: rhodecode/templates/summary/components.html:110
7705 #: rhodecode/templates/summary/components.html:110
7692 msgid "Calculating Repository Size..."
7706 msgid "Calculating Repository Size..."
7693 msgstr ""
7707 msgstr ""
7694
7708
7695 #: rhodecode/templates/summary/components.html:141
7709 #: rhodecode/templates/summary/components.html:141
7696 msgid "Calculating Code Statistics..."
7710 msgid "Calculating Code Statistics..."
7697 msgstr ""
7711 msgstr ""
7698
7712
7699 #: rhodecode/templates/summary/components.html:145
7713 #: rhodecode/templates/summary/components.html:145
7700 msgid "Statistics are disabled for this repository"
7714 msgid "Statistics are disabled for this repository"
7701 msgstr ""
7715 msgstr ""
7702
7716
7703 #: rhodecode/templates/summary/components.html:148
7717 #: rhodecode/templates/summary/components.html:148
7704 msgid "enable statistics"
7718 msgid "enable statistics"
7705 msgstr ""
7719 msgstr ""
7706
7720
7707 #: rhodecode/templates/summary/components.html:159
7721 #: rhodecode/templates/summary/components.html:159
7708 msgid "Downloads"
7722 msgid "Downloads"
7709 msgstr ""
7723 msgstr ""
7710
7724
7711 #: rhodecode/templates/summary/components.html:165
7725 #: rhodecode/templates/summary/components.html:165
7712 msgid "There are no downloads yet"
7726 msgid "There are no downloads yet"
7713 msgstr ""
7727 msgstr ""
7714
7728
7715 #: rhodecode/templates/summary/components.html:169
7729 #: rhodecode/templates/summary/components.html:169
7716 msgid "Downloads are disabled for this repository"
7730 msgid "Downloads are disabled for this repository"
7717 msgstr ""
7731 msgstr ""
7718
7732
7719 #: rhodecode/templates/summary/components.html:172
7733 #: rhodecode/templates/summary/components.html:172
7720 msgid "enable downloads"
7734 msgid "enable downloads"
7721 msgstr ""
7735 msgstr ""
7722
7736
7723 #: rhodecode/templates/summary/summary.html:17
7737 #: rhodecode/templates/summary/summary.html:17
7724 #: rhodecode/templates/summary/summary.html:19
7738 #: rhodecode/templates/summary/summary.html:19
7725 msgid "RSS Feed"
7739 msgid "RSS Feed"
7726 msgstr ""
7740 msgstr ""
7727
7741
7728 #: rhodecode/templates/summary/summary.html:35
7742 #: rhodecode/templates/summary/summary.html:35
7729 msgid "Quick start"
7743 msgid "Quick start"
7730 msgstr ""
7744 msgstr ""
7731
7745
7732 #: rhodecode/templates/summary/summary.html:48
7746 #: rhodecode/templates/summary/summary.html:48
7733 #, python-format
7747 #, python-format
7734 msgid "Readme file from commit %s:%s"
7748 msgid "Readme file from commit %s:%s"
7735 msgstr ""
7749 msgstr ""
7736
7750
7737 #: rhodecode/templates/tags/tags.html:5
7751 #: rhodecode/templates/tags/tags.html:5
7738 #, python-format
7752 #, python-format
7739 msgid "%s Tags"
7753 msgid "%s Tags"
7740 msgstr ""
7754 msgstr ""
7741
7755
7742 #: rhodecode/templates/tags/tags.html:13
7756 #: rhodecode/templates/tags/tags.html:13
7743 msgid "tags"
7757 msgid "tags"
7744 msgstr ""
7758 msgstr ""
7745
7759
7746 #: rhodecode/templates/tags/tags.html:31
7760 #: rhodecode/templates/tags/tags.html:31
7747 msgid "Compare Selected Tags"
7761 msgid "Compare Selected Tags"
7748 msgstr ""
7762 msgstr ""
7749
7763
7750 #: rhodecode/templates/users/user.html:29
7764 #: rhodecode/templates/users/user.html:29
7751 #: rhodecode/templates/users/user_profile.html:5
7765 #: rhodecode/templates/users/user_profile.html:5
7752 msgid "Profile"
7766 msgid "Profile"
7753 msgstr ""
7767 msgstr ""
7754
7768
7755 #: rhodecode/templates/users/user_profile.html:35
7769 #: rhodecode/templates/users/user_profile.html:35
7756 msgid "First name"
7770 msgid "First name"
7757 msgstr ""
7771 msgstr ""
7758
7772
7759 #: rhodecode/templates/users/user_profile.html:43
7773 #: rhodecode/templates/users/user_profile.html:43
7760 msgid "Last name"
7774 msgid "Last name"
7761 msgstr ""
7775 msgstr ""
7762
7776
7763 #: rhodecode/tests/lib/test_ext_json.py:162
7777 #: rhodecode/tests/lib/test_ext_json.py:162
7764 msgid "hello"
7778 msgid "hello"
7765 msgstr ""
7779 msgstr ""
7766
7780
7767 #: rhodecode/tests/lib/test_ext_json.py:163
7781 #: rhodecode/tests/lib/test_ext_json.py:163
7768 msgid "singular"
7782 msgid "singular"
7769 msgid_plural "plural"
7783 msgid_plural "plural"
7770 msgstr[0] ""
7784 msgstr[0] ""
7771 msgstr[1] ""
7785 msgstr[1] ""
7772
7786
General Comments 0
You need to be logged in to leave comments. Login now