source: extensions/PwgCarbon/language/ca_ES/theme.lang.php @ 20243

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

[pwgcarbon] Add ca_ES, thanks to : josep.torne

  • Property svn:executable set to *
File size: 2.5 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['Background'] = 'Fons';
24$lang['Background and color'] = 'Fons i color';
25$lang['Background, theme and color'] = 'Fons, tema i color';
26$lang['use picture in the theme'] = 'utilitza una imatge en el tema';
27$lang['Colorus menu'] = 'Menú de colors';
28$lang['Theme picture'] = 'Imatge del tema';
29$lang['lb_configuration_saved'] = 'S\'ha guardat la configuració';
30$lang['lb_default_parameters'] = 'paràmetres predeterminats';
31$lang['lb_default_parameters_saved'] = 's\'han guardat els paràmetres predeterminats';
32$lang['lb_theme'] = 'Tema';
33$lang['no'] = 'no';
34$lang['yes'] = 'sí';
35$lang['Black'] = 'Negre';
36$lang['Blue'] = 'Blau';
37$lang['Brown'] = 'Marró';
38$lang['Color'] = 'Color';
39$lang['Green'] = 'Verd';
40$lang['Header'] = 'Capçalera';
41$lang['Orange'] = 'Taronja';
42$lang['Purple'] = 'Lila';
43$lang['Random'] = 'Aleatori';
44$lang['Red'] = 'Vermell';
45$lang['Theme'] = 'Tema';
46$lang['White'] = 'Blanc';
47$lang['Yellow'] = 'Groc';
48?>
Note: See TracBrowser for help on using the repository browser.