1/* Strings for User Notification of a crash */ 2"crashDialogHeader" = "The application %@ has quit unexpectedly."; 3"crashDialogMsg" = "The system and other applications have not been affected. A report has been created that you can send to %@ to help identify the problem."; 4 5"noCrashDialogHeader" = "The application %@ encountered an error."; 6"noCrashDialogMsg" = "The system and other applications have not been affected. A report has been created that you can send to %1$@ to help improve %2$@."; 7 8"commentsMsg" = "Please help us fix the problem by describing what happened before the crash."; 9"emailMsg" = "Providing your email address will allow us to contact you in case we need more details."; 10 11"commentsPlaceholder" = "optional comments"; 12"emailPlaceholder" = "optional"; 13 14"emailLabel" = "Email:"; 15"privacyLabel" = "Privacy Policy"; 16 17"sendReportButton" = "Send Report"; 18"cancelButton" = "Cancel"; 19"noSendButton" = "OK"; 20"privacyPolicyURL" = "http://www.google.com/privacypolicy.html"; 21 22"countdownMsgSecondsPlural" = "%d seconds remaining."; 23"countdownMsgSecondSingular" = "%d second remaining."; 24 25"countdownMsgMinutesPlural" = "%d minutes remaining."; 26"countdownMsgMinuteSingular" = "%d minute remaining.";