diff options
author | mistic100 <mistic@strangeplanet.fr> | 2015-07-24 22:44:39 +0200 |
---|---|---|
committer | mistic100 <mistic@strangeplanet.fr> | 2015-07-26 19:11:36 +0200 |
commit | 4e71ba9d3ea40cd2d817965e5eed4a2fe1b876b3 (patch) | |
tree | af7f5291540806e5fde21db1d98d590579549055 /plugins/LocalFilesEditor/language/es_ES | |
parent | 32138f1fbd7637dffaaad0c8ca677e43a0d13831 (diff) |
Remove core plugins from core repository
Diffstat (limited to 'plugins/LocalFilesEditor/language/es_ES')
-rw-r--r-- | plugins/LocalFilesEditor/language/es_ES/description.txt | 1 | ||||
-rw-r--r-- | plugins/LocalFilesEditor/language/es_ES/index.php | 30 | ||||
-rw-r--r-- | plugins/LocalFilesEditor/language/es_ES/plugin.lang.php | 54 |
3 files changed, 0 insertions, 85 deletions
diff --git a/plugins/LocalFilesEditor/language/es_ES/description.txt b/plugins/LocalFilesEditor/language/es_ES/description.txt deleted file mode 100644 index f0c6b691f..000000000 --- a/plugins/LocalFilesEditor/language/es_ES/description.txt +++ /dev/null @@ -1 +0,0 @@ -Edita tus archivos locales desde el panel de administración.
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/es_ES/index.php b/plugins/LocalFilesEditor/language/es_ES/index.php deleted file mode 100644 index c8de97f60..000000000 --- a/plugins/LocalFilesEditor/language/es_ES/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?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. | -// +-----------------------------------------------------------------------+ - -// Recursive call -$url = '../'; -header( 'Request-URI: '.$url ); -header( 'Content-Location: '.$url ); -header( 'Location: '.$url ); -exit(); -?> diff --git a/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php b/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php deleted file mode 100644 index 356e0f3a4..000000000 --- a/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php +++ /dev/null @@ -1,54 +0,0 @@ -<?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_onglet_localconf'] = 'Configuración local'; -$lang['locfiledit_onglet_css'] = 'CSS'; -$lang['locfiledit_onglet_tpl'] = 'Plantillas'; -$lang['locfiledit_onglet_lang'] = 'Idiomas'; -$lang['locfiledit_onglet_plug'] = 'Plugin personal'; -$lang['locfiledit_cant_save'] = 'No ha sido posible guardar el archivo. Verifique los permisos (chmod) del directorio "local/".'; -$lang['locfiledit_newfile'] = 'El archivo no existe y será creado la primera vez que lo guarde'; -$lang['locfiledit_save_config'] = 'El archivo ha sido guardado.'; -$lang['locfiledit_show_default'] = 'Editar el archivo '; -$lang['locfiledit_save_bak'] = 'Antes de guardar, se creará una copia de seguridad'; -$lang['locfiledit_saved_bak'] = 'Se ha creado una copia de seguridad (%s)'; -$lang['locfiledit_save_file'] = 'Guardar el archivo'; -$lang['locfiledit_choose_file'] = 'Seleccione el archivo que desea editar'; -$lang['locfiledit_edit'] = 'Editar'; -$lang['locfiledit_restore'] = 'Cargar la copia de seguridad'; -$lang['locfiledit_restore_confirm'] = '¿Confirma que desea cargar la copia de seguridad? -Posteriormente deberá hacer clic en Guardar para restaurarla.'; -$lang['locfiledit_bak_loaded1'] = 'Se ha cargado la copia de seguridad'; -$lang['locfiledit_bak_loaded2'] = 'Para conservar la la copia de seguridad debe guardar el archivo.'; -$lang['locfiledit_syntax_error'] = 'Error de sintaxis. No es posible guardar el archivo.'; -$lang['locfiledit_new_tpl'] = 'Crear un nuevo archivo '; -$lang['locfiledit_new_filename'] = 'Nombre del archivo '; -$lang['locfiledit_model'] = 'Modelo '; -$lang['locfiledit_empty_page'] = 'Página en blanco'; -$lang['locfiledit_parent_directory'] = 'Directorio de nivel superior'; -$lang['locfiledit_filename_error'] = 'El nombre de archivo tiene caracteres no permitidos.'; -$lang['locfiledit_file_already_exists'] = 'El archivo ya existe.'; -$lang['locfiledit_model_error'] = 'Por favor, seleccione un modelo.'; -$lang['locfiledit_empty_filename'] = 'Por favor, indique un nombre de archivo.'; -$lang['locfiledit_webmaster_only'] = 'Sólo los administradores pueden crear o modificar fichero locales.'; -?>
\ No newline at end of file |