Commit 47d178857b43dff36af69a9acefc09b2283b0617
1 parent
3f3d9667
Exists in
master
and in
28 other branches
ActionItem154: fixing terrible pt_br translation in tiny_mce
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1245 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
public/javascripts/tiny_mce/themes/advanced/langs/pt_br.js
... | ... | @@ -40,12 +40,12 @@ theme_paragraph : 'Parágrafo', |
40 | 40 | theme_div : 'Div', |
41 | 41 | theme_address : 'Endereço', |
42 | 42 | theme_pre : 'Pré-formatado', |
43 | -theme_h1 : 'Cabeçalho 1', | |
44 | -theme_h2 : 'Cabeçalho 2', | |
45 | -theme_h3 : 'Cabeçalho 3', | |
46 | -theme_h4 : 'Cabeçalho 4', | |
47 | -theme_h5 : 'Cabeçalho 5', | |
48 | -theme_h6 : 'Cabeçalho 6', | |
43 | +theme_h1 : 'Título 1', | |
44 | +theme_h2 : 'Título 2', | |
45 | +theme_h3 : 'Título 3', | |
46 | +theme_h4 : 'Título 4', | |
47 | +theme_h5 : 'Título 5', | |
48 | +theme_h6 : 'Título 6', | |
49 | 49 | theme_blockquote : 'Blockquote', |
50 | 50 | theme_code : 'Code', |
51 | 51 | theme_samp : 'Code sample', | ... | ... |