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

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

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

  • Property svn:executable set to *
File size: 3.0 KB
RevLine 
[18872]1<?php
2// +-----------------------------------------------------------------------+
[25486]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// +-----------------------------------------------------------------------+
[18872]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';
[24143]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';
[18872]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';
[25486]53$lang['Button color'] = 'Color del botó';
[18872]54?>
Note: See TracBrowser for help on using the repository browser.