Changeset 91 for trunk/NLS/it


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

Legend:

Unmodified
Added
Removed
  • trunk/NLS/it/goqresit.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
     
    255238STRINGTABLE
    256239{   
    257     IDS_QUIETMODE                      " (modo silente)"
    258240    IDS_SETTINGS                       "I~mpostazioni...\tAlt+M"
    259241    IDS_PRODUCTINFORMATION             "Informazioni sul prodotto\tAlt+Z"
     
    297279    IDS_CANCEL                "~Cancel"
    298280    IDS_WISHCONTINUE          "Do you wish to continue?"   
     281   
     282    IDS_ERROR_ALREADYRUNNING     "GOTCHA QUIET Already running"
     283    IDS_ERROR_ALREADYRUNNINGMSG  "Another instance of Gotcha Quiet is running. Open Gotcha Quiet's settings by pressing Alt+PrintScreen"
     284    IDS_ERROR_DLLOUTDATED        "GOTCHDLL.DLL Outdated"
     285    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?"
     286    IDS_ERROR_SEMAPHOREFAILED    "Semaphore creation failed"
     287    IDS_ERROR_SEMAPHOREFAILEDMSG "Try restarting Gotcha Quiet"
    299288}
  • trunk/NLS/it/gotresit.rc

    r75 r91  
    309309STRINGTABLE
    310310{
    311     IDS_QUIETMODE                      " (modo silente)"
    312311    IDS_SETTINGS                       "I~mpostazioni...\tAlt+M"
    313312    IDS_PRODUCTINFORMATION             "Informazioni sul prodotto\tAlt+Z"
Note: See TracChangeset for help on using the changeset viewer.