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

Last change on this file since 16939 was 16939, checked in by mistic100, 12 years ago

add option to block permissions recalculation

  • Property svn:executable set to *
File size: 3.9 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 photo'] = '%d imatge';
24$lang['%d photos associated to album %s'] = '%d imatges associades a l\'àlbum %s';
25$lang['%d photos'] = '%d imatges';
26$lang['can cause slowdowns on admin pages'] = 'Pot causar retards en les pàgines d\'administració';
27$lang['Add a SmartAlbum'] = 'Afegir un SmartAlbum';
28$lang['Add filters here'] = 'Afegir filtres aquí';
29$lang['Added after'] = 'Afegit després de';
30$lang['Added before'] = 'Afegit abans de';
31$lang['Added on'] = 'Afegit el';
32$lang['All SmartAlbums'] = 'Tots els SmartAlbums';
33$lang['All these tags'] = 'Totes aquestes etiquetes';
34$lang['Count'] = 'Comptar';
35$lang['Created after'] = 'Creat després de';
36$lang['Created before'] = 'Creat abans de';
37$lang['Created on'] = 'Creat el';
38$lang['Date string is malformed'] = 'La cadena de caracters que representa la data és incorrecte';
39$lang['Don\'t show this message again'] = 'No tornar a mostrar aquest missatge de nou';
40$lang['Limit must be an integer'] = 'El límit ha de ser un nombre enter';
41$lang['No filter selected'] = 'Sense filtre seleccionat';
42$lang['No tag selected'] = 'Sense etiqueta seleccionada';
43$lang['None of these tags'] = 'Cap d\'aquestes etiquetes';
44$lang['One of these tags'] = 'Una d\'aquestes etiquetes';
45$lang['Only SmartAlbums are displayed on this page'] = 'En aquesta pàgina només es mostre els SmartAlbums';
46$lang['Only these tags'] = 'Només aquestes etiquetes';
47$lang['Regenerate photos list of all SmartAlbums'] = 'Regenerar llista d\'imatges de tots els SmartAlbums';
48$lang['Regenerate photos list of this SmartAlbum'] = 'Regenerar llista d\'imatges d\'aquest SmartAlbum';
49$lang['SmartAlbum added'] = 'SmartAlbum afegit';
50$lang['SmartAlbum deleted'] = 'El SmartAlbum ha sigut eliminat';
51$lang['This album is a SmartAlbum'] = 'Aquest àlbum és un SmartAlbum';
52$lang['To order albums please go the main albums management page'] = 'Per ordenar els àlbums cal fer-ho des de la pàgina d\'administració principal dels àlbums <a href="admin.php?page=cat_list"></a>';
53$lang['Update albums on file upload'] = 'Actualitzar àlbums al pujar els arxius';
54$lang['You can\'t use more than one limit'] = 'No es pot utilitzar més d\'un límit';
55$lang['date filter'] = 'Filtre per data';
56$lang['limit filter'] = 'Filtre per límit';
57$lang['tags filter'] = 'Filtre per etiquetes';
58?>
Note: See TracBrowser for help on using the repository browser.