blob: 2ad10c70442fdff577f736e654aa93477fda1779 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?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'] = 'fins';
$labels['at'] = 'a';
$labels['frequency'] = 'Repeteix';
$labels['recurrencend'] = 'fins';
$labels['savingdata'] = 'S\'estan desant les dades...';
|