comparison rhodecode/templates/base/root.html @ 3540:6e8027c2f49c beta

Merge
author Leonardo <leo@unity3d.com>
date Mon, 11 Mar 2013 17:09:43 +0100
parents 53eafc983b5c c44645e5a836
children 7967d00e4692
comparison
equal deleted inserted replaced
3539:c65b440540da 3540:6e8027c2f49c
39 ## JAVASCRIPT ## 39 ## JAVASCRIPT ##
40 <%def name="js()"> 40 <%def name="js()">
41 <script type="text/javascript"> 41 <script type="text/javascript">
42 //JS translations map 42 //JS translations map
43 var TRANSLATION_MAP = { 43 var TRANSLATION_MAP = {
44 'add another comment':'${_("add another comment")}', 44 'Add another comment':'${_("Add another comment")}',
45 'Stop following this repository':"${_('Stop following this repository')}", 45 'Stop following this repository':"${_('Stop following this repository')}",
46 'Start following this repository':"${_('Start following this repository')}", 46 'Start following this repository':"${_('Start following this repository')}",
47 'Group':"${_('Group')}", 47 'Group':"${_('Group')}",
48 'members':"${_('members')}", 48 'members':"${_('members')}",
49 'loading...':"${_('loading...')}", 49 'Loading ...':"${_('Loading ...')}",
50 'search truncated': "${_('search truncated')}", 50 'Search truncated': "${_('Search truncated')}",
51 'no matching files': "${_('no matching files')}", 51 'No matching files': "${_('No matching files')}",
52 'Open new pull request': "${_('Open new pull request')}", 52 'Open new pull request': "${_('Open new pull request')}",
53 'Open new pull request for selected changesets': "${_('Open new pull request for selected changesets')}", 53 'Open new pull request for selected changesets': "${_('Open new pull request for selected changesets')}",
54 'Show selected changes __S -> __E': "${_('Show selected changes __S -> __E')}", 54 'Show selected changes __S -> __E': "${_('Show selected changes __S -> __E')}",
55 'Show selected change __S': "${_('Show selected change __S')}", 55 'Show selected change __S': "${_('Show selected change __S')}",
56 'Selection link': "${_('Selection link')}", 56 'Selection link': "${_('Selection link')}",
57 'collapse diff': "${_('collapse diff')}", 57 'Collapse diff': "${_('Collapse diff')}",
58 'expand diff': "${_('expand diff')}", 58 'Expand diff': "${_('Expand diff')}"
59 }; 59 };
60 var _TM = TRANSLATION_MAP; 60 var _TM = TRANSLATION_MAP;
61 61
62 var TOGGLE_FOLLOW_URL = "${h.url('toggle_following')}"; 62 var TOGGLE_FOLLOW_URL = "${h.url('toggle_following')}";
63 63