Commit 1a5819cac0e9ece6b2bb8e2b5cb97248c5a000ff

Authored by Abraham Coiman
1 parent 634fd457

Tradução de ferramentas/animacao/dicionario.js

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
ferramentas/animacao/dicionario.js
... ... @@ -2,27 +2,27 @@
2 2 i3GEOF.animacao.dicionario = {
3 3 'inicia' : [ {
4 4 pt : "inicia",
5   - en : "",
  5 + en : "start",
6 6 es : "incia"
7 7 } ],
8 8 'rebobina' : [ {
9 9 pt : "rebobina",
10   - en : "",
  10 + en : "rewind",
11 11 es : "rebobina"
12 12 } ],
13 13 'rapido' : [ {
14 14 pt : "mais rapido",
15   - en : "",
  15 + en : "increase speed",
16 16 es : "más rápido"
17 17 } ],
18 18 'lento' : [ {
19 19 pt : "mais lento",
20   - en : "",
  20 + en : "decrease sped",
21 21 es : "más lento"
22 22 } ],
23 23 'ajuda' : [ {
24 24 pt : "Marque as camadas que ser&atilde;o inclu&iacute;das na anima&ccedil;&atilde;o e depois clique no bot&atilde;o <i>inicia</i>",
25   - en : "",
26   - es : "Marque las capas que ser&aacute;n incluidas en la animaci&oacute;n y despu&eacute;s haga clic en el bot;oacute;n inicio"
  25 + en : "Check the layers that will be included in the animation and then click the <i>start</i> button",
  26 + es : "Marque las capas que se incluir&aacute;n en la animaci&oacute;n y, a continuaci&oacute;n, haga clic en el bot&oacute;n de <i>inicio</i>"
27 27 } ]
28 28 };
... ...