4
|
1 <?php
|
|
2 /**
|
|
3 * Localizations for the Kolab calendaring utilities plugin
|
|
4 *
|
|
5 * Copyright (C) 2014, Kolab Systems AG
|
|
6 *
|
|
7 * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
|
|
8 */
|
|
9 $labels['until'] = 'do';
|
|
10 $labels['at'] = 'ob';
|
|
11 $labels['alarmemailoption'] = 'Email';
|
|
12 $labels['frequency'] = 'Ponovi';
|
|
13 $labels['recurrencend'] = 'do';
|
|
14 $labels['statusorganizer'] = 'Organizator';
|
|
15 $labels['statustentative'] = 'Pogojno';
|
|
16 $labels['statusneeds-action'] = 'Potrebuje pozornost';
|
|
17 $labels['statusunknown'] = 'Neznano';
|
|
18 $labels['statuscompleted'] = 'Opravljeno';
|
|
19 $labels['statusin-process'] = 'V procesu';
|
|
20 $labels['itipdelegated'] = 'Sodelujoč';
|
|
21 $labels['savingdata'] = 'Shranjujem...';
|