~ubuntu-branches/ubuntu/precise/wine/precise

« back to all changes in this revision

Viewing changes to programs/winecfg/Es.rc

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2008-06-17 10:22:39 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20080617102239-s8olx8ehtsdejmhz
Tags: 1.0.0-1ubuntu1
* New upstream release
  - First stable release of Wine
* Change to 1.0.0 versioning scheme since Wine will make a 1.0.1
* Remove dh_installchangelogs since the upstream changelog was removed
  - It is now available online at winehq.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * WineCfg resources
3
3
 * Spanish Language Support
4
4
 *
5
 
 * Copyright 2003-2007 Jos� Manuel Ferrer Ortiz
 
5
 * Copyright 2003-2008 Jos� Manuel Ferrer Ortiz
6
6
 *
7
7
 * This library is free software; you can redistribute it and/or
8
8
 * modify it under the terms of the GNU Lesser General Public
37
37
    LTEXT           PACKAGE_STRING,IDC_STATIC,119,17,120,8
38
38
    CONTROL         IDB_WINE,IDC_STATIC,"Static",SS_BITMAP ,15,17,157,111
39
39
    LTEXT           "http://www.winehq.org/",IDC_STATIC,119,31,106,8
40
 
    LTEXT           "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.",
 
40
    LTEXT           "This program 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.",
41
41
                    IDC_STATIC,119,44,124,72
42
42
END
43
43
 
136
136
    LTEXT           "Etiqueta y n�m. de serie",IDC_LABELSERIAL_STATIC,15,155,95,10
137
137
 
138
138
    PUSHBUTTON      "&Mostrar avanzado",IDC_BUTTON_SHOW_HIDE_ADVANCED,186,136,60,13
139
 
    CONTROL         "Autodetectar &desde dispositivo:",IDC_RADIO_AUTODETECT,"Button",
 
139
    CONTROL         "Autodetectar &del dispositivo:",IDC_RADIO_AUTODETECT,"Button",
140
140
                    BS_AUTORADIOBUTTON,15,166,93,10
141
141
    EDITTEXT        IDC_EDIT_DEVICE,27,176,174,13,ES_AUTOHSCROLL
142
142
    PUSHBUTTON      "E&xaminar...",IDC_BUTTON_BROWSE_DEVICE,206,176,40,13
299
299
    IDC_SYSPARAMS_ACTIVE_TITLE_TEXT "Texto de barra de t�tulo activa"
300
300
    IDC_SYSPARAMS_INACTIVE_TITLE    "Barra de t�tulo inactiva"
301
301
    IDC_SYSPARAMS_INACTIVE_TITLE_TEXT "Texto de barra de t�tulo inactiva"
302
 
    IDC_SYSPARAMS_MSGBOX_TEXT       "Message Box Text"
 
302
    IDC_SYSPARAMS_MSGBOX_TEXT       "Texto de cuadro de di�logo"
 
303
    IDC_SYSPARAMS_APPWORKSPACE      "Entorno de trabajo de la aplicaci�n"
 
304
    IDC_SYSPARAMS_WINDOW_FRAME      "Recuadro de la ventana"
 
305
    IDC_SYSPARAMS_ACTIVE_BORDER     "Borde activo"
 
306
    IDC_SYSPARAMS_INACTIVE_BORDER   "Borde inactivo"
 
307
    IDC_SYSPARAMS_BUTTON_SHADOW     "Sombra del control"
 
308
    IDC_SYSPARAMS_GRAY_TEXT         "Texto en gris"
 
309
    IDC_SYSPARAMS_BUTTON_HILIGHT    "Resaltado del control"
 
310
    IDC_SYSPARAMS_BUTTON_DARK_SHADOW "Sombra oscura del control"
 
311
    IDC_SYSPARAMS_BUTTON_LIGHT      "Parte iluminada del control"
 
312
    IDC_SYSPARAMS_BUTTON_ALTERNATE  "Fondo alternativo del control"
 
313
    IDC_SYSPARAMS_HOT_TRACKING      "Elemento Hot Tracked"
 
314
    IDC_SYSPARAMS_ACTIVE_TITLE_GRADIENT "Gradiente barra t�tulo activa"
 
315
    IDC_SYSPARAMS_INACTIVE_TITLE_GRADIENT "Gradiente barra t�tulo inactiva"
 
316
    IDC_SYSPARAMS_MENU_HILIGHT      "Resaltado del men�"
 
317
    IDC_SYSPARAMS_MENUBAR           "Barra de men�"
303
318
END