Fixed Strings
This commit is contained in:
parent
01ad268b9c
commit
3912df53a2
@ -1,38 +1,28 @@
|
|||||||
/* No comment */
|
/* GeckoReporter Strings. */
|
||||||
"Hide %@" = "Hide %@";
|
|
||||||
|
|
||||||
/* No comment */
|
/* Menus */
|
||||||
|
"Hide %@" = "Hide %@";
|
||||||
"Quit %@" = "Quit %@";
|
"Quit %@" = "Quit %@";
|
||||||
|
|
||||||
/* No comment */
|
/* Error messages */
|
||||||
"Sending..." = "Sending...";
|
|
||||||
|
|
||||||
/* No comment */
|
|
||||||
"%@ Crashed" = "%@ Crashed";
|
|
||||||
|
|
||||||
/* 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?";
|
|
||||||
|
|
||||||
/* No comment */
|
|
||||||
"%a, %m/%d/%Y %I:%M:%S %p" = "%a, %m/%d/%Y %I:%M:%S %p";
|
|
||||||
|
|
||||||
/* No comment */
|
|
||||||
"Ok" = "Ok";
|
|
||||||
|
|
||||||
/* No comment */
|
|
||||||
"Error could not send crash report." = "Error could not send crash report.";
|
"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.";
|
"Error could not send bug report." = "Error could not send bug report.";
|
||||||
|
|
||||||
/* No comment */
|
|
||||||
"Error could not send message." = "Error could not send message.";
|
"Error could not send message." = "Error could not send message.";
|
||||||
|
|
||||||
/* No comment */
|
/* Incomplete fields message */
|
||||||
"Fields not filled." = "Fields not filled.";
|
"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.";
|
"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 not 200 error */
|
||||||
"Status Code Returned %d" = "Status Code Returned %d";
|
"Status Code Returned %d" = "Status Code Returned %d";
|
||||||
|
|
||||||
|
/* Buttons */
|
||||||
|
"Ok" = "Ok";
|
||||||
|
"Sending..." = "Sending...";
|
||||||
|
|
||||||
|
/* Interface */
|
||||||
|
|
||||||
|
/* 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";
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user