14 lines
414 B
PHP
14 lines
414 B
PHP
<?php
|
|
/**
|
|
* Localizations for the Kolab Folders plugin
|
|
*
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
*
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
|
|
*/
|
|
$labels['foldertypeevent'] = 'Calendar';
|
|
$labels['foldertypetask'] = 'Tareas';
|
|
$labels['foldertypenote'] = 'Notas';
|
|
$labels['foldertypecontact'] = 'Contactos';
|
|
$labels['foldertypeconfiguration'] = 'Configuración';
|
|
?>
|