2012-08-16 08:57:25 +02:00
|
|
|
<?php
|
2014-08-28 14:47:37 +02:00
|
|
|
/**
|
|
|
|
* 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'] = 'dopóki';
|
2014-04-24 15:04:18 +02:00
|
|
|
$labels['frequency'] = 'Powtórz';
|
|
|
|
$labels['recurrencend'] = 'dopóki';
|
2016-07-22 11:42:44 +02:00
|
|
|
$labels['statusorganizer'] = 'Organizator';
|
|
|
|
$labels['statustentative'] = 'Niepewny';
|
|
|
|
$labels['statusunknown'] = 'Nieznany';
|
2014-03-19 15:32:37 +01:00
|
|
|
$labels['savingdata'] = 'Zapisuję dane...';
|