← Desenvolvimento

Aardvark Topsites - Lingua PT/BR

Lida 19082 vezes

Offline

OFFICER 
Membro
Mensagens 2076 Gostos 0
Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2

Alguém me consegue arranjar a lingua para a versão 5 do Aardvark Topsites? Em Português ou Português Brasileiro, mas correcto. O ficheiro que vem no script em Português está cheio de erros e o que não tem erros está em inglês..não estou com tempo nem paciência pra traduzir. Obrigado :P
Offline

cenourinha 
Elite
Mensagens 4094 Gostos 21
Troféus totais: 34
Trófeus: (Ver todos)
Mobile User Apple User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4

Eu acho que tenho isso traduzido vou ver!
Offline

GTO_KAI 
Membro
Mensagens 532 Gostos 13
Troféus totais: 31
Trófeus: (Ver todos)
Level 6 Windows User Super Combination Combination Topic Starter Poll Voter Poll Starter Level 5 Level 4 Level 3

instalando o plug-in do portugues, você irá achar tradução errada e todas bugadas, ess aqui eu que traduzi por cima do portugues, só não terminei de traduzir o painel de admin:

é só cliquar aqui para pegar
Offline

OFFICER 
Membro
Mensagens 2076 Gostos 0
Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2

Ainda ficou muita coisa em inglês.. cenourinha tu não tens isso? :s
Offline

cenourinha 
Elite
Mensagens 4094 Gostos 21
Troféus totais: 34
Trófeus: (Ver todos)
Mobile User Apple User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4

Vê aqui > http://pastebin.com/603647

é o que eu tenho!
Offline

OFFICER 
Membro
Mensagens 2076 Gostos 0
Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2

Este é para a versão antiga :( não faz mal...eu ca me arranjo e traduzo o resto do GTO_KAI :)
Offline

GTO_KAI 
Membro
Mensagens 532 Gostos 13
Troféus totais: 31
Trófeus: (Ver todos)
Level 6 Windows User Super Combination Combination Topic Starter Poll Voter Poll Starter Level 5 Level 4 Level 3

:wink: não tem muita coisa a traduzir apenas o painel de admin, a parte de acesso aos users está tudo direitinho
Offline

[A]visaPT 
Membro
Mensagens 256 Gostos 0
Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Level 5 Level 4 Level 3 Level 2 Level 1 100 Posts 50 Posts

Podem me passar este todo para PT sff?

Código: [Seleccione]
<?php
//===========================================================================\\
// Aardvark Topsites PHP 5                                                   \\
// Copyright &#40;c&#41; 2003-2005 Jeremy Scheff.  All rights reserved.              \\
//---------------------------------------------------------------------------\\
// http&#58;//www.aardvarkind.com/                        http&#58;//www.avatic.com/ \\
//---------------------------------------------------------------------------\\
// This program is free software; you can redistribute it and/or modify it   \\
// under the terms of the GNU General Public License as published by the     \\
// Free Software Foundation; either version 2 of the License, or &#40;at your    \\
// option&#41; any later version.                                                \\
//                                                                           \\
// This program is distributed in the hope that it will be useful, but       \\
// WITHOUT ANY WARRANTY; without even the implied warranty of                \\
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General \\
// Public License for more details.                                          \\
//===========================================================================\\
 
// When you make a new translation, fill out the following four variables to
// get credit for you work.
$translation 'Portuguese';
$translator_name 'Luciano Milani';
$translator_email '';
$translator_url 'http&#58;//www.lmilani.com/';
 
// Global
$LNG['g_form_submit_short'&#93; = "OK";
$LNG['g_username'&#93; = "Usuário - User";
$LNG['g_url'&#93; = "URL";
$LNG['g_title'&#93; = "Título - Title";
$LNG['g_description'&#93; = "Descrição - Description";
$LNG['g_category'&#93; = "Categoria - Category"; // 4.1.0
$LNG['g_email'&#93; = "Email";
$LNG['g_banner_url'&#93; = "Banner URL";
$LNG['g_password'&#93; = "Password";
$LNG['g_average'&#93; = "Classificação - Average";
$LNG['g_today'&#93; = "Hoje - Today";
$LNG['g_yesterday'&#93; = "Ontem - Yesterday";
$LNG['g_daily'&#93; = "Diário - Daily"; // 5.0
$LNG['g_this_month'&#93; = "Este Mês - This month"; // 5.0
$LNG['g_last_month'&#93; = "Mês Passado - Last month"; // 5.0
$LNG['g_monthly'&#93; = "Mensalmente - Monthly"; // 5.0
$LNG['g_this_week'&#93; = "Esta Semana - This week"; // 5.0
$LNG['g_last_week'&#93; = "Sem. Passada - Last week"; // 5.0
$LNG['g_weekly'&#93; = "Semanalmente - Weekly"; // 5.0
$LNG['g_pv'&#93; = 'Páginas Visitadas'; // 5.0
$LNG['g_overall'&#93; = 'Overall'; // 5.0
$LNG['g_in'&#93; = 'In'; // 5.0
$LNG['g_out'&#93; = 'Out'; // 5.0
$LNG['g_unq_pv'&#93; = "Únicas PVs"; // 5.0
$LNG['g_tot_pv'&#93; = "Total PVs"; // 5.0
$LNG['g_unq_in'&#93; = "Únicas In"; // 5.0
$LNG['g_tot_in'&#93; = "Total In"; // 5.0
$LNG['g_unq_out'&#93; = "Únicas Out"; // 5.0
$LNG['g_tot_out'&#93; = "Total Out"; // 5.0
$LNG['g_invalid_u_or_p'&#93; = "Password inválido. Invalid username or password.  Please try again."; // 5.0
$LNG['g_invalid_u'&#93; = "Username inválido. Invalid username.  Please try again."; // 5.0
$LNG['g_invalid_p'&#93; = "Password inválido. Invalid password.  Please try again."; // 5.0
$LNG['g_session_expired'&#93; = "Sua seção expirou. Your session has expired.  Please try again."; // 5.0
$LNG['g_error'&#93; = "Desculpe... houve um erro! - Sorry..."; // 5.0
$LNG['g_delete_install'&#93; = "For security reasons, you must delete the install directory before the script will run."; // 5.0
 
// Edit Account
$LNG['edit_header'&#93; = "Editar sua conta - Edit account";
$LNG['edit_info_edited'&#93; = "Sua conta foi editada com sucesso! Your account has been successfully edited.";
$LNG['edit_password_blank'&#93; = "Deixe em branco para manter a mesma password. Leave this blank to keep the current password"; // 4.0
 
// Gateway Page
$LNG['gateway_header'&#93; = "Portal Capoeira - Top Sites  »Página de Acesso";
$LNG['gateway_text'&#93; = "Seja Bem Vindo!!! Welcome!!! Para evitar abusos, chatters e outras ameaças virtuais, colocamos esta página aqui, de modo a diminuir estes problemas, para acessar o site principal clique nos links abaixo.";
$LNG['gateway_vote'&#93; = "Entrar e Votar";
$LNG['gateway_no_vote'&#93; = "Entrar sem Votar"; // 5.0
 
// Install
$LNG['install_header'&#93; = "Install";
$LNG['install_welcome'&#93; = "Welcome to Aardvark Topsites PHP 5.  Fill out the form below to install the script.";
$LNG['install_sql_prefix'&#93; = "Table prefix - only change this if you are running more than one list from the same database";
$LNG['install_error_chmod'&#93; = "Could not write to settings_sql.php.  Make sure you CHMOD 666 settings_sql.php.";
$LNG['install_error_sql'&#93; = "Could not connect to the SQL database.  Please go back and check your SQL settings.";
$LNG['install_done'&#93; = "Your topsites list has been installed.  Delete this directory now.";
$LNG['install_your'&#93; = "Sua Lista do Portal Capoeira - Top Sites";
$LNG['install_admin'&#93; = "Admin";
$LNG['install_manual'&#93; = "Manual";
$LNG['upgrade_header'&#93; = "Upgrade";
$LNG['upgrade_welcome'&#93; = "Welcome to Aardvark Topsites PHP 5.  Before you upgrade, remember to back up your data.";
$LNG['upgrade_error_version'&#93; = "Upgrading is only supported for Aardvark Topsites PHP 4.1.0 or higher.";
$LNG['upgrade_done'&#93; = "Your topsites list has been upgraded.  Delete this directory now.";
 
// Join
$LNG['join_header'&#93; = "Participe - Join";
$LNG['join_enter_text'&#93; = "Entre com o texto que aparece na imagem abaixo. Enter the text as it is shown in the image below&#58;"; // 4.2.2
$LNG['join_user'&#93; = "Usuário - Username"; // 5.0
$LNG['join_website'&#93; = "Website"; // 5.0
$LNG['join_error_forgot'&#93; = "Voce esqueceu de&#58; You forgot to&#58;";
$LNG['join_error_username'&#93; = "Entre com um usuário válido. Enter a valid username&#58; use only letters, numbers, underscores, and dashes."; // 5.0
$LNG['join_error_username_duplicate'&#93; = "Entre com um usuário válido, este já esta sendo usado. Enter a valid username&#58; your username is already in use."; // 5.0
$LNG['join_error_url'&#93; = "Entre uma URL válida. Enter a valid URL.";
$LNG['join_error_email'&#93; = "Entre com um endereço de e-mail válido. Enter a valid email address.";
$LNG['join_error_title'&#93; = "Entre com um título para o seu web site. Enter a title for your web site.";
$LNG['join_error_password'&#93; = "Entre com a password. Enter a password.";
$LNG['join_error_urlbanner'&#93; = "Entre com o banner do seu site, deixe em branco caso seu site não tenha um banner. Enter a valid banner.  Leave it blank if you don't have one.  It must be smaller than"; // 4.0
$LNG['join_error_back'&#93; = "Por favor corrija os erros. Please go back and fix those errors.";
$LNG['join_error_time'&#93; = "Não atualize a pagina de confirmação. Do not refresh the join confirmation page."; // 4.2.0
$LNG['join_error_captcha'&#93; = "As letras não correspondem a sequencia da imagem, digite novamente. The word you entered does not match the image."; // 4.2.2
$LNG['join_thanks'&#93; = "Muito Obrigado por participar!  Coloque este código em seu site para que ele possa participar do projeto Top Site do Portal Capoeira e ser avaliado e votado pelos usuários! TKS for join!!!";
$LNG['join_change_warning'&#93; = "Não troque o código, pois ele não irá funcionar.";
$LNG['join_welcome'&#93; = "Bem Vindo  Welcome ao %s";
$LNG['join_welcome_admin'&#93; = "Um novo membro entrou no Portal Capoeira Top Sites. A new member has joined your topsites list.";
 
// Link Code
$LNG['link_code_header'&#93; = "Link Code - Código do Link"; // 5.0
 
// Lost Password
$LNG['lost_pw_header'&#93; = "Perdeu sua password.  Lost Password"; // 5.0
$LNG['lost_pw_forgot'&#93; = "Esqueceu a sua password.  Forgot your password?"; // 5.0
$LNG['lost_pw_get'&#93; = "Pegar a password.  Get Password"; // 5.0
$LNG['lost_pw_emailed'&#93; = "Por favor cheque o seu email e siga as instruções.  Please check your email for further instructions."; // 5.0
$LNG['lost_pw_email'&#93; = "Para pegar uma nova password siga este link.  To pick a new password for your site, just go to this URL&#58;"; // 5.0
$LNG['lost_pw_new'&#93; = "Entre com a nova password  Enter a New Password"; // 5.0
$LNG['lost_pw_set_new'&#93; = "Defina a nova password.  Set New Password"; // 5.0
$LNG['lost_pw_finish'&#93; = "Password alterada com sucesso! Your password has been set to the new password you have just chosen."; // 5.0
 
// Main Page
$LNG['main_header'&#93; = "Top Sites Rankings"; // 5.0
$LNG['main_all'&#93; = "Todos Sites - All Sites"; // 4.2.0
$LNG['main_method'&#93; = "Método de Ranking";
$LNG['main_members'&#93; = "Membros - Members";
$LNG['main_menu_rankings'&#93; = "Top Sites - Rankings";
$LNG['main_menu_join'&#93; = "Participe - Join";
$LNG['main_menu_random'&#93; = "Random Member";
$LNG['main_menu_search'&#93; = "Procurar - Search";
$LNG['main_menu_lost_code'&#93; = "Perdeu o código? Lost Code?"; // 5.0
$LNG['main_menu_lost_password'&#93; = "Perdeu sua password? Lost Password?"; // 5.0
$LNG['main_menu_edit'&#93; = "Editar informações da sua conta&#58; Edit account info&#58;";
$LNG['main_menu_user_cp'&#93; = "Painel de Controle - CPanel "; // 5.0
$LNG['main_featured'&#93; = "Featured Member"; // 4.0.2
$LNG['main_executiontime'&#93; = "Script Execution Time"; // 4.0
$LNG['main_queries'&#93; = "SQL Queries"; // 4.0
$LNG['main_powered'&#93; = "Powered by";
 
// Ranking Table
$LNG['table_stats'&#93; = "Votar - Estatísticas";
$LNG['table_unique'&#93; = "Uníco";
$LNG['table_total'&#93; = "Total";
$LNG['table_rank'&#93; = "Rank";
$LNG['table_title'&#93; = "Título - Title"; // 4.0
$LNG['table_description'&#93; = "Descrição - Description"; // 4.0
$LNG['table_movement'&#93; = "Movimento - Movement";
$LNG['table_up'&#93; = "Acima - Up"; // 5.0
$LNG['table_down'&#93; = "Abaixo - Down"; // 5.0
$LNG['table_neutral'&#93; = "Neutro - Neutral"; // 5.0
 
// Rate and Review
$LNG['rate_header'&#93; = "Votar e Comentar - Vote";
$LNG['rate_rating'&#93; = "Avaliar - Rating";
$LNG['rate_review'&#93; = "Comentários - HTML não permitido - Reviews"; // 5.0
$LNG['rate_thanks'&#93; = "Obrigado por sua qualificação - TKS.";
$LNG['rate_error'&#93; = "Voce já votou neste site.";
$LNG['rate_back'&#93; = "Voltar para as estatísticas";
 
// Search
$LNG['search_header'&#93; = "Procurar - Search";
$LNG['search_off'&#93; = "The search feature has been disabled.";
$LNG['search_for'&#93; = "You searched for";
$LNG['search_no_sites'&#93; = "Sorry, no sites matching your criteria were found."; // 5.0
$LNG['search_prev'&#93; = "Anterior - prev"; // 3.2.1
$LNG['search_next'&#93; = "Próximo - next"; // 3.2.1
 
// Stats
$LNG['stats_header'&#93; = "Estatísticas - Stats";
$LNG['stats_info'&#93; = "Informações - Info";
$LNG['stats_member_since'&#93; = "Membro desde - Member Since"; // 5.0
$LNG['stats_rating_avg'&#93; = "Avaliação - Average Rating";
$LNG['stats_rating_num'&#93; = "Número de Avaliações - Number of Ratings";
$LNG['stats_rate'&#93; = "Vote e Avalie este site - Rate and Review This Site";
$LNG['stats_reviews'&#93; = "Comentários - Reviews";
$LNG['stats_allreviews'&#93; = "Mostrar todas os comentários - All Reviews"; // 4.0
$LNG['stats_week'&#93; = "Semana - Week"; // 5.0
$LNG['stats_highest'&#93; = "Melhor - Highest"; // 5.0
 
// ssi.php
$LNG['ssi_top'&#93; = "Top %s Sites"; // 4.0
$LNG['ssi_new'&#93; = "%s Newest Members"; // 5.0
$LNG['ssi_all'&#93; = "Todos os Sites - All sites"; // 4.0
 
// User Control Panel // 5.0
$LNG['user_cp_header'&#93; = "Painel de Controle - User Control Panel"; // 5.0
$LNG['user_cp_login'&#93; = "Login"; // 5.0
$LNG['user_cp_logout'&#93; = "Logout"; // 5.0
$LNG['user_cp_welcome'&#93; = "Bem Vindo ao Painel de Controle, aqui voce pode gerenciar a sua conta. Welcome to the user control panel.  Use the links to the left to manage your account."; // 5.0
$LNG['user_cp_logout_message'&#93; = "Voce não está logado no Painel de Controle. You are now logged out of the user control panel."; // 5.0
 
// Admin > Approve New Members // 4.0
$LNG['a_approve_header'&#93; = "Approve New Members"; // 5.0
$LNG['a_approve'&#93; = "Approve"; // 4.0
$LNG['a_approve_none'&#93; = "There are no members waiting to be approved."; // 4.0
$LNG['a_approve_done'&#93; = "The member has been approved."; // 4.0
$LNG['a_approve_dones'&#93; = "The members have been approved."; // 4.0
$LNG['a_approve_sel'&#93; = "With selected&#58;"; // 5.0
 
// Admin > Approve New Reviews // 5.0
$LNG['a_approve_rev_header'&#93; = "Approve New Reviews"; // 5.0
$LNG['a_approve_rev_none'&#93; = "There are no reviews waiting to be approved."; // 5.0
$LNG['a_approve_rev_done'&#93; = "The review has been approved."; // 5.0
$LNG['a_approve_rev_dones'&#93; = "The reviews have been approved."; // 5.0
 
// Admin > Delete Member
$LNG['a_del_header'&#93; = "Delete Member"; // 5.0
$LNG['a_del_headers'&#93; = "Delete Members"; // 5.0
$LNG['a_del_done'&#93; = "The member has been deleted."; // 5.0
$LNG['a_del_dones'&#93; = "The members have been deleted."; // 5.0
$LNG['a_del_warn'&#93; = "Are you sure you want to delete %s?"; // 5.0
$LNG['a_del_multi'&#93; = "these %s members"; //5.0
 
// Admin > Delete Review // 5.0
$LNG['a_del_rev_header'&#93; = "Delete Review"; // 5.0
$LNG['a_del_rev_headers'&#93; = "Delete Reviews"; // 5.0
$LNG['a_del_rev_done'&#93; = "The review has been deleted."; // 5.0
$LNG['a_del_rev_dones'&#93; = "The reviews have been deleted."; // 5.0
$LNG['a_del_rev_warn'&#93; = "Are you sure you want to delete this review?"; //5.0
$LNG['a_del_rev_warns'&#93; = "Are you sure you want to delete these reviews?"; //5.0
$LNG['a_del_rev_invalid_id'&#93; = "Invalid review ID.  Please try again."; // 5.0
 
// Admin > Edit Member
$LNG['a_edit_header'&#93; = "Edit Member"; // 5.0
$LNG['a_edit_site_is'&#93; = "This site is"; // 4.0
$LNG['a_edit_active'&#93; = "Active &#40;Listed&#41;"; // 4.0
$LNG['a_edit_inactive'&#93; = "Inactive &#40;Not Listed&#41;"; // 5.0
$LNG['a_edit_edited'&#93; = "The member has been edited.";
 
// Admin > Edit Review // 5.0
$LNG['a_edit_rev_header'&#93; = "Edit Review"; // 5.0
$LNG['a_edit_rev_edited'&#93; = "The review has been edited.";
 
// Admin > Email Members
$LNG['a_email_header'&#93; = "Email Members"; // 5.0
$LNG['a_email_subject'&#93; = "Subject"; // 4.2.0
$LNG['a_email_message'&#93; = "Message"; // 4.2.0
$LNG['a_email_msg_sent'&#93; = "An email has been sent to %s"; // 5.0
$LNG['a_email_not_sent'&#93; = "An email couldn't be sent to %s"; // 5.0
$LNG['a_email_sent'&#93; = "%s members were emailed."; // 4.2.0
$LNG['a_email_failed'&#93; = "%s members were not emailed."; // 4.2.0
 
// Admin > Logout
$LNG['a_logout_message'&#93; = "You are now logged out of the admin."; // 5.0
 
// Admin > Main
$LNG['a_header'&#93; = "Admin"; // 5.0
$LNG['a_main'&#93; = "Welcome to the admin.  Use the links to the left to manage your topsites list."; // 5.0
$LNG['a_main_approve'&#93; = "There is 1 site waiting to be approved."; // 5.0
$LNG['a_main_approves'&#93; = "There are %s sites waiting to be approved."; // 5.0
$LNG['a_main_approve_rev'&#93; = "There is 1 review waiting to be approved."; // 5.0
$LNG['a_main_approve_revs'&#93; = "There are %s reviews waiting to be approved."; // 5.0
$LNG['a_main_your'&#93; = "Your version"; // 5.0
$LNG['a_main_latest'&#93; = "Latest version"; // 5.0
$LNG['a_main_new'&#93; = "<a href=\"http&#58;//www.aardvarkind.com/\">Aardvark Topsites PHP Website</a>"; // 5.0
 
// Admin > Manage Members
$LNG['a_man_header'&#93; = "Manage Members"; // 5.0
$LNG['a_man_actions'&#93; = "Actions"; // 4.2.0
$LNG['a_man_edit'&#93; = "Edit"; // 4.2.0
$LNG['a_man_delete'&#93; = "Delete"; // 4.2.0
$LNG['a_man_email'&#93; = "Email"; // 4.2.0
$LNG['a_man_all'&#93; = "Select All"; // 5.0
$LNG['a_man_none'&#93; = "Select None"; // 5.0
$LNG['a_man_del_sel'&#93; = "Delete Selected"; // 5.0
 
// Admin > Manage Reviews // 5.0
$LNG['a_man_rev_header'&#93; = "Manage Reviews"; // 5.0
$LNG['a_man_rev_enter'&#93; = "To manage the reviews of a site, enter the member's username below."; // 5.0
$LNG['a_man_rev_id'&#93; = "ID"; // 5.0
$LNG['a_man_rev_rev'&#93; = "Review"; // 5.0
$LNG['a_man_rev_date'&#93; = "Date"; // 5.0
 
// Admin > Menu
$LNG['a_menu'&#93; = "Menu";
$LNG['a_menu_main'&#93; = "Main"; // 5.0
$LNG['a_menu_approve'&#93; = "Approve New Members";
$LNG['a_menu_manage'&#93; = "Manage Members"; // 4.2.0
$LNG['a_menu_settings'&#93; = "Change Settings"; // 5.0
$LNG['a_menu_skins'&#93; = "Skins and Categories"; // 5.0
$LNG['a_menu_approve_reviews'&#93; = "Approve New Reviews"; // 5.0
$LNG['a_menu_manage_reviews'&#93; = "Manage Reviews"; // 5.0
$LNG['a_menu_email'&#93; = "Email Members";
$LNG['a_menu_delete_review'&#93; = "Delete Review";
$LNG['a_menu_logout'&#93; = "Logout";
$LNG['a_menu_delete'&#93; = "Delete Member";
$LNG['a_menu_edit'&#93; = "Edit Member";
$LNG['a_header_members'&#93; = "Members"; // 5.0
$LNG['a_header_settings'&#93; = "Settings"; // 5.0
$LNG['a_header_reviews'&#93; = "Reviews"; // 5.0
 
// Admin > Settings
$LNG['a_s_header'&#93; = "Change Settings";
$LNG['a_s_general'&#93; = "General Settings";
$LNG['a_s_admin_password'&#93; = "Admin password";
$LNG['a_s_list_name'&#93; = "The name of your topsites list";
$LNG['a_s_list_url'&#93; = "URL to the topsites directory";
$LNG['a_s_default_language'&#93; = "Default language";
$LNG['a_s_your_email'&#93; = "Your email address";
 
$LNG['a_s_sql'&#93; = "SQL Settings";
$LNG['a_s_sql_type'&#93; = "Database Type"; // 4.1.0
$LNG['a_s_sql_host'&#93; = "Host";
$LNG['a_s_sql_database'&#93; = "Database";
$LNG['a_s_sql_username'&#93; = "Username";
$LNG['a_s_sql_password'&#93; = "Password";
 
$LNG['a_s_ranking'&#93; = "Ranking Settings";
$LNG['a_s_num_list'&#93; = "Number of members to list per page"; // 5.0
$LNG['a_s_ranking_period'&#93; = "Ranking period"; // 5.0
$LNG['a_s_ranking_method'&#93; = "Ranking method"; // 5.0
$LNG['a_s_ranking_average'&#93; = "Rank by average or by just %s"; // 5.0
$LNG['a_s_featured_member'&#93; = 'Featured member - You have to add &#123;$featured_member&#125; to wrapper.html after you turn this on.'; // 4.1.0
$LNG['a_s_top_skin_num'&#93; = "Number of members to use the _top skin for";
$LNG['a_s_ad_breaks'&#93; = "Show ad breaks after these ranks &#40;separate with commas&#41;";
 
$LNG['a_s_member'&#93; = "Member Settings";
$LNG['a_s_active_default'&#93; = "Require new members to be approved before being listed";
$LNG['a_s_active_default_review'&#93; = "Require new reviews to be approved before being listed";
$LNG['a_s_delete_after'&#93; = "Delete inactive members after this many days &#40;set to 0 to turn off&#41;"; // 4.1.0
$LNG['a_s_email_admin_on_join'&#93; = "Email you when a new member joins";
$LNG['a_s_max_banner_width'&#93; = "Member's maximum banner width &#40;set to 0 to turn off&#41;"; // 4.2.0
$LNG['a_s_max_banner_height'&#93; = "Member's maximum banner height &#40;set to 0 to turn off&#41;"; // 4.2.0
$LNG['a_s_default_banner'&#93; = "Default banner for members who do not supply one";
 
$LNG['a_s_button'&#93; = "Button Settings";
$LNG['a_s_ranks_on_buttons'&#93; = "Ranks on buttons -  See <a href=\"http&#58;//www.aardvarkind.com/topsitesphp/manual/\">the manual</a> for details.  Only choose Stat Buttons if you have already read that section of the manual.  If you choose Stat Buttons, the rest of this section will not have an effect."; // 4.2.0
$LNG['a_s_stat_buttons'&#93; = "Stat Buttons"; // 4.2.0
$LNG['a_s_button_url'&#93; = "If Yes/No - URL to the default button you want to appear on members' sites"; // 4.0
$LNG['a_s_button_dir'&#93; = "If Yes - URL to the directory the buttons are in"; // 4.0
$LNG['a_s_button_ext'&#93; = "If Yes - Extension of the buttons &#40;gif, png, jpg, etc.&#41;"; // 4.0
$LNG['a_s_button_num'&#93; = "If Yes - Number of buttons you have made"; // 4.0
 
$LNG['a_s_other'&#93; = "Other Settings";
$LNG['a_s_search'&#93; = "Search";
$LNG['a_s_time_offset'&#93; = "Time offset from your server &#40;in hours&#41;";
$LNG['a_s_gateway'&#93; = "Gateway page to deter cheating for hits in";
$LNG['a_s_captcha'&#93; = "Word verification on join - Security against spammers"; // 4.2.2
 
$LNG['a_s_on'&#93; = "On";
$LNG['a_s_off'&#93; = "Off";
$LNG['a_s_days'&#93; = "Days";
$LNG['a_s_months'&#93; = "Months";
$LNG['a_s_weeks'&#93; = "Weeks"; // 4.2.0
$LNG['a_s_yes'&#93; = "Yes";
$LNG['a_s_no'&#93; = "No";
 
$LNG['a_s_updated'&#93; = "Your settings have been updated.";
 
// Admin > Skins and Categories // 5.0
$LNG['a_skins_header'&#93; = "Skins and Categories"; // 5.0
$LNG['a_skins_default'&#93; = "Default Skin"; // 5.0
$LNG['a_skins_set_default'&#93; = "Set Default Skin"; // 5.0
$LNG['a_skins_anon'&#93; = "Anonymous"; // 5.0
$LNG['a_skins_default_done'&#93; = "The default skin has been set."; // 5.0
$LNG['a_skins_categories_done'&#93; = "The category skins have been set."; // 5.0
$LNG['a_skins_new_category_done'&#93; = "The new category has been created."; // 5.0
$LNG['a_skins_delete_done'&#93; = "The category has been deleted."; // 5.0
$LNG['a_skins_edit_done'&#93; = "The category has been edited."; // 5.0
$LNG['a_skins_invalid_skin'&#93; = "Invalid skin&#58; %s.  Please try again."; // 5.0
$LNG['a_skins_categories'&#93; = "Categories"; // 5.0
$LNG['a_skins_new_category'&#93; = "Create New Category"; // 5.0
$LNG['a_skins_set_skins'&#93; = "Set Category Skins"; // 5.0
$LNG['a_skins_edit_category'&#93; = "Edit Category"; // 5.0
$LNG['a_skins_category_name'&#93; = "Category Name"; // 5.0
$LNG['a_skins_diff_skins'&#93; = "If you want different skins for different categories, select them below."; // 5.0
?>

Offline

OFFICER 
Membro
Mensagens 2076 Gostos 0
Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2

Se existir alguma falha..avisem Lol

Código: [Seleccione]
<?php
//===========================================================================\\
// Aardvark Topsites PHP 5                                                   \\
// Copyright &#40;c&#41; 2003-2005 Jeremy Scheff.  All rights reserved.              \\
//---------------------------------------------------------------------------\\

//---------------------------------------------------------------------------\\
// This program is free software; you can redistribute it and/or modify it   \\
// under the terms of the GNU General Public License as published by the     \\
// Free Software Foundation; either version 2 of the License, or &#40;at your    \\
// option&#41; any later version.                                                \\
//                                                                           \\
// This program is distributed in the hope that it will be useful, but       \\
// WITHOUT ANY WARRANTY; without even the implied warranty of                \\
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General \\
// Public License for more details.                                          \\
//===========================================================================\\

// When you make a new translation, fill out the following four variables to
// get credit for you work.
$translation 'Portuguese';
$translator_name 'OFFICER';
$translator_email 'dmalaquias@gmail.com';
$translator_url 'www.frevolution.org';

// Global
$LNG['g_form_submit_short'&#93; = "OK";
$LNG['g_username'&#93; = "Utilizador";
$LNG['g_url'&#93; = "URL";
$LNG['g_title'&#93; = "Título";
$LNG['g_description'&#93; = "Descrição";
$LNG['g_category'&#93; = "Categoria"; // 4.1.0
$LNG['g_email'&#93; = "Email";
$LNG['g_banner_url'&#93; = "Banner URL";
$LNG['g_password'&#93; = "Password";
$LNG['g_average'&#93; = "Classificações";
$LNG['g_today'&#93; = "Hoje";
$LNG['g_yesterday'&#93; = "Ontem";
$LNG['g_daily'&#93; = "Diário"; // 5.0
$LNG['g_this_month'&#93; = "Este Mês"; // 5.0
$LNG['g_last_month'&#93; = "Mês Passado"; // 5.0
$LNG['g_monthly'&#93; = "Mensalmente"; // 5.0
$LNG['g_this_week'&#93; = "Esta Semana"; // 5.0
$LNG['g_last_week'&#93; = "Semana Passada"; // 5.0
$LNG['g_weekly'&#93; = "Semanalmente"; // 5.0
$LNG['g_pv'&#93; = 'Páginas Visitadas'; // 5.0
$LNG['g_overall'&#93; = 'Todas'; // 5.0
$LNG['g_in'&#93; = 'Entrada'; // 5.0
$LNG['g_out'&#93; = 'Saída'; // 5.0
$LNG['g_unq_pv'&#93; = " PVs Únicas"; // 5.0
$LNG['g_tot_pv'&#93; = "Total PVs"; // 5.0
$LNG['g_unq_in'&#93; = "Únicas Hoje"; // 5.0
$LNG['g_tot_in'&#93; = "Total de Entrada"; // 5.0
$LNG['g_unq_out'&#93; = "Saídas Únicas"; // 5.0
$LNG['g_tot_out'&#93; = "Total de Saídas"; // 5.0
$LNG['g_invalid_u_or_p'&#93; = "Nome de Utilizador e/ou Senha Inválida, tente de novo."; // 5.0
$LNG['g_invalid_u'&#93; = "Nome de Utilizador inválido, tente de novo."; // 5.0
$LNG['g_invalid_p'&#93; = "Senha Inválida, tente de novo."; // 5.0
$LNG['g_session_expired'&#93; = "A sua session expirou, faça o login novamente."; // 5.0
$LNG['g_error'&#93; = "Erro!"; // 5.0
$LNG['g_delete_install'&#93; = "Por razões de segurança o TopSite só irá funcionar quando a pasta de Instalação for excluída."; // 5.0

// Edit Account
$LNG['edit_header'&#93; = "Editar Conta";
$LNG['edit_info_edited'&#93; = "A sua conta foi editada com sucesso!";
$LNG['edit_password_blank'&#93; = "Deixe em branco para manter a mesma senha"; // 4.0

// Gateway Page
$LNG['gateway_header'&#93; = "TopSites FRevolution - Página de Acesso";
$LNG['gateway_text'&#93; = "Seja Bem Vindo!!! Para evitar abusos, cheaters e outras ameaças virtuais, colocámos esta página aqui, de modo a diminuir estes problemas, para ir ao site principal clique nos links abaixo.";
$LNG['gateway_vote'&#93; = "Entrar e votar";
$LNG['gateway_no_vote'&#93; = "Fui enganado - Entrar sem votar"; // 5.0

// Install
$LNG['install_header'&#93; = "Instalação";
$LNG['install_welcome'&#93; = "Bem Vindo ao Aardvark Topsites PHP 5. Preencha o seguinte formulário para instalar o script.";
$LNG['install_sql_prefix'&#93; = "Prefixo de tabela - só modifique isto se está a correr mais de uma lista na mesma base de dados.";
$LNG['install_error_chmod'&#93; = "Não foi possivel escrever em settings_sql.php. Verifique se colocou CHMOD 666 em settings_sql.php.";
$LNG['install_error_sql'&#93; = "Não foi possivel conectar à Base de Dados SQL. Por favor, volte atrás e verifique os dados da sua Base de Dados SQL.";
$LNG['install_done'&#93; = "O seu TopSites foi instalado com sucesso! Apague esta pasta agora.";
$LNG['install_your'&#93; = "TopSites FRevolution";
$LNG['install_admin'&#93; = "Admin";
$LNG['install_manual'&#93; = "Manual";
$LNG['upgrade_header'&#93; = "Actualizar";
$LNG['upgrade_welcome'&#93; = "Bem Vindo ao Aardvark Topsites PHP 5. Antes de actualizar, faça backup da Base de Dados.";
$LNG['upgrade_error_version'&#93; = "Actualização só é suportado para o Aardvark Topsites PHP 4.1.0 ou acima.";
$LNG['upgrade_done'&#93; = "O seu TopSites foi actualizado com sucesso! Apague esta pasta agora.";

// Join
$LNG['join_header'&#93; = "Participe!";
$LNG['join_enter_text'&#93; = "Escreva o texto que aparece na imagem abaixo&#58;"; // 4.2.2
$LNG['join_user'&#93; = "Utilizador"; // 5.0
$LNG['join_website'&#93; = "Website"; // 5.0
$LNG['join_error_forgot'&#93; = "Esqueceu-se de&#58;";
$LNG['join_error_username'&#93; = "Introduza um nome de utilizador válido. Utilize apenas letras, números, underscores e traveções."; // 5.0
$LNG['join_error_username_duplicate'&#93; = "Introduza outro nome de utilizador, este utilizador já existe."; // 5.0
$LNG['join_error_url'&#93; = "Introduza uma URL válida.";
$LNG['join_error_email'&#93; = "Introduza um endereço de email.";
$LNG['join_error_title'&#93; = "Introduza um título.";
$LNG['join_error_password'&#93; = "Introduza uma password.";
$LNG['join_error_urlbanner'&#93; = "Introduza um banner válido. Deixe em branco caso não tenha um. Deverá ser menor que"; // 4.0
$LNG['join_error_back'&#93; = "Por Favor volte atrás e corrija os erros.";
$LNG['join_error_time'&#93; = "Por Favor não actualize a página de confirmação de participação."; // 4.2.0
$LNG['join_error_captcha'&#93; = "As letras que digitou não são iguais às letras da imagem de protecção, tente de novo."; // 4.2.2
$LNG['join_thanks'&#93; = "Muito Obrigado por participar! Agora coloque este código no seu site para que possa participar do TopSites FRevolution e ser avaliado e votado.";
$LNG['join_change_warning'&#93; = "Não altere o código, poderá não funcionar.";
$LNG['join_welcome'&#93; = "Bem Vindo ao %s";
$LNG['join_welcome_admin'&#93; = "Um novo membro juntou-se ao TopSites!";

// Link Code
$LNG['link_code_header'&#93; = "Código do Link"; // 5.0

// Lost Password
$LNG['lost_pw_header'&#93; = "Perdeu a sua Senha?"; // 5.0
$LNG['lost_pw_forgot'&#93; = "Esqueceu-se da sua Senha?"; // 5.0
$LNG['lost_pw_get'&#93; = "Clique aqui e recupere a Senha!"; // 5.0
$LNG['lost_pw_emailed'&#93; = "Por favor verifique o seu email e siga as instrucções."; // 5.0
$LNG['lost_pw_email'&#93; = "Para colocar uma nova senha siga este link&#58;"; // 5.0
$LNG['lost_pw_new'&#93; = "Introduza uma Nova Senha&#58;"; // 5.0
$LNG['lost_pw_set_new'&#93; = "Defina a Nova Senha&#58;"; // 5.0
$LNG['lost_pw_finish'&#93; = "Senha alterada com sucesso!"; // 5.0

// Main Page
$LNG['main_header'&#93; = "Início"; // 5.0
$LNG['main_all'&#93; = "Todos os Sites"; // 4.2.0
$LNG['main_method'&#93; = "Metodo de Classificação";
$LNG['main_members'&#93; = "Membros";
$LNG['main_menu_rankings'&#93; = "Classificações";
$LNG['main_menu_join'&#93; = "Participar";
$LNG['main_menu_random'&#93; = "Membro Aleatório";
$LNG['main_menu_search'&#93; = "Procurar";
$LNG['main_menu_lost_code'&#93; = "Perdeu o seu Código?"; // 5.0
$LNG['main_menu_lost_password'&#93; = "Perdeu a sua Senha?"; // 5.0
$LNG['main_menu_edit'&#93; = "Editar informações da sua conta";
$LNG['main_menu_user_cp'&#93; = "Painel de Membro"; // 5.0
$LNG['main_featured'&#93; = "Membro Aleatório"; // 4.0.2
$LNG['main_executiontime'&#93; = "Site Executado em"; // 4.0
$LNG['main_queries'&#93; = "Pedidos SQL"; // 4.0
$LNG['main_powered'&#93; = "Produzido por";

// Ranking Table
$LNG['table_stats'&#93; = "Estatísticas";
$LNG['table_unique'&#93; = "Uníco";
$LNG['table_total'&#93; = "Total";
$LNG['table_rank'&#93; = "Classificação";
$LNG['table_title'&#93; = "Título"; // 4.0
$LNG['table_description'&#93; = "Descrição"; // 4.0
$LNG['table_movement'&#93; = "Movimento";
$LNG['table_up'&#93; = "Acima"; // 5.0
$LNG['table_down'&#93; = "Abaixo"; // 5.0
$LNG['table_neutral'&#93; = "Neutro"; // 5.0

// Rate and Review
$LNG['rate_header'&#93; = "Votar e Comentar";
$LNG['rate_rating'&#93; = "Classificar";
$LNG['rate_review'&#93; = "Comentar - HTML não é permitido"; // 5.0
$LNG['rate_thanks'&#93; = "Obrigado pela sua Classificação";
$LNG['rate_error'&#93; = "Já votou neste site!";
$LNG['rate_back'&#93; = "Voltar para as estatísticas";

// Search
$LNG['search_header'&#93; = "Procurar";
$LNG['search_off'&#93; = "A Procura caracterizada está desligada.";
$LNG['search_for'&#93; = "Procurou por";
$LNG['search_no_sites'&#93; = "Descupe, não foi encontrado nenhum site segundo os critérios que introduziu."; // 5.0
$LNG['search_prev'&#93; = "Anterior"; // 3.2.1
$LNG['search_next'&#93; = "Próximo"; // 3.2.1

// Stats
$LNG['stats_header'&#93; = "Estatísticas";
$LNG['stats_info'&#93; = "Informações";
$LNG['stats_member_since'&#93; = "Membro desde"; // 5.0
$LNG['stats_rating_avg'&#93; = "Classificação Média";
$LNG['stats_rating_num'&#93; = "Número de Votos";
$LNG['stats_rate'&#93; = "Vote e Comente este site";
$LNG['stats_reviews'&#93; = "Comentários";
$LNG['stats_allreviews'&#93; = "Mostrar todos os comentários"; // 4.0
$LNG['stats_week'&#93; = "Semana"; // 5.0
$LNG['stats_highest'&#93; = "Melhor"; // 5.0

// ssi.php
$LNG['ssi_top'&#93; = "Top %s Sites"; // 4.0
$LNG['ssi_new'&#93; = "%s Membros Novos"; // 5.0
$LNG['ssi_all'&#93; = "Todos os Sites"; // 4.0

// User Control Panel // 5.0
$LNG['user_cp_header'&#93; = "Painel de Controlo de Utilizador"; // 5.0
$LNG['user_cp_login'&#93; = "Login"; // 5.0
$LNG['user_cp_logout'&#93; = "Logout"; // 5.0
$LNG['user_cp_welcome'&#93; = "Bem Vindo ao Painel de Controlo, aqui pode gerir a sua conta."; // 5.0
$LNG['user_cp_logout_message'&#93; = "Não está logado no Painel de Controlo."; // 5.0

// Admin > Approve New Members // 4.0
$LNG['a_approve_header'&#93; = "Aprovar Novos Membros."; // 5.0
$LNG['a_approve'&#93; = "Aprovar"; // 4.0
$LNG['a_approve_none'&#93; = "Não há nenhum membro à espera de ser aprovado."; // 4.0
$LNG['a_approve_done'&#93; = "O Membro foi aprovado."; // 4.0
$LNG['a_approve_dones'&#93; = "Os Membros foram aprovados."; // 4.0
$LNG['a_approve_sel'&#93; = "Selecionados&#58;"; // 5.0

// Admin > Approve New Reviews // 5.0
$LNG['a_approve_rev_header'&#93; = "Aprovar Novos Comentários"; // 5.0
$LNG['a_approve_rev_none'&#93; = "Não existem comentários à espera para serem aprovados."; // 5.0
$LNG['a_approve_rev_done'&#93; = "O comentário foi aprovado."; // 5.0
$LNG['a_approve_rev_dones'&#93; = "Os comentários foram aprovados."; // 5.0

// Admin > Delete Member
$LNG['a_del_header'&#93; = "Apagar Membro"; // 5.0
$LNG['a_del_headers'&#93; = "Apagar Membros"; // 5.0
$LNG['a_del_done'&#93; = "O Membro foi apagado."; // 5.0
$LNG['a_del_dones'&#93; = "Os Membros foram apagados."; // 5.0
$LNG['a_del_warn'&#93; = "Tem a certeza que quer apagar %s?"; // 5.0
$LNG['a_del_multi'&#93; = "estes %s Membros?"; //5.0

// Admin > Delete Review // 5.0
$LNG['a_del_rev_header'&#93; = "Apagar Comentário"; // 5.0
$LNG['a_del_rev_headers'&#93; = "Apagar Comentários"; // 5.0
$LNG['a_del_rev_done'&#93; = "O comentário foi apagado."; // 5.0
$LNG['a_del_rev_dones'&#93; = "Os comentários foram apagados."; // 5.0
$LNG['a_del_rev_warn'&#93; = "Tem a certeza que quer apagar este comentário?"; //5.0
$LNG['a_del_rev_warns'&#93; = "Tem a certeza que quer apagar estes comentários?"; //5.0
$LNG['a_del_rev_invalid_id'&#93; = "ID de Comentário Inválida. Por Favor tente de novo."; // 5.0

// Admin > Edit Member
$LNG['a_edit_header'&#93; = "Editar Membro"; // 5.0
$LNG['a_edit_site_is'&#93; = "Este site está"; // 4.0
$LNG['a_edit_active'&#93; = "Activo &#40;Listado&#41;"; // 4.0
$LNG['a_edit_inactive'&#93; = "Inactivo &#40;Não Listado&#41;"; // 5.0
$LNG['a_edit_edited'&#93; = "O Membro foi editado.";

// Admin > Edit Review // 5.0
$LNG['a_edit_rev_header'&#93; = "Editar Comentário"; // 5.0
$LNG['a_edit_rev_edited'&#93; = "O Comentário foi editado.";

// Admin > Email Members
$LNG['a_email_header'&#93; = "Mandar Email a Membros"; // 5.0
$LNG['a_email_subject'&#93; = "Assunto"; // 4.2.0
$LNG['a_email_message'&#93; = "Mensagem"; // 4.2.0
$LNG['a_email_msg_sent'&#93; = "Um email foi enviado para %s"; // 5.0
$LNG['a_email_not_sent'&#93; = "Um email não pode ser enviado para %s"; // 5.0
$LNG['a_email_sent'&#93; = "Foi enviado um email para %s Membros."; // 4.2.0
$LNG['a_email_failed'&#93; = "Não pode ser enviado um email para %s Membros."; // 4.2.0

// Admin > Logout
$LNG['a_logout_message'&#93; = "Está agora desligado de admin."; // 5.0

// Admin > Main
$LNG['a_header'&#93; = "Administração"; // 5.0
$LNG['a_main'&#93; = "Bem Vindo à Administração. Utilize os links à esquerda para gerir o seu TopSites."; // 5.0
$LNG['a_main_approve'&#93; = "Existe um site à espera de ser aprovado."; // 5.0
$LNG['a_main_approves'&#93; = "Existem %s sites à espera de serem aprovados."; // 5.0
$LNG['a_main_approve_rev'&#93; = "Existe um comentário à espera de ser aprovado."; // 5.0
$LNG['a_main_approve_revs'&#93; = "Existem %s comentários à espera de serem aprovados."; // 5.0
$LNG['a_main_your'&#93; = "A sua versão"; // 5.0
$LNG['a_main_latest'&#93; = "Última versão"; // 5.0
$LNG['a_main_new'&#93; = "<a href=\"http&#58;//www.aardvarkind.com/\">Aardvark Topsites PHP Website</a>"; // 5.0

// Admin > Manage Members
$LNG['a_man_header'&#93; = "Gerir Membros"; // 5.0
$LNG['a_man_actions'&#93; = "Acções"; // 4.2.0
$LNG['a_man_edit'&#93; = "Editar"; // 4.2.0
$LNG['a_man_delete'&#93; = "Apagar"; // 4.2.0
$LNG['a_man_email'&#93; = "Mandar Email"; // 4.2.0
$LNG['a_man_all'&#93; = "Selecionar Todos"; // 5.0
$LNG['a_man_none'&#93; = "Não Selecionar Nenhum"; // 5.0
$LNG['a_man_del_sel'&#93; = "Apagar Selecionados"; // 5.0

// Admin > Manage Reviews // 5.0
$LNG['a_man_rev_header'&#93; = "Gerir Comentários"; // 5.0
$LNG['a_man_rev_enter'&#93; = "Para gerir os comentários de um site, introduza o nome de utilizador do&#40;s&#41; membro&#40;s&#41; abaixo."; // 5.0
$LNG['a_man_rev_id'&#93; = "ID"; // 5.0
$LNG['a_man_rev_rev'&#93; = "Comentário"; // 5.0
$LNG['a_man_rev_date'&#93; = "Data"; // 5.0

// Admin > Menu
$LNG['a_menu'&#93; = "Menu";
$LNG['a_menu_main'&#93; = "Home"; // 5.0
$LNG['a_menu_approve'&#93; = "Aprovar Novos Membros";
$LNG['a_menu_manage'&#93; = "Gerir Membros"; // 4.2.0
$LNG['a_menu_settings'&#93; = "Modificar Configurações"; // 5.0
$LNG['a_menu_skins'&#93; = "Themes e Categorias"; // 5.0
$LNG['a_menu_approve_reviews'&#93; = "Aprovar Novos Comentários"; // 5.0
$LNG['a_menu_manage_reviews'&#93; = "Gerir Comentários"; // 5.0
$LNG['a_menu_email'&#93; = "Mandar Email aos Membros";
$LNG['a_menu_delete_review'&#93; = "Apagar Comentário";
$LNG['a_menu_logout'&#93; = "Logout";
$LNG['a_menu_delete'&#93; = "Apagar Membro";
$LNG['a_menu_edit'&#93; = "Editar Membro";
$LNG['a_header_members'&#93; = "Membros"; // 5.0
$LNG['a_header_settings'&#93; = "Configurações"; // 5.0
$LNG['a_header_reviews'&#93; = "Comentários"; // 5.0

// Admin > Settings
$LNG['a_s_header'&#93; = "Modificar Configurações";
$LNG['a_s_general'&#93; = "Configurações Gerais";
$LNG['a_s_admin_password'&#93; = "Password do Admin";
$LNG['a_s_list_name'&#93; = "O nome do seu TopSites";
$LNG['a_s_list_url'&#93; = "A URL para a directoria do TopSites";
$LNG['a_s_default_language'&#93; = "Lingua Primária";
$LNG['a_s_your_email'&#93; = "O seu Email";

$LNG['a_s_sql'&#93; = "Configurações SQL";
$LNG['a_s_sql_type'&#93; = "Tipo de Base de Dados"; // 4.1.0
$LNG['a_s_sql_host'&#93; = "Host";
$LNG['a_s_sql_database'&#93; = "Base de Dados";
$LNG['a_s_sql_username'&#93; = "Nome de Utilizador";
$LNG['a_s_sql_password'&#93; = "Password";

$LNG['a_s_ranking'&#93; = "Configurações de Classificação";
$LNG['a_s_num_list'&#93; = "Número de membros para listar por página"; // 5.0
$LNG['a_s_ranking_period'&#93; = "Período de Classificação"; // 5.0
$LNG['a_s_ranking_method'&#93; = "Método de Classificação"; // 5.0
$LNG['a_s_ranking_average'&#93; = "Classificar por média ou apenas por %s"; // 5.0
$LNG['a_s_featured_member'&#93; = 'Membro Aleatório - Deverá adicionar &#123;$featured_member&#125; em wrapper.html depois de ligar isto.'; // 4.1.0
$LNG['a_s_top_skin_num'&#93; = "Número de membros para utilizar o _top theme para";
$LNG['a_s_ad_breaks'&#93; = "Mostrar anúncios de anúncio depois destas classificações &#40;separado com vírgulas&#41;";

$LNG['a_s_member'&#93; = "Configurações de Membro";
$LNG['a_s_active_default'&#93; = "Obrigatório novos membros serem aprovados antes de serem listados";
$LNG['a_s_active_default_review'&#93; = "Obrigatório novos comentários serem aprovados antes de serem listados";
$LNG['a_s_delete_after'&#93; = "Apagar membros inactivos depois destes dias &#40;colocar 0 para desligar&#41;"; // 4.1.0
$LNG['a_s_email_admin_on_join'&#93; = "Mandar Email para o Admin quando um novo membro se registar";
$LNG['a_s_max_banner_width'&#93; = "Largura máxima dos banners dos Membros &#40;colocar 0 para desligar&#41;"; // 4.2.0
$LNG['a_s_max_banner_height'&#93; = "Altura máxima dos banners dos Membros &#40;colocar 0 para desligar&#41;"; // 4.2.0
$LNG['a_s_default_banner'&#93; = "Banner Default para os membros que não inseriram um";

$LNG['a_s_button'&#93; = "Configurações de Butões";
$LNG['a_s_ranks_on_buttons'&#93; = "Classificações nos Butões -  Veja <a href=\"http&#58;//www.aardvarkind.com/topsitesphp/manual/\">o manual</a> para detalhes. Apenas escolha Butões de Estatísticas se já tiver lido o manual. Se escolher Butões de Estatísticas, o resto desta secção não terá efeito."; // 4.2.0
$LNG['a_s_stat_buttons'&#93; = "Butões de Estatísticas"; // 4.2.0
$LNG['a_s_button_url'&#93; = "Se Sim/Não - URL para o Butão Default que deseja que apareça nos sites dos membros."; // 4.0
$LNG['a_s_button_dir'&#93; = "Se Sim - URL para a pasta onde os Butões estão"; // 4.0
$LNG['a_s_button_ext'&#93; = "Se Sim - Extenção para os Butões &#40;gif, png, jpg, etc.&#41;"; // 4.0
$LNG['a_s_button_num'&#93; = "Se Sim - Número de Butões que fez"; // 4.0

$LNG['a_s_other'&#93; = "Outras Configurações";
$LNG['a_s_search'&#93; = "Procurar";
$LNG['a_s_time_offset'&#93; = "Offset do tempo do seu servidor &#40;em horas&#41;";
$LNG['a_s_gateway'&#93; = "Página de Gateway para deter votos de cheaters";
$LNG['a_s_captcha'&#93; = "Palavra de verificação no registo - Segurança contra spammers"; // 4.2.2

$LNG['a_s_on'&#93; = "Ligado";
$LNG['a_s_off'&#93; = "Desligado";
$LNG['a_s_days'&#93; = "Dias";
$LNG['a_s_months'&#93; = "Meses";
$LNG['a_s_weeks'&#93; = "Semanas"; // 4.2.0
$LNG['a_s_yes'&#93; = "Sim";
$LNG['a_s_no'&#93; = "Não";

$LNG['a_s_updated'&#93; = "As suas configurações foram actualizadas com sucesso!";

// Admin > Skins and Categories // 5.0
$LNG['a_skins_header'&#93; = "Themes e Categorias"; // 5.0
$LNG['a_skins_default'&#93; = "Theme Primária"; // 5.0
$LNG['a_skins_set_default'&#93; = "Definir Theme Primária"; // 5.0
$LNG['a_skins_anon'&#93; = "Anónimo"; // 5.0
$LNG['a_skins_default_done'&#93; = "A Theme Primária foi definida."; // 5.0
$LNG['a_skins_categories_done'&#93; = "A categoria de themes foi definida."; // 5.0
$LNG['a_skins_new_category_done'&#93; = "A nova categoria foi criada."; // 5.0
$LNG['a_skins_delete_done'&#93; = "A categoria foi apagada."; // 5.0
$LNG['a_skins_edit_done'&#93; = "A categoria foi editada."; // 5.0
$LNG['a_skins_invalid_skin'&#93; = "Theme Inválida&#58; %s. Por Favor tente de novo."; // 5.0
$LNG['a_skins_categories'&#93; = "Categorias"; // 5.0
$LNG['a_skins_new_category'&#93; = "Criar uma Nova Categoria"; // 5.0
$LNG['a_skins_set_skins'&#93; = "Definir Categoria de Themes"; // 5.0
$LNG['a_skins_edit_category'&#93; = "Editar Categoria"; // 5.0
$LNG['a_skins_category_name'&#93; = "Nome de Categoria"; // 5.0
$LNG['a_skins_diff_skins'&#93; = "Se desejar skins diferentes para categorias diferentes, selecione-as abaixo."; // 5.0
?>


PS: Peguei no original em inglês :)
Offline

[A]visaPT 
Membro
Mensagens 256 Gostos 0
Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Level 5 Level 4 Level 3 Level 2 Level 1 100 Posts 50 Posts

Muito obrigado pela tradução eu tinha feit uma mas tava muito differente :lol:

Voulhe dar uns toques obrigigigigigado.
Offline

Nuno 
Administrador
Mensagens 7780 Gostos 216
Feedback +2

Troféus totais: 42
Trófeus: (Ver todos)
100 Poll Votes Level 7 Search Mobile User Level 6 Super Combination Combination Topic Starter 50 Poll Votes 10 Poll Votes

Isso é compativel com a versão 5.0.2 certo?
Offline

OFFICER 
Membro
Mensagens 2076 Gostos 0
Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2

Ya é para a ultima versão..
Offline

[A]visaPT 
Membro
Mensagens 256 Gostos 0
Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Level 5 Level 4 Level 3 Level 2 Level 1 100 Posts 50 Posts

Agora tenho uma linha de erro sabem se ondep ode vir o cenourinha disse ke podia ser da linha 37 do file que alteraste...
Citar
Warning: Cannot modify header information - headers already sent by (output started at /home/avisapt/public_html/topsites/languages/portuguese.php:1) in /home/avisapt/public_html/topsites/sources/misc/session.php on line 37


Sabes me ajudar OFFICER ou outra pessoa sff :wink:
Offline

Nuno 
Administrador
Mensagens 7780 Gostos 216
Feedback +2

Troféus totais: 42
Trófeus: (Ver todos)
100 Poll Votes Level 7 Search Mobile User Level 6 Super Combination Combination Topic Starter 50 Poll Votes 10 Poll Votes

a min tambem me dá erros...
Offline

[A]visaPT 
Membro
Mensagens 256 Gostos 0
Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Level 5 Level 4 Level 3 Level 2 Level 1 100 Posts 50 Posts

Pois :?
Deve dar alguma linha bugada tipo vou ao painel de admin meto a pass entro.. Mas quando vou a entrar por exemplo na secção Configurações da erros... :?