source: extensions/stripped/language/ca_ES/theme.lang.php @ 22240

Last change on this file since 22240 was 22240, checked in by ddtddt, 11 years ago

[extensions] - stripped - bug language

  • Property svn:executable set to *
File size: 5.1 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['1 album per row (description beside thumbnail)'] = '1 àlbum per fila (descripció al costat de la miniatura)';
24$lang['2 albums per row (description beside thumbnail)'] = '2 àlbums per fila (descripció al costat de la miniatura)';
25$lang['3 albums per row (description below thumbnail)'] = '3 àlbums per fila (descripció sota de la miniatura)';
26$lang['5 albums per row (no album description)'] = '5 àlbums per fila (àlbums sense descripció)';
27$lang['Activate image preloading'] = 'Activar la precàrrega d\'imatges';
28$lang['Additional bottom margin after resize'] = 'Marge inferior addicional després de canviar-ne la mida';
29$lang['Album list layout'] = 'Disposició de llistats d\'àlbums';
30$lang['Animate menu'] = 'Menú animat';
31$lang['Animate tabs on picture page'] = 'Etiquetes animades a la pàgina de la imatge';
32$lang['Default tab to be displayed'] = 'Mostrar l\'etiqueta per defecte';
33$lang['Display frame around albums'] = 'Enmarcar els àlbums';
34$lang['Display frame around image'] = 'Enmarcar la imatge';
35$lang['Display frame around thumbnails'] = 'Enmarcar les miniatures';
36$lang['Force text to lowercase'] = 'Convertir el text en minúscules';
37$lang['GMap'] = 'Mapa';
38$lang['HD picture default display'] = 'Visualitzar per defecte en alta qualitat';
39$lang['Hide menu by default on category page'] = 'Amagar el menú per defecte a la pàgina de la categoria';
40$lang['Image autosize options'] = 'Opcions d\'ajust automàtic de mida';
41$lang['Image preloading options'] = 'Opcions de precàrrega d\'imatges';
42$lang['Include title after resize'] = 'Incloure el títol després de canviar-ne la mida';
43$lang['Information'] = 'Informació';
44$lang['Interface options'] = 'Interfície';
45$lang['Interface style'] = 'Estil de l\'interfície';
46$lang['Last displayed'] = 'Mostrar l\'últim';
47$lang['Metadata'] = 'Informació del dispositiu (Metadades)';
48$lang['Minimum image height after resize'] = 'Alçada mínima de la imatge després de canviar-la de mida';
49$lang['On picture page, number of next images to preload'] = 'Número d\'imatges a precarregar a la pàgina d\'imatges';
50$lang['Picture page options'] = 'Opcions de la pàgina Imatges';
51$lang['Preload images on thumbnails page'] = 'Precarregar imatges a la pàgina de miniatures';
52$lang['Property to display below picture'] = 'Propietat per mostrar la imatge de sota';
53$lang['Resize image to fit window'] = 'Ajustar la imatge a la mida de la finestra';
54$lang['Show Information tab only to admins'] = 'Mostrar la informació de l\'etiqueta només als administradors';
55$lang['Show image title on top of the page (after browse path)'] = 'Mostrar el títol de la imatge a la part superior de la pàgina (després de ruta de navegació)';
56$lang['Show thumbnail caption'] = 'Mostrar la llegenda de la miniatura';
57$lang['Show/hide menu'] = 'Mostrar/amagar menú';
58$lang['Title'] = 'Títol';
59$lang['Use navigation arrows on picture'] = 'Utilitza les fletxes de navegació de la imatge';
60$lang['Use navigation arrows outside picture'] = 'Utilitzeu les fletxes de navegació de fora de la imatge';
61$lang['fit to screen'] = 'ajustar a la pantalla';
62$lang['full size'] = 'mida completa';
63$lang['stripped Configuration updated'] = 'Configuració de \'stripped\' actualitzada.';
64$lang['validate'] = 'validar';
65$lang['Activate HD picture lightbox'] = 'Activar lightbox en alta qualitat (HD)';
66$lang['Album thumbnail size'] = 'Mida de les miniatures de l\'àlbum';
67$lang['HD Image size'] = 'Mida de la imatge en alta qualitat (HD)';
68$lang['Image size'] = 'Mida de la imatge';
69$lang['Thumbnail size'] = 'Mida de les miniatures';
70?>
Note: See TracBrowser for help on using the repository browser.