diff rhodecode/templates/base/base.html @ 1472:aaec08ad9daf beta

Added pt_BR localization, added i18n wrappers on some places missing, fixed css in settings screen for longer labels.
author Augusto Herrmann <augusto.herrmann@planejamento.gov.br>
date Mon, 12 Sep 2011 00:51:53 -0300
parents 55a4cbcd464d
children 123139d8f2c7
line wrap: on
line diff
--- a/rhodecode/templates/base/base.html	Mon Sep 12 02:42:06 2011 +0300
+++ b/rhodecode/templates/base/base.html	Mon Sep 12 00:51:53 2011 -0300
@@ -57,9 +57,9 @@
             </li>
             %endif
             %if c.rhodecode_user.username == 'default':
-                <li class="last highlight">${h.link_to(u'Login',h.url('login_home'),id='quick_login_link')}</li>
+                <li class="last highlight">${h.link_to(_(u'Login'),h.url('login_home'),id='quick_login_link')}</li>
             %else:
-                <li class="last highlight">${h.link_to(u'Log Out',h.url('logout_home'))}</li>
+                <li class="last highlight">${h.link_to(_(u'Log Out'),h.url('logout_home'))}</li>
             %endif
     </ul>
     <!-- end user -->
@@ -368,4 +368,4 @@
 				%endif
 			</ul>
 		%endif    
-</%def>
\ No newline at end of file
+</%def>