Sweden-Number/programs/winhelp/Es.rc

70 lines
1.9 KiB
Plaintext
Raw Normal View History

1998-10-24 13:43:53 +02:00
/*
* Help Viewer
*
* Copyright 1996 Ulrich Schmid
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1998-10-24 13:43:53 +02:00
*/
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
{
POPUP "&Archivo" {
MENUITEM "A&brir...", 0x101
MENUITEM SEPARATOR
MENUITEM "&Imprimir", 0x104
MENUITEM "&Configuraci<63>n Impresora...", 0x106
MENUITEM SEPARATOR
MENUITEM "&Salir", 0x108
}
POPUP "&Editar" {
MENUITEM "&Copiar...", 0x10A
MENUITEM SEPARATOR
MENUITEM "&Anotar...", 0x10C
}
POPUP "&Marcador" {
MENUITEM "&Definir...", 0x10E
}
POPUP "&Ayuda" {
MENUITEM "&Ayuda sobre la ayuda", 0x110
MENUITEM "&Toujours visible", 0x111
MENUITEM SEPARATOR
MENUITEM "&Info...", 0x113
#ifdef WINELIB
MENUITEM "&Acerca de WINE", 0x114
#endif
}
}
1998-10-24 13:43:53 +02:00
/* Strings */
STRINGTABLE DISCARDABLE LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
{
WINE_HELP, "Ayuda de WINE"
WHERROR, "ERROR"
WARNING, "CUIDADO"
INFO, "Informaci<63>n"
NOT_IMPLEMENTED, "A<>n no implementado"
HLPFILE_ERROR_s, "Error al leer el archivo de ayuda `%s'"
CONTENTS, "&Indice"
SEARCH, "&Buscar"
BACK, "&Anterior"
HISTORY, "&Historia"
ALL_FILES, "Todos los archivos (*.*)"
HELP_FILES_HLP, "Archivos de ayuda (*.hlp)"
}