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
 
@@ -4,13 +4,13 @@
 
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
 
##, fuzzy
 
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"
 
"MIME-Version: 1.0\n"
 
"Content-Type: text/plain; charset=utf-8\n"
 
"Content-Transfer-Encoding: 8bit\n"
 
@@ -3404,78 +3404,78 @@ msgstr ""
 

	
 
#: rhodecode/templates/base/perms_summary.html:20
 
#: rhodecode/templates/base/perms_summary.html:39
 
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
 
#, python-format
 
msgid "%s Bookmarks"
 
msgstr ""
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>
 
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 
        <meta name="robots" content="index, nofollow"/>
 
        <link rel="icon" href="${h.url('/images/icons/database_gear.png')}" type="image/png" />
 
@@ -12,14 +13,14 @@
 
            <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css', ver=c.rhodecode_version)}" media="screen"/>
 
            <link rel="stylesheet" type="text/css" href="${h.url('/css/pygments.css', ver=c.rhodecode_version)}"/>
 
            <link rel="stylesheet" type="text/css" href="${h.url('/css/contextbar.css', ver=c.rhodecode_version)}"/>
 
            ## EXTRA FOR CSS
 
            ${self.css_extra()}
 
        </%def>
 
        <%def name="css_extra()">
 
        </%def>
 

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

	
 
        ${self.css()}
 

	
 
        %if c.ga_code:
 
        <!-- Analytics -->
 
        <script type="text/javascript">
 
@@ -52,13 +53,13 @@
 
                'Open new pull request for selected changesets':  "${_('Open new pull request for selected changesets')}",
 
                'Show selected changesets __S -> __E': "${_('Show selected changesets __S -> __E')}",
 
                'Show selected changeset __S': "${_('Show selected changeset __S')}",
 
                '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;
 

	
 
            var TOGGLE_FOLLOW_URL  = "${h.url('toggle_following')}";
 

	
 
            var REPO_NAME = "";
0 comments (0 inline, 0 general)