53 lines
2.1 KiB
PHP
53 lines
2.1 KiB
PHP
<?php
|
|
|
|
$labels = array();
|
|
|
|
$labels['alarmemail'] = 'Wyślij e-mail';
|
|
$labels['alarmdisplay'] = 'Pokaż wiadomość';
|
|
$labels['alarmdisplayoption'] = 'Wiadomość';
|
|
$labels['alarmemailoption'] = 'E-mail';
|
|
$labels['alarmat'] = 'o $datetime';
|
|
$labels['trigger@'] = 'w dniu';
|
|
$labels['trigger-M'] = 'minut(y) przed';
|
|
$labels['trigger-H'] = 'godziny przed';
|
|
$labels['trigger-D'] = 'dni przed';
|
|
$labels['trigger+M'] = 'minut po';
|
|
$labels['trigger+H'] = 'godzin(y) po';
|
|
$labels['trigger+D'] = 'dni po';
|
|
$labels['addalarm'] = 'dodaj alarm';
|
|
|
|
$labels['alarmtitle'] = 'Nadchodzące zdarzenia';
|
|
$labels['dismissall'] = 'Odrzuć wszystkie';
|
|
$labels['dismiss'] = 'Odrzuć';
|
|
$labels['snooze'] = 'Odłóż';
|
|
$labels['repeatinmin'] = 'Powtórz po $min minutach';
|
|
$labels['repeatinhr'] = 'Powtórz po godzinie';
|
|
$labels['repeatinhrs'] = 'Powtórz po $hrs godzinach';
|
|
$labels['repeattomorrow'] = 'Powtórz jutro';
|
|
$labels['repeatinweek'] = 'Powtórz za tydzień';
|
|
|
|
$labels['showmore'] = 'Pokaż więcej...';
|
|
|
|
// itip related labels
|
|
$labels['itipinvitation'] = 'Zaproszenie do';
|
|
$labels['itipupdate'] = 'Aktualizacja';
|
|
$labels['itipcancellation'] = 'Anulowano:';
|
|
$labels['itipreply'] = 'Odpowiedź do';
|
|
$labels['itipaccepted'] = 'Akceptuj';
|
|
$labels['itiptentative'] = 'Może';
|
|
$labels['itipdeclined'] = 'Odrzuć';
|
|
|
|
$labels['itipsubjectaccepted'] = '"$title" zostało zaakceptowane przez $name';
|
|
$labels['itipsubjecttentative'] = '"$title" zostało warunkowo zaakceptowane przez $name';
|
|
$labels['itipsubjectdeclined'] = '"$title" zostało odrzucone przez $name';
|
|
|
|
$labels['importtocalendar'] = 'Zapisz w moim kalendarzu';
|
|
$labels['removefromcalendar'] = 'Usuń z mojego kalendarza';
|
|
$labels['updateattendeestatus'] = 'Zaktualizuj status uczestnika';
|
|
$labels['acceptinvitation'] = 'Czy akceptujesz to zdarzenie?';
|
|
$labels['youhaveaccepted'] = 'Zaakceptowałeś to zaproszenie';
|
|
$labels['youhavetentative'] = 'Zaakceptowałeś to zdarzenie warunkowo';
|
|
$labels['youhavedeclined'] = 'Odrzuciłeś to zdarzenie';
|
|
$labels['notanattendee'] = 'Nie jesteś na liście uczestników tego zdarzenia';
|
|
|
|
$labels['savingdata'] = 'Zapisuję dane...';
|