- Started multithreading for FreeBSD (incomplete, but some
[wine] / programs / winhelp / Es.rc
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  */
6
7 /* This file is not yet complete !! */
8
9 #define LANGUAGE_ID                  Es
10 #define LANGUAGE_NUMBER              d
11
12 /* Menu */
13
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"
19
20 #define MENU_EDIT                    "&Editar"
21 #define MENU_EDIT_COPY_DIALOG        "&Copiar..."
22 #define MENU_EDIT_ANNOTATE           "&Anotar..."
23
24 #define MENU_BOOKMARK                "&Marcador"
25 #define MENU_BOOKMARK_DEFINE         "&Definir..."
26
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"
32
33 /* Strings */
34
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)"
47
48 #include "Xx.rc"