<?php
|
|
/*
|
+-----------------------------------------------------------------------+
|
| localization/ca_ES/labels.inc |
|
| |
|
| Language file of the Roundcube Webmail client |
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
| Licensed under the GNU General Public License |
|
| |
|
+-----------------------------------------------------------------------+
|
| Author: Jordi Sanfeliu <jordi@fibranet.cat> |
|
+-----------------------------------------------------------------------+
|
*/
|
|
$labels = array();
|
$labels['userinfo'] = 'Informació de l\'usuari/a';
|
$labels['created'] = 'Creat';
|
$labels['lastlogin'] = 'Última connexió';
|
$labels['defaultidentity'] = 'Identitat per defecte';
|