source: extensions/netinstall/trunk/language/es_ES/loader.lang.txt @ 9780

Last change on this file since 9780 was 9780, checked in by plg, 13 years ago

new color scheme (clear background) and new logo for NetInstall, just like install.php in Piwigo 2.2

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.3 KB
RevLine 
[2869]1// +-----------------------------------------------------------------------+
2// | Piwigo - a PHP based picture gallery                                  |
3// +-----------------------------------------------------------------------+
4// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
5// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
6// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
23$lang['Piwigo NetInstall'] = 'Piwigo NetInstall';
[2874]24$lang['Welcome to NetInstall!'] = 'Bienvenidos a NetInstall !';
[2869]25$lang['Language'] = 'Language';
[6031]26$lang['This tool is meant to retrieve the latest Piwigo archive and unzip it in your webspace.'] = 'Este instrumento permite recuperar la última versión de Piwigo y descomprimirla en su espacio web.';
27$lang['Right after then, you will be redirect to the Piwigo Setup Wizard.'] = 'Ustedes serán redirigidos luego hacia la página de instalación de Piwigo.';
[2869]28
[2874]29$lang['Write access is needed'] = 'Los derechos de acceso en escritura son necesarios ';
[6031]30$lang['It looks like NetInstall wont be able to write in the current directory, and this is required to follow on.'] = 'NetInstall no puede escribir en esta carpeta: esto es indispensable.';
[2875]31$lang['Please try to change the permissions to allow write access, then reload this page by hitting the Refresh button.'] = 'Trate de cambiar los autorizaciones para autorizar el acceso en escritura, luego recargue la página apretando el botón "Actualizar".';
[2874]32$lang['Refresh'] = 'Actualizar';
[2869]33
[2874]34$lang['PHP 5 is required'] = 'PHP 5 es requerido';
[2875]35$lang['It appears your webhost is currently running PHP %s.'] = 'Aparentemente, la versión PHP de su hébergeur es PHP %s.';
[6031]36$lang['NetInstall may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'NetInstall tratara de pasar en PHP 5 creando o modificando el fichero .htaccess.';
[2875]37$lang['Note you can change your configuration by yourself and restart NetInstall after that.'] = 'Anote que usted mismo puede cambiar la configuración PHP y volver a lanzar a NetInstall después.';
[2874]38$lang['Try to configure PHP 5'] = 'Tratar de configurar PHP 5';
[2869]39
[6031]40$lang['Retrieve and unzip Piwigo'] = 'Cargar y descomprimir Piwigo';
[2874]41$lang['Destination:'] = 'Destino:';
[2869]42
[6031]43$lang['Sorry!'] = '¡Lo siento!';
[2874]44$lang['NetInstall was not able to configure PHP 5.'] = 'NetInstall no pudo configurar PHP 5.';
[6031]45$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 hospedador con el fin de saber cómo configurar PHP 5';
46$lang['Hope to see you back soon.'] = 'Esperando verle de nuevo muy pronto...';
[2869]47
[2875]48$lang['It seems like a previous Piwigo installation is still sitting in that space.'] = 'Aparentemente, una instalación anterior de Piwigo está ya presente aquí.';
49$lang['You need to rename or remove it before we can go further...'] = 'Usted debe renombrarla o suprimirla antes de ir más lejos...';
[6031]50$lang['Needed files are not present.'] = 'Faltan los ficheros necesarios.';
51$lang['Invalid zip file.'] = 'Archivo zip inválido.';
[2875]52$lang['It seems that the zip file was not extracted.'] = 'Los ficheros no han sido extraídos correctamente.';
[2869]53
[2875]54$lang['Congratulations!'] = 'Félicitation!';
[6031]55$lang['Everything went fine. You are now ready to start the installation procedure.'] = 'Todo ha ido bien. Usted ahora puede lanzar el procedimiento de instalación.';
[2874]56$lang['Install Piwigo now'] = 'Instalar Piwigo';
[2875]57$lang['An error occurred while grabbing the necessary files to go on.'] = 'Un error sobrevino en el momento de la recuperación de los ficheros.';
[2874]58$lang['Something went wrong...'] = 'Un error sobrevino...';
[6031]59$lang['What are you doing here that way ?!'] = '¿ Qué esta haciendo aquí? !';
[2869]60
[6031]61$lang['This loader was initialy coded for <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Thanks!'] = 'Este instalador inicialmente ha sido codificado para <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. ¡Gracias!';
[9780]62
63$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '¿ Necesidad de ayuda? Plantee su pregunta sobre él <a href="%s">foro de Piwigo</a>.';
Note: See TracBrowser for help on using the repository browser.