source: extensions/meta/language/pt_BR/plugin.lang.php @ 31595

Last change on this file since 31595 was 31595, checked in by TranslationTeam, 8 years ago

Update pt_BR, thanks to flaviove

  • Property svn:executable set to *
File size: 4.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['meta_name'] = 'Nome de metadados';
24$lang['meta_onglet_description'] = 'Metadados Descrição';
25$lang['meta_onglet_gestion'] = 'Metadados';
26$lang['meta_robots'] = 'Descrição meta robôs';
27$lang['meta_robots_help'] = 'tudo: permite o robô para referenciar toda a página (por padrão) <br>
28seguir: Permite o robô seguir os links da página <br>
29índice: Permite o robô indexar página <br>
30nãoseguir: Proibibe o robô seguir links <br>
31nãoindexar: Proibido o robô indexar página <br>
32nada: Impedir que o robô faça busca a indexação local <br>';
33$lang['meta_select'] = 'Selecione metadados para serem editados';
34$lang['meta_select2'] = 'Selecione metadados';
35$lang['Metadata - Plugin meta'] = 'Metadados - Meta Plugin';
36$lang['meta_Description'] = 'Descrição meta Descrição';
37$lang['meta_Description_help'] = 'Descrição de seu site de <br>
38Permite dar uma informação para enviar durante o resultado de uma pesquisa';
39$lang['meta_author'] = 'Autor descrição meta';
40$lang['meta_author_help'] = 'Informações sobre o autor <br>
41Informações sobre o autor do site';
42$lang['meta_choix'] = 'Editar metadados';
43$lang['meta_comp'] = 'Metadados a ser complementado';
44$lang['meta_compcat'] = 'Palavras-chave de álbum para ser conpletada';
45$lang['meta_compcatdes'] = 'Descrição álbum para substituir';
46$lang['meta_compcatdeshelp'] = 'Irá substituir toda a descrição';
47$lang['meta_compimg'] = 'Palavras-chave da foto a serem concluídas';
48$lang['meta_compimgdes'] = 'Descrição da foto para substituição';
49$lang['meta_description'] = 'descrição';
50$lang['meta_desh3'] = 'Adicionar meta a todas as páginas';
51$lang['meta_diff_val'] = 'Valor possível';
52$lang['meta_inscat'] = 'Insira Metadados';
53$lang['meta_insmeta'] = 'inserir os metadados';
54$lang['meta_keywords'] = 'Descrição Meta palavras-chave';
55$lang['meta_keywords_help'] = '"Palavra-chave, palavras-chave, etc" <br>
56Palavras-chave que descrevem a página da web. (Separados por vírgula)';
57$lang['meta_list'] = 'Metadados:';
58$lang['Add Personal metadata'] = 'Adicionar metadados Pessoal';
59$lang['List Personal Metadata'] = 'Listar Metadados Pessoal';
60$lang['Manage tag Metadata'] = 'Gerenciar etiquetas de Metadados';
61$lang['Personal Metadata'] = 'Metadados Pessoal';
62$lang['Personal metadata update'] = 'Atualizar metadados pessoal';
63$lang['Add metadata for page'] = 'Adicionar metadados para página';
64$lang['Additional Pages Metadata'] = 'Páginas Adicionais de Metadados';
65$lang['Choose Additional Pages'] = 'Escolha Páginas Adicionais';
66$lang['Contact page Metadata'] = 'Contato página Metadados';
67$lang['Description of Additional Pages to be completed'] = 'Descrições das páginas para serem completadas';
68$lang['Description of contact page to be completed'] = 'Descrição da página de contato para ser concluída';
69$lang['Keywords of Additional Pages to be completed'] = 'Palavras-chave de Páginas Adicionais para ser concluída';
70$lang['Keywords of contact page to be completed'] = 'Palavras-chave da Página de Contato para ser concluída';
71$lang['Metadata updated'] = 'Metadados atualizados';
72$lang['Choose it page'] = 'Escolher página';
Note: See TracBrowser for help on using the repository browser.