You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
824 B
20 lines
824 B
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$SurveyTitle = "Nazwa ankiety";
|
|
$SurveyIntroduction = "Wprowadzenie do ankiety";
|
|
$CreateNewSurvey = "Nowa ankieta";
|
|
$Survey = "Ankieta";
|
|
$SurveyTemplate = "Szablon ankiety";
|
|
$PleaseEnterSurveyTitle = "Proszę wpisać nazwę ankiety";
|
|
$PleaseEnterValidDate = "Proszę podać poprawną datę";
|
|
$NotPublished = "Nie opublikowano";
|
|
$AdvancedReportDetails = "Zaawansowany raport pozwala wybrać użytkownika i odpowiedzi w celu uzyskania szczegółowych danych";
|
|
$AdvancedReport = "Zaawansowany raport";
|
|
$CompleteReport = "Kompletny raport";
|
|
$BackToQuestions = "Powrót do pytania";
|
|
$ExportInExcel = "Eksport do Excela";
|
|
$ViewSurvey = "Widok ankiety";
|
|
$ViewQuestions = "Podgląd pytań";
|
|
$Yesno = "Tak/Nie";
|
|
?>
|