3 * Spanish Language Support
5 * Copyright 2003 José Manuel Ferrer Ortiz
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.
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.
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
23 LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
25 IDD_GENERALCFG DIALOGEX 0, 0, 260, 250
27 FONT 8, "MS Sans Serif"
29 COMBOBOX IDC_WINVER,83,153,158,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
30 COMBOBOX IDC_DOSVER,83,172,158,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
31 COMBOBOX IDC_WINELOOK,83,190,158,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
32 LTEXT "Versión de Wine:",IDC_STATIC,119,17,45,8
33 LTEXT "CVS",IDC_WINEVER,169,17,56,8
34 LTEXT "Versión de Windows:",IDC_STATIC,17,155,58,8
35 LTEXT "Apariencia de Windows:",IDC_STATIC,17,193,58,8
36 LTEXT "Versión de DOS:",IDC_STATIC,17,173,57,8
37 CONTROL IDB_WINE,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE |
38 SS_REALSIZEIMAGE | WS_BORDER,15,17,157,111, WS_EX_TRANSPARENT
39 LTEXT "http://www.winehq.com/",IDC_STATIC,119,31,106,8
40 GROUPBOX "Comportamiento por defecto",IDC_STATIC,8,115,244,97
41 LTEXT "Wine permite a las aplicaciones Windows imitar distintas versiones y estilos de Windows",
42 IDC_STATIC,15,128,227,20
43 GROUPBOX "Información",IDC_STATIC,8,4,244,106
44 CTEXT "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.",
45 IDC_STATIC,119,44,124,59
48 IDD_APPCFG DIALOG DISCARDABLE 0, 0, 260, 250
49 STYLE WS_CHILD | WS_DISABLED
50 FONT 8, "MS Sans Serif"
52 CONTROL "List2",IDC_LIST_APPS,"SysListView32",LVS_LIST |
53 LVS_NOLABELWRAP | WS_BORDER | WS_TABSTOP,16,39,226,108
54 GROUPBOX "Configuración específica de aplicaciones",IDC_STATIC,8,4,244,151
55 LTEXT "Esta configuración le permite sobreponerse a la configuración por defecto de Wine (como está especificada en otras pestañas de configuración) para aplicaciones concretas.",
56 IDC_STATIC,15,17,228,20
59 IDD_X11DRVCFG DIALOG DISCARDABLE 0, 0, 260, 250
60 STYLE WS_CHILD | WS_DISABLED
61 FONT 8, "MS Sans Serif"
63 EDITTEXT IDC_SYSCOLORS,100,41,40,14,ES_AUTOHSCROLL | ES_NUMBER
64 CONTROL "Usar mapa de color privado",IDC_PRIVATEMAP,"Button",
65 BS_AUTOCHECKBOX | WS_TABSTOP,17,62,91,10
66 CONTROL "Favorecer corrección sobre velocidad",IDC_PERFECTGRAPH,"Button",
67 BS_AUTOCHECKBOX | WS_TABSTOP,17,76,117,10
68 CONTROL "Usar extensión XFree DGA",IDC_XDGA,"Button",
69 BS_AUTOCHECKBOX | WS_TABSTOP,141,62,97,10
70 CONTROL "Usar extensión XFree Shm",IDC_XSHM,"Button",
71 BS_AUTOCHECKBOX | WS_TABSTOP,141,76,96,10
72 CONTROL "Habilitar escritorio Wine",IDC_MANAGED,"Button",
73 BS_AUTOCHECKBOX | WS_TABSTOP,17,143,84,10
74 EDITTEXT IDC_DESKTOP_WIDTH,64,159,40,14,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
75 EDITTEXT IDC_DESKTOP_HEIGHT,117,159,40,14,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
76 GROUPBOX "Configuración de renderizado",IDC_STATIC,8,4,244,90
77 LTEXT "La configuración del color y renderizado del driver se utiliza para optimizar el modo en que se muestran los colores y las aplicaciones.",
78 IDC_STATIC,15,17,228,22
79 LTEXT "Colores del sistema alojados:",IDC_STATIC,17,43,76,8
80 GROUPBOX "Escritorio Wine",IDC_STATIC,8,99,244,83
81 LTEXT "Wine puede configurarse para emular un escritorio Windows, o bien puede ejecutarse en modo ""Manejado"" (opción por defecto) donde el gestor/entorno de ventanas por defecto de X11 es el responsable de la colocación de las ventanas.",
82 IDC_STATIC,15,112,228,28
83 LTEXT "Tamaño del escritorio:",IDC_DESKTOP_SIZE,17,161,44,8,WS_DISABLED
84 LTEXT "X",IDC_DESKTOP_BY,108,161,8,8,WS_DISABLED
87 IDD_DLLCFG DIALOG DISCARDABLE 0, 0, 260, 250
88 STYLE WS_CHILD | WS_DISABLED
89 FONT 8, "MS Sans Serif"
91 GROUPBOX "Estático",IDC_STATIC,8,4,244,157
92 CONTROL "Integrado (Wine)",IDC_RAD_BUILTIN,"Button", BS_AUTORADIOBUTTON | WS_GROUP,59,144,57,10
93 CONTROL "Nativo (Windows)",IDC_RAD_NATIVE,"Button", BS_AUTORADIOBUTTON,121,144,72,10
94 LTEXT "Las librerías pueden especificarse individualmente para ser integradas o nativas. Una entrada de DLL especificada como ""*"" se refiere a todas las DLL no especificadas explícitamente.",
95 IDC_STATIC,15,17,228,27
96 CONTROL "List3",IDC_LIST_DLLS,"SysListView32",LVS_LIST |
97 LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
98 WS_TABSTOP,15,47,227,90
99 LTEXT "Orden de carga:",IDC_STATIC,16,144,37,8
102 STRINGTABLE DISCARDABLE
104 IDS_WINE_VERSION "CVS"
105 IDS_TAB_GENERAL "General"
106 IDS_TAB_DLLS "Librerías"
107 IDS_TAB_DRIVES "Unidades"