# HG changeset patch # User Marcin Kuzminski # Date 1370454935 -7200 # Node ID 1226fdf24f8a64ab53ff31f4d3992b31125f8113 # Parent 3301fb05b49430282d51dcd67cce6473ab7a88c9 fixed typo remoke -> revoke diff -r 3301fb05b494 -r 1226fdf24f8a rhodecode/i18n/rhodecode.pot --- a/rhodecode/i18n/rhodecode.pot Wed Jun 05 19:12:16 2013 +0200 +++ b/rhodecode/i18n/rhodecode.pot Wed Jun 05 19:55:35 2013 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: RhodeCode 1.7.0dev\n" "Report-Msgid-Bugs-To: marcin@maq.io\n" -"POT-Creation-Date: 2013-06-04 17:43+0200\n" +"POT-Creation-Date: 2013-06-05 19:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3407,72 +3407,72 @@ msgid "Edit Permission" msgstr "" -#: rhodecode/templates/base/root.html:43 +#: rhodecode/templates/base/root.html:44 msgid "Add another comment" msgstr "" -#: rhodecode/templates/base/root.html:44 -#: rhodecode/templates/data_table/_dt_elements.html:147 -msgid "Stop following this repository" -msgstr "" - #: rhodecode/templates/base/root.html:45 -msgid "Start following this repository" +#: rhodecode/templates/data_table/_dt_elements.html:147 +msgid "Stop following this repository" msgstr "" #: rhodecode/templates/base/root.html:46 -msgid "Group" +msgid "Start following this repository" msgstr "" #: rhodecode/templates/base/root.html:47 -msgid "members" +msgid "Group" msgstr "" #: rhodecode/templates/base/root.html:48 -#: rhodecode/templates/pullrequests/pullrequest.html:203 -msgid "Loading ..." +msgid "members" msgstr "" #: rhodecode/templates/base/root.html:49 -msgid "Search truncated" +#: rhodecode/templates/pullrequests/pullrequest.html:203 +msgid "Loading ..." msgstr "" #: rhodecode/templates/base/root.html:50 -msgid "No matching files" +msgid "Search truncated" msgstr "" #: rhodecode/templates/base/root.html:51 -#: rhodecode/templates/changelog/changelog.html:45 -msgid "Open new pull request" +msgid "No matching files" msgstr "" #: rhodecode/templates/base/root.html:52 -msgid "Open new pull request for selected changesets" +#: rhodecode/templates/changelog/changelog.html:45 +msgid "Open new pull request" msgstr "" #: rhodecode/templates/base/root.html:53 -msgid "Show selected changesets __S -> __E" +msgid "Open new pull request for selected changesets" msgstr "" #: rhodecode/templates/base/root.html:54 -msgid "Show selected changeset __S" +msgid "Show selected changesets __S -> __E" msgstr "" #: rhodecode/templates/base/root.html:55 -msgid "Selection link" +msgid "Show selected changeset __S" msgstr "" #: rhodecode/templates/base/root.html:56 -#: rhodecode/templates/changeset/diff_block.html:8 -msgid "Collapse diff" +msgid "Selection link" msgstr "" #: rhodecode/templates/base/root.html:57 -msgid "Expand diff" +#: rhodecode/templates/changeset/diff_block.html:8 +msgid "Collapse diff" msgstr "" #: rhodecode/templates/base/root.html:58 -msgid "Failed to remoke permission" +msgid "Expand diff" +msgstr "" + +#: rhodecode/templates/base/root.html:59 +msgid "Failed to revoke permission" msgstr "" #: rhodecode/templates/bookmarks/bookmarks.html:5 diff -r 3301fb05b494 -r 1226fdf24f8a rhodecode/templates/base/root.html --- a/rhodecode/templates/base/root.html Wed Jun 05 19:12:16 2013 +0200 +++ b/rhodecode/templates/base/root.html Wed Jun 05 19:55:35 2013 +0200 @@ -1,5 +1,6 @@ ## -*- coding: utf-8 -*- + ${self.title()} @@ -15,8 +16,8 @@ ## EXTRA FOR CSS ${self.css_extra()} - <%def name="css_extra()"> - + + <%def name="css_extra()"> ${self.css()} @@ -55,7 +56,7 @@ 'Selection link': "${_('Selection link')}", 'Collapse diff': "${_('Collapse diff')}", 'Expand diff': "${_('Expand diff')}", - 'Failed to remoke permission': "${_('Failed to remoke permission')}" + 'Failed to revoke permission': "${_('Failed to revoke permission')}" }; var _TM = TRANSLATION_MAP;