2014-04-24 14:45:27 +02:00
|
|
|
<?php
|
2014-08-28 17:02:34 +02:00
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Delegation plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
|
|
|
|
*/
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['event'] = 'Calendaris';
|
2014-09-06 22:59:13 +02:00
|
|
|
$labels['task'] = 'Tasques';
|
2014-11-28 13:24:53 +13:00
|
|
|
$labels['deletedelegate'] = 'Delete delegate';
|
2014-09-06 22:59:13 +02:00
|
|
|
$labels['savingdata'] = 'S\'estan desant les dades...';
|
2014-04-24 14:45:27 +02:00
|
|
|
?>
|