source: extensions/read_metadata/language/pt_PT/plugin.lang.php @ 32973

Last change on this file since 32973 was 32973, checked in by TranslationTeam, 19 months ago

Add pt_PT, thanks to toze

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | This file is part of Piwigo.                                          |
4// |                                                                       |
5// | For copyright and license information, please view the COPYING.txt    |
6// | file that was distributed with this source code.                      |
7// +-----------------------------------------------------------------------+
8$lang['Choose photo ID'] = 'Escolher o ID da foto';
9$lang['Information is read from'] = 'A informação é lida a partir de';
10$lang['Metadata'] = 'Metadados';
11$lang['Photo admin page'] = 'Página de administração de fotos';
12$lang['Read metadata'] = 'Ler metadados';
13$lang['Show metadata'] = 'Mostrar metadados';
14$lang['This ID isn\'t used in your gallery'] = 'Este ID não é utilizado na sua galeria';
15$lang['This file type doesn\'t use metadata'] = 'Este tipo de ficheiro não utiliza metadados';
16$lang['This section is reserved for the webmaster'] = 'Esta secção é reservada para o webmaster';
17$lang['Unable to read XMP data. ImageMagick not loaded.'] = 'Incapaz de ler dados XMP. ImageMagick não carregado.';
18$lang['You must choose a photo ID'] = 'Deve escolher um ID de foto';
19$lang['or'] = 'ou';
Note: See TracBrowser for help on using the repository browser.