Implemented the GetBinaryType API function.
[wine/multimedia.git] / programs / winhelp / Es.rc
blob2dd66f9149a2b3cde6cd35c09e8eae6709f44ae6
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  */
7 /* This file is not yet complete !! */
9 #define LANGUAGE_ID                  Es
10 #define LANGUAGE_NUMBER              d
12 /* Menu */
14 #define MENU_FILE                    "&Archivo"
15 #define MENU_FILE_OPEN               "A&brir..."
16 #define MENU_FILE_PRINT              "&Imprimir"
17 #define MENU_FILE_PRINTER_SETUP      "&Configuración Impresora..."
18 #define MENU_FILE_EXIT               "&Salir"
20 #define MENU_EDIT                    "&Editar"
21 #define MENU_EDIT_COPY_DIALOG        "&Copiar..."
22 #define MENU_EDIT_ANNOTATE           "&Anotar..."
24 #define MENU_BOOKMARK                "&Marcador"
25 #define MENU_BOOKMARK_DEFINE         "&Definir..."
27 #define MENU_HELP                    "&Ayuda"
28 #define MENU_HELP_ON_HELP            "&Ayuda sobre la ayuda"
29 #define MENU_HELP_ON_TOP             "Siempre &visible"
30 #define MENU_HELP_INFO               "&Info..."
31 #define MENU_HELP_ABOUT_WINE         "&Acerca de WINE"
33 /* Strings */
35 #define STRING_WINE_HELP             "Ayuda de WINE"
36 #define STRING_ERROR                 "ERROR"
37 #define STRING_WARNING               "CUIDADO"
38 #define STRING_INFO                  "Información"
39 #define STRING_NOT_IMPLEMENTED       "Aún no implementado"
40 #define STRING_HLPFILE_ERROR_s       "Error al leer el archivo de ayuda `%s'"
41 #define STRING_CONTENTS              "&Indice"
42 #define STRING_SEARCH                "&Buscar"
43 #define STRING_BACK                  "&Anterior"
44 #define STRING_HISTORY               "&Historia"
45 #define STRING_ALL_FILES             "Todos los archivos (*.*)"
46 #define STRING_HELP_FILES_HLP        "Archivos de ayuda (*.hlp)"
48 #include "Xx.rc"