- Timestamp:
- Aug 3, 2020, 1:25:53 AM (5 years ago)
- Location:
- trunk/NLS
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NLS/common.ipf
r75 r84 1 1 .nameit symbol=progname text='Gotcha!' 2 2 .nameit symbol=inifile text='GOTCHA.INI' 3 .nameit symbol=quiet text='Gotcha Quiet'3 .nameit symbol=quiet text='Gotcha! Quiet' 4 4 5 5 .nameit symbol=emailorg text='thth@c2226.de' -
trunk/NLS/en/README_en
r81 r84 1 1 -- GOTCHA! GOTCHA! QUIET 2.00 -- 2 2 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 andbatch mode options are provided.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. Serial capture and 6 batch mode options are provided. 7 7 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. 8 Gotcha! comes in 2 versions: the original on-screen Gotcha! and Gotcha! Quiet, 9 a version that runs in the background and captures the Print Screen key 10 combinations and does a capture based on your preferences. 10 11 11 12 Gotcha 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 13 the same functionality as Gotcha! but without a visible presence on the 13 14 Desktop. 14 15 15 Since v1.73, Gotcha! is free software released under the GPL. See the file 16 Since v1.73, Gotcha! is free software released under the GPL. See the file 16 17 COPYING for details. 17 18 … … 19 20 ____________________________ 20 21 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 containedin23 the file COPYING in thedistribution package.22 This program is free software; you can redistribute it and/or modify it under 23 the terms of the GNU General Public License as contained in the file COPYING in 24 the distribution package. 24 25 25 26 The full source code is available at svn.netlabs.org/repos/gotcha. 26 27 See http://trac.netlabs.org/gotcha for details. 27 28 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 APARTICULAR PURPOSE.29 This program is distributed in the hope that it will be useful, but WITHOUT ANY 30 WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A 31 PARTICULAR PURPOSE. 31 32 32 33 -- INSTALLATION -- 33 34 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 35 Gotcha! and Gotcha! Quiet are distributed as a wpi archive. Use Warpin to 36 install/uninstall them. You should uninstall any versions prior to 2.00 either 36 37 with 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 Itis installed with ArcaOS. It can be installed from the Netlabs RPM repository40 using ANPM or yum install GBM. A zip package is available on Hobbes. 38 numerous old files in place since many of the file names have changed. You also 39 need to install the Generalized Bitmap Module (GBM.DLL) by Heiko Nitzsche. It 40 is installed with ArcaOS. It can be installed from the Netlabs RPM repository 41 using ANPM or yum install GBM. A zip package is available on Hobbes. 41 42 42 43 -- BUILDING -- 43 44 44 45 Gotcha! and Gotcha! Quiet are now built with Open Watcom. You will need 45 Open Watcom C/C++ 2.0 beta 3 or higher .46 Open Watcom C/C++ 2.0 beta 3 or higher: 46 47 ftp://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 need48 to change the makefiles to use RC.EXE and IPFC.EXE from the OS2 toolkit49 in place of WRC.EXE and WIPFC.EXE. In order to build the Italian and50 Brazilian Portuguese help files you need to copy IPFITA.NLS and IPFPTB.NLS51 from the IPFC directory in the OS2 Toolkit to the Watcom\wipfc directory52 and then rename them it_IT.nls and pt_BR.nls. Otherwise you need to use53 IPFC.EXE to build these help files.54 48 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. 49 You can build it with older versions of the OW compiler but will need to change 50 the makefiles to use RC.EXE and IPFC.EXE from the OS2 toolkit in place of 51 WRC.EXE and WIPFC.EXE. 57 52 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 t o Quiet or changing from Quiet to Gotcha Wmake clean followed by wmake61 also works.53 In order to build the Italian and Brazilian Portuguese help files you need to 54 copy IPFITA.NLS and IPFPTB.NLS from the IPFC directory in the OS2 Toolkit to 55 the Watcom\wipfc directory and then rename them it_IT.nls and pt_BR.nls. 56 Otherwise you need to use IPFC.EXE to build these help files. 62 57 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 58 You also need SED.EXE, LXLITE.EXE, PERL.EXE and the exceptq developer's 59 package. These are available from the Netlabs RPM repository. Use ANPM to 60 install them. 61 62 The setup cmds setgot.cmd and setgoq.cmd require the 4OS2 shell. You need to do 63 a complete rebuild (wmake -a) after changing from building Gotcha to Quiet or 64 changing from Quiet to Gotcha. "Wmake clean" followed by "wmake" also works. 65 66 I, Gregg Young, use PMPrintf for debugging but it isn't necessary to build. 67 https://hobbes.nmsu.edu/?search=pmprintf 65 68 66 69 Gotcha! 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 Makefile68 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 theSVN but have not been tested with the version 2.00 changes70 dmake 4.0. If you want to recompile the program, take a look at the Makefile 71 and adjust the settings (probably only the "I" macro that tells where you keep 72 your include files) and then just run dmake. The emx makefiles are still in the 73 SVN but have not been tested with the version 2.00 changes 71 74 72 75 -- MORE INFO -- 73 76 74 77 For more information see Gotcha!'s online help! 75 78 76 79 Have fun! 77 The Netlabs Gotcha! Team80 The Netlabs Gotcha! team 78 81 "Gotcha! User Mailing List" <gotcha-user@2rosenthals.com> 79 82 http://trac.netlabs.org/gotcha -
trunk/NLS/en/goqresen.rc
r75 r84 1 1 /*** 2 goqresen.rc - English res source file for Gotcha! Quiet2 goqresen.rc - English resource file for Gotcha! Quiet 3 3 4 4 Note to translators: … … 22 22 RCINCLUDE "..\common.rc" 23 23 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 :-) 25 25 If possible use the name your language is called "in itself" 26 26 e.g. German -> "Deutsch" 27 27 English -> "English" 28 French -> "Fran cais"28 French -> "Franais" 29 29 Dutch -> "Nederlands" 30 30 etc. */ 31 RCDATA DLL_ID 31 RCDATA DLL_ID 32 32 { 33 33 "Gotchaq!", /* What program is the dll for? */ … … 57 57 BEGIN 58 58 "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*/ 61 61 "o", WID_PB_OK, CHAR, ALT 62 62 "u", WID_PB_UNDO, CHAR, ALT … … 77 77 AUTORADIOBUTTON "~File", WID_RB_FILE, 10, 53, 78, 10, WS_TABSTOP 78 78 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 80 80 PUSHBUTTON "Screen ~region", WID_PB_SCREENREGION, 104, 47, 88, 12 81 81 PUSHBUTTON "~Window", WID_PB_WINDOW, 104, 35, 88, 12 … … 84 84 AUTOCHECKBOX "Hide ~Gotcha!", WID_CB_HIDEWINDOW, 10, 31, 48, 10 85 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 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 89 PUSHBUTTON "S~ettings", WID_PB_SETTINGS, 102, 4, 45, 12 90 90 END … … 102 102 LTEXT "Screen/window capture utility\n" 103 103 "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" 106 106 "WWW: http://trac.netlabs.org/gotcha\n" 107 107 "English translation: Thorsten Thielen", WID_NIL, … … 113 113 DLGTEMPLATE ID_DLG_FILE LOADONCALL MOVEABLE DISCARDABLE 114 114 BEGIN 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 | 116 116 FCF_TITLEBAR 117 117 BEGIN … … 119 119 ENTRYFIELD "", DID_FILENAME_ED, 58, 144, 236, 8, ES_MARGIN 120 120 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 123 123 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 | 126 126 WS_VISIBLE 127 127 LTEXT "~Directories", DID_DIRECTORY_TXT, 44, 128, 122, 8, DT_MNEMONIC 128 128 LISTBOX DID_DIRECTORY_LB, 44, 46, 122, 80, LS_NOADJUSTPOS | LS_OWNERDRAW | LS_HORZSCROLL 129 129 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 | 131 131 LS_HORZSCROLL 132 132 AUTOCHECKBOX "Automatically add file ~extension if not present", … … 141 141 DLGTEMPLATE ID_DLG_SETTINGS LOADONCALL MOVEABLE DISCARDABLE 142 142 BEGIN 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 | 148 148 BKS_TABTEXTCENTER | BKS_TABBEDDIALOG 149 149 DEFPUSHBUTTON "~Ok", WID_PB_OK, 6, 4, 50, 14 150 150 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 /*| 152 152 BS_NOPOINTERFOCUS*/ 153 153 END … … 156 156 DLGTEMPLATE ID_DLG_SETTINGSPAGE0 LOADONCALL MOVEABLE DISCARDABLE 157 157 BEGIN 158 DIALOG "", ID_DLG_SETTINGSPAGE0, 0, 0, 200, 90, 158 DIALOG "", ID_DLG_SETTINGSPAGE0, 0, 0, 200, 90, 159 159 NOT FS_DLGBORDER | WS_VISIBLE 160 160 BEGIN 161 GROUPBOX "Save image to", WID_TEST, 6, 62, 90, 30, 161 GROUPBOX "Save image to", WID_TEST, 6, 62, 90, 30, 162 162 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, 164 164 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, 167 167 106, 59, 88, 12, 168 168 PUSHBUTTON "~Window", WID_PB_WINDOW, 106, 47, 88, 12 169 PUSHBUTTON "Window ~interior", WID_PB_WINDOWINTERIOR, 169 PUSHBUTTON "Window ~interior", WID_PB_WINDOWINTERIOR, 170 170 106, 35, 88, 12 171 171 GROUPBOX "Options", WID_NIL, 6, 31, 90, 30, 172 172 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, 174 174 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 177 177 END 178 178 END … … 180 180 DLGTEMPLATE ID_DLG_SETTINGSPAGE1 LOADONCALL MOVEABLE DISCARDABLE 181 181 BEGIN 182 DIALOG "", ID_DLG_SETTINGSPAGE1, 0, 0, 200, 128, NOT FS_DLGBORDER | 182 DIALOG "", ID_DLG_SETTINGSPAGE1, 0, 0, 200, 128, NOT FS_DLGBORDER | 183 183 WS_VISIBLE 184 184 BEGIN 185 185 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, 187 187 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, 189 189 11, 71, 180, 10, WS_TABSTOP 190 190 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, 192 192 CBS_DROPDOWNLIST | WS_VISIBLE | WS_TABSTOP 193 193 GROUPBOX "Image file format", WID_NIL, 5, 29, 195, 22, DT_MNEMONIC 194 194 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, 196 196 11, 9, 180, 8 197 197 END … … 200 200 DLGTEMPLATE ID_DLG_SETTINGSPAGE2 LOADONCALL MOVEABLE DISCARDABLE 201 201 BEGIN 202 DIALOG "", ID_DLG_SETTINGSPAGE2, 0, 0, 200, 128, NOT FS_DLGBORDER | 202 DIALOG "", ID_DLG_SETTINGSPAGE2, 0, 0, 200, 128, NOT FS_DLGBORDER | 203 203 WS_VISIBLE 204 204 BEGIN 205 205 GROUPBOX "Default capture type", WID_NIL, 5, 69, 195, 30 206 206 AUTORADIOBUTTON "~Screen", WID_SSWSCREEN, 13, 81, 80, 10, WS_TABSTOP 207 AUTORADIOBUTTON "Screen ~region", WID_SSWSCREENREGION, 207 AUTORADIOBUTTON "Screen ~region", WID_SSWSCREENREGION, 208 208 96, 81, 94, 10, WS_TABSTOP 209 209 AUTORADIOBUTTON "~Window", WID_SSWWINDOW, 13, 71, 80, 10, WS_TABSTOP 210 AUTORADIOBUTTON "Window ~interior", WID_SSWWINDOWINT, 210 AUTORADIOBUTTON "Window ~interior", WID_SSWWINDOWINT, 211 211 96, 71, 94, 10, WS_TABSTOP 212 212 GROUPBOX "Delayed capture", WID_NIL, 5, 36, 195, 31 … … 215 215 RTEXT "Capture dela~y:", WID_NIL, 11, 40, 66, 8, DT_MNEMONIC 216 216 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 218 218 GROUPBOX "Serial capture", WID_NIL, 5, 4, 195, 30 219 219 AUTOCHECKBOX "Use seria~l capture", WID_CB_SERIALCAPTURE, 11, 16, 180, 10 … … 226 226 DLGTEMPLATE ID_DLG_SETTINGSPAGE3 LOADONCALL MOVEABLE DISCARDABLE 227 227 BEGIN 228 DIALOG "", ID_DLG_SETTINGSPAGE3, 0, 0, 200, 128, NOT FS_DLGBORDER | 228 DIALOG "", ID_DLG_SETTINGSPAGE3, 0, 0, 200, 128, NOT FS_DLGBORDER | 229 229 WS_VISIBLE 230 230 BEGIN … … 237 237 AUTOCHECKBOX "Use ~serial capture", WID_CB_SERIALCAPTURE, 11, 67, 208, 10 238 238 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, 240 240 SPBS_MASTER | WS_GROUP 241 241 LTEXT "second(s)/20", WID_NIL, 169, 57, 52, 8 242 242 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, 244 244 11, 27, 208, 10 245 245 END … … 248 248 DLGTEMPLATE ID_DLG_SETTINGSPAGE4 LOADONCALL MOVEABLE DISCARDABLE 249 249 BEGIN 250 DIALOG "", ID_DLG_SETTINGSPAGE4, 0, 0, 200, 128, NOT FS_DLGBORDER | 250 DIALOG "", ID_DLG_SETTINGSPAGE4, 0, 0, 200, 128, NOT FS_DLGBORDER | 251 251 WS_VISIBLE 252 252 BEGIN … … 255 255 LTEXT "Screen/window capture utility\n" 256 256 "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, 259 259 5, 62, 190, 26, DT_WORDBREAK 260 260 GROUPBOX "Program", WID_NIL, 5, 5, 95, 46 … … 280 280 IDS_HEADER_WARNING "WARNING" 281 281 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." 283 283 IDS_ERROR_INIFILENOTOPEN "The INI-file (""%s"") could not be opened! Defaults will be used." 284 284 … … 287 287 IDS_ERROR_COULDNOTINITHELPFILE "Could not initialize online help. Does helpfile '%s' exist in Gotcha's directory?" 288 288 289 IDS_MAINWIN "Gotcha "289 IDS_MAINWIN "Gotcha!" 290 290 IDS_PAGESAVE "Saving" 291 291 IDS_PAGESNAPSHOT "Snapshot" … … 306 306 IDS_SNAPLABEL "Snap!" 307 307 IDS_GENERALHELP "Gotcha! ~help\tF1" 308 308 309 309 IDS_OK "~Ok" 310 310 IDS_CANCEL "~Cancel" -
trunk/NLS/en/gotcha_en.ipf
r77 r84 5 5 6 6 :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. 8 8 :p.&progname. is a small (well, not :hp1.that:ehp1. small any more) 9 9 utility for OS/2 which allows you to easily capture windows, window interiors, 10 10 parts of the screen or the whole desktop and save them to disk or 11 11 clipboard. 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 15 15 :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 17 the background, captures the print screen key combinations and does 18 18 a capture based on your preferences. 19 19 … … 22 22 commandline scripts e.g.). 23 23 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 25 programs for OS/2 found by the original author were either really old, not free, 26 26 buggy and/or part of a larger program. 27 27 … … 31 31 history:elink. to see what features have been added in the various releases. 32 32 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, 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 36 36 :link refid=author reftype=hd.here:elink.. 37 37 … … 39 39 Install using&colon. 40 40 :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. 42 42 http&colon.//hobbes.nmsu.edu/download/pub/os2/apps/graphics/gbmos2_176_bin.zip 43 43 :p.ArcaOS installs it by default. … … 45 45 46 46 :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 48 48 and how to use them. 49 49 :ul compact. … … 66 66 :p.If you selected "Prompt for filename" in the :link refid=settings1 67 67 reftype=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", 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", 70 70 the filename will be determined automatically. It will try to 71 71 include 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 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 74 74 "Clipboard" here). 75 75 76 76 :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. 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. 80 80 or something under &progname.. 81 81 :p. Check "Don't reshow" (&quiet. only) if you don't want &quiet.&apos.s 82 82 settings notebook to reopen after the capture. 83 83 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.) 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" 89 89 will be used instead. 90 90 91 91 :dt.:hp2.Capture:ehp2. 92 92 :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. 93 intended capture target). 94 :p."Screen" will automatically capture the whole desktop. 95 95 :p."Screen region" allows you to select an area of the screen with the 96 96 mouse or the cursor keys; move to the lower left corner of the rectangle that … … 100 100 again to capture the selected region. A dialog will open for you to confirm 101 101 the 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. 103 103 It will rise to the surface and be captured. 104 104 :p."Window interior" works similar, except that it captures only the inner region 105 105 of 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 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. 109 109 with the mouse. 110 110 :dt.:hp2.Terminate &progname. (&quiet. only):ehp2. … … 114 114 :edl. 115 115 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 117 117 containing information about the program. 118 118 119 :p.Selecting the "Settings" button opens the 119 :p.Selecting the "Settings" button opens the 120 120 :link refid=settings reftype=hd.settings notebook:elink.. 121 121 … … 146 146 147 147 :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 149 149 chosen&colon. 150 150 151 151 :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 154 the name of the file. 155 :p.Note&colon. Several of the :link refid=cmdlineargs reftype=hd.command line 156 156 arguments:elink. automatically change this settings. 157 157 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 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 166 166 the 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 168 tell &progname./&quiet. where the files should be saved. It defaults to 169 169 the &progname. install directory. 170 170 171 :li.:hp2.Force saving to file (&progname. only):ehp2. 171 :li.:hp2.Force saving to file (&progname. only):ehp2. 172 172 :p. This will :hp1.always:ehp1. write the image to 173 173 the file you give in the entry field underneath, even if you selected … … 181 181 182 182 :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 184 184 is done. 185 185 … … 193 193 194 194 :dt.:hp2.Enable snapshot window:ehp2. 195 :dd.This buttonsimply determines if you want to have the snapshot window195 :dd.This checkbox simply determines if you want to have the snapshot window 196 196 or not. 197 197 … … 205 205 206 206 :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 209 209 behind other windows. It will always float above of them. 210 210 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 213 213 :link refid=mainwin reftype=hd.main window:elink.. When 214 214 you select this checkbox, the snapshot window will be hidden before a … … 238 238 and again and again until you press the escape key (the main window must 239 239 have focus) or click the :link refid=snapshot reftype=hd.snapshot 240 window:elink. (or, in case of a window [interior] capture, until the window 240 window:elink. (or, in case of a window [interior] capture, until the window 241 241 to be captured has been closed). 242 242 :p.:hp1.Note&colon.:ehp1. The amount of time it takes to make the … … 246 246 seconds to capture the screen and write the file, you must set the 247 247 delay 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; 249 249 You will need to experiment to find the settings that work best. 250 250 … … 283 283 capture the next time, &progname. will not stop after the first capture is 284 284 done, 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 285 spinbutton below it) and then capture the screen/screen region/window over 286 286 and over again until you press the escape key (the main window must 287 287 have focus) or click the :link refid=snapshot reftype=hd.snapshot 288 window:elink. (or, in case of a window [interior] capture, until the 288 window:elink. (or, in case of a window [interior] capture, until the 289 289 window to be captured has been closed). 290 290 :p.:hp1.Note&colon.:ehp1. The amount of time it takes to make the … … 294 294 seconds to capture the screen and write the file, you must set the 295 295 delay 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; 297 297 You will need to experiment to find the settings that work best. 298 298 … … 300 300 301 301 :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. 303 303 You may select any of the languages that are shown in the list. You may 304 304 also select the help file language (which can be different from the interface … … 339 339 :p.The window is an object window as such it doesn't show in the Windows 340 340 list or in program switchers like lSwitcher. It does show in process killers 341 such as CAD or Top. 341 such as CAD or Top. 342 342 343 343 :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. 344 screen, a region of the screen, a window or window interior. 345 345 :parml compact tsize=3. 346 346 :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 348 348 based on the PM print screen setting.) 349 349 :pt.:hp2.Shift+Print screen :ehp2. 350 350 :pd.Also captures to file 351 :pt.:hp2.Alt+Print screen:ehp2. 351 :pt.:hp2.Alt+Print screen:ehp2. 352 352 :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 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 355 355 notebook section:elink.. 356 356 :pt.:hp2.Ctrl+Print screen :ehp2. … … 358 358 :eparml. 359 359 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 361 361 first page of the setting notebook. The close button/menu item only close 362 362 the notebook leaving &quiet. still running. 363 363 364 364 :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 366 or when starting &progname./&quiet. from the command line, you may give 367 367 the following parameters&colon. 368 368 … … 391 391 command line, &progname. will save the captured image to the directory 392 392 "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 394 394 will be used. 395 395 … … 399 399 You may give a valid filename after this switch to tell &progname. to what 400 400 file the captured image should be written to. If you do not give a 401 filename here, the one you entered on the 401 filename here, the one you entered on the 402 402 :link refid=settings1 reftype=hd.Saving page:elink. in the settings 403 403 notebook will be used. 404 404 405 405 :dt.:hp2.-i (&progname. only):ehp2. 406 :dd. Sets &progname. to idle priority. 406 :dd. Sets &progname. to idle priority. 407 407 408 408 :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 410 410 the screen settings it will print to the printer. If disabled it will do 411 411 nothing. … … 416 416 :edl. 417 417 418 :h1 id=history res=5001.Version history 418 :h1 id=history res=5001.Version history 419 419 420 420 :p.Here you can see what was added or changed … … 472 472 :ul compact. 473 473 :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 474 the library was not loaded at runtime, but still statically at program 475 475 start. This is fixed now. 476 476 :eul. … … 569 569 :h2 id=gpl res=5004.GNU GENERAL PUBLIC LICENSE 570 570 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 577 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 578 579 :p.Everyone is permitted to copy and distribute verbatim copies of this license 580 document, 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 583 586 freedom to share and change it. By contrast, the GNU General Public 584 587 License is intended to guarantee your freedom to share and change free … … 590 593 your programs, too. 591 594 592 595 :p.When we speak of free software, we are referring to freedom, not 593 596 price. Our General Public Licenses are designed to make sure that you 594 597 have the freedom to distribute copies of free software (and charge for … … 597 600 in new free programs; and that you know you can do these things. 598 601 599 602 :p.To protect your rights, we need to make restrictions that forbid 600 603 anyone to deny you these rights or to ask you to surrender the rights. 601 604 These restrictions translate to certain responsibilities for you if you 602 605 distribute copies of the software, or if you modify it. 603 606 604 607 :p.For example, if you distribute copies of such a program, whether 605 608 gratis or for a fee, you must give the recipients all the rights that 606 609 you have. You must make sure that they, too, receive or can get the … … 608 611 rights. 609 612 610 613 :p.We protect your rights with two steps&colon. (1) copyright the software, and 611 614 (2) offer you this license which gives you legal permission to copy, 612 615 distribute and/or modify the software. 613 616 614 617 :p.Also, for each author's protection and ours, we want to make certain 615 618 that everyone understands that there is no warranty for this free 616 619 software. If the software is modified by someone else and passed on, we … … 619 622 authors' reputations. 620 623 621 624 :p.Finally, any free program is threatened constantly by software 622 625 patents. We wish to avoid the danger that redistributors of a free 623 626 program will individually obtain patent licenses, in effect making the … … 625 628 patent must be licensed for everyone's free use or not licensed at all. 626 629 627 630 :p.The precise terms and conditions for copying, distribution and 628 631 modification 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 634 640 a notice placed by the copyright holder saying it may be distributed 635 641 under the terms of this General Public License. The "Program", below, … … 641 647 the term "modification".) Each licensee is addressed as "you". 642 648 643 Activities other than copying, distribution and modification are not649 :p.Activities other than copying, distribution and modification are not 644 650 covered by this License; they are outside its scope. The act of 645 651 running the Program is not restricted, and the output from the Program … … 648 654 Whether that is true depends on what the Program does. 649 655 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 651 658 source code as you receive it, in any medium, provided that you 652 659 conspicuously and appropriately publish on each copy an appropriate … … 656 663 along with the Program. 657 664 658 You may charge a fee for the physical act of transferring a copy, and665 :p.You may charge a fee for the physical act of transferring a copy, and 659 666 you may at your option offer warranty protection in exchange for a fee. 660 667 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 662 670 of it, thus forming a work based on the Program, and copy and 663 671 distribute such modifications or work under the terms of Section 1 664 672 above, 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 676 stating 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 680 whole or in part contains or is derived from the Program or any 681 part thereof, to be licensed as a whole at no charge to all third 682 parties under the terms of this License. 683 684 :dt.c) 685 :dd.If the modified program normally reads commands interactively 686 when run, you must cause it, when started running for such 687 interactive use in the most ordinary way, to print or display an 688 announcement including an appropriate copyright notice and a 689 notice that there is no warranty (or else, saying that you provide 690 a warranty) and that users may redistribute the program under 691 these conditions, and telling the user how to view a copy of this 692 License. (Exception&colon. if the Program itself is interactive but 693 does not normally print such an announcement, your work based on 694 the Program is not required to print an announcement.) 695 :edl. 696 697 :p.These requirements apply to the modified work as a whole. If 686 698 identifiable sections of that work are not derived from the Program, 687 699 and can be reasonably considered independent and separate works in … … 693 705 entire whole, and thus to each and every part regardless of who wrote it. 694 706 695 Thus, it is not the intent of this section to claim rights or contest707 :p.Thus, it is not the intent of this section to claim rights or contest 696 708 your rights to work written entirely by you; rather, the intent is to 697 709 exercise the right to control the distribution of derivative or 698 710 collective works based on the Program. 699 711 700 In addition, mere aggregation of another work not based on the Program712 :p.In addition, mere aggregation of another work not based on the Program 701 713 with the Program (or with a work based on the Program) on a volume of 702 714 a storage or distribution medium does not bring the other work under 703 715 the scope of this License. 704 716 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, 706 719 under Section 2) in object code or executable form under the terms of 707 720 Sections 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 724 source code, which must be distributed under the terms of Sections 725 1 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 729 years, to give any third party, for a charge no more than your 730 cost of physically performing source distribution, a complete 731 machine-readable copy of the corresponding source code, to be 732 distributed under the terms of Sections 1 and 2 above on a medium 733 customarily used for software interchange; or, 734 735 :dt.c) 736 :dd.Accompany it with the information you received as to the offer 737 to distribute corresponding source code. (This alternative is 738 allowed only for noncommercial distribution and only if you 739 received the program in object code or executable form with such 740 an 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 727 744 making modifications to it. For an executable work, complete source 728 745 code means all the source code for all modules it contains, plus any … … 735 752 itself accompanies the executable. 736 753 737 If distribution of executable or object code is made by offering754 :p.If distribution of executable or object code is made by offering 738 755 access to copy from a designated place, then offering equivalent 739 756 access to copy the source code from the same place counts as 740 757 distribution of the source code, even though third parties are not 741 758 compelled 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 744 762 except as expressly provided under this License. Any attempt 745 763 otherwise to copy, modify, sublicense or distribute the Program is … … 749 767 parties remain in full compliance. 750 768 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 752 771 signed it. However, nothing else grants you permission to modify or 753 772 distribute the Program or its derivative works. These actions are … … 758 777 the Program or works based on it. 759 778 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 761 781 Program), the recipient automatically receives a license from the 762 782 original licensor to copy, distribute or modify the Program subject to … … 766 786 this License. 767 787 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 769 790 infringement or for any other reason (not limited to patent issues), 770 791 conditions are imposed on you (whether by court order, agreement or … … 779 800 refrain entirely from distribution of the Program. 780 801 781 If any portion of this section is held invalid or unenforceable under802 :p.If any portion of this section is held invalid or unenforceable under 782 803 any particular circumstance, the balance of the section is intended to 783 804 apply and the section as a whole is intended to apply in other 784 805 circumstances. 785 806 786 It is not the purpose of this section to induce you to infringe any807 :p.It is not the purpose of this section to induce you to infringe any 787 808 patents or other property right claims or to contest validity of any 788 809 such claims; this section has the sole purpose of protecting the … … 795 816 impose that choice. 796 817 797 This section is intended to make thoroughly clear what is believed to818 :p.This section is intended to make thoroughly clear what is believed to 798 819 be 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 801 823 certain countries either by patents or by copyrighted interfaces, the 802 824 original copyright holder who places the Program under this License … … 806 828 the limitation as if written in the body of this License. 807 829 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 809 832 of the General Public License from time to time. Such new versions will 810 833 be similar in spirit to the present version, but may differ in detail to 811 834 address new problems or concerns. 812 835 813 Each version is given a distinguishing version number. If the Program836 :p.Each version is given a distinguishing version number. If the Program 814 837 specifies a version number of this License which applies to it and "any 815 838 later version", you have the option of following the terms and conditions … … 819 842 Foundation. 820 843 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 822 846 programs whose distribution conditions are different, write to the author 823 847 to ask for permission. For software which is copyrighted by the Free … … 826 850 of preserving the free status of all derivatives of our free software and 827 851 of 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 832 857 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 833 858 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES … … 839 864 REPAIR OR CORRECTION. 840 865 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 842 868 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 843 869 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, … … 848 874 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 849 875 POSSIBILITY 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 856 884 possible use to the public, the best way to achieve this is to make it 857 885 free software which everyone can redistribute and change under these terms. 858 886 859 887 :p.To do so, attach the following notices to the program. It is safest 860 888 to attach them to the start of each source file to most effectively 861 889 convey the exclusion of warranty; and each file should have at least 862 890 the "copyright" line and a pointer to where the full notice is found. 863 891 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 <.one line to give the program's name and a brief idea of what it does.>. 894 Copyright ž <.year>. <.name of author>. 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 885 914 when it starts in an interactive mode&colon. 886 915 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 ž <.year>. 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 893 924 parts 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 be925 be called something other than 'show w' and 'show c'; they could even be 895 926 mouse-clicks or menu items--whatever suits your program. 896 927 897 You should also get your employer (if you work as a programmer) or your928 :p.You should also get your employer (if you work as a programmer) or your 898 929 school, if any, to sign a "copyright disclaimer" for the program, if 899 930 necessary. Here is a sample; alter the names&colon. 900 931 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 <.signature of Ty Coon>., 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 908 941 proprietary programs. If your program is a subroutine library, you may 909 942 consider it more useful to permit linking proprietary applications with the … … 911 944 Public License instead of this License. 912 945 913 :elines.914 915 946 :h1 id=author res=5005.Author &. &progname. homepage 916 947 :p.:hp7.Author:ehp7. … … 926 957 927 958 :lm margin=1. 928 :p.Suggestions and bug-reports are always welcome. 959 :p.Suggestions and bug-reports are always welcome. 929 960 930 961 :p.:hp7.&progname. homepage:ehp7. … … 932 963 933 964 :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 966 the confirmation email. 936 967 937 968 :p.:hp7.Original author:ehp7. … … 943 974 :h1 id=helpwanted res=5006.Help wanted! 944 975 :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 976 as many as possible. The problem is that I only speak English. So if anybody 946 977 out there wants to translate &progname. to a new language or update an existing 947 978 language you are gladly welcome to do so! 948 979 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 981 existing languages just take the *.rc and *.hlp file and sync them with the 951 982 English 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 983 If you have any questions or want me to send the files directly to you, feel 953 984 free to :link refid=author reftype=hd.contact me:elink.! 954 985 955 986 :p.If you haven't got the time to do (or just don't feel like doing ;-) a 956 987 "full" translation (i.e. program and online help) please consider translating 957 the program resources (dialogs, menus, some messages). That alone would be a 988 the program resources (dialogs, menus, some messages). That alone would be a 958 989 great help. 959 990 960 991 :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 993 confirmation email. 963 994 964 995 :h1 id=credits res=5007.Credits 965 :p.The Netlabs Gotcha Team996 :p.The Netlabs Gotcha! Team 966 997 :ul. 967 998 :li.Gregg Young … … 995 1026 996 1027 :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. 998 1029 :hp2. 999 1030 .ce Gotcha! is dedicated to Rosaleen. -
trunk/NLS/en/gotresen.rc
r75 r84 1 1 /*** 2 got cha.rc - English ressource file for Gotcha!2 gotresen.rc - English resource file for Gotcha! 3 3 4 4 Note to translators: … … 14 14 An editor that supports syntax highlighting for *.rc files (like FTE 15 15 or EPM) could make life a bit easier for you. 16 If you have any questions, just contact me at thth@c2226.de16 If you have any questions, just contact me at ygk@qwest.net 17 17 18 18 Thank you very much! … … 22 22 RCINCLUDE "..\common.rc" 23 23 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 :-) 25 25 If possible use the name your language is called "in itself" 26 26 e.g. German -> "Deutsch" 27 27 English -> "English" 28 French -> "Fran cais"28 French -> "Franais" 29 29 Dutch -> "Nederlands" 30 30 etc. */ 31 RCDATA DLL_ID 31 RCDATA DLL_ID 32 32 { 33 33 "Gotcha!", /* What program is the dll for? */ … … 57 57 BEGIN 58 58 "a", WID_PB_ABOUT, CHAR, ALT 59 VK_F1, WID_PB_ABOUT, VIRTUALKEY, ALT 59 VK_F1, WID_PB_ABOUT, VIRTUALKEY, ALT 60 60 "e", WID_PB_SETTINGS, CHAR, ALT 61 61 "h" HM_GENERAL_HELP, CHAR, ALT /* Also F1*/ … … 88 88 AUTORADIOBUTTON "~File", WID_RB_FILE, 10, 53, 78, 10, WS_TABSTOP 89 89 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 91 91 PUSHBUTTON "Screen ~region", WID_PB_SCREENREGION, 104, 47, 88, 12 92 92 PUSHBUTTON "~Window", WID_PB_WINDOW, 104, 35, 88, 12 … … 95 95 AUTOCHECKBOX "Hide ~Gotcha!", WID_CB_HIDEWINDOW, 10, 31, 48, 10 96 96 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 98 98 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 100 100 END 101 101 END … … 112 112 LTEXT "Screen/window capture utility\n" 113 113 "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" 116 116 "WWW: http://trac.netlabs.org/gotcha\n" 117 117 "English translation: Thorsten Thielen", WID_NIL, … … 123 123 DLGTEMPLATE ID_DLG_FILE LOADONCALL MOVEABLE DISCARDABLE 124 124 BEGIN 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 | 126 126 FCF_TITLEBAR 127 127 BEGIN … … 129 129 ENTRYFIELD "", DID_FILENAME_ED, 58, 144, 236, 8, ES_MARGIN 130 130 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 133 133 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 | 136 136 WS_VISIBLE 137 137 LTEXT "~Directories", DID_DIRECTORY_TXT, 44, 128, 122, 8, DT_MNEMONIC 138 138 LISTBOX DID_DIRECTORY_LB, 44, 46, 122, 80, LS_NOADJUSTPOS | LS_OWNERDRAW | LS_HORZSCROLL 139 139 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 | 141 141 LS_HORZSCROLL 142 142 AUTOCHECKBOX "Automatically add file ~extension if not present", … … 154 154 FCF_SYSMENU | FCF_TITLEBAR 155 155 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 | 158 158 BKS_TABTEXTCENTER | BKS_SPIRALBIND | WS_GROUP | 159 159 BKS_TABBEDDIALOG 160 160 DEFPUSHBUTTON "~Ok", WID_PB_OK, 5, 4, 60, 14 161 161 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 | 163 163 BS_NOPOINTERFOCUS 164 164 END … … 167 167 DLGTEMPLATE ID_DLG_SETTINGSPAGE1 LOADONCALL MOVEABLE DISCARDABLE 168 168 BEGIN 169 DIALOG "", ID_DLG_SETTINGSPAGE1, 15, 15, 240, 120, NOT FS_DLGBORDER | 169 DIALOG "", ID_DLG_SETTINGSPAGE1, 15, 15, 240, 120, NOT FS_DLGBORDER | 170 170 WS_VISIBLE 171 171 BEGIN 172 172 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, 174 174 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, 176 176 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, 178 178 WS_TABSTOP 179 179 ENTRYFIELD "", WID_E_NUMSAVEDIR, 30, 85, 210, 8, ES_MARGIN … … 187 187 DLGTEMPLATE ID_DLG_SETTINGSPAGE2 LOADONCALL MOVEABLE DISCARDABLE 188 188 BEGIN 189 DIALOG "", ID_DLG_SETTINGSPAGE2, 15, 15, 240, 120, NOT FS_DLGBORDER | 189 DIALOG "", ID_DLG_SETTINGSPAGE2, 15, 15, 240, 120, NOT FS_DLGBORDER | 190 190 WS_VISIBLE 191 191 BEGIN … … 204 204 DLGTEMPLATE ID_DLG_SETTINGSPAGE3 LOADONCALL MOVEABLE DISCARDABLE 205 205 BEGIN 206 DIALOG "", ID_DLG_SETTINGSPAGE3, 15, 15, 240, 120, NOT FS_DLGBORDER | 206 DIALOG "", ID_DLG_SETTINGSPAGE3, 15, 15, 240, 120, NOT FS_DLGBORDER | 207 207 WS_VISIBLE 208 208 BEGIN … … 227 227 DLGTEMPLATE ID_DLG_SETTINGSPAGE4 LOADONCALL MOVEABLE DISCARDABLE 228 228 BEGIN 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 232 232 LTEXT PSZ_NAMEVERSION, WID_NIL, 10, 118, 150, 8 233 233 PRESPARAMS PP_FOREGROUNDCOLOR, 0x00C80A0AL 234 234 LTEXT "Screen/window capture utility\n" 235 235 "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, 238 238 10, 92, 190, 26, DT_WORDBREAK 239 239 GROUPBOX "Program", WID_NIL, 10, 5, 112, 66 … … 287 287 IDS_OK "~Ok" 288 288 IDS_CANCEL "~Cancel" 289 IDS_WISHCONTINUE "Do you wish to continue?" 289 IDS_WISHCONTINUE "Do you wish to continue?" 290 290 } -
trunk/NLS/es/README_es
r83 r84 81 81 https://hobbes.nmsu.edu/?search=pmprintf 82 82 83 Gotcha! se desarroll¢ originalmente en OS/2 usando emx/gcc 0.9d y dmake 4.0. 83 Gotcha! se desarroll¢ originalmente en OS/2 usando emx/gcc 0.9d y dmake 4.0. Si 84 quiere recompilar el programa, eche un vistazo al archivo Makefile, ajuste las 85 opciones (probablemente s¢lo la macro ®I¯ que indica desde d¢nde incluir 86 archivos) y simplemente ejecute dmake. Los archivos makefile de emx siguen en 87 el repositorio SVN pero no se han probado tras los cambios de la versi¢n 2.00. 84 88 85 89 -- MµS INFORMACIàN --
Note:
See TracChangeset
for help on using the changeset viewer.