##// END OF EJS Templates
updated translations templates
marcink -
r1086:b25a9f13 beta
parent child Browse files
Show More
This diff has been collapsed as it changes many lines, (589 lines changed) Show them Hide them
@@ -1,53 +1,618 b''
1 # English translations for rhodecode.
1 # English translations for rhodecode.
2 # Copyright (C) 2010 ORGANIZATION
2 # Copyright (C) 2010 ORGANIZATION
3 # This file is distributed under the same license as the rhodecode project.
3 # This file is distributed under the same license as the rhodecode project.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5 #
5 #
6 msgid ""
6 msgid ""
7 msgstr ""
7 msgstr ""
8 "Project-Id-Version: rhodecode 0.1\n"
8 "Project-Id-Version: rhodecode 0.1\n"
9 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
9 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10 "POT-Creation-Date: 2010-02-06 22:54+0100\n"
10 "POT-Creation-Date: 2010-02-06 22:54+0100\n"
11 "PO-Revision-Date: 2010-02-06 23:16+0100\n"
11 "PO-Revision-Date: 2011-02-25 19:13+0100\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: en <LL@li.org>\n"
13 "Language-Team: en <LL@li.org>\n"
14 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
14 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
15 "MIME-Version: 1.0\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=utf-8\n"
16 "Content-Type: text/plain; charset=utf-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Generated-By: Babel 0.9.4\n"
18 "Generated-By: Babel 0.9.5\n"
19
19
20 #: rhodecode/controllers/error.py:34
20 #: rhodecode/controllers/changeset.py:104
21 #: rhodecode/controllers/changeset.py:129
22 #: rhodecode/controllers/changeset.py:179
23 #: rhodecode/controllers/changeset.py:191
24 msgid "binary file"
25 msgstr ""
26
27 #: rhodecode/controllers/changeset.py:112
28 #: rhodecode/controllers/changeset.py:138
29 msgid "Changeset is to big and was cut off, see raw changeset instead"
30 msgstr ""
31
32 #: rhodecode/controllers/error.py:71
21 msgid "Home page"
33 msgid "Home page"
22 msgstr ""
34 msgstr ""
23
35
24 #: rhodecode/controllers/error.py:55
36 #: rhodecode/controllers/error.py:101
25 msgid "The request could not be understood by the server due to malformed syntax."
37 msgid "The request could not be understood by the server due to malformed syntax."
26 msgstr ""
38 msgstr ""
27
39
28 #: rhodecode/controllers/error.py:57
40 #: rhodecode/controllers/error.py:103
29 msgid "Unathorized access to resource"
41 msgid "Unauthorized access to resource"
30 msgstr ""
42 msgstr ""
31
43
32 #: rhodecode/controllers/error.py:59
44 #: rhodecode/controllers/error.py:105
33 msgid "You don't have permission to view this page"
45 msgid "You don't have permission to view this page"
34 msgstr ""
46 msgstr ""
35
47
36 #: rhodecode/controllers/error.py:61
48 #: rhodecode/controllers/error.py:107
37 msgid "The resource could not be found"
49 msgid "The resource could not be found"
38 msgstr ""
50 msgstr ""
39
51
40 #: rhodecode/controllers/error.py:63
52 #: rhodecode/controllers/error.py:109
41 msgid ""
53 msgid ""
42 "The server encountered an unexpected condition which prevented it from "
54 "The server encountered an unexpected condition which prevented it from "
43 "fulfilling the request."
55 "fulfilling the request."
44 msgstr ""
56 msgstr ""
45
57
46 #: rhodecode/model/forms.py:29
58 #: rhodecode/controllers/feed.py:48
59 #, python-format
60 msgid "Changes on %s repository"
61 msgstr ""
62
63 #: rhodecode/controllers/files.py:67 rhodecode/controllers/files.py:120
64 msgid "There are no files yet"
65 msgstr ""
66
67 #: rhodecode/controllers/files.py:186
68 msgid "downloads disabled"
69 msgstr ""
70
71 #: rhodecode/controllers/files.py:191
72 #, python-format
73 msgid "Unknown revision %s"
74 msgstr ""
75
76 #: rhodecode/controllers/files.py:193
77 msgid "Empty repository"
78 msgstr ""
79
80 #: rhodecode/controllers/files.py:195
81 msgid "Unknown archive type"
82 msgstr ""
83
84 #: rhodecode/controllers/files.py:248 rhodecode/controllers/files.py:257
85 msgid "Diff is to big to display"
86 msgstr ""
87
88 #: rhodecode/controllers/files.py:250 rhodecode/controllers/files.py:259
89 msgid "Binary file"
90 msgstr ""
91
92 #: rhodecode/controllers/files.py:272
93 msgid "Changesets"
94 msgstr ""
95
96 #: rhodecode/controllers/files.py:273 rhodecode/controllers/summary.py:157
97 msgid "Branches"
98 msgstr ""
99
100 #: rhodecode/controllers/files.py:274 rhodecode/controllers/summary.py:158
101 msgid "Tags"
102 msgstr ""
103
104 #: rhodecode/controllers/login.py:112
105 msgid "You have successfully registered into rhodecode"
106 msgstr ""
107
108 #: rhodecode/controllers/login.py:134
109 msgid "Your new password was sent"
110 msgstr ""
111
112 #: rhodecode/controllers/search.py:110
113 msgid "Invalid search query. Try quoting it."
114 msgstr ""
115
116 #: rhodecode/controllers/search.py:115
117 msgid "There is no index to search in. Please run whoosh indexer"
118 msgstr ""
119
120 #: rhodecode/controllers/settings.py:62 rhodecode/controllers/settings.py:171
121 #, python-format
122 msgid ""
123 "%s repository is not mapped to db perhaps it was created or renamed from "
124 "the file system please run the application again in order to rescan "
125 "repositories"
126 msgstr ""
127
128 #: rhodecode/controllers/settings.py:109
129 #: rhodecode/controllers/admin/repos.py:146
130 #, python-format
131 msgid "Repository %s updated successfully"
132 msgstr ""
133
134 #: rhodecode/controllers/settings.py:126
135 #: rhodecode/controllers/admin/repos.py:187
136 #, python-format
137 msgid "error occurred during update of repository %s"
138 msgstr ""
139
140 #: rhodecode/controllers/settings.py:145
141 #: rhodecode/controllers/admin/repos.py:206
142 #, python-format
143 msgid ""
144 "%s repository is not mapped to db perhaps it was moved or renamed from "
145 "the filesystem please run the application again in order to rescan "
146 "repositories"
147 msgstr ""
148
149 #: rhodecode/controllers/settings.py:157
150 #: rhodecode/controllers/admin/repos.py:218
151 #, python-format
152 msgid "deleted repository %s"
153 msgstr ""
154
155 #: rhodecode/controllers/settings.py:159
156 #: rhodecode/controllers/admin/repos.py:222
157 #, python-format
158 msgid "An error occurred during deletion of %s"
159 msgstr ""
160
161 #: rhodecode/controllers/settings.py:193
162 #, python-format
163 msgid "forked %s repository as %s"
164 msgstr ""
165
166 #: rhodecode/controllers/summary.py:117
167 msgid "No data loaded yet"
168 msgstr ""
169
170 #: rhodecode/controllers/summary.py:120
171 msgid "Statistics are disabled for this repository"
172 msgstr ""
173
174 #: rhodecode/controllers/admin/ldap_settings.py:51
175 msgid "BASE"
176 msgstr ""
177
178 #: rhodecode/controllers/admin/ldap_settings.py:52
179 msgid "ONELEVEL"
180 msgstr ""
181
182 #: rhodecode/controllers/admin/ldap_settings.py:53
183 msgid "SUBTREE"
184 msgstr ""
185
186 #: rhodecode/controllers/admin/ldap_settings.py:57
187 msgid "NEVER"
188 msgstr ""
189
190 #: rhodecode/controllers/admin/ldap_settings.py:58
191 msgid "ALLOW"
192 msgstr ""
193
194 #: rhodecode/controllers/admin/ldap_settings.py:59
195 msgid "TRY"
196 msgstr ""
197
198 #: rhodecode/controllers/admin/ldap_settings.py:60
199 msgid "DEMAND"
200 msgstr ""
201
202 #: rhodecode/controllers/admin/ldap_settings.py:61
203 msgid "HARD"
204 msgstr ""
205
206 #: rhodecode/controllers/admin/ldap_settings.py:103
207 msgid "Ldap settings updated successfully"
208 msgstr ""
209
210 #: rhodecode/controllers/admin/ldap_settings.py:108
211 msgid "Unable to activate ldap. The \"python-ldap\" library is missing."
212 msgstr ""
213
214 #: rhodecode/controllers/admin/ldap_settings.py:124
215 msgid "error occurred during update of ldap settings"
216 msgstr ""
217
218 #: rhodecode/controllers/admin/permissions.py:59
219 msgid "None"
220 msgstr ""
221
222 #: rhodecode/controllers/admin/permissions.py:60
223 msgid "Read"
224 msgstr ""
225
226 #: rhodecode/controllers/admin/permissions.py:61
227 msgid "Write"
228 msgstr ""
229
230 #: rhodecode/controllers/admin/permissions.py:62
231 msgid "Admin"
232 msgstr ""
233
234 #: rhodecode/controllers/admin/permissions.py:65
235 msgid "disabled"
236 msgstr ""
237
238 #: rhodecode/controllers/admin/permissions.py:67
239 msgid "allowed with manual account activation"
240 msgstr ""
241
242 #: rhodecode/controllers/admin/permissions.py:69
243 msgid "allowed with automatic account activation"
244 msgstr ""
245
246 #: rhodecode/controllers/admin/permissions.py:71
247 msgid "Disabled"
248 msgstr ""
249
250 #: rhodecode/controllers/admin/permissions.py:72
251 msgid "Enabled"
252 msgstr ""
253
254 #: rhodecode/controllers/admin/permissions.py:106
255 msgid "Default permissions updated successfully"
256 msgstr ""
257
258 #: rhodecode/controllers/admin/permissions.py:123
259 msgid "error occurred during update of permissions"
260 msgstr ""
261
262 #: rhodecode/controllers/admin/repos.py:86
263 #, python-format
264 msgid "created repository %s"
265 msgstr ""
266
267 #: rhodecode/controllers/admin/repos.py:113
268 #, python-format
269 msgid "error occurred during creation of repository %s"
270 msgstr ""
271
272 #: rhodecode/controllers/admin/repos.py:239
273 msgid "An error occurred during deletion of repository user"
274 msgstr ""
275
276 #: rhodecode/controllers/admin/repos.py:254
277 msgid "An error occurred during deletion of repository users groups"
278 msgstr ""
279
280 #: rhodecode/controllers/admin/repos.py:271
281 msgid "An error occurred during deletion of repository stats"
282 msgstr ""
283
284 #: rhodecode/controllers/admin/repos.py:286
285 msgid "An error occurred during cache invalidation"
286 msgstr ""
287
288 #: rhodecode/controllers/admin/repos.py:306
289 msgid "Updated repository visibility in public journal"
290 msgstr ""
291
292 #: rhodecode/controllers/admin/repos.py:309
293 msgid "An error occurred during setting this repository in public journal"
294 msgstr ""
295
296 #: rhodecode/controllers/admin/repos.py:314 rhodecode/model/forms.py:54
47 msgid "Token mismatch"
297 msgid "Token mismatch"
48 msgstr ""
298 msgstr ""
49
299
50 #: rhodecode/model/forms.py:52
300 #: rhodecode/controllers/admin/repos.py:334
51 msgid "Account number is invalid, it must be 26 digits"
301 #, python-format
302 msgid ""
303 "%s repository is not mapped to db perhaps it was created or renamed from "
304 "the filesystem please run the application again in order to rescan "
305 "repositories"
306 msgstr ""
307
308 #: rhodecode/controllers/admin/settings.py:113
309 #, python-format
310 msgid "Repositories successfully rescanned added: %s,removed: %s"
311 msgstr ""
312
313 #: rhodecode/controllers/admin/settings.py:122
314 msgid "Whoosh reindex task scheduled"
315 msgstr ""
316
317 #: rhodecode/controllers/admin/settings.py:147
318 msgid "Updated application settings"
319 msgstr ""
320
321 #: rhodecode/controllers/admin/settings.py:152
322 #: rhodecode/controllers/admin/settings.py:213
323 msgid "error occurred during updating application settings"
324 msgstr ""
325
326 #: rhodecode/controllers/admin/settings.py:208
327 msgid "Updated mercurial settings"
328 msgstr ""
329
330 #: rhodecode/controllers/admin/settings.py:265
331 msgid "You can't edit this user since it's crucial for entire application"
332 msgstr ""
333
334 #: rhodecode/controllers/admin/settings.py:293
335 msgid "Your account was updated successfully"
336 msgstr ""
337
338 #: rhodecode/controllers/admin/settings.py:313
339 #: rhodecode/controllers/admin/users.py:128
340 #, python-format
341 msgid "error occurred during update of user %s"
342 msgstr ""
343
344 #: rhodecode/controllers/admin/users.py:79
345 #, python-format
346 msgid "created user %s"
347 msgstr ""
348
349 #: rhodecode/controllers/admin/users.py:91
350 #, python-format
351 msgid "error occurred during creation of user %s"
352 msgstr ""
353
354 #: rhodecode/controllers/admin/users.py:117
355 msgid "User updated succesfully"
356 msgstr ""
357
358 #: rhodecode/controllers/admin/users.py:144
359 msgid "successfully deleted user"
360 msgstr ""
361
362 #: rhodecode/controllers/admin/users.py:148
363 msgid "An error occurred during deletion of user"
364 msgstr ""
365
366 #: rhodecode/controllers/admin/users.py:164
367 msgid "You can't edit this user"
368 msgstr ""
369
370 #: rhodecode/controllers/admin/users_groups.py:78
371 #, python-format
372 msgid "created users group %s"
373 msgstr ""
374
375 #: rhodecode/controllers/admin/users_groups.py:90
376 #, python-format
377 msgid "error occurred during creation of users group %s"
378 msgstr ""
379
380 #: rhodecode/controllers/admin/users_groups.py:125
381 #, python-format
382 msgid "updated users group %s"
383 msgstr ""
384
385 #: rhodecode/controllers/admin/users_groups.py:137
386 #, python-format
387 msgid "error occurred during update of users group %s"
388 msgstr ""
389
390 #: rhodecode/controllers/admin/users_groups.py:155
391 msgid "successfully deleted users group"
392 msgstr ""
393
394 #: rhodecode/controllers/admin/users_groups.py:157
395 msgid "An error occurred during deletion of users group"
396 msgstr ""
397
398 #: rhodecode/lib/auth.py:390
399 msgid "You need to be a registered user to perform this action"
400 msgstr ""
401
402 #: rhodecode/lib/helpers.py:394
403 msgid "ago"
404 msgstr ""
405
406 #: rhodecode/lib/helpers.py:397
407 msgid "just now"
408 msgstr ""
409
410 #: rhodecode/lib/helpers.py:416
411 msgid "True"
412 msgstr ""
413
414 #: rhodecode/lib/helpers.py:420
415 msgid "False"
416 msgstr ""
417
418 #: rhodecode/lib/helpers.py:461
419 #, python-format
420 msgid "Show all combined changesets %s->%s"
421 msgstr ""
422
423 #: rhodecode/lib/helpers.py:465
424 msgid "compare view"
425 msgstr ""
426
427 #: rhodecode/lib/helpers.py:473
428 msgid "and"
429 msgstr ""
430
431 #: rhodecode/lib/helpers.py:473
432 #, python-format
433 msgid "%s more"
434 msgstr ""
435
436 #: rhodecode/lib/helpers.py:475
437 msgid "revisions"
438 msgstr ""
439
440 #: rhodecode/lib/helpers.py:489
441 msgid "fork name "
442 msgstr ""
443
444 #: rhodecode/lib/helpers.py:492
445 msgid "[deleted] repository"
446 msgstr ""
447
448 #: rhodecode/lib/helpers.py:493 rhodecode/lib/helpers.py:497
449 msgid "[created] repository"
450 msgstr ""
451
452 #: rhodecode/lib/helpers.py:494 rhodecode/lib/helpers.py:498
453 msgid "[forked] repository"
454 msgstr ""
455
456 #: rhodecode/lib/helpers.py:495 rhodecode/lib/helpers.py:499
457 msgid "[updated] repository"
52 msgstr ""
458 msgstr ""
53
459
460 #: rhodecode/lib/helpers.py:496
461 msgid "[delete] repository"
462 msgstr ""
463
464 #: rhodecode/lib/helpers.py:500
465 msgid "[pushed] into"
466 msgstr ""
467
468 #: rhodecode/lib/helpers.py:501
469 msgid "[pulled] from"
470 msgstr ""
471
472 #: rhodecode/lib/helpers.py:502
473 msgid "[started following] repository"
474 msgstr ""
475
476 #: rhodecode/lib/helpers.py:503
477 msgid "[stopped following] repository"
478 msgstr ""
479
480 #: rhodecode/lib/helpers.py:590
481 #, python-format
482 msgid " and %s more"
483 msgstr ""
484
485 #: rhodecode/lib/helpers.py:593
486 msgid "No Files"
487 msgstr ""
488
489 #: rhodecode/model/forms.py:67
490 msgid "Invalid username"
491 msgstr ""
492
493 #: rhodecode/model/forms.py:76
494 msgid "This username already exists"
495 msgstr ""
496
497 #: rhodecode/model/forms.py:81
498 msgid ""
499 "Username may only contain alphanumeric characters underscores, periods or"
500 " dashes and must begin with alphanumeric character"
501 msgstr ""
502
503 #: rhodecode/model/forms.py:99
504 msgid "Invalid group name"
505 msgstr ""
506
507 #: rhodecode/model/forms.py:109
508 msgid "This users group already exists"
509 msgstr ""
510
511 #: rhodecode/model/forms.py:114
512 msgid ""
513 "Group name may only contain alphanumeric characters underscores, periods "
514 "or dashes and must begin with alphanumeric character"
515 msgstr ""
516
517 #: rhodecode/model/forms.py:134 rhodecode/model/forms.py:142
518 #: rhodecode/model/forms.py:150
519 msgid "Invalid characters in password"
520 msgstr ""
521
522 #: rhodecode/model/forms.py:161
523 msgid "Password do not match"
524 msgstr ""
525
526 #: rhodecode/model/forms.py:166
527 msgid "invalid password"
528 msgstr ""
529
530 #: rhodecode/model/forms.py:167
531 msgid "invalid user name"
532 msgstr ""
533
534 #: rhodecode/model/forms.py:168
535 msgid "Your account is disabled"
536 msgstr ""
537
538 #: rhodecode/model/forms.py:205
539 msgid "This username is not valid"
540 msgstr ""
541
542 #: rhodecode/model/forms.py:218
543 msgid "This repository name is disallowed"
544 msgstr ""
545
546 #: rhodecode/model/forms.py:222
547 msgid "This repository already exists"
548 msgstr ""
549
550 #: rhodecode/model/forms.py:234
551 msgid "Fork have to be the same type as original"
552 msgstr ""
553
554 #: rhodecode/model/forms.py:240
555 msgid "This username or users group name is not valid"
556 msgstr ""
557
558 #: rhodecode/model/forms.py:303
559 msgid "This is not a valid path"
560 msgstr ""
561
562 #: rhodecode/model/forms.py:317
563 msgid "This e-mail address is already taken"
564 msgstr ""
565
566 #: rhodecode/model/forms.py:333
567 msgid "This e-mail address doesn't exist."
568 msgstr ""
569
570 #: rhodecode/model/forms.py:355
571 msgid ""
572 "The LDAP Login attribute of the CN must be specified - this is the name "
573 "of the attribute that is equivalent to 'username'"
574 msgstr ""
575
576 #: rhodecode/model/forms.py:374
577 msgid "Please enter a login"
578 msgstr ""
579
580 #: rhodecode/model/forms.py:375
581 #, python-format
582 msgid "Enter a value %(min)i characters long or more"
583 msgstr ""
584
585 #: rhodecode/model/forms.py:383
586 msgid "Please enter a password"
587 msgstr ""
588
589 #: rhodecode/model/forms.py:384
590 #, python-format
591 msgid "Enter %(min)i characters or more"
592 msgstr ""
593
594 #: rhodecode/model/user.py:128
595 msgid "[RhodeCode] New User registration"
596 msgstr ""
597
598 #: rhodecode/model/user.py:140 rhodecode/model/user.py:161
599 msgid "You can't Edit this user since it's crucial for entire application"
600 msgstr ""
601
602 #: rhodecode/model/user.py:182
603 msgid "You can't remove this user since it's crucial for entire application"
604 msgstr ""
605
606 #: rhodecode/model/user.py:185
607 #, python-format
608 msgid ""
609 "This user still owns %s repositories and cannot be removed. Switch owners"
610 " or remove those repositories"
611 msgstr ""
612
613 #~ msgid "Unathorized access to resource"
614 #~ msgstr ""
615
616 #~ msgid "Account number is invalid, it must be 26 digits"
617 #~ msgstr ""
618
This diff has been collapsed as it changes many lines, (589 lines changed) Show them Hide them
@@ -1,54 +1,619 b''
1 # Polish translations for rhodecode.
1 # Polish translations for rhodecode.
2 # Copyright (C) 2010 ORGANIZATION
2 # Copyright (C) 2010 ORGANIZATION
3 # This file is distributed under the same license as the rhodecode project.
3 # This file is distributed under the same license as the rhodecode project.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5 #
5 #
6 msgid ""
6 msgid ""
7 msgstr ""
7 msgstr ""
8 "Project-Id-Version: rhodecode 0.1\n"
8 "Project-Id-Version: rhodecode 0.1\n"
9 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
9 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10 "POT-Creation-Date: 2010-02-06 22:54+0100\n"
10 "POT-Creation-Date: 2010-02-06 22:54+0100\n"
11 "PO-Revision-Date: 2010-02-06 22:54+0100\n"
11 "PO-Revision-Date: 2011-02-25 19:13+0100\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: pl <LL@li.org>\n"
13 "Language-Team: pl <LL@li.org>\n"
14 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
14 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
15 "(n%100<10 || n%100>=20) ? 1 : 2)\n"
15 "(n%100<10 || n%100>=20) ? 1 : 2)\n"
16 "MIME-Version: 1.0\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=utf-8\n"
17 "Content-Type: text/plain; charset=utf-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Generated-By: Babel 0.9.4\n"
19 "Generated-By: Babel 0.9.5\n"
20
20
21 #: rhodecode/controllers/error.py:34
21 #: rhodecode/controllers/changeset.py:104
22 #: rhodecode/controllers/changeset.py:129
23 #: rhodecode/controllers/changeset.py:179
24 #: rhodecode/controllers/changeset.py:191
25 msgid "binary file"
26 msgstr ""
27
28 #: rhodecode/controllers/changeset.py:112
29 #: rhodecode/controllers/changeset.py:138
30 msgid "Changeset is to big and was cut off, see raw changeset instead"
31 msgstr ""
32
33 #: rhodecode/controllers/error.py:71
22 msgid "Home page"
34 msgid "Home page"
23 msgstr ""
35 msgstr ""
24
36
25 #: rhodecode/controllers/error.py:55
37 #: rhodecode/controllers/error.py:101
26 msgid "The request could not be understood by the server due to malformed syntax."
38 msgid "The request could not be understood by the server due to malformed syntax."
27 msgstr ""
39 msgstr ""
28
40
29 #: rhodecode/controllers/error.py:57
41 #: rhodecode/controllers/error.py:103
30 msgid "Unathorized access to resource"
42 msgid "Unauthorized access to resource"
31 msgstr ""
43 msgstr ""
32
44
33 #: rhodecode/controllers/error.py:59
45 #: rhodecode/controllers/error.py:105
34 msgid "You don't have permission to view this page"
46 msgid "You don't have permission to view this page"
35 msgstr ""
47 msgstr ""
36
48
37 #: rhodecode/controllers/error.py:61
49 #: rhodecode/controllers/error.py:107
38 msgid "The resource could not be found"
50 msgid "The resource could not be found"
39 msgstr ""
51 msgstr ""
40
52
41 #: rhodecode/controllers/error.py:63
53 #: rhodecode/controllers/error.py:109
42 msgid ""
54 msgid ""
43 "The server encountered an unexpected condition which prevented it from "
55 "The server encountered an unexpected condition which prevented it from "
44 "fulfilling the request."
56 "fulfilling the request."
45 msgstr ""
57 msgstr ""
46
58
47 #: rhodecode/model/forms.py:29
59 #: rhodecode/controllers/feed.py:48
60 #, python-format
61 msgid "Changes on %s repository"
62 msgstr ""
63
64 #: rhodecode/controllers/files.py:67 rhodecode/controllers/files.py:120
65 msgid "There are no files yet"
66 msgstr ""
67
68 #: rhodecode/controllers/files.py:186
69 msgid "downloads disabled"
70 msgstr ""
71
72 #: rhodecode/controllers/files.py:191
73 #, python-format
74 msgid "Unknown revision %s"
75 msgstr ""
76
77 #: rhodecode/controllers/files.py:193
78 msgid "Empty repository"
79 msgstr ""
80
81 #: rhodecode/controllers/files.py:195
82 msgid "Unknown archive type"
83 msgstr ""
84
85 #: rhodecode/controllers/files.py:248 rhodecode/controllers/files.py:257
86 msgid "Diff is to big to display"
87 msgstr ""
88
89 #: rhodecode/controllers/files.py:250 rhodecode/controllers/files.py:259
90 msgid "Binary file"
91 msgstr ""
92
93 #: rhodecode/controllers/files.py:272
94 msgid "Changesets"
95 msgstr ""
96
97 #: rhodecode/controllers/files.py:273 rhodecode/controllers/summary.py:157
98 msgid "Branches"
99 msgstr ""
100
101 #: rhodecode/controllers/files.py:274 rhodecode/controllers/summary.py:158
102 msgid "Tags"
103 msgstr ""
104
105 #: rhodecode/controllers/login.py:112
106 msgid "You have successfully registered into rhodecode"
107 msgstr ""
108
109 #: rhodecode/controllers/login.py:134
110 msgid "Your new password was sent"
111 msgstr ""
112
113 #: rhodecode/controllers/search.py:110
114 msgid "Invalid search query. Try quoting it."
115 msgstr ""
116
117 #: rhodecode/controllers/search.py:115
118 msgid "There is no index to search in. Please run whoosh indexer"
119 msgstr ""
120
121 #: rhodecode/controllers/settings.py:62 rhodecode/controllers/settings.py:171
122 #, python-format
123 msgid ""
124 "%s repository is not mapped to db perhaps it was created or renamed from "
125 "the file system please run the application again in order to rescan "
126 "repositories"
127 msgstr ""
128
129 #: rhodecode/controllers/settings.py:109
130 #: rhodecode/controllers/admin/repos.py:146
131 #, python-format
132 msgid "Repository %s updated successfully"
133 msgstr ""
134
135 #: rhodecode/controllers/settings.py:126
136 #: rhodecode/controllers/admin/repos.py:187
137 #, python-format
138 msgid "error occurred during update of repository %s"
139 msgstr ""
140
141 #: rhodecode/controllers/settings.py:145
142 #: rhodecode/controllers/admin/repos.py:206
143 #, python-format
144 msgid ""
145 "%s repository is not mapped to db perhaps it was moved or renamed from "
146 "the filesystem please run the application again in order to rescan "
147 "repositories"
148 msgstr ""
149
150 #: rhodecode/controllers/settings.py:157
151 #: rhodecode/controllers/admin/repos.py:218
152 #, python-format
153 msgid "deleted repository %s"
154 msgstr ""
155
156 #: rhodecode/controllers/settings.py:159
157 #: rhodecode/controllers/admin/repos.py:222
158 #, python-format
159 msgid "An error occurred during deletion of %s"
160 msgstr ""
161
162 #: rhodecode/controllers/settings.py:193
163 #, python-format
164 msgid "forked %s repository as %s"
165 msgstr ""
166
167 #: rhodecode/controllers/summary.py:117
168 msgid "No data loaded yet"
169 msgstr ""
170
171 #: rhodecode/controllers/summary.py:120
172 msgid "Statistics are disabled for this repository"
173 msgstr ""
174
175 #: rhodecode/controllers/admin/ldap_settings.py:51
176 msgid "BASE"
177 msgstr ""
178
179 #: rhodecode/controllers/admin/ldap_settings.py:52
180 msgid "ONELEVEL"
181 msgstr ""
182
183 #: rhodecode/controllers/admin/ldap_settings.py:53
184 msgid "SUBTREE"
185 msgstr ""
186
187 #: rhodecode/controllers/admin/ldap_settings.py:57
188 msgid "NEVER"
189 msgstr ""
190
191 #: rhodecode/controllers/admin/ldap_settings.py:58
192 msgid "ALLOW"
193 msgstr ""
194
195 #: rhodecode/controllers/admin/ldap_settings.py:59
196 msgid "TRY"
197 msgstr ""
198
199 #: rhodecode/controllers/admin/ldap_settings.py:60
200 msgid "DEMAND"
201 msgstr ""
202
203 #: rhodecode/controllers/admin/ldap_settings.py:61
204 msgid "HARD"
205 msgstr ""
206
207 #: rhodecode/controllers/admin/ldap_settings.py:103
208 msgid "Ldap settings updated successfully"
209 msgstr ""
210
211 #: rhodecode/controllers/admin/ldap_settings.py:108
212 msgid "Unable to activate ldap. The \"python-ldap\" library is missing."
213 msgstr ""
214
215 #: rhodecode/controllers/admin/ldap_settings.py:124
216 msgid "error occurred during update of ldap settings"
217 msgstr ""
218
219 #: rhodecode/controllers/admin/permissions.py:59
220 msgid "None"
221 msgstr ""
222
223 #: rhodecode/controllers/admin/permissions.py:60
224 msgid "Read"
225 msgstr ""
226
227 #: rhodecode/controllers/admin/permissions.py:61
228 msgid "Write"
229 msgstr ""
230
231 #: rhodecode/controllers/admin/permissions.py:62
232 msgid "Admin"
233 msgstr ""
234
235 #: rhodecode/controllers/admin/permissions.py:65
236 msgid "disabled"
237 msgstr ""
238
239 #: rhodecode/controllers/admin/permissions.py:67
240 msgid "allowed with manual account activation"
241 msgstr ""
242
243 #: rhodecode/controllers/admin/permissions.py:69
244 msgid "allowed with automatic account activation"
245 msgstr ""
246
247 #: rhodecode/controllers/admin/permissions.py:71
248 msgid "Disabled"
249 msgstr ""
250
251 #: rhodecode/controllers/admin/permissions.py:72
252 msgid "Enabled"
253 msgstr ""
254
255 #: rhodecode/controllers/admin/permissions.py:106
256 msgid "Default permissions updated successfully"
257 msgstr ""
258
259 #: rhodecode/controllers/admin/permissions.py:123
260 msgid "error occurred during update of permissions"
261 msgstr ""
262
263 #: rhodecode/controllers/admin/repos.py:86
264 #, python-format
265 msgid "created repository %s"
266 msgstr ""
267
268 #: rhodecode/controllers/admin/repos.py:113
269 #, python-format
270 msgid "error occurred during creation of repository %s"
271 msgstr ""
272
273 #: rhodecode/controllers/admin/repos.py:239
274 msgid "An error occurred during deletion of repository user"
275 msgstr ""
276
277 #: rhodecode/controllers/admin/repos.py:254
278 msgid "An error occurred during deletion of repository users groups"
279 msgstr ""
280
281 #: rhodecode/controllers/admin/repos.py:271
282 msgid "An error occurred during deletion of repository stats"
283 msgstr ""
284
285 #: rhodecode/controllers/admin/repos.py:286
286 msgid "An error occurred during cache invalidation"
287 msgstr ""
288
289 #: rhodecode/controllers/admin/repos.py:306
290 msgid "Updated repository visibility in public journal"
291 msgstr ""
292
293 #: rhodecode/controllers/admin/repos.py:309
294 msgid "An error occurred during setting this repository in public journal"
295 msgstr ""
296
297 #: rhodecode/controllers/admin/repos.py:314 rhodecode/model/forms.py:54
48 msgid "Token mismatch"
298 msgid "Token mismatch"
49 msgstr ""
299 msgstr ""
50
300
51 #: rhodecode/model/forms.py:52
301 #: rhodecode/controllers/admin/repos.py:334
52 msgid "Account number is invalid, it must be 26 digits"
302 #, python-format
303 msgid ""
304 "%s repository is not mapped to db perhaps it was created or renamed from "
305 "the filesystem please run the application again in order to rescan "
306 "repositories"
307 msgstr ""
308
309 #: rhodecode/controllers/admin/settings.py:113
310 #, python-format
311 msgid "Repositories successfully rescanned added: %s,removed: %s"
312 msgstr ""
313
314 #: rhodecode/controllers/admin/settings.py:122
315 msgid "Whoosh reindex task scheduled"
316 msgstr ""
317
318 #: rhodecode/controllers/admin/settings.py:147
319 msgid "Updated application settings"
320 msgstr ""
321
322 #: rhodecode/controllers/admin/settings.py:152
323 #: rhodecode/controllers/admin/settings.py:213
324 msgid "error occurred during updating application settings"
325 msgstr ""
326
327 #: rhodecode/controllers/admin/settings.py:208
328 msgid "Updated mercurial settings"
329 msgstr ""
330
331 #: rhodecode/controllers/admin/settings.py:265
332 msgid "You can't edit this user since it's crucial for entire application"
333 msgstr ""
334
335 #: rhodecode/controllers/admin/settings.py:293
336 msgid "Your account was updated successfully"
337 msgstr ""
338
339 #: rhodecode/controllers/admin/settings.py:313
340 #: rhodecode/controllers/admin/users.py:128
341 #, python-format
342 msgid "error occurred during update of user %s"
343 msgstr ""
344
345 #: rhodecode/controllers/admin/users.py:79
346 #, python-format
347 msgid "created user %s"
348 msgstr ""
349
350 #: rhodecode/controllers/admin/users.py:91
351 #, python-format
352 msgid "error occurred during creation of user %s"
353 msgstr ""
354
355 #: rhodecode/controllers/admin/users.py:117
356 msgid "User updated succesfully"
357 msgstr ""
358
359 #: rhodecode/controllers/admin/users.py:144
360 msgid "successfully deleted user"
361 msgstr ""
362
363 #: rhodecode/controllers/admin/users.py:148
364 msgid "An error occurred during deletion of user"
365 msgstr ""
366
367 #: rhodecode/controllers/admin/users.py:164
368 msgid "You can't edit this user"
369 msgstr ""
370
371 #: rhodecode/controllers/admin/users_groups.py:78
372 #, python-format
373 msgid "created users group %s"
374 msgstr ""
375
376 #: rhodecode/controllers/admin/users_groups.py:90
377 #, python-format
378 msgid "error occurred during creation of users group %s"
379 msgstr ""
380
381 #: rhodecode/controllers/admin/users_groups.py:125
382 #, python-format
383 msgid "updated users group %s"
384 msgstr ""
385
386 #: rhodecode/controllers/admin/users_groups.py:137
387 #, python-format
388 msgid "error occurred during update of users group %s"
389 msgstr ""
390
391 #: rhodecode/controllers/admin/users_groups.py:155
392 msgid "successfully deleted users group"
393 msgstr ""
394
395 #: rhodecode/controllers/admin/users_groups.py:157
396 msgid "An error occurred during deletion of users group"
397 msgstr ""
398
399 #: rhodecode/lib/auth.py:390
400 msgid "You need to be a registered user to perform this action"
401 msgstr ""
402
403 #: rhodecode/lib/helpers.py:394
404 msgid "ago"
405 msgstr ""
406
407 #: rhodecode/lib/helpers.py:397
408 msgid "just now"
409 msgstr ""
410
411 #: rhodecode/lib/helpers.py:416
412 msgid "True"
413 msgstr ""
414
415 #: rhodecode/lib/helpers.py:420
416 msgid "False"
417 msgstr ""
418
419 #: rhodecode/lib/helpers.py:461
420 #, python-format
421 msgid "Show all combined changesets %s->%s"
422 msgstr ""
423
424 #: rhodecode/lib/helpers.py:465
425 msgid "compare view"
426 msgstr ""
427
428 #: rhodecode/lib/helpers.py:473
429 msgid "and"
430 msgstr ""
431
432 #: rhodecode/lib/helpers.py:473
433 #, python-format
434 msgid "%s more"
435 msgstr ""
436
437 #: rhodecode/lib/helpers.py:475
438 msgid "revisions"
439 msgstr ""
440
441 #: rhodecode/lib/helpers.py:489
442 msgid "fork name "
443 msgstr ""
444
445 #: rhodecode/lib/helpers.py:492
446 msgid "[deleted] repository"
447 msgstr ""
448
449 #: rhodecode/lib/helpers.py:493 rhodecode/lib/helpers.py:497
450 msgid "[created] repository"
451 msgstr ""
452
453 #: rhodecode/lib/helpers.py:494 rhodecode/lib/helpers.py:498
454 msgid "[forked] repository"
455 msgstr ""
456
457 #: rhodecode/lib/helpers.py:495 rhodecode/lib/helpers.py:499
458 msgid "[updated] repository"
53 msgstr ""
459 msgstr ""
54
460
461 #: rhodecode/lib/helpers.py:496
462 msgid "[delete] repository"
463 msgstr ""
464
465 #: rhodecode/lib/helpers.py:500
466 msgid "[pushed] into"
467 msgstr ""
468
469 #: rhodecode/lib/helpers.py:501
470 msgid "[pulled] from"
471 msgstr ""
472
473 #: rhodecode/lib/helpers.py:502
474 msgid "[started following] repository"
475 msgstr ""
476
477 #: rhodecode/lib/helpers.py:503
478 msgid "[stopped following] repository"
479 msgstr ""
480
481 #: rhodecode/lib/helpers.py:590
482 #, python-format
483 msgid " and %s more"
484 msgstr ""
485
486 #: rhodecode/lib/helpers.py:593
487 msgid "No Files"
488 msgstr ""
489
490 #: rhodecode/model/forms.py:67
491 msgid "Invalid username"
492 msgstr ""
493
494 #: rhodecode/model/forms.py:76
495 msgid "This username already exists"
496 msgstr ""
497
498 #: rhodecode/model/forms.py:81
499 msgid ""
500 "Username may only contain alphanumeric characters underscores, periods or"
501 " dashes and must begin with alphanumeric character"
502 msgstr ""
503
504 #: rhodecode/model/forms.py:99
505 msgid "Invalid group name"
506 msgstr ""
507
508 #: rhodecode/model/forms.py:109
509 msgid "This users group already exists"
510 msgstr ""
511
512 #: rhodecode/model/forms.py:114
513 msgid ""
514 "Group name may only contain alphanumeric characters underscores, periods "
515 "or dashes and must begin with alphanumeric character"
516 msgstr ""
517
518 #: rhodecode/model/forms.py:134 rhodecode/model/forms.py:142
519 #: rhodecode/model/forms.py:150
520 msgid "Invalid characters in password"
521 msgstr ""
522
523 #: rhodecode/model/forms.py:161
524 msgid "Password do not match"
525 msgstr ""
526
527 #: rhodecode/model/forms.py:166
528 msgid "invalid password"
529 msgstr ""
530
531 #: rhodecode/model/forms.py:167
532 msgid "invalid user name"
533 msgstr ""
534
535 #: rhodecode/model/forms.py:168
536 msgid "Your account is disabled"
537 msgstr ""
538
539 #: rhodecode/model/forms.py:205
540 msgid "This username is not valid"
541 msgstr ""
542
543 #: rhodecode/model/forms.py:218
544 msgid "This repository name is disallowed"
545 msgstr ""
546
547 #: rhodecode/model/forms.py:222
548 msgid "This repository already exists"
549 msgstr ""
550
551 #: rhodecode/model/forms.py:234
552 msgid "Fork have to be the same type as original"
553 msgstr ""
554
555 #: rhodecode/model/forms.py:240
556 msgid "This username or users group name is not valid"
557 msgstr ""
558
559 #: rhodecode/model/forms.py:303
560 msgid "This is not a valid path"
561 msgstr ""
562
563 #: rhodecode/model/forms.py:317
564 msgid "This e-mail address is already taken"
565 msgstr ""
566
567 #: rhodecode/model/forms.py:333
568 msgid "This e-mail address doesn't exist."
569 msgstr ""
570
571 #: rhodecode/model/forms.py:355
572 msgid ""
573 "The LDAP Login attribute of the CN must be specified - this is the name "
574 "of the attribute that is equivalent to 'username'"
575 msgstr ""
576
577 #: rhodecode/model/forms.py:374
578 msgid "Please enter a login"
579 msgstr ""
580
581 #: rhodecode/model/forms.py:375
582 #, python-format
583 msgid "Enter a value %(min)i characters long or more"
584 msgstr ""
585
586 #: rhodecode/model/forms.py:383
587 msgid "Please enter a password"
588 msgstr ""
589
590 #: rhodecode/model/forms.py:384
591 #, python-format
592 msgid "Enter %(min)i characters or more"
593 msgstr ""
594
595 #: rhodecode/model/user.py:128
596 msgid "[RhodeCode] New User registration"
597 msgstr ""
598
599 #: rhodecode/model/user.py:140 rhodecode/model/user.py:161
600 msgid "You can't Edit this user since it's crucial for entire application"
601 msgstr ""
602
603 #: rhodecode/model/user.py:182
604 msgid "You can't remove this user since it's crucial for entire application"
605 msgstr ""
606
607 #: rhodecode/model/user.py:185
608 #, python-format
609 msgid ""
610 "This user still owns %s repositories and cannot be removed. Switch owners"
611 " or remove those repositories"
612 msgstr ""
613
614 #~ msgid "Unathorized access to resource"
615 #~ msgstr ""
616
617 #~ msgid "Account number is invalid, it must be 26 digits"
618 #~ msgstr ""
619
This diff has been collapsed as it changes many lines, (582 lines changed) Show them Hide them
@@ -1,53 +1,601 b''
1 # Translations template for rhodecode.
1 # Translations template for RhodeCode.
2 # Copyright (C) 2010 ORGANIZATION
2 # Copyright (C) 2011 ORGANIZATION
3 # This file is distributed under the same license as the rhodecode project.
3 # This file is distributed under the same license as the RhodeCode project.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
5 #
5 #
6 #, fuzzy
6 #, fuzzy
7 msgid ""
7 msgid ""
8 msgstr ""
8 msgstr ""
9 "Project-Id-Version: rhodecode 0.1\n"
9 "Project-Id-Version: RhodeCode 1.2.0\n"
10 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11 "POT-Creation-Date: 2010-02-06 22:54+0100\n"
11 "POT-Creation-Date: 2011-02-25 19:12+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=utf-8\n"
16 "Content-Type: text/plain; charset=utf-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Generated-By: Babel 0.9.4\n"
18 "Generated-By: Babel 0.9.5\n"
19
19
20 #: rhodecode/controllers/error.py:34
20 #: rhodecode/controllers/changeset.py:104 rhodecode/controllers/changeset.py:129
21 #: rhodecode/controllers/changeset.py:179 rhodecode/controllers/changeset.py:191
22 msgid "binary file"
23 msgstr ""
24
25 #: rhodecode/controllers/changeset.py:112 rhodecode/controllers/changeset.py:138
26 msgid "Changeset is to big and was cut off, see raw changeset instead"
27 msgstr ""
28
29 #: rhodecode/controllers/error.py:71
21 msgid "Home page"
30 msgid "Home page"
22 msgstr ""
31 msgstr ""
23
32
24 #: rhodecode/controllers/error.py:55
33 #: rhodecode/controllers/error.py:101
25 msgid "The request could not be understood by the server due to malformed syntax."
34 msgid "The request could not be understood by the server due to malformed syntax."
26 msgstr ""
35 msgstr ""
27
36
28 #: rhodecode/controllers/error.py:57
37 #: rhodecode/controllers/error.py:103
29 msgid "Unathorized access to resource"
38 msgid "Unauthorized access to resource"
30 msgstr ""
39 msgstr ""
31
40
32 #: rhodecode/controllers/error.py:59
41 #: rhodecode/controllers/error.py:105
33 msgid "You don't have permission to view this page"
42 msgid "You don't have permission to view this page"
34 msgstr ""
43 msgstr ""
35
44
36 #: rhodecode/controllers/error.py:61
45 #: rhodecode/controllers/error.py:107
37 msgid "The resource could not be found"
46 msgid "The resource could not be found"
38 msgstr ""
47 msgstr ""
39
48
40 #: rhodecode/controllers/error.py:63
49 #: rhodecode/controllers/error.py:109
41 msgid ""
50 msgid ""
42 "The server encountered an unexpected condition which prevented it from "
51 "The server encountered an unexpected condition which prevented it from "
43 "fulfilling the request."
52 "fulfilling the request."
44 msgstr ""
53 msgstr ""
45
54
46 #: rhodecode/model/forms.py:29
55 #: rhodecode/controllers/feed.py:48
56 #, python-format
57 msgid "Changes on %s repository"
58 msgstr ""
59
60 #: rhodecode/controllers/files.py:67 rhodecode/controllers/files.py:120
61 msgid "There are no files yet"
62 msgstr ""
63
64 #: rhodecode/controllers/files.py:186
65 msgid "downloads disabled"
66 msgstr ""
67
68 #: rhodecode/controllers/files.py:191
69 #, python-format
70 msgid "Unknown revision %s"
71 msgstr ""
72
73 #: rhodecode/controllers/files.py:193
74 msgid "Empty repository"
75 msgstr ""
76
77 #: rhodecode/controllers/files.py:195
78 msgid "Unknown archive type"
79 msgstr ""
80
81 #: rhodecode/controllers/files.py:248 rhodecode/controllers/files.py:257
82 msgid "Diff is to big to display"
83 msgstr ""
84
85 #: rhodecode/controllers/files.py:250 rhodecode/controllers/files.py:259
86 msgid "Binary file"
87 msgstr ""
88
89 #: rhodecode/controllers/files.py:272
90 msgid "Changesets"
91 msgstr ""
92
93 #: rhodecode/controllers/files.py:273 rhodecode/controllers/summary.py:157
94 msgid "Branches"
95 msgstr ""
96
97 #: rhodecode/controllers/files.py:274 rhodecode/controllers/summary.py:158
98 msgid "Tags"
99 msgstr ""
100
101 #: rhodecode/controllers/login.py:112
102 msgid "You have successfully registered into rhodecode"
103 msgstr ""
104
105 #: rhodecode/controllers/login.py:134
106 msgid "Your new password was sent"
107 msgstr ""
108
109 #: rhodecode/controllers/search.py:110
110 msgid "Invalid search query. Try quoting it."
111 msgstr ""
112
113 #: rhodecode/controllers/search.py:115
114 msgid "There is no index to search in. Please run whoosh indexer"
115 msgstr ""
116
117 #: rhodecode/controllers/settings.py:62 rhodecode/controllers/settings.py:171
118 #, python-format
119 msgid ""
120 "%s repository is not mapped to db perhaps it was created or renamed from the "
121 "file system please run the application again in order to rescan repositories"
122 msgstr ""
123
124 #: rhodecode/controllers/settings.py:109 rhodecode/controllers/admin/repos.py:146
125 #, python-format
126 msgid "Repository %s updated successfully"
127 msgstr ""
128
129 #: rhodecode/controllers/settings.py:126 rhodecode/controllers/admin/repos.py:187
130 #, python-format
131 msgid "error occurred during update of repository %s"
132 msgstr ""
133
134 #: rhodecode/controllers/settings.py:145 rhodecode/controllers/admin/repos.py:206
135 #, python-format
136 msgid ""
137 "%s repository is not mapped to db perhaps it was moved or renamed from the "
138 "filesystem please run the application again in order to rescan repositories"
139 msgstr ""
140
141 #: rhodecode/controllers/settings.py:157 rhodecode/controllers/admin/repos.py:218
142 #, python-format
143 msgid "deleted repository %s"
144 msgstr ""
145
146 #: rhodecode/controllers/settings.py:159 rhodecode/controllers/admin/repos.py:222
147 #, python-format
148 msgid "An error occurred during deletion of %s"
149 msgstr ""
150
151 #: rhodecode/controllers/settings.py:193
152 #, python-format
153 msgid "forked %s repository as %s"
154 msgstr ""
155
156 #: rhodecode/controllers/summary.py:117
157 msgid "No data loaded yet"
158 msgstr ""
159
160 #: rhodecode/controllers/summary.py:120
161 msgid "Statistics are disabled for this repository"
162 msgstr ""
163
164 #: rhodecode/controllers/admin/ldap_settings.py:51
165 msgid "BASE"
166 msgstr ""
167
168 #: rhodecode/controllers/admin/ldap_settings.py:52
169 msgid "ONELEVEL"
170 msgstr ""
171
172 #: rhodecode/controllers/admin/ldap_settings.py:53
173 msgid "SUBTREE"
174 msgstr ""
175
176 #: rhodecode/controllers/admin/ldap_settings.py:57
177 msgid "NEVER"
178 msgstr ""
179
180 #: rhodecode/controllers/admin/ldap_settings.py:58
181 msgid "ALLOW"
182 msgstr ""
183
184 #: rhodecode/controllers/admin/ldap_settings.py:59
185 msgid "TRY"
186 msgstr ""
187
188 #: rhodecode/controllers/admin/ldap_settings.py:60
189 msgid "DEMAND"
190 msgstr ""
191
192 #: rhodecode/controllers/admin/ldap_settings.py:61
193 msgid "HARD"
194 msgstr ""
195
196 #: rhodecode/controllers/admin/ldap_settings.py:103
197 msgid "Ldap settings updated successfully"
198 msgstr ""
199
200 #: rhodecode/controllers/admin/ldap_settings.py:108
201 msgid "Unable to activate ldap. The \"python-ldap\" library is missing."
202 msgstr ""
203
204 #: rhodecode/controllers/admin/ldap_settings.py:124
205 msgid "error occurred during update of ldap settings"
206 msgstr ""
207
208 #: rhodecode/controllers/admin/permissions.py:59
209 msgid "None"
210 msgstr ""
211
212 #: rhodecode/controllers/admin/permissions.py:60
213 msgid "Read"
214 msgstr ""
215
216 #: rhodecode/controllers/admin/permissions.py:61
217 msgid "Write"
218 msgstr ""
219
220 #: rhodecode/controllers/admin/permissions.py:62
221 msgid "Admin"
222 msgstr ""
223
224 #: rhodecode/controllers/admin/permissions.py:65
225 msgid "disabled"
226 msgstr ""
227
228 #: rhodecode/controllers/admin/permissions.py:67
229 msgid "allowed with manual account activation"
230 msgstr ""
231
232 #: rhodecode/controllers/admin/permissions.py:69
233 msgid "allowed with automatic account activation"
234 msgstr ""
235
236 #: rhodecode/controllers/admin/permissions.py:71
237 msgid "Disabled"
238 msgstr ""
239
240 #: rhodecode/controllers/admin/permissions.py:72
241 msgid "Enabled"
242 msgstr ""
243
244 #: rhodecode/controllers/admin/permissions.py:106
245 msgid "Default permissions updated successfully"
246 msgstr ""
247
248 #: rhodecode/controllers/admin/permissions.py:123
249 msgid "error occurred during update of permissions"
250 msgstr ""
251
252 #: rhodecode/controllers/admin/repos.py:86
253 #, python-format
254 msgid "created repository %s"
255 msgstr ""
256
257 #: rhodecode/controllers/admin/repos.py:113
258 #, python-format
259 msgid "error occurred during creation of repository %s"
260 msgstr ""
261
262 #: rhodecode/controllers/admin/repos.py:239
263 msgid "An error occurred during deletion of repository user"
264 msgstr ""
265
266 #: rhodecode/controllers/admin/repos.py:254
267 msgid "An error occurred during deletion of repository users groups"
268 msgstr ""
269
270 #: rhodecode/controllers/admin/repos.py:271
271 msgid "An error occurred during deletion of repository stats"
272 msgstr ""
273
274 #: rhodecode/controllers/admin/repos.py:286
275 msgid "An error occurred during cache invalidation"
276 msgstr ""
277
278 #: rhodecode/controllers/admin/repos.py:306
279 msgid "Updated repository visibility in public journal"
280 msgstr ""
281
282 #: rhodecode/controllers/admin/repos.py:309
283 msgid "An error occurred during setting this repository in public journal"
284 msgstr ""
285
286 #: rhodecode/controllers/admin/repos.py:314 rhodecode/model/forms.py:54
47 msgid "Token mismatch"
287 msgid "Token mismatch"
48 msgstr ""
288 msgstr ""
49
289
50 #: rhodecode/model/forms.py:52
290 #: rhodecode/controllers/admin/repos.py:334
51 msgid "Account number is invalid, it must be 26 digits"
291 #, python-format
292 msgid ""
293 "%s repository is not mapped to db perhaps it was created or renamed from the "
294 "filesystem please run the application again in order to rescan repositories"
295 msgstr ""
296
297 #: rhodecode/controllers/admin/settings.py:113
298 #, python-format
299 msgid "Repositories successfully rescanned added: %s,removed: %s"
300 msgstr ""
301
302 #: rhodecode/controllers/admin/settings.py:122
303 msgid "Whoosh reindex task scheduled"
304 msgstr ""
305
306 #: rhodecode/controllers/admin/settings.py:147
307 msgid "Updated application settings"
308 msgstr ""
309
310 #: rhodecode/controllers/admin/settings.py:152
311 #: rhodecode/controllers/admin/settings.py:213
312 msgid "error occurred during updating application settings"
313 msgstr ""
314
315 #: rhodecode/controllers/admin/settings.py:208
316 msgid "Updated mercurial settings"
317 msgstr ""
318
319 #: rhodecode/controllers/admin/settings.py:265
320 msgid "You can't edit this user since it's crucial for entire application"
321 msgstr ""
322
323 #: rhodecode/controllers/admin/settings.py:293
324 msgid "Your account was updated successfully"
325 msgstr ""
326
327 #: rhodecode/controllers/admin/settings.py:313
328 #: rhodecode/controllers/admin/users.py:128
329 #, python-format
330 msgid "error occurred during update of user %s"
331 msgstr ""
332
333 #: rhodecode/controllers/admin/users.py:79
334 #, python-format
335 msgid "created user %s"
336 msgstr ""
337
338 #: rhodecode/controllers/admin/users.py:91
339 #, python-format
340 msgid "error occurred during creation of user %s"
341 msgstr ""
342
343 #: rhodecode/controllers/admin/users.py:117
344 msgid "User updated succesfully"
345 msgstr ""
346
347 #: rhodecode/controllers/admin/users.py:144
348 msgid "successfully deleted user"
349 msgstr ""
350
351 #: rhodecode/controllers/admin/users.py:148
352 msgid "An error occurred during deletion of user"
353 msgstr ""
354
355 #: rhodecode/controllers/admin/users.py:164
356 msgid "You can't edit this user"
357 msgstr ""
358
359 #: rhodecode/controllers/admin/users_groups.py:78
360 #, python-format
361 msgid "created users group %s"
362 msgstr ""
363
364 #: rhodecode/controllers/admin/users_groups.py:90
365 #, python-format
366 msgid "error occurred during creation of users group %s"
367 msgstr ""
368
369 #: rhodecode/controllers/admin/users_groups.py:125
370 #, python-format
371 msgid "updated users group %s"
372 msgstr ""
373
374 #: rhodecode/controllers/admin/users_groups.py:137
375 #, python-format
376 msgid "error occurred during update of users group %s"
377 msgstr ""
378
379 #: rhodecode/controllers/admin/users_groups.py:155
380 msgid "successfully deleted users group"
381 msgstr ""
382
383 #: rhodecode/controllers/admin/users_groups.py:157
384 msgid "An error occurred during deletion of users group"
385 msgstr ""
386
387 #: rhodecode/lib/auth.py:390
388 msgid "You need to be a registered user to perform this action"
389 msgstr ""
390
391 #: rhodecode/lib/helpers.py:394
392 msgid "ago"
393 msgstr ""
394
395 #: rhodecode/lib/helpers.py:397
396 msgid "just now"
397 msgstr ""
398
399 #: rhodecode/lib/helpers.py:416
400 msgid "True"
401 msgstr ""
402
403 #: rhodecode/lib/helpers.py:420
404 msgid "False"
405 msgstr ""
406
407 #: rhodecode/lib/helpers.py:461
408 #, python-format
409 msgid "Show all combined changesets %s->%s"
410 msgstr ""
411
412 #: rhodecode/lib/helpers.py:465
413 msgid "compare view"
414 msgstr ""
415
416 #: rhodecode/lib/helpers.py:473
417 msgid "and"
418 msgstr ""
419
420 #: rhodecode/lib/helpers.py:473
421 #, python-format
422 msgid "%s more"
423 msgstr ""
424
425 #: rhodecode/lib/helpers.py:475
426 msgid "revisions"
427 msgstr ""
428
429 #: rhodecode/lib/helpers.py:489
430 msgid "fork name "
431 msgstr ""
432
433 #: rhodecode/lib/helpers.py:492
434 msgid "[deleted] repository"
435 msgstr ""
436
437 #: rhodecode/lib/helpers.py:493 rhodecode/lib/helpers.py:497
438 msgid "[created] repository"
439 msgstr ""
440
441 #: rhodecode/lib/helpers.py:494 rhodecode/lib/helpers.py:498
442 msgid "[forked] repository"
52 msgstr ""
443 msgstr ""
53
444
445 #: rhodecode/lib/helpers.py:495 rhodecode/lib/helpers.py:499
446 msgid "[updated] repository"
447 msgstr ""
448
449 #: rhodecode/lib/helpers.py:496
450 msgid "[delete] repository"
451 msgstr ""
452
453 #: rhodecode/lib/helpers.py:500
454 msgid "[pushed] into"
455 msgstr ""
456
457 #: rhodecode/lib/helpers.py:501
458 msgid "[pulled] from"
459 msgstr ""
460
461 #: rhodecode/lib/helpers.py:502
462 msgid "[started following] repository"
463 msgstr ""
464
465 #: rhodecode/lib/helpers.py:503
466 msgid "[stopped following] repository"
467 msgstr ""
468
469 #: rhodecode/lib/helpers.py:590
470 #, python-format
471 msgid " and %s more"
472 msgstr ""
473
474 #: rhodecode/lib/helpers.py:593
475 msgid "No Files"
476 msgstr ""
477
478 #: rhodecode/model/forms.py:67
479 msgid "Invalid username"
480 msgstr ""
481
482 #: rhodecode/model/forms.py:76
483 msgid "This username already exists"
484 msgstr ""
485
486 #: rhodecode/model/forms.py:81
487 msgid ""
488 "Username may only contain alphanumeric characters underscores, periods or "
489 "dashes and must begin with alphanumeric character"
490 msgstr ""
491
492 #: rhodecode/model/forms.py:99
493 msgid "Invalid group name"
494 msgstr ""
495
496 #: rhodecode/model/forms.py:109
497 msgid "This users group already exists"
498 msgstr ""
499
500 #: rhodecode/model/forms.py:114
501 msgid ""
502 "Group name may only contain alphanumeric characters underscores, periods or "
503 "dashes and must begin with alphanumeric character"
504 msgstr ""
505
506 #: rhodecode/model/forms.py:134 rhodecode/model/forms.py:142
507 #: rhodecode/model/forms.py:150
508 msgid "Invalid characters in password"
509 msgstr ""
510
511 #: rhodecode/model/forms.py:161
512 msgid "Password do not match"
513 msgstr ""
514
515 #: rhodecode/model/forms.py:166
516 msgid "invalid password"
517 msgstr ""
518
519 #: rhodecode/model/forms.py:167
520 msgid "invalid user name"
521 msgstr ""
522
523 #: rhodecode/model/forms.py:168
524 msgid "Your account is disabled"
525 msgstr ""
526
527 #: rhodecode/model/forms.py:205
528 msgid "This username is not valid"
529 msgstr ""
530
531 #: rhodecode/model/forms.py:218
532 msgid "This repository name is disallowed"
533 msgstr ""
534
535 #: rhodecode/model/forms.py:222
536 msgid "This repository already exists"
537 msgstr ""
538
539 #: rhodecode/model/forms.py:234
540 msgid "Fork have to be the same type as original"
541 msgstr ""
542
543 #: rhodecode/model/forms.py:240
544 msgid "This username or users group name is not valid"
545 msgstr ""
546
547 #: rhodecode/model/forms.py:303
548 msgid "This is not a valid path"
549 msgstr ""
550
551 #: rhodecode/model/forms.py:317
552 msgid "This e-mail address is already taken"
553 msgstr ""
554
555 #: rhodecode/model/forms.py:333
556 msgid "This e-mail address doesn't exist."
557 msgstr ""
558
559 #: rhodecode/model/forms.py:355
560 msgid ""
561 "The LDAP Login attribute of the CN must be specified - this is the name of "
562 "the attribute that is equivalent to 'username'"
563 msgstr ""
564
565 #: rhodecode/model/forms.py:374
566 msgid "Please enter a login"
567 msgstr ""
568
569 #: rhodecode/model/forms.py:375
570 #, python-format
571 msgid "Enter a value %(min)i characters long or more"
572 msgstr ""
573
574 #: rhodecode/model/forms.py:383
575 msgid "Please enter a password"
576 msgstr ""
577
578 #: rhodecode/model/forms.py:384
579 #, python-format
580 msgid "Enter %(min)i characters or more"
581 msgstr ""
582
583 #: rhodecode/model/user.py:128
584 msgid "[RhodeCode] New User registration"
585 msgstr ""
586
587 #: rhodecode/model/user.py:140 rhodecode/model/user.py:161
588 msgid "You can't Edit this user since it's crucial for entire application"
589 msgstr ""
590
591 #: rhodecode/model/user.py:182
592 msgid "You can't remove this user since it's crucial for entire application"
593 msgstr ""
594
595 #: rhodecode/model/user.py:185
596 #, python-format
597 msgid ""
598 "This user still owns %s repositories and cannot be removed. Switch owners or "
599 "remove those repositories"
600 msgstr ""
601
General Comments 0
You need to be logged in to leave comments. Login now