home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextDeveloper / Demos / Draw.app / Italian.lproj / Localizable.strings < prev    next >
Text File  |  1993-04-10  |  9KB  |  171 lines

  1. /* NeXTSTEP Release 3 */
  2.  
  3. /* Button choice for cancelling or aborting a requested operation. */
  4. "Cancel" = "Annulla";
  5.  
  6. /* ALERT: Message given to user when import of linked data fails. */
  7. /* Title */
  8. "Import Link" = "Importa il legame";
  9. /* Message */
  10. "Unable to import linked data." = "Non riesco a importare i dati collegati";
  11.  
  12. /* Question asked of a user when he drags a file icon into Draw. */
  13. "Do you want the link to this file to appear as a Link Button or as the icon of the file?" = "Vuoi che il legame a questo file appaia come un pulsante di legame o come l'icona del file?";
  14.  
  15. /* Message of alert which lets the user know that an image (PostScript or TIFF or something) that he tried to import was some how defective. */
  16. "Unable to import that image into Draw." = "Non riesco a importare questa immagine in Draw.";
  17.  
  18. /* Name of the tool that draws scribbles, i.e., the %s of the New %s operation. */
  19. "Scribble" = "Mano libera";
  20.  
  21. /* Name of the tool that draws rectangles, i.e., the %s of the New %s operation. */
  22. "Rectangle" = "Rettangolo";
  23.  
  24. /* Name of the tool that draws polygons, i.e., the %s of the New %s operation. */
  25. "Polygon" = "Poligono";
  26.  
  27. /* Name of the tool that draws lines, i.e., the %s of the New %s operation. */
  28. "Line" = "Linea";
  29.  
  30. /* Title of the alert which lets the user know that the image he has incorporated into his document does not fit. */
  31. "Import Data" = "Importa i dati";
  32.  
  33. /* Alert message which asks user if he wants to scale an image or some text that he is incorporating into his document to fit within the size of the document. */
  34. "The imported data is too large to fit on the page.  Resize it to fit?" = "I dati importati sono troppi per essere contenuti in una pagina. Vuoi cambiarne le dimensioni per farceli entrare?";
  35.  
  36. /* Button choice which allows the user to scale an image he is incorporating into his document so that it will fit within the size of the document. */
  37. "Resize" = "Ridimensiona";
  38.  
  39. /* Button choice which allows the user to leave an image he is incorporating into his document the same size even though it will not fit within the size of his document. */
  40. "Don't Resize" = "Non ridimensionare";
  41.  
  42. /* Menu item which hides the background grid which the user can overlay on his document. */
  43. "Hide Grid" = "Nascondi la griglia";
  44.  
  45. /* Menu item which shows a background grid which the user can overlay on his document. */
  46. "Show Grid" = "Mostra la griglia";
  47.  
  48. /* Menu item which turns off the background grid so that items do not move and resize on even grid boundaries.  It does not hide the grid if it is currently showing. */
  49. "Turn Grid Off" = "Disattiva la griglia";
  50.  
  51. /* Menu item which turns a background grid on so that the user's actions are rounded to even grid boundaries.  It does not show the grid if the grid is currently hidden. */
  52. "Turn Grid On" = "Attiva la griglia";
  53.  
  54. /* Menu item which turns on the borders around linked items (using Object Links). */
  55. "Show Links" = "Mostra i legami";
  56.  
  57. /* Menu item which turns off the borders around linked items (using Object Links). */
  58. "Hide Links" = "Nascondi i legami";
  59.  
  60. /* Button choice which allows the user to save his document. */
  61. "Save" = "Salva";
  62.  
  63. /* Button choice which allows the user to abort the saving of his document when the user has asked him if he'd like to do so. */
  64. "Don't Save" = "Non salvare";
  65.  
  66. /* Button choice which allows the user to revert his changes to what was last saved on disk. */
  67. "REVERT_BUTTON" = "Ripristina";
  68.  
  69. /* ALERT: Alert given to user when he tries to open a draw document and there is an I/O error.  This usually happens when the document being opened is not really a draw document but somehow got renamed to have the .draw extension. */
  70. /* Title */
  71. "Open Draw Document" = "Apri un documento di Draw";
  72. /* Message */
  73. "I/O error.  Can't open file." = "Errore di I/O. Non riesco ad aprire il file.";
  74.  
  75. /* ALERT: Alert given to user when he tries to open a draw document and there is an I/O error.  This usually happens when the document being opened is not really a draw document but somehow got renamed to have the .draw extension. */
  76. /* Title */
  77. "Open Draw Document" = "Apri un documento di Draw";
  78. /* Message */
  79. "I/O error.  Can't open file." = "Errore di I/O. Non riesco ad aprire il file.";
  80.  
  81. /* This is the the title of an alert which comes up when the user requests a service from the Services menu. */
  82. "Service" = "Servizio";
  83.  
  84. /* This question appears in an alert when the user requests a service from the Services menu which operates on the entire draw document, but the draw document has been edited since it was last saved.  Draw is just asking if the user would like to save the document first so that the service will operate on the current state of the document rather than on the last saved state. */
  85. "Do you wish to save this document before your request is serviced?" = "Vuoi salvare il documento prima che venga effettuato il servizio richiesto?";
  86.  
  87. /* No comment provided by engineer. */
  88. "The margins or paper size specified are invalid." = "I margini o la dimensione della carta specificati non sono validi";
  89.  
  90. /* This is the title of the alert which asks the user if he is sure he wants to revert a document he has edited back to its last-saved state. */
  91. "Revert" = "Ripristina";
  92.  
  93. /* This question is asked of the user when he asks to revert the state of his document to the version last saved on disk, but he has made changes in the interim which would be lost if he did actually revert.  The %s is the name of the document. */
  94. "%s has been edited.  Are you sure you want to undo changes?" = "%s è stato modificato. Sei sicuro di voler annullare le modifche apportate?";
  95.  
  96. /* ALERT: This very rare alert shows up when the user tries to revert the state of his document to whatever it was when he opened it up.  Some unexpected I/O error occurs, however, and he is unable to do so. */
  97. /* Title */
  98. "Revert" = "Ripristina";
  99. /* Message */
  100. "I/O error.  Can't revert." = "Errore di I/O. Non riesco a ripristinare.";
  101.  
  102. /* The name of a document which the user has not yet given a name to. */
  103. "UNTITLED" = "SENZANOME";
  104.  
  105. /* ALERT: No comment provided by engineer. */
  106. /* Title */
  107. "Save" = "Salva";
  108. /* Message */
  109. "Can't create backup file." = "Non riesco a creare il file di sicurezza.";
  110.  
  111. /* ALERT: No comment provided by engineer. */
  112. /* Title */
  113. "Save" = "Salva";
  114. /* Message */
  115. "This document has Form Entries in it.  Do you wish to save them with the document?" = "Questo documento contiene voci del modulo. Vuoi salvarle con il documento?";
  116. /* Default Button */
  117. "Yes" = "Sì";
  118. /* Alternate Button */
  119. "No" = "No";
  120.  
  121. /* ALERT: This alert appears when the user has asked to save his file somewhere, but Draw was unable to create that file.  This can occur for many reasons, the most common of which is that the file or directory is not writable. */
  122. /* Title */
  123. "Save" = "Salva";
  124. /* Message */
  125. "Can't save file." = "Non riesco a salvare il file.";
  126.  
  127. /* Question asked of user when he tries to close a window, either by choosing close from the menu or clicking the close box or quitting the application, and the contents of the window have not been saved.  The %s is the name of the document. */
  128. "%s has changes. Save them?" = "In %s sono state apportate delle modifiche. Vuoi salvarle?";
  129.  
  130. /* The operation of closing a window usually generated by choosing the Close Window option in the Windows menu. */
  131. "Close" = "Chiudi";
  132.  
  133. /* Menu item which hides the ruler. */
  134. "Hide Ruler" = "Nascondi il righello";
  135.  
  136. /* Menu item which unhides the ruler. */
  137. "Show Ruler" = "Mostra il righello";
  138.  
  139. /* ALERT: Alert shown to user when he has tried to open up a file and has specified a file in a directory which is inaccessible.  The directory is either unreadable or does not exist for some reason. */
  140. /* Title */
  141. "Open" = "Apri";
  142. /* Message */
  143. "Invalid path: %s" = "Percorso non valido: %s";
  144.  
  145. /* Fax Cover Sheet item which allows the user to type in any thing he/she wants. */
  146. "Notes" = "Note";
  147.  
  148. /* Message given to the user when the help document could not be found. */
  149. "Couldn't find any help!  Sorry ..." = "Non posso darti nessun aiuto!  Mi dispiace ...";
  150.  
  151. /* The title of the help document. */
  152. "Help" = "Aiuto";
  153.  
  154. /* Message given to user when he tries to quit the application without saving all of his documents. */
  155. "You have unsaved documents." = "Ci sono dei documenti non salvati.";
  156.  
  157. /* Choice (on a button) given to user which allows him to review all his unsaved documents if he quits the application without saving them all first. */
  158. "Review Unsaved" = "Rivedi";
  159.  
  160. /* Choice (on a button) given to user which allows him to quit the application even though he has not saved all of his documents first. */
  161. "Quit Anyway" = "Esci comunque";
  162.  
  163. /* The operation of exiting the application. */
  164. "Quit" = "Esci";
  165.  
  166. /* Name of the tool that draws curves, i.e., the %s of the New %s operation. */
  167. "Curve" = "Curva";
  168.  
  169. /* Name of the tool that draws ovals, i.e., the %s of the New %s operation. */
  170. "Circle" = "Cerchio";
  171.