; "Cancel" button of File Menu/Font Menu/InfoRequest
; English: "Cancel"
MSG 0x11500800 "Cancelar"
; ----------
; REQ_Yes
; "Yes" button of Yes/No InfoRequest
; English: "Yes"
MSG 0x11500c00 "Sφ"
; ----------
; REQ_YesHotkeys
; "Yes" hotkey of Yes/No InfoRequest
; English: "y"
MSG 0x11508000 "s"
; ----------
; REQ_ScalaMessage
; Title of information InfoRequest:
; English: "Scala Message"
MSG 0x11501400 "Mensaje de Scala"
; ----------
; REQ_ScalaError
; Title of error InfoRequest:
; English: "Scala Error"
MSG 0x11501800 "Error de Scala"
; ----------
; FILEMENU_ReadingDirectory
; Error scope if the FileMenu fails to read the directory:
; English: "Could not read the directory %1:"
MSG 0x11501c01 "No se pudo leer el directorio %1:"
; ----------
; FILEMENU_ScanningDevices
; Error scope if the FileMenu fails to read the device list:
; English: "Could not scan the device list:"
MSG 0x11502000 "No se pudo explorar la lista de dispositivos:"
; ----------
; FILEMENU_Drives
; Header above list of drive letters in FileMenu
; English: "Drives"
MSG 0x11502800 "Unidades"
; ----------
; FILEMENU_Files
; Header above list of files in FileMenu
; English: "Files"
MSG 0x11502c00 "Archivos"
; ----------
; FILEMENU_QuickAccess
; Header above list of Quick-access buttons in FileMenu
; English: "Quick-access"
MSG 0x11503000 "Acceso rßpido"
; ----------
; FILEMENU_Options
; Header above extra Options buttons below QABs in FileMenu
; English: "Options"
MSG 0x11503400 "Opciones"
; ----------
; FILEMENU_Preview
; Label of File Menu Preview button
; English: "Preview"
MSG 0x11503800 "Vista"
; ----------
; FILEMENU_PreviewHotkeys
; Hotkey of File Menu Preview button
; English: "p"
MSG 0x11508800 "v"
; ----------
; FILEMENU_SelectAll
; Label of File Menu "Select All" button:
; English: "Select All"
MSG 0x11506400 "Seleccionar todo"
; ----------
; FILEMENU_SelectAllHotkeys
; Hotkey with ALT-qualifier corresponding to the SelectAll text.
; English: "a"
MSG 0x11508c00 "t"
; ----------
; FILEMENU_GlobalSelectAllHotkeys
; This is the same key as in the MainMenu and Design Menus with a
; Control qualifier. Should not be localized.
; English: "a"
MSG 0x11509800 "a"
; ----------
; FILEMENU_ConfigureQAB
; Title of Configure QAB Menu:
; English: "Configure Quick-access Button"
MSG 0x11504000 "Configurar el bot≤n de acceso rßpido"
; ----------
; FILEMENU_Name
; Label of "Name" button in Configure QAB Menu:
; English: "Name"
MSG 0x11504400 "Nombre"
; ----------
; FILEMENU_Path
; Label of "Path" button in Configure QAB Menu:
; English: "Path"
MSG 0x11504800 "Ruta"
; ----------
; FILEMENU_Global
; Label of "Global" button in Configure QAB Menu:
; English: "Global?"
MSG 0x11504c00 "┐Global?"
; ----------
; FILEMENU_Delete
; Label of "Delete" button in Configure QAB Menu:
; English: "Delete"
MSG 0x11505000 "Suprimir"
; ----------
; FILEMENU_NameEntry
; Hotkey of "Delete" button in Configure QAB Menu:
; English: "Name> "
MSG 0x11506000 "Nombre> "
; ----------
; FILEMENU_ExistsOverwrite
; For the "do you want to overwrite?" requester.
; English: "The file \"%1\" already exists.\nDo you want to overwrite it?"
MSG 0x1150ec01 "El archivo \"%1\" ya existe.\n┐Quiere sobregrabarlo?"
; ----------
; FILEMENU_WrongExtension
; Requester that comes up if file does not have the recommended
; extension:
; English: "\"%1\" does not have the extension \".%2\", which is recommended for files of this type.\nDo you want to use this file name anyway?"
MSG 0x1150f002 "\"%1\" no tiene la extensi≤n \".%2\", recomendada para archivos de este tipo.\n┐Quiere utilizar este nombre de archivo de todos modos?"
; ----------
; BUTTON_Path
; Used in front of the path-entry field in the filerequester.
; English: "Path> "
MSG 0x11505800 "Ruta> "
; ----------
; BUTTON_PathHotkeys
; Hotkey of path-entry field in File Menu:
; English: "t"
MSG 0x11507000 "r"
; ----------
; BUTTON_File
; Used in front of the file-entry field in the filerequester.
; English: "File> "
MSG 0x11505c00 "Archivo> "
; ----------
; BUTTON_FileHotkeys
; Hotkey of file-entry field in File Menu:
; English: "f"
MSG 0x11507400 "h"
; ----------
; BUTTON_FilesSelected
; Text used instead of filename when multi-selected
; English: "%1 files are selected."
MSG 0x11503c01 "Hay %1 archivos seleccionados."
; ----------
; DELAYEDHANDLER_Next
; "Next" button on error requester, used when multiple errors need to
; be shown
; English: "Next"
MSG 0x11506800 "Siguiente"
; ----------
; DELAYEDHANDLER_NextHotkeys
; Hotkey of "Next" button on error requester.
; English: "n"
MSG 0x11509400 "s"
; ----------
; FONTMENU_PreviewText
; Preview text string
; English: "The quick brown fox jumps over the lazy dog."
MSG 0x11509c00 "El rßpido zorro marr≤n salta sobre el perezoso perro."
; ----------
; RESOLUTION_SelectResolution
; Default select resolution text shown in resolution requester header
; English: "Select Resolution"
MSG 0x1150d400 "Seleccionar resoluci≤n"
; ----------
; RESOLUTION_PressEscAtFailure
; Press Esc at failure text shown in resolution requester header
; English: "(press Esc to cancel)"
MSG 0x1150d800 "(pulse Esc si se produce un error)"