aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php
blob: 356e0f3a4d34cf96c8a727e548a0705dfe0641fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?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.';
?>