Changeset 91 for trunk/NLS/cz


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

Legend:

Unmodified
Added
Removed
  • trunk/NLS/cz/goqrescz.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
     
    253236
    254237STRINGTABLE
    255 {   
    256     IDS_QUIETMODE                      " (tichì m¢d)"
     238{   
    257239    IDS_SETTINGS                       "~Nastaven¡...\tALT+N"
    258240    IDS_PRODUCTINFORMATION             "~Informace o produktu\tALT+I"
     
    299281    IDS_CANCEL                "Zruçit"
    300282    IDS_WISHCONTINUE          "Do you wish to continue?"
     283   
     284    IDS_ERROR_ALREADYRUNNING     "GOTCHA QUIET Already running"
     285    IDS_ERROR_ALREADYRUNNINGMSG  "Another instance of Gotcha Quiet is running. Open Gotcha Quiet's settings by pressing Alt+PrintScreen"
     286    IDS_ERROR_DLLOUTDATED        "GOTCHDLL.DLL Outdated"
     287    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?"
     288    IDS_ERROR_SEMAPHOREFAILED    "Semaphore creation failed"
     289    IDS_ERROR_SEMAPHOREFAILEDMSG "Try restarting Gotcha Quiet"
    301290}
  • trunk/NLS/cz/gotrescz.rc

    r75 r91  
    258258STRINGTABLE
    259259{
    260     IDS_QUIETMODE                      " (tichì m¢d)"
    261260    IDS_SETTINGS                       "~Nastaven¡...\tALT+N"
    262261    IDS_PRODUCTINFORMATION             "~Informace o produktu\tALT+I"
Note: See TracChangeset for help on using the changeset viewer.