home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / Draw.app / Spanish.lproj / Localizable.strings < prev    next >
Text File  |  1992-07-20  |  9KB  |  171 lines

  1. /* NeXTSTEP Release 3 */
  2.  
  3. /* Button choice for cancelling or aborting a requested operation. */
  4. "Cancel" = "Cancelar";
  5.  
  6. /* ALERT: Message given to user when import of linked data fails. */
  7. /* Title */
  8. "Import Link" = "Importar enlace";
  9. /* Message */
  10. "Unable to import linked data." = "Imposible importar datos enlazados.";
  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?" = "¿Desea que el enlace a este fichero aparezca como un Botón de enlace o como un icono representando al fichero?";
  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." = "Imposible importar esa imagen en Draw.";
  17.  
  18. /* Name of the tool that draws scribbles, i.e., the %s of the New %s operationWB`
  19. "Scribble" = "Dibujo a mano alzada";
  20.  
  21. /* Name of the tool that draws rectangles, i.e., the %s of the New %s operation. */
  22. "Rectangle" = "Rectángulo";
  23.  
  24. /* Name of the tool that draws polygons, i.e., the %s of the New %s operation. */
  25. "Polygon" = "Polígono";
  26.  
  27. /* Name of the tool that draws lines, i.e., the %s of the New %s operation. */
  28. "Line" = "Línea";
  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" = "Importar datos";
  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?" = "La extensión de los datos importados es demasiado larga para caber en la página. ¿Desea ajustar el tamaño?";
  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" = "Ajustar el tamaño";
  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" = "No ajustar el tamaño";
  41.  
  42. /* Menu item which hides the background grid which the user can overlay on his document. */
  43. "Hide Grid" = "Ocultar retícula";
  44.  
  45. /* Menu item which shows a background grid which the user can overlay on his document. */
  46. "Show Grid" = "Mostrar retícula";
  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" = "Desactivar retícula";
  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" = "Activar retícula";
  53.  
  54. /* Menu item which turns on the borders around linked items (using Object Links). */
  55. "Show Links" = "Mostrar enlaces";
  56.  
  57. /* Menu item which turns off the borders around linked items (using Object Links). */
  58. "Hide Links" = "Ocultar enlaces";
  59.  
  60. /* Button choice which allows the user to save his document. */
  61. "Save" = "Grabar";
  62.  
  63. /* Button choice which allows the user to abort the saving of his document when the user has aWBa him if he'd like to do so. */
  64. "Don't Save" = "No grabar";
  65.  
  66. /* Button choice which allows the user to revert his changes to what was last saved on disk. */
  67. "REVERT_BUTTON" = "Anular";
  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" = "Abrir documento Draw";
  72. /* Message */
  73. "I/O error.  Can't open file." = "Error de E/S. Imposible abrir el fichero.";
  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" = "Abrir documento Draw";
  78. /* Message */
  79. "I/O error.  Can't open file." = "Error de E/S. Imposible abrir el fichero.";
  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" = "Servicio";
  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?" = "¿Desea grabar el documento antes de que su petición sea atendida?";
  86.  
  87. /* No comment provided by engineer. */
  88. "The margins or paper size specified are invalid.";
  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" = "Anular";
  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 ha sido editado. ¿Está seguro de que desea deshacer los cambios realizados?";
  95.  
  96. /* ALERT: This very rare alert shows up when the user tries to revert the statWBb 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" = "Anular";
  99. /* Message */
  100. "I/O error.  Can't revert." = "Error de E/S.  Imposible anular.";
  101.  
  102. /* The name of a document which the user has not yet given a name to. */
  103. "UNTITLED" = "SIN TITULO";
  104.  
  105. /* ALERT: No comment provided by engineer. */
  106. /* Title */
  107. "Save" = "Grabar";
  108. /* Message */
  109. "Can't create backup file." = "Imposible crear fichero de seguridad";
  110.  
  111. /* ALERT: No comment provided by engineer. */
  112. /* Title */
  113. "Save" = "Grabar";
  114. /* Message */
  115. "This document has Form Entries in it.  Do you wish to save them with the document?" = "Este documento tiene entradas de formas. ¿Desea grabarlas con el 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" = "Grabar";
  124. /* Message */
  125. "Can't save file." = "Imposible grabar el fichero.";
  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?" = "%s ha sido modificado. ¿Desea grabar los cambios realizados?";
  129.  
  130. /* The operation of closing a window usually generated by choosing the Close Window option in the Windows menu. */
  131. "Close" = "Cerrar";
  132.  
  133. /* Menu item which hides the ruler. */
  134. "Hide Ruler" = "Ocultar regla";
  135.  
  136. /* Menu item which unhides the ruler. */
  137. "Show Ruler" = "Mostrar regla";
  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" = "Abrir";
  142. /* Message */
  143. "Invalid path: %s" = "Vía de acceso incorrecta: %s";
  144.  
  145. /* Fax Cover Sheet item which allows the user to type in any thing he/she wants. */
  146. "Notes" = "Notas";
  147.  
  148. /* Message given to the user when the help document could not be found. */
  149. "Couldn't find any help!  Sorry ..." = "Couldn't find any help!  Sorry ...";
  150.  
  151. /*WBc title of the help document. */
  152. "Help" = "Help";
  153.  
  154. /* Message given to user when he tries to quit the application without saving all of his documents. */
  155. "You have unsaved documents." = "Quedan documentos por grabar.";
  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" = "Revisar";
  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 doWBXnts first. */
  161. "Quit Anyway" = "Salir";
  162.  
  163. /* The operation of exiting the application. */
  164. "Quit" = "Salir";
  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" = "Círculo";
  171.