14 lines
345 B
PHP
14 lines
345 B
PHP
|
<?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/
|
||
|
*/
|
||
|
$labels['event'] = 'Kalendrar';
|
||
|
$labels['task'] = 'Uppgifter';
|
||
|
$labels['note'] = 'Anteckningar';
|
||
|
$labels['savingdata'] = 'Sparar data ...';
|
||
|
?>
|