Changeset 94 for trunk/NLS/es


Ignore:
Timestamp:
Jul 17, 2021, 9:24:00 PM (4 years ago)
Author:
Gregg Young
Message:

Add unicode support; Add -i switch for AOS install to GQ; Remove language selection from GQ; Remove help file lang selection from Gotcha; Clean up and rework dialogs/strings

Location:
trunk/NLS/es
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NLS/es/goqreses.rc

    r91 r94  
    3838/*     "Gotcha_en",              /* Name of the help file */
    3939}
     40
     41RCDATA LANG_ID {"34"}
    4042
    4143MENU IDM_SSWPOPUP
     
    239241                        "Copyright ž 1998-2007 Thorsten Thielen\n"
    240242                        "2018-2020 Equipo Gotcha! de Netlabs, todos los derechos reservados\n"
    241                         "WWW: https://trac.netlabs.org/gotcha", WID_NIL,
     243                        "WWW: https://trac.netlabs.org/gotcha", WID_ST_COPYRIGHT,
    242244                         5, 62, 190, 26, DT_WORDBREAK
    243         GROUPBOX        "Programa", WID_NIL, 5, 5, 95, 46
     245        /*GROUPBOX        "Programa", WID_NIL, 5, 5, 95, 46
    244246        LISTBOX         WID_LB_LANGUAGES, 9, 9, 88, 34, LS_NOADJUSTPOS
    245247        GROUPBOX        "Archivo de ayuda", WID_NIL, 104, 5, 95, 46
    246248        LISTBOX         WID_LB_LANGUAGESHELP, 107, 9, 88, 34, LS_NOADJUSTPOS
    247249        LTEXT           "Nota: estas dos opciones requieren reiniciar el programa",
    248                         WID_ST_LANGNOTE, 5, 50, 184, 8, DT_WORDBREAK
     250                        WID_ST_LANGNOTE, 5, 50, 184, 8, DT_WORDBREAK*/
    249251    END
    250252END
     
    299301    IDS_ERROR_SEMAPHOREFAILED    "Semaphore creation failed"
    300302    IDS_ERROR_SEMAPHOREFAILEDMSG "Try restarting Gotcha Quiet"
     303    IDS_ERROR_RESOURSEMODFAILED  "Could not (re)load resource module '%s' (return code %d). Make sure the DLL is in the LIBPATH. If this is the case, try deleting GOTCHA.INI and restart. If this fails, contact the author (ygk@qwest.net)."
     304
    301305}
     306
     307STRINGTABLE
     308{
     309    LANG_COPYRIGHT  "Herramienta de captura de pantalla/ventanas\nCopyright ž 1998-2007 Thorsten Thielen\n2018-2020 Equipo Gotcha! de Netlabs, todos los derechos reservados\nWWW: https://trac.netlabs.org/gotcha"
     310    LANG_PROGRAM    "Programa"
     311    LANG_HELPFILE   "Archivo de ayuda"
     312    LANG_RESTART    "Nota: estas dos opciones requieren reiniciar el programa"
     313}
  • trunk/NLS/es/gotreses.rc

    r91 r94  
    5353    MENUITEM "Cerrar",                      WID_CB_SSWENABLE
    5454}
     55
     56RCDATA LANG_ID {"34"}
    5557
    5658ACCELTABLE 1 PRELOAD
     
    235237                        "Copyright ž 1998-2007 Thorsten Thielen\n"
    236238                        "2018-2020 Equipo Gotcha! de Netlabs, todos los derechos reservados\n"
    237                         "WWW: https://trac.netlabs.org/gotcha", WID_NIL,
     239                        "WWW: https://trac.netlabs.org/gotcha", WID_ST_COPYRIGHT,
    238240                         10, 92, 190, 26, DT_WORDBREAK
    239241        GROUPBOX        "Programa", WID_NIL, 10, 5, 112, 66
    240242        LISTBOX         WID_LB_LANGUAGES, 14, 10, 105, 53, LS_NOADJUSTPOS
     243#if 0       
    241244        GROUPBOX        "Archivo de ayuda", WID_NIL, 134, 5, 112, 66
    242245        LISTBOX         WID_LB_LANGUAGESHELP, 137, 10, 105, 53, LS_NOADJUSTPOS
     246#endif       
    243247        LTEXT           "Nota: estas dos opciones requieren reiniciar el programa",
    244                         WID_ST_LANGNOTE, 10, 74, 184, 8, DT_WORDBREAK
     248                        WID_ST_LANGNOTE, 10, 70, 184, 8, DT_WORDBREAK
    245249    END
    246250END
     
    261265    IDS_ERROR_INIFILENOTOPEN           "­No se pudo abrir su archivo INI (®%s¯)! Se usar n las opciones por omisi¢n."
    262266
    263     IDS_ERROR_HELPERHEADING                 "ERROR DE AYUDA"
    264     IDS_ERROR_COULDNOTINITHELP              "No se pudo inicializar la ayuda."
    265     IDS_ERROR_COULDNOTINITHELPFILE          "No se pudo inicializar la ayuda. šEst  el archivo ®%s¯ en el directorio de Gotcha?"
     267    IDS_ERROR_HELPERHEADING            "ERROR DE AYUDA"
     268    IDS_ERROR_COULDNOTINITHELP         "No se pudo inicializar la ayuda."
     269    IDS_ERROR_COULDNOTINITHELPFILE     "No se pudo inicializar la ayuda. šEst  el archivo ®%s¯ en el directorio de Gotcha?"
     270    IDS_ERROR_RESOURSEMODFAILED        "Could not (re)load resource module '%s' (return code %d). Make sure the DLL is in the LIBPATH. If this is the case, try deleting GOTCHA.INI and restart. If this fails, contact the author (ygk@qwest.net)."
    266271
    267272    IDS_PAGESAVE                       "Guardar"
     
    288293    IDS_WISHCONTINUE          "šDesea continuar?"
    289294}
     295
     296STRINGTABLE
     297{
     298    LANG_COPYRIGHT  "Herramienta de captura de pantalla/ventanas\nCopyright ž 1998-2007 Thorsten Thielen 2018-2020 Equipo Gotcha! de Netlabs, todos los derechos reservados.\nWWW: https://trac.netlabs.org/gotcha"
     299    LANG_PROGRAM    "Programa"
     300    LANG_HELPFILE   "Archivo de ayuda"
     301    LANG_RESTART    "Nota: estas dos opciones requieren reiniciar el programa"
     302}
Note: See TracChangeset for help on using the changeset viewer.