diff rhodecode/templates/base/root.html @ 3714:7e3d89d9d3a2 beta

- Manage User’s Groups: create, delete, rename, add/remove users inside. by user group admin. In this case, a user's group can be owned by several people thru an owner user's group. Some refactoring of naming, permission handling logic. - remove some code duplicity as well as inconsistent naming
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 08 Apr 2013 22:47:35 +0200
parents 45df84d36b44
children 1226fdf24f8a
line wrap: on
line diff
--- a/rhodecode/templates/base/root.html	Mon Apr 08 20:38:37 2013 +0200
+++ b/rhodecode/templates/base/root.html	Mon Apr 08 22:47:35 2013 +0200
@@ -54,7 +54,8 @@
                 'Show selected changeset __S': "${_('Show selected changeset __S')}",
                 'Selection link': "${_('Selection link')}",
                 'Collapse diff': "${_('Collapse diff')}",
-                'Expand diff': "${_('Expand diff')}"
+                'Expand diff': "${_('Expand diff')}",
+                'Failed to remoke permission': "${_('Failed to remoke permission')}"
             };
             var _TM = TRANSLATION_MAP;