aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/TakeATour/language/es_ES
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2014-04-26 15:26:00 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2014-04-26 15:26:00 +0000
commit2771cd450140b9cceb414609f3ec52596811e429 (patch)
tree7182b439f9fabc2f93cf7257bdc911a821c43b25 /plugins/TakeATour/language/es_ES
parent2a7f02b851c896769544b77b64a896a2bcd52d67 (diff)
[takeatour] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@28267 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/es_ES')
-rwxr-xr-xplugins/TakeATour/language/es_ES/description.txt1
-rw-r--r--plugins/TakeATour/language/es_ES/index.php7
-rwxr-xr-xplugins/TakeATour/language/es_ES/plugin.lang.php27
3 files changed, 35 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/es_ES/description.txt b/plugins/TakeATour/language/es_ES/description.txt
new file mode 100755
index 000000000..fd1cd94ac
--- /dev/null
+++ b/plugins/TakeATour/language/es_ES/description.txt
@@ -0,0 +1 @@
+Visita tu Piwigo para descubrir sus funciones. Este plugin tiene múltiples tours con diferentes temáticas para principiantes así como usuarios avanzados. \ No newline at end of file
diff --git a/plugins/TakeATour/language/es_ES/index.php b/plugins/TakeATour/language/es_ES/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/TakeATour/language/es_ES/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>
diff --git a/plugins/TakeATour/language/es_ES/plugin.lang.php b/plugins/TakeATour/language/es_ES/plugin.lang.php
new file mode 100755
index 000000000..284f1ba9f
--- /dev/null
+++ b/plugins/TakeATour/language/es_ES/plugin.lang.php
@@ -0,0 +1,27 @@
+<?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['First Contact'] = 'Primer contacto';
+$lang['Start the Tour'] = 'Empezar el tour';
+$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.';
+$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';
+$lang['Visit your Piwigo!'] = '¡Visita tu Piwigo!'; \ No newline at end of file