force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
98
ControlPanel/lang/Portuguese/modules/news.php
Executable file
98
ControlPanel/lang/Portuguese/modules/news.php
Executable file
|
|
@ -0,0 +1,98 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 The OGP Development Team
|
||||
*
|
||||
* http://www.opengamepanel.org/
|
||||
*
|
||||
* 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 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.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_manage_listings', "Gestão de Notícias ");
|
||||
define('OGP_LANG_add_new_listing', "Publicar Notícias");
|
||||
define('OGP_LANG_your_current_listings', "Suas notícias atuais");
|
||||
define('OGP_LANG_edit', "Editar");
|
||||
define('OGP_LANG_date', "Data");
|
||||
define('OGP_LANG_images', "Imagens");
|
||||
define('OGP_LANG_title', "Título");
|
||||
define('OGP_LANG_description', "Conteúdo da notícia");
|
||||
define('OGP_LANG_written_by', "Escrito por");
|
||||
define('OGP_LANG_details', "Consulte mais informação");
|
||||
define('OGP_LANG_modify', "Modificar");
|
||||
define('OGP_LANG_save', "Salvar");
|
||||
define('OGP_LANG_delete', "Apagar");
|
||||
define('OGP_LANG_sure_to_delete', "Tem certeza de que deseja excluir essas notícias?");
|
||||
define('OGP_LANG_go_back', "Voltar a trás!");
|
||||
define('OGP_LANG_new_added_success', "A notícia foi postada com sucesso!");
|
||||
define('OGP_LANG_add_another', "Adicionar nova noticia");
|
||||
define('OGP_LANG_or_message', "ou");
|
||||
define('OGP_LANG_please_select', "Por favor selecione");
|
||||
define('OGP_LANG_submit', "Submeter");
|
||||
define('OGP_LANG_edit_listing', "Editar as notícias");
|
||||
define('OGP_LANG_modifications_saved', "Os novos valores foram salvos com sucesso!");
|
||||
define('OGP_LANG_modify_images', "Modifique as novas imagens do artigo");
|
||||
define('OGP_LANG_upload_more_images', "Carregar mais imagens");
|
||||
define('OGP_LANG_latest_news', "Últimas notícias");
|
||||
define('OGP_LANG_search_results', "Procurar Resultados");
|
||||
define('OGP_LANG_no_results', "Nenhuma notícia foi encontrada.");
|
||||
define('OGP_LANG_config_options', "Opções de notícias");
|
||||
define('OGP_LANG_date_format', "Formato de data");
|
||||
define('OGP_LANG_results_per_page', "Notícias por Página");
|
||||
define('OGP_LANG_enable_search', "Ativar mecanismo de pesquisa");
|
||||
define('OGP_LANG_image_quality', "Qualidade da imagem (0-100)");
|
||||
define('OGP_LANG_max_image_width', "Largura máxima da imagem (px)");
|
||||
define('OGP_LANG_gallery_theme', "Prateleira da galeria de imagens");
|
||||
define('OGP_LANG_images_bottom', "Posição da galeria de imagens");
|
||||
define('OGP_LANG_img_bottom', "Sob o artigo");
|
||||
define('OGP_LANG_img_right', "Lado direito do artigo");
|
||||
define('OGP_LANG_no_word', "Não");
|
||||
define('OGP_LANG_yes_word', "Sim");
|
||||
define('OGP_LANG_no_access', "Você não tem o direito de acessar esta página. Sua ação será registrada para inspeção adicional.");
|
||||
define('OGP_LANG_write_permission_required', "É necessária permissão de gravação");
|
||||
define('OGP_LANG_fix_permission', "Corrija as permissões. O módulo não funcionará como pretendido até você corrigir todas as permissões.");
|
||||
define('OGP_LANG_check_permissions', "Verificar permissões");
|
||||
define('OGP_LANG_permission_ok', "As permissões necessárias estão todas OK!");
|
||||
define('OGP_LANG_empty_title', "Preencha o título");
|
||||
define('OGP_LANG_empty_description', "Por favor, preencha o conteúdo");
|
||||
define('OGP_LANG_empty_author', "Preencha o nome do autor");
|
||||
define('OGP_LANG_gd_fail', "A extensão GD NÃO é carregada no seu servidor. Carregamento de imagens desativado.");
|
||||
define('OGP_LANG_search_news', "Pesquisar as Notícias");
|
||||
define('OGP_LANG_help', "ajuda");
|
||||
define('OGP_LANG_help_date', "Obter ajuda sobre o formato diferente da data");
|
||||
define('OGP_LANG_id_invalid', "O ID da notícia não existe");
|
||||
define('OGP_LANG_id_not_set', "O ID da notícia não está configurado");
|
||||
define('OGP_LANG_unauthorized_access', "Acesso não autorizado de");
|
||||
define('OGP_LANG_wysiwyg', "WYSIWYG editor");
|
||||
define('OGP_LANG_tinymce_lang', "Linguagem Tiny MCE ");
|
||||
define('OGP_LANG_da', "Dinamarquês");
|
||||
define('OGP_LANG_de', "Alemão");
|
||||
define('OGP_LANG_en_GB', "Inglês");
|
||||
define('OGP_LANG_es', "Espanhol");
|
||||
define('OGP_LANG_fi', "Finlandês");
|
||||
define('OGP_LANG_fr_FR', "Francês");
|
||||
define('OGP_LANG_it', "Italiano");
|
||||
define('OGP_LANG_pl', "Polaco");
|
||||
define('OGP_LANG_pt_PT', "Português");
|
||||
define('OGP_LANG_ru', "Russo");
|
||||
define('OGP_LANG_tinymce_skin', "Tiny MCE skin");
|
||||
define('OGP_LANG_tinymce_skin_custom', "Você precisa carregar sua própria capa personalizada em <b>modules/news/js/tinymce/skins/custom/</b> pasta para poder usar esta skin. Se você selecioná-lo sem fazê-lo, você encontrará problemas. Crie sua própria capa personalizada aqui <a href='http://skin.tinymce.com/' target='_blank'>http://skin.tinymce.com/</a>.");
|
||||
define('OGP_LANG_safe_HTML', "Purificador HTML");
|
||||
define('OGP_LANG_safe_HTML_en', "Purificador HTML habilitado");
|
||||
define('OGP_LANG_safe_HTML_dis', "Purificador HTML desativado");
|
||||
define('OGP_LANG_safe_HTML_en_info', "O conteúdo HTML do artigo na visualização detalhada será purificado. Isto levará na remoção de algumas tags HTML como iframes. Edite o arquivo <b>modules/news/config.php</b> Para alterar a configuração 'safe_HTML' de valor '1'(ativado) para o valor '0'(desativado) para desativar esse comportamento e permitir o uso de HTML completo sem restrições.");
|
||||
define('OGP_LANG_safe_HTML_dis_info', "O conteúdo HTML do artigo na visualização detalhada não será purificado. Edite o arquivo <b>modules/news/config.php</b> Para alterar a configuração 'safe_HTML' do valor '0' (desativado) para o valor '1' (ativado) para habilitar apenas o uso seguro de tags HTML.");
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue