Changeset - 1226fdf24f8a
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 12 years ago 2013-06-05 19:55:35
marcin@python-works.com
fixed typo remoke -> revoke
2 files changed with 28 insertions and 27 deletions:
0 comments (0 inline, 0 general)
rhodecode/i18n/rhodecode.pot
Show inline comments
 
@@ -7,7 +7,7 @@ msgid ""
 
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 <EMAIL@ADDRESS>\n"
 
"Language-Team: LANGUAGE <LL@li.org>\n"
 
@@ -3407,72 +3407,72 @@ msgstr ""
 
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
rhodecode/templates/base/root.html
Show inline comments
 
## -*- coding: utf-8 -*-
 
<!DOCTYPE html>
 

	
 
<html xmlns="http://www.w3.org/1999/xhtml">
 
    <head>
 
        <title>${self.title()}</title>
 
@@ -15,8 +16,8 @@
 
            ## EXTRA FOR CSS
 
            ${self.css_extra()}
 
        </%def>
 
        <%def name="css_extra()">
 
        </%def>
 

	
 
        <%def name="css_extra()"></%def>
 

	
 
        ${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;
 

	
0 comments (0 inline, 0 general)