source: extensions/meta/language/pt_PT/plugin.lang.php @ 14016

Last change on this file since 14016 was 14016, checked in by TranslationTeam, 12 years ago

[meta] Add pt_PT, thanks to : PsyKick_RuhYn

  • Property svn:executable set to *
File size: 3.6 KB
RevLine 
[14016]1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Metadata - Plugin meta'] = 'Metdados - Extensão meta';
24$lang['meta_author'] = 'Metadados Autor Descrição';
25$lang['meta_author_help'] = 'Informação sobre o Autor <br>
26Informação sobre o Autor do Site';
27$lang['meta_choix'] = 'Editar metadados';
28$lang['meta_compcatdeshelp'] = 'Irá substituir todas as descrições';
29$lang['meta_compcatdes'] = 'Descrição do álbum a susbtituir';
30$lang['meta_compcat'] = 'Palavras-chave dos álbums a serem completadas';
31$lang['meta_compimgdes'] = 'Descrição da foto a susbtituir';
32$lang['meta_compimg'] = 'Palavras-chave das fotos a serem completadas';
33$lang['meta_comp'] = 'Metadados a serem suplementados';
34$lang['meta_description'] = 'Descrição Metadados Descrição';
35$lang['meta_Description_help'] = 'Descrição do seu site<br>
36Permite-lhe dar uma informação para publicar durante o resultado de uma busca';
37$lang['meta_desh3'] = 'Adicionar metadados a todas as páginas';
38$lang['meta_diff_val'] = 'Possível valor';
39$lang['meta_inscat'] = 'Inserir Metadados';
40$lang['meta_insmeta'] = 'Inserir os metadados';
41$lang['meta_keywords'] = 'Descrição Metadados Palavras-chave';
42$lang['meta_keywords_help'] = '"palavra-chave1, palavra-chave2, etc."<br>
43Palavras-chave que descrevem o seu site. (Separadas por uma vírgula)';
44$lang['meta_list'] = 'Metadados:';
45$lang['meta_name'] = 'Nome dos metadados';
46$lang['meta_onglet_description'] = 'Metadados Descrição';
47$lang['meta_onglet_gestion'] = 'Metadados';
48$lang['meta_robots'] = 'Metadados Robot Descrição';
49$lang['meta_robots_help'] = 'all : Permite aos robots visitarem todas as páginas (por defeito)<br>
50follow : Permite aos robots seguirem todas as ligações encontradas na página<br>
51index : Permite aos robots indexarem a página<br>
52nofollow : Não permite aos robots seguirem todas as ligações encontradas na página<br>
53noindex : Não permite aos robots indexarem a página<br>
54none : Impede os robots de tentarem indexar o seu site<br>';
55$lang['meta_select2'] = 'Seleccionar metadados';
56$lang['meta_select'] = 'Seleccionar metadados a editar';
57?>
Note: See TracBrowser for help on using the repository browser.