Changeset 94 for trunk/NLS/de


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/de
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NLS/de/goqresde.rc

    r91 r94  
    3838/*     "Gotcha_en",              /* Name of the help file */
    3939}
     40
     41RCDATA LANG_ID {"49"}
    4042
    4143MENU IDM_SSWPOPUP
     
    221223                        "Copyright (c) 2018-2019 The Netlabs Gotcha Group\n"
    222224                        "All rights reserved. "
    223                         "WWW: http://trac.netlabs.org/gotcha", WID_NIL,
     225                        "WWW: http://trac.netlabs.org/gotcha", WID_ST_COPYRIGHT,
    224226                         5, 67, 190, 26, DT_WORDBREAK
    225         GROUPBOX        "Programm", WID_NIL, 5, 2, 95, 46
     227        /*GROUPBOX        "Programm", WID_NIL, 5, 2, 95, 46
    226228        LISTBOX         WID_LB_LANGUAGES, 9, 6, 88, 34, LS_NOADJUSTPOS
    227229        GROUPBOX        "Onlinehilfe", WID_NIL, 104, 2, 95, 46
     
    229231        LTEXT           "Hinweis: Diese Einstellungen werden erst beim n„chsten "
    230232                        "Starten des Programmes wirksam.",
    231                         WID_ST_LANGNOTE, 5, 47, 184, 16, DT_WORDBREAK //translation update
     233                        WID_ST_LANGNOTE, 5, 47, 184, 16, DT_WORDBREAK //translation update*/
    232234    END
    233235END
     
    282284    IDS_ERROR_SEMAPHOREFAILED    "Semaphore creation failed"
    283285    IDS_ERROR_SEMAPHOREFAILEDMSG "Try restarting Gotcha Quiet"
    284 }
     286    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)."
     287
     288}
     289
     290STRINGTABLE
     291{
     292    LANG_COPYRIGHT  "Bildschirm/Fenster-Screenshot-Programm\nCopyright (c) 1998-2007 Thorsten Thielen\nCopyright (c) 2018-2019 The Netlabs Gotcha Group\nAll rights reserved. WWW: http://trac.netlabs.org/gotcha"
     293    LANG_PROGRAM    "Programm"
     294    LANG_HELPFILE   "Onlinehilfe"
     295    LANG_RESTART    "Starten des Programmes wirksam."
     296}
  • trunk/NLS/de/gotresde.rc

    r91 r94  
    3030   etc. */
    3131RCDATA DLL_ID { "Gotcha!", 1, "Deutsch" }
     32
     33RCDATA LANG_ID {"49"}
    3234
    3335MENU IDM_SSWPOPUP
     
    226228                        "Copyright (c) 1998-2007 Thorsten Thielen\n"
    227229                        "2018-2019 Netlabs Gotcha Group All rights Reserved\n"
    228                         "WWW: http://trac.netlabs.org/gotcha", WID_NIL,
     230                        "WWW: http://trac.netlabs.org/gotcha", WID_ST_COPYRIGHT,
    229231                         10, 92, 190, 26, DT_WORDBREAK
    230232        GROUPBOX        "Programm", WID_NIL, 10, 5, 112, 66
    231233        LISTBOX         WID_LB_LANGUAGES, 14, 10, 105, 53, LS_NOADJUSTPOS
     234#if 0       
    232235        GROUPBOX        "Onlinehilfe", WID_NIL, 134, 5, 112, 66
    233236        LISTBOX         WID_LB_LANGUAGESHELP, 137, 10, 105, 53, LS_NOADJUSTPOS
     237#endif       
    234238        LTEXT           "Hinweis: Diese Einstellungen werden erst beim n„chsten "
    235239                        "Starten des Programmes wirksam.",
     
    253257    IDS_ERROR_INIFILENOTOPEN           "Konnten die INI-Datei (""%s"") nicht ”ffnen. Standarteinstellungen werden benutzt."
    254258
    255     IDS_ERROR_HELPERHEADING                 "HILFE-FEHLER"
    256     IDS_ERROR_COULDNOTINITHELP              "Konnte Online-Hilfe nicht initialisieren."
    257     IDS_ERROR_COULDNOTINITHELPFILE          "Konnte Online-Hilfe nicht initialisieren. Existiert die Hilfedatei '%s' in Gotcha!s Verzeichnis?"
     259    IDS_ERROR_HELPERHEADING            "HILFE-FEHLER"
     260    IDS_ERROR_COULDNOTINITHELP         "Konnte Online-Hilfe nicht initialisieren."
     261    IDS_ERROR_COULDNOTINITHELPFILE     "Konnte Online-Hilfe nicht initialisieren. Existiert die Hilfedatei '%s' in Gotcha!s Verzeichnis?"
     262    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)."
    258263
    259264    IDS_PAGESAVE                       "Speichern"
     
    280285    IDS_WISHCONTINUE          "Do you wish to continue?"   
    281286}
     287
     288STRINGTABLE
     289{
     290    LANG_COPYRIGHT  "Bildschirm/Fenster-Screenshot-Programm\nCopyright ž 1998-2007 Thorsten Thielen 2018-2019 The Netlabs Gotcha Group All rights reserved.\nWWW: http://trac.netlabs.org/gotcha"
     291    LANG_PROGRAM    "Programm"
     292    LANG_HELPFILE   "Onlinehilfe"
     293    LANG_RESTART    "Starten des Programmes wirksam."
     294}
Note: See TracChangeset for help on using the changeset viewer.