14 lines
391 B
PHP
14 lines
391 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Localizations for the Kolab calendaring utilities plugin
|
||
|
*
|
||
|
* Copyright (C) 2014, Kolab Systems AG
|
||
|
*
|
||
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
|
||
|
*/
|
||
|
$labels['until'] = 'tills';
|
||
|
$labels['alarmemailoption'] = 'E-post';
|
||
|
$labels['frequency'] = 'Upprepa';
|
||
|
$labels['recurrencend'] = 'tills';
|
||
|
$labels['savingdata'] = 'Sparar data ...';
|