home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (User) [68k, x86] / NeXTStep.toast.sit / Nextstep.toast / NextAdmin / NFSManager.app / Italian.lproj / Localizable.strings
Text File  |  1993-04-10  |  4KB  |  96 lines

  1. /* NeXTSTEP Release 3 */
  2.  
  3.  
  4. /* Standard button labels */
  5. "OK" = "OK";
  6. "Cancel" = "Annulla";
  7. "Save" = "Salva";
  8. "Discard" = "Elimina";
  9.  
  10. /* NetInfo alert panel title & message */
  11. "NILoginFailT" = "Collegamento Netinfo fallito";
  12. "NILoginFailM" = "Il tentativo di effettuare il collegamento nei dati base di NetInfo è fallito. Riprova.";
  13.  
  14. /* NetInfo alert panel title & message.  The first %s is the name of the operation that failed and the second %s is an error message from ni_error() */
  15. "NIErrorT" = "Errore NetInfo ";
  16. "NIErrorM" = "L'operazione NetInfo \"%s\" è fallita, causando il seguente errore: %s";
  17.  
  18. /* Left, middle, and right titles for the imported directories table */
  19. "ImpLeftT" = "Server NFS";
  20. "ImpMiddleT" = "Directory remota";
  21. "ImpRightT" = "Directory locale";
  22.  
  23. /* Alert panel title & message -- comes up if user closes a window with unsaved changes.  The %s will be a directory name */
  24. "ImpUnsavedT" = "Valori importati non salvati";
  25. "ImpUnsavedM" = "I valori importati di %s sono stati modificati";
  26.  
  27. /* Alert panel title & message -- used when the user changes options in the imports window without first having selected a directory. */
  28. "ImpNoDirsT" = "Non è stata selezionata nessuna directory";
  29. "ImpNoDirsM" = "Seleziona una directory prima di modificare le opzioni";
  30.  
  31. /* Alert panel title & messages (either one is chosen) */
  32. "ImpBadHostT" = "Directory importata";
  33. "ImpNoHostM" = "Specifica il nome del nodo per il server NFS.";
  34. "ImpUnHostM" = "Questo computer non conosce il nodo \"%s\".  Scegli un altro nome.";
  35.  
  36. /* NetInfo open panel title & subtitle */
  37. "ImpOpenT" = "Directory da importare";
  38. "ImpOpenS" = "Seleziona una directory";
  39.  
  40. /* Mount point open panel title */
  41. "ImpMntPointT" = "Seleziona il punto da montare";
  42.  
  43. /* Title of the exported folders table */
  44. "ExpTableT" = "Nome della directory";
  45.  
  46. /* Alert panel title & message */
  47. "ExpNoAccT" = "Sto esportando la directory";
  48. "ExpNoAccM" = "Impossibile accedere alla directory chiamata '%s'";
  49.  
  50. /* Alert panel title & message */
  51. "ExpNoDirT" = "Directory da esportare";
  52. "ExpNoDirM" = "%s non è una directory";
  53.  
  54. /* Alert panel title & message */
  55. "ExpNoLocalT" = "Sto esportando la directory";
  56. "ExpNoLocalM" = "Puoi esportare delle directory solo dal tuo disco fisso locale";
  57.  
  58. /* Alert panel title & message */
  59. "ExpAlreadyT" = "Sto esportando la directory";
  60. "ExpAlreadyM" = "Questa directory è stata già esportata";
  61.  
  62. /* Alert panel title & message; the two %s's are the old and new directories */
  63. "ExpTwoDirT" = "Directory da esportare";
  64. "ExpTwoDirM" = "Non puoi esportare due directory (%s e %s) se sono entrambe sullo stesso disco e una all'interno dell'altra";
  65.  
  66. /* Alert panel title & message */
  67. "ExpROWarnT" = "Esportare la directory";
  68. "ExpROWarnM" = "Attenzione: l'accesso di lettura predefinita non tiene conto della lista dei nodi di lettura,vuoi continuare ad usarlo?";
  69.  
  70. /* Alert panel title & message */
  71. "ExpRWWarnT" = "Esportare la directory";
  72. "ExpRWWarnM" = "Attenzione: l'accesso di lettura e scrittura predefinito non tiene conto della lista dei nodi di lettura e di lettura/scrittura, vuoi continuare ad usarlo?";
  73.  
  74. /* Alert panel title & message telling the user that there are unsaved changes.  The %s will be a directory name */
  75. "ExpUnsavedT" = "Valore da esportare non salvato";
  76. "ExpUnsavedM" = "Il valore di esportazione di %s è stato modificato";
  77.  
  78. /* Alert panel title & message */
  79. "ExpNoHostM" = "Aggiungere l'accesso al nodo";
  80. "ExpNoHostT" = "Specifica il nome del nodo da aggiungere";
  81.  
  82. /* Open panel title */
  83. "ExpOpenT" = "Esportare la directory";
  84.  
  85. /* Alert panel title & message */
  86. "ExpRebootT" = "Esportare la directory";
  87. "ExpRebootM" = "Nota: il nodo remoto deve essere riavviato prima di potervi apportare qualsiasi modifica";
  88.  
  89. /* Alert panel title & message */
  90. "ExpHelperT" = "Esportare il Filesystem";
  91. "ExpHelperM" = "La procedura di aiuto è fallita";
  92.  
  93. /* Alert panel title & message; the %s string is produced by a UNIX command (\320 is an m-dash) */
  94. "ExpHelper2T" = "Esportare il Filesystem";
  95. "ExpHelper2M" = "Attenzione — %s";
  96.