Commit 85089cae4fcca20cda39819571551026c22263f7
1 parent
e2b2cc5a
Exists in
master
and in
6 other branches
Tradução de ferramentas/imprimir/dicionario.js
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
ferramentas/imprimir/dicionario.js
... | ... | @@ -2,13 +2,13 @@ |
2 | 2 | i3GEOF.imprimir.dicionario = { |
3 | 3 | "escolha" : [ { |
4 | 4 | pt : "Escolha o modelo: (utilize as propriedades do mapa para compor a legenda e outros elementos do mapa)", |
5 | - en : "", | |
6 | - es : "" | |
5 | + en : "Choose a template: (use map properties to create the legend and other elements of the map)", | |
6 | + es : "Seleccione la plantilla: (utilice las propiedades del mapa para crear la leyenda y otros elementos del mapa)" | |
7 | 7 | } ], |
8 | 8 | "config" : [ { |
9 | 9 | pt : "Configurações", |
10 | - en : "", | |
11 | - es : "" | |
10 | + en : "Settings", | |
11 | + es : "Configuración" | |
12 | 12 | } ],//para reusar o dicionario principal |
13 | 13 | "legenda" : [ { |
14 | 14 | pt : $trad("p3"), | ... | ... |