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

Last change on this file since 14413 was 14413, checked in by TranslationTeam, 12 years ago

[community] Update ca_ES, thanks to : AlbertParera

  • Property svn:executable set to *
File size: 3.8 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 imatges rebutjades';
24$lang['%d photos uploaded by %s'] = '%d imatges penjades per %s';
25$lang['%d photos uploaded into album "%s"'] = '%d imatges penjades a l\'àlbum %s';
26$lang['%d photos validated'] = '%d imatges validades';
27$lang['%s (the group)'] = '%s (el grup)';
28$lang['%s (the user)'] = '%s (l\'usuari)';
29$lang['%u pending photos'] = '%u imatges pendents';
30$lang['Add a permission'] = 'Afegeix permisos';
31$lang['Cancel'] = 'Cancel·la';
32$lang['Delete permission'] = 'Eliminar permís';
33$lang['Edit a permission'] = 'Editar 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 imatge quedarà orfe.';
37$lang['Pending Photos'] = 'Imatges 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 imatge';
42$lang['The whole gallery'] = 'La galeria completa';
43$lang['Upload Permissions'] = 'Pujar Permisos';
44$lang['Upload your own photos'] = 'Puja les teves pròpies imatges';
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 imatges estan a l\'espera de ser validades. Els administradors han estat notificats.';
50$lang['Zoom'] = 'Ampliar';
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 imatges pujades es visualitzen directament a la galeria';
60$lang['uploaded photos must be validated by an administrator'] = 'Les imatges pujades han de ser validades per un administrador';
61$lang['web size'] = 'mida del web';
62?>
Note: See TracBrowser for help on using the repository browser.