source: trunk/plugins/TakeATour/language/es_ES/plugin.lang.php @ 29475

Last change on this file since 29475 was 29475, checked in by plg, 10 years ago

dispatch language keys in tour_* files (1 tour = 1 language file)

  • Property svn:executable set to *
File size: 3.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['Start the Tour'] = 'Empezar el tour';
25$lang['TAT_descrp'] = '¡Bienvenido! Aquí aparecen listados todos los tours disponibles para descubrir las funcionalidades de tu galería Piwigo. <br>Selecciona un tour aquí abajo y sigue las instrucciones. Haz click en Siguiente/Anterior (o usa las flechas de tu teclado) para navegar durante el tour. Durante el tour, si vas a otra página de la administración, se te redireccionará a la actual página del tour. Si te quedas atascado y no consigues acabar el tour, accediendo a <em>Pulgins » Empezar un tour</em> acabará el tour.';
26$lang['Take a tour and discover the features of your Piwigo gallery » Go to the available tours'] = 'Empieza un tour y descubre las posibilidades de tu galería Piwigo » Accede a los tours disponibles';
27$lang['Visit your Piwigo!'] = '¡Visita tu Piwigo!';
28$lang['Prev'] = 'Anterior';
29$lang['Next '] = 'Siguiente';
30$lang['End tour'] = 'Terminar';
31$lang['takeatour_configpage'] = 'Hacer un tour »Lista de tours';
32
33$lang['First Contact'] = 'Primer contacto';
34$lang['first_contact_descrp'] = 'Esta visita es una introducción a Piwigo y sus funcionalidades básicas. Esta recomendada para principiantes. Empieza añadiendo imágenes y su gestión. La visita sigue con la gestión de los álbumes, los permisos y acaba con la personalización a través de configuración, temas, y plugins.';
35
36$lang['2.7 Tour'] = '2.7 Tour';
37$lang['2_7_0_descrp'] = 'Descubre las novedades de Piwigo 2.7';
38
39$lang['privacy_descrp'] = 'Este tour le presenta todas las formas de proteger sus fotos del acceso público con sistemas de permisos por álbum y por imagen, y de las copias mediante protecciones de imagen.';
Note: See TracBrowser for help on using the repository browser.