Commit 727572098a10921c2ee221b564a0dc670c57f827
1 parent
41c93ee7
Exists in
master
and in
6 other branches
Tradução de ferramentas/parametrossql/dicionario.js
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
ferramentas/parametrossql/dicionario.js
... | ... | @@ -2,12 +2,12 @@ |
2 | 2 | i3GEOF.parametrossql.dicionario = { |
3 | 3 | 'digita' : [ { |
4 | 4 | pt : "digite aqui o texto...", |
5 | - en : "", | |
6 | - es : "" | |
5 | + en : "enter your text here...", | |
6 | + es : "ingrese aquí el texto..." | |
7 | 7 | } ], |
8 | 8 | 'aplicar' : [ { |
9 | 9 | pt : "Aplicar", |
10 | - en : "", | |
11 | - es : "" | |
10 | + en : "Apply", | |
11 | + es : "Aplicar" | |
12 | 12 | } ] |
13 | -}; | |
13 | +}; | |
14 | 14 | \ No newline at end of file | ... | ... |