##// END OF EJS Templates
release: merge back stable branch into default
marcink -
r662:73776efe merge default
parent child Browse files
Show More

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

@@ -1,7 +1,8 b''
1 1 1bd3e92b7e2e2d2024152b34bb88dff1db544a71 v4.0.0
2 2 170c5398320ea6cddd50955e88d408794c21d43a v4.0.1
3 3 c3fe200198f5aa34cf2e4066df2881a9cefe3704 v4.1.0
4 4 7fd5c850745e2ea821fb4406af5f4bff9b0a7526 v4.1.1
5 5 41c87da28a179953df86061d817bc35533c66dd2 v4.1.2
6 6 baaf9f5bcea3bae0ef12ae20c8b270482e62abb6 v4.2.0
7 7 32a70c7e56844a825f61df496ee5eaf8c3c4e189 v4.2.1
8 fa695cdb411d294679ac081d595ac654e5613b03 v4.3.0
@@ -1,1732 +1,1732 b''
1 1 {
2 2 Babel = super.buildPythonPackage {
3 3 name = "Babel-1.3";
4 4 buildInputs = with self; [];
5 5 doCheck = false;
6 6 propagatedBuildInputs = with self; [pytz];
7 7 src = fetchurl {
8 8 url = "https://pypi.python.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz";
9 9 md5 = "5264ceb02717843cbc9ffce8e6e06bdb";
10 10 };
11 11 meta = {
12 12 license = [ pkgs.lib.licenses.bsdOriginal ];
13 13 };
14 14 };
15 15 Beaker = super.buildPythonPackage {
16 16 name = "Beaker-1.7.0";
17 17 buildInputs = with self; [];
18 18 doCheck = false;
19 19 propagatedBuildInputs = with self; [];
20 20 src = fetchurl {
21 21 url = "https://pypi.python.org/packages/97/8e/409d2e7c009b8aa803dc9e6f239f1db7c3cdf578249087a404e7c27a505d/Beaker-1.7.0.tar.gz";
22 22 md5 = "386be3f7fe427358881eee4622b428b3";
23 23 };
24 24 meta = {
25 25 license = [ pkgs.lib.licenses.bsdOriginal ];
26 26 };
27 27 };
28 28 CProfileV = super.buildPythonPackage {
29 29 name = "CProfileV-1.0.6";
30 30 buildInputs = with self; [];
31 31 doCheck = false;
32 32 propagatedBuildInputs = with self; [bottle];
33 33 src = fetchurl {
34 34 url = "https://pypi.python.org/packages/eb/df/983a0b6cfd3ac94abf023f5011cb04f33613ace196e33f53c86cf91850d5/CProfileV-1.0.6.tar.gz";
35 35 md5 = "08c7c242b6e64237bc53c5d13537e03d";
36 36 };
37 37 meta = {
38 38 license = [ pkgs.lib.licenses.mit ];
39 39 };
40 40 };
41 41 Chameleon = super.buildPythonPackage {
42 42 name = "Chameleon-2.24";
43 43 buildInputs = with self; [];
44 44 doCheck = false;
45 45 propagatedBuildInputs = with self; [];
46 46 src = fetchurl {
47 47 url = "https://pypi.python.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz";
48 48 md5 = "1b01f1f6533a8a11d0d2f2366dec5342";
49 49 };
50 50 meta = {
51 51 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
52 52 };
53 53 };
54 54 Fabric = super.buildPythonPackage {
55 55 name = "Fabric-1.10.0";
56 56 buildInputs = with self; [];
57 57 doCheck = false;
58 58 propagatedBuildInputs = with self; [paramiko];
59 59 src = fetchurl {
60 60 url = "https://pypi.python.org/packages/e3/5f/b6ebdb5241d5ec9eab582a5c8a01255c1107da396f849e538801d2fe64a5/Fabric-1.10.0.tar.gz";
61 61 md5 = "2cb96473387f0e7aa035210892352f4a";
62 62 };
63 63 meta = {
64 64 license = [ pkgs.lib.licenses.bsdOriginal ];
65 65 };
66 66 };
67 67 FormEncode = super.buildPythonPackage {
68 68 name = "FormEncode-1.2.4";
69 69 buildInputs = with self; [];
70 70 doCheck = false;
71 71 propagatedBuildInputs = with self; [];
72 72 src = fetchurl {
73 73 url = "https://pypi.python.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz";
74 74 md5 = "6bc17fb9aed8aea198975e888e2077f4";
75 75 };
76 76 meta = {
77 77 license = [ pkgs.lib.licenses.psfl ];
78 78 };
79 79 };
80 80 Jinja2 = super.buildPythonPackage {
81 81 name = "Jinja2-2.7.3";
82 82 buildInputs = with self; [];
83 83 doCheck = false;
84 84 propagatedBuildInputs = with self; [MarkupSafe];
85 85 src = fetchurl {
86 86 url = "https://pypi.python.org/packages/b0/73/eab0bca302d6d6a0b5c402f47ad1760dc9cb2dd14bbc1873ad48db258e4d/Jinja2-2.7.3.tar.gz";
87 87 md5 = "b9dffd2f3b43d673802fe857c8445b1a";
88 88 };
89 89 meta = {
90 90 license = [ pkgs.lib.licenses.bsdOriginal ];
91 91 };
92 92 };
93 93 Mako = super.buildPythonPackage {
94 94 name = "Mako-1.0.1";
95 95 buildInputs = with self; [];
96 96 doCheck = false;
97 97 propagatedBuildInputs = with self; [MarkupSafe];
98 98 src = fetchurl {
99 99 url = "https://pypi.python.org/packages/8e/a4/aa56533ecaa5f22ca92428f74e074d0c9337282933c722391902c8f9e0f8/Mako-1.0.1.tar.gz";
100 100 md5 = "9f0aafd177b039ef67b90ea350497a54";
101 101 };
102 102 meta = {
103 103 license = [ pkgs.lib.licenses.mit ];
104 104 };
105 105 };
106 106 Markdown = super.buildPythonPackage {
107 107 name = "Markdown-2.6.2";
108 108 buildInputs = with self; [];
109 109 doCheck = false;
110 110 propagatedBuildInputs = with self; [];
111 111 src = fetchurl {
112 112 url = "https://pypi.python.org/packages/62/8b/83658b5f6c220d5fcde9f9852d46ea54765d734cfbc5a9f4c05bfc36db4d/Markdown-2.6.2.tar.gz";
113 113 md5 = "256d19afcc564dc4ce4c229bb762f7ae";
114 114 };
115 115 meta = {
116 116 license = [ pkgs.lib.licenses.bsdOriginal ];
117 117 };
118 118 };
119 119 MarkupSafe = super.buildPythonPackage {
120 120 name = "MarkupSafe-0.23";
121 121 buildInputs = with self; [];
122 122 doCheck = false;
123 123 propagatedBuildInputs = with self; [];
124 124 src = fetchurl {
125 125 url = "https://pypi.python.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz";
126 126 md5 = "f5ab3deee4c37cd6a922fb81e730da6e";
127 127 };
128 128 meta = {
129 129 license = [ pkgs.lib.licenses.bsdOriginal ];
130 130 };
131 131 };
132 132 MySQL-python = super.buildPythonPackage {
133 133 name = "MySQL-python-1.2.5";
134 134 buildInputs = with self; [];
135 135 doCheck = false;
136 136 propagatedBuildInputs = with self; [];
137 137 src = fetchurl {
138 138 url = "https://pypi.python.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip";
139 139 md5 = "654f75b302db6ed8dc5a898c625e030c";
140 140 };
141 141 meta = {
142 142 license = [ pkgs.lib.licenses.gpl1 ];
143 143 };
144 144 };
145 145 Paste = super.buildPythonPackage {
146 146 name = "Paste-2.0.2";
147 147 buildInputs = with self; [];
148 148 doCheck = false;
149 149 propagatedBuildInputs = with self; [six];
150 150 src = fetchurl {
151 151 url = "https://pypi.python.org/packages/d5/8d/0f8ac40687b97ff3e07ebd1369be20bdb3f93864d2dc3c2ff542edb4ce50/Paste-2.0.2.tar.gz";
152 152 md5 = "4bfc8a7eaf858f6309d2ac0f40fc951c";
153 153 };
154 154 meta = {
155 155 license = [ pkgs.lib.licenses.mit ];
156 156 };
157 157 };
158 158 PasteDeploy = super.buildPythonPackage {
159 159 name = "PasteDeploy-1.5.2";
160 160 buildInputs = with self; [];
161 161 doCheck = false;
162 162 propagatedBuildInputs = with self; [];
163 163 src = fetchurl {
164 164 url = "https://pypi.python.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz";
165 165 md5 = "352b7205c78c8de4987578d19431af3b";
166 166 };
167 167 meta = {
168 168 license = [ pkgs.lib.licenses.mit ];
169 169 };
170 170 };
171 171 PasteScript = super.buildPythonPackage {
172 172 name = "PasteScript-1.7.5";
173 173 buildInputs = with self; [];
174 174 doCheck = false;
175 175 propagatedBuildInputs = with self; [Paste PasteDeploy];
176 176 src = fetchurl {
177 177 url = "https://pypi.python.org/packages/a5/05/fc60efa7c2f17a1dbaeccb2a903a1e90902d92b9d00eebabe3095829d806/PasteScript-1.7.5.tar.gz";
178 178 md5 = "4c72d78dcb6bb993f30536842c16af4d";
179 179 };
180 180 meta = {
181 181 license = [ pkgs.lib.licenses.mit ];
182 182 };
183 183 };
184 184 Pygments = super.buildPythonPackage {
185 185 name = "Pygments-2.1.3";
186 186 buildInputs = with self; [];
187 187 doCheck = false;
188 188 propagatedBuildInputs = with self; [];
189 189 src = fetchurl {
190 190 url = "https://pypi.python.org/packages/b8/67/ab177979be1c81bc99c8d0592ef22d547e70bb4c6815c383286ed5dec504/Pygments-2.1.3.tar.gz";
191 191 md5 = "ed3fba2467c8afcda4d317e4ef2c6150";
192 192 };
193 193 meta = {
194 194 license = [ pkgs.lib.licenses.bsdOriginal ];
195 195 };
196 196 };
197 197 Pylons = super.buildPythonPackage {
198 198 name = "Pylons-1.0.1";
199 199 buildInputs = with self; [];
200 200 doCheck = false;
201 201 propagatedBuildInputs = with self; [Routes WebHelpers Beaker Paste PasteDeploy PasteScript FormEncode simplejson decorator nose Mako WebError WebTest Tempita MarkupSafe WebOb];
202 202 src = fetchurl {
203 203 url = "https://pypi.python.org/packages/a2/69/b835a6bad00acbfeed3f33c6e44fa3f936efc998c795bfb15c61a79ecf62/Pylons-1.0.1.tar.gz";
204 204 md5 = "6cb880d75fa81213192142b07a6e4915";
205 205 };
206 206 meta = {
207 207 license = [ pkgs.lib.licenses.bsdOriginal ];
208 208 };
209 209 };
210 210 Pyro4 = super.buildPythonPackage {
211 211 name = "Pyro4-4.41";
212 212 buildInputs = with self; [];
213 213 doCheck = false;
214 214 propagatedBuildInputs = with self; [serpent];
215 215 src = fetchurl {
216 216 url = "https://pypi.python.org/packages/56/2b/89b566b4bf3e7f8ba790db2d1223852f8cb454c52cab7693dd41f608ca2a/Pyro4-4.41.tar.gz";
217 217 md5 = "ed69e9bfafa9c06c049a87cb0c4c2b6c";
218 218 };
219 219 meta = {
220 220 license = [ pkgs.lib.licenses.mit ];
221 221 };
222 222 };
223 223 Routes = super.buildPythonPackage {
224 224 name = "Routes-1.13";
225 225 buildInputs = with self; [];
226 226 doCheck = false;
227 227 propagatedBuildInputs = with self; [repoze.lru];
228 228 src = fetchurl {
229 229 url = "https://pypi.python.org/packages/88/d3/259c3b3cde8837eb9441ab5f574a660e8a4acea8f54a078441d4d2acac1c/Routes-1.13.tar.gz";
230 230 md5 = "d527b0ab7dd9172b1275a41f97448783";
231 231 };
232 232 meta = {
233 233 license = [ pkgs.lib.licenses.bsdOriginal ];
234 234 };
235 235 };
236 236 SQLAlchemy = super.buildPythonPackage {
237 237 name = "SQLAlchemy-0.9.9";
238 238 buildInputs = with self; [];
239 239 doCheck = false;
240 240 propagatedBuildInputs = with self; [];
241 241 src = fetchurl {
242 242 url = "https://pypi.python.org/packages/28/f7/1bbfd0d8597e8c358d5e15a166a486ad82fc5579b4e67b6ef7c05b1d182b/SQLAlchemy-0.9.9.tar.gz";
243 243 md5 = "8a10a9bd13ed3336ef7333ac2cc679ff";
244 244 };
245 245 meta = {
246 246 license = [ pkgs.lib.licenses.mit ];
247 247 };
248 248 };
249 249 Sphinx = super.buildPythonPackage {
250 250 name = "Sphinx-1.2.2";
251 251 buildInputs = with self; [];
252 252 doCheck = false;
253 253 propagatedBuildInputs = with self; [Pygments docutils Jinja2];
254 254 src = fetchurl {
255 255 url = "https://pypi.python.org/packages/0a/50/34017e6efcd372893a416aba14b84a1a149fc7074537b0e9cb6ca7b7abe9/Sphinx-1.2.2.tar.gz";
256 256 md5 = "3dc73ccaa8d0bfb2d62fb671b1f7e8a4";
257 257 };
258 258 meta = {
259 259 license = [ pkgs.lib.licenses.bsdOriginal ];
260 260 };
261 261 };
262 262 Tempita = super.buildPythonPackage {
263 263 name = "Tempita-0.5.2";
264 264 buildInputs = with self; [];
265 265 doCheck = false;
266 266 propagatedBuildInputs = with self; [];
267 267 src = fetchurl {
268 268 url = "https://pypi.python.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz";
269 269 md5 = "4c2f17bb9d481821c41b6fbee904cea1";
270 270 };
271 271 meta = {
272 272 license = [ pkgs.lib.licenses.mit ];
273 273 };
274 274 };
275 275 URLObject = super.buildPythonPackage {
276 276 name = "URLObject-2.4.0";
277 277 buildInputs = with self; [];
278 278 doCheck = false;
279 279 propagatedBuildInputs = with self; [];
280 280 src = fetchurl {
281 281 url = "https://pypi.python.org/packages/cb/b6/e25e58500f9caef85d664bec71ec67c116897bfebf8622c32cb75d1ca199/URLObject-2.4.0.tar.gz";
282 282 md5 = "2ed819738a9f0a3051f31dc9924e3065";
283 283 };
284 284 meta = {
285 285 license = [ ];
286 286 };
287 287 };
288 288 WebError = super.buildPythonPackage {
289 289 name = "WebError-0.10.3";
290 290 buildInputs = with self; [];
291 291 doCheck = false;
292 292 propagatedBuildInputs = with self; [WebOb Tempita Pygments Paste];
293 293 src = fetchurl {
294 294 url = "https://pypi.python.org/packages/35/76/e7e5c2ce7e9c7f31b54c1ff295a495886d1279a002557d74dd8957346a79/WebError-0.10.3.tar.gz";
295 295 md5 = "84b9990b0baae6fd440b1e60cdd06f9a";
296 296 };
297 297 meta = {
298 298 license = [ pkgs.lib.licenses.mit ];
299 299 };
300 300 };
301 301 WebHelpers = super.buildPythonPackage {
302 302 name = "WebHelpers-1.3";
303 303 buildInputs = with self; [];
304 304 doCheck = false;
305 305 propagatedBuildInputs = with self; [MarkupSafe];
306 306 src = fetchurl {
307 307 url = "https://pypi.python.org/packages/ee/68/4d07672821d514184357f1552f2dad923324f597e722de3b016ca4f7844f/WebHelpers-1.3.tar.gz";
308 308 md5 = "32749ffadfc40fea51075a7def32588b";
309 309 };
310 310 meta = {
311 311 license = [ pkgs.lib.licenses.bsdOriginal ];
312 312 };
313 313 };
314 314 WebHelpers2 = super.buildPythonPackage {
315 315 name = "WebHelpers2-2.0";
316 316 buildInputs = with self; [];
317 317 doCheck = false;
318 318 propagatedBuildInputs = with self; [MarkupSafe six];
319 319 src = fetchurl {
320 320 url = "https://pypi.python.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz";
321 321 md5 = "0f6b68d70c12ee0aed48c00b24da13d3";
322 322 };
323 323 meta = {
324 324 license = [ pkgs.lib.licenses.mit ];
325 325 };
326 326 };
327 327 WebOb = super.buildPythonPackage {
328 328 name = "WebOb-1.3.1";
329 329 buildInputs = with self; [];
330 330 doCheck = false;
331 331 propagatedBuildInputs = with self; [];
332 332 src = fetchurl {
333 333 url = "https://pypi.python.org/packages/16/78/adfc0380b8a0d75b2d543fa7085ba98a573b1ae486d9def88d172b81b9fa/WebOb-1.3.1.tar.gz";
334 334 md5 = "20918251c5726956ba8fef22d1556177";
335 335 };
336 336 meta = {
337 337 license = [ pkgs.lib.licenses.mit ];
338 338 };
339 339 };
340 340 WebTest = super.buildPythonPackage {
341 341 name = "WebTest-1.4.3";
342 342 buildInputs = with self; [];
343 343 doCheck = false;
344 344 propagatedBuildInputs = with self; [WebOb];
345 345 src = fetchurl {
346 346 url = "https://pypi.python.org/packages/51/3d/84fd0f628df10b30c7db87895f56d0158e5411206b721ca903cb51bfd948/WebTest-1.4.3.zip";
347 347 md5 = "631ce728bed92c681a4020a36adbc353";
348 348 };
349 349 meta = {
350 350 license = [ pkgs.lib.licenses.mit ];
351 351 };
352 352 };
353 353 Whoosh = super.buildPythonPackage {
354 354 name = "Whoosh-2.7.0";
355 355 buildInputs = with self; [];
356 356 doCheck = false;
357 357 propagatedBuildInputs = with self; [];
358 358 src = fetchurl {
359 359 url = "https://pypi.python.org/packages/1c/dc/2f0231ff3875ded36df8c1ab851451e51a237dc0e5a86d3d96036158da94/Whoosh-2.7.0.zip";
360 360 md5 = "7abfd970f16fadc7311960f3fa0bc7a9";
361 361 };
362 362 meta = {
363 363 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ];
364 364 };
365 365 };
366 366 alembic = super.buildPythonPackage {
367 367 name = "alembic-0.8.4";
368 368 buildInputs = with self; [];
369 369 doCheck = false;
370 370 propagatedBuildInputs = with self; [SQLAlchemy Mako python-editor];
371 371 src = fetchurl {
372 372 url = "https://pypi.python.org/packages/ca/7e/299b4499b5c75e5a38c5845145ad24755bebfb8eec07a2e1c366b7181eeb/alembic-0.8.4.tar.gz";
373 373 md5 = "5f95d8ee62b443f9b37eb5bee76c582d";
374 374 };
375 375 meta = {
376 376 license = [ pkgs.lib.licenses.mit ];
377 377 };
378 378 };
379 379 amqplib = super.buildPythonPackage {
380 380 name = "amqplib-1.0.2";
381 381 buildInputs = with self; [];
382 382 doCheck = false;
383 383 propagatedBuildInputs = with self; [];
384 384 src = fetchurl {
385 385 url = "https://pypi.python.org/packages/75/b7/8c2429bf8d92354a0118614f9a4d15e53bc69ebedce534284111de5a0102/amqplib-1.0.2.tgz";
386 386 md5 = "5c92f17fbedd99b2b4a836d4352d1e2f";
387 387 };
388 388 meta = {
389 389 license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
390 390 };
391 391 };
392 392 anyjson = super.buildPythonPackage {
393 393 name = "anyjson-0.3.3";
394 394 buildInputs = with self; [];
395 395 doCheck = false;
396 396 propagatedBuildInputs = with self; [];
397 397 src = fetchurl {
398 398 url = "https://pypi.python.org/packages/c3/4d/d4089e1a3dd25b46bebdb55a992b0797cff657b4477bc32ce28038fdecbc/anyjson-0.3.3.tar.gz";
399 399 md5 = "2ea28d6ec311aeeebaf993cb3008b27c";
400 400 };
401 401 meta = {
402 402 license = [ pkgs.lib.licenses.bsdOriginal ];
403 403 };
404 404 };
405 405 appenlight-client = super.buildPythonPackage {
406 406 name = "appenlight-client-0.6.14";
407 407 buildInputs = with self; [];
408 408 doCheck = false;
409 409 propagatedBuildInputs = with self; [WebOb requests];
410 410 src = fetchurl {
411 411 url = "https://pypi.python.org/packages/4d/e0/23fee3ebada8143f707e65c06bcb82992040ee64ea8355e044ed55ebf0c1/appenlight_client-0.6.14.tar.gz";
412 412 md5 = "578c69b09f4356d898fff1199b98a95c";
413 413 };
414 414 meta = {
415 415 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "DFSG approved"; } ];
416 416 };
417 417 };
418 418 authomatic = super.buildPythonPackage {
419 419 name = "authomatic-0.1.0.post1";
420 420 buildInputs = with self; [];
421 421 doCheck = false;
422 422 propagatedBuildInputs = with self; [];
423 423 src = fetchurl {
424 424 url = "https://pypi.python.org/packages/08/1a/8a930461e604c2d5a7a871e1ac59fa82ccf994c32e807230c8d2fb07815a/Authomatic-0.1.0.post1.tar.gz";
425 425 md5 = "be3f3ce08747d776aae6d6cc8dcb49a9";
426 426 };
427 427 meta = {
428 428 license = [ pkgs.lib.licenses.mit ];
429 429 };
430 430 };
431 431 backport-ipaddress = super.buildPythonPackage {
432 432 name = "backport-ipaddress-0.1";
433 433 buildInputs = with self; [];
434 434 doCheck = false;
435 435 propagatedBuildInputs = with self; [];
436 436 src = fetchurl {
437 437 url = "https://pypi.python.org/packages/d3/30/54c6dab05a4dec44db25ff309f1fbb6b7a8bde3f2bade38bb9da67bbab8f/backport_ipaddress-0.1.tar.gz";
438 438 md5 = "9c1f45f4361f71b124d7293a60006c05";
439 439 };
440 440 meta = {
441 441 license = [ pkgs.lib.licenses.psfl ];
442 442 };
443 443 };
444 444 bottle = super.buildPythonPackage {
445 445 name = "bottle-0.12.8";
446 446 buildInputs = with self; [];
447 447 doCheck = false;
448 448 propagatedBuildInputs = with self; [];
449 449 src = fetchurl {
450 450 url = "https://pypi.python.org/packages/52/df/e4a408f3a7af396d186d4ecd3b389dd764f0f943b4fa8d257bfe7b49d343/bottle-0.12.8.tar.gz";
451 451 md5 = "13132c0a8f607bf860810a6ee9064c5b";
452 452 };
453 453 meta = {
454 454 license = [ pkgs.lib.licenses.mit ];
455 455 };
456 456 };
457 457 bumpversion = super.buildPythonPackage {
458 458 name = "bumpversion-0.5.3";
459 459 buildInputs = with self; [];
460 460 doCheck = false;
461 461 propagatedBuildInputs = with self; [];
462 462 src = fetchurl {
463 463 url = "https://pypi.python.org/packages/14/41/8c9da3549f8e00c84f0432c3a8cf8ed6898374714676aab91501d48760db/bumpversion-0.5.3.tar.gz";
464 464 md5 = "c66a3492eafcf5ad4b024be9fca29820";
465 465 };
466 466 meta = {
467 467 license = [ pkgs.lib.licenses.mit ];
468 468 };
469 469 };
470 470 celery = super.buildPythonPackage {
471 471 name = "celery-2.2.10";
472 472 buildInputs = with self; [];
473 473 doCheck = false;
474 474 propagatedBuildInputs = with self; [python-dateutil anyjson kombu pyparsing];
475 475 src = fetchurl {
476 476 url = "https://pypi.python.org/packages/b1/64/860fd50e45844c83442e7953effcddeff66b2851d90b2d784f7201c111b8/celery-2.2.10.tar.gz";
477 477 md5 = "898bc87e54f278055b561316ba73e222";
478 478 };
479 479 meta = {
480 480 license = [ pkgs.lib.licenses.bsdOriginal ];
481 481 };
482 482 };
483 483 channelstream = super.buildPythonPackage {
484 484 name = "channelstream-0.5.2";
485 485 buildInputs = with self; [];
486 486 doCheck = false;
487 487 propagatedBuildInputs = with self; [gevent ws4py pyramid pyramid-jinja2 itsdangerous requests six];
488 488 src = fetchurl {
489 489 url = "https://pypi.python.org/packages/2b/31/29a8e085cf5bf97fa88e7b947adabfc581a18a3463adf77fb6dada34a65f/channelstream-0.5.2.tar.gz";
490 490 md5 = "1c5eb2a8a405be6f1073da94da6d81d3";
491 491 };
492 492 meta = {
493 493 license = [ pkgs.lib.licenses.bsdOriginal ];
494 494 };
495 495 };
496 496 click = super.buildPythonPackage {
497 497 name = "click-5.1";
498 498 buildInputs = with self; [];
499 499 doCheck = false;
500 500 propagatedBuildInputs = with self; [];
501 501 src = fetchurl {
502 502 url = "https://pypi.python.org/packages/b7/34/a496632c4fb6c1ee76efedf77bb8d28b29363d839953d95095b12defe791/click-5.1.tar.gz";
503 503 md5 = "9c5323008cccfe232a8b161fc8196d41";
504 504 };
505 505 meta = {
506 506 license = [ pkgs.lib.licenses.bsdOriginal ];
507 507 };
508 508 };
509 509 colander = super.buildPythonPackage {
510 510 name = "colander-1.2";
511 511 buildInputs = with self; [];
512 512 doCheck = false;
513 513 propagatedBuildInputs = with self; [translationstring iso8601];
514 514 src = fetchurl {
515 515 url = "https://pypi.python.org/packages/14/23/c9ceba07a6a1dc0eefbb215fc0dc64aabc2b22ee756bc0f0c13278fa0887/colander-1.2.tar.gz";
516 516 md5 = "83db21b07936a0726e588dae1914b9ed";
517 517 };
518 518 meta = {
519 519 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
520 520 };
521 521 };
522 522 configobj = super.buildPythonPackage {
523 523 name = "configobj-5.0.6";
524 524 buildInputs = with self; [];
525 525 doCheck = false;
526 526 propagatedBuildInputs = with self; [six];
527 527 src = fetchurl {
528 528 url = "https://pypi.python.org/packages/64/61/079eb60459c44929e684fa7d9e2fdca403f67d64dd9dbac27296be2e0fab/configobj-5.0.6.tar.gz";
529 529 md5 = "e472a3a1c2a67bb0ec9b5d54c13a47d6";
530 530 };
531 531 meta = {
532 532 license = [ pkgs.lib.licenses.bsdOriginal ];
533 533 };
534 534 };
535 535 cov-core = super.buildPythonPackage {
536 536 name = "cov-core-1.15.0";
537 537 buildInputs = with self; [];
538 538 doCheck = false;
539 539 propagatedBuildInputs = with self; [coverage];
540 540 src = fetchurl {
541 541 url = "https://pypi.python.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
542 542 md5 = "f519d4cb4c4e52856afb14af52919fe6";
543 543 };
544 544 meta = {
545 545 license = [ pkgs.lib.licenses.mit ];
546 546 };
547 547 };
548 548 coverage = super.buildPythonPackage {
549 549 name = "coverage-3.7.1";
550 550 buildInputs = with self; [];
551 551 doCheck = false;
552 552 propagatedBuildInputs = with self; [];
553 553 src = fetchurl {
554 554 url = "https://pypi.python.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz";
555 555 md5 = "c47b36ceb17eaff3ecfab3bcd347d0df";
556 556 };
557 557 meta = {
558 558 license = [ pkgs.lib.licenses.bsdOriginal ];
559 559 };
560 560 };
561 561 cssselect = super.buildPythonPackage {
562 562 name = "cssselect-0.9.1";
563 563 buildInputs = with self; [];
564 564 doCheck = false;
565 565 propagatedBuildInputs = with self; [];
566 566 src = fetchurl {
567 567 url = "https://pypi.python.org/packages/aa/e5/9ee1460d485b94a6d55732eb7ad5b6c084caf73dd6f9cb0bb7d2a78fafe8/cssselect-0.9.1.tar.gz";
568 568 md5 = "c74f45966277dc7a0f768b9b0f3522ac";
569 569 };
570 570 meta = {
571 571 license = [ pkgs.lib.licenses.bsdOriginal ];
572 572 };
573 573 };
574 574 decorator = super.buildPythonPackage {
575 575 name = "decorator-3.4.2";
576 576 buildInputs = with self; [];
577 577 doCheck = false;
578 578 propagatedBuildInputs = with self; [];
579 579 src = fetchurl {
580 580 url = "https://pypi.python.org/packages/35/3a/42566eb7a2cbac774399871af04e11d7ae3fc2579e7dae85213b8d1d1c57/decorator-3.4.2.tar.gz";
581 581 md5 = "9e0536870d2b83ae27d58dbf22582f4d";
582 582 };
583 583 meta = {
584 584 license = [ pkgs.lib.licenses.bsdOriginal ];
585 585 };
586 586 };
587 587 deform = super.buildPythonPackage {
588 588 name = "deform-2.0a2";
589 589 buildInputs = with self; [];
590 590 doCheck = false;
591 591 propagatedBuildInputs = with self; [Chameleon colander peppercorn translationstring zope.deprecation];
592 592 src = fetchurl {
593 593 url = "https://pypi.python.org/packages/8d/b3/aab57e81da974a806dc9c5fa024a6404720f890a6dcf2e80885e3cb4609a/deform-2.0a2.tar.gz";
594 594 md5 = "7a90d41f7fbc18002ce74f39bd90a5e4";
595 595 };
596 596 meta = {
597 597 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
598 598 };
599 599 };
600 600 docutils = super.buildPythonPackage {
601 601 name = "docutils-0.12";
602 602 buildInputs = with self; [];
603 603 doCheck = false;
604 604 propagatedBuildInputs = with self; [];
605 605 src = fetchurl {
606 606 url = "https://pypi.python.org/packages/37/38/ceda70135b9144d84884ae2fc5886c6baac4edea39550f28bcd144c1234d/docutils-0.12.tar.gz";
607 607 md5 = "4622263b62c5c771c03502afa3157768";
608 608 };
609 609 meta = {
610 610 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.publicDomain pkgs.lib.licenses.gpl1 { fullName = "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"; } pkgs.lib.licenses.psfl ];
611 611 };
612 612 };
613 613 dogpile.cache = super.buildPythonPackage {
614 614 name = "dogpile.cache-0.6.1";
615 615 buildInputs = with self; [];
616 616 doCheck = false;
617 617 propagatedBuildInputs = with self; [];
618 618 src = fetchurl {
619 619 url = "https://pypi.python.org/packages/f6/a0/6f2142c58c6588d17c734265b103ae1cd0741e1681dd9483a63f22033375/dogpile.cache-0.6.1.tar.gz";
620 620 md5 = "35d7fb30f22bbd0685763d894dd079a9";
621 621 };
622 622 meta = {
623 623 license = [ pkgs.lib.licenses.bsdOriginal ];
624 624 };
625 625 };
626 626 dogpile.core = super.buildPythonPackage {
627 627 name = "dogpile.core-0.4.1";
628 628 buildInputs = with self; [];
629 629 doCheck = false;
630 630 propagatedBuildInputs = with self; [];
631 631 src = fetchurl {
632 632 url = "https://pypi.python.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz";
633 633 md5 = "01cb19f52bba3e95c9b560f39341f045";
634 634 };
635 635 meta = {
636 636 license = [ pkgs.lib.licenses.bsdOriginal ];
637 637 };
638 638 };
639 639 dulwich = super.buildPythonPackage {
640 640 name = "dulwich-0.12.0";
641 641 buildInputs = with self; [];
642 642 doCheck = false;
643 643 propagatedBuildInputs = with self; [];
644 644 src = fetchurl {
645 645 url = "https://pypi.python.org/packages/6f/04/fbe561b6d45c0ec758330d5b7f5ba4b6cb4f1ca1ab49859d2fc16320da75/dulwich-0.12.0.tar.gz";
646 646 md5 = "f3a8a12bd9f9dd8c233e18f3d49436fa";
647 647 };
648 648 meta = {
649 649 license = [ pkgs.lib.licenses.gpl2Plus ];
650 650 };
651 651 };
652 652 ecdsa = super.buildPythonPackage {
653 653 name = "ecdsa-0.11";
654 654 buildInputs = with self; [];
655 655 doCheck = false;
656 656 propagatedBuildInputs = with self; [];
657 657 src = fetchurl {
658 658 url = "https://pypi.python.org/packages/6c/3f/92fe5dcdcaa7bd117be21e5520c9a54375112b66ec000d209e9e9519fad1/ecdsa-0.11.tar.gz";
659 659 md5 = "8ef586fe4dbb156697d756900cb41d7c";
660 660 };
661 661 meta = {
662 662 license = [ pkgs.lib.licenses.mit ];
663 663 };
664 664 };
665 665 elasticsearch = super.buildPythonPackage {
666 666 name = "elasticsearch-2.3.0";
667 667 buildInputs = with self; [];
668 668 doCheck = false;
669 669 propagatedBuildInputs = with self; [urllib3];
670 670 src = fetchurl {
671 671 url = "https://pypi.python.org/packages/10/35/5fd52c5f0b0ee405ed4b5195e8bce44c5e041787680dc7b94b8071cac600/elasticsearch-2.3.0.tar.gz";
672 672 md5 = "2550f3b51629cf1ef9636608af92c340";
673 673 };
674 674 meta = {
675 675 license = [ pkgs.lib.licenses.asl20 ];
676 676 };
677 677 };
678 678 elasticsearch-dsl = super.buildPythonPackage {
679 679 name = "elasticsearch-dsl-2.0.0";
680 680 buildInputs = with self; [];
681 681 doCheck = false;
682 682 propagatedBuildInputs = with self; [six python-dateutil elasticsearch];
683 683 src = fetchurl {
684 684 url = "https://pypi.python.org/packages/4e/5d/e788ae8dbe2ff4d13426db0a027533386a5c276c77a2654dc0e2007ce04a/elasticsearch-dsl-2.0.0.tar.gz";
685 685 md5 = "4cdfec81bb35383dd3b7d02d7dc5ee68";
686 686 };
687 687 meta = {
688 688 license = [ pkgs.lib.licenses.asl20 ];
689 689 };
690 690 };
691 691 flake8 = super.buildPythonPackage {
692 692 name = "flake8-2.4.1";
693 693 buildInputs = with self; [];
694 694 doCheck = false;
695 695 propagatedBuildInputs = with self; [pyflakes pep8 mccabe];
696 696 src = fetchurl {
697 697 url = "https://pypi.python.org/packages/8f/b5/9a73c66c7dba273bac8758398f060c008a25f3e84531063b42503b5d0a95/flake8-2.4.1.tar.gz";
698 698 md5 = "ed45d3db81a3b7c88bd63c6e37ca1d65";
699 699 };
700 700 meta = {
701 701 license = [ pkgs.lib.licenses.mit ];
702 702 };
703 703 };
704 704 future = super.buildPythonPackage {
705 705 name = "future-0.14.3";
706 706 buildInputs = with self; [];
707 707 doCheck = false;
708 708 propagatedBuildInputs = with self; [];
709 709 src = fetchurl {
710 710 url = "https://pypi.python.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz";
711 711 md5 = "e94079b0bd1fc054929e8769fc0f6083";
712 712 };
713 713 meta = {
714 714 license = [ { fullName = "OSI Approved"; } pkgs.lib.licenses.mit ];
715 715 };
716 716 };
717 717 futures = super.buildPythonPackage {
718 718 name = "futures-3.0.2";
719 719 buildInputs = with self; [];
720 720 doCheck = false;
721 721 propagatedBuildInputs = with self; [];
722 722 src = fetchurl {
723 723 url = "https://pypi.python.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz";
724 724 md5 = "42aaf1e4de48d6e871d77dc1f9d96d5a";
725 725 };
726 726 meta = {
727 727 license = [ pkgs.lib.licenses.bsdOriginal ];
728 728 };
729 729 };
730 730 gevent = super.buildPythonPackage {
731 731 name = "gevent-1.1.1";
732 732 buildInputs = with self; [];
733 733 doCheck = false;
734 734 propagatedBuildInputs = with self; [greenlet];
735 735 src = fetchurl {
736 736 url = "https://pypi.python.org/packages/12/dc/0b2e57823225de86f6e111a65d212c9e3b64847dddaa19691a6cb94b0b2e/gevent-1.1.1.tar.gz";
737 737 md5 = "1532f5396ab4d07a231f1935483be7c3";
738 738 };
739 739 meta = {
740 740 license = [ pkgs.lib.licenses.mit ];
741 741 };
742 742 };
743 743 gnureadline = super.buildPythonPackage {
744 744 name = "gnureadline-6.3.3";
745 745 buildInputs = with self; [];
746 746 doCheck = false;
747 747 propagatedBuildInputs = with self; [];
748 748 src = fetchurl {
749 749 url = "https://pypi.python.org/packages/3a/ee/2c3f568b0a74974791ac590ec742ef6133e2fbd287a074ba72a53fa5e97c/gnureadline-6.3.3.tar.gz";
750 750 md5 = "c4af83c9a3fbeac8f2da9b5a7c60e51c";
751 751 };
752 752 meta = {
753 753 license = [ pkgs.lib.licenses.gpl1 ];
754 754 };
755 755 };
756 756 gprof2dot = super.buildPythonPackage {
757 name = "gprof2dot-2015.12.01";
757 name = "gprof2dot-2015.12.1";
758 758 buildInputs = with self; [];
759 759 doCheck = false;
760 760 propagatedBuildInputs = with self; [];
761 761 src = fetchurl {
762 762 url = "https://pypi.python.org/packages/b9/34/7bf93c1952d40fa5c95ad963f4d8344b61ef58558632402eca18e6c14127/gprof2dot-2015.12.1.tar.gz";
763 763 md5 = "e23bf4e2f94db032750c193384b4165b";
764 764 };
765 765 meta = {
766 766 license = [ { fullName = "LGPL"; } ];
767 767 };
768 768 };
769 769 greenlet = super.buildPythonPackage {
770 770 name = "greenlet-0.4.9";
771 771 buildInputs = with self; [];
772 772 doCheck = false;
773 773 propagatedBuildInputs = with self; [];
774 774 src = fetchurl {
775 775 url = "https://pypi.python.org/packages/4e/3d/9d421539b74e33608b245092870156b2e171fb49f2b51390aa4641eecb4a/greenlet-0.4.9.zip";
776 776 md5 = "c6659cdb2a5e591723e629d2eef22e82";
777 777 };
778 778 meta = {
779 779 license = [ pkgs.lib.licenses.mit ];
780 780 };
781 781 };
782 782 gunicorn = super.buildPythonPackage {
783 783 name = "gunicorn-19.6.0";
784 784 buildInputs = with self; [];
785 785 doCheck = false;
786 786 propagatedBuildInputs = with self; [];
787 787 src = fetchurl {
788 788 url = "https://pypi.python.org/packages/84/ce/7ea5396efad1cef682bbc4068e72a0276341d9d9d0f501da609fab9fcb80/gunicorn-19.6.0.tar.gz";
789 789 md5 = "338e5e8a83ea0f0625f768dba4597530";
790 790 };
791 791 meta = {
792 792 license = [ pkgs.lib.licenses.mit ];
793 793 };
794 794 };
795 795 infrae.cache = super.buildPythonPackage {
796 796 name = "infrae.cache-1.0.1";
797 797 buildInputs = with self; [];
798 798 doCheck = false;
799 799 propagatedBuildInputs = with self; [Beaker repoze.lru];
800 800 src = fetchurl {
801 801 url = "https://pypi.python.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
802 802 md5 = "b09076a766747e6ed2a755cc62088e32";
803 803 };
804 804 meta = {
805 805 license = [ pkgs.lib.licenses.zpt21 ];
806 806 };
807 807 };
808 808 invoke = super.buildPythonPackage {
809 809 name = "invoke-0.13.0";
810 810 buildInputs = with self; [];
811 811 doCheck = false;
812 812 propagatedBuildInputs = with self; [];
813 813 src = fetchurl {
814 814 url = "https://pypi.python.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz";
815 815 md5 = "c0d1ed4bfb34eaab551662d8cfee6540";
816 816 };
817 817 meta = {
818 818 license = [ pkgs.lib.licenses.bsdOriginal ];
819 819 };
820 820 };
821 821 ipdb = super.buildPythonPackage {
822 822 name = "ipdb-0.8";
823 823 buildInputs = with self; [];
824 824 doCheck = false;
825 825 propagatedBuildInputs = with self; [ipython];
826 826 src = fetchurl {
827 827 url = "https://pypi.python.org/packages/f0/25/d7dd430ced6cd8dc242a933c8682b5dbf32eb4011d82f87e34209e5ec845/ipdb-0.8.zip";
828 828 md5 = "96dca0712efa01aa5eaf6b22071dd3ed";
829 829 };
830 830 meta = {
831 831 license = [ pkgs.lib.licenses.gpl1 ];
832 832 };
833 833 };
834 834 ipython = super.buildPythonPackage {
835 835 name = "ipython-3.1.0";
836 836 buildInputs = with self; [];
837 837 doCheck = false;
838 838 propagatedBuildInputs = with self; [];
839 839 src = fetchurl {
840 840 url = "https://pypi.python.org/packages/06/91/120c0835254c120af89f066afaabf81289bc2726c1fc3ca0555df6882f58/ipython-3.1.0.tar.gz";
841 841 md5 = "a749d90c16068687b0ec45a27e72ef8f";
842 842 };
843 843 meta = {
844 844 license = [ pkgs.lib.licenses.bsdOriginal ];
845 845 };
846 846 };
847 847 iso8601 = super.buildPythonPackage {
848 848 name = "iso8601-0.1.11";
849 849 buildInputs = with self; [];
850 850 doCheck = false;
851 851 propagatedBuildInputs = with self; [];
852 852 src = fetchurl {
853 853 url = "https://pypi.python.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz";
854 854 md5 = "b06d11cd14a64096f907086044f0fe38";
855 855 };
856 856 meta = {
857 857 license = [ pkgs.lib.licenses.mit ];
858 858 };
859 859 };
860 860 itsdangerous = super.buildPythonPackage {
861 861 name = "itsdangerous-0.24";
862 862 buildInputs = with self; [];
863 863 doCheck = false;
864 864 propagatedBuildInputs = with self; [];
865 865 src = fetchurl {
866 866 url = "https://pypi.python.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz";
867 867 md5 = "a3d55aa79369aef5345c036a8a26307f";
868 868 };
869 869 meta = {
870 870 license = [ pkgs.lib.licenses.bsdOriginal ];
871 871 };
872 872 };
873 873 kombu = super.buildPythonPackage {
874 874 name = "kombu-1.5.1";
875 875 buildInputs = with self; [];
876 876 doCheck = false;
877 877 propagatedBuildInputs = with self; [anyjson amqplib];
878 878 src = fetchurl {
879 879 url = "https://pypi.python.org/packages/19/53/74bf2a624644b45f0850a638752514fc10a8e1cbd738f10804951a6df3f5/kombu-1.5.1.tar.gz";
880 880 md5 = "50662f3c7e9395b3d0721fb75d100b63";
881 881 };
882 882 meta = {
883 883 license = [ pkgs.lib.licenses.bsdOriginal ];
884 884 };
885 885 };
886 886 lxml = super.buildPythonPackage {
887 887 name = "lxml-3.4.4";
888 888 buildInputs = with self; [];
889 889 doCheck = false;
890 890 propagatedBuildInputs = with self; [];
891 891 src = fetchurl {
892 892 url = "https://pypi.python.org/packages/63/c7/4f2a2a4ad6c6fa99b14be6b3c1cece9142e2d915aa7c43c908677afc8fa4/lxml-3.4.4.tar.gz";
893 893 md5 = "a9a65972afc173ec7a39c585f4eea69c";
894 894 };
895 895 meta = {
896 896 license = [ pkgs.lib.licenses.bsdOriginal ];
897 897 };
898 898 };
899 899 mccabe = super.buildPythonPackage {
900 900 name = "mccabe-0.3";
901 901 buildInputs = with self; [];
902 902 doCheck = false;
903 903 propagatedBuildInputs = with self; [];
904 904 src = fetchurl {
905 905 url = "https://pypi.python.org/packages/c9/2e/75231479e11a906b64ac43bad9d0bb534d00080b18bdca8db9da46e1faf7/mccabe-0.3.tar.gz";
906 906 md5 = "81640948ff226f8c12b3277059489157";
907 907 };
908 908 meta = {
909 909 license = [ { fullName = "Expat license"; } pkgs.lib.licenses.mit ];
910 910 };
911 911 };
912 912 meld3 = super.buildPythonPackage {
913 913 name = "meld3-1.0.2";
914 914 buildInputs = with self; [];
915 915 doCheck = false;
916 916 propagatedBuildInputs = with self; [];
917 917 src = fetchurl {
918 918 url = "https://pypi.python.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz";
919 919 md5 = "3ccc78cd79cffd63a751ad7684c02c91";
920 920 };
921 921 meta = {
922 922 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
923 923 };
924 924 };
925 925 mock = super.buildPythonPackage {
926 926 name = "mock-1.0.1";
927 927 buildInputs = with self; [];
928 928 doCheck = false;
929 929 propagatedBuildInputs = with self; [];
930 930 src = fetchurl {
931 931 url = "https://pypi.python.org/packages/15/45/30273ee91feb60dabb8fbb2da7868520525f02cf910279b3047182feed80/mock-1.0.1.zip";
932 932 md5 = "869f08d003c289a97c1a6610faf5e913";
933 933 };
934 934 meta = {
935 935 license = [ pkgs.lib.licenses.bsdOriginal ];
936 936 };
937 937 };
938 938 msgpack-python = super.buildPythonPackage {
939 939 name = "msgpack-python-0.4.6";
940 940 buildInputs = with self; [];
941 941 doCheck = false;
942 942 propagatedBuildInputs = with self; [];
943 943 src = fetchurl {
944 944 url = "https://pypi.python.org/packages/15/ce/ff2840885789ef8035f66cd506ea05bdb228340307d5e71a7b1e3f82224c/msgpack-python-0.4.6.tar.gz";
945 945 md5 = "8b317669314cf1bc881716cccdaccb30";
946 946 };
947 947 meta = {
948 948 license = [ pkgs.lib.licenses.asl20 ];
949 949 };
950 950 };
951 951 nose = super.buildPythonPackage {
952 952 name = "nose-1.3.6";
953 953 buildInputs = with self; [];
954 954 doCheck = false;
955 955 propagatedBuildInputs = with self; [];
956 956 src = fetchurl {
957 957 url = "https://pypi.python.org/packages/70/c7/469e68148d17a0d3db5ed49150242fd70a74a8147b8f3f8b87776e028d99/nose-1.3.6.tar.gz";
958 958 md5 = "0ca546d81ca8309080fc80cb389e7a16";
959 959 };
960 960 meta = {
961 961 license = [ { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "GNU LGPL"; } ];
962 962 };
963 963 };
964 964 objgraph = super.buildPythonPackage {
965 965 name = "objgraph-2.0.0";
966 966 buildInputs = with self; [];
967 967 doCheck = false;
968 968 propagatedBuildInputs = with self; [];
969 969 src = fetchurl {
970 970 url = "https://pypi.python.org/packages/d7/33/ace750b59247496ed769b170586c5def7202683f3d98e737b75b767ff29e/objgraph-2.0.0.tar.gz";
971 971 md5 = "25b0d5e5adc74aa63ead15699614159c";
972 972 };
973 973 meta = {
974 974 license = [ pkgs.lib.licenses.mit ];
975 975 };
976 976 };
977 977 packaging = super.buildPythonPackage {
978 978 name = "packaging-15.2";
979 979 buildInputs = with self; [];
980 980 doCheck = false;
981 981 propagatedBuildInputs = with self; [];
982 982 src = fetchurl {
983 983 url = "https://pypi.python.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz";
984 984 md5 = "c16093476f6ced42128bf610e5db3784";
985 985 };
986 986 meta = {
987 987 license = [ pkgs.lib.licenses.asl20 ];
988 988 };
989 989 };
990 990 paramiko = super.buildPythonPackage {
991 991 name = "paramiko-1.15.1";
992 992 buildInputs = with self; [];
993 993 doCheck = false;
994 994 propagatedBuildInputs = with self; [pycrypto ecdsa];
995 995 src = fetchurl {
996 996 url = "https://pypi.python.org/packages/04/2b/a22d2a560c1951abbbf95a0628e245945565f70dc082d9e784666887222c/paramiko-1.15.1.tar.gz";
997 997 md5 = "48c274c3f9b1282932567b21f6acf3b5";
998 998 };
999 999 meta = {
1000 1000 license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1001 1001 };
1002 1002 };
1003 1003 pep8 = super.buildPythonPackage {
1004 1004 name = "pep8-1.5.7";
1005 1005 buildInputs = with self; [];
1006 1006 doCheck = false;
1007 1007 propagatedBuildInputs = with self; [];
1008 1008 src = fetchurl {
1009 1009 url = "https://pypi.python.org/packages/8b/de/259f5e735897ada1683489dd514b2a1c91aaa74e5e6b68f80acf128a6368/pep8-1.5.7.tar.gz";
1010 1010 md5 = "f6adbdd69365ecca20513c709f9b7c93";
1011 1011 };
1012 1012 meta = {
1013 1013 license = [ { fullName = "Expat license"; } pkgs.lib.licenses.mit ];
1014 1014 };
1015 1015 };
1016 1016 peppercorn = super.buildPythonPackage {
1017 1017 name = "peppercorn-0.5";
1018 1018 buildInputs = with self; [];
1019 1019 doCheck = false;
1020 1020 propagatedBuildInputs = with self; [];
1021 1021 src = fetchurl {
1022 1022 url = "https://pypi.python.org/packages/45/ec/a62ec317d1324a01567c5221b420742f094f05ee48097e5157d32be3755c/peppercorn-0.5.tar.gz";
1023 1023 md5 = "f08efbca5790019ab45d76b7244abd40";
1024 1024 };
1025 1025 meta = {
1026 1026 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1027 1027 };
1028 1028 };
1029 1029 psutil = super.buildPythonPackage {
1030 1030 name = "psutil-2.2.1";
1031 1031 buildInputs = with self; [];
1032 1032 doCheck = false;
1033 1033 propagatedBuildInputs = with self; [];
1034 1034 src = fetchurl {
1035 1035 url = "https://pypi.python.org/packages/df/47/ee54ef14dd40f8ce831a7581001a5096494dc99fe71586260ca6b531fe86/psutil-2.2.1.tar.gz";
1036 1036 md5 = "1a2b58cd9e3a53528bb6148f0c4d5244";
1037 1037 };
1038 1038 meta = {
1039 1039 license = [ pkgs.lib.licenses.bsdOriginal ];
1040 1040 };
1041 1041 };
1042 1042 psycopg2 = super.buildPythonPackage {
1043 1043 name = "psycopg2-2.6.1";
1044 1044 buildInputs = with self; [];
1045 1045 doCheck = false;
1046 1046 propagatedBuildInputs = with self; [];
1047 1047 src = fetchurl {
1048 1048 url = "https://pypi.python.org/packages/86/fd/cc8315be63a41fe000cce20482a917e874cdc1151e62cb0141f5e55f711e/psycopg2-2.6.1.tar.gz";
1049 1049 md5 = "842b44f8c95517ed5b792081a2370da1";
1050 1050 };
1051 1051 meta = {
1052 1052 license = [ pkgs.lib.licenses.zpt21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
1053 1053 };
1054 1054 };
1055 1055 py = super.buildPythonPackage {
1056 1056 name = "py-1.4.29";
1057 1057 buildInputs = with self; [];
1058 1058 doCheck = false;
1059 1059 propagatedBuildInputs = with self; [];
1060 1060 src = fetchurl {
1061 1061 url = "https://pypi.python.org/packages/2a/bc/a1a4a332ac10069b8e5e25136a35e08a03f01fd6ab03d819889d79a1fd65/py-1.4.29.tar.gz";
1062 1062 md5 = "c28e0accba523a29b35a48bb703fb96c";
1063 1063 };
1064 1064 meta = {
1065 1065 license = [ pkgs.lib.licenses.mit ];
1066 1066 };
1067 1067 };
1068 1068 py-bcrypt = super.buildPythonPackage {
1069 1069 name = "py-bcrypt-0.4";
1070 1070 buildInputs = with self; [];
1071 1071 doCheck = false;
1072 1072 propagatedBuildInputs = with self; [];
1073 1073 src = fetchurl {
1074 1074 url = "https://pypi.python.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz";
1075 1075 md5 = "dd8b367d6b716a2ea2e72392525f4e36";
1076 1076 };
1077 1077 meta = {
1078 1078 license = [ pkgs.lib.licenses.bsdOriginal ];
1079 1079 };
1080 1080 };
1081 1081 py-gfm = super.buildPythonPackage {
1082 1082 name = "py-gfm-0.1.3";
1083 1083 buildInputs = with self; [];
1084 1084 doCheck = false;
1085 1085 propagatedBuildInputs = with self; [setuptools Markdown];
1086 1086 src = fetchurl {
1087 1087 url = "https://pypi.python.org/packages/12/e4/6b3d8678da04f97d7490d8264d8de51c2dc9fb91209ccee9c515c95e14c5/py-gfm-0.1.3.tar.gz";
1088 1088 md5 = "e588d9e69640a241b97e2c59c22527a6";
1089 1089 };
1090 1090 meta = {
1091 1091 license = [ pkgs.lib.licenses.bsdOriginal ];
1092 1092 };
1093 1093 };
1094 1094 pycrypto = super.buildPythonPackage {
1095 1095 name = "pycrypto-2.6.1";
1096 1096 buildInputs = with self; [];
1097 1097 doCheck = false;
1098 1098 propagatedBuildInputs = with self; [];
1099 1099 src = fetchurl {
1100 1100 url = "https://pypi.python.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz";
1101 1101 md5 = "55a61a054aa66812daf5161a0d5d7eda";
1102 1102 };
1103 1103 meta = {
1104 1104 license = [ pkgs.lib.licenses.publicDomain ];
1105 1105 };
1106 1106 };
1107 1107 pycurl = super.buildPythonPackage {
1108 1108 name = "pycurl-7.19.5";
1109 1109 buildInputs = with self; [];
1110 1110 doCheck = false;
1111 1111 propagatedBuildInputs = with self; [];
1112 1112 src = fetchurl {
1113 1113 url = "https://pypi.python.org/packages/6c/48/13bad289ef6f4869b1d8fc11ae54de8cfb3cc4a2eb9f7419c506f763be46/pycurl-7.19.5.tar.gz";
1114 1114 md5 = "47b4eac84118e2606658122104e62072";
1115 1115 };
1116 1116 meta = {
1117 1117 license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1118 1118 };
1119 1119 };
1120 1120 pyflakes = super.buildPythonPackage {
1121 1121 name = "pyflakes-0.8.1";
1122 1122 buildInputs = with self; [];
1123 1123 doCheck = false;
1124 1124 propagatedBuildInputs = with self; [];
1125 1125 src = fetchurl {
1126 1126 url = "https://pypi.python.org/packages/75/22/a90ec0252f4f87f3ffb6336504de71fe16a49d69c4538dae2f12b9360a38/pyflakes-0.8.1.tar.gz";
1127 1127 md5 = "905fe91ad14b912807e8fdc2ac2e2c23";
1128 1128 };
1129 1129 meta = {
1130 1130 license = [ pkgs.lib.licenses.mit ];
1131 1131 };
1132 1132 };
1133 1133 pyparsing = super.buildPythonPackage {
1134 1134 name = "pyparsing-1.5.7";
1135 1135 buildInputs = with self; [];
1136 1136 doCheck = false;
1137 1137 propagatedBuildInputs = with self; [];
1138 1138 src = fetchurl {
1139 1139 url = "https://pypi.python.org/packages/2e/26/e8fb5b4256a5f5036be7ce115ef8db8d06bc537becfbdc46c6af008314ee/pyparsing-1.5.7.zip";
1140 1140 md5 = "b86854857a368d6ccb4d5b6e76d0637f";
1141 1141 };
1142 1142 meta = {
1143 1143 license = [ pkgs.lib.licenses.mit ];
1144 1144 };
1145 1145 };
1146 1146 pyramid = super.buildPythonPackage {
1147 1147 name = "pyramid-1.6.1";
1148 1148 buildInputs = with self; [];
1149 1149 doCheck = false;
1150 1150 propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy];
1151 1151 src = fetchurl {
1152 1152 url = "https://pypi.python.org/packages/30/b3/fcc4a2a4800cbf21989e00454b5828cf1f7fe35c63e0810b350e56d4c475/pyramid-1.6.1.tar.gz";
1153 1153 md5 = "b18688ff3cc33efdbb098a35b45dd122";
1154 1154 };
1155 1155 meta = {
1156 1156 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1157 1157 };
1158 1158 };
1159 1159 pyramid-beaker = super.buildPythonPackage {
1160 1160 name = "pyramid-beaker-0.8";
1161 1161 buildInputs = with self; [];
1162 1162 doCheck = false;
1163 1163 propagatedBuildInputs = with self; [pyramid Beaker];
1164 1164 src = fetchurl {
1165 1165 url = "https://pypi.python.org/packages/d9/6e/b85426e00fd3d57f4545f74e1c3828552d8700f13ededeef9233f7bca8be/pyramid_beaker-0.8.tar.gz";
1166 1166 md5 = "22f14be31b06549f80890e2c63a93834";
1167 1167 };
1168 1168 meta = {
1169 1169 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1170 1170 };
1171 1171 };
1172 1172 pyramid-debugtoolbar = super.buildPythonPackage {
1173 1173 name = "pyramid-debugtoolbar-2.4.2";
1174 1174 buildInputs = with self; [];
1175 1175 doCheck = false;
1176 1176 propagatedBuildInputs = with self; [pyramid pyramid-mako repoze.lru Pygments];
1177 1177 src = fetchurl {
1178 1178 url = "https://pypi.python.org/packages/89/00/ed5426ee41ed747ba3ffd30e8230841a6878286ea67d480b1444d24f06a2/pyramid_debugtoolbar-2.4.2.tar.gz";
1179 1179 md5 = "073ea67086cc4bd5decc3a000853642d";
1180 1180 };
1181 1181 meta = {
1182 1182 license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];
1183 1183 };
1184 1184 };
1185 1185 pyramid-jinja2 = super.buildPythonPackage {
1186 1186 name = "pyramid-jinja2-2.5";
1187 1187 buildInputs = with self; [];
1188 1188 doCheck = false;
1189 1189 propagatedBuildInputs = with self; [pyramid zope.deprecation Jinja2 MarkupSafe];
1190 1190 src = fetchurl {
1191 1191 url = "https://pypi.python.org/packages/a1/80/595e26ffab7deba7208676b6936b7e5a721875710f982e59899013cae1ed/pyramid_jinja2-2.5.tar.gz";
1192 1192 md5 = "07cb6547204ac5e6f0b22a954ccee928";
1193 1193 };
1194 1194 meta = {
1195 1195 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1196 1196 };
1197 1197 };
1198 1198 pyramid-mako = super.buildPythonPackage {
1199 1199 name = "pyramid-mako-1.0.2";
1200 1200 buildInputs = with self; [];
1201 1201 doCheck = false;
1202 1202 propagatedBuildInputs = with self; [pyramid Mako];
1203 1203 src = fetchurl {
1204 1204 url = "https://pypi.python.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz";
1205 1205 md5 = "ee25343a97eb76bd90abdc2a774eb48a";
1206 1206 };
1207 1207 meta = {
1208 1208 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1209 1209 };
1210 1210 };
1211 1211 pysqlite = super.buildPythonPackage {
1212 1212 name = "pysqlite-2.6.3";
1213 1213 buildInputs = with self; [];
1214 1214 doCheck = false;
1215 1215 propagatedBuildInputs = with self; [];
1216 1216 src = fetchurl {
1217 1217 url = "https://pypi.python.org/packages/5c/a6/1c429cd4c8069cf4bfbd0eb4d592b3f4042155a8202df83d7e9b93aa3dc2/pysqlite-2.6.3.tar.gz";
1218 1218 md5 = "7ff1cedee74646b50117acff87aa1cfa";
1219 1219 };
1220 1220 meta = {
1221 1221 license = [ { fullName = "zlib/libpng License"; } { fullName = "zlib/libpng license"; } ];
1222 1222 };
1223 1223 };
1224 1224 pytest = super.buildPythonPackage {
1225 1225 name = "pytest-2.8.5";
1226 1226 buildInputs = with self; [];
1227 1227 doCheck = false;
1228 1228 propagatedBuildInputs = with self; [py];
1229 1229 src = fetchurl {
1230 1230 url = "https://pypi.python.org/packages/b1/3d/d7ea9b0c51e0cacded856e49859f0a13452747491e842c236bbab3714afe/pytest-2.8.5.zip";
1231 1231 md5 = "8493b06f700862f1294298d6c1b715a9";
1232 1232 };
1233 1233 meta = {
1234 1234 license = [ pkgs.lib.licenses.mit ];
1235 1235 };
1236 1236 };
1237 1237 pytest-catchlog = super.buildPythonPackage {
1238 1238 name = "pytest-catchlog-1.2.2";
1239 1239 buildInputs = with self; [];
1240 1240 doCheck = false;
1241 1241 propagatedBuildInputs = with self; [py pytest];
1242 1242 src = fetchurl {
1243 1243 url = "https://pypi.python.org/packages/f2/2b/2faccdb1a978fab9dd0bf31cca9f6847fbe9184a0bdcc3011ac41dd44191/pytest-catchlog-1.2.2.zip";
1244 1244 md5 = "09d890c54c7456c818102b7ff8c182c8";
1245 1245 };
1246 1246 meta = {
1247 1247 license = [ pkgs.lib.licenses.mit ];
1248 1248 };
1249 1249 };
1250 1250 pytest-cov = super.buildPythonPackage {
1251 1251 name = "pytest-cov-1.8.1";
1252 1252 buildInputs = with self; [];
1253 1253 doCheck = false;
1254 1254 propagatedBuildInputs = with self; [py pytest coverage cov-core];
1255 1255 src = fetchurl {
1256 1256 url = "https://pypi.python.org/packages/11/4b/b04646e97f1721878eb21e9f779102d84dd044d324382263b1770a3e4838/pytest-cov-1.8.1.tar.gz";
1257 1257 md5 = "76c778afa2494088270348be42d759fc";
1258 1258 };
1259 1259 meta = {
1260 1260 license = [ pkgs.lib.licenses.mit ];
1261 1261 };
1262 1262 };
1263 1263 pytest-profiling = super.buildPythonPackage {
1264 1264 name = "pytest-profiling-1.0.1";
1265 1265 buildInputs = with self; [];
1266 1266 doCheck = false;
1267 1267 propagatedBuildInputs = with self; [six pytest gprof2dot];
1268 1268 src = fetchurl {
1269 1269 url = "https://pypi.python.org/packages/d8/67/8ffab73406e22870e07fa4dc8dce1d7689b26dba8efd00161c9b6fc01ec0/pytest-profiling-1.0.1.tar.gz";
1270 1270 md5 = "354404eb5b3fd4dc5eb7fffbb3d9b68b";
1271 1271 };
1272 1272 meta = {
1273 1273 license = [ pkgs.lib.licenses.mit ];
1274 1274 };
1275 1275 };
1276 1276 pytest-runner = super.buildPythonPackage {
1277 1277 name = "pytest-runner-2.7.1";
1278 1278 buildInputs = with self; [];
1279 1279 doCheck = false;
1280 1280 propagatedBuildInputs = with self; [];
1281 1281 src = fetchurl {
1282 1282 url = "https://pypi.python.org/packages/99/6b/c4ff4418d3424d4475b7af60724fd4a5cdd91ed8e489dc9443281f0052bc/pytest-runner-2.7.1.tar.gz";
1283 1283 md5 = "e56f0bc8d79a6bd91772b44ef4215c7e";
1284 1284 };
1285 1285 meta = {
1286 1286 license = [ pkgs.lib.licenses.mit ];
1287 1287 };
1288 1288 };
1289 1289 pytest-timeout = super.buildPythonPackage {
1290 1290 name = "pytest-timeout-0.4";
1291 1291 buildInputs = with self; [];
1292 1292 doCheck = false;
1293 1293 propagatedBuildInputs = with self; [pytest];
1294 1294 src = fetchurl {
1295 1295 url = "https://pypi.python.org/packages/24/48/5f6bd4b8026a26e1dd427243d560a29a0f1b24a5c7cffca4bf049a7bb65b/pytest-timeout-0.4.tar.gz";
1296 1296 md5 = "03b28aff69cbbfb959ed35ade5fde262";
1297 1297 };
1298 1298 meta = {
1299 1299 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
1300 1300 };
1301 1301 };
1302 1302 python-dateutil = super.buildPythonPackage {
1303 1303 name = "python-dateutil-1.5";
1304 1304 buildInputs = with self; [];
1305 1305 doCheck = false;
1306 1306 propagatedBuildInputs = with self; [];
1307 1307 src = fetchurl {
1308 1308 url = "https://pypi.python.org/packages/b4/7c/df59c89a753eb33c7c44e1dd42de0e9bc2ccdd5a4d576e0bfad97cc280cb/python-dateutil-1.5.tar.gz";
1309 1309 md5 = "0dcb1de5e5cad69490a3b6ab63f0cfa5";
1310 1310 };
1311 1311 meta = {
1312 1312 license = [ pkgs.lib.licenses.psfl ];
1313 1313 };
1314 1314 };
1315 1315 python-editor = super.buildPythonPackage {
1316 1316 name = "python-editor-1.0.1";
1317 1317 buildInputs = with self; [];
1318 1318 doCheck = false;
1319 1319 propagatedBuildInputs = with self; [];
1320 1320 src = fetchurl {
1321 1321 url = "https://pypi.python.org/packages/2b/c0/df7b87d5cf016f82eab3b05cd35f53287c1178ad8c42bfb6fa61b89b22f6/python-editor-1.0.1.tar.gz";
1322 1322 md5 = "e1fa63535b40e022fa4fd646fd8b511a";
1323 1323 };
1324 1324 meta = {
1325 1325 license = [ pkgs.lib.licenses.asl20 ];
1326 1326 };
1327 1327 };
1328 1328 python-ldap = super.buildPythonPackage {
1329 1329 name = "python-ldap-2.4.19";
1330 1330 buildInputs = with self; [];
1331 1331 doCheck = false;
1332 1332 propagatedBuildInputs = with self; [setuptools];
1333 1333 src = fetchurl {
1334 1334 url = "https://pypi.python.org/packages/42/81/1b64838c82e64f14d4e246ff00b52e650a35c012551b891ada2b85d40737/python-ldap-2.4.19.tar.gz";
1335 1335 md5 = "b941bf31d09739492aa19ef679e94ae3";
1336 1336 };
1337 1337 meta = {
1338 1338 license = [ pkgs.lib.licenses.psfl ];
1339 1339 };
1340 1340 };
1341 1341 python-memcached = super.buildPythonPackage {
1342 1342 name = "python-memcached-1.57";
1343 1343 buildInputs = with self; [];
1344 1344 doCheck = false;
1345 1345 propagatedBuildInputs = with self; [six];
1346 1346 src = fetchurl {
1347 1347 url = "https://pypi.python.org/packages/52/9d/eebc0dcbc5c7c66840ad207dfc1baa376dadb74912484bff73819cce01e6/python-memcached-1.57.tar.gz";
1348 1348 md5 = "de21f64b42b2d961f3d4ad7beb5468a1";
1349 1349 };
1350 1350 meta = {
1351 1351 license = [ pkgs.lib.licenses.psfl ];
1352 1352 };
1353 1353 };
1354 1354 python-pam = super.buildPythonPackage {
1355 1355 name = "python-pam-1.8.2";
1356 1356 buildInputs = with self; [];
1357 1357 doCheck = false;
1358 1358 propagatedBuildInputs = with self; [];
1359 1359 src = fetchurl {
1360 1360 url = "https://pypi.python.org/packages/de/8c/f8f5d38b4f26893af267ea0b39023d4951705ab0413a39e0cf7cf4900505/python-pam-1.8.2.tar.gz";
1361 1361 md5 = "db71b6b999246fb05d78ecfbe166629d";
1362 1362 };
1363 1363 meta = {
1364 1364 license = [ { fullName = "License :: OSI Approved :: MIT License"; } pkgs.lib.licenses.mit ];
1365 1365 };
1366 1366 };
1367 1367 pytz = super.buildPythonPackage {
1368 1368 name = "pytz-2015.4";
1369 1369 buildInputs = with self; [];
1370 1370 doCheck = false;
1371 1371 propagatedBuildInputs = with self; [];
1372 1372 src = fetchurl {
1373 1373 url = "https://pypi.python.org/packages/7e/1a/f43b5c92df7b156822030fed151327ea096bcf417e45acc23bd1df43472f/pytz-2015.4.zip";
1374 1374 md5 = "233f2a2b370d03f9b5911700cc9ebf3c";
1375 1375 };
1376 1376 meta = {
1377 1377 license = [ pkgs.lib.licenses.mit ];
1378 1378 };
1379 1379 };
1380 1380 pyzmq = super.buildPythonPackage {
1381 1381 name = "pyzmq-14.6.0";
1382 1382 buildInputs = with self; [];
1383 1383 doCheck = false;
1384 1384 propagatedBuildInputs = with self; [];
1385 1385 src = fetchurl {
1386 1386 url = "https://pypi.python.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz";
1387 1387 md5 = "395b5de95a931afa5b14c9349a5b8024";
1388 1388 };
1389 1389 meta = {
1390 1390 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "LGPL+BSD"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1391 1391 };
1392 1392 };
1393 1393 recaptcha-client = super.buildPythonPackage {
1394 1394 name = "recaptcha-client-1.0.6";
1395 1395 buildInputs = with self; [];
1396 1396 doCheck = false;
1397 1397 propagatedBuildInputs = with self; [];
1398 1398 src = fetchurl {
1399 1399 url = "https://pypi.python.org/packages/0a/ea/5f2fbbfd894bdac1c68ef8d92019066cfcf9fbff5fe3d728d2b5c25c8db4/recaptcha-client-1.0.6.tar.gz";
1400 1400 md5 = "74228180f7e1fb76c4d7089160b0d919";
1401 1401 };
1402 1402 meta = {
1403 1403 license = [ { fullName = "MIT/X11"; } ];
1404 1404 };
1405 1405 };
1406 1406 repoze.lru = super.buildPythonPackage {
1407 1407 name = "repoze.lru-0.6";
1408 1408 buildInputs = with self; [];
1409 1409 doCheck = false;
1410 1410 propagatedBuildInputs = with self; [];
1411 1411 src = fetchurl {
1412 1412 url = "https://pypi.python.org/packages/6e/1e/aa15cc90217e086dc8769872c8778b409812ff036bf021b15795638939e4/repoze.lru-0.6.tar.gz";
1413 1413 md5 = "2c3b64b17a8e18b405f55d46173e14dd";
1414 1414 };
1415 1415 meta = {
1416 1416 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1417 1417 };
1418 1418 };
1419 1419 requests = super.buildPythonPackage {
1420 1420 name = "requests-2.9.1";
1421 1421 buildInputs = with self; [];
1422 1422 doCheck = false;
1423 1423 propagatedBuildInputs = with self; [];
1424 1424 src = fetchurl {
1425 1425 url = "https://pypi.python.org/packages/f9/6d/07c44fb1ebe04d069459a189e7dab9e4abfe9432adcd4477367c25332748/requests-2.9.1.tar.gz";
1426 1426 md5 = "0b7f480d19012ec52bab78292efd976d";
1427 1427 };
1428 1428 meta = {
1429 1429 license = [ pkgs.lib.licenses.asl20 ];
1430 1430 };
1431 1431 };
1432 1432 rhodecode-enterprise-ce = super.buildPythonPackage {
1433 1433 name = "rhodecode-enterprise-ce-4.3.0";
1434 1434 buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner];
1435 1435 doCheck = true;
1436 1436 propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments Pylons Pyro4 Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic backport-ipaddress celery channelstream colander decorator deform docutils gevent gunicorn infrae.cache ipython iso8601 kombu msgpack-python packaging psycopg2 py-gfm pycrypto pycurl pyparsing pyramid pyramid-debugtoolbar pyramid-mako pyramid-beaker pysqlite python-dateutil python-ldap python-memcached python-pam recaptcha-client repoze.lru requests simplejson waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt];
1437 1437 src = ./.;
1438 1438 meta = {
1439 1439 license = [ { fullName = "AGPLv3, and Commercial License"; } ];
1440 1440 };
1441 1441 };
1442 1442 rhodecode-tools = super.buildPythonPackage {
1443 1443 name = "rhodecode-tools-0.10.0";
1444 1444 buildInputs = with self; [];
1445 1445 doCheck = false;
1446 1446 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl];
1447 1447 src = fetchurl {
1448 1448 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.0.zip";
1449 1449 md5 = "4762391473ded761bead3aa58c748044";
1450 1450 };
1451 1451 meta = {
1452 1452 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
1453 1453 };
1454 1454 };
1455 1455 serpent = super.buildPythonPackage {
1456 1456 name = "serpent-1.12";
1457 1457 buildInputs = with self; [];
1458 1458 doCheck = false;
1459 1459 propagatedBuildInputs = with self; [];
1460 1460 src = fetchurl {
1461 1461 url = "https://pypi.python.org/packages/3b/19/1e0e83b47c09edaef8398655088036e7e67386b5c48770218ebb339fbbd5/serpent-1.12.tar.gz";
1462 1462 md5 = "05869ac7b062828b34f8f927f0457b65";
1463 1463 };
1464 1464 meta = {
1465 1465 license = [ pkgs.lib.licenses.mit ];
1466 1466 };
1467 1467 };
1468 1468 setproctitle = super.buildPythonPackage {
1469 1469 name = "setproctitle-1.1.8";
1470 1470 buildInputs = with self; [];
1471 1471 doCheck = false;
1472 1472 propagatedBuildInputs = with self; [];
1473 1473 src = fetchurl {
1474 1474 url = "https://pypi.python.org/packages/33/c3/ad367a4f4f1ca90468863ae727ac62f6edb558fc09a003d344a02cfc6ea6/setproctitle-1.1.8.tar.gz";
1475 1475 md5 = "728f4c8c6031bbe56083a48594027edd";
1476 1476 };
1477 1477 meta = {
1478 1478 license = [ pkgs.lib.licenses.bsdOriginal ];
1479 1479 };
1480 1480 };
1481 1481 setuptools = super.buildPythonPackage {
1482 1482 name = "setuptools-20.8.1";
1483 1483 buildInputs = with self; [];
1484 1484 doCheck = false;
1485 1485 propagatedBuildInputs = with self; [];
1486 1486 src = fetchurl {
1487 1487 url = "https://pypi.python.org/packages/c4/19/c1bdc88b53da654df43770f941079dbab4e4788c2dcb5658fb86259894c7/setuptools-20.8.1.zip";
1488 1488 md5 = "fe58a5cac0df20bb83942b252a4b0543";
1489 1489 };
1490 1490 meta = {
1491 1491 license = [ pkgs.lib.licenses.mit ];
1492 1492 };
1493 1493 };
1494 1494 setuptools-scm = super.buildPythonPackage {
1495 1495 name = "setuptools-scm-1.11.0";
1496 1496 buildInputs = with self; [];
1497 1497 doCheck = false;
1498 1498 propagatedBuildInputs = with self; [];
1499 1499 src = fetchurl {
1500 1500 url = "https://pypi.python.org/packages/cd/5f/e3a038292358058d83d764a47d09114aa5a8003ed4529518f9e580f1a94f/setuptools_scm-1.11.0.tar.gz";
1501 1501 md5 = "4c5c896ba52e134bbc3507bac6400087";
1502 1502 };
1503 1503 meta = {
1504 1504 license = [ pkgs.lib.licenses.mit ];
1505 1505 };
1506 1506 };
1507 1507 simplejson = super.buildPythonPackage {
1508 1508 name = "simplejson-3.7.2";
1509 1509 buildInputs = with self; [];
1510 1510 doCheck = false;
1511 1511 propagatedBuildInputs = with self; [];
1512 1512 src = fetchurl {
1513 1513 url = "https://pypi.python.org/packages/6d/89/7f13f099344eea9d6722779a1f165087cb559598107844b1ac5dbd831fb1/simplejson-3.7.2.tar.gz";
1514 1514 md5 = "a5fc7d05d4cb38492285553def5d4b46";
1515 1515 };
1516 1516 meta = {
1517 1517 license = [ pkgs.lib.licenses.mit pkgs.lib.licenses.afl21 ];
1518 1518 };
1519 1519 };
1520 1520 six = super.buildPythonPackage {
1521 1521 name = "six-1.9.0";
1522 1522 buildInputs = with self; [];
1523 1523 doCheck = false;
1524 1524 propagatedBuildInputs = with self; [];
1525 1525 src = fetchurl {
1526 1526 url = "https://pypi.python.org/packages/16/64/1dc5e5976b17466fd7d712e59cbe9fb1e18bec153109e5ba3ed6c9102f1a/six-1.9.0.tar.gz";
1527 1527 md5 = "476881ef4012262dfc8adc645ee786c4";
1528 1528 };
1529 1529 meta = {
1530 1530 license = [ pkgs.lib.licenses.mit ];
1531 1531 };
1532 1532 };
1533 1533 subprocess32 = super.buildPythonPackage {
1534 1534 name = "subprocess32-3.2.6";
1535 1535 buildInputs = with self; [];
1536 1536 doCheck = false;
1537 1537 propagatedBuildInputs = with self; [];
1538 1538 src = fetchurl {
1539 1539 url = "https://pypi.python.org/packages/28/8d/33ccbff51053f59ae6c357310cac0e79246bbed1d345ecc6188b176d72c3/subprocess32-3.2.6.tar.gz";
1540 1540 md5 = "754c5ab9f533e764f931136974b618f1";
1541 1541 };
1542 1542 meta = {
1543 1543 license = [ pkgs.lib.licenses.psfl ];
1544 1544 };
1545 1545 };
1546 1546 supervisor = super.buildPythonPackage {
1547 1547 name = "supervisor-3.3.0";
1548 1548 buildInputs = with self; [];
1549 1549 doCheck = false;
1550 1550 propagatedBuildInputs = with self; [meld3];
1551 1551 src = fetchurl {
1552 1552 url = "https://pypi.python.org/packages/44/80/d28047d120bfcc8158b4e41127706731ee6a3419c661e0a858fb0e7c4b2d/supervisor-3.3.0.tar.gz";
1553 1553 md5 = "46bac00378d1eddb616752b990c67416";
1554 1554 };
1555 1555 meta = {
1556 1556 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1557 1557 };
1558 1558 };
1559 1559 transifex-client = super.buildPythonPackage {
1560 1560 name = "transifex-client-0.10";
1561 1561 buildInputs = with self; [];
1562 1562 doCheck = false;
1563 1563 propagatedBuildInputs = with self; [];
1564 1564 src = fetchurl {
1565 1565 url = "https://pypi.python.org/packages/f3/4e/7b925192aee656fb3e04fa6381c8b3dc40198047c3b4a356f6cfd642c809/transifex-client-0.10.tar.gz";
1566 1566 md5 = "5549538d84b8eede6b254cd81ae024fa";
1567 1567 };
1568 1568 meta = {
1569 1569 license = [ pkgs.lib.licenses.gpl2 ];
1570 1570 };
1571 1571 };
1572 1572 translationstring = super.buildPythonPackage {
1573 1573 name = "translationstring-1.3";
1574 1574 buildInputs = with self; [];
1575 1575 doCheck = false;
1576 1576 propagatedBuildInputs = with self; [];
1577 1577 src = fetchurl {
1578 1578 url = "https://pypi.python.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
1579 1579 md5 = "a4b62e0f3c189c783a1685b3027f7c90";
1580 1580 };
1581 1581 meta = {
1582 1582 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
1583 1583 };
1584 1584 };
1585 1585 trollius = super.buildPythonPackage {
1586 1586 name = "trollius-1.0.4";
1587 1587 buildInputs = with self; [];
1588 1588 doCheck = false;
1589 1589 propagatedBuildInputs = with self; [futures];
1590 1590 src = fetchurl {
1591 1591 url = "https://pypi.python.org/packages/aa/e6/4141db437f55e6ee7a3fb69663239e3fde7841a811b4bef293145ad6c836/trollius-1.0.4.tar.gz";
1592 1592 md5 = "3631a464d49d0cbfd30ab2918ef2b783";
1593 1593 };
1594 1594 meta = {
1595 1595 license = [ pkgs.lib.licenses.asl20 ];
1596 1596 };
1597 1597 };
1598 1598 uWSGI = super.buildPythonPackage {
1599 1599 name = "uWSGI-2.0.11.2";
1600 1600 buildInputs = with self; [];
1601 1601 doCheck = false;
1602 1602 propagatedBuildInputs = with self; [];
1603 1603 src = fetchurl {
1604 1604 url = "https://pypi.python.org/packages/9b/78/918db0cfab0546afa580c1e565209c49aaf1476bbfe491314eadbe47c556/uwsgi-2.0.11.2.tar.gz";
1605 1605 md5 = "1f02dcbee7f6f61de4b1fd68350cf16f";
1606 1606 };
1607 1607 meta = {
1608 1608 license = [ pkgs.lib.licenses.gpl2 ];
1609 1609 };
1610 1610 };
1611 1611 urllib3 = super.buildPythonPackage {
1612 1612 name = "urllib3-1.16";
1613 1613 buildInputs = with self; [];
1614 1614 doCheck = false;
1615 1615 propagatedBuildInputs = with self; [];
1616 1616 src = fetchurl {
1617 1617 url = "https://pypi.python.org/packages/3b/f0/e763169124e3f5db0926bc3dbfcd580a105f9ca44cf5d8e6c7a803c9f6b5/urllib3-1.16.tar.gz";
1618 1618 md5 = "fcaab1c5385c57deeb7053d3d7d81d59";
1619 1619 };
1620 1620 meta = {
1621 1621 license = [ pkgs.lib.licenses.mit ];
1622 1622 };
1623 1623 };
1624 1624 venusian = super.buildPythonPackage {
1625 1625 name = "venusian-1.0";
1626 1626 buildInputs = with self; [];
1627 1627 doCheck = false;
1628 1628 propagatedBuildInputs = with self; [];
1629 1629 src = fetchurl {
1630 1630 url = "https://pypi.python.org/packages/86/20/1948e0dfc4930ddde3da8c33612f6a5717c0b4bc28f591a5c5cf014dd390/venusian-1.0.tar.gz";
1631 1631 md5 = "dccf2eafb7113759d60c86faf5538756";
1632 1632 };
1633 1633 meta = {
1634 1634 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1635 1635 };
1636 1636 };
1637 1637 waitress = super.buildPythonPackage {
1638 1638 name = "waitress-0.8.9";
1639 1639 buildInputs = with self; [];
1640 1640 doCheck = false;
1641 1641 propagatedBuildInputs = with self; [setuptools];
1642 1642 src = fetchurl {
1643 1643 url = "https://pypi.python.org/packages/ee/65/fc9dee74a909a1187ca51e4f15ad9c4d35476e4ab5813f73421505c48053/waitress-0.8.9.tar.gz";
1644 1644 md5 = "da3f2e62b3676be5dd630703a68e2a04";
1645 1645 };
1646 1646 meta = {
1647 1647 license = [ pkgs.lib.licenses.zpt21 ];
1648 1648 };
1649 1649 };
1650 1650 ws4py = super.buildPythonPackage {
1651 1651 name = "ws4py-0.3.5";
1652 1652 buildInputs = with self; [];
1653 1653 doCheck = false;
1654 1654 propagatedBuildInputs = with self; [];
1655 1655 src = fetchurl {
1656 1656 url = "https://pypi.python.org/packages/b6/4f/34af703be86939629479e74d6e650e39f3bd73b3b09212c34e5125764cbc/ws4py-0.3.5.zip";
1657 1657 md5 = "a261b75c20b980e55ce7451a3576a867";
1658 1658 };
1659 1659 meta = {
1660 1660 license = [ pkgs.lib.licenses.bsdOriginal ];
1661 1661 };
1662 1662 };
1663 1663 wsgiref = super.buildPythonPackage {
1664 1664 name = "wsgiref-0.1.2";
1665 1665 buildInputs = with self; [];
1666 1666 doCheck = false;
1667 1667 propagatedBuildInputs = with self; [];
1668 1668 src = fetchurl {
1669 1669 url = "https://pypi.python.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip";
1670 1670 md5 = "29b146e6ebd0f9fb119fe321f7bcf6cb";
1671 1671 };
1672 1672 meta = {
1673 1673 license = [ { fullName = "PSF or ZPL"; } ];
1674 1674 };
1675 1675 };
1676 1676 zope.cachedescriptors = super.buildPythonPackage {
1677 1677 name = "zope.cachedescriptors-4.0.0";
1678 1678 buildInputs = with self; [];
1679 1679 doCheck = false;
1680 1680 propagatedBuildInputs = with self; [setuptools];
1681 1681 src = fetchurl {
1682 1682 url = "https://pypi.python.org/packages/40/33/694b6644c37f28553f4b9f20b3c3a20fb709a22574dff20b5bdffb09ecd5/zope.cachedescriptors-4.0.0.tar.gz";
1683 1683 md5 = "8d308de8c936792c8e758058fcb7d0f0";
1684 1684 };
1685 1685 meta = {
1686 1686 license = [ pkgs.lib.licenses.zpt21 ];
1687 1687 };
1688 1688 };
1689 1689 zope.deprecation = super.buildPythonPackage {
1690 1690 name = "zope.deprecation-4.1.2";
1691 1691 buildInputs = with self; [];
1692 1692 doCheck = false;
1693 1693 propagatedBuildInputs = with self; [setuptools];
1694 1694 src = fetchurl {
1695 1695 url = "https://pypi.python.org/packages/c1/d3/3919492d5e57d8dd01b36f30b34fc8404a30577392b1eb817c303499ad20/zope.deprecation-4.1.2.tar.gz";
1696 1696 md5 = "e9a663ded58f4f9f7881beb56cae2782";
1697 1697 };
1698 1698 meta = {
1699 1699 license = [ pkgs.lib.licenses.zpt21 ];
1700 1700 };
1701 1701 };
1702 1702 zope.event = super.buildPythonPackage {
1703 1703 name = "zope.event-4.0.3";
1704 1704 buildInputs = with self; [];
1705 1705 doCheck = false;
1706 1706 propagatedBuildInputs = with self; [setuptools];
1707 1707 src = fetchurl {
1708 1708 url = "https://pypi.python.org/packages/c1/29/91ba884d7d6d96691df592e9e9c2bfa57a47040ec1ff47eff18c85137152/zope.event-4.0.3.tar.gz";
1709 1709 md5 = "9a3780916332b18b8b85f522bcc3e249";
1710 1710 };
1711 1711 meta = {
1712 1712 license = [ pkgs.lib.licenses.zpt21 ];
1713 1713 };
1714 1714 };
1715 1715 zope.interface = super.buildPythonPackage {
1716 1716 name = "zope.interface-4.1.3";
1717 1717 buildInputs = with self; [];
1718 1718 doCheck = false;
1719 1719 propagatedBuildInputs = with self; [setuptools];
1720 1720 src = fetchurl {
1721 1721 url = "https://pypi.python.org/packages/9d/81/2509ca3c6f59080123c1a8a97125eb48414022618cec0e64eb1313727bfe/zope.interface-4.1.3.tar.gz";
1722 1722 md5 = "9ae3d24c0c7415deb249dd1a132f0f79";
1723 1723 };
1724 1724 meta = {
1725 1725 license = [ pkgs.lib.licenses.zpt21 ];
1726 1726 };
1727 1727 };
1728 1728
1729 1729 ### Test requirements
1730 1730
1731 1731
1732 1732 }
1 NO CONTENT: modified file, binary diff hidden
This diff has been collapsed as it changes many lines, (2097 lines changed) Show them Hide them
@@ -1,8078 +1,8815 b''
1 1 # Translations template for rhodecode-enterprise-ce.
2 2 # Copyright (C) 2016 RhodeCode GmbH
3 3 # This file is distributed under the same license as the rhodecode-enterprise-ce project.
4 4 #
5 5 # Translators:
6 6 msgid ""
7 7 msgstr ""
8 8 "Project-Id-Version: RhodeCode\n"
9 9 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
10 "POT-Creation-Date: 2016-06-28 10:55+0000\n"
11 "PO-Revision-Date: 2016-06-28 10:56+0000\n"
10 "POT-Creation-Date: 2016-08-02 20:55+0000\n"
11 "PO-Revision-Date: 2016-08-02 20:57+0000\n"
12 12 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
13 13 "Language-Team: Belarusian (http://www.transifex.com/rhodecode/RhodeCode/language/be/)\n"
14 14 "MIME-Version: 1.0\n"
15 15 "Content-Type: text/plain; charset=UTF-8\n"
16 16 "Content-Transfer-Encoding: 8bit\n"
17 17 "Generated-By: Babel 1.3\n"
18 18 "Language: be\n"
19 19 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
20 20
21 #: rhodecode/authentication/routes.py:60
22 #: rhodecode/controllers/admin/settings.py:844
21 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
22 #: rhodecode/integrations/views.py:126
23 23 #: rhodecode/templates/admin/permissions/permissions.html:36
24 24 msgid "Global"
25 25 msgstr ""
26 26
27 #: rhodecode/admin/navigation.py:75
28 #: rhodecode/templates/admin/repos/repo_edit.html:52
29 msgid "VCS"
30 msgstr ""
31
32 #: rhodecode/admin/navigation.py:76
33 msgid "Visual"
34 msgstr ""
35
36 #: rhodecode/admin/navigation.py:77
37 msgid "Remap and Rescan"
38 msgstr ""
39
40 #: rhodecode/admin/navigation.py:78
41 #: rhodecode/templates/admin/repos/repo_edit.html:58
42 msgid "Issue Tracker"
43 msgstr ""
44
45 #: rhodecode/admin/navigation.py:80 rhodecode/templates/register.html:76
46 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
47 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
48 #: rhodecode/templates/admin/users/user_add.html:86
49 #: rhodecode/templates/admin/users/user_edit_profile.html:65
50 #: rhodecode/templates/admin/users/users.html:90
51 #: rhodecode/templates/email_templates/user_registration.mako:25
52 #: rhodecode/templates/users/user_profile.html:51
53 msgid "Email"
54 msgstr ""
55
56 #: rhodecode/admin/navigation.py:81
57 msgid "Hooks"
58 msgstr ""
59
60 #: rhodecode/admin/navigation.py:82
61 msgid "Full Text Search"
62 msgstr ""
63
64 #: rhodecode/admin/navigation.py:83
65 #: rhodecode/templates/admin/integrations/base.html:21
66 #: rhodecode/templates/admin/integrations/edit.html:8
67 #: rhodecode/templates/admin/integrations/edit.html:19
68 #: rhodecode/templates/admin/integrations/list.html:15
69 #: rhodecode/templates/admin/integrations/list.html:19
70 #: rhodecode/templates/admin/integrations/list.html:26
71 #: rhodecode/templates/admin/repos/repo_edit.html:72
72 #: rhodecode/templates/base/base.html:84
73 msgid "Integrations"
74 msgstr ""
75
76 #: rhodecode/admin/navigation.py:85
77 #: rhodecode/templates/admin/settings/settings_system.html:47
78 msgid "System Info"
79 msgstr ""
80
81 #: rhodecode/admin/navigation.py:86
82 msgid "Open Source Licenses"
83 msgstr ""
84
85 #: rhodecode/admin/navigation.py:93
86 msgid "Labs"
87 msgstr ""
88
27 89 #: rhodecode/authentication/schema.py:35
28 90 msgid "Enable or disable this authentication plugin."
29 91 msgstr ""
30 92
31 #: rhodecode/authentication/schema.py:37
93 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:37
94 #: rhodecode/templates/admin/integrations/list.html:62
95 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
32 96 msgid "Enabled"
33 97 msgstr ""
34 98
35 99 #: rhodecode/authentication/schema.py:43
36 100 msgid ""
37 101 "Amount of seconds to cache the authentication call for this plugin. Useful "
38 102 "for long calls like LDAP to improve the responsiveness of the authentication"
39 103 " system (0 means disabled)."
40 104 msgstr ""
41 105
42 106 #: rhodecode/authentication/schema.py:48
43 107 msgid "Auth Cache TTL"
44 108 msgstr ""
45 109
46 #: rhodecode/authentication/views.py:88
110 #: rhodecode/authentication/views.py:90
47 111 msgid ""
48 112 "Errors exist when saving plugin settings. Please check the form inputs."
49 113 msgstr ""
50 114
51 #: rhodecode/authentication/views.py:101 rhodecode/authentication/views.py:170
115 #: rhodecode/authentication/views.py:103 rhodecode/authentication/views.py:172
52 116 msgid "Auth settings updated successfully."
53 117 msgstr ""
54 118
55 #: rhodecode/authentication/views.py:175
119 #: rhodecode/authentication/views.py:177
56 120 msgid "Errors exist when saving plugin setting. Please check the form inputs."
57 121 msgstr ""
58 122
59 #: rhodecode/authentication/views.py:185
123 #: rhodecode/authentication/views.py:187
60 124 msgid "Error occurred during update of auth settings."
61 125 msgstr ""
62 126
63 127 #: rhodecode/authentication/plugins/auth_crowd.py:61
64 128 msgid "The FQDN or IP of the Atlassian CROWD Server"
65 129 msgstr ""
66 130
67 131 #: rhodecode/authentication/plugins/auth_crowd.py:63
68 132 msgid "Host"
69 133 msgstr ""
70 134
71 135 #: rhodecode/authentication/plugins/auth_crowd.py:68
72 136 msgid "The Port in use by the Atlassian CROWD Server"
73 137 msgstr ""
74 138
75 139 #: rhodecode/authentication/plugins/auth_crowd.py:70
76 140 #: rhodecode/authentication/plugins/auth_ldap.py:84
77 141 msgid "Port"
78 142 msgstr ""
79 143
80 144 #: rhodecode/authentication/plugins/auth_crowd.py:76
81 145 msgid "The Application Name to authenticate to CROWD"
82 146 msgstr ""
83 147
84 148 #: rhodecode/authentication/plugins/auth_crowd.py:78
85 149 msgid "Application Name"
86 150 msgstr ""
87 151
88 152 #: rhodecode/authentication/plugins/auth_crowd.py:83
89 153 msgid "The password to authenticate to CROWD"
90 154 msgstr ""
91 155
92 156 #: rhodecode/authentication/plugins/auth_crowd.py:85
93 157 msgid "Application Password"
94 158 msgstr ""
95 159
96 160 #: rhodecode/authentication/plugins/auth_crowd.py:90
97 161 msgid ""
98 162 "A comma separated list of group names that identify users as RhodeCode "
99 163 "Administrators"
100 164 msgstr ""
101 165
102 166 #: rhodecode/authentication/plugins/auth_crowd.py:94
103 167 msgid "Admin Groups"
104 168 msgstr ""
105 169
106 170 #: rhodecode/authentication/plugins/auth_crowd.py:216
107 171 msgid "CROWD"
108 172 msgstr ""
109 173
110 174 #: rhodecode/authentication/plugins/auth_headers.py:55
111 175 msgid "Header to extract the user from"
112 176 msgstr ""
113 177
114 178 #: rhodecode/authentication/plugins/auth_headers.py:57
115 179 msgid "Header"
116 180 msgstr ""
117 181
118 182 #: rhodecode/authentication/plugins/auth_headers.py:62
119 183 msgid "Header to extract the user from when main one fails"
120 184 msgstr ""
121 185
122 186 #: rhodecode/authentication/plugins/auth_headers.py:64
123 187 msgid "Fallback header"
124 188 msgstr ""
125 189
126 190 #: rhodecode/authentication/plugins/auth_headers.py:69
127 191 msgid ""
128 192 "Perform cleaning of user, if passed user has @ in username then first part "
129 193 "before @ is taken. If there's \\ in the username only the part after \\ is "
130 194 "taken"
131 195 msgstr ""
132 196
133 197 #: rhodecode/authentication/plugins/auth_headers.py:74
134 198 msgid "Clean username"
135 199 msgstr ""
136 200
137 201 #: rhodecode/authentication/plugins/auth_headers.py:99
138 202 msgid "Headers"
139 203 msgstr ""
140 204
141 205 #: rhodecode/authentication/plugins/auth_jasig_cas.py:63
142 206 msgid "The url of the Jasig CAS REST service"
143 207 msgstr ""
144 208
145 209 #: rhodecode/authentication/plugins/auth_jasig_cas.py:65
146 210 #: rhodecode/templates/admin/gists/show.html:21
147 211 msgid "URL"
148 212 msgstr ""
149 213
150 214 #: rhodecode/authentication/plugins/auth_jasig_cas.py:93
151 215 msgid "Jasig-CAS"
152 216 msgstr ""
153 217
154 218 #: rhodecode/authentication/plugins/auth_ldap.py:75
155 219 msgid "Host of the LDAP Server"
156 220 msgstr ""
157 221
158 222 #: rhodecode/authentication/plugins/auth_ldap.py:77
159 223 msgid "LDAP Host"
160 224 msgstr ""
161 225
162 226 #: rhodecode/authentication/plugins/auth_ldap.py:82
163 227 msgid "Port that the LDAP server is listening on"
164 228 msgstr ""
165 229
166 230 #: rhodecode/authentication/plugins/auth_ldap.py:90
167 231 msgid "User to connect to LDAP"
168 232 msgstr ""
169 233
170 234 #: rhodecode/authentication/plugins/auth_ldap.py:93
171 235 msgid "Account"
172 236 msgstr ""
173 237
174 238 #: rhodecode/authentication/plugins/auth_ldap.py:98
175 239 msgid "Password to connect to LDAP"
176 240 msgstr ""
177 241
178 242 #: rhodecode/authentication/plugins/auth_ldap.py:101
179 243 #: rhodecode/templates/login.html:50 rhodecode/templates/register.html:48
180 244 #: rhodecode/templates/admin/my_account/my_account.html:30
181 245 #: rhodecode/templates/admin/users/user_add.html:44
182 #: rhodecode/templates/base/base.html:314
246 #: rhodecode/templates/base/base.html:315
183 247 #: rhodecode/templates/debug_style/login.html:45
184 248 msgid "Password"
185 249 msgstr ""
186 250
187 251 #: rhodecode/authentication/plugins/auth_ldap.py:106
188 252 msgid "TLS Type"
189 253 msgstr ""
190 254
191 255 #: rhodecode/authentication/plugins/auth_ldap.py:107
192 256 msgid "Connection Security"
193 257 msgstr ""
194 258
195 259 #: rhodecode/authentication/plugins/auth_ldap.py:113
196 260 msgid "Require Cert over TLS?"
197 261 msgstr ""
198 262
199 263 #: rhodecode/authentication/plugins/auth_ldap.py:114
200 264 msgid "Certificate Checks"
201 265 msgstr ""
202 266
203 267 #: rhodecode/authentication/plugins/auth_ldap.py:120
204 268 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
205 269 msgstr ""
206 270
207 271 #: rhodecode/authentication/plugins/auth_ldap.py:123
208 272 msgid "Base DN"
209 273 msgstr ""
210 274
211 275 #: rhodecode/authentication/plugins/auth_ldap.py:128
212 276 msgid "Filter to narrow results (e.g., ou=Users, etc)"
213 277 msgstr ""
214 278
215 279 #: rhodecode/authentication/plugins/auth_ldap.py:131
216 280 msgid "LDAP Search Filter"
217 281 msgstr ""
218 282
219 283 #: rhodecode/authentication/plugins/auth_ldap.py:136
220 284 msgid "How deep to search LDAP"
221 285 msgstr ""
222 286
223 287 #: rhodecode/authentication/plugins/auth_ldap.py:137
224 288 msgid "LDAP Search Scope"
225 289 msgstr ""
226 290
227 291 #: rhodecode/authentication/plugins/auth_ldap.py:143
228 292 msgid "LDAP Attribute to map to user name"
229 293 msgstr ""
230 294
231 #: rhodecode/authentication/plugins/auth_ldap.py:144
232 msgid "The LDAP Login attribute of the CN must be specified"
295 #: rhodecode/authentication/plugins/auth_ldap.py:145
296 msgid "Login Attribute"
233 297 msgstr ""
234 298
235 299 #: rhodecode/authentication/plugins/auth_ldap.py:146
236 msgid "Login Attribute"
300 msgid "The LDAP Login attribute of the CN must be specified"
237 301 msgstr ""
238 302
239 303 #: rhodecode/authentication/plugins/auth_ldap.py:151
240 304 msgid "LDAP Attribute to map to first name"
241 305 msgstr ""
242 306
243 307 #: rhodecode/authentication/plugins/auth_ldap.py:154
244 308 msgid "First Name Attribute"
245 309 msgstr ""
246 310
247 311 #: rhodecode/authentication/plugins/auth_ldap.py:159
248 312 msgid "LDAP Attribute to map to last name"
249 313 msgstr ""
250 314
251 315 #: rhodecode/authentication/plugins/auth_ldap.py:162
252 316 msgid "Last Name Attribute"
253 317 msgstr ""
254 318
255 319 #: rhodecode/authentication/plugins/auth_ldap.py:167
256 320 msgid "LDAP Attribute to map to email address"
257 321 msgstr ""
258 322
259 323 #: rhodecode/authentication/plugins/auth_ldap.py:170
260 324 msgid "Email Attribute"
261 325 msgstr ""
262 326
263 #: rhodecode/authentication/plugins/auth_ldap.py:348
327 #: rhodecode/authentication/plugins/auth_ldap.py:351
264 328 msgid "LDAP"
265 329 msgstr ""
266 330
267 331 #: rhodecode/authentication/plugins/auth_pam.py:60
268 332 msgid "PAM service name to use for authentication."
269 333 msgstr ""
270 334
271 335 #: rhodecode/authentication/plugins/auth_pam.py:62
272 336 msgid "PAM service name"
273 337 msgstr ""
274 338
275 339 #: rhodecode/authentication/plugins/auth_pam.py:67
276 340 msgid ""
277 341 "Regular expression for extracting user name/email etc. from Unix userinfo."
278 342 msgstr ""
279 343
280 344 #: rhodecode/authentication/plugins/auth_pam.py:70
281 345 msgid "Gecos Regex"
282 346 msgstr ""
283 347
284 348 #: rhodecode/authentication/plugins/auth_pam.py:98
285 349 msgid "PAM"
286 350 msgstr ""
287 351
288 352 #: rhodecode/authentication/plugins/auth_rhodecode.py:68
289 353 msgid "Rhodecode"
290 354 msgstr ""
291 355
292 356 #: rhodecode/authentication/plugins/auth_token.py:71
293 357 msgid "Rhodecode Token Auth"
294 358 msgstr ""
295 359
296 360 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:63
297 #: rhodecode/controllers/pullrequests.py:279
361 #: rhodecode/controllers/pullrequests.py:280
298 362 msgid "There are no commits yet"
299 363 msgstr ""
300 364
301 365 #: rhodecode/controllers/changeset.py:77
302 366 #: rhodecode/templates/files/diff_2way.html:75
303 367 msgid "Show whitespace"
304 368 msgstr ""
305 369
306 370 #: rhodecode/controllers/changeset.py:78
307 371 msgid "Show whitespace for all diffs"
308 372 msgstr ""
309 373
310 374 #: rhodecode/controllers/changeset.py:84
311 375 #: rhodecode/templates/files/diff_2way.html:74
312 376 msgid "Ignore whitespace"
313 377 msgstr ""
314 378
315 379 #: rhodecode/controllers/changeset.py:85
316 380 msgid "Ignore whitespace for all diffs"
317 381 msgstr ""
318 382
319 383 #: rhodecode/controllers/changeset.py:141
320 384 msgid "Increase context"
321 385 msgstr ""
322 386
323 387 #: rhodecode/controllers/changeset.py:142
324 388 msgid "Increase context for all diffs"
325 389 msgstr ""
326 390
327 391 #: rhodecode/controllers/changeset.py:181 rhodecode/controllers/files.py:104
328 392 #: rhodecode/controllers/files.py:125
329 393 msgid "No such commit exists for this repository"
330 394 msgstr ""
331 395
332 396 #: rhodecode/controllers/changeset.py:335
333 #: rhodecode/controllers/pullrequests.py:746
334 #: rhodecode/model/pull_request.py:836
397 #: rhodecode/controllers/pullrequests.py:750
398 #: rhodecode/model/pull_request.py:843
335 399 #, python-format
336 400 msgid "Status change %(transition_icon)s %(status)s"
337 401 msgstr ""
338 402
339 403 #: rhodecode/controllers/changeset.py:372
340 404 msgid ""
341 405 "Changing the status of a commit associated with a closed pull request is not"
342 406 " allowed"
343 407 msgstr ""
344 408
345 409 #: rhodecode/controllers/compare.py:87
346 410 msgid "Select commit"
347 411 msgstr ""
348 412
349 413 #: rhodecode/controllers/compare.py:139
350 414 #, python-format
351 415 msgid "Could not find the original repo: %(repo)s"
352 416 msgstr ""
353 417
354 418 #: rhodecode/controllers/compare.py:147
355 419 #, python-format
356 420 msgid "Could not find the other repo: %(repo)s"
357 421 msgstr ""
358 422
359 423 #: rhodecode/controllers/compare.py:156
360 424 msgid "The comparison of two different kinds of remote repos is not available"
361 425 msgstr ""
362 426
363 427 #: rhodecode/controllers/compare.py:190
364 428 msgid "Could not compare repos with different large file settings"
365 429 msgstr ""
366 430
367 431 #: rhodecode/controllers/compare.py:226
368 432 #, python-format
369 433 msgid ""
370 434 "Repositories unrelated. Cannot compare commit %(commit1)s from repository "
371 435 "%(repo1)s with commit %(commit2)s from repository %(repo2)s."
372 436 msgstr ""
373 437
374 438 #: rhodecode/controllers/feed.py:70
375 439 #, python-format
376 440 msgid "Changes on %s repository"
377 441 msgstr ""
378 442
379 443 #: rhodecode/controllers/feed.py:71
380 444 #, python-format
381 445 msgid "%s %s feed"
382 446 msgstr ""
383 447
384 448 #: rhodecode/controllers/files.py:96
385 449 msgid "Click here to add a new file."
386 450 msgstr ""
387 451
388 452 #: rhodecode/controllers/files.py:101
389 453 #, python-format
390 454 msgid "There are no files yet. %s"
391 455 msgstr ""
392 456
393 #: rhodecode/controllers/files.py:390 rhodecode/controllers/files.py:443
394 #: rhodecode/controllers/files.py:474 rhodecode/controllers/files.py:549
395 #: rhodecode/controllers/files.py:594 rhodecode/controllers/files.py:685
457 #: rhodecode/controllers/files.py:381 rhodecode/controllers/files.py:434
458 #: rhodecode/controllers/files.py:465 rhodecode/controllers/files.py:540
459 #: rhodecode/controllers/files.py:585 rhodecode/controllers/files.py:676
396 460 #, python-format
397 461 msgid "This repository has been locked by %s on %s"
398 462 msgstr ""
399 463
464 #: rhodecode/controllers/files.py:389 rhodecode/controllers/files.py:442
465 msgid "You can only delete files with revision being a valid branch "
466 msgstr ""
467
400 468 #: rhodecode/controllers/files.py:398 rhodecode/controllers/files.py:451
401 msgid "You can only delete files with revision being a valid branch "
402 msgstr ""
403
404 #: rhodecode/controllers/files.py:407 rhodecode/controllers/files.py:460
405 469 #, python-format
406 470 msgid "Deleted file %s via RhodeCode Enterprise"
407 471 msgstr ""
408 472
409 #: rhodecode/controllers/files.py:427
473 #: rhodecode/controllers/files.py:418
410 474 #, python-format
411 475 msgid "Successfully deleted file %s"
412 476 msgstr ""
413 477
414 #: rhodecode/controllers/files.py:430 rhodecode/controllers/files.py:536
415 #: rhodecode/controllers/files.py:673
478 #: rhodecode/controllers/files.py:421 rhodecode/controllers/files.py:527
479 #: rhodecode/controllers/files.py:664
416 480 msgid "Error occurred during commit"
417 481 msgstr ""
418 482
419 #: rhodecode/controllers/files.py:482 rhodecode/controllers/files.py:557
483 #: rhodecode/controllers/files.py:473 rhodecode/controllers/files.py:548
420 484 msgid "You can only edit files with revision being a valid branch "
421 485 msgstr ""
422 486
423 #: rhodecode/controllers/files.py:494 rhodecode/controllers/files.py:569
487 #: rhodecode/controllers/files.py:485 rhodecode/controllers/files.py:560
424 488 #, python-format
425 489 msgid "Edited file %s via RhodeCode Enterprise"
426 490 msgstr ""
427 491
428 #: rhodecode/controllers/files.py:511
492 #: rhodecode/controllers/files.py:502
429 493 msgid "No changes"
430 494 msgstr ""
431 495
432 #: rhodecode/controllers/files.py:533 rhodecode/controllers/files.py:662
496 #: rhodecode/controllers/files.py:524 rhodecode/controllers/files.py:653
433 497 #, python-format
434 498 msgid "Successfully committed to %s"
435 499 msgstr ""
436 500
437 #: rhodecode/controllers/files.py:607 rhodecode/controllers/files.py:696
501 #: rhodecode/controllers/files.py:598 rhodecode/controllers/files.py:687
438 502 msgid "Added file via RhodeCode Enterprise"
439 503 msgstr ""
440 504
441 #: rhodecode/controllers/files.py:632
505 #: rhodecode/controllers/files.py:623
442 506 msgid "No filename"
443 507 msgstr ""
444 508
445 #: rhodecode/controllers/files.py:665
509 #: rhodecode/controllers/files.py:656
446 510 msgid ""
447 511 "The location specified must be a relative path and must not contain .. in "
448 512 "the path"
449 513 msgstr ""
450 514
451 #: rhodecode/controllers/files.py:719
515 #: rhodecode/controllers/files.py:710
452 516 msgid "Downloads disabled"
453 517 msgstr ""
454 518
455 #: rhodecode/controllers/files.py:725
519 #: rhodecode/controllers/files.py:716
456 520 #, python-format
457 521 msgid "Unknown revision %s"
458 522 msgstr ""
459 523
460 #: rhodecode/controllers/files.py:727
524 #: rhodecode/controllers/files.py:718
461 525 msgid "Empty repository"
462 526 msgstr ""
463 527
464 #: rhodecode/controllers/files.py:729 rhodecode/controllers/files.py:763
528 #: rhodecode/controllers/files.py:720 rhodecode/controllers/files.py:754
465 529 msgid "Unknown archive type"
466 530 msgstr ""
467 531
468 #: rhodecode/controllers/files.py:930
532 #: rhodecode/controllers/files.py:921
469 533 #, python-format
470 534 msgid "Commit %(commit)s does not exist."
471 535 msgstr ""
472 536
473 #: rhodecode/controllers/files.py:947
537 #: rhodecode/controllers/files.py:938
474 538 #, python-format
475 539 msgid "%(file_path)s has not changed between %(commit_1)s and %(commit_2)s."
476 540 msgstr ""
477 541
478 #: rhodecode/controllers/files.py:1014
542 #: rhodecode/controllers/files.py:1005
479 543 msgid "Changesets"
480 544 msgstr ""
481 545
482 #: rhodecode/controllers/files.py:1035 rhodecode/controllers/summary.py:256
483 #: rhodecode/model/pull_request.py:1051 rhodecode/model/scm.py:783
546 #: rhodecode/controllers/files.py:1026 rhodecode/controllers/summary.py:251
547 #: rhodecode/model/pull_request.py:1059 rhodecode/model/scm.py:780
484 548 #: rhodecode/templates/base/vcs_settings.html:138
485 549 msgid "Branches"
486 550 msgstr ""
487 551
488 #: rhodecode/controllers/files.py:1039 rhodecode/model/scm.py:798
552 #: rhodecode/controllers/files.py:1030 rhodecode/model/scm.py:795
489 553 #: rhodecode/templates/base/vcs_settings.html:163
490 554 msgid "Tags"
491 555 msgstr ""
492 556
493 557 #: rhodecode/controllers/forks.py:191
494 558 #, python-format
495 559 msgid "An error occurred during repository forking %s"
496 560 msgstr ""
497 561
498 562 #: rhodecode/controllers/home.py:205
499 563 msgid "Groups"
500 564 msgstr ""
501 565
502 566 #: rhodecode/controllers/home.py:212 rhodecode/controllers/home.py:247
503 #: rhodecode/controllers/pullrequests.py:382
567 #: rhodecode/controllers/pullrequests.py:383
504 568 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
505 569 #: rhodecode/templates/admin/repos/repo_add.html:15
506 570 #: rhodecode/templates/admin/repos/repo_add.html:19
507 571 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
508 #: rhodecode/templates/base/base.html:79
509 #: rhodecode/templates/base/base.html:149
510 #: rhodecode/templates/base/base.html:626
572 #: rhodecode/templates/base/base.html:78
573 #: rhodecode/templates/base/base.html:150
574 #: rhodecode/templates/base/base.html:627
511 575 msgid "Repositories"
512 576 msgstr ""
513 577
514 578 #: rhodecode/controllers/home.py:225
515 579 #, python-format
516 580 msgid "Commits in %(repo)s"
517 581 msgstr ""
518 582
519 583 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
520 584 msgid "public journal"
521 585 msgstr ""
522 586
523 587 #: rhodecode/controllers/journal.py:111 rhodecode/controllers/journal.py:154
524 588 msgid "journal"
525 589 msgstr ""
526 590
527 #: rhodecode/controllers/pullrequests.py:293
591 #: rhodecode/controllers/pullrequests.py:294
528 592 msgid "Commit does not exist"
529 593 msgstr ""
530 594
531 #: rhodecode/controllers/pullrequests.py:405
595 #: rhodecode/controllers/pullrequests.py:406
532 596 msgid "Pull request requires a title with min. 3 chars"
533 597 msgstr ""
534 598
535 #: rhodecode/controllers/pullrequests.py:407
599 #: rhodecode/controllers/pullrequests.py:408
536 600 msgid "Error creating pull request: {}"
537 601 msgstr ""
538 602
539 #: rhodecode/controllers/pullrequests.py:454
603 #: rhodecode/controllers/pullrequests.py:455
540 604 msgid "Successfully opened new pull request"
541 605 msgstr ""
542 606
543 #: rhodecode/controllers/pullrequests.py:457
607 #: rhodecode/controllers/pullrequests.py:458
544 608 msgid "Error occurred during sending pull request"
545 609 msgstr ""
546 610
547 #: rhodecode/controllers/pullrequests.py:497
611 #: rhodecode/controllers/pullrequests.py:498
548 612 msgid "Cannot update closed pull requests."
549 613 msgstr ""
550 614
551 #: rhodecode/controllers/pullrequests.py:503
615 #: rhodecode/controllers/pullrequests.py:504
552 616 msgid "Pull request title & description updated."
553 617 msgstr ""
554 618
555 #: rhodecode/controllers/pullrequests.py:513
619 #: rhodecode/controllers/pullrequests.py:514
556 620 msgid ""
557 621 "Pull request updated to \"{source_commit_id}\" with {count_added} added, "
558 622 "{count_removed} removed commits."
559 623 msgstr ""
560 624
561 #: rhodecode/controllers/pullrequests.py:523
625 #: rhodecode/controllers/pullrequests.py:524
562 626 msgid "Nothing changed in pull request."
563 627 msgstr ""
564 628
565 #: rhodecode/controllers/pullrequests.py:526
629 #: rhodecode/controllers/pullrequests.py:527
566 630 msgid ""
567 631 "Skipping update of pull request due to reference type: {reference_type}"
568 632 msgstr ""
569 633
570 #: rhodecode/controllers/pullrequests.py:533
634 #: rhodecode/controllers/pullrequests.py:534
571 635 msgid "Update failed due to missing commits."
572 636 msgstr ""
573 637
574 #: rhodecode/controllers/pullrequests.py:579
638 #: rhodecode/controllers/pullrequests.py:580
575 639 msgid "Pull request reviewer approval is pending."
576 640 msgstr ""
577 641
578 #: rhodecode/controllers/pullrequests.py:593
642 #: rhodecode/controllers/pullrequests.py:594
579 643 msgid "Pull request was successfully merged and closed."
580 644 msgstr ""
581 645
582 #: rhodecode/controllers/pullrequests.py:631
646 #: rhodecode/controllers/pullrequests.py:632
583 647 msgid "Successfully deleted pull request"
584 648 msgstr ""
585 649
586 #: rhodecode/controllers/pullrequests.py:664
650 #: rhodecode/controllers/pullrequests.py:668
587 651 msgid "Reviewer approval is pending."
588 652 msgstr ""
589 653
590 #: rhodecode/controllers/pullrequests.py:706
654 #: rhodecode/controllers/pullrequests.py:710
591 655 msgid "Close Pull Request"
592 656 msgstr ""
593 657
594 #: rhodecode/controllers/pullrequests.py:750
595 #: rhodecode/model/pull_request.py:840
658 #: rhodecode/controllers/pullrequests.py:754
659 #: rhodecode/model/pull_request.py:847
596 660 msgid "Closing with"
597 661 msgstr ""
598 662
599 #: rhodecode/controllers/pullrequests.py:795
663 #: rhodecode/controllers/pullrequests.py:802
600 664 #, python-format
601 665 msgid ""
602 666 "Closing pull request on other statuses than rejected or approved is "
603 667 "forbidden. Calculated status from all reviewers is currently: %s"
604 668 msgstr ""
605 669
606 #: rhodecode/controllers/summary.py:240
670 #: rhodecode/controllers/summary.py:235
607 671 msgid "Branch"
608 672 msgstr ""
609 673
610 #: rhodecode/controllers/summary.py:241
674 #: rhodecode/controllers/summary.py:236
611 675 msgid "Tag"
612 676 msgstr ""
613 677
614 #: rhodecode/controllers/summary.py:242
678 #: rhodecode/controllers/summary.py:237
615 679 msgid "Bookmark"
616 680 msgstr ""
617 681
618 #: rhodecode/controllers/summary.py:257
682 #: rhodecode/controllers/summary.py:252
619 683 msgid "Closed branches"
620 684 msgstr ""
621 685
622 686 #: rhodecode/controllers/admin/defaults.py:84
623 687 msgid "Default settings updated successfully"
624 688 msgstr ""
625 689
626 690 #: rhodecode/controllers/admin/defaults.py:99
627 691 msgid "Error occurred during update of default values"
628 692 msgstr ""
629 693
630 #: rhodecode/controllers/admin/gists.py:59
694 #: rhodecode/controllers/admin/gists.py:63
631 695 #: rhodecode/controllers/admin/my_account.py:307
632 #: rhodecode/controllers/admin/users.py:436
696 #: rhodecode/controllers/admin/users.py:431
633 697 msgid "forever"
634 698 msgstr ""
635 699
636 #: rhodecode/controllers/admin/gists.py:60
700 #: rhodecode/controllers/admin/gists.py:64
637 701 #: rhodecode/controllers/admin/my_account.py:308
638 #: rhodecode/controllers/admin/users.py:437
702 #: rhodecode/controllers/admin/users.py:432
639 703 msgid "5 minutes"
640 704 msgstr ""
641 705
642 #: rhodecode/controllers/admin/gists.py:61
706 #: rhodecode/controllers/admin/gists.py:65
643 707 #: rhodecode/controllers/admin/my_account.py:309
644 #: rhodecode/controllers/admin/users.py:438
708 #: rhodecode/controllers/admin/users.py:433
645 709 msgid "1 hour"
646 710 msgstr ""
647 711
648 #: rhodecode/controllers/admin/gists.py:62
712 #: rhodecode/controllers/admin/gists.py:66
649 713 #: rhodecode/controllers/admin/my_account.py:310
650 #: rhodecode/controllers/admin/users.py:439
714 #: rhodecode/controllers/admin/users.py:434
651 715 msgid "1 day"
652 716 msgstr ""
653 717
654 #: rhodecode/controllers/admin/gists.py:63
655 #: rhodecode/controllers/admin/my_account.py:311
656 #: rhodecode/controllers/admin/users.py:440
657 msgid "1 month"
658 msgstr ""
659
660 718 #: rhodecode/controllers/admin/gists.py:67
719 #: rhodecode/controllers/admin/my_account.py:311
720 #: rhodecode/controllers/admin/users.py:435
721 msgid "1 month"
722 msgstr ""
723
724 #: rhodecode/controllers/admin/gists.py:71
661 725 #: rhodecode/controllers/admin/my_account.py:313
662 #: rhodecode/controllers/admin/users.py:442
726 #: rhodecode/controllers/admin/users.py:437
663 727 msgid "Lifetime"
664 728 msgstr ""
665 729
666 #: rhodecode/controllers/admin/gists.py:69
730 #: rhodecode/controllers/admin/gists.py:73
667 731 msgid "Requires registered account"
668 732 msgstr ""
669 733
670 #: rhodecode/controllers/admin/gists.py:70
734 #: rhodecode/controllers/admin/gists.py:74
671 735 msgid "Can be accessed by anonymous users"
672 736 msgstr ""
673 737
674 #: rhodecode/controllers/admin/gists.py:180
738 #: rhodecode/controllers/admin/gists.py:200
675 739 msgid "Error occurred during gist creation"
676 740 msgstr ""
677 741
678 #: rhodecode/controllers/admin/gists.py:211
742 #: rhodecode/controllers/admin/gists.py:231
679 743 #, python-format
680 744 msgid "Deleted gist %s"
681 745 msgstr ""
682 746
683 #: rhodecode/controllers/admin/gists.py:284
747 #: rhodecode/controllers/admin/gists.py:308
684 748 msgid "Successfully updated gist content"
685 749 msgstr ""
686 750
687 #: rhodecode/controllers/admin/gists.py:289
751 #: rhodecode/controllers/admin/gists.py:313
688 752 msgid "Successfully updated gist data"
689 753 msgstr ""
690 754
691 #: rhodecode/controllers/admin/gists.py:292
755 #: rhodecode/controllers/admin/gists.py:316
756 msgid "Error occurred during update of gist {}: {}"
757 msgstr ""
758
759 #: rhodecode/controllers/admin/gists.py:320
692 760 #, python-format
693 761 msgid "Error occurred during update of gist %s"
694 762 msgstr ""
695 763
696 #: rhodecode/controllers/admin/gists.py:315
764 #: rhodecode/controllers/admin/gists.py:343
697 765 #: rhodecode/templates/admin/gists/show.html:67
698 766 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
699 767 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
700 768 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
701 769 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
702 #: rhodecode/templates/data_table/_dt_elements.html:253
770 #: rhodecode/templates/data_table/_dt_elements.html:255
703 771 msgid "never"
704 772 msgstr ""
705 773
706 #: rhodecode/controllers/admin/gists.py:320
774 #: rhodecode/controllers/admin/gists.py:348
707 775 #, python-format
708 776 msgid "%(expiry)s - current value"
709 777 msgstr ""
710 778
711 779 #: rhodecode/controllers/admin/my_account.py:70
712 780 msgid "You can't edit this user since it's crucial for entire application"
713 781 msgstr ""
714 782
715 783 #: rhodecode/controllers/admin/my_account.py:128
716 784 msgid "Your account was updated successfully"
717 785 msgstr ""
718 786
719 787 #: rhodecode/controllers/admin/my_account.py:143
720 #: rhodecode/controllers/admin/users.py:223
788 #: rhodecode/controllers/admin/users.py:218
721 789 #, python-format
722 790 msgid "Error occurred during update of user %s"
723 791 msgstr ""
724 792
725 793 #: rhodecode/controllers/admin/my_account.py:202
726 794 msgid "Successfully updated password"
727 795 msgstr ""
728 796
729 797 #: rhodecode/controllers/admin/my_account.py:213
730 798 msgid "Error occurred during update of user password"
731 799 msgstr ""
732 800
733 801 #: rhodecode/controllers/admin/my_account.py:261
734 #: rhodecode/controllers/admin/users.py:616
802 #: rhodecode/controllers/admin/users.py:611
735 803 #, python-format
736 804 msgid "Added new email address `%s` for user account"
737 805 msgstr ""
738 806
739 807 #: rhodecode/controllers/admin/my_account.py:268
740 #: rhodecode/controllers/admin/users.py:623
808 #: rhodecode/controllers/admin/users.py:618
741 809 msgid "An error occurred during email saving"
742 810 msgstr ""
743 811
744 812 #: rhodecode/controllers/admin/my_account.py:278
745 #: rhodecode/controllers/admin/users.py:638
813 #: rhodecode/controllers/admin/users.py:633
746 814 msgid "Removed email address from user account"
747 815 msgstr ""
748 816
749 817 #: rhodecode/controllers/admin/my_account.py:316
750 #: rhodecode/controllers/admin/users.py:445
818 #: rhodecode/controllers/admin/users.py:440
751 819 msgid "Role"
752 820 msgstr ""
753 821
754 822 #: rhodecode/controllers/admin/my_account.py:329
755 #: rhodecode/controllers/admin/users.py:469
823 #: rhodecode/controllers/admin/users.py:464
756 824 msgid "Auth token successfully created"
757 825 msgstr ""
758 826
759 827 #: rhodecode/controllers/admin/my_account.py:342
760 #: rhodecode/controllers/admin/users.py:488
828 #: rhodecode/controllers/admin/users.py:483
761 829 msgid "Auth token successfully reset"
762 830 msgstr ""
763 831
764 832 #: rhodecode/controllers/admin/my_account.py:346
765 #: rhodecode/controllers/admin/users.py:492
833 #: rhodecode/controllers/admin/users.py:487
766 834 msgid "Auth token successfully deleted"
767 835 msgstr ""
768 836
769 837 #: rhodecode/controllers/admin/permissions.py:111
770 838 msgid "Application permissions updated successfully"
771 839 msgstr ""
772 840
773 841 #: rhodecode/controllers/admin/permissions.py:126
774 842 #: rhodecode/controllers/admin/permissions.py:175
775 843 #: rhodecode/controllers/admin/permissions.py:229
776 844 msgid "Error occurred during update of permissions"
777 845 msgstr ""
778 846
779 847 #: rhodecode/controllers/admin/permissions.py:160
780 848 msgid "Object permissions updated successfully"
781 849 msgstr ""
782 850
783 851 #: rhodecode/controllers/admin/permissions.py:214
784 852 msgid "Global permissions updated successfully"
785 853 msgstr ""
786 854
787 855 #: rhodecode/controllers/admin/repo_groups.py:197
788 856 #, python-format
789 857 msgid "Created repository group %s"
790 858 msgstr ""
791 859
792 860 #: rhodecode/controllers/admin/repo_groups.py:210
793 861 #, python-format
794 862 msgid "Error occurred during creation of repository group %s"
795 863 msgstr ""
796 864
797 865 #: rhodecode/controllers/admin/repo_groups.py:258
798 866 #, python-format
799 867 msgid "Updated repository group %s"
800 868 msgstr ""
801 869
802 870 #: rhodecode/controllers/admin/repo_groups.py:274
803 871 #, python-format
804 872 msgid "Error occurred during update of repository group %s"
805 873 msgstr ""
806 874
807 875 #: rhodecode/controllers/admin/repo_groups.py:296
808 876 #, python-format
809 877 msgid "This group contains %(num)d repository and cannot be deleted"
810 878 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
811 879 msgstr[0] ""
812 880 msgstr[1] ""
813 881 msgstr[2] ""
814 882 msgstr[3] ""
815 883
816 884 #: rhodecode/controllers/admin/repo_groups.py:305
817 885 #, python-format
818 886 msgid "This group contains %(num)d subgroup and cannot be deleted"
819 887 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
820 888 msgstr[0] ""
821 889 msgstr[1] ""
822 890 msgstr[2] ""
823 891 msgstr[3] ""
824 892
825 893 #: rhodecode/controllers/admin/repo_groups.py:312
826 894 #, python-format
827 895 msgid "Removed repository group %s"
828 896 msgstr ""
829 897
830 898 #: rhodecode/controllers/admin/repo_groups.py:317
831 899 #, python-format
832 900 msgid "Error occurred during deletion of repository group %s"
833 901 msgstr ""
834 902
835 903 #: rhodecode/controllers/admin/repo_groups.py:388
836 904 #: rhodecode/controllers/admin/user_groups.py:325
837 905 msgid "Cannot change permission for yourself as admin"
838 906 msgstr ""
839 907
840 908 #: rhodecode/controllers/admin/repo_groups.py:405
841 909 msgid "Repository Group permissions updated"
842 910 msgstr ""
843 911
844 #: rhodecode/controllers/admin/repos.py:128
912 #: rhodecode/controllers/admin/repos.py:129
845 913 #, python-format
846 914 msgid "Error creating repository %s: invalid certificate"
847 915 msgstr ""
848 916
849 #: rhodecode/controllers/admin/repos.py:132
917 #: rhodecode/controllers/admin/repos.py:133
850 918 #, python-format
851 919 msgid "Error creating repository %s"
852 920 msgstr ""
853 921
854 #: rhodecode/controllers/admin/repos.py:264
922 #: rhodecode/controllers/admin/repos.py:265
855 923 #, python-format
856 924 msgid "Created repository %s from %s"
857 925 msgstr ""
858 926
859 #: rhodecode/controllers/admin/repos.py:273
927 #: rhodecode/controllers/admin/repos.py:274
860 928 #, python-format
861 929 msgid "Forked repository %s as %s"
862 930 msgstr ""
863 931
864 #: rhodecode/controllers/admin/repos.py:276
932 #: rhodecode/controllers/admin/repos.py:277
865 933 #, python-format
866 934 msgid "Created repository %s"
867 935 msgstr ""
868 936
869 #: rhodecode/controllers/admin/repos.py:318
937 #: rhodecode/controllers/admin/repos.py:319
870 938 #, python-format
871 939 msgid "Repository %s updated successfully"
872 940 msgstr ""
873 941
874 #: rhodecode/controllers/admin/repos.py:337
942 #: rhodecode/controllers/admin/repos.py:338
875 943 #, python-format
876 944 msgid "Error occurred during update of repository %s"
877 945 msgstr ""
878 946
879 #: rhodecode/controllers/admin/repos.py:365
947 #: rhodecode/controllers/admin/repos.py:366
880 948 #, python-format
881 949 msgid "Detached %s forks"
882 950 msgstr ""
883 951
884 #: rhodecode/controllers/admin/repos.py:368
952 #: rhodecode/controllers/admin/repos.py:369
885 953 #, python-format
886 954 msgid "Deleted %s forks"
887 955 msgstr ""
888 956
889 #: rhodecode/controllers/admin/repos.py:373
957 #: rhodecode/controllers/admin/repos.py:374
890 958 #, python-format
891 959 msgid "Deleted repository %s"
892 960 msgstr ""
893 961
894 #: rhodecode/controllers/admin/repos.py:376
962 #: rhodecode/controllers/admin/repos.py:377
895 963 #, python-format
896 964 msgid "Cannot delete %s it still contains attached forks"
897 965 msgstr ""
898 966
899 #: rhodecode/controllers/admin/repos.py:381
967 #: rhodecode/controllers/admin/repos.py:382
900 968 #, python-format
901 969 msgid "An error occurred during deletion of %s"
902 970 msgstr ""
903 971
904 #: rhodecode/controllers/admin/repos.py:435
972 #: rhodecode/controllers/admin/repos.py:436
905 973 msgid "Repository permissions updated"
906 974 msgstr ""
907 975
908 #: rhodecode/controllers/admin/repos.py:466
976 #: rhodecode/controllers/admin/repos.py:467
909 977 msgid "An error occurred during creation of field"
910 978 msgstr ""
911 979
912 #: rhodecode/controllers/admin/repos.py:481
980 #: rhodecode/controllers/admin/repos.py:482
913 981 msgid "An error occurred during removal of field"
914 982 msgstr ""
915 983
916 #: rhodecode/controllers/admin/repos.py:520
984 #: rhodecode/controllers/admin/repos.py:521
917 985 msgid "Updated repository visibility in public journal"
918 986 msgstr ""
919 987
920 #: rhodecode/controllers/admin/repos.py:524
988 #: rhodecode/controllers/admin/repos.py:525
921 989 msgid "An error occurred during setting this repository in public journal"
922 990 msgstr ""
923 991
924 #: rhodecode/controllers/admin/repos.py:548
992 #: rhodecode/controllers/admin/repos.py:549
925 993 msgid "Nothing"
926 994 msgstr ""
927 995
928 #: rhodecode/controllers/admin/repos.py:550
996 #: rhodecode/controllers/admin/repos.py:551
929 997 #, python-format
930 998 msgid "Marked repo %s as fork of %s"
931 999 msgstr ""
932 1000
933 #: rhodecode/controllers/admin/repos.py:557
1001 #: rhodecode/controllers/admin/repos.py:558
934 1002 msgid "An error occurred during this operation"
935 1003 msgstr ""
936 1004
937 #: rhodecode/controllers/admin/repos.py:575
1005 #: rhodecode/controllers/admin/repos.py:576
938 1006 msgid "Locked repository"
939 1007 msgstr ""
940 1008
941 #: rhodecode/controllers/admin/repos.py:578
1009 #: rhodecode/controllers/admin/repos.py:579
942 1010 msgid "Unlocked repository"
943 1011 msgstr ""
944 1012
945 #: rhodecode/controllers/admin/repos.py:581
946 #: rhodecode/controllers/admin/repos.py:610
1013 #: rhodecode/controllers/admin/repos.py:582
1014 #: rhodecode/controllers/admin/repos.py:611
947 1015 msgid "An error occurred during unlocking"
948 1016 msgstr ""
949 1017
950 #: rhodecode/controllers/admin/repos.py:600
1018 #: rhodecode/controllers/admin/repos.py:601
951 1019 msgid "Unlocked"
952 1020 msgstr ""
953 1021
954 #: rhodecode/controllers/admin/repos.py:604
1022 #: rhodecode/controllers/admin/repos.py:605
955 1023 msgid "Locked"
956 1024 msgstr ""
957 1025
958 #: rhodecode/controllers/admin/repos.py:606
1026 #: rhodecode/controllers/admin/repos.py:607
959 1027 #, python-format
960 1028 msgid "Repository has been %s"
961 1029 msgstr ""
962 1030
963 #: rhodecode/controllers/admin/repos.py:621
1031 #: rhodecode/controllers/admin/repos.py:622
964 1032 msgid "Cache invalidation successful"
965 1033 msgstr ""
966 1034
967 #: rhodecode/controllers/admin/repos.py:625
1035 #: rhodecode/controllers/admin/repos.py:626
968 1036 msgid "An error occurred during cache invalidation"
969 1037 msgstr ""
970 1038
971 #: rhodecode/controllers/admin/repos.py:645
1039 #: rhodecode/controllers/admin/repos.py:646
972 1040 msgid "Pulled from remote location"
973 1041 msgstr ""
974 1042
975 #: rhodecode/controllers/admin/repos.py:648
1043 #: rhodecode/controllers/admin/repos.py:649
976 1044 msgid "An error occurred during pull from remote location"
977 1045 msgstr ""
978 1046
979 #: rhodecode/controllers/admin/repos.py:670
1047 #: rhodecode/controllers/admin/repos.py:671
980 1048 msgid "An error occurred during deletion of repository stats"
981 1049 msgstr ""
982 1050
983 #: rhodecode/controllers/admin/repos.py:717
1051 #: rhodecode/controllers/admin/repos.py:718
984 1052 msgid "Error occurred during deleting issue tracker entry"
985 1053 msgstr ""
986 1054
987 #: rhodecode/controllers/admin/repos.py:720
988 #: rhodecode/controllers/admin/settings.py:362
1055 #: rhodecode/controllers/admin/repos.py:721
1056 #: rhodecode/controllers/admin/settings.py:363
989 1057 msgid "Removed issue tracker entry"
990 1058 msgstr ""
991 1059
992 #: rhodecode/controllers/admin/repos.py:750
993 #: rhodecode/controllers/admin/settings.py:408
1060 #: rhodecode/controllers/admin/repos.py:751
1061 #: rhodecode/controllers/admin/settings.py:409
994 1062 msgid "Updated issue tracker entries"
995 1063 msgstr ""
996 1064
997 #: rhodecode/controllers/admin/repos.py:809
998 #: rhodecode/controllers/admin/settings.py:141
999 #: rhodecode/controllers/admin/settings.py:718
1065 #: rhodecode/controllers/admin/repos.py:812
1066 #: rhodecode/controllers/admin/settings.py:142
1067 #: rhodecode/controllers/admin/settings.py:719
1000 1068 msgid "Some form inputs contain invalid data."
1001 1069 msgstr ""
1002 1070
1003 #: rhodecode/controllers/admin/repos.py:827
1071 #: rhodecode/controllers/admin/repos.py:830
1004 1072 msgid "Error occurred during updating repository VCS settings"
1005 1073 msgstr ""
1006 1074
1007 #: rhodecode/controllers/admin/repos.py:831
1008 #: rhodecode/controllers/admin/settings.py:167
1075 #: rhodecode/controllers/admin/repos.py:834
1076 #: rhodecode/controllers/admin/settings.py:168
1009 1077 msgid "Updated VCS settings"
1010 1078 msgstr ""
1011 1079
1012 #: rhodecode/controllers/admin/settings.py:163
1013 #: rhodecode/controllers/admin/settings.py:266
1080 #: rhodecode/controllers/admin/settings.py:164
1081 #: rhodecode/controllers/admin/settings.py:267
1014 1082 msgid "Error occurred during updating application settings"
1015 1083 msgstr ""
1016 1084
1017 #: rhodecode/controllers/admin/settings.py:210
1085 #: rhodecode/controllers/admin/settings.py:211
1018 1086 #, python-format
1019 1087 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1020 1088 msgstr ""
1021 1089
1022 #: rhodecode/controllers/admin/settings.py:262
1090 #: rhodecode/controllers/admin/settings.py:263
1023 1091 msgid "Updated application settings"
1024 1092 msgstr ""
1025 1093
1026 #: rhodecode/controllers/admin/settings.py:326
1094 #: rhodecode/controllers/admin/settings.py:327
1027 1095 msgid "Updated visualisation settings"
1028 1096 msgstr ""
1029 1097
1030 #: rhodecode/controllers/admin/settings.py:329
1098 #: rhodecode/controllers/admin/settings.py:330
1031 1099 msgid "Error occurred during updating visualisation settings"
1032 1100 msgstr ""
1033 1101
1034 #: rhodecode/controllers/admin/settings.py:421
1102 #: rhodecode/controllers/admin/settings.py:422
1035 1103 msgid "Please enter email address"
1036 1104 msgstr ""
1037 1105
1038 #: rhodecode/controllers/admin/settings.py:439
1106 #: rhodecode/controllers/admin/settings.py:440
1039 1107 msgid "Send email task created"
1040 1108 msgstr ""
1041 1109
1042 #: rhodecode/controllers/admin/settings.py:472
1110 #: rhodecode/controllers/admin/settings.py:473
1043 1111 msgid "Added new hook"
1044 1112 msgstr ""
1045 1113
1046 #: rhodecode/controllers/admin/settings.py:487
1114 #: rhodecode/controllers/admin/settings.py:488
1047 1115 msgid "Updated hooks"
1048 1116 msgstr ""
1049 1117
1050 #: rhodecode/controllers/admin/settings.py:491
1118 #: rhodecode/controllers/admin/settings.py:492
1051 1119 msgid "Error occurred during hook creation"
1052 1120 msgstr ""
1053 1121
1054 #: rhodecode/controllers/admin/settings.py:539
1122 #: rhodecode/controllers/admin/settings.py:540
1055 1123 #, python-format
1056 1124 msgid "Critical: your disk space is very low <b>%s%%</b> usedpercent"
1057 1125 msgstr ""
1058 1126
1059 #: rhodecode/controllers/admin/settings.py:543
1127 #: rhodecode/controllers/admin/settings.py:544
1060 1128 #, python-format
1061 1129 msgid "Warning: your disk space is running low <b>%s%%</b> usedpercent"
1062 1130 msgstr ""
1063 1131
1064 #: rhodecode/controllers/admin/settings.py:739
1132 #: rhodecode/controllers/admin/settings.py:740
1065 1133 msgid "Error occurred during updating labs settings"
1066 1134 msgstr ""
1067 1135
1068 #: rhodecode/controllers/admin/settings.py:744
1136 #: rhodecode/controllers/admin/settings.py:745
1069 1137 msgid "Updated Labs settings"
1070 1138 msgstr ""
1071 1139
1072 #: rhodecode/controllers/admin/settings.py:794
1073 msgid "Mercurial server-side merge"
1074 msgstr ""
1075
1076 1140 #: rhodecode/controllers/admin/settings.py:795
1077 msgid ""
1078 "Use rebase instead of creating a merge commit when merging via web interface"
1079 msgstr ""
1080
1081 #: rhodecode/controllers/admin/settings.py:801
1082 1141 msgid "Subversion HTTP Support"
1083 1142 msgstr ""
1084 1143
1144 #: rhodecode/controllers/admin/settings.py:796
1145 msgid "Proxy subversion HTTP requests"
1146 msgstr ""
1147
1085 1148 #: rhodecode/controllers/admin/settings.py:802
1086 msgid "Proxy subversion HTTP requests"
1087 msgstr ""
1088
1089 #: rhodecode/controllers/admin/settings.py:808
1090 1149 msgid "Subversion HTTP Server URL"
1091 1150 msgstr ""
1092 1151
1093 #: rhodecode/controllers/admin/settings.py:810
1152 #: rhodecode/controllers/admin/settings.py:804
1094 1153 msgid "e.g. http://localhost:8080/"
1095 1154 msgstr ""
1096 1155
1097 #: rhodecode/controllers/admin/settings.py:845
1098 #: rhodecode/templates/admin/repos/repo_edit.html:48
1099 msgid "VCS"
1100 msgstr ""
1101
1102 #: rhodecode/controllers/admin/settings.py:846
1103 msgid "Visual"
1104 msgstr ""
1105
1106 #: rhodecode/controllers/admin/settings.py:847
1107 msgid "Remap and Rescan"
1108 msgstr ""
1109
1110 #: rhodecode/controllers/admin/settings.py:849
1111 #: rhodecode/templates/admin/repos/repo_edit.html:54
1112 msgid "Issue Tracker"
1113 msgstr ""
1114
1115 #: rhodecode/controllers/admin/settings.py:851
1116 #: rhodecode/templates/register.html:76
1117 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
1118 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
1119 #: rhodecode/templates/admin/users/user_add.html:86
1120 #: rhodecode/templates/admin/users/user_edit_profile.html:65
1121 #: rhodecode/templates/admin/users/users.html:91
1122 #: rhodecode/templates/users/user_profile.html:51
1123 msgid "Email"
1124 msgstr ""
1125
1126 #: rhodecode/controllers/admin/settings.py:852
1127 msgid "Hooks"
1128 msgstr ""
1129
1130 #: rhodecode/controllers/admin/settings.py:853
1131 msgid "Full Text Search"
1132 msgstr ""
1133
1134 #: rhodecode/controllers/admin/settings.py:855
1135 #: rhodecode/templates/admin/settings/settings_system.html:47
1136 msgid "System Info"
1137 msgstr ""
1138
1139 #: rhodecode/controllers/admin/settings.py:857
1140 msgid "Open Source Licenses"
1141 msgstr ""
1142
1143 #: rhodecode/controllers/admin/settings.py:875
1144 msgid "Labs"
1145 msgstr ""
1146
1147 1156 #: rhodecode/controllers/admin/user_groups.py:168
1148 1157 #, python-format
1149 1158 msgid "Created user group %(user_group_link)s"
1150 1159 msgstr ""
1151 1160
1152 1161 #: rhodecode/controllers/admin/user_groups.py:182
1153 1162 #, python-format
1154 1163 msgid "Error occurred during creation of user group %s"
1155 1164 msgstr ""
1156 1165
1157 1166 #: rhodecode/controllers/admin/user_groups.py:223
1158 1167 #, python-format
1159 1168 msgid "Updated user group %s"
1160 1169 msgstr ""
1161 1170
1162 1171 #: rhodecode/controllers/admin/user_groups.py:238
1163 1172 #, python-format
1164 1173 msgid "Error occurred during update of user group %s"
1165 1174 msgstr ""
1166 1175
1167 1176 #: rhodecode/controllers/admin/user_groups.py:260
1168 1177 msgid "Successfully deleted user group"
1169 1178 msgstr ""
1170 1179
1171 1180 #: rhodecode/controllers/admin/user_groups.py:265
1172 1181 msgid "An error occurred during deletion of user group"
1173 1182 msgstr ""
1174 1183
1175 1184 #: rhodecode/controllers/admin/user_groups.py:333
1176 1185 msgid "Target group cannot be the same"
1177 1186 msgstr ""
1178 1187
1179 1188 #: rhodecode/controllers/admin/user_groups.py:339
1180 1189 msgid "User Group permissions updated"
1181 1190 msgstr ""
1182 1191
1183 1192 #: rhodecode/controllers/admin/user_groups.py:424
1184 1193 msgid "User Group global permissions updated successfully"
1185 1194 msgstr ""
1186 1195
1187 1196 #: rhodecode/controllers/admin/user_groups.py:440
1188 #: rhodecode/controllers/admin/users.py:566
1197 #: rhodecode/controllers/admin/users.py:561
1189 1198 msgid "An error occurred during permissions saving"
1190 1199 msgstr ""
1191 1200
1192 #: rhodecode/controllers/admin/users.py:147
1201 #: rhodecode/controllers/admin/users.py:142
1193 1202 #, python-format
1194 1203 msgid "Created user %(user_link)s"
1195 1204 msgstr ""
1196 1205
1197 #: rhodecode/controllers/admin/users.py:162
1206 #: rhodecode/controllers/admin/users.py:157
1198 1207 #, python-format
1199 1208 msgid "Error occurred during creation of user %s"
1200 1209 msgstr ""
1201 1210
1202 #: rhodecode/controllers/admin/users.py:206
1211 #: rhodecode/controllers/admin/users.py:201
1203 1212 msgid "User updated successfully"
1204 1213 msgstr ""
1205 1214
1215 #: rhodecode/controllers/admin/users.py:252
1216 #, python-format
1217 msgid "Detached %s repositories"
1218 msgstr ""
1219
1206 1220 #: rhodecode/controllers/admin/users.py:257
1207 1221 #, python-format
1208 msgid "Detached %s repositories"
1209 msgstr ""
1210
1211 #: rhodecode/controllers/admin/users.py:262
1212 #, python-format
1213 1222 msgid "Deleted %s repositories"
1214 1223 msgstr ""
1215 1224
1225 #: rhodecode/controllers/admin/users.py:265
1226 #, python-format
1227 msgid "Detached %s repository groups"
1228 msgstr ""
1229
1216 1230 #: rhodecode/controllers/admin/users.py:270
1217 1231 #, python-format
1218 msgid "Detached %s repository groups"
1219 msgstr ""
1220
1221 #: rhodecode/controllers/admin/users.py:275
1222 #, python-format
1223 1232 msgid "Deleted %s repository groups"
1224 1233 msgstr ""
1225 1234
1235 #: rhodecode/controllers/admin/users.py:278
1236 #, python-format
1237 msgid "Detached %s user groups"
1238 msgstr ""
1239
1226 1240 #: rhodecode/controllers/admin/users.py:283
1227 1241 #, python-format
1228 msgid "Detached %s user groups"
1229 msgstr ""
1230
1231 #: rhodecode/controllers/admin/users.py:288
1232 #, python-format
1233 1242 msgid "Deleted %s user groups"
1234 1243 msgstr ""
1235 1244
1236 #: rhodecode/controllers/admin/users.py:299
1245 #: rhodecode/controllers/admin/users.py:294
1237 1246 msgid "Successfully deleted user"
1238 1247 msgstr ""
1239 1248
1240 #: rhodecode/controllers/admin/users.py:305
1249 #: rhodecode/controllers/admin/users.py:300
1241 1250 msgid "An error occurred during deletion of user"
1242 1251 msgstr ""
1243 1252
1244 #: rhodecode/controllers/admin/users.py:324
1253 #: rhodecode/controllers/admin/users.py:319
1245 1254 msgid "Force password change disabled for user"
1246 1255 msgstr ""
1247 1256
1248 #: rhodecode/controllers/admin/users.py:326
1257 #: rhodecode/controllers/admin/users.py:321
1249 1258 msgid "Force password change enabled for user"
1250 1259 msgstr ""
1251 1260
1252 #: rhodecode/controllers/admin/users.py:330
1261 #: rhodecode/controllers/admin/users.py:325
1253 1262 msgid "An error occurred during password reset for user"
1254 1263 msgstr ""
1255 1264
1256 #: rhodecode/controllers/admin/users.py:356
1265 #: rhodecode/controllers/admin/users.py:351
1257 1266 #, python-format
1258 1267 msgid "Created repository group `%s`"
1259 1268 msgstr ""
1260 1269
1261 #: rhodecode/controllers/admin/users.py:360
1270 #: rhodecode/controllers/admin/users.py:355
1262 1271 msgid "An error occurred during repository group creation for user"
1263 1272 msgstr ""
1264 1273
1265 #: rhodecode/controllers/admin/users.py:379
1266 #: rhodecode/controllers/admin/users.py:400
1267 #: rhodecode/controllers/admin/users.py:430
1268 #: rhodecode/controllers/admin/users.py:461
1269 #: rhodecode/controllers/admin/users.py:478
1270 #: rhodecode/controllers/admin/users.py:501
1271 #: rhodecode/controllers/admin/users.py:575
1272 #: rhodecode/controllers/admin/users.py:588
1273 #: rhodecode/controllers/admin/users.py:646
1274 #: rhodecode/controllers/admin/users.py:374
1275 #: rhodecode/controllers/admin/users.py:395
1276 #: rhodecode/controllers/admin/users.py:425
1277 #: rhodecode/controllers/admin/users.py:456
1278 #: rhodecode/controllers/admin/users.py:473
1279 #: rhodecode/controllers/admin/users.py:496
1280 #: rhodecode/controllers/admin/users.py:570
1281 #: rhodecode/controllers/admin/users.py:583
1282 #: rhodecode/controllers/admin/users.py:641
1274 1283 msgid "You can't edit this user"
1275 1284 msgstr ""
1276 1285
1277 #: rhodecode/controllers/admin/users.py:414
1286 #: rhodecode/controllers/admin/users.py:409
1278 1287 msgid ""
1279 1288 "The user participates as reviewer in pull requests and cannot be deleted. "
1280 1289 "You can set the user to \"inactive\" instead of deleting it."
1281 1290 msgstr ""
1282 1291
1283 #: rhodecode/controllers/admin/users.py:550
1292 #: rhodecode/controllers/admin/users.py:545
1284 1293 msgid "User global permissions updated successfully"
1285 1294 msgstr ""
1286 1295
1287 #: rhodecode/controllers/admin/users.py:678
1296 #: rhodecode/controllers/admin/users.py:673
1288 1297 #, python-format
1289 1298 msgid "An error occurred during ip saving:%s"
1290 1299 msgstr ""
1291 1300
1292 #: rhodecode/controllers/admin/users.py:693
1301 #: rhodecode/controllers/admin/users.py:688
1293 1302 msgid "An error occurred during ip saving"
1294 1303 msgstr ""
1295 1304
1296 #: rhodecode/controllers/admin/users.py:697
1305 #: rhodecode/controllers/admin/users.py:692
1297 1306 #, python-format
1298 1307 msgid "Added ips %s to user whitelist"
1299 1308 msgstr ""
1300 1309
1301 #: rhodecode/controllers/admin/users.py:715
1310 #: rhodecode/controllers/admin/users.py:710
1302 1311 msgid "Removed ip address from user whitelist"
1303 1312 msgstr ""
1304 1313
1314 #: rhodecode/events/pullrequest.py:65
1315 msgid "pullrequest created"
1316 msgstr ""
1317
1318 #: rhodecode/events/pullrequest.py:74
1319 msgid "pullrequest closed"
1320 msgstr ""
1321
1322 #: rhodecode/events/pullrequest.py:83
1323 msgid "pullrequest commits updated"
1324 msgstr ""
1325
1326 #: rhodecode/events/pullrequest.py:92
1327 msgid "pullrequest review changed"
1328 msgstr ""
1329
1330 #: rhodecode/events/pullrequest.py:101
1331 msgid "pullrequest merged"
1332 msgstr ""
1333
1334 #: rhodecode/events/pullrequest.py:110
1335 msgid "pullrequest commented"
1336 msgstr ""
1337
1338 #: rhodecode/events/repo.py:135
1339 msgid "repository pre create"
1340 msgstr ""
1341
1342 #: rhodecode/events/repo.py:144
1343 msgid "repository created"
1344 msgstr ""
1345
1346 #: rhodecode/events/repo.py:153
1347 msgid "repository pre delete"
1348 msgstr ""
1349
1350 #: rhodecode/events/repo.py:162
1351 msgid "repository deleted"
1352 msgstr ""
1353
1354 #: rhodecode/events/repo.py:193
1355 msgid "repository pre pull"
1356 msgstr ""
1357
1358 #: rhodecode/events/repo.py:202
1359 msgid "repository pull"
1360 msgstr ""
1361
1362 #: rhodecode/events/repo.py:211
1363 msgid "repository pre push"
1364 msgstr ""
1365
1366 #: rhodecode/events/repo.py:222
1367 msgid "repository push"
1368 msgstr ""
1369
1370 #: rhodecode/events/user.py:34
1371 msgid "user registered"
1372 msgstr ""
1373
1374 #: rhodecode/events/user.py:48
1375 msgid "user pre create"
1376 msgstr ""
1377
1378 #: rhodecode/events/user.py:61
1379 msgid "user pre update"
1380 msgstr ""
1381
1382 #: rhodecode/integrations/schema.py:35
1383 msgid "Enable or disable this integration."
1384 msgstr ""
1385
1386 #: rhodecode/integrations/schema.py:42
1387 msgid "Short name for this integration."
1388 msgstr ""
1389
1390 #: rhodecode/integrations/schema.py:44
1391 msgid "Integration name"
1392 msgstr ""
1393
1394 #: rhodecode/integrations/views.py:172
1395 msgid "Integration {integration_name} deleted successfully."
1396 msgstr ""
1397
1398 #: rhodecode/integrations/views.py:200
1399 msgid ""
1400 "Errors exist when saving integration settings. Please check the form inputs."
1401 msgstr ""
1402
1403 #: rhodecode/integrations/views.py:220
1404 msgid "Integration {integration_name} updated successfully."
1405 msgstr ""
1406
1407 #: rhodecode/integrations/types/slack.py:45
1408 msgid "Slack service URL"
1409 msgstr ""
1410
1411 #: rhodecode/integrations/types/slack.py:46
1412 msgid ""
1413 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1414 "/incoming-webhook/\">slack app manager</a>"
1415 msgstr ""
1416
1417 #: rhodecode/integrations/types/slack.py:59 rhodecode/templates/login.html:43
1418 #: rhodecode/templates/register.html:41
1419 #: rhodecode/templates/admin/admin_log.html:7
1420 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
1421 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:21
1422 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:66
1423 #: rhodecode/templates/admin/users/user_add.html:35
1424 #: rhodecode/templates/admin/users/user_edit_profile.html:39
1425 #: rhodecode/templates/admin/users/users.html:88
1426 #: rhodecode/templates/base/base.html:306
1427 #: rhodecode/templates/debug_style/login.html:36
1428 #: rhodecode/templates/email_templates/user_registration.mako:23
1429 #: rhodecode/templates/users/user_profile.html:27
1430 msgid "Username"
1431 msgstr ""
1432
1433 #: rhodecode/integrations/types/slack.py:60
1434 msgid "Username to show notifications coming from."
1435 msgstr ""
1436
1437 #: rhodecode/integrations/types/slack.py:69
1438 msgid "Channel"
1439 msgstr ""
1440
1441 #: rhodecode/integrations/types/slack.py:70
1442 msgid "Channel to send notifications to."
1443 msgstr ""
1444
1445 #: rhodecode/integrations/types/slack.py:79
1446 msgid "Emoji"
1447 msgstr ""
1448
1449 #: rhodecode/integrations/types/slack.py:80
1450 msgid "Emoji to use eg. :studio_microphone:"
1451 msgstr ""
1452
1453 #: rhodecode/integrations/types/slack.py:107
1454 msgid "Slack"
1455 msgstr ""
1456
1457 #: rhodecode/integrations/types/webhook.py:41
1458 msgid "Webhook URL"
1459 msgstr ""
1460
1461 #: rhodecode/integrations/types/webhook.py:42
1462 msgid "URL of the webhook to receive POST event."
1463 msgstr ""
1464
1465 #: rhodecode/integrations/types/webhook.py:51
1466 msgid "Secret Token"
1467 msgstr ""
1468
1469 #: rhodecode/integrations/types/webhook.py:52
1470 msgid "String used to validate received payloads."
1471 msgstr ""
1472
1473 #: rhodecode/integrations/types/webhook.py:62
1474 msgid "Webhook"
1475 msgstr ""
1476
1305 1477 #: rhodecode/lib/action_parser.py:89
1306 1478 msgid "[deleted] repository"
1307 1479 msgstr ""
1308 1480
1309 1481 #: rhodecode/lib/action_parser.py:92 rhodecode/lib/action_parser.py:110
1310 1482 msgid "[created] repository"
1311 1483 msgstr ""
1312 1484
1313 1485 #: rhodecode/lib/action_parser.py:95
1314 1486 msgid "[created] repository as fork"
1315 1487 msgstr ""
1316 1488
1317 1489 #: rhodecode/lib/action_parser.py:98 rhodecode/lib/action_parser.py:113
1318 1490 msgid "[forked] repository"
1319 1491 msgstr ""
1320 1492
1321 1493 #: rhodecode/lib/action_parser.py:101 rhodecode/lib/action_parser.py:116
1322 1494 msgid "[updated] repository"
1323 1495 msgstr ""
1324 1496
1325 1497 #: rhodecode/lib/action_parser.py:104
1326 1498 msgid "[downloaded] archive from repository"
1327 1499 msgstr ""
1328 1500
1329 1501 #: rhodecode/lib/action_parser.py:107
1330 1502 msgid "[delete] repository"
1331 1503 msgstr ""
1332 1504
1333 1505 #: rhodecode/lib/action_parser.py:119
1334 1506 msgid "[created] user"
1335 1507 msgstr ""
1336 1508
1337 1509 #: rhodecode/lib/action_parser.py:122
1338 1510 msgid "[updated] user"
1339 1511 msgstr ""
1340 1512
1341 1513 #: rhodecode/lib/action_parser.py:125
1342 1514 msgid "[created] user group"
1343 1515 msgstr ""
1344 1516
1345 1517 #: rhodecode/lib/action_parser.py:128
1346 1518 msgid "[updated] user group"
1347 1519 msgstr ""
1348 1520
1349 1521 #: rhodecode/lib/action_parser.py:131
1350 1522 msgid "[commented] on commit in repository"
1351 1523 msgstr ""
1352 1524
1353 1525 #: rhodecode/lib/action_parser.py:134
1354 1526 msgid "[commented] on pull request for"
1355 1527 msgstr ""
1356 1528
1357 1529 #: rhodecode/lib/action_parser.py:137
1358 1530 msgid "[closed] pull request for"
1359 1531 msgstr ""
1360 1532
1361 1533 #: rhodecode/lib/action_parser.py:140
1362 1534 msgid "[merged] pull request for"
1363 1535 msgstr ""
1364 1536
1365 1537 #: rhodecode/lib/action_parser.py:143
1366 1538 msgid "[pushed] into"
1367 1539 msgstr ""
1368 1540
1369 1541 #: rhodecode/lib/action_parser.py:146
1370 1542 msgid "[committed via RhodeCode] into repository"
1371 1543 msgstr ""
1372 1544
1373 1545 #: rhodecode/lib/action_parser.py:149
1374 1546 msgid "[pulled from remote] into repository"
1375 1547 msgstr ""
1376 1548
1377 1549 #: rhodecode/lib/action_parser.py:152
1378 1550 msgid "[pulled] from"
1379 1551 msgstr ""
1380 1552
1381 1553 #: rhodecode/lib/action_parser.py:155
1382 1554 msgid "[started following] repository"
1383 1555 msgstr ""
1384 1556
1385 1557 #: rhodecode/lib/action_parser.py:158
1386 1558 msgid "[stopped following] repository"
1387 1559 msgstr ""
1388 1560
1389 1561 #: rhodecode/lib/action_parser.py:166
1390 1562 #, python-format
1391 1563 msgid "fork name %s"
1392 1564 msgstr ""
1393 1565
1394 1566 #: rhodecode/lib/action_parser.py:183
1395 1567 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
1396 1568 #, python-format
1397 1569 msgid "Pull request #%s"
1398 1570 msgstr ""
1399 1571
1400 1572 #: rhodecode/lib/action_parser.py:216
1401 1573 #, python-format
1402 1574 msgid "Show all combined commits %s->%s"
1403 1575 msgstr ""
1404 1576
1405 1577 #: rhodecode/lib/action_parser.py:220
1406 1578 msgid "compare view"
1407 1579 msgstr ""
1408 1580
1409 1581 #: rhodecode/lib/action_parser.py:227
1410 1582 #, python-format
1411 1583 msgid " and %(num)s more commits"
1412 1584 msgstr ""
1413 1585
1414 1586 #: rhodecode/lib/action_parser.py:279
1415 1587 #, python-format
1416 1588 msgid "Deleted branch: %s"
1417 1589 msgstr ""
1418 1590
1419 1591 #: rhodecode/lib/action_parser.py:282
1420 1592 #, python-format
1421 1593 msgid "Created tag: %s"
1422 1594 msgstr ""
1423 1595
1424 1596 #: rhodecode/lib/action_parser.py:295
1425 1597 msgid "Commit not found"
1426 1598 msgstr ""
1427 1599
1428 1600 #: rhodecode/lib/auth.py:1180
1429 1601 #, python-format
1430 1602 msgid "IP %s not allowed"
1431 1603 msgstr ""
1432 1604
1433 1605 #: rhodecode/lib/auth.py:1254
1434 1606 msgid "You need to be a registered user to perform this action"
1435 1607 msgstr ""
1436 1608
1437 1609 #: rhodecode/lib/auth.py:1302
1438 1610 #, python-format
1439 1611 msgid "Action not supported for %s."
1440 1612 msgstr ""
1441 1613
1442 1614 #: rhodecode/lib/auth.py:1339
1443 1615 msgid "You need to be signed in to view this page"
1444 1616 msgstr ""
1445 1617
1446 #: rhodecode/lib/base.py:511
1618 #: rhodecode/lib/base.py:545
1447 1619 #, python-format
1448 1620 msgid "The repository at %(repo_name)s cannot be located."
1449 1621 msgstr ""
1450 1622
1623 #: rhodecode/lib/diffs.py:56
1624 msgid "Click to comment"
1625 msgstr ""
1626
1451 1627 #: rhodecode/lib/diffs.py:71
1452 1628 msgid "Binary file"
1453 1629 msgstr ""
1454 1630
1455 1631 #: rhodecode/lib/diffs.py:91
1456 1632 msgid ""
1457 1633 "Changeset was too big and was cut off, use diff menu to display this diff"
1458 1634 msgstr ""
1459 1635
1460 1636 #: rhodecode/lib/diffs.py:102
1461 1637 msgid "No changes detected"
1462 1638 msgstr ""
1463 1639
1464 #: rhodecode/lib/helpers.py:1434
1640 #: rhodecode/lib/diffs.py:631
1641 msgid "Click to select line"
1642 msgstr ""
1643
1644 #: rhodecode/lib/helpers.py:1481
1465 1645 #, python-format
1466 1646 msgid " and %s more"
1467 1647 msgstr ""
1468 1648
1469 #: rhodecode/lib/helpers.py:1438
1649 #: rhodecode/lib/helpers.py:1485
1470 1650 msgid "No Files"
1471 1651 msgstr ""
1472 1652
1473 #: rhodecode/lib/helpers.py:1511
1653 #: rhodecode/lib/helpers.py:1558
1474 1654 msgid "new file"
1475 1655 msgstr ""
1476 1656
1477 #: rhodecode/lib/helpers.py:1514
1657 #: rhodecode/lib/helpers.py:1561
1478 1658 msgid "mod"
1479 1659 msgstr ""
1480 1660
1481 #: rhodecode/lib/helpers.py:1517
1661 #: rhodecode/lib/helpers.py:1564
1482 1662 msgid "del"
1483 1663 msgstr ""
1484 1664
1485 #: rhodecode/lib/helpers.py:1520
1665 #: rhodecode/lib/helpers.py:1567
1486 1666 msgid "rename"
1487 1667 msgstr ""
1488 1668
1489 #: rhodecode/lib/helpers.py:1525
1669 #: rhodecode/lib/helpers.py:1572
1490 1670 msgid "chmod"
1491 1671 msgstr ""
1492 1672
1493 #: rhodecode/lib/helpers.py:1767
1673 #: rhodecode/lib/helpers.py:1819
1494 1674 msgid ""
1495 1675 "Example filter terms:\n"
1496 1676 " repository:vcs\n"
1497 1677 " username:marcin\n"
1498 1678 " action:*push*\n"
1499 1679 " ip:127.0.0.1\n"
1500 1680 " date:20120101\n"
1501 1681 " date:[20120101100000 TO 20120102]\n"
1502 1682 "\n"
1503 1683 "Generate wildcards using '*' character:\n"
1504 1684 " \"repository:vcs*\" - search everything starting with 'vcs'\n"
1505 1685 " \"repository:*vcs*\" - search for repository containing 'vcs'\n"
1506 1686 "\n"
1507 1687 "Optional AND / OR operators in queries\n"
1508 1688 " \"repository:vcs OR repository:test\"\n"
1509 1689 " \"username:test AND repository:test*\"\n"
1510 1690 msgstr ""
1511 1691
1512 #: rhodecode/lib/helpers.py:1787
1692 #: rhodecode/lib/helpers.py:1839
1513 1693 #, python-format
1514 1694 msgid ""
1515 1695 "%s repository is not mapped to db perhaps it was created or renamed from the"
1516 1696 " filesystem please run the application again in order to rescan repositories"
1517 1697 msgstr ""
1518 1698
1519 #: rhodecode/lib/utils2.py:453
1699 #: rhodecode/lib/utils2.py:454
1520 1700 #, python-format
1521 1701 msgid "%d year"
1522 1702 msgid_plural "%d years"
1523 1703 msgstr[0] ""
1524 1704 msgstr[1] ""
1525 1705 msgstr[2] ""
1526 1706 msgstr[3] ""
1527 1707
1528 #: rhodecode/lib/utils2.py:454
1708 #: rhodecode/lib/utils2.py:455
1529 1709 #, python-format
1530 1710 msgid "%d month"
1531 1711 msgid_plural "%d months"
1532 1712 msgstr[0] ""
1533 1713 msgstr[1] ""
1534 1714 msgstr[2] ""
1535 1715 msgstr[3] ""
1536 1716
1537 #: rhodecode/lib/utils2.py:455
1717 #: rhodecode/lib/utils2.py:456
1538 1718 #, python-format
1539 1719 msgid "%d day"
1540 1720 msgid_plural "%d days"
1541 1721 msgstr[0] ""
1542 1722 msgstr[1] ""
1543 1723 msgstr[2] ""
1544 1724 msgstr[3] ""
1545 1725
1546 #: rhodecode/lib/utils2.py:456
1726 #: rhodecode/lib/utils2.py:457
1547 1727 #, python-format
1548 1728 msgid "%d hour"
1549 1729 msgid_plural "%d hours"
1550 1730 msgstr[0] ""
1551 1731 msgstr[1] ""
1552 1732 msgstr[2] ""
1553 1733 msgstr[3] ""
1554 1734
1555 #: rhodecode/lib/utils2.py:457
1735 #: rhodecode/lib/utils2.py:458
1556 1736 #, python-format
1557 1737 msgid "%d minute"
1558 1738 msgid_plural "%d minutes"
1559 1739 msgstr[0] ""
1560 1740 msgstr[1] ""
1561 1741 msgstr[2] ""
1562 1742 msgstr[3] ""
1563 1743
1564 #: rhodecode/lib/utils2.py:458
1744 #: rhodecode/lib/utils2.py:459
1565 1745 #, python-format
1566 1746 msgid "%d second"
1567 1747 msgid_plural "%d seconds"
1568 1748 msgstr[0] ""
1569 1749 msgstr[1] ""
1570 1750 msgstr[2] ""
1571 1751 msgstr[3] ""
1572 1752
1573 #: rhodecode/lib/utils2.py:476
1753 #: rhodecode/lib/utils2.py:477
1574 1754 #, python-format
1575 1755 msgid "in %s"
1576 1756 msgstr ""
1577 1757
1578 #: rhodecode/lib/utils2.py:482
1758 #: rhodecode/lib/utils2.py:483
1579 1759 #, python-format
1580 1760 msgid "%s ago"
1581 1761 msgstr ""
1582 1762
1583 #: rhodecode/lib/utils2.py:492
1763 #: rhodecode/lib/utils2.py:493
1584 1764 #, python-format
1585 1765 msgid "%s, %s ago"
1586 1766 msgstr ""
1587 1767
1588 #: rhodecode/lib/utils2.py:494
1768 #: rhodecode/lib/utils2.py:495
1589 1769 #, python-format
1590 1770 msgid "in %s, %s"
1591 1771 msgstr ""
1592 1772
1593 #: rhodecode/lib/utils2.py:496
1773 #: rhodecode/lib/utils2.py:497
1594 1774 #, python-format
1595 1775 msgid "%s and %s"
1596 1776 msgstr ""
1597 1777
1598 #: rhodecode/lib/utils2.py:498
1778 #: rhodecode/lib/utils2.py:499
1599 1779 #, python-format
1600 1780 msgid "%s and %s ago"
1601 1781 msgstr ""
1602 1782
1603 #: rhodecode/lib/utils2.py:500
1783 #: rhodecode/lib/utils2.py:501
1604 1784 #, python-format
1605 1785 msgid "in %s and %s"
1606 1786 msgstr ""
1607 1787
1608 #: rhodecode/lib/utils2.py:504
1788 #: rhodecode/lib/utils2.py:505 rhodecode/public/js/scripts.js:25035
1789 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
1790 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
1609 1791 msgid "just now"
1610 1792 msgstr ""
1611 1793
1612 1794 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
1613 1795 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
1614 1796 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
1615 1797 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:684
1616 1798 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:657
1617 1799 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:659
1618 1800 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:682
1619 1801 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
1620 1802 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
1621 1803 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
1622 1804 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
1623 1805 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
1624 1806 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
1625 1807 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
1626 1808 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
1627 1809 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
1628 1810 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
1629 1811 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
1630 1812 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
1631 1813 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
1632 1814 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
1633 1815 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
1634 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971 rhodecode/model/db.py:2291
1816 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
1817 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
1818 #: rhodecode/model/db.py:2285
1635 1819 msgid "Repository no access"
1636 1820 msgstr ""
1637 1821
1638 1822 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:571
1639 1823 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:583
1640 1824 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:600
1641 1825 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:685
1642 1826 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:658
1643 1827 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:660
1644 1828 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:683
1645 1829 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
1646 1830 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
1647 1831 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
1648 1832 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:734
1649 1833 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:737
1650 1834 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:739
1651 1835 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:739
1652 1836 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:766
1653 1837 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:776
1654 1838 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:819
1655 1839 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:818
1656 1840 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:819
1657 1841 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:819
1658 1842 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:825
1659 1843 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
1660 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972 rhodecode/model/db.py:2292
1844 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
1845 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
1846 #: rhodecode/model/db.py:2286
1661 1847 msgid "Repository read access"
1662 1848 msgstr ""
1663 1849
1664 1850 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:572
1665 1851 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:584
1666 1852 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:601
1667 1853 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:686
1668 1854 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:659
1669 1855 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:661
1670 1856 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:684
1671 1857 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
1672 1858 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
1673 1859 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
1674 1860 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
1675 1861 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
1676 1862 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
1677 1863 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
1678 1864 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
1679 1865 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
1680 1866 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
1681 1867 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
1682 1868 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
1683 1869 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
1684 1870 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
1685 1871 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
1686 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973 rhodecode/model/db.py:2293
1872 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
1873 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
1874 #: rhodecode/model/db.py:2287
1687 1875 msgid "Repository write access"
1688 1876 msgstr ""
1689 1877
1690 1878 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:573
1691 1879 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:585
1692 1880 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:602
1693 1881 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:687
1694 1882 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:660
1695 1883 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:662
1696 1884 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:685
1697 1885 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
1698 1886 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
1699 1887 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
1700 1888 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
1701 1889 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
1702 1890 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
1703 1891 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
1704 1892 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
1705 1893 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
1706 1894 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
1707 1895 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
1708 1896 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
1709 1897 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
1710 1898 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
1711 1899 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
1712 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974 rhodecode/model/db.py:2294
1900 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
1901 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
1902 #: rhodecode/model/db.py:2288
1713 1903 msgid "Repository admin access"
1714 1904 msgstr ""
1715 1905
1716 1906 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:575
1717 1907 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:587
1718 1908 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:604
1719 1909 msgid "Repositories Group no access"
1720 1910 msgstr ""
1721 1911
1722 1912 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:576
1723 1913 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:588
1724 1914 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:605
1725 1915 msgid "Repositories Group read access"
1726 1916 msgstr ""
1727 1917
1728 1918 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:577
1729 1919 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:589
1730 1920 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:606
1731 1921 msgid "Repositories Group write access"
1732 1922 msgstr ""
1733 1923
1734 1924 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:578
1735 1925 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:590
1736 1926 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:607
1737 1927 msgid "Repositories Group admin access"
1738 1928 msgstr ""
1739 1929
1740 1930 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:580
1741 1931 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:592
1742 1932 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:609
1743 1933 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:694
1744 1934 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:655
1745 1935 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:657
1746 1936 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:680
1747 1937 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
1748 1938 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
1749 1939 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
1750 1940 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:731
1751 1941 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:734
1752 1942 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:736
1753 1943 msgid "RhodeCode Administrator"
1754 1944 msgstr ""
1755 1945
1756 1946 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:581
1757 1947 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:593
1758 1948 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:610
1759 1949 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:695
1760 1950 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:678
1761 1951 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:680
1762 1952 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:703
1763 1953 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
1764 1954 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
1765 1955 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
1766 1956 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
1767 1957 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
1768 1958 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
1769 1959 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
1770 1960 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
1771 1961 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
1772 1962 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
1773 1963 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
1774 1964 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
1775 1965 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
1776 1966 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
1777 1967 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
1778 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992 rhodecode/model/db.py:2312
1968 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
1969 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
1970 #: rhodecode/model/db.py:2306
1779 1971 msgid "Repository creation disabled"
1780 1972 msgstr ""
1781 1973
1782 1974 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:582
1783 1975 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:594
1784 1976 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:611
1785 1977 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:696
1786 1978 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:679
1787 1979 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:681
1788 1980 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:704
1789 1981 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
1790 1982 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
1791 1983 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
1792 1984 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:755
1793 1985 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:758
1794 1986 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:760
1795 1987 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:760
1796 1988 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:787
1797 1989 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:797
1798 1990 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:840
1799 1991 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:839
1800 1992 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:840
1801 1993 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:840
1802 1994 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:846
1803 1995 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
1804 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993 rhodecode/model/db.py:2313
1996 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
1997 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
1998 #: rhodecode/model/db.py:2307
1805 1999 msgid "Repository creation enabled"
1806 2000 msgstr ""
1807 2001
1808 2002 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:583
1809 2003 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:595
1810 2004 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:612
1811 2005 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:697
1812 2006 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:681
1813 2007 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:683
1814 2008 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:706
1815 2009 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
1816 2010 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
1817 2011 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
1818 2012 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
1819 2013 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
1820 2014 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
1821 2015 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
1822 2016 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
1823 2017 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
1824 2018 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
1825 2019 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
1826 2020 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
1827 2021 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
1828 2022 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
1829 2023 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
1830 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997 rhodecode/model/db.py:2317
2024 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2025 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2026 #: rhodecode/model/db.py:2311
1831 2027 msgid "Repository forking disabled"
1832 2028 msgstr ""
1833 2029
1834 2030 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:584
1835 2031 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:596
1836 2032 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:613
1837 2033 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:698
1838 2034 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:682
1839 2035 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:684
1840 2036 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:707
1841 2037 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
1842 2038 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
1843 2039 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
1844 2040 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:760
1845 2041 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:763
1846 2042 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:765
1847 2043 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:765
1848 2044 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:792
1849 2045 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:802
1850 2046 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:845
1851 2047 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:844
1852 2048 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:845
1853 2049 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:845
1854 2050 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:851
1855 2051 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
1856 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998 rhodecode/model/db.py:2318
2052 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2053 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2054 #: rhodecode/model/db.py:2312
1857 2055 msgid "Repository forking enabled"
1858 2056 msgstr ""
1859 2057
1860 2058 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:585
1861 2059 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:597
1862 2060 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:614
1863 2061 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:699
1864 2062 msgid "Register disabled"
1865 2063 msgstr ""
1866 2064
1867 2065 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:586
1868 2066 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:598
1869 2067 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:615
1870 2068 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:700
1871 2069 msgid "Register new user with RhodeCode with manual activation"
1872 2070 msgstr ""
1873 2071
1874 2072 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:589
1875 2073 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:601
1876 2074 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:618
1877 2075 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:703
1878 2076 msgid "Register new user with RhodeCode with auto activation"
1879 2077 msgstr ""
1880 2078
1881 2079 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:845
1882 2080 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:865
1883 2081 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:874
1884 2082 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:959
1885 2083 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:995
1886 2084 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:997
1887 2085 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1020
1888 2086 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
1889 2087 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
1890 2088 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
1891 2089 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1074
1892 2090 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1077
1893 2091 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1088
1894 2092 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1091
1895 2093 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1121
1896 2094 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1135
1897 2095 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1178
1898 2096 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1177
1899 2097 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1186
1900 2098 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1186
1901 2099 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1196
1902 2100 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
1903 2101 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
1904 #: rhodecode/model/db.py:2950
2102 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2103 #: rhodecode/model/db.py:2944
1905 2104 msgid "Not Reviewed"
1906 2105 msgstr ""
1907 2106
1908 2107 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:846
1909 2108 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:866
1910 2109 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:875
1911 2110 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:960
1912 2111 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:996
1913 2112 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:998
1914 2113 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1021
1915 2114 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
1916 2115 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
1917 2116 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
1918 2117 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1075
1919 2118 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1078
1920 2119 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1089
1921 2120 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1092
1922 2121 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1122
1923 2122 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1136
1924 2123 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1179
1925 2124 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1178
1926 2125 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1187
1927 2126 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1187
1928 2127 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1197
1929 2128 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
1930 2129 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
1931 #: rhodecode/model/db.py:2951
2130 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2131 #: rhodecode/model/db.py:2945
1932 2132 msgid "Approved"
1933 2133 msgstr ""
1934 2134
1935 2135 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:847
1936 2136 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:867
1937 2137 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:876
1938 2138 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:961
1939 2139 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:997
1940 2140 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:999
1941 2141 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1022
1942 2142 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
1943 2143 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
1944 2144 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
1945 2145 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
1946 2146 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
1947 2147 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
1948 2148 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
1949 2149 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
1950 2150 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
1951 2151 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
1952 2152 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
1953 2153 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
1954 2154 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
1955 2155 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
1956 2156 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
1957 2157 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
1958 #: rhodecode/model/db.py:2952
2158 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2159 #: rhodecode/model/db.py:2946
1959 2160 msgid "Rejected"
1960 2161 msgstr ""
1961 2162
1962 2163 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:848
1963 2164 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:868
1964 2165 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:877
1965 2166 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:962
1966 2167 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:998
1967 2168 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:1000
1968 2169 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1023
1969 2170 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
1970 2171 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
1971 2172 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
1972 2173 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
1973 2174 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
1974 2175 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
1975 2176 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
1976 2177 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
1977 2178 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
1978 2179 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
1979 2180 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
1980 2181 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
1981 2182 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
1982 2183 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
1983 2184 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
1984 2185 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
1985 #: rhodecode/model/db.py:2953
2186 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2187 #: rhodecode/model/db.py:2947
1986 2188 msgid "Under Review"
1987 2189 msgstr ""
1988 2190
1989 2191 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:689
1990 2192 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:662
1991 2193 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:664
1992 2194 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:687
1993 2195 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
1994 2196 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
1995 2197 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
1996 2198 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
1997 2199 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
1998 2200 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
1999 2201 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
2000 2202 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
2001 2203 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
2002 2204 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
2003 2205 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
2004 2206 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
2005 2207 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
2006 2208 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
2007 2209 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2008 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976 rhodecode/model/db.py:2296
2210 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2211 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2212 #: rhodecode/model/db.py:2290
2009 2213 msgid "Repository group no access"
2010 2214 msgstr ""
2011 2215
2012 2216 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
2013 2217 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
2014 2218 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2015 2219 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2016 2220 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2017 2221 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2018 2222 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2019 2223 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:739
2020 2224 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:742
2021 2225 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:744
2022 2226 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:744
2023 2227 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:771
2024 2228 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:781
2025 2229 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:824
2026 2230 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:823
2027 2231 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:824
2028 2232 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:824
2029 2233 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:830
2030 2234 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2031 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977 rhodecode/model/db.py:2297
2235 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2236 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2237 #: rhodecode/model/db.py:2291
2032 2238 msgid "Repository group read access"
2033 2239 msgstr ""
2034 2240
2035 2241 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2036 2242 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2037 2243 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2038 2244 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2039 2245 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2040 2246 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2041 2247 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2042 2248 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
2043 2249 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
2044 2250 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
2045 2251 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:745
2046 2252 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:772
2047 2253 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:782
2048 2254 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:825
2049 2255 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:824
2050 2256 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:825
2051 2257 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2052 2258 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2053 2259 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2054 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978 rhodecode/model/db.py:2298
2260 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2261 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2262 #: rhodecode/model/db.py:2292
2055 2263 msgid "Repository group write access"
2056 2264 msgstr ""
2057 2265
2058 2266 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2059 2267 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2060 2268 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2061 2269 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2062 2270 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2063 2271 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2064 2272 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2065 2273 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2066 2274 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2067 2275 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
2068 2276 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:746
2069 2277 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:773
2070 2278 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:783
2071 2279 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:826
2072 2280 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:825
2073 2281 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:826
2074 2282 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2075 2283 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2076 2284 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2077 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979 rhodecode/model/db.py:2299
2285 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2286 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2287 #: rhodecode/model/db.py:2293
2078 2288 msgid "Repository group admin access"
2079 2289 msgstr ""
2080 2290
2081 2291 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2082 2292 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2083 2293 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2084 2294 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2085 2295 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2086 2296 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2087 2297 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2088 2298 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2089 2299 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
2090 2300 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:748
2091 2301 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:775
2092 2302 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:785
2093 2303 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:828
2094 2304 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:827
2095 2305 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:828
2096 2306 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2097 2307 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2098 2308 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2099 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981 rhodecode/model/db.py:2301
2309 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2310 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2311 #: rhodecode/model/db.py:2295
2100 2312 msgid "User group no access"
2101 2313 msgstr ""
2102 2314
2103 2315 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2104 2316 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2105 2317 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2106 2318 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2107 2319 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2108 2320 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2109 2321 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:744
2110 2322 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:747
2111 2323 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:749
2112 2324 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:749
2113 2325 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:776
2114 2326 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:786
2115 2327 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:829
2116 2328 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:828
2117 2329 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:829
2118 2330 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:829
2119 2331 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:835
2120 2332 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2121 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982 rhodecode/model/db.py:2302
2333 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2334 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2335 #: rhodecode/model/db.py:2296
2122 2336 msgid "User group read access"
2123 2337 msgstr ""
2124 2338
2125 2339 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2126 2340 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2127 2341 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2128 2342 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2129 2343 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2130 2344 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2131 2345 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2132 2346 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2133 2347 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
2134 2348 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:750
2135 2349 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:777
2136 2350 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:787
2137 2351 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:830
2138 2352 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:829
2139 2353 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:830
2140 2354 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2141 2355 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2142 2356 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2143 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983 rhodecode/model/db.py:2303
2357 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2358 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2359 #: rhodecode/model/db.py:2297
2144 2360 msgid "User group write access"
2145 2361 msgstr ""
2146 2362
2147 2363 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2148 2364 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2149 2365 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2150 2366 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2151 2367 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2152 2368 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2153 2369 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2154 2370 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2155 2371 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
2156 2372 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:751
2157 2373 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:778
2158 2374 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:788
2159 2375 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:831
2160 2376 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:830
2161 2377 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:831
2162 2378 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2163 2379 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2164 2380 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2165 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984 rhodecode/model/db.py:2304
2381 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2382 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2383 #: rhodecode/model/db.py:2298
2166 2384 msgid "User group admin access"
2167 2385 msgstr ""
2168 2386
2169 2387 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2170 2388 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2171 2389 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2172 2390 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2173 2391 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2174 2392 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2175 2393 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2176 2394 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2177 2395 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
2178 2396 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:753
2179 2397 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:780
2180 2398 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:790
2181 2399 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:833
2182 2400 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:832
2183 2401 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:833
2184 2402 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2185 2403 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2186 2404 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2187 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986 rhodecode/model/db.py:2306
2405 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2406 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2407 #: rhodecode/model/db.py:2300
2188 2408 msgid "Repository Group creation disabled"
2189 2409 msgstr ""
2190 2410
2191 2411 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:673
2192 2412 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:675
2193 2413 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:698
2194 2414 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2195 2415 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2196 2416 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2197 2417 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:749
2198 2418 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:752
2199 2419 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:754
2200 2420 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:754
2201 2421 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:781
2202 2422 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:791
2203 2423 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:834
2204 2424 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:833
2205 2425 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:834
2206 2426 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:834
2207 2427 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:840
2208 2428 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2209 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987 rhodecode/model/db.py:2307
2429 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2430 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2431 #: rhodecode/model/db.py:2301
2210 2432 msgid "Repository Group creation enabled"
2211 2433 msgstr ""
2212 2434
2213 2435 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2214 2436 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2215 2437 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2216 2438 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2217 2439 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2218 2440 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2219 2441 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2220 2442 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2221 2443 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
2222 2444 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:756
2223 2445 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:783
2224 2446 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:793
2225 2447 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:836
2226 2448 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:835
2227 2449 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:836
2228 2450 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2229 2451 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2230 2452 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2231 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989 rhodecode/model/db.py:2309
2453 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2454 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2455 #: rhodecode/model/db.py:2303
2232 2456 msgid "User Group creation disabled"
2233 2457 msgstr ""
2234 2458
2235 2459 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:676
2236 2460 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:678
2237 2461 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:701
2238 2462 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2239 2463 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2240 2464 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2241 2465 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:752
2242 2466 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:755
2243 2467 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:757
2244 2468 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:757
2245 2469 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:784
2246 2470 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:794
2247 2471 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:837
2248 2472 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:836
2249 2473 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:837
2250 2474 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:837
2251 2475 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:843
2252 2476 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2253 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990 rhodecode/model/db.py:2310
2477 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2478 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2479 #: rhodecode/model/db.py:2304
2254 2480 msgid "User Group creation enabled"
2255 2481 msgstr ""
2256 2482
2257 2483 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:684
2258 2484 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:686
2259 2485 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:709
2260 2486 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2261 2487 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2262 2488 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2263 2489 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
2264 2490 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
2265 2491 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
2266 2492 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
2267 2493 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
2268 2494 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
2269 2495 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
2270 2496 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
2271 2497 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
2272 2498 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
2273 2499 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
2274 2500 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2275 2501 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2276 #: rhodecode/model/db.py:2320
2502 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2503 #: rhodecode/model/db.py:2314
2277 2504 msgid "Registration disabled"
2278 2505 msgstr ""
2279 2506
2280 2507 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2281 2508 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2282 2509 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2283 2510 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2284 2511 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2285 2512 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2286 2513 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:763
2287 2514 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:766
2288 2515 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:768
2289 2516 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:768
2290 2517 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:795
2291 2518 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:805
2292 2519 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:848
2293 2520 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:847
2294 2521 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:848
2295 2522 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:848
2296 2523 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:854
2297 2524 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2298 2525 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2299 #: rhodecode/model/db.py:2321
2526 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2527 #: rhodecode/model/db.py:2315
2300 2528 msgid "User Registration with manual account activation"
2301 2529 msgstr ""
2302 2530
2303 2531 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2304 2532 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2305 2533 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2306 2534 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2307 2535 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2308 2536 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2309 2537 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2310 2538 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2311 2539 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
2312 2540 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:769
2313 2541 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:796
2314 2542 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:806
2315 2543 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:849
2316 2544 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:848
2317 2545 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:849
2318 2546 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:849
2319 2547 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2320 2548 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2321 2549 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2322 #: rhodecode/model/db.py:2322
2550 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2551 #: rhodecode/model/db.py:2316
2323 2552 msgid "User Registration with automatic account activation"
2324 2553 msgstr ""
2325 2554
2326 2555 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2327 2556 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2328 2557 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2329 2558 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2330 2559 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2331 2560 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2332 2561 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2333 2562 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2334 2563 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
2335 2564 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:771
2336 2565 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:798
2337 2566 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:808
2338 2567 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:851
2339 2568 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:850
2340 2569 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:851
2341 2570 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:851
2342 2571 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2343 2572 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2344 2573 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2345 #: rhodecode/model/db.py:2324
2574 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2575 #: rhodecode/model/db.py:2318
2346 2576 msgid "Manual activation of external account"
2347 2577 msgstr ""
2348 2578
2349 2579 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:689
2350 2580 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:691
2351 2581 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:714
2352 2582 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2353 2583 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2354 2584 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2355 2585 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:767
2356 2586 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:770
2357 2587 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:772
2358 2588 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:772
2359 2589 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:799
2360 2590 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:809
2361 2591 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:852
2362 2592 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:851
2363 2593 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:852
2364 2594 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:852
2365 2595 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:858
2366 2596 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2367 2597 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2368 #: rhodecode/model/db.py:2325
2598 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2599 #: rhodecode/model/db.py:2319
2369 2600 msgid "Automatic activation of external account"
2370 2601 msgstr ""
2371 2602
2372 2603 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
2373 2604 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
2374 2605 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
2375 2606 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
2376 2607 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
2377 2608 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
2378 2609 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
2379 2610 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
2380 2611 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
2381 2612 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
2382 2613 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
2383 2614 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2384 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994 rhodecode/model/db.py:2314
2615 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2616 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2617 #: rhodecode/model/db.py:2308
2385 2618 msgid ""
2386 2619 "Repository creation enabled with write permission to a repository group"
2387 2620 msgstr ""
2388 2621
2389 2622 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
2390 2623 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
2391 2624 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
2392 2625 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
2393 2626 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
2394 2627 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
2395 2628 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
2396 2629 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
2397 2630 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
2398 2631 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
2399 2632 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
2400 2633 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
2401 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995 rhodecode/model/db.py:2315
2634 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
2635 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
2636 #: rhodecode/model/db.py:2309
2402 2637 msgid ""
2403 2638 "Repository creation disabled with write permission to a repository group"
2404 2639 msgstr ""
2405 2640
2406 2641 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:736
2407 2642 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:763
2408 2643 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:773
2409 2644 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:816
2410 2645 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:815
2411 2646 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:816
2412 2647 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:816
2413 2648 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:822
2414 2649 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
2415 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969 rhodecode/model/db.py:2289
2650 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
2651 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
2652 #: rhodecode/model/db.py:2283
2416 2653 msgid "RhodeCode Super Administrator"
2417 2654 msgstr ""
2418 2655
2419 2656 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
2420 2657 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
2421 2658 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
2422 2659 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:854
2423 2660 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:854
2424 2661 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
2425 2662 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
2426 2663 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
2427 #: rhodecode/model/db.py:2327
2664 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
2665 #: rhodecode/model/db.py:2321
2428 2666 msgid "Inherit object permissions from default user disabled"
2429 2667 msgstr ""
2430 2668
2431 2669 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:812
2432 2670 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:855
2433 2671 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:854
2434 2672 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:855
2435 2673 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:855
2436 2674 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:861
2437 2675 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
2438 2676 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
2439 #: rhodecode/model/db.py:2328
2677 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
2678 #: rhodecode/model/db.py:2322
2440 2679 msgid "Inherit object permissions from default user enabled"
2441 2680 msgstr ""
2442 2681
2682 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909 rhodecode/model/db.py:910
2683 msgid "all"
2684 msgstr ""
2685
2686 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910 rhodecode/model/db.py:911
2687 msgid "http/web interface"
2688 msgstr ""
2689
2690 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911 rhodecode/model/db.py:912
2691 msgid "vcs (git/hg/svn protocol)"
2692 msgstr ""
2693
2694 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912 rhodecode/model/db.py:913
2695 msgid "api calls"
2696 msgstr ""
2697
2698 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913 rhodecode/model/db.py:914
2699 msgid "feed access"
2700 msgstr ""
2701
2702 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
2703 #: rhodecode/model/db.py:2061
2704 msgid "No parent"
2705 msgstr ""
2706
2443 2707 #: rhodecode/lib/index/whoosh.py:148
2444 2708 msgid "Invalid search query. Try quoting it."
2445 2709 msgstr ""
2446 2710
2447 2711 #: rhodecode/lib/index/whoosh.py:150
2448 2712 msgid "There is no index to search in. Please run whoosh indexer"
2449 2713 msgstr ""
2450 2714
2451 2715 #: rhodecode/lib/index/whoosh.py:155
2452 2716 msgid "An error occurred during this search operation"
2453 2717 msgstr ""
2454 2718
2455 2719 #: rhodecode/lib/index/whoosh.py:163
2456 2720 msgid "Index Type"
2457 2721 msgstr ""
2458 2722
2459 2723 #: rhodecode/lib/index/whoosh.py:164
2460 2724 msgid "File Index"
2461 2725 msgstr ""
2462 2726
2463 2727 #: rhodecode/lib/index/whoosh.py:165 rhodecode/lib/index/whoosh.py:170
2464 2728 msgid "Indexed documents"
2465 2729 msgstr ""
2466 2730
2467 2731 #: rhodecode/lib/index/whoosh.py:167 rhodecode/lib/index/whoosh.py:172
2468 2732 msgid "Last update"
2469 2733 msgstr ""
2470 2734
2471 2735 #: rhodecode/lib/index/whoosh.py:169
2472 2736 msgid "Commit index"
2473 2737 msgstr ""
2474 2738
2475 2739 #: rhodecode/login/views.py:237 rhodecode/login/views.py:296
2476 2740 msgid "bad captcha"
2477 2741 msgstr ""
2478 2742
2479 2743 #: rhodecode/login/views.py:246
2480 2744 msgid "You have successfully registered with RhodeCode"
2481 2745 msgstr ""
2482 2746
2483 2747 #: rhodecode/login/views.py:312
2484 2748 msgid "Your password reset link was sent"
2485 2749 msgstr ""
2486 2750
2487 #: rhodecode/login/views.py:333
2751 #: rhodecode/login/views.py:336
2488 2752 msgid ""
2489 2753 "Your password reset was successful, a new password has been sent to your "
2490 2754 "email"
2491 2755 msgstr ""
2492 2756
2493 #: rhodecode/model/db.py:909
2494 msgid "all"
2495 msgstr ""
2496
2497 #: rhodecode/model/db.py:910
2498 msgid "http/web interface"
2499 msgstr ""
2500
2501 #: rhodecode/model/db.py:911
2502 msgid "vcs (git/hg protocol)"
2503 msgstr ""
2504
2505 #: rhodecode/model/db.py:912
2506 msgid "api calls"
2507 msgstr ""
2508
2509 #: rhodecode/model/db.py:913
2510 msgid "feed access"
2511 msgstr ""
2512
2513 #: rhodecode/model/db.py:2067
2514 msgid "No parent"
2515 msgstr ""
2516
2517 #: rhodecode/model/forms.py:66
2757 #: rhodecode/model/comment.py:263
2758 msgid "made a comment"
2759 msgstr ""
2760
2761 #: rhodecode/model/comment.py:264
2762 msgid "Refresh page"
2763 msgstr ""
2764
2765 #: rhodecode/model/forms.py:85
2518 2766 msgid "Please enter a login"
2519 2767 msgstr ""
2520 2768
2521 #: rhodecode/model/forms.py:67
2769 #: rhodecode/model/forms.py:86
2522 2770 #, python-format
2523 2771 msgid "Enter a value %(min)i characters long or more"
2524 2772 msgstr ""
2525 2773
2526 #: rhodecode/model/forms.py:76
2774 #: rhodecode/model/forms.py:95
2527 2775 msgid "Please enter a password"
2528 2776 msgstr ""
2529 2777
2530 #: rhodecode/model/forms.py:77
2778 #: rhodecode/model/forms.py:96
2531 2779 #, python-format
2532 2780 msgid "Enter %(min)i characters or more"
2533 2781 msgstr ""
2534 2782
2535 2783 #: rhodecode/model/notification.py:247
2536 2784 #, python-format
2537 2785 msgid "%(user)s commented on commit %(date_or_age)s"
2538 2786 msgstr ""
2539 2787
2540 2788 #: rhodecode/model/notification.py:248
2541 2789 #, python-format
2542 2790 msgid "%(user)s commented on commit at %(date_or_age)s"
2543 2791 msgstr ""
2544 2792
2545 2793 #: rhodecode/model/notification.py:251
2546 2794 #, python-format
2547 2795 msgid "%(user)s sent message %(date_or_age)s"
2548 2796 msgstr ""
2549 2797
2550 2798 #: rhodecode/model/notification.py:252
2551 2799 #, python-format
2552 2800 msgid "%(user)s sent message at %(date_or_age)s"
2553 2801 msgstr ""
2554 2802
2555 2803 #: rhodecode/model/notification.py:255
2556 2804 #, python-format
2557 2805 msgid "%(user)s mentioned you %(date_or_age)s"
2558 2806 msgstr ""
2559 2807
2560 2808 #: rhodecode/model/notification.py:256
2561 2809 #, python-format
2562 2810 msgid "%(user)s mentioned you at %(date_or_age)s"
2563 2811 msgstr ""
2564 2812
2565 2813 #: rhodecode/model/notification.py:259
2566 2814 #, python-format
2567 2815 msgid "%(user)s registered in RhodeCode %(date_or_age)s"
2568 2816 msgstr ""
2569 2817
2570 2818 #: rhodecode/model/notification.py:260
2571 2819 #, python-format
2572 2820 msgid "%(user)s registered in RhodeCode at %(date_or_age)s"
2573 2821 msgstr ""
2574 2822
2575 2823 #: rhodecode/model/notification.py:263
2576 2824 #, python-format
2577 2825 msgid "%(user)s opened new pull request %(date_or_age)s"
2578 2826 msgstr ""
2579 2827
2580 2828 #: rhodecode/model/notification.py:264
2581 2829 #, python-format
2582 2830 msgid "%(user)s opened new pull request at %(date_or_age)s"
2583 2831 msgstr ""
2584 2832
2585 2833 #: rhodecode/model/notification.py:267
2586 2834 #, python-format
2587 2835 msgid "%(user)s commented on pull request %(date_or_age)s"
2588 2836 msgstr ""
2589 2837
2590 2838 #: rhodecode/model/notification.py:268
2591 2839 #, python-format
2592 2840 msgid "%(user)s commented on pull request at %(date_or_age)s"
2593 2841 msgstr ""
2594 2842
2595 2843 #: rhodecode/model/pull_request.py:69
2596 2844 msgid "This pull request can be automatically merged."
2597 2845 msgstr ""
2598 2846
2599 2847 #: rhodecode/model/pull_request.py:71
2600 2848 msgid "This pull request cannot be merged because of an unhandled exception."
2601 2849 msgstr ""
2602 2850
2603 2851 #: rhodecode/model/pull_request.py:74
2604 2852 msgid "This pull request cannot be merged because of conflicts."
2605 2853 msgstr ""
2606 2854
2607 2855 #: rhodecode/model/pull_request.py:76
2608 2856 msgid "This pull request could not be merged because push to target failed."
2609 2857 msgstr ""
2610 2858
2611 2859 #: rhodecode/model/pull_request.py:79
2612 2860 msgid "This pull request cannot be merged because the target is not a head."
2613 2861 msgstr ""
2614 2862
2615 2863 #: rhodecode/model/pull_request.py:82
2616 2864 msgid ""
2617 2865 "This pull request cannot be merged because the source contains more branches"
2618 2866 " than the target."
2619 2867 msgstr ""
2620 2868
2621 2869 #: rhodecode/model/pull_request.py:85
2622 2870 msgid ""
2623 2871 "This pull request cannot be merged because the target has multiple heads."
2624 2872 msgstr ""
2625 2873
2626 2874 #: rhodecode/model/pull_request.py:88
2627 2875 msgid ""
2628 2876 "This pull request cannot be merged because the target repository is locked."
2629 2877 msgstr ""
2630 2878
2631 2879 #: rhodecode/model/pull_request.py:91
2632 2880 msgid ""
2633 2881 "This pull request cannot be merged because the target or the source "
2634 2882 "reference is missing."
2635 2883 msgstr ""
2636 2884
2637 2885 #: rhodecode/model/pull_request.py:416
2638 2886 #, python-format
2639 2887 msgid ""
2640 2888 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
2641 2889 "\n"
2642 2890 " %(pr_title)s"
2643 2891 msgstr ""
2644 2892
2645 #: rhodecode/model/pull_request.py:448
2893 #: rhodecode/model/pull_request.py:449
2646 2894 msgid "Pull request merged and closed"
2647 2895 msgstr ""
2648 2896
2649 #: rhodecode/model/pull_request.py:867
2897 #: rhodecode/model/pull_request.py:874
2650 2898 msgid "Server-side pull request merging is disabled."
2651 2899 msgstr ""
2652 2900
2653 #: rhodecode/model/pull_request.py:869
2901 #: rhodecode/model/pull_request.py:876
2654 2902 msgid "This pull request is closed."
2655 2903 msgstr ""
2656 2904
2657 #: rhodecode/model/pull_request.py:880
2905 #: rhodecode/model/pull_request.py:887
2658 2906 msgid "Pull request merging is not supported."
2659 2907 msgstr ""
2660 2908
2661 #: rhodecode/model/pull_request.py:898
2909 #: rhodecode/model/pull_request.py:905
2662 2910 msgid "Target repository large files support is disabled."
2663 2911 msgstr ""
2664 2912
2665 #: rhodecode/model/pull_request.py:901
2913 #: rhodecode/model/pull_request.py:908
2666 2914 msgid "Source repository large files support is disabled."
2667 2915 msgstr ""
2668 2916
2669 #: rhodecode/model/pull_request.py:1050 rhodecode/model/scm.py:791
2917 #: rhodecode/model/pull_request.py:1058 rhodecode/model/scm.py:788
2670 2918 msgid "Bookmarks"
2671 2919 msgstr ""
2672 2920
2673 #: rhodecode/model/pull_request.py:1055
2921 #: rhodecode/model/pull_request.py:1063
2674 2922 msgid "Commit IDs"
2675 2923 msgstr ""
2676 2924
2677 #: rhodecode/model/pull_request.py:1058
2925 #: rhodecode/model/pull_request.py:1066
2678 2926 msgid "Closed Branches"
2679 2927 msgstr ""
2680 2928
2681 #: rhodecode/model/scm.py:773
2929 #: rhodecode/model/scm.py:770
2682 2930 msgid "latest tip"
2683 2931 msgstr ""
2684 2932
2685 2933 #: rhodecode/model/user.py:124
2686 2934 msgid "You can't Edit this user since it's crucial for entire application"
2687 2935 msgstr ""
2688 2936
2689 2937 #: rhodecode/model/user.py:285
2690 2938 #, python-format
2691 2939 msgid ""
2692 2940 "You can't edit this user (`%(username)s`) since it's crucial for entire "
2693 2941 "application"
2694 2942 msgstr ""
2695 2943
2696 2944 #: rhodecode/model/user.py:458
2697 2945 msgid "You can't remove this user since it's crucial for entire application"
2698 2946 msgstr ""
2699 2947
2700 2948 #: rhodecode/model/user.py:466
2701 2949 #, python-format
2702 2950 msgid ""
2703 2951 "user \"%s\" still owns %s repositories and cannot be removed. Switch owners "
2704 2952 "or remove those repositories:%s"
2705 2953 msgstr ""
2706 2954
2707 2955 #: rhodecode/model/user.py:475
2708 2956 #, python-format
2709 2957 msgid ""
2710 2958 "user \"%s\" still owns %s repository groups and cannot be removed. Switch "
2711 2959 "owners or remove those repository groups:%s"
2712 2960 msgstr ""
2713 2961
2714 2962 #: rhodecode/model/user.py:484
2715 2963 #, python-format
2716 2964 msgid ""
2717 2965 "user \"%s\" still owns %s user groups and cannot be removed. Switch owners "
2718 2966 "or remove those user groups:%s"
2719 2967 msgstr ""
2720 2968
2721 2969 #: rhodecode/model/validators.py:98 rhodecode/model/validators.py:99
2722 2970 msgid "Value cannot be an empty list"
2723 2971 msgstr ""
2724 2972
2725 2973 #: rhodecode/model/validators.py:142
2726 2974 msgid "Pattern already exists"
2727 2975 msgstr ""
2728 2976
2729 2977 #: rhodecode/model/validators.py:160
2730 2978 #, python-format
2731 2979 msgid "Username \"%(username)s\" already exists"
2732 2980 msgstr ""
2733 2981
2734 2982 #: rhodecode/model/validators.py:162
2735 2983 #, python-format
2736 2984 msgid "Username \"%(username)s\" is forbidden"
2737 2985 msgstr ""
2738 2986
2739 2987 #: rhodecode/model/validators.py:164
2740 2988 msgid ""
2741 2989 "Username may only contain alphanumeric characters underscores, periods or "
2742 2990 "dashes and must begin with alphanumeric character or underscore"
2743 2991 msgstr ""
2744 2992
2745 2993 #: rhodecode/model/validators.py:192
2746 2994 msgid "The input is not valid"
2747 2995 msgstr ""
2748 2996
2749 2997 #: rhodecode/model/validators.py:199
2750 2998 #, python-format
2751 2999 msgid "Username %(username)s is not valid"
2752 3000 msgstr ""
2753 3001
2754 3002 #: rhodecode/model/validators.py:200
2755 3003 #, python-format
2756 3004 msgid "Username %(username)s is disabled"
2757 3005 msgstr ""
2758 3006
2759 3007 #: rhodecode/model/validators.py:223
2760 3008 msgid "Invalid user group name"
2761 3009 msgstr ""
2762 3010
2763 3011 #: rhodecode/model/validators.py:224
2764 3012 #, python-format
2765 3013 msgid "User group \"%(usergroup)s\" already exists"
2766 3014 msgstr ""
2767 3015
2768 3016 #: rhodecode/model/validators.py:226
2769 3017 msgid ""
2770 3018 "user group name may only contain alphanumeric characters underscores, "
2771 3019 "periods or dashes and must begin with alphanumeric character"
2772 3020 msgstr ""
2773 3021
2774 3022 #: rhodecode/model/validators.py:264
2775 3023 msgid "Cannot assign this group as parent"
2776 3024 msgstr ""
2777 3025
2778 3026 #: rhodecode/model/validators.py:265
2779 3027 #, python-format
2780 3028 msgid "Group \"%(group_name)s\" already exists"
2781 3029 msgstr ""
2782 3030
2783 3031 #: rhodecode/model/validators.py:266
2784 3032 #, python-format
2785 3033 msgid "Repository with name \"%(group_name)s\" already exists"
2786 3034 msgstr ""
2787 3035
2788 3036 #: rhodecode/model/validators.py:268
2789 3037 msgid "no permission to store repository groupin this location"
2790 3038 msgstr ""
2791 3039
2792 3040 #: rhodecode/model/validators.py:270
2793 3041 msgid "no permission to store repository group in root location"
2794 3042 msgstr ""
2795 3043
2796 3044 #: rhodecode/model/validators.py:386
2797 3045 msgid "Invalid characters (non-ascii) in password"
2798 3046 msgstr ""
2799 3047
2800 3048 #: rhodecode/model/validators.py:401
2801 3049 msgid "Invalid old password"
2802 3050 msgstr ""
2803 3051
2804 3052 #: rhodecode/model/validators.py:418
2805 3053 msgid "Passwords do not match"
2806 3054 msgstr ""
2807 3055
2808 3056 #: rhodecode/model/validators.py:436
2809 3057 msgid "invalid password"
2810 3058 msgstr ""
2811 3059
2812 3060 #: rhodecode/model/validators.py:437
2813 3061 msgid "invalid user name"
2814 3062 msgstr ""
2815 3063
2816 3064 #: rhodecode/model/validators.py:438
2817 3065 msgid "Your account is disabled"
2818 3066 msgstr ""
2819 3067
2820 3068 #: rhodecode/model/validators.py:470
2821 3069 msgid "Token mismatch"
2822 3070 msgstr ""
2823 3071
2824 3072 #: rhodecode/model/validators.py:484
2825 3073 #, python-format
2826 3074 msgid "Repository name %(repo)s is disallowed"
2827 3075 msgstr ""
2828 3076
2829 3077 #: rhodecode/model/validators.py:486
2830 3078 #, python-format
2831 3079 msgid "Repository with name %(repo)s already exists"
2832 3080 msgstr ""
2833 3081
2834 3082 #: rhodecode/model/validators.py:488
2835 3083 #, python-format
2836 3084 msgid "Repository group with name \"%(repo)s\" already exists"
2837 3085 msgstr ""
2838 3086
2839 3087 #: rhodecode/model/validators.py:491
2840 3088 #, python-format
2841 3089 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
2842 3090 msgstr ""
2843 3091
2844 3092 #: rhodecode/model/validators.py:493
2845 3093 #, python-format
2846 3094 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
2847 3095 msgstr ""
2848 3096
2849 3097 #: rhodecode/model/validators.py:620
2850 3098 #, python-format
2851 3099 msgid "invalid clone url for %(rtype)s repository"
2852 3100 msgstr ""
2853 3101
2854 3102 #: rhodecode/model/validators.py:621
2855 3103 #, python-format
2856 3104 msgid ""
2857 3105 "Invalid clone url, provide a valid clone url starting with one of "
2858 3106 "%(allowed_prefixes)s"
2859 3107 msgstr ""
2860 3108
2861 3109 #: rhodecode/model/validators.py:650
2862 3110 msgid "Fork have to be the same type as parent"
2863 3111 msgstr ""
2864 3112
2865 3113 #: rhodecode/model/validators.py:665
2866 3114 msgid "You do not have the permission to create repositories in this group."
2867 3115 msgstr ""
2868 3116
2869 3117 #: rhodecode/model/validators.py:668
2870 3118 msgid ""
2871 3119 "You do not have the permission to store repositories in the root location."
2872 3120 msgstr ""
2873 3121
2874 3122 #: rhodecode/model/validators.py:728
2875 3123 msgid "This username or user group name is not valid"
2876 3124 msgstr ""
2877 3125
2878 3126 #: rhodecode/model/validators.py:846
2879 3127 msgid "This is not a valid path"
2880 3128 msgstr ""
2881 3129
2882 3130 #: rhodecode/model/validators.py:861
2883 3131 msgid "This e-mail address is already taken"
2884 3132 msgstr ""
2885 3133
2886 3134 #: rhodecode/model/validators.py:881
2887 3135 #, python-format
2888 3136 msgid "e-mail \"%(email)s\" does not exist."
2889 3137 msgstr ""
2890 3138
2891 3139 #: rhodecode/model/validators.py:902
2892 3140 #, python-format
2893 3141 msgid "Revisions %(revs)s are already part of pull request or have set status"
2894 3142 msgstr ""
2895 3143
2896 3144 #: rhodecode/model/validators.py:933
3145 #: rhodecode/model/validation_schema/validators.py:14
2897 3146 msgid "Please enter a valid IPv4 or IpV6 address"
2898 3147 msgstr ""
2899 3148
2900 3149 #: rhodecode/model/validators.py:934
2901 3150 #, python-format
2902 3151 msgid ""
2903 3152 "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
2904 3153 msgstr ""
2905 3154
2906 3155 #: rhodecode/model/validators.py:961
2907 3156 msgid "Key name can only consist of letters, underscore, dash or numbers"
2908 3157 msgstr ""
2909 3158
2910 3159 #: rhodecode/model/validators.py:976
2911 msgid "Filename cannot be inside a directory"
2912 msgstr ""
2913
2914 #: rhodecode/model/validators.py:992
2915 3160 #, python-format
2916 3161 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
2917 3162 msgstr ""
2918 3163
2919 #: rhodecode/model/validators.py:995
3164 #: rhodecode/model/validators.py:979
2920 3165 #, python-format
2921 3166 msgid "The plugin \"%(plugin_id)s\" is missing an includeme function."
2922 3167 msgstr ""
2923 3168
2924 #: rhodecode/model/validators.py:998
3169 #: rhodecode/model/validators.py:982
2925 3170 #, python-format
2926 3171 msgid "Can not load plugin \"%(plugin_id)s\""
2927 3172 msgstr ""
2928 3173
2929 #: rhodecode/model/validators.py:1000
3174 #: rhodecode/model/validators.py:984
2930 3175 #, python-format
2931 3176 msgid "No plugin available with ID \"%(plugin_id)s\""
2932 3177 msgstr ""
2933 3178
2934 #: rhodecode/model/validators.py:1067
2935 msgid "This gistid is already in use"
3179 #: rhodecode/model/validation_schema/schemas/gist_schema.py:89
3180 msgid "Gist with name {} already exists"
3181 msgstr ""
3182
3183 #: rhodecode/model/validation_schema/schemas/gist_schema.py:95
3184 msgid "Filename {} cannot be inside a directory"
3185 msgstr ""
3186
3187 #: rhodecode/model/validation_schema/schemas/gist_schema.py:132
3188 msgid "Duplicated value for filename found: `{}`"
3189 msgstr ""
3190
3191 #: rhodecode/public/js/scripts.js:23039
3192 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
3193 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
3194 msgid "No results"
3195 msgstr ""
3196
3197 #: rhodecode/public/js/scripts.js:24970
3198 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:66
3199 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:109
3200 msgid "{0} year"
3201 msgstr ""
3202
3203 #: rhodecode/public/js/scripts.js:24971
3204 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:62
3205 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:110
3206 msgid "{0} month"
3207 msgstr ""
3208
3209 #: rhodecode/public/js/scripts.js:24972
3210 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:57
3211 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:111
3212 msgid "{0} day"
3213 msgstr ""
3214
3215 #: rhodecode/public/js/scripts.js:24973
3216 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:59
3217 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:112
3218 msgid "{0} hour"
3219 msgstr ""
3220
3221 #: rhodecode/public/js/scripts.js:24974
3222 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:61
3223 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:113
3224 msgid "{0} min"
3225 msgstr ""
3226
3227 #: rhodecode/public/js/scripts.js:24975
3228 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:65
3229 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:114
3230 msgid "{0} sec"
3231 msgstr ""
3232
3233 #: rhodecode/public/js/scripts.js:24995
3234 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:46
3235 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:134
3236 msgid "in {0}"
3237 msgstr ""
3238
3239 #: rhodecode/public/js/scripts.js:25003
3240 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:54
3241 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:142
3242 msgid "{0} ago"
3243 msgstr ""
3244
3245 #: rhodecode/public/js/scripts.js:25015
3246 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:68
3247 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:154
3248 msgid "{0}, {1} ago"
3249 msgstr ""
3250
3251 #: rhodecode/public/js/scripts.js:25017
3252 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:48
3253 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:156
3254 msgid "in {0}, {1}"
3255 msgstr ""
3256
3257 #: rhodecode/public/js/scripts.js:25021
3258 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:55
3259 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:160
3260 msgid "{0} and {1}"
3261 msgstr ""
3262
3263 #: rhodecode/public/js/scripts.js:25023
3264 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:56
3265 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:162
3266 msgid "{0} and {1} ago"
3267 msgstr ""
3268
3269 #: rhodecode/public/js/scripts.js:25025
3270 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:47
3271 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:164
3272 msgid "in {0} and {1}"
3273 msgstr ""
3274
3275 #: rhodecode/public/js/scripts.js:39304
3276 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:7
3277 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:4
3278 msgid "Loading more results..."
3279 msgstr ""
3280
3281 #: rhodecode/public/js/scripts.js:39307
3282 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:27
3283 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:7
3284 msgid "Searching..."
3285 msgstr ""
3286
3287 #: rhodecode/public/js/scripts.js:39310
3288 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:11
3289 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:10
3290 msgid "No matches found"
3291 msgstr ""
3292
3293 #: rhodecode/public/js/scripts.js:39313
3294 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:6
3295 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:13
3296 msgid "Loading failed"
3297 msgstr ""
3298
3299 #: rhodecode/public/js/scripts.js:39317
3300 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:20
3301 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:17
3302 msgid "One result is available, press enter to select it."
3303 msgstr ""
3304
3305 #: rhodecode/public/js/scripts.js:39319
3306 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:64
3307 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:19
3308 msgid "{0} results are available, use up and down arrow keys to navigate."
3309 msgstr ""
3310
3311 #: rhodecode/public/js/scripts.js:39324
3312 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:25
3313 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:24
3314 msgid "Please enter {0} or more character"
3315 msgstr ""
3316
3317 #: rhodecode/public/js/scripts.js:39326
3318 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:26
3319 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:26
3320 msgid "Please enter {0} or more characters"
3321 msgstr ""
3322
3323 #: rhodecode/public/js/scripts.js:39331
3324 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:23
3325 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:31
3326 msgid "Please delete {0} character"
3327 msgstr ""
3328
3329 #: rhodecode/public/js/scripts.js:39333
3330 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:24
3331 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:33
3332 msgid "Please delete {0} characters"
3333 msgstr ""
3334
3335 #: rhodecode/public/js/scripts.js:39337
3336 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:40
3337 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:37
3338 msgid "You can only select {0} item"
3339 msgstr ""
3340
3341 #: rhodecode/public/js/scripts.js:39339
3342 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:41
3343 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:39
3344 msgid "You can only select {0} items"
3345 msgstr ""
3346
3347 #: rhodecode/public/js/scripts.js:40911
3348 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:29
3349 #: rhodecode/public/js/src/rhodecode/codemirror.js:369
3350 msgid "Set status to Approved"
3351 msgstr ""
3352
3353 #: rhodecode/public/js/scripts.js:40929
3354 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:30
3355 #: rhodecode/public/js/src/rhodecode/codemirror.js:387
3356 msgid "Set status to Rejected"
3357 msgstr ""
3358
3359 #: rhodecode/public/js/scripts.js:41308
3360 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
3361 #: rhodecode/public/js/src/rhodecode/comments.js:235
3362 msgid "Add another comment"
3363 msgstr ""
3364
3365 #: rhodecode/public/js/scripts.js:41526
3366 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
3367 #: rhodecode/public/js/src/rhodecode/comments.js:453
3368 msgid "Status Review"
3369 msgstr ""
3370
3371 #: rhodecode/public/js/scripts.js:41540
3372 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
3373 #: rhodecode/public/js/src/rhodecode/comments.js:467
3374 msgid ""
3375 "Comment text will be set automatically based on currently selected status "
3376 "({0}) ..."
3377 msgstr ""
3378
3379 #: rhodecode/public/js/scripts.js:41653
3380 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
3381 #: rhodecode/public/js/src/rhodecode/comments.js:580
3382 msgid "Submitting..."
3383 msgstr ""
3384
3385 #: rhodecode/public/js/scripts.js:41703
3386 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
3387 #: rhodecode/public/js/src/rhodecode/comments.js:630
3388 #: rhodecode/templates/files/files_browser_tree.html:47
3389 msgid "Loading ..."
3390 msgstr ""
3391
3392 #: rhodecode/public/js/scripts.js:41903
3393 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:51
3394 #: rhodecode/public/js/src/rhodecode/files.js:150
3395 msgid "truncated result"
3396 msgstr ""
3397
3398 #: rhodecode/public/js/scripts.js:41905
3399 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:52
3400 #: rhodecode/public/js/src/rhodecode/files.js:152
3401 msgid "truncated results"
3402 msgstr ""
3403
3404 #: rhodecode/public/js/scripts.js:41914
3405 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:12
3406 #: rhodecode/public/js/src/rhodecode/files.js:161
3407 msgid "No matching files"
3408 msgstr ""
3409
3410 #: rhodecode/public/js/scripts.js:42049
3411 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:28
3412 #: rhodecode/public/js/src/rhodecode/files.js:296
3413 msgid "Selection link"
3414 msgstr ""
3415
3416 #: rhodecode/public/js/scripts.js:42089
3417 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:36
3418 #: rhodecode/public/js/src/rhodecode/followers.js:26
3419 msgid "Stop following this repository"
3420 msgstr ""
3421
3422 #: rhodecode/public/js/scripts.js:42090
3423 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:38
3424 #: rhodecode/public/js/src/rhodecode/followers.js:27
3425 msgid "Unfollow"
3426 msgstr ""
3427
3428 #: rhodecode/public/js/scripts.js:42099
3429 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:34
3430 #: rhodecode/public/js/src/rhodecode/followers.js:36
3431 msgid "Start following this repository"
3432 msgstr ""
3433
3434 #: rhodecode/public/js/scripts.js:42100
3435 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:4
3436 #: rhodecode/public/js/src/rhodecode/followers.js:37
3437 msgid "Follow"
3438 msgstr ""
3439
3440 #: rhodecode/public/js/scripts.js:43049
3441 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:44
3442 #: rhodecode/public/js/src/rhodecode.js:142
3443 msgid "file"
3444 msgstr ""
3445
3446 #: rhodecode/public/js/scripts.js:43069
3447 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:31
3448 #: rhodecode/public/js/src/rhodecode.js:162
3449 msgid "Show more"
3450 msgstr ""
3451
3452 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:8
3453 msgid "No bookmarks available yet."
3454 msgstr ""
3455
3456 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:9
3457 msgid "No branches available yet."
3458 msgstr ""
3459
3460 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:10
3461 msgid "No gists available yet."
3462 msgstr ""
3463
3464 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:13
3465 msgid "No pull requests available yet."
3466 msgstr ""
3467
3468 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:14
3469 msgid "No repositories available yet."
3470 msgstr ""
3471
3472 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:15
3473 msgid "No repository groups available yet."
3474 msgstr ""
3475
3476 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:17
3477 msgid "No tags available yet."
3478 msgstr ""
3479
3480 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:18
3481 msgid "No user groups available yet."
3482 msgstr ""
3483
3484 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:19
3485 msgid "No users available yet."
3486 msgstr ""
3487
3488 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:21
3489 #: rhodecode/templates/changelog/changelog.html:62
3490 msgid "Open new pull request"
3491 msgstr ""
3492
3493 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:22
3494 msgid "Open new pull request for selected commit"
3495 msgstr ""
3496
3497 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:32
3498 msgid "Show selected commit __S"
3499 msgstr ""
3500
3501 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:33
3502 msgid "Show selected commits __S ... __E"
3503 msgstr ""
3504
3505 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:39
3506 msgid "Updating..."
3507 msgstr ""
3508
3509 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:42
3510 #: rhodecode/templates/admin/auth/auth_settings.html:71
3511 msgid "disabled"
3512 msgstr ""
3513
3514 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:43
3515 #: rhodecode/templates/admin/auth/auth_settings.html:71
3516 msgid "enabled"
3517 msgstr ""
3518
3519 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:45
3520 msgid "files"
3521 msgstr ""
3522
3523 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:50
3524 msgid "specify commit"
3525 msgstr ""
3526
3527 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:53
3528 msgid "{0} active out of {1} users"
3529 msgstr ""
3530
3531 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:58
3532 msgid "{0} days"
3533 msgstr ""
3534
3535 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:60
3536 msgid "{0} hours"
3537 msgstr ""
3538
3539 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:63
3540 msgid "{0} months"
3541 msgstr ""
3542
3543 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:67
3544 msgid "{0} years"
2936 3545 msgstr ""
2937 3546
2938 3547 #: rhodecode/templates/index.html:5
2939 3548 msgid "Dashboard"
2940 3549 msgstr ""
2941 3550
2942 3551 #: rhodecode/templates/index_base.html:8
2943 3552 #: rhodecode/templates/admin/gists/index.html:18
2944 3553 #: rhodecode/templates/admin/my_account/my_account_repos.html:7
2945 3554 #: rhodecode/templates/admin/my_account/my_account_watched.html:7
2946 3555 #: rhodecode/templates/admin/repo_groups/repo_groups.html:12
2947 3556 #: rhodecode/templates/admin/repos/repos.html:12
2948 3557 #: rhodecode/templates/admin/user_groups/user_groups.html:12
2949 3558 #: rhodecode/templates/admin/users/users.html:12
2950 3559 #: rhodecode/templates/bookmarks/bookmarks.html:12
2951 3560 #: rhodecode/templates/branches/branches.html:12
2952 3561 #: rhodecode/templates/journal/journal.html:12
2953 3562 #: rhodecode/templates/tags/tags.html:12
2954 3563 msgid "quick filter..."
2955 3564 msgstr ""
2956 3565
2957 3566 #: rhodecode/templates/index_base.html:10
2958 3567 msgid "matches"
2959 3568 msgstr ""
2960 3569
2961 3570 #: rhodecode/templates/index_base.html:30
2962 3571 #: rhodecode/templates/index_base.html:39
2963 3572 #: rhodecode/templates/admin/repos/repo_add.html:22
2964 3573 #: rhodecode/templates/admin/repos/repos.html:27
2965 3574 msgid "Add Repository"
2966 3575 msgstr ""
2967 3576
2968 3577 #: rhodecode/templates/index_base.html:34
2969 3578 #: rhodecode/templates/index_base.html:42
2970 3579 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:16
2971 3580 #: rhodecode/templates/admin/repo_groups/repo_groups.html:27
2972 3581 msgid "Add Repository Group"
2973 3582 msgstr ""
2974 3583
2975 3584 #: rhodecode/templates/index_base.html:45
2976 3585 msgid "You have admin right to this group, and can edit it"
2977 3586 msgstr ""
2978 3587
2979 3588 #: rhodecode/templates/index_base.html:45
2980 3589 msgid "Edit Repository Group"
2981 3590 msgstr ""
2982 3591
2983 3592 #: rhodecode/templates/index_base.html:97
2984 3593 #: rhodecode/templates/index_base.html:122
2985 3594 #: rhodecode/templates/admin/gists/index.html:112
2986 3595 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
2987 3596 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
2988 3597 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
2989 3598 #: rhodecode/templates/admin/repos/repo_add_base.html:9
2990 3599 #: rhodecode/templates/admin/repos/repo_edit_settings.html:15
2991 3600 #: rhodecode/templates/admin/repos/repos.html:54
2992 3601 #: rhodecode/templates/admin/user_groups/user_groups.html:55
2993 3602 #: rhodecode/templates/base/perms_summary.html:102
2994 3603 #: rhodecode/templates/bookmarks/bookmarks.html:59
2995 3604 #: rhodecode/templates/branches/branches.html:58
2996 #: rhodecode/templates/files/files_browser.html:49
3605 #: rhodecode/templates/files/files_browser_tree.html:5
2997 3606 #: rhodecode/templates/pullrequests/pullrequests.html:100
2998 3607 #: rhodecode/templates/tags/tags.html:59
2999 3608 msgid "Name"
3000 3609 msgstr ""
3001 3610
3002 3611 #: rhodecode/templates/index_base.html:100
3003 3612 #: rhodecode/templates/index_base.html:125
3004 3613 #: rhodecode/templates/admin/gists/index.html:114
3614 #: rhodecode/templates/admin/integrations/list.html:63
3005 3615 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
3006 3616 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
3007 3617 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
3008 3618 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
3009 3619 #: rhodecode/templates/admin/repos/repo_add_base.html:32
3010 3620 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
3011 3621 #: rhodecode/templates/admin/repos/repo_edit_settings.html:96
3012 3622 #: rhodecode/templates/admin/repos/repos.html:57
3013 3623 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
3014 3624 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:42
3015 3625 #: rhodecode/templates/admin/user_groups/user_groups.html:57
3016 3626 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
3017 3627 #: rhodecode/templates/base/issue_tracker_settings.html:10
3018 3628 #: rhodecode/templates/changeset/changeset.html:53
3019 3629 #: rhodecode/templates/compare/compare_commits.html:24
3630 #: rhodecode/templates/email_templates/commit_comment.mako:82
3020 3631 #: rhodecode/templates/email_templates/pull_request_review.mako:30
3021 #: rhodecode/templates/email_templates/pull_request_review.mako:67
3632 #: rhodecode/templates/email_templates/pull_request_review.mako:51
3022 3633 #: rhodecode/templates/files/file_tree_detail.html:5
3023 3634 #: rhodecode/templates/files/file_tree_detail.html:12
3024 3635 #: rhodecode/templates/forks/fork.html:48
3025 3636 #: rhodecode/templates/forks/forks_data.html:9
3026 3637 #: rhodecode/templates/pullrequests/pullrequest.html:47
3027 3638 #: rhodecode/templates/pullrequests/pullrequest_show.html:122
3028 3639 #: rhodecode/templates/summary/components.html:73
3029 3640 msgid "Description"
3030 3641 msgstr ""
3031 3642
3032 3643 #: rhodecode/templates/index_base.html:102
3033 3644 #: rhodecode/templates/index_base.html:133
3034 3645 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
3035 3646 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:24
3036 3647 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
3037 3648 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
3038 3649 #: rhodecode/templates/admin/repos/repo_edit_settings.html:78
3039 3650 #: rhodecode/templates/admin/repos/repos.html:65
3040 3651 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
3041 3652 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
3042 3653 #: rhodecode/templates/admin/user_groups/user_groups.html:64
3043 3654 #: rhodecode/templates/forks/forks_data.html:7
3044 3655 #: rhodecode/templates/summary/components.html:195
3045 3656 msgid "Owner"
3046 3657 msgstr ""
3047 3658
3048 3659 #: rhodecode/templates/index_base.html:128
3049 3660 #: rhodecode/templates/admin/repos/repos.html:60
3050 3661 msgid "Last Change"
3051 3662 msgstr ""
3052 3663
3053 3664 #: rhodecode/templates/index_base.html:131
3054 3665 #: rhodecode/templates/admin/my_account/my_account_repos.html:35
3055 3666 #: rhodecode/templates/admin/my_account/my_account_watched.html:35
3056 3667 #: rhodecode/templates/admin/repos/repos.html:63
3057 3668 #: rhodecode/templates/bookmarks/bookmarks.html:66
3058 3669 #: rhodecode/templates/branches/branches.html:65
3059 #: rhodecode/templates/changelog/changelog.html:106
3060 #: rhodecode/templates/changelog/changelog_summary_data.html:6
3670 #: rhodecode/templates/changelog/changelog.html:104
3671 #: rhodecode/templates/changelog/changelog_summary_data.html:8
3061 3672 #: rhodecode/templates/changeset/changeset.html:36
3062 3673 #: rhodecode/templates/compare/compare_commits.html:22
3063 #: rhodecode/templates/email_templates/commit_comment.mako:16
3064 3674 #: rhodecode/templates/email_templates/commit_comment.mako:45
3675 #: rhodecode/templates/email_templates/commit_comment.mako:81
3065 3676 #: rhodecode/templates/search/search_commit.html:6
3066 3677 #: rhodecode/templates/tags/tags.html:66
3067 3678 msgid "Commit"
3068 3679 msgstr ""
3069 3680
3070 3681 #: rhodecode/templates/index_repo_group.html:5
3071 3682 #, python-format
3072 3683 msgid "%s Repository group dashboard"
3073 3684 msgstr ""
3074 3685
3075 3686 #: rhodecode/templates/index_repo_group.html:13
3076 3687 msgid "Home"
3077 3688 msgstr ""
3078 3689
3079 3690 #: rhodecode/templates/login.html:5 rhodecode/templates/login.html:35
3080 #: rhodecode/templates/login.html:64 rhodecode/templates/base/base.html:328
3691 #: rhodecode/templates/login.html:64 rhodecode/templates/base/base.html:329
3081 3692 #: rhodecode/templates/debug_style/login.html:60
3082 3693 msgid "Sign In"
3083 3694 msgstr ""
3084 3695
3085 3696 #: rhodecode/templates/login.html:37
3086 3697 msgid "Go to the registration page to create a new account."
3087 3698 msgstr ""
3088 3699
3089 #: rhodecode/templates/login.html:43 rhodecode/templates/register.html:41
3090 #: rhodecode/templates/admin/admin_log.html:5
3091 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
3092 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:21
3093 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:66
3094 #: rhodecode/templates/admin/users/user_add.html:35
3095 #: rhodecode/templates/admin/users/user_edit_profile.html:39
3096 #: rhodecode/templates/admin/users/users.html:89
3097 #: rhodecode/templates/base/base.html:305
3098 #: rhodecode/templates/debug_style/login.html:36
3099 #: rhodecode/templates/users/user_profile.html:27
3100 msgid "Username"
3101 msgstr ""
3102
3103 3700 #: rhodecode/templates/login.html:58
3104 3701 msgid "Remember me"
3105 3702 msgstr ""
3106 3703
3107 3704 #: rhodecode/templates/login.html:61
3108 3705 msgid "Forgot your password?"
3109 3706 msgstr ""
3110 3707
3111 3708 #: rhodecode/templates/password_reset.html:5
3112 3709 #: rhodecode/templates/register.html:5
3113 3710 msgid "Create an Account"
3114 3711 msgstr ""
3115 3712
3116 3713 #: rhodecode/templates/password_reset.html:35
3117 3714 msgid "Reset your Password"
3118 3715 msgstr ""
3119 3716
3120 3717 #: rhodecode/templates/password_reset.html:36
3121 3718 msgid "Go to the login page to sign in."
3122 3719 msgstr ""
3123 3720
3124 3721 #: rhodecode/templates/password_reset.html:40
3125 3722 msgid "Email Address"
3126 3723 msgstr ""
3127 3724
3128 3725 #: rhodecode/templates/password_reset.html:49
3129 3726 #: rhodecode/templates/register.html:85
3130 3727 msgid "Captcha"
3131 3728 msgstr ""
3132 3729
3133 3730 #: rhodecode/templates/password_reset.html:59
3134 3731 msgid "Send password reset email"
3135 3732 msgstr ""
3136 3733
3137 3734 #: rhodecode/templates/password_reset.html:60
3138 msgid "Password reset link will be send to matching email address"
3735 msgid "Password reset link will be sent to matching email address"
3139 3736 msgstr ""
3140 3737
3141 3738 #: rhodecode/templates/register.html:35
3142 3739 msgid "Create an account"
3143 3740 msgstr ""
3144 3741
3145 3742 #: rhodecode/templates/register.html:36
3146 3743 msgid "Go to the login page to sign in with an existing account."
3147 3744 msgstr ""
3148 3745
3149 3746 #: rhodecode/templates/register.html:55
3150 3747 msgid "Re-enter password"
3151 3748 msgstr ""
3152 3749
3153 3750 #: rhodecode/templates/register.html:62
3154 3751 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
3155 3752 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
3156 3753 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
3157 3754 #: rhodecode/templates/admin/users/user_add.html:68
3158 3755 #: rhodecode/templates/admin/users/user_edit_profile.html:47
3159 #: rhodecode/templates/admin/users/users.html:93
3756 #: rhodecode/templates/admin/users/users.html:92
3160 3757 msgid "First Name"
3161 3758 msgstr ""
3162 3759
3163 3760 #: rhodecode/templates/register.html:69
3164 3761 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
3165 3762 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
3166 3763 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
3167 3764 #: rhodecode/templates/admin/users/user_add.html:77
3168 3765 #: rhodecode/templates/admin/users/user_edit_profile.html:56
3169 #: rhodecode/templates/admin/users/users.html:95
3766 #: rhodecode/templates/admin/users/users.html:94
3170 3767 msgid "Last Name"
3171 3768 msgstr ""
3172 3769
3173 3770 #: rhodecode/templates/register.html:97
3174 3771 msgid "Account activation requires admin approval."
3175 3772 msgstr ""
3176 3773
3177 3774 #: rhodecode/templates/register.html:104
3178 3775 msgid "Create Account"
3179 3776 msgstr ""
3180 3777
3181 3778 #: rhodecode/templates/admin/admin.html:5
3182 3779 #: rhodecode/templates/admin/admin.html:15
3183 #: rhodecode/templates/base/base.html:78
3780 #: rhodecode/templates/base/base.html:77
3184 3781 msgid "Admin journal"
3185 3782 msgstr ""
3186 3783
3187 3784 #: rhodecode/templates/admin/admin.html:13
3188 3785 msgid "journal filter..."
3189 3786 msgstr ""
3190 3787
3191 3788 #: rhodecode/templates/admin/admin.html:14
3192 3789 msgid "filter"
3193 3790 msgstr ""
3194 3791
3195 3792 #: rhodecode/templates/admin/admin.html:15
3196 3793 #: rhodecode/templates/journal/journal.html:14
3197 3794 #, python-format
3198 3795 msgid "%s entry"
3199 3796 msgid_plural "%s entries"
3200 3797 msgstr[0] ""
3201 3798 msgstr[1] ""
3202 3799 msgstr[2] ""
3203 3800 msgstr[3] ""
3204 3801
3205 3802 #: rhodecode/templates/admin/admin.html:17
3206 3803 #: rhodecode/templates/journal/journal.html:17
3207 3804 msgid "Example Queries"
3208 3805 msgstr ""
3209 3806
3210 #: rhodecode/templates/admin/admin_log.html:6
3807 #: rhodecode/templates/admin/admin_log.html:8
3211 3808 #: rhodecode/templates/admin/my_account/my_account_repos.html:37
3212 3809 #: rhodecode/templates/admin/repo_groups/repo_groups.html:62
3213 3810 #: rhodecode/templates/admin/repos/repo_edit_fields.html:13
3214 3811 #: rhodecode/templates/admin/repos/repos.html:69
3215 3812 #: rhodecode/templates/admin/user_groups/user_groups.html:66
3216 #: rhodecode/templates/admin/users/users.html:106
3813 #: rhodecode/templates/admin/users/users.html:105
3217 3814 msgid "Action"
3218 3815 msgstr ""
3219 3816
3220 #: rhodecode/templates/admin/admin_log.html:7
3817 #: rhodecode/templates/admin/admin_log.html:9
3221 3818 #: rhodecode/templates/admin/defaults/defaults.html:31
3222 3819 #: rhodecode/templates/admin/permissions/permissions_objects.html:13
3223 3820 #: rhodecode/templates/search/search_commit.html:5
3224 3821 #: rhodecode/templates/search/search_path.html:3
3225 3822 msgid "Repository"
3226 3823 msgstr ""
3227 3824
3228 #: rhodecode/templates/admin/admin_log.html:8
3825 #: rhodecode/templates/admin/admin_log.html:10
3229 3826 #: rhodecode/templates/bookmarks/bookmarks.html:61
3230 3827 #: rhodecode/templates/branches/branches.html:60
3231 3828 #: rhodecode/templates/tags/tags.html:61
3232 3829 msgid "Date"
3233 3830 msgstr ""
3234 3831
3235 #: rhodecode/templates/admin/admin_log.html:9
3832 #: rhodecode/templates/admin/admin_log.html:11
3236 3833 msgid "From IP"
3237 3834 msgstr ""
3238 3835
3239 #: rhodecode/templates/admin/admin_log.html:44
3836 #: rhodecode/templates/admin/admin_log.html:46
3240 3837 msgid "No actions yet"
3241 3838 msgstr ""
3242 3839
3243 3840 #: rhodecode/templates/admin/auth/auth_settings.html:5
3244 3841 #: rhodecode/templates/admin/auth/plugin_settings.html:5
3245 3842 msgid "Authentication Settings"
3246 3843 msgstr ""
3247 3844
3248 3845 #: rhodecode/templates/admin/auth/auth_settings.html:12
3249 3846 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3250 3847 #: rhodecode/templates/admin/defaults/defaults.html:12
3848 #: rhodecode/templates/admin/integrations/base.html:19
3849 #: rhodecode/templates/admin/integrations/edit.html:15
3850 #: rhodecode/templates/admin/integrations/list.html:8
3251 3851 #: rhodecode/templates/admin/permissions/permissions.html:12
3252 3852 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3253 3853 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
3254 3854 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:14
3255 3855 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
3256 3856 #: rhodecode/templates/admin/repos/repo_add.html:13
3257 3857 #: rhodecode/templates/admin/repos/repo_add.html:17
3258 3858 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:15
3259 3859 #: rhodecode/templates/admin/repos/repos.html:13
3260 3860 #: rhodecode/templates/admin/settings/settings.html:12
3261 3861 #: rhodecode/templates/admin/user_groups/user_group_add.html:11
3262 3862 #: rhodecode/templates/admin/user_groups/user_group_edit.html:12
3263 3863 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:14
3264 3864 #: rhodecode/templates/admin/user_groups/user_groups.html:13
3265 3865 #: rhodecode/templates/admin/users/user_add.html:11
3266 3866 #: rhodecode/templates/admin/users/user_edit.html:12
3267 3867 #: rhodecode/templates/admin/users/users.html:13
3268 #: rhodecode/templates/admin/users/users.html:102
3269 #: rhodecode/templates/base/base.html:405
3270 #: rhodecode/templates/base/base.html:412
3868 #: rhodecode/templates/admin/users/users.html:101
3869 #: rhodecode/templates/base/base.html:406
3870 #: rhodecode/templates/base/base.html:413
3271 3871 msgid "Admin"
3272 3872 msgstr ""
3273 3873
3274 3874 #: rhodecode/templates/admin/auth/auth_settings.html:14
3275 3875 #: rhodecode/templates/admin/auth/plugin_settings.html:14
3276 3876 msgid "Authentication Plugins"
3277 3877 msgstr ""
3278 3878
3279 3879 #: rhodecode/templates/admin/auth/auth_settings.html:47
3280 3880 msgid "Enabled and Available Plugins"
3281 3881 msgstr ""
3282 3882
3283 3883 #: rhodecode/templates/admin/auth/auth_settings.html:53
3284 3884 msgid "Enabled Plugins"
3285 3885 msgstr ""
3286 3886
3287 3887 #: rhodecode/templates/admin/auth/auth_settings.html:58
3288 3888 msgid ""
3289 3889 "Add a list of plugins, separated by commas. The order of the plugins is also"
3290 3890 " the order in which RhodeCode Enterprise will try to authenticate a user."
3291 3891 msgstr ""
3292 3892
3293 3893 #: rhodecode/templates/admin/auth/auth_settings.html:65
3294 3894 msgid "Available Built-in Plugins"
3295 3895 msgstr ""
3296 3896
3297 #: rhodecode/templates/admin/auth/auth_settings.html:71
3298 msgid "enabled"
3299 msgstr ""
3300
3301 #: rhodecode/templates/admin/auth/auth_settings.html:71
3302 msgid "disabled"
3303 msgstr ""
3304
3305 3897 #: rhodecode/templates/admin/auth/auth_settings.html:81
3306 3898 #: rhodecode/templates/admin/auth/plugin_settings.html:87
3307 3899 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
3308 3900 #: rhodecode/templates/admin/my_account/my_account_password.html:36
3309 3901 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
3310 3902 #: rhodecode/templates/admin/permissions/permissions_application.html:50
3311 3903 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
3312 3904 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
3313 3905 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
3314 3906 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:67
3315 3907 #: rhodecode/templates/admin/repos/repo_add_base.html:88
3316 3908 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
3317 3909 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
3318 3910 #: rhodecode/templates/admin/repos/repo_edit_settings.html:158
3319 3911 #: rhodecode/templates/admin/settings/settings_hooks.html:63
3320 3912 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
3321 3913 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
3322 3914 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
3323 3915 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:89
3324 3916 #: rhodecode/templates/admin/users/user_add.html:125
3325 3917 #: rhodecode/templates/admin/users/user_edit_profile.html:134
3326 3918 #: rhodecode/templates/base/default_perms_box.html:88
3327 3919 msgid "Save"
3328 3920 msgstr ""
3329 3921
3330 3922 #: rhodecode/templates/admin/auth/plugin_settings.html:45
3331 3923 msgid "Plugin"
3332 3924 msgstr ""
3333 3925
3334 3926 #: rhodecode/templates/admin/defaults/defaults.html:5
3335 3927 #: rhodecode/templates/admin/defaults/defaults.html:14
3336 3928 msgid "Repositories defaults"
3337 3929 msgstr ""
3338 3930
3339 3931 #: rhodecode/templates/admin/defaults/defaults_repositories.html:3
3340 3932 msgid "Default Settings For New Repositories"
3341 3933 msgstr ""
3342 3934
3343 3935 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
3344 3936 #: rhodecode/templates/admin/gists/index.html:110
3937 #: rhodecode/templates/admin/integrations/list.html:64
3345 3938 #: rhodecode/templates/admin/repos/repo_add_base.html:62
3346 3939 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
3347 3940 msgid "Type"
3348 3941 msgstr ""
3349 3942
3350 3943 #: rhodecode/templates/admin/defaults/defaults_repositories.html:23
3351 3944 #: rhodecode/templates/admin/repos/repo_add_base.html:80
3352 3945 msgid "Private Repository"
3353 3946 msgstr ""
3354 3947
3355 3948 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
3356 3949 #: rhodecode/templates/admin/repos/repo_add_base.html:84
3357 3950 #: rhodecode/templates/admin/repos/repo_edit_settings.html:110
3358 3951 #: rhodecode/templates/forks/fork.html:85
3359 3952 msgid ""
3360 3953 "Private repositories are only visible to people explicitly added as "
3361 3954 "collaborators."
3362 3955 msgstr ""
3363 3956
3364 3957 #: rhodecode/templates/admin/defaults/defaults_repositories.html:34
3365 3958 msgid "Enable Statistics"
3366 3959 msgstr ""
3367 3960
3368 3961 #: rhodecode/templates/admin/defaults/defaults_repositories.html:38
3369 3962 msgid "Enable a statistics window on the repository summary page."
3370 3963 msgstr ""
3371 3964
3372 3965 #: rhodecode/templates/admin/defaults/defaults_repositories.html:44
3373 3966 msgid "Enable Downloads"
3374 3967 msgstr ""
3375 3968
3376 3969 #: rhodecode/templates/admin/defaults/defaults_repositories.html:48
3377 3970 msgid "Enable the download option on the repository summary page."
3378 3971 msgstr ""
3379 3972
3380 3973 #: rhodecode/templates/admin/defaults/defaults_repositories.html:54
3381 3974 msgid "Enable Locking"
3382 3975 msgstr ""
3383 3976
3384 3977 #: rhodecode/templates/admin/defaults/defaults_repositories.html:58
3385 3978 msgid ""
3386 3979 "Enable automatic repository locking. Pulling from a repository will lock it,"
3387 3980 " and it is unlocked by pushing back by the same user."
3388 3981 msgstr ""
3389 3982
3390 3983 #: rhodecode/templates/admin/gists/edit.html:5
3391 3984 #: rhodecode/templates/admin/gists/edit.html:12
3392 3985 msgid "Edit Gist"
3393 3986 msgstr ""
3394 3987
3395 3988 #: rhodecode/templates/admin/gists/edit.html:29
3396 3989 #, python-format
3397 3990 msgid ""
3398 3991 "Gist was updated since you started editing. Copy your changes and click "
3399 3992 "%(here)s to reload the new version."
3400 3993 msgstr ""
3401 3994
3402 3995 #: rhodecode/templates/admin/gists/edit.html:39
3403 3996 #: rhodecode/templates/admin/gists/new.html:30
3404 3997 msgid "Gist description ..."
3405 3998 msgstr ""
3406 3999
3407 4000 #: rhodecode/templates/admin/gists/edit.html:44
3408 4001 #: rhodecode/templates/admin/gists/new.html:38
3409 4002 msgid "Gist lifetime"
3410 4003 msgstr ""
3411 4004
3412 4005 #: rhodecode/templates/admin/gists/edit.html:47
3413 4006 #: rhodecode/templates/admin/gists/new.html:41
3414 4007 msgid "Gist access level"
3415 4008 msgstr ""
3416 4009
3417 #: rhodecode/templates/admin/gists/edit.html:59
4010 #: rhodecode/templates/admin/gists/edit.html:62
3418 4011 #: rhodecode/templates/admin/gists/new.html:50
3419 4012 #: rhodecode/templates/files/files_add.html:74
3420 4013 #: rhodecode/templates/files/files_edit.html:78
3421 4014 msgid "plain"
3422 4015 msgstr ""
3423 4016
3424 #: rhodecode/templates/admin/gists/edit.html:103
4017 #: rhodecode/templates/admin/gists/edit.html:107
3425 4018 msgid "Update Gist"
3426 4019 msgstr ""
3427 4020
3428 #: rhodecode/templates/admin/gists/edit.html:104
4021 #: rhodecode/templates/admin/gists/edit.html:108
3429 4022 #: rhodecode/templates/base/issue_tracker_settings.html:74
3430 4023 #: rhodecode/templates/changeset/changeset_file_comment.html:139
3431 4024 #: rhodecode/templates/files/files_add.html:102
3432 4025 #: rhodecode/templates/files/files_delete.html:69
3433 4026 #: rhodecode/templates/files/files_edit.html:105
3434 4027 msgid "Cancel"
3435 4028 msgstr ""
3436 4029
3437 4030 #: rhodecode/templates/admin/gists/index.html:6
3438 4031 #: rhodecode/templates/admin/gists/index.html:20
3439 4032 #, python-format
3440 4033 msgid "Private Gists for user %s"
3441 4034 msgstr ""
3442 4035
3443 4036 #: rhodecode/templates/admin/gists/index.html:8
3444 4037 #: rhodecode/templates/admin/gists/index.html:22
3445 4038 #, python-format
3446 4039 msgid "Public Gists for user %s"
3447 4040 msgstr ""
3448 4041
3449 4042 #: rhodecode/templates/admin/gists/index.html:10
3450 4043 msgid "Public Gists"
3451 4044 msgstr ""
3452 4045
3453 4046 #: rhodecode/templates/admin/gists/index.html:24
3454 4047 #, python-format
3455 4048 msgid "All Gists for user %s"
3456 4049 msgstr ""
3457 4050
3458 4051 #: rhodecode/templates/admin/gists/index.html:26
3459 4052 msgid "All Public Gists"
3460 4053 msgstr ""
3461 4054
3462 4055 #: rhodecode/templates/admin/gists/index.html:44
3463 4056 #: rhodecode/templates/admin/gists/show.html:36
3464 4057 msgid "Create New Gist"
3465 4058 msgstr ""
3466 4059
3467 4060 #: rhodecode/templates/admin/gists/index.html:56
3468 4061 msgid "All gists"
3469 4062 msgstr ""
3470 4063
3471 4064 #: rhodecode/templates/admin/gists/index.html:58
3472 4065 msgid "All public"
3473 4066 msgstr ""
3474 4067
3475 4068 #: rhodecode/templates/admin/gists/index.html:60
3476 4069 msgid "My gists"
3477 4070 msgstr ""
3478 4071
3479 4072 #: rhodecode/templates/admin/gists/index.html:61
3480 4073 msgid "My private"
3481 4074 msgstr ""
3482 4075
3483 4076 #: rhodecode/templates/admin/gists/index.html:62
3484 4077 msgid "My public"
3485 4078 msgstr ""
3486 4079
3487 4080 #: rhodecode/templates/admin/gists/index.html:108
3488 4081 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:24
3489 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:87
4082 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
3490 4083 #: rhodecode/templates/bookmarks/bookmarks.html:63
3491 4084 #: rhodecode/templates/branches/branches.html:62
3492 #: rhodecode/templates/changelog/changelog.html:102
3493 #: rhodecode/templates/changelog/changelog_summary_data.html:10
4085 #: rhodecode/templates/changelog/changelog.html:110
4086 #: rhodecode/templates/changelog/changelog_summary_data.html:11
3494 4087 #: rhodecode/templates/changeset/changeset.html:164
3495 4088 #: rhodecode/templates/compare/compare_commits.html:21
3496 #: rhodecode/templates/files/files_browser.html:53
4089 #: rhodecode/templates/files/files_browser_tree.html:9
3497 4090 #: rhodecode/templates/pullrequests/pullrequest_show.html:169
3498 4091 #: rhodecode/templates/pullrequests/pullrequests.html:102
3499 4092 #: rhodecode/templates/search/search_commit.html:16
3500 4093 #: rhodecode/templates/tags/tags.html:63
3501 4094 msgid "Author"
3502 4095 msgstr ""
3503 4096
3504 4097 #: rhodecode/templates/admin/gists/index.html:116
3505 4098 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:6
3506 4099 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:6
3507 4100 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:6
3508 4101 #: rhodecode/templates/admin/users/user_edit_advanced.html:5
3509 4102 msgid "Created on"
3510 4103 msgstr ""
3511 4104
3512 4105 #: rhodecode/templates/admin/gists/index.html:118
3513 4106 #: rhodecode/templates/admin/gists/show.html:65
3514 4107 msgid "Expires"
3515 4108 msgstr ""
3516 4109
3517 4110 #: rhodecode/templates/admin/gists/new.html:5
3518 4111 #: rhodecode/templates/admin/gists/new.html:12
3519 4112 msgid "New Gist"
3520 4113 msgstr ""
3521 4114
3522 4115 #: rhodecode/templates/admin/gists/new.html:35
3523 4116 msgid "Gist id"
3524 4117 msgstr ""
3525 4118
3526 4119 #: rhodecode/templates/admin/gists/new.html:36
3527 4120 msgid "Auto generated"
3528 4121 msgstr ""
3529 4122
3530 4123 #: rhodecode/templates/admin/gists/new.html:49
3531 4124 msgid "name this file..."
3532 4125 msgstr ""
3533 4126
3534 4127 #: rhodecode/templates/admin/gists/new.html:60
3535 4128 msgid "Create Private Gist"
3536 4129 msgstr ""
3537 4130
3538 4131 #: rhodecode/templates/admin/gists/new.html:61
3539 4132 msgid "Create Public Gist"
3540 4133 msgstr ""
3541 4134
3542 4135 #: rhodecode/templates/admin/gists/new.html:62
3543 4136 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
3544 4137 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
3545 4138 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
3546 4139 #: rhodecode/templates/admin/my_account/my_account_password.html:37
3547 4140 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
3548 4141 #: rhodecode/templates/admin/permissions/permissions_application.html:51
3549 4142 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
3550 4143 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
3551 4144 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
3552 4145 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
3553 4146 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
3554 4147 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
3555 4148 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
3556 4149 #: rhodecode/templates/admin/repos/repo_edit_settings.html:159
3557 4150 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
3558 4151 #: rhodecode/templates/admin/settings/settings_global.html:110
3559 4152 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
3560 4153 #: rhodecode/templates/admin/settings/settings_labs.html:46
3561 4154 #: rhodecode/templates/admin/settings/settings_vcs.html:14
3562 4155 #: rhodecode/templates/admin/settings/settings_visual.html:220
3563 4156 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
3564 4157 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
3565 4158 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
3566 4159 #: rhodecode/templates/admin/users/user_edit_emails.html:63
3567 4160 #: rhodecode/templates/admin/users/user_edit_ips.html:70
3568 4161 #: rhodecode/templates/admin/users/user_edit_profile.html:135
3569 4162 #: rhodecode/templates/base/default_perms_box.html:89
3570 4163 msgid "Reset"
3571 4164 msgstr ""
3572 4165
3573 4166 #: rhodecode/templates/admin/gists/show.html:13
3574 4167 #: rhodecode/templates/admin/gists/show.html:20
3575 4168 msgid "Gist"
3576 4169 msgstr ""
3577 4170
3578 4171 #: rhodecode/templates/admin/gists/show.html:49
4172 #: rhodecode/templates/admin/integrations/list.html:110
3579 4173 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
3580 4174 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
3581 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:61
4175 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:63
3582 4176 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
3583 4177 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
3584 4178 #: rhodecode/templates/admin/settings/settings_hooks.html:46
3585 4179 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
3586 4180 #: rhodecode/templates/admin/users/user_edit_emails.html:31
3587 4181 #: rhodecode/templates/admin/users/user_edit_ips.html:34
3588 4182 #: rhodecode/templates/base/issue_tracker_settings.html:70
3589 4183 #: rhodecode/templates/base/vcs_settings.html:147
3590 4184 #: rhodecode/templates/base/vcs_settings.html:172
3591 4185 #: rhodecode/templates/changeset/changeset_file_comment.html:49
3592 4186 #: rhodecode/templates/changeset/changeset_file_comment.html:99
3593 #: rhodecode/templates/data_table/_dt_elements.html:117
3594 #: rhodecode/templates/data_table/_dt_elements.html:174
3595 #: rhodecode/templates/data_table/_dt_elements.html:188
3596 #: rhodecode/templates/data_table/_dt_elements.html:200
4187 #: rhodecode/templates/data_table/_dt_elements.html:119
4188 #: rhodecode/templates/data_table/_dt_elements.html:176
4189 #: rhodecode/templates/data_table/_dt_elements.html:190
4190 #: rhodecode/templates/data_table/_dt_elements.html:202
3597 4191 #: rhodecode/templates/debug_style/buttons.html:132
3598 4192 #: rhodecode/templates/files/files_source.html:33
3599 4193 #: rhodecode/templates/files/files_source.html:37
3600 4194 #: rhodecode/templates/files/files_source.html:40
3601 4195 msgid "Delete"
3602 4196 msgstr ""
3603 4197
3604 4198 #: rhodecode/templates/admin/gists/show.html:49
3605 4199 msgid "Confirm to delete this Gist"
3606 4200 msgstr ""
3607 4201
3608 4202 #: rhodecode/templates/admin/gists/show.html:56
4203 #: rhodecode/templates/admin/integrations/list.html:103
3609 4204 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
3610 4205 #: rhodecode/templates/base/issue_tracker_settings.html:61
3611 4206 #: rhodecode/templates/changeset/changeset_file_comment.html:145
3612 4207 #: rhodecode/templates/changeset/changeset_file_comment.html:292
3613 #: rhodecode/templates/data_table/_dt_elements.html:112
3614 #: rhodecode/templates/data_table/_dt_elements.html:170
3615 #: rhodecode/templates/data_table/_dt_elements.html:183
3616 #: rhodecode/templates/data_table/_dt_elements.html:196
4208 #: rhodecode/templates/data_table/_dt_elements.html:114
4209 #: rhodecode/templates/data_table/_dt_elements.html:172
4210 #: rhodecode/templates/data_table/_dt_elements.html:185
4211 #: rhodecode/templates/data_table/_dt_elements.html:198
3617 4212 #: rhodecode/templates/debug_style/buttons.html:128
3618 4213 #: rhodecode/templates/files/files_add.html:204
3619 4214 #: rhodecode/templates/files/files_edit.html:165
3620 4215 #: rhodecode/templates/files/files_source.html:36
3621 4216 #: rhodecode/templates/files/files_source.html:39
3622 4217 #: rhodecode/templates/pullrequests/pullrequest_show.html:50
3623 4218 #: rhodecode/templates/pullrequests/pullrequest_show.html:184
3624 4219 #: rhodecode/templates/users/user_profile.html:7
3625 4220 msgid "Edit"
3626 4221 msgstr ""
3627 4222
3628 4223 #: rhodecode/templates/admin/gists/show.html:58
3629 4224 msgid "Show as Raw"
3630 4225 msgstr ""
3631 4226
3632 4227 #: rhodecode/templates/admin/gists/show.html:62
3633 4228 msgid "Private Gist"
3634 4229 msgstr ""
3635 4230
3636 4231 #: rhodecode/templates/admin/gists/show.html:77
3637 4232 msgid "created"
3638 4233 msgstr ""
3639 4234
3640 4235 #: rhodecode/templates/admin/gists/show.html:91
3641 4236 #: rhodecode/templates/files/files_delete.html:50
3642 4237 #: rhodecode/templates/files/files_source.html:61
3643 4238 msgid "Show as raw"
3644 4239 msgstr ""
3645 4240
4241 #: rhodecode/templates/admin/integrations/base.html:12
4242 msgid "Integrations settings"
4243 msgstr ""
4244
4245 #: rhodecode/templates/admin/integrations/edit.html:17
4246 #: rhodecode/templates/admin/integrations/list.html:10
4247 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4248 #: rhodecode/templates/admin/repos/repo_edit.html:15
4249 #: rhodecode/templates/admin/repos/repo_edit.html:43
4250 #: rhodecode/templates/admin/settings/settings.html:14
4251 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4252 #: rhodecode/templates/base/base.html:86
4253 #: rhodecode/templates/base/base.html:251
4254 msgid "Settings"
4255 msgstr ""
4256
4257 #: rhodecode/templates/admin/integrations/edit.html:36
4258 #, python-format
4259 msgid "Create new %(integration_type)s integration"
4260 msgstr ""
4261
4262 #: rhodecode/templates/admin/integrations/list.html:31
4263 msgid "Create new integration"
4264 msgstr ""
4265
4266 #: rhodecode/templates/admin/integrations/list.html:56
4267 msgid "Current integrations"
4268 msgstr ""
4269
4270 #: rhodecode/templates/admin/integrations/list.html:65
4271 msgid "Actions"
4272 msgstr ""
4273
4274 #: rhodecode/templates/admin/integrations/list.html:89
4275 msgid "unknown integration"
4276 msgstr ""
4277
3646 4278 #: rhodecode/templates/admin/my_account/my_account.html:5
3647 #: rhodecode/templates/base/base.html:342
4279 #: rhodecode/templates/base/base.html:343
3648 4280 msgid "My account"
3649 4281 msgstr ""
3650 4282
3651 4283 #: rhodecode/templates/admin/my_account/my_account.html:12
3652 4284 msgid "My Account"
3653 4285 msgstr ""
3654 4286
3655 4287 #: rhodecode/templates/admin/my_account/my_account.html:29
3656 4288 #: rhodecode/templates/admin/my_account/my_account_profile.html:4
3657 4289 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:4
3658 4290 msgid "My Profile"
3659 4291 msgstr ""
3660 4292
3661 4293 #: rhodecode/templates/admin/my_account/my_account.html:31
3662 4294 msgid "Auth Tokens"
3663 4295 msgstr ""
3664 4296
3665 4297 #: rhodecode/templates/admin/my_account/my_account.html:34
3666 4298 msgid "OAuth Identities"
3667 4299 msgstr ""
3668 4300
3669 4301 #: rhodecode/templates/admin/my_account/my_account.html:37
3670 4302 msgid "My Emails"
3671 4303 msgstr ""
3672 4304
3673 4305 #: rhodecode/templates/admin/my_account/my_account.html:38
3674 4306 msgid "My Repositories"
3675 4307 msgstr ""
3676 4308
3677 4309 #: rhodecode/templates/admin/my_account/my_account.html:39
3678 4310 msgid "Watched"
3679 4311 msgstr ""
3680 4312
3681 4313 #: rhodecode/templates/admin/my_account/my_account.html:40
3682 4314 #: rhodecode/templates/admin/notifications/notifications.html:33
3683 #: rhodecode/templates/base/base.html:242
4315 #: rhodecode/templates/base/base.html:243
3684 4316 msgid "Pull Requests"
3685 4317 msgstr ""
3686 4318
3687 4319 #: rhodecode/templates/admin/my_account/my_account.html:41
3688 4320 msgid "My Permissions"
3689 4321 msgstr ""
3690 4322
4323 #: rhodecode/templates/admin/my_account/my_account.html:42
4324 msgid "My Live Notifications"
4325 msgstr ""
4326
3691 4327 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:3
3692 4328 msgid "Authentication Tokens"
3693 4329 msgstr ""
3694 4330
3695 4331 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:7
3696 4332 msgid "Built-in tokens can be used to authenticate with all possible options."
3697 4333 msgstr ""
3698 4334
3699 4335 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:8
3700 4336 msgid ""
3701 4337 "Each token can have a role. VCS tokens can be used together with the "
3702 "authtoken auth plugin for git/hg operations."
4338 "authtoken auth plugin for git/hg/svn operations."
3703 4339 msgstr ""
3704 4340
3705 4341 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:14
3706 4342 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:11
3707 4343 msgid "Built-in"
3708 4344 msgstr ""
3709 4345
3710 4346 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
3711 4347 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
3712 4348 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:47
3713 4349 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
3714 4350 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
3715 4351 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:43
3716 4352 msgid "expires"
3717 4353 msgstr ""
3718 4354
3719 4355 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:25
3720 4356 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:22
3721 4357 #, python-format
3722 4358 msgid "Confirm to reset this auth token: %s"
3723 4359 msgstr ""
3724 4360
3725 4361 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:45
3726 4362 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:41
3727 4363 msgid "expired"
3728 4364 msgstr ""
3729 4365
3730 4366 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:55
3731 4367 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:51
3732 4368 #, python-format
3733 4369 msgid "Confirm to remove this auth token: %s"
3734 4370 msgstr ""
3735 4371
3736 4372 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:63
3737 4373 msgid "No additional auth token specified"
3738 4374 msgstr ""
3739 4375
3740 4376 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:74
3741 4377 msgid "New authentication token"
3742 4378 msgstr ""
3743 4379
3744 4380 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:83
3745 4381 #: rhodecode/templates/admin/my_account/my_account_emails.html:64
3746 4382 #: rhodecode/templates/admin/permissions/permissions_ips.html:60
3747 4383 #: rhodecode/templates/admin/repos/repo_edit_fields.html:65
3748 4384 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:80
3749 4385 #: rhodecode/templates/admin/users/user_edit_emails.html:62
3750 4386 #: rhodecode/templates/admin/users/user_edit_ips.html:69
3751 4387 msgid "Add"
3752 4388 msgstr ""
3753 4389
3754 4390 #: rhodecode/templates/admin/my_account/my_account_emails.html:5
3755 4391 msgid "Account Emails"
3756 4392 msgstr ""
3757 4393
3758 4394 #: rhodecode/templates/admin/my_account/my_account_emails.html:17
3759 4395 #: rhodecode/templates/admin/users/user_edit_emails.html:16
3760 4396 msgid "Primary"
3761 4397 msgstr ""
3762 4398
3763 4399 #: rhodecode/templates/admin/my_account/my_account_emails.html:31
3764 4400 #: rhodecode/templates/admin/users/user_edit_emails.html:30
3765 4401 #, python-format
3766 4402 msgid "Confirm to delete this email: %s"
3767 4403 msgstr ""
3768 4404
3769 4405 #: rhodecode/templates/admin/my_account/my_account_emails.html:42
3770 4406 #: rhodecode/templates/admin/users/user_edit_emails.html:41
3771 4407 msgid "No additional emails specified"
3772 4408 msgstr ""
3773 4409
3774 4410 #: rhodecode/templates/admin/my_account/my_account_emails.html:57
3775 4411 #: rhodecode/templates/admin/users/user_edit_emails.html:55
3776 4412 msgid "New email address"
3777 4413 msgstr ""
3778 4414
4415 #: rhodecode/templates/admin/my_account/my_account_notifications.html:3
4416 msgid "Your live notification settings"
4417 msgstr ""
4418
4419 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4420 #: rhodecode/templates/admin/notifications/show_notification.html:12
4421 msgid "Notifications"
4422 msgstr ""
4423
4424 #: rhodecode/templates/admin/my_account/my_account_notifications.html:14
4425 msgid "Disabled"
4426 msgstr ""
4427
3779 4428 #: rhodecode/templates/admin/my_account/my_account_password.html:3
3780 4429 msgid "Change Your Account Password"
3781 4430 msgstr ""
3782 4431
3783 4432 #: rhodecode/templates/admin/my_account/my_account_password.html:10
3784 4433 msgid "Current Password"
3785 4434 msgstr ""
3786 4435
3787 4436 #: rhodecode/templates/admin/my_account/my_account_password.html:19
3788 4437 #: rhodecode/templates/admin/users/user_edit_profile.html:74
3789 4438 msgid "New Password"
3790 4439 msgstr ""
3791 4440
3792 4441 #: rhodecode/templates/admin/my_account/my_account_password.html:28
3793 4442 msgid "Confirm New Password"
3794 4443 msgstr ""
3795 4444
3796 4445 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
3797 4446 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
3798 4447 #: rhodecode/templates/admin/users/user_edit_profile.html:25
3799 4448 #: rhodecode/templates/users/user_profile.html:14
3800 4449 msgid "Photo"
3801 4450 msgstr ""
3802 4451
3803 4452 #: rhodecode/templates/admin/my_account/my_account_profile.html:18
3804 4453 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:60
3805 4454 #: rhodecode/templates/admin/users/user_edit_profile.html:33
3806 4455 #: rhodecode/templates/users/user_profile.html:21
3807 4456 msgid "Avatars are disabled"
3808 4457 msgstr ""
3809 4458
3810 4459 #: rhodecode/templates/admin/my_account/my_account_profile.html:51
3811 4460 #: rhodecode/templates/users/user_profile.html:54
3812 4461 msgid "Missing email, please update your user email address."
3813 4462 msgstr ""
3814 4463
3815 4464 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:18
3816 4465 msgid ""
3817 4466 "Your user account details are managed by an external source, i.e. LDAP. "
3818 4467 "Details cannot be managed here."
3819 4468 msgstr ""
3820 4469
3821 4470 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:57
3822 4471 msgid "Change your avatar at"
3823 4472 msgstr ""
3824 4473
3825 4474 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:6
3826 4475 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:8
3827 4476 msgid "Show Closed Pull Requests"
3828 4477 msgstr ""
3829 4478
3830 4479 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:15
3831 4480 msgid "Pull Requests You Opened"
3832 4481 msgstr ""
3833 4482
3834 4483 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:23
3835 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:86
4484 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:88
3836 4485 msgid "Target Repo"
3837 4486 msgstr ""
3838 4487
3839 4488 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:26
3840 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:89
4489 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:91
3841 4490 #: rhodecode/templates/admin/settings/settings_global.html:9
3842 4491 #: rhodecode/templates/email_templates/pull_request_review.mako:28
3843 #: rhodecode/templates/email_templates/pull_request_review.mako:65
4492 #: rhodecode/templates/email_templates/pull_request_review.mako:48
3844 4493 #: rhodecode/templates/pullrequests/pullrequest.html:38
3845 4494 #: rhodecode/templates/pullrequests/pullrequests.html:104
3846 4495 msgid "Title"
3847 4496 msgstr ""
3848 4497
3849 4498 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:27
3850 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:90
4499 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:92
3851 4500 msgid "Opened On"
3852 4501 msgstr ""
3853 4502
3854 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:41
3855 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:103
3856 #: rhodecode/templates/changelog/changelog.html:141
4503 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
4504 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:107
4505 #: rhodecode/templates/changelog/changelog.html:153
3857 4506 #: rhodecode/templates/compare/compare_commits.html:49
3858 4507 #: rhodecode/templates/search/search_commit.html:36
3859 4508 msgid "Expand commit message"
3860 4509 msgstr ""
3861 4510
3862 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:50
3863 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:112
4511 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:52
4512 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:116
3864 4513 #: rhodecode/templates/changeset/changeset_file_comment.html:284
3865 4514 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
3866 4515 #: rhodecode/templates/pullrequests/pullrequest_show.html:112
3867 4516 #: rhodecode/templates/pullrequests/pullrequests.html:52
3868 4517 msgid "Closed"
3869 4518 msgstr ""
3870 4519
3871 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:62
4520 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:64
3872 4521 msgid "Confirm to delete this pull request"
3873 4522 msgstr ""
3874 4523
3875 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:69
4524 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:71
3876 4525 msgid "You currently have no open pull requests."
3877 4526 msgstr ""
3878 4527
3879 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:77
4528 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:79
3880 4529 msgid "Pull Requests You Participate In"
3881 4530 msgstr ""
3882 4531
3883 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:125
4532 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:129
3884 4533 msgid ""
3885 4534 "There are currently no open pull requests requiring your participation."
3886 4535 msgstr ""
3887 4536
3888 4537 #: rhodecode/templates/admin/my_account/my_account_repos.html:3
3889 4538 msgid "Repositories You Own"
3890 4539 msgstr ""
3891 4540
3892 4541 #: rhodecode/templates/admin/my_account/my_account_watched.html:3
3893 4542 msgid "Your Watched Repositories"
3894 4543 msgstr ""
3895 4544
3896 4545 #: rhodecode/templates/admin/notifications/notifications.html:5
3897 4546 #: rhodecode/templates/admin/notifications/notifications.html:12
3898 4547 msgid "My Notifications"
3899 4548 msgstr ""
3900 4549
3901 4550 #: rhodecode/templates/admin/notifications/notifications.html:31
3902 4551 msgid "All"
3903 4552 msgstr ""
3904 4553
3905 4554 #: rhodecode/templates/admin/notifications/notifications.html:32
3906 4555 #: rhodecode/templates/changeset/changeset.html:140
3907 4556 #: rhodecode/templates/pullrequests/pullrequest_show.html:133
3908 4557 msgid "Comments"
3909 4558 msgstr ""
3910 4559
3911 4560 #: rhodecode/templates/admin/notifications/notifications.html:37
3912 4561 msgid "Mark all as read"
3913 4562 msgstr ""
3914 4563
3915 4564 #: rhodecode/templates/admin/notifications/notifications_data.html:39
3916 4565 msgid "No notifications here yet"
3917 4566 msgstr ""
3918 4567
3919 4568 #: rhodecode/templates/admin/notifications/show_notification.html:5
3920 4569 #: rhodecode/templates/admin/notifications/show_notification.html:14
3921 4570 msgid "Show notification"
3922 4571 msgstr ""
3923 4572
3924 #: rhodecode/templates/admin/notifications/show_notification.html:12
3925 msgid "Notifications"
3926 msgstr ""
3927
3928 4573 #: rhodecode/templates/admin/permissions/permissions.html:5
3929 4574 msgid "Permissions Administration"
3930 4575 msgstr ""
3931 4576
3932 4577 #: rhodecode/templates/admin/permissions/permissions.html:14
3933 4578 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:45
3934 #: rhodecode/templates/admin/repos/repo_edit.html:42
4579 #: rhodecode/templates/admin/repos/repo_edit.html:46
3935 4580 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
3936 #: rhodecode/templates/base/base.html:83
4581 #: rhodecode/templates/base/base.html:82
3937 4582 msgid "Permissions"
3938 4583 msgstr ""
3939 4584
3940 4585 #: rhodecode/templates/admin/permissions/permissions.html:33
3941 4586 msgid "Application"
3942 4587 msgstr ""
3943 4588
3944 4589 #: rhodecode/templates/admin/permissions/permissions.html:39
3945 4590 msgid "Object"
3946 4591 msgstr ""
3947 4592
3948 4593 #: rhodecode/templates/admin/permissions/permissions.html:42
3949 4594 msgid "IP Whitelist"
3950 4595 msgstr ""
3951 4596
3952 4597 #: rhodecode/templates/admin/permissions/permissions.html:45
3953 4598 msgid "Overview"
3954 4599 msgstr ""
3955 4600
3956 4601 #: rhodecode/templates/admin/permissions/permissions_application.html:3
3957 4602 msgid "System Wide Application Permissions"
3958 4603 msgstr ""
3959 4604
3960 4605 #: rhodecode/templates/admin/permissions/permissions_application.html:12
3961 4606 msgid "Anonymous Access"
3962 4607 msgstr ""
3963 4608
3964 4609 #: rhodecode/templates/admin/permissions/permissions_application.html:18
3965 4610 #, python-format
3966 4611 msgid ""
3967 4612 "Allow access to RhodeCode Enterprise without requiring users to login. "
3968 4613 "Anonymous users get the %s permission settings."
3969 4614 msgstr ""
3970 4615
3971 4616 #: rhodecode/templates/admin/permissions/permissions_application.html:24
3972 4617 msgid "Registration"
3973 4618 msgstr ""
3974 4619
3975 4620 #: rhodecode/templates/admin/permissions/permissions_application.html:33
3976 4621 msgid "Registration Page Message"
3977 4622 msgstr ""
3978 4623
3979 4624 #: rhodecode/templates/admin/permissions/permissions_application.html:37
3980 4625 msgid ""
3981 4626 "Custom message to be displayed on the registration page. HTML syntax is "
3982 4627 "supported."
3983 4628 msgstr ""
3984 4629
3985 4630 #: rhodecode/templates/admin/permissions/permissions_application.html:43
3986 4631 msgid "External Authentication Account Activation"
3987 4632 msgstr ""
3988 4633
3989 4634 #: rhodecode/templates/admin/permissions/permissions_ips.html:5
3990 4635 msgid "Default IP Whitelist For All Users"
3991 4636 msgstr ""
3992 4637
3993 4638 #: rhodecode/templates/admin/permissions/permissions_ips.html:27
3994 4639 #: rhodecode/templates/admin/users/user_edit_ips.html:35
3995 4640 #, python-format
3996 4641 msgid "Confirm to delete this ip: %s"
3997 4642 msgstr ""
3998 4643
3999 4644 #: rhodecode/templates/admin/permissions/permissions_ips.html:34
4000 4645 #: rhodecode/templates/admin/users/user_edit_ips.html:43
4001 4646 msgid "All IP addresses are allowed"
4002 4647 msgstr ""
4003 4648
4004 4649 #: rhodecode/templates/admin/permissions/permissions_ips.html:49
4005 4650 #: rhodecode/templates/admin/users/user_edit_ips.html:59
4006 4651 msgid "New IP Address"
4007 4652 msgstr ""
4008 4653
4009 4654 #: rhodecode/templates/admin/permissions/permissions_ips.html:53
4010 4655 #: rhodecode/templates/admin/users/user_edit_ips.html:62
4011 4656 msgid "Description..."
4012 4657 msgstr ""
4013 4658
4014 4659 #: rhodecode/templates/admin/permissions/permissions_ips.html:54
4015 4660 msgid ""
4016 4661 "Enter a comma separated list of IP Addresses like 127.0.0.1,\n"
4017 4662 "or use an IP Address with a mask 127.0.0.1/24, to create a network range.\n"
4018 4663 "To specify multiple addresses in a range, use the 127.0.0.1-127.0.0.10 syntax"
4019 4664 msgstr ""
4020 4665
4021 4666 #: rhodecode/templates/admin/permissions/permissions_objects.html:3
4022 4667 msgid ""
4023 4668 "Default Permissions for Repositories, User Groups and Repository Groups."
4024 4669 msgstr ""
4025 4670
4026 4671 #: rhodecode/templates/admin/permissions/permissions_objects.html:6
4027 4672 msgid ""
4028 4673 "Default system permissions. Each permissions management entity will be "
4029 4674 "created with the following default settings. Check the overwrite checkbox to"
4030 4675 " force any permission changes on already existing settings."
4031 4676 msgstr ""
4032 4677
4033 4678 #: rhodecode/templates/admin/permissions/permissions_objects.html:20
4034 4679 msgid ""
4035 4680 "All default permissions on each repository will be reset to chosen "
4036 4681 "permission, note that all custom default permission on repositories will be "
4037 4682 "lost"
4038 4683 msgstr ""
4039 4684
4040 4685 #: rhodecode/templates/admin/permissions/permissions_objects.html:21
4041 4686 #: rhodecode/templates/admin/permissions/permissions_objects.html:35
4042 4687 #: rhodecode/templates/admin/permissions/permissions_objects.html:49
4043 4688 msgid "Overwrite Existing Settings"
4044 4689 msgstr ""
4045 4690
4046 4691 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
4047 4692 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
4048 4693 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
4049 4694 msgid "Repository Groups"
4050 4695 msgstr ""
4051 4696
4052 4697 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
4053 4698 msgid ""
4054 4699 "All default permissions on each repository group will be reset to chosen "
4055 4700 "permission, note that all custom default permission on repository groups "
4056 4701 "will be lost"
4057 4702 msgstr ""
4058 4703
4059 4704 #: rhodecode/templates/admin/permissions/permissions_objects.html:42
4060 4705 #: rhodecode/templates/admin/user_groups/user_group_edit.html:14
4061 4706 msgid "User Groups"
4062 4707 msgstr ""
4063 4708
4064 4709 #: rhodecode/templates/admin/permissions/permissions_objects.html:48
4065 4710 msgid ""
4066 4711 "All default permissions on each user group will be reset to chosen "
4067 4712 "permission, note that all custom default permission on repository groups "
4068 4713 "will be lost"
4069 4714 msgstr ""
4070 4715
4071 4716 #: rhodecode/templates/admin/permissions/permissions_perms.html:1
4072 4717 msgid "Default User Permissions Overview"
4073 4718 msgstr ""
4074 4719
4075 4720 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:5
4076 4721 #: rhodecode/templates/admin/users/user_add.html:116
4077 4722 msgid "Add repository group"
4078 4723 msgstr ""
4079 4724
4080 4725 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
4081 4726 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
4082 #: rhodecode/templates/base/base.html:80
4083 #: rhodecode/templates/base/base.html:152
4727 #: rhodecode/templates/base/base.html:79
4728 #: rhodecode/templates/base/base.html:153
4084 4729 msgid "Repository groups"
4085 4730 msgstr ""
4086 4731
4087 4732 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
4088 4733 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:15
4089 4734 msgid "Group Name"
4090 4735 msgstr ""
4091 4736
4092 4737 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:54
4093 4738 msgid "Group Parent"
4094 4739 msgstr ""
4095 4740
4096 4741 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:63
4097 4742 #: rhodecode/templates/admin/repos/repo_add_base.html:53
4098 4743 msgid "Copy Parent Group Permissions"
4099 4744 msgstr ""
4100 4745
4101 4746 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:67
4102 4747 msgid "Copy permission settings from parent repository group."
4103 4748 msgstr ""
4104 4749
4105 4750 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:5
4106 4751 #, python-format
4107 4752 msgid "%s repository group settings"
4108 4753 msgstr ""
4109 4754
4110 4755 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:24
4111 4756 msgid "Add Child Group"
4112 4757 msgstr ""
4113 4758
4114 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:44
4115 #: rhodecode/templates/admin/repos/repo_edit.html:15
4116 #: rhodecode/templates/admin/repos/repo_edit.html:39
4117 #: rhodecode/templates/admin/settings/settings.html:14
4118 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
4119 #: rhodecode/templates/base/base.html:86
4120 #: rhodecode/templates/base/base.html:250
4121 msgid "Settings"
4122 msgstr ""
4123
4124 4759 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:46
4125 #: rhodecode/templates/admin/repos/repo_edit.html:45
4760 #: rhodecode/templates/admin/repos/repo_edit.html:49
4126 4761 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
4127 4762 #: rhodecode/templates/admin/users/user_edit.html:35
4128 4763 msgid "Advanced"
4129 4764 msgstr ""
4130 4765
4131 4766 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:8
4132 4767 msgid "Total repositories"
4133 4768 msgstr ""
4134 4769
4135 4770 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:9
4136 4771 msgid "Top level repositories"
4137 4772 msgstr ""
4138 4773
4139 4774 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:11
4140 4775 msgid "Children groups"
4141 4776 msgstr ""
4142 4777
4143 4778 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:17
4144 4779 #, python-format
4145 4780 msgid "Repository Group: %s"
4146 4781 msgstr ""
4147 4782
4148 4783 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:27
4149 4784 msgid "Delete repository group"
4150 4785 msgstr ""
4151 4786
4152 4787 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:35
4153 4788 #, python-format
4154 4789 msgid "This repository group includes %s children repository group."
4155 4790 msgid_plural "This repository group includes %s children repository groups."
4156 4791 msgstr[0] ""
4157 4792 msgstr[1] ""
4158 4793 msgstr[2] ""
4159 4794 msgstr[3] ""
4160 4795
4161 4796 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:44
4162 4797 #, python-format
4163 4798 msgid "This repository group includes %s repository."
4164 4799 msgid_plural "This repository group includes %s repositories."
4165 4800 msgstr[0] ""
4166 4801 msgstr[1] ""
4167 4802 msgstr[2] ""
4168 4803 msgstr[3] ""
4169 4804
4170 4805 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:56
4171 4806 #, python-format
4172 4807 msgid "Confirm to delete this group: %s"
4173 4808 msgstr ""
4174 4809
4175 4810 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:57
4176 4811 msgid "Delete this repository group"
4177 4812 msgstr ""
4178 4813
4179 4814 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:5
4180 4815 msgid "Repository Group Permissions"
4181 4816 msgstr ""
4182 4817
4183 4818 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:11
4184 4819 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:126
4185 4820 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:12
4186 4821 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:11
4187 4822 msgid "None"
4188 4823 msgstr ""
4189 4824
4190 4825 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:12
4191 4826 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:13
4192 4827 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:12
4193 4828 msgid "Read"
4194 4829 msgstr ""
4195 4830
4196 4831 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:13
4197 4832 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:14
4198 4833 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:13
4199 4834 msgid "Write"
4200 4835 msgstr ""
4201 4836
4202 4837 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:15
4203 4838 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:16
4204 4839 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:15
4205 4840 msgid "User/User Group"
4206 4841 msgstr ""
4207 4842
4208 4843 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:31
4209 4844 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:31
4210 4845 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:31
4211 4846 msgid "super admin"
4212 4847 msgstr ""
4213 4848
4214 4849 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
4215 4850 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
4216 4851 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
4217 4852 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
4218 4853 msgid "owner"
4219 4854 msgstr ""
4220 4855
4221 4856 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:52
4222 4857 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:76
4223 4858 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:61
4224 4859 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:52
4225 4860 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:76
4226 4861 msgid "permission for all other users"
4227 4862 msgstr ""
4228 4863
4229 4864 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:62
4230 4865 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:109
4231 4866 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:71
4232 4867 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:99
4233 4868 msgid "Revoke"
4234 4869 msgstr ""
4235 4870
4236 4871 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:80
4237 4872 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:80
4238 4873 msgid "delegated admin"
4239 4874 msgstr ""
4240 4875
4241 4876 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:118
4242 4877 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:107
4243 4878 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:117
4244 4879 #: rhodecode/templates/base/issue_tracker_settings.html:84
4245 4880 msgid "Add new"
4246 4881 msgstr ""
4247 4882
4248 4883 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:123
4249 4884 msgid "Apply to children"
4250 4885 msgstr ""
4251 4886
4252 4887 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:129
4253 4888 msgid "Both"
4254 4889 msgstr ""
4255 4890
4256 4891 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:130
4257 4892 msgid ""
4258 4893 "Set or revoke permissions to selected types of children of this group, "
4259 4894 "including non-private repositories and other groups if chosen."
4260 4895 msgstr ""
4261 4896
4262 4897 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:6
4263 4898 #, python-format
4264 4899 msgid "Settings for Repository Group: %s"
4265 4900 msgstr ""
4266 4901
4267 4902 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:36
4268 4903 msgid "Change owner of this repository group."
4269 4904 msgstr ""
4270 4905
4271 4906 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
4272 4907 msgid "Group parent"
4273 4908 msgstr ""
4274 4909
4275 4910 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:59
4276 4911 msgid "Enable Repository Locking"
4277 4912 msgstr ""
4278 4913
4279 4914 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:63
4280 4915 msgid ""
4281 4916 "Repository locking will be enabled on all subgroups and repositories inside "
4282 4917 "this repository group. Pulling from a repository locks it, and it is "
4283 4918 "unlocked by pushing back by the same user."
4284 4919 msgstr ""
4285 4920
4286 4921 #: rhodecode/templates/admin/repo_groups/repo_groups.html:5
4287 4922 msgid "Repository groups administration"
4288 4923 msgstr ""
4289 4924
4290 4925 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
4291 4926 msgid "repository groups"
4292 4927 msgstr ""
4293 4928
4294 4929 #: rhodecode/templates/admin/repo_groups/repo_groups.html:58
4295 4930 msgid "Number of top level repositories"
4296 4931 msgstr ""
4297 4932
4298 4933 #: rhodecode/templates/admin/repos/repo_add.html:5
4299 4934 msgid "Add repository"
4300 4935 msgstr ""
4301 4936
4302 4937 #: rhodecode/templates/admin/repos/repo_add_base.html:14
4303 4938 msgid "Import Existing Repository ?"
4304 4939 msgstr ""
4305 4940
4306 4941 #: rhodecode/templates/admin/repos/repo_add_base.html:23
4307 #: rhodecode/templates/base/base.html:197
4942 #: rhodecode/templates/base/base.html:198
4308 4943 msgid "Clone from"
4309 4944 msgstr ""
4310 4945
4311 4946 #: rhodecode/templates/admin/repos/repo_add_base.html:27
4312 4947 msgid "Optional http[s] URL from which to clone a repository."
4313 4948 msgstr ""
4314 4949
4315 4950 #: rhodecode/templates/admin/repos/repo_add_base.html:36
4316 4951 #: rhodecode/templates/admin/repos/repo_edit_settings.html:100
4317 4952 #: rhodecode/templates/forks/fork.html:52
4318 4953 msgid ""
4319 4954 "Keep it short and to the point. Use a README file for longer descriptions."
4320 4955 msgstr ""
4321 4956
4322 4957 #: rhodecode/templates/admin/repos/repo_add_base.html:41
4323 4958 msgid "Repository Group"
4324 4959 msgstr ""
4325 4960
4326 4961 #: rhodecode/templates/admin/repos/repo_add_base.html:46
4327 4962 #: rhodecode/templates/admin/repos/repo_edit_settings.html:61
4328 4963 #: rhodecode/templates/forks/fork.html:63
4329 4964 #, python-format
4330 4965 msgid "Select my personal group (%(repo_group_name)s)"
4331 4966 msgstr ""
4332 4967
4333 4968 #: rhodecode/templates/admin/repos/repo_add_base.html:48
4334 4969 #: rhodecode/templates/forks/fork.html:65
4335 4970 msgid "Optionally select a group to put this repository into."
4336 4971 msgstr ""
4337 4972
4338 4973 #: rhodecode/templates/admin/repos/repo_add_base.html:57
4339 4974 msgid "Copy permission set from the parent repository group."
4340 4975 msgstr ""
4341 4976
4342 4977 #: rhodecode/templates/admin/repos/repo_add_base.html:66
4343 4978 msgid "Set the type of repository to create."
4344 4979 msgstr ""
4345 4980
4346 4981 #: rhodecode/templates/admin/repos/repo_add_base.html:71
4347 4982 #: rhodecode/templates/admin/repos/repo_edit_settings.html:68
4348 4983 #: rhodecode/templates/forks/fork.html:71
4349 4984 msgid "Landing commit"
4350 4985 msgstr ""
4351 4986
4352 4987 #: rhodecode/templates/admin/repos/repo_add_base.html:75
4353 4988 msgid ""
4354 4989 "The default commit for file pages, downloads, full text search index, and "
4355 4990 "README generation."
4356 4991 msgstr ""
4357 4992
4358 4993 #: rhodecode/templates/admin/repos/repo_creating.html:9
4359 4994 #, python-format
4360 4995 msgid "%s Creating repository"
4361 4996 msgstr ""
4362 4997
4363 4998 #: rhodecode/templates/admin/repos/repo_creating.html:16
4364 4999 msgid "Creating repository"
4365 5000 msgstr ""
4366 5001
4367 5002 #: rhodecode/templates/admin/repos/repo_creating.html:30
4368 5003 #, python-format
4369 5004 msgid ""
4370 5005 "Repository \"%(repo_name)s\" is being created, you will be redirected when "
4371 5006 "this process is finished.repo_name"
4372 5007 msgstr ""
4373 5008
4374 5009 #: rhodecode/templates/admin/repos/repo_edit.html:8
4375 5010 #, python-format
4376 5011 msgid "%s repository settings"
4377 5012 msgstr ""
4378 5013
4379 #: rhodecode/templates/admin/repos/repo_edit.html:51
5014 #: rhodecode/templates/admin/repos/repo_edit.html:55
4380 5015 msgid "Extra Fields"
4381 5016 msgstr ""
4382 5017
4383 #: rhodecode/templates/admin/repos/repo_edit.html:57
4384 msgid "Caches"
4385 msgstr ""
4386
4387 5018 #: rhodecode/templates/admin/repos/repo_edit.html:61
4388 msgid "Remote"
5019 msgid "Caches"
4389 5020 msgstr ""
4390 5021
4391 5022 #: rhodecode/templates/admin/repos/repo_edit.html:65
5023 msgid "Remote"
5024 msgstr ""
5025
5026 #: rhodecode/templates/admin/repos/repo_edit.html:69
4392 5027 #: rhodecode/templates/summary/components.html:135
4393 5028 msgid "Statistics"
4394 5029 msgstr ""
4395 5030
4396 5031 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
4397 5032 #: rhodecode/templates/pullrequests/pullrequests.html:108
4398 5033 msgid "Updated on"
4399 5034 msgstr ""
4400 5035
4401 5036 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:8
4402 5037 msgid "Cached Commit id"
4403 5038 msgstr ""
4404 5039
4405 5040 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:14
4406 5041 #, python-format
4407 5042 msgid "Repository: %s"
4408 5043 msgstr ""
4409 5044
4410 5045 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:24
4411 5046 msgid "Fork Reference"
4412 5047 msgstr ""
4413 5048
4414 5049 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:30
4415 5050 #, python-format
4416 5051 msgid "This repository is a fork of %(repo_link)s"
4417 5052 msgstr ""
4418 5053
4419 5054 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:36
4420 5055 #: rhodecode/templates/admin/repos/repo_edit_fork.html:5
4421 5056 msgid "Set"
4422 5057 msgstr ""
4423 5058
4424 5059 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:39
4425 5060 #: rhodecode/templates/admin/repos/repo_edit_fork.html:9
4426 5061 msgid "Manually set this repository as a fork of another from the list"
4427 5062 msgstr ""
4428 5063
4429 5064 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:48
4430 5065 msgid "Public Journal Visibility"
4431 5066 msgstr ""
4432 5067
4433 5068 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:56
4434 5069 msgid "Remove from Public Journal"
4435 5070 msgstr ""
4436 5071
4437 5072 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:60
4438 5073 msgid "Add to Public Journal"
4439 5074 msgstr ""
4440 5075
4441 5076 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:65
4442 5077 msgid ""
4443 5078 "All actions made on this repository will be visible to everyone following "
4444 5079 "the public journal."
4445 5080 msgstr ""
4446 5081
4447 5082 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:74
4448 5083 msgid "Locking state"
4449 5084 msgstr ""
4450 5085
4451 5086 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:83
4452 5087 msgid "This Repository is not currently locked."
4453 5088 msgstr ""
4454 5089
4455 5090 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:90
4456 5091 msgid "Confirm to unlock repository."
4457 5092 msgstr ""
4458 5093
4459 5094 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:92
4460 5095 msgid "Unlock repository"
4461 5096 msgstr ""
4462 5097
4463 5098 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:97
4464 5099 msgid "Confirm to lock repository."
4465 5100 msgstr ""
4466 5101
4467 5102 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:99
4468 5103 msgid "Lock Repository"
4469 5104 msgstr ""
4470 5105
4471 5106 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:105
4472 5107 msgid ""
4473 5108 "Force repository locking. This only works when anonymous access is disabled."
4474 5109 " Pulling from the repository locks the repository to that user until the "
4475 5110 "same user pushes to that repository again."
4476 5111 msgstr ""
4477 5112
4478 5113 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:114
4479 5114 msgid "Delete repository"
4480 5115 msgstr ""
4481 5116
4482 5117 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:121
4483 5118 #, python-format
4484 5119 msgid "This repository has %s fork."
4485 5120 msgid_plural "This repository has %s forks."
4486 5121 msgstr[0] ""
4487 5122 msgstr[1] ""
4488 5123 msgstr[2] ""
4489 5124 msgstr[3] ""
4490 5125
4491 5126 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:125
4492 5127 msgid "Detach forks"
4493 5128 msgstr ""
4494 5129
4495 5130 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:130
4496 5131 msgid "Delete forks"
4497 5132 msgstr ""
4498 5133
4499 5134 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:139
4500 #: rhodecode/templates/data_table/_dt_elements.html:118
5135 #: rhodecode/templates/data_table/_dt_elements.html:120
4501 5136 #, python-format
4502 5137 msgid "Confirm to delete this repository: %s"
4503 5138 msgstr ""
4504 5139
4505 5140 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:141
4506 5141 msgid "Delete This Repository"
4507 5142 msgstr ""
4508 5143
4509 5144 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:146
4510 5145 msgid ""
4511 5146 "This repository will be renamed in a special way in order to make it "
4512 5147 "inaccessible to RhodeCode Enterprise and its VCS systems. If you need to "
4513 5148 "fully delete it from the file system, please do it manually, or with "
4514 5149 "rhodecode-cleanup-repos command."
4515 5150 msgstr ""
4516 5151
4517 5152 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
4518 5153 msgid "Change repository"
4519 5154 msgstr ""
4520 5155
4521 5156 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
4522 5157 msgid "Pick repository"
4523 5158 msgstr ""
4524 5159
4525 5160 #: rhodecode/templates/admin/repos/repo_edit_caches.html:3
4526 5161 msgid "Invalidate Cache for Repository"
4527 5162 msgstr ""
4528 5163
4529 5164 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
4530 5165 msgid "Invalidate repository cache"
4531 5166 msgstr ""
4532 5167
4533 5168 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
4534 5169 msgid "Confirm to invalidate repository cache"
4535 5170 msgstr ""
4536 5171
4537 5172 #: rhodecode/templates/admin/repos/repo_edit_caches.html:14
4538 5173 msgid ""
4539 5174 "Manually invalidate the repository cache. On the next access a repository "
4540 5175 "cache will be recreated."
4541 5176 msgstr ""
4542 5177
4543 5178 #: rhodecode/templates/admin/repos/repo_edit_caches.html:28
4544 5179 #, python-format
4545 5180 msgid "List of repository caches (%(count)s entry)"
4546 5181 msgid_plural "List of repository caches (%(count)s entries)"
4547 5182 msgstr[0] ""
4548 5183 msgstr[1] ""
4549 5184 msgstr[2] ""
4550 5185 msgstr[3] ""
4551 5186
4552 5187 #: rhodecode/templates/admin/repos/repo_edit_caches.html:35
4553 5188 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:32
4554 5189 #: rhodecode/templates/base/issue_tracker_settings.html:13
4555 5190 msgid "Prefix"
4556 5191 msgstr ""
4557 5192
4558 5193 #: rhodecode/templates/admin/repos/repo_edit_caches.html:36
4559 5194 #: rhodecode/templates/admin/repos/repo_edit_fields.html:11
4560 5195 msgid "Key"
4561 5196 msgstr ""
4562 5197
4563 5198 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
4564 5199 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
4565 5200 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:51
4566 5201 #: rhodecode/templates/admin/user_groups/user_groups.html:62
4567 5202 #: rhodecode/templates/admin/users/user_add.html:97
4568 5203 #: rhodecode/templates/admin/users/user_edit_profile.html:90
4569 #: rhodecode/templates/admin/users/users.html:100
5204 #: rhodecode/templates/admin/users/users.html:99
4570 5205 msgid "Active"
4571 5206 msgstr ""
4572 5207
4573 5208 #: rhodecode/templates/admin/repos/repo_edit_fields.html:3
4574 5209 msgid "Custom extra fields for this repository"
4575 5210 msgstr ""
4576 5211
4577 5212 #: rhodecode/templates/admin/repos/repo_edit_fields.html:10
4578 5213 msgid "Label"
4579 5214 msgstr ""
4580 5215
4581 5216 #: rhodecode/templates/admin/repos/repo_edit_fields.html:24
4582 5217 #, python-format
4583 5218 msgid "Confirm to delete this field: %s"
4584 5219 msgstr ""
4585 5220
4586 5221 #: rhodecode/templates/admin/repos/repo_edit_fields.html:40
4587 5222 msgid "New Field Key"
4588 5223 msgstr ""
4589 5224
4590 5225 #: rhodecode/templates/admin/repos/repo_edit_fields.html:48
4591 5226 msgid "New Field Label"
4592 5227 msgstr ""
4593 5228
4594 5229 #: rhodecode/templates/admin/repos/repo_edit_fields.html:51
4595 5230 msgid "Enter short label"
4596 5231 msgstr ""
4597 5232
4598 5233 #: rhodecode/templates/admin/repos/repo_edit_fields.html:57
4599 5234 msgid "New Field Description"
4600 5235 msgstr ""
4601 5236
4602 5237 #: rhodecode/templates/admin/repos/repo_edit_fields.html:60
4603 5238 msgid "Enter a full description for the field"
4604 5239 msgstr ""
4605 5240
4606 5241 #: rhodecode/templates/admin/repos/repo_edit_fields.html:73
4607 5242 msgid ""
4608 5243 "Extra fields are disabled. You can enable them from the "
4609 5244 "Admin/Settings/Visual page."
4610 5245 msgstr ""
4611 5246
4612 5247 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:9
4613 5248 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:9
4614 5249 msgid "Inherit from global settings"
4615 5250 msgstr ""
4616 5251
4617 5252 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:14
4618 5253 msgid "Select to inherit global patterns for issue tracker."
4619 5254 msgstr ""
4620 5255
4621 5256 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:24
4622 5257 msgid "Inherited Issue Tracker Patterns"
4623 5258 msgstr ""
4624 5259
4625 5260 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:30
4626 5261 #: rhodecode/templates/base/issue_tracker_settings.html:11
4627 5262 msgid "Pattern"
4628 5263 msgstr ""
4629 5264
4630 5265 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:31
4631 5266 #: rhodecode/templates/base/issue_tracker_settings.html:12
4632 5267 msgid "Url"
4633 5268 msgstr ""
4634 5269
4635 5270 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:70
4636 5271 #: rhodecode/templates/admin/settings/settings_issuetracker.html:5
4637 5272 msgid "Issue Tracker / Wiki Patterns"
4638 5273 msgstr ""
4639 5274
4640 5275 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:91
4641 5276 #: rhodecode/templates/admin/settings/settings_issuetracker.html:24
4642 5277 msgid "Test Patterns"
4643 5278 msgstr ""
4644 5279
4645 5280 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:5
4646 5281 msgid "Repository Permissions"
4647 5282 msgstr ""
4648 5283
4649 5284 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:43
4650 5285 msgid "private repository"
4651 5286 msgstr ""
4652 5287
4653 5288 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:48
4654 5289 msgid "only users/user groups explicitly added here will have access"
4655 5290 msgstr ""
4656 5291
4657 5292 #: rhodecode/templates/admin/repos/repo_edit_remote.html:3
4658 5293 msgid "Remote url"
4659 5294 msgstr ""
4660 5295
4661 5296 #: rhodecode/templates/admin/repos/repo_edit_remote.html:9
4662 5297 msgid "Remote mirror url"
4663 5298 msgstr ""
4664 5299
4665 5300 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
4666 5301 #: rhodecode/templates/admin/repos/repo_edit_remote.html:22
4667 5302 msgid "Pull changes from remote location"
4668 5303 msgstr ""
4669 5304
4670 5305 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
4671 5306 msgid "Confirm to pull changes from remote side"
4672 5307 msgstr ""
4673 5308
4674 5309 #: rhodecode/templates/admin/repos/repo_edit_remote.html:19
4675 5310 msgid "This repository does not have any remote mirror url set."
4676 5311 msgstr ""
4677 5312
4678 5313 #: rhodecode/templates/admin/repos/repo_edit_settings.html:6
4679 5314 #, python-format
4680 5315 msgid "Settings for Repository: %s"
4681 5316 msgstr ""
4682 5317
4683 5318 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4684 5319 msgid "Non-changeable id"
4685 5320 msgstr ""
4686 5321
4687 5322 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
4688 5323 msgid "what is that ?"
4689 5324 msgstr ""
4690 5325
4691 5326 #: rhodecode/templates/admin/repos/repo_edit_settings.html:21
4692 5327 msgid "URL by id"
4693 5328 msgstr ""
4694 5329
4695 5330 #: rhodecode/templates/admin/repos/repo_edit_settings.html:22
4696 5331 msgid ""
4697 5332 "In case this repository is renamed or moved into another group the repository url changes.\n"
4698 5333 " Using above url guarantees that this repository will always be accessible under such url.\n"
4699 5334 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
4700 5335 msgstr ""
4701 5336
4702 5337 #: rhodecode/templates/admin/repos/repo_edit_settings.html:30
4703 5338 msgid "Remote uri"
4704 5339 msgstr ""
4705 5340
4706 5341 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
4707 5342 #: rhodecode/templates/base/perms_summary.html:79
4708 5343 #: rhodecode/templates/base/perms_summary.html:149
4709 5344 #: rhodecode/templates/base/perms_summary.html:151
4710 5345 #: rhodecode/templates/debug_style/form-elements.html:45
4711 5346 msgid "edit"
4712 5347 msgstr ""
4713 5348
4714 5349 #: rhodecode/templates/admin/repos/repo_edit_settings.html:39
4715 5350 msgid "new value, leave empty to remove"
4716 5351 msgstr ""
4717 5352
4718 5353 #: rhodecode/templates/admin/repos/repo_edit_settings.html:41
4719 5354 msgid "cancel"
4720 5355 msgstr ""
4721 5356
4722 5357 #: rhodecode/templates/admin/repos/repo_edit_settings.html:48
4723 5358 msgid ""
4724 5359 "http[s] url where from repository was imported, also used for doing remote "
4725 5360 "pulls."
4726 5361 msgstr ""
4727 5362
4728 5363 #: rhodecode/templates/admin/repos/repo_edit_settings.html:56
4729 #: rhodecode/templates/data_table/_dt_elements.html:158
5364 #: rhodecode/templates/data_table/_dt_elements.html:160
4730 5365 #: rhodecode/templates/forks/fork.html:58
4731 5366 msgid "Repository group"
4732 5367 msgstr ""
4733 5368
4734 5369 #: rhodecode/templates/admin/repos/repo_edit_settings.html:63
4735 5370 msgid "Optional select a group to put this repository into."
4736 5371 msgstr ""
4737 5372
4738 5373 #: rhodecode/templates/admin/repos/repo_edit_settings.html:72
4739 5374 #: rhodecode/templates/forks/fork.html:75
4740 5375 msgid "Default commit for files page, downloads, whoosh and readme"
4741 5376 msgstr ""
4742 5377
4743 5378 #: rhodecode/templates/admin/repos/repo_edit_settings.html:90
4744 5379 msgid "Change owner of this repository."
4745 5380 msgstr ""
4746 5381
4747 5382 #: rhodecode/templates/admin/repos/repo_edit_settings.html:106
4748 5383 #: rhodecode/templates/data_table/_dt_elements.html:58
4749 5384 msgid "Private repository"
4750 5385 msgstr ""
4751 5386
4752 5387 #: rhodecode/templates/admin/repos/repo_edit_settings.html:115
4753 5388 msgid "Enable statistics"
4754 5389 msgstr ""
4755 5390
4756 5391 #: rhodecode/templates/admin/repos/repo_edit_settings.html:119
4757 5392 msgid "Enable statistics window on summary page."
4758 5393 msgstr ""
4759 5394
4760 5395 #: rhodecode/templates/admin/repos/repo_edit_settings.html:124
4761 5396 msgid "Enable downloads"
4762 5397 msgstr ""
4763 5398
4764 5399 #: rhodecode/templates/admin/repos/repo_edit_settings.html:128
4765 5400 msgid "Enable download menu on summary page."
4766 5401 msgstr ""
4767 5402
4768 5403 #: rhodecode/templates/admin/repos/repo_edit_settings.html:133
4769 5404 msgid "Enable automatic locking"
4770 5405 msgstr ""
4771 5406
4772 5407 #: rhodecode/templates/admin/repos/repo_edit_settings.html:137
4773 5408 msgid ""
4774 5409 "Enable automatic locking on repository. Pulling from this repository creates"
4775 5410 " a lock that can be released by pushing back by the same user"
4776 5411 msgstr ""
4777 5412
4778 5413 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:3
4779 5414 msgid "Repository statistics"
4780 5415 msgstr ""
4781 5416
4782 5417 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:11
4783 5418 msgid "Processed commits"
4784 5419 msgstr ""
4785 5420
4786 5421 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:12
4787 5422 msgid "Processed progress"
4788 5423 msgstr ""
4789 5424
4790 5425 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
4791 5426 msgid "Reset statistics"
4792 5427 msgstr ""
4793 5428
4794 5429 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
4795 5430 msgid "Confirm to remove current statistics"
4796 5431 msgstr ""
4797 5432
4798 5433 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:14
4799 5434 msgid "Select to inherit global vcs settings."
4800 5435 msgstr ""
4801 5436
4802 5437 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
4803 5438 #: rhodecode/templates/admin/settings/settings_global.html:109
4804 5439 #: rhodecode/templates/admin/settings/settings_labs.html:45
4805 5440 #: rhodecode/templates/admin/settings/settings_vcs.html:13
4806 5441 #: rhodecode/templates/admin/settings/settings_visual.html:219
4807 5442 msgid "Save settings"
4808 5443 msgstr ""
4809 5444
4810 5445 #: rhodecode/templates/admin/repos/repos.html:5
4811 5446 msgid "Repositories administration"
4812 5447 msgstr ""
4813 5448
4814 5449 #: rhodecode/templates/admin/repos/repos.html:13
4815 5450 msgid "repositories"
4816 5451 msgstr ""
4817 5452
4818 5453 #: rhodecode/templates/admin/repos/repos.html:67
4819 5454 msgid "State"
4820 5455 msgstr ""
4821 5456
4822 5457 #: rhodecode/templates/admin/settings/settings.html:5
4823 5458 msgid "Settings administration"
4824 5459 msgstr ""
4825 5460
4826 5461 #: rhodecode/templates/admin/settings/settings_email.html:3
4827 5462 msgid "Email Configuration"
4828 5463 msgstr ""
4829 5464
4830 5465 #: rhodecode/templates/admin/settings/settings_email.html:8
4831 5466 msgid "Email prefix"
4832 5467 msgstr ""
4833 5468
4834 5469 #: rhodecode/templates/admin/settings/settings_email.html:9
4835 5470 msgid "RhodeCode email from"
4836 5471 msgstr ""
4837 5472
4838 5473 #: rhodecode/templates/admin/settings/settings_email.html:10
4839 5474 msgid "Error email from"
4840 5475 msgstr ""
4841 5476
4842 5477 #: rhodecode/templates/admin/settings/settings_email.html:11
4843 5478 msgid "Error email recipients"
4844 5479 msgstr ""
4845 5480
4846 5481 #: rhodecode/templates/admin/settings/settings_email.html:13
4847 5482 msgid "SMTP server"
4848 5483 msgstr ""
4849 5484
4850 5485 #: rhodecode/templates/admin/settings/settings_email.html:14
4851 5486 msgid "SMTP username"
4852 5487 msgstr ""
4853 5488
4854 5489 #: rhodecode/templates/admin/settings/settings_email.html:15
4855 5490 msgid "SMTP password"
4856 5491 msgstr ""
4857 5492
4858 5493 #: rhodecode/templates/admin/settings/settings_email.html:16
4859 5494 msgid "SMTP port"
4860 5495 msgstr ""
4861 5496
4862 5497 #: rhodecode/templates/admin/settings/settings_email.html:18
4863 5498 msgid "SMTP use TLS"
4864 5499 msgstr ""
4865 5500
4866 5501 #: rhodecode/templates/admin/settings/settings_email.html:19
4867 5502 msgid "SMTP use SSL"
4868 5503 msgstr ""
4869 5504
4870 5505 #: rhodecode/templates/admin/settings/settings_email.html:20
4871 5506 msgid "SMTP auth"
4872 5507 msgstr ""
4873 5508
4874 5509 #: rhodecode/templates/admin/settings/settings_email.html:34
4875 5510 msgid "Test Email"
4876 5511 msgstr ""
4877 5512
4878 5513 #: rhodecode/templates/admin/settings/settings_email.html:40
4879 5514 msgid "enter valid email"
4880 5515 msgstr ""
4881 5516
4882 5517 #: rhodecode/templates/admin/settings/settings_email.html:44
4883 5518 msgid "Send an auto-generated email from this server to above email..."
4884 5519 msgstr ""
4885 5520
4886 5521 #: rhodecode/templates/admin/settings/settings_email.html:48
4887 5522 msgid "Send"
4888 5523 msgstr ""
4889 5524
4890 5525 #: rhodecode/templates/admin/settings/settings_global.html:5
4891 5526 msgid "Branding"
4892 5527 msgstr ""
4893 5528
4894 5529 #: rhodecode/templates/admin/settings/settings_global.html:16
4895 5530 msgid ""
4896 5531 "Set a custom title for your RhodeCode instance (limited to 40 characters)."
4897 5532 msgstr ""
4898 5533
4899 5534 #: rhodecode/templates/admin/settings/settings_global.html:20
4900 5535 msgid "HTTP[S] authentication realm"
4901 5536 msgstr ""
4902 5537
4903 5538 #: rhodecode/templates/admin/settings/settings_global.html:27
4904 5539 msgid ""
4905 5540 "Set a custom text that is shown as authentication message to clients trying "
4906 5541 "to connect."
4907 5542 msgstr ""
4908 5543
4909 5544 #: rhodecode/templates/admin/settings/settings_global.html:35
4910 5545 msgid "Registration Captcha"
4911 5546 msgstr ""
4912 5547
4913 5548 #: rhodecode/templates/admin/settings/settings_global.html:39
4914 5549 msgid "Google ReCaptcha public key"
4915 5550 msgstr ""
4916 5551
4917 5552 #: rhodecode/templates/admin/settings/settings_global.html:46
4918 5553 msgid "Public key for reCaptcha system."
4919 5554 msgstr ""
4920 5555
4921 5556 #: rhodecode/templates/admin/settings/settings_global.html:51
4922 5557 msgid "Google ReCaptcha private key"
4923 5558 msgstr ""
4924 5559
4925 5560 #: rhodecode/templates/admin/settings/settings_global.html:58
4926 5561 msgid ""
4927 5562 "Private key for reCaptcha system. Setting this value will enable captcha on "
4928 5563 "registration"
4929 5564 msgstr ""
4930 5565
4931 5566 #: rhodecode/templates/admin/settings/settings_global.html:66
4932 5567 msgid "Custom Header Code"
4933 5568 msgstr ""
4934 5569
4935 5570 #: rhodecode/templates/admin/settings/settings_global.html:71
4936 5571 #: rhodecode/templates/admin/settings/settings_global.html:93
4937 5572 #: rhodecode/templates/debug_style/form-elements-small.html:59
4938 5573 #: rhodecode/templates/debug_style/form-elements.html:57
4939 5574 #: rhodecode/templates/debug_style/form-elements.html:82
4940 5575 #: rhodecode/templates/debug_style/form-elements.html:225
4941 5576 #: rhodecode/templates/debug_style/form-elements.html:381
4942 5577 #: rhodecode/templates/debug_style/form-elements.html:407
4943 5578 #: rhodecode/templates/debug_style/form-elements.html:515
4944 5579 #: rhodecode/templates/debug_style/form-elements.html:519
4945 5580 #: rhodecode/templates/debug_style/form-elements.html:537
4946 5581 #: rhodecode/templates/debug_style/form-elements.html:587
4947 5582 #: rhodecode/templates/debug_style/form-inline.html:38
4948 5583 #: rhodecode/templates/debug_style/form-inline.html:139
4949 5584 #: rhodecode/templates/debug_style/form-inline.html:147
4950 5585 #: rhodecode/templates/debug_style/form-vertical.html:60
4951 5586 #: rhodecode/templates/debug_style/forms.html:37
4952 5587 #: rhodecode/templates/debug_style/forms.html:60
4953 5588 #: rhodecode/templates/debug_style/forms.html:78
4954 5589 #: rhodecode/templates/debug_style/forms.html:96
4955 5590 #: rhodecode/templates/debug_style/layout-form-sidebar.html:44
4956 5591 msgid "Templates..."
4957 5592 msgstr ""
4958 5593
4959 5594 #: rhodecode/templates/admin/settings/settings_global.html:74
4960 5595 #: rhodecode/templates/admin/settings/settings_global.html:96
4961 5596 #: rhodecode/templates/debug_style/form-elements-small.html:62
4962 5597 #: rhodecode/templates/debug_style/form-elements.html:60
4963 5598 #: rhodecode/templates/debug_style/form-elements.html:85
4964 5599 #: rhodecode/templates/debug_style/form-elements.html:228
4965 5600 #: rhodecode/templates/debug_style/form-elements.html:384
4966 5601 #: rhodecode/templates/debug_style/form-elements.html:410
4967 5602 #: rhodecode/templates/debug_style/form-elements.html:518
4968 5603 #: rhodecode/templates/debug_style/form-elements.html:522
4969 5604 #: rhodecode/templates/debug_style/form-elements.html:540
4970 5605 #: rhodecode/templates/debug_style/form-elements.html:590
4971 5606 #: rhodecode/templates/debug_style/form-inline.html:41
4972 5607 #: rhodecode/templates/debug_style/form-inline.html:142
4973 5608 #: rhodecode/templates/debug_style/form-inline.html:150
4974 5609 #: rhodecode/templates/debug_style/form-vertical.html:63
4975 5610 #: rhodecode/templates/debug_style/forms.html:40
4976 5611 #: rhodecode/templates/debug_style/forms.html:63
4977 5612 #: rhodecode/templates/debug_style/forms.html:81
4978 5613 #: rhodecode/templates/debug_style/forms.html:99
4979 5614 #: rhodecode/templates/debug_style/layout-form-sidebar.html:47
4980 5615 msgid "Server Announcement"
4981 5616 msgstr ""
4982 5617
4983 5618 #: rhodecode/templates/admin/settings/settings_global.html:80
4984 msgid "Custom js/css code added at the end of the <header> tag."
5619 msgid "Custom js/css code added at the end of the <header/> tag."
4985 5620 msgstr ""
4986 5621
4987 5622 #: rhodecode/templates/admin/settings/settings_global.html:81
4988 #: rhodecode/templates/admin/settings/settings_global.html:103
4989 msgid "Use <script> or <css> tags to define custom styling or scripting"
5623 msgid "Use <script/> or <css/> tags to define custom styling or scripting"
4990 5624 msgstr ""
4991 5625
4992 5626 #: rhodecode/templates/admin/settings/settings_global.html:88
4993 5627 msgid "Custom Footer Code"
4994 5628 msgstr ""
4995 5629
4996 5630 #: rhodecode/templates/admin/settings/settings_global.html:102
4997 5631 msgid "Custom js/css code added at the end of the <body> tag."
4998 5632 msgstr ""
4999 5633
5634 #: rhodecode/templates/admin/settings/settings_global.html:103
5635 msgid "Use <script> or <css> tags to define custom styling or scripting"
5636 msgstr ""
5637
5000 5638 #: rhodecode/templates/admin/settings/settings_hooks.html:3
5001 5639 msgid "Built in Mercurial hooks - read only"
5002 5640 msgstr ""
5003 5641
5004 5642 #: rhodecode/templates/admin/settings/settings_hooks.html:19
5005 5643 msgid ""
5006 5644 "Hooks can be used to trigger actions on certain events such as push / pull. "
5007 5645 "They can trigger Python functions or external applications."
5008 5646 msgstr ""
5009 5647
5010 5648 #: rhodecode/templates/admin/settings/settings_hooks.html:27
5011 5649 msgid "Custom hooks"
5012 5650 msgstr ""
5013 5651
5014 5652 #: rhodecode/templates/admin/settings/settings_labs.html:3
5015 5653 msgid "Labs Settings"
5016 5654 msgstr ""
5017 5655
5018 5656 #: rhodecode/templates/admin/settings/settings_mapping.html:5
5019 5657 msgid "Import New Groups or Repositories"
5020 5658 msgstr ""
5021 5659
5022 5660 #: rhodecode/templates/admin/settings/settings_mapping.html:10
5023 5661 msgid "Destroy old data"
5024 5662 msgstr ""
5025 5663
5026 5664 #: rhodecode/templates/admin/settings/settings_mapping.html:12
5027 5665 msgid ""
5028 5666 "In case a repository or a group was deleted from the filesystem and it still"
5029 5667 " exists in the database, check this option to remove obsolete data from the "
5030 5668 "database."
5031 5669 msgstr ""
5032 5670
5033 5671 #: rhodecode/templates/admin/settings/settings_mapping.html:16
5034 5672 msgid "Invalidate cache for all repositories"
5035 5673 msgstr ""
5036 5674
5037 5675 #: rhodecode/templates/admin/settings/settings_mapping.html:18
5038 5676 msgid ""
5039 5677 "Each cache data for repositories will be cleaned with this option selected. "
5040 5678 "Use this to reload data and clear cache keys."
5041 5679 msgstr ""
5042 5680
5043 5681 #: rhodecode/templates/admin/settings/settings_mapping.html:21
5044 5682 msgid "Rescan Filesystem"
5045 5683 msgstr ""
5046 5684
5047 5685 #: rhodecode/templates/admin/settings/settings_open_source.html:3
5048 5686 msgid "Licenses of Third Party Packages"
5049 5687 msgstr ""
5050 5688
5051 5689 #: rhodecode/templates/admin/settings/settings_search.html:3
5052 5690 msgid "RhodeCode Full Text Search"
5053 5691 msgstr ""
5054 5692
5055 5693 #: rhodecode/templates/admin/settings/settings_supervisor_tail.html:1
5056 5694 #, python-format
5057 5695 msgid ""
5058 5696 "Last %(size)s bytes of process logs, use ?offset=[num] GET param to set "
5059 5697 "custom size"
5060 5698 msgstr ""
5061 5699
5062 5700 #: rhodecode/templates/admin/settings/settings_system.html:4
5063 5701 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:4
5064 5702 msgid "RhodeCode Enterprise version"
5065 5703 msgstr ""
5066 5704
5067 5705 #: rhodecode/templates/admin/settings/settings_system.html:4
5068 5706 msgid "check for updates"
5069 5707 msgstr ""
5070 5708
5071 5709 #: rhodecode/templates/admin/settings/settings_system.html:5
5072 5710 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:5
5073 5711 msgid "Upgrade info endpoint"
5074 5712 msgstr ""
5075 5713
5076 5714 #: rhodecode/templates/admin/settings/settings_system.html:5
5077 5715 msgid "Note: please make sure this server can access this url"
5078 5716 msgstr ""
5079 5717
5080 5718 #: rhodecode/templates/admin/settings/settings_system.html:6
5081 5719 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:6
5082 5720 msgid "Configuration INI file"
5083 5721 msgstr ""
5084 5722
5085 5723 #: rhodecode/templates/admin/settings/settings_system.html:8
5086 5724 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:8
5087 5725 msgid "RhodeCode Enterprise Server IP"
5088 5726 msgstr ""
5089 5727
5090 5728 #: rhodecode/templates/admin/settings/settings_system.html:9
5091 5729 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:9
5092 5730 msgid "RhodeCode Enterprise Server ID"
5093 5731 msgstr ""
5094 5732
5095 5733 #: rhodecode/templates/admin/settings/settings_system.html:10
5096 5734 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:10
5097 5735 msgid "Platform"
5098 5736 msgstr ""
5099 5737
5100 5738 #: rhodecode/templates/admin/settings/settings_system.html:11
5101 5739 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:11
5102 5740 msgid "Uptime"
5103 5741 msgstr ""
5104 5742
5105 5743 #: rhodecode/templates/admin/settings/settings_system.html:12
5106 5744 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:12
5107 5745 msgid "Storage location"
5108 5746 msgstr ""
5109 5747
5110 5748 #: rhodecode/templates/admin/settings/settings_system.html:13
5111 5749 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:13
5112 5750 msgid "Storage disk space"
5113 5751 msgstr ""
5114 5752
5115 5753 #: rhodecode/templates/admin/settings/settings_system.html:15
5116 5754 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:15
5117 5755 msgid "Search index storage"
5118 5756 msgstr ""
5119 5757
5120 5758 #: rhodecode/templates/admin/settings/settings_system.html:16
5121 5759 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:16
5122 5760 msgid "Search index size"
5123 5761 msgstr ""
5124 5762
5125 5763 #: rhodecode/templates/admin/settings/settings_system.html:18
5126 5764 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:18
5127 5765 msgid "Gist storage"
5128 5766 msgstr ""
5129 5767
5130 5768 #: rhodecode/templates/admin/settings/settings_system.html:19
5131 5769 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:19
5132 5770 msgid "Gist storage size"
5133 5771 msgstr ""
5134 5772
5135 5773 #: rhodecode/templates/admin/settings/settings_system.html:21
5136 5774 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:21
5137 5775 msgid "Archive cache"
5138 5776 msgstr ""
5139 5777
5140 5778 #: rhodecode/templates/admin/settings/settings_system.html:21
5141 5779 msgid ""
5142 5780 "Enable this by setting archive_cache_dir=/path/to/cache option in the .ini "
5143 5781 "file"
5144 5782 msgstr ""
5145 5783
5146 5784 #: rhodecode/templates/admin/settings/settings_system.html:22
5147 5785 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:22
5148 5786 msgid "Archive cache size"
5149 5787 msgstr ""
5150 5788
5151 5789 #: rhodecode/templates/admin/settings/settings_system.html:24
5152 5790 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:24
5153 5791 msgid "System memory"
5154 5792 msgstr ""
5155 5793
5156 5794 #: rhodecode/templates/admin/settings/settings_system.html:25
5157 5795 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:25
5158 5796 msgid "CPU"
5159 5797 msgstr ""
5160 5798
5161 5799 #: rhodecode/templates/admin/settings/settings_system.html:26
5162 5800 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:26
5163 5801 msgid "Load"
5164 5802 msgstr ""
5165 5803
5166 5804 #: rhodecode/templates/admin/settings/settings_system.html:29
5167 5805 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:29
5168 5806 msgid "Python version"
5169 5807 msgstr ""
5170 5808
5171 5809 #: rhodecode/templates/admin/settings/settings_system.html:30
5172 5810 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:30
5173 5811 msgid "Python path"
5174 5812 msgstr ""
5175 5813
5176 5814 #: rhodecode/templates/admin/settings/settings_system.html:31
5177 5815 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:31
5178 5816 msgid "GIT version"
5179 5817 msgstr ""
5180 5818
5181 5819 #: rhodecode/templates/admin/settings/settings_system.html:32
5182 5820 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:32
5183 5821 msgid "HG version"
5184 5822 msgstr ""
5185 5823
5186 5824 #: rhodecode/templates/admin/settings/settings_system.html:33
5187 5825 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:33
5188 5826 msgid "SVN version"
5189 5827 msgstr ""
5190 5828
5191 5829 #: rhodecode/templates/admin/settings/settings_system.html:34
5192 5830 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:34
5193 5831 msgid "Database"
5194 5832 msgstr ""
5195 5833
5196 5834 #: rhodecode/templates/admin/settings/settings_system.html:35
5197 5835 #: rhodecode/templates/admin/settings/settings_system_snapshot.html:35
5198 5836 msgid "Database version"
5199 5837 msgstr ""
5200 5838
5201 5839 #: rhodecode/templates/admin/settings/settings_system.html:41
5202 5840 msgid "Checking for updates..."
5203 5841 msgstr ""
5204 5842
5205 5843 #: rhodecode/templates/admin/settings/settings_system.html:49
5206 5844 msgid "create snapshot"
5207 5845 msgstr ""
5208 5846
5209 5847 #: rhodecode/templates/admin/settings/settings_system.html:64
5210 5848 msgid "Python Packages"
5211 5849 msgstr ""
5212 5850
5213 5851 #: rhodecode/templates/admin/settings/settings_visual.html:5
5214 5852 #: rhodecode/templates/base/vcs_settings.html:10
5215 5853 msgid "General"
5216 5854 msgstr ""
5217 5855
5218 5856 #: rhodecode/templates/admin/settings/settings_visual.html:10
5219 5857 msgid "Use repository extra fields"
5220 5858 msgstr ""
5221 5859
5222 5860 #: rhodecode/templates/admin/settings/settings_visual.html:12
5223 5861 msgid "Allows storing additional customized fields per repository."
5224 5862 msgstr ""
5225 5863
5226 5864 #: rhodecode/templates/admin/settings/settings_visual.html:17
5227 5865 msgid "Show RhodeCode version"
5228 5866 msgstr ""
5229 5867
5230 5868 #: rhodecode/templates/admin/settings/settings_visual.html:19
5231 5869 msgid "Shows or hides a version number of RhodeCode displayed in the footer."
5232 5870 msgstr ""
5233 5871
5234 5872 #: rhodecode/templates/admin/settings/settings_visual.html:26
5235 5873 msgid "Gravatars"
5236 5874 msgstr ""
5237 5875
5238 5876 #: rhodecode/templates/admin/settings/settings_visual.html:31
5239 5877 msgid "Use Gravatars based avatars"
5240 5878 msgstr ""
5241 5879
5242 5880 #: rhodecode/templates/admin/settings/settings_visual.html:33
5243 5881 msgid ""
5244 5882 "Use gravatar.com as avatar system for RhodeCode accounts. If this is "
5245 5883 "disabled avatars are generated based on initials and email."
5246 5884 msgstr ""
5247 5885
5248 5886 #: rhodecode/templates/admin/settings/settings_visual.html:36
5249 5887 msgid "Gravatar URL"
5250 5888 msgstr ""
5251 5889
5252 5890 #: rhodecode/templates/admin/settings/settings_visual.html:44
5253 5891 msgid ""
5254 5892 "Gravatar url allows you to use other avatar server application.\n"
5255 5893 " Following variables of the URL will be replaced accordingly.\n"
5256 5894 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
5257 5895 " {email} user email,\n"
5258 5896 " {md5email} md5 hash of the user email (like at gravatar.com),\n"
5259 5897 " {size} size of the image that is expected from the server application,\n"
5260 5898 " {netloc} network location/server host of running RhodeCode server"
5261 5899 msgstr ""
5262 5900
5263 5901 #: rhodecode/templates/admin/settings/settings_visual.html:59
5264 5902 msgid "Meta-Tagging"
5265 5903 msgstr ""
5266 5904
5267 5905 #: rhodecode/templates/admin/settings/settings_visual.html:64
5268 5906 msgid "Stylify recognised meta tags"
5269 5907 msgstr ""
5270 5908
5271 5909 #: rhodecode/templates/admin/settings/settings_visual.html:66
5272 5910 msgid ""
5273 5911 "Parses meta tags from repository description field and turns them into "
5274 5912 "colored tags."
5275 5913 msgstr ""
5276 5914
5277 5915 #: rhodecode/templates/admin/settings/settings_visual.html:86
5278 5916 msgid "Dashboard Items"
5279 5917 msgstr ""
5280 5918
5281 5919 #: rhodecode/templates/admin/settings/settings_visual.html:90
5282 5920 msgid "Main page dashboard items"
5283 5921 msgstr ""
5284 5922
5285 5923 #: rhodecode/templates/admin/settings/settings_visual.html:96
5286 5924 msgid ""
5287 5925 "Number of items displayed in the main page dashboard before pagination is "
5288 5926 "shown."
5289 5927 msgstr ""
5290 5928
5291 5929 #: rhodecode/templates/admin/settings/settings_visual.html:100
5292 5930 msgid "Admin pages items"
5293 5931 msgstr ""
5294 5932
5295 5933 #: rhodecode/templates/admin/settings/settings_visual.html:106
5296 5934 msgid ""
5297 5935 "Number of items displayed in the admin pages grids before pagination is "
5298 5936 "shown."
5299 5937 msgstr ""
5300 5938
5301 5939 #: rhodecode/templates/admin/settings/settings_visual.html:115
5302 5940 msgid "Commit ID Style"
5303 5941 msgstr ""
5304 5942
5305 5943 #: rhodecode/templates/admin/settings/settings_visual.html:119
5306 5944 msgid "Commit sha length"
5307 5945 msgstr ""
5308 5946
5309 5947 #: rhodecode/templates/admin/settings/settings_visual.html:126
5310 5948 msgid ""
5311 5949 "Number of chars to show in commit sha displayed in web interface.\n"
5312 5950 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
5313 5951 " length of the sha after the `r123:` part."
5314 5952 msgstr ""
5315 5953
5316 5954 #: rhodecode/templates/admin/settings/settings_visual.html:134
5317 5955 msgid "Show commit ID numeric reference"
5318 5956 msgstr ""
5319 5957
5320 5958 #: rhodecode/templates/admin/settings/settings_visual.html:134
5321 5959 msgid "Commit show revision number"
5322 5960 msgstr ""
5323 5961
5324 5962 #: rhodecode/templates/admin/settings/settings_visual.html:136
5325 5963 msgid ""
5326 5964 "Show revision number in commit sha displayed in web interface.\n"
5327 5965 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
5328 5966 " if the `r123:` part is shown."
5329 5967 msgstr ""
5330 5968
5331 5969 #: rhodecode/templates/admin/settings/settings_visual.html:145
5332 5970 #: rhodecode/templates/debug_style/index.html:62
5333 5971 msgid "Icons"
5334 5972 msgstr ""
5335 5973
5336 5974 #: rhodecode/templates/admin/settings/settings_visual.html:150
5337 5975 msgid "Show public repo icon on repositories"
5338 5976 msgstr ""
5339 5977
5340 5978 #: rhodecode/templates/admin/settings/settings_visual.html:156
5341 5979 msgid "Show private repo icon on repositories"
5342 5980 msgstr ""
5343 5981
5344 5982 #: rhodecode/templates/admin/settings/settings_visual.html:158
5345 5983 msgid "Show public/private icons next to repositories names."
5346 5984 msgstr ""
5347 5985
5348 5986 #: rhodecode/templates/admin/settings/settings_visual.html:165
5349 5987 msgid "Markup Renderer"
5350 5988 msgstr ""
5351 5989
5352 5990 #: rhodecode/templates/admin/settings/settings_visual.html:172
5353 5991 msgid ""
5354 5992 "Default renderer used to render comments, pull request descriptions and "
5355 5993 "other description elements. After change old entries will still work "
5356 5994 "correctly."
5357 5995 msgstr ""
5358 5996
5359 5997 #: rhodecode/templates/admin/settings/settings_visual.html:179
5360 5998 msgid "Clone URL"
5361 5999 msgstr ""
5362 6000
5363 6001 #: rhodecode/templates/admin/settings/settings_visual.html:188
5364 6002 msgid ""
5365 6003 "Schema of clone url construction eg. '{scheme}://{user}@{netloc}/{repo}', available vars:\n"
5366 6004 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
5367 6005 " {user} current user username,\n"
5368 6006 " {netloc} network location/server host of running RhodeCode server,\n"
5369 6007 " {repo} full repository name,\n"
5370 6008 " {repoid} ID of repository, can be used to contruct clone-by-id"
5371 6009 msgstr ""
5372 6010
5373 6011 #: rhodecode/templates/admin/settings/settings_visual.html:201
5374 6012 msgid "Custom Support Link"
5375 6013 msgstr ""
5376 6014
5377 6015 #: rhodecode/templates/admin/settings/settings_visual.html:209
5378 6016 #, python-format
5379 6017 msgid ""
5380 6018 "Custom url for the support link located at the bottom.\n"
5381 6019 " The default is set to %(default_url)s. In case there's a need\n"
5382 6020 " to change the support link to internal issue tracker, it should be done here.\n"
5383 6021 " "
5384 6022 msgstr ""
5385 6023
5386 6024 #: rhodecode/templates/admin/user_groups/user_group_add.html:5
5387 6025 msgid "Add user group"
5388 6026 msgstr ""
5389 6027
5390 6028 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
5391 6029 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
5392 #: rhodecode/templates/base/base.html:82
5393 #: rhodecode/templates/base/base.html:155
6030 #: rhodecode/templates/base/base.html:81
6031 #: rhodecode/templates/base/base.html:156
5394 6032 msgid "User groups"
5395 6033 msgstr ""
5396 6034
5397 6035 #: rhodecode/templates/admin/user_groups/user_group_add.html:15
5398 6036 #: rhodecode/templates/admin/user_groups/user_groups.html:28
5399 6037 msgid "Add User Group"
5400 6038 msgstr ""
5401 6039
5402 6040 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
5403 6041 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:15
5404 6042 msgid "Group name"
5405 6043 msgstr ""
5406 6044
5407 6045 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
5408 6046 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
5409 6047 msgid "Short, optional description for this user group."
5410 6048 msgstr ""
5411 6049
5412 6050 #: rhodecode/templates/admin/user_groups/user_group_edit.html:5
5413 6051 #, python-format
5414 6052 msgid "%s user group settings"
5415 6053 msgstr ""
5416 6054
5417 6055 #: rhodecode/templates/admin/user_groups/user_group_edit.html:36
5418 6056 #: rhodecode/templates/admin/users/user_edit.html:36
5419 6057 msgid "Global permissions"
5420 6058 msgstr ""
5421 6059
5422 6060 #: rhodecode/templates/admin/user_groups/user_group_edit.html:37
5423 6061 #: rhodecode/templates/admin/users/user_edit.html:37
5424 6062 msgid "Permissions summary"
5425 6063 msgstr ""
5426 6064
5427 6065 #: rhodecode/templates/admin/user_groups/user_group_edit.html:38
5428 6066 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
5429 6067 #: rhodecode/templates/admin/user_groups/user_groups.html:60
5430 6068 #: rhodecode/templates/debug_style/form-elements.html:509
5431 6069 msgid "Members"
5432 6070 msgstr ""
5433 6071
5434 6072 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:9
5435 6073 msgid "Assigned to repositories"
5436 6074 msgstr ""
5437 6075
5438 6076 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:10
5439 6077 msgid "Assigned to repo groups"
5440 6078 msgstr ""
5441 6079
5442 6080 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
5443 6081 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:6
5444 6082 #, python-format
5445 6083 msgid "User Group: %s"
5446 6084 msgstr ""
5447 6085
5448 6086 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:26
5449 6087 msgid "Delete User Group"
5450 6088 msgstr ""
5451 6089
5452 6090 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:32
5453 6091 #, python-format
5454 6092 msgid ""
5455 6093 "Confirm to delete user group `%(ugroup)s` with all permission assignments"
5456 6094 msgstr ""
5457 6095
5458 6096 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:34
5459 6097 msgid "Delete This User Group"
5460 6098 msgstr ""
5461 6099
5462 6100 #: rhodecode/templates/admin/user_groups/user_group_edit_members.html:5
5463 6101 #, python-format
5464 6102 msgid "Members of User Group: %s"
5465 6103 msgstr ""
5466 6104
5467 6105 #: rhodecode/templates/admin/user_groups/user_group_edit_members.html:27
5468 6106 msgid "No members yet"
5469 6107 msgstr ""
5470 6108
5471 6109 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:5
5472 6110 msgid "User Group Permissions"
5473 6111 msgstr ""
5474 6112
5475 6113 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:62
5476 6114 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:109
5477 6115 msgid "revoke"
5478 6116 msgstr ""
5479 6117
5480 6118 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:36
5481 6119 msgid "Change owner of this user group."
5482 6120 msgstr ""
5483 6121
5484 6122 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:59
5485 #: rhodecode/templates/base/base.html:257
5486 #: rhodecode/templates/base/base.html:399
6123 #: rhodecode/templates/base/base.html:258
6124 #: rhodecode/templates/base/base.html:400
5487 6125 #: rhodecode/templates/search/search.html:64
5488 6126 msgid "Search"
5489 6127 msgstr ""
5490 6128
5491 6129 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:66
5492 6130 #: rhodecode/templates/debug_style/form-elements.html:513
5493 6131 #: rhodecode/templates/debug_style/form-elements.html:571
5494 6132 #: rhodecode/templates/debug_style/forms.html:236
5495 6133 msgid "Chosen group members"
5496 6134 msgstr ""
5497 6135
5498 6136 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:69
5499 6137 #: rhodecode/templates/debug_style/form-elements.html:525
5500 6138 #: rhodecode/templates/debug_style/form-elements.html:575
5501 6139 #: rhodecode/templates/debug_style/forms.html:240
5502 6140 msgid "Remove all elements"
5503 6141 msgstr ""
5504 6142
5505 6143 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:79
5506 6144 msgid "Available users"
5507 6145 msgstr ""
5508 6146
5509 6147 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:83
5510 6148 #: rhodecode/templates/debug_style/form-elements.html:543
5511 6149 #: rhodecode/templates/debug_style/form-elements.html:593
5512 6150 #: rhodecode/templates/debug_style/forms.html:258
5513 6151 msgid "Add all elements"
5514 6152 msgstr ""
5515 6153
5516 6154 #: rhodecode/templates/admin/user_groups/user_groups.html:5
5517 6155 msgid "User groups administration"
5518 6156 msgstr ""
5519 6157
5520 6158 #: rhodecode/templates/admin/user_groups/user_groups.html:13
5521 6159 msgid "user groups"
5522 6160 msgstr ""
5523 6161
5524 6162 #: rhodecode/templates/admin/users/user_add.html:5
5525 6163 msgid "Add user"
5526 6164 msgstr ""
5527 6165
5528 6166 #: rhodecode/templates/admin/users/user_add.html:13
5529 6167 #: rhodecode/templates/admin/users/user_edit.html:14
5530 #: rhodecode/templates/base/base.html:81
6168 #: rhodecode/templates/base/base.html:80
5531 6169 msgid "Users"
5532 6170 msgstr ""
5533 6171
5534 6172 #: rhodecode/templates/admin/users/user_add.html:15
5535 6173 #: rhodecode/templates/admin/users/users.html:27
5536 6174 msgid "Add User"
5537 6175 msgstr ""
5538 6176
5539 6177 #: rhodecode/templates/admin/users/user_add.html:53
5540 6178 msgid "Password confirmation"
5541 6179 msgstr ""
5542 6180
5543 6181 #: rhodecode/templates/admin/users/user_add.html:59
5544 6182 msgid "Generate password"
5545 6183 msgstr ""
5546 6184
5547 6185 #: rhodecode/templates/admin/users/user_add.html:106
5548 6186 msgid "Password change"
5549 6187 msgstr ""
5550 6188
5551 6189 #: rhodecode/templates/admin/users/user_add.html:110
5552 6190 msgid "Force user to change his password on the next login"
5553 6191 msgstr ""
5554 6192
5555 6193 #: rhodecode/templates/admin/users/user_add.html:120
5556 6194 msgid ""
5557 6195 "Add repository group with the same name as username. \n"
5558 6196 "User will be automatically set as this group owner."
5559 6197 msgstr ""
5560 6198
5561 6199 #: rhodecode/templates/admin/users/user_add.html:136
5562 6200 msgid "generated password:"
5563 6201 msgstr ""
5564 6202
5565 6203 #: rhodecode/templates/admin/users/user_edit.html:5
5566 6204 #, python-format
5567 6205 msgid "%s user settings"
5568 6206 msgstr ""
5569 6207
5570 6208 #: rhodecode/templates/admin/users/user_edit.html:33
5571 6209 #: rhodecode/templates/admin/users/user_edit_profile.html:5
5572 6210 msgid "User Profile"
5573 6211 msgstr ""
5574 6212
5575 6213 #: rhodecode/templates/admin/users/user_edit.html:34
5576 6214 msgid "Auth tokens"
5577 6215 msgstr ""
5578 6216
5579 6217 #: rhodecode/templates/admin/users/user_edit.html:38
5580 6218 msgid "Emails"
5581 6219 msgstr ""
5582 6220
5583 6221 #: rhodecode/templates/admin/users/user_edit.html:39
5584 6222 msgid "Ip Whitelist"
5585 6223 msgstr ""
5586 6224
5587 6225 #: rhodecode/templates/admin/users/user_edit_advanced.html:6
5588 6226 #: rhodecode/templates/admin/users/user_edit_profile.html:106
5589 6227 msgid "Source of Record"
5590 6228 msgstr ""
5591 6229
5592 6230 #: rhodecode/templates/admin/users/user_edit_advanced.html:8
5593 #: rhodecode/templates/admin/users/users.html:98
6231 #: rhodecode/templates/admin/users/users.html:97
5594 6232 msgid "Last login"
5595 6233 msgstr ""
5596 6234
5597 6235 #: rhodecode/templates/admin/users/user_edit_advanced.html:9
5598 6236 msgid "Last activity"
5599 6237 msgstr ""
5600 6238
5601 6239 #: rhodecode/templates/admin/users/user_edit_advanced.html:15
5602 6240 msgid "Member of User groups"
5603 6241 msgstr ""
5604 6242
5605 6243 #: rhodecode/templates/admin/users/user_edit_advanced.html:16
5606 6244 msgid "Force password change"
5607 6245 msgstr ""
5608 6246
5609 6247 #: rhodecode/templates/admin/users/user_edit_advanced.html:22
5610 6248 #, python-format
5611 6249 msgid "User: %s"
5612 6250 msgstr ""
5613 6251
5614 6252 #: rhodecode/templates/admin/users/user_edit_advanced.html:31
5615 6253 msgid "Force Password Reset"
5616 6254 msgstr ""
5617 6255
5618 6256 #: rhodecode/templates/admin/users/user_edit_advanced.html:39
5619 6257 msgid "Disable forced password reset"
5620 6258 msgstr ""
5621 6259
5622 6260 #: rhodecode/templates/admin/users/user_edit_advanced.html:41
5623 6261 msgid "Enable forced password reset"
5624 6262 msgstr ""
5625 6263
5626 6264 #: rhodecode/templates/admin/users/user_edit_advanced.html:47
5627 6265 msgid ""
5628 6266 "When this is enabled user will have to change they password when they next "
5629 6267 "use RhodeCode system. This will also forbid vcs operations until someone "
5630 6268 "makes a password change in the web interface"
5631 6269 msgstr ""
5632 6270
5633 6271 #: rhodecode/templates/admin/users/user_edit_advanced.html:56
5634 6272 msgid "Personal Repository Group"
5635 6273 msgstr ""
5636 6274
5637 6275 #: rhodecode/templates/admin/users/user_edit_advanced.html:62
5638 6276 msgid "Users personal repository group"
5639 6277 msgstr ""
5640 6278
5641 6279 #: rhodecode/templates/admin/users/user_edit_advanced.html:64
5642 6280 msgid "This user currently does not have a personal repository group"
5643 6281 msgstr ""
5644 6282
5645 6283 #: rhodecode/templates/admin/users/user_edit_advanced.html:68
5646 6284 msgid "Create personal repository group"
5647 6285 msgstr ""
5648 6286
5649 6287 #: rhodecode/templates/admin/users/user_edit_advanced.html:77
5650 6288 msgid "Delete User"
5651 6289 msgstr ""
5652 6290
5653 6291 #: rhodecode/templates/admin/users/user_edit_advanced.html:85
5654 6292 #, python-format
5655 6293 msgid "This user owns %s repository."
5656 6294 msgid_plural "This user owns %s repositories."
5657 6295 msgstr[0] ""
5658 6296 msgstr[1] ""
5659 6297 msgstr[2] ""
5660 6298 msgstr[3] ""
5661 6299
5662 6300 #: rhodecode/templates/admin/users/user_edit_advanced.html:89
5663 6301 msgid "Detach repositories"
5664 6302 msgstr ""
5665 6303
5666 6304 #: rhodecode/templates/admin/users/user_edit_advanced.html:94
5667 6305 #: rhodecode/templates/admin/users/user_edit_advanced.html:110
5668 6306 #: rhodecode/templates/admin/users/user_edit_advanced.html:126
5669 6307 msgid "Delete repositories"
5670 6308 msgstr ""
5671 6309
5672 6310 #: rhodecode/templates/admin/users/user_edit_advanced.html:101
5673 6311 #, python-format
5674 6312 msgid "This user owns %s repository group."
5675 6313 msgid_plural "This user owns %s repository groups."
5676 6314 msgstr[0] ""
5677 6315 msgstr[1] ""
5678 6316 msgstr[2] ""
5679 6317 msgstr[3] ""
5680 6318
5681 6319 #: rhodecode/templates/admin/users/user_edit_advanced.html:105
5682 6320 msgid "Detach repository groups"
5683 6321 msgstr ""
5684 6322
5685 6323 #: rhodecode/templates/admin/users/user_edit_advanced.html:117
5686 6324 #, python-format
5687 6325 msgid "This user owns %s user group."
5688 6326 msgid_plural "This user owns %s user groups."
5689 6327 msgstr[0] ""
5690 6328 msgstr[1] ""
5691 6329 msgstr[2] ""
5692 6330 msgstr[3] ""
5693 6331
5694 6332 #: rhodecode/templates/admin/users/user_edit_advanced.html:121
5695 6333 msgid "Detach user groups"
5696 6334 msgstr ""
5697 6335
5698 6336 #: rhodecode/templates/admin/users/user_edit_advanced.html:135
5699 #: rhodecode/templates/data_table/_dt_elements.html:189
6337 #: rhodecode/templates/data_table/_dt_elements.html:191
5700 6338 #, python-format
5701 6339 msgid "Confirm to delete this user: %s"
5702 6340 msgstr ""
5703 6341
5704 6342 #: rhodecode/templates/admin/users/user_edit_advanced.html:137
5705 6343 msgid "Delete this user"
5706 6344 msgstr ""
5707 6345
5708 6346 #: rhodecode/templates/admin/users/user_edit_advanced.html:147
5709 6347 #, python-format
5710 6348 msgid ""
5711 6349 "When selecting the detach option, the depending objects owned by this user "
5712 6350 "will be assigned to the `%s` super admin in the system. The delete option "
5713 6351 "will delete the user's repositories!"
5714 6352 msgstr ""
5715 6353
5716 6354 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:3
5717 6355 msgid "Authentication Access Tokens"
5718 6356 msgstr ""
5719 6357
5720 6358 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:59
5721 6359 msgid "No additional auth tokens specified"
5722 6360 msgstr ""
5723 6361
5724 6362 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:71
5725 6363 msgid "New auth token"
5726 6364 msgstr ""
5727 6365
5728 6366 #: rhodecode/templates/admin/users/user_edit_emails.html:5
5729 6367 msgid "Additional Email Addresses"
5730 6368 msgstr ""
5731 6369
5732 6370 #: rhodecode/templates/admin/users/user_edit_ips.html:3
5733 6371 msgid "Custom IP Whitelist"
5734 6372 msgstr ""
5735 6373
5736 6374 #: rhodecode/templates/admin/users/user_edit_ips.html:19
5737 6375 #, python-format
5738 6376 msgid "Inherited from %s"
5739 6377 msgstr ""
5740 6378
5741 6379 #: rhodecode/templates/admin/users/user_edit_ips.html:63
5742 6380 msgid ""
5743 6381 "Enter comma separated list of ip addresses like 127.0.0.1,\n"
5744 6382 "or use a ip address with a mask 127.0.0.1/24, to create a network range.\n"
5745 6383 "To specify multiple address range use 127.0.0.1-127.0.0.10 syntax"
5746 6384 msgstr ""
5747 6385
5748 6386 #: rhodecode/templates/admin/users/user_edit_profile.html:17
5749 6387 #, python-format
5750 6388 msgid ""
5751 6389 "This user was created from external source (%s). Editing some of the "
5752 6390 "settings is limited."
5753 6391 msgstr ""
5754 6392
5755 6393 #: rhodecode/templates/admin/users/user_edit_profile.html:30
5756 6394 msgid "Change the avatar at"
5757 6395 msgstr ""
5758 6396
5759 6397 #: rhodecode/templates/admin/users/user_edit_profile.html:82
5760 6398 msgid "New Password Confirmation"
5761 6399 msgstr ""
5762 6400
5763 6401 #: rhodecode/templates/admin/users/user_edit_profile.html:98
5764 6402 msgid "Super Admin"
5765 6403 msgstr ""
5766 6404
5767 6405 #: rhodecode/templates/admin/users/user_edit_profile.html:115
5768 6406 msgid "Name in Source of Record"
5769 6407 msgstr ""
5770 6408
5771 6409 #: rhodecode/templates/admin/users/user_edit_profile.html:124
5772 6410 msgid "Language"
5773 6411 msgstr ""
5774 6412
5775 6413 #: rhodecode/templates/admin/users/user_edit_profile.html:130
5776 6414 #, python-format
5777 6415 msgid "Help translate %(rc_link)s into your language."
5778 6416 msgstr ""
5779 6417
5780 6418 #: rhodecode/templates/admin/users/users.html:5
5781 6419 msgid "Users administration"
5782 6420 msgstr ""
5783 6421
5784 #: rhodecode/templates/admin/users/users.html:104
6422 #: rhodecode/templates/admin/users/users.html:103
5785 6423 msgid "Authentication type"
5786 6424 msgstr ""
5787 6425
5788 #: rhodecode/templates/base/base.html:45
6426 #: rhodecode/templates/base/base.html:44
5789 6427 #: rhodecode/templates/errors/error_document.html:51
5790 6428 msgid "Support"
5791 6429 msgstr ""
5792 6430
5793 #: rhodecode/templates/base/base.html:52
6431 #: rhodecode/templates/base/base.html:51
5794 6432 #, python-format
5795 6433 msgid "RhodeCode instance id: %s"
5796 6434 msgstr ""
5797 6435
5798 #: rhodecode/templates/base/base.html:84
6436 #: rhodecode/templates/base/base.html:83
5799 6437 msgid "Authentication"
5800 6438 msgstr ""
5801 6439
5802 6440 #: rhodecode/templates/base/base.html:85
5803 6441 msgid "Defaults"
5804 6442 msgstr ""
5805 6443
5806 6444 #: rhodecode/templates/base/base.html:103
5807 6445 #: rhodecode/templates/files/files_pjax.html:24
5808 6446 #: rhodecode/templates/summary/components.html:42
5809 6447 msgid "Show More"
5810 6448 msgstr ""
5811 6449
5812 #: rhodecode/templates/base/base.html:189
6450 #: rhodecode/templates/base/base.html:190
5813 6451 msgid "Fork of"
5814 6452 msgstr ""
5815 6453
5816 #: rhodecode/templates/base/base.html:206
6454 #: rhodecode/templates/base/base.html:207
5817 6455 #, python-format
5818 6456 msgid "Repository locked by %(user)s"
5819 6457 msgstr ""
5820 6458
5821 #: rhodecode/templates/base/base.html:211
6459 #: rhodecode/templates/base/base.html:212
5822 6460 msgid "Repository not locked. Pull repository to lock it."
5823 6461 msgstr ""
5824 6462
5825 #: rhodecode/templates/base/base.html:229
5826 #: rhodecode/templates/data_table/_dt_elements.html:12
5827 #: rhodecode/templates/data_table/_dt_elements.html:13
5828 #: rhodecode/templates/data_table/_dt_elements.html:147
5829 msgid "Summary"
5830 msgstr ""
5831
5832 6463 #: rhodecode/templates/base/base.html:230
6464 #: rhodecode/templates/data_table/_dt_elements.html:12
6465 #: rhodecode/templates/data_table/_dt_elements.html:13
6466 #: rhodecode/templates/data_table/_dt_elements.html:149
6467 msgid "Summary"
6468 msgstr ""
6469
6470 #: rhodecode/templates/base/base.html:231
5833 6471 #: rhodecode/templates/data_table/_dt_elements.html:17
5834 6472 #: rhodecode/templates/data_table/_dt_elements.html:18
5835 6473 msgid "Changelog"
5836 6474 msgstr ""
5837 6475
5838 #: rhodecode/templates/base/base.html:231
6476 #: rhodecode/templates/base/base.html:232
5839 6477 #: rhodecode/templates/data_table/_dt_elements.html:22
5840 6478 #: rhodecode/templates/data_table/_dt_elements.html:23
5841 6479 #: rhodecode/templates/files/files.html:15
5842 6480 msgid "Files"
5843 6481 msgstr ""
5844 6482
5845 #: rhodecode/templates/base/base.html:233
6483 #: rhodecode/templates/base/base.html:234
5846 6484 #: rhodecode/templates/bookmarks/bookmarks.html:68
5847 6485 #: rhodecode/templates/branches/branches.html:67
5848 6486 #: rhodecode/templates/files/file_diff.html:11
5849 6487 #: rhodecode/templates/files/file_diff.html:29
5850 6488 #: rhodecode/templates/tags/tags.html:68
5851 6489 msgid "Compare"
5852 6490 msgstr ""
5853 6491
5854 #: rhodecode/templates/base/base.html:238
6492 #: rhodecode/templates/base/base.html:239
5855 6493 #, python-format
5856 6494 msgid "Show Pull Requests for %s"
5857 6495 msgstr ""
5858 6496
5859 #: rhodecode/templates/base/base.html:247
6497 #: rhodecode/templates/base/base.html:248
5860 6498 msgid "Options"
5861 6499 msgstr ""
5862 6500
5863 #: rhodecode/templates/base/base.html:254
6501 #: rhodecode/templates/base/base.html:255
5864 6502 #: rhodecode/templates/forks/forks_data.html:30
5865 6503 msgid "Compare fork"
5866 6504 msgstr ""
5867 6505
5868 #: rhodecode/templates/base/base.html:261
6506 #: rhodecode/templates/base/base.html:262
5869 6507 msgid "Unlock"
5870 6508 msgstr ""
5871 6509
5872 #: rhodecode/templates/base/base.html:263
6510 #: rhodecode/templates/base/base.html:264
5873 6511 msgid "Lock"
5874 6512 msgstr ""
5875 6513
5876 #: rhodecode/templates/base/base.html:268
6514 #: rhodecode/templates/base/base.html:269
5877 6515 #: rhodecode/templates/data_table/_dt_elements.html:27
5878 6516 #: rhodecode/templates/data_table/_dt_elements.html:28
5879 6517 #: rhodecode/templates/forks/forks_data.html:8
5880 6518 #: rhodecode/templates/summary/components.html:103
5881 6519 msgid "Fork"
5882 6520 msgid_plural "Forks"
5883 6521 msgstr[0] ""
5884 6522 msgstr[1] ""
5885 6523 msgstr[2] ""
5886 6524 msgstr[3] ""
5887 6525
5888 #: rhodecode/templates/base/base.html:269
6526 #: rhodecode/templates/base/base.html:270
5889 6527 msgid "Create Pull Request"
5890 6528 msgstr ""
5891 6529
5892 #: rhodecode/templates/base/base.html:291
6530 #: rhodecode/templates/base/base.html:292
5893 6531 msgid "Sign in"
5894 6532 msgstr ""
5895 6533
5896 #: rhodecode/templates/base/base.html:299
6534 #: rhodecode/templates/base/base.html:300
5897 6535 #: rhodecode/templates/debug_style/login.html:28
5898 6536 msgid "Sign in to your account"
5899 6537 msgstr ""
5900 6538
5901 #: rhodecode/templates/base/base.html:315
6539 #: rhodecode/templates/base/base.html:316
5902 6540 #: rhodecode/templates/debug_style/login.html:46
5903 6541 msgid "(Forgot password?)"
5904 6542 msgstr ""
5905 6543
5906 #: rhodecode/templates/base/base.html:324
6544 #: rhodecode/templates/base/base.html:325
5907 6545 #: rhodecode/templates/debug_style/login.html:56
5908 6546 msgid "Don't have an account ?"
5909 6547 msgstr ""
5910 6548
5911 #: rhodecode/templates/base/base.html:345
6549 #: rhodecode/templates/base/base.html:346
5912 6550 msgid "Sign Out"
5913 6551 msgstr ""
5914 6552
5915 #: rhodecode/templates/base/base.html:381
5916 msgid "Show activity journal"
5917 msgstr ""
5918
5919 6553 #: rhodecode/templates/base/base.html:382
6554 msgid "Show activity journal"
6555 msgstr ""
6556
6557 #: rhodecode/templates/base/base.html:383
5920 6558 #: rhodecode/templates/journal/journal.html:4
5921 6559 #: rhodecode/templates/journal/journal.html:14
5922 6560 msgid "Journal"
5923 6561 msgstr ""
5924 6562
5925 #: rhodecode/templates/base/base.html:387
6563 #: rhodecode/templates/base/base.html:388
5926 6564 msgid "Show Public activity journal"
5927 6565 msgstr ""
5928 6566
5929 #: rhodecode/templates/base/base.html:388
6567 #: rhodecode/templates/base/base.html:389
5930 6568 msgid "Public journal"
5931 6569 msgstr ""
5932 6570
5933 #: rhodecode/templates/base/base.html:393
5934 msgid "Show Gists"
5935 msgstr ""
5936
5937 6571 #: rhodecode/templates/base/base.html:394
6572 msgid "Show Gists"
6573 msgstr ""
6574
6575 #: rhodecode/templates/base/base.html:395
5938 6576 msgid "Gists"
5939 6577 msgstr ""
5940 6578
5941 #: rhodecode/templates/base/base.html:398
6579 #: rhodecode/templates/base/base.html:399
5942 6580 msgid "Search in repositories you have access to"
5943 6581 msgstr ""
5944 6582
5945 #: rhodecode/templates/base/base.html:404
6583 #: rhodecode/templates/base/base.html:405
5946 6584 msgid "Admin settings"
5947 6585 msgstr ""
5948 6586
5949 #: rhodecode/templates/base/base.html:411
6587 #: rhodecode/templates/base/base.html:412
5950 6588 msgid "Delegated Admin settings"
5951 6589 msgstr ""
5952 6590
5953 #: rhodecode/templates/base/base.html:421
5954 6591 #: rhodecode/templates/base/base.html:422
6592 #: rhodecode/templates/base/base.html:423
5955 6593 #: rhodecode/templates/debug_style/buttons.html:5
5956 6594 #: rhodecode/templates/debug_style/code-block.html:6
5957 6595 #: rhodecode/templates/debug_style/collapsable-content.html:5
5958 6596 #: rhodecode/templates/debug_style/form-elements-small.html:5
5959 6597 #: rhodecode/templates/debug_style/form-elements.html:5
5960 6598 #: rhodecode/templates/debug_style/form-inline.html:5
5961 6599 #: rhodecode/templates/debug_style/form-vertical.html:5
5962 6600 #: rhodecode/templates/debug_style/forms.html:5
5963 6601 #: rhodecode/templates/debug_style/icons.html:5
5964 6602 #: rhodecode/templates/debug_style/index.html:12
5965 6603 #: rhodecode/templates/debug_style/labels.html:5
5966 6604 #: rhodecode/templates/debug_style/layout-form-sidebar.html:5
5967 6605 #: rhodecode/templates/debug_style/login.html:6
5968 6606 #: rhodecode/templates/debug_style/panels.html:5
5969 6607 #: rhodecode/templates/debug_style/tables-wide.html:5
5970 6608 #: rhodecode/templates/debug_style/tables.html:5
5971 6609 #: rhodecode/templates/debug_style/typography.html:5
5972 6610 msgid "Style"
5973 6611 msgstr ""
5974 6612
5975 #: rhodecode/templates/base/base.html:479
6613 #: rhodecode/templates/base/base.html:480
5976 6614 msgid "Go to"
5977 6615 msgstr ""
5978 6616
5979 #: rhodecode/templates/base/base.html:590
6617 #: rhodecode/templates/base/base.html:591
5980 6618 msgid "Keyboard shortcuts"
5981 6619 msgstr ""
5982 6620
5983 #: rhodecode/templates/base/base.html:598
6621 #: rhodecode/templates/base/base.html:599
5984 6622 msgid "Site-wide shortcuts"
5985 6623 msgstr ""
5986 6624
5987 6625 #: rhodecode/templates/base/default_perms_box.html:14
5988 6626 msgid "Inherited Permissions"
5989 6627 msgstr ""
5990 6628
5991 6629 #: rhodecode/templates/base/default_perms_box.html:15
5992 6630 msgid "Custom Permissions"
5993 6631 msgstr ""
5994 6632
5995 6633 #: rhodecode/templates/base/default_perms_box.html:17
5996 6634 msgid "Default Global Permissions"
5997 6635 msgstr ""
5998 6636
5999 6637 #: rhodecode/templates/base/default_perms_box.html:23
6000 6638 msgid ""
6001 6639 "The following options configure the default permissions each user or group "
6002 6640 "will inherit. You can override these permissions for each individual user or"
6003 6641 " user group using individual permissions settings."
6004 6642 msgstr ""
6005 6643
6006 6644 #: rhodecode/templates/base/default_perms_box.html:27
6007 6645 msgid "Repository Creation"
6008 6646 msgstr ""
6009 6647
6010 6648 #: rhodecode/templates/base/default_perms_box.html:32
6011 6649 msgid ""
6012 6650 "Permission to create root level repositories. When disabled, users can still"
6013 6651 " create repositories inside their own repository groups."
6014 6652 msgstr ""
6015 6653
6016 6654 #: rhodecode/templates/base/default_perms_box.html:37
6017 6655 msgid "Repository Creation With Group Write Access"
6018 6656 msgstr ""
6019 6657
6020 6658 #: rhodecode/templates/base/default_perms_box.html:42
6021 6659 msgid ""
6022 6660 "Write permission given on a repository group will allow creating "
6023 6661 "repositories inside that group."
6024 6662 msgstr ""
6025 6663
6026 6664 #: rhodecode/templates/base/default_perms_box.html:47
6027 6665 msgid "Repository Forking"
6028 6666 msgstr ""
6029 6667
6030 6668 #: rhodecode/templates/base/default_perms_box.html:52
6031 6669 msgid ""
6032 6670 "Permission to create root level repository forks. When disabled, users can "
6033 6671 "still fork repositories inside their own repository groups."
6034 6672 msgstr ""
6035 6673
6036 6674 #: rhodecode/templates/base/default_perms_box.html:57
6037 6675 msgid "Repository Group Creation"
6038 6676 msgstr ""
6039 6677
6040 6678 #: rhodecode/templates/base/default_perms_box.html:62
6041 6679 msgid ""
6042 6680 "Permission to create root level repository groups. When disabled, repository"
6043 6681 " group admins can still create repository subgroups within their repository "
6044 6682 "groups."
6045 6683 msgstr ""
6046 6684
6047 6685 #: rhodecode/templates/base/default_perms_box.html:67
6048 6686 msgid "User Group Creation"
6049 6687 msgstr ""
6050 6688
6051 6689 #: rhodecode/templates/base/default_perms_box.html:72
6052 6690 msgid ""
6053 6691 "Permission to allow user group creation. When disabled, user group admins "
6054 6692 "can still create subgroups within their user groups."
6055 6693 msgstr ""
6056 6694
6057 6695 #: rhodecode/templates/base/default_perms_box.html:78
6058 6696 msgid "Inherit Permissions From The Default User"
6059 6697 msgstr ""
6060 6698
6061 6699 #: rhodecode/templates/base/default_perms_box.html:83
6062 6700 msgid ""
6063 6701 "Inherit default permissions from the default user. Turn off this option to "
6064 6702 "force explicit permissions for users, even if they are more restrictive than"
6065 6703 " the default user permissions."
6066 6704 msgstr ""
6067 6705
6068 6706 #: rhodecode/templates/base/default_perms_box.html:102
6069 6707 msgid "Inherit from default settings"
6070 6708 msgstr ""
6071 6709
6072 6710 #: rhodecode/templates/base/default_perms_box.html:107
6073 6711 #, python-format
6074 6712 msgid ""
6075 6713 "Select to inherit permissions from %s permissions settings, including default IP address whitelist and inheritance of \n"
6076 6714 "permission by members of user groups."
6077 6715 msgstr ""
6078 6716
6079 6717 #: rhodecode/templates/base/issue_tracker_settings.html:22
6080 6718 msgid "Read more"
6081 6719 msgstr ""
6082 6720
6083 6721 #: rhodecode/templates/base/issue_tracker_settings.html:92
6084 6722 msgid "New Entry"
6085 6723 msgstr ""
6086 6724
6087 6725 #: rhodecode/templates/base/issue_tracker_settings.html:96
6088 6726 msgid "Confirm to remove this pattern:"
6089 6727 msgstr ""
6090 6728
6091 6729 #: rhodecode/templates/base/issue_tracker_settings.html:192
6092 6730 #: rhodecode/templates/changeset/changeset_file_comment.html:144
6093 6731 #: rhodecode/templates/changeset/changeset_file_comment.html:291
6094 6732 #: rhodecode/templates/files/files_add.html:78
6095 6733 #: rhodecode/templates/files/files_add.html:224
6096 6734 #: rhodecode/templates/files/files_edit.html:82
6097 6735 #: rhodecode/templates/files/files_edit.html:185
6098 6736 msgid "Preview"
6099 6737 msgstr ""
6100 6738
6101 6739 #: rhodecode/templates/base/issue_tracker_settings.html:193
6102 6740 msgid "Test Pattern Preview"
6103 6741 msgstr ""
6104 6742
6105 6743 #: rhodecode/templates/base/perms_summary.html:18
6106 6744 msgid "show"
6107 6745 msgstr ""
6108 6746
6109 6747 #: rhodecode/templates/base/perms_summary.html:19
6110 6748 msgid "none"
6111 6749 msgstr ""
6112 6750
6113 6751 #: rhodecode/templates/base/perms_summary.html:20
6114 6752 msgid "read"
6115 6753 msgstr ""
6116 6754
6117 6755 #: rhodecode/templates/base/perms_summary.html:21
6118 6756 msgid "write"
6119 6757 msgstr ""
6120 6758
6121 6759 #: rhodecode/templates/base/perms_summary.html:22
6122 6760 msgid "admin"
6123 6761 msgstr ""
6124 6762
6125 6763 #: rhodecode/templates/base/perms_summary.html:29
6126 6764 msgid "No permissions defined"
6127 6765 msgstr ""
6128 6766
6129 6767 #: rhodecode/templates/base/perms_summary.html:37
6130 6768 #: rhodecode/templates/base/perms_summary.html:103
6131 6769 msgid "Permission"
6132 6770 msgstr ""
6133 6771
6134 6772 #: rhodecode/templates/base/perms_summary.html:39
6135 6773 #: rhodecode/templates/base/perms_summary.html:105
6136 6774 msgid "Edit Permission"
6137 6775 msgstr ""
6138 6776
6139 6777 #: rhodecode/templates/base/perms_summary.html:85
6140 6778 msgid "Super admin"
6141 6779 msgstr ""
6142 6780
6143 6781 #: rhodecode/templates/base/perms_summary.html:87
6144 6782 msgid "Repository default permission"
6145 6783 msgstr ""
6146 6784
6147 6785 #: rhodecode/templates/base/perms_summary.html:88
6148 6786 msgid "Repository group default permission"
6149 6787 msgstr ""
6150 6788
6151 6789 #: rhodecode/templates/base/perms_summary.html:89
6152 6790 msgid "User group default permission"
6153 6791 msgstr ""
6154 6792
6155 6793 #: rhodecode/templates/base/perms_summary.html:91
6156 6794 msgid "Create repositories"
6157 6795 msgstr ""
6158 6796
6159 6797 #: rhodecode/templates/base/perms_summary.html:92
6160 6798 msgid "Fork repositories"
6161 6799 msgstr ""
6162 6800
6163 6801 #: rhodecode/templates/base/perms_summary.html:93
6164 6802 msgid "Create repository groups"
6165 6803 msgstr ""
6166 6804
6167 6805 #: rhodecode/templates/base/perms_summary.html:94
6168 6806 msgid "Create user groups"
6169 6807 msgstr ""
6170 6808
6171 6809 #: rhodecode/templates/base/perms_summary.html:162
6172 6810 msgid "No permission defined"
6173 6811 msgstr ""
6174 6812
6175 #: rhodecode/templates/base/root.html:151
6813 #: rhodecode/templates/base/root.html:120
6176 6814 msgid "Please enable JavaScript to use RhodeCode Enterprise"
6177 6815 msgstr ""
6178 6816
6179 6817 #: rhodecode/templates/base/vcs_settings.html:16
6180 6818 msgid "Require SSL for vcs operations"
6181 6819 msgstr ""
6182 6820
6183 6821 #: rhodecode/templates/base/vcs_settings.html:19
6184 6822 msgid ""
6185 6823 "Activate to set RhodeCode to require SSL for pushing or pulling. If SSL "
6186 6824 "certificate is missing it will return a HTTP Error 406: Not Acceptable."
6187 6825 msgstr ""
6188 6826
6189 6827 #: rhodecode/templates/base/vcs_settings.html:29
6190 6828 msgid "Main Storage Location"
6191 6829 msgstr ""
6192 6830
6193 6831 #: rhodecode/templates/base/vcs_settings.html:37
6194 6832 msgid ""
6195 6833 "Click to unlock. You must restart RhodeCode in order to make this setting "
6196 6834 "take effect."
6197 6835 msgstr ""
6198 6836
6199 6837 #: rhodecode/templates/base/vcs_settings.html:41
6200 6838 msgid ""
6201 6839 "Repository location change is disabled. You can enable this by changing the "
6202 6840 "`allow_repo_location_change` inside .ini file."
6203 6841 msgstr ""
6204 6842
6205 6843 #: rhodecode/templates/base/vcs_settings.html:48
6206 6844 msgid ""
6207 6845 "Filesystem location where repositories should be stored. After changing this"
6208 6846 " value a restart and rescan of the repository folder are required."
6209 6847 msgstr ""
6210 6848
6211 6849 #: rhodecode/templates/base/vcs_settings.html:57
6212 6850 msgid "Internal Hooks"
6213 6851 msgstr ""
6214 6852
6215 6853 #: rhodecode/templates/base/vcs_settings.html:63
6216 6854 msgid "Show repository size after push"
6217 6855 msgstr ""
6218 6856
6219 6857 #: rhodecode/templates/base/vcs_settings.html:67
6220 6858 msgid "Trigger a hook that calculates repository size after each push."
6221 6859 msgstr ""
6222 6860
6223 6861 #: rhodecode/templates/base/vcs_settings.html:71
6224 6862 msgid "Execute pre/post push hooks"
6225 6863 msgstr ""
6226 6864
6227 6865 #: rhodecode/templates/base/vcs_settings.html:74
6228 6866 msgid ""
6229 6867 "Execute Built in pre/post push hooks. This also executes rcextensions hooks."
6230 6868 msgstr ""
6231 6869
6232 6870 #: rhodecode/templates/base/vcs_settings.html:78
6233 6871 msgid "Execute pre/post pull hooks"
6234 6872 msgstr ""
6235 6873
6236 6874 #: rhodecode/templates/base/vcs_settings.html:81
6237 6875 msgid ""
6238 6876 "Execute Built in pre/post pull hooks. This also executes rcextensions hooks."
6239 6877 msgstr ""
6240 6878
6241 6879 #: rhodecode/templates/base/vcs_settings.html:91
6242 6880 msgid "Mercurial Settings"
6243 6881 msgstr ""
6244 6882
6245 6883 #: rhodecode/templates/base/vcs_settings.html:96
6246 6884 msgid "Enable largefiles extension"
6247 6885 msgstr ""
6248 6886
6249 6887 #: rhodecode/templates/base/vcs_settings.html:99
6250 6888 msgid "Enable Largefiles extensions for all repositories."
6251 6889 msgstr ""
6252 6890
6253 6891 #: rhodecode/templates/base/vcs_settings.html:103
6254 6892 msgid "Set repositories as publishing"
6255 6893 msgstr ""
6256 6894
6257 6895 #: rhodecode/templates/base/vcs_settings.html:103
6258 6896 msgid "Set repository as publishing"
6259 6897 msgstr ""
6260 6898
6261 6899 #: rhodecode/templates/base/vcs_settings.html:106
6262 6900 msgid ""
6263 6901 "When this is enabled all commits in the repository are seen as public "
6264 6902 "commits by clients."
6265 6903 msgstr ""
6266 6904
6267 6905 #: rhodecode/templates/base/vcs_settings.html:111
6268 6906 msgid "Enable hgsubversion extension"
6269 6907 msgstr ""
6270 6908
6271 6909 #: rhodecode/templates/base/vcs_settings.html:114
6272 6910 msgid ""
6273 6911 "Requires hgsubversion library to be installed. Allows cloning remote SVN "
6274 6912 "repositories and migrates them to Mercurial type."
6275 6913 msgstr ""
6276 6914
6277 6915 #: rhodecode/templates/base/vcs_settings.html:124
6278 6916 msgid "Subversion Settings"
6279 6917 msgstr ""
6280 6918
6281 6919 #: rhodecode/templates/base/vcs_settings.html:129
6282 6920 msgid "Repository patterns"
6283 6921 msgstr ""
6284 6922
6285 6923 #: rhodecode/templates/base/vcs_settings.html:133
6286 6924 msgid ""
6287 6925 "Patterns for identifying SVN branches and tags. For recursive search, use "
6288 6926 "\"*\". Eg.: \"/branches/*\""
6289 6927 msgstr ""
6290 6928
6291 6929 #: rhodecode/templates/base/vcs_settings.html:196
6292 6930 msgid "Pull Request Settings"
6293 6931 msgstr ""
6294 6932
6295 6933 #: rhodecode/templates/base/vcs_settings.html:201
6296 6934 msgid "Enable server-side merge for pull requests"
6297 6935 msgstr ""
6298 6936
6299 6937 #: rhodecode/templates/base/vcs_settings.html:204
6300 6938 msgid ""
6301 6939 "Note: when this feature is enabled, it only runs hooks defined in the "
6302 6940 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
6303 6941 "page will not be run when pull requests are automatically merged from the "
6304 6942 "web interface."
6305 6943 msgstr ""
6306 6944
6307 6945 #: rhodecode/templates/base/vcs_settings.html:208
6308 6946 msgid "Invalidate and relocate inline comments during update"
6309 6947 msgstr ""
6310 6948
6311 6949 #: rhodecode/templates/base/vcs_settings.html:211
6312 6950 msgid ""
6313 6951 "During the update of a pull request, the position of inline comments will be"
6314 6952 " updated and outdated inline comments will be hidden."
6315 6953 msgstr ""
6316 6954
6955 #: rhodecode/templates/base/vcs_settings.html:222
6956 msgid "Labs settings"
6957 msgstr ""
6958
6959 #: rhodecode/templates/base/vcs_settings.html:222
6960 msgid ""
6961 "These features are considered experimental and may not work as expected."
6962 msgstr ""
6963
6964 #: rhodecode/templates/base/vcs_settings.html:229
6965 msgid "Mercurial server-side merge"
6966 msgstr ""
6967
6968 #: rhodecode/templates/base/vcs_settings.html:234
6969 msgid ""
6970 "Use rebase instead of creating a merge commit when merging via web interface"
6971 msgstr ""
6972
6317 6973 #: rhodecode/templates/bookmarks/bookmarks.html:5
6318 6974 #, python-format
6319 6975 msgid "%s Bookmarks"
6320 6976 msgstr ""
6321 6977
6322 6978 #: rhodecode/templates/bookmarks/bookmarks.html:13
6323 6979 msgid "bookmarks"
6324 6980 msgstr ""
6325 6981
6326 6982 #: rhodecode/templates/bookmarks/bookmarks.html:31
6327 6983 msgid "Compare Selected Bookmarks"
6328 6984 msgstr ""
6329 6985
6330 6986 #: rhodecode/templates/bookmarks/bookmarks_data.html:13
6331 #: rhodecode/templates/changelog/changelog.html:180
6332 #: rhodecode/templates/changelog/changelog_summary_data.html:53
6987 #: rhodecode/templates/changelog/changelog.html:183
6988 #: rhodecode/templates/changelog/changelog_summary_data.html:62
6333 6989 #: rhodecode/templates/changeset/changeset.html:92
6334 6990 #: rhodecode/templates/files/base.html:10
6335 6991 #, python-format
6336 6992 msgid "Bookmark %s"
6337 6993 msgstr ""
6338 6994
6339 6995 #: rhodecode/templates/branches/branches.html:5
6340 6996 #, python-format
6341 6997 msgid "%s Branches"
6342 6998 msgstr ""
6343 6999
6344 7000 #: rhodecode/templates/branches/branches.html:13
6345 7001 msgid "branches"
6346 7002 msgstr ""
6347 7003
6348 7004 #: rhodecode/templates/branches/branches.html:31
6349 7005 msgid "Compare Selected Branches"
6350 7006 msgstr ""
6351 7007
6352 7008 #: rhodecode/templates/branches/branches_data.html:12
6353 #: rhodecode/templates/changelog/changelog.html:172
6354 #: rhodecode/templates/changelog/changelog_summary_data.html:67
7009 #: rhodecode/templates/changelog/changelog.html:175
7010 #: rhodecode/templates/changelog/changelog_summary_data.html:76
6355 7011 #: rhodecode/templates/changeset/changeset.html:105
6356 7012 #: rhodecode/templates/files/base.html:23
6357 7013 #, python-format
6358 7014 msgid "Branch %s"
6359 7015 msgstr ""
6360 7016
6361 7017 #: rhodecode/templates/changelog/changelog.html:6
6362 7018 #, python-format
6363 7019 msgid "%s Changelog"
6364 7020 msgstr ""
6365 7021
6366 7022 #: rhodecode/templates/changelog/changelog.html:19
6367 7023 #, python-format
6368 7024 msgid "showing %d out of %d commit"
6369 7025 msgid_plural "showing %d out of %d commits"
6370 7026 msgstr[0] ""
6371 7027 msgstr[1] ""
6372 7028 msgstr[2] ""
6373 7029 msgstr[3] ""
6374 7030
6375 7031 #: rhodecode/templates/changelog/changelog.html:41
6376 7032 #: rhodecode/templates/forks/forks_data.html:28
6377 7033 #, python-format
6378 7034 msgid "Compare fork with %s"
6379 7035 msgstr ""
6380 7036
6381 7037 #: rhodecode/templates/changelog/changelog.html:53
6382 7038 #, python-format
6383 7039 msgid "Compare fork with Parent (%s)"
6384 7040 msgstr ""
6385 7041
6386 #: rhodecode/templates/changelog/changelog.html:62
6387 msgid "Open new pull request"
6388 msgstr ""
6389
6390 7042 #: rhodecode/templates/changelog/changelog.html:68
6391 7043 #: rhodecode/templates/changelog/changelog.html:69
6392 7044 msgid "Clear selection"
6393 7045 msgstr ""
6394 7046
6395 7047 #: rhodecode/templates/changelog/changelog.html:83
6396 7048 msgid "Clear filter"
6397 7049 msgstr ""
6398 7050
6399 #: rhodecode/templates/changelog/changelog.html:103
6400 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6401 msgid "Age"
6402 msgstr ""
6403
6404 #: rhodecode/templates/changelog/changelog.html:105
7051 #: rhodecode/templates/changelog/changelog.html:107
6405 7052 #: rhodecode/templates/files/files_add.html:93
6406 7053 #: rhodecode/templates/files/files_delete.html:60
6407 7054 #: rhodecode/templates/files/files_edit.html:96
6408 7055 msgid "Commit Message"
6409 7056 msgstr ""
6410 7057
6411 #: rhodecode/templates/changelog/changelog.html:108
6412 #: rhodecode/templates/changelog/changelog_summary_data.html:11
7058 #: rhodecode/templates/changelog/changelog.html:109
7059 #: rhodecode/templates/changelog/changelog_summary_data.html:10
7060 msgid "Age"
7061 msgstr ""
7062
7063 #: rhodecode/templates/changelog/changelog.html:112
7064 #: rhodecode/templates/changelog/changelog_summary_data.html:12
6413 7065 msgid "Refs"
6414 7066 msgstr ""
6415 7067
6416 #: rhodecode/templates/changelog/changelog.html:122
6417 #: rhodecode/templates/changelog/changelog_summary_data.html:22
7068 #: rhodecode/templates/changelog/changelog.html:126
7069 #: rhodecode/templates/changelog/changelog_summary_data.html:21
6418 7070 #, python-format
6419 7071 msgid ""
6420 7072 "Commit status: %s\n"
6421 7073 "Click to open associated pull request #%s"
6422 7074 msgstr ""
6423 7075
6424 #: rhodecode/templates/changelog/changelog.html:126
7076 #: rhodecode/templates/changelog/changelog.html:130
7077 #: rhodecode/templates/changelog/changelog_summary_data.html:25
6425 7078 #, python-format
6426 7079 msgid "Commit status: %s"
6427 7080 msgstr ""
6428 7081
6429 #: rhodecode/templates/changelog/changelog.html:162
6430 #: rhodecode/templates/changelog/changelog_summary_data.html:33
7082 #: rhodecode/templates/changelog/changelog.html:136
7083 #: rhodecode/templates/changelog/changelog_summary_data.html:31
7084 msgid "Commit status: Not Reviewed"
7085 msgstr ""
7086
7087 #: rhodecode/templates/changelog/changelog.html:141
7088 #: rhodecode/templates/changelog/changelog_summary_data.html:36
6431 7089 msgid "Commit has comments"
6432 7090 msgstr ""
6433 7091
6434 #: rhodecode/templates/changelog/changelog.html:188
6435 #: rhodecode/templates/changelog/changelog_summary_data.html:60
7092 #: rhodecode/templates/changelog/changelog.html:191
7093 #: rhodecode/templates/changelog/changelog_summary_data.html:69
6436 7094 #: rhodecode/templates/changeset/changeset.html:99
6437 7095 #: rhodecode/templates/files/base.html:17
6438 7096 #: rhodecode/templates/tags/tags_data.html:12
6439 7097 #, python-format
6440 7098 msgid "Tag %s"
6441 7099 msgstr ""
6442 7100
6443 #: rhodecode/templates/changelog/changelog.html:338
7101 #: rhodecode/templates/changelog/changelog.html:341
6444 7102 msgid "Filter changelog"
6445 7103 msgstr ""
6446 7104
6447 #: rhodecode/templates/changelog/changelog.html:411
7105 #: rhodecode/templates/changelog/changelog.html:414
6448 7106 msgid "There are no changes yet"
6449 7107 msgstr ""
6450 7108
6451 7109 #: rhodecode/templates/changelog/changelog_details.html:4
6452 #: rhodecode/templates/pullrequests/pullrequest_show.html:358
7110 #: rhodecode/templates/pullrequests/pullrequest_show.html:362
6453 7111 msgid "Removed"
6454 7112 msgstr ""
6455 7113
6456 7114 #: rhodecode/templates/changelog/changelog_details.html:5
6457 7115 msgid "Changed"
6458 7116 msgstr ""
6459 7117
6460 7118 #: rhodecode/templates/changelog/changelog_details.html:6
6461 7119 msgid "Added"
6462 7120 msgstr ""
6463 7121
6464 7122 #: rhodecode/templates/changelog/changelog_details.html:8
6465 7123 #: rhodecode/templates/changelog/changelog_details.html:9
6466 7124 #: rhodecode/templates/changelog/changelog_details.html:10
6467 7125 #, python-format
6468 7126 msgid "Affected %s files"
6469 7127 msgstr ""
6470 7128
6471 7129 #: rhodecode/templates/changelog/changelog_file_history.html:20
6472 7130 #: rhodecode/templates/changeset/changeset.html:86
6473 7131 #: rhodecode/templates/files/base.html:4
6474 7132 msgid "merge"
6475 7133 msgstr ""
6476 7134
6477 7135 #: rhodecode/templates/changelog/changelog_file_history.html:39
6478 7136 #: rhodecode/templates/changeset/diff_block.html:65
6479 7137 #: rhodecode/templates/changeset/diff_block.html:70
6480 7138 msgid "Show File"
6481 7139 msgstr ""
6482 7140
6483 #: rhodecode/templates/changelog/changelog_summary_data.html:8
7141 #: rhodecode/templates/changelog/changelog_summary_data.html:9
6484 7142 #: rhodecode/templates/search/search_commit.html:8
6485 7143 msgid "Commit message"
6486 7144 msgstr ""
6487 7145
6488 #: rhodecode/templates/changelog/changelog_summary_data.html:91
7146 #: rhodecode/templates/changelog/changelog_summary_data.html:100
6489 7147 msgid "Add or upload files directly via RhodeCode:"
6490 7148 msgstr ""
6491 7149
6492 #: rhodecode/templates/changelog/changelog_summary_data.html:94
7150 #: rhodecode/templates/changelog/changelog_summary_data.html:103
6493 7151 #: rhodecode/templates/files/files_browser.html:25
6494 7152 msgid "Add New File"
6495 7153 msgstr ""
6496 7154
6497 #: rhodecode/templates/changelog/changelog_summary_data.html:102
7155 #: rhodecode/templates/changelog/changelog_summary_data.html:111
6498 7156 msgid "Push new repo:"
6499 7157 msgstr ""
6500 7158
6501 #: rhodecode/templates/changelog/changelog_summary_data.html:113
7159 #: rhodecode/templates/changelog/changelog_summary_data.html:122
6502 7160 msgid "Existing repository?"
6503 7161 msgstr ""
6504 7162
6505 7163 #: rhodecode/templates/changeset/changeset.html:7
6506 7164 #, python-format
6507 7165 msgid "%s Commit"
6508 7166 msgstr ""
6509 7167
6510 7168 #: rhodecode/templates/changeset/changeset.html:43
6511 7169 msgid "Parent Commit"
6512 7170 msgstr ""
6513 7171
6514 7172 #: rhodecode/templates/changeset/changeset.html:43
6515 7173 msgid "Parent"
6516 7174 msgstr ""
6517 7175
6518 7176 #: rhodecode/templates/changeset/changeset.html:47
6519 7177 msgid "Child Commit"
6520 7178 msgstr ""
6521 7179
6522 7180 #: rhodecode/templates/changeset/changeset.html:47
6523 7181 msgid "Child"
6524 7182 msgstr ""
6525 7183
6526 7184 #: rhodecode/templates/changeset/changeset.html:58
6527 7185 msgid "Expand"
6528 7186 msgstr ""
6529 7187
6530 7188 #: rhodecode/templates/changeset/changeset.html:66
6531 7189 #: rhodecode/templates/changeset/changeset.html:72
6532 7190 #: rhodecode/templates/changeset/changeset_file_comment.html:36
6533 7191 #: rhodecode/templates/changeset/changeset_file_comment.html:90
6534 7192 msgid "Commit status"
6535 7193 msgstr ""
6536 7194
6537 7195 #: rhodecode/templates/changeset/changeset.html:79
6538 7196 #: rhodecode/templates/files/file_tree_detail.html:21
6539 7197 #: rhodecode/templates/files/files_detail.html:20
6540 7198 msgid "References"
6541 7199 msgstr ""
6542 7200
6543 7201 #: rhodecode/templates/changeset/changeset.html:115
6544 7202 msgid "Diffs"
6545 7203 msgstr ""
6546 7204
6547 7205 #: rhodecode/templates/changeset/changeset.html:119
6548 7206 #: rhodecode/templates/changeset/diff_block.html:85
6549 7207 msgid "Raw diff"
6550 7208 msgstr ""
6551 7209
6552 7210 #: rhodecode/templates/changeset/changeset.html:120
6553 7211 #: rhodecode/templates/changeset/diff_block.html:86
6554 7212 msgid "Raw Diff"
6555 7213 msgstr ""
6556 7214
6557 7215 #: rhodecode/templates/changeset/changeset.html:123
6558 7216 msgid "Patch diff"
6559 7217 msgstr ""
6560 7218
6561 7219 #: rhodecode/templates/changeset/changeset.html:124
6562 7220 msgid "Patch Diff"
6563 7221 msgstr ""
6564 7222
6565 7223 #: rhodecode/templates/changeset/changeset.html:127
6566 7224 #: rhodecode/templates/changeset/diff_block.html:90
6567 7225 msgid "Download diff"
6568 7226 msgstr ""
6569 7227
6570 7228 #: rhodecode/templates/changeset/changeset.html:128
6571 7229 #: rhodecode/templates/changeset/diff_block.html:91
6572 7230 msgid "Download Diff"
6573 7231 msgstr ""
6574 7232
6575 7233 #: rhodecode/templates/changeset/changeset.html:145
6576 7234 #: rhodecode/templates/changeset/changeset.html:147
6577 #: rhodecode/tests/functional/test_changeset_comments.py:217
7235 #: rhodecode/tests/functional/test_commit_comments.py:263
6578 7236 #, python-format
6579 7237 msgid "%d Commit comment"
6580 7238 msgid_plural "%d Commit comments"
6581 7239 msgstr[0] ""
6582 7240 msgstr[1] ""
6583 7241 msgstr[2] ""
6584 7242 msgstr[3] ""
6585 7243
6586 7244 #: rhodecode/templates/changeset/changeset.html:151
6587 7245 #: rhodecode/templates/changeset/changeset.html:153
6588 7246 #: rhodecode/templates/pullrequests/pullrequest_show.html:145
6589 7247 #: rhodecode/templates/pullrequests/pullrequest_show.html:147
6590 #: rhodecode/tests/functional/test_changeset_comments.py:224
7248 #: rhodecode/tests/functional/test_commit_comments.py:270
6591 7249 #, python-format
6592 7250 msgid "%d Inline Comment"
6593 7251 msgid_plural "%d Inline Comments"
6594 7252 msgstr[0] ""
6595 7253 msgstr[1] ""
6596 7254 msgstr[2] ""
6597 7255 msgstr[3] ""
6598 7256
6599 #: rhodecode/templates/changeset/changeset.html:177
7257 #: rhodecode/templates/changeset/changeset.html:175
6600 7258 msgid "Browse files at current commit"
6601 7259 msgstr ""
6602 7260
7261 #: rhodecode/templates/changeset/changeset.html:175
7262 msgid "Browse files"
7263 msgstr ""
7264
6603 7265 #: rhodecode/templates/changeset/changeset.html:177
6604 msgid "Browse files"
6605 msgstr ""
6606
6607 #: rhodecode/templates/changeset/changeset.html:179
6608 7266 #: rhodecode/templates/changeset/changeset_range.html:59
6609 7267 #: rhodecode/templates/compare/compare_diff.html:255
6610 7268 #: rhodecode/templates/files/file_diff.html:77
6611 7269 #: rhodecode/templates/pullrequests/pullrequest_show.html:265
6612 7270 msgid "Expand All"
6613 7271 msgstr ""
6614 7272
6615 #: rhodecode/templates/changeset/changeset.html:179
7273 #: rhodecode/templates/changeset/changeset.html:177
6616 7274 #: rhodecode/templates/changeset/changeset_range.html:59
6617 7275 #: rhodecode/templates/compare/compare_diff.html:255
6618 7276 #: rhodecode/templates/files/file_diff.html:77
6619 7277 #: rhodecode/templates/pullrequests/pullrequest_show.html:265
6620 7278 msgid "Collapse All"
6621 7279 msgstr ""
6622 7280
6623 #: rhodecode/templates/changeset/changeset.html:190
7281 #: rhodecode/templates/changeset/changeset.html:188
6624 7282 #: rhodecode/templates/compare/compare_diff.html:263
6625 7283 #: rhodecode/templates/pullrequests/pullrequest_show.html:274
6626 7284 msgid "No files"
6627 7285 msgstr ""
6628 7286
6629 #: rhodecode/templates/changeset/changeset.html:227
7287 #: rhodecode/templates/changeset/changeset.html:225
6630 7288 #: rhodecode/templates/files/file_diff.html:128
7289 #: rhodecode/templates/pullrequests/pullrequest_show.html:315
6631 7290 msgid "Show comments"
6632 7291 msgstr ""
6633 7292
6634 #: rhodecode/templates/changeset/changeset.html:228
7293 #: rhodecode/templates/changeset/changeset.html:226
6635 7294 #: rhodecode/templates/files/file_diff.html:129
7295 #: rhodecode/templates/pullrequests/pullrequest_show.html:316
6636 7296 msgid "Hide comments"
6637 7297 msgstr ""
6638 7298
6639 #: rhodecode/templates/changeset/changeset.html:245
7299 #: rhodecode/templates/changeset/changeset.html:243
6640 7300 #: rhodecode/templates/changeset/diff_block.html:25
6641 7301 #: rhodecode/templates/changeset/diff_block.html:46
6642 7302 #: rhodecode/templates/files/file_diff.html:146
6643 7303 msgid "Diff was truncated. File content available only in full diff."
6644 7304 msgstr ""
6645 7305
6646 #: rhodecode/templates/changeset/changeset.html:245
7306 #: rhodecode/templates/changeset/changeset.html:243
6647 7307 #: rhodecode/templates/changeset/diff_block.html:7
6648 7308 #: rhodecode/templates/changeset/diff_block.html:10
6649 7309 #: rhodecode/templates/changeset/diff_block.html:25
6650 7310 #: rhodecode/templates/changeset/diff_block.html:46
6651 7311 #: rhodecode/templates/changeset/diff_block.html:59
6652 7312 #: rhodecode/templates/files/file_diff.html:146
6653 7313 msgid "Showing a big diff might take some time and resources, continue?"
6654 7314 msgstr ""
6655 7315
6656 #: rhodecode/templates/changeset/changeset.html:245
7316 #: rhodecode/templates/changeset/changeset.html:243
6657 7317 #: rhodecode/templates/changeset/diff_block.html:7
6658 7318 #: rhodecode/templates/changeset/diff_block.html:10
6659 7319 #: rhodecode/templates/changeset/diff_block.html:25
6660 7320 #: rhodecode/templates/changeset/diff_block.html:46
6661 7321 #: rhodecode/templates/files/file_diff.html:146
6662 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
6663 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
7322 #: rhodecode/templates/pullrequests/pullrequest_show.html:390
7323 #: rhodecode/templates/pullrequests/pullrequest_show.html:396
6664 7324 msgid "Show full diff"
6665 7325 msgstr ""
6666 7326
6667 #: rhodecode/templates/changeset/changeset.html:314
7327 #: rhodecode/templates/changeset/changeset.html:312
6668 7328 msgid "No Child Commits"
6669 7329 msgstr ""
6670 7330
6671 #: rhodecode/templates/changeset/changeset.html:350
7331 #: rhodecode/templates/changeset/changeset.html:348
6672 7332 msgid "No Parent Commits"
6673 7333 msgstr ""
6674 7334
6675 7335 #: rhodecode/templates/changeset/changeset_file_comment.html:21
6676 7336 #, python-format
6677 7337 msgid "Vote on pull request #%s"
6678 7338 msgstr ""
6679 7339
6680 7340 #: rhodecode/templates/changeset/changeset_file_comment.html:23
6681 7341 #, python-format
6682 7342 msgid "Comment on pull request #%s"
6683 7343 msgstr ""
6684 7344
6685 7345 #: rhodecode/templates/changeset/changeset_file_comment.html:28
6686 7346 msgid "Status change on commit"
6687 7347 msgstr ""
6688 7348
6689 7349 #: rhodecode/templates/changeset/changeset_file_comment.html:30
6690 7350 msgid "Comment on commit"
6691 7351 msgstr ""
6692 7352
6693 7353 #: rhodecode/templates/changeset/changeset_file_comment.html:58
6694 7354 msgid "Previous comment"
6695 7355 msgstr ""
6696 7356
6697 7357 #: rhodecode/templates/changeset/changeset_file_comment.html:62
6698 7358 msgid "Next comment"
6699 7359 msgstr ""
6700 7360
6701 7361 #: rhodecode/templates/changeset/changeset_file_comment.html:118
6702 7362 msgid "Create a comment on line {1}."
6703 7363 msgstr ""
6704 7364
6705 7365 #: rhodecode/templates/changeset/changeset_file_comment.html:121
6706 7366 #: rhodecode/templates/changeset/changeset_file_comment.html:251
6707 7367 #, python-format
6708 7368 msgid "Comments parsed using %s syntax with %s support."
6709 7369 msgstr ""
6710 7370
6711 7371 #: rhodecode/templates/changeset/changeset_file_comment.html:123
6712 7372 #: rhodecode/templates/changeset/changeset_file_comment.html:253
6713 7373 msgid ""
6714 7374 "Use @username inside this text to send notification to this RhodeCode user"
6715 7375 msgstr ""
6716 7376
6717 7377 #: rhodecode/templates/changeset/changeset_file_comment.html:133
6718 7378 #: rhodecode/templates/changeset/changeset_file_comment.html:264
6719 7379 msgid "Comment preview"
6720 7380 msgstr ""
6721 7381
6722 7382 #: rhodecode/templates/changeset/changeset_file_comment.html:146
6723 7383 #: rhodecode/templates/changeset/changeset_file_comment.html:293
6724 7384 #: rhodecode/templates/compare/compare_diff.html:57
7385 #: rhodecode/templates/email_templates/commit_comment.mako:87
7386 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
6725 7387 msgid "Comment"
6726 7388 msgstr ""
6727 7389
6728 7390 #: rhodecode/templates/changeset/changeset_file_comment.html:154
6729 7391 msgid "You need to be logged in to comment."
6730 7392 msgstr ""
6731 7393
6732 7394 #: rhodecode/templates/changeset/changeset_file_comment.html:154
6733 7395 msgid "Login now"
6734 7396 msgstr ""
6735 7397
6736 7398 #: rhodecode/templates/changeset/changeset_file_comment.html:158
6737 7399 msgid "Hide"
6738 7400 msgstr ""
6739 7401
6740 7402 #: rhodecode/templates/changeset/changeset_file_comment.html:171
6741 7403 #, python-format
6742 7404 msgid "%d Pull Request Comment"
6743 7405 msgid_plural "%d Pull Request Comments"
6744 7406 msgstr[0] ""
6745 7407 msgstr[1] ""
6746 7408 msgstr[2] ""
6747 7409 msgstr[3] ""
6748 7410
6749 7411 #: rhodecode/templates/changeset/changeset_file_comment.html:173
6750 7412 #, python-format
6751 7413 msgid "%d Commit Comment"
6752 7414 msgid_plural "%d Commit Comments"
6753 7415 msgstr[0] ""
6754 7416 msgstr[1] ""
6755 7417 msgstr[2] ""
6756 7418 msgstr[3] ""
6757 7419
6758 7420 #: rhodecode/templates/changeset/changeset_file_comment.html:223
6759 7421 msgid "Merge Pull Request"
6760 7422 msgstr ""
6761 7423
6762 7424 #: rhodecode/templates/changeset/changeset_file_comment.html:243
6763 7425 msgid "Create a comment on this Pull Request."
6764 7426 msgstr ""
6765 7427
6766 7428 #: rhodecode/templates/changeset/changeset_file_comment.html:245
6767 7429 msgid "Create comments on this Commit range."
6768 7430 msgstr ""
6769 7431
6770 7432 #: rhodecode/templates/changeset/changeset_file_comment.html:247
6771 7433 msgid "Create a comment on this Commit."
6772 7434 msgstr ""
6773 7435
6774 7436 #: rhodecode/templates/changeset/changeset_range.html:5
6775 7437 #, python-format
6776 7438 msgid "%s Commits"
6777 7439 msgstr ""
6778 7440
6779 7441 #: rhodecode/templates/changeset/changeset_range.html:9
6780 7442 #: rhodecode/templates/changeset/changeset_range.html:20
6781 7443 #, python-format
6782 7444 msgid "(%s commit)"
6783 7445 msgid_plural "(%s commits)"
6784 7446 msgstr[0] ""
6785 7447 msgstr[1] ""
6786 7448 msgstr[2] ""
6787 7449 msgstr[3] ""
6788 7450
6789 7451 #: rhodecode/templates/changeset/changeset_range.html:16
6790 7452 msgid "Commits"
6791 7453 msgstr ""
6792 7454
6793 7455 #: rhodecode/templates/changeset/changeset_range.html:41
6794 7456 msgid "Show combined compare"
6795 7457 msgstr ""
6796 7458
6797 7459 #: rhodecode/templates/changeset/diff_block.html:7
6798 7460 msgid "The requested commit is too big and content was truncated."
6799 7461 msgstr ""
6800 7462
6801 7463 #: rhodecode/templates/changeset/diff_block.html:10
6802 7464 msgid "The requested file is too big and its content is not shown."
6803 7465 msgstr ""
6804 7466
6805 7467 #: rhodecode/templates/changeset/diff_block.html:64
6806 7468 #, python-format
6807 7469 msgid "Show file at commit: %(commit_id)s"
6808 7470 msgstr ""
6809 7471
6810 7472 #: rhodecode/templates/changeset/diff_block.html:69
6811 7473 #, python-format
6812 7474 msgid "File no longer present at commit: %(commit_id)s"
6813 7475 msgstr ""
6814 7476
6815 7477 #: rhodecode/templates/changeset/diff_block.html:75
6816 7478 msgid "Show full diff for this file"
6817 7479 msgstr ""
6818 7480
6819 7481 #: rhodecode/templates/changeset/diff_block.html:76
6820 7482 msgid "Unified Diff"
6821 7483 msgstr ""
6822 7484
6823 7485 #: rhodecode/templates/changeset/diff_block.html:80
6824 7486 msgid "Show full side-by-side diff for this file"
6825 7487 msgstr ""
6826 7488
6827 7489 #: rhodecode/templates/changeset/diff_block.html:81
6828 7490 #: rhodecode/templates/files/diff_2way.html:40
6829 7491 msgid "Side-by-side Diff"
6830 7492 msgstr ""
6831 7493
6832 7494 #: rhodecode/templates/changeset/diff_block.html:97
6833 7495 #, python-format
6834 7496 msgid "%(num)s file changed"
6835 7497 msgid_plural "%(num)s files changed"
6836 7498 msgstr[0] ""
6837 7499 msgstr[1] ""
6838 7500 msgstr[2] ""
6839 7501 msgstr[3] ""
6840 7502
6841 7503 #: rhodecode/templates/changeset/diff_block.html:99
6842 7504 #, python-format
6843 7505 msgid "%(num)s file changed: %(linesadd)s inserted, %(linesdel)s deleted"
6844 7506 msgid_plural ""
6845 7507 "%(num)s files changed: %(linesadd)s inserted, %(linesdel)s deleted"
6846 7508 msgstr[0] ""
6847 7509 msgstr[1] ""
6848 7510 msgstr[2] ""
6849 7511 msgstr[3] ""
6850 7512
6851 7513 #: rhodecode/templates/compare/compare_commits.html:5
6852 7514 msgid "No Commits"
6853 7515 msgstr ""
6854 7516
6855 7517 #: rhodecode/templates/compare/compare_commits.html:9
6856 7518 msgid "Common Ancestor Commit"
6857 7519 msgstr ""
6858 7520
6859 7521 #: rhodecode/templates/compare/compare_commits.html:20
6860 7522 msgid "Time"
6861 7523 msgstr ""
6862 7524
6863 7525 #: rhodecode/templates/compare/compare_diff.html:6
6864 7526 #: rhodecode/templates/compare/compare_diff.html:8
6865 7527 #, python-format
6866 7528 msgid "%s Compare"
6867 7529 msgstr ""
6868 7530
6869 7531 #: rhodecode/templates/compare/compare_diff.html:16
6870 7532 #, python-format
6871 7533 msgid "%s commit"
6872 7534 msgid_plural "%s commits"
6873 7535 msgstr[0] ""
6874 7536 msgstr[1] ""
6875 7537 msgstr[2] ""
6876 7538 msgstr[3] ""
6877 7539
6878 7540 #: rhodecode/templates/compare/compare_diff.html:37
6879 7541 #: rhodecode/templates/compare/compare_diff.html:55
6880 7542 msgid "Compare Commits"
6881 7543 msgstr ""
6882 7544
6883 7545 #: rhodecode/templates/compare/compare_diff.html:46
7546 #: rhodecode/templates/email_templates/pull_request_review.mako:50
6884 7547 #: rhodecode/templates/files/file_diff.html:56
6885 7548 #: rhodecode/templates/pullrequests/pullrequest_show.html:85
6886 7549 msgid "Target"
6887 7550 msgstr ""
6888 7551
6889 7552 #: rhodecode/templates/compare/compare_diff.html:47
7553 #: rhodecode/templates/email_templates/pull_request_comment.mako:92
7554 #: rhodecode/templates/email_templates/pull_request_review.mako:49
6890 7555 #: rhodecode/templates/files/file_diff.html:62
6891 7556 #: rhodecode/templates/files/files_source.html:18
6892 7557 msgid "Source"
6893 7558 msgstr ""
6894 7559
6895 7560 #: rhodecode/templates/compare/compare_diff.html:53
6896 7561 msgid "Swap"
6897 7562 msgstr ""
6898 7563
6899 7564 #: rhodecode/templates/compare/compare_diff.html:245
6900 7565 msgid "Compare commits, branches, bookmarks or tags."
6901 7566 msgstr ""
6902 7567
6903 7568 #: rhodecode/templates/data_table/_dt_elements.html:49
6904 7569 msgid "Mercurial repository"
6905 7570 msgstr ""
6906 7571
6907 7572 #: rhodecode/templates/data_table/_dt_elements.html:51
6908 7573 msgid "Git repository"
6909 7574 msgstr ""
6910 7575
6911 7576 #: rhodecode/templates/data_table/_dt_elements.html:53
6912 7577 msgid "Subversion repository"
6913 7578 msgstr ""
6914 7579
6915 7580 #: rhodecode/templates/data_table/_dt_elements.html:60
6916 7581 msgid "Public repository"
6917 7582 msgstr ""
6918 7583
6919 7584 #: rhodecode/templates/data_table/_dt_elements.html:70
6920 7585 msgid "Repository creating in progress..."
6921 7586 msgstr ""
6922 7587
6923 7588 #: rhodecode/templates/data_table/_dt_elements.html:84
6924 7589 msgid "No commits yet"
6925 7590 msgstr ""
6926 7591
6927 7592 #: rhodecode/templates/data_table/_dt_elements.html:91
6928 7593 #: rhodecode/templates/data_table/_dt_elements.html:93
6929 7594 #, python-format
6930 7595 msgid "Subscribe to %s rss feed"
6931 7596 msgstr ""
6932 7597
6933 7598 #: rhodecode/templates/data_table/_dt_elements.html:99
6934 7599 #: rhodecode/templates/data_table/_dt_elements.html:101
6935 7600 #, python-format
6936 7601 msgid "Subscribe to %s atom feed"
6937 7602 msgstr ""
6938 7603
6939 #: rhodecode/templates/data_table/_dt_elements.html:127
7604 #: rhodecode/templates/data_table/_dt_elements.html:129
6940 7605 msgid "Creating"
6941 7606 msgstr ""
6942 7607
6943 #: rhodecode/templates/data_table/_dt_elements.html:129
7608 #: rhodecode/templates/data_table/_dt_elements.html:131
6944 7609 msgid "Created"
6945 7610 msgstr ""
6946 7611
6947 #: rhodecode/templates/data_table/_dt_elements.html:175
7612 #: rhodecode/templates/data_table/_dt_elements.html:177
6948 7613 #, python-format
6949 7614 msgid "Confirm to delete this group: %s with %s repository"
6950 7615 msgid_plural "Confirm to delete this group: %s with %s repositories"
6951 7616 msgstr[0] ""
6952 7617 msgstr[1] ""
6953 7618 msgstr[2] ""
6954 7619 msgstr[3] ""
6955 7620
6956 #: rhodecode/templates/data_table/_dt_elements.html:201
7621 #: rhodecode/templates/data_table/_dt_elements.html:203
6957 7622 #, python-format
6958 7623 msgid "Confirm to delete this user group: %s"
6959 7624 msgstr ""
6960 7625
6961 #: rhodecode/templates/data_table/_dt_elements.html:218
7626 #: rhodecode/templates/data_table/_dt_elements.html:220
6962 7627 msgid "User group"
6963 7628 msgstr ""
6964 7629
6965 #: rhodecode/templates/data_table/_dt_elements.html:262
7630 #: rhodecode/templates/data_table/_dt_elements.html:264
6966 7631 #: rhodecode/templates/forks/fork.html:81
6967 7632 msgid "Private"
6968 7633 msgstr ""
6969 7634
6970 #: rhodecode/templates/data_table/_dt_elements.html:287
7635 #: rhodecode/templates/data_table/_dt_elements.html:289
6971 7636 #, python-format
6972 7637 msgid "Pull request #%(pr_number)s"
6973 7638 msgstr ""
6974 7639
6975 7640 #: rhodecode/templates/debug_style/buttons.html:131
6976 7641 msgid "Confirm to remove this field: Field"
6977 7642 msgstr ""
6978 7643
6979 7644 #: rhodecode/templates/debug_style/form-elements.html:107
6980 7645 msgid "Default"
6981 7646 msgstr ""
6982 7647
6983 7648 #: rhodecode/templates/debug_style/form-elements.html:535
6984 7649 #: rhodecode/templates/debug_style/form-elements.html:585
6985 7650 #: rhodecode/templates/debug_style/forms.html:250
6986 7651 msgid "Available members"
6987 7652 msgstr ""
6988 7653
6989 7654 #: rhodecode/templates/debug_style/forms.html:119
6990 7655 msgid "Some text..."
6991 7656 msgstr ""
6992 7657
6993 7658 #: rhodecode/templates/debug_style/forms.html:122
6994 7659 #: rhodecode/templates/debug_style/forms.html:255
6995 7660 msgid "Variable Item"
6996 7661 msgstr ""
6997 7662
6998 7663 #: rhodecode/templates/debug_style/forms.html:252
6999 7664 msgid "Some example text..."
7000 7665 msgstr ""
7001 7666
7002 7667 #: rhodecode/templates/debug_style/index.html:5
7003 7668 msgid "Debug Style"
7004 7669 msgstr ""
7005 7670
7006 7671 #: rhodecode/templates/debug_style/index.html:54
7007 7672 msgid "Index"
7008 7673 msgstr ""
7009 7674
7010 7675 #: rhodecode/templates/debug_style/index.html:55
7011 7676 msgid "Typography"
7012 7677 msgstr ""
7013 7678
7014 7679 #: rhodecode/templates/debug_style/index.html:56
7015 7680 msgid "Forms"
7016 7681 msgstr ""
7017 7682
7018 7683 #: rhodecode/templates/debug_style/index.html:57
7019 7684 msgid "Buttons"
7020 7685 msgstr ""
7021 7686
7022 7687 #: rhodecode/templates/debug_style/index.html:58
7023 7688 msgid "Labels"
7024 7689 msgstr ""
7025 7690
7026 7691 #: rhodecode/templates/debug_style/index.html:59
7027 7692 msgid "Tables"
7028 7693 msgstr ""
7029 7694
7030 7695 #: rhodecode/templates/debug_style/index.html:60
7031 7696 msgid "Tables wide"
7032 7697 msgstr ""
7033 7698
7034 7699 #: rhodecode/templates/debug_style/index.html:61
7035 7700 msgid "Collapsable Content"
7036 7701 msgstr ""
7037 7702
7038 7703 #: rhodecode/templates/debug_style/index.html:63
7039 7704 msgid "Layout form with sidebar"
7040 7705 msgstr ""
7041 7706
7042 7707 #: rhodecode/templates/debug_style/index.html:64
7043 7708 msgid "Login"
7044 7709 msgstr ""
7045 7710
7046 7711 #: rhodecode/templates/debug_style/index.html:65
7047 7712 msgid "Login 2"
7048 7713 msgstr ""
7049 7714
7050 7715 #: rhodecode/templates/debug_style/index.html:66
7051 7716 msgid "Code blocks"
7052 7717 msgstr ""
7053 7718
7054 7719 #: rhodecode/templates/debug_style/index.html:69
7055 7720 msgid "Panels"
7056 7721 msgstr ""
7057 7722
7058 7723 #: rhodecode/templates/debug_style/index.html:72
7059 7724 msgid "Form elements"
7060 7725 msgstr ""
7061 7726
7062 7727 #: rhodecode/templates/debug_style/index.html:73
7063 7728 msgid "Form elements small"
7064 7729 msgstr ""
7065 7730
7066 7731 #: rhodecode/templates/debug_style/index.html:74
7067 7732 msgid "Form inline elements"
7068 7733 msgstr ""
7069 7734
7070 7735 #: rhodecode/templates/debug_style/index.html:75
7071 7736 msgid "Form vertical"
7072 7737 msgstr ""
7073 7738
7074 #: rhodecode/templates/email_templates/base.mako:16
7739 #: rhodecode/templates/email_templates/base.mako:7
7075 7740 #, python-format
7076 7741 msgid "This is a notification from RhodeCode. %(instance_url)s"
7077 7742 msgstr ""
7078 7743
7079 #: rhodecode/templates/email_templates/commit_comment.mako:5
7080 #: rhodecode/templates/email_templates/pull_request_comment.mako:5
7744 #: rhodecode/templates/email_templates/base.mako:90
7745 msgid "RhodeCode"
7746 msgstr ""
7747
7748 #: rhodecode/templates/email_templates/commit_comment.mako:16
7749 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
7081 7750 msgid "[mention]"
7082 7751 msgstr ""
7083 7752
7084 #: rhodecode/templates/email_templates/commit_comment.mako:5
7085 #, python-format
7086 msgid "%(user)s commented on commit of %(repo_name)s"
7087 msgstr ""
7088
7089 #: rhodecode/templates/email_templates/commit_comment.mako:14
7090 #: rhodecode/templates/email_templates/commit_comment.mako:41
7091 #: rhodecode/templates/email_templates/pull_request_comment.mako:15
7092 #: rhodecode/templates/email_templates/pull_request_comment.mako:51
7093 msgid "Comment link"
7753 #: rhodecode/templates/email_templates/commit_comment.mako:19
7754 #, python-format
7755 msgid ""
7756 "%(user)s commented on commit `%(commit_id)s` (file: `%(comment_file)s`)"
7094 7757 msgstr ""
7095 7758
7096 7759 #: rhodecode/templates/email_templates/commit_comment.mako:19
7760 #: rhodecode/templates/email_templates/commit_comment.mako:22
7761 #: rhodecode/templates/email_templates/commit_comment.mako:24
7762 #, python-format
7763 msgid "in the %(repo_name)s repository"
7764 msgstr ""
7765
7766 #: rhodecode/templates/email_templates/commit_comment.mako:22
7767 #, python-format
7768 msgid "%(user)s commented on commit `%(commit_id)s` (status: %(status)s)"
7769 msgstr ""
7770
7771 #: rhodecode/templates/email_templates/commit_comment.mako:24
7772 #: rhodecode/templates/email_templates/commit_comment.mako:78
7773 #, python-format
7774 msgid "%(user)s commented on commit `%(commit_id)s`"
7775 msgstr ""
7776
7097 7777 #: rhodecode/templates/email_templates/commit_comment.mako:43
7098 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
7099 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
7778 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
7779 msgid "Comment link"
7780 msgstr ""
7781
7782 #: rhodecode/templates/email_templates/commit_comment.mako:48
7783 #: rhodecode/templates/email_templates/pull_request_comment.mako:48
7100 7784 #, python-format
7101 7785 msgid "File: %(comment_file)s on line %(comment_line)s"
7102 7786 msgstr ""
7103 7787
7104 #: rhodecode/templates/email_templates/commit_comment.mako:28
7105 #: rhodecode/templates/email_templates/commit_comment.mako:56
7788 #: rhodecode/templates/email_templates/commit_comment.mako:54
7106 7789 msgid "Commit status was changed to"
7107 7790 msgstr ""
7108 7791
7109 #: rhodecode/templates/email_templates/commit_comment.mako:35
7110 #, python-format
7111 msgid "%(user)s commented on a file in commit of %(repo_url)s."
7112 msgstr ""
7113
7114 #: rhodecode/templates/email_templates/commit_comment.mako:37
7115 #, python-format
7116 msgid "%(user)s commented on a commit of %(repo_url)s."
7117 msgstr ""
7118
7119 #: rhodecode/templates/email_templates/commit_comment.mako:47
7120 #: rhodecode/templates/files/files_detail.html:5
7121 #: rhodecode/templates/files/files_detail.html:12
7122 msgid "Commit Description"
7123 msgstr ""
7124
7125 #: rhodecode/templates/email_templates/pull_request_comment.mako:5
7126 #, python-format
7127 msgid "%(user)s commented on pull request #%(pr_id)s: \"%(pr_title)s\""
7128 msgstr ""
7129
7130 #: rhodecode/templates/email_templates/pull_request_comment.mako:17
7131 #: rhodecode/templates/email_templates/pull_request_comment.mako:52
7792 #: rhodecode/templates/email_templates/commit_comment.mako:76
7793 #, python-format
7794 msgid "%(user)s commented on commit `%(commit_id)s` (file:`%(comment_file)s`)"
7795 msgstr ""
7796
7797 #: rhodecode/templates/email_templates/commit_comment.mako:76
7798 #: rhodecode/templates/email_templates/commit_comment.mako:78
7799 #, python-format
7800 msgid "in the %(repo)s repository"
7801 msgstr ""
7802
7803 #: rhodecode/templates/email_templates/commit_comment.mako:85
7804 msgid "Status"
7805 msgstr ""
7806
7807 #: rhodecode/templates/email_templates/commit_comment.mako:85
7808 msgid "The commit status was changed to"
7809 msgstr ""
7810
7811 #: rhodecode/templates/email_templates/commit_comment.mako:87
7812 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
7813 #, python-format
7814 msgid "Comment on line: %(comment_line)s"
7815 msgstr ""
7816
7817 #: rhodecode/templates/email_templates/password_reset.mako:30
7818 msgid "Generate new password here"
7819 msgstr ""
7820
7821 #: rhodecode/templates/email_templates/pull_request_comment.mako:20
7822 #, python-format
7823 msgid ""
7824 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
7825 "`%(comment_file)s`)"
7826 msgstr ""
7827
7828 #: rhodecode/templates/email_templates/pull_request_comment.mako:23
7829 #, python-format
7830 msgid ""
7831 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
7832 "%(status)s)"
7833 msgstr ""
7834
7835 #: rhodecode/templates/email_templates/pull_request_comment.mako:25
7836 #: rhodecode/templates/email_templates/pull_request_comment.mako:82
7837 #, python-format
7838 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
7839 msgstr ""
7840
7841 #: rhodecode/templates/email_templates/pull_request_comment.mako:45
7132 7842 msgid "Source repository"
7133 7843 msgstr ""
7134 7844
7135 #: rhodecode/templates/email_templates/pull_request_comment.mako:29
7136 #: rhodecode/templates/email_templates/pull_request_comment.mako:63
7137 msgid "Pull request status was changed to"
7138 msgstr ""
7139
7140 #: rhodecode/templates/email_templates/pull_request_comment.mako:31
7141 #: rhodecode/templates/email_templates/pull_request_comment.mako:65
7142 msgid "Pull request was closed with status"
7143 msgstr ""
7144
7145 #: rhodecode/templates/email_templates/pull_request_comment.mako:37
7146 #, python-format
7147 msgid "%(user)s commented on a file on pull request #%(pr_id)s: \"%(pr_title)s\"."
7148 msgstr ""
7149
7150 #: rhodecode/templates/email_templates/pull_request_comment.mako:43
7151 #, python-format
7152 msgid "%(user)s commented on a pull request #%(pr_id)s \"%(pr_title)s\"."
7845 #: rhodecode/templates/email_templates/pull_request_comment.mako:54
7846 #, python-format
7847 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
7848 msgstr ""
7849
7850 #: rhodecode/templates/email_templates/pull_request_comment.mako:56
7851 #, python-format
7852 msgid ""
7853 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
7854 msgstr ""
7855
7856 #: rhodecode/templates/email_templates/pull_request_comment.mako:80
7857 #, python-format
7858 msgid ""
7859 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
7860 "(file:`%(comment_file)s`)"
7861 msgstr ""
7862
7863 #: rhodecode/templates/email_templates/pull_request_comment.mako:86
7864 #, python-format
7865 msgid "submitted pull request status: %(status)s"
7866 msgstr ""
7867
7868 #: rhodecode/templates/email_templates/pull_request_comment.mako:88
7869 #, python-format
7870 msgid "submitted pull request status: %(status)s and closed"
7153 7871 msgstr ""
7154 7872
7155 7873 #: rhodecode/templates/email_templates/pull_request_review.mako:5
7156 7874 #, python-format
7157 7875 msgid "%(user)s wants you to review pull request #%(pr_url)s: \"%(pr_title)s\""
7158 7876 msgstr ""
7159 7877
7160 7878 #: rhodecode/templates/email_templates/pull_request_review.mako:17
7161 #: rhodecode/templates/email_templates/pull_request_review.mako:54
7162 7879 #, python-format
7163 7880 msgid ""
7164 7881 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
7165 7882 "into %(target_ref_type)s:%(target_ref_name)s"
7166 7883 msgstr ""
7167 7884
7168 7885 #: rhodecode/templates/email_templates/pull_request_review.mako:26
7169 #: rhodecode/templates/email_templates/pull_request_review.mako:63
7170 7886 msgid "Link"
7171 7887 msgstr ""
7172 7888
7173 7889 #: rhodecode/templates/email_templates/pull_request_review.mako:35
7174 #: rhodecode/templates/email_templates/pull_request_review.mako:72
7175 7890 #, python-format
7176 7891 msgid "Commit (%(num)s)"
7177 7892 msgid_plural "Commits (%(num)s)"
7178 7893 msgstr[0] ""
7179 7894 msgstr[1] ""
7180 7895 msgstr[2] ""
7181 7896 msgstr[3] ""
7182 7897
7183 7898 #: rhodecode/templates/email_templates/pull_request_review.mako:47
7184 7899 #, python-format
7185 7900 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
7186 7901 msgstr ""
7187 7902
7903 #: rhodecode/templates/email_templates/pull_request_review.mako:49
7904 #, python-format
7905 msgid "%(source_ref_type)s of %(source_repo_url)s"
7906 msgstr ""
7907
7908 #: rhodecode/templates/email_templates/pull_request_review.mako:50
7909 #, python-format
7910 msgid "%(target_ref_type)s of %(target_repo_url)s"
7911 msgstr ""
7912
7913 #: rhodecode/templates/email_templates/pull_request_review.mako:52
7914 #: rhodecode/templates/summary/components.html:95
7915 #: rhodecode/templates/summary/components.html:98
7916 #, python-format
7917 msgid "%(num)s Commit"
7918 msgid_plural "%(num)s Commits"
7919 msgstr[0] ""
7920 msgstr[1] ""
7921 msgstr[2] ""
7922 msgstr[3] ""
7923
7188 7924 #: rhodecode/templates/email_templates/test.mako:5
7189 7925 msgid "hello \"world\""
7190 7926 msgstr ""
7191 7927
7192 7928 #: rhodecode/templates/email_templates/test.mako:21
7193 7929 msgid "Translation"
7194 7930 msgstr ""
7195 7931
7932 #: rhodecode/templates/email_templates/user_registration.mako:22
7933 #, python-format
7934 msgid "New user %(user)s has registered on %(date)s"
7935 msgstr ""
7936
7937 #: rhodecode/templates/email_templates/user_registration.mako:24
7938 msgid "Full Name"
7939 msgstr ""
7940
7941 #: rhodecode/templates/email_templates/user_registration.mako:26
7942 #: rhodecode/templates/users/user.html:29
7943 #: rhodecode/templates/users/user_profile.html:5
7944 msgid "Profile"
7945 msgstr ""
7946
7196 7947 #: rhodecode/templates/errors/error_document.html:39
7197 7948 #, python-format
7198 7949 msgid "You will be redirected to %s in %s seconds"
7199 7950 msgstr ""
7200 7951
7201 7952 #: rhodecode/templates/feed/atom_feed_entry.mako:3
7202 7953 #, python-format
7203 7954 msgid "%(user)s commited on %(date)s UTC"
7204 7955 msgstr ""
7205 7956
7206 7957 #: rhodecode/templates/feed/atom_feed_entry.mako:26
7207 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
7208 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
7958 #: rhodecode/templates/pullrequests/pullrequest_show.html:390
7959 #: rhodecode/templates/pullrequests/pullrequest_show.html:396
7209 7960 msgid "Commit was too big and was cut off..."
7210 7961 msgstr ""
7211 7962
7212 7963 #: rhodecode/templates/files/diff_2way.html:15
7213 7964 #, python-format
7214 7965 msgid "%s File side-by-side diff"
7215 7966 msgstr ""
7216 7967
7217 7968 #: rhodecode/templates/files/diff_2way.html:79
7218 7969 msgid "Enable editor mode"
7219 7970 msgstr ""
7220 7971
7221 7972 #: rhodecode/templates/files/diff_2way.html:80
7222 7973 msgid "Disable editor mode"
7223 7974 msgstr ""
7224 7975
7225 7976 #: rhodecode/templates/files/diff_2way.html:84
7226 7977 msgid "Previous change"
7227 7978 msgstr ""
7228 7979
7229 7980 #: rhodecode/templates/files/diff_2way.html:85
7230 7981 msgid "Next change"
7231 7982 msgstr ""
7232 7983
7233 7984 #: rhodecode/templates/files/diff_2way.html:100
7234 7985 msgid "mode"
7235 7986 msgstr ""
7236 7987
7237 7988 #: rhodecode/templates/files/file_authors_box.html:6
7238 7989 msgid "Last Author"
7239 7990 msgstr ""
7240 7991
7241 7992 #: rhodecode/templates/files/file_authors_box.html:8
7242 7993 #, python-format
7243 7994 msgid "File Author (%s)"
7244 7995 msgid_plural "File Authors (%s)"
7245 7996 msgstr[0] ""
7246 7997 msgstr[1] ""
7247 7998 msgstr[2] ""
7248 7999 msgstr[3] ""
7249 8000
7250 8001 #: rhodecode/templates/files/file_authors_box.html:11
7251 8002 msgid "Show All"
7252 8003 msgstr ""
7253 8004
7254 #: rhodecode/templates/files/file_authors_box.html:26
8005 #: rhodecode/templates/files/file_authors_box.html:25
7255 8006 msgid "last author"
7256 8007 msgstr ""
7257 8008
7258 8009 #: rhodecode/templates/files/file_diff.html:4
7259 8010 #, python-format
7260 8011 msgid "%s File Diff"
7261 8012 msgstr ""
7262 8013
7263 8014 #: rhodecode/templates/files/file_diff.html:37
7264 8015 msgid "for"
7265 8016 msgstr ""
7266 8017
7267 8018 #: rhodecode/templates/files/file_diff.html:53
7268 8019 msgid "No commits"
7269 8020 msgstr ""
7270 8021
7271 8022 #: rhodecode/templates/files/file_diff.html:81
7272 8023 msgid "Cannot diff binary files"
7273 8024 msgstr ""
7274 8025
7275 8026 #: rhodecode/templates/files/file_diff.html:83
7276 8027 msgid "File was not changed in this commit range"
7277 8028 msgstr ""
7278 8029
7279 8030 #: rhodecode/templates/files/file_tree_author_box.html:5
7280 8031 msgid "Commit Author"
7281 8032 msgstr ""
7282 8033
7283 8034 #: rhodecode/templates/files/files.html:4
7284 8035 #: rhodecode/templates/files/files_pjax.html:2
7285 8036 #, python-format
7286 8037 msgid "%s Files"
7287 8038 msgstr ""
7288 8039
7289 #: rhodecode/templates/files/files.html:143
8040 #: rhodecode/templates/files/files.html:131
7290 8041 msgid "Switch To Commit"
7291 8042 msgstr ""
7292 8043
7293 8044 #: rhodecode/templates/files/files_add.html:4
7294 8045 #, python-format
7295 8046 msgid "%s Files Add"
7296 8047 msgstr ""
7297 8048
7298 8049 #: rhodecode/templates/files/files_add.html:15
7299 8050 msgid "Add new file"
7300 8051 msgstr ""
7301 8052
7302 8053 #: rhodecode/templates/files/files_add.html:34
7303 8054 #: rhodecode/templates/files/files_delete.html:34
7304 8055 #: rhodecode/templates/files/files_edit.html:34
7305 8056 msgid "Path"
7306 8057 msgstr ""
7307 8058
7308 8059 #: rhodecode/templates/files/files_add.html:39
7309 8060 msgid "Specify Custom Path"
7310 8061 msgstr ""
7311 8062
7312 8063 #: rhodecode/templates/files/files_add.html:44
7313 8064 msgid "Remove Custom Path"
7314 8065 msgstr ""
7315 8066
7316 8067 #: rhodecode/templates/files/files_add.html:50
7317 8068 msgid "Filename"
7318 8069 msgstr ""
7319 8070
7320 8071 #: rhodecode/templates/files/files_add.html:54
7321 8072 #: rhodecode/templates/files/files_add.html:65
7322 8073 msgid "or"
7323 8074 msgstr ""
7324 8075
7325 8076 #: rhodecode/templates/files/files_add.html:54
7326 8077 msgid "Upload File"
7327 8078 msgstr ""
7328 8079
7329 8080 #: rhodecode/templates/files/files_add.html:59
7330 8081 msgid "Upload file"
7331 8082 msgstr ""
7332 8083
7333 8084 #: rhodecode/templates/files/files_add.html:63
7334 8085 msgid "No file selected"
7335 8086 msgstr ""
7336 8087
7337 8088 #: rhodecode/templates/files/files_add.html:65
7338 8089 msgid "Create New File"
7339 8090 msgstr ""
7340 8091
7341 8092 #: rhodecode/templates/files/files_add.html:75
7342 8093 #: rhodecode/templates/files/files_edit.html:79
7343 8094 msgid "line wraps"
7344 8095 msgstr ""
7345 8096
7346 8097 #: rhodecode/templates/files/files_add.html:76
7347 8098 #: rhodecode/templates/files/files_edit.html:80
7348 8099 msgid "on"
7349 8100 msgstr ""
7350 8101
7351 8102 #: rhodecode/templates/files/files_add.html:76
7352 8103 #: rhodecode/templates/files/files_edit.html:80
7353 8104 msgid "off"
7354 8105 msgstr ""
7355 8106
7356 8107 #: rhodecode/templates/files/files_add.html:103
7357 8108 #: rhodecode/templates/files/files_edit.html:106
7358 8109 msgid "Commit changes"
7359 8110 msgstr ""
7360 8111
7361 8112 #: rhodecode/templates/files/files_browser.html:9
7362 8113 msgid "Previous commit"
7363 8114 msgstr ""
7364 8115
7365 8116 #: rhodecode/templates/files/files_browser.html:13
7366 8117 msgid "Next commit"
7367 8118 msgstr ""
7368 8119
7369 8120 #: rhodecode/templates/files/files_browser.html:19
7370 8121 msgid "Search File List"
7371 8122 msgstr ""
7372 8123
7373 8124 #: rhodecode/templates/files/files_browser.html:22
7374 8125 msgid "Close File List"
7375 8126 msgstr ""
7376 8127
7377 8128 #: rhodecode/templates/files/files_browser.html:27
7378 8129 msgid "Add File"
7379 8130 msgstr ""
7380 8131
7381 8132 #: rhodecode/templates/files/files_browser.html:34
7382 8133 msgid "Loading file list..."
7383 8134 msgstr ""
7384 8135
7385 #: rhodecode/templates/files/files_browser.html:50
8136 #: rhodecode/templates/files/files_browser_tree.html:6
7386 8137 msgid "Size"
7387 8138 msgstr ""
7388 8139
7389 #: rhodecode/templates/files/files_browser.html:51
8140 #: rhodecode/templates/files/files_browser_tree.html:7
7390 8141 msgid "Modified"
7391 8142 msgstr ""
7392 8143
7393 #: rhodecode/templates/files/files_browser.html:52
8144 #: rhodecode/templates/files/files_browser_tree.html:8
7394 8145 msgid "Last Commit"
7395 8146 msgstr ""
7396 8147
7397 #: rhodecode/templates/files/files_browser.html:89
7398 msgid "Loading..."
7399 msgstr ""
7400
7401 8148 #: rhodecode/templates/files/files_delete.html:4
7402 8149 #, python-format
7403 8150 msgid "%s Files Delete"
7404 8151 msgstr ""
7405 8152
7406 8153 #: rhodecode/templates/files/files_delete.html:15
7407 8154 msgid "Delete file"
7408 8155 msgstr ""
7409 8156
7410 8157 #: rhodecode/templates/files/files_delete.html:45
7411 8158 #: rhodecode/templates/files/files_source.html:49
7412 8159 #, python-format
7413 8160 msgid "Binary file (%s)"
7414 8161 msgstr ""
7415 8162
7416 8163 #: rhodecode/templates/files/files_delete.html:50
7417 8164 #: rhodecode/templates/files/files_source.html:61
7418 8165 msgid "File is too big to display"
7419 8166 msgstr ""
7420 8167
7421 8168 #: rhodecode/templates/files/files_delete.html:70
7422 8169 msgid "Delete File"
7423 8170 msgstr ""
7424 8171
8172 #: rhodecode/templates/files/files_detail.html:5
8173 #: rhodecode/templates/files/files_detail.html:12
8174 msgid "Commit Description"
8175 msgstr ""
8176
7425 8177 #: rhodecode/templates/files/files_detail.html:35
7426 8178 msgid "File last commit"
7427 8179 msgstr ""
7428 8180
7429 8181 #: rhodecode/templates/files/files_detail.html:54
7430 8182 msgid "Diff to Commit"
7431 8183 msgstr ""
7432 8184
7433 8185 #: rhodecode/templates/files/files_detail.html:55
7434 8186 msgid "Show at Commit"
7435 8187 msgstr ""
7436 8188
7437 8189 #: rhodecode/templates/files/files_edit.html:4
7438 8190 #, python-format
7439 8191 msgid "%s File Edit"
7440 8192 msgstr ""
7441 8193
7442 8194 #: rhodecode/templates/files/files_edit.html:15
7443 8195 msgid "Edit file"
7444 8196 msgstr ""
7445 8197
7446 8198 #: rhodecode/templates/files/files_edit.html:55
7447 8199 msgid "history"
7448 8200 msgstr ""
7449 8201
7450 8202 #: rhodecode/templates/files/files_edit.html:61
7451 8203 msgid "source"
7452 8204 msgstr ""
7453 8205
7454 8206 #: rhodecode/templates/files/files_edit.html:63
7455 8207 #: rhodecode/templates/files/files_pjax.html:19
7456 8208 msgid "annotation"
7457 8209 msgstr ""
7458 8210
7459 8211 #: rhodecode/templates/files/files_edit.html:65
7460 8212 msgid "raw"
7461 8213 msgstr ""
7462 8214
7463 8215 #: rhodecode/templates/files/files_edit.html:67
7464 8216 msgid "download"
7465 8217 msgstr ""
7466 8218
7467 8219 #: rhodecode/templates/files/files_edit.html:74
7468 8220 msgid "Editing file"
7469 8221 msgstr ""
7470 8222
7471 8223 #: rhodecode/templates/files/files_pjax.html:17
7472 8224 msgid "Location"
7473 8225 msgstr ""
7474 8226
7475 8227 #: rhodecode/templates/files/files_source.html:6
7476 8228 #: rhodecode/templates/search/search_content.html:57
7477 8229 msgid "line"
7478 8230 msgid_plural "lines"
7479 8231 msgstr[0] ""
7480 8232 msgstr[1] ""
7481 8233 msgstr[2] ""
7482 8234 msgstr[3] ""
7483 8235
7484 8236 #: rhodecode/templates/files/files_source.html:12
7485 8237 msgid "History"
7486 8238 msgstr ""
7487 8239
7488 8240 #: rhodecode/templates/files/files_source.html:15
7489 8241 #: rhodecode/templates/search/search_content.html:68
7490 8242 msgid "Show Full History"
7491 8243 msgstr ""
7492 8244
7493 8245 #: rhodecode/templates/files/files_source.html:20
7494 8246 #: rhodecode/templates/search/search_content.html:70
7495 8247 msgid "Annotation"
7496 8248 msgstr ""
7497 8249
7498 8250 #: rhodecode/templates/files/files_source.html:22
7499 8251 #: rhodecode/templates/search/search_content.html:71
7500 8252 msgid "Raw"
7501 8253 msgstr ""
7502 8254
7503 8255 #: rhodecode/templates/files/files_source.html:24
7504 8256 #: rhodecode/templates/search/search_content.html:73
7505 8257 msgid "Download"
7506 8258 msgstr ""
7507 8259
7508 8260 #: rhodecode/templates/files/files_source.html:31
7509 8261 #, python-format
7510 8262 msgid "Edit on Branch:%s"
7511 8263 msgstr ""
7512 8264
7513 8265 #: rhodecode/templates/files/files_source.html:36
7514 8266 msgid "Editing binary files not allowed"
7515 8267 msgstr ""
7516 8268
7517 8269 #: rhodecode/templates/files/files_source.html:39
7518 8270 msgid "Editing files allowed only when on branch head commit"
7519 8271 msgstr ""
7520 8272
7521 8273 #: rhodecode/templates/files/files_source.html:40
7522 8274 msgid "Deleting files allowed only when on branch head commit"
7523 8275 msgstr ""
7524 8276
7525 8277 #: rhodecode/templates/followers/followers.html:5
7526 8278 #: rhodecode/templates/followers/followers.html:27
7527 8279 #, python-format
7528 8280 msgid "%s Followers"
7529 8281 msgstr ""
7530 8282
7531 8283 #: rhodecode/templates/followers/followers.html:12
7532 8284 msgid "Followers"
7533 8285 msgstr ""
7534 8286
7535 8287 #: rhodecode/templates/followers/followers_data.html:5
7536 8288 msgid "Follower Name"
7537 8289 msgstr ""
7538 8290
7539 8291 #: rhodecode/templates/followers/followers_data.html:6
7540 8292 msgid "Following Since"
7541 8293 msgstr ""
7542 8294
7543 8295 #: rhodecode/templates/forks/fork.html:5
7544 8296 #, python-format
7545 8297 msgid "Fork repository %s"
7546 8298 msgstr ""
7547 8299
7548 8300 #: rhodecode/templates/forks/fork.html:12
7549 8301 msgid "New Fork"
7550 8302 msgstr ""
7551 8303
7552 8304 #: rhodecode/templates/forks/fork.html:37
7553 8305 msgid "Fork name"
7554 8306 msgstr ""
7555 8307
7556 8308 #: rhodecode/templates/forks/fork.html:91
7557 8309 msgid "Copy permissions"
7558 8310 msgstr ""
7559 8311
7560 8312 #: rhodecode/templates/forks/fork.html:95
7561 8313 msgid "Copy permissions from forked repository"
7562 8314 msgstr ""
7563 8315
7564 8316 #: rhodecode/templates/forks/fork.html:100
7565 8317 msgid "Fork this Repository"
7566 8318 msgstr ""
7567 8319
7568 8320 #: rhodecode/templates/forks/forks.html:5
7569 8321 #, python-format
7570 8322 msgid "%s Forks"
7571 8323 msgstr ""
7572 8324
7573 8325 #: rhodecode/templates/forks/forks.html:12
7574 8326 msgid "Forks"
7575 8327 msgstr ""
7576 8328
7577 8329 #: rhodecode/templates/forks/forks.html:32
7578 8330 msgid "Create new fork"
7579 8331 msgstr ""
7580 8332
7581 8333 #: rhodecode/templates/forks/forks_data.html:10
7582 8334 msgid "Forked"
7583 8335 msgstr ""
7584 8336
7585 #: rhodecode/templates/forks/forks_data.html:48
8337 #: rhodecode/templates/forks/forks_data.html:46
7586 8338 msgid "There are no forks yet"
7587 8339 msgstr ""
7588 8340
7589 8341 #: rhodecode/templates/journal/journal.html:13
7590 8342 msgid "Filter"
7591 8343 msgstr ""
7592 8344
7593 8345 #: rhodecode/templates/journal/journal.html:23
7594 8346 msgid "ATOM journal feed"
7595 8347 msgstr ""
7596 8348
7597 8349 #: rhodecode/templates/journal/journal.html:24
7598 8350 msgid "RSS journal feed"
7599 8351 msgstr ""
7600 8352
7601 #: rhodecode/templates/journal/journal_data.html:53
8353 #: rhodecode/templates/journal/journal_data.html:51
7602 8354 msgid "No entries yet"
7603 8355 msgstr ""
7604 8356
7605 8357 #: rhodecode/templates/journal/public_journal.html:4
7606 8358 #: rhodecode/templates/journal/public_journal.html:24
7607 8359 msgid "Public Journal"
7608 8360 msgstr ""
7609 8361
7610 8362 #: rhodecode/templates/journal/public_journal.html:16
7611 8363 msgid "ATOM public journal feed"
7612 8364 msgstr ""
7613 8365
7614 8366 #: rhodecode/templates/journal/public_journal.html:17
7615 8367 msgid "RSS public journal feed"
7616 8368 msgstr ""
7617 8369
7618 8370 #: rhodecode/templates/pullrequests/pullrequest.html:4
7619 8371 #: rhodecode/templates/pullrequests/pullrequest.html:8
7620 8372 msgid "New pull request"
7621 8373 msgstr ""
7622 8374
7623 8375 #: rhodecode/templates/pullrequests/pullrequest.html:52
7624 8376 msgid "Write a short description on this pull request"
7625 8377 msgstr ""
7626 8378
7627 8379 #: rhodecode/templates/pullrequests/pullrequest.html:59
7628 8380 msgid "Commit flow"
7629 8381 msgstr ""
7630 8382
7631 8383 #: rhodecode/templates/pullrequests/pullrequest.html:67
7632 8384 msgid "Origin repository"
7633 8385 msgstr ""
7634 8386
7635 8387 #: rhodecode/templates/pullrequests/pullrequest.html:85
7636 8388 msgid "Loading refs..."
7637 8389 msgstr ""
7638 8390
7639 8391 #: rhodecode/templates/pullrequests/pullrequest.html:96
7640 8392 msgid "Submit Pull Request"
7641 8393 msgstr ""
7642 8394
7643 8395 #: rhodecode/templates/pullrequests/pullrequest.html:109
7644 8396 #: rhodecode/templates/pullrequests/pullrequest_show.html:182
7645 8397 msgid "Pull request reviewers"
7646 8398 msgstr ""
7647 8399
7648 8400 #: rhodecode/templates/pullrequests/pullrequest.html:117
7649 8401 #: rhodecode/templates/pullrequests/pullrequest_show.html:215
7650 8402 msgid "Add reviewer"
7651 8403 msgstr ""
7652 8404
7653 8405 #: rhodecode/templates/pullrequests/pullrequest.html:279
7654 8406 #: rhodecode/templates/pullrequests/pullrequest.html:521
7655 8407 msgid "Please select origin and destination"
7656 8408 msgstr ""
7657 8409
7658 8410 #: rhodecode/templates/pullrequests/pullrequest.html:285
7659 8411 msgid "Loading compare ..."
7660 8412 msgstr ""
7661 8413
7662 8414 #: rhodecode/templates/pullrequests/pullrequest.html:332
7663 8415 #: rhodecode/templates/pullrequests/pullrequest.html:334
7664 8416 msgid "This pull request will consist of __COMMITS__ commit."
7665 8417 msgid_plural "This pull request will consist of __COMMITS__ commits."
7666 8418 msgstr[0] ""
7667 8419 msgstr[1] ""
7668 8420 msgstr[2] ""
7669 8421 msgstr[3] ""
7670 8422
7671 8423 #: rhodecode/templates/pullrequests/pullrequest.html:337
7672 8424 msgid "Show detailed compare."
7673 8425 msgstr ""
7674 8426
7675 8427 #: rhodecode/templates/pullrequests/pullrequest.html:344
7676 8428 msgid "There are no commits to merge."
7677 8429 msgstr ""
7678 8430
7679 8431 #: rhodecode/templates/pullrequests/pullrequest.html:451
7680 8432 msgid "Destination repository"
7681 8433 msgstr ""
7682 8434
7683 8435 #: rhodecode/templates/pullrequests/pullrequest.html:462
7684 8436 msgid "Select commit reference"
7685 8437 msgstr ""
7686 8438
7687 8439 #: rhodecode/templates/pullrequests/pullrequest_show.html:4
7688 8440 #, python-format
7689 8441 msgid "%s Pull Request #%s"
7690 8442 msgstr ""
7691 8443
7692 8444 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
7693 8445 msgid "From"
7694 8446 msgstr ""
7695 8447
7696 8448 #: rhodecode/templates/pullrequests/pullrequest_show.html:51
7697 8449 #: rhodecode/templates/pullrequests/pullrequest_show.html:185
7698 8450 msgid "Close"
7699 8451 msgstr ""
7700 8452
7701 8453 #: rhodecode/templates/pullrequests/pullrequest_show.html:58
7702 8454 msgid "Origin"
7703 8455 msgstr ""
7704 8456
7705 8457 #: rhodecode/templates/pullrequests/pullrequest_show.html:105
7706 8458 msgid "Review"
7707 8459 msgstr ""
7708 8460
7709 8461 #: rhodecode/templates/pullrequests/pullrequest_show.html:116
7710 8462 #, python-format
7711 8463 msgid "calculated based on %s reviewer vote"
7712 8464 msgid_plural "calculated based on %s reviewers votes"
7713 8465 msgstr[0] ""
7714 8466 msgstr[1] ""
7715 8467 msgstr[2] ""
7716 8468 msgstr[3] ""
7717 8469
7718 8470 #: rhodecode/templates/pullrequests/pullrequest_show.html:139
7719 8471 #: rhodecode/templates/pullrequests/pullrequest_show.html:141
7720 8472 #, python-format
7721 8473 msgid "%d Pull request comment"
7722 8474 msgid_plural "%d Pull request comments"
7723 8475 msgstr[0] ""
7724 8476 msgstr[1] ""
7725 8477 msgstr[2] ""
7726 8478 msgstr[3] ""
7727 8479
7728 8480 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
7729 8481 #, python-format
7730 8482 msgid "%d Outdated Comment"
7731 8483 msgid_plural "%d Outdated Comments"
7732 8484 msgstr[0] ""
7733 8485 msgstr[1] ""
7734 8486 msgstr[2] ""
7735 8487 msgstr[3] ""
7736 8488
7737 8489 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
7738 8490 msgid "(Show)"
7739 8491 msgstr ""
7740 8492
7741 8493 #: rhodecode/templates/pullrequests/pullrequest_show.html:160
7742 8494 #: rhodecode/templates/pullrequests/pullrequest_show.html:219
7743 8495 msgid "Save Changes"
7744 8496 msgstr ""
7745 8497
7746 8498 #: rhodecode/templates/pullrequests/pullrequest_show.html:199
7747 8499 msgid "reviewer"
7748 8500 msgstr ""
7749 8501
7750 8502 #: rhodecode/templates/pullrequests/pullrequest_show.html:236
7751 8503 msgid "Missing requirements:"
7752 8504 msgstr ""
7753 8505
7754 8506 #: rhodecode/templates/pullrequests/pullrequest_show.html:237
7755 8507 msgid ""
7756 8508 "These commits cannot be displayed, because this repository uses the "
7757 8509 "Mercurial largefiles extension, which was not enabled."
7758 8510 msgstr ""
7759 8511
7760 8512 #: rhodecode/templates/pullrequests/pullrequest_show.html:245
7761 8513 msgid "Missing commits"
7762 8514 msgstr ""
7763 8515
7764 8516 #: rhodecode/templates/pullrequests/pullrequest_show.html:246
7765 8517 msgid ""
7766 8518 "This pull request cannot be displayed, because one or more commits no longer"
7767 8519 " exist in the source repository."
7768 8520 msgstr ""
7769 8521
7770 8522 #: rhodecode/templates/pullrequests/pullrequest_show.html:247
7771 8523 msgid ""
7772 8524 "Please update this pull request, push the commits back into the source "
7773 8525 "repository, or consider closing this pull request."
7774 8526 msgstr ""
7775 8527
7776 8528 #: rhodecode/templates/pullrequests/pullrequest_show.html:254
7777 8529 msgid "Update commits"
7778 8530 msgstr ""
7779 8531
7780 8532 #: rhodecode/templates/pullrequests/pullrequest_show.html:257
7781 8533 #, python-format
7782 8534 msgid "Compare View: %s commit"
7783 8535 msgid_plural "Compare View: %s commits"
7784 8536 msgstr[0] ""
7785 8537 msgstr[1] ""
7786 8538 msgstr[2] ""
7787 8539 msgstr[3] ""
7788 8540
7789 #: rhodecode/templates/pullrequests/pullrequest_show.html:330
7790 #: rhodecode/templates/pullrequests/pullrequest_show.html:365
8541 #: rhodecode/templates/pullrequests/pullrequest_show.html:334
8542 #: rhodecode/templates/pullrequests/pullrequest_show.html:369
7791 8543 msgid "Outdated Inline Comments"
7792 8544 msgstr ""
7793 8545
7794 #: rhodecode/templates/pullrequests/pullrequest_show.html:386
7795 #: rhodecode/templates/pullrequests/pullrequest_show.html:392
8546 #: rhodecode/templates/pullrequests/pullrequest_show.html:390
8547 #: rhodecode/templates/pullrequests/pullrequest_show.html:396
7796 8548 msgid "Showing a huge diff might take some time and resources"
7797 8549 msgstr ""
7798 8550
7799 8551 #: rhodecode/templates/pullrequests/pullrequests.html:4
7800 8552 #, python-format
7801 8553 msgid "%s Pull Requests"
7802 8554 msgstr ""
7803 8555
7804 8556 #: rhodecode/templates/pullrequests/pullrequests.html:34
7805 8557 msgid "Open new Pull Request"
7806 8558 msgstr ""
7807 8559
7808 8560 #: rhodecode/templates/pullrequests/pullrequests.html:48
7809 8561 msgid "Opened"
7810 8562 msgstr ""
7811 8563
7812 8564 #: rhodecode/templates/pullrequests/pullrequests.html:49
7813 8565 msgid "Opened by me"
7814 8566 msgstr ""
7815 8567
7816 8568 #: rhodecode/templates/pullrequests/pullrequests.html:50
7817 8569 msgid "Awaiting review"
7818 8570 msgstr ""
7819 8571
7820 8572 #: rhodecode/templates/pullrequests/pullrequests.html:51
7821 8573 msgid "Awaiting my review"
7822 8574 msgstr ""
7823 8575
7824 8576 #: rhodecode/templates/pullrequests/pullrequests.html:53
7825 8577 msgid "From this repo"
7826 8578 msgstr ""
7827 8579
7828 8580 #: rhodecode/templates/pullrequests/pullrequests.html:62
7829 8581 #, python-format
7830 8582 msgid "Pull Requests from %(repo_name)s repository"
7831 8583 msgstr ""
7832 8584
7833 8585 #: rhodecode/templates/pullrequests/pullrequests.html:64
7834 8586 #, python-format
7835 8587 msgid "Closed Pull Requests to repository %(repo_name)s"
7836 8588 msgstr ""
7837 8589
7838 8590 #: rhodecode/templates/pullrequests/pullrequests.html:66
7839 8591 #, python-format
7840 8592 msgid "Pull Requests to %(repo_name)s repository opened by me"
7841 8593 msgstr ""
7842 8594
7843 8595 #: rhodecode/templates/pullrequests/pullrequests.html:68
7844 8596 #, python-format
7845 8597 msgid "Pull Requests to %(repo_name)s repository awaiting review"
7846 8598 msgstr ""
7847 8599
7848 8600 #: rhodecode/templates/pullrequests/pullrequests.html:70
7849 8601 #, python-format
7850 8602 msgid "Pull Requests to %(repo_name)s repository awaiting my review"
7851 8603 msgstr ""
7852 8604
7853 8605 #: rhodecode/templates/pullrequests/pullrequests.html:72
7854 8606 #, python-format
7855 8607 msgid "Pull Requests to %(repo_name)s repository"
7856 8608 msgstr ""
7857 8609
7858 8610 #: rhodecode/templates/search/search.html:6
7859 8611 #: rhodecode/templates/search/search.html:17
7860 8612 #, python-format
7861 8613 msgid "Search inside repository %(repo_name)s"
7862 8614 msgstr ""
7863 8615
7864 8616 #: rhodecode/templates/search/search.html:8
7865 8617 #: rhodecode/templates/search/search.html:19
7866 8618 msgid "Search inside all accessible repositories"
7867 8619 msgstr ""
7868 8620
7869 8621 #: rhodecode/templates/search/search.html:60
7870 8622 msgid "Search item"
7871 8623 msgstr ""
7872 8624
7873 8625 #: rhodecode/templates/search/search.html:63
7874 8626 msgid "File contents"
7875 8627 msgstr ""
7876 8628
7877 8629 #: rhodecode/templates/search/search.html:63
7878 8630 msgid "Commit messages"
7879 8631 msgstr ""
7880 8632
7881 8633 #: rhodecode/templates/search/search.html:63
7882 8634 msgid "File names"
7883 8635 msgstr ""
7884 8636
7885 8637 #: rhodecode/templates/search/search_commit.html:11
7886 8638 msgid "Age (new first)"
7887 8639 msgstr ""
7888 8640
7889 8641 #: rhodecode/templates/search/search_commit.html:13
7890 8642 msgid "Age (old first)"
7891 8643 msgstr ""
7892 8644
7893 8645 #: rhodecode/templates/search/search_content.html:33
7894 8646 msgid "more matches in this file"
7895 8647 msgstr ""
7896 8648
7897 8649 #: rhodecode/templates/search/search_path.html:4
7898 8650 msgid "File"
7899 8651 msgstr ""
7900 8652
7901 8653 #: rhodecode/templates/summary/base.html:5
7902 8654 #, python-format
7903 8655 msgid "%s Summary"
7904 8656 msgstr ""
7905 8657
7906 8658 #: rhodecode/templates/summary/base.html:13
7907 8659 #, python-format
7908 8660 msgid "%s ATOM feed"
7909 8661 msgstr ""
7910 8662
7911 8663 #: rhodecode/templates/summary/base.html:14
7912 8664 #, python-format
7913 8665 msgid "%s RSS feed"
7914 8666 msgstr ""
7915 8667
7916 8668 #: rhodecode/templates/summary/components.html:5
7917 8669 #, python-format
7918 8670 msgid "%(num)s Branch"
7919 8671 msgid_plural "%(num)s Branches"
7920 8672 msgstr[0] ""
7921 8673 msgstr[1] ""
7922 8674 msgstr[2] ""
7923 8675 msgstr[3] ""
7924 8676
7925 8677 #: rhodecode/templates/summary/components.html:12
7926 8678 #, python-format
7927 8679 msgid "%(num)s Closed Branch"
7928 8680 msgid_plural "%(num)s Closed Branches"
7929 8681 msgstr[0] ""
7930 8682 msgstr[1] ""
7931 8683 msgstr[2] ""
7932 8684 msgstr[3] ""
7933 8685
7934 8686 #: rhodecode/templates/summary/components.html:19
7935 8687 #, python-format
7936 8688 msgid "%(num)s Tag"
7937 8689 msgid_plural "%(num)s Tags"
7938 8690 msgstr[0] ""
7939 8691 msgstr[1] ""
7940 8692 msgstr[2] ""
7941 8693 msgstr[3] ""
7942 8694
7943 8695 #: rhodecode/templates/summary/components.html:26
7944 8696 #, python-format
7945 8697 msgid "%(num)s Bookmark"
7946 8698 msgid_plural "%(num)s Bookmarks"
7947 8699 msgstr[0] ""
7948 8700 msgstr[1] ""
7949 8701 msgstr[2] ""
7950 8702 msgstr[3] ""
7951 8703
7952 8704 #: rhodecode/templates/summary/components.html:49
7953 8705 msgid "Read-only url"
7954 8706 msgstr ""
7955 8707
7956 8708 #: rhodecode/templates/summary/components.html:54
7957 8709 #: rhodecode/templates/summary/components.html:65
7958 8710 msgid "Show by Name"
7959 8711 msgstr ""
7960 8712
7961 8713 #: rhodecode/templates/summary/components.html:55
7962 8714 #: rhodecode/templates/summary/components.html:66
7963 8715 msgid "Show by ID"
7964 8716 msgstr ""
7965 8717
7966 8718 #: rhodecode/templates/summary/components.html:56
7967 8719 msgid "SVN Protocol is disabled. To enable it, see the"
7968 8720 msgstr ""
7969 8721
7970 8722 #: rhodecode/templates/summary/components.html:56
7971 8723 msgid "documentation here"
7972 8724 msgstr ""
7973 8725
7974 8726 #: rhodecode/templates/summary/components.html:60
7975 8727 msgid "Clone url"
7976 8728 msgstr ""
7977 8729
7978 8730 #: rhodecode/templates/summary/components.html:86
7979 8731 msgid "Information"
7980 8732 msgstr ""
7981 8733
7982 #: rhodecode/templates/summary/components.html:95
7983 #: rhodecode/templates/summary/components.html:98
7984 #, python-format
7985 msgid "%(num)s Commit"
7986 msgid_plural "%(num)s Commits"
7987 msgstr[0] ""
7988 msgstr[1] ""
7989 msgstr[2] ""
7990 msgstr[3] ""
7991
7992 8734 #: rhodecode/templates/summary/components.html:102
7993 8735 msgid "Number of Repository Forks"
7994 8736 msgstr ""
7995 8737
7996 8738 #: rhodecode/templates/summary/components.html:110
7997 8739 msgid "Calculating Repository Size..."
7998 8740 msgstr ""
7999 8741
8000 8742 #: rhodecode/templates/summary/components.html:141
8001 8743 msgid "Calculating Code Statistics..."
8002 8744 msgstr ""
8003 8745
8004 8746 #: rhodecode/templates/summary/components.html:145
8005 8747 msgid "Statistics are disabled for this repository"
8006 8748 msgstr ""
8007 8749
8008 8750 #: rhodecode/templates/summary/components.html:148
8009 8751 msgid "enable statistics"
8010 8752 msgstr ""
8011 8753
8012 8754 #: rhodecode/templates/summary/components.html:159
8013 8755 msgid "Downloads"
8014 8756 msgstr ""
8015 8757
8016 8758 #: rhodecode/templates/summary/components.html:165
8017 8759 msgid "There are no downloads yet"
8018 8760 msgstr ""
8019 8761
8020 8762 #: rhodecode/templates/summary/components.html:169
8021 8763 msgid "Downloads are disabled for this repository"
8022 8764 msgstr ""
8023 8765
8024 8766 #: rhodecode/templates/summary/components.html:172
8025 8767 msgid "enable downloads"
8026 8768 msgstr ""
8027 8769
8028 8770 #: rhodecode/templates/summary/summary.html:17
8029 8771 #: rhodecode/templates/summary/summary.html:19
8030 8772 msgid "RSS Feed"
8031 8773 msgstr ""
8032 8774
8033 8775 #: rhodecode/templates/summary/summary.html:35
8034 8776 msgid "Quick start"
8035 8777 msgstr ""
8036 8778
8037 8779 #: rhodecode/templates/summary/summary.html:48
8038 8780 #, python-format
8039 8781 msgid "Readme file from commit %s:%s"
8040 8782 msgstr ""
8041 8783
8042 8784 #: rhodecode/templates/tags/tags.html:5
8043 8785 #, python-format
8044 8786 msgid "%s Tags"
8045 8787 msgstr ""
8046 8788
8047 8789 #: rhodecode/templates/tags/tags.html:13
8048 8790 msgid "tags"
8049 8791 msgstr ""
8050 8792
8051 8793 #: rhodecode/templates/tags/tags.html:31
8052 8794 msgid "Compare Selected Tags"
8053 8795 msgstr ""
8054 8796
8055 #: rhodecode/templates/users/user.html:29
8056 #: rhodecode/templates/users/user_profile.html:5
8057 msgid "Profile"
8058 msgstr ""
8059
8060 8797 #: rhodecode/templates/users/user_profile.html:35
8061 8798 msgid "First name"
8062 8799 msgstr ""
8063 8800
8064 8801 #: rhodecode/templates/users/user_profile.html:43
8065 8802 msgid "Last name"
8066 8803 msgstr ""
8067 8804
8068 8805 #: rhodecode/tests/lib/test_ext_json.py:162
8069 8806 msgid "hello"
8070 8807 msgstr ""
8071 8808
8072 8809 #: rhodecode/tests/lib/test_ext_json.py:163
8073 8810 msgid "singular"
8074 8811 msgid_plural "plural"
8075 8812 msgstr[0] ""
8076 8813 msgstr[1] ""
8077 8814 msgstr[2] ""
8078 8815 msgstr[3] ""
1 NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
General Comments 0
You need to be logged in to leave comments. Login now