Commit f462b8f7bf25c63b4b8ceb66562c21de7b2ab841
1 parent
b40327b9
Exists in
master
and in
7 other branches
Update from 'criaAtlas' to 'adicionaTema'
Showing
1 changed file
with
11 additions
and
11 deletions
Show diff stats
admin/dicionario/atlas.js
... | ... | @@ -13,35 +13,35 @@ i3GEOadmin.atlas.dicionario = { |
13 | 13 | } ], |
14 | 14 | 'txtAjudaAtlas' : [ { |
15 | 15 | pt : "<p>O cadastro de Atlas é utilizado na interface 'Atlas' do i3geo. Essa interface pode ser vista em http://localhost/i3geo/atlas<p>Cada Atlas possuí uma lista de pranchas e cada prancha uma lista de temas e outros parâmetros.<p>A montagem de cada Atlas é feito definindo-se os parâmetros de cada nível hierárquico, editando-se uma árvore cuja raiz é cada Atlas, seguido pelas pranchas e temas.<p>Para cada Atlas e cada prancha pode ser definido um texto explicativo que será aberto ao iniciar o Atlas ou a prancha.", |
16 | - en : "<p>The 'Atlas' interface of i3Geo is where you can record your atlases. You can access to this interface by http://localhost/i3geo/atlas<p>Each atlas contains tabs, each tab contains a list of themes and other parameters.<p> When you set up each atlas you must define the parameters of each hierarchical level, editing a tree whose root is ech atlas, followed by tabs and themes.<p> | |
16 | + en : "<p>The 'Atlas' interface of i3Geo is where you can record your atlases. You can access to this interface by http://localhost/i3geo/atlas<p>Each atlas contains tabs, each tab contains a list of themes and other parameters.<p> When you set up each atlas you must define the parameters of each hierarchical level, editing a tree whose root is each atlas, followed by tabs and themes.<p> | |
17 | 17 | For each Atlas and tab you can put an explanatory text that can be visualized when an Atlas or tab is initialized.", |
18 | 18 | es : "<p>El registro del Atlas es utilizado en la interfaz 'Atlas' de i3Geo. Esta interfaz puede ser vista en http://localhost/i3geo/atlas<p>Cada Atlas posee pestañas, cada pestaña posee una lista de temas y otros parámetros.<p> |
19 | 19 | El montaje de cada Atlas se realiza estableciendo los parámetros de cada nivel jerárquico, editando un árbol cuya raíz es cada Atlas, seguido por las pestañas y temas.<p>Para cada Atlas y cada pestaña se puede definir un texto explicativo que puede ser abierto al iniciar el Atlas o la pestaña." |
20 | 20 | } ], |
21 | 21 | 'criaAtlas' : [ { |
22 | 22 | pt : "Criar um novo atlas", |
23 | - en : "", | |
24 | - es : "" | |
23 | + en : "Create a new atlas", | |
24 | + es : "Crear un atlas nuevo" | |
25 | 25 | } ], |
26 | 26 | 'atlasExistente' : [ { |
27 | 27 | pt : "Atlas existentes:", |
28 | - en : "", | |
29 | - es : "" | |
28 | + en : "Existing atlas", | |
29 | + es : "Atlas existentes" | |
30 | 30 | } ], |
31 | 31 | 'msgNovoRegistro' : [ { |
32 | 32 | pt : " adicionando um novo registro", |
33 | - en : "", | |
34 | - es : "" | |
33 | + en : " adding a new record", | |
34 | + es : " agregando un registro nuevo" | |
35 | 35 | } ], |
36 | 36 | 'msgBuscaAtlas' : [ { |
37 | 37 | pt : "buscando atlas...", |
38 | - en : "", | |
39 | - es : "" | |
38 | + en : "searching atlas", | |
39 | + es : "buscando atlas" | |
40 | 40 | } ], |
41 | 41 | 'adicionaTema' : [ { |
42 | 42 | pt : "Adicionar novo tema:", |
43 | - en : "", | |
44 | - es : "" | |
43 | + en : "Add new theme", | |
44 | + es : "Agregar un tema nuevo" | |
45 | 45 | } ], |
46 | 46 | 'editeTema' : [ { |
47 | 47 | pt : "Edite para definir o tema!!!", | ... | ... |