##// END OF EJS Templates
Release 1.1.5 fixes:...
marcink -
r1139:49032f99 default
parent child Browse files
Show More
This diff has been collapsed as it changes many lines, (1644 lines changed) Show them Hide them
@@ -1,53 +1,1663 b''
1 # Translations template for rhodecode.
2 # Copyright (C) 2010 ORGANIZATION
3 # This file is distributed under the same license as the rhodecode project.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
1 # Translations template for RhodeCode.
2 # Copyright (C) 2011 ORGANIZATION
3 # This file is distributed under the same license as the RhodeCode project.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
5 5 #
6 6 #, fuzzy
7 7 msgid ""
8 8 msgstr ""
9 "Project-Id-Version: rhodecode 0.1\n"
9 "Project-Id-Version: RhodeCode 1.1.5\n"
10 10 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11 "POT-Creation-Date: 2010-02-06 22:54+0100\n"
11 "POT-Creation-Date: 2011-03-17 02:38+0100\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 15 "MIME-Version: 1.0\n"
16 16 "Content-Type: text/plain; charset=utf-8\n"
17 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:87 rhodecode/controllers/changeset.py:113
21 #: rhodecode/controllers/changeset.py:159 rhodecode/controllers/changeset.py:171
22 msgid "binary file"
23 msgstr ""
24
25 #: rhodecode/controllers/changeset.py:95 rhodecode/controllers/changeset.py:122
26 msgid "Changeset is to big and was cut off, see raw changeset instead"
27 msgstr ""
28
29 #: rhodecode/controllers/error.py:70
21 30 msgid "Home page"
22 31 msgstr ""
23 32
24 #: rhodecode/controllers/error.py:55
33 #: rhodecode/controllers/error.py:100
25 34 msgid "The request could not be understood by the server due to malformed syntax."
26 35 msgstr ""
27 36
28 #: rhodecode/controllers/error.py:57
29 msgid "Unathorized access to resource"
37 #: rhodecode/controllers/error.py:102
38 msgid "Unauthorized access to resource"
30 39 msgstr ""
31 40
32 #: rhodecode/controllers/error.py:59
41 #: rhodecode/controllers/error.py:104
33 42 msgid "You don't have permission to view this page"
34 43 msgstr ""
35 44
36 #: rhodecode/controllers/error.py:61
45 #: rhodecode/controllers/error.py:106
37 46 msgid "The resource could not be found"
38 47 msgstr ""
39 48
40 #: rhodecode/controllers/error.py:63
49 #: rhodecode/controllers/error.py:108
41 50 msgid ""
42 51 "The server encountered an unexpected condition which prevented it from "
43 52 "fulfilling the request."
44 53 msgstr ""
45 54
46 #: rhodecode/model/forms.py:29
55 #: rhodecode/controllers/files.py:71
56 msgid "There are no files yet"
57 msgstr ""
58
59 #: rhodecode/controllers/files.py:222 rhodecode/controllers/files.py:228
60 msgid "binary file changed"
61 msgstr ""
62
63 #: rhodecode/controllers/files.py:233 rhodecode/controllers/files.py:241
64 msgid "Diff is to big to display"
65 msgstr ""
66
67 #: rhodecode/controllers/files.py:235 rhodecode/controllers/files.py:243
68 msgid "Binary file"
69 msgstr ""
70
71 #: rhodecode/controllers/files.py:258
72 msgid "Changesets"
73 msgstr ""
74
75 #: rhodecode/controllers/files.py:259 rhodecode/templates/branches/branches.html:5
76 #: rhodecode/templates/summary/summary.html:633
77 msgid "Branches"
78 msgstr ""
79
80 #: rhodecode/controllers/files.py:260 rhodecode/templates/summary/summary.html:622
81 #: rhodecode/templates/tags/tags.html:5
82 msgid "Tags"
83 msgstr ""
84
85 #: rhodecode/controllers/login.py:112
86 msgid "You have successfully registered into rhodecode"
87 msgstr ""
88
89 #: rhodecode/controllers/login.py:134
90 msgid "Your new password was sent"
91 msgstr ""
92
93 #: rhodecode/controllers/search.py:111
94 msgid "Invalid search query. Try quoting it."
95 msgstr ""
96
97 #: rhodecode/controllers/search.py:116
98 msgid "There is no index to search in. Please run whoosh indexer"
99 msgstr ""
100
101 #: rhodecode/controllers/settings.py:59 rhodecode/controllers/settings.py:152
102 #, python-format
103 msgid ""
104 "%s repository is not mapped to db perhaps it was created or renamed from the "
105 "file system please run the application again in order to rescan repositories"
106 msgstr ""
107
108 #: rhodecode/controllers/settings.py:90 rhodecode/controllers/admin/repos.py:142
109 #, python-format
110 msgid "Repository %s updated successfully"
111 msgstr ""
112
113 #: rhodecode/controllers/settings.py:107 rhodecode/controllers/admin/repos.py:175
114 #, python-format
115 msgid "error occurred during update of repository %s"
116 msgstr ""
117
118 #: rhodecode/controllers/settings.py:126 rhodecode/controllers/admin/repos.py:193
119 #, python-format
120 msgid ""
121 "%s repository is not mapped to db perhaps it was moved or renamed from the "
122 "filesystem please run the application again in order to rescan repositories"
123 msgstr ""
124
125 #: rhodecode/controllers/settings.py:138 rhodecode/controllers/admin/repos.py:205
126 #, python-format
127 msgid "deleted repository %s"
128 msgstr ""
129
130 #: rhodecode/controllers/settings.py:140 rhodecode/controllers/admin/repos.py:209
131 #, python-format
132 msgid "An error occurred during deletion of %s"
133 msgstr ""
134
135 #: rhodecode/controllers/settings.py:174
136 #, python-format
137 msgid "forked %s repository as %s"
138 msgstr ""
139
140 #: rhodecode/controllers/summary.py:114
141 msgid "No data loaded yet"
142 msgstr ""
143
144 #: rhodecode/controllers/summary.py:117
145 msgid "Statistics update are disabled for this repository"
146 msgstr ""
147
148 #: rhodecode/controllers/admin/ldap_settings.py:84
149 msgid "Ldap settings updated successfully"
150 msgstr ""
151
152 #: rhodecode/controllers/admin/ldap_settings.py:89
153 msgid "Unable to activate ldap. The \"python-ldap\" library is missing."
154 msgstr ""
155
156 #: rhodecode/controllers/admin/ldap_settings.py:102
157 msgid "error occurred during update of ldap settings"
158 msgstr ""
159
160 #: rhodecode/controllers/admin/permissions.py:59
161 msgid "None"
162 msgstr ""
163
164 #: rhodecode/controllers/admin/permissions.py:60
165 msgid "Read"
166 msgstr ""
167
168 #: rhodecode/controllers/admin/permissions.py:61
169 msgid "Write"
170 msgstr ""
171
172 #: rhodecode/controllers/admin/permissions.py:62
173 #: rhodecode/templates/admin/ldap/ldap.html:9
174 #: rhodecode/templates/admin/permissions/permissions.html:9
175 #: rhodecode/templates/admin/repos/repo_add.html:9
176 #: rhodecode/templates/admin/repos/repo_edit.html:9
177 #: rhodecode/templates/admin/repos/repos.html:10
178 #: rhodecode/templates/admin/settings/settings.html:9
179 #: rhodecode/templates/admin/users/user_add.html:8
180 #: rhodecode/templates/admin/users/user_edit.html:9
181 #: rhodecode/templates/admin/users/user_edit.html:97
182 #: rhodecode/templates/admin/users/users.html:9
183 #: rhodecode/templates/base/base.html:209 rhodecode/templates/base/base.html:297
184 #: rhodecode/templates/base/base.html:299 rhodecode/templates/base/base.html:301
185 msgid "Admin"
186 msgstr ""
187
188 #: rhodecode/controllers/admin/permissions.py:65
189 msgid "disabled"
190 msgstr ""
191
192 #: rhodecode/controllers/admin/permissions.py:67
193 msgid "allowed with manual account activation"
194 msgstr ""
195
196 #: rhodecode/controllers/admin/permissions.py:69
197 msgid "allowed with automatic account activation"
198 msgstr ""
199
200 #: rhodecode/controllers/admin/permissions.py:71
201 msgid "Disabled"
202 msgstr ""
203
204 #: rhodecode/controllers/admin/permissions.py:72
205 msgid "Enabled"
206 msgstr ""
207
208 #: rhodecode/controllers/admin/permissions.py:106
209 msgid "Default permissions updated successfully"
210 msgstr ""
211
212 #: rhodecode/controllers/admin/permissions.py:123
213 msgid "error occurred during update of permissions"
214 msgstr ""
215
216 #: rhodecode/controllers/admin/repos.py:83
217 #, python-format
218 msgid "created repository %s"
219 msgstr ""
220
221 #: rhodecode/controllers/admin/repos.py:110
222 #, python-format
223 msgid "error occurred during creation of repository %s"
224 msgstr ""
225
226 #: rhodecode/controllers/admin/repos.py:225
227 msgid "An error occurred during deletion of repository user"
228 msgstr ""
229
230 #: rhodecode/controllers/admin/repos.py:240
231 msgid "An error occurred during deletion of repository stats"
232 msgstr ""
233
234 #: rhodecode/controllers/admin/repos.py:254
235 msgid "An error occurred during cache invalidation"
236 msgstr ""
237
238 #: rhodecode/controllers/admin/repos.py:272
239 #, python-format
240 msgid ""
241 "%s repository is not mapped to db perhaps it was created or renamed from the "
242 "filesystem please run the application again in order to rescan repositories"
243 msgstr ""
244
245 #: rhodecode/controllers/admin/settings.py:112
246 msgid "Repositories successfully rescanned"
247 msgstr ""
248
249 #: rhodecode/controllers/admin/settings.py:119
250 msgid "Whoosh reindex task scheduled"
251 msgstr ""
252
253 #: rhodecode/controllers/admin/settings.py:138
254 msgid "Updated application settings"
255 msgstr ""
256
257 #: rhodecode/controllers/admin/settings.py:143
258 #: rhodecode/controllers/admin/settings.py:204
259 msgid "error occurred during updating application settings"
260 msgstr ""
261
262 #: rhodecode/controllers/admin/settings.py:199
263 msgid "Updated mercurial settings"
264 msgstr ""
265
266 #: rhodecode/controllers/admin/settings.py:258
267 msgid "You can't edit this user since it's crucial for entire application"
268 msgstr ""
269
270 #: rhodecode/controllers/admin/settings.py:286
271 msgid "Your account was updated successfully"
272 msgstr ""
273
274 #: rhodecode/controllers/admin/settings.py:306
275 #: rhodecode/controllers/admin/users.py:127
276 #, python-format
277 msgid "error occurred during update of user %s"
278 msgstr ""
279
280 #: rhodecode/controllers/admin/users.py:78
281 #, python-format
282 msgid "created user %s"
283 msgstr ""
284
285 #: rhodecode/controllers/admin/users.py:90
286 #, python-format
287 msgid "error occurred during creation of user %s"
288 msgstr ""
289
290 #: rhodecode/controllers/admin/users.py:116
291 msgid "User updated succesfully"
292 msgstr ""
293
294 #: rhodecode/controllers/admin/users.py:143
295 msgid "sucessfully deleted user"
296 msgstr ""
297
298 #: rhodecode/controllers/admin/users.py:147
299 msgid "An error occurred during deletion of user"
300 msgstr ""
301
302 #: rhodecode/controllers/admin/users.py:163
303 msgid "You can't edit this user"
304 msgstr ""
305
306 #: rhodecode/lib/helpers.py:383
307 msgid "ago"
308 msgstr ""
309
310 #: rhodecode/lib/helpers.py:386
311 msgid "just now"
312 msgstr ""
313
314 #: rhodecode/lib/helpers.py:404
315 msgid "True"
316 msgstr ""
317
318 #: rhodecode/lib/helpers.py:407
319 msgid "False"
320 msgstr ""
321
322 #: rhodecode/lib/helpers.py:439
323 msgid "and"
324 msgstr ""
325
326 #: rhodecode/lib/helpers.py:439
327 #, python-format
328 msgid "%s more"
329 msgstr ""
330
331 #: rhodecode/lib/helpers.py:441 rhodecode/templates/changelog/changelog.html:14
332 #: rhodecode/templates/changelog/changelog.html:40
333 msgid "revisions"
334 msgstr ""
335
336 #: rhodecode/lib/helpers.py:456
337 msgid "[deleted] repository"
338 msgstr ""
339
340 #: rhodecode/lib/helpers.py:457 rhodecode/lib/helpers.py:461
341 msgid "[created] repository"
342 msgstr ""
343
344 #: rhodecode/lib/helpers.py:458
345 msgid "[forked] repository as"
346 msgstr ""
347
348 #: rhodecode/lib/helpers.py:459 rhodecode/lib/helpers.py:463
349 msgid "[updated] repository"
350 msgstr ""
351
352 #: rhodecode/lib/helpers.py:460
353 msgid "[delete] repository"
354 msgstr ""
355
356 #: rhodecode/lib/helpers.py:462
357 msgid "[forked] repository"
358 msgstr ""
359
360 #: rhodecode/lib/helpers.py:464
361 msgid "[pushed] "
362 msgstr ""
363
364 #: rhodecode/lib/helpers.py:465
365 msgid "[pulled] "
366 msgstr ""
367
368 #: rhodecode/lib/helpers.py:466
369 msgid "[started following] repository"
370 msgstr ""
371
372 #: rhodecode/lib/helpers.py:467
373 msgid "[stopped following] repository"
374 msgstr ""
375
376 #: rhodecode/lib/helpers.py:554 rhodecode/templates/changelog/changelog.html:68
377 #, python-format
378 msgid " and %s more"
379 msgstr ""
380
381 #: rhodecode/lib/helpers.py:557 rhodecode/templates/changelog/changelog.html:71
382 msgid "No Files"
383 msgstr ""
384
385 #: rhodecode/model/forms.py:54
47 386 msgid "Token mismatch"
48 387 msgstr ""
49 388
50 #: rhodecode/model/forms.py:52
51 msgid "Account number is invalid, it must be 26 digits"
389 #: rhodecode/model/forms.py:67
390 msgid "Invalid username"
391 msgstr ""
392
393 #: rhodecode/model/forms.py:76
394 msgid "This username already exists"
395 msgstr ""
396
397 #: rhodecode/model/forms.py:81
398 msgid ""
399 "Username may only contain alphanumeric characters underscores, periods or "
400 "dashes and must begin with alphanumeric character"
401 msgstr ""
402
403 #: rhodecode/model/forms.py:101 rhodecode/model/forms.py:109
404 #: rhodecode/model/forms.py:117
405 msgid "Invalid characters in password"
406 msgstr ""
407
408 #: rhodecode/model/forms.py:128
409 msgid "Password do not match"
410 msgstr ""
411
412 #: rhodecode/model/forms.py:133
413 msgid "invalid password"
414 msgstr ""
415
416 #: rhodecode/model/forms.py:134
417 msgid "invalid user name"
418 msgstr ""
419
420 #: rhodecode/model/forms.py:135
421 msgid "Your account is disabled"
422 msgstr ""
423
424 #: rhodecode/model/forms.py:172 rhodecode/model/forms.py:207
425 msgid "This username is not valid"
426 msgstr ""
427
428 #: rhodecode/model/forms.py:185
429 msgid "This repository name is disallowed"
430 msgstr ""
431
432 #: rhodecode/model/forms.py:189
433 msgid "This repository already exists"
434 msgstr ""
435
436 #: rhodecode/model/forms.py:201
437 msgid "Fork have to be the same type as original"
438 msgstr ""
439
440 #: rhodecode/model/forms.py:256
441 msgid "This is not a valid path"
442 msgstr ""
443
444 #: rhodecode/model/forms.py:270
445 msgid "This e-mail address is already taken"
446 msgstr ""
447
448 #: rhodecode/model/forms.py:286
449 msgid "This e-mail address doesn't exist."
450 msgstr ""
451
452 #: rhodecode/model/forms.py:311
453 #, python-format
454 msgid ""
455 "You need to specify %(user)s in template for example uid=%(user)s "
456 ",dc=company..."
457 msgstr ""
458
459 #: rhodecode/model/forms.py:317
460 #, python-format
461 msgid "Wrong template used, only %(user)s is an valid entry"
462 msgstr ""
463
464 #: rhodecode/model/forms.py:334
465 msgid "Please enter a login"
466 msgstr ""
467
468 #: rhodecode/model/forms.py:335
469 #, python-format
470 msgid "Enter a value %(min)i characters long or more"
471 msgstr ""
472
473 #: rhodecode/model/forms.py:343
474 msgid "Please enter a password"
475 msgstr ""
476
477 #: rhodecode/model/forms.py:344
478 #, python-format
479 msgid "Enter %(min)i characters or more"
480 msgstr ""
481
482 #: rhodecode/model/user.py:126
483 msgid "[RhodeCode] New User registration"
484 msgstr ""
485
486 #: rhodecode/model/user.py:138 rhodecode/model/user.py:159
487 msgid "You can't Edit this user since it's crucial for entire application"
488 msgstr ""
489
490 #: rhodecode/model/user.py:180
491 msgid "You can't remove this user since it's crucial for entire application"
492 msgstr ""
493
494 #: rhodecode/model/user.py:183
495 #, python-format
496 msgid ""
497 "This user still owns %s repositories and cannot be removed. Switch owners or "
498 "remove those repositories"
499 msgstr ""
500
501 #: rhodecode/templates/index.html:4 rhodecode/templates/index.html:30
502 msgid "Dashboard"
503 msgstr ""
504
505 #: rhodecode/templates/index.html:31
506 #: rhodecode/templates/admin/users/user_edit_my_account.html:101
507 msgid "quick filter..."
508 msgstr ""
509
510 #: rhodecode/templates/index.html:37
511 msgid "ADD NEW REPOSITORY"
512 msgstr ""
513
514 #: rhodecode/templates/index.html:48
515 #: rhodecode/templates/admin/repos/repo_add.html:31
516 #: rhodecode/templates/admin/repos/repo_add_create_repository.html:27
517 #: rhodecode/templates/admin/repos/repo_edit.html:32
518 #: rhodecode/templates/admin/repos/repos.html:30
519 #: rhodecode/templates/admin/users/user_edit_my_account.html:116
520 #: rhodecode/templates/files/files_browser.html:27
521 #: rhodecode/templates/settings/repo_settings.html:29
522 #: rhodecode/templates/summary/summary.html:31
523 #: rhodecode/templates/summary/summary.html:92
524 msgid "Name"
525 msgstr ""
526
527 #: rhodecode/templates/index.html:49
528 #: rhodecode/templates/admin/repos/repo_add.html:47
529 #: rhodecode/templates/admin/repos/repo_add_create_repository.html:44
530 #: rhodecode/templates/admin/repos/repo_edit.html:48
531 #: rhodecode/templates/admin/repos/repos.html:31
532 #: rhodecode/templates/settings/repo_fork.html:38
533 #: rhodecode/templates/settings/repo_settings.html:38
534 #: rhodecode/templates/summary/summary.html:75
535 msgid "Description"
536 msgstr ""
537
538 #: rhodecode/templates/index.html:50 rhodecode/templates/admin/repos/repos.html:32
539 #: rhodecode/templates/summary/summary.html:99
540 msgid "Last change"
541 msgstr ""
542
543 #: rhodecode/templates/index.html:51 rhodecode/templates/admin/repos/repos.html:33
544 msgid "Tip"
545 msgstr ""
546
547 #: rhodecode/templates/index.html:52
548 #: rhodecode/templates/admin/repos/repo_edit.html:73
549 msgid "Owner"
550 msgstr ""
551
552 #: rhodecode/templates/index.html:53 rhodecode/templates/summary/summary.html:236
553 msgid "RSS"
554 msgstr ""
555
556 #: rhodecode/templates/index.html:54 rhodecode/templates/summary/summary.html:237
557 msgid "Atom"
558 msgstr ""
559
560 #: rhodecode/templates/index.html:64 rhodecode/templates/admin/repos/repos.html:42
561 #: rhodecode/templates/admin/users/user_edit_my_account.html:126
562 #: rhodecode/templates/summary/summary.html:35
563 msgid "Mercurial repository"
564 msgstr ""
565
566 #: rhodecode/templates/index.html:66 rhodecode/templates/admin/repos/repos.html:44
567 #: rhodecode/templates/admin/users/user_edit_my_account.html:128
568 #: rhodecode/templates/summary/summary.html:38
569 msgid "Git repository"
570 msgstr ""
571
572 #: rhodecode/templates/index.html:73 rhodecode/templates/journal.html:67
573 #: rhodecode/templates/admin/repos/repo_edit.html:103
574 #: rhodecode/templates/settings/repo_settings.html:74
575 #: rhodecode/templates/summary/summary.html:42
576 msgid "private repository"
577 msgstr ""
578
579 #: rhodecode/templates/index.html:75 rhodecode/templates/journal.html:69
580 #: rhodecode/templates/summary/summary.html:44
581 msgid "public repository"
582 msgstr ""
583
584 #: rhodecode/templates/index.html:83 rhodecode/templates/base/base.html:221
585 #: rhodecode/templates/settings/repo_fork.html:11
586 msgid "fork"
587 msgstr ""
588
589 #: rhodecode/templates/index.html:84 rhodecode/templates/admin/repos/repos.html:60
590 #: rhodecode/templates/admin/users/user_edit_my_account.html:142
591 #: rhodecode/templates/summary/summary.html:63
592 #: rhodecode/templates/summary/summary.html:65
593 msgid "Fork of"
594 msgstr ""
595
596 #: rhodecode/templates/index.html:105 rhodecode/templates/admin/repos/repos.html:73
597 msgid "No changesets yet"
598 msgstr ""
599
600 #: rhodecode/templates/index.html:110
601 #, python-format
602 msgid "Subscribe to %s rss feed"
603 msgstr ""
604
605 #: rhodecode/templates/index.html:113
606 #, python-format
607 msgid "Subscribe to %s atom feed"
608 msgstr ""
609
610 #: rhodecode/templates/journal.html:4 rhodecode/templates/journal.html:17
611 #: rhodecode/templates/base/base.html:41 rhodecode/templates/base/base.html:278
612 #: rhodecode/templates/base/base.html:280 rhodecode/templates/base/base.html:282
613 msgid "Journal"
614 msgstr ""
615
616 #: rhodecode/templates/journal.html:45
617 msgid "No entries yet"
618 msgstr ""
619
620 #: rhodecode/templates/journal.html:53
621 msgid "Following"
622 msgstr ""
623
624 #: rhodecode/templates/journal.html:60
625 msgid "following user"
626 msgstr ""
627
628 #: rhodecode/templates/journal.html:60
629 #: rhodecode/templates/admin/repos/repo_edit.html:94
630 #: rhodecode/templates/settings/repo_settings.html:65
631 msgid "user"
632 msgstr ""
633
634 #: rhodecode/templates/journal.html:79
635 msgid "You are not following any users or repositories"
636 msgstr ""
637
638 #: rhodecode/templates/login.html:5
639 msgid "Sign In"
640 msgstr ""
641
642 #: rhodecode/templates/login.html:28
643 msgid "Sign In to"
644 msgstr ""
645
646 #: rhodecode/templates/login.html:38 rhodecode/templates/register.html:27
647 #: rhodecode/templates/admin/admin_log.html:5
648 #: rhodecode/templates/admin/users/user_add.html:32
649 #: rhodecode/templates/admin/users/user_edit.html:43
650 #: rhodecode/templates/admin/users/user_edit_my_account.html:41
651 #: rhodecode/templates/summary/summary.html:91
652 msgid "Username"
653 msgstr ""
654
655 #: rhodecode/templates/login.html:47 rhodecode/templates/register.html:36
656 #: rhodecode/templates/admin/ldap/ldap.html:50
657 #: rhodecode/templates/admin/users/user_add.html:41
658 msgid "Password"
659 msgstr ""
660
661 #: rhodecode/templates/login.html:67
662 msgid "Forgot your password ?"
663 msgstr ""
664
665 #: rhodecode/templates/login.html:70
666 msgid "Don't have an account ?"
667 msgstr ""
668
669 #: rhodecode/templates/password_reset.html:5
670 msgid "Reset You password"
671 msgstr ""
672
673 #: rhodecode/templates/password_reset.html:18
674 msgid "Reset You password to"
675 msgstr ""
676
677 #: rhodecode/templates/password_reset.html:28
678 msgid "Email address"
679 msgstr ""
680
681 #: rhodecode/templates/password_reset.html:38
682 msgid "Your new password will be send to matching email address"
683 msgstr ""
684
685 #: rhodecode/templates/register.html:5
686 msgid "Sign Up"
687 msgstr ""
688
689 #: rhodecode/templates/register.html:18
690 msgid "Sign Up to"
691 msgstr ""
692
693 #: rhodecode/templates/register.html:45
694 msgid "Re-enter password"
695 msgstr ""
696
697 #: rhodecode/templates/register.html:54
698 #: rhodecode/templates/admin/users/user_add.html:50
699 #: rhodecode/templates/admin/users/user_edit.html:61
700 #: rhodecode/templates/admin/users/user_edit_my_account.html:59
701 msgid "First Name"
702 msgstr ""
703
704 #: rhodecode/templates/register.html:63
705 #: rhodecode/templates/admin/users/user_add.html:59
706 #: rhodecode/templates/admin/users/user_edit.html:70
707 #: rhodecode/templates/admin/users/user_edit_my_account.html:68
708 msgid "Last Name"
709 msgstr ""
710
711 #: rhodecode/templates/register.html:72
712 #: rhodecode/templates/admin/users/user_add.html:68
713 #: rhodecode/templates/admin/users/user_edit.html:79
714 #: rhodecode/templates/admin/users/user_edit_my_account.html:77
715 #: rhodecode/templates/summary/summary.html:93
716 msgid "Email"
717 msgstr ""
718
719 #: rhodecode/templates/register.html:83
720 msgid "Your account will be activated right after registration"
721 msgstr ""
722
723 #: rhodecode/templates/register.html:85
724 msgid "Your account must wait for activation by administrator"
725 msgstr ""
726
727 #: rhodecode/templates/admin/admin.html:5 rhodecode/templates/admin/admin.html:9
728 msgid "Admin journal"
729 msgstr ""
730
731 #: rhodecode/templates/admin/admin_log.html:6
732 msgid "Action"
733 msgstr ""
734
735 #: rhodecode/templates/admin/admin_log.html:7
736 msgid "Repository"
737 msgstr ""
738
739 #: rhodecode/templates/admin/admin_log.html:8
740 msgid "Date"
741 msgstr ""
742
743 #: rhodecode/templates/admin/admin_log.html:9
744 msgid "From IP"
745 msgstr ""
746
747 #: rhodecode/templates/admin/admin_log.html:62
748 msgid "No actions yet"
749 msgstr ""
750
751 #: rhodecode/templates/admin/ldap/ldap.html:5
752 #: rhodecode/templates/admin/ldap/ldap.html:24
753 msgid "LDAP administration"
754 msgstr ""
755
756 #: rhodecode/templates/admin/ldap/ldap.html:11
757 msgid "Ldap"
758 msgstr ""
759
760 #: rhodecode/templates/admin/ldap/ldap.html:30
761 msgid "Enable ldap"
762 msgstr ""
763
764 #: rhodecode/templates/admin/ldap/ldap.html:34
765 msgid "Host"
766 msgstr ""
767
768 #: rhodecode/templates/admin/ldap/ldap.html:38
769 msgid "Port"
770 msgstr ""
771
772 #: rhodecode/templates/admin/ldap/ldap.html:42
773 msgid "Enable LDAPS"
774 msgstr ""
775
776 #: rhodecode/templates/admin/ldap/ldap.html:46
777 msgid "Account"
778 msgstr ""
779
780 #: rhodecode/templates/admin/ldap/ldap.html:54
781 msgid "Base DN"
782 msgstr ""
783
784 #: rhodecode/templates/admin/permissions/permissions.html:5
785 msgid "Permissions administration"
786 msgstr ""
787
788 #: rhodecode/templates/admin/permissions/permissions.html:11
789 #: rhodecode/templates/admin/repos/repo_edit.html:85
790 #: rhodecode/templates/settings/repo_settings.html:56
791 msgid "Permissions"
792 msgstr ""
793
794 #: rhodecode/templates/admin/permissions/permissions.html:24
795 msgid "Default permissions"
796 msgstr ""
797
798 #: rhodecode/templates/admin/permissions/permissions.html:31
799 msgid "Anonymous access"
800 msgstr ""
801
802 #: rhodecode/templates/admin/permissions/permissions.html:41
803 msgid "Repository permission"
804 msgstr ""
805
806 #: rhodecode/templates/admin/permissions/permissions.html:49
807 msgid ""
808 "All default permissions on each repository will be reset to choosen "
809 "permission, note that all custom default permission on repositories will be "
810 "lost"
811 msgstr ""
812
813 #: rhodecode/templates/admin/permissions/permissions.html:50
814 msgid "overwrite existing settings"
815 msgstr ""
816
817 #: rhodecode/templates/admin/permissions/permissions.html:55
818 msgid "Registration"
819 msgstr ""
820
821 #: rhodecode/templates/admin/permissions/permissions.html:63
822 msgid "Repository creation"
823 msgstr ""
824
825 #: rhodecode/templates/admin/repos/repo_add.html:5
826 #: rhodecode/templates/admin/repos/repo_add_create_repository.html:5
827 msgid "Add repository"
828 msgstr ""
829
830 #: rhodecode/templates/admin/repos/repo_add.html:11
831 #: rhodecode/templates/admin/repos/repo_edit.html:11
832 #: rhodecode/templates/admin/repos/repos.html:10
833 msgid "Repositories"
834 msgstr ""
835
836 #: rhodecode/templates/admin/repos/repo_add.html:13
837 msgid "add new"
838 msgstr ""
839
840 #: rhodecode/templates/admin/repos/repo_add.html:39
841 #: rhodecode/templates/admin/repos/repo_add_create_repository.html:36
842 #: rhodecode/templates/admin/repos/repo_edit.html:40
843 msgid "Type"
844 msgstr ""
845
846 #: rhodecode/templates/admin/repos/repo_add.html:55
847 #: rhodecode/templates/admin/repos/repo_add_create_repository.html:52
848 #: rhodecode/templates/admin/repos/repo_edit.html:57
849 #: rhodecode/templates/settings/repo_fork.html:46
850 #: rhodecode/templates/settings/repo_settings.html:47
851 msgid "Private"
852 msgstr ""
853
854 #: rhodecode/templates/admin/repos/repo_add_create_repository.html:9
855 msgid "add new repository"
856 msgstr ""
857
858 #: rhodecode/templates/admin/repos/repo_edit.html:5
859 msgid "Edit repository"
860 msgstr ""
861
862 #: rhodecode/templates/admin/repos/repo_edit.html:13
863 #: rhodecode/templates/admin/users/user_edit.html:13
864 #: rhodecode/templates/admin/users/user_edit_my_account.html:147
865 msgid "edit"
866 msgstr ""
867
868 #: rhodecode/templates/admin/repos/repo_edit.html:65
869 msgid "Enable statistics"
870 msgstr ""
871
872 #: rhodecode/templates/admin/repos/repo_edit.html:90
873 #: rhodecode/templates/settings/repo_settings.html:61
874 msgid "none"
875 msgstr ""
876
877 #: rhodecode/templates/admin/repos/repo_edit.html:91
878 #: rhodecode/templates/settings/repo_settings.html:62
879 msgid "read"
880 msgstr ""
881
882 #: rhodecode/templates/admin/repos/repo_edit.html:92
883 #: rhodecode/templates/settings/repo_settings.html:63
884 msgid "write"
885 msgstr ""
886
887 #: rhodecode/templates/admin/repos/repo_edit.html:93
888 #: rhodecode/templates/admin/users/users.html:37
889 #: rhodecode/templates/base/base.html:226
890 #: rhodecode/templates/settings/repo_settings.html:64
891 msgid "admin"
892 msgstr ""
893
894 #: rhodecode/templates/admin/repos/repo_edit.html:124
895 #: rhodecode/templates/settings/repo_settings.html:95
896 msgid "Failed to remove user"
897 msgstr ""
898
899 #: rhodecode/templates/admin/repos/repo_edit.html:151
900 #: rhodecode/templates/settings/repo_settings.html:123
901 msgid "Add another user"
902 msgstr ""
903
904 #: rhodecode/templates/admin/repos/repo_edit.html:293
905 msgid "Administration"
906 msgstr ""
907
908 #: rhodecode/templates/admin/repos/repo_edit.html:296
909 msgid "Statistics"
910 msgstr ""
911
912 #: rhodecode/templates/admin/repos/repo_edit.html:301
913 msgid "Reset current statistics"
914 msgstr ""
915
916 #: rhodecode/templates/admin/repos/repo_edit.html:305
917 msgid "Fetched to rev"
918 msgstr ""
919
920 #: rhodecode/templates/admin/repos/repo_edit.html:306
921 msgid "Percentage of stats gathered"
922 msgstr ""
923
924 #: rhodecode/templates/admin/repos/repo_edit.html:314
925 msgid "Cache"
926 msgstr ""
927
928 #: rhodecode/templates/admin/repos/repo_edit.html:318
929 msgid "Invalidate repository cache"
930 msgstr ""
931
932 #: rhodecode/templates/admin/repos/repo_edit.html:324
933 msgid "Delete"
934 msgstr ""
935
936 #: rhodecode/templates/admin/repos/repo_edit.html:328
937 msgid "Remove this repository"
938 msgstr ""
939
940 #: rhodecode/templates/admin/repos/repos.html:5
941 msgid "Repositories administration"
942 msgstr ""
943
944 #: rhodecode/templates/admin/repos/repos.html:34
945 #: rhodecode/templates/summary/summary.html:85
946 msgid "Contact"
947 msgstr ""
948
949 #: rhodecode/templates/admin/repos/repos.html:35
950 #: rhodecode/templates/admin/users/user_edit_my_account.html:118
951 #: rhodecode/templates/admin/users/users.html:39
952 msgid "action"
953 msgstr ""
954
955 #: rhodecode/templates/admin/repos/repos.html:51
956 #: rhodecode/templates/admin/users/user_edit_my_account.html:133
957 #: rhodecode/templates/admin/users/user_edit_my_account.html:147
958 msgid "private"
959 msgstr ""
960
961 #: rhodecode/templates/admin/repos/repos.html:53
962 #: rhodecode/templates/admin/repos/repos.html:59
963 #: rhodecode/templates/admin/users/user_edit_my_account.html:135
964 #: rhodecode/templates/admin/users/user_edit_my_account.html:141
965 #: rhodecode/templates/summary/summary.html:62
966 msgid "public"
967 msgstr ""
968
969 #: rhodecode/templates/admin/settings/settings.html:5
970 msgid "Settings administration"
971 msgstr ""
972
973 #: rhodecode/templates/admin/settings/settings.html:9
974 #: rhodecode/templates/settings/repo_settings.html:5
975 #: rhodecode/templates/settings/repo_settings.html:11
976 msgid "Settings"
977 msgstr ""
978
979 #: rhodecode/templates/admin/settings/settings.html:24
980 msgid "Remap and rescan repositories"
981 msgstr ""
982
983 #: rhodecode/templates/admin/settings/settings.html:32
984 msgid "rescan option"
985 msgstr ""
986
987 #: rhodecode/templates/admin/settings/settings.html:38
988 msgid ""
989 "In case a repository was deleted from filesystem and there are leftovers in "
990 "the database check this option to scan obsolete data in database and remove "
991 "it."
992 msgstr ""
993
994 #: rhodecode/templates/admin/settings/settings.html:39
995 msgid "destroy old data"
996 msgstr ""
997
998 #: rhodecode/templates/admin/settings/settings.html:51
999 msgid "Whoosh indexing"
1000 msgstr ""
1001
1002 #: rhodecode/templates/admin/settings/settings.html:59
1003 msgid "index build option"
1004 msgstr ""
1005
1006 #: rhodecode/templates/admin/settings/settings.html:64
1007 msgid "build from scratch"
1008 msgstr ""
1009
1010 #: rhodecode/templates/admin/settings/settings.html:76
1011 msgid "Global application settings"
1012 msgstr ""
1013
1014 #: rhodecode/templates/admin/settings/settings.html:85
1015 msgid "Application name"
1016 msgstr ""
1017
1018 #: rhodecode/templates/admin/settings/settings.html:94
1019 msgid "Realm text"
1020 msgstr ""
1021
1022 #: rhodecode/templates/admin/settings/settings.html:109
1023 msgid "Mercurial settings"
52 1024 msgstr ""
53 1025
1026 #: rhodecode/templates/admin/settings/settings.html:118
1027 msgid "Web"
1028 msgstr ""
1029
1030 #: rhodecode/templates/admin/settings/settings.html:123
1031 msgid "require ssl for pushing"
1032 msgstr ""
1033
1034 #: rhodecode/templates/admin/settings/settings.html:130
1035 msgid "Hooks"
1036 msgstr ""
1037
1038 #: rhodecode/templates/admin/settings/settings.html:135
1039 msgid "Update repository after push (hg update)"
1040 msgstr ""
1041
1042 #: rhodecode/templates/admin/settings/settings.html:139
1043 msgid "Show repository size after push"
1044 msgstr ""
1045
1046 #: rhodecode/templates/admin/settings/settings.html:143
1047 msgid "Log user push commands"
1048 msgstr ""
1049
1050 #: rhodecode/templates/admin/settings/settings.html:147
1051 msgid "Log user pull commands"
1052 msgstr ""
1053
1054 #: rhodecode/templates/admin/settings/settings.html:154
1055 msgid "Repositories location"
1056 msgstr ""
1057
1058 #: rhodecode/templates/admin/settings/settings.html:159
1059 msgid ""
1060 "This a crucial application setting. If You really sure you need to change "
1061 "this, you must restart application in order to make this settings take "
1062 "effect. Click this label to unlock."
1063 msgstr ""
1064
1065 #: rhodecode/templates/admin/settings/settings.html:160
1066 msgid "unlock"
1067 msgstr ""
1068
1069 #: rhodecode/templates/admin/users/user_add.html:5
1070 msgid "Add user"
1071 msgstr ""
1072
1073 #: rhodecode/templates/admin/users/user_add.html:10
1074 #: rhodecode/templates/admin/users/user_edit.html:11
1075 #: rhodecode/templates/admin/users/users.html:9
1076 msgid "Users"
1077 msgstr ""
1078
1079 #: rhodecode/templates/admin/users/user_add.html:12
1080 msgid "add new user"
1081 msgstr ""
1082
1083 #: rhodecode/templates/admin/users/user_add.html:77
1084 #: rhodecode/templates/admin/users/user_edit.html:88
1085 msgid "Active"
1086 msgstr ""
1087
1088 #: rhodecode/templates/admin/users/user_edit.html:5
1089 msgid "Edit user"
1090 msgstr ""
1091
1092 #: rhodecode/templates/admin/users/user_edit.html:36
1093 #: rhodecode/templates/admin/users/user_edit_my_account.html:33
1094 msgid "Using"
1095 msgstr ""
1096
1097 #: rhodecode/templates/admin/users/user_edit.html:52
1098 #: rhodecode/templates/admin/users/user_edit_my_account.html:50
1099 msgid "New password"
1100 msgstr ""
1101
1102 #: rhodecode/templates/admin/users/user_edit_my_account.html:5
1103 msgid "My account"
1104 msgstr ""
1105
1106 #: rhodecode/templates/admin/users/user_edit_my_account.html:9
1107 msgid "My Account"
1108 msgstr ""
1109
1110 #: rhodecode/templates/admin/users/user_edit_my_account.html:100
1111 msgid "My repositories"
1112 msgstr ""
1113
1114 #: rhodecode/templates/admin/users/user_edit_my_account.html:106
1115 msgid "ADD REPOSITORY"
1116 msgstr ""
1117
1118 #: rhodecode/templates/admin/users/user_edit_my_account.html:117
1119 #: rhodecode/templates/branches/branches_data.html:7
1120 #: rhodecode/templates/shortlog/shortlog_data.html:8
1121 #: rhodecode/templates/tags/tags_data.html:7
1122 msgid "revision"
1123 msgstr ""
1124
1125 #: rhodecode/templates/admin/users/user_edit_my_account.html:156
1126 msgid "No repositories yet"
1127 msgstr ""
1128
1129 #: rhodecode/templates/admin/users/user_edit_my_account.html:158
1130 msgid "create one now"
1131 msgstr ""
1132
1133 #: rhodecode/templates/admin/users/users.html:5
1134 msgid "Users administration"
1135 msgstr ""
1136
1137 #: rhodecode/templates/admin/users/users.html:33
1138 msgid "username"
1139 msgstr ""
1140
1141 #: rhodecode/templates/admin/users/users.html:34
1142 #: rhodecode/templates/branches/branches_data.html:5
1143 #: rhodecode/templates/tags/tags_data.html:5
1144 msgid "name"
1145 msgstr ""
1146
1147 #: rhodecode/templates/admin/users/users.html:35
1148 msgid "lastname"
1149 msgstr ""
1150
1151 #: rhodecode/templates/admin/users/users.html:36
1152 msgid "active"
1153 msgstr ""
1154
1155 #: rhodecode/templates/admin/users/users.html:38
1156 #: rhodecode/templates/base/base.html:233
1157 msgid "ldap"
1158 msgstr ""
1159
1160 #: rhodecode/templates/base/base.html:37 rhodecode/templates/base/base.html:269
1161 #: rhodecode/templates/base/base.html:271 rhodecode/templates/base/base.html:273
1162 msgid "Home"
1163 msgstr ""
1164
1165 #: rhodecode/templates/base/base.html:87
1166 msgid "Submit a bug"
1167 msgstr ""
1168
1169 #: rhodecode/templates/base/base.html:88
1170 msgid "GPL license"
1171 msgstr ""
1172
1173 #: rhodecode/templates/base/base.html:120
1174 msgid "Switch repository"
1175 msgstr ""
1176
1177 #: rhodecode/templates/base/base.html:122
1178 msgid "Products"
1179 msgstr ""
1180
1181 #: rhodecode/templates/base/base.html:130
1182 msgid "Private repository"
1183 msgstr ""
1184
1185 #: rhodecode/templates/base/base.html:132
1186 msgid "Public repository"
1187 msgstr ""
1188
1189 #: rhodecode/templates/base/base.html:139 rhodecode/templates/base/base.html:141
1190 #: rhodecode/templates/base/base.html:143
1191 #: rhodecode/templates/summary/summary.html:4
1192 msgid "Summary"
1193 msgstr ""
1194
1195 #: rhodecode/templates/base/base.html:155 rhodecode/templates/base/base.html:157
1196 #: rhodecode/templates/base/base.html:159
1197 #: rhodecode/templates/changelog/changelog.html:6
1198 #: rhodecode/templates/changelog/changelog.html:14
1199 msgid "Changelog"
1200 msgstr ""
1201
1202 #: rhodecode/templates/base/base.html:164 rhodecode/templates/base/base.html:166
1203 #: rhodecode/templates/base/base.html:168
1204 msgid "Switch to"
1205 msgstr ""
1206
1207 #: rhodecode/templates/base/base.html:172
1208 #: rhodecode/templates/branches/branches.html:13
1209 msgid "branches"
1210 msgstr ""
1211
1212 #: rhodecode/templates/base/base.html:179
1213 #: rhodecode/templates/branches/branches_data.html:32
1214 msgid "There are no branches yet"
1215 msgstr ""
1216
1217 #: rhodecode/templates/base/base.html:184
1218 #: rhodecode/templates/shortlog/shortlog_data.html:10
1219 #: rhodecode/templates/tags/tags.html:14
1220 msgid "tags"
1221 msgstr ""
1222
1223 #: rhodecode/templates/base/base.html:191
1224 #: rhodecode/templates/tags/tags_data.html:32
1225 msgid "There are no tags yet"
1226 msgstr ""
1227
1228 #: rhodecode/templates/base/base.html:198 rhodecode/templates/base/base.html:200
1229 #: rhodecode/templates/base/base.html:202 rhodecode/templates/files/files.html:4
1230 msgid "Files"
1231 msgstr ""
1232
1233 #: rhodecode/templates/base/base.html:207 rhodecode/templates/base/base.html:211
1234 #: rhodecode/templates/files/files_annotate.html:40
1235 #: rhodecode/templates/files/files_source.html:11
1236 msgid "Options"
1237 msgstr ""
1238
1239 #: rhodecode/templates/base/base.html:216 rhodecode/templates/base/base.html:218
1240 #: rhodecode/templates/base/base.html:234
1241 msgid "settings"
1242 msgstr ""
1243
1244 #: rhodecode/templates/base/base.html:222
1245 msgid "search"
1246 msgstr ""
1247
1248 #: rhodecode/templates/base/base.html:229
1249 msgid "journal"
1250 msgstr ""
1251
1252 #: rhodecode/templates/base/base.html:230
1253 msgid "repositories"
1254 msgstr ""
1255
1256 #: rhodecode/templates/base/base.html:231
1257 msgid "users"
1258 msgstr ""
1259
1260 #: rhodecode/templates/base/base.html:232
1261 msgid "permissions"
1262 msgstr ""
1263
1264 #: rhodecode/templates/base/base.html:246 rhodecode/templates/base/base.html:248
1265 msgid "Followers"
1266 msgstr ""
1267
1268 #: rhodecode/templates/base/base.html:254 rhodecode/templates/base/base.html:256
1269 msgid "Forks"
1270 msgstr ""
1271
1272 #: rhodecode/templates/base/base.html:287 rhodecode/templates/base/base.html:289
1273 #: rhodecode/templates/base/base.html:291 rhodecode/templates/search/search.html:4
1274 #: rhodecode/templates/search/search.html:24
1275 #: rhodecode/templates/search/search.html:46
1276 msgid "Search"
1277 msgstr ""
1278
1279 #: rhodecode/templates/base/base.html:339
1280 #: rhodecode/templates/summary/summary.html:49
1281 msgid "Stop following this repository"
1282 msgstr ""
1283
1284 #: rhodecode/templates/base/base.html:343
1285 #: rhodecode/templates/summary/summary.html:53
1286 msgid "Start following this repository"
1287 msgstr ""
1288
1289 #: rhodecode/templates/branches/branches_data.html:4
1290 #: rhodecode/templates/tags/tags_data.html:4
1291 msgid "date"
1292 msgstr ""
1293
1294 #: rhodecode/templates/branches/branches_data.html:6
1295 #: rhodecode/templates/shortlog/shortlog_data.html:7
1296 #: rhodecode/templates/tags/tags_data.html:6
1297 msgid "author"
1298 msgstr ""
1299
1300 #: rhodecode/templates/branches/branches_data.html:8
1301 #: rhodecode/templates/shortlog/shortlog_data.html:11
1302 #: rhodecode/templates/tags/tags_data.html:8
1303 msgid "links"
1304 msgstr ""
1305
1306 #: rhodecode/templates/branches/branches_data.html:24
1307 #: rhodecode/templates/shortlog/shortlog_data.html:39
1308 #: rhodecode/templates/tags/tags_data.html:24
1309 msgid "changeset"
1310 msgstr ""
1311
1312 #: rhodecode/templates/branches/branches_data.html:26
1313 #: rhodecode/templates/files/files.html:12
1314 #: rhodecode/templates/shortlog/shortlog_data.html:41
1315 #: rhodecode/templates/summary/summary.html:161
1316 #: rhodecode/templates/tags/tags_data.html:26
1317 msgid "files"
1318 msgstr ""
1319
1320 #: rhodecode/templates/changelog/changelog.html:14
1321 msgid "showing "
1322 msgstr ""
1323
1324 #: rhodecode/templates/changelog/changelog.html:14
1325 msgid "out of"
1326 msgstr ""
1327
1328 #: rhodecode/templates/changelog/changelog.html:38
1329 msgid "Show"
1330 msgstr ""
1331
1332 #: rhodecode/templates/changelog/changelog.html:41
1333 msgid "set"
1334 msgstr ""
1335
1336 #: rhodecode/templates/changelog/changelog.html:49
1337 #: rhodecode/templates/changeset/changeset.html:40
1338 #: rhodecode/templates/summary/summary.html:552
1339 msgid "commit"
1340 msgstr ""
1341
1342 #: rhodecode/templates/changelog/changelog.html:74
1343 #: rhodecode/templates/changeset/changeset.html:52
1344 msgid "removed"
1345 msgstr ""
1346
1347 #: rhodecode/templates/changelog/changelog.html:75
1348 #: rhodecode/templates/changeset/changeset.html:53
1349 msgid "changed"
1350 msgstr ""
1351
1352 #: rhodecode/templates/changelog/changelog.html:76
1353 #: rhodecode/templates/changeset/changeset.html:54
1354 msgid "added"
1355 msgstr ""
1356
1357 #: rhodecode/templates/changelog/changelog.html:80
1358 #: rhodecode/templates/changeset/changeset.html:58
1359 msgid "merge"
1360 msgstr ""
1361
1362 #: rhodecode/templates/changelog/changelog.html:85
1363 #: rhodecode/templates/changeset/changeset.html:64
1364 msgid "Parent"
1365 msgstr ""
1366
1367 #: rhodecode/templates/changelog/changelog.html:90
1368 #: rhodecode/templates/changeset/changeset.html:69
1369 msgid "No parents"
1370 msgstr ""
1371
1372 #: rhodecode/templates/changelog/changelog.html:95
1373 #: rhodecode/templates/changeset/changeset.html:72
1374 #: rhodecode/templates/files/files.html:29
1375 #: rhodecode/templates/files/files_annotate.html:25
1376 #: rhodecode/templates/shortlog/shortlog_data.html:9
1377 msgid "branch"
1378 msgstr ""
1379
1380 #: rhodecode/templates/changelog/changelog.html:99
1381 #: rhodecode/templates/changeset/changeset.html:75
1382 msgid "tag"
1383 msgstr ""
1384
1385 #: rhodecode/templates/changelog/changelog.html:132
1386 #: rhodecode/templates/shortlog/shortlog_data.html:64
1387 msgid "There are no changes yet"
1388 msgstr ""
1389
1390 #: rhodecode/templates/changeset/changeset.html:4
1391 #: rhodecode/templates/changeset/changeset.html:12
1392 #: rhodecode/templates/changeset/changeset.html:29
1393 msgid "Changeset"
1394 msgstr ""
1395
1396 #: rhodecode/templates/changeset/changeset.html:30
1397 #: rhodecode/templates/changeset/changeset.html:104
1398 #: rhodecode/templates/files/file_diff.html:32
1399 msgid "raw diff"
1400 msgstr ""
1401
1402 #: rhodecode/templates/changeset/changeset.html:32
1403 #: rhodecode/templates/changeset/changeset.html:106
1404 #: rhodecode/templates/files/file_diff.html:34
1405 msgid "download diff"
1406 msgstr ""
1407
1408 #: rhodecode/templates/changeset/changeset.html:81
1409 msgid "Files affected"
1410 msgstr ""
1411
1412 #: rhodecode/templates/changeset/changeset.html:102
1413 #: rhodecode/templates/files/file_diff.html:30
1414 msgid "diff"
1415 msgstr ""
1416
1417 #: rhodecode/templates/changeset/changeset.html:115
1418 msgid "No changes in this file"
1419 msgstr ""
1420
1421 #: rhodecode/templates/errors/error_404.html:5
1422 msgid "Repository not found"
1423 msgstr ""
1424
1425 #: rhodecode/templates/errors/error_404.html:22
1426 msgid "Not Found"
1427 msgstr ""
1428
1429 #: rhodecode/templates/errors/error_404.html:23
1430 #, python-format
1431 msgid "The specified repository \"%s\" is unknown, sorry."
1432 msgstr ""
1433
1434 #: rhodecode/templates/errors/error_404.html:26
1435 #, python-format
1436 msgid "Create \"%s\" repository as %s"
1437 msgstr ""
1438
1439 #: rhodecode/templates/errors/error_404.html:29
1440 msgid "Go back to the main repository list page"
1441 msgstr ""
1442
1443 #: rhodecode/templates/errors/error_document.html:44
1444 #, python-format
1445 msgid "You will be redirected to %s in %s seconds"
1446 msgstr ""
1447
1448 #: rhodecode/templates/files/file_diff.html:4
1449 #: rhodecode/templates/files/file_diff.html:12
1450 msgid "File diff"
1451 msgstr ""
1452
1453 #: rhodecode/templates/files/file_diff.html:40
1454 msgid "No changes"
1455 msgstr ""
1456
1457 #: rhodecode/templates/files/files.html:37
1458 #: rhodecode/templates/files/files_annotate.html:31
1459 msgid "Location"
1460 msgstr ""
1461
1462 #: rhodecode/templates/files/files.html:46
1463 msgid "Go back"
1464 msgstr ""
1465
1466 #: rhodecode/templates/files/files.html:47
1467 msgid "No files at given path"
1468 msgstr ""
1469
1470 #: rhodecode/templates/files/files_annotate.html:4
1471 msgid "File annotate"
1472 msgstr ""
1473
1474 #: rhodecode/templates/files/files_annotate.html:12
1475 msgid "annotate"
1476 msgstr ""
1477
1478 #: rhodecode/templates/files/files_annotate.html:33
1479 #: rhodecode/templates/files/files_browser.html:30
1480 #: rhodecode/templates/files/files_source.html:2
1481 msgid "Revision"
1482 msgstr ""
1483
1484 #: rhodecode/templates/files/files_annotate.html:36
1485 #: rhodecode/templates/files/files_browser.html:28
1486 #: rhodecode/templates/files/files_source.html:7
1487 msgid "Size"
1488 msgstr ""
1489
1490 #: rhodecode/templates/files/files_annotate.html:38
1491 #: rhodecode/templates/files/files_browser.html:29
1492 #: rhodecode/templates/files/files_source.html:9
1493 msgid "Mimetype"
1494 msgstr ""
1495
1496 #: rhodecode/templates/files/files_annotate.html:41
1497 msgid "show source"
1498 msgstr ""
1499
1500 #: rhodecode/templates/files/files_annotate.html:43
1501 #: rhodecode/templates/files/files_annotate.html:69
1502 #: rhodecode/templates/files/files_source.html:14
1503 #: rhodecode/templates/files/files_source.html:42
1504 msgid "show as raw"
1505 msgstr ""
1506
1507 #: rhodecode/templates/files/files_annotate.html:45
1508 #: rhodecode/templates/files/files_source.html:16
1509 msgid "download as raw"
1510 msgstr ""
1511
1512 #: rhodecode/templates/files/files_annotate.html:48
1513 #: rhodecode/templates/files/files_source.html:19
1514 msgid "History"
1515 msgstr ""
1516
1517 #: rhodecode/templates/files/files_annotate.html:69
1518 #: rhodecode/templates/files/files_source.html:42
1519 msgid "File is to big to display"
1520 msgstr ""
1521
1522 #: rhodecode/templates/files/files_browser.html:12
1523 msgid "view"
1524 msgstr ""
1525
1526 #: rhodecode/templates/files/files_browser.html:13
1527 msgid "previous revision"
1528 msgstr ""
1529
1530 #: rhodecode/templates/files/files_browser.html:15
1531 msgid "next revision"
1532 msgstr ""
1533
1534 #: rhodecode/templates/files/files_browser.html:31
1535 msgid "Last modified"
1536 msgstr ""
1537
1538 #: rhodecode/templates/files/files_browser.html:32
1539 msgid "Last commiter"
1540 msgstr ""
1541
1542 #: rhodecode/templates/files/files_source.html:12
1543 msgid "show annotation"
1544 msgstr ""
1545
1546 #: rhodecode/templates/search/search.html:7
1547 #: rhodecode/templates/search/search.html:26
1548 msgid "in repository: "
1549 msgstr ""
1550
1551 #: rhodecode/templates/search/search.html:9
1552 #: rhodecode/templates/search/search.html:28
1553 msgid "in all repositories"
1554 msgstr ""
1555
1556 #: rhodecode/templates/search/search.html:42
1557 msgid "Search term"
1558 msgstr ""
1559
1560 #: rhodecode/templates/search/search.html:54
1561 msgid "Search in"
1562 msgstr ""
1563
1564 #: rhodecode/templates/search/search.html:57
1565 msgid "Source codes"
1566 msgstr ""
1567
1568 #: rhodecode/templates/search/search.html:59
1569 msgid "File names"
1570 msgstr ""
1571
1572 #: rhodecode/templates/search/search_content.html:20
1573 #: rhodecode/templates/search/search_path.html:15
1574 msgid "Permission denied"
1575 msgstr ""
1576
1577 #: rhodecode/templates/settings/repo_fork.html:5
1578 msgid "Fork"
1579 msgstr ""
1580
1581 #: rhodecode/templates/settings/repo_fork.html:29
1582 msgid "Fork name"
1583 msgstr ""
1584
1585 #: rhodecode/templates/shortlog/shortlog.html:5
1586 #: rhodecode/templates/summary/summary.html:609
1587 msgid "Shortlog"
1588 msgstr ""
1589
1590 #: rhodecode/templates/shortlog/shortlog.html:14
1591 msgid "shortlog"
1592 msgstr ""
1593
1594 #: rhodecode/templates/shortlog/shortlog_data.html:5
1595 msgid "commit message"
1596 msgstr ""
1597
1598 #: rhodecode/templates/shortlog/shortlog_data.html:6
1599 msgid "age"
1600 msgstr ""
1601
1602 #: rhodecode/templates/summary/summary.html:12
1603 msgid "summary"
1604 msgstr ""
1605
1606 #: rhodecode/templates/summary/summary.html:103
1607 msgid "by"
1608 msgstr ""
1609
1610 #: rhodecode/templates/summary/summary.html:110
1611 msgid "Clone url"
1612 msgstr ""
1613
1614 #: rhodecode/templates/summary/summary.html:119
1615 msgid "Trending source files"
1616 msgstr ""
1617
1618 #: rhodecode/templates/summary/summary.html:184
1619 #: rhodecode/templates/summary/summary.html:627
1620 #: rhodecode/templates/summary/summary.html:638
1621 msgid "show more"
1622 msgstr ""
1623
1624 #: rhodecode/templates/summary/summary.html:217
1625 msgid "Download"
1626 msgstr ""
1627
1628 #: rhodecode/templates/summary/summary.html:233
1629 msgid "Feeds"
1630 msgstr ""
1631
1632 #: rhodecode/templates/summary/summary.html:247
1633 msgid "Commit activity by day / author"
1634 msgstr ""
1635
1636 #: rhodecode/templates/summary/summary.html:546
1637 msgid "commits"
1638 msgstr ""
1639
1640 #: rhodecode/templates/summary/summary.html:547
1641 msgid "files added"
1642 msgstr ""
1643
1644 #: rhodecode/templates/summary/summary.html:548
1645 msgid "files changed"
1646 msgstr ""
1647
1648 #: rhodecode/templates/summary/summary.html:549
1649 msgid "files removed"
1650 msgstr ""
1651
1652 #: rhodecode/templates/summary/summary.html:553
1653 msgid "file added"
1654 msgstr ""
1655
1656 #: rhodecode/templates/summary/summary.html:554
1657 msgid "file changed"
1658 msgstr ""
1659
1660 #: rhodecode/templates/summary/summary.html:555
1661 msgid "file removed"
1662 msgstr ""
1663
@@ -1,112 +1,113 b''
1 1 import sys
2 2 from rhodecode import get_version
3 3 from rhodecode import __platform__
4 4
5 5 py_version = sys.version_info
6 6
7 7 requirements = [
8 8 "Pylons==1.0.0",
9 9 "WebHelpers==1.2",
10 10 "SQLAlchemy==0.6.6",
11 11 "Mako==0.4.0",
12 12 "vcs==0.1.11",
13 13 "pygments==1.4.0",
14 14 "mercurial==1.7.5",
15 15 "whoosh==1.3.4",
16 16 "celery==2.2.4",
17 17 "babel",
18 18 ]
19 19
20 20 classifiers = ['Development Status :: 5 - Production/Stable',
21 21 'Environment :: Web Environment',
22 22 'Framework :: Pylons',
23 23 'Intended Audience :: Developers',
24 24 'License :: OSI Approved :: BSD License',
25 25 'Operating System :: OS Independent',
26 26 'Programming Language :: Python', ]
27 27
28 28 if py_version < (2, 6):
29 29 requirements.append("simplejson")
30 30 requirements.append("pysqlite")
31 31
32 32 if __platform__ in ('Linux', 'Darwin'):
33 33 requirements.append("py-bcrypt")
34 34
35 35
36 36 #additional files from project that goes somewhere in the filesystem
37 37 #relative to sys.prefix
38 38 data_files = []
39 39
40 40 #additional files that goes into package itself
41 41 package_data = {'rhodecode': ['i18n/*/LC_MESSAGES/*.mo', ], }
42 42
43 43 description = ('Mercurial repository browser/management with '
44 44 'build in push/pull server and full text search')
45 45 keywords = ' '.join (['rhodecode', 'rhodiumcode', 'mercurial', 'git',
46 46 'repository management', 'hgweb replacement'
47 47 'hgwebdir', 'gitweb replacement', 'serving hgweb',
48 48 ])
49 49 #long description
50 50 try:
51 51 readme_file = 'README.rst'
52 52 changelog_file = 'docs/changelog.rst'
53 53 long_description = open(readme_file).read() + '\n\n' + \
54 54 open(changelog_file).read()
55 55
56 56 except IOError, err:
57 57 sys.stderr.write("[WARNING] Cannot find file specified as "
58 58 "long_description (%s)\n or changelog (%s) skipping that file" \
59 59 % (readme_file, changelog_file))
60 60 long_description = description
61 61
62 62
63 63 try:
64 64 from setuptools import setup, find_packages
65 65 except ImportError:
66 66 from ez_setup import use_setuptools
67 67 use_setuptools()
68 68 from setuptools import setup, find_packages
69 69 #packages
70 70 packages = find_packages(exclude=['ez_setup'])
71 71
72 72 setup(
73 73 name='RhodeCode',
74 74 version=get_version(),
75 75 description=description,
76 76 long_description=long_description,
77 77 keywords=keywords,
78 78 license='BSD',
79 79 author='Marcin Kuzminski',
80 80 author_email='marcin@python-works.com',
81 81 url='http://hg.python-works.com',
82 82 install_requires=requirements,
83 83 classifiers=classifiers,
84 84 setup_requires=["PasteScript>=1.6.3"],
85 85 data_files=data_files,
86 86 packages=packages,
87 87 include_package_data=True,
88 88 test_suite='nose.collector',
89 89 package_data=package_data,
90 90 message_extractors={'rhodecode': [
91 91 ('**.py', 'python', None),
92 92 ('templates/**.mako', 'mako', {'input_encoding': 'utf-8'}),
93 ('templates/**.html', 'mako', {'input_encoding': 'utf-8'}),
93 94 ('public/**', 'ignore', None)]},
94 95 zip_safe=False,
95 96 paster_plugins=['PasteScript', 'Pylons'],
96 97 entry_points="""
97 98 [paste.app_factory]
98 99 main = rhodecode.config.middleware:make_app
99 100
100 101 [paste.app_install]
101 102 main = pylons.util:PylonsInstaller
102 103
103 104 [paste.global_paster_command]
104 105 make-index = rhodecode.lib.indexers:MakeIndex
105 106 upgrade-db = rhodecode.lib.dbmigrate:UpgradeDb
106 107 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand
107 108 celerybeat=rhodecode.lib.celerypylons.commands:CeleryBeatCommand
108 109 camqadm=rhodecode.lib.celerypylons.commands:CAMQPAdminCommand
109 110 celeryev=rhodecode.lib.celerypylons.commands:CeleryEventCommand
110 111
111 112 """,
112 113 )
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now