Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d36ef881
Commit
d36ef881
authored
Jun 23, 2010
by
Jose Rostagno
Committed by
Alexandre Julliard
Jun 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winhlp32: Fix Spanish translation.
parent
5fe33dcb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
13 deletions
+29
-13
Es.rc
programs/winhlp32/Es.rc
+29
-13
No files found.
programs/winhlp32/Es.rc
View file @
d36ef881
...
...
@@ -42,21 +42,21 @@ MAIN_MENU MENU LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
POPUP "&Marcador" {
MENUITEM "&Definir...", MNID_BKMK_DEFINE
}
POPUP "&Op
tion
s" {
POPUP "
Help always
visible"
POPUP "&Op
cione
s" {
POPUP "
Ayuda siempre
visible"
BEGIN
MENUITEM "
Default
", MNID_OPTS_HELP_DEFAULT
MENUITEM "
Por defecto
", MNID_OPTS_HELP_DEFAULT
MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
MENUITEM "No
n
visible", MNID_OPTS_HELP_NONVISIBLE
MENUITEM "No visible", MNID_OPTS_HELP_NONVISIBLE
END
MENUITEM "Histor
y
", MNID_OPTS_HISTORY
POPUP "F
ont
s"
MENUITEM "Histor
ial
", MNID_OPTS_HISTORY
POPUP "F
uente
s"
BEGIN
MENUITEM "
Small
", MNID_OPTS_FONTS_SMALL
MENUITEM "
Pequea
", MNID_OPTS_FONTS_SMALL
MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
MENUITEM "
Larg
e", MNID_OPTS_FONTS_LARGE
MENUITEM "
Grand
e", MNID_OPTS_FONTS_LARGE
END
MENUITEM "Us
e system colors
", MNID_OPTS_SYSTEM_COLORS
MENUITEM "Us
ar colores del sistema
", MNID_OPTS_SYSTEM_COLORS
}
POPUP "A&yuda" {
MENUITEM "&Ayuda sobre la ayuda", MNID_HELP_HELPON
...
...
@@ -69,6 +69,22 @@ MAIN_MENU MENU LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
}
}
IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "ndice"
{
LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
}
IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Buscar"
{
LTEXT "An no implementado", -1, 10, 10, 180, 150
}
/* Strings */
STRINGTABLE DISCARDABLE LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
{
...
...
@@ -79,11 +95,11 @@ STID_INFO, "Informacin"
STID_NOT_IMPLEMENTED, "An no implementado"
STID_HLPFILE_ERROR_s, "Error al leer el archivo de ayuda `%s'"
STID_INDEX, "&ndice"
STID_CONTENTS, "
Summary
"
STID_CONTENTS, "
Resumen
"
STID_BACK, "&Anterior"
STID_ALL_FILES, "Todos los archivos (*.*)"
STID_HELP_FILES_HLP, "Archivos de ayuda (*.hlp)"
STID_FILE_NOT_FOUND_s "
Cannot find '%s'. Do you want to find this file yourself
?"
STID_NO_RICHEDIT "
Cannot find a richedit implementation... Aborting
"
STID_PSH_INDEX, "
Help topics
: "
STID_FILE_NOT_FOUND_s "
No se pudo encontrar '%s'. Desea buscar este archivo usted mismo
?"
STID_NO_RICHEDIT "
No se pudo encontrar una implementacin de richedit... Abortando
"
STID_PSH_INDEX, "
Temas de ayuda
: "
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment