mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00

All phpwebgallery.net are not changed! git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
68 lines
No EOL
4.7 KiB
PHP
68 lines
No EOL
4.7 KiB
PHP
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | Piwigo - a PHP based picture gallery |
|
|
// +-----------------------------------------------------------------------+
|
|
// | Copyright(C) 2008 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['install_message'] = 'Mensaje';
|
|
$lang['Initial_config'] = 'Configuración de Base';
|
|
$lang['Default_lang'] = 'Lengua por defecto de la galería';
|
|
$lang['step1_title'] = 'Configuración de la Base de datos';
|
|
$lang['step2_title'] = 'Configuración de la cuenta Administrador';
|
|
$lang['Start_Install'] = 'Empezar la instalación';
|
|
$lang['reg_err_mail_address'] = 'La dirección mail debe ser la forma xxx@yyy.eee (ejemplo: jack@altern.org)';
|
|
|
|
$lang['install_webmaster'] = 'Administrador';
|
|
$lang['install_webmaster_info'] = 'Este identificado aparecerá en todos sus visitadores. Le sirve para administrar la sitio';
|
|
|
|
$lang['step1_confirmation'] = 'Los parámetros entrados son correctos';
|
|
$lang['step1_err_db'] = 'La conexión al camarero(servidor) es O.K., pero imposible conectarse a esta base de datos';
|
|
$lang['step1_err_server'] = 'Imposible conectarse al servidor';
|
|
|
|
$lang['step1_host'] = 'Huésped MySQL';
|
|
$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
|
|
$lang['step1_user'] = 'Utilizador';
|
|
$lang['step1_user_info'] = 'Nombre de utilizador para su hébergeur';
|
|
$lang['step1_pass'] = 'Palabra de paso';
|
|
$lang['step1_pass_info'] = 'El abastecido por su hébergeur';
|
|
$lang['step1_database'] = 'Nombre de la base';
|
|
$lang['step1_database_info'] = 'El abastecido por su hébergeur';
|
|
$lang['step1_prefix'] = 'Prefijo nombres de mesa';
|
|
$lang['step1_prefix_info'] = 'El nombre de las mesas aparecerá con este prefijo (permite administrar mejor su base de datos)';
|
|
$lang['step2_err_login1'] = 'Por favor, recoja un pseudo para el webmaster';
|
|
$lang['step2_err_login3'] = 'El pseudo del webmaster no debe contener carácter " y \'';
|
|
$lang['step2_err_pass'] = 'Por favor, arregle su palabra de paso';
|
|
$lang['install_end_title'] = 'Instalación acabada';
|
|
$lang['step2_pwd'] = 'Palabra de paso';
|
|
$lang['step2_pwd_info'] = 'Debe quedar confidencial, permite acceder al tabla de administración.';
|
|
$lang['step2_pwd_conf'] = 'Palabra de paso [Confirmar]';
|
|
$lang['step2_pwd_conf_info'] = 'Comprobación';
|
|
$lang['step1_err_copy'] = 'Copie el texto en rojo 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 azul entre las rayas, ninguna vuelta a la línea o espacio es autorizado)';
|
|
$lang['install_help'] = '¿ Necesidad de ayudante? Plantee su cuestión sobre él <a href="%s">foro de Piwigo</a>.';
|
|
$lang['install_end_message'] = 'La configuración de la aplicación correctamente se celebró, coloca en la etapa próxima<br /><br />
|
|
Por medida de seguridad, gracias por suprimir el fichero "install.php"<br />
|
|
La vez suprimido este fichero, por favor seguir estas indicaciones:
|
|
<ul>
|
|
<li>Vaya sobre la página de identificación : [ <a href="./identification.php">identificación</a> ] Y conéctese con pseudo dado para el webmaster</li>
|
|
<li>Éste le permite acceder a la parte administración y a las instrucciones para colocar las imágenes en los repertorios.</li>
|
|
</ul>';
|
|
$lang['conf_mail_webmaster'] = 'Dirige e-mail del Administrador';
|
|
$lang['conf_mail_webmaster_info'] = 'Los visitadores podrán ponerse en contacto con usted por este mail';
|
|
?>
|