source: trunk/plugins/TakeATour/language/ca_ES/plugin.lang.php @ 29672

Last change on this file since 29672 was 29672, checked in by TranslationTeam, 10 years ago

[takeatour] Update ca_ES, thanks to : josep.torne

  • Property svn:executable set to *
File size: 3.4 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$lang['TAT_descrp'] = 'Benvinguts! Aquí teniu llistades les possibles exploracions que podeu realitzar per descobrir totes les característiques de la galeria Piwigo.<br/><br/> Escolliu una exploració i seguiu les instruccions. Durant el temps que duri l\'exploració cliqueu Següent/Anterior (o utilitzeu les tecles de desplaçament) per navegar. Mentres estigui activa l\'exploració, si aneu a una altra pàgina de l\'administració, sereu redirigits cap a la pàgina de la d\'on havíeu deixat l\'exploració. Si voleu aturar i acabar l\'exploració, aneu a <em>Connectors » Exploreu </em> per finalitzar-la.';
24$lang['takeatour_configpage'] = 'Exploreu » Llistat d\'exploracions';
25$lang['First Contact'] = 'Primer Contacte';
26$lang['Start the Tour'] = 'Comença l\'exploració';
27$lang['Take a tour and discover the features of your Piwigo gallery » Go to the available tours'] = 'Exploreu i descobriu les característiques de la vostra galeria Piwigo » Aneu cap a les exploracions disponibles.';
28$lang['Visit your Piwigo!'] = 'Visita la teva galeria Piwigo!';
29$lang['first_contact_descrp'] = 'Recomanada per a principiants. Aquesta exploració introdueix les característiques bàsiques de Piwigo. Comença amb la gestió d\'imatges  i la gestió dels àlbums i permisos i continua amb la personalització de la galeria utilitzant els temes i els connectors.';
30$lang['2.7 Tour'] = 'Explora 2.7';
31$lang['2_7_0_descrp'] = 'Descobreix que hi ha de nou a Piwigo 2.7';
32$lang['End tour'] = 'Acaba l\'exploració';
33$lang['Next '] = 'Següent';
34$lang['Prev'] = 'Anterior';
35$lang['Privacy'] = 'Privacitat';
36$lang['privacy_descrp'] = 'Aquesta exploració presenta tots els camins per protegir les vostres fotos de l\'accés públic afegint permisos en els àlbums i fotos, i evitant la còpia d\'imatges protegides.';
Note: See TracBrowser for help on using the repository browser.