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