Commit e2b2cc5a7b064d1b4c12141b1995e0c72a3f2b98
1 parent
d565b9c5
Exists in
master
and in
6 other branches
Tradução de ferramentas/importarwmc/dicionario.js
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
ferramentas/importarwmc/dicionario.js
... | ... | @@ -2,12 +2,12 @@ |
2 | 2 | i3GEOF.importarwmc.dicionario = { |
3 | 3 | 'arquivo' : [ { |
4 | 4 | pt : "Arquivo", |
5 | - en : "", | |
6 | - es : "" | |
5 | + en : "File", | |
6 | + es : "Archivo" | |
7 | 7 | } ], |
8 | 8 | 'importar' : [ { |
9 | 9 | pt : "Importar", |
10 | - en : "", | |
11 | - es : "" | |
10 | + en : "Import", | |
11 | + es : "Importar" | |
12 | 12 | } ] |
13 | 13 | }; |
14 | 14 | \ No newline at end of file | ... | ... |