mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
ea6e774050
- usetup: New bootsector page. - shell32: Copy and paste, and moving elements. Also, some strings related to the shutdown and logoff. - Minor Spanish grammar fix - some female words and minor latin american typos. - First revision of the .inf, that includes the translation of the Services, audio, processors and other drivers and minor things.
27 lines
1.7 KiB
Text
27 lines
1.7 KiB
Text
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
|
|
IDD_PROPPAGE1 DIALOGEX 20, 40, 315, 104
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_OVERLAPPED | WS_CAPTION | WS_VISIBLE | WS_SYSMENU
|
|
CAPTION "Seleccione modo de licencia"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "Modo de licencia cliente", 100, "BUTTON", BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 4, 4, 239, 94
|
|
CONTROL "Por Dispositivo o Por Usuario", 102, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE, 13, 79, 107, 12
|
|
CONTROL "Por Servidor. Número de conexiones concurrentes", 103, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE, 13, 38, 163, 9
|
|
CONTROL "Producto:", 105, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE, 13, 20, 31, 8
|
|
CONTROL "", 106, "COMBOBOX", CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP, 49, 20, 171, 12
|
|
CONTROL "Aceptar", 107, "BUTTON", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 263, 7, 46, 14
|
|
CONTROL "Cancelar", 108, "BUTTON", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 263, 27, 46, 14
|
|
CONTROL "Ayuda", 109, "BUTTON", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 263, 48, 46, 14
|
|
CONTROL "Copia...", 110, "BUTTON", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 263, 68, 46, 14
|
|
CONTROL "Añadir Licencias", 111, "BUTTON", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 30, 56, 65, 15
|
|
CONTROL "Quitar Licencias", 112, "BUTTON", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 112, 56, 61, 16
|
|
CONTROL "", 114, "EDIT", ES_LEFT | ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 187, 39, 32, 12
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_CPLNAME_1 "Gestor de Licencias"
|
|
IDS_CPLDESCRIPTION_1 "Gestor de Licencias"
|
|
IDS_REACTOS "ReactOS - FreeSoftware"
|
|
END
|