home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / usr / lib / NextStep / Workspace.app / Italian.lproj / Workspace.strings
Text File  |  1994-08-03  |  4KB  |  82 lines

  1. /**** Generic messages ****/
  2.  
  3. "Do you really want to log out?" = "Vuoi veramente chiudere il collegamento?";
  4. "Do you really want to power down?" = "Vuoi veramente spegnere il computer?";
  5. "Workspace Manager Error" = "Errore in Workspace Manager";
  6. "Try to save changes to files in other applications before logging out." = "Prima di chiudere il collegamento cerca di salvare le modifiche apportate ai file in altre applicazioni.";
  7. "Log Out" = "Fine collegamento";
  8. "Power Down" = "Spegni";
  9. "Power" = "Alimentazione";
  10. "MALFORMED_EXECUTABLE" = "Impossibile avviare l'applicazione %s perché è danneggiata.";
  11. "NOT_SUITABLE" = "Questa applicazione non contiene software per questo tipo di computer.";
  12. "NOT_FOUND" = "Impossibile avviare l'applicazione %s perché non è accessibile.";
  13. "Inspect..." = "Ispezione...";
  14. "OK" = "OK";
  15.  
  16. /**** Device messages ****/
  17.  
  18. "UntitledDisk" = "DiscoSenzaNome";
  19. "Cancel" = "Annulla";
  20. "Missing Disk" = "Manca il disco";
  21. "\nPlease insert floppy disk" = "\nInserisci il disco flessibile";
  22. "\nPlease insert optical disk" = "\nInserisci il disco ottico";
  23. "\nPlease insert disk in external drive %d" = "\nInserisci il disco nell'unità esterna %d";
  24. "\nPlease insert optical disk '%s'" = "\nInserisci il disco ottico '%s'";
  25. "\nPlease insert floppy disk '%s'" = "\nInserisci il disco flessibile '%s'";
  26. "\nPlease insert disk '%s' in external drive %d" = "\nInserisci il disco '%s' nell'unità esterna %d";
  27. "Wrong Disk" = "Disco sbagliato";
  28. "\nPlease eject optical disk" = "\nEspelli il disco ottico";
  29. "\nPlease eject floppy disk" = "\nEspelli il disco flessibile";
  30. "\nPlease eject disk in external drive %d" = "\nEspelli il disco del drive esterno %d";
  31. "Eject Disk" = "Espelli il disco";
  32. "You can safely remove the floppy disk now." = "Adesso puoi estrarre il dischetto senza pericolo.";
  33.  
  34. "The %s disk is unreadable." = "Il disco %s è illeggibile.";
  35. "Initializing the %s disk will erase it." = "Se inizializzi il disco %s lo cancelli.";
  36. "The %s disk '%s' is damaged." = "Il disco %s '%s' è danneggiato.";
  37. "The write-protected %s disk '%s' is damaged, and cannot be mounted." = "Il disco %s '%s' protetto in scrittura è danneggiato. Non è possibile montarlo.";
  38. "The %s disk '%s' is damaged." = "Il disco %s '%s' è danneggiato.";
  39. "The write-protected %s disk '%s' is damaged, and cannot be mounted." = "Il disco %s '%s' protetto in scrittura è danneggiato. Non è possibile montarlo.";
  40.  
  41. "Cannot initialize disk. See console for errors." = "Impossibile inizializzare il disco. Vedi la console per gli errori.";
  42. "Cannot repair disk. See console for errors." = "Impossibile riparare il disco. Vedi la console per gli errori.";
  43.  
  44. "Repair" = "Ripara";
  45. "Initialize" = "Inizializza";
  46. "Initialize..." = "Inizializza...";
  47. "Eject" = "Espelli";
  48. "Ignore" = "Ignora";
  49. "Ok" = "OK";
  50.  
  51.  
  52. /***** Floppy Densities ******/
  53. "720" = "720 Kb (DD)";
  54. "1440" = "1440 Kb (HD)";
  55. "2880" = "2880 Kb (ED)";
  56.  
  57. /* for 5.25" */
  58. "80" = "80k (SSSD)";
  59. "90" = "90k (SSSD)";
  60. "160" = "160k (SSDD)";
  61. "320" = "320k (DSDD)";
  62. "180" = "180k (SSDD)";
  63. "360" = "360k (DSDD)";
  64. "1200" = "1200k (DSHD)";
  65.  
  66. "0 byte" = "0 byte";
  67. "%d byte" = "%d byte";
  68.  
  69.  
  70. /* NOTE: the following strings were taken directly from the viewer's
  71.  * MainWindow.strings.
  72.  */
  73. /**** the two following indicate where to put the number - it's more complicated due the various formats we chose internally for floating point numbers ****/
  74. "10-100kB" = "%.1f Kb";
  75. "less-1MB" = "%.3f Mb";
  76. "1-10MB" = "%.2f Mb";
  77. "10-100MB" = "%.1f Mb";
  78. "less-1GB" = "%d Mb";
  79. "1-10GB" = "%.2f Gb";
  80. "10-100GB" = "%.1f Gb";
  81. "xxxGB" = "%d Gb";
  82.