comparison rhodecode/templates/base/root.html @ 3516:c44645e5a836 beta

fix casings
author Mads Kiilerich <madski@unity3d.com>
date Thu, 07 Mar 2013 21:45:40 +0100
parents 7adeca7b99c2
children 6e8027c2f49c
comparison
equal deleted inserted replaced
3515:5b3313a5c6fc 3516:c44645e5a836
37 ## JAVASCRIPT ## 37 ## JAVASCRIPT ##
38 <%def name="js()"> 38 <%def name="js()">
39 <script type="text/javascript"> 39 <script type="text/javascript">
40 //JS translations map 40 //JS translations map
41 var TRANSLATION_MAP = { 41 var TRANSLATION_MAP = {
42 'add another comment':'${_("add another comment")}', 42 'Add another comment':'${_("Add another comment")}',
43 'Stop following this repository':"${_('Stop following this repository')}", 43 'Stop following this repository':"${_('Stop following this repository')}",
44 'Start following this repository':"${_('Start following this repository')}", 44 'Start following this repository':"${_('Start following this repository')}",
45 'Group':"${_('Group')}", 45 'Group':"${_('Group')}",
46 'members':"${_('members')}", 46 'members':"${_('members')}",
47 'loading...':"${_('loading...')}", 47 'Loading ...':"${_('Loading ...')}",
48 'search truncated': "${_('search truncated')}", 48 'Search truncated': "${_('Search truncated')}",
49 'no matching files': "${_('no matching files')}", 49 'No matching files': "${_('No matching files')}",
50 'Open new pull request': "${_('Open new pull request')}", 50 'Open new pull request': "${_('Open new pull request')}",
51 'Open new pull request for selected changesets': "${_('Open new pull request for selected changesets')}", 51 'Open new pull request for selected changesets': "${_('Open new pull request for selected changesets')}",
52 'Show selected changes __S -> __E': "${_('Show selected changes __S -> __E')}", 52 'Show selected changes __S -> __E': "${_('Show selected changes __S -> __E')}",
53 'Show selected change __S': "${_('Show selected change __S')}", 53 'Show selected change __S': "${_('Show selected change __S')}",
54 'Selection link': "${_('Selection link')}", 54 'Selection link': "${_('Selection link')}",
55 'collapse diff': "${_('collapse diff')}", 55 'Collapse diff': "${_('Collapse diff')}",
56 'expand diff': "${_('expand diff')}" 56 'Expand diff': "${_('Expand diff')}"
57 }; 57 };
58 var _TM = TRANSLATION_MAP; 58 var _TM = TRANSLATION_MAP;
59 59
60 var TOGGLE_FOLLOW_URL = "${h.url('toggle_following')}"; 60 var TOGGLE_FOLLOW_URL = "${h.url('toggle_following')}";
61 61