mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
53 lines
No EOL
3.6 KiB
PHP
Executable file
53 lines
No EOL
3.6 KiB
PHP
Executable file
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | Piwigo - a PHP based photo gallery |
|
|
// +-----------------------------------------------------------------------+
|
|
// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
|
|
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
// +-----------------------------------------------------------------------+
|
|
// | This program is free software; you can redistribute it and/or modify |
|
|
// | it under the terms of the GNU General Public License as published by |
|
|
// | the Free Software Foundation |
|
|
// | |
|
|
// | This program is distributed in the hope that it will be useful, but |
|
|
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
// | General Public License for more details. |
|
|
// | |
|
|
// | You should have received a copy of the GNU General Public License |
|
|
// | along with this program; if not, write to the Free Software |
|
|
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
// | USA. |
|
|
// +-----------------------------------------------------------------------+
|
|
$lang['locfiledit_bak_loaded2'] = 'Terás que gardar o ficheiro para poder restauralo.';
|
|
$lang['locfiledit_bak_loaded1'] = 'Cargar o ficheiro da copia de seguranza';
|
|
$lang['locfiledit_restore_confirm'] = 'Confirmas que desexas cargar a copia de seguranza?
|
|
Posteriormente deberás premer e Gardar para restaurala.';
|
|
$lang['locfiledit_restore'] = 'Restaurar o ficheiro de copia de seguranza';
|
|
$lang['locfiledit_save_bak'] = 'A copia de seguranza será creada ó gardar.';
|
|
$lang['locfiledit_save_config'] = 'O ficheiro escribiuse con éxito.';
|
|
$lang['locfiledit_save_file'] = 'Gardar ficheiro';
|
|
$lang['locfiledit_saved_bak'] = 'Ficheiro de copia de seguranza creada (%)';
|
|
$lang['locfiledit_show_default'] = 'Amosar o ficheiro referencia:';
|
|
$lang['locfiledit_syntax_error'] = 'Erro de sintaxe! o ficheiro non pode ser gravado';
|
|
$lang['locfiledit_webmaster_only'] = 'Só os administradores web poden crear ou modificar ficheiros locais.';
|
|
$lang['locfiledit_cant_save'] = 'Non se pode escribir o actual ficheiro. Comproba se o cartafol "local/" ten permiso para escribir (chmod).';
|
|
$lang['locfiledit_choose_file'] = 'Escolle o ficheiro a ser modificado';
|
|
$lang['locfiledit_edit'] = 'Modificar';
|
|
$lang['locfiledit_empty_filename'] = 'Debes inserir o nome do ficheiro.';
|
|
$lang['locfiledit_empty_page'] = 'Páxina baleira';
|
|
$lang['locfiledit_file_already_exists'] = 'O ficheiro xa existe.';
|
|
$lang['locfiledit_filename_error'] = 'Hai caracteres prohibidos no nome do ficheiro.';
|
|
$lang['locfiledit_model'] = 'Modelo';
|
|
$lang['locfiledit_model_error'] = 'Debes escoller un modelo.';
|
|
$lang['locfiledit_new_filename'] = 'Nome do ficheiro';
|
|
$lang['locfiledit_new_tpl'] = 'Crear un novo ficheiro';
|
|
$lang['locfiledit_newfile'] = 'O ficheiro non existe mentres non se insire dentro algunha información.';
|
|
$lang['locfiledit_onglet_css'] = 'CSS';
|
|
$lang['locfiledit_onglet_lang'] = 'Idiomas';
|
|
$lang['locfiledit_onglet_localconf'] = 'Configuración local';
|
|
$lang['locfiledit_onglet_plug'] = 'Engadido persoal';
|
|
$lang['locfiledit_onglet_tpl'] = 'Modelos';
|
|
$lang['locfiledit_parent_directory'] = 'Cartafol pai';
|
|
?>
|