2015-02-19 11:58:00 +13:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* 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/
|
|
|
|
*/
|
2017-06-12 10:57:06 +02:00
|
|
|
$labels['mail'] = 'Email';
|
|
|
|
$labels['contact'] = 'Livro de Contactos';
|
2015-02-19 11:58:00 +13:00
|
|
|
$labels['event'] = 'Calendários';
|
2017-06-12 10:57:06 +02:00
|
|
|
$labels['task'] = 'Tarefas';
|
|
|
|
$labels['note'] = 'Notas';
|
2015-02-19 11:58:00 +13:00
|
|
|
$labels['savingdata'] = 'Salvando dados...';
|
|
|
|
?>
|