source: extensions/WiredForSound/language/pt_PT/plugin.lang.php @ 21486

Last change on this file since 21486 was 21417, checked in by TranslationTeam, 11 years ago

[wired_for_sound] Add pt_PT, thanks to : ANO

  • Property svn:executable set to *
File size: 3.1 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['wfs_loop'] = 'Auto prender';
24$lang['wfs_medium'] = 'Médio';
25$lang['wfs_no_mp3'] = 'Este diretório não posui som';
26$lang['wfs_no_path'] = 'Diretório não encontrado';
27$lang['wfs_only_this_cat'] = 'Apenas a categoria atual';
28$lang['wfs_optional'] = 'Opcional';
29$lang['wfs_path'] = 'Caminho do diretório';
30$lang['wfs_player_width'] = 'Largura de execução';
31$lang['wfs_show_default_path'] = 'Mostrar o diretório padrão';
32$lang['wfs_volume'] = 'Volume';
33$lang['wfs_actual_file'] = 'Arquivo atualmente vinculado(link)';
34$lang['wfs_all_cat'] = 'Todas as categorias';
35$lang['wfs_apply_only_this_cat'] = 'Vincular(Link)apenas na categoria atual';
36$lang['wfs_associate_category'] = 'Linha para sonorizar esta categoria';
37$lang['wfs_associate_image'] = 'Linha para sonorizar esta foto';
38$lang['wfs_associate_sound'] = 'Linha para sonorizar - Adicionar som';
39$lang['wfs_associate_to_cat'] = 'Vincular (Link) a esta categoria';
40$lang['wfs_associate_to_pic'] = 'Vincular à foto';
41$lang['wfs_autostart'] = 'Auto iniciar';
42$lang['wfs_back_cat'] = 'Voltar para a categoria';
43$lang['wfs_back_pic'] = 'Voltar para a foto';
44$lang['wfs_change_path'] = 'Alterar o diretório';
45$lang['wfs_conf_saved'] = 'A configuração foi salva';
46$lang['wfs_configuration'] = 'Configuração';
47$lang['wfs_default_directory'] = 'Diretório padrão';
48$lang['wfs_default_volume'] = 'Volume padrão';
49$lang['wfs_delete'] = 'Desvincular';
50$lang['wfs_file'] = 'Ficheiro';
51$lang['wfs_large'] = 'Grande';
52$lang['wfs_litle'] = 'Pequeno';
53?>
Note: See TracBrowser for help on using the repository browser.