home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / Sound.app / Resources / Italian.lproj / Localizable.strings
Text (UTF-16)  |  1996-03-28  |  3KB  |  61 lines

  1. /* Localizable.strings for Sound.app */
  2.  
  3. /* data size */
  4. "%d bytes" = "%d byte";
  5.  
  6. /* formats */
  7. "8 bit muLaw" = "8 bit muLaw";
  8.  
  9. "8 bit linear" = "8 bit lineare";
  10. "16 bit linear" = "16 bit lineare";
  11. "24 bit linear" = "24 bit lineare";
  12. "32 bit linear" = "32 bit lineare";
  13.  
  14. "32 bit float" = "32 bit virgola mobile";
  15. "64 bit float" = "64 bit virgola mobile";
  16.  
  17. "DSP generated" = "Generato in DSP";
  18. "Compressed" = "Compresso";
  19. "Other" = "Altro";
  20.  
  21. /* sampling rate */
  22. "%.2f Hz" = "%.2f Hz";
  23.  
  24. /* status messages */
  25. "Saving: " = "Sto salvando:" ;
  26. "Modified: " = "Modificato: ";
  27. "Recording: " = "Sto registrando: ";
  28.  
  29. /* alert panel titles */
  30. "Open" = "Apri";
  31. "Save" = "Salva";
  32. "Revert" = "Ripristina";
  33. "Erase" = "Cancella";
  34. "Quit" = "Esci";
  35.  
  36. /* alert panel messages */
  37. "save_previous" = "Vuoi salvare le modifiche apportate al suono precedente?";
  38. "save_sound" = "Vuoi salvare le modifiche apportate al suono?";
  39. "revert_sound" = "Vuoi annullare le modifiche e ripristinare il file originale?";
  40. "erase_sound" = "Vuoi cancellare l'intero suono?";
  41.  
  42. "Error while reading %@" = "Errore durante la lettura di %@";
  43. "Error while saving %@" = "Errore durante il salvataggio di %@";
  44.  
  45. /* alert panel buttons */
  46. "OK" = "OK";
  47. /* "Save"; */
  48. "Don't Save" = "Non salvare";
  49. /* "Revert"; */
  50. /* "Erase"; */
  51. "Cancel" = "Annulla";
  52.  
  53. /* first sound/window title */
  54. "Untitled" = "Senza nome";
  55.  
  56. /* first soundfile name */
  57. "Untitled.snd" = "Senzanome.snd";
  58.  
  59. /* first soundfile path */
  60. "/tmp/Untitled.snd" = "/tmp/Senzanome.snd";
  61.