[KERNEL32]
[reactos.git] / reactos / base / applications / mscutils / devmgmt_new / lang / es-ES.rc
1 /*
2 *Spanish Language resource file
3 * Traducido por: Javier Remacha 2007-12-21
4 */
5 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
6
7 IDR_MAINMENU MENU
8 BEGIN
9 POPUP "&Archivo"
10 BEGIN
11 MENUITEM "&Salir", IDC_EXIT
12 END
13 POPUP "Acción"
14 BEGIN
15 MENUITEM "Imprimir", IDC_PRINT, GRAYED
16 MENUITEM SEPARATOR
17 MENUITEM "Propiedades", IDC_PROP, GRAYED
18 END
19 POPUP "Ver"
20 BEGIN
21 MENUITEM "Dispositivos por tipo", IDC_DEVBYTYPE, CHECKED
22 MENUITEM "Dispositivos por conexión", IDC_STATIC, GRAYED
23 MENUITEM "Recursos por tipo", IDC_STATIC, GRAYED
24 MENUITEM "Recursos por conexión", IDC_STATIC, GRAYED
25 END
26 POPUP "Ayuda"
27 BEGIN
28 MENUITEM "Acerca de", IDC_ABOUT
29 END
30 END
31
32 IDR_POPUP MENU
33 BEGIN
34 POPUP "popup"
35 BEGIN
36 MENUITEM "Propiedades", IDC_PROP, GRAYED
37 END
38 END
39
40 IDD_ABOUTBOX DIALOGEX 22,16,190,182
41 CAPTION "Acerca del Gestor de Dispositivos"
42 FONT 8,"MS Shell Dlg",0,0
43 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
44 BEGIN
45 LTEXT "Gestor de Dispositivos v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 130, 26
46 PUSHBUTTON "Cerrar", IDOK, 75, 162, 44, 15
47 ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30
48 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
49 END
50
51 STRINGTABLE DISCARDABLE
52 BEGIN
53 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
54 END
55
56 STRINGTABLE DISCARDABLE
57 BEGIN
58 IDS_TOOLTIP_PROP "Propiedades"
59 IDS_TOOLTIP_REFRESH "Actualizar"
60 IDS_TOOLTIP_HELP "Ayuda"
61 IDS_TOOLTIP_EXIT "Salir"
62 END
63
64 /* Hints */
65 STRINGTABLE DISCARDABLE
66 BEGIN
67 IDS_APPNAME "Gestor de Dispositivos de ReactOS"
68 IDS_HINT_BLANK " "
69 IDS_HINT_EXIT " Cerrar el programa."
70 IDS_HINT_REFRESH " Actualizar la lista de servicios."
71 IDS_HINT_PROP " Abre la pestaña de propiedades de la selección actual."
72 IDS_HINT_HELP " Mostrar la ventana de ayuda."
73 IDS_HINT_ABOUT " Acerca del Gestor de Dispositivos de ReactOS."
74
75 IDS_HINT_SYS_RESTORE " Devuelve esta ventana al tamaño normal."
76 IDS_HINT_SYS_MOVE " Mueve esta ventana."
77 IDS_HINT_SYS_SIZE " Redimensiona esta ventana."
78 IDS_HINT_SYS_MINIMIZE " Colapsa esta ventana a un icono."
79 IDS_HINT_SYS_MAXIMIZE " Expande esta ventana hasta llenar esta pantalla."
80 IDS_HINT_SYS_CLOSE " Cerrar esta ventana."
81 END