source: extensions/community/language/ca_ES/plugin.lang.php @ 27214

Last change on this file since 27214 was 24003, checked in by TranslationTeam, 11 years ago

[community] Update ca_ES, thanks to : AlbertParera

  • Property svn:executable set to *
File size: 5.2 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['%d photos rejected'] = '%d fotos rebutjades';
24$lang['%d photos uploaded by %s'] = '%d fotos penjades per %s';
25$lang['%d photos uploaded into album "%s"'] = '%d fotos penjades a l\'àlbum %s';
26$lang['%d photos validated'] = '%d fotos validades';
27$lang['%s (the group)'] = '%s (el grup)';
28$lang['%s (the user)'] = '%s (l\'usuari)';
29$lang['%u pending photos'] = '%u fotos pendents';
30$lang['Add a permission'] = 'Afegeix permisos';
31$lang['Cancel'] = 'Cancel·la';
32$lang['Delete permission'] = 'Elimina el permís';
33$lang['Edit a permission'] = 'Edita els permisos';
34$lang['Hi administrators,'] = 'Hola administradors,';
35$lang['Level 16'] = 'Pendent';
36$lang['No album, this photo is orphan'] = 'No existeix cap àlbum. Aquesta foto quedarà òrfena.';
37$lang['Pending Photos'] = 'Fotos pendents';
38$lang['Permission added'] = 'Permís afegit';
39$lang['Permission removed'] = 'Permís denegat';
40$lang['Permission updated'] = 'Permís actualitzat';
41$lang['Set Photo Properties'] = 'Estableix les propietats de la foto';
42$lang['The whole gallery'] = 'La galeria completa';
43$lang['Upload Permissions'] = 'Carrega els permisos';
44$lang['Upload your own photos'] = 'Puja les teves pròpies fotos';
45$lang['Validation page: %s'] = 'Pàgina de validació: %s';
46$lang['Where?'] = 'On?';
47$lang['Which level of trust?'] = 'Quin nivell de confiança?';
48$lang['Who?'] = 'Qui?';
49$lang['Your photos are waiting for validation, administrators have been notified'] = 'Les fotos estan a l\'espera de ser validades. Els administradors han estat notificats.';
50$lang['Zoom'] = 'Zoom';
51$lang['a group'] = 'un grup';
52$lang['a specific user'] = 'usuari específic';
53$lang['ability to create sub-albums'] = 'capacitat de crear sub-àlbums';
54$lang['any registered user'] = 'qualsevol usuari registrat';
55$lang['any visitor'] = 'qualsevol visitant';
56$lang['high trust'] = 'alta confiança';
57$lang['low trust'] = 'baixa confiança';
58$lang['sub-albums creation'] = 'creació de subàlbums';
59$lang['uploaded photos are directly displayed in the gallery'] = 'Les fotos penjades es mostraran directament a la galeria';
60$lang['uploaded photos must be validated by an administrator'] = 'Les fotos penjades s\'han de validar per un administrador';
61$lang['web size'] = 'mida del web';
62$lang['(in addition to user album)'] = '(més l\'àlbum d\'usuari)';
63$lang['Gallery root'] = 'Arrel de la galeria';
64$lang['Piwigo automatically creates an album for each user, on first connection'] = 'Piwigo crea un àlbum per a cada usuari de forma automàtica, durant la primera connexió';
65$lang['User album only'] = 'Només l\'àlbum d\'usuari';
66$lang['User albums'] = 'Àlbums d\'usuaris';
67$lang['Where should Piwigo create user albums?'] = 'On Piwigo ha de crear els àlbums d\'usuari?';
68$lang['File %s too big (%uMB), quota of %uMB exceeded'] = 'El fitxer %s és massa gran (%u MB). La quota de %u MB s\'ha excedit.';
69$lang['How many photos?'] = 'Quantes fotos?';
70$lang['How much disk space?'] = 'Quant espai en disc?';
71$lang['Maximum number of photos reached (%u)'] = 'El nombre màxim de fotos aconseguit (%u)';
72$lang['Photo %s rejected.'] = 'Foto %s rebutjada.';
73$lang['no limit'] = 'sense límit';
74$lang['up to %d photos (for each user)'] = 'fins %d fotos (per a cada usuari)';
75$lang['up to %dMB (for each user)'] = 'fins %d MB (per a cada usuari)';
76$lang['%s out of %s'] = '%d de %s';
77$lang['Available %s.'] = 'Disponible %s.';
78$lang['Available quota %s.'] = 'Quota disponible %s.';
79$lang['Disk usage quota reached (%uMB)'] = 'Quota d\'ús de disc aconseguida (%u MB)';
80$lang['Album of user'] = 'Àlbum d\'usuari';
81$lang['a user can own only one album'] = 'un usuari només pot tenir un àlbum';
82?>
Note: See TracBrowser for help on using the repository browser.