source: branches/2.0/language/es_ES/install.lang.php @ 4636

Last change on this file since 4636 was 3204, checked in by patdenice, 15 years ago

merge r3203 from trunk to branch 2.0.
Move template class inclusion to common.inc.php.
Add forum link in upgrade page.
Install and upgrade try to configure PHP5.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2009 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['Installation'] = 'Instalación';
25$lang['Initial_config'] = 'Configuración de Base';
26$lang['Default_lang'] = 'Lengua por defecto de la galería';
27$lang['step1_title'] = 'Configuración de la Base de datos';
28$lang['step2_title'] = 'Configuración de la cuenta Administrador';
29$lang['Start_Install'] = 'Empezar la instalación';
30$lang['reg_err_mail_address'] = 'La dirección mail debe ser la forma xxx@yyy.eee (ejemplo: jack@altern.org)';
31
32$lang['install_webmaster'] = 'Administrador';
33$lang['install_webmaster_info'] = 'Este identificado aparecerá en todos sus visitadores. Le sirve para administrar la sitio';
34
35$lang['step1_confirmation'] = 'Los parámetros entrados son correctos';
36$lang['step1_err_db'] = 'La conexión al camarero(servidor) es O.K., pero imposible conectarse a esta base de datos';
37$lang['step1_err_server'] = 'Imposible conectarse al servidor';
38
39$lang['step1_host'] = 'Huésped MySQL';
40$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
41$lang['step1_user'] = 'Utilizador';
42$lang['step1_user_info'] = 'Nombre de utilizador para su hébergeur';
43$lang['step1_pass'] = 'Palabra de paso';
44$lang['step1_pass_info'] = 'El abastecido por su hébergeur';
45$lang['step1_database'] = 'Nombre de la base';
46$lang['step1_database_info'] = 'El abastecido por su hébergeur';
47$lang['step1_prefix'] = 'Prefijo nombres de mesa';
48$lang['step1_prefix_info'] = 'El nombre de las mesas aparecerá con este prefijo (permite administrar mejor su base de datos)';
49$lang['step2_err_login1'] = 'Por favor, recoja un pseudo para el webmaster';
50$lang['step2_err_login3'] = 'El pseudo del webmaster no debe contener carácter " y \'';
51$lang['step2_err_pass'] = 'Por favor, arregle su palabra de paso';
52$lang['install_end_title'] = 'Instalación acabada';
53$lang['step2_pwd'] = 'Palabra de paso';
54$lang['step2_pwd_info'] = 'Debe quedar confidencial, permite acceder al tabla de administración.';
55$lang['step2_pwd_conf'] = 'Palabra de paso [Confirmar]';
56$lang['step2_pwd_conf_info'] = 'Comprobación';
57$lang['step1_err_copy'] = 'Copie el texto en rosa entre las rayas y pegúelo en el fichero mysql.inc.php que se encuentra en el repertorio " include " a la base del lugar donde usted instaló a Piwigo (el fichero mysql.inc.php debe contener SÓLO lo que está en rosa entre las rayas, ninguna vuelta a la línea o espacio es autorizado)';
58$lang['install_help'] = '¿ Necesidad de ayudante? Plantee su cuestión sobre él <a href="%s">foro de Piwigo</a>.';
59$lang['install_end_message'] = 'La configuración de la aplicación correctamente se celebró, coloca en la etapa próxima<br /><br />
60* Vaya sobre la página de identificación y conéctese con pseudo dado para el webmaster<br />
61* Éste le permite acceder a la parte administración y a las instrucciones para colocar las imágenes en los repertorios.';
62$lang['conf_mail_webmaster'] = 'Dirige e-mail del Administrador';
63$lang['conf_mail_webmaster_info'] = 'Los visitadores podrán ponerse en contacto con usted por este mail';
64
65$lang['PHP 5 is required'] = 'PHP 5 es requerido';
66$lang['It appears your webhost is currently running PHP %s.'] = 'Aparentemente, la versión PHP de su hébergeur es PHP %s.';
67$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo va a tratar de pasar en PHP 5 creando o modificando el fichero .htaccess.';
68$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Anote que usted mismo puede cambiar la configuración PHP y volver a lanzar a Piwigo después.';
69$lang['Try to configure PHP 5'] = 'Tratar de configurar PHP 5';
70$lang['Sorry!'] = 'Desolado!';
71$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo no pudo configurar PHP 5.';
72$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = 'Usted debe ponerse en contacto con su hébergeur con el fin de saber cómo configurar PHP 5';
73$lang['Hope to see you back soon.'] = 'Esperando verle de revisarle muy pronto...';
74?>
Note: See TracBrowser for help on using the repository browser.