roundcubemail-plugins-kolab/plugins/kolab_folders/localization/pt_PT.inc

15 lines
415 B
PHP
Raw Normal View History

2015-02-19 11:58:00 +13:00
<?php
/**
* Localizations for the Kolab Folders plugin
*
* Copyright (C) 2015, Kolab Systems AG
2015-02-19 11:58:00 +13:00
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
*/
$labels['foldertypeevent'] = 'Calendário';
2017-06-12 10:57:06 +02:00
$labels['foldertypetask'] = 'Tarefas';
$labels['foldertypenote'] = 'Notas';
$labels['foldertypeconfiguration'] = 'Configuração';
2016-09-14 12:26:36 +02:00
$labels['foldertypefile'] = 'Ficheiros';
2015-02-19 11:58:00 +13:00
?>