• 0
  • 3 RepliesReplies
  • 4853 ReadTimes Read
  • 20 PointsPoints

Topic: Tradução Mod Automatic Index 2.4

Usuario: Darkness
Rango: Nuevo Usuario
Mensajes: 84
Points: 8
Mi web: http://www.vectorseries.net
Perfil: View Profile
Tradução Mod Automatic Index 2.4
October 03, 2012 - 04:40 16:40
Link al Archivo


Tradução do Mod Automatic Index 2.4

Parse:

modifications.portuguese_brazilian.php

Quote
Code: ( Procure por) [Select]
?>
Code: (Adicione antes) [Select]
+--------------------------------------------------------------------------
|   SimpleMachinesForum
|   ========================================
|   SMF © 2006-2009, Simple Machines LLC
|   http://www.simplemachines.org
+---------------------------------------------------------------------------
|   > Automatic Index
| > Version: 2.4
|   > Author: 4kstore & vicram10
| > Support: http://www.customsmf.net http://www.simplemachines.org/community/index.php
|   > Powered by:  http://www.customsmf.net
|   > Translated PT: Darkness
+--------------------------------------------------------------------------
*/
global $context, $settings;
//Admin
$txt['auto_index_settings_title'] = 'Configurações Geral';
$txt['auto_index_menu_button'] = 'Índice Automático';
$txt['auto_index_title'] = 'Índice Automático';
$txt['auto_index_description'] = 'Módulo - Configurações Geral';
$txt['auto_index_guests'] = 'Habilitar visitantes ver o Índice';
$txt['auto_index_boards'] = 'Selecione os fóruns que aparecem no Índice automático
<br />CTRL + click, para selecionar fóruns específicos';
$txt['auto_index_active'] = '<span style=color:red><strong>Habilitar AutoIndex Mod?</strong></span>';
$txt['auto_index_qty_new_day'] = 'Quantidade de dias para que uma mensagem é considerada ainda como Nova.
<br />Valor Padrão = 7';
$txt['bn_select_all'] = 'Selecionar tudo';
$txt['btn_save'] = 'Salvar';
//End Admin
$txt['auto_index_show_title'] = 'Gerador de Índice Automático';
$txt['auto_index_show_boards'] = 'Selecione o fórum que pretende mostrar?';
$txt['auto_index_show_all'] = 'Todos os tópicos';
$txt['auto_index_show_button'] = 'Enviar';
$txt['auto_index_show_button2'] = 'Voltar';
$txt['auto_index_show_new'] = 'Somente os novos tópicos';
$txt['auto_index_show_cantidad'] = 'Total de Tópicos: ';
$txt['auto_index_show_cantNuevos'] = 'Total de novos Tópicos: ';
//Result
$txt['auto_index_show_title1'] = 'Índice Automático deo Fórum: ';
$txt['auto_index_show_new_message'] = 'As linhas marcadas com <img src="'. $settings['images_url'] . '/'. $context['user']['language'] .'/new.gif" alt="New"/> correspondem a novas mensagens ';
$txt['auto_index_show_go'] = 'Ir Para: ';
$txt['auto_index_show_author'] = 'Autor';
$txt['auto_index_show_letter'] = 'Letras';
$txt['auto_index_show_nuevo'] = 'Novos';
$txt['auto_index_show'] = 'Mostrar';
$txt['auto_index_process'] = 'Processo!!!';
$txt['auto_index_row'] = 'seta';
$txt['auto_index_powered'] = 'Criado por:';
$txt['auto_index_based'] = 'Based by Argento Coders Team Index Script';
//End AutoIndex mod v1.0

//No active mod?
$txt['auto_index_error_no_active'] = 'O Mod Índice Auto, está desativado.';
//End Automatic Index v2.1

modifications.portuguese_pt.php

Quote
Code: ( Procure por) [Select]
?>
Code: (Adicione antes) [Select]
+--------------------------------------------------------------------------
|   SimpleMachinesForum
|   ========================================
|   SMF © 2006-2009, Simple Machines LLC
|   http://www.simplemachines.org
+---------------------------------------------------------------------------
|   > Automatic Index
| > Version: 2.4
|   > Author: 4kstore & vicram10
| > Support: http://www.customsmf.net http://www.simplemachines.org/community/index.php
|   > Powered by:  http://www.customsmf.net
|   > Translated PT: Darkness
+--------------------------------------------------------------------------
*/
global $context, $settings;
//Admin
$txt['auto_index_settings_title'] = 'Configurações Geral';
$txt['auto_index_menu_button'] = 'Índice Automático';
$txt['auto_index_title'] = 'Índice Automático';
$txt['auto_index_description'] = 'Módulo - Configurações Geral';
$txt['auto_index_guests'] = 'Habilitar visitantes ver o Índice';
$txt['auto_index_boards'] = 'Selecione os fóruns que aparecem no Índice automático
<br />CTRL + click, para selecionar fóruns específicos';
$txt['auto_index_active'] = '<span style=color:red><strong>Habilitar AutoIndex Mod?</strong></span>';
$txt['auto_index_qty_new_day'] = 'Quantidade de dias para que uma mensagem é considerada ainda como Nova.
<br />Valor Padrão = 7';
$txt['bn_select_all'] = 'Selecionar tudo';
$txt['btn_save'] = 'Salvar';
//End Admin
$txt['auto_index_show_title'] = 'Gerador de Índice Automático';
$txt['auto_index_show_boards'] = 'Selecione o fórum que pretende mostrar?';
$txt['auto_index_show_all'] = 'Todos os tópicos';
$txt['auto_index_show_button'] = 'Enviar';
$txt['auto_index_show_button2'] = 'Voltar';
$txt['auto_index_show_new'] = 'Somente os novos tópicos';
$txt['auto_index_show_cantidad'] = 'Total de Tópicos: ';
$txt['auto_index_show_cantNuevos'] = 'Total de novos Tópicos: ';
//Result
$txt['auto_index_show_title1'] = 'Índice Automático deo Fórum: ';
$txt['auto_index_show_new_message'] = 'As linhas marcadas com <img src="'. $settings['images_url'] . '/'. $context['user']['language'] .'/new.gif" alt="New"/> correspondem a novas mensagens ';
$txt['auto_index_show_go'] = 'Ir Para: ';
$txt['auto_index_show_author'] = 'Autor';
$txt['auto_index_show_letter'] = 'Letras';
$txt['auto_index_show_nuevo'] = 'Novos';
$txt['auto_index_show'] = 'Mostrar';
$txt['auto_index_process'] = 'Processo!!!';
$txt['auto_index_row'] = 'seta';
$txt['auto_index_powered'] = 'Criado por:';
$txt['auto_index_based'] = 'Based by Argento Coders Team Index Script';
//End AutoIndex mod v1.0

//No active mod?
$txt['auto_index_error_no_active'] = 'O Mod Índice Auto, está desativado.';
//End Automatic Index v2.1
Translator SMF - Brazilian

Não respondo MP de ajuda, Poste sua duvida no forum!!! Se alguém te Ajudou Agradeça!!!
You do not have permission to give points
point 20 Points

Users who gave points in this topic » Papá distante (10 Pts) » Lean (10 Pts) 

Usuario: Papá distante
Rango: Moderador Global
Mensajes: 3504
Points: 168
Perfil: View Profile
Pais:
de
Re:Tradução Mod Automatic Index 2.4
Reply #1 October 03, 2012 - 08:39 20:39
+10!

Usuario: Darkness
Rango: Nuevo Usuario
Mensajes: 84
Points: 8
Mi web: http://www.vectorseries.net
Perfil: View Profile
Re:Tradução Mod Automatic Index 2.4
Reply #2 October 04, 2012 - 03:11 15:11
Thanks ^^

Usuario: Lean
Rango: Fundador
Mensajes: 6782
Points: 236
Perfil: View Profile
Pais:
ar
Re:Tradução Mod Automatic Index 2.4
Reply #3 October 04, 2012 - 03:22 15:22
Quedo perfecto! +10 :)

 

TAGS



top

Smfsimple.com es un sitio destinado a brindar un servicio de soporte y herramientas para foros realizados con el sistema de foros gratuito simplemachines.org. Contamos con un selecto equipo de desarrolladores y conocedores del sistema, sus foros estaran en buenas manos.
This site is not affiliated with or endorsed by Simple Machines