mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 05:32:11 +00:00
Updated file, now using make strings; updated translations; added missing ones etc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14549 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8ec389b68a
commit
9e9465229c
1 changed files with 103 additions and 14 deletions
|
@ -1,19 +1,108 @@
|
|||
/* NSApplication.m */
|
||||
/* Translator: Nicola Pero <nicola@brainstorm.co.uk>
|
||||
* Date: September 2002
|
||||
*/
|
||||
|
||||
"Critical Error in %@" = "Errore critico in %@";
|
||||
/***
|
||||
Italian.lproj/Localizable.strings
|
||||
updated by make_strings 2002-09-25 03:20:19 +0100
|
||||
add comments above this one
|
||||
***/
|
||||
|
||||
|
||||
/*** Keys found in multiple places ***/
|
||||
|
||||
/* File: ../Source/NSDocument.m:87 */
|
||||
/* File: ../Source/NSDocument.m:108 */
|
||||
"Load failed" = "Caricamento non riuscito";
|
||||
|
||||
/* File: ../Source/NSDocument.m:254 */
|
||||
/* File: ../Source/NSDocument.m:476 */
|
||||
/* File: ../Source/NSDocument.m:601 */
|
||||
"Save" = "Salva";
|
||||
|
||||
/* File: ../Source/NSDocument.m:254 */
|
||||
/* File: ../Source/NSDocument.m:601 */
|
||||
/* File: ../Source/NSDocument.m:703 */
|
||||
"Cancel" = "Cancella";
|
||||
|
||||
/* File: ../Source/NSDocument.m:701 */
|
||||
/* File: ../Source/NSDocument.m:703 */
|
||||
"Revert" = "Ritorna a com'era prima";
|
||||
|
||||
|
||||
/*** Unmatched/untranslated keys ***/
|
||||
|
||||
/* File: ../Source/NSDocument.m:88 */
|
||||
"Could not load file %@." = "Non è stato possibile caricare il file %@.";
|
||||
|
||||
/* File: ../Source/NSDocument.m:109 */
|
||||
"Could not load URL %@." = "Non è stato possibile caricare lo URL %@.";
|
||||
|
||||
/* File: ../Source/NSDocument.m:252 */
|
||||
"Close" = "Chiudi";
|
||||
|
||||
/* File: ../Source/NSDocument.m:253 */
|
||||
"%@ has changed. Save?" = "%@ è cambiato. Lo devo salvare?";
|
||||
|
||||
/* File: ../Source/NSDocument.m:254 */
|
||||
"Don't Save" = "Non salvare";
|
||||
|
||||
/* File: ../Source/NSDocument.m:336 */
|
||||
"Untitled-%d" = "Senza-Titolo-%d";
|
||||
|
||||
/* File: ../Source/NSDocument.m:477 */
|
||||
"Save As" = "Salva con nome";
|
||||
|
||||
/* File: ../Source/NSDocument.m:478 */
|
||||
"Save To" = "Salva in";
|
||||
|
||||
/* File: ../Source/NSDocument.m:599 */
|
||||
"File Error" = "Errore con un file";
|
||||
|
||||
/* File: ../Source/NSDocument.m:600 */
|
||||
"Can't create backup file. Save anyways?"
|
||||
= "Non si può create un file di backup. Lo devo salvare lo stesso?";
|
||||
|
||||
/* File: ../Source/NSDocument.m:702 */
|
||||
"%@ has been edited. Are you sure you want to undo changes?"
|
||||
= "%@ è stato modificato. Sei sicuro che vuoi annullare i cambiamenti?";
|
||||
|
||||
|
||||
/*** Strings from ../Source/NSApplication.m ***/
|
||||
/* File: ../Source/NSApplication.m:109 */
|
||||
"Abort" = "Abortisci";
|
||||
"Ignore" = "Ignora";
|
||||
"Debug" = "Debugga";
|
||||
"Unable to load backend, aborting" = "Non è possibile caricare il backend, abortisco";
|
||||
"Can't init backend bundle" = "Non è possibile initializare il backend bundle";
|
||||
"Can't load backend bundle" = "Non è possibile caricare il backend bundle";
|
||||
/* File: ../Source/NSApplication.m:209 */
|
||||
"Backend at path %@ doesn't contain the GSBackend class"
|
||||
= "Il backend a %@ non contiene la classe GSBackend";
|
||||
/* File: ../Source/NSApplication.m:198 */
|
||||
"Can't create NSBundle object for backend at path %@"
|
||||
= "Non si riesce a creare l'oggetto NSBundle per il backend a %@";
|
||||
/* File: ../Source/NSApplication.m:217 */
|
||||
"Can't find backend context" = "Non è possibile trovare il backend context";
|
||||
"Cannot allocate the application instance!\n"="Non è possibile allocare l'istanza dell'applicazione!\n";
|
||||
"Cannot load the main model file '%@'" = "Non è possibile caricare il model file principale '%@'";
|
||||
"Problem during launch app notification: %@" = "Problema durante il lancio dell'applicazione: %@";
|
||||
/* File: ../Source/NSApplication.m:203 */
|
||||
"Can't load object file from backend at path %@"
|
||||
= "Non si riesce a caricare il file oggetto dal backend a %@";
|
||||
/* File: ../Source/NSApplication.m:686 */
|
||||
"Cannot load the main model file '%@'"
|
||||
= "Non è possibile caricare il model file principale '%@'";
|
||||
/* File: ../Source/NSApplication.m:106 */
|
||||
"Critical Error in %@" = "Errore critico in %@";
|
||||
/* File: ../Source/NSApplication.m:112 */
|
||||
"Debug" = "Debugga";
|
||||
/* File: ../Source/NSApplication.m:110 */
|
||||
"Ignore" = "Ignora";
|
||||
/* File: ../Source/NSApplication.m:1926 */
|
||||
/* Comment: Title of the Info Panel */
|
||||
"Info" = "Info";
|
||||
/* File: ../Source/NSApplication.m:812 */
|
||||
"Problem during launch app notification: %@"
|
||||
= "Problema durante il lancio dell'applicazione: %@";
|
||||
/* File: ../Source/NSApplication.m:2314 */
|
||||
"Quit" = "Esci";
|
||||
|
||||
/* Title of the Info Panel */
|
||||
"Info" = "Info";
|
||||
|
||||
/* File: ../Source/NSApplication.m:191 */
|
||||
"Unable to find backend %@" = "Non si riesce a trovare il backend %@";
|
||||
/* File: ../Source/NSApplication.m:595 */
|
||||
"[NSApplication -init] called more than once"
|
||||
= "[NSApplication -init] chiamata più di una volta";
|
||||
/* File: ../Source/NSApplication.m:2297 */
|
||||
"reported exception - %@" = "riportata una exception - %@";
|
||||
|
|
Loading…
Reference in a new issue