source: trunk/plugins/LocalFilesEditor/language/pt_BR/plugin.lang.php @ 26461

Last change on this file since 26461 was 26461, checked in by mistic100, 10 years ago

Update headers to 2014. Happy new year!!

  • Property svn:executable set to *
File size: 3.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['locfiledit_bak_loaded1'] = 'Faça cópia do arquivo baixado.';
24$lang['locfiledit_bak_loaded2'] = 'Você deve salvar o arquivo para restaurá-lo.';
25$lang['locfiledit_cant_save'] = 'O arquivo atual não tem permissão de escrita. Verifique se o diretório "local/" tem permissão de escrita (chmod).';
26$lang['locfiledit_choose_file'] = 'Escolha o arquivo a ser editado';
27$lang['locfiledit_edit'] = 'Edite';
28$lang['locfiledit_empty_filename'] = 'Você deve entrar com o nome do arquivo.';
29$lang['locfiledit_empty_page'] = 'Página vazia';
30$lang['locfiledit_file_already_exists'] = 'O arquivo já existe.';
31$lang['locfiledit_filename_error'] = 'Caracteres não permitidos no nome do arquivo.';
32$lang['locfiledit_model_error'] = 'Você deve escolher um modelo.';
33$lang['locfiledit_model'] = 'Modelo';
34$lang['locfiledit_new_filename'] = 'Nome do arquivo';
35$lang['locfiledit_new_tpl'] = 'Cria novo arquivo';
36$lang['locfiledit_newfile'] = 'O arquivo não existe e será criado pelo Editor Local de Arquivos.';
37$lang['locfiledit_onglet_css'] = 'CSS';
38$lang['locfiledit_onglet_lang'] = 'Idiomas';
39$lang['locfiledit_onglet_localconf'] = 'Configuração local';
40$lang['locfiledit_onglet_plug'] = 'Plugin Pessoal';
41$lang['locfiledit_onglet_tpl'] = 'Templates';
42$lang['locfiledit_parent_directory'] = 'Pasta pai';
43$lang['locfiledit_restore_confirm'] = 'Confirme por favor? A restauração não será efetiva até o próximo salvar.';
44$lang['locfiledit_restore'] = 'Restaura a cópia de segurança';
45$lang['locfiledit_save_bak'] = 'Cópia de segurança será criada ao salvar.';
46$lang['locfiledit_save_config'] = 'Arquivo gravado com sucesso.';
47$lang['locfiledit_save_file'] = 'Salvar arquivo';
48$lang['locfiledit_saved_bak'] = 'Cópia de segurança criada (%s)';
49$lang['locfiledit_show_default'] = 'Mostre o arquivo de referência:';
50$lang['locfiledit_syntax_error'] = 'Erro de sintaxe! O arquivo não pode ser salvo.';
51$lang['locfiledit_webmaster_only'] = 'Somente webmasters podem criar ou modificar arquivos locais.';
52?>
Note: See TracBrowser for help on using the repository browser.