/* Crash dialog */

/* Window title string, with placeholder for the AppName */
"WindowTitle" = "%@ - Raport o błędzie";

/* Introduction text, with app name placeholder first and company placeholder second */
"IntroductionText" = "%@ nieoczekiwanie zakończył pracę podczas poprzedniej sesji. Czy chcesz wysłać raport, abyśmy mogli zbadać problem?";

/* Name Text Title */
"NameTextTitle" = "Imię i nazwisko (opcjonalnie)";

/* Email Text Title */
"EmailTextTitle" = "Email (opcjonalnie)";

/* Comments Disclosure Text */
"CommentsDisclosureTitle" = "Komentarze";

/* User description placeholder */
"UserDescriptionPlaceholder" = "Opisz wszelkie kroki niezbędne do odtworzenia problemu";

/* Problems Details Box  Title */
"ProblemDetailsTitle" = "Szczegóły problemu i konfiguracja systemu";

/* Privacy note text */
"PrivacyNote" = "Wszystkie przesłane informacje będą traktowane jako poufne";

/* Show Details Button */
"ShowDetailsButtonTitle" = "Wyświetl szczegóły";

/* Hide Details Button */
"HideDetailsButtonTitle" = "Ukryj szczegóły";

/* Cancel Button */
"CancelButtonTitle" = "Nie wysyłaj";

/* Send Button */
"SendButtonTitle" = "Wyślij";


/* Feedback UI */

/* Compose view placeholder text */
"FeedbackComposePlaceHolder" = "Twoja opinia";

/* Last Update in Status Bar */
"FeedbackLastUpdate" = "Ostatnia aktualizacja:";

/* Never in Status Bar */
"FeedbackLastUpdateNever" = "Nigdy";

/* From text between timestamp and author */
"FeedbackFrom" = "z";

/* Send button title */
"FeedbackSendButton" = "Wyślij";

/* Contact info text */
"FeedbackContactInfo" = "Podaj swoje dane kontaktowe";

/* Name placeholder text */
"FeedbackName" = "Nazwa";

/* Email placeholder text */
"FeedbackEmail" = "Email";

/* Continue button title */
"FeedbackContinueButton" = "Kontynuuj";

/* Attachment context menu action Preview */
"FeedbackAttachmentMenuPreview" = "Podgląd";

/* Attachment context menu action Remove */
"FeedbackAttachmentMenuRemove" = "Usuń";