diff --git a/Classes/Framework/MGMReportWindow.m b/Classes/Framework/MGMReportWindow.m index 4e2966c..00e1b36 100644 --- a/Classes/Framework/MGMReportWindow.m +++ b/Classes/Framework/MGMReportWindow.m @@ -44,7 +44,7 @@ NSString * const MGMSaveLastDate = @"MGMSaveLastDate"; [hideMenu setTitle:[NSString stringWithFormat:MGMLocalized(@"Hide %@", nil), applicationName]]; [quitMenu setTitle:[NSString stringWithFormat:MGMLocalized(@"Quit %@", nil), applicationName]]; - [titleField setStringValue:[NSString stringWithFormat:MGMLocalized(@"%@ crashed the last time you ran it. Would you like to send me a crash report so I can look into it?", nil), applicationName]]; + [titleField setStringValue:[NSString stringWithFormat:MGMLocalized(@"%@ crashed the last time you ran it. Would you like to send me a crash report so I can look into it?", nil), applicationName]]; [dateField setStringValue:[reportDate descriptionWithCalendarFormat:MGMLocalized(@"%a, %m/%d/%Y %I:%M:%S %p", nil) timeZone:nil locale:nil]]; [mainWindow setTitle:[NSString stringWithFormat:MGMLocalized(@"%@ Crashed", nil), applicationName]]; diff --git a/Resources/Framework/English.lproj/GeckoReporter.strings b/Resources/Framework/English.lproj/GeckoReporter.strings index 663cab0..2cf97ca 100644 --- a/Resources/Framework/English.lproj/GeckoReporter.strings +++ b/Resources/Framework/English.lproj/GeckoReporter.strings @@ -1,38 +1,28 @@ -/* No comment */ -"Hide %@" = "Hide %@"; +/* GeckoReporter Strings. */ -/* No comment */ -"Quit %@" = "Quit %@"; +/* Menus */ +"Hide %@" = "Hide %@"; +"Quit %@" = "Quit %@"; -/* No comment */ -"Sending..." = "Sending..."; +/* Error messages */ +"Error could not send crash report." = "Error could not send crash report."; +"Error could not send bug report." = "Error could not send bug report."; +"Error could not send message." = "Error could not send message."; -/* No comment */ -"%@ Crashed" = "%@ Crashed"; +/* Incomplete fields message */ +"Fields not filled." = "Fields not filled."; +"Please be sure all fields are filled as all fields are required." = "Please be sure all fields are filled as all fields are required."; -/* No comment */ -"%@ crashed the last time you ran it. Would you like to send me a crash report so I can look into it?" = "%@ crashed the last time you ran it. Would you like to send me a crash report so I can look into it?"; +/* Status not 200 error */ +"Status Code Returned %d" = "Status Code Returned %d"; -/* No comment */ -"%a, %m/%d/%Y %I:%M:%S %p" = "%a, %m/%d/%Y %I:%M:%S %p"; +/* Buttons */ +"Ok" = "Ok"; +"Sending..." = "Sending..."; -/* No comment */ -"Ok" = "Ok"; +/* Interface */ -/* No comment */ -"Error could not send crash report." = "Error could not send crash report."; - -/* No comment */ -"Error could not send bug report." = "Error could not send bug report."; - -/* No comment */ -"Error could not send message." = "Error could not send message."; - -/* No comment */ -"Fields not filled." = "Fields not filled."; - -/* No comment */ -"Please be sure all fields are filled as all fields are required." = "Please be sure all fields are filled as all fields are required."; - -/* No comment */ -"Status Code Returned %d" = "Status Code Returned %d"; +/* Crash Report */ +"%@ Crashed" = "%@ Crashed"; +"%@ crashed the last time you ran it. Would you like to send me a crash report so I can look into it?" = "%@ crashed the last time you ran it. Would you like to send me a crash report so I can look into it?"; +"%a, %m/%d/%Y %I:%M:%S %p" = "%a, %m/%d/%Y %I:%M:%S %p"; diff --git a/Resources/Framework/French.lproj/GeckoReporter.strings b/Resources/Framework/French.lproj/GeckoReporter.strings index 3cccbef..2c218ef 100644 Binary files a/Resources/Framework/French.lproj/GeckoReporter.strings and b/Resources/Framework/French.lproj/GeckoReporter.strings differ diff --git a/Resources/Framework/es.lproj/GeckoReporter.strings b/Resources/Framework/es.lproj/GeckoReporter.strings index 4aa25c5..36728e0 100644 Binary files a/Resources/Framework/es.lproj/GeckoReporter.strings and b/Resources/Framework/es.lproj/GeckoReporter.strings differ diff --git a/Resources/Framework/pt_PT.lproj/GeckoReporter.strings b/Resources/Framework/pt_PT.lproj/GeckoReporter.strings index b703b97..c8a8058 100644 Binary files a/Resources/Framework/pt_PT.lproj/GeckoReporter.strings and b/Resources/Framework/pt_PT.lproj/GeckoReporter.strings differ diff --git a/Resources/Framework/se.lproj/GeckoReporter.strings b/Resources/Framework/se.lproj/GeckoReporter.strings index 5e8f5d2..fa4cbc7 100644 Binary files a/Resources/Framework/se.lproj/GeckoReporter.strings and b/Resources/Framework/se.lproj/GeckoReporter.strings differ