source: extensions/gvideo/language/ca_ES/plugin.lang.php @ 22243

Last change on this file since 22243 was 22243, checked in by TranslationTeam, 11 years ago

[gvideo] Update ca_ES, thanks to : AlbertParera

  • Property svn:executable set to *
File size: 4.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['Unable to contact host server'] = 'No s\'ha pogut contactar amb el servidor';
24$lang['Upload a new thumbnail'] = 'Penja una nova miniatura';
25$lang['Use common setting'] = 'Utilitza la configuració comuna';
26$lang['Video URL'] = 'URL del vídeo';
27$lang['Video properties'] = 'Propietats del vídeo';
28$lang['Video size'] = 'Mida del vídeo';
29$lang['Video successfully added. <a href="%s">View</a>'] = 'El vídeo s\'ha afegit correctament. <a href="%s">Veure</a>';
30$lang['Video successfully updated'] = 'El video s\'ha afegit correctament';
31$lang['Vimeo player'] = 'Reproductor de Vimeo';
32$lang['Autoplay'] = 'Autoplay';
33$lang['Add a video'] = 'Afegeix un vídeo';
34$lang['Add film effect'] = 'Afegeix un efecte de vídeo';
35$lang['Author name'] = 'Nom de l\'autor';
36$lang['Author portrait'] = 'Retrat de l\'autor';
37$lang['Change'] = 'Canvia';
38$lang['Changing the url will reset video description, name and thumbnail'] = 's\'està canviant la URL. Es reiniciarà la descripció, el nom i la miniatura';
39$lang['Color'] = 'Color';
40$lang['Common configuration'] = 'configuració comuna';
41$lang['Dailymotion player'] = 'Reproductor Dailymotion';
42$lang['Get video description'] = 'Descripció de Getvideo';
43$lang['Get video tags'] = 'Etiquetes de Getvideo';
44$lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = 'En mode segur, el connector no intenta contactar amb l\'ordinador del vídeo, útil en alguns llocs webs on les connexions remotes estan bloquejades. ';
45$lang['Logo'] = 'Logotip';
46$lang['Please fill the video URL'] = 'Si us plau, ompliu la URL del vídeo';
47$lang['Safe-mode'] = 'Mode segur';
48$lang['Supported services'] = 'Serveis soportats';
49$lang['The thumbnail was updated'] = 'S\'ha actualitzat la miniatura';
50$lang['This element is a video added with "Embedded Video"'] = 'Aquest element és un vídeo afegit amb "Embedded Video"';
51$lang['Try in safe-mode'] = 'Intenta-ho en mode segur';
52$lang['No privacy option.'] = 'Opció no privada';
53$lang['Show privacy details'] = 'Mostra els detalls privats';
54$lang['Videos can be private if you use the private permalink.'] = 'Els vídeos poden ser privats si utilitzeu l\'enllaç permanent privat';
55$lang['Videos can be unlisted but not private.'] = 'Els vídeos poden no llistar-se però no poden ser privats.';
56$lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = 'Els videos poden estar fora de la llista i ser privats si el domini de la galeria pertany als dominis autoritzats (PRO).';
57?>
Note: See TracBrowser for help on using the repository browser.