mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 14:21:56 +00:00
20 lines
772 B
Text
20 lines
772 B
Text
|
/* NSApplication.m */
|
||
|
|
||
|
"Critical Error in %@" = "Critical Error in %@";
|
||
|
"Abort" = "Abort";
|
||
|
"Ignore" = "Ignore";
|
||
|
"Debug" = "Debug";
|
||
|
"Unable to load backend, aborting" = "Unable to load backend, aborting";
|
||
|
"Can't init backend bundle" = "Can't init backend bundle";
|
||
|
"Can't load backend bundle" = "Can't load backend bundle";
|
||
|
"Can't find backend context" = "Can't find backend context";
|
||
|
"Cannot allocate the application instance!\n"="Cannot allocate the application instance!\n";
|
||
|
"Cannot load the main model file '%@'" = "Cannot load the main model file '%@'";
|
||
|
"Problem during launch app notification: %@" = "Problem during launch app notification: %@";
|
||
|
"Quit" = "Quit";
|
||
|
|
||
|
/* Title of the Info Panel */
|
||
|
"Info" = "Info";
|
||
|
|
||
|
"reported exception - %@" = "reported exception - %@";
|