source: extensions/UserAdvManager/trunk/language/ca_ES/plugin.lang.php @ 31563

Last change on this file since 31563 was 31563, checked in by TranslationTeam, 9 years ago

Add ca_ES, thanks to josep.torne

  • Property svn:executable set to *
File size: 2.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2015 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['UAM_ConfirmMail_Remail'] = 'Recorda als usuaris que no han confirmat';
24$lang['UAM_ConfirmMail_Text'] = 'Personalitza el correu electrònic de confirmació';
25$lang['UAM_AdminConfMail'] = 'Cal la confirmació del registre per als administradors';
26$lang['UAM_Admins_Copy'] = 'Copia tots els correus electrònics als administradors:';
27$lang['UAM_confirmgrpTitle'] = 'Grups';
28$lang['UAM_confirmlevelTitle'] = 'Nivell de privacitat';
29$lang['UAM_ConfirmMail_TimeOut_true'] = 'Habilita. Número de dies per al venciment';
30$lang['UAM_Delete_selected'] = 'Elimina';
31$lang['UAM_Enable'] = 'Habilita';
32$lang['UAM_LastVisit_Date'] = 'Ultima visita';
33$lang['UAM_Manual_Validation'] = 'Confirmació manual';
34$lang['UAM_Nb_Days'] = 'Diferència en dies';
35$lang['UAM_NewFeature'] = 'Nova funcionalitat';
36$lang['UAM_Reminder_Sent_NOK'] = 'NO';
37$lang['UAM_Reminder_Sent_OK'] = 'SI';
38$lang['UAM_Stuffs_Title'] = 'Bloc UAM';
39$lang['UAM_SubTitle1'] = 'Configuració del connector';
40$lang['UAM_Tab_Global'] = 'Configuració';
41$lang['personal_content'] = 'Contingut';
42$lang['UAM_save_config'] = 'S\'ha guardat la configuració';
43$lang['UAM_submit'] = 'Tramet la configuració';
Note: See TracBrowser for help on using the repository browser.