Changeset 84 for trunk/NLS


Ignore:
Timestamp:
Aug 3, 2020, 1:25:53 AM (5 years ago)
Author:
lewisr
Message:

EN (and common) updates from Alfredo, and an updated ES README.

Location:
trunk/NLS
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/NLS/common.ipf

    r75 r84  
    11.nameit symbol=progname text='Gotcha!'
    22.nameit symbol=inifile text='GOTCHA.INI'
    3 .nameit symbol=quiet text='Gotcha Quiet'
     3.nameit symbol=quiet text='Gotcha! Quiet'
    44
    55.nameit symbol=emailorg text='thth@c2226.de'
  • trunk/NLS/en/README_en

    r81 r84  
    11-- GOTCHA! GOTCHA! QUIET 2.00 --
    22
    3 Gotcha! is an OS/2 screen capture utility. It allows to capture either windows, 
    4 window interiors, parts of the screen or the whole desktop and save them to 
    5 disk in many image formats (requires GBM.DLL) or clipboard.
    6 Serial capture and batch mode options are provided.
     3Gotcha! is an OS/2 screen capture utility. It allows to capture either windows,
     4window interiors, parts of the screen or the whole desktop and save them to
     5disk in many image formats (requires GBM.DLL) or clipboard. Serial capture and
     6batch mode options are provided.
    77
    8 Gotcha! comes in 2 versions the original on screen Gotcha and
    9 Gotcha Quiet a version that runs in the background that captures the print screen key combinations and does a capture based on your preferences.
     8Gotcha! comes in 2 versions: the original on-screen Gotcha! and Gotcha! Quiet,
     9a version that runs in the background and captures the Print Screen key
     10combinations and does a capture based on your preferences.
    1011
    1112Gotcha Quiet is designed to replace the PM print screen facility and provides
    12 the same functionality as Gotcha! but without a visible presence on the 
     13the same functionality as Gotcha! but without a visible presence on the
    1314Desktop.
    1415
    15 Since v1.73, Gotcha! is free software released under the GPL. See the file 
     16Since v1.73, Gotcha! is free software released under the GPL. See the file
    1617COPYING for details.
    1718
     
    1920____________________________
    2021
    21 This program is free software; you can redistribute it and/or modify
    22 it under the terms of the GNU General Public License as contained in
    23 the file COPYING in the distribution package.
     22This program is free software; you can redistribute it and/or modify it under
     23the terms of the GNU General Public License as contained in the file COPYING in
     24the distribution package.
    2425
    2526The full source code is available at svn.netlabs.org/repos/gotcha.
    2627See http://trac.netlabs.org/gotcha for details.
    2728
    28 This program is distributed in the hope that it will be useful,
    29 but WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF
    30 MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
     29This program is distributed in the hope that it will be useful, but WITHOUT ANY
     30WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A
     31PARTICULAR PURPOSE.
    3132
    3233-- INSTALLATION --
    3334
    34 Gotcha! and Gotcha! Quiet are distributed as a wpi archive. Use Warpin to 
    35 install/uninstall them. You should uninstall any versions prior to 2.00 either 
     35Gotcha! and Gotcha! Quiet are distributed as a wpi archive. Use Warpin to
     36install/uninstall them. You should uninstall any versions prior to 2.00 either
    3637with Warpin (if they were wpi archives) or manually. This is to avoid leaving
    37 numerous old files in place since many of the file names have changed. You
    38 also need to install the Generalized Bitmap Modual (GBM.DLL) by Heiko Nitzsche.
    39 It is installed with ArcaOS. It can be installed from the Netlabs RPM repository
    40 using ANPM or yum install GBM. A zip package is available on Hobbes. 
     38numerous old files in place since many of the file names have changed. You also
     39need to install the Generalized Bitmap Module (GBM.DLL) by Heiko Nitzsche. It
     40is installed with ArcaOS. It can be installed from the Netlabs RPM repository
     41using ANPM or yum install GBM. A zip package is available on Hobbes.
    4142
    4243-- BUILDING --
    4344
    4445Gotcha! and Gotcha! Quiet are now built with Open Watcom. You will need
    45 Open Watcom C/C++ 2.0 beta 3 or higher.
     46Open Watcom C/C++ 2.0 beta 3 or higher:
    4647ftp://ftp.netlabs.org/incoming/open-watcom-c-os2-2.0-beta3.zip
    47 You can build it with older versions of the OW compiler but will need
    48 to change the makefiles to use RC.EXE and IPFC.EXE from the OS2 toolkit
    49 in place of WRC.EXE and WIPFC.EXE. In order to build the Italian and
    50 Brazilian Portuguese help files you need to copy IPFITA.NLS and IPFPTB.NLS
    51 from the IPFC directory in the OS2 Toolkit to the Watcom\wipfc directory
    52 and then rename them it_IT.nls and pt_BR.nls. Otherwise you need to use
    53 IPFC.EXE to build these help files.
    5448
    55 You also need SED.EXE, LXLITE.EXE, PERL.EXE and the exceptq developer's package.
    56 These are available from the netlabs RPM repository. Use ANPM to install them.
     49You can build it with older versions of the OW compiler but will need to change
     50the makefiles to use RC.EXE and IPFC.EXE from the OS2 toolkit in place of
     51WRC.EXE and WIPFC.EXE.
    5752
    58 The setup cmds setgot.cmd and setgoq.cmd require the 4OS2 shell. You need
    59 to do a complete rebuild (wmake -a) after changing from building Gotcha
    60 to Quiet or changing from Quiet to Gotcha Wmake clean followed by wmake
    61 also works.
     53In order to build the Italian and Brazilian Portuguese help files you need to
     54copy IPFITA.NLS and IPFPTB.NLS from the IPFC directory in the OS2 Toolkit to
     55the Watcom\wipfc directory and then rename them it_IT.nls and pt_BR.nls.
     56Otherwise you need to use IPFC.EXE to build these help files.
    6257
    63 I use PMPrintf for debugging but it isn't necessary to build these.
    64 http://hobbes.nmsu.edu/h-search.php?key=pmprintf&pushbutton=Search
     58You also need SED.EXE, LXLITE.EXE, PERL.EXE and the exceptq developer's
     59package. These are available from the Netlabs RPM repository. Use ANPM to
     60install them.
     61
     62The setup cmds setgot.cmd and setgoq.cmd require the 4OS2 shell. You need to do
     63a complete rebuild (wmake -a) after changing from building Gotcha to Quiet or
     64changing from Quiet to Gotcha. "Wmake clean" followed by "wmake" also works.
     65
     66I, Gregg Young, use PMPrintf for debugging but it isn't necessary to build.
     67https://hobbes.nmsu.edu/?search=pmprintf
    6568
    6669Gotcha! was originally developed under OS/2 using emx/gcc 0.9d and
    67 dmake 4.0.  If you want to recompile the program, take a look at the Makefile
    68 and adjust the settings (probably only the "I" macro that tells where you
    69 keep your include files) and then just run dmake. The emx makefiles are still
    70 in the SVN but have not been tested with the version 2.00 changes
     70dmake 4.0. If you want to recompile the program, take a look at the Makefile
     71and adjust the settings (probably only the "I" macro that tells where you keep
     72your include files) and then just run dmake. The emx makefiles are still in the
     73SVN but have not been tested with the version 2.00 changes
    7174
    7275-- MORE INFO --
    7376
    74  For more information see Gotcha!'s online help!
     77For more information see Gotcha!'s online help!
    7578
    7679Have fun!
    77 The Netlabs Gotcha! Team
     80The Netlabs Gotcha! team
    7881"Gotcha! User Mailing List" <gotcha-user@2rosenthals.com>
    7982http://trac.netlabs.org/gotcha
  • trunk/NLS/en/goqresen.rc

    r75 r84  
    11/***
    2  goqresen.rc - English ressource file for Gotcha! Quiet
     2 goqresen.rc - English resource file for Gotcha! Quiet
    33
    44 Note to translators:
     
    2222RCINCLUDE "..\common.rc"
    2323
    24 /* Please adjust the name of the language (but leave the number alone :-) 
     24/* Please adjust the name of the language (but leave the number alone :-)
    2525   If possible use the name your language is called "in itself"
    2626   e.g. German -> "Deutsch"
    2727        English -> "English"
    28         French -> "Francais"
     28        French -> "Fran‡ais"
    2929        Dutch -> "Nederlands"
    3030   etc. */
    31 RCDATA DLL_ID 
     31RCDATA DLL_ID
    3232{
    3333     "Gotchaq!",              /* What program is the dll for? */
     
    5757BEGIN
    5858   "a",    WID_PB_ABOUT, CHAR, ALT
    59    VK_F1,  WID_PB_ABOUT, VIRTUALKEY, ALT 
    60    "h"     HM_GENERAL_HELP, CHAR, ALT /* Also F1*/     
     59   VK_F1,  WID_PB_ABOUT, VIRTUALKEY, ALT
     60   "h"     HM_GENERAL_HELP, CHAR, ALT /* Also F1*/
    6161   "o",    WID_PB_OK, CHAR, ALT
    6262   "u",    WID_PB_UNDO, CHAR, ALT
     
    7777            AUTORADIOBUTTON "~File", WID_RB_FILE, 10, 53, 78, 10, WS_TABSTOP
    7878            GROUPBOX        "Capture ...", WID_NIL, 100, 19, 96, 62
    79             PUSHBUTTON      "~Screen", WID_PB_SCREEN, 104, 59, 88, 12 
     79            PUSHBUTTON      "~Screen", WID_PB_SCREEN, 104, 59, 88, 12
    8080            PUSHBUTTON      "Screen ~region", WID_PB_SCREENREGION, 104, 47, 88, 12
    8181            PUSHBUTTON      "~Window", WID_PB_WINDOW, 104, 35, 88, 12
     
    8484            AUTOCHECKBOX    "Hide ~Gotcha!", WID_CB_HIDEWINDOW, 10, 31, 48, 10
    8585            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               
     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
    8989            PUSHBUTTON      "S~ettings", WID_PB_SETTINGS, 102, 4, 45, 12
    9090        END
     
    102102        LTEXT           "Screen/window capture utility\n"
    103103                        "Copyright (c) 1998-2007 Thorsten Thielen\n"
    104                         "Copyright (c) 2018-2019 The Netlabs Gotcha Group\n"
    105                         "All rights Reserved\n"
     104                        "Copyright (c) 2018-2019 The Netlabs Gotcha! team\n"
     105                        "All rights reserved\n"
    106106                        "WWW: http://trac.netlabs.org/gotcha\n"
    107107                        "English translation: Thorsten Thielen", WID_NIL,
     
    113113DLGTEMPLATE ID_DLG_FILE LOADONCALL MOVEABLE DISCARDABLE
    114114BEGIN
    115     DIALOG  "", ID_DLG_FILE, 70, 22, 300, 158, WS_VISIBLE, FCF_SYSMENU | 
     115    DIALOG  "", ID_DLG_FILE, 70, 22, 300, 158, WS_VISIBLE, FCF_SYSMENU |
    116116            FCF_TITLEBAR
    117117    BEGIN
     
    119119        ENTRYFIELD      "", DID_FILENAME_ED, 58, 144, 236, 8, ES_MARGIN
    120120        LTEXT           "~Type", DID_FILTER_TXT, 4, 140, 46, 0, DT_VCENTER | DT_MNEMONIC
    121         CONTROL         "", DID_FILTER_CB, 56, 106, 240, 45, WC_COMBOBOX, 
    122                         CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP 
     121        CONTROL         "", DID_FILTER_CB, 56, 106, 240, 45, WC_COMBOBOX,
     122                        CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP
    123123        LTEXT           "~Drives", DID_DRIVE_TXT, 4, 128, 34, 8, DT_MNEMONIC
    124         CONTROL         "", DID_DRIVE_CB, 4, 46, 34, 80, WC_COMBOBOX, 
    125                         CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP | 
     124        CONTROL         "", DID_DRIVE_CB, 4, 46, 34, 80, WC_COMBOBOX,
     125                        CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP |
    126126                        WS_VISIBLE
    127127        LTEXT           "~Directories", DID_DIRECTORY_TXT, 44, 128, 122, 8, DT_MNEMONIC
    128128        LISTBOX         DID_DIRECTORY_LB, 44, 46, 122, 80, LS_NOADJUSTPOS | LS_OWNERDRAW | LS_HORZSCROLL
    129129        LTEXT           "~Files", DID_FILES_TXT, 172, 128, 124, 8, DT_MNEMONIC
    130         LISTBOX         DID_FILES_LB, 172, 46, 124, 80, LS_NOADJUSTPOS | 
     130        LISTBOX         DID_FILES_LB, 172, 46, 124, 80, LS_NOADJUSTPOS |
    131131                        LS_HORZSCROLL
    132132        AUTOCHECKBOX    "Automatically add file ~extension if not present",
     
    141141DLGTEMPLATE ID_DLG_SETTINGS LOADONCALL MOVEABLE DISCARDABLE
    142142BEGIN
    143     DIALOG  "Gotcha! settings", ID_DLG_SETTINGS, 104, 26, 230, 153, 0L,
    144             FCF_SYSMENU | FCF_TITLEBAR | FCF_CLOSEBUTTON | FCF_ACCELTABLE 
    145     BEGIN
    146         NOTEBOOK        WID_NB_SETTINGS, 5, 21, 217, 130, BKS_BACKPAGESTR | 
    147                         BKS_MAJORTABTOP | BKS_ROUNDEDTABS | 
     143    DIALOG  "Gotcha! Quiet settings", ID_DLG_SETTINGS, 104, 26, 230, 153, 0L,
     144            FCF_SYSMENU | FCF_TITLEBAR | FCF_CLOSEBUTTON | FCF_ACCELTABLE
     145    BEGIN
     146        NOTEBOOK        WID_NB_SETTINGS, 5, 21, 217, 130, BKS_BACKPAGESTR |
     147                        BKS_MAJORTABTOP | BKS_ROUNDEDTABS |
    148148                        BKS_TABTEXTCENTER | BKS_TABBEDDIALOG
    149149        DEFPUSHBUTTON   "~Ok", WID_PB_OK, 6, 4, 50, 14
    150150        PUSHBUTTON      "~Undo", WID_PB_UNDO, 61, 4, 50, 14
    151         PUSHBUTTON      "~Help", WID_PB_HELP, 171, 4, 50, 14, BS_HELP /*| 
     151        PUSHBUTTON      "~Help", WID_PB_HELP, 171, 4, 50, 14, BS_HELP /*|
    152152                        BS_NOPOINTERFOCUS*/
    153153    END
     
    156156DLGTEMPLATE ID_DLG_SETTINGSPAGE0 LOADONCALL MOVEABLE DISCARDABLE
    157157BEGIN
    158         DIALOG          "", ID_DLG_SETTINGSPAGE0, 0, 0, 200, 90, 
     158        DIALOG          "", ID_DLG_SETTINGSPAGE0, 0, 0, 200, 90,
    159159                        NOT FS_DLGBORDER | WS_VISIBLE
    160160        BEGIN
    161             GROUPBOX        "Save image to", WID_TEST, 6, 62, 90, 30, 
     161            GROUPBOX        "Save image to", WID_TEST, 6, 62, 90, 30,
    162162            AUTORADIOBUTTON "~Clipboard", WID_RB_CLIPBOARD, 12, 74, 78, 10,
    163             AUTORADIOBUTTON "~File", WID_RB_FILE, 12, 64, 78, 10,                             
     163            AUTORADIOBUTTON "~File", WID_RB_FILE, 12, 64, 78, 10,
    164164            GROUPBOX        "Capture now!", WID_NIL, 102, 31, 96, 61,
    165             PUSHBUTTON      "~Screen", WID_PB_SCREEN, 106, 71, 88, 12 
    166             PUSHBUTTON      "Screen ~region", WID_PB_SCREENREGION, 
     165            PUSHBUTTON      "~Screen", WID_PB_SCREEN, 106, 71, 88, 12
     166            PUSHBUTTON      "Screen ~region", WID_PB_SCREENREGION,
    167167                            106, 59, 88, 12,
    168168            PUSHBUTTON      "~Window", WID_PB_WINDOW, 106, 47, 88, 12
    169             PUSHBUTTON      "Window ~interior", WID_PB_WINDOWINTERIOR, 
     169            PUSHBUTTON      "Window ~interior", WID_PB_WINDOWINTERIOR,
    170170                            106, 35, 88, 12
    171171            GROUPBOX        "Options", WID_NIL, 6, 31, 90, 30,
    172172            AUTOCHECKBOX    "Do~n't reshow", WID_CB_HIDEWINDOW, 12, 43, 78, 10
    173             AUTOCHECKBOX    "~Delayed capture", WID_CB_DELAYEDCAPTURE, 
     173            AUTOCHECKBOX    "~Delayed capture", WID_CB_DELAYEDCAPTURE,
    174174                            12, 34, 78, 10,
    175             GROUPBOX        "Terminate Gotcha", WID_NIL, 69, 4, 62, 26,
    176             PUSHBUTTON      "~Exit",  WID_PB_EXIT, 75, 9, 50, 11 
     175            GROUPBOX        "Terminate Gotcha! Quiet", WID_NIL, 69, 4, 62, 26,
     176            PUSHBUTTON      "~Exit",  WID_PB_EXIT, 75, 9, 50, 11
    177177        END
    178178END
     
    180180DLGTEMPLATE ID_DLG_SETTINGSPAGE1 LOADONCALL MOVEABLE DISCARDABLE
    181181BEGIN
    182     DIALOG  "", ID_DLG_SETTINGSPAGE1, 0, 0, 200, 128, NOT FS_DLGBORDER | 
     182    DIALOG  "", ID_DLG_SETTINGSPAGE1, 0, 0, 200, 128, NOT FS_DLGBORDER |
    183183            WS_VISIBLE
    184184    BEGIN
    185185        GROUPBOX        "Save type", WID_NIL, 5, 54, 195, 45
    186         AUTORADIOBUTTON "~Prompt for filename", WID_RB_FSSPROMPT, 11, 81, 180, 10, 
     186        AUTORADIOBUTTON "~Prompt for filename", WID_RB_FSSPROMPT, 11, 81, 180, 10,
    187187                        WS_TABSTOP | WS_GROUP
    188         AUTORADIOBUTTON "~Autosave to numbered files in directory", WID_RB_FSSNUMFILES, 
     188        AUTORADIOBUTTON "~Autosave to numbered files in directory", WID_RB_FSSNUMFILES,
    189189                        11, 71, 180, 10, WS_TABSTOP
    190190        ENTRYFIELD      "", WID_E_NUMSAVEDIR, 12, 61, 180, 8, ES_MARGIN
    191         CONTROL         "", WID_LB_FILEFORMAT, 12, 13, 182, 30, WC_COMBOBOX, 
     191        CONTROL         "", WID_LB_FILEFORMAT, 12, 13, 182, 30, WC_COMBOBOX,
    192192                        CBS_DROPDOWNLIST | WS_VISIBLE | WS_TABSTOP
    193193        GROUPBOX        "Image file format", WID_NIL, 5, 29, 195, 22, DT_MNEMONIC
    194194        GROUPBOX        "Other options", WID_NIL, 5, 4, 195, 22
    195         AUTOCHECKBOX    "~Play sound when capture finishes", WID_CB_DOSOUND, 
     195        AUTOCHECKBOX    "~Play sound when capture finishes", WID_CB_DOSOUND,
    196196                         11, 9, 180, 8
    197197    END
     
    200200DLGTEMPLATE ID_DLG_SETTINGSPAGE2 LOADONCALL MOVEABLE DISCARDABLE
    201201BEGIN
    202     DIALOG  "", ID_DLG_SETTINGSPAGE2, 0, 0, 200, 128, NOT FS_DLGBORDER | 
     202    DIALOG  "", ID_DLG_SETTINGSPAGE2, 0, 0, 200, 128, NOT FS_DLGBORDER |
    203203            WS_VISIBLE
    204204    BEGIN
    205205        GROUPBOX        "Default capture type", WID_NIL, 5, 69, 195, 30
    206206        AUTORADIOBUTTON "~Screen", WID_SSWSCREEN, 13, 81, 80, 10, WS_TABSTOP
    207         AUTORADIOBUTTON "Screen ~region", WID_SSWSCREENREGION, 
     207        AUTORADIOBUTTON "Screen ~region", WID_SSWSCREENREGION,
    208208                        96, 81, 94, 10, WS_TABSTOP
    209209        AUTORADIOBUTTON "~Window", WID_SSWWINDOW, 13, 71, 80, 10, WS_TABSTOP
    210         AUTORADIOBUTTON "Window ~interior", WID_SSWWINDOWINT, 
     210        AUTORADIOBUTTON "Window ~interior", WID_SSWWINDOWINT,
    211211                        96, 71, 94, 10, WS_TABSTOP
    212212        GROUPBOX        "Delayed capture", WID_NIL, 5, 36, 195, 31
     
    215215        RTEXT           "Capture dela~y:", WID_NIL, 11, 40, 66, 8, DT_MNEMONIC
    216216        SPINBUTTON      WID_SB_DELAYTIME, 81, 40, 44, 12, SPBS_MASTER | WS_GROUP
    217         LTEXT           "second(s)", WID_NIL, 129, 40, 52, 8 
     217        LTEXT           "second(s)", WID_NIL, 129, 40, 52, 8
    218218        GROUPBOX        "Serial capture", WID_NIL, 5, 4, 195, 30
    219219        AUTOCHECKBOX    "Use seria~l capture", WID_CB_SERIALCAPTURE, 11, 16, 180, 10
     
    226226DLGTEMPLATE ID_DLG_SETTINGSPAGE3 LOADONCALL MOVEABLE DISCARDABLE
    227227BEGIN
    228     DIALOG  "", ID_DLG_SETTINGSPAGE3, 0, 0, 200, 128, NOT FS_DLGBORDER | 
     228    DIALOG  "", ID_DLG_SETTINGSPAGE3, 0, 0, 200, 128, NOT FS_DLGBORDER |
    229229            WS_VISIBLE
    230230    BEGIN
     
    237237        AUTOCHECKBOX    "Use ~serial capture", WID_CB_SERIALCAPTURE, 11, 67, 208, 10
    238238        RTEXT           "Do a capture ~every", WID_NIL, 11, 57, 106, 8
    239         SPINBUTTON      WID_SB_SERIALTIME, 121, 57, 44, 12, 
     239        SPINBUTTON      WID_SB_SERIALTIME, 121, 57, 44, 12,
    240240                        SPBS_MASTER | WS_GROUP
    241241        LTEXT           "second(s)/20", WID_NIL, 169, 57, 52, 8
    242242        GROUPBOX        "Other options", WID_NIL, 5, 5, 220, 42
    243         AUTOCHECKBOX    "Use s~ound when capture finishes", WID_CB_DOSOUND, 
     243        AUTOCHECKBOX    "Use s~ound when capture finishes", WID_CB_DOSOUND,
    244244                        11, 27, 208, 10
    245245    END
     
    248248DLGTEMPLATE ID_DLG_SETTINGSPAGE4 LOADONCALL MOVEABLE DISCARDABLE
    249249BEGIN
    250     DIALOG  "", ID_DLG_SETTINGSPAGE4, 0, 0, 200, 128, NOT FS_DLGBORDER | 
     250    DIALOG  "", ID_DLG_SETTINGSPAGE4, 0, 0, 200, 128, NOT FS_DLGBORDER |
    251251            WS_VISIBLE
    252252    BEGIN
     
    255255        LTEXT           "Screen/window capture utility\n"
    256256                        "Copyright (c) 1998-2007 Thorsten Thielen\n"
    257                         "2018-2019 Netlabs Gotcha Group All rights Reserved\n"
    258                         "WWW: http://trac.netlabs.org/gotcha", WID_NIL, 
     257                        "2018-2019 Netlabs Gotcha! team. All rights reserved.\n"
     258                        "WWW: http://trac.netlabs.org/gotcha", WID_NIL,
    259259                         5, 62, 190, 26, DT_WORDBREAK
    260260        GROUPBOX        "Program", WID_NIL, 5, 5, 95, 46
     
    280280    IDS_HEADER_WARNING                 "WARNING"
    281281    IDS_FILEEXISTSOVERWRITE            "File already exists. Overwrite?"
    282     IDS_ERROR_INIFILEWRONGVERSION      "The INI-file's (""%s"") version does not match the current version of Gotcha! or the file could not be opened. Defaults will be used."
     282    IDS_ERROR_INIFILEWRONGVERSION      "The INI-file's (""%s"") version does not match the current version of Gotcha! Quiet or the file could not be opened. Defaults will be used."
    283283    IDS_ERROR_INIFILENOTOPEN           "The INI-file (""%s"") could not be opened! Defaults will be used."
    284284
     
    287287    IDS_ERROR_COULDNOTINITHELPFILE          "Could not initialize online help. Does helpfile '%s' exist in Gotcha's directory?"
    288288
    289     IDS_MAINWIN                        "Gotcha"
     289    IDS_MAINWIN                        "Gotcha!"
    290290    IDS_PAGESAVE                       "Saving"
    291291    IDS_PAGESNAPSHOT                   "Snapshot"
     
    306306    IDS_SNAPLABEL                      "Snap!"
    307307    IDS_GENERALHELP                    "Gotcha! ~help\tF1"
    308    
     308
    309309    IDS_OK                    "~Ok"
    310310    IDS_CANCEL                "~Cancel"
  • trunk/NLS/en/gotcha_en.ipf

    r77 r84  
    55
    66:h1 id=about res=1000.About &progname. and &quiet.
    7 :artwork name='..\..\data\gotcha.bmp' align=center.
     7:artwork name='..\data\gotcha.bmp' align=center.
    88:p.&progname. is a small (well, not :hp1.that:ehp1. small any more)
    99utility for OS/2 which allows you to easily capture windows, window interiors,
    1010parts of the screen or the whole desktop and save them to disk or
    1111clipboard. Many image formats are available. Installation of Heiko Nitzsche's
    12 :link refid=GBM reftype=fn.GBM.dll:elink. is now required to generate these images. 
    13 
    14 :p.&progname. comes in 2 versions the original on screen 
     12:link refid=GBM reftype=fn.GBM.dll:elink. is now required to generate these images.
     13
     14:p.&progname. comes in 2 versions the original on screen
    1515:link refid=mainwin reftype=hd.&progname.:elink. and
    16 :link refid=gotquiet reftype=hd.&quiet.:elink. a version that runs in 
    17 the background, captures the print screen key combinations and does 
     16:link refid=gotquiet reftype=hd.&quiet.:elink. a version that runs in
     17the background, captures the print screen key combinations and does
    1818a capture based on your preferences.
    1919
     
    2222commandline scripts e.g.).
    2323
    24 :p.&progname. was originally written mainly because all other screen capture 
    25 programs for OS/2 found by the original author were either really old, not free, 
     24:p.&progname. was originally written mainly because all other screen capture
     25programs for OS/2 found by the original author were either really old, not free,
    2626buggy and/or part of a larger program.
    2727
     
    3131history:elink. to see what features have been added in the various releases.
    3232
    33 :p.If there are more things that you would like to see in the program, 
    34 send your comments about what you would like to have. Send your comment 
    35 to the user mail list or submit a ticket. You will find the contact details 
     33:p.If there are more things that you would like to see in the program,
     34send your comments about what you would like to have. Send your comment
     35to the user mail list or submit a ticket. You will find the contact details
    3636:link refid=author reftype=hd.here:elink..
    3737
     
    3939Install using&colon.
    4040:p.Yum install GBMDLL from netlabs-rel or use ANPM
    41 :p.A zip package is available here&colon. 
     41:p.A zip package is available here&colon.
    4242http&colon.//hobbes.nmsu.edu/download/pub/os2/apps/graphics/gbmos2_176_bin.zip
    4343:p.ArcaOS installs it by default.
     
    4545
    4646:h1 id=windows res=2000.The &progname. windows
    47 :p.This section shows you the functionality of the various windows 
     47:p.This section shows you the functionality of the various windows
    4848and how to use them.
    4949:ul compact.
     
    6666:p.If you selected "Prompt for filename" in the :link refid=settings1
    6767reftype=hd.settings notebook:elink., a file dialog will appear after the
    68 capture occurs where you can select or enter the filename the image 
    69 should be saved as. If you activated "Autosave to numbered files", 
     68capture occurs where you can select or enter the filename the image
     69should be saved as. If you activated "Autosave to numbered files",
    7070the filename will be determined automatically. It will try to
    7171include some information about what was captured as part of the name.
    72 If you selected "Force saving to file (&progname. only)", the image will 
    73 always be written to exactly the file you specified there (even if you selected 
     72If you selected "Force saving to file (&progname. only)", the image will
     73always be written to exactly the file you specified there (even if you selected
    7474"Clipboard" here).
    7575
    7676:dt.:hp2.Options:ehp2.
    77 :dd.Check "Hide &progname." (&progname. only) if you want the &progname. 
    78 window to disappear from the screen before the capture starts. Useful if 
    79 you want to capture a maximized window the full screen without &progname. 
     77:dd.Check "Hide &progname." (&progname. only) if you want the &progname.
     78window to disappear from the screen before the capture starts. Useful if
     79you want to capture a maximized window the full screen without &progname.
    8080or something under &progname..
    8181:p. Check "Don't reshow" (&quiet. only) if you don't want &quiet.&apos.s
    8282settings notebook to reopen after the capture.
    8383
    84 :p.Check "Delayed capture" if you want &progname./&quiet. to wait "n" seconds 
    85 (configurable in the :link refid=settings3 reftype=hd.settings notebook:elink.) 
    86 after you start the capture. Useful, if you want to open menus e.g. that 
    87 should be captured too. If you also selected "Use serial capture" in the 
    88 :link refid=settings3 reftype=hd.settings notebook:elink., the "serial delay" 
     84:p.Check "Delayed capture" if you want &progname./&quiet. to wait "n" seconds
     85(configurable in the :link refid=settings3 reftype=hd.settings notebook:elink.)
     86after you start the capture. Useful, if you want to open menus e.g. that
     87should be captured too. If you also selected "Use serial capture" in the
     88:link refid=settings3 reftype=hd.settings notebook:elink., the "serial delay"
    8989will be used instead.
    9090
    9191:dt.:hp2.Capture:ehp2.
    9292:dd.Select one of the buttons (preferably the one that matches with your
    93 intended capture target). 
    94 :p."Screen" will automatically capture the whole desktop. 
     93intended capture target).
     94:p."Screen" will automatically capture the whole desktop.
    9595:p."Screen region" allows you to select an area of the screen with the
    9696mouse or the cursor keys; move to the lower left corner of the rectangle that
     
    100100again to capture the selected region. A dialog will open for you to confirm
    101101the capture.
    102 :p."Window" will capture a whole window. Select the window with the mouse. 
     102:p."Window" will capture a whole window. Select the window with the mouse.
    103103It will rise to the surface and be captured.
    104104:p."Window interior" works similar, except that it captures only the inner region
    105105of the window (not titlebar, etc.).
    106 :p.To cancel a capture (&progname. only) (before it has started, e.g. during 
    107 the "delayed capture" delay), just press the escape key (the main window must 
    108 have focus) or click the :link refid=snapshot reftype=hd.snapshot window:elink. 
     106:p.To cancel a capture (&progname. only) (before it has started, e.g. during
     107the "delayed capture" delay), just press the escape key (the main window must
     108have focus) or click the :link refid=snapshot reftype=hd.snapshot window:elink.
    109109with the mouse.
    110110:dt.:hp2.Terminate  &progname. (&quiet. only):ehp2.
     
    114114:edl.
    115115
    116 :p.Selecting the "About" button (or pressing "ALT+A") opens a nice dialog 
     116:p.Selecting the "About" button (or pressing "ALT+A") opens a nice dialog
    117117containing information about the program.
    118118
    119 :p.Selecting the "Settings" button opens the 
     119:p.Selecting the "Settings" button opens the
    120120:link refid=settings reftype=hd.settings notebook:elink..
    121121
     
    146146
    147147:dt.:hp2.Save type:ehp2.
    148 :dd.Here you may select how the filename for the captured image will be 
     148:dd.Here you may select how the filename for the captured image will be
    149149chosen&colon.
    150150
    151151:ul.
    152 :li.:hp2.Prompt for filename:ehp2. 
    153 :p.Opens the save file dialog after the capture, so you can select or enter 
    154 the name of the file. 
    155 :p.Note&colon. Several of the :link refid=cmdlineargs reftype=hd.command line 
     152:li.:hp2.Prompt for filename:ehp2.
     153:p.Opens the save file dialog after the capture, so you can select or enter
     154the name of the file.
     155:p.Note&colon. Several of the :link refid=cmdlineargs reftype=hd.command line
    156156arguments:elink. automatically change this settings.
    157157
    158 :li.:hp2.Autosave to numbered files in directory:ehp2. 
    159 :p.This does not prompt you for a filename, but &progname./&quiet. will create 
    160 one automatically (of the form "tpxxxxxxxx??.ext" where "tp" is the capture 
    161 type (SC = screen, SR = screen region, WD = Window, WI = Window interior), 
    162 "xxxxxxxx" is the first 8 characters of the title of the window that has 
    163 focus (or all the characters if it has less than 8) and "??" will be 
    164 replaced by a unique number, that will increase with every saved file with 
    165 the same prefix. The "ext" is replaced by the appropriate extension for 
     158:li.:hp2.Autosave to numbered files in directory:ehp2.
     159:p.This does not prompt you for a filename, but &progname./&quiet. will create
     160one automatically (of the form "tpxxxxxxxx??.ext" where "tp" is the capture
     161type (SC = screen, SR = screen region, WD = Window, WI = Window interior),
     162"xxxxxxxx" is the first 8 characters of the title of the window that has
     163focus (or all the characters if it has less than 8) and "??" will be
     164replaced by a unique number, that will increase with every saved file with
     165the same prefix. The "ext" is replaced by the appropriate extension for
    166166the selected image format.
    167 :p.You must provide a valid directory in the entry field underneath to 
    168 tell &progname./&quiet. where the files should be saved. It defaults to 
     167:p.You must provide a valid directory in the entry field underneath to
     168tell &progname./&quiet. where the files should be saved. It defaults to
    169169the &progname. install directory.
    170170
    171 :li.:hp2.Force saving to file (&progname. only):ehp2. 
     171:li.:hp2.Force saving to file (&progname. only):ehp2.
    172172:p. This will :hp1.always:ehp1. write the image to
    173173the file you give in the entry field underneath, even if you selected
     
    181181
    182182:dt.:hp2.Use sound when capture finished (&quiet. only):ehp2.
    183 :dd.Selecting this checkbox will cause &quiet. to beep when the capture 
     183:dd.Selecting this checkbox will cause &quiet. to beep when the capture
    184184is done.
    185185
     
    193193
    194194:dt.:hp2.Enable snapshot window:ehp2.
    195 :dd.This button simply determines if you want to have the snapshot window
     195:dd.This checkbox simply determines if you want to have the snapshot window
    196196or not.
    197197
     
    205205
    206206:ul.
    207 :li.:hp2.Always on top of all windows:ehp2. 
    208 :p.If you select this checkbox, the snapshot window will never be hidden 
     207:li.:hp2.Always on top of all windows:ehp2.
     208:p.If you select this checkbox, the snapshot window will never be hidden
    209209behind other windows. It will always float above of them.
    210210
    211 :li.:hp2.Hide when doing a capture:ehp2. 
    212 :p.This is similar to the "Hide &progname." checkbox in the 
     211:li.:hp2.Hide when doing a capture:ehp2.
     212:p.This is similar to the "Hide &progname." checkbox in the
    213213:link refid=mainwin reftype=hd.main window:elink.. When
    214214you select this checkbox, the snapshot window will be hidden before a
     
    238238and again and again until you press the escape key (the main window must
    239239have focus) or click the :link refid=snapshot reftype=hd.snapshot
    240 window:elink. (or, in case of a window [interior] capture, until the window 
     240window:elink. (or, in case of a window [interior] capture, until the window
    241241to be captured has been closed).
    242242:p.:hp1.Note&colon.:ehp1. The amount of time it takes to make the
     
    246246seconds to capture the screen and write the file, you must set the
    247247delay to 120 seconds/20 (6 seconds).
    248 :p.The timer used is not really very accurate, especially on slow systems; 
     248:p.The timer used is not really very accurate, especially on slow systems;
    249249You will need to experiment to find the settings that work best.
    250250
     
    283283capture the next time, &progname. will not stop after the first capture is
    284284done, but wait a number of seconds/20 (that you can adjust with the
    285 spinbutton below it) and then capture the screen/screen region/window over 
     285spinbutton below it) and then capture the screen/screen region/window over
    286286and over again until you press the escape key (the main window must
    287287have focus) or click the :link refid=snapshot reftype=hd.snapshot
    288 window:elink. (or, in case of a window [interior] capture, until the 
     288window:elink. (or, in case of a window [interior] capture, until the
    289289window to be captured has been closed).
    290290:p.:hp1.Note&colon.:ehp1. The amount of time it takes to make the
     
    294294seconds to capture the screen and write the file, you must set the
    295295delay to 120 seconds/20 (6 seconds).
    296 :p.The timer used is not really very accurate, especially on slow systems; 
     296:p.The timer used is not really very accurate, especially on slow systems;
    297297You will need to experiment to find the settings that work best.
    298298
     
    300300
    301301:h3 id=language res=2240.The Language page
    302 :p.On this page you can select, what language &progname./&quiet. shall use. 
     302:p.On this page you can select, what language &progname./&quiet. shall use.
    303303You may select any of the languages that are shown in the list. You may
    304304also select the help file language (which can be different from the interface
     
    339339:p.The window is an object window as such it doesn't show in the Windows
    340340list or in program switchers like lSwitcher. It does show in process killers
    341 such as CAD or Top. 
     341such as CAD or Top.
    342342
    343343:p.You may use the "Print Screen" key combinations to make a capture of the
    344 screen, a region of the screen, a window or window interior. 
     344screen, a region of the screen, a window or window interior.
    345345:parml compact tsize=3.
    346346:pt.:hp2.Print screen:ehp2.
    347 :pd.Captures to file (Optional command line switch (-p) to print to printer 
     347:pd.Captures to file (Optional command line switch (-p) to print to printer
    348348based on the PM print screen setting.)
    349349:pt.:hp2.Shift+Print screen :ehp2.
    350350:pd.Also captures to file
    351 :pt.:hp2.Alt+Print screen:ehp2. 
     351:pt.:hp2.Alt+Print screen:ehp2.
    352352:pd.Opens &quiet.&apos.s settings which are very similar to &progname.&apos.s
    353 The differences are indicated on the :link refid=mainwin reftype=hd.Main 
    354 window page:elink. and in the :link refid=settings reftype=hd.settings 
     353The differences are indicated on the :link refid=mainwin reftype=hd.Main
     354window page:elink. and in the :link refid=settings reftype=hd.settings
    355355notebook section:elink..
    356356:pt.:hp2.Ctrl+Print screen :ehp2.
     
    358358:eparml.
    359359
    360 :p.To exit &quiet. use the "exit" button labeled "Terminate Gotcha" on the 
     360:p.To exit &quiet. use the "exit" button labeled "Terminate Gotcha" on the
    361361first page of the setting notebook. The close button/menu item only close
    362362the notebook leaving &quiet. still running.
    363363
    364364:h1 id=cmdlineargs res=3000.Commandline arguments
    365 :p.In the "Properties" notebook of &progname.'s/&quiet.&apos.s WPS object 
    366 or when starting &progname./&quiet. from the command line, you may give 
     365:p.In the "Properties" notebook of &progname.'s/&quiet.&apos.s WPS object
     366or when starting &progname./&quiet. from the command line, you may give
    367367the following parameters&colon.
    368368
     
    391391command line, &progname. will save the captured image to the directory
    392392"c&colon.\". If you do not give a path here, the one you entered on the
    393 :link refid=settings1 reftype=hd.Saving page:elink. in the settings notebook 
     393:link refid=settings1 reftype=hd.Saving page:elink. in the settings notebook
    394394will be used.
    395395
     
    399399You may give a valid filename after this switch to tell &progname. to what
    400400file the captured image should be written to. If you do not give a
    401 filename here, the one you entered on the 
     401filename here, the one you entered on the
    402402:link refid=settings1 reftype=hd.Saving page:elink. in the settings
    403403notebook will be used.
    404404
    405405:dt.:hp2.-i (&progname. only):ehp2.
    406 :dd. Sets &progname. to idle priority. 
     406:dd. Sets &progname. to idle priority.
    407407
    408408:dt.:hp2.-p (&quiet. only):ehp2.
    409 :dd. Allows the default WPS behavior for "Print Screen". If enabled in 
     409:dd. Allows the default WPS behavior for "Print Screen". If enabled in
    410410the screen settings it will print to the printer. If disabled it will do
    411411nothing.
     
    416416:edl.
    417417
    418 :h1 id=history res=5001.Version history 
     418:h1 id=history res=5001.Version history
    419419
    420420:p.Here you can see what was added or changed
     
    472472:ul compact.
    473473:li.&progname. did not start, if OS/2 MMIO was not installed, because
    474 the library was not loaded at runtime, but still statically at program 
     474the library was not loaded at runtime, but still statically at program
    475475start. This is fixed now.
    476476:eul.
     
    569569:h2 id=gpl res=5004.GNU GENERAL PUBLIC LICENSE
    570570
    571 :lines.
    572                     GNU GENERAL PUBLIC LICENSE
    573                        Version 2, June 1991
    574 
    575  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
    576      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    577  Everyone is permitted to copy and distribute verbatim copies
    578  of this license document, but changing it is not allowed.
    579 
    580                             Preamble
    581 
    582   The licenses for most software are designed to take away your
     571:p.
     572.ce GNU GENERAL PUBLIC LICENSE
     573.ce Version 2, June 1991
     574
     575:p.Copyright ž 1989, 1991 Free Software Foundation, Inc.
     576.br
     57759 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     578
     579:p.Everyone is permitted to copy and distribute verbatim copies of this license
     580document, but changing it is not allowed.
     581
     582:p.
     583.ce Preamble
     584
     585:p.The licenses for most software are designed to take away your
    583586freedom to share and change it.  By contrast, the GNU General Public
    584587License is intended to guarantee your freedom to share and change free
     
    590593your programs, too.
    591594
    592   When we speak of free software, we are referring to freedom, not
     595:p.When we speak of free software, we are referring to freedom, not
    593596price.  Our General Public Licenses are designed to make sure that you
    594597have the freedom to distribute copies of free software (and charge for
     
    597600in new free programs; and that you know you can do these things.
    598601
    599   To protect your rights, we need to make restrictions that forbid
     602:p.To protect your rights, we need to make restrictions that forbid
    600603anyone to deny you these rights or to ask you to surrender the rights.
    601604These restrictions translate to certain responsibilities for you if you
    602605distribute copies of the software, or if you modify it.
    603606
    604   For example, if you distribute copies of such a program, whether
     607:p.For example, if you distribute copies of such a program, whether
    605608gratis or for a fee, you must give the recipients all the rights that
    606609you have.  You must make sure that they, too, receive or can get the
     
    608611rights.
    609612
    610   We protect your rights with two steps&colon. (1) copyright the software, and
     613:p.We protect your rights with two steps&colon. (1) copyright the software, and
    611614(2) offer you this license which gives you legal permission to copy,
    612615distribute and/or modify the software.
    613616
    614   Also, for each author's protection and ours, we want to make certain
     617:p.Also, for each author's protection and ours, we want to make certain
    615618that everyone understands that there is no warranty for this free
    616619software.  If the software is modified by someone else and passed on, we
     
    619622authors' reputations.
    620623
    621   Finally, any free program is threatened constantly by software
     624:p.Finally, any free program is threatened constantly by software
    622625patents.  We wish to avoid the danger that redistributors of a free
    623626program will individually obtain patent licenses, in effect making the
     
    625628patent must be licensed for everyone's free use or not licensed at all.
    626629
    627   The precise terms and conditions for copying, distribution and
     630:p.The precise terms and conditions for copying, distribution and
    628631modification follow.
    629  
    630                     GNU GENERAL PUBLIC LICENSE
    631    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
    632 
    633   0. This License applies to any program or other work which contains
     632
     633:p.
     634.ce GNU GENERAL PUBLIC LICENSE
     635.ce TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
     636
     637:dl tsize=6 break=none.
     638:dt.0.
     639:dd.This License applies to any program or other work which contains
    634640a notice placed by the copyright holder saying it may be distributed
    635641under the terms of this General Public License.  The "Program", below,
     
    641647the term "modification".)  Each licensee is addressed as "you".
    642648
    643 Activities other than copying, distribution and modification are not
     649:p.Activities other than copying, distribution and modification are not
    644650covered by this License; they are outside its scope.  The act of
    645651running the Program is not restricted, and the output from the Program
     
    648654Whether that is true depends on what the Program does.
    649655
    650   1. You may copy and distribute verbatim copies of the Program's
     656:dt.1.
     657:dd.You may copy and distribute verbatim copies of the Program's
    651658source code as you receive it, in any medium, provided that you
    652659conspicuously and appropriately publish on each copy an appropriate
     
    656663along with the Program.
    657664
    658 You may charge a fee for the physical act of transferring a copy, and
     665:p.You may charge a fee for the physical act of transferring a copy, and
    659666you may at your option offer warranty protection in exchange for a fee.
    660667
    661   2. You may modify your copy or copies of the Program or any portion
     668:dt.2.
     669:dd.You may modify your copy or copies of the Program or any portion
    662670of it, thus forming a work based on the Program, and copy and
    663671distribute such modifications or work under the terms of Section 1
    664672above, provided that you also meet all of these conditions&colon.
    665 
    666     a) You must cause the modified files to carry prominent notices
    667     stating that you changed the files and the date of any change.
    668 
    669     b) You must cause any work that you distribute or publish, that in
    670     whole or in part contains or is derived from the Program or any
    671     part thereof, to be licensed as a whole at no charge to all third
    672     parties under the terms of this License.
    673 
    674     c) If the modified program normally reads commands interactively
    675     when run, you must cause it, when started running for such
    676     interactive use in the most ordinary way, to print or display an
    677     announcement including an appropriate copyright notice and a
    678     notice that there is no warranty (or else, saying that you provide
    679     a warranty) and that users may redistribute the program under
    680     these conditions, and telling the user how to view a copy of this
    681     License.  (Exception&colon. if the Program itself is interactive but
    682     does not normally print such an announcement, your work based on
    683     the Program is not required to print an announcement.)
    684  
    685 These requirements apply to the modified work as a whole.  If
     673:dl tsize=3 break=none.
     674:dt.a)
     675:dd.You must cause the modified files to carry prominent notices
     676stating that you changed the files and the date of any change.
     677
     678:dt.b)
     679:dd.You must cause any work that you distribute or publish, that in
     680whole or in part contains or is derived from the Program or any
     681part thereof, to be licensed as a whole at no charge to all third
     682parties under the terms of this License.
     683
     684:dt.c)
     685:dd.If the modified program normally reads commands interactively
     686when run, you must cause it, when started running for such
     687interactive use in the most ordinary way, to print or display an
     688announcement including an appropriate copyright notice and a
     689notice that there is no warranty (or else, saying that you provide
     690a warranty) and that users may redistribute the program under
     691these conditions, and telling the user how to view a copy of this
     692License.  (Exception&colon. if the Program itself is interactive but
     693does not normally print such an announcement, your work based on
     694the Program is not required to print an announcement.)
     695:edl.
     696
     697:p.These requirements apply to the modified work as a whole.  If
    686698identifiable sections of that work are not derived from the Program,
    687699and can be reasonably considered independent and separate works in
     
    693705entire whole, and thus to each and every part regardless of who wrote it.
    694706
    695 Thus, it is not the intent of this section to claim rights or contest
     707:p.Thus, it is not the intent of this section to claim rights or contest
    696708your rights to work written entirely by you; rather, the intent is to
    697709exercise the right to control the distribution of derivative or
    698710collective works based on the Program.
    699711
    700 In addition, mere aggregation of another work not based on the Program
     712:p.In addition, mere aggregation of another work not based on the Program
    701713with the Program (or with a work based on the Program) on a volume of
    702714a storage or distribution medium does not bring the other work under
    703715the scope of this License.
    704716
    705   3. You may copy and distribute the Program (or a work based on it,
     717:dt.3.
     718:dd.You may copy and distribute the Program (or a work based on it,
    706719under Section 2) in object code or executable form under the terms of
    707720Sections 1 and 2 above provided that you also do one of the following&colon.
    708 
    709     a) Accompany it with the complete corresponding machine-readable
    710     source code, which must be distributed under the terms of Sections
    711     1 and 2 above on a medium customarily used for software interchange; or,
    712 
    713     b) Accompany it with a written offer, valid for at least three
    714     years, to give any third party, for a charge no more than your
    715     cost of physically performing source distribution, a complete
    716     machine-readable copy of the corresponding source code, to be
    717     distributed under the terms of Sections 1 and 2 above on a medium
    718     customarily used for software interchange; or,
    719 
    720     c) Accompany it with the information you received as to the offer
    721     to distribute corresponding source code.  (This alternative is
    722     allowed only for noncommercial distribution and only if you
    723     received the program in object code or executable form with such
    724     an offer, in accord with Subsection b above.)
    725 
    726 The source code for a work means the preferred form of the work for
     721:dl tsize=3 break=none.
     722:dt.a)
     723:dd.Accompany it with the complete corresponding machine-readable
     724source code, which must be distributed under the terms of Sections
     7251 and 2 above on a medium customarily used for software interchange; or,
     726
     727:dt.b)
     728:dd.Accompany it with a written offer, valid for at least three
     729years, to give any third party, for a charge no more than your
     730cost of physically performing source distribution, a complete
     731machine-readable copy of the corresponding source code, to be
     732distributed under the terms of Sections 1 and 2 above on a medium
     733customarily used for software interchange; or,
     734
     735:dt.c)
     736:dd.Accompany it with the information you received as to the offer
     737to distribute corresponding source code.  (This alternative is
     738allowed only for noncommercial distribution and only if you
     739received the program in object code or executable form with such
     740an offer, in accord with Subsection b above.)
     741:edl.
     742
     743:p.The source code for a work means the preferred form of the work for
    727744making modifications to it.  For an executable work, complete source
    728745code means all the source code for all modules it contains, plus any
     
    735752itself accompanies the executable.
    736753
    737 If distribution of executable or object code is made by offering
     754:p.If distribution of executable or object code is made by offering
    738755access to copy from a designated place, then offering equivalent
    739756access to copy the source code from the same place counts as
    740757distribution of the source code, even though third parties are not
    741758compelled to copy the source along with the object code.
    742  
    743   4. You may not copy, modify, sublicense, or distribute the Program
     759
     760:dt.4.
     761:dd.You may not copy, modify, sublicense, or distribute the Program
    744762except as expressly provided under this License.  Any attempt
    745763otherwise to copy, modify, sublicense or distribute the Program is
     
    749767parties remain in full compliance.
    750768
    751   5. You are not required to accept this License, since you have not
     769:dt.5.
     770:dd.You are not required to accept this License, since you have not
    752771signed it.  However, nothing else grants you permission to modify or
    753772distribute the Program or its derivative works.  These actions are
     
    758777the Program or works based on it.
    759778
    760   6. Each time you redistribute the Program (or any work based on the
     779:dt.6.
     780:dd.Each time you redistribute the Program (or any work based on the
    761781Program), the recipient automatically receives a license from the
    762782original licensor to copy, distribute or modify the Program subject to
     
    766786this License.
    767787
    768   7. If, as a consequence of a court judgment or allegation of patent
     788:dt.7.
     789:dd.If, as a consequence of a court judgment or allegation of patent
    769790infringement or for any other reason (not limited to patent issues),
    770791conditions are imposed on you (whether by court order, agreement or
     
    779800refrain entirely from distribution of the Program.
    780801
    781 If any portion of this section is held invalid or unenforceable under
     802:p.If any portion of this section is held invalid or unenforceable under
    782803any particular circumstance, the balance of the section is intended to
    783804apply and the section as a whole is intended to apply in other
    784805circumstances.
    785806
    786 It is not the purpose of this section to induce you to infringe any
     807:p.It is not the purpose of this section to induce you to infringe any
    787808patents or other property right claims or to contest validity of any
    788809such claims; this section has the sole purpose of protecting the
     
    795816impose that choice.
    796817
    797 This section is intended to make thoroughly clear what is believed to
     818:p.This section is intended to make thoroughly clear what is believed to
    798819be a consequence of the rest of this License.
    799  
    800   8. If the distribution and/or use of the Program is restricted in
     820
     821:dt.8.
     822:dd.If the distribution and/or use of the Program is restricted in
    801823certain countries either by patents or by copyrighted interfaces, the
    802824original copyright holder who places the Program under this License
     
    806828the limitation as if written in the body of this License.
    807829
    808   9. The Free Software Foundation may publish revised and/or new versions
     830:dt.9.
     831:dd.The Free Software Foundation may publish revised and/or new versions
    809832of the General Public License from time to time.  Such new versions will
    810833be similar in spirit to the present version, but may differ in detail to
    811834address new problems or concerns.
    812835
    813 Each version is given a distinguishing version number.  If the Program
     836:p.Each version is given a distinguishing version number.  If the Program
    814837specifies a version number of this License which applies to it and "any
    815838later version", you have the option of following the terms and conditions
     
    819842Foundation.
    820843
    821   10. If you wish to incorporate parts of the Program into other free
     844:dt.10.
     845:dd.If you wish to incorporate parts of the Program into other free
    822846programs whose distribution conditions are different, write to the author
    823847to ask for permission.  For software which is copyrighted by the Free
     
    826850of preserving the free status of all derivatives of our free software and
    827851of promoting the sharing and reuse of software generally.
    828 
    829                             NO WARRANTY
    830 
    831   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
     852.br
     853.ce NO WARRANTY
     854
     855:dt.11.
     856:dd.BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
    832857FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
    833858OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
     
    839864REPAIR OR CORRECTION.
    840865
    841   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
     866:dt.12.
     867:dd.IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
    842868WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
    843869REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
     
    848874PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
    849875POSSIBILITY OF SUCH DAMAGES.
    850 
    851                      END OF TERMS AND CONDITIONS
    852  
    853             How to Apply These Terms to Your New Programs
    854 
    855   If you develop a new program, and you want it to be of the greatest
     876:edl.
     877:p.
     878.ce END OF TERMS AND CONDITIONS
     879
     880:p.
     881.ce How to Apply These Terms to Your New Programs
     882
     883:p.If you develop a new program, and you want it to be of the greatest
    856884possible use to the public, the best way to achieve this is to make it
    857885free software which everyone can redistribute and change under these terms.
    858886
    859   To do so, attach the following notices to the program.  It is safest
     887:p.To do so, attach the following notices to the program.  It is safest
    860888to attach them to the start of each source file to most effectively
    861889convey the exclusion of warranty; and each file should have at least
    862890the "copyright" line and a pointer to where the full notice is found.
    863891
    864     <one line to give the program's name and a brief idea of what it does.>
    865     Copyright (C) <year>  <name of author>
    866 
    867     This program is free software; you can redistribute it and/or modify
    868     it under the terms of the GNU General Public License as published by
    869     the Free Software Foundation; either version 2 of the License, or
    870     (at your option) any later version.
    871 
    872     This program is distributed in the hope that it will be useful,
    873     but WITHOUT ANY WARRANTY; without even the implied warranty of
    874     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    875     GNU General Public License for more details.
    876 
    877     You should have received a copy of the GNU General Public License
    878     along with this program; if not, write to the Free Software
    879     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    880 
    881 
    882 Also add information on how to contact you by electronic and paper mail.
    883 
    884 If the program is interactive, make it output a short notice like this
     892:xmp.
     893   &lt.one line to give the program's name and a brief idea of what it does.&gt.
     894   Copyright ž &lt.year&gt.  &lt.name of author&gt.
     895
     896   This program is free software; you can redistribute it and/or modify
     897   it under the terms of the GNU General Public License as published by
     898   the Free Software Foundation; either version 2 of the License, or
     899   (at your option) any later version.
     900
     901   This program is distributed in the hope that it will be useful,
     902   but WITHOUT ANY WARRANTY; without even the implied warranty of
     903   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     904   GNU General Public License for more details.
     905
     906   You should have received a copy of the GNU General Public License
     907   along with this program; if not, write to the Free Software
     908   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     909:exmp.
     910
     911:p.Also add information on how to contact you by electronic and paper mail.
     912
     913:p.If the program is interactive, make it output a short notice like this
    885914when it starts in an interactive mode&colon.
    886915
    887     Gnomovision version 69, Copyright (C) year  name of author
    888     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    889     This is free software, and you are welcome to redistribute it
    890     under certain conditions; type `show c' for details.
    891 
    892 The hypothetical commands `show w' and `show c' should show the appropriate
     916:xmp.
     917   Gnomovision version 69, Copyright ž &lt.year&gt. name of author
     918   Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
     919   This is free software, and you are welcome to redistribute it
     920   under certain conditions; type 'show c' for details.
     921:exmp.
     922
     923:p.The hypothetical commands 'show w' and 'show c' should show the appropriate
    893924parts of the General Public License.  Of course, the commands you use may
    894 be called something other than `show w' and `show c'; they could even be
     925be called something other than 'show w' and 'show c'; they could even be
    895926mouse-clicks or menu items--whatever suits your program.
    896927
    897 You should also get your employer (if you work as a programmer) or your
     928:p.You should also get your employer (if you work as a programmer) or your
    898929school, if any, to sign a "copyright disclaimer" for the program, if
    899930necessary.  Here is a sample; alter the names&colon.
    900931
    901   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
    902   `Gnomovision' (which makes passes at compilers) written by James Hacker.
    903 
    904   <signature of Ty Coon>, 1 April 1989
    905   Ty Coon, President of Vice
    906 
    907 This General Public License does not permit incorporating your program into
     932:xmp.
     933   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
     934   'Gnomovision' (which makes passes at compilers) written by James Hacker.
     935
     936   &lt.signature of Ty Coon&gt., 1 April 1989
     937   Ty Coon, President of Vice
     938:exmp.
     939
     940:p.This General Public License does not permit incorporating your program into
    908941proprietary programs.  If your program is a subroutine library, you may
    909942consider it more useful to permit linking proprietary applications with the
     
    911944Public License instead of this License.
    912945
    913 :elines.
    914 
    915946:h1 id=author res=5005.Author &amp. &progname. homepage
    916947:p.:hp7.Author:ehp7.
     
    926957
    927958:lm margin=1.
    928 :p.Suggestions and bug-reports are always welcome. 
     959:p.Suggestions and bug-reports are always welcome.
    929960
    930961:p.:hp7.&progname. homepage:ehp7.
     
    932963
    933964:p.To subscribe to the user list&colon.
    934 :p.Send email to&colon. gotcha-user-on@2rosenthals.com and reply to 
    935 the confirmation email. 
     965:p.Send email to&colon. gotcha-user-on@2rosenthals.com and reply to
     966the confirmation email.
    936967
    937968:p.:hp7.Original author:ehp7.
     
    943974:h1 id=helpwanted res=5006.Help wanted!
    944975:p.Now that &progname. supports other languages, We of course want to include
    945 as many as possible. The problem is that I only speak English. So if anybody 
     976as many as possible. The problem is that I only speak English. So if anybody
    946977out there wants to translate &progname. to a new language or update an existing
    947978language you are gladly welcome to do so!
    948979
    949 :p.The sources for the help file and program resources are in the SVN. For 
    950 existing languages just take the *.rc and *.hlp file and sync them with the 
     980:p.The sources for the help file and program resources are in the SVN. For
     981existing languages just take the *.rc and *.hlp file and sync them with the
    951982English versions. For new languages simply start with the English versions.
    952 If you have any questions or want me to send the files directly to you, feel 
     983If you have any questions or want me to send the files directly to you, feel
    953984free to :link refid=author reftype=hd.contact me:elink.!
    954985
    955986:p.If you haven't got the time to do (or just don't feel like doing ;-) a
    956987"full" translation (i.e. program and online help) please consider translating
    957 the program resources (dialogs, menus, some messages). That alone would be a 
     988the program resources (dialogs, menus, some messages). That alone would be a
    958989great help.
    959990
    960991:p.To subscribe to the developer list&colon.
    961 :p.Send email to&colon. gotcha-dev-on@2rosenthals.com and reply to the 
    962 confirmation email. 
     992:p.Send email to&colon. gotcha-dev-on@2rosenthals.com and reply to the
     993confirmation email.
    963994
    964995:h1 id=credits res=5007.Credits
    965 :p.The Netlabs Gotcha Team
     996:p.The Netlabs Gotcha! Team
    966997:ul.
    967998:li.Gregg Young
     
    9951026
    9961027:h1 id=dedication res=5009.Thorsten Thielen's Dedication
    997 :p.:artwork name='..\..\data\rosaleen.bmp' align=center.
     1028:p.:artwork name='..\data\rosaleen.bmp' align=center.
    9981029:hp2.
    9991030.ce Gotcha! is dedicated to Rosaleen.
  • trunk/NLS/en/gotresen.rc

    r75 r84  
    11/***
    2  gotcha.rc - English ressource file for Gotcha!
     2 gotresen.rc - English resource file for Gotcha!
    33
    44 Note to translators:
     
    1414    An editor that supports syntax highlighting for *.rc files (like FTE
    1515       or EPM) could make life a bit easier for you.
    16     If you have any questions, just contact me at  thth@c2226.de
     16    If you have any questions, just contact me at  ygk@qwest.net
    1717
    1818 Thank you very much!
     
    2222RCINCLUDE "..\common.rc"
    2323
    24 /* Please adjust the name of the language (but leave the number alone :-) 
     24/* Please adjust the name of the language (but leave the number alone :-)
    2525   If possible use the name your language is called "in itself"
    2626   e.g. German -> "Deutsch"
    2727        English -> "English"
    28         French -> "Francais"
     28        French -> "Fran‡ais"
    2929        Dutch -> "Nederlands"
    3030   etc. */
    31 RCDATA DLL_ID 
     31RCDATA DLL_ID
    3232{
    3333     "Gotcha!",              /* What program is the dll for? */
     
    5757BEGIN
    5858   "a",    WID_PB_ABOUT, CHAR, ALT
    59    VK_F1,  WID_PB_ABOUT, VIRTUALKEY, ALT 
     59   VK_F1,  WID_PB_ABOUT, VIRTUALKEY, ALT
    6060   "e",    WID_PB_SETTINGS, CHAR, ALT
    6161   "h"     HM_GENERAL_HELP, CHAR, ALT /* Also F1*/
     
    8888            AUTORADIOBUTTON "~File", WID_RB_FILE, 10, 53, 78, 10, WS_TABSTOP
    8989            GROUPBOX        "Capture", WID_NIL, 100, 19, 96, 62
    90             PUSHBUTTON      "~Screen", WID_PB_SCREEN, 104, 59, 88, 12 
     90            PUSHBUTTON      "~Screen", WID_PB_SCREEN, 104, 59, 88, 12
    9191            PUSHBUTTON      "Screen ~region", WID_PB_SCREENREGION, 104, 47, 88, 12
    9292            PUSHBUTTON      "~Window", WID_PB_WINDOW, 104, 35, 88, 12
     
    9595            AUTOCHECKBOX    "Hide ~Gotcha!", WID_CB_HIDEWINDOW, 10, 31, 48, 10
    9696            AUTOCHECKBOX    "~Delayed capture", WID_CB_DELAYEDCAPTURE, 10, 21, 58, 10
    97             PUSHBUTTON      "~Help", HM_GENERAL_HELP, 135, 4, 60, 12             
     97            PUSHBUTTON      "~Help", HM_GENERAL_HELP, 135, 4, 60, 12
    9898            PUSHBUTTON      "S~ettings", WID_PB_SETTINGS, 70, 4, 60, 12
    99             PUSHBUTTON      "~About", WID_PB_ABOUT, 5, 4, 60, 12 
     99            PUSHBUTTON      "~About", WID_PB_ABOUT, 5, 4, 60, 12
    100100        END
    101101    END
     
    112112        LTEXT           "Screen/window capture utility\n"
    113113                        "Copyright (c) 1998-2007 Thorsten Thielen\n"
    114                         "Copyright (c) 2018-2019 The Netlabs Gotcha Group\n"
    115                         "All rights Reserved\n"
     114                        "Copyright (c) 2018-2019 The Netlabs Gotcha! team\n"
     115                        "All rights reserved\n"
    116116                        "WWW: http://trac.netlabs.org/gotcha\n"
    117117                        "English translation: Thorsten Thielen", WID_NIL,
     
    123123DLGTEMPLATE ID_DLG_FILE LOADONCALL MOVEABLE DISCARDABLE
    124124BEGIN
    125     DIALOG  "", ID_DLG_FILE, 70, 22, 300, 158, WS_VISIBLE, FCF_SYSMENU | 
     125    DIALOG  "", ID_DLG_FILE, 70, 22, 300, 158, WS_VISIBLE, FCF_SYSMENU |
    126126            FCF_TITLEBAR
    127127    BEGIN
     
    129129        ENTRYFIELD      "", DID_FILENAME_ED, 58, 144, 236, 8, ES_MARGIN
    130130        LTEXT           "~Type", DID_FILTER_TXT, 4, 140, 46, 0, DT_VCENTER | DT_MNEMONIC
    131         CONTROL         "", DID_FILTER_CB, 56, 106, 240, 45, WC_COMBOBOX, 
    132                         CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP 
     131        CONTROL         "", DID_FILTER_CB, 56, 106, 240, 45, WC_COMBOBOX,
     132                        CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP
    133133        LTEXT           "~Drives", DID_DRIVE_TXT, 4, 128, 34, 8, DT_MNEMONIC
    134         CONTROL         "", DID_DRIVE_CB, 4, 46, 34, 80, WC_COMBOBOX, 
    135                         CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP | 
     134        CONTROL         "", DID_DRIVE_CB, 4, 46, 34, 80, WC_COMBOBOX,
     135                        CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP |
    136136                        WS_VISIBLE
    137137        LTEXT           "~Directories", DID_DIRECTORY_TXT, 44, 128, 122, 8, DT_MNEMONIC
    138138        LISTBOX         DID_DIRECTORY_LB, 44, 46, 122, 80, LS_NOADJUSTPOS | LS_OWNERDRAW | LS_HORZSCROLL
    139139        LTEXT           "~Files", DID_FILES_TXT, 172, 128, 124, 8, DT_MNEMONIC
    140         LISTBOX         DID_FILES_LB, 172, 46, 124, 80, LS_NOADJUSTPOS | 
     140        LISTBOX         DID_FILES_LB, 172, 46, 124, 80, LS_NOADJUSTPOS |
    141141                        LS_HORZSCROLL
    142142        AUTOCHECKBOX    "Automatically add file ~extension if not present",
     
    154154            FCF_SYSMENU | FCF_TITLEBAR
    155155    BEGIN
    156         NOTEBOOK        WID_NB_SETTINGS, 5, 21, 270, 170, BKS_BACKPAGESTR | 
    157                         BKS_MAJORTABTOP | BKS_ROUNDEDTABS | 
     156        NOTEBOOK        WID_NB_SETTINGS, 5, 21, 270, 170, BKS_BACKPAGESTR |
     157                        BKS_MAJORTABTOP | BKS_ROUNDEDTABS |
    158158                        BKS_TABTEXTCENTER | BKS_SPIRALBIND | WS_GROUP |
    159159                        BKS_TABBEDDIALOG
    160160        DEFPUSHBUTTON   "~Ok", WID_PB_OK, 5, 4, 60, 14
    161161        PUSHBUTTON      "~Undo", WID_PB_UNDO, 70, 4, 60, 14
    162         PUSHBUTTON      "~Help", WID_PB_HELP, 215, 4, 60, 14, BS_HELP | 
     162        PUSHBUTTON      "~Help", WID_PB_HELP, 215, 4, 60, 14, BS_HELP |
    163163                        BS_NOPOINTERFOCUS
    164164    END
     
    167167DLGTEMPLATE ID_DLG_SETTINGSPAGE1 LOADONCALL MOVEABLE DISCARDABLE
    168168BEGIN
    169     DIALOG  "", ID_DLG_SETTINGSPAGE1, 15, 15, 240, 120, NOT FS_DLGBORDER | 
     169    DIALOG  "", ID_DLG_SETTINGSPAGE1, 15, 15, 240, 120, NOT FS_DLGBORDER |
    170170            WS_VISIBLE
    171171    BEGIN
    172172        GROUPBOX        "Save type", WID_NIL, 9, 53, 240, 72
    173         AUTORADIOBUTTON "~Prompt for filename", WID_RB_FSSPROMPT, 
     173        AUTORADIOBUTTON "~Prompt for filename", WID_RB_FSSPROMPT,
    174174                        15, 105, 228, 10, WS_TABSTOP | WS_GROUP
    175         AUTORADIOBUTTON "~Autosave to numbered files in directory", WID_RB_FSSNUMFILES, 
     175        AUTORADIOBUTTON "~Autosave to numbered files in directory", WID_RB_FSSNUMFILES,
    176176                        15, 95, 228, 10, WS_TABSTOP
    177         AUTORADIOBUTTON "~Force saving to file", WID_RB_FSSFORCEFILE, 15, 71, 228, 10, 
     177        AUTORADIOBUTTON "~Force saving to file", WID_RB_FSSFORCEFILE, 15, 71, 228, 10,
    178178                        WS_TABSTOP
    179179        ENTRYFIELD      "", WID_E_NUMSAVEDIR, 30, 85, 210, 8, ES_MARGIN
     
    187187DLGTEMPLATE ID_DLG_SETTINGSPAGE2 LOADONCALL MOVEABLE DISCARDABLE
    188188BEGIN
    189     DIALOG  "", ID_DLG_SETTINGSPAGE2, 15, 15, 240, 120, NOT FS_DLGBORDER | 
     189    DIALOG  "", ID_DLG_SETTINGSPAGE2, 15, 15, 240, 120, NOT FS_DLGBORDER |
    190190            WS_VISIBLE
    191191    BEGIN
     
    204204DLGTEMPLATE ID_DLG_SETTINGSPAGE3 LOADONCALL MOVEABLE DISCARDABLE
    205205BEGIN
    206     DIALOG  "", ID_DLG_SETTINGSPAGE3, 15, 15, 240, 120, NOT FS_DLGBORDER | 
     206    DIALOG  "", ID_DLG_SETTINGSPAGE3, 15, 15, 240, 120, NOT FS_DLGBORDER |
    207207            WS_VISIBLE
    208208    BEGIN
     
    227227DLGTEMPLATE ID_DLG_SETTINGSPAGE4 LOADONCALL MOVEABLE DISCARDABLE
    228228BEGIN
    229     DIALOG  "", ID_DLG_SETTINGSPAGE4, 15, 15, 220, 120, NOT FS_DLGBORDER | 
    230             WS_VISIBLE
    231     BEGIN 
     229    DIALOG  "", ID_DLG_SETTINGSPAGE4, 15, 15, 220, 120, NOT FS_DLGBORDER |
     230            WS_VISIBLE
     231    BEGIN
    232232        LTEXT           PSZ_NAMEVERSION, WID_NIL, 10, 118, 150, 8
    233233                        PRESPARAMS PP_FOREGROUNDCOLOR, 0x00C80A0AL
    234234        LTEXT           "Screen/window capture utility\n"
    235235                        "Copyright (c) 1998-2007 Thorsten Thielen\n"
    236                         "2018-2019 Netlabs Gotcha Group All rights Reserved\n"
    237                         "WWW: http://trac.netlabs.org/gotcha", WID_NIL, 
     236                        "2018-2019 Netlabs Gotcha! team. All rights reserved.\n"
     237                        "WWW: http://trac.netlabs.org/gotcha", WID_NIL,
    238238                         10, 92, 190, 26, DT_WORDBREAK
    239239        GROUPBOX        "Program", WID_NIL, 10, 5, 112, 66
     
    287287    IDS_OK                    "~Ok"
    288288    IDS_CANCEL                "~Cancel"
    289     IDS_WISHCONTINUE          "Do you wish to continue?"   
     289    IDS_WISHCONTINUE          "Do you wish to continue?"
    290290}
  • trunk/NLS/es/README_es

    r83 r84  
    8181https://hobbes.nmsu.edu/?search=pmprintf
    8282
    83 Gotcha! se desarroll¢ originalmente en OS/2 usando emx/gcc 0.9d y dmake 4.0.
     83Gotcha! se desarroll¢ originalmente en OS/2 usando emx/gcc 0.9d y dmake 4.0. Si
     84quiere recompilar el programa, eche un vistazo al archivo Makefile, ajuste las
     85opciones (probablemente s¢lo la macro ®I¯ que indica desde d¢nde incluir
     86archivos) y simplemente ejecute dmake. Los archivos makefile de emx siguen en
     87el repositorio SVN pero no se han probado tras los cambios de la versi¢n 2.00.
    8488
    8589-- MµS INFORMACIàN --
Note: See TracChangeset for help on using the changeset viewer.