mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-28 16:10:43 +00:00
20 lines
887 B
Text
20 lines
887 B
Text
|
/* NSApplication.m */
|
|||
|
|
|||
|
"Critical Error in %@" = "Errore critico in %@";
|
|||
|
"Abort" = "Abortisci";
|
|||
|
"Ignore" = "Ignora";
|
|||
|
"Debug" = "Debugga";
|
|||
|
"Unable to load backend, aborting" = "Non <20> possibile caricare il backend, abortisco";
|
|||
|
"Can't init backend bundle" = "Non <20> possibile initializare il backend bundle";
|
|||
|
"Can't load backend bundle" = "Non <20> possibile caricare il backend bundle";
|
|||
|
"Can't find backend context" = "Non <20> possibile trovare il backend context";
|
|||
|
"Cannot allocate the application instance!\n"="Non <20> possibile allocare l'istanza dell'applicazione!\n";
|
|||
|
"Cannot load the main model file '%@'" = "Non <20> possibile caricare il model file principale '%@'";
|
|||
|
"Problem during launch app notification: %@" = "Problema durante il lancio dell'applicazione: %@";
|
|||
|
"Quit" = "Esci";
|
|||
|
|
|||
|
/* Title of the Info Panel */
|
|||
|
"Info" = "Info";
|
|||
|
|
|||
|
"reported exception - %@" = "riportata una exception - %@";
|