[CMAKE]
[reactos.git] / base / applications / charmap / lang / es-ES.rc
1 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
2
3 IDD_CHARMAP DIALOGEX 6, 6, 293, 205 //233
4 CAPTION "Mapa de Caracteres"
5 FONT 8,"MS Shell Dlg",0,0
6 STYLE DS_SHELLFONT | WS_BORDER | WS_VISIBLE | WS_SYSMENU | WS_MINIMIZEBOX
7 BEGIN
8 LTEXT "Fuente :", IDC_STATIC, 6, 7, 24, 9
9 COMBOBOX IDC_FONTCOMBO, 36, 5, 210, 210, WS_CHILD | WS_VISIBLE | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_SORT | CBS_HASSTRINGS
10 PUSHBUTTON "Ayuda", IDC_CMHELP, 249, 5, 35, 13
11 CONTROL "", IDC_FONTMAP, "FontMapWnd", WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL, 20, 22, 266, 156
12 LTEXT "Caracteres a copiar :", IDC_STATIC, 6, 188, 66, 9
13 CONTROL "",IDC_TEXTBOX,RICHEDIT_CLASS,ES_AUTOHSCROLL | WS_BORDER | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 74, 186, 114, 13
14 DEFPUSHBUTTON "Seleccionar", IDC_SELECT, 194, 186, 44, 13
15 PUSHBUTTON "Copiar", IDC_COPY, 242, 186, 44, 13, WS_DISABLED
16 //AUTOCHECKBOX "Vista Avanzada", IDC_ADVVIEW, 10, 204, 64, 9, WS_CHILD | WS_VISIBLE | WS_TABSTOP
17 //EDITTEXT IDC_DISPLAY, 8, 217, 278, 13, WS_VISIBLE | WS_TABSTOP | ES_READONLY
18 END
19
20 IDD_ABOUTBOX DIALOGEX 22,16,210,182
21 CAPTION "Acerca de Character Map"
22 FONT 8,"MS Shell Dlg",0,0
23 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
24 BEGIN
25 LTEXT "Character Map v0.1\nCopyright (C) 2007 Ged Murphy (gedmurphy@reactos.org)", IDC_STATIC, 48, 7, 150, 36
26 PUSHBUTTON "Cerrar", IDOK, 75, 162, 44, 15
27 ICON IDI_ICON, IDC_STATIC, 10, 10, 7, 30
28 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 194, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
29 END
30
31 STRINGTABLE DISCARDABLE
32 BEGIN
33 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."
34 IDS_ABOUT "&Acerca de ..."
35 END