Commit 57cc2bdc7fdafdc41249b03e177e9dadcbcc0319
1 parent
e1cfd589
Exists in
master
and in
7 other branches
Tradução de subgrupos.js
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
admin/dicionario/subgrupos.js
... | ... | @@ -56,7 +56,7 @@ i3GEOadmin.subgrupos.dicionario = { |
56 | 56 | } ], |
57 | 57 | 'descListaDeSubGrupos' : [ { |
58 | 58 | pt : "Os nomes de subgrupos são utilizados para nomear os nós da árvore do catálogo. Cada nome recebe um identificador, de forma que ao ser modificado a árvore refletirá as edições.", |
59 | - en : "Subgroup names are used to name catalog tree nodes. Each name received an identifier, so that the modified tree will show the editings.", | |
59 | + en : "Subgroup names are used to name catalog tree nodes. Each name receives an identifier, so that the modified tree will show the editings.", | |
60 | 60 | es : "Los nombres de los subgrupos se utilizan para darle nombre a los nodos del árbol del catálogo. Cada nombre recibe un identificador, de forma que al ser modificado el árbol se reflejarán las ediciones." |
61 | 61 | } ] |
62 | 62 | }; | ... | ... |