/* Menu item to make the current document rich text */
"&Make Rich Text" = "&Convertir en RTF";
/* Title of save and alert panels when saving RTF */
"Save RTF" = "Grabar RTF";
/* Question asked of user when he/she tries to close a window containing an unsaved document. */
"Document has been edited. Save?" = "Se ha editado el documento. ¿Desea grabarlo?";
/* Message indicating file couldn't be opened. */
"Couldn't open file %@." = "Imposible abrir fichero %@.";
/* Title of alert confirming revert */
"Revert" = "Anular";
/* Button allowing user to abort opening multiple files after one couldn't be opened */
"Abort" = "Interrupción";
/* Button choice which allows the user to abort the save of a document which is being closed. */
"Don't Save" = "No grabar";
/* Name of new, untitled document */
"UNTITLED" = "SIN_TÍTULO";
/* Message indicating file couldn't be reverted. */
"Couldn't revert to saved version of %@." = "Imposible ir a versión anterior %@.";
/* Title of alert indicating file couldn't be opened */
"File system error" = "Error en sistema de ficheros";
/* Message indicating document couldn't be saved under the given name. */
"Couldn't save document as %@." = "Imposible grabar documento como %@.";
/* Button choice allowing user to cancel. */
"Cancel" = "Cancelar";
/* Message confirming Make Plain Text */
"Convert document to plain text? This will lose fonts, colors, and other text attribute settings." = "¿Convertir documento en sólo texto? Esto producirá pérdida de tipo de letra, colores y otras definiciones de los atributos del texto.";
/* Menu item to cause text to be laid out to the size of the currently selected page type */
"&Wrap to Page" = "&Ajustar a la página";
/* Title of alert indicating file couldn't be reverted */
"Couldn't Revert" = "Imposible anular";
/* Message confirming revert of specified document name. */
"Revert to saved version of %@?" = "Ir a versión anterior %@?";
/* Title of save and alert panels when saving plain text */
"Save Plain Text" = "Grabar texto sin formato";
/* Title of alert confirming Make Plain Text */
"Make Plain Text" = "Convertir en texto sin formato";
/* Menu item to cause text to be laid out to size of the window */
"&Wrap to Window" = "&Ajustar a la ventana";
/* Title of save and alert panels when saving RTFD */
"Save RTFD" = "Grabar RTFD";
/* Title of alert panel which comes when the user tries to quit or close a window containing an unsaved document. */
"Close" = "Cerrar";
/* Button choice which allows the user to save the document. */
/* Contents of alert panel informing user that the file's string encoding needs to be changed */
"Document can no longer be saved using its original %@ encoding. Please choose another encoding (%@ is one possibility)." = "Imposible grabar documento con su codificación original %@. Elija otra codificación (%@ es una posibilidad).";
/* Menu item to make the current document plain text */
"&Make Plain Text" = "&Convierta en texto sin formato";
/* OK. */
"OK" = "OK";
/* Choice (on a button) given to user which allows him/her to review all unsaved documents if he/she quits the application without saving them all first. */
"Review Unsaved" = "Revisión no grabada";
/* Title of alert panel which comes up when user chooses Quit and there are unsaved documents. */
"Quit" = "Salir";
/* Message indicating file couldn't be opened. */
"Couldn't open file %@." = "Imposible abrir fichero %@.";
/* Choice (on a button) given to user which allows him/her to quit the application even though there are unsaved documents. */
"Quit Anyway" = "Salir";
/* Version string. %s is replaced by the version number. */