- Do not send the WM_MOUSEACTIVATE message for a window that has no parent.
[reactos.git] / reactos / base / applications / mscutils / servman / lang / es-ES.rc
1 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
2
3 IDR_MAINMENU MENU
4 BEGIN
5 POPUP "Arc&hivo"
6 BEGIN
7 MENUITEM "Exportar...", ID_EXPORT
8 MENUITEM SEPARATOR
9 MENUITEM "&Salir", ID_EXIT
10 END
11 POPUP "Acción"
12 BEGIN
13 MENUITEM "Conectar a...", ID_CONNECT, GRAYED
14 MENUITEM SEPARATOR
15 MENUITEM "Iniciar", ID_START, GRAYED
16 MENUITEM "Detener", ID_STOP, GRAYED
17 MENUITEM "Pausar", ID_PAUSE, GRAYED
18 MENUITEM "Reanudar", ID_RESUME, GRAYED
19 MENUITEM "Reiniciar", ID_RESTART, GRAYED
20 MENUITEM SEPARATOR
21 MENUITEM "Actualizar", ID_REFRESH
22 MENUITEM SEPARATOR
23 MENUITEM "Editar...", ID_EDIT, GRAYED
24 MENUITEM "Crear...", ID_CREATE, GRAYED
25 MENUITEM "Borrar...", ID_DELETE, GRAYED
26 MENUITEM SEPARATOR
27 MENUITEM "Propiedades...", ID_PROP, GRAYED
28 END
29 POPUP "Ver"
30 BEGIN
31 MENUITEM "Iconos Grandes", ID_VIEW_LARGE
32 MENUITEM "Iconos Pequeños", ID_VIEW_SMALL
33 MENUITEM "Lista", ID_VIEW_LIST
34 MENUITEM "Detalles", ID_VIEW_DETAILS
35 MENUITEM SEPARATOR
36 MENUITEM "Personalizar...",ID_VIEW_CUST, GRAYED
37 END
38 POPUP "Ayuda"
39 BEGIN
40 MENUITEM "Ayuda", ID_HELP
41 MENUITEM "Acerca de", ID_ABOUT
42 END
43 END
44
45 IDR_POPUP MENU
46 BEGIN
47 POPUP "popup"
48 BEGIN
49 MENUITEM "Iniciar", ID_START, GRAYED
50 MENUITEM "Detener", ID_STOP, GRAYED
51 MENUITEM "Pausar", ID_PAUSE, GRAYED
52 MENUITEM "Reanudar", ID_RESUME, GRAYED
53 MENUITEM "Reiniciar", ID_RESTART, GRAYED
54 MENUITEM SEPARATOR
55 MENUITEM "Actualizar", ID_REFRESH
56 MENUITEM SEPARATOR
57 MENUITEM "Editar...", ID_EDIT, GRAYED
58 MENUITEM "Borrar...", ID_DELETE, GRAYED
59 MENUITEM SEPARATOR
60 MENUITEM "Propiedades...", ID_PROP, GRAYED
61 MENUITEM SEPARATOR
62 MENUITEM "Ayuda...", ID_HELP
63 END
64 END
65
66 IDD_ABOUTBOX DIALOGEX 22,16,190,182
67 CAPTION "Acerca de Gestor de Servicios"
68 FONT 8, "MS Shell Dlg",0,0
69 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
70 BEGIN
71 LTEXT "Gestor de Servicios v0.8\nCopyright (C) 2005-2007\nby Ged Murphy (gedmurphy@reactos.org)", IDC_STATIC, 48, 7, 135, 35
72 PUSHBUTTON "Cerrar", IDOK, 75, 162, 44, 15
73 ICON IDI_SM_ICON, IDC_STATIC, 10, 10, 7, 30
74 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
75 END
76
77 IDD_DLG_GENERAL DIALOGEX 6, 6, 253, 232
78 CAPTION "General"
79 FONT 8, "MS Shell Dlg",0,0
80 STYLE DS_SHELLFONT | WS_BORDER | WS_VISIBLE | WS_DLGFRAME | WS_SYSMENU | WS_THICKFRAME | WS_GROUP | WS_TABSTOP
81 BEGIN
82 LTEXT "", IDC_SERV_NAME, 70,11,176,11, WS_CHILD | WS_VISIBLE
83 EDITTEXT IDC_DISP_NAME, 70, 29, 176, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_READONLY
84 EDITTEXT IDC_DESCRIPTION, 70, 46, 176, 24, WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_MULTILINE | ES_READONLY
85 EDITTEXT IDC_EXEPATH, 6, 86, 240, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_READONLY
86 COMBOBOX IDC_START_TYPE, 70, 107, 176, 40, WS_CHILD | WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST
87 PUSHBUTTON "Iniciar", IDC_START, 6, 155, 54, 15, WS_DISABLED
88 PUSHBUTTON "Detener", IDC_STOP, 68, 155, 54, 15, WS_DISABLED
89 PUSHBUTTON "Pausar", IDC_PAUSE , 130, 155, 54, 15, WS_DISABLED
90 PUSHBUTTON "Reiniciar", IDC_RESUME, 192, 155, 54, 15, WS_DISABLED
91 LTEXT "Nombre del servicio:", IDC_STATIC, 4, 11, 63, 14
92 LTEXT "Nombre a mostrar:", IDC_STATIC, 4, 29, 63, 14
93 LTEXT "Descripción:", IDC_STATIC, 4, 51, 53, 11
94 LTEXT "Ruta de acceso al ejecutable:", IDC_STATIC, 6, 73, 100, 9
95 LTEXT "Tipo de inicio:", IDC_STATIC, 6, 108, 53, 11
96 LTEXT "Estado del servicio:", IDC_STATIC, 4, 138, 63, 14
97 LTEXT "", IDC_SERV_STATUS, 70, 138, 176, 11, WS_CHILD | WS_VISIBLE
98 LTEXT "Puede especificar los parámetros de inicio a aplicar cuando inicie el servicio desde aquí.",IDC_STATIC, 6,177,240,15
99 LTEXT "Parámetros de inicio:", IDC_STATIC, 6, 200, 58, 14
100 EDITTEXT IDC_START_PARAM, 68, 199, 178, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
101 PUSHBUTTON "Editar", IDC_EDIT, 192, 215, 54, 15, WS_DISABLED
102 END
103
104 IDD_DLG_DEPEND DIALOGEX 6,6,253,225
105 CAPTION "Dependencias"
106 FONT 8, "MS Shell Dlg",0,0
107 STYLE DS_SHELLFONT | WS_BORDER | WS_VISIBLE | WS_DLGFRAME | WS_SYSMENU | WS_THICKFRAME | WS_GROUP | WS_TABSTOP
108 BEGIN
109 CONTROL "", IDC_DEPEND_TREE1, "SysTreeView32" ,0x50010007, 8, 70, 236, 68, 0x00000200
110 CONTROL "", IDC_DEPEND_TREE2, "SysTreeView32", 0x50010007, 8, 151, 234, 67, 0x00000200
111 LTEXT "Algunos servicios dependen de otros servicios, controladores de sistemas y grupos de orden de carga. Si un componente de sistema se detiene o no funciona correctamente, es posible que otros servicios dependientes resulten afectados.", IDC_STATIC,8, 7, 238, 26
112 LTEXT "Este servicio depende de los siguientes componentes", IDC_STATIC, 8, 57, 236, 9
113 LTEXT "", IDC_DEPEND_SERVICE, 8, 38, 236, 13
114 END
115
116 IDD_DLG_CREATE DIALOGEX 6,6,225,209
117 CAPTION "Crear un servicio"
118 FONT 8, "MS Shell Dlg",0,0
119 STYLE DS_SHELLFONT | WS_BORDER | WS_VISIBLE | WS_DLGFRAME | WS_SYSMENU | WS_THICKFRAME | WS_GROUP | WS_TABSTOP
120 BEGIN
121 EDITTEXT IDC_CREATE_SERVNAME, 72, 12, 150, 11, WS_CHILD | WS_VISIBLE | WS_EX_CLIENTEDGE
122 EDITTEXT IDC_CREATE_DISPNAME, 72, 31, 150, 11, WS_CHILD | WS_VISIBLE
123 EDITTEXT IDC_CREATE_PATH, 10, 62, 210, 13, WS_CHILD | WS_VISIBLE
124 EDITTEXT IDC_CREATE_DESC, 10, 97, 210, 48, WS_CHILD | WS_VISIBLE
125 EDITTEXT IDC_CREATE_OPTIONS, 10, 162, 210, 13, WS_CHILD | WS_VISIBLE
126 LTEXT "*Nombre del servicio:", IDC_STATIC, 10, 10, 54, 14
127 LTEXT "*Nombre a mostrar:", IDC_STATIC, 10, 30, 54, 14
128 LTEXT "*Ruta de acceso al ejecutable:", IDC_STATIC, 10, 51, 110, 9
129 LTEXT "Descripción:", IDC_STATIC, 12, 86, 44, 9
130 PUSHBUTTON "Aceptar", IDOK, 126, 192, 44, 13
131 PUSHBUTTON "Cancelar", IDCANCEL, 176, 192, 46, 13
132 LTEXT "Opciones adicionales (Pulsa Ayuda para detalles)", IDC_STATIC, 10, 151, 170, 9
133 PUSHBUTTON "Ayuda", ID_CREATE_HELP, 10, 192, 44, 13
134 END
135
136 IDD_DLG_DELETE DIALOGEX 6,6,185,148
137 CAPTION "Borrar un servicio"
138 FONT 8, "MS Shell Dlg",0,0
139 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | DS_MODALFRAME
140 BEGIN
141 ICON IDI_WARNING, IDC_STATIC, 10, 8, 24, 22
142 LTEXT "¿Esta seguro que quiere borrar el siguiente servicio? ¡No se puede deshacer una vez borrado!", IDC_STATIC, 50, 6, 125, 25
143 LTEXT "Nombre del servicio:",IDC_STATIC, 6, 40, 80, 9
144 LTEXT "", IDC_DEL_NAME, 15, 53, 160, 15
145 EDITTEXT IDC_DEL_DESC, 6, 73, 174, 48, WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_EX_STATICEDGE | ES_MULTILINE | ES_READONLY
146 PUSHBUTTON "Sí", IDOK, 26, 129, 54, 13
147 DEFPUSHBUTTON "No", IDCANCEL, 102, 129, 54, 13
148 END
149
150 IDD_DLG_HELP_OPTIONS DIALOGEX 6,6,200,150
151 CAPTION "Opciones"
152 FONT 8, "MS Shell Dlg",0,0
153 STYLE 0x10CF0000
154 BEGIN
155 LTEXT "", IDC_CREATE_HELP, 6, 5, 200, 150
156 PUSHBUTTON "Aceptar", IDOK, 75, 130, 44, 13
157 END
158
159 IDD_DLG_PROGRESS DIALOGEX 6,6,255,89
160 CAPTION "Control de Servicios"
161 FONT 8, "MS Shell Dlg",0,0
162 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | WS_VISIBLE | DS_MODALFRAME
163 EXSTYLE WS_EX_TOOLWINDOW
164 BEGIN
165 CONTROL "", IDC_SERVCON_PROGRESS, "msctls_progress32", 0x50000000, 8, 46, 238, 13
166 LTEXT "", IDC_SERVCON_INFO, 8, 5, 236, 11
167 LTEXT "", IDC_SERVCON_NAME, 8, 25, 66, 11
168 PUSHBUTTON "&Cerrar", IDOK, 100, 70, 54, 13
169 END
170
171
172
173 STRINGTABLE DISCARDABLE
174 BEGIN
175 IDS_FIRSTCOLUMN "Nombre"
176 IDS_SECONDCOLUMN "Descripción"
177 IDS_THIRDCOLUMN "Estado"
178 IDS_FOURTHCOLUMN "Tipo de inicio"
179 IDS_FITHCOLUMN "Iniciar sesión como"
180 END
181
182 STRINGTABLE DISCARDABLE
183 BEGIN
184 IDS_SERVICES_STARTED "Iniciado"
185 IDS_SERVICES_STOPPED "Detenido"
186 IDS_SERVICES_AUTO "Automatico"
187 IDS_SERVICES_MAN "Manual"
188 IDS_SERVICES_DIS "Deshabilitado"
189 END
190
191 STRINGTABLE DISCARDABLE
192 BEGIN
193 IDS_NUM_SERVICES "Núm Servicios: %d"
194 IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program 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 General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."
195 END
196
197 STRINGTABLE DISCARDABLE
198 BEGIN
199 IDS_TOOLTIP_PROP "Propiedades"
200 IDS_TOOLTIP_REFRESH "Actualizar"
201 IDS_TOOLTIP_EXPORT "Exportar lista"
202 IDS_TOOLTIP_CREATE "Crear un nuevo servicio"
203 IDS_TOOLTIP_DELETE "Borra un servicio existente"
204 IDS_TOOLTIP_START "Iniciar servicio"
205 IDS_TOOLTIP_STOP "Detener servicio"
206 IDS_TOOLTIP_PAUSE "Pausar servicio"
207 IDS_TOOLTIP_RESTART "Reiniciar servicio"
208 END
209
210 STRINGTABLE DISCARDABLE
211 BEGIN
212 IDS_PROGRESS_INFO_START "ReactOS está intentando iniciar el siguiente servicio"
213 IDS_PROGRESS_INFO_STOP "ReactOS está intentando detener el siguiente servicio"
214 IDS_PROGRESS_INFO_PAUSE "ReactOS está intentando pausar el siguiente servicio"
215 IDS_PROGRESS_INFO_RESUME "ReactOS está intentando reiniciar el siguiente servicio"
216 IDS_CREATE_SUCCESS "Servicio Creado satisfactoriamente"
217 IDS_DELETE_SUCCESS "Servicio Borrado satisfactoriamente"
218 IDS_CREATE_REQ "Los campos marcados con un\nasterísco son obligatorios"
219 IDS_DELETE_STOP "¡Debe detener manualmente el servicio antes de borrarlo!"
220 END
221
222 STRINGTABLE DISCARDABLE
223 BEGIN
224 IDS_HELP_OPTIONS "OPCIONES DE CREACION:\r\nNOTA: El nombre de la opción incluye el signo igual.\r\n type= <own|share|interact|kernel|filesys|rec>\r\n (por defecto = own)\r\n start= <boot|system|auto|demand|disabled>\r\n (por defecto = demand) \r\n error= <normal|severe|critical|ignore>\r\n (por defecto = normal)\r\n group= <LoadOrderGroup>\r\n E= <yes|no>\r\n depend= <Dependencies(separated by / (forward slash))>\r\n obj= <AccountName|ObjectName>\r\n (por defecto = LocalSystem)\r\n password= <password>\r\n"
225 END
226
227 /* Hints */
228 STRINGTABLE DISCARDABLE
229 BEGIN
230 IDS_HINT_BLANK " "
231 IDS_HINT_EXPORT " Exporta la lista actual a un archivo."
232 IDS_HINT_EXIT " Cierra el programa."
233
234 IDS_HINT_CONNECT " Conectar a otro equipo."
235 IDS_HINT_START " Inicia el servicio seleccionado."
236 IDS_HINT_STOP " Detiene el servicio seleccionado."
237 IDS_HINT_PAUSE " Pausa el servicio seleccionado."
238 IDS_HINT_RESUME " Reanudar el servicio seleccionado."
239 IDS_HINT_RESTART " Detener e iniciar el servicio seleccionado."
240 IDS_HINT_REFRESH " Actualizar la lista de servicios."
241 IDS_HINT_EDIT " Editar las propiedades del servicio seleccionado."
242 IDS_HINT_CREATE " Crea un nuevo servicio."
243 IDS_HINT_DELETE " Borra el servicio seleccionado."
244 IDS_HINT_PROP " Abre la hoja de propiedades de la selección actual."
245
246 IDS_HINT_LARGE " Muestra los elementos mediante iconos grandes."
247 IDS_HINT_SMALL " Muestra los elementos mediante iconos pequeños."
248 IDS_HINT_LIST " Muestra los elementos en una lista."
249 IDS_HINT_DETAILS " Muestra información acerca de los elementos de la ventana."
250 IDS_HINT_CUST " Personaliza la vista."
251
252 IDS_HINT_HELP " Muestra la ventana de ayuda."
253 IDS_HINT_ABOUT " Acerca del Gestor de Servicios de ReactOS."
254
255 IDS_HINT_SYS_RESTORE " Restaura esta ventana a su tamaño normal."
256 IDS_HINT_SYS_MOVE " Mueve esta ventana."
257 IDS_HINT_SYS_SIZE " Redimensiona esta ventana."
258 IDS_HINT_SYS_MINIMIZE " Colapsa esta ventana a un icono."
259 IDS_HINT_SYS_MAXIMIZE " Expande esta ventana hasta llenar esta pantalla."
260 IDS_HINT_SYS_CLOSE " Cierra esta ventana."
261 END
262
263 /* Application title */
264 STRINGTABLE DISCARDABLE
265 BEGIN
266 IDS_APPNAME "Gestor de Servicios de ReactOS"
267 END