source: extensions/SmartAlbums/language/ca_ES/plugin.lang.php @ 27320

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

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

  • Property svn:executable set to *
File size: 5.7 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 associated to album %s'] = '%d fotos associades a l\'àlbum %s';
24$lang['Add filters here'] = 'Afegeix filtres aquí';
25$lang['Added after'] = 'Afegit després de';
26$lang['Added before'] = 'Afegit abans de';
27$lang['Added on'] = 'Afegit el';
28$lang['All SmartAlbums'] = 'Tots els SmartAlbums';
29$lang['All these tags'] = 'Totes aquestes etiquetes';
30$lang['Count'] = 'Compta';
31$lang['Created after'] = 'Creat després de';
32$lang['Created before'] = 'Creat abans de';
33$lang['Date string is malformed'] = 'La cadena de caracters que representa la data és incorrecte';
34$lang['Don\'t show this message again'] = 'No tornis a mostrar aquest missatge de nou';
35$lang['Limit must be an integer'] = 'El límit ha de ser un nombre enter';
36$lang['No filter selected'] = 'No hi ha cap filtre seleccionat';
37$lang['No tag selected'] = 'No hi ha cap etiqueta seleccionada';
38$lang['None of these tags'] = 'Cap d\'aquestes etiquetes';
39$lang['One of these tags'] = 'Una d\'aquestes etiquetes';
40$lang['Only SmartAlbums are displayed on this page'] = 'En aquesta pàgina només es mostren els SmartAlbums';
41$lang['Only these tags'] = 'Només aquestes etiquetes';
42$lang['Regenerate photos list of all SmartAlbums'] = 'Regenera la llista de fotos de tots els SmartAlbums';
43$lang['Regenerate photos list of this SmartAlbum'] = 'Regenera la llista de fotos d\'aquest SmartAlbum';
44$lang['SmartAlbum added'] = 'S\'ha afegit l\'SmartAlbum';
45$lang['SmartAlbum deleted'] = 'S\'ha eliminat l\'SmartAlbum';
46$lang['This album is a SmartAlbum'] = 'Aquest àlbum és un SmartAlbum';
47$lang['Update albums on file upload'] = 'Actualitza els àlbums en pujar els arxius';
48$lang['Name is empty'] = 'El camp nom és buit';
49$lang['No album selected'] = 'No s\'ha seleccionat cap àlbum';
50$lang['None of these albums'] = 'Cap d\'aquests àlbums';
51$lang['One of these albums'] = 'Un d\'aquests àlbums';
52$lang['Only these albums'] = 'Només aquests àlbums';
53$lang['Rating score must be an integer'] = 'La valoració ha de ser un nombre enter';
54$lang['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'Els SmartAlboms són considerats privats per a tothom, i unicament un usuari en pot veure el contingut si aquest està disponible en altres àlbums els quals té accés';
55$lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Per ordenar els albums aneu a l\'àlbum principal <a href="%s">pàgina de gestió</a>';
56$lang['You can\'t use more than one level filter'] = 'No es pot utilitzar més d\'un filtre de nivell';
57$lang['You can\'t use more than one limit filter'] = 'No es pot utilitzar més d\'un filtre de limit';
58$lang['can cause slowdowns'] = 'pot provocar dilacions';
59$lang['create a new SmartAlbum'] = 'Crea un nou SmartAlbum';
60$lang['Above'] = 'A sobre';
61$lang['All these albums'] = 'Tots aquests àlbums';
62$lang['Author is empty'] = 'El camp autor és buit';
63$lang['Begins with'] = 'Comença per';
64$lang['Bellow'] = 'A sota';
65$lang['Contains'] = 'Conté';
66$lang['Doesn\'t begin with'] = 'No comença per';
67$lang['Doesn\'t contain'] = 'No conté';
68$lang['Doesn\'t end with'] = 'No acaba per';
69$lang['Ends with'] = 'Acaba per';
70$lang['Exclude SmartAlbums from permissions management'] = 'Exclou els smartAlbums de la gestió dels permisos';
71$lang['Filters'] = 'Filtres';
72$lang['For "Is (not) in", separate each author by a comma'] = 'Per "ls (not) in", separeu cada autor amb una coma';
73$lang['Hits'] = 'Visites';
74$lang['Hits must be an integer'] = 'Les visites ha de ser un número enter';
75$lang['Is'] = 'ls';
76$lang['Is in'] = 'ls in';
77$lang['Is not'] = 'ls not';
78$lang['Is not in'] = 'ls not in';
79$lang['Max. number of photos'] = 'Nombre màxim de fotos';
80$lang['Regex is malformed'] = 'Regex és incorrecte';
81$lang['Regular expression'] = 'Expressió regular';
82$lang['Update albums every %s days'] = 'Actualitzar àlbums cada %s dies';
83$lang['Invalid number of days'] = 'Número invàlid de dies';
84$lang['No filter'] = 'No filtris';
85$lang['Photos must match all filters'] = 'Les imatges han de concordar amb tots els filtres';
86$lang['Photos must match at least one filter'] = 'Les imatges han de concordar amb almenys un filtre';
87?>
Note: See TracBrowser for help on using the repository browser.