comparison rhodecode/templates/base/root.html @ 2927:58bb350bfef8 beta

Don't allow cherry picking changesets from the changelog using checkboxes. Change pull request text that will indicate opening pull request against checkec changesets
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 16 Oct 2012 00:39:24 +0200
parents 867820342329
children 2bfcec6a3985
comparison
equal deleted inserted replaced
2926:3555c56694b5 2927:58bb350bfef8
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 'search truncated': "${_('search truncated')}", 47 'search truncated': "${_('search truncated')}",
48 'no matching files': "${_('no matching files')}" 48 'no matching files': "${_('no matching files')}",
49 'Open new pull request': "${_('Open new pull request')}",
50 'Open new pull request for selected changesets': "${_('Open new pull request for selected changesets')}",
51 'Show selected changes __S -> __E': "${_('Show selected changes __S -> __E')}",
49 52
50 }; 53 };
51 var _TM = TRANSLATION_MAP; 54 var _TM = TRANSLATION_MAP;
52 </script> 55 </script>
53 <script type="text/javascript" src="${h.url('/js/yui.2.9.js', ver=c.rhodecode_version)}"></script> 56 <script type="text/javascript" src="${h.url('/js/yui.2.9.js', ver=c.rhodecode_version)}"></script>