0ba2cd2145e2490323bc0332dce4954bdad26ab5
[reactos.git] / reactos / subsys / system / regedit / Es.rc
1 /*
2 * Regedit resources
3 *
4 * Copyright 2003 José Manuel Ferrer Ortiz
5 * Copyright 2005 Patricio Martínez Ros
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21
22 LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
23
24 /*
25 * Menu
26 */
27
28 IDC_REGEDIT MENU DISCARDABLE
29 BEGIN
30 POPUP "&Archivo"
31 BEGIN
32 MENUITEM "&Salir", ID_REGISTRY_EXIT
33 END
34 POPUP "A&yuda"
35 BEGIN
36 MENUITEM "&Acerca de...", ID_HELP_ABOUT
37 END
38 END
39
40 IDR_REGEDIT_MENU MENU DISCARDABLE
41 BEGIN
42 POPUP "&Registro"
43 BEGIN
44 MENUITEM "&Importar archivo de registro...", ID_REGISTRY_IMPORTREGISTRYFILE
45 MENUITEM "&Exportar archivo de registro...", ID_REGISTRY_EXPORTREGISTRYFILE
46 MENUITEM SEPARATOR
47 MENUITEM "&Conectar registro de red...", ID_REGISTRY_CONNECTNETWORKREGISTRY
48 MENUITEM "&Desconectar registro de red...", ID_REGISTRY_DISCONNECTNETWORKREGISTRY, GRAYED
49 MENUITEM SEPARATOR
50 MENUITEM "Im&primir\tCtrl+P", ID_REGISTRY_PRINT, GRAYED
51 MENUITEM SEPARATOR
52 MENUITEM "S&alir", ID_REGISTRY_EXIT
53 END
54 POPUP "&Editar"
55 BEGIN
56 MENUITEM "&Modificar", ID_EDIT_MODIFY
57 MENUITEM SEPARATOR
58 POPUP "&Nuevo"
59 BEGIN
60 MENUITEM "&Clave", ID_EDIT_NEW_KEY
61 MENUITEM SEPARATOR
62 MENUITEM "Valor de c&adena", ID_EDIT_NEW_STRINGVALUE
63 MENUITEM "Valor &binario", ID_EDIT_NEW_BINARYVALUE
64 MENUITEM "Valor &DWORD", ID_EDIT_NEW_DWORDVALUE
65 END
66 MENUITEM SEPARATOR
67 MENUITEM "&Eliminar\tDel", ID_EDIT_DELETE
68 MENUITEM "&Renombrar", ID_EDIT_RENAME
69 MENUITEM SEPARATOR
70 MENUITEM "&Copiar valor de la clave", ID_EDIT_COPYKEYNAME
71 MENUITEM SEPARATOR
72 MENUITEM "&Buscar\tCtrl+F", ID_EDIT_FIND, GRAYED
73 MENUITEM "Buscar &siguiente\tF3", ID_EDIT_FINDNEXT, GRAYED
74 END
75 POPUP "&Ver"
76 BEGIN
77 MENUITEM "&Barra de estado", ID_VIEW_STATUSBAR
78 MENUITEM SEPARATOR
79 MENUITEM "&Separar", ID_VIEW_SPLIT
80 MENUITEM SEPARATOR
81 MENUITEM "&Actualizar\tF5", ID_VIEW_REFRESH
82 END
83 POPUP "&Favoritos"
84 BEGIN
85 MENUITEM "&Añadir a Favoritos", ID_FAVOURITES_ADDTOFAVOURITES
86 , GRAYED
87 MENUITEM "&Eliminar Favorito", ID_FAVOURITES_REMOVEFAVOURITE
88 , GRAYED
89 END
90 POPUP "&Ayuda"
91 BEGIN
92 MENUITEM "Temas de Ayuda", ID_HELP_HELPTOPICS
93 MENUITEM SEPARATOR
94 MENUITEM "&Acerca de Editor de registro", ID_HELP_ABOUT
95 END
96 END
97
98 /*
99 * String Table
100 */
101
102 STRINGTABLE DISCARDABLE
103 BEGIN
104 IDS_LIST_COLUMN_NAME "Nombre"
105 IDS_LIST_COLUMN_TYPE "Tipo"
106 IDS_LIST_COLUMN_DATA "Datos"
107 END
108
109 STRINGTABLE DISCARDABLE
110 BEGIN
111 IDS_APP_TITLE "Editor de registro"
112 IDC_REGEDIT "REGEDIT"
113 IDC_REGEDIT_FRAME "REGEDIT_FRAME"
114 END
115
116 STRINGTABLE DISCARDABLE
117 BEGIN
118 ID_REGISTRY_MENU "Contiene comandos para trabajar con el registro completo"
119 ID_EDIT_MENU "Contiene comandos para editar valores o claves"
120 ID_VIEW_MENU "Contiene comandos para personalizar la ventana de registro"
121 ID_FAVOURITES_MENU "Contiene comandos para acceder a claves usadas frecuentemente"
122 ID_HELP_MENU "Contiene comandos para mostrar ayuda e información sobre el editor de registro"
123 ID_EDIT_NEW_MENU "Contiene comandos para crear nuevas claves o valores"
124 END
125
126 STRINGTABLE DISCARDABLE
127 BEGIN
128 ID_EDIT_MODIFY "Modifica los datos del valor"
129 ID_EDIT_NEW_KEY "Añade una nueva clave"
130 ID_EDIT_NEW_STRINGVALUE "Añade un nuevo valor de cadena"
131 ID_EDIT_NEW_BINARYVALUE "Añade un nuevo valor binario"
132 ID_EDIT_NEW_DWORDVALUE "Añade un nuevo valor de doble palabra"
133 ID_REGISTRY_IMPORTREGISTRYFILE "Importa un archivo de texto al registro"
134 ID_REGISTRY_EXPORTREGISTRYFILE
135 "Exporta todo o parte del registro a un archivo de texto"
136 ID_REGISTRY_CONNECTNETWORKREGISTRY
137 "Se conecta al registro de un ordenador remoto"
138 ID_REGISTRY_DISCONNECTNETWORKREGISTRY
139 "Se desconecta del registro de un ordenador remoto"
140 ID_REGISTRY_PRINT "Imprime todo o parte del registro"
141 /* ID_HELP_HELPTOPICS "Opens registry editor help" */
142 ID_HELP_ABOUT "Muestra información del programa, número de versión y derechos de autor"
143 END
144
145 STRINGTABLE DISCARDABLE
146 BEGIN
147 ID_REGISTRY_EXIT "Sale del editor de registro"
148 ID_FAVOURITES_ADDTOFAVOURITES "Añade claves a la lista de favoritos"
149 ID_FAVOURITES_REMOVEFAVOURITE "Elimina claves de la lista de favoritos"
150 ID_VIEW_STATUSBAR "Muestra u oculta la barra de estado"
151 ID_VIEW_SPLIT "Cambia la posición del separador entre dos paneles"
152 ID_VIEW_REFRESH "Actualiza la ventana"
153 ID_EDIT_DELETE "Elimina la selección"
154 ID_EDIT_RENAME "Renombra la selección"
155 ID_EDIT_COPYKEYNAME "Copia el nombre de la clave seleccionada al portapapeles"
156 ID_EDIT_FIND "Busca una cadena de texto en una clave, valor o datos"
157 ID_EDIT_FINDNEXT "Busca la siguiente ocurrencia del texto especificado en la búsqueda anterior"
158 END
159
160 /*****************************************************************/
161
162
163 /*
164 * Dialog
165 */
166
167 IDD_DIALOG1 DIALOG DISCARDABLE 50, 50, 268, 98
168 STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS |
169 WS_BORDER
170 FONT 8, "MS Sans Serif"
171 BEGIN
172 END
173
174 IDD_DIALOG2 DIALOG DISCARDABLE 0, 0, 187, 95
175 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
176 CAPTION "Diálogo"
177 FONT 8, "MS Sans Serif"
178 BEGIN
179 DEFPUSHBUTTON "Aceptar",IDOK,130,7,50,14
180 PUSHBUTTON "Cancelar",IDCANCEL,130,24,50,14
181 END
182
183
184 /*
185 * TEXTINCLUDE
186 */
187
188 1 TEXTINCLUDE DISCARDABLE
189 BEGIN
190 "resource.h\0"
191 END
192
193
194
195 /*
196 * String Table
197 */
198
199 /*
200 *STRINGTABLE DISCARDABLE
201 *BEGIN
202 * ID_HELP_HELPTOPICS "Opens Registry Editor Help."
203 * ID_HELP_ABOUT "Displays program information, version number, and copyright."
204 *END
205 */
206
207 /*****************************************************************/