Commit 47b9231f2cc9396e2c89fa3b801774f7c21008b6
1 parent
5ccddd8f
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
classesjs/dicionario_ajuda.js
... | ... | @@ -3,8 +3,8 @@ g_traducao_ajuda = { |
3 | 3 | "1": { |
4 | 4 | titulo: { |
5 | 5 | pt: "Filtro de cores", |
6 | - es: "", | |
7 | - en: "" | |
6 | + es: "Color filter", | |
7 | + en: "Filtro de colores" | |
8 | 8 | }, |
9 | 9 | diretorio:"i3geo/ferramentas/tipoimagem", |
10 | 10 | categoria:"1", |
... | ... | @@ -16,8 +16,8 @@ g_traducao_ajuda = { |
16 | 16 | "2": { |
17 | 17 | titulo: { |
18 | 18 | pt: "Legenda", |
19 | - es: "", | |
20 | - en: "" | |
19 | + es: "Legend", | |
20 | + en: "Leyenda" | |
21 | 21 | }, |
22 | 22 | diretorio:"i3geo/ferramentas/opcoes_legenda", |
23 | 23 | categoria:"1", | ... | ... |