Changeset 91 for trunk/NLS/es


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

Legend:

Unmodified
Added
Removed
  • trunk/NLS/es/goqreses.rc

    r87 r91  
    7272        WINDOW          "", FID_CLIENT, 0, 0, 200, 85, "thth.wc.gotcha.main",
    7373                        FS_NOBYTEALIGN | NOT WS_VISIBLE
    74         BEGIN
    75             GROUPBOX        "Guardar imagen en ...", WID_TEST, 4, 51, 90, 30
    76             AUTORADIOBUTTON "µrea ~com£n", WID_RB_CLIPBOARD, 10, 63, 78, 10, WS_TABSTOP
    77             AUTORADIOBUTTON "~Archivo", WID_RB_FILE, 10, 53, 78, 10, WS_TABSTOP
    78             GROUPBOX        "Capturar ...", WID_NIL, 100, 19, 96, 62
    79             PUSHBUTTON      "~Pantalla", WID_PB_SCREEN, 104, 59, 88, 12
    80             PUSHBUTTON      "~Regi¢n de la pantalla", WID_PB_SCREENREGION, 104, 47, 88, 12
    81             PUSHBUTTON      "~Ventana", WID_PB_WINDOW, 104, 35, 88, 12
    82             PUSHBUTTON      "~Interior de la ventana", WID_PB_WINDOWINTERIOR, 104, 23, 88, 12
    83             GROUPBOX        "Opciones b sicas", WID_NIL, 4, 19, 90, 30
    84             AUTOCHECKBOX    "Ocultar ~Gotcha!", WID_CB_HIDEWINDOW, 10, 31, 48, 10
    85             AUTOCHECKBOX    "~Diferir captura", WID_CB_DELAYEDCAPTURE, 10, 21, 58, 10
    86             PUSHBUTTON      "A~yuda", HM_GENERAL_HELP, 151, 4, 45, 12
    87             PUSHBUTTON      "Ac~erca de", WID_PB_ABOUT, 4, 4, 45, 12
    88             PUSHBUTTON      "~Cerrar",  WID_PB_EXIT, 53, 4, 45, 12
    89             PUSHBUTTON      "~Opciones", WID_PB_SETTINGS, 102, 4, 45, 12
    90         END
    9174    END
    9275END
     
    269252STRINGTABLE
    270253{
    271     IDS_QUIETMODE                      " (modo silencioso)"
    272254    IDS_SETTINGS                       "~Opciones"
    273255    IDS_PRODUCTINFORMATION             "Informaci¢n del producto\tALT+e"
     
    310292    IDS_CANCEL                "~Cancelar"
    311293    IDS_WISHCONTINUE          "šDesea continuar?"
     294   
     295    IDS_ERROR_ALREADYRUNNING     "GOTCHA QUIET Already running"
     296    IDS_ERROR_ALREADYRUNNINGMSG  "Another instance of Gotcha Quiet is running. Open Gotcha Quiet's settings by pressing Alt+PrintScreen"
     297    IDS_ERROR_DLLOUTDATED        "GOTCHDLL.DLL Outdated"
     298    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?"
     299    IDS_ERROR_SEMAPHOREFAILED    "Semaphore creation failed"
     300    IDS_ERROR_SEMAPHOREFAILEDMSG "Try restarting Gotcha Quiet"
    312301}
  • trunk/NLS/es/gotreses.rc

    r87 r91  
    175175        AUTORADIOBUTTON "~Archivos numerados autom ticamente en:", WID_RB_FSSNUMFILES,
    176176                        15, 95, 228, 10, WS_TABSTOP
    177         AUTORADIOBUTTON "~Siempre en el archivo:":, WID_RB_FSSFORCEFILE, 15, 71, 228, 10,
     177        AUTORADIOBUTTON "~Siempre en el archivo:", WID_RB_FSSFORCEFILE, 15, 71, 228, 10,
    178178                        WS_TABSTOP
    179179        ENTRYFIELD      "", WID_E_NUMSAVEDIR, 30, 85, 210, 8, ES_MARGIN
     
    248248STRINGTABLE
    249249{
    250     IDS_QUIETMODE                      " (modo silencioso)"
    251250    IDS_SETTINGS                       "~Opciones\tALT+o"
    252251    IDS_PRODUCTINFORMATION             "Informaci¢n del producto\tALT+e"
Note: See TracChangeset for help on using the changeset viewer.