reactos/dll/win32/hhctrl.ocx/lang/Es.rc
Thamatip Chitpong 3a72a52ce8
[HHCTRL.OCX] Don't break WineSync. Addendum to 65d7fb1. (#4554)
Also minor code formatting for HH_LoadString.
2022-06-21 15:48:54 +03:00

95 lines
2.6 KiB
Plaintext

/*
* HTML Help resources
* Spanish Language Support
*
* Copyright 2010 José Manuel Ferrer Ortiz
*
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
#ifdef __REACTOS__
IDS_DEFTITLE "HTML Help"
#endif
IDS_CONTENTS "&Contenido"
IDS_INDEX "Í&ndice"
IDS_SEARCH "&Buscar"
IDS_FAVORITES "Favor&itos"
IDS_HIDETABS "&Ocultar Pestañas"
IDS_SHOWTABS "&Enseñar Pestañas"
END
STRINGTABLE
BEGIN
IDTB_EXPAND "Mostrar"
IDTB_CONTRACT "Ocultar"
IDTB_STOP "Parar"
IDTB_REFRESH "Recargar"
IDTB_BACK "Atrás"
IDTB_HOME "Inicio"
IDTB_SYNC "Sincronizar"
IDTB_PRINT "Imprimir"
IDTB_OPTIONS "Opciones"
IDTB_FORWARD "Adelante"
END
MENU_POPUP MENU
{
POPUP "" /* Options */
{
MENUITEM "", IDTB_EXPAND
MENUITEM "S&incronizar", IDTB_SYNC
MENUITEM "&Atrás", IDTB_BACK
MENUITEM "A&delante", IDTB_FORWARD
MENUITEM "&Inicio", IDTB_HOME
MENUITEM "&Principal", IDTB_STOP
MENUITEM "&Recargar", IDTB_REFRESH
MENUITEM "&Imprimir...", IDTB_PRINT
}
}
MENU_WEBBROWSER MENU
{
POPUP ""
{
MENUITEM "&Atrás", IDTB_BACK
MENUITEM "A&delante", IDTB_FORWARD
MENUITEM SEPARATOR
MENUITEM "Seleccionar &Todo", MIID_SELECTALL
MENUITEM SEPARATOR
MENUITEM "&Ver código", MIID_VIEWSOURCE
MENUITEM SEPARATOR
MENUITEM "&Imprimir...", IDTB_PRINT
MENUITEM "&Recargar", IDTB_REFRESH
MENUITEM SEPARATOR
MENUITEM "Propie&dades", MIID_PROPERTIES
}
POPUP ""
{
MENUITEM "Cort&ar", MIID_CUT
MENUITEM "&Copiar", MIID_COPY
MENUITEM "Pegar", MIID_PASTE
MENUITEM "Seleccionar &Todo", MIID_SELECTALL
MENUITEM "&Imprimir", IDTB_PRINT
}
}