diff rhodecode/templates/files/files_annotate.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 09c3fb460fcb
children bf263968da47 61eda8bf70d0
line wrap: on
line diff
--- a/rhodecode/templates/files/files_annotate.html	Mon Sep 12 02:42:06 2011 +0300
+++ b/rhodecode/templates/files/files_annotate.html	Mon Sep 12 00:51:53 2011 -0300
@@ -75,7 +75,7 @@
 					% if c.file.size < c.cut_off_limit:
 						${h.pygmentize_annotation(c.repo_name,c.file,linenos=True,anchorlinenos=True,lineanchors='L',cssclass="code-highlight")}
 					%else:
-						${_('File is to big to display')} ${h.link_to(_('show as raw'),
+						${_('File is too big to display')} ${h.link_to(_('show as raw'),
 						h.url('files_raw_home',repo_name=c.repo_name,revision=c.cs.revision,f_path=c.f_path))}
 					%endif
 			       <script type="text/javascript">
@@ -133,4 +133,4 @@
 		</div>    
     </div>
 </div>    
-</%def>   
\ No newline at end of file
+</%def>