diff --git a/rhodecode/templates/base/root.html b/rhodecode/templates/base/root.html
--- a/rhodecode/templates/base/root.html
+++ b/rhodecode/templates/base/root.html
@@ -43,7 +43,9 @@
'Stop following this repository':"${_('Stop following this repository')}",
'Start following this repository':"${_('Start following this repository')}",
'Group':"${_('Group')}",
- 'members':"${_('members')}"
+ 'members':"${_('members')}",
+ 'search truncated': "${_('search truncated')}",
+ 'no matching files': "${_('no matching files')}"
};
var _TM = TRANSLATION_MAP;