home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / Keyboard.app / Italian.lproj / Keyboard.strings
Text File  |  1994-05-13  |  2KB  |  49 lines

  1. /* nahh... don't save */
  2. "Don't Save" = "Non salvare";
  3.  
  4. /* Alert Panel Title */
  5. "Quit" = "Esci";
  6.  
  7. /* This is the title of the inspector popup when nothing is selected */
  8. "Nothing" = "Niente";
  9.  
  10. /* Edited Windows Exist */
  11. "There are edited windows." = "Ci sono delle finestre modificate";
  12.  
  13. /* does the user want to save changes first? */
  14. "Save changes to %s?" = "Salva modifiche in %s?";
  15.  
  16. /* OK */
  17. "OK" = "OK";
  18.  
  19. /* sure... save changes */
  20. "Save" = "Salva";
  21.  
  22. /* This is the title of the inspector popup when there's an internal error */
  23. "Error" = "Errore";
  24.  
  25. /* Cancel Action */
  26. "Cancel" = "Annulla";
  27.  
  28. /* Ignore the changes that have been made and quit anyway */
  29. "Quit Anyway" = "Esci comunque";
  30.  
  31. /* Review Unsaved Changes Before Quitting */
  32. "Review Unsaved" = "Rivedi";
  33.  
  34. /* title of alert asking if user wants to save work before closing the window */
  35. "Close" ="Chiudi";
  36.  
  37.  
  38. /* NOTE - these errors should be *extremely* rare.  Don't worry too much about
  39.     localizing them properly */
  40.  
  41. /* the temporary save file couldn't be written to or created */
  42. "Couldn't save keymap because a temporary file couldn't be created.\n%s" = "Non sono riuscito a salvare la mappa della tastiera perché non sono riuscito a creare un file temporaneo.\n%s";
  43.  
  44. /* There was an error while trying to remove the original (backup) file */
  45. "Couldn't save keymap because the original file couldn't be written to.\n%s" = "Non sono riuscito a salvare la mappa della tastiera perché non è stato possibile scrivere il file .\n%s";
  46.  
  47. /* A really bad error that should never be able to happen.  If there was a problem it should happen before this one. */
  48. "Error renaming temporary save file!  Your original file was removed, and the new version saved in the filename %s.  However due to the error [%s], the temporary file was unable to be renamed to your original filename: %s\n" = "Errore nel rinominare il file di salvataggio temporaneo!  Il file originale è stato eliminato, e la nuova versione è stat salvata col nome %s.  Tuttavia, a causa dell'errore [%s], non è stato possibile rinominare il file temporaneo con il nome originale: %s\n";
  49.