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