source: extensions/File_Uploader/language/ca_ES/plugin.lang.php @ 27915

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

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

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['Donate'] = 'Donar';
24$lang['Configuration'] = 'Configuració';
25$lang['Choose a file'] = 'Escull un fitxer';
26$lang['Album:'] = 'Àlbum:';
27$lang['... or '] = '... o';
28$lang['Can\'t upload file to galleries directory'] = 'No s\'ha pogut penjar el fitxer al directori de galeries';
29$lang['File uploaded and synchronized'] = 'El fitxer s\'ha penjat i sincronitzat';
30$lang['File was only partially uploaded'] = 'El fitxer només s\'ha penjat parcialment';
31$lang['Missing a temporary folder'] = 'No s\'ha trobat una carpeta temporal';
32$lang['Specify a thumbnail for your file'] = 'Indiqueu una miniatura pel vostre fitxer';
33$lang['Upload error'] = 'S\'ha produït un error en penjar el fitxer';
34$lang['You can use a personnal image or convert your file to an image using a desktop program or a web service such as'] = 'Podeu utilitzar una imatge personal o convertir un fitxer en una imatge utilitzant un programa d\'escriptori o servei web com per exemple';
35$lang['Specify a file to upload'] = 'Indiqueu un fitxer per penjar';
36$lang['Thumbnail to upload:'] = 'Miniatura per penjar:';
37$lang['Upload'] = 'Penja';
38$lang['File to upload:'] = 'Fitxer a penjar:';
39$lang['No file to upload'] = 'No hi ha cap fitxer per penjar';
40$lang['file_uploader_upload_max_filesize'] = 'El servidor imposa un màxim de mida de fitxer de ';
41$lang['create a new album'] = 'crea un nou àlbum';
42$lang['file_uploader_pdf2tab_hint_text'] = 'Indiqueu una extensió';
43$lang['file_uploader_pdf2tab_tooltip'] = 'Obre el fitxer en una nova pestanya';
44$lang['The thumbnail must be a picture'] = 'La miniatura ha de ser una imatge';
45$lang['There have been errors. See below'] = 'Hi han hagut errors. Consulteu a continuació';
46$lang['Title:'] = 'Titol:';
47$lang['Type of file not supported'] = 'Tipus de fitxer no suportat';
48$lang['Unable to create folder '] = 'No ha estat possible crear la carpeta';
49$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'Piwigo és programari lliure (opensource software), el podeu utilitzar de forma gratuïta per sempre. La Piwigo Foundation (organització sense ànim de lucre)  recull donacions per cobrir les despeses del projecte. ';
50$lang['Choose a thumbnail'] = 'Escolliu una miniatura';
51$lang['Failed to write file to disk'] = 'Hi ha hagut un error en escriure al disc';
52$lang['Help'] = 'Ajuda';
53$lang['Invalid file name'] = 'Nom de fitxer no vàlid';
54$lang['Open files in a new tab'] = 'Obre fitxers en una nova pestanya';
55$lang['Overwrite files without notice'] = 'Sobreescriu els fitxers sense avisar';
56$lang['Properties'] = 'Propietats';
Note: See TracBrowser for help on using the repository browser.