source: extensions/CryptograPHP/language/ca_ES/plugin.lang.php @ 28142

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

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

  • Property svn:executable set to *
File size: 3.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Noise color'] = 'Color del soroll';
24$lang['Noise level'] = 'Nivell del soroll';
25$lang['Activate on'] = 'Activa en';
26$lang['Preview'] = 'Previsualització';
27$lang['Random string'] = 'Cadena aleatòria';
28$lang['Register form'] = 'Formulari de registre';
29$lang['Simple equation'] = 'Equació simple';
30$lang['Solve equation'] = 'Soluciona l\'equació';
31$lang['Text color'] = 'Color del text';
32$lang['Tip: type "random" on a color field to have a random color'] = 'Truc: escriviu "random" sobre un camp de color per tenir un color aleatori';
33$lang['good value:'] = 'Valor correcte:';
34$lang['random'] = 'aleatori';
35$lang['range:'] = 'rang:';
36$lang['Album comments'] = 'Comentaris dels àlbums';
37$lang['Background color'] = 'Color de fons';
38$lang['Captcha theme'] = 'Thema del captcha';
39$lang['Captcha type'] = 'Tipus de captcha';
40$lang['Case sensitive'] = 'Distingeix entre majúscules i minúscules';
41$lang['Code lenght'] = 'Longitud del codi';
42$lang['Comments action'] = 'Acció dels comentaris';
43$lang['Contact form'] = 'Formulari de contacte';
44$lang['Enter code'] = 'Introduïu el codi';
45$lang['Font'] = 'Lletra';
46$lang['Guestbook'] = 'Llibre de visites';
47$lang['Invalid Captcha'] = 'Captcha no vàlid';
48$lang['Lines color'] = 'Color de les línies';
49$lang['Lines density'] = 'Densitat de les línies';
50$lang['Moderate'] = 'Moderat';
51$lang['Perturbation'] = 'Pertorbació';
52$lang['Picture comments'] = 'Comentaris de la imatge';
53$lang['Button color'] = 'Color del botó';
54$lang['Background'] = 'Fons';
55$lang['Background image'] = 'Imatge de fons';
56$lang['Color'] = 'Color';
57$lang['Image'] = 'Imatge';
58$lang['We detected that EasyCaptcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.'] = 'S\'ha detectat que el connector EasyCaptcha està disponible en la vostra galeria. Els dos connectors es poden utilitzar al mateix temps, però en cap circimcstància haurien d\'estar activats en la mateixa pàgina.';
Note: See TracBrowser for help on using the repository browser.