Commit f2dcf6f641d4f4be7bffc30ea7267aeefdf849db
1 parent
9c060d16
Exists in
master
and in
7 other branches
Tradução de temas.js
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
admin/dicionario/temas.js
1 | 1 | i3GEOadmin.temas.dicionario = { |
2 | 2 | 'txtDesc' : [ { |
3 | 3 | pt : "Utilize as opções abaixo para incluir ou editar temas que ficarão disponíveis para o usuário acessar no subgrupo escolhido.", |
4 | - en : "", | |
5 | - es : "" | |
4 | + en : "Use the options below to include or edit themes that will be available to the user to access the chosen subgroup.", | |
5 | + es : "Use las opciones siguientes para incluir o editar temas que estarán disponibles para que el usuario acceda al subgrupo elegido." | |
6 | 6 | } ], |
7 | 7 | 'perfis' : [ { |
8 | 8 | pt : "Perfis que podem ver. Separe por espaços e escolha da lista ao lado.", |
9 | - en : "", | |
10 | - es : "" | |
9 | + en : "Profiles that can see. Separate by spaces and select from the list beside.", | |
10 | + es : "Perfiles que pueden ver. Separe con espacios y elija de la lista de al lado." | |
11 | 11 | } ], |
12 | 12 | 'txtTitulo' : [ { |
13 | 13 | pt : "Temas do subgrupo", |
14 | - en : "", | |
15 | - es : "" | |
14 | + en : "Subgroup themes", | |
15 | + es : "Temas del subgrupo" | |
16 | 16 | } ] |
17 | 17 | }; | ... | ... |