Changeset 91 for trunk/NLS/it
- Timestamp:
- Oct 2, 2020, 11:01:19 PM (5 years ago)
- Location:
- trunk/NLS/it
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NLS/it/goqresit.rc
r75 r91 72 72 WINDOW "", FID_CLIENT, 0, 0, 200, 85, "thth.wc.gotcha.main", 73 73 FS_NOBYTEALIGN | NOT WS_VISIBLE 74 BEGIN75 GROUPBOX "Save image to ...", WID_TEST, 4, 51, 90, 3076 AUTORADIOBUTTON "~Clipboard", WID_RB_CLIPBOARD, 10, 63, 78, 10, WS_TABSTOP77 AUTORADIOBUTTON "~File", WID_RB_FILE, 10, 53, 78, 10, WS_TABSTOP78 GROUPBOX "Capture ...", WID_NIL, 100, 19, 96, 6279 PUSHBUTTON "~Screen", WID_PB_SCREEN, 104, 59, 88, 1280 PUSHBUTTON "Screen ~region", WID_PB_SCREENREGION, 104, 47, 88, 1281 PUSHBUTTON "~Window", WID_PB_WINDOW, 104, 35, 88, 1282 PUSHBUTTON "Window ~interior", WID_PB_WINDOWINTERIOR, 104, 23, 88, 1283 GROUPBOX "Options", WID_NIL, 4, 19, 90, 3084 AUTOCHECKBOX "Hide ~Gotcha!", WID_CB_HIDEWINDOW, 10, 31, 48, 1085 AUTOCHECKBOX "~Delayed capture", WID_CB_DELAYEDCAPTURE, 10, 21, 58, 1086 PUSHBUTTON "~Help", HM_GENERAL_HELP, 151, 4, 45, 1287 PUSHBUTTON "~About", WID_PB_ABOUT, 4, 4, 45, 1288 PUSHBUTTON "C~lose", WID_PB_EXIT, 53, 4, 45, 1289 PUSHBUTTON "S~ettings", WID_PB_SETTINGS, 102, 4, 45, 1290 END91 74 END 92 75 END … … 255 238 STRINGTABLE 256 239 { 257 IDS_QUIETMODE " (modo silente)"258 240 IDS_SETTINGS "I~mpostazioni...\tAlt+M" 259 241 IDS_PRODUCTINFORMATION "Informazioni sul prodotto\tAlt+Z" … … 297 279 IDS_CANCEL "~Cancel" 298 280 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" 299 288 } -
trunk/NLS/it/gotresit.rc
r75 r91 309 309 STRINGTABLE 310 310 { 311 IDS_QUIETMODE " (modo silente)"312 311 IDS_SETTINGS "I~mpostazioni...\tAlt+M" 313 312 IDS_PRODUCTINFORMATION "Informazioni sul prodotto\tAlt+Z"
Note:
See TracChangeset
for help on using the changeset viewer.