Commit 3ec6ae4fc4012697c3f552158476a1e9ca262308
1 parent
040b3d0d
Exists in
master
and in
7 other branches
Update from 'linkTxt' to 'altura'
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
admin/dicionario/atlas.js
... | ... | @@ -83,18 +83,18 @@ i3GEOadmin.atlas.dicionario = { |
83 | 83 | } ], |
84 | 84 | 'linkTxt' : [ { |
85 | 85 | pt : "(opcional) Link para o texto que será mostrado na inicialização:", |
86 | - en : "", | |
87 | - es : "" | |
86 | + en : "(optional) Link to text to be displayed at startup:", | |
87 | + es : "(opcional) Enlace al texto que se mostrará en el inicio:" | |
88 | 88 | } ], |
89 | 89 | 'largura' : [ { |
90 | 90 | pt : "Largura da janela do texto inicial:", |
91 | - en : "", | |
92 | - es : "" | |
91 | + en : "Width of the initial text window:", | |
92 | + es : "Ancho de la ventana del texto inicial:" | |
93 | 93 | } ], |
94 | 94 | 'altura' : [ { |
95 | 95 | pt : "Altura", |
96 | - en : "", | |
97 | - es : "" | |
96 | + en : "Height", | |
97 | + es : "Altura" | |
98 | 98 | } ], |
99 | 99 | 'icone' : [ { |
100 | 100 | pt : "(opcional) Ícone que será utilizado na apresentação da prancha:", | ... | ... |