##// END OF EJS Templates
fixed typo remoke -> revoke
marcink -
r3950:1226fdf2 beta
parent child Browse files
Show More
@@ -7,7 +7,7 b' msgid ""'
7 7 msgstr ""
8 8 "Project-Id-Version: RhodeCode 1.7.0dev\n"
9 9 "Report-Msgid-Bugs-To: marcin@maq.io\n"
10 "POT-Creation-Date: 2013-06-04 17:43+0200\n"
10 "POT-Creation-Date: 2013-06-05 19:55+0200\n"
11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 13 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3407,72 +3407,72 b' msgstr ""'
3407 3407 msgid "Edit Permission"
3408 3408 msgstr ""
3409 3409
3410 #: rhodecode/templates/base/root.html:43
3410 #: rhodecode/templates/base/root.html:44
3411 3411 msgid "Add another comment"
3412 3412 msgstr ""
3413 3413
3414 #: rhodecode/templates/base/root.html:44
3415 #: rhodecode/templates/data_table/_dt_elements.html:147
3416 msgid "Stop following this repository"
3417 msgstr ""
3418
3419 3414 #: rhodecode/templates/base/root.html:45
3420 msgid "Start following this repository"
3415 #: rhodecode/templates/data_table/_dt_elements.html:147
3416 msgid "Stop following this repository"
3421 3417 msgstr ""
3422 3418
3423 3419 #: rhodecode/templates/base/root.html:46
3424 msgid "Group"
3420 msgid "Start following this repository"
3425 3421 msgstr ""
3426 3422
3427 3423 #: rhodecode/templates/base/root.html:47
3428 msgid "members"
3424 msgid "Group"
3429 3425 msgstr ""
3430 3426
3431 3427 #: rhodecode/templates/base/root.html:48
3432 #: rhodecode/templates/pullrequests/pullrequest.html:203
3433 msgid "Loading ..."
3428 msgid "members"
3434 3429 msgstr ""
3435 3430
3436 3431 #: rhodecode/templates/base/root.html:49
3437 msgid "Search truncated"
3432 #: rhodecode/templates/pullrequests/pullrequest.html:203
3433 msgid "Loading ..."
3438 3434 msgstr ""
3439 3435
3440 3436 #: rhodecode/templates/base/root.html:50
3441 msgid "No matching files"
3437 msgid "Search truncated"
3442 3438 msgstr ""
3443 3439
3444 3440 #: rhodecode/templates/base/root.html:51
3445 #: rhodecode/templates/changelog/changelog.html:45
3446 msgid "Open new pull request"
3441 msgid "No matching files"
3447 3442 msgstr ""
3448 3443
3449 3444 #: rhodecode/templates/base/root.html:52
3450 msgid "Open new pull request for selected changesets"
3445 #: rhodecode/templates/changelog/changelog.html:45
3446 msgid "Open new pull request"
3451 3447 msgstr ""
3452 3448
3453 3449 #: rhodecode/templates/base/root.html:53
3454 msgid "Show selected changesets __S -> __E"
3450 msgid "Open new pull request for selected changesets"
3455 3451 msgstr ""
3456 3452
3457 3453 #: rhodecode/templates/base/root.html:54
3458 msgid "Show selected changeset __S"
3454 msgid "Show selected changesets __S -> __E"
3459 3455 msgstr ""
3460 3456
3461 3457 #: rhodecode/templates/base/root.html:55
3462 msgid "Selection link"
3458 msgid "Show selected changeset __S"
3463 3459 msgstr ""
3464 3460
3465 3461 #: rhodecode/templates/base/root.html:56
3466 #: rhodecode/templates/changeset/diff_block.html:8
3467 msgid "Collapse diff"
3462 msgid "Selection link"
3468 3463 msgstr ""
3469 3464
3470 3465 #: rhodecode/templates/base/root.html:57
3471 msgid "Expand diff"
3466 #: rhodecode/templates/changeset/diff_block.html:8
3467 msgid "Collapse diff"
3472 3468 msgstr ""
3473 3469
3474 3470 #: rhodecode/templates/base/root.html:58
3475 msgid "Failed to remoke permission"
3471 msgid "Expand diff"
3472 msgstr ""
3473
3474 #: rhodecode/templates/base/root.html:59
3475 msgid "Failed to revoke permission"
3476 3476 msgstr ""
3477 3477
3478 3478 #: rhodecode/templates/bookmarks/bookmarks.html:5
@@ -1,5 +1,6 b''
1 1 ## -*- coding: utf-8 -*-
2 2 <!DOCTYPE html>
3
3 4 <html xmlns="http://www.w3.org/1999/xhtml">
4 5 <head>
5 6 <title>${self.title()}</title>
@@ -15,8 +16,8 b''
15 16 ## EXTRA FOR CSS
16 17 ${self.css_extra()}
17 18 </%def>
18 <%def name="css_extra()">
19 </%def>
19
20 <%def name="css_extra()"></%def>
20 21
21 22 ${self.css()}
22 23
@@ -55,7 +56,7 b''
55 56 'Selection link': "${_('Selection link')}",
56 57 'Collapse diff': "${_('Collapse diff')}",
57 58 'Expand diff': "${_('Expand diff')}",
58 'Failed to remoke permission': "${_('Failed to remoke permission')}"
59 'Failed to revoke permission': "${_('Failed to revoke permission')}"
59 60 };
60 61 var _TM = TRANSLATION_MAP;
61 62
General Comments 0
You need to be logged in to leave comments. Login now