source: trunk/plugins/LocalFilesEditor/language/pt_PT/plugin.lang.php @ 10307

Last change on this file since 10307 was 10307, checked in by patdenice, 13 years ago

feature:2262
Replace editarea by Codemirror:
http://codemirror.net

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2011 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
24$lang['locfiledit_onglet_localconf'] = 'Configuração Local';
25$lang['locfiledit_onglet_css'] = 'CSS';
26$lang['locfiledit_onglet_tpl'] = 'Modelos';
27$lang['locfiledit_onglet_lang'] = 'Linguagens';
28$lang['locfiledit_onglet_plug'] = 'Plugin Pessoal';
29$lang['locfiledit_cant_save'] = 'O ficheiro actual não tem permissões de escrita. Confirme que a pasta "local/" tem permissões de escrita (chmod).';
30$lang['locfiledit_newfile'] = 'O ficheiro não existe e irá ser criado pelo Editor LocalFiles';
31$lang['locfiledit_save_config'] = 'Ficheiro escrito com sucesso.';
32$lang['locfiledit_show_default'] = 'Mostrar ficheiro de referência: ';
33$lang['locfiledit_save_bak'] = 'Cópia de segurança será guardada quando clicar em Salvar Ficheiro.';
34$lang['locfiledit_saved_bak'] = 'Cópia de segurança criada (%s)';
35$lang['locfiledit_save_file'] = 'Salvar Ficheiro';
36$lang['locfiledit_choose_file'] = 'Escolha o ficheiro a ser editado';
37$lang['locfiledit_edit'] = 'Editar';
38$lang['locfiledit_restore'] = 'Restaure uma cópia de segurança';
39$lang['locfiledit_restore_confirm'] = 'Por favor confirme?
40O Restauro não será efectuado até Salvar a próxima vez.';
41$lang['locfiledit_bak_loaded1'] = 'Ficheiro de cópia de segurança carregado.';
42$lang['locfiledit_bak_loaded2'] = 'Deverá salvar o ficheiro para o restaurar.';
43$lang['locfiledit_syntax_error'] = 'Erro de sintaxe! Impossível salvar ficheiro.';
44$lang['locfiledit_new_tpl'] = 'Criar novo ficheiro';
45$lang['locfiledit_new_filename'] = 'Nome do ficheiro';
46$lang['locfiledit_model'] = 'Modelo';
47$lang['locfiledit_empty_page'] = 'Página Vazia';
48$lang['locfiledit_parent_directory'] = 'Pasta Mãe';
49$lang['locfiledit_filename_error'] = 'Caracteres proibidos no nome do ficheiro.';
50$lang['locfiledit_file_already_exists'] = 'O ficheiro já existe.';
51$lang['locfiledit_model_error'] = 'Tem que escolher um Modelo.';
52$lang['locfiledit_empty_filename'] = 'Tem que preencher o Nome do ficheiro.';
53$lang['locfiledit_webmaster_only'] = 'Apenas webmasters podem criar ou modificar ficheiros locais.';
54
55/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror';
56/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror';
57?>
Note: See TracBrowser for help on using the repository browser.