Changeset 91 for trunk/NLS/de


Ignore:
Timestamp:
Oct 2, 2020, 11:01:19 PM (5 years ago)
Author:
Gregg Young
Message:

Add the last of the hard coded error messages to the string table; Cleanup the string table and dialogs

Location:
trunk/NLS/de
Files:
2 edited

Legend:

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

    r75 r91  
    7272        WINDOW          "", FID_CLIENT, 0, 0, 200, 85, "thth.wc.gotcha.main",
    7373                        FS_NOBYTEALIGN | NOT WS_VISIBLE
    74         BEGIN
    75             GROUPBOX        "Save image to ...", WID_TEST, 4, 51, 90, 30
    76             AUTORADIOBUTTON "~Clipboard", WID_RB_CLIPBOARD, 10, 63, 78, 10, WS_TABSTOP
    77             AUTORADIOBUTTON "~File", WID_RB_FILE, 10, 53, 78, 10, WS_TABSTOP
    78             GROUPBOX        "Capture ...", WID_NIL, 100, 19, 96, 62
    79             PUSHBUTTON      "~Screen", WID_PB_SCREEN, 104, 59, 88, 12
    80             PUSHBUTTON      "Screen ~region", WID_PB_SCREENREGION, 104, 47, 88, 12
    81             PUSHBUTTON      "~Window", WID_PB_WINDOW, 104, 35, 88, 12
    82             PUSHBUTTON      "Window ~interior", WID_PB_WINDOWINTERIOR, 104, 23, 88, 12
    83             GROUPBOX        "Options", WID_NIL, 4, 19, 90, 30
    84             AUTOCHECKBOX    "Hide ~Gotcha!", WID_CB_HIDEWINDOW, 10, 31, 48, 10
    85             AUTOCHECKBOX    "~Delayed capture", WID_CB_DELAYEDCAPTURE, 10, 21, 58, 10
    86             PUSHBUTTON      "~Help", HM_GENERAL_HELP, 151, 4, 45, 12           
    87             PUSHBUTTON      "About", WID_PB_ABOUT, 4, 4, 45, 12           
    88             PUSHBUTTON      "C~lose",  WID_PB_EXIT, 53, 4, 45, 12               
    89             PUSHBUTTON      "S~ettings", WID_PB_SETTINGS, 102, 4, 45, 12
    90         END
    9174    END
    9275END
     
    252235STRINGTABLE
    253236{
    254     IDS_QUIETMODE                      " (Stiller Modus)"
    255237    IDS_SETTINGS                       "~Einstellungen...\tALT+E"
    256238    IDS_PRODUCTINFORMATION             "Produktinformation\tALT+A"
     
    292274    IDS_OK                    "~Ok"
    293275    IDS_CANCEL                "Abbruch"
    294     IDS_WISHCONTINUE          "Do you wish to continue?"   
     276    IDS_WISHCONTINUE          "Do you wish to continue?"
     277   
     278    IDS_ERROR_ALREADYRUNNING     "GOTCHA QUIET Already running"
     279    IDS_ERROR_ALREADYRUNNINGMSG  "Another instance of Gotcha Quiet is running. Open Gotcha Quiet's settings by pressing Alt+PrintScreen"
     280    IDS_ERROR_DLLOUTDATED        "GOTCHDLL.DLL Outdated"
     281    IDS_ERROR_DLLOUTDATEDMSG     "The file gotchdll.dll is is outdated. You should have received a new version with the program, check for an older version of gotchdll.dll in your LIBPATH. Is the new gotchdll.dll in a directory in your LIBPATH?"
     282    IDS_ERROR_SEMAPHOREFAILED    "Semaphore creation failed"
     283    IDS_ERROR_SEMAPHOREFAILEDMSG "Try restarting Gotcha Quiet"
    295284}
  • trunk/NLS/de/gotresde.rc

    r75 r91  
    240240STRINGTABLE
    241241{
    242     IDS_QUIETMODE                      " (Stiller Modus)"
    243242    IDS_SETTINGS                       "~Einstellungen...\tALT+E"
    244243    IDS_PRODUCTINFORMATION             "Produktinformation\tALT+A"
Note: See TracChangeset for help on using the changeset viewer.