DOS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            DOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOSDOS (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENVARC:MTool")
     )
     (copyfiles
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENV:MTool")
     )
 )
 )

 (complete 60)

 (if (> ver 37)
     (if (exists "Locale:Catalogs/franais")
     (
         (if (askbool (help "If you selected franais as default language and install these files, MTool will show up with a French user interface.") (prompt "Do you want to install the French locale files?"))
         (
             (copyfiles
                 (prompt "Installing French Catalogs")
                 (source "Catalogs/franais")
                 (pattern "#?")
                 (dest "Locale:Catalogs/franais")
             )
         )        
         )
     )
     )
 )

 (complete 70)

 (if (askbool (help "The icons will be used in MTool to create icons for files according to their type. This feature is disabled in the unregistered version.") (prompt "Do you want to install the icons?"))
 (
     (set icondest
         (askdir
              (prompt "Please select a drawer for the icons.")
              (help "The example prefs file expects the icons in the default drawer.")
              (default (tackon progdest "MToolIcons"))
              (newpath)
         )
     )

     (if (askbool (help "MagicWB is a collection of background patterns and icons, providing a very nice 8-coloured Workbench. You can install icons especially designed for MagicWB.") (prompt "Do you use 'MagicWB'?"))
     (
     (copyfiles
         (prompt "Copying icons...")
         (source "MToolIcons/MWB")
         (pattern "(~MT)#?.info")
         (dest icondest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTool.info")
         (dest progdest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTPrefs.info")
         (dest "SYS:Prefs")
         (newname "MTool.info")
     )
     )
     (
     (copyfiles
         (prompt "Copying icons...")
         (source "MToolIcons")
         (pattern "#?.info")
         (dest icondest)
     )
     )
     )
 )
 )

 (complete 80)

 (if (askbool (help "The docs iclude two AmigaGuide documents and a history file.") (prompt "Do you want to install the docs?"))
 (
     (set docdest
         (askdir
              (prompt "Please select a drawer for the docs.")
              (help "It doesn't matter where you put the docs, if you manage to refind them...")
              (default (tackon progdest "Docs"))
              (newpath)
         )
     )
     (copyfiles
         (prompt "Copying Docs...")
         (source "Docs")
         (pattern "#?_GB.#?")
         (infos)
         (dest docdest)
     )
 )
 )

 (complete 90)

 (if (askbool (help "DatMon is useful in hex mode of MI, Fineline 11 is used in MTools about requester.") (prompt "Do you want to install the fonts?"))
 (
     (set fontdest
         (askdir
             (prompt "Please select a drawer for the fonts.")
             (help "If you didn't 'assign add' another font drawer, you shouldn't tuch this default setting.")
             (default "Fonts:")
             (newpath)
         )
     )
     (copyfiles
         (prompt "Copying fonts...")
         (source "Fonts")
         (dest fontdest)
         (pattern "#?")
     )
 )
 )

 (complete 99)
 )
)

(if (= locale 5)
 (
 (message "\n IMPORTANT NOTE:\n\n"
          "This programm installs MTool on your Amiga. If you don't understand one of the questions that show up during installation, please select the 'help...' button. You will be instructed then about the next step and what it's good for."
 )

 (set progdest
     (askdir
         (prompt "Please select a drawer for MTool.")
         (help "MTool will be copied to this drawer.")
         (default "SYS:Tools")
         (newpath)
     )
 )

 (set @default-dest progdest)

 (copyfiles
     (prompt "Copying MTool...")
     (source "MTool")
     (infos)
     (dest progdest)
 )

 (complete 30)

 (copyfiles
     (prompt "Copying MTPrefs...")
     (source "Prefs/MTool")
     (infos)
     (dest "SYS:Prefs")
 )

 (if (askbool (help "The scripts are needed for some program objects of the demo prefs file. They are used to control the programs unarj, uuxt and untar.") (prompt "Do you want to install the shell scripts?"))
 (
     (copyfiles
         (prompt "Copying scripts...")
         (source "S")
         (pattern "#?")
         (dest "S:")
     )
 )
 )

 (if (askbool (help "The tools are:\n\n- MFind (search for files and their contents)\n- MIconInfo (display icon information)\n\nThey are already included in the demo prefs") (prompt "Do you want to install the tools?"))
 (
     (copyfiles
         (prompt "Copying tools...")
         (source "Tools")
         (pattern "#?")
         (dest "SYS:Tools")
     )
 )
 )

 (complete 40)

 (if (= (exists "ENVARC:MTool/MTool.Prefs") FALSE )
 (
     (makedir "ENVARC:MTool")
     (makedir "ENV:MTool")

     (copyfiles
         (prompt "Copying example prefs file...")
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENVARC:MTool")
     )
     (copyfiles
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENV:MTool")
     )
 )
 )

 (complete 60)

 (if (> ver 37)
     (if (exists "Locale:Catalogs/svenska")
     (
         (if (askbool (help "If you selected svenska as default language and install these files, MTool will show up with a Swedish user interface.") (prompt "Do you want to install the Swedish locale files?"))
         (
             (copyfiles
                 (prompt "Installing Swedish Catalogs")
                 (source "Catalogs/svenska")
                 (pattern "#?")
                 (dest "Locale:Catalogs/svenska")
             )
         )        
         )
     )
     )
 )

 (complete 70)

 (if (askbool (help "The icons will be used in MTool to create icons for files according to their type. This feature is disabled in the unregistered version.") (prompt "Do you want to install the icons?"))
 (
     (set icondest
         (askdir
              (prompt "Please select a drawer for the icons.")
              (help "The example prefs file expects the icons in the default drawer.")
              (default (tackon progdest "MToolIcons"))
              (newpath)
         )
     )

     (if (askbool (help "MagicWB is a collection of background patterns and icons, providing a very nice 8-coloured Workbench. You can install icons especially designed for MagicWB.") (prompt "Do you use 'MagicWB'?"))
     (
     (copyfiles
         (prompt "Copying icons...")
         (source "MToolIcons/MWB")
         (pattern "(~MT)#?.info")
         (dest icondest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTool.info")
         (dest progdest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTPrefs.info")
         (dest "SYS:Prefs")
         (newname "MTool.info")
     )
     )
     (
     (copyfiles
         (prompt "Copying icons...")
         (source "MToolIcons")
         (pattern "#?.info")
         (dest icondest)
     )
     )
     )
 )
 )

 (complete 80)

 (if (askbool (help "The docs include two AmigaGuide documents and a history file.") (prompt "Do you want to install the docs?"))
 (
     (set docdest
         (askdir
              (prompt "Please select a drawer for the docs.")
              (help "It doesn't matter where you put the docs, if you manage to refind them...")
              (default (tackon progdest "Docs"))
              (newpath)
         )
     )
     (copyfiles
         (prompt "Copying Docs...")
         (source "Docs")
         (pattern "#?_S.#?")
         (infos)
         (dest docdest)
     )
     (copyfiles
         (prompt "Copying Docs...")
         (source "Docs")
         (pattern "#?_GB.#?")
         (infos)
         (dest docdest)
     )
 )
 )

 (complete 90)

 (if (askbool (help "DatMon is useful in hex mode of MI, Fineline 11 is used in MTools about requester.") (prompt "Do you want to install the fonts?"))
 (
     (set fontdest
         (askdir
             (prompt "Please select a drawer for the fonts.")
             (help "If you didn't 'assign add' another font drawer, you shouldn't tuch this default setting.")
             (default "Fonts:")
             (newpath)
         )
     )
     (copyfiles
         (prompt "Copying fonts...")
         (source "Fonts")
         (dest fontdest)
         (pattern "#?")
     )
 )
 )

 (complete 99)
 )
)

(if (= locale 6)
 (
 (message "\n IMPORTANT NOTE:\n\n"
          "This programm installs MTool on your Amiga. If you don't understand one of the questions that show up during installation, please select the 'help...' button. You will be instructed then about the next step and what it's good for."
 )

 (set progdest
     (askdir
         (prompt "Please select a drawer for MTool.")
         (help "MTool will be copied to this drawer.")
         (default "SYS:Tools")
         (newpath)
     )
 )

 (set @default-dest progdest)

 (copyfiles
     (prompt "Copying MTool...")
     (source "MTool")
     (infos)
     (dest progdest)
 )

 (complete 30)

 (copyfiles
     (prompt "Copying MTPrefs...")
     (source "Prefs/MTool")
     (infos)
     (dest "SYS:Prefs")
 )

 (if (askbool (help "The scripts are needed for some program objects of the demo prefs file. They are used to control the programs unarj, uuxt and untar.") (prompt "Do you want to install the shell scripts?"))
 (
     (copyfiles
         (prompt "Copying scripts...")
         (source "S")
         (pattern "#?")
         (dest "S:")
     )
 )
 )

 (if (askbool (help "The tools are:\n\n- MFind (search for files and their contents)\n- MIconInfo (display icon information)\n\nThey are already included in the demo prefs") (prompt "Do you want to install the tools?"))
 (
     (copyfiles
         (prompt "Copying tools...")
         (source "Tools")
         (pattern "#?")
         (dest "SYS:Tools")
     )
 )
 )

 (complete 40)

 (if (= (exists "ENVARC:MTool/MTool.Prefs") FALSE )
 (
     (makedir "ENVARC:MTool")
     (makedir "ENV:MTool")

     (copyfiles
         (prompt "Copying example prefs file...")
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENVARC:MTool")
     )
     (copyfiles
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENV:MTool")
     )
 )
 )

 (complete 60)

 (if (> ver 37)
     (if (exists "Locale:Catalogs/italiano")
     (
         (if (askbool (help "If you selected italiano as default language and install these files, MTool will show up with a italian user interface.") (prompt "Do you want to install the italian locale files?"))
         (
             (copyfiles
                 (prompt "Installing Italian Catalogs")
                 (source "Catalogs/italiano")
                 (pattern "#?")
                 (dest "Locale:Catalogs/italiano")
             )
         )        
         )
     )
     )
 )

 (complete 70)

 (if (askbool (help "The icons will be used in MTool to create icons for files according to their type. This feature is disabled in the unregistered version.") (prompt "Do you want to install the icons?"))
 (
     (set icondest
         (askdir
              (prompt "Please select a drawer for the icons.")
              (help "The example prefs file expects the icons in the default drawer.")
              (default (tackon progdest "MToolIcons"))
              (newpath)
         )
     )

     (if (askbool (help "MagicWB is a collection of background patterns and icons, providing a very nice 8-coloured Workbench. You can install icons especially designed for MagicWB.") (prompt "Do you use 'MagicWB'?"))
     (
     (copyfiles
         (prompt "Copying icons...")
         (source "MToolIcons/MWB")
         (pattern "(~MT)#?.info")
         (dest icondest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTool.info")
         (dest progdest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTPrefs.info")
         (dest "SYS:Prefs")
         (newname "MTool.info")
     )
     )
     (
     (copyfiles
         (prompt "Copying icons...")
         (source "MToolIcons")
         (pattern "#?.info")
         (dest icondest)
     )
     )
     )
 )
 )

 (complete 80)

 (if (askbool (help "The docs include two AmigaGuide documents and a history file.") (prompt "Do you want to install the docs?"))
 (
     (set docdest
         (askdir
              (prompt "Please select a drawer for the docs.")
              (help "It doesn't matter where you put the docs, if you manage to refind them...")
              (default (tackon progdest "Docs"))
              (newpath)
         )
     )
     (copyfiles
         (prompt "Copying Docs...")
         (source "Docs")
         (pattern "#?_GB.#?")
         (infos)
         (dest docdest)
     )
     (copyfiles
         (prompt "Copying Docs...")
         (source "Docs")
         (pattern "#?_I.#?")
         (infos)
         (dest docdest)
     )
 )
 )

 (complete 90)

 (if (askbool (help "DatMon is useful in hex mode of MI, Fineline 11 is used in MTools about requester.") (prompt "Do you want to install the fonts?"))
 (
     (set fontdest
         (askdir
             (prompt "Please select a drawer for the fonts.")
             (help "If you didn't 'assign add' another font drawer, you shouldn't tuch this default setting.")
             (default "Fonts:")
             (newpath)
         )
     )
     (copyfiles
         (prompt "Copying fonts...")
         (source "Fonts")
         (dest fontdest)
         (pattern "#?")
     )
 )
 )

 (complete 99)
 )
)

(if (= locale 7)
 (
 (message "\n TRKE TIEDOTUS:\n\n"
          "Tm ohjelma asentaa MToolin ja MI:n Amigaasi. Jos et ymmrr asennuksen aikana esitettvi kysymyksi, paina 'help' painiketta. Tm kertoo sinulle seuraavasta asennusvaiheesta ja sen tarkoituksesta."
 )

 (set progdest
     (askdir
         (prompt "Ole hyv ja valitse hakemisto MToolille")
         (help "MTool ja MI kopioidaan valitsemaasi hakemistoon.")
         (default "SYS:Tools")
         (newpath)
     )
 )

 (set @default-dest progdest)

 (copyfiles
     (prompt "Kopioin MToolia...")
     (source "MTool")
     (infos)
     (dest progdest)
 )

 (complete 30)

 (copyfiles
     (prompt "Kopioin MTPrefsi...")
     (source "Prefs/MTool")
     (infos)
     (dest "SYS:Prefs")
 )

 (if (askbool (help "The scripts are needed for some program objects of the demo prefs file. They are used to control the programs unarj, uuxt and untar.") (prompt "Do you want to install the shell scripts?"))
 (
     (copyfiles
         (prompt "Kopioin Scripts...")
         (source "S")
         (pattern "#?")
         (dest "S:")
     )
 )
 )

 (if (askbool (help "The tools are:\n\n- MFind (search for files and their contents)\n- MIconInfo (display icon information)\n\nThey are already included in the demo prefs") (prompt "Do you want to install the                                                                                                                                                                                                                                                     /   .   -   ,   +   *   )   (   '   &   %   $   #   "   !                                                                                                                                                                                                      tools?"))
 (
     (copyfiles
         (prompt "Kopioin Tools...")
         (source "Tools")
         (pattern "#?")
         (dest "SYS:Tools")
     )
 )
 )

 (complete 40)

 (if (= (exists "ENVARC:MTool/MTool.Prefs") FALSE )
 (
     (makedir "ENVARC:MTool")
     (makedir "ENV:MTool")

     (copyfiles
         (prompt "Kopioin esimerkkiasetuksia...")
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENVARC:MTool")
     )
     (copyfiles
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENV:MTool")
     )
 )
 )

 (complete 60)

 (if (askbool 
         (help "MTool luo tiedostoille niiden tyyppi vastaavat ikonit kytten nit ikoneita pohjana. Tm toiminto ei ole kytettviss rekisterimttmss versiossa.")
         (prompt "Haluatko asentaa ikonit?"))
 (
     (set icondest
         (askdir
              (prompt "Ole hyv ja valitse hakemisto ikoneille.")
              (help "Esimerkkiasetukset etsivt ikoneita tst oletushakemistosta.")
              (default (tackon progdest "MToolIcons"))
              (newpath)
         )
     )

     (if (askbool 
             (help "MagicWB on kokoelma taustakuvia ja ikoneita, luoden hyvn nkisen 8-vrisen Workbenchin. Voit asentaa nm erityisesti MagicWB:t varten suunnitellut ikonit.")
             (prompt "Kyttk 'MagicWB':t?"))
     (
     (copyfiles
         (prompt "Kopioin ikoneita...")
         (source "MToolIcons/MWB")
         (pattern "(~MT)#?.info")
         (dest icondest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTool.info")
         (dest progdest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTPrefs.info")
         (dest "SYS:Prefs")
         (newname "MTool.info")
     )
     )
     (
     (copyfiles
         (prompt "Kopioin ikoneita...")
         (source "MToolIcons")
         (pattern "#?.info")
         (dest icondest)
     )
     )
     )
 )
 )

 (complete 80)

 (if (askbool 
         (help "Dokumentaatioon kuuluu kaksi AmigaGuide tiedostoa ja lista muutoksista.")
         (prompt "Haluatko asentaa ohjetiedostot?"))
 (
     (set docdest
         (askdir
              (prompt "Ole hyv ja valitse hakemisto ohjeille.")
              (help "Ohjeiden sijoituspaikalla ei ole merkityst, kunhan lydt ne itse...")
              (default (tackon progdest "Docs"))
              (newpath)
         )
     )
     (copyfiles
         (prompt "Kopioin ohjetiedostoja...")
         (source "Docs")
         (pattern "#?_GB.#?")
         (infos)
         (dest docdest)
     )
 )
 )

 (complete 90)

 (if (askbool 
         (help "DatMon on kyttkelpoinen MI:n heksatilassa, Fineline 11 on kytss MToolin ohjelmatietoikkunassa.")
         (prompt "Haluatko asentaa kirjasimet?"))
 (
     (set fontdest
         (askdir
             (prompt "Ole hyv ja valitse hakemisto kirjasimille.")
             (help "Jollei sinulla ole toista 'assign add':lla listty kirjasinhakemistoa, jt tm oletusarvoonsa.")
             (default "Fonts:")
             (newpath)
         )
     )
     (copyfiles
         (prompt "Kopioin kirjasimia...")
         (source "Fonts")
         (dest fontdest)
         (pattern "#?")
     )
 )
 )

 (complete 99)
 )
)

(if (= locale 8)
 (
 (message "\n BELANGRIJKE OPMERKING:\n\n"
          "Dit programma installeert MTool op uw Amiga.Als u een van de vragen die te zien zijn niet begrijpt tijdens installering, kies de 'help...'toets. U wordt dan aanwijzingen gegeven voor de volgende stap en waar het toe dient."
 )

 (set progdest
     (askdir
         (prompt "Kies a.u.b. een lade voor MTool.")
         (help "MTool zal naar deze lade gekopieert worden.")
         (default "SYS:Tools")
         (newpath)
     )
 )

 (set @default-dest progdest)

 (copyfiles
     (prompt "MTool aan het kopieren...")
     (source "MTool")
     (infos)
     (dest progdest)
 )

 (complete 30)

 (copyfiles
     (prompt "MToolvoorkeuzes aan het kopieren...")
     (source "Prefs/MTool")
     (infos)
     (dest "SYS:Prefs")
 )

 (if (askbool (help "The scripts are needed for some program objects of the demo prefs file. They are used to control the programs unarj, uuxt and untar.") (prompt "Wilt u de shell scripts installeren?"))
 (
     (copyfiles
         (prompt "Scripts aan het kopieren...")
         (source "S")
         (pattern "#?")
         (dest "S:")
     )
 )
 )

 (if (askbool (help "The tools are:\n\n- MFind (search for files and their contents)\n- MIconInfo (display icon information)\n\nThey are already included in the demo prefs") (prompt "Wilt u de tools installeren?"))
 (
     (copyfiles
         (prompt "Tools aan het kopieren...")
         (source "Tools")
         (pattern "#?")
         (dest "SYS:Tools")
     )
 )
 )

 (complete 40)

 (if (= (exists "ENVARC:MTool/MTool.Prefs") FALSE )
 (
     (makedir "ENVARC:MTool")
     (makedir "ENV:MTool")

     (copyfiles
         (prompt "Voorbeelden voorkeuzes bestand aan het kopieren...")
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENVARC:MTool")
     )
     (copyfiles
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENV:MTool")
     )
 )
 )

 (complete 60)

 (if (askbool (help "De ikonen zullen door MTool gebruikt worden voor bestanden volgens hun type.Deze mogelijkheid is kan niet gebruikt worden in de niet-geregistreerde versie.") (prompt "Wilt u de ikonen installeren?"))
 (
     (set icondest
         (askdir
              (prompt "selekteer a.u.b. een lade voor de ikonen.")
              (help "Het voorbeeld voorkeuzesbestand verwacht de ikonen in de standaardlade.")
              (default (tackon progdest "MToolIcons"))
              (newpath)
         )
     )

     (if (askbool (help "MagigWB is een verzameling van achtergrondpatronen en ikonen, dat het Werkbankvenster erg mooi van achtkleuren kan voorzien. U kunt speciaal voor MagicWB ontworpen ikonen installeren.") (prompt "Gebruikt u MagicWB?"))
     (
     (copyfiles
         (prompt "Ikonen aan het kopieren...")
         (source "MToolIcons/MWB")
         (pattern "(~MT)#?.info")
         (dest icondest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTool.info")
         (dest progdest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTPrefs.info")
         (dest "SYS:Prefs")
         (newname "MTool.info")
     )
     )
     (
     (copyfiles
         (prompt "Ikonen aan het kopieren...")
         (source "MToolIcons")
         (pattern "#?.info")
         (dest icondest)
     )
     )
     )
 )
 )

 (complete 80)

 (if (askbool (help "Het dokumentenbestand bevat twee AmigaGuide dokumenten en een geschiedenisbestand.") (prompt "Wilt U de dokumenten installeren?"))
 (
     (set docdest
         (askdir
              (prompt "selekteer a.u.b. een lade voor de dokumenten.")
              (help "Het maakt niet uit in welke lade u de dokumenten plaats, zolang u ze weet terug te vinden...")
              (default (tackon progdest "Docs"))
              (newpath)
         )
     )
     (copyfiles
         (prompt "Dokumenten aan het kopieren...")
         (source "Docs")
         (pattern "#?_NL.#?")
         (infos)
         (dest docdest)
     )
 )
 )

 (complete 90)

 (if (askbool (help "DatMon is nuttig is hex mode van MI, Fineline 11 wordt gebruikt in MTools informatie over venster.") (prompt "wilt u de lettertypes installeren?"))
 (
     (set fontdest
         (askdir
             (prompt "Selekteer a.u.b. een lade voor de lettertypes.")
             (help "Als u geen 'assign add' aan een ander lettertypelade toegevoegd heeft, moet u deze standaard zetting niet veranderen.")
             (default "Fonts:")
             (newpath)
         )
     )
     (copyfiles
         (prompt "Lettertypes aan het kopieren...")
         (source "Fonts")
         (dest fontdest)
         (pattern "#?")
     )
 )
 )

 (complete 99)
 )
)

(exit)
                                                                                                                    x                                                                                                j  f	Docs.info                                                            r          0          1딄                                                                                                                                                                                                                                                                                           2   1                                                                                                              j  Install.info                                                         r          3 b F                         B    /   T          '     F   P                                  D 5UUD zD p   D p  D p    D p    p  ? p    p   0 p          D D | D |D |D |  D |  | |                                       /`    o`    ` A  `?A  `?A  `?  `?   `   `   `   `                      A    A  _  A  _    _                            zoom2:c/Installer       APPNAME=MultiTool II    MINUSER=AVERAGE    DEFUSER=AVERAGE    PRETEND=FALSE    LANGUAGE=english                /   .   -   ,   +   *   )   (   '   &   %   $   #   "   !                                                                                                                                                                                                            3   H       4D   {   z   y   x   w   v   u   t   s   r   q   p   o   n   m   l   k   j   i   h   g   f   e   d   c   b   a   `   _   ^   ]   \   [   Z   Y   X   W   V   U   T   S   R   Q   P   O   N   M   L   K   J   I   H   G   F   E   D   C   B   A   @   ?   >   =   <   ;   :   9   8   7   6   5   4             z                                                                                              F  U  MTool                                                                r   |                  I}  @     I},x $O// 0<  gP <  	Rм  \P* r N:Jf.Jp`   @B IGC     <  \` Q   d`I    IA <  \ <  	Rr ` Q   d)K)Jp "<   N)NN fHx N dXN fa  XBBHxN dX,lN `N *l,,
 ,g$@&R * "JN. f / .MJg
N|"FNNuN    H0./ &o Hx %Hlja QP)@Jg 6Hx $Hl]a QhP)@"J"g a Q\)@"J"g )l"> l"p( )@2BHlQ/a Q4O @<Hl1HlG/a Q$O $@Hl$Hl(/a QO )@BHl*a QP)@&J&g  B/
Hx a PO )@&J&g  /,&/,&a PPHx /,"Hx a PO )@*J*gV/,*/,&a PPBBHx a PO )@.J.g./,./,&a PP/,&a PXJfHx /,&a PvPp `pLNuJgL l|   0a P*)@:J:g4B/,B/,:HlBBa P8O )@BJBgp `/,:a P$XpNu/
/<   Hx 0a PP)@Jfp`ZHxa PXHH)@pfp`< lC  lp!@  l$HBa OX%@ $ll /,a OXp $_NuH?2NUBa OX$@)j p%@ J,g <  	`p	9@RHx 'Hla O&P+@Jg/-a OlX| Hx %Hla NP)@2J2fHla VXp` a N)@6J6fHla 8Xp` bHla OX)@*J*g/,*a OXp )@*`/,a Xp` ,)l*)l2Jf  pf$Ba NX)@Jf>/,a ~Xp )@`,pf$/,a NX)@Jf/,a ~Xp )@JfXHlBa NP)@JgB/,a NtP9|	>`.p)@9| 	>Ba NLX)@Jf/,a ~8Xp` bJfp~Jgp `pH;@)|  ,Jf
p~Jfp,  Xe  t   Ȁehpg
p~JfV)l)l)l)l ,Ь l2( He",Ҭ l0( HdZ/,a }Xp` `Hp )@ l( HHrҀ)A l0( H)@ l0( H l( HHDҀS)AA<)H>A슾)HB  e;| zl2,lQA;A`;| zl2,l]A;A,l;|  `Rm,VJf2-HS ra L" pA;@Jmf;|  2-H$2-HS ra L" D҂D^0-HAa Lx@0-r@9A0-H2,HDҀ   l;|  9|  ;|  2,m l( HpA;@2-Hp 0,Ёr@9A0,EW@< l0-ܐm;@0-H2,HDҀWp 0,Aa K9@0H$ 0 DЂ2-HDҀp 0,DЁrr 2,a K9@2,9A2,| 
m;A2-Hp
Ҁ r
a Kz9@9| rl;Arm;A2,m[Al;A2-В| ;A2-Ғm;Arm9A
2-H$0 DЂ2-HDҀY0Ho"/,a zXJg/,Ba JPp
`  )lL)lF)lJ)lNp )@B/,a JP)@"J"f"Hla zXJg/,Ba JPp` Hl&a JX&@ f"Hla z`XJg/,Ba JrPp` x;m;l;| 0-ސl;@p +@A+H;| 2p +@+l"BHx /< Hx /< Hx /<0-H/ /< ;0,H/ /< B/< Hm/Hx 	a IO @&@)KŒ;| ;m0,| ;@pl;@p +@;| BHl</< -Hx /< .Hm/Hx a IO  &@)KŖ;m0-Ґm;@+lb;| BHx _/< @Hm/Hx a INO &@)KŚ0-Ґ| ;@;| ;l0 D@Fml֐| 	;@p +@;| BHx /< Hx /< Hx /<0-H/ /< ;0,H/ /< B/< Hm/Hx 	a HO @&@)KŞ;m0 D@FY@;@0-Ґm;@;EA숐+H;|  p +@BB/< Hl/< Hm/Hx a HNO  &@)K;m0- ra H;@0 
D@FW@;@;E+lf;| p+@BHx _/< @Hm/Hx a GO &@)KŢ0 	D@FW@;@+lj;| BHx _/< @Hm/Hx a GO &@)KŦ2A0D@FW@;@+ln;| BHx _/< @Hm/Hx a GlO &@)KŪ0 D@FW@;@;m+lr;| BHx _/< @Hm/Hx a G&O &@)KŮ0 D@FU@;@0- ra F;@+lv;| BHx _/< @Hm/Hx a FO &@)KŲ0 D@FS@;@+lz;| 	BHx _/< @Hm/Hx a FO &@)KŶ2A0D@FS@;@+l~;| 
BHx _/< @Hm/Hx a FTO &@)Kź;F;m+l;| BHx _/< @Hm/Hx a FO &@)Kž0 2@;A+l;| BHx _/< @Hm/Hx a EO &@)K2A02@;A+l;| BHx _/< @Hm/Hx a EO &@)K0E;@+l;| BHx _/< @Hm/Hx a EfO &@)Kp m;@;m0,| ;@pl;@p +@;| p +@BHl/< -Hx /< .Hm/Hx a E O  &@)K;m;l;| 0-ސl;@p +@;| BHx /< Hx /< Hx /<0-H/ /< ;0,H/ /< B/< Hm/Hx 	a DzO @&@)K;| ;mpl;@;m;| BHx /< Hx /< Hx /< B/< Hm/Hx 	a DO 0&@)K;m;| BHx /< Hx /< Hx /< B/< Hm/Hx 	a CO 0&@)K;m;m;|   ep`pH2,@;A+l;| BHm/Hx a CxO &@)K;m;| BHm/Hx a CRO &@)K0- ra C2-@;A0- ra Bm2-Ғ@;A0 
D@FW@;@;EA숎+H;| p+@BHm/Hx a BO &@)K0 	D@FW@;@A숌+H;| BHm/Hx a BO &@)K2A0D@FW@;@A숊+H;| BHm/Hx a BlO &@)K0 D@FS@;@A숈+H;| BHm/Hx a B4O &@)K2A0D@FS@;@A숆+H;| BHm/Hx a AO &@)K
0 D@FU@;@A숄+H;| !BHm/Hx a AO &@)Kpl;@;m;| A숂+H;| "BHm/Hx a AO &@)K;m;| #BHm/Hx a A`O &@)Kpl| ;@;| A숀+H;| $BHm/Hx a A$O &@)K"pm;@A~+H;| %BHm/Hx a @O &@)K&;E,l~ `  0-H$ 0HH@H"a @2Ha @" pA;@0H$ 0H& 0HH"a @xЂ2HҀpA;@2-H$0HH@HR"a @N2Ha @@2 $2-H&0HH@H"a @*2Ha @2 0A;@rdG;A+n 
BHm/Hx a @O &@,VRGmm ."f"Hlfa oXJg/,Ba ?Pp` )l&4)l)l)l)l΁)lҁ)l)l)l
)l)l)l:)l>)l66)l::)lRJ)lVN)lZ^)l^rBHla ?jP)@.J.fHlPa oXp` DBHx /< C/,"/,.a ?<O Hl Ba ?4P)@Jf"/,a nXJg/,Ba >Pp` Jg/,Ba >P/,./,a >PB/,a >P9| Jrl9AL2,WA9ANrl9APrm9Avrl9Ax2,WA9Azrl9A|9|  rl9A9| 9l2,_Am9Arl9A9| 9l9mԆrl9A2-ҒmԒ| 9A2,SA9A HxHlF/,a >"O HxHlr/,a >O HxHl/,a =O HxHl/,a =O HxHl/,a =O AF)HAr)HB/,"/< 42-H0,HDЁ/ 0,H/ 0,H/ Hx  l/( 2a =O  B/,"/< 40-H2,HDҀ/2,H/2,H/2-H/ l/( 2a =@O  BHx /< 3/,"/< 4r 2,  ep`pHHЁ/ 0,H/ 0-H/ Hx  l/( 2a <O (BHx /< 3/,"/< 4p 0,  er`rHHҀ/2,H/2-H/2-H/ l/( 2a <O (Hla <X)@*J*g/,* l/( 2a <jP`/,a kXp` "2,H] l h 2p 0( <Aa ;9@0-H2-HDҀp l h 2p 0( <Aa ;9@ l h 29h >0,H2-HҀpA9@B2,H//< B/,/,a ;O B2,H//< B/,/,a ;O | ;Ba cXHx a bX, Jg0BHx /< B/,,JH RAŒ/a ;\O J,@glr )ANHx /,NBa OjO BB/< /,F/< B/,/,Œa ;O  BB/< 2,BHp%Ҁ//< B/,/,a :O  J,Agnr )ARHx /,RHx a NO BB/< /,J/< B/,/,a :O  BB/< 2,DHp%Ҁ//< B/,/,a :vO  Hx B,HH/a ejO B/,6/,BHx a :LO )@>p N]LLNuH 0Ba 9X$@%l J>g
/,>a :XJgfa :`/a :X l/( Va :X&@ fB/,a :Pa :J.g/,a 9X/,.a 9X/,a 9XJ&g
/,&a 9XJ*g
/,*a 9$XJ6g$`/a 9X/,6a 9X&@ f/,6a 8XJ2g
/,2a 8XJ"g
/,"a 9XJgJf/,a 9XJ@gp )@p )@p )@"p )@&p )@*p )@.p )@2p )@6p )@>L NuH 0a `Hx da 96X/,a 9&XJ@gp )@JfJ&g
/,&a 9XJ"g$`/a 8X/,"a 8X&@ f/,"a 8XJg
/,a 8 XJ"gJg
/,a 8X/,"a 7XJg*/,a 8Xpg
/,a 8XHx 0/,a 8PJBg
/,Ba 8XJ:g$`/
a 8&X/,:a 8"X$@ 
f/,:a 7XXa 8rJg/,/,a 8TPa 8`L Nu// HHA>/a xbXBHHA>//< -B/,H RAŒ/a 7~O Hx HHA>/HH/ a 96O .NuH#2/ /,8/,4HHA/HHA/a 7O $ JBg HHAN$H4,2H0,HDЂUr 2,a 6" ҒHHE^f HHEFJg HE@Jg xHHEr $HHE6&R| `&SRHHE^r UDp JVD fHHE^f J l  /+ HH/ a 6PHHEVHHA^ "R  HHC^HHAN / HHAN/HH/ a P O HH/ a UX` Hx /+ HHA>/a 66O BHHA>//< -B/,H RAŒ/a 5`O Hx HHA>/HH/ a 7O ` /,8/,4HHDRA/HHDRA/a 5O J@g  HHDRAFJg HHDRA@Jg HHDRA6&P| `&SRHHDRA^p UD r JVDfHHDRA^f \J m THHDRA>/HHA>/a 4PHx /+ HHA>/a 4O BHHA>//< -B/,H RAŒ/a 3O Hx HHA>/HH/ a 5O |  |HHDRAVHHDRC^ $P  HHDRE^HHDRAN / HHDRAN/HHDR/ a MO HH/ a SXHHAp  ` |HA@Jg lHHA^$HHHAN,H0,2H2,HDҀUp 0,Aa 2x"Ҁ$HEfHHAVHHC^ ,PF HHEVHHA^ "RHQa 3XG:Ba RBXHx a R8X0,2H2,HDҀUp 0,Aa 1/ HHCN/HH/ a LfO HHCp "` `HHCFp JVD HC@HHg HHC^$IHHCN,I2,2H0,HDЁUr 2,a 1B"  Ё$HEfHHAVHHC^",PFHHEVHHA^""RHQa 1XG:Ba Q
XHx a Q X2,2H0,HDЁUr 2,a 0" /HHCN/HH/ a K.O HHC"4HHC"8`G:Ba PXHx a PXLLNuH0NU|p 0,.r  g p 0,.rJgSgJSg ` p 0,.r?JgUgSg` a b` a ` a :Ba 0X` ` p 0,.r?JgSg &Ug RSg ` ZBHx /< <HlF/< 	/,/< /,/< Ba 0zO (&@ g B/a 0lPJg  /+ Hm~a 0@PHx /+ Hm~a 0(O a RHm~a 0<Xa <Jg/a 02Xa tHx a 0XJ,<g0BHl</< -B/,/,Ŗa /<O Hx /,>Ba 1O J,g2BHl/< -B/,/,a /O Hx /,BHx a 0O /a /X` FBHl6a /PJg 4BHl.a /PJg "/,a ^JX` a zJfp`p HH)@Jf0< `p r	@9A>a DJg  a Hx a /X`  p,@`  `  p 0,.r?Jg`pa W0|  Hx B,HH/ a Y0O ,@Ba U|X,@gHx /,>Ba /O ,AHx a UVX,AgJHx /,BHx a /O `4$lZ|`$RRp 0,.r?bB/* ,:HH/ a .tO N]LNuH2 lJh d &e< lJp 0( &, pd&l~`&SRmJfB/+ ,:HH/ a . O  lJ0( &S@| 1b d@N N$NZN NdNNNNNNN N$N4NDNTNNNNN*N\N|NN4NNZNxNNNNNNNN,NPNNNNNNNNNNNNNN 0p 0,.ѬBp 0,./ ,HH/ a WPO ` h|  :Ba LXHx a LXBp 0,./ Ba @@O ` 8 lŖ$h "|  :Hx a KX/Hl<a ,PHx /,>Ba -O ` Yl: a X` | BHx ,:HH/ a lO ` | BHx ,:HH/ a lO ` |  BHx ,:HH/ a lO ` ,:HH/ a }X` rB,:HH/ a ,P` \,:HH/ a X` H,:HH/ a 2X` 4Jg,:HH/ a ,\X` Hla ZzX` ,:HH/ a +X` ,:HH/ a +X` ,:HH/ a +X`  l$h "| :Ba JxX/Hla +&PHx /,BHx a ,NO ` | :Ba JFXHx a J<XBp 0,./ Hx a >lO ` dp *f| |Ba X` J|  |` @p *f| |Hx a X` $|  |` |  :Ba IXHx a IX9l.hHx /,NBa =O ` | :Ba IXHx a IX9l.jHx /,RHx a =O ` |  :Ba I`XHx a IVXBa frX` | :Ba I<XHx a I2XHx a fLX` f|  :,:HHA>/a iXB,:HHA>//< -B/,,:H RAŒ/a (O Hx ,:HHA>/,:HH/ a *O Ba HXHx a HX` | :,:HHA>/a i0XB,:HHA>//< -B/,,:H RAŒ/a (HO Hx ,:HHA>/,:HH/ a )O Ba GXHx a GX` 2p *f (0,2H2,HDҀUp 0,Aa ', ܬ)FJ,fHx Hx,HH/ a RO `BHx,HH/ a RO ,J g
S g S g6``&lٞ~`&SRmJf,k 
`F&l~`&SRmJf,k `,&l~`&SRmJfB/+ ,:HH/ a 'O , g  J,:fD lŖ$h "B//< -B/,/,Ŗa &O //,>a 'PHx /,>Ba (O `D l$h "B//< -B/,/,a &O //,Ba 'HPHx /,BHx a (pO Hx Hx,HH/ a QO ` |  BHx ,:HH/ a gO ` ||  BHx ,:HH/ a gO ` Z| BHx ,:HH/ a ghO ` 8Hx ,:HH/ a zP`  B,:HH/ a zP` 
l/Hx B,HH/ a PO `  Hx ,:HH/ a 'P`  Hx /,>Ba 'rO B/,BHx a '`O `  Hx /,BHx a 'HO B/,>Ba '8O `  /,>/,Ba %PB/,B/< -B/,/,a %,O Hx /,BHx a &O `</,B/,>a %PB/,>/< -B/,/,Ŗa $O B/,>Ba &O LLNul .g   lJ0( &|g  j|gJ| g,`  S@g  | g`  Bp 0,./ Ba 8O `  zBp 0,./ Hx a 8O ``p 0,.ѬBp 0,./ ,HH/ a OJO `49l.hHx /,NBa 8PO `9l.jHx /,RHx a 84O NuH# ,:HHrЁAŒ P(  g ,0,2H2,HDҀUp 0,Aa #r. J,|g ,:HHA^,:HHCN Їg ,:HA@Jg Ⱦ  o  ,:HHANJclB,:HHAN S/ ,:HH/ a 7bO B,:HHAN//< B/,,:H4 H" AŒ/a "O ~ `  0,Hn  ,:HHAN0,HА,:HHAFdlB,:HHANpА/ ,:HH/ a 6O B,:HHAN//< B/,,:H4 H" AŒ/a "JO 0,H. S,:HHA^,:HHCN Їd  ,:HHAN,܇`^,:HHAV"P,:HAf,:HHCN / ,:HHCN/,:HH/ a ;O R,:HHC^e,:HH/ a AdX`  ,:HHC^|ܑ`^,:HHCV Q,:HCf,:HHAN / ,:HHAN/,:HH/ a ;\O R,:HHAN Їd,:HH/ a @X,:HHA^,:HHCN Ї L NuH0&o $o //
a !P>   p 0/ //
a  pO Hx B/
/a !`O LNuH0&o $o //
a !<P>   p 0/ //
a  (O Hx B/
/a !O LNuH l `.f2 lJg*R,, f|  Hx B,HH/ a JO l .fHx Hx,HH/ a JO l .f$B/,,:H RAŒ/a  O ~ `Rpo l,/f re @N N >N hN N NNLNNNNN<NrNN0NNNh/,/,Śa pPYl: a @X/,/,Śa P` f| /,/,Ţa <PBHx ,:HH/ a `&O /,/,Ţa ^P` (| /,/,Ŧa PBHx ,:HH/ a _O /,/,Ŧa  P` |  /,/,Ūa PBHx ,:HH/ a _O /,/,Ūa P` /,/,Ůa P,J,:g,:HH/ a pX/,/,Ůa P` r/,/,Ųa NP,J,:gB,:HH/ a @P/,/,Ųa lP` 6/,/,Ŷa P,:HH/ a r8X/,/,Ŷa <P` /,/,źa P,:HH/ a qX/,/,źa P` /,/,ža P,:HH/ a X/,/,ža P` /,/,a P, Jf,:HH/ a X/,/,a P` n/,/,a JP,J,:g,:HH/ a X/,/,a jP` 4/,,:HHrЁAŒ/a P,:HH/ a YX/,,:HHrЁAŒ/a P`  a Eb|  Hx B,HH/ a GbO ,@Ba CX,@gHx /,>Ba O ,AHx a CX,Ag  Hx /,BHx a O `l,  gJg^a `Xa Ba X`Jp,:@:Ba ;XHx a ;X`,/,/,a 
P,:HH/ a X/,/,a 4P~ `Rpo lHHr ,/HHf"[g  jXgSgXSg  ` hSg Sg .` X|  /,/,a PBHx ,:HH/a \nO /,/,a P` |  /,/,a FPBHx ,:HH/a \0O /,/,a hP`  | /,/,a PBHx ,:HH/a [O /,/,a *P`  /,/,a P,J,:gHx ,:HH/a P/,/,a P``/,/,a PHx ,:HH/a oP/,/,a P`./,/,
a bPB,:HH/a nP/,/,
a PL NuH#00,.| LgS@g S@g S@g 	` 
b, 1g  ,:HHAT.,:HHATp  /,:HHAN/,:HH/ a 3O BB,:HH/ a -O BB/< B/,,:H4 H" AŒ/a (O ,:HHAT/,:HHAN/,:HH/ a 3FO ` 	pl0g<,:HHAV,:HHCN,:HHET В"P p0l0g<,:HHCV,:HHAN,:HHET В Q  ,:HHATJc  ,:HHATS,:HHAT/,:HHAN/,:HH/ a 2\O ,:HHATpА/ ,:HHAN/,:HH/ a 2"O ` ,:HHATJf  ,:HHANJcpB,:HHAN S/ ,:HH/ a +O B,:HHAN//< B/,,:H4 H" AŒ/a 4O `  ,:HHAF0,H.Jl~ ,:HHAT,:HHCF S B,:HHAN/,:HH/ a 1O B/,:HH/ a *O B,:HHAN//< B/,,:H4 H" AŒ/a jO ,:HHAT/,:HHAN/,:HH/ a 0O ,:HH/ a 6
X` , 1g ,:HHAF0,H.Jl~ ,:HHAT,,:HHAT,:HHCF S /,:HHAN/,:HH/ a /O B/,:HH/ a )O B,:HHAN//< B/,,:H4 H" AŒ/a >O ,:HHAT/,:HHAN/,:HH/ a /\O ` pl0g<,:HHAV,:HHCN,:HHET В"P p0l0g<,:HHCV,:HHAN,:HHET В Q  ,:HHAT0,HSc  ,:HHAT,:HHCF Sc  ,:HHATR,:HHAT S/ ,:HHAN/,:HH/ a .<O ,:HHAT/,:HHAN/,:HH/ a .O ` ,:HHAT0,HSf  ,:HHAN0,HА,:HHAFdpB,:HHANpА/ ,:HH/ a 'fO B,:HHAN//< B/,,:H4 H" AŒ/a O `  ,:HHAT.,:HHATp  /,:HHAN/,:HH/ a ,O BB,:HH/ a &O BB/< B/,,:H4 H" AŒ/a `O ,:HHAT/,:HHAN/,:HH/ a ,~O ,:HH/ a 2 X` ,:HHA6&P~ `&SR,:HHAN,:HHCT Бr RD r JVDf,:HHCN,:HHAT"Ґf 4,:HHAFJc J l/+ ,:HH/a P`  rl0g  ,:HHA>/,:HHDRA>/a PHx /+ ,:HHDRA>/a O B,:HHDRA>//< -B/,,:HHDR ra v" RAŒ/a O Hx ,:HHDRA>/,:HHDR/a dO `  Hx /+ ,:HHA>/a O B,:HHA>//< -B/,,:H RAŒ/a $O Hx ,:HHA>/,:HH/a O `  rl0g`/,/,Śa 4P,:HHA>/,:HHDRA>/a TP,:HHDR/a X/,/,Śa ,P`*/,/,Śa PYl: a פX/,/,Śa  PLNuH00,.| LgS@gFS@g  S@g L` , 1gp )@`
JoSBHx,HH/ a :O ` , 1g ,~S)@` ,~ScRBHx,HH/ a 9O ` ^, f2&l~`&SRnJfB/+ ,:HH/ a dO `  zJ,f&lٞ`, f&l`&l~`&SRoJ,f$k 
`$k B/
/< -B/,/,a 6O /
Hla PHx /,BHx a O Hx Hx,HH/ a 9O `  , g  J,f&lٞ`&l~`&SRoJ,f$k 
`$k B/
/< -B/,/,Ŗa O /
Hl<a 8PHx /,>Ba bO Hx Hx,HH/ a 8xO LNu l0( H)@ l0( H)@ l0( H)@ l0( 
H)@a a Jga (Hx a XNuH2&o NUJfRBa lX+@ m)h  mp!@ a 5Ba HX+@ m!l a Jg.a Hx a \X`/,a X/,a X/,a XJ o L/<a XJg 0$k "Hx xHm/a tO Jg Hm,:HHA>/a PB,:HHA>//< -B/,,:H RAŒ/a  O Hx ,:HHA>/,:HH/ a O ~ `\,:HHA6,P| `./* /. a PJf,:HHAV"P ,VR,:HHCFePR mHx ,:HHCN/,:HH/ a vO `
Hla :X/a LXN]LLNuH'2&o  NU/<a "XJg >$k "Hx xHm/a O Jg ,0+ *H$  l0( H Hlz`z HmHHA>/a XPBHHA>//< -B/,H RAŒ/a 
~O Hx HHA>/HH/ a 6O ~ `VHHA6,P| `,/* /. a LPJfHHAV"P ,VRHHCFePR mHx HHCN/HH/ a O `
Hla 9\X/a 	XN]LLNuH0&o /a 
X. /a 
X, /a 	X r gr g  ` Lpg` BJfFBa X$@)j p%@ a 2FBa X$@%l a Jg a DHx a 	X`  /,a 
X/,a 
X/,a 
X`  `   rЁgBj\gUg&UgD`  Ug  Ug6`  B/,&a (P`  Hx /,&a P`  Jg  ~a z`  vJfBBa X$@)j p%@ a 1zBa X$@%l a :Jg<a zHx a 	X`,/,a 	TX/,a 	PX/,a 	LX`a JBa XLNuH2&o Hx $Hla BP)@"J"gR + S k $E/a 	$X. /* a 	X)@Jg/a 	X l,h 6/Ba  pP/,"a @XLLNuH./ &o Hx $Hla P)@"J"g*/a X)@JfHx a X)@/,"a X//aPLNuH?2./ (NU  xBa X&@)k p'@ a p)@pf/,Ja 6Xa &Hx a XHlpa Xa /'l a :/- 0/a |PJga Hx a Xa Jga Hx a rXa JgHlZa 6FXa ͺHx a RX l ng0 l Nf.`$/,2a X`/
a X/,"a X$@ 
fJg`a "Jga bHx a XHx /<   Hx a O )@VHx/<   Hx a nO )@ZJ,<g0BHl</< -B/,/,Ŗa O Hx /,>Ba O J,g2BHl/< -B/,/,a O Hx /,BHx a O Jfa 7zJgN l h Vr(  2 l6t( " l:t(  t&,"/a X* ` l:p( " 2/a |X* p$," g  a HlDa Xa " Jga Hx a XJ,<g4BHl</< -B/,/,Ŗa O J,JgB/,>Ba O J,gBBHl/< -B/,/,a O , JgB/,BHx a `O `/
a X/,"a X$@"
f`/a RX/,:a rX,@"f`/a XJg 2/,6a PX,@"f`  lF)h * lF9h . lF9h 0rp¬*g
 lF)h J lF9h "2 lF)h $4 lF)h (8/,Fa &X",*Ҽ g  xj8Ҽ  g Rjp⒀g ]g Qg ` p g 0   gh` ~Ҽ g  j g    | g  ` Z   g ʒ    g &` B,  gJg 2a ` *a <Ba X` a ҌJg J,JgB/,>Ba O , Jg B/,BHx a O ` J,g a +|  Hx B,HH/a -O ,@Ba *X,@gHx /,>Ba rO ,AHx a )X,Ag tHx /,BHx a HO ` \a J,JgB/,>Ba *O , Jg 8B/,BHx a O ` "a &SJf xBa )|XHx a )rXJ,JgB/,>Ba O , Jg  B/,BHx a O `  a J,JgB/,>Ba O , Jg  B/,BHx a ~O `  |  |`  a pJg  |J,JgB/,>Ba NO , Jg\B/,BHx a 4O `H, fa `a \J,JgB/,>Ba 
O , JgB/,BHx a O `a Jg f l/( Va RX)@FJFf ` HN]LLNuNqN xN N %rN %>N N N N 4N N $4N  N N N N N N \N hN "N "DN "N  N  N  0N #N 4N 4N HN dN LN "\N #$N N !XN |N  dN N $PN $N (N N dN ",N N !tN N !N N N !N N HN (N  N  N PN 8N $lN  2N  N !N  N pN N  N  $N 4N N  N N N  FN  N  N  @N "N "N !N "N #N !$N  hN N  N N  N N  N  N   N  N N  TN N N  "N  \  ",^bfR^r^fr )A^",^ffR^r^fr )A^",^bfR^r^fr )A^ ,^R^r^fr )A^NuH?2/ +/ 3NUx< f(|HHAb "<   a RC|p#@ BHx a BP+@Jg VHxHHC>/a "P* Jg &Hx Hmn/a O < f Hx a X+@Hx /-a P+@Jg" "@ m )  f m ( (+@Jv` SAN"mJR mJHHl SAN :AN  Hx a X$l`hJ* f`* HHrJgPHx dHm/* a ^O Jg8HmNHma PPJ@g&HHAb "<   a  C|p#@ $RJf/-/a PJg  "m,IHHCb "<   a A| (  f (  f (  fBHHAb "<   a ~C|HQHmna PJfHHCb(`fv `\"m,I "<   a @C| )  f )  f )  f$ "<   a C|HQHmna <PJf(Rpn/a ,X/-Hx a $P,JfH| JBB/< HHC>//< -B/,H RCŒ/a O  pf R/,a 9XB"l/) 2a P0,H2,HҀR/HHC2H0,HЁ]/ 0,HT/ HHC0H/ "l/) 2a jO a (  <   Є/ a XXHmn "<   a C|HQa @P "<   a C|p #@  "<   a C|,I <   Є/ BHx a O -@ J g L "<   a |M|,n p , "<   a bM|,n p -@ HM@Jg BHx a >P+@Jg ,mp -@ Hx/- 0a  P* Jg BHx a P+@JgF/-/a  PJg( "<   a M| m-h  -h  -h  /-Hx a P "<   a M|+n `H "<   a M| m Ѯ &m`&SJf <   Є/ BHx a O +@&/-Hx Hx /-/a O Jf/a jX "<   a M| m Ѯ  "<   a M| <   Є/ /<    "<   a A| <   Ш / a 2O -@  "<   a M| <   Є/ /<    "<   a A| <   Ш / a O -@ HHMbp,/a 	dX`a '>/-Hx a P`a '*/,a 7XHHMbg FHH/ a XB,l/. 2a XP0,H2,HҀR/HHM2H0,HЁ]/ 0,HT/ HHM0H/ ,l/. 2a O HHMNp ,HHMTp ,HHM6 "<   a fA|, HHMF "<   a BA|, HHMV "<   a A|HHC ,HHMb,HHMB "<   a A|< HHMF "<   a A|< BB/< HHMF//< B/,H4 H" MŒ/a O  BB/< HHMB0Hr&ЁHHMF2HҀ//< B/,HHrЁMŒ/a ^O  HHMh<  HH/ a IXHH/ a hX`0< f*HH/ a XHH/ a IXHH/ a 6XN]LLNuH/2/ 'NUGJ,:HH/ a Xa ( /- , "<   a nA|HPa P/,a 3X|  |  B l/( 2a P0,H2,HҀR/HHA2H0,HЁ]/ 0,HT/ HHA0H/  l/( 2a :O BHx /< /- ,/< -B/,H RAŒ/a O  /- ,HHA>/a P/- ,/,Hl_Hma O BB/<  "B/<  !Hma O Jf *HxHlUa P+@Jg , <   Є/ a XHHAFp   "<   a A|,H <   Є/ /<   Hx a RO -@ J g NHHM6 "<   a A|, HHM6,Vp ,HHM6,Vp -@ HHM6&VE Hx Hm/-a O ,@ g - -f` Hma Xr tUD r - -WDg` Hma X" p tUD " p - :VD g TM c4 (HHм   / /<   Hx a <O &Jf` :&SE HHMFRHma 4XDEHm/
a P/
a XS   'J Hx Hm/-a O Hk HlRHma O |  |  %M+NM+NHma X'm 'm 'm p '@ | `"0HDr1ЁM -f
r  RF| m|`"0HDr1ЁM -g
r  RF| mp'@ M\'N  M (& (Hx Hm/-a  O ,@ f @/-a $X (p &a HHMV <   Є/ /<   HHAF <   А/ a O , "<   a (M|HHAV-P  "<   a M|HHAV-P  "<   a M|HHAF-P  "<   a M|=|   BB/< HHMF//< B/,H4 H" MŒ/a O  HHMB< HHMF<  HHM6&V| `D/+ a X: HHMBHHABPo<`HHAB<&SRF0HHHMFe "<   a M|HHAB=P HHMTp ,HHMNp ,HHMb,BB/< HHMB0Hr&Ё/ /< B/,HHrЁMŒ/a O  HH/ a BX`/,a RXHHMFp ,/,a -XN]LLNuH/2./ $NU "<   a A|1|   "<   a A|1|    "<   a A|&h  "<   a A|p d  | `  $S+KzF`  pp J \D  mr J ]DfJ mJ mJ l mJ lJ mr `r$/*  m/( a P" p J^D " g+J$RRE0H$  "<   a A| e t/-/a ,P&SRF0H$  "<   a A| ( Sb 2 "<   a A|&h | `  /+ a  X8  "<   a A|,H "<   a lA|h o=D ` "<   a NA|=h  J  fM\'N  /+  a X8  "<   a M| "<   a 
A|h o=D ` "<   a 
A|=h  &SRF0H$  "<   a 
M| e &N]LLNu/ o "o  ( !i  #@ "( !i  #A &h !i  #K "( !i  #A "( !i  #A "( !i  #A "( !i  #A &h  !i    #K  &_NuH?/ #,/ $NU|  p +@HHAB0HrЁAp+HHHAB0HrЁAp+H|  HHANpАr WD r J- /WDg  2,H0,HЁR/ HHA0H2,HҀ]/2,HT/HHA2H/r 2,/B l/( 2a 	O 2,HS//HH/ a O HHATJc&HHAT S/ /HH/ a O HHAT//HH/ a O ` |HHAN Sr WD r J- /WDg  2,H0,HЁR/ HHA0H2,HҀ]/2,HT/HHA2H/r 2,D/B l/( 2a O B/HH/ a O HHAT0,HSc&HHATpА/ /HH/ a O HHAT//HH/ a O ` lHHANp VD - /HHJg FHHAB2HP/HlHma O HHAB2H/Hl^Hma O HHA6&Pz `&SRbz ` J lr`rHH/ l/( 2a ZPr J ]Dp J VD Jg/+  /+ /+ HmHmpa JO `/+  /+ HmHmpa 0O x`6r  f(HHAB0HrЁ2HDҀAp -SD| lx`6r  g(HHAB0HrЁ2HDҀAp -SDJDl+k +k +k HHAB2Hp&ҀApHma XHHAB2Hp&ҀApHHAB2HpҀAp  HHAV Ѕ"PJfr `rHH/"l/) 2a LPHx HHCTfr`r    /"l/) 2a  O 2,H$r 2, "a Ђ2,HҀT/HHC2H/"l/) 2a O 2,HHHCB0Ht&ЂHHCF4HԀl.HHCB4Hp&ԀHHCF0HЂ" `2,H/HHCh2ApHP l/( 2a XO &SRHHAFr UD0,Ht RD f *HHAN B l/( 2a PHx B l/( 2a O N]LNuH?/ #,/ $/ +NU|  p +@HHAB0HrЁAp+HHHAB0HrЁAp+H|  HHІHHAFd Hll vHHA6&Px `&SRHHІr RD r JVDfHHІf J lp`pHH/  l/( 2a rPp J ]D r J VDJgBHHAB2H/HlHma ZO /+  /+ /+ HmHmpa >O `>HHAB2HP/HljHma O /+  /+ HmHmpa O v`6r  f(HHAB0HrЁ2HDҀAp -SC| lv`6r  g(HHAB0HrЁ2HDҀAp -SCJCl+k +k +k HHAB2Hp&ҀApPHma XHHAB2Hp&ҀApHHAB2HpҀAp  HHAVHHІ"PJfr `rHH/"l/) 2a PHx HHHHCTfr`r    /"l/) 2a O 2,H$HЂ2,HҀT/HHC2H/"l/) 2a O 2,HHHCB0Ht&ЂHHCF4HԀl.HHCB4Hp&ԀHHCF0HЂ" `2,H/HHCh2ApHP l/( 2a O Hx B l/( 2a  O HHAN B l/( 2a  PN]LNuNqN  N N TN N pN N N N N lN  N N N N  4N N  N N  TN 4N  N N N N ,N  N N N  <N N  N N  LN  |N  N N    H?&o  ./ $/ +NUHH/ Hl/a LO /HlHma @O Hma :X HHSra ,x v`*HH$ HHra DЂS"S RHHlH    N]LNu  H?/ #NUx Hx a X, Hx a X* p ߆VD r ߊVDJgXHx /Hma O Hx /Hma O HmHm/,~HlHa XO HlHHx/,a \O )F߆)Eߊ,;,:g, Jf,K,Jg ,J,:f  BHx /< B/,/,Ůa O BHx /< B/,/,Ųa O BHx /< B/,/,a O BHx /< B/,/,a O BHx /< B/,/,a O BHx /< B/,,JHHp$ҀAŒ/a jO BB/< B/,,JHHDp%ҀAŒ/a :O ` , Jg  BB/< B/,/,Ůa O BB/< B/,/,Ųa O BHx /< B/,/,a O BB/< B/,/,a O BB/< B/,/,a O BHx /< B/,,JHHp$ҀAŒ/a nO BB/< B/,,JHHDp%ҀAŒ/a >O `  BB/< B/,/,Ůa O BB/< B/,/,Ųa O BB/< B/,/,a O BB/< B/,/,a O BB/< B/,/,a O BB/< B/,/,"a O BB/< B/,/,&a vO lJKl:;HA@Jg 2,H/HHA2HX/ l/( 2a 2O ,:gZHx  l/( 2a PHx HHAl/Hma `O HHAt/Hm/,Hma 
O `  Hx  l/( 2a 
PHHA6&P| `HHAV"PJgث &SRHHCFeJg8Hx /Hma O HHCt/Hm/,>Hma 
O `DHx HHCl/Hma O HHCt/Hm/,Hma 	O 2,H$Hma 	X" dHma 	X" `2,H/Hm"l/) 2a 	O `  ,:fr`rHH/"l/) 2a 	P2,H/HHC2HX/"l/) 2a 	hO 2,H$/,a 	6X" d/,a 	&X" `2,H//,"l/) 2a 	2O   e2,l| 6l`2,l| 6lJ,:f  BHx /< 3/,"/< 40H2,HDҀ/2,H/2,H/Hx "l/) 2a O (B/,"/< 40H2,HDҀ/2,H/2,H/Jfr¬~Jgr `rHHDҬ[0,HDЁ/ "l/) 2a LO  `  B/,"/< 40H2,HDҀ/2,H/2,H/Hx "l/) 2a O  BHx /< 3/,"/< 40H2,HDҀ/2,H/2,H/Jfr¬~Jgr `rHHDҬ[0,HDЁ/ "l/) 2a O (N]LNuH2/ NUHHA>+PHx/-a dP$@ 
g  HA@ BHx $a HP&@//
a BPJg  vHHAl,H +  "+ a },, + rPgSg`,HHMtA썪,`:HHMtA썤,`$HHMtA썞,`HM@  Hx $/a P/
a X`HM@  /a xXN]LLNuH2&o $o ./  ,S| `,VRp RD r JVDfJf/
/a \P`2`,VJg/* 
/. 
a JP" Jm n $%n   n  -J LLNuH2NUx A٢)Hٞp )@٢Aٞ)H٦p )@zp )@~Hx a X+@~ &m` : f 2  zd &pd~c  + (+@|` ,zІSA٪"mR mHHl ,zІSA٪ : ,zІA٪  v$l`Z* HHg*  fD* HHrJg4Hx dHm/* a >O Jg ,zA٪HPHma (PJ@gv $RJfJ gX< fR ,zA٪,H ,~ra zA&!N 
/ ,~ra zA&HPHlٞa &O  ,zІrҀ)AzR~Hx /a P&@ f (,~pf~pf~Jf~*,~pf Hx a X~ `JHx ra zPA&/( 
a $P+@Jg/-a (X` ra z"A&HPa @XRnN]LLNuH?0/ ',/ (/ /NUx J g
S gS g`Eٞ`
E`E lh 
mp 0,vր`
p 0,vրS gS g  S g  `  B l/( 2a ZP0,H$ 0,ЂV/ 0,
Hr&/ 0,HT/ 0,HrЁ/  l/( 2a tO BHH/ /< B/,/,a O p )@p )@~`p,@`|  Jg *, f  BHx /< 3/,"/< 4 l0( 
H$  ra xDЂ l( HHDҀp 0,DЁr2,HDҀ/2,
H0,HDЁr8/ 0,H/ 0,HrЁ/  l/( 2a <O (`  B/,"/< 4 l0( 
H$  ra x8DЂ l( HHDҀp 0,DЁr2,HDҀ/2,
H0,HDЁr8/ 0,H/ 0,HrЁ/  l/( 2a O  pf,,o,,0,HІn0,HDЬ|܀&RHx  l/( 2a \P`&SRo  Jf`  , ffHx  l/( 2a P`B l/( 2a |P/+ 
HlHma  O 0,H$  Rr 2,a w" ҂/2,HpҀ/ l/( 2a  O l or`2,H/Hm l/( 2a  O &SR2,H҆oJf D`&SR"fB//< "S//< B/,/,Şa  NO  "S)A~)FB l/( 2a  PN]LNuN N  N ,N  N N #N N N  4N  N |N TN N N 8N N hN N pN N N N N N N  LNU)lֵ)lڵHx <Hm/,a / a O J@gHmBHl/,a O N]Nu/&o )lֵ)lڵ/BHl/,a O &_NuH )l: l0( H  ra u)@ l0( H   ra uv)@Hx Hx%a P&@ gtHx%Hl/a wO HlBa nP)@ߎJߎg@)KBBHl lߎ/( 2a PO  lߎ h Vr(  / a :X/,ߎa 6XHx%/a 0PLNuH / ,/ /HH/ aP/HH/ a
PL Nu  H / ,/    g/,ߒa XЬߖrc)|  ߖHx  lߎ/( 2a P l( HHм   / /,ߖ lߎ/( 2a O /,ߒa ./,ߒ lߎ/( 2a O Sߖ l( HHм   / /HHra sAHP lߎ/( 2a "O < oD l( HHм   / p$І/  l( HHм   / p І/  lߎ/( 2a O Hx a XL NuH2NU+l.+l* l( H| ;@ l( H| ;@+l6+l2 l( H| ;@ l( H| ;@+l>+l:AB+HJgp%Ь)@ߒ`)lߒ)l l0( H  ra r)@J l0( H   ra r)@R l( HH"<   Ҁ)AbHx Hx%a P+@Jg Hx%Hl/-a tO HlFBa P)@ߎJߎg Hma X+@Jg/- lߎ/( 2a P)m l( HHT/ Hx Hl lߎ/( 2a HO a &@ g Hm/a |P/ lߎ/( |a rP,@.<   `/Ba PS   n.<   `/Hx a PS   n.<   `/Ba PS   n.<   `/Hx a PSpzmHx zHx a PHx yHx a zP~ `Hx yHx a hPRpnHx xHx a RPHx vHx a DPHx tHx a 6PHx rHx a (P~p`/Ba PUp(m~(`/Hx a PUpmHx Hx a PHx Hx a P~ `Hx Hx a PRpnHx Hx a PHx Hx a PHx Hx a PHx Hx a P/ lߎ/( |a 
P&@/a 
Xa 
$@ 
g\Hm/
a 
P/
 lߎ/( |a 
P,@`Hx Hx a :P lߎ/( Va 
X @ g/
a 
X/ lߎ/( |a 
vP,@/,ߎa 
"XHx%/-a 
PN]LLNuH?2NU~ a B/- 4/< -B/,N/,<a 
<O B/,N/,<a 
0O Hx  lN/( 2a 	Ppl;@ l( H|@ l h 2:( <Hla 	X$@ 
g/
 lN/( 2a 	P0H lN h 2r 2( >Ҁ\/0 rЁ$ /- ,a 	VX2Ha n" D҂/ lN/( 2a 	BO /- ,a 	*./- , lN/( 2a 	*O 0H lN h 2r 2( >ҀX0-HЁ/ 0 rЁ$ /- 0a X2Ha n." D҂/ lN/( 2a O /- 0a ./- 0 lN/( 2a O "
g  /
a X`   lN h Vp( " /a bX`  (. 6.  g&n /a X"p@g  g  g4`  n~`  h2+ &JAg
SAgSAg`T/,N/,@a P~`B~`>`< lHCf/,N/,@a P~` l( HCf/,N/,Da nP~ lN/( Va X,@"f JJg &< f l<+h " m//- 4a Pa >HHSN]LLNuH70NU~l l( H|@ l h 2:( <Hla pX$@ 
g:* /
a X)l l0( H$ 0 *DЂrra l)@ l0( H$ 6H" DЂr2HDҀ ra l)@0 *rҀ)A4H" rЁ2HЁ)@)lʴ)lʴHlRa X&@"fp` >;| 0H$ 6H" Ђr@;A0 *;@;Gp +@A+H;|  p +@+l"BHx P/< .Hm/Hx a O &@)K<;| 0H$ 0 Ђr@;A0 U@;@0U@;@+l;| BHx _/< @Hm/Hx a 8O &@)K@0H$ 0 Ђr@;A0 r@;A0 ;@;G+l;| BHx _/< @Hm/Hx a O &@)KD fp`  HlBa .P)@NJNfp`  lN h 2C~!I  lN h 2|  Hx  lN/( 2a P4H" r	Ё2HҀ/0 *rЁ/ 0HS/ Hx  lN/( 2a BO  lN h 2p !@  lN h 2|   B lN/( 2a P4H" 2HҀT/0 *r
Ё/ 0HT/ Hx  lN/( 2a O 0 2HҀX/0 *r
Ё/ 0H$ 6H" ЂZ/ Hx  lN/( 2a O BHx /< 3/,"/< 44H" R/ 0 *S/ 0HT/ Hx  lN/( 2a PO (B/,"/< 40H/ 0 / 0H$ 0 Ђ^/ Hx  lN/( 2a O  BHxB/,R/,Na O Hx      |   H                                                                                                                                                                                                                                ~                                                                                                                                                                                               3   }      }   .        v                                                                                                                                                                                                                                                                                                                                                                                                                                                 3    B/,N/,Ra O B/,Na Pp N]LNu/a `/a X lN/( Va X&@ fB/,Na Pa JNgHx/,R/,Na O /,Na XJRg
/,Ra X&_Nu/Hx/,a P.  .Nu/&o /a Xp 0,/ a xX&_NuH?2./ (NU A> PJg Hx A>/a FP+@Jg hBHx $a >P$@ 
g T/
/-a  PJg 6,* ( $*  "a g*  "a g&  * ,@ . (&@HH/ Hk Hma zzO H   /Hx /a O )l޵)l⵾)l ,P"a g / /,L/////HmBHl/,a zO ,Jf  HmHm/,a vO JgpHm A>/a FPJgRBB/< B/,/,Şa O a BHlٞ/< B/,/,Şa |O Ba XHx a X`a Hx $/
a PN]LLNu/&o , f"BHx /<  Hx /<  /a O `RHx Hx `a  P)@Jg4Hx `/,Hla O HxHxHx Hx /,/a rO `p )@&_Nu/&o , fB/a @P`"Jg/a BXHx `/,a  >Pp )@&_NuN 0N N tN N "\N !N N !N 8N ,N  4N N  N N N \N  dN N N #N |N N N !N hN N 4N HN N |N !8N "N N (N N dN ",N N "N N N N #\N TN N @N #pN N #<N !H&o /a vX. U`Sp J^D r 3 /x VDp 3 :x VD f3 /x f  x 3 :x f
pЇ   Jn@Hx/a 7"P, Jg./a 7X* JgHx x//a 7O /a 7X/a 7 XLNuH?2/ +/ /*/ 0NUx|  < gHH/ a XJg 	, Jg,JHHHHDRf:< f4< g8J,fHH/ a (X@`HH/ a "X@`
/,a XHA@Jg 	HHDRA@HHr < \DJg J-f ,Jf  HH/ a ]lXJg RS gS gS g S g ` a r$@ 
g HHDRA>/Hmxa uPHx HlHmxa 5O HmxHHA>//,HlHma gRO BB/<  "/
/<  !Hma }O & Jg
/,a X/
a X< fJfBHx /a DO |`2HH/ a  XHx HHAN/HH/ a O | `  a |$@ 
g  HHA>//,HlHma fO BB/<  "/
/<  !Hma |O & Jg
/,a X/
a 4X|  HHA>/HH/ a P`fp )@Lp )@PHHA6&Px `4HHAV"PJg + ѬL + S"a anTѬP&SRHHCFea \Z` H,JHHHHDRf  < l  HH/ a [.XJg a N$@ 
g  HHDRC>//,HliHma e`O B/
/<  "Hma {O & Jg
/,a X/
a 
X|  HHDRC>/HHDR/ a ŰP< fBHx /a 2O `2HH/ a XHx HHCN/HH/ a O a [F` 4HHC6&Q< f 0a Jg &Ba 2X,@x ` HHCV QJg HmHx /+ HHDRA>/HHA>/a !<O - f HHA>/Hma r
PHx /+ Hma 28O HHDRA>/Hmxa qPHx /+ Hmxa 2O -l HmxHma 1PJg  HHAV"P  HHCNp TD HHCN2,Hґt RD"g<HHCN"/HHCN/HH/ a lO `| p-@ `  HHCV Q  HHANp TD HHAN2,HҐt RD"g4HHAN"/HHAN/HH/ a O &SRHHAFd - m ` p )@Lp )@Px ` HHAV"PJg  J l  S gS gFS gzS g  ` Hm/+ HHDRC>/HHC>/a O ` Hm/+ HHDRC>/HHC>/a 	<O ` tHm/+ HHC>/a 	ZO ` P + ѬL + S"a \TѬP` 2` .HHCV QJg +lPHmHH/ /+ HHDRA>/HHA>/a O p < WD r < WDp - VD g Hm/+ HHA>/a O < f  RP ,P"a ['@ HHANp TD HHAN2,HҐt RD"g4HHAN"/HHAN/HH/ a ЄO p - VD r < VDg  HHAV"P  HHCNr TDHHCN0,HБt RD g4HHCN / HHCN/HH/ a O &SRHHCFd
- m (p < VD r J-VDg$Hx HHC>/HH/ a O p < VD r J-VDg,Hx HHDRC>/HHDR/ a O , Jg,JHHHHDRf< f< ga `
/,a XN]LLNuH!2NU~ Hx/,>a ,P+@Jg  Hx/,Ba ,P&@ g  vBHx $a }NP$@ 
gZBHx $a }<P,@ g</
/-a zP$ Jg//a zP$ Jg~ $*  WDHx $/
a }PHx $/a }P/a ,HX/-a ,>X N]LLNuH2/ +&o ,NU| BHxa |P$@ 
g BHx,a |P,@ g A +HA+H/-  /a kPHx /- (/a +O Hx/a +P+@Jg r/
/-a y2P* < l B/- $/-a kVPHx /- (/-a +O /-a xLX+@Jg 
/-a +\X`  /
/-a xP* Jg//-/a O | Jg  J oP//Hj /-/a O p < WD r < WDJgHj /-a jP|< f  RP`  |SgSg SgHSgV`f/Hj /-/a  O `P/Hj /-/a  |O  f6Hj /-a jLP|`$Hj /-a j:P|`"* |ӬLrҪ ӬPr  VDf /-a *DXHx,/a {PHx/
a {PN]LLNuH?2&o 4NU/Hx /- 4/- 0/- ,a O Ba *X+@Hx/- 0a )P+@JgbBHx $a zlP+@JgB/-/-a wPJg" m"m (  S"m") a VX+@Hx $/-a zP/-a )xX/- ,Hm~a i0PHx /- 4Hm~a )^O /- 0Hma iPHx /- 4Hma )<O t HxHma xP,@ g*Hx B/a xO HxB/a xO $ /a uX"m#l HxHm~a (P+@Jg`BHxa ydP+@Jg:/-/-a v8PJg""m+i t"m.) |Hx/-a yP`
 ` /-a (tX` HxHm~a wVP+@Jg  fb /- 4Hma hPHm/,/,a O rf6Hm/- 4a g2PJg$/- 0Hma gPHx HmHma 'O t  f  -Ђr ^D r J]DJg  HxHma vP,@"g  Jg  /<   a xdX"  ra TT"  ra T,    n`,<   o*`*B/a wP$@"
go"`"//
/-a vO ( //
/a wlO & r J^Dp JVD fg //
a x\P/a sX/-Hma vP` ` /,a $X/-a sX` "mp#@ N]LLNuH 2&o $o ,o NU  //
//- a tO  f//
/- aO N]LL NuH 2&o $o NU|/
Hx /Hlh/- a "O Ba &RX,@-l  g f> /- Hm~a ePJgHx /Hm~a &O Hm~a s*XJf a p-@ N]LL NuH?0./ $NUz x  A6&P/a XJg | ` L AV"PJg 4/+ Hma eZPHmHm/,a O  < f  /+ Hma dPJg   C>/Hm.a ePHx /+ Hm.a %@O  C>/Hma dPHx HmHma %O Ba %X$@%l HmHm.a %PJglz CV Q   ANp TD "AN2,HҐt RD"g&"AN"/"AN//a ƌO r%A `< fx&SR"AFdJg JgHx "A>//a O N]LNu o FNu// HHAF/BHHAV/a SO Hx HHAN/HH/ a O HH/ a fX.Nu// HHAF/Hx HHAV/a SO Hx HHAN/HH/ a RO HH/ a X.NuH/ / NULHlVHmLa cPHmL/,/,a O rf  HmLHlVa bPHx dHmHlVa r(O JgtHHA6&Pz `*/+ Hma q|PJ@gHHAV"P&SRHHCFeHx HHCN/HH/ a lO HH/ a XN]LNuH2&o NU  Hx/- $a qNP, Jf  $lh`$RJg//* 
a aVPJfJg  Hx/* a qP. Jg  Hx B/a qO HxB/a qO * B/a rP,@ gBHx/- $a pP, Jg$///a qO ///a qO /a ntX//a rP/a nbX`/a nXXN]LLNuH#0/ NU|HHA6&PHH/ a lXJg | ` vHHAV"PHHr J ]Dg  HHC>/Hm~a `PHx /+ Hm~a !O /+ Hm~a <.P$@rlHlbHm~a `tPHm~/* a ^PHHCV Q  HHANr TDHHAN0,HАt RD g  HHAN / HHAN/HH/ a RO ``HHAV"PJgJHHC>/Hm~a _PHx /+ Hm~a  O Hl\Hm~a _PHm~/,a vP&SRHHCFe zN]LNuH0./ ,/ NU,|  Hm/,/,a O rf   A>/Hm.a _BPHx HmHm.a pO Ba lX$@%l Hm.a l(X&@ gB/a @XJgHlVHm.a ^PHm./,a PHx  A>//a O p%@ N]LNuH / | `RHHAFdHHAV"PJgHHCFf/,a Xp ``pL NuH# NU`p'AjC`"QA+Hh+llAt+Hp0, 2D@lʐ| 
;@xt 4," | ;@zA+H|+lA+H0, D@lY@;@t 4," | ;@A+H+lA+H0, | ;@A+H+lA+H0, | ;@A+H+lA+H0, | ;@A+H+lA+Ht 4," | ;@A+H+lA+H0, 	|  ;@A+H+l lV( 6H lV( 7Hp 0/ p 0/ Hm` lV/( 2a sO BHx /< 3/,"/< 4t 4," X/ 0, / p 0rЁ$ 0, Ђ/ p 0r 2,Ҁ$2, 2D҂p/ lV/( 2a o$O (BHx /< 3/,"/< 4t 4, " X/2, /p 0rЁ$ 0, Ђ/ p 0r 2,Ҁ$2, D҂p/ lV/( 2a nO (BHx /< 3/,"/< 4t 4, " pҀ/r 2,p/p 0X/ p 0P/  lV/( 2a nZO (B/,"/< 4p 0,R/ 0, V/ p 0r$Ё$ 0, 
Ђ/ p 0P/  lV/( 2a n
O  N]L Nu  H72/ 'NU|  ,l l( $H l( #HH lr 2( ҀzArl9A l h 29h <)l)l)lr )AHla ghX$@"
g9j /
a n`Xp 0r&Ё$ 0, <2@9Ap 0r+Ё$ 0, 2@9A l0( Hr 2,DҀ ra G9@ l2( Hp 0,DЁra G9@HlZa lX&@ fp` pF;@p 0rЁl;@;| 0,U@;@+lA+H;|  p+@+l"BHx _/< @Hm/Hx a lTO &@)Kߚp 0rЁ$ v 6," 2@;A+l;| BHx _/< @Hm/Hx a lO &@)Kߞp 0rЁ$ 0, 2@;A+l;| BHx _/< @Hm/Hx a kO &@)Kߢp 0r.Ё$ 0, 2@;ApE;@0,ʐm| ;@pl;@p +@;| p +@B/,/< Hl/< Hm/Hx a k@O  &@)Kߦp 0rЁl;@+l;| p+@BHx _/< @Hm/Hx a jO &@)Kߪp 0rЁ$ v 6," 2@;A+l
;| BHx _/< @Hm/Hx a jO &@)K߮p 0rЁ$ 0, 2@;A0,ʐm| ;@pl;@+l;| p+@BHx _/< @Hm/Hx a jBO &@)K߲p	F;@p 0r%Ё$ 0, 
2@;A0, r@;A0,S@;@< g+l`+l;| BHx _/< @Hm/Hx a iO &@)K߶p 0rЁ$ 0, 2@;Ap 0r$Ё$ 0, 
2@;A0, r@;Apl;@+l;| BHx _/< @Hm/Hx a iJO &@)Kߺp 0rЁ$ 0, (2@;A+l;| 	BHx _/< @Hm/Hx a i O &@)K߾0l$ 0, 2D@B| ;@p 0rЁ$ 0, 	2@;A0,ʐm| 
;@p +@;| 
p +@BHx /< 9Hm/Hx a hO &@)K fp` VB/,/<  y//<  n/,Z/<  lHx/<  k/<  D/<  jp 0,/ /<  gp 0,/ /<  fp 0,/ /<  ep 0,/ /<  dBa ^
O P)@VJVfp` B/,Va hPa  <   ~Jfp `0< @p@~Jfp `0< @p ~Jfp `0< @p~Jfp `0< @p~Jfp `0< @J,gBHx /< B/,V/,ߚa hO J,gBHx /< B/,V/,ߞa gO J,gBHx /< B/,V/,ߢa gO J,gBHx /< B/,V/,ߪa gO J,gBHx /< B/,V/,߮a gO < f<BHx /< B/,V/,ߢa gdO BHx /< B/,V/,߮a gFO J,f"HmHHD/ HlSHlTHlUa O p - WD r - WDJg|  -HH N]LLNuH/0/ #NUx $l l( $H l( #HH lr 2( ҀzArl9A l h 29h <p 0r&Ё$ 0, (2@9Ap 0rЁl9@ l0( Hr 2,DҀ ra @f9@ l2( Hp 0,DЁra @H9@HlZa e@X&@ fp` |p
F;@pE;@0,ʐ| ;@pl;@A+Hp +@;| 
p +@+l"BHx /< 9Hm/Hx a dO &@)K fp` B/,/<  y/
/<  n/,Z/<  lHx/<  k/<   /<  jp 0,/ /<  gp 0,/ /<  fp 0,/ /<  ep 0,/ /<  dBa ZlO P)@VJVfp`  B/,Va dP <   ~Jfp `0< @p@~Jfp `0< @p ~Jfp `0< @p~Jfp `0< @p~Jfp `0< @p N]LNuJVg/,Va gXp )@VJZg/,Za cXp )@ZNuH?2/ 7&o 8NU| +l"B/- 4/< B/,V/,a d4O  J,f 4 l( $H;@ l( #HH lr 2( ҀzA2-l$2, 2DAB| ;A2-l$2, DAB| 
;Ar!E;A|  |  B lV/( 2a dPp 0rЁ$ 0, 	Ђ/ p 0-r 2,Ҁ$2, D҂p/p 0rЁ$ 0, Ђ/ p 0-/  lV/( 2a dO p 0rЁ$ 0, 	Ђ/ p 0-r 2,Ҁp/p 0rЁ$ 0, Ђ/ p 0-/  lV/( 2a cO Hla \X+@Jg&/- lV/( 2a dPp 0rЁ mh ;@ Jo hBHx /< B/,V/,߲a b~O Hx  lV/( 2a cPBHxa _P+@Jg 2/- ,HmJa NPHx /- 4HmJa O HxHmJa ]P+@Jg /-/-a \xP m+h |J,g^Hx /-Hma O p 0-$ 0, Ђ/ p 0-/  lV/( 2a bRO Hma M.Hm lV/( 2a cO J,g  A,+HA+HA+H m+h  m+h  m+h Hma [XJg  p 0-$ 0, Ђ/ p 0-/  lV/( 2a aO Hma M*.Hm lV/( 2a bO p 0-$ 0, Ђ/ p 0-$ 0, 
Ђ/  lV/( 2a adO Hma L.Hm lV/( 2a b.O J,g (Hx/- ,a NP+@Jg /-a Z8X+@/- 4Hl^Hl?Hma >O BHma UXP/-a ZXHxHl^a \ P+@Jg  Hx Hm/-a \.O ( Jg  Jc SA  M`Rp  9^D r  0]Dp JVD fp 0-$ v 6," Ђ/ p 0-/  lV/( 2a `FO /a K./ lV/( 2a aO /-a YXHl^a YrX< n (/- 0HmJa KPHx /- 4HmJa &O HxHmJa [P+@Jg /-/-a YPJ,gbHx  m/( |Hma O p 0-$ 0, Ђ/ p 0-/  lV/( 2a _|O Hma J.Hm lV/( 2a `FO J,g  A,+HA+HA+H m+h  m+h  m+h Hma XHXJg  p 0-$ 0, Ђ/ p 0-/  lV/( 2a ^O Hma JT.Hm lV/( 2a _O p 0-$ 0, Ђ/ p 0-$ 0, 
Ђ/  lV/( 2a ^O Hma I.Hm lV/( 2a _XO J,g  m ( |f B/<   a [P,@ g p 0-$ 0, Ђ/ p 0-/  lV/( 2a ^O | /<   //-a YpO ( /<    N   //-a YRO +@/ N   //a 8O r JWD @f   fJ-fcLp 0-$ 0, Ђ/ p 0-/  lV/( 2a ]pO /,&a H./,& lV/( 2a ^:O `jd /,&a H./,& lV/( 2a ^O `DJ-g /,*a H./,* lV/( 2a ]O `/,.a Ht./,. lV/( 2a ]O /<   /a Z^P`PJ,gJp 0-$ 0, Ђ/ p 0-/  lV/( 2a \O /,2a H./,2 lV/( 2a ]nO J,g (Hx/- 0a P+@Jg /-a UxX+@/- 4Hl^Hl+Hma :8O BHma PP/-a UFXHxHl^a W@P+@Jg  Hx Hm/-a WnO ( Jg  Jc SA  M`Rp  9^D r  0]Dp JVD fp 0-$ v 6," Ђ/ p 0-/  lV/( 2a [O /a F./ lV/( 2a \TO /-a TXXHl^a TX/-a TDX`bp 0-$ 0, Ђ$ p 0,Ѐ   Ђ/ p 0-/  lV/( 2a [O /,6a F|./,6 lV/( 2a [O  /-a SXHx/-a XXP` BB/< B/,V/,߲a ZO ` pbJnpfJf
Jo|`  lV h Vr(  / a XX` +j ;j - g+j /
a YX -r@g   g  g ` Z| ` P m0( &| 	b @@N N 0N ZN N N$NNNxNzN|N | ` F,Jo /HHD/ Hl(Hl)Hl*a O ` F,Jo /HHD/ Hl%Hl&Hl'a O ` F,Jo /HHD/ Hl"Hl#Hl$a VO ` ~p 0-)@p < WD r < WDJg,rf$r)AB/,/< B/,V/,ߦa XfO Jo (/HHD/ HlHl Hl!a O ` F,Jo /HHD/ HlHlHla O ` F,Jo /HHD/ HlHlHla O ` |` |` |  ` ` x `Rp r
RD  mHt mVD"f"p	e lANN &N :N N N*NzNNNN|/,V/,߾a 4P ` &F,Br J,VD//< B/,V/,ߚa W"O Jo /HHD/ HlHlHla O ` F,Bp J,VD / /< B/,V/,ߞa VO Jo /HHD/ HlHlHla DO ` ~F,Bp J,VD / /< B/,V/,ߢa VzO Jo N/HHD/ HlHlHla O ` *F,Bp J,VD / /< B/,V/,ߪa V&O Jo  /HHD/ HlHlHla O `  F,Bp J,VD / /< B/,V/,߮a UO Jo  /HHD/ Hl
HlHla HO `  /,V/,߲a zP|Hx a OlX/,V/,߲a fP`V/,V/,߶a PP|Hx a OBX/,V/,߶a <P`,/,V/,ߺa &P|  Hx a OX/,V/,ߺa Pm f  /,V/,߶a P| |B lV/( 2a VPp 0rЁ$ 0, 	Ђ/ p 0-r 2,Ҁ$2, D҂p/p 0rЁ$ 0, Ђ/ p 0-/  lV/( 2a UnO p 0rЁ$ 0, 	Ђ/ p 0-r 2,Ҁp/p 0rЁ$ 0, Ђ/ p 0-/  lV/( 2a UO  lV/( Va SX$@ 
f RJg 
 g fJ,g ` /-a TFX`. lV/( Va R2X$@ 
g    g
     f| p~J,g0< `p   Ь~J,gr@`r    ҀJ,gp `p    ЁJ,gr`r    ҀJ,gp`p    Ҁ)A~N]LLNuN TN N N N pN N \N  2N  34  H'0/ z HH/ a XJg 6a Hla L,X$@ 
g/
 lt/( 2a TPHHA6&P| `  HHAV"PHHr J ]Dg  /+ HH/ a  P* HHCV Q  HHANp TD HHAN2,HҐt RD"g4HHAN"/HHAN/HH/ a O &SRHHAFp UD r tVDf "
g/
a RXa <LNuH?2&o ,NU~ x +lzLAN)HJp )@NAJ)HRp )@p )@|  \|  ] l( Hr@;AvB lt/( 2a RrP0-vHRr 2,Ҁ/ lt h 22( < 2p/2-vHR/Hx  lt/( 2a QO Hx  lt/( 2a RP2-vH lt h 2p 0( >ЁR/ Hx  lt/( 2a QjO /a <./ lt/( 2a R8O BHxa NP+@jJjg BHx a MP$@ 
g  - ,A>/Hmxa =PHx /Hmxa IO HxHmxa LP+@rJrg :/-j/-ra JP mj*( t| `HBHHD^r r JVD / /< B/,tHHXAƘ/a OO R< m|`HBHHD^r r JWD / /< B/,tHHXAƘ/a OO R< m mj/( |/,/
a .
O /
a 	X mjp f/,/
a -P` mj/( /,
/
a -O /
a 	jXHla 	`Xp +@^A +HbA +Hf mj+h P mj+h T mj+h XHmPa HXJg(Hj Hj /,/
a -hO /
a 	 XHla XHmxHl/
a -DO B/
a CPHxHla JXP+@nJng    Hx /
/-na JO  JoHHS   |  `R-p -^D -Ht 2 
 VDĀfܼ-o-H    /
a PX-o-HHr a :XHla 0X/-na GXHla GX/
/-ra P+@/-ra G^X,lv`DJ. f<Hx dHm/. a IO $ Jg"/Hma IP4 JBg/. 
a Xt+B,VJfJf
/,fa XBHlJ/< B/,t/,Ƙa MTO `  lt h Vp( $ /a LX`  lF+h H lF6( tpĭHg
 lF+h D/,Fa LX$-Hp g"p g  g  g  ` @~` : mD4( &WB| 
b (BN N 0N NN .N *N &N "N N N N N ~` ~`  mDt 4( &DpԀp$ ` //- ,a P` ` | `Rt < ]DH mLHr @VD fؼ< l`HHD^r B HHD^t"p JVD " //< B/,tHHXAƘ/a KO ` (< l`HHD^r B HHD^t"p JWD " //< B/,tHHXAƘ/a KdO `  ¼< f,/,t/,a fP~Hx a EX/,t/,a RP`  < 	f*/,t/,Ơa 4P~Hx a DX/,t/,Ơa  P`^< f*/,t/,Ƥa P//- ,a pP/,t/,Ƥa P`.| f(/,t/,Ơa P~Hx a DX/,t/,Ơa P lt/( Va JPX)@FJFf VJg 2< fNJgJ / Hmxa FP - ,A6+P` m+P/ m/( a 6"PJf m !@ BB/< B/,t/,Ƙa JO Hx /
a H"PHx/-ja HPHHN]LLNuH?2&o ,NUz Hx //- ,a EO , Jf/,a Xp +@` pn +K$lv` 6* S g
S g  v` "z~ `0 j  ?g" j HH 3p HH gz RG0H$ /* a 5TXc0HnJg  /* 
a XXHla NX`  z~ `l0H H3 0H H@HJg< `p  < 
d< 0`< 7 j  _o
 j    j  ?g j Ǹgz RG0H$ /* a 4Xc0H$ " n pJg/* 
a XHla X$RJgJg Hx Hl/a 4rO Jf /,a lX+KHxHx /- ,a DO ` x m/( /,"Hma &O Hx  mHPHma 4O Hma XHx Hl mHPa 3O Jf   m/( //- ,a CO ,K0. H/ 0H/ /,&Hma &&O Hma X0. H/ 0. H/ /,*Hma %O Hma Xr.  / . HH/ /,.Hma %O Hma bXJ. 
f  /,2a PX`tHx Hl mHPa 3.O Jf< m/( //- ,a BO +K m//,6Hma %dO Hma  X`B mpШ / /- ,a CO Hx //- ,a BO , Jf r`  Hx HlHk a 2O Jf+ - f/,Za  Xp
+@`  zJf  t;|  ~ `2p 3 p ^D r 3 p ]Df3 
p g3 	p fRmRG0Hn0- 
$ 6H" l/,baXp+@`p +@ -N]LLNuH 0&o pPc  ~/a 1XЬ  dh/ ,AVHPa 2&P ,AV$H ,ra A!J 
 ,ra AHPHlJa BP/a 1fXЬrҀ)ARL NuH?0NUzl l( H|@ l h 2>( <0 Pr 2,a " p 0,a x@Hla >,X$@ 
g>* /
a E&X)l l0( H$ 0 2DЂra )@ l0( H2HDҀ0HDЁ2HDҀ] ra n)@2 2)A0H2HҀ0HЁrҀ)A)l)lHlxa CdX&@ fp` ;| 
0H2HҀpA;@0 #| 
;@;Dp +@A+H;| p +@+l"BHx /< B/< Hm/Hx a BO  &@)KƘ0 #r@;A0H2HҀ0HDЁr@;A0 | ;@0U@;@+ln;| p+@BHx _/< @Hm/Hx a BO &@)KƠ0 #r@;A0D$ 2A0D@BU@;@0 | ;@;E+lr;| BHx _/< @Hm/Hx a B$O &@)KƤ0H2HҀpA;@A}+H;| r+ABHx _/< @Hm/Hx a AO &@)Kƨ0H$ 6H" Ђr@;AAu+H;| BHx _/< @Hm/Hx a AO &@)KƬ0 2@;AAo+H;| BHx _/< @Hm/Hx a ANO &@)Kư4H" FS@;@Af+H;| BHx _/< @Hm/Hx a A
O &@)Kƴ0 FU@;@A`+H;| 	BHx _/< @Hm/Hx a @O &@)KƸ0 FW@;@AY+H;| 
BHx _/< @Hm/Hx a @O &@)KƼ0 FY@;@AP+H;| BHx _/< @Hm/Hx a @JO &@)K4H" F[@;@AH+H;| BHx _/< @Hm/Hx a @O &@)K0H2HҀpA;@0 | ;@;E+lv;| p+@BHx _/< @Hm/Hx a ?O &@)K fp`  )lxHlBa CP)@tJtfp`  J*g/,* lt/( 2a A|PB/,ta ?PBHx /< 3/,"/< 40HS/ 0 2r/ 0HR/ Hx 
 lt/( 2a ?DO (B/,"/< 40H/ 0 r/ 0H2HҀ0HDЁ/ 0 #X/  lt/( 2a >O  p N]LNu/a =`/a >(X lt/( Va =X&@ fB/,ta BlPa =JtgHx/,x/,ta BO /,ta AXJxg
/,xa >X&_NuH?NU|  x HxHl4a :P. JfHxHl"a :P. a Jg  Hx B/a ;0O HxB/a ; O , /<BpІ/ a O &@ g  ///a :O f  ~  h z `
3X -Rn/a 7X&z `0r r JVD rt"t JVD"gxRrnJfr - VDJf `$`p`/</a P/a 7Xp``p N]LNuN  2N  34H#./  A6&P/a ˖XJg  | `   AV"PHHr J ]Dgv/+ /a P"CV Q  "ANr TD AN0,HАt RD g& AN /  AN//a O &SR AFe VLNu/~ ` ra A>HPa 3>XRp	n.Nu / `R lJgmRNuH./ &lp ހ ,Ї'@ 
/aX. + < b | @N NN N FN nN N N N N  ,Ї'@ /a xX.  ,Ї'@ /a dX. ` f ,Ї'@ /a LX.  ,Ї'@ /a 8X. ` : ,Ї'@ /a  X. ` " ,Ї'@ /a X.  ,Ї'@ /a X.  ,Ї'@ /a X. `   ,Ї'@ /a X. `   ,Ї'@ /a X. `   ,Ї'@ /a X. `  +  g+  f ,Ї'@ /a pX. +  fP ,Ї'@ /a TX.  ,Ї'@ /a @X.  ,Ї'@ /a ,X.  ,Ї'@ /a X. +  f ,Ї'@ /a X. /p + Hra NA>HPa 8P Sra ZDVހ LNuH2&o NU ~ Hx/a 6@P$@ 
g vHx Hm /
a 6tO Hx HlHm a &|O JgHx HlHm a &dO Jf  Jg/,/,a 8@Pa Hx B/
a 6nO HxB/
a 6^O )@B/,a 7TP)@Jg /,/,/
a 5O |`
/a X, m,l>z ` 
. Y g  jV gS gDS g\`  S g  S g  `  )|  #)|  $)n )n )n )n `  )n )n )n )n `  /. Hla %P9n 9n `  t/. Hla %P9n 9n `V)n /. Hl<a %~P/. Hla %pP)n )n )n )n )n ~, g| `|  R,VJf ,lZz `dpЅra A쁀!n 
  n JfpЅra  A쁀p !@ `pЅra A쁀!n  pЅra A쁀 R,VJgp(npЅra A쁀  `
/,Na  X/
a 1XN]LLNuH?2NUz |  BHx a 5HP&@ g HHx/- ,a 3P$@ 
g &Hx //
a 3O . /
a 18X,lv` 2. J gS g>S g  ` Hx dHm/. a 3hO Jg  /- 0Hma 2PJ@g  z`  vt `0 n  ?g" n HH 3( HH gv R/. a #*X" cnJg  z`  vt `f ra 3  ra Jg< `p  < 
d< 0`< 7 n  _o
 n    n  ?g n ¸gv R/. a "Xc
" nJgzJf,VJgJg Jf  tn  Hx HlHk a "nO $ Jf+ - fz`  ;|  | `2t 3 ` ^Dp 3 ` ]D f3 
` g3 	` fRmRF0Hn0- 
$ 6H" l,lv`,VJg.  fJgz`,lv`,VJg.  fJgzHx /a 3P< f ``< fp``p N]LLNuH0/ &o NU|| ,Jf  Jgv/HHA>//,HlyHm~a O BB/<  "B/<  !Hm~a *O Jg
/,a XHlvHm~a !PHx /Hm~a .8O |`>HlFa X|  ~`,HHA>/Hm~a !>PHx /Hm~a -O /Hm~a P$@ 
g>pf, Jf:Hm~HH/ a P`&Hm~/* ,:HH/ a ~O `
/,a VXJg
Hm~a .(XN]LNuH0/ / #/ 'NUp+lv+lr;lzl|p0@{HxHmra /P$@ 
g HHA6&Px `  HHAV"PJg  Jgd| "~HHC>/Hma   PHx /+ Hma ,O J mHlBHm~a PHl?Hm~a PHm~/
a -P`B| "~/+ Hma PJ mHl;Hm~a PHl8Hm~a zPHm~/
a -P&SRD0HHHCFe $/
a ,vXp``p N]LNuH?2/ +&o 0NUtz |  yx v |  z|  |  ~,lL`,VJg/- 0/. 
a vPJfJg | `  H6 S < b | @N NNN N JNNHN vN NLHHA>/HH"<   a AzHPa Px` HHDRA>/HH"<   a tAzHPa hPv` RHx //a O xHH/ Hl,HH"<   a 2AzHPa (O ` Hx /HHDR/ a PO vHH/ Hl HH"<   a 
AzHPa O ` B//a O xHH/ HlHH"<   a 
AzHPa O ` B/HHDR/ a O vHH/ HlHH"<   a 
\AzHPa RO ` : f  JfxzHHA6$Pt `$RRHHAV"PJfHHCFeHHCFd^HHC>/HH"<   a 	CzHQa PHx /* HH"<   a 	CzHQa )^O $RR` |z` v/HH"<   a 	rCzHQa fP` RJf zvHHDRC6$Qt `$RRHHDRCV Q  HHHHDRAFr UDfHHDRAFdbHHDRA>/HH"<   a AzHPa PHx /* HH"<   a AzHPa (ZO $RR`  xz`rJ-yflHH"<   a lAz  | yHH"<   a LAzHP/,/- 0a O rgz`HH"<   a Az  R< m < l  ~/. /. HlHmza O Hm~HmHmzHmzHmza O /,a 2*XHx a 2lX;@vBHmza #PJg
/,a Xp 0-v/ a 2@XBa 1XHla 'XHla 'XHla 'X< g LJg$Hx HHA>/HH/ a  FO Jg,Hx HHDRA>/HHDR/ a  O N]LLNuNqN  ^VN  UtH#/ NU,HA@HHHHDRA@HH$HH/ a Xg 4HlHma PHm/,/,a O Jg Jg HH/ a  XJg  a  &@ g  HHDRA>/Hm.a 8PHx HmHm.a %O Hm./,HlHm.a O BB/<  "//<  !Hm.a !`O , Jg
/,a bX/a XHx HHDRA>/HHDR/ a LO HH/ a XHx HHAN/HH/ a  O a N]LNuH0./ NU|HxHla 'P$@ 
g   A6&P,JHHg<| "~ A>/Hma PHx HlHm~a $O Hm~/
a &P| `X AV"PJgB| "~/+ Hma PJ mHlHm~a PHlHm~a ~PHm~/
a %P&SRF0H"CFe/
a $Xp``p N]LNuHla $XNuN  UtN  gH./ ,/ */ /pЇ/ a (P&@ g4&Jg l!K )KA'H 'E pЇ'@ A  ``p LNuH0&o ./ E f j  Jg R!j  /* /
a (TPLNuH0./ &l`, f$ k  Jg S!k  $K&S/* /
a (P`&S fLNuH 0&l`" k  Jg S!k  $K&S/* /
a 'P fL Nu/ / r  l`
 fr P$f $NuNqHGHx &Hl\a 'P)@BJBgPBHlF/<	 Hx /<	 HlNBa .NO )@Jg"~ `///,a .O &RX   cLNuJBgJg
/,a -X/,Ba &XNuH./ &lR` k N&S fHla 4XHl a *XHl:a  X`
/,ta XJtfa /a  
XLNuN     H2>/ NUBa &|X&@+  f  ~J g)k x)|  0|J g)k )|  0J gNJ gH + $@J ,f HxHza #P)@Jg)|  JfJg)l)|  0, ~gHx BHla 8O , gHx Hx Hl a O , gHx Hx Hl:a  O +  f  + +@Jg  0HR/ a X,@ m ( +@0H/ //-  a O   p 0H/ /a P, pІ/ a X$@/Hj /a .O RJg> m~ 0HR/ a PX+@  0H/ /-   mHh a O  m    $   r % /
/a  HP/ a X` ,l
,n $/a  bX/,
a  *.a XHxa Xa 
N]LLNu* NqN  KN  KlH H@HA ЁH@B@2/  ЁPNuNqJkJka  Z NuDJka  L NuDa  BD NuDa  6D NuNqJkJk`  "DJka  DNuDa  DNuD`  NqJgHAJAfB/HA$ i"BAHAp 0$Nu" pNu/$ BBHB6HCBC4 6 BBHB"&$NuH8 $ BBHB6t 4HA8HCքk
"  L NuSЁk"  L Nu o  / r `R  g 	gJgH 
f`@R "fRJg" "f``RJg 
g  g 	fJf`
"HR  ` Nu/
 o "o  / `*`R  g 	g "fR$IX$`RJfRSJf$_NuH./ Jfp `4Hx pЇ/ a " P&@ g&)KpЇ'@ G `p)@b LNuNq o "o  / gSf / Nu/ `r  o  / gSf / Nu o "o  / " 0e(0	e" SeVe,b.   d" ¼   SeVeb   dp NupNupNuNqINA L AH NANA L AH NH&o ~ gB+   &g:/a>X. J 6g
/+ 6a X+  'f k  Jg S!k  /a X LNuH&o ,+   J  m&J g Jg//+ /+ 0a O gp'@ (.+ (+  &g,J g/+ a Xp '@ J g/+ a zXp '@ /+ 0a *X+  'g
/+ 6a X $ LNuH&o ./ </ AƱgA gA:f 7| 4'G 00H"<   'A $'l^ p'@  p'@ /+ 0a nXJo  '`  &LNuNq/
 o "PJgE  p `p$_Nu0/  o SNuH0&o NU+KE HmHmHzHz/
/- a O . Jg ` -N]LNuNqH0&o ./ ,/  $o $pf*`pf*`
 "a * ///a O ے LNuH0&o NU+KE HmHz/
/- a  O .  m   N]LNuH?2&o ($o 4NU,K| p +@`RJg %fg&/
 / Hx / m 4NO , Jl` xݭ KRJf` h< %f,KR`z < -f `2< +f `&<  f  `< #f `< 0f ``R`< *fRX 0 m 08(`8< 0m0< 9n*x `0 
HHt08 AR< 0m
< 9o`xv< .fDR< *fRX 0 m 06(`(v `2 
HHt06@R< 0m< 9oܸ| n ʶ| o` < hf
R `< lf
R `< LfR ```/-////
/- 4Hm 0/aTO  , Jl`+FR,K` \Jl ` -N]LLNu0123456789abcdef0x 0123456789ABCDEF0X   H?2&o 0$o 4>/ BNU m 0,PA+HA+HA+H| z ;|  - /< g j4X g`j< g  U g  < g N` S gXS g  S g  ` < g .j^ g:[ g  S g0` W g  U g"W g 
` pM n|A+H` ^M &.- o /fp`p
H;@- u /gJl
DA2+HJGl~| `.p?$ 0-H"  a r0 (0-H"  a & Rp@o0HnJf DA"Ҁ+A`  A+H|-  ?gM `  M `  M  n  H`  M +n`RJGm
0Ho   mJf`  rM  .- X /fA'`A-  ?gC +IJGl~| `r?tĀ( Rt@o2HnJf"DC$	ԁ+B`p`  mJf"-  ?g
A+H`-   ?gA+H-  ?g/-Hma 	bP/-a X8 `x Jm Bo  0- >H  f  /-a XD@m B2DA@$/-a X" 0A;@2- >H gr0`r H;A`P2-H/Hx Hu@a <O /
0HrЁ/ Hx HmNO : JEo0Hѭ HpDm Bm x m nJmo 0-H/ 0-H/ Hu@a O m0- >H  f/-Hu@a ^P/-a X@JDg(/
0H/ Hx HmNO : JEo0Hѭ Hm BJo$/
/Hx /-NO : JEo0Hѭ Hm BJmgT`J| ovHx 00H/ Hma 6O /
0H/ Hx HmNO : JEo0Hѭ Hm Bm6-JCn mJg./
/-a .Hx /-NO & :JEo0Hѭ Hm BJm Bo  0- >H  g  ;m B`<Hx  Hx @Hma O /
Hx @Hx HmNO : JEo0Hѭ Hm @m @nJmo>Hx  0-H/ Hma LO /
0-H/ Hx HmNO : JEo0Hѭ H m 0 JEl0H` - HN]LLNu  + <float> -       H/2&o $$o 4NUz  m <p  /
 m 0NX;@`    g 	fPm  g&m 	gm 
g` `/
 m 0NX;@Rm  gm 	g`R  g 	g` p mg` \/
 m 0NX;@RRJmf` @Jg %f p KRJf` ( %f m %g` /
 m 0NX;@RR` *fR`X , m ,,h| 0e0 9b*| `0 
HHt0< AR< 0m< 9o~ < hfR `< lfR `< LfR ``` nf g0 g<`,` 0/ ///
/- 0/Hm/a  O  *  [f&R ^fR ]fR`RJg ]fJfSRJl` g  m <R` mg/
0-H/  m 4NPJl m <Jfp`p N]LLNuH?2&o 0$o 4,o 8>/ B</ FNU m 0:p +@A+H m ,P- cg`
/NX: RF|  g| 	g| 
gJEg|fp` ,-< g j8< g \j< g U g < g  ` Q g>S g  |S g ` < gdj< g U g\] gX` W g U gJW gF` |f~` g/NX: RF gG SG|g | 
g zJGf` rJGl~x ;|  v
;GJGg| -f;| /NX: RFSG- ofv- xg- Xg- pf4vJGg.| 0f(/NX: SGRFJGg| xg| XfSG/NX: RFJGg  - if  | 0f  v/NX: SGRFJGg| xg| Xf  xv/NX: SGRF`  f| 0m| 9n4| 0`*| am| zn4| W`| Am:| Zn44| 7``*Bn`$0H"a 62H( ؁/NX" :RFSGJGfmfp` 8JmgD$g  -  Cg6` &` HzHl:a P`  `&g/NX& :RF&gG SGJGg|  g| 	g| 
g|f&g    `  R , m , ^fR ,Hx Hx Hla O x `BHx Hla O x m , ]fR ,D`AR , m ,v JCg$| ]f`&g/NX& :RF&gG SGJGg|g
AJf&g
  `p`
 m 000HN]LLNu*scanf: %%e,E,f,g,G use -lm (mathlib)
   o "o `Jfp `RRgdp`pNuNq o "H`RJf Nu o "o  / Jfp `$`JgSJfp `RRgdp`pNuNqH 2 o "o &H`RJf$HR,IRJf LL Nu/ o "o &H`RRJf &_NuNq/ o "o  / &H`RRSJgJfJg   &_NuNqH 0 o "o `Jfp `>RRp Ep Ggp Gp Edp`pL NuNq/~ `0H/ aXRGlZm.NuH./ |0/ a  tX&@ g`Jgp `XJ g
/+ a XJ gBBHx / k NO , `| +  f/a Xp '@ p '@ p &p '@  LNuNq/0/ 
2 H4,ZH´b
t)Bbp ` 4 H lV(  f
t)Bbp ` $NuNqH./ 0/ a X&@ g0J gBBHx 	/ k NO `/a XJgp`p `pLNuH0./ &o ,/  za |0/ a PX$@ 
gTp gFJ g//Hx / j NO `2*  gHx B/a O ///a &O * `p)@b LNuNq  	
 !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~   a  Nu/ l&hJlfDRl+  g4Hx Ba P lfNJgHx Hz \Hx a 0O Hx a XSl&_NuJgHx  lNXp `pNu/
 o "lf f
E)Jf`)Hf 	$_Nu^C
 H 2&o E f`*G`f$/+ /a ^P`$N,R fBa XLL NuNq o "o  / /	gfc  z2e^2	eX  e*"  ,i"H?> <   ,`
L|H?>QHA0L|2 `# # Q   d0   f Nu Q   d Nu2e^2	eX  e*"  ,i"H?> <   ,`
L|H|QHA0L|2 `""Q   d0   f NuQ   d NuNqB`r `/  o  /    (c`Q / NuH?>4dS   $BB4HB&(*,."B$B&B(B*B,B"<   0kH?~jA2< Ak!AjA`QL| / NuH0&o NU  E /Hz /
/- a 6O .  N]LNuH0&o  ./ $,/ ($o ,zpf(`pf(`
 "a (  
fp`  *  'g  z  o/
a  X  n<//* /a O   ٪ **  'gBJg> S3 
 f2/
a  ZX`(&` ///* 0a "O * Jn`۪ ,ŖJnJlv%C (J (g * (`f ` "a LNuH&o a b g  +   &g  7| 4J g,J f&/+ a X'@   &J fp '@ 'k   J m0+  &g(J oB + , / /+ 0a  rO '@ ,p'@ J  m2.+   Jg&//+ /+ 0a 4O gp'@ (߫ ,'k   J  lJ g'k   'k  J (gp`p LNuH./ ,/ */  x0/ a DX&@ gRJ g//Hx / k NO `8 S/ //a O ( JmJfpgBB/a tO (  ` LNu/&o NU  Hm /a PN]&_Nu/./ NU  Hm /a "P @ N].Nu/&o NU  Hm /a P @ N]&_NuH 2&o $o ,o NU  Hm  //
/a hO N]LL NuNqH0&o ./ /<  Hx "a P$@ 
gZHxa X@ J* m8G 	|  %K 
|   Ba "X%@ Hj a  pX g/
a HX`Hx "/
a P 
LNu/&o  g:J 
g/a dXp + rfp + / a X|  Hx "/a P&_Nu o C  p !@ !H NuNqAx)HVA)Hf n(  fJ fA \/N _N)@
Nqp C N)@rg  `dos.library p C N)@vg  `intuition.library Nqp C N)@zg  `workbench.library Nqp C N)@~g  `graphics.library  Nqp C N)@łg  `gadtools.library  Nqp C N)@ņg  ``diskfont.library  Nqp C N)@Ŋg  8`asl.library p C N)@Ŏg  `layers.library  p NupNup NupNu ,rg"@Nb ,vg"@Nb ,zg"@Nb ,~g"@Nb ,łg"@Nb ,ņg"@Nb ,Ŋg"@Nb ,Ŏg"@NbNuNqNuNqNuNq/,lŊNqL N,_Nu  /,lŊNqL  N,_Nu  /,lŊNq o N,_Nu/,lNq o  / N,_Nu/,lNqL  N,_Nu  /,lNqL N,_Nu  /,lNq o  / N,_Nu/,lNq o Nj,_Nu/,lNq o Nv,_Nu/,lNq o N,_Nu/,lNq o N,_Nu/,lņNq o N,_NuH0,lrNqL  NL@Nu  H ,lrNqL  NL@Nu  /,lrNq"/ N,_Nu/,lrNq"/ N,_Nu/,lrNq"/ N,_Nu/,lrNq"/ N,_Nu/,lrNq"/ N:,_Nu/,lrNq"/ N,_Nu/,lrNq"/ N,_NuH<,lrNqL > NPL@<Nu  H ,lrNqL  NL@Nu  H ,lrNqL  NL@Nu  H ,lrNqL  NzL@Nu  H0,lrNqL  NL@Nu  H ,lrNqL  NL@Nu  H8,lrNqL  N,L@Nu  H ,lrNqL  NL@Nu  H ,lrNqL  NL@Nu  /,lrNqN|,_Nu/,lrNq"/ N(,_NuH ,lrNqL  NL@Nu  /,lrNq"/ Nr,_NuH ,lrNqL  N4L@Nu  H0,lrNqL  NnL@Nu  H ,lrNqL  NNL@Nu  H ,lrNqL  NL@Nu  /,lrNq"/ N.,_NuH0,lrNqL  N:L@Nu  H0,lrNqL  NL@Nu  H ,lrNqL  N0L@Nu  H ,lrNqL  NL@Nu  H0,lrNqL  NL@Nu  H ,lrNqL  NFL@Nu  /,lrNq"/ N,_Nu/,lrNq"/ N,_NuH ,lrNqL  NL@Nu  /,lrNq"/ N,_Nu/,lrNq"/ Nl,_NuH0,lrNqL  NL@Nu  H ,lrNqL  NL@Nu  /,lNq"o N,_Nu/,lNqL  N
,_Nu  /,lNqL  N:,_Nu  /,lNq / N,_Nu/,lNq"/ N(,_Nu/,lNq"o Nb,_Nu/,lNqL   / N,_Nu  /,lNqNf,_Nu/,lNq o N`,_Nu/,lNq"o N,_Nu/,lNqN|,_Nu/,lNq"o  / N.,_Nu/,lNq / N,_Nu/,lNq o N,_Nu/,lNq"o  / N,_Nu/,lNqNv,_Nu/,lNq"o N,_Nu/,lNq"o N,_Nu/,lNq"o N,_Nu/,lNqL  N,_Nu  /,lNq / N,_Nu/,lNqL  NT,_Nu  /,lNq"o NN,_Nu/,lłNq o N,_NuH ",lłNqE LNLD Nu/,lłNqC  YN,_Nu  H0,lłNqC  YL NL@Nu  /,lłNq o N,_Nu/,lłNq o N,_Nu/,lłNq o N|,_Nu/,lłNq o N,_Nu/,lłNqL  N,_Nu  /,lłNq"o N,_NuH 2,lłNqG L NLL Nu/,lłNqC  YN,_Nu  H ",lłNqE L NLD Nu/,l~Nq"o N,_Nu/,l~Nq o N,_NuH0,l~Nq"o L  NL@Nu  /,l~Nq"o L  N,_Nu  /,l~NqN,_Nu/,l~NqL  N,_Nu  H0,l~Nq"o L  NL@Nu  H<,l~Nq"o L ? NtL@<Nu  /,l~Nq"o  / N,_Nu/,l~Nq"o  / N,_Nu/,l~Nq"o  o N,_Nu/,l~Nq"o L  N,_Nu  /,l~Nq"o  o  / N,_Nu/,l"Nq o N,_Nu/,l"Nq / N,_Nu/,l"Nq o N,_Nu/,l"NqL  N,_Nu  H ",lvNqL  N2LD Nu  /,lvNq o N>,_NuH ",lvNqL  L NJLD Nu/,lvNqL   / N,_Nu  /,lvNq o N,_Nu/,lvNq o N,_Nu/,lvNq o N,_Nu/,lvNq o N,_NuH0,lvNqL  NL@Nu  /,lvNqL  L  N,_NuH 2,lvNqL  NLL Nu  /,lvNq o N,_Nu/,lvNq o  / Nj,_Nu/,lvNqL  N,_Nu  /,lvNqL  N,_Nu  /,lvNqL  L  N(,_Nu/,lvNq o  / N,_NuH ",lvNqL   / NPLD Nu  /,lvNqL   / ND,_Nu  /,lvNqL  N,_Nu  /,lvNq o N,_Nu/,lvNq o N,_Nu/,lvNqL  N,_Nu  H0,lvNqL  L  NL@Nu/,lvNq / N,_Nu/,lvNqC  YN,_Nu  H ",lvNqL  NLD Nu  /,lvNqL  N,_Nu  /,lvNq o N,_Nu/,lŎNqL  NR,_Nu  /,y  <@ o N,_Nu/,y  <@ o L N,_Nu  H ",y  <@E L NjLD NuH :,lzNqL NL\ Nu  H ",lzNqE LNLD Nu/,lzNq o N,_Nu/,lzNq o N,_NuH0./ &o JgNpfp `b #  j/<   / NDPO#  EhgB| Sz ` y  Eh XRXe 9  Eh` k $/( NXO#  Elg @$h 6 
LNuJ  Ehg/9  EhNXO 9  Elg/ N|XONuNU  H 0&m $m  g/
/NPO&@ g ` - L N]NuNU  H 0&m $m  g/
/NdPO&@ gHm /NPO - L N]NuNUH 2&m  g/- /N(PO$@ 
g J` m /p,lNqN,_LL N]Nu                             "  R  R  R  R  R  R  R  R  R  R  R  S  S
  S  S  S  S"  S(  S.  S4  S:  S@  SF  SL  SR  SX  S^  Sd  Sj  Sp  Sv  S|  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  S  T   T  T  T  T  T  T$  T*  T0  T6  T<  TB  TH  TN  TT  TZ  T`  Tf  Tl  T  U  Tr  Tx  T~  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  T  q  r   r  r  r  r  r  r$  r*  r0  r6  r<  rB  rH  rN  rT  rZ  r`  rf  rl  rr  rx  r~  r  r  r  r  r  r  r  r  r  r  r  r  r  r  J  P  V  \  b  h  n  t  z                                         &  ,  2  8  >  D  J  P  V  \  b  h  n  t  z                                                
        "  (  .  4  :  @                    6  <      J  P               b   D # $  $ %. %" % % $ $ $ $         _main     K   _exit     $          \                                                                                    #?.info                                              
,   	                            topaz.font                          topaz.font                            d      e     f    g     j a~  k      l      n  	À  o      y      r  X  s   Ȁ  t  u                                                                                                                                                                                          	                  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         !      "                 %     )  ʀ  +   ̀  -     2    :  Ҁ  (      /      9                                                                                                                                                                                                                              	  	  	|          ENV:MTool/MTool.Prefs Error in Notify Setup ENV:MTool/MTool.prefs icon.library icon.library Function not availabe
in unregistered version! Function not availabe
in unregistered version! Function not available
in unregistered version! MTPrefs SYS:Prefs/MTool ENV:MTool Menu creation failed! Gadget creation failed! < > ! I ? ? ! ? ?  No context! No visual info! Can't open MessagePort! Can't open Workbench.library! workbench.library intuition.library ENV:MTool/MTool.prefs  MTool Yes CX_POPUP rawkey control lalt < CX_POPKEY CX_PRIORITY icon.library commodities.library Dir Utility with LHA support MultiToolII, 1994 Boris Jakubaschk MTool Multitool II V2.1 1994 by Boris Jakubaschk $VER: MultiToolII 2.1 (27.12.94)  1994 by Boris Jakubaschk MTOOLSCREEN                                                                                                                                                                                                                                                                                                           %%-%ds  HSPARWED                    %%s                                                                                 %%-%ds%%8d  HSPARWED                    %%s                                                                                 %%-%ds%%8d  HSPARWED                    %%s                                                                                 %%-%ds  HSPARWED                    %%s                                                                                 %d T:MT_Temp %s >T:MT_Temp -N vv "%s"           %s                           OK   VDAT. PROT. %d .........................                                   ? 0                                0                                0                                0                                0                                0                                0                                0                                0                @              0               @              0               @             0              @             0             @          0   0             @              0              @              0              @             0   !C@8`|   0  ~   #  # F  C@  0  @  "   " D     B@  0    "    " @         0    "    " @    0  0    "   " G?    0    "    " D     "`  0    "        @       @  0     b       @    ` 0  0     " $D p`p  0   7  ?`? p  0                               0                             0 C                      0  >    !     @@            0      ~{@OO>?     0    !

@PPPT
A@H     0      !
@_ȟ
@H     0     !
 @P
@@H     0  >    ~ >@F     0                               0                               0                                0                                                                 ? 0                                0                                0                                0                                0                                0                                0                                0                                0                  ~           0 ?x  <    0 ?x <    0 x <    0 x   > |<     0 x   | ><     0 x   x  <     0 x     <     0 x     x<     0x     x<     0x      <<     0x     <<     0x     <<     0x     <<     0x     <<     0x     <<     0Çx     <<     0Çx     <<     0Çx     x<     0x     x<     0x     x<     0x   x  <     0x   x  <     0x   < <<     0x   > |<     0    ?  0x     ?  0x      ?  0                           0                                0                                0                                0                                0                                0                                0                                0                        ?  p   0                    x   x   0                  0                  0  ''	(_>y    |    0  P HP@
    < ?   0  (P'	P<   > ?   0  (P A
HP
    > ?   0  ǐ/'|y
    >    0                    >     0                    p~     0                    x       0        x     x      0     	   
0    8       0  
'<P    <       0  	(P 	"    <       0  п 	>           0  h	B             0  ' >@           0                          0                    <       0                    8       0  '  !   @           0  (@hH  !   @          0   (@P {Ϟ<         0   HA' !!B@         0   @(P !!@@         0  @(P!!@@      x   0  ' @0                0                               0                                0                                0                                0                             0            (           0   @                    0  L1q8   ??  0  %*BH)H    ((((A@@  0  	Ɏx(H    (((!A@?  0  (@ R(H   (((!A@    0  	ǎ2N8   '?@  0                              0              0                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                                                                                   UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUp ʪ UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUp ʪ UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUp ʪ UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUp ʪ** UUUUTUUUUUUUUUU"UUUUUUUUUTUUUp ʪ
ʪ U~UUTUUUUUUUUUU"UUUUUUUUUTUUp ʪ
 U`UUTUUUUUUUUUU"UUUUUUUUUUUUp ʪ * *     *! U`aUTCPTy1UUp ʪ 
p " C
p)* U`UT      0      Up ʪ          
 U`TUUD UU"  D LUp ʪ '&B U` TUUT  UU"    	@XT!Up ʪ|B      ! U`%TQUT  QU"     LC!!Up ʪ"  b   `,` Ua TUTOpUp ʪ 
            
   Ua 	T  PUT P      P P Up ʪ  
 * "( *
 
*
*
 U@UUUTU@UUUUU UUUUUUUUUUUUUUp ʪ  * * U 0UUUP  UT UPDA@AUUUUp ʫ  *     
          TUUUT  D@       D  UUUUp ʪ 
 (  
      
 UP UUUUP  @  P  @   DUUUUp ʪ       (   ( 
  UUUUUUUTUT PQPT UAQUUUUp ʪ UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUp ʪ                                                                 0                                0                                0                                0                                0                                0                                0                             0  ~ ? x   0  ~  x   0  ?x   0    | x   0     |x   0    <x   0   >x   0     x   0     x   0     xx   0     xx   0     xx   0     xx   0     xx   0     xx   0     xx   0     xx   0     x   0     x   0     x   0    <x   0    <x   0   x xx   0   | x   0 ?  ? 0       0  ?   ?  0                           0                                0                                0                                0                                0                                0                                0                                0                              0                           0                       0                       0                       0                    x   0                    |   0                    |   0                    | ?  0                    |    0                         0                          0                          0                     p     0                     x     0                     x  ?   0                     8     0                     <<     0                     <<     0                     8     0                     x     0                     p     0                          0                        <  0                      >  0                      >  0                      >  0                         0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                0                                        0                0               0              0              0              0                                                 8     UU  d     e   Z  f  e  g   L  j  @  k    l      n      o      y                             d      e      f    g     j     k     l      n      o      y              d      e      f    g      j     k    l      n      o      y                         6N                                 @@??a{a????           @ @          (          Fineline.font %s            T:MT.temp                                                                                                                                                                                     Version >%s %s FILE Version >%s %s FILE    .info .info .info  %s -r a "%s" @T:MT_Temp %s d "%s" @T:MT_Temp %s -r -a x "%s" @T:MT_Temp "%s"                       d      e      f      g      j `|  k    l      n      o      y            PROGDIR:MTool.key ENV:MTool/MTool.key _Delete _Execute _Write _Read _Archive _Pure _Script _Hide -lh CAMG BMHD FORM   T:MT_Temp  T:MT_Temp Version >T:MT_Temp "%s" FULL FILE      9T:MToolFL  T:MToolFL2 T:MToolFL1 T:MToolFL0 %s %s T:MToolFL%d T:MToolFL%d T:MToolFL%d T:MToolFL%d "
 /#? "
 /#? No actions in archives
in unregistered version! T: %s -a x "%s" %s T: -lh MTPRrev2 MTPRrev1 LHA T:MT_Temp "
 /* "
 T:MT_Temp %s -r a "%s" @T:MT_Temp .lha                    EE  E?  E=  E8  E6  E*  E"  E                                   E  E          E  E  E  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D}  Dk                  DZ  DD  D9  D#  D  C  C  C  C  C  C  C  C  C}  B  B  B  B  B  B  B  B  Bl  BQ  B:  B-  A@  A5  A  A  A  @  @  @  @  @  @{  @y          @l  @W          @J      @8  @&      @  @  @  ?  ?  ?  ?  ?  ?y  ?`  ??  ?  >  >  >  >  >y  >X  >;  >&  >  >  =  =  =  =  =  =  =  =n  =f  =`  =V  =M  =G  =?  =4  =*  =  =  =  =  <  <  <  <  <  <  <  <  <  <{  <i    english mtool.catalog locale.library Sel.:%13s Stat:%s Quick start Does not exist yet File length different Files different Files identical Read error! aldcvnsoet C_ancel Con_tinue D_elete C_opy _Start Change _Name _Version check _Contents _Date/Time _Length Name: Version: Contents: Date: Length: Destination file: Source file: Show information about: No source files selected! All files No Prefs Editor! Confirm exist. files Confirm every file Copy / Delete Can't open list font! Window doesn't open! The gadget font
 is too big! The workbench window
is too big! Can't lock screen! Can't open gadget font! LHA Action was not completely succesfull! Menu installation corrupt! No action defined
for this file type! Action failed!
Bad arguments or missing command Not enough space
on destination! Please enter parameters: of the new archive: Please enter the name  No valid directory selected  Free:%13s Stat:%s Multitool II  %s graphics mem  %s other mem hsparwedcoit _Cancel Ac_tion C_ontinue Unknown file type Text file (ASCII) LHArc-Archiv No MTool Prefs File! Bad Keyfile! P Change Prefs...  Viewportmodes: $%X  File not compressed!  Bitplanes  %d, %d colors  Screen     %d  %d pixel  Resolution %d  %d pixel      , Size %6d Hunk list: IFF-file,   type:      Empty file You are using the unregistered evaluation version of MTool V2.0. If you want to get rid of the annoying requesters and cripplings, please send me US$15 (DM25). Foreign orders may pay in equivalent local currency. See manual for details. Time: %s  %s             %8d blocks                    1 block File size : %8d bytes Analyzing file ac CON:20/50/600/150/Press CTRL-C to cancel.../SCREEN MTOOLSCREEN _Cancel _Accept Error   OK  |Rename Name  : %s:

          Blocks      Bytes
Total : %8ld %10ld
Free  : %8ld %10ld

%ld bytes per block

%ld bytes selected
( Real: %ld ) Device information: Ok Error message: H Hide String request: i.e. #?.info or ~(#?.BAK) Please enter the pattern. Please enter the new name for: of the new directory. Please enter the name this file? Do you want to rename pcmdnragovzi	 t Load Preferences: I Ac_tion Analy_ze Archi_ve Ic_on S:Nothin_g S:_All MakeDi_r Re_name _Delete _Move _Copy _Parent Update Device List Tools D AutoDir CMDS DIRS DEVS C Custom Screen O Open... Preferences Q Quit A About Project                                                        :          *  .  2  5  8  9  9  9  :   :  :  :  :  :4  :8  :D  :H  :L  :P  :T  :X  :\  :`  :d  :h  :l  :p  :t  :x  :|  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  ;   ;  ;  ;  ;  ;  ;  ;  ;   ;$  ;(  ;,  ;0  ;4  ;8  ;<  ;H  ;L  ;X  ;`  ;d  ;l  ;p  ;t  ;x  ;|  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  <   <  <  <  <  <  <  <  <   <$  <(  <,  <0  <4  <8  <<   	     3  3  3  4  4"  46  4J  4^  4r      @          \             >  ; 7W UX o_h   ګP }  `    /  ?                           "               
   @P   T       T     H   ?                  \     `  >  ;  7W  UX  o_h      ګP  }  `    /  ?                          "      @   @   `   p
   |@P  ~ T   _    ?T     ?H   ?               p  
  
`5  ;  _ڀ   ^ W` }   j@   w                             B      H  @ (   @ P  |@    R                        p  5p  	k  pw  p  q '   z@  @ Z   ;        ?              @   `      @   	   	   @       0PA   
      *      @     ??         7   m  l      j    vO  ]{  ] ߀ W  j  w                        B      @     
   @   @  "               "  @                     7     m         !  j    vO  ]{  ] ߀ W  j  w           ?                  B     @     
   @   @  "                 "   @       ?                p    .    > ; 7dU׸qXh}P֠{@; ߀                               P(@ʀ )     ~            p  4  ;  _  ڀ  ݓW^`}@ Z  ;  x                        B    H   (@     @   *       @     ~                                 k    Ӏ?~@  ?                       @     @        l  (       $$  !        $           FGM                                                                                   0        6                               3                  N  s                ?      3                                                                                                                                                                                                                        VMTool                                                                p                                                                                                                                                                                                                                                                                                                                                                                                                                    j  
MTool.info                                                           r          : % 6    J                                6                    6                        o o  @    @   @   @   @   @   @   @   @   @   @   @   @   @   @   @                                                                                                                               3   }                i]                                                                                                                                                                                                                                                                                                            x                                                                                                j  MToolIcons.info                                                  6  r           Z 9    "x:             d       -@      L'          2 f      Un    \D         \ A              9   0                         $  	  $  	  $     $   $      $ 	                         ? 0      3 7 7  7* 7 7 ? 7 6      ?                              9                  5UUUUU\  @      @      @ 	   @ 	  @    @  @     ? 0      " UUUUUP         ? ? ?  ?* ? ? ? ?                                                                                                                                                                                                                                                                                                                                      j  
MTool.info                                                           r                     K                                                                                                                                                                                                                                                                                                            x                                                                                                j  
Prefs.info                                                           r            9    k             d             'd         | '       Ln    \D         \ A              9   p                         $  	  $  	  $     $   $      $ 	                         ? 0      3 7 7  7* 7 7 ? 7 6      ?                              9   P               5UUUUU\  @      @      @ 	   @ 	  @    @  @     ? 0      " UUUUUP         ? ? ?  ?* ? ? ? ?                                                       9                                                                                                                      =      ;                                                                                                                                                  "S                                                                    r                       5                                                                                                                                                                                                                                                                                                            x                                                                                                j  
Tools.info                                                           r           8 9    S[             d       q      *&H         } (       X    \D         \ A              9   X                         $  	  $  	  $     $   $      $ 	                         ? 0      3 7 7  7* 7 7 ? 7 6      ?                              9                  5UUUUU\  @      @      @ 	   @ 	  @    @  @     ? 0      " UUUUUP         ? ? ?  ?* ? ? ? ?                                                                                                                                                                                                                                     x                                                                                                j  MToolIcons.info                                                  6  r                      A                                                 %              ~                                    0                                5                          3                          
                            8      2      #                                                                                                                                        Docs                                                                 r                      X	                                                                                                                                                                                                                                              
  	                                                                                                                            7  3  MFind_D.Doc                                                               


                               MultiFind
                                 V1.0
                               25.4.1994
                           - Public Domain -

                          BEDIENUNGSANLEITUNG


1. Vorbemerkungen:

MultiFind ist echtes Public Domain. Sie drfen mit dem Programm oder
seinem Source tun und lassen was immer Sie wollen. Wenn Sie es weiter-
geben, wre es natrlich am besten, der Quellcode und die Anleitung
wren mit dabei. Aber irgendwelche Vorschriften diesbezglich mache
ich hier bewut nicht.

Sie verwenden MultiFind auf eigene Gefahr. Ich schliee hiermit jegliche
Haftung fr Schden, die MultiFind verursacht ausdrcklich aus. Dies
gilt fr Bedienfehler ihrerseits, Programmabstrze und auch wenn es
sich anderweitig danebenbenimmt.

MultiFind wurde speziell zur Verwendung mit meinem Directory Utility
MultiTool II geschrieben. Es kann aber auch in andere Programme dieser
Art eingebunden werden oder als eigenstndiges Programm von der
Workbench oder der Shell aus gestartet werden.

Es wre nett, wenn Sie mir jeden Fehler der Ihnen begegnet mitteilen
wrden. Nur so kann ich ihn beheben!

Wenn Sie MFind verbessern, wrde ich mich ber die Zusendung Ihres
Werks sehr freuen.

                                               Boris Jakubaschk
                                               Neue Strae 14/1
                                               70186  Stuttgart
                                                    Deutschland

                                                ++49 711 462989

                                              FIDO 2:246/1115.2
                                EMail Boris@alice.tynet.sub.org

Herzlichen Dank an:
  - Matt Dillon fr DICE
  - Jan van den Baard fr GadToolsBox


2. Zweck des Programms:

Sicher ist es Ihnen schon fter passiert, da Sie eine Datei auf
Ihrer Festplatte oder einer Diskette "verloren" haben. Sie knnen
sich noch erinnern, da es ein Brief an Tante Erna war. Aber wie
die Datei hie ist Ihnen entfallen. Oder Sie wissen, da die
Datei "ErnaBrief3.TXT" hie - aber in welchem Verzeichnis hat sie
sich versteckt?

Hier setzt MultiFind an: Sie knnen wahlweise nach Dateinamen (bzw.
Suchmustern) oder Teilen des Dateiinhaltes suchen. MFind durchsucht
die angegebenen Verzeichnisse, auf Wunsch auch deren Unterverzeich-
nisse - zur Not die gesamte Festplatte. Das geht auch bei der Suche
in Dateien in Windeseile.

Ein komfortables Eingabefenster macht die Auswahl der zu durchsuchen-
den Verzeichnisse und des Suchwortes zum Kinderspiel. Alle bei der
Suche gefundenen Dateien werden in einer Liste angezeigt. Dort
knnen sie ausgewhlt und weiterverwertet werden: Mit einem Mausklick
bertragen Sie den Dateinamen ins Clipboard, rufen einem Editor auf,
der gleich das gesuchte Wort anspringt oder lassen das zur Datei
gehrende Verzeichnis in MTool anzeigen.



3. Einstellungen:

Nach dem Programmstart sehen Sie ein Eingabefenster. Im oberen Bereich
knnen Sie das Suchwort festlegen. Darunter sind zwei Listen. Die
linke, grere wird spter die gefundenen Dateien anzeigen, die rechte
dient der Aufnahme der zu durchsuchenden Verzeichnisse oder Dateien.

Betrachten wir zunchst den oberen Bereich. Hier knnen Sie den Such-
string angeben und festlegen, ob dieser einen Dateinamen oder einen
Teil des Dateiinhalts darstellen soll. Darunter befinden sich vier
Felder, die die Suche genauer beschreiben:

- Nur Dateinamen: Ist nur bei der Suche nach Dateinamen relevant.
      Wenn dieser Punkt angewhlt ist, wird das Namensmuster nur mit
      dem Dateinamen und nicht mit dem Pfad verglichen. Wenn Sie z.B.
      "#?info#?" als Suchstring angegeben haben, wird eine Datei
      "Work:Texte/Messeinfo/Commodore.TXT" nur gefunden, wenn dieser
      Punkt nicht angewhlt ist, da das "info" im Pfad und nicht im
      Dateinamen auftritt.
- Gro-/Klein: Ist dieser Punkt angewhlt, wird bei der Suche zwischen
      Klein- und Grobuchstaben unterschieden. Im Normalfall ist er
      nicht angewhlt, da das Betriebssystem bei Dateinamen auch keine
      Unterscheidung macht.
- HEX-Modus: Ist nur bei der Suche nach Dateiinhalten relevant. Wenn
      Sie diesen Punkt anwhlen, wird der Suchstring als HEX-Zahl
      betrachtet. Jeweils zwei Hexziffern ergeben ein Byte der zu
      suchenden Bytefolge.
- Unterverz.: Im Normalfall werden alle Unterverzeichnisse eines
      gewhlten Verzeichnisses mitdurchsucht. Sollten Sie nur das
      eigentliche Verzeichnis durchsuchen wollen, mssen Sie diesen
      Punkt abwhlen.

Nun mssen Sie noch die Verzeichnisse auswhlen, die Sie durchsuchen
lassen mchten. Dazu whlen Sie oberhalb der rechten Liste das Feld
"Neu" an. Es erscheint ein Filerequester, in dem Sie das gewnschte
Verzeichnis auswhlen knnen. Der Name erscheint dann in der Liste.
Dies knnen Sie beliebig oft wiederholen. Sollten Sie ein Verzeichnis
versehentlich in die Liste eingetragen haben, knnen Sie es anwhlen
und mit dem Feld "Entf." lschen.

Nachdem der Suchstring eingetragen wurde und mindestens ein Verzeichnis
ausgewhlt wurde, kann die Suche beginnen. Dazu whlen Sie "Start".
Danach knnen Sie die Suche jederzeit mit "Stopp" wieder abbrechen.

Sollten Sie meherere Suchdurchlufe starten, werden die gefundenen
Dateien immer an die linke Liste angehngt. Wenn Sie die Liste leeren
wollen, mssen Sie "Lschen" anwhlen.



4. Was nun?

Die in der Liste angezeigten Dateinamen knnen von MFind auf drei
verschiedene Arten verwertet werden. Dazu dienen die drei Gadgets
links von "Abbruch" am unteren Fensterrand:

- MTool: Das Verzeichnis der Datei wird in die aktive Dateiliste
     von MTool bernommen und die Datei markiert. Dies wird erst
     ab MTool V2.2 gehen, da bisher kein ARexx-Port eingebaut ist.

- Clipboard: Der vollstndige Dateiname wird ins Clipboard geschrie-
     ben. So kann er z.B. mit Amiga-v im CLI eingefgt werden.

- Editor: Der Editor wird gestartet, die Datei eingeladen und das
     Suchwort innerhalb der Datei angesprungen.


5. Konfigurierung

MultiFind kann an Ihre Softwareausstattung angepat werden. Beim
Aufruf ber die Workbench knnen Tooltypes, beim Aufruf per CLI
Parameter angegeben werden. Folgende Parameter sind erlaubt:

ED_Cmd=<Dateiname>
    - Name des Editors. An der Stelle, wo der Dateiname eingesetzt
      werden soll, mu ein "%s" stehen. Default ist "EDC %s".

ED_Port=<ARexx-Port>
    - Name des ARexx-Ports des Editors. Default ist "rexx_ced".

ED_RxCmd=<ARexx-Befehl>
    - ARexx-Befehl, der ausgefhrt werden soll. Der Byteoffset,
      zu dem gesprungen werden soll, wird fr "%d" eingesetzt.
      Default ist "Jump to byte %d".

MT_Port=<ARexx-Port>
    - Name des ARexx-Ports von MTool (oder einem anderen Dateima-
      nager wenn's unbedingt sein mu ;-)). Default ist
      "rexx_mtool"

MT_RxCmd=<ARexx-Befehl>
    - ARexx-Befehl, der den Dateimanager dazu bewegt, das Ver-
      zeichnis anzuzeigen. Default ist "Get dir actual %s".

PATHSFILE=<Dateiname>
    - Textdatei, in der die Pfade stehen, die nach dem Programm-
      start in der Liste der zu durchsuchenden Pfade erscheinen.
      So kann MFind einfach in MTool eingebunden werden. Als
      Parameter in den Programmvoreinstellungen von MTool ist
      "PATHSFILE=%s" (inclusive Anfhrungszeichen) einzusetzen,
      darunter dann "Quellpfade in Namensdatei". MTool wird dann
      beim Aufruf von MFind alle in der aktuellen Dateiliste
      markierten Pfade bergeben.


6. History

V1.0  - 25.04.1994 (zusammen mit MTool 2.0c verffentlicht)

NEU:

- Horizontale Schieberegler

Bekannte Fehler:

- Dirutility-Steuerung zwar theoretisch vorhanden aber vllig
  ungetestet, da MTool noch keinen ARexx-Port hat.

- Weiterhin Probleme mit GoldEd. We're working on it ;-)


V1.0 - 12.03.1994 (nicht verffentlicht)

Erste brauchbare Version. 

Geplante nderungen:

- Horizontale Schieberegler an den Listviews.

Bekannte Fehler:

- Die Editorsteuerung wurde mit dem CED und mit GoldEd getestet.
  CED geht, bei GoldEd hngt MFind nach dem Aufruf.

- MToolsteuerung noch nicht eingebaut
                              j  
Tools.info                                                           r                  V                                                                                                                                                                                                                                                                                                                                                                                                            j  4MFind_D.Doc.info                                                                      'f                     Fh                         (                  	=   ?u   '   ' "@&@"@'   ?                  X       ~    ~           
Multiview            	                                                                                                                            7  3  MFind_D.Doc                                                                             X	.                                                                                                                                                                                                                                      "  !                                         2                                                                                              7  3  4MFind_F.Doc                                                      '       


                               MultiFind
                                 V1.0
                               25.4.1994
                          - Domaine Publique -

                                MANUEL


1. Introduction :

	MultiFind est un "vrai" programme domaine publique. Il n'y a
aucune limitation sur son utilisation - modifiez-le, vendez-le, mangez
le disque, fates comme vous voulez. Si vous voulez le distribuer, s'il
vous plat, incluez les sources et ce manuel.

	Vous utilisez MFind  vos risques et prils. Je ne peux tre
tenu pour responsable de tout dommage caus par MFind. Ceci inclut les
erreurs de l'utilisateur, les plantages du systme et n'importe quels
effets de bord.

	MFind a t crit pour tre utilis avec mon gestionnaire de
fichier MTool. Mais il peut aussi tre utilis tout seul ou avec
d'autres programmes.

	S'il vous plat, dtes-moi tous les bugs que vous trouvez, pour
que je puisse les enlever !

	Si vous amliorez MFind, envoyez-moi s'il vous plat le
rsultat. Ce manuel est une traduction "rapide et approximative" de la
documentation allemande. Je ne veux pas retarder la sortie de MTool 2.0c
plus longtemps pour faire une traduction plus correcte. Dsol.

                                               Boris Jakubaschk
                                               Neue Strae 14/1
                                               70186  Stuttgart
                                                      Allemagne

                                                ++49 711 462989

                                              FIDO 2:246/1115.2
              Courrier lectronique : Boris@alice.tynet.sub.org

Tous mes remerciements 
  - Matt Dillon pour DICE
  - Jan van den Baard pour GadToolsBox


2. Mais  quoi cela peut donc servir ?

	N'avez-vous jamais "perdu" un fichier sur votre disque dur ou
mme sur une disquette ? Vous vous souvenez que c'tait une lettre pour
tante Marie - mais quel tait le nom du fichier ? Ou alors vous savez
que a doit tre "LettreMarie3.TXT", mais il a t dplac vers un
tiroir o bien-sur vous chercherez en dernier...

	C'est le travail de MultiFind : vous pouvez chercher des noms de
fichier (ou des motifs), ou des parties du contenu des fichiers. MFind
cherche dans tous les rpertoires que vous avez slectionns, et si
ncessaire sur tout le disque dur. Ceci est fait trs rapidement, mme
en recherchant  l'intrieur des fichiers.

	Tout est contrl par une interface utilisateur graphique. Tous
les fichiers qui conviennent au motif de recherche sont affichs dans
une liste. Vous pouvez slectionner des entres dans la liste, en
transfrer les chemins vers le "clipboard" ou appeler un diteur qui
affichera le fichier et sautera au mot que vous recherchez. Une future
version de MTool sera aussi capable d'utiliser les rsultats de MFind.


3. Comment l'utiliser ?

	Aprs avoir dmarr MFind, vous voyez une fentre avec deux
grosses listes, un gadget chane en haut et d'autres gadgets. La liste
de gauche affichera les noms de fichier qui ont t trouvs, l'autre
contient les chemins o chercher.

	Commenons par le haut de la fentre : le gadget chane contient
soit un motif de nom de fichier, soit une chane ASCII ou une squence
d'octets en notation hexadcimale, selon le gadget cycle derriere lui,
et checkmark "Mode HEX" en-dessous. Les autres checkmarks sont utiliss
comme suit :

- "Sans le chemin" : Seulement coch pour une recherche sur des noms de
	fichier. Si il est coche, MFind compare le motif seulement avec
	le nom du fichier, pas avec le chemin complet. Si vous donnez
	"#?info#?" comme motif, MFind trouvera "Work:taskinfo/main.c"
	seulement si ce checkmark n'est pas coch,  cause du "info" qui
	fait partie du chemin et pas du nom de fichier.

- "Diff. maj/min" : Si il est coch, MFind ne trouvera pas que les
	fichiers dont le nom convient exactement, mais aussi ceux qui
	diffrent seulement par des majuscules ou des minuscules pour
	certains caractres.

- "Sous-rpertoire" : Normalement, tous les sous-rpertoires d'un
	rpertoire slectionn sont examins pour une recherche. Pour
	empcher cela (c.a.d. pour chercher seulement  la racine du
	rpertoire), ce checkmark ne doit pas tre coch.

	Pour slectionner les rpertoires  examiner, vous devez cliquer
sur "Nouveau" au coin droit de la liste de droite. Une requte de
fichiers s'affichera alors, requte o vous pourrez slectionner le
rpertoire voulu. Si vous voulez enlever une entre de la liste,
slectionnez la et cliquez sur "Effacer".

	Maintenant vous tes prt pour commencer la recherche en
pressant le bouton "Dbut". Vous pouvez la stopper en pressant le bouton
"Arrt" quand vous le voulez. Les noms de tous les fichiers trouvs sont
affichs dans la liste de droite. Quand vous dmarrez une nouvelle
recherche, la liste n'est pas remise  zro automatiquement. Vous devez
le faire vous-mme en pressant le bouton "Effacer".


4. Et maintenant ?

	Il y a trois possibilits pour les noms de fichier affichs dans
la liste de gauche. Les gadgets suivants sont en-dessous de la liste :

- "MTool" : Le rpertoire du fichier est affich dans la liste active
	des fichiers, et le fichier est slectionn. Cela sera possible
	 partir de MTool V2.2, car le port ARexx n'est pas encore
	implment.

- "Clipboard" : Le nom du fichier (incluant son chemin) est mis dans le
	clipboard, vous pouvez donc alors le coller dans un shell avec
	Amiga-v.

- Editeur : Un diteur est lanc, le fichier est charg et le curseur
	saute  la position de la premire occurence de la chane
	recherche (si la recherche concernait le contenu des fichiers).


5. Configuration :

	MultiFind peut tre adapt  votre environnement. Quand vous le
dmarrez depuis le Workbench, vous pouvez utiliser les types d'outil
suivants. Depuis le shell, vous pouvez mettre dans la ligne de commande
les chanes des types d'outil :

ED_Cmd=<nom de fichier>
	- Nom de l'diteur. Mettez "%s" o MFind doit insrer le nom du
	fichier. Par dfaut : "EDC %s".

ED_Port=<port ARexx>
	- Nom du port ARexx de l'diteur. Par dfaut "rexx_ced".

ED_RxCmd=<commande ARexx>
	- Commande ARexx  excuter pour sauter  la premire occurence
de la chane recherche. Le dcalage doit tre remplac par "%d". Par
dfaut "Jump to byte %d".

MT_Port=<port ARexx>
	- Non utilis. Par dfaut : "rexx_mtool".

MT_RxCmd=<commande ARexx>
	- Non utilis. Par dfaut : "Get dir actual %s".

PATHSFILE=<nom de fichier>
	- Fichier texte contenant les noms de tous les chemins  inclure
	dans la liste de droite au dmarrage. Ainsi, vous pouvez appeler
	facilement MFind depuis MTool. Incluez-le juste comme un nouveau
	programme avec pour chane argument "PATHSFILE=%s". Le type de
	l'argument doit tre mis  "Chemin Source dans Fichier". MTool
	passera alors tous les fichiers et les chemins slectionns 
	MFind quand vous l'appelerez.


6. Historique :

V1.0  - 25.04.1994 (distribution commune avec V2.0c)

NOUVEAU :

- Barres de dfilement horizontales

BUGS CONNUS :

- Contrle du gestionnaire de fichiers thoriquement implment mais pas
  test car MTool n'a pas encore de port ARexx.

- Problmes avec GoldEd.

V1.0 - 12.03.1994 (pas distribu)
                                                                                                                                                                                                                                                                                                                                                                                  j  4MFind_D.Doc.info                                                               #         $V0                                                                                                                                                                                                                                                                                              $              b                                                                                                j  4MFind_F.Doc.info                                                                 e     &                     @hA8      W                   @                  	=   ?u   '   ' "@& " '   ?                  X       >                                                                                           
Multiview                                                                                7  3  4MFind_F.Doc                                                                    %         &ˣ                                                                                                                                                                                                                                              2  1  0  /  .  -  ,  +  *  )  (  '  &              M                                                                                              7  4  MFind_GB.Doc                                                              


                               MultiFind
                                 V1.0
                               25.4.1994
                           - Public Domain -

                                MANUAL


1. Introduction:

MultiFind is a "real" public domain program. There's no limitation
on its use - change it, sell it, eat the disk, just like you want.
If you want to spread it please include the source code and this
manual.

You're using MFind on your own risk. I'm cannot be held liable
for any damage caused by MFind. This includes user mistakes, system
crashes and any side effects.

MFind has been written for the use with my directory utility MTool.
But it can also be used "stand alone" or included in other programs.

Please report any bugs, so I can remove them!

If you improve MFind, please send me the result. This manual is a
"quick and dirty" translation from the German docs. I didn't want
to postpone the release of MTool 2.0c any longer by doing a more
careful translation. Sorry for that.

                                               Boris Jakubaschk
                                               Neue Strae 14/1
                                               70186  Stuttgart
                                                        Germany

                                                ++49 711 462989

                                              FIDO 2:246/1115.2
                                EMail Boris@alice.tynet.sub.org

Many thanks to:
  - Matt Dillon for DICE
  - Jan van den Baard for GadToolsBox


2. What is it good for?

Have you ever "lost" a file on your hard drive of even a disk?
You remember it was a letter for aunt Mary - but what was the
file name? Or you know it must be "MaryLetter3.TXT", but it
has moved to a drawer where you would search it at last...

That's a job for MultiFind: You can look for file names (or
patterns) or parts of the file contents. MFind searches in all
directories you have selected, if necessary all over the hard
disk. This is done very quickly, even while searching in
files.

Everything is controlled by a graphical user interface. All
files that match the search pattern are displayed in a list
view. You can select entries from this list, transfer the
path names to the clipboard or call an editor that displays
the file and jumps to the word you have looked for. A future
version of MTool will be able to use the results of MFind,
too.


3. How to use it:

After having started MFind, you see a window with two big list
views, a string gadget at the top and some other gadgets. The
list view at the left side will display the file names that
have been found, the other one holds the path names to search.

Let's start at the top of the window: The string gadget holds
a file name pattern, an ASCII string or a sequence of bytes in
hexadecimal notation, according to the cycle gadget behind it
and the "HEX mode" switch below. The other switches are used
as follows:

- only file names: Only active when searching for file names.
      If selected, MFind compares the pattern only with the
      file name, not with its path. If you input "#?info#?"
      as a pattern, MFind will find "Work:taskinfo/main.c"
      only if this switch is off, because "info" is a part
      of the path and not of the file name.
- case sensitive: If selected, MFind won't find files with
      the right name but a different case of some chars.
- subdirectories: Normally, all sub directories of the
      selected directories are searched. To prevent this
      (i.e. to search only in the base directory), this
      switch must be off.

To select the directories to be searched, you must click on
"New" on top of the right list view. A file requester will
show up, where you can select the desired directory. If
you want to remove an entry of this list, select it and
click on "Del" then.

Now you are ready to start the search by pressing "Start".
You can "Stop" it whenever you want. The names of all files
that are found are displayed in the right list view. When
starting a new search, the list is not cleared automatically.
You can do this by pressing "Clear".


4. What now?

There are three options what to do with the file names
displayed in the left list view. The belonging gadgets
are below the list:

- MTool: The directory of the file is displayed in the
     active file list and the file is selected. This will
     be possible with MTool V2.2, because the ARexx port
     is not yet implemented.

- Clipboard: The file name (including path) is put to
     the clipboard, so you can paste it to a Shell with
     Amiga-v.

- Editor: An editor is started, the file is loaded and the
     cursor jumps to the position of the first occurrence of
     the search string (if search has been for file contents).


5. Configuration

MultiFind can be adapted to your environment. When you start
it from Workbench, you can use the following tool types. From
Shell, you can put the tool type strings in the command line:

ED_Cmd=<file name>
    - Name of the editor. Put a "%s" where MFind should insert
      the file name. Default: "EDC %s".

ED_Port=<ARexx port>
    - Name of the editors ARexx port. Default: "rexx_ced"

ED_RxCmd=<ARexx command>
    - Arexx command to execute when jumping to the first
      occurence of the search string. The offset must be
      replaced by "%d". Default: "Jump to byte %d".

MT_Port=<ARexx port>
    - unused. Default: "rexx_mtool".

MT_RxCmd=<ARexx command>
    - unused. Default: "Get dir actual %s".

PATHSFILE=<file name>
    - Text file containing the names of all paths to include
      in the right list view at startup. So you can call MFind
      quite easy from MTool. Just include it as a program object
      with "PATHSFILE=%s" as the argument string. The argument
      type must be set to "Source paths as file". MTool will
      then pass all selected files and paths to MFind when you
      call it.


6. History

V1.0  - 25.04.1994 (released together with MTool V2.0c)

NEW:

- Horizontal scrollers

Known bugs:

- Dir utility control theoretically implemented but untested
  because MTool still has no ARexx port.

- Problems with GoldEd.


V1.0 - 12.03.1994 (unreleased)
                                                                                                                                                                                                                                         $              b                                                                                                j  4MFind_F.Doc.info                                                               3         4t7                                                                                                                                                                                                                                                                                              4                                                                                                              j  4MFind_GB.Doc.info                                                                ;     &                           -                                     	=   ?u   '   ' "P&`"P'   ?                  X                      
Multiview            .  -  ,  +  *  )  (  '  &              M                                                                                              7  4  MFind_GB.Doc                                                                   5         6                                                                                                                                                                                                                                                                                          7  6                                                                                                            d    MTool_GB.DESC                                                             Dir-Utility, use LH-Archives like directories

MultiTool II V2.1 is a directory utility, resembling DMaster V1.4 (only
optically). Shareware. Features:

- user interface is font sensitive and resolution independent
- only OS2.0 and higher
- screen mode requester and locale support with OS2.1 and higher
- LH-Archives can be double clicked like directories, causing MTool to
  display the archive contents in the directory list. Now you can
  copy files into the archive (add), out of the archive (extract) or
  delete them.
- you will find all basic functions: copy, delete, calculating the size
  of subdirs...
- all special features (showing pictures or anims, playing MODs) can be
  configured using external programs
- freely configurable tools menu
- user friendly prefs editor

New with V2.1:

- configurable gadgets at bottom of window
- appicon support
- directory caching
- display of selected bytes in active file list
      j  4MFind_GB.Doc.info                                                              8   H      9ֲ_      ~  }  |  {  z  y  x  w  v  u  t  s  r  q  p  o  n  m  l  k  j  i  h  g  f  e  d  c  b  a  `  _  ^  ]  \  [  Z  Y  X  W  V  U  T  S  R  Q  P  O  N  M  L  K  J  I  H  G  F  E  D  C  B  A  @  ?  >  =  <  ;  :  9                                                                                                            d    4MTool_GB.guide                                                          @database "MultiTool II V2.1"

@node MAIN "Manual for MultiTool II V2.1  1993 by Boris Jakubaschk"


                                  MultiTool II
                                      V2.1
                                   05.02.1995
                              - Shareware Version -

                                     MANUAL



             INHALT:

             @{"    For you who never read manuals...              " link NoDocs}

             @{" 1. Introduction                                   " link Intro}

              @{"  1.1 Legal matters     " link Legal} @{"  1.2 Shareware         " link Share}
              @{"  1.3 Thanks            " link Thanks}

             @{" 2. Installation                                   " link Install}

             @{" 3. Preferences                                    " link Prefs}

              @{"  3.1 General           " link PR_general} @{"  3.2 Programs          " link PR_progs}
              @{"  3.3 Menu              " link PR_menu} @{"  3.4 Icon              " link PR_icon}
              @{"  3.5 Data types        " link PR_types} @{"  3.6 Device list       " link PR_devs}
              @{"  3.7 Action list       " link PR_action} @{"  3.8 Device modes      " link PR_devtype}
              @{"  3.9 Gadget array      " link PR_gadgets}

             @{" 4. Usage of MTool                                 " link Usage}

              @{"  4.1 Directory lists   " link US_dirs} @{"  4.2 Copy, Delete...   " link US_copy}
              @{"  4.3 Selections        " link US_select} @{"  4.4 Archive           " link US_archiv}
              @{"  4.5 Analyze / Action  " link US_analyze} @{"  4.6 Menu              " link US_menu}
              @{"  4.7 Icons             " link US_icon} @{"  4.8 Other features    " link US_rest}

@endnode

@node NoDocs "For you who never read manuals..."

... I will briefly address some important things.  Otherwise I must
answer the same questions again and again!

- MTool is shareware.  If you use it frequently, you should pay US$15
  for registration.  This will get you a keyfile which will remove all   
cripplings in this, and all future versions, of MTool.

- You can give MTool to anyone you want if you don't ask money for it.

- The first line in every file list is displayed in bold because
  you can use the cursor keys to control the file lists.  The entry
  shown in bold is used as a cursor.

- The backtick ("`", below ESC) switches the devicelist gadget to an
  alternative list (configurable).

- Press Space to change the active file list.

- There are invisible Parent-gadgets at the left and right window
  borders.

- "Hide" in the Project menu closes the window of MTool.  It reopens
  by pressing the Hotkey Ctrl-Alt-"<".

If you didn't understand a single word of that, you should consider
reading the complete manual ;-)

@endnode

@node Intro "Introduction"

1. Introduction:

Welcome to MultiTool II V2.1!

MTool is a tool that will help you to manage your floppy and hard
disks: to install programs, to change the organization of your
data or to delete files.

Such programs are often called DOS or directory utilities.  They
all work the same way:  There are two listviews that each display
directory.  You can select files and subdirs in these lists and
perform actions on them through special gadgets: copy, delete,
view picture, etc. 

MTool offers some extra features that make it different from
most other DOS utilities:

- The layout gives as much room as possible for the file lists.
- The action gadgets are between the file lists.  Compared to
  other programs, there are considerably fewer gadgets with
  considerably more complex functions.
- Another listview above the action gadgets can be toggled
  between different options lists.  This can be used to select
  your current
  device or to perform special user-difineable actions.
- I programmed to be conformant to the "user interface style
  guide".  MTool needs OS2.0 (V37.xx).  Newer OS versions are
  detected and used (i.e. localization with OS2.1, system busy
  pointer with OS3.0)
- With all of its complexity, MTool can be installed and set up
  very easily.  There's a prefs editor where you can define
  everything by mouse.

I hope MTool will be useful in helping you to manage your
data

                                            Boris Jakubaschk
@endnode

@node Legal "Legal matters"

1.1 Legal matters:

The author cannot be held liable for the suitability or accuracy of
this manual and/or the program it describes.  Any damage directly or
indirectly caused by the use or misuse of this manual and/or the
program it describes, is the sole responsibility of the user her-/
himself.

MultiTool II,  Copyright 1994 Boris Jakubaschk. All rights reserved.

This program is SHAREWARE so if you use it frequently, you should pay
a registration fee of US$15 (See next chapter for details).  This
program may be freely distributed as long as all documentation and
executables remain unchanged and are included with the distribution.
Also no profit is to be made by selling this program.

You may however:

- Give MTool to your friends.
- Upload it to any mailbox or network where the users don't have to
  pay for downloads (FIDO, FTP).
- Include it with any non-commercial PD collection.

The following files should have come along with MTool:

MTool            - the program itself
MTool.info       - its icon
Prefs/MTool      - the preferences editor
Prefs/MTool.info - its icon
ENVARC/MTool/MTool.Prefs
                 - example prefs file
Catalogs/#?      - catalog files for different languages (OS2.1+)
MTool_x.guide    - this manual.  The "x" stands for the language
MTool_x.history  - history of MTool
MTool_x.desc     - short description for filelists in mailboxes
Localesource/#?  - Source of the locale files enabling you to make
                   your own catalogs

All files must be redistributed unchanged!

If you are able to translate the locale files for MTool to another
language, please do it and send me the result.  The locale source
can be found in "Localesource/...".  Please translate only the contents
of MTool_d.ct.  MTool.cd must remain unchanged.

MTool has been developed in a period of over one year and should no
longer contain any severe bugs.  Of course no big program is absolutely
bug free. I would appreciate being told of any bug you encounter. That's
the only way I can remove it!

Write to:                  Boris Jakubaschk
                           Klauprechtstrae 1
                           76137 Karlsruhe
                           Germany
or send a mail:    E-mail  Boris@alice.tynet.sub.org
                   Fido    Boris Jakubaschk, 2:246/1115.2
@endnode

@node Share "Shareware"

1.2 Shareware:

This version of MTool is crippled.  Its functionality is reduced
by "Please register"-requesters.  In addition, some new features are
visible but you can't use them:

- There's a requester at startup.  You must wait until the snail
  has crossed the window.
- Automatic icon creation disabled
- Action on files inside archives disabled
- Appwindow (moving icons to the mtool window) disabled

If you are a registered user I will send you a keyfile.  It will
remove all handicaps of the crippled version.  This keyfile
works with all future releases of MTool as well.

Please help me to continue the development of MTool by sending me
your registration fee.

The price is now $15.  No exceptions (Hm. If you're an unemployed
pupil with more than five children I could think about it...).

You can pay an equivalent price in other currencies.  When the money
arrives, the keyfile comes UUEncoded via e-mail, or I send you a disk
containing the keyfile.

I prefer getting the money in cash.  I know that there's a risk
sending money in letters, but it's the easiest way for me to get
DMs for it.  Eurocheques (in DM!) are welcome, too.  Other cheques
are very expensive to cash.

Send it to : Boris Jakubaschk, Im schle 28, 78727 Oberndorf
             Germany
             (These registrations are processed by my sister. If you
             want to get a personal reply by me, send your registration
             to (becomes valid at March 1995):
             Boris Jakubaschk, Klauprechtstrae 1, 76137 Karlsruhe)

Or to one of the following registration sites:

Australia  : Continental Drift BBS, Shareware Registration, PO BOX 259,
             Newport Beach NSW 2106.
             AUS $20
             See information file for details.

New Zealand: Peter Lowish, 10 Brunner St., Nelson.
             FidoNet  3:771/850.0
             Internet pcl@sailor.actrix.gen.nz
             NZ $30
@endnode

@node Thanks "Thanks"

1.3 Thanks:

MTool has been developed with the help of many friends and other
people who sent me bug reports and suggestions.  Thank you!

Namely:

  - Those who translated the catalogs and/or the manual:
     Christopher J. Ellerbeck (English, V1.5)
     Arian T. Kulp (English, V2.0)
     Mikael Silfver (Swedish catalog)
     Johan Billing (Swedish manual, V2.1)
     Thorkild Stray (Norwegian)
     Adam Sjgren (Dansk catalog)
     Volker A. Graf (Dansk manual, V2.1)
     Pascal Aubert (French catalog)
     Lionel Vintenat (French manual, V2.1)
     Marco Mellia (Italian)
     Vlado Saffa (Slovakian)
     Osma Ahvenlampi (Suomi)
     H. Huisman (Dutch manual)
     Rembrandt de Witt (Dutch catalog)
     Ali Kauffeld-Kars (Dutch, V2.1)

  - Andreas Baum for his MultiIndicator

  - Stefan Boberg for LHA

  - Matt Dillon for the C compiler DICE

  - Holger Trapp & Osma Ahvenlampi for their MagicWB icons for MTool

  - Klaas Hermanns for FileX

  - Stefan Becker for Toolmanager, and the permission to clone the
    user interface of his prefs editor

  - Jan van den Baard for GadToolsBox

  - Markus Mnig for solving many problems in the beginning.

  - Markus Nerding (MAXON) for sending me the RKRM Libraries

  - All betatesters and all who helped me with bug reports and sugges-
    tions. They have become too numerous to be mentioned here without
    forgetting someone...

  - All registered users: It is owing to you that I have continued
    with MTool despite of having very little time. The letters and
    mails from all over the world showed me, that every minute I
    spent working on MTool was worth it. Thank you very much!
@endnode

@node Install "Installation"

2. Installation:

In the standard distribution of MTool, you will find an installation
script for quick and easy installation of MTool on your system.
It needs the Commodore installer.  If you don't have it, or want
to install MTool manually, please follow these directions:

- Make a directory for the prefs files:

  MAKEDIR ENVARC:MTool

  If you have already registered MTool, you should copy your
  keyfile to this directory.

- Choose a directory for the main program or make one. Copy "MTool"
  and "MTool.info" into it.  If you prefer handling things by
  Workbench just move the MTool icon to the desired drawer.

- You can copy "MTPrefs" and "MTPrefs.info" to a directory in your
  system search path, i.e. SYS:Tools.  Alternatively you can copy
  these files to SYS:Prefs.  The names must be changed to "MTool"
  and "MTool.info" then.
  Workbench users just move the MTPrefs icon to the prefs drawer
  and rename it to "MTool" (select Icon/rename from menu).

- If you use OS2.1 or higher, you should copy the directory
  "catalogs" to "Locale:catalogs".  All texts will be displayed in
  your selected language then.

- The fonts, manuals, and catalog sources are not necessary for
  the function of MTool but probably useful.

- Now reset your Amiga or copy the contents of ENVARC:MTool to
  ENV:MTool.  Now you can start to set up MTool with MTPrefs.

@endnode

@node Prefs "Preferences"

3. Preferences:

You should do some basic adjustments before you use MTool for the
first time.  To do this, please start the program MTPrefs first.

A window shows up with a big listview in it.  Above the listview
there's a cycle gadget enabling you to choose what items are
shown in the list.  At first you should see "Miscellaneous."
This is what you need to start.

On the left you see some gadgets for manipulation of single
entries in the list.  They are disabled while you are working
on the "Miscellaneous" settings.

The three gadgets at the bottom of the window are used to leave
the program.  If you choose "Save", your settings are saved forever,
"Use" makes them valid until the next reset and "Cancel" will
leave the prefs editor without changing anything.

If you double click on an entry in the list or if you select it
and click on "Edit" then, another window will open.  It will ask
you for the appropriate settings.

@endnode

@node PR_general "Miscellaneous"

3.1 Miscellaneous:

Paths:

- LHA location  : Input the path and name of the program LHA in
                  your system.  If LHA is located in your systems
                  search path (i.e. in C:), "LHA" will be suf-
                  ficient here.  If you don't enter the LHA
                  location, MTool won't be able to handle
                  archives.
- Def. Path 1   : MTool can display two directories in its file
                  lists at startup.  You can define the directory
                  for the left file list here.
- Def. Path 2   : Same as above for the right file list.
- Drawer Icon   : Later in this document, we will discuss how
                  to generate icon objects.  Here you can
                  choose the icon object MTool will use for
                  drawers.  For now you can't define the
                  drawer icon because there is no icon
                  object defined.

Screen & Flags:

- Screen Type   : Choose if MTool will open its window on the
                  Workbench screen, on a Public Screen, or on
                  a new screen.
- Screen Name   : If the MTool window doesn't open on the Workbench,
                  you can enter the name of the screen it will create.
- Fullsize...   : If selected, MTool uses the full size of the
                  screen without sizing gadget.  This won't work
                  on the Workbench screen.
- AutoDir       : With AudoDir selected, MTool detects disk changes
                  and updates the file lists if necessary.
- Close = Hide  : Normally MTool quits if you close its window.
                  If you select this option, MTool will fall
                  asleep if you close the window (though it will stay
                  in memory.  It can be reopened by pressing its
                  hotkey (Ctrl-Alt-<).  The hotkey can be configured
                  through MTool's tooltypes.
- Length, ...   : This and all other gadgets are used to define
                  the options for copying, moving and deleting
                  files.  These gadgets are in the same order in the
                  copy requester of MTool.  They are described in more
                  detail in chapter 4 of this manual.

Screenmode:

A screenmode requester opens.  You can enter the resolution, number
of colours, and display mode for MTool if it is configured to open
its own screen.

Window Dimensions:

An empty window appears.  You can move or resize it any way you like.
When it's the way you like it, just close it.  From now on, MTool
will open its window in the same size and position

Gadget Font:

You can selct the font name and size that will be used for the
gadgets.

List Font:

Same as above for the listviews (non proportional fonts only).


If you were following the manual sequentially up to here, and you tried
each thing in the program, you should save your settings now ("Save")
and start MTool.  Its functions are described in @{"Chapter 4" link Usage}
of this manual.  The following sub chapters describe advanced
preferences.  These will not make sense until you have tried MTtool.
@endnode

@node PR_progs "Program"

3.2 Program:

If you cycle "Object Type" from "Miscellaneous" to "Program", you
will first recognize that the gadgets on the left are no longer
disabled.  You can use them to create new entries in the list, to
remove them, to move them up and down the list, or to copy them.
You can sort the complete list alphabetically.

Make a new entry by selecting "New".  Select the new entry and change
the name (i.e. to "Protection Bits") by typing the name in the string
gadget below the list view.

Now click on "Edit".  There's a requester with the object name in
the topmost string gadget.  You can change the object name with this.
The slider below the string gadget can be used to select all entries
of the list to change them:

Program    : Path and name of the program.
Parameters : Enter the arguments for the program here.  Fixed
             arguments (i.e. options) are written exactly like
             you would do in a Shell.  Changing arguments like
             file names or paths are replaced by a "%s" (incl.
             quotation marks).
Def.Parm. 1: Here you can determine what will be used to
             replace the first "%s" in the parameters string.
Def.Parm. 2: Same for the second "%s".
Def.Parm 3:  Same for the third "%s".


I know this method of defining program objects isn't easy to under-
stand.  Perhaps some examples will help:

1. Protection Bits:

Program    : C:Protect
Parameters : %s "%s"
Def.Parm. 1: Request
Def.Parm. 2: Source File Name
Def.Parm. 3: None

If this program object is called (how to do this will be described
later), there will be a requester asking you to enter an argument.
Your input will replace the first "%s" in the parameters string.
MTool will now create a command for every file in the active file
list.  It will replace the second "%s" with each of the selected
file names in turn.  If, for example, you have selected
the files "startup-sequence" and "user-startup" in your S: drawer,
then call this program object and type "+S" in the string
requester.  MTool will not create and execute the following
commands:

  C:Protect "S:user-startup" +S
  C:Protect "S:startup-sequence" +S


2. Editor:

Program    : SYS:XCli/EDC
Parameters : "%s" -Sticky
Def.Parm. 1: Source File Name
Def.Parm. 2: None
Def.Parm. 3: None

This example shows how to call CygnusEd from within MTool.  If you
leave out "-Sticky", you can use this kind of object for many
other programs, i.e. picture viewer, mod player, file monitors...


3. Copy:

Program    : C:Copy
Parameters : "%s" "%s"
Def.Parm. 1: Source File Name
Def.Parm. 2: Dest Path
Def.Parm. 3: None

This is an alternative to the "Copy" gadget of MTool.  There's not
much sense in this example, but it's a good example of the program
object concept of MTool.

@endnode

@node PR_menu "Menu"

3.3 Menu:

The layout of the requester is no big surprise.  There are only two
new gadgets:

Shortcut   : Key that will be used (together with right amiga) to
             call the program object defined below.
Program    : Program object called by this menu entry.

The object names are used as menu entries in the tools menu of
MTool.

Example:

Object Name: Copy Files
Shortcut   : Y
Program    : Copy

This creates a menu entry "Copy Files."  The shortcut is shown at
the right side of the menu entry.  If you select the menu entry,
the program object "Copy" is called.

@endnode

@node PR_icon "Icon"

3.4 Icon:

This only opens a file requestor.  From there select an icon file to be
used for the current name.

Example:

Object Name: Drawer
Icon File  : SYS:System.info

"System.info" is a drawer symbol.  You can use this object to
define an Icon for drawers (see miscellaneous->paths).

@endnode

@node PR_types "File Type"

3.5 File Type:

This is a very strong feature of MTool, so therefore a little bit
complicated.  You must tell MTool a way to identify different files.
Later, you can tell MTool what it should do with them.

The right "Recognition" gadget is used to select the scanning mode:

- Pattern     : The recognition string is used as a DOS pattern and
                compared with the file name of the file to test.
- ASC-Filter  : The recognition string is compared byte by byte against
                the beginning bytes of the file.  Question marks in the
                recognition string are wild cards.
- HEX-Filter  : Every two chars of the recognition string are used
                as a HEX byte and compared with one byte of the
                file.  You can use question marks as wild cards, too.
- ASCII Text  : MTool tests if the file is ASCII text.  The
                recognition string is not used here.
- Unknown File: The objects assigned to this entry are called only
                if no other file type matches.  The recognition
                string isn't used here, either.

There are three uses for the file type recognition:

- MTool can display the type of a file if you select "Analyze".
- MTool can execute an appropriate program object for a file if
  you double click it or select "Action".
- If you click on "Icon", MTool will create an icon for the file
  according to the file type.

So you can define a program object and a icon object for every
file type.

@endnode

@node PR_devs "Device List"

3.6 Device List:

You can define an alternative device list.  The object names are used
as list entries.  If you select an entry, the active file list will
show the directory that's entered in "Path Name".

@endnode

@node PR_action "Action List"

3.7 Action List:

The device list can be switched to an action list.  It works the same
way as the configurable device list: The object names show up in the
list view and one of the "Program" objects is executed when you
select its entry.

@endnode

@node PR_devtype "Device Modes"
3.8 Device Modes:

You can use this list for two different types of settings. First
you can remove device list entries using a DOS pattern. This can
be done seperately for devices, volumes and assigns. Perhaps it's
best to see this in two examples:

- Imagine, you'd like to want to see all device names (DF0:, DH0:,...)
  in the device list but no volume names. Just set the cycle gadget
  to "Volumes", set the pattern string to "#?" and switch on
  "Hide Object in Device List". The object name can be freely chosen.

- Imagine, you don't want to see the "Wordsworth:" assign in the
  device list. Pattern: "Wordsworth:", Cycle Gadget: "Assigns",
  "Hide Object in Device List". Done.

As a second function, you can switch off dir caching for some devices
that don't support it (see explanation in chapter 4.8.5). To figure
out, if a device supports dir caching, just copy a file (using MTool)
to a directory on this device. If the dir list isn't updated
automatically, dir caching must be disabled. I only know CrossDOS
where this applies. So I use it as an example:

- Set the pattern to "PC?:", the cycle gadget to "Device". Then switch
  on "Disable Caching". That's it.
@endnode

@node PR_gadgets "Gadget Array"

3.9 Gadget Array:

MTool is able to display an array of gadgets at the bottom of its
window. Using these gadgets, you can call actions the same way you
already know from the actions list. The preferences window looks
exactly the same as the action list window.
@endnode

@node Usage "Using MTool"

4. Using MTool

If you you have never worked with a directory utility like MTool,
I'll briefly describe the basics of such a program.

As a user of MTool you should be familiar with using the Workbench and
the shell.  Otherwise, you and your system will both be confused!

MTool provides the features and flexibility of the shell with the
comfort you know from using workbench.  You can perform all actions
by mouse: including copying, moving and deleting files, displaying
pictures, editing text, etc...

After you have started MTool you should see two big empty boxes.  They
will be used later to display file lists.  On top of each file list is
a string gadget where the name of the current directory is displayed.
You can activate this gadget by clicking in it with the mouse.  Then you
can type in a new directory path to be displayed.  Below
each file list is a small box containing further information about
the disk belonging to the directory.
In this box is the free space on the disk, and its status ("OK": All
right, "Prot.": write protected, "Vali": Disk is not validated,--No
writing allowed).
At the side of this box is a gadget with an "I" in it.  Clicking on it
makes a requester come up which shows more information about the disk:
the complete capacity, the name of the disk, and the size of the
selected files and directories.

 If you click into one of the file lists, the status line below it
will be highlighted and the other one appears darker.  In addition
the box around the list is bevelled inward.  This list is called the
active file list.  You can change the active file list also by pres-
sing the "SPACE" key.

@endnode

@node US_dirs "File Lists"

4.1 Operations with the File Lists

Between the two file lists is a column of different gadgets used to 
perform the basic functions of the program.

On top of this column is the "Parent" gadget.  If you click on it,
the active file list change to the idrectory one level above--the
parent directory.  For example, if you were in the 
"Workbench:devs/printers" directory and you click on "Parent",
MTool will load the directory "Workbench:devs" and displays its
contents.  You can reach this also by clicking on the outside border
of either listview, or by pressing the cursor left key.

The "P" in the Parent gadget is underlined.  This means that you
can also perform the action of this gadget by pressing the p key.
This is the same thing with all gadgets with underlined letters in
them.

Below the parent gadget, you will find a listview containing the names
of all devices, available disks, and the active "assignments".  The
list will be updated whenever you insert or remove a disk.

If you select an entry from this list, its directory will be displayed
in the active file list.

The device list can be used for two other purposes.  First, you can
define your own device list using the prefs editor.  Second, you can
define a list for extended actions.  The mode of the device list can
be changed with the gadget below the list view.  Its keyboard shortcut
is the backtick "`".

@endnode

@node US_Copy "Copy, Delete..."

4.2 Copy, Move, Delete, Rename and Makedir

The first three gadgets below the device list are the most important
to the structure of your disks and the data stored on them.
This is also where you delete any (or all) files.  Be careful!

Copy: All files and directories that are selected in the active
file list are copied to the directory of the inactive file list.  The
original data remains unchanged.  Directories are copied with all
their contents.

Move: does the same as Copy but with one big difference: Every
original file is deleted after it has been copied.  After moving the
selected files, the originals in the source directory are deleted.

Delete: Kills all selected files and directories (including their
contents) in the active directory.  Remember that this permanent!
If you accidently erase something, there are tools like DiskSalv2 and
FixDisk that can bring it back, but only if you have not written
anything to the disk afterwards.

Each of these three gadgets brings up a window.  It's used to control
the copying or deleting of the files.  If you are sure you want to
copy/delete all selected files, you can press the "Return" key.
MTool will copy/delete all files without giving you the chance to
abort it.

Otherwise you will be shown information about the actual file depending
ont what you tagged in the top half of the window: Date, size and
version.
You can also compare the file with a file of the same name that
already exists in the inactive directory.  Additionally you can
tell if you want to confirm every file, if all files should be
copied/deleted without asking or (in case of copy) if you want to
be asked about files that already exist in the destination drawer.
If you select "Change name" you will be asked for a new name for the
file if it already exists.

Rename: There's a window for every selected entry in the active file
list where you can change the name of the file or directory.  If you
want to abort this action for all selected files, click on the close
gadget of the rename window; "Cancel" skips only the current file.

"MakeDir" creates a new drawer in the active directory.  In the
window you should type in the name you choose.
The gadget "I" besides "MakeDir" serves the same purpose, but will
create an Icon for the new drawer.

@endnode

@node US_select "Selections"

4.3 Selections

The next two gadgets are used to select some of the entries in
the active file list.  "All" selects all entries, "Nothing" clears
all selections.

The small "?" gadgets at the right bring up a string requester where
you can type in an AmigaDOS pattern.  All files that fit with that
pattern are (un-)selected.
In your AmigaDOS manual you will find a good description on how to
use patterns.

As soon as you have selected some files in the actual file list
- without concern if this has been done by mouse or using one of
the above mentioned gadgets - the display of the free capacity
on the disk below the file list changes to a display of the
number of selected bytes. So you can see instantly, whether the
selcted files would fit on the destination disk or not.
@endnode

@node US_archiv "Archives"

4.4 Archives

Archives are files containing one or more files stored in a
compressed format.  They are used mostly for modem file transfers
as they transfer faster, and easier to manage (work with only one
file instead of dozens).

MTool is able to control all standard actions of the archiver "LHA."
LHA must be on your system and its path must be set up correctly
using MTPrefs.

4.4.1 Creating new archives:

If you want to create a new archive, you do the same as you would
to copy any files or directories.  Decide which ones you want in the
archive.  Then, instead of selecting "Copy," just select "Archive."
Then you will be asked a name for the new Archive.  Afterwards, all
selected files and directories of the active file list will be packed
into one archive that will be placed in the inactive file list.  The
original files will be unaffected.

4.4.2 Unpacking archives, deleting them partially, or adding files:

If you have an existing archive, you can double click its name
like the name of a directory.  MTool will then display the contents
of the archive as the active list.  Subdirectories are not shown as
subdirectories--all files are displayed with their complete path.
You can treat this list as any other file list: Copy, Move, Delete, etc.
MTool will refuse to show archive contents in both file lists, because
copying files from one archive to another would have been too
complicated as it's not directly supported by LHA.  To do this you
must unpack the files first (maybe to RAM:) and then pack them again.

Some actions can't be used with archives, so their gadgets become
ghosted as long as there is an archive displayed in the active file
list.

@endnode

@node US_analyze "Analyze and Action"

4.5 Analyze and Action

You can make MTool analyze the selected files (not directories) by
selecting the "Analyze" gadget.  The Analyze window shows the name
of the file and a list of information that MTool knows about this file
either based on your object definition, or from code which is internal
to MTool.

On the right side you can see and manipulate the protection flags of
the file.  The changes will only be written to the file if you don't
"Cancel" the window.

Action: tries to do something useful with the file.  Normally, a
program is started (i.e. a picture viewer).  There are two other ways
to perform an action specific to a filetype without using the analyze
window.  You can double click a file name in the file list or you can
click on the "action" gadget.  In the first case, action will be done
for the double clicked file only, in the other case all selected
files are affected.  At the moment, action works with ASCII-Texts and
LHA-Archives if MTool is set up correctly.  Other file types can be
defined using the prefs editor.

@endnode

@node US_menu "Menu"

4.6 Menu

There are two major functions in the menu.  You can call the prefs
editor to set up the screen mode and fonts for MTool according to
your needs, or you can include external programs to the "Tools"
menu.  This will be explained later.

In the "Project" menu you find entries to display some information
about MTool and to leave the program.  This can also be reached by
pressing "Amiga-q" or ESC.

"Hide" closes the window (and screen) of MTool.  To open it again,
you must restart MTool, press its hotkey (default: Ctrl Alt "<")
or use the commodities exchange program.

The "Preferences" menu is used to load prefs files, to call the
prefs editor, and to switch between two important modes:

"CustomScreen" changes between the Workbench screen and an custom 
public screen.

"AutoDir" enables the updating of the Devices list when a disk is
inserted or removed.  The file lists will then be updated too (if
necessary).

As menitoned before, the "Tools" menu can contain additional programs
that you can set up with the prefs editor.

@endnode

@node US_icon "Icons"

4.7 Icons

MTool can create an icon for any file you choose.  For this to work,
you must have first defined the Filetype in prefs, then also have
defined an Icon attached to that Filetype.  To assign the icon,just
select the files, click on "Icon" and MTool will do the rest.

@endnode

@node US_rest "Other Features"

4.8 Other Features

4.8.1 Keyboard control

Sice version 1.3 of MTool, almost all functions can be called by the
keyboard.  Most important are the cursor keys.  They control the
active file list.  The list entry that is shown in bold letters
is used as a "cursor".  The key "cursor left" brings up the parent
directory, "cursor right" performs "Action" to the bold entry, meaning
if it's a directory, the files will be shown, if it's an archive,
the contents will be displayed.
This interface is consistent with the file requester MFR from Stefan
Stunz.
You can select entries by holding the SHIFT key while moving through
the file list.  Unselect is done by holding the ALT key.  You can
change the active file list by pressing the SPACE key, and "Return"
selects the string gadget above the active file list.

The control of the device list works almost the same.  "Del" switches
cursor control to the device list.  Up/down moves the cursor, left/
right loads the directory of the selected entry to the left/right
file list.  The different modes of the device list can be changed by
pressing "`" (backtick).

4.8.2 Commodity

Commodity support has been included in V1.5 of MTool.  This introduced
a new menu entry in the project menu: Hide.  If you select it, MTool
closes its window (if MTool runs on an own screen, it will be closed,
too).  It still remains in memory, though.  To reopen the window,
press the hotkey (Default: Ctrl Alt <), use Commodities Exchange,
or start it again.  The second MTool will wake up the first one
and exit quietly.  You will briefly need memory for two MTools.
You can change the hotkey by entering "CX_POPKEY=key combination" in
the tooltypes of MTool or by supplying it as a shell parameter.
"CX_POPUP=no" lets MTool keep its window closed after startup.  So
you can put it in your WBStartup drawer and it is ready to use with
a simple keystroke.

4.8.3 Appwindow

There is a very easy way to display directories if MTool runs on the
Workbench.  Just take an icon and drag it over one of the file list
views.  Its directory will be displayed and the file name of the icon
will be selected.  This also works if you select more than one icon.

4.8.4 AppIcon

As an AppWindow only works on the workbench screen, in MTool V2.1
there's an AppIcon appearing on the workbench screen immediately
after you have started the program. It serves two purposes. First
you can put icons on it to show their paths in the actual file
list, second you can double click on it and MTool will show up
it's window - independend from where it was before (covered by
other  windows, on another screen or hidden).


4.8.5 Directory Caching

MTool always buffers the last twenty directories. If you want to
display one of the buffered directories and if it hasn't changed
since it has been put into the buffer, it will be displayed
without any delay. This is especially useful when you are working
with floppies. You don't have to spend any thought to this feature,
everything works automatically.


4.8.6 Rescanning Directories manually

Normally MTool automatically detects if one of the displayed directories
is changed and rereads t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        8    his directory. This doesn't work with some
filesystems. In this case, dir caching (see 4.8.5) must be disabled.
MTool won't detect changes in this directory, so you can rescan it
manually by clicking on the "!"-gadget besides the string gadget
displaying the path name.


4.8.7 Special Features

- Left and right besides the parent gadget you find two gadgets
  with ">" and "<" symbols. They are used to display the contents
  of one file list in the other, so both file lists show the
  same directory.

- The prefs editor opens its window on the same screen as MTool,
  if available.  Every change in the prefs is reflected by MTool--it
  adapts instantly.

- While waiting for your input, MTool checks for changes in the
  directories displayed in the file lists.  If anything does change,
  MTool reloads the lists to reflect that change.  This is done using
  "notify," and takes up no processor time.

- Directories are reread only if they actually have changed.

- You can change the settings of the copy requester during work.
  It will stop then and can be restarted using "Start".

- While renaming multiple files, you can abort by simply closing
  the string requester.

- Double bevelled gadgets can be operated by pressing "Return"

@endnode
                                                                                      q                                                                                                          +
MAShare_53                                         
          q                 hD                                                                                                                                                                                                                                                                                                                                                                                                            j  4MTool_GB.guide.info                                                             %      #>                        !                      P                  	=   ?u   '   ' "P&`"P'   ?                  X                      
Multiview            A  @  ?  >  =  <  ;  :  9                                                                                                            d    4MTool_GB.guide                                                                        Q}                                                                                                                                                                                                                                                              /                                                                                              d    MTool_GB.History                                                          


                             MultiTool II
                                 V2.1
                              05.02.1995

                           LIST OF CHANGES



------------------------------------------------------------------------
This file is a "quick and dirty" translation of the German history file.
It contains a list of all changes performed to MTool since V1.4.
The names of the people that suggested a feature or found a bug are
noticed in brackets.
------------------------------------------------------------------------

Future enhancements/suggestions:

- other archivers (Harald Schneider)
- automatic installation of disks
- find a pattern in a directory tree (Jochen Schiller)
- sort by file size or date (Marc Duponcheel)
- palette requester (C. J. Ellerbeck)
- directory history, including selections.
- Compare files (Gregor Wenkelewski)
- Intelligent screen shuffling (Gregor Wenkelewski)
- Show only version number instead of complete version string in
  copy requester (Gregor Wenkelewski)
- use middle mouse button (Mikael Silfver)
- POPKEY brings MTool Screen/Window to front even if it's already
  open (Mikael Silfver)
- MakeDir: Selection, if a icon should be created or not (A. Baum)
- Timer for updating screen title (avoid flicker) (M. Silfver)
- Show protection bits of MUFS and Envoy (Jan Holler)
- ARexx port

Other suggestions and bug reports are welcome...

------------------------------------------------------------------------
V2.1 - 06.02.1995 released

MTOOL MAIN PROGRAM:

NEW:

- optional action gadgets at the bottom of MTools window
- appicon to open/select the window of MTool and to display and
  select files
- display of selected bytes in active file list
- a drawer with icon can be created in one step (A. Baum)
- file comments are displayed in the file lists
- directory caching. 20 directories are stored and displayed
  immediately if they are needed again
- gadgets to force a directory to be read again
- "Change Name" in copy requester makes MTool ask for a new name
  -> Copy as / Move as
- gadget to tranfer contents of one file list to the other
- Finnish catalogs
- Dutch manual and catalogs
- Slovakian manual and catalogs

BUGFIXES SINCE V2.0d:

- Links are sorted correctly (J. Bnisch)
- Each file list has its own selection array. This removes inconsistencies
  when both lists show the same drawer. (O. Ahvenlampi)
- No empty Amiga symbol in custom menues when no shrtcut has been defined.
  (O. Ahvenlampi)

------------------------------------------------------------------------
V2.0d - 03.08.1994 third bugfix

NEW:

- French manual and improved French catalogs (Lionel Vintenat)

BUGFIXES:

- When being hidden with the ESC key, MTool sometimes crashed
- Klicking below the last entry in the device list scrolled up the
  list and multiplied its last entry

------------------------------------------------------------------------
V2.0c - 25.04.1994 second bugfix

NEW:

- File size is no longer determined using ExamineFH(). This caused
  problems with some filesystems (parnet, XFH, CDTV...) (A. Kutterer)
- Danish manual (Volker Alexander Graf)
- Italian catalog and manual (Marco Mellia)

BUGFIXES:

- The version number of libraries shown in the analyze and copy windows
  was the version number of the resident library, not of the file.
  (M. Mellia)
- If moving archive contents was cancelled, the original contents were
  deleted anyway. Now, nothing is deleted. (M. Mellia)

NEW PROGRAM:

- MFind

------------------------------------------------------------------------
V2.0b - omitted, because it could have been mixed up with 2.0
------------------------------------------------------------------------
V2.0a - 28.02.1994 first bugfix

MTOOL MAIN PROGRAM:

NEW:

- Norwegian Catalog
- If MTool is told to run on a non-existant pubscreen, it opens an
  own screen.
- POPKEY brings MTool to front, even if its window was already open
  (M. Silfver)
- No about requester at startup in registered version
- ASCII filter isn't case sensitive any more (R. Debusmann)
- Notify on dir lists removed. Now MTool checks permanently, if the
  datestamps of the two dirs change.
- Refresh of the screen title only if it has changed. Avoids
  flickering (M. Silfver)

BUGFIXES:

- No alert, if pubscreen could not be locked.
- No guru, if you hide MTool via CX (M. Mutschler)
- No guru, if you hide MTool after having removed a disk that had been
  displayed (R. Debusmann)
- Second try to fix the "no custom screen checkmark"-bug (A. Kutterer,
  A. Baum, M. Hank, C. Ellerbeck)
- If no LHA is installed, there are no strange effects any more if
  you try to read the contents of an archive (M. Silfver)
- If MTool can't close its screen, it will continue to try to close
  it twice a second until it succeeds. (A. Sjgren)
- If you cancel the parameter string requester while executing a
  command, the command will be cancelled (J. Billing)
- No lost locks any more, if you remove a disk that had been displayed.

MTOOL PREFS EDITOR:

BUGFIXES:

- If a file requester is cancelled, its action is cancelled, too.
  So you won't loose all settings if you cancel the "load prefs"
  requester. (M. Hank)

KNOWN BUGS:

- Keyboard shortcuts not yet implemented

------------------------------------------------------------------------
V2.0 - 06.02.1994 released

MTOOL MAIN PROGRAM:

NEW:

- Notify on prefs file. MTool adapts immediately to changes.
- Close=Hide  =>  ESC=Hide
- Protection bits stay unchanged in copied files (M.Silfver)
- Notify changed. Only working, while MTool waits for user
  interaction. -> Dirs are no longer scanned twice in some cases.
- Dirs are only scanned if they actually changed (datestamp)
- String requester accepts 80 chars now. (J. Billing)
- Cancel small copy window by closing it or pressing any key
  (C. Krenner)

BUGFIXES:

- Screen title and pubscreen title are correct now (A. Baum,
  M. Silfver, J. Bnisch)
- Version string changed (date is now DD.MM.YY) (A. Baum)
- Checkmark "Custom Screen" works now. (all ;-))
- No delete requester while scanning dirs for "Info" (A. Baum,
  M. Silfver)
- Destination display in copy requester reenabled (A. Baum)
- Small bugs in display fixed (A. Baum)
- Wrong background color in status display after keyboard
  control of device list (M. Silfver)
- Changes of protection bits are updated immediately (M.
  Silfver)
- Pattern matching isn't case sensitive any more. Sometimes,
  it didn't work at all (M. Silfver)
- Error message, if you try to delete a file that's protected
  from deletion
- Improved display of version strings in copy and analyze
  requesters (A. Baum)
- AutoDir checkmark works now. (A. Baum)
- No system crash if an error occurs during startup.
- No alert if public screen can't be locked
- device list optically responds to mouse clicks (J. Bnisch)
- No enforcer hit if you move files within a device (J. Bnisch)
- Copy requester works now if you move files within a davice
- Device list is sorted case-independent (J. Bnisch)
- End of status line could be trashed in some localized
  versions (J. Billing)
- Flags weren't set in copy requester sometimes (M. Silfver)

MTOOL PREFS EDITOR:

NEW:

- Window opens on same screen as MTool and makes this screen the
  frontmost
- Included menus
- Lists can be sorted

BUGFIXES:

- String gadgets don't have to be "returned" any more
- File requester in "Icons" now shows icon files and not everything
  except icon files ;-)
- topaz 8 in listview
- Number of colors in screenmode requester initialized correctly
- During path selections via file requester, only drawers are
  displayed
- default path "SYS:" in file requesters
- removed enforcer hits during startup

------------------------------------------------------------------------
V2.0 - 12.09.1993 internal version

MTOOL MAIN PROGRAM:

NEW:

- Preferences editor. New prefs file format.
- Reworked analyzing and actions.
- Selection of a drawer by simply dropping its icon in the window
  of MTool. (AppWindow) (Christian Krenner)
- Keyboard control of the device listview. Use "Del" to switch cursor
  keys to devlist control.
- Configurable action list that can be displayed in the device listview.
  (Christian Krenner)
- Copy requester waited for one IntuiTick for every file. fixed.
  (Jens Bnisch)
- Max. block size for copying of 65KB. Fixes problems with IDE drives
  on A1200.
- Display date/time in file lists. (Marc Duponcheel)
- very simple requester for copy/move/delete on request.
- Small gadget "?" or "!" besides the gadgets for copy, move, delete,
  Select All, Select Nothing and Icon.
- Double click on a file in an archive is now possible (everybody asked
  me to do it ;-), Mikael Silfver persuaded me)
- Activate string gadget above the active file list by pressing Return
  (Mikael Silfver, Adam Sjgren)
- Notification
- If you change the parameters in the copy requester, copying stops
  and must be re"start"ed. (Mikael Silfver)
- A file can be given an icon according to its file type.
- MTool can open its window on public screens (Mikael Silfver)
- Close gadget can be used to hide MTool (Mikael Silfver)

BUGFIXES:

- small graphics bug in string requester when big fonts are used
  (Jens Bnisch)
- Triple clicking in file list makes dir change twice (Jens Bnisch)
- "Amiga A" symbols are scaled wrong sometimes (OS3.0+) (Robert Peter
  Poole)

KNOWN BUGS:

- AutoDir checkmark in menus gets lost during closing and reopening
  MTools window (Mikael Silfver)
- Enforcer hits when no config file was loaded (Robert Peter Poole)
- If an options request is canceled during menu action, the action
  should be cancelled, too. (Jens Bnisch)
- Bugs in Copy requester (Gregor Wenkelewski)
- Sometimes enforcer hits during move.


MTOOL PREFS EDITOR:

NEW:

everything :-)

NOT YET IMPLEMENTED:

- Keyboard control
- Menus

------------------------------------------------------------------------
V1.5 - 08.09.1993 released

NEW:

- MTool is a commodity now (C. J. Ellerbeck)
- You can't work with two MTools simultanously. Starting a second one
  will open the window of the first one (if it was closed) and bring
  to front its screen/window.
- Improved English texts (C. J. Ellerbeck)
- Barlines in menus (C. J. Ellerbeck)
- NewLookMenus with OS3.0 (C. J. Ellerbeck)
- Proportional fonts for gadgets (C. J. Ellerbeck)
- Maximum font size is 50 pixels now (was 20)
- Straight insertion instead of bubblesort (faster)
- New "about"-window (C. J. Ellerbeck)
- Abort rename of multiple files via close gadget (C. J. Ellerbeck)
- Jump to beginning of the file list if you reach the end of the list
  with the cursor keys. (C. J. Ellerbeck)
- Spanish catalog file (Jos Garcia)
- new key words to control analyzing: TYPE, FILT and HFIL. (C. J.
  Ellerbeck)
- Configuable device list with new key word CDEV (Markus Mnig,
  Reinhard Kunter)
- Thicker frame on gadgets, that can be activated by pressing Return.
- Parent of assigns works now. (Parent of DEVS: will give you WB_2.x:)
- If MTool is displayed on the Workbench screen, Parent can be reached
  by clicking on the broad right window frame. (Holger Trapp)
- Changed manual to AmigaGuide (C. J. Ellerbeck, Andreas Baum)
- Visible response of the Gadgets if you use the Keyboard shortcuts
  (Brian Jacobson, thanks for your code!)
- Jump to beginning/end of a file list with Ctrl-Cursor (Matthias Hank)
- Screen mode requester enables selection of number of colours. (C. J.
  Ellerbeck)
- MTool is shareware now

BUGFIXES:

- No guru if you open archives with path names with more than 80 chars
  length.
- No error message if you select Info without having selected a file.
  (C. J. Ellerbeck)
- No trashing of the title bar of the string requester if you are using
  a big screen font. (Christian Krenner)
- Font requester always opened on the Workbench screen on OS2.0 (Marc
  Necker)
- No false "Disk full" messages any more during copy.
- "Change Name" in the copy requester now works.
- If an error occured during "Move", the original file was deleted
  anyway. Fixed. (Bernd Johannes)
- If an error occured on resizing the window, MTool didn't free all
  resources (memory loss). Fixed. (Bernd Johannes)

KNOWN BUGS:

none.
MTool_GB.guide.info                                                                     ~                                                                                                                                                                                                                                                                                                                                                                                                            j  4MTool_GB.History.info                                                          B ;                            >   -                                     	=   ?u   '   ' "P&`"P'   ?                  X                      
Multiview                                          /                                                                                              d    MTool_GB.History                                                                        %                                                                                                                                                                                                                                                                                                                                                                                                        d    TMTool_D.DESC                                                              Dir-Utility, LHA-Archive wie Dirs verwenden

MultiTool II V2.1 ist ein Directory-Utility, das optisch an DMaster V1.4
angelehnt ist. Shareware. Features:

- fontsensitive, aufloesungsunabhaengige Benutzerschnittstelle
- nur fuer OS2.0 und hoeher
- ab OS2.1 locale- und Screenmoderequester-Unterstuetzung
- LHA-Archive koennen wie Verzeichnisse doppelt angeklickt werden, worauf
  der Archivinhalt im Dateifenster angezeigt wird. Dann kann selektiv
  hineinkopiert (=dazugepackt), herauskopiert (=ausgepackt) oder geloescht
  werden.
- Es ist alles drin, was man so braucht: kopieren, loeschen, Groesse von
  Verzeichnissen ermitteln...
- Fr alle Sonderfunktionen (Bilder, Anims, Mods) sind externe Programme
  frei konfigurierbar.
- komfortabler Prefs-Editor

Neu ab V2.1:

- Appicon
- Directory-Caching
- Optionale Gadgetleiste am unteren Fensterrand
- Eintraege in der Deviceliste koennen ausgeblendet werden
- Direkte Anzeige, wieviele Bytes angewaehlt sind
info                                                             H      xi                                                                                                                                                              N                                                                                              d    MTool_D.guide                                                           @database "MultiTool II V2.1"

@node MAIN "Anleitung zu MultiTool II V2.1  1994 by Boris Jakubaschk"


                                  MultiTool II
                                      V2.1
                                   05.02.1995
                              - Shareware Version -

                               BEDIENUNGSANLEITUNG



             INHALT:

             @{"    Fr alle, die nie Anleitungen lesen...         " link NoDocs}

             @{" 1. Einfhrung                                     " link Intro}

              @{"  1.1 Rechtliches       " link Legal} @{"  1.2 Shareware         " link Share}
              @{"  1.3 Danksagungen      " link Thanks}

             @{" 2. Einrichtung                                    " link Install}

             @{" 3. Einstellungen                                  " link Prefs}

              @{"  3.1 Allgemeines       " link PR_general} @{"  3.2 Programme         " link PR_progs}
              @{"  3.3 Men              " link PR_menu} @{"  3.4 Icon              " link PR_icon}
              @{"  3.5 Dateitypen        " link PR_types} @{"  3.6 Deviceliste       " link PR_devs}
              @{"  3.7 Aktionsliste      " link PR_action} @{"  3.8 Gerteeinst.      " link PR_devtype}
              @{"  3.9 Gadgetleiste      " link PR_gadgets}

             @{" 4. Bedienung von MTool                            " link Usage}

              @{"  4.1 Verzeichnislisten " link US_dirs} @{"  4.2 Kopieren, ...     " link US_copy}
              @{"  4.3 Markierungen      " link US_select} @{"  4.4 Archiv            " link US_archiv}
              @{"  4.5 Analyse / Aktion  " link US_analyze} @{"  4.6 Men              " link US_menu}
              @{"  4.7 Icons             " link US_icon} @{"  4.8 Weitere Merkmale  " link US_rest}

             @{"    Lexikon                                        " link Glossary}

@endnode

@node NoDocs "Fr alle, die nie Anleitungen lesen..."

... fasse ich hier ein paar wichtige Stichworte in aller Krze zusammen.
Sonst mu ich doch immer wieder die gleichen Fragen beantworten!

- MTool ist Shareware. Wer es dauerhaft benutzt sollte 25 Mark fr die
  Registrierung bezahlen. Dafr gibt's ein Keyfile, das bei der aktuellen
  und allen zuknftigen Versionen von MTool smtliche Sperren und
  strenden Requester entfernt.

- Diese Version darf privat und kostenlos weitergegeben werden.

- Die erste Zeile jeder Dateiliste ist deswegen fettgedruckt, weil mit
  den Cursortasten durch die Liste gewandert werden kann. Die fettge-
  druckte Zeile ist dabei der Cursor.

- Mit der Backtick-Taste ("`", unterhalb ESC) kann auf die alternative
  Deviceliste umgeschaltet werden (so denn eine konfiguriert ist). "TAB"
  schaltet wieder auf die originale Deviceliste zurck.

- Space wechselt die aktive (Quell-)Dateiliste.

- Am linken und rechten Fensterrand befinden sich unsichtbare Parent-
  Gadgets

- Verbergen aus dem Projekt-Men schliet das Fenster von MTool. Es geht
  per Hotkey wieder auf. Defaultmig Ctrl-Alt-"<".

Wenn Sie jetzt nur Bahnhof verstanden haben, sollten Sie vielleicht doch
die ganze Anleitung lesen ;-)

@endnode

@node Intro "Einfhrung"

1. Einfhrung:

Herzlich willkommen zu MultiTool II V2.1!

MTool ist ein Werkzeug, das Ihnen helfen wird, Ihre Disketten oder
Ihre Festplatte in Ordnung zu halten, Programme einzurichten, Ihre
Dateien umzuorganisieren oder auch zu lschen.

Programme dieser Kategorie werden oft als DOS- oder Directory-
Utilities bezeichnet. Sie zeichnen sich dadurch aus, da sie die
Inhaltsverzeichnisse zweier whlbarer Verzeichnisse in je einer
Dateiliste anzeigen knnen. In diesen knnen dann Dateien und
Verzeichnisse markiert werden. Eine Reihe von Gadgets ermglicht
dann die Auswahl von Aktionen (z.B. Kopieren, Lschen, Bild an-
zeigen), die auf die angewhlten Listeneintrge angewendet werden
knnen.

Auch MTool hlt sich an dieses Grundschema, wurde aber mit
zahlreichen Zusatzfunktionen ausgestattet:

- Den Dateilisten wurde so viel Platz wie mglich eingerumt, um
  mglichst viele Informationen auf einmal anzeigen zu knnen.
- Die Gadgetleiste sitzt zwischen den Dateilisten und besteht
  aus relativ wenigen Gadgets, die dafr teilweise recht komplexe
  Aktionen steuern.
- Eine dritte Liste oberhalb der Gadgetleiste kann verschiedene
  Aufgaben bernehmen, z.B. die Auswahl des anzuzeigenden Verzeich-
  nisses aus allen Gertenamen und "Assigns", oder die Anwahl
  zustzlicher Aktionen, die Sie selbst definieren knnen.
- Alle Richtlinien zur Amiga-Programmierung wurden weitestgehend
  eingehalten. MTool luft mit jedem Amiga ab OS2.0 (V37.xx).
  Neuere Betriebssystemversionen werden erkannt und ausgenutzt
  (z.B. Spracheinstellung ab OS2.1 und Systemwartezeiger ab
  OS3.0).
- MTool ist jetzt nicht nur sehr flexibel, sondern auch komfortabel
  zu konfigurieren. Ein eigenes Programm sorgt dafr, da alle
  Einstellungen mit der Maus gettigt werden knnen.

Ich hoffe, dieses Programm wird Ihnen in Zukunft eine wertvolle
Hilfe bei der Pflege Ihrer Daten sein.

                                            Boris Jakubaschk
@endnode

@node Legal "Rechtliches"

1.1 Rechtliches:

Multitool ist Shareware. Das heit, da dieses Programm beliebig weiter-
gegeben werden darf, solange diese Anleitung mitkopiert wird und keine
Gebhr dafr verlangt wird!
Wenn Ihnen das Programm gefllt, knnen Sie mir einen Betrag von 25 Mark
schicken. Welche Vorteile Ihnen das bringt, steht im nchsten Kapitel.

Den Sourcecode der aktuellen Version gebe ich nicht mehr heraus. Bis
V1.4 war er allerdings im Archiv mit enthalten. Natrlich beantworte
ich gerne programmierspezifische Fragen (Wie hast Du das angestellt...?).

Folgende Dateien sollten Sie also haben und mssen Sie auch mitkopieren:

MTool            - das eigentliche Programm
MTool.info       - das Icon dazu
Prefs/MTool      - das Preferences-Programm
Prefs/MTool.info - das Icon dazu
ENVARC/MTool.Prefs
                 - Beispiel fr eine Voreinstellungsdatei
Catalogs/#?      - Catalog-Dateien fr verschiedene Sprachen ab OS2.1
MTool_x.guide    - Diese Anleitung. Das x steht fr die verschiedenen
                   Sprachen
MTool_x.history  - Entwicklungsgeschichte von MTool
MTool_x.desc     - kurze Beschreibung des Programms fr Mailbox-Filelisten
Localesource/#?  - Catalog-Source um eigene Landesanpassungen machen
                   zu knnen

Smtliche Dateien mssen unverndert weitergegeben werden!

Diese Vertriebsbedingungen gestatten somit:
- die private Weitergabe
- die Verbreitung ber nichtkommerzielle Netzwerke (FIDO, FTP) oder
  Mailboxen
- die Weitergabe auf PD-Disketten
  Wenn Sie Multitool in eine PD-Sammlung integrieren wollen, so mssen Sie
  zuvor mein schriftliches Einverstndnis einholen. Die bekannten deutschen
  Kommerzserien werden diese nicht erhalten.

Sie verwenden Multitool auf eigene Gefahr. Ich schliee hiermit jegliche
Haftung fr Schden, die Multitool verursacht ausdrcklich aus. Dies
gilt fr Bedienfehler ihrerseits (Festplatte gelscht), Programmabstrze
und auch wenn sich Multitool anderweitig danebenbenimmt.

Multitool ist nach ber zweijhriger Entwicklungszeit recht ausgereift
und sollte eigentlich keine groben Fehler mehr haben. Trotzdem: Kaum
ein greres Programm ist hundertprozentig fehlerfrei. Es wre nett,
wenn Sie mir jeden Fehler der Ihnen begegnet mitteilen wrden. Nur so
kann ich ihn beheben! Auch Verbesserungsvorschlge sind jederzeit
willkommen.

Schreiben Sie an:(ab 3/95) Boris Jakubaschk
                           Klauprechtstrae 1
                           76137 Karlsruhe
oder mailen Sie:   E-mail  Boris@alice.tynet.sub.org
                   Fido    Boris Jakubaschk, 2:246/1115.2
@endnode

@node Share "Shareware"

1.2 Shareware:

Diese Version von MTool ist in ihrer Funktionalitt durch ver-
schiedene Einschrnkungen (neue Features knnen angeschaut aber
nicht verwendet werden) und Nervrequester behindert:

- Requester beim Programmstart. Sie mssen warten, bis die Schnecke
  am linken Bildrand angekommen ist.
- Automatische Iconerzeugung gesperrt
- Direkte Aktion auf Dateien innerhalb von Archiven gesperrt
- Appwindow (Icons ins MToolfenster ziehen) gesperrt

Registrierte Anwender erhalten ein Keyfile, d.h. eine Datei, die
die Sperren der frei kopierbaren Demoversion aufhebt und sie
voll benutzbar macht. Das Keyfile bekommen Sie entweder auf Diskette
zugeschickt oder per E-Mail uuencoded zugemailt.

Ich mchte Sie bitten, die Weiterentwicklung von MTool finanziell
zu untersttzen indem Sie sich bei mir als Benutzer registrieren
lassen.

Der Preis betrgt jetzt grundstzlich 25 Mark (US$15). Die Staffel-
preise, die bei MTool V1.5 eingefhrt wurden, gelten nicht mehr.
Bei Gruppenregistrierungen lasse ich allerdings mit mir reden...

Sie knnen in bar, per Euroscheck oder per berweisung auf mein 
Konto bezahlen. Im letzteren Fall mu aus der berweisung klar
hervorgehen, von wem sie stammt und da der Zweck die "MTool
Registrierung" ist.

Schecks und Bargeld an:
  Boris Jakubaschk, Im schle 28, 78727 Oberndorf
  (Diese Registrierungen werden von meiner Schwester bearbeitet. Sollten
  Sie eine persnliche Antwort von mir wnschen, schicken sie die
  Registrierung bitte (ab 3/95) an folgende Adresse:
  Boris Jakubaschk, Klauprechtstrae 1, 76137 Karlsruhe
  Das kann allerdings eventuell etwas lnger dauern.)

berweisungen auf mein Konto:
  Nr. 953281 bei der Kreissparkasse Rottweil, BLZ 642 500 40
  (Bei berweisungen sollten Sie zustzlich noch eine Postkarte (oder
  E-Mail) schicken oder kurz anrufen, da die Angaben auf Kontoauszgen
  oft verstmmelt sind oder die Adresse ganz fehlt. Tel. 07423/3833)

@endnode

@node Thanks "Danksagungen"

1.3 Danksagungen:

Ohne die Mithilfe vieler Freunde und Bekannter wre MTool heute
noch lange nicht so weit - wenn es berhaupt existieren wrde.

Ich mchte all jenen danken, die mich whrend der Entwicklung von
MTool untersttzt und mich von Zeit zu Zeit mal wieder in den
Hintern getreten haben, damit ich weiterarbeite.

Dank auch an die, die sich die Mhe gemacht haben, mir eine E-Mail
oder einen Brief mit Verbesserungsvorschlgen zu schicken.

Namentlich:

  - Die bersetzer der Catalog-Dateien und teilweise auch der
    Anleitung:
     Christopher J. Ellerbeck (Korrektur englisch, V1.5)
     Arian T. Kulp (Korrektur englisch, V2.0)
     Mikael Silfver (schwedischer Catalog)
     Johan Billing (schwedische Anleitung, Anpassung an V2.1)
     Thorkild Stray (norwegischer Catalog)
     Adam Sjgren (dnischer Catalog)
     Volker A. Graf (dnische Anleitung, Anpassung an V2.1)
     Pascal Aubert (franzsischer Catalog)
     Lionel Vintenat (franzsische Anleitung, Anpassung an V2.1)
     Marco Mellia (italienisch)
     Vlado Saffa (slowakisch)
     Osma Ahvenlampi (finnisch)
     H. Huisman (hollndische Anleitung)
     Rembrandt de Witt (hollndischer Catalog)
     Ali Kauffeld-Kars (hollndische Anleitung, Anpassung an V2.1)

  - Andreas Baum fr seinen MultiIndicator, das genau das macht, was
    ich mir von einem Text- und Binary-Anzeiger immer gewnscht habe.

  - Stefan Boberg fr seinen genialen LHA

  - Matt Dillon fr den C-Compiler DICE

  - Holger Trapp und Osma Ahvenlampi fr die Magic-WB-Icons zu MTool

  - Klaas Hermanns fr seinen schnen Dateimonitor FileX

  - Stefan Becker fr Toolmanager und die Erlaubnis, dessen Prefs-
    editor abzukupfern.

  - Jan van den Baard fr GadToolsBox

  - Markus Mnig fr die Lsung meiner Absturzprobleme

  - Markus Nerding (MAXON) fr das RKRM Libraries

  - Alle Betatester und alle, die mir mit Bugreports und Verbesserungs-
    vorschlgen geholfen haben. Inzwischen sind's einfach zu viele, um
    alle namentlich zu nennen (und dabei keinen zu vergessen...).

  - Alle registrierten Benutzer: Euch ist es zu verdanken, dass ich
    trotz Zeitmangels und Diplomstre bis heute an MTool weitergearbeitet
    habe. Die Briefe und Mails aus aller Welt haben mir gezeigt, dass sich
    jede Minute Arbeit, die ich in MTool investiert habe, gelohnt hat.
    Vielen Dank!
@endnode

@node Install "Einrichtung"

2. Einrichtung:

In der originalen Distribution von MTool befindet sich ein
Installationsskript, das die Einrichtung auf Ihrem System schnell
und einfach erledigt. Es bentigt dazu den Installer von Commodore.
Sollten Sie diesen nicht besitzen oder aus anderen Grnden eine
manuelle Installation vorziehen, sollten Sie folgendermaen
vorgehen:

- Richten Sie ein Verzeichnis fr die Konfigurationsdatei ein:

  MAKEDIR ENVARC:MTool

  Wenn Sie MTool bereits registriert (= dafr bezahlt) haben,
  sollten Sie Ihr Keyfile in dieses Verzeichnis kopieren.

- Whlen Sie ein Verzeichnis fr das MTool-Programm aus oder legen
  Sie eines an und kopieren Sie die Dateien "MTool" und "MTool.info"
  hinein. Wenn Sie mit der Workbench arbeiten, schieben Sie einfach
  das Icon von MTool in die Schublade, in der Sie es haben mchten.

- Die Dateien "MTPrefs" und "MTPrefs.info" gehren in ein Verzeichnis,
  das im Suchpfad des Systems liegt, z.B. SYS:Tools. Wahlweise knnen
  sie auch nach SYS:Prefs kopiert werden, mssen dann aber auf die
  Namen "MTool" und "MTool.info" umgetauft werden.
  Workbenchbenutzer schieben einfach das Icon von MTPrefs in die
  Prefsschublade und taufen es auf "MTool" um (Men Piktogramm/
  umbenennen).

- Als Besitzer eines Rechners mit OS2.1 oder hher sollten Sie jetzt
  noch das Verzeichnis "catalogs" nach "Locale:catalogs" kopieren.
  MTool wird dann alle Texte in der eingestellten Landessprache
  darstellen.

- Die mitgelieferten Fonts, Anleitungen und Catalogsources knnen
  Sie kopieren, sie haben aber auf die Funktionstchtigkeit von
  MTool keine Auswirkung.

- Setzen Sie den Rechner zurck oder kopieren Sie den Inhalt von
  ENVARC:MTool nach ENV:MTool. Jetzt knnen Sie beginnen, MTool mit
  dem Programm MTPrefs an Ihre Vorstellungen anzupassen.

@endnode

@node Prefs "Einstellungen"

3. Einstellungen:

Einige Grundeinstellungen sollten Sie bereits gemacht haben, wenn
Sie MTool das erste Mal benutzen. Dazu starten Sie zuerst das
Programm MTPrefs.

Es ffnet sich ein Fenster, das von einer groen Auswahlliste
dominiert wird. Darber befindet sich ein Gadget, das Ihnen die
Bestimmung dessen, was in der Liste ausgewhlt werden kann,
ermglicht. Hier steht im Moment "Allgemeine Einstellungen" und
dabei sollten Sie es vorerst auch belassen.

Die Gadgets links neben der Liste dienen der Manipulation einzelner
Eintrge der Liste, sind aber bei den allgemeinen Einstellungen
nicht verwendbar und daher inaktiv.

Die Gadgets am unteren Fensterrand dienen dem Verlassen des Pro-
gramms. Dabei werden die nderungen, die Sie gemacht haben, bei
"Sichern" endgltig, bei "Benutzen" nur bis zum nchsten Reset und
bei "Abbruch" gar nicht gespeichert.

Wenn Sie einen Eintrag der Liste doppelt anklicken oder ihn
anwhlen und dann "ndern" bettigen, ffnet sich ein weiteres
Fenster, in dem Sie die eigentlichen nderungen vornehmen knnen.

@endnode

@node PR_general "Allgemeine Einstellungen"

3.1 Allgemeine Einstellungen:

Pfade:

- LHA-Programm  : Hier tragen Sie ein, wo und unter welchem Namen
                  sich in Ihrem System das Programm "LHA" befindet.
                  Wenn es im Suchpfad des Systems liegt (z.B. in C:)
                  und LHA heit, gengt hier "LHA" als Eintrag.
                  Fehlt diese Angabe oder ist sie fehlerhaft, kann
                  MTool nicht mit Archiven umgehen.
- Startpfad li. : Direkt nach dem Start kann MTool bereits den Inhalt
                  zweier Verzeichnisse in seinen Listen anzeigen.
                  Diese Angabe gibt den Pfad des in der linken Liste
                  anzuzeigenden Verzeichnisses an.
- Startpfad re. : Dito fr die rechte Liste.
- Schubladenicon: Spter werden Sie erfahren, wie Sie mit MTPrefs
                  Iconobjekte generieren knnen. Hier knnen Sie das
                  Iconobjekt auswhlen, das MTool fr Schubladen
                  verwenden soll. Mangels Iconobjekten mssen Sie
                  diese Einstellung momentan noch vertagen.

Bildschirm & Sonstiges:

- Bildschirmtyp : Whlen Sie aus, ob MTool sein Fenster auf der
                  Workbench, einem Public Screen oder einem eigenen
                  Bildschirm ffnen soll.
- Bildschirmname: Dieser Eintrag ist nur dann relevant, wenn MTool
                  nicht auf der Workbench luft. Wenn es sein Fenster
                  auf einem Public Screen ffnen soll, mu hier dessen
                  Name stehen. Wenn es einen eigenen Bildschirm ffnet,
                  wird dieser den hier eingetragenen Namen erhalten.
                  Andere Programme knnen diesen Namen dann nutzen, um
                  auf dem selben Screen zu laufen.
- Volle Gre   : Wenn diese Option angewhlt ist, erscheint das
                  Fenster von MTool in voller Bildschirmgre ohne
                  Vergrerungsgadget.
- AutoDir       : Wenn eine Diskette gewechselt wird, erkennt dies
                  MTool und aktualisiert bei Bedarf die Dateilisten -
                  vorausgesetzt, AutoDir ist aktiv.
- Schlieen...  : MTool kann beim Schlieen seines Fensters wahlweise 
                  komplett aus dem Speicher verschwinden oder auch nur
                  in eine Warteposition ("Verbergen") gehen, aus der
                  es mit einem Tastendruck (Ctrl-Alt-<, in den Tool-
                  types von MTool einstellbar) wieder geweckt werden
                  kann.
- Lnge, usw.   : Dieses und alle weiteren Gadgets dienen der Ein-
                  stellung der Optionen fr Kopieren, Schieben und
                  Lschen von Dateien. Diese Gadgets finden Sie in
                  gleicher Anordnung im Kopierrequester von MTool.
                  Was sie zu bedeuten haben finden Sie weiter hinten
                  in der Beschreibung von MTool selbst.

Bildschirmmodus:

Es ffnet sich ein Requester, dem Sie die gewnschte Auflsung und
Farbzahl anvertrauen sollten, die MTool verwendet, wenn es auf einem
eigenen Bildschirm luft.

Fenstergre:

Es ffnet sich ein Fenster, das Sie in Gre und Platzierung verndern
knnen. Wenn Sie fertig sind, schlieen Sie es einfach wieder. MTool
wird dann an derselben Stelle in derselben Gre erscheinen wie dieses
Fenster.

Gadgetschrift:

Sie knnen hier die Schriftart und -gre auswhlen, in der die Gadgets
in MTool beschriftet werden. Die Gadgets passen sich der Schriftgre
automatisch an.

Listenschrift:

Dito, aber fr die Schrift der Verzeichnislisten.


Wenn Sie die Anleitung bis hierher durchgelesen und alles nachvollzogen
haben, sollten Sie an dieser Stelle Ihre Einstellungen abspeichern
("Sichern") und MTool starten. Informationen zu dessen Bedienung finden
Sie im @{"4. Kapitel" link Usage}. Die nun folgenden Unterkapitel behandeln die brigen
Einstellmglichkeiten von MTPrefs, deren Verstndnis aber voraussetzt,
da Sie MTool bereits kennen.

@endnode

@node PR_progs "Programme"

3.2 Programme:

Wenn Sie den Objekttyp von "Allgemeine Einstellungen" auf "Programme"
ndern, wird Ihnen zunchst auffallen, da die Gadgets am linken
Fensterrand nun nicht mehr gesperrt sind. Sie knnen nun diese dazu
verwenden, neue Eintrge in die Liste aufzunehmen, zu lschen, sie
innerhalb der Liste zu verschieben oder zu kopieren. Die ganze Liste
kann sortiert werden.

Erstellen Sie einen neuen Eintrag, indem Sie "Neu" anwhlen. Whlen Sie
den neuen Eintrag nun an und ndern Sie den Namen z.B. auf "Schutz-
bits", indem Sie den neuen Namen in das Eingabefeld unterhalb der
Liste schreiben. Der Name kann beliebig sein, Sie sollten aber etwas
damit anfangen knnen.

Gehen Sie nun auf "ndern". Es erscheint ein Requester, an dessen
oberem Rand der Name des Objekts angezeigt wird. Sie knnen ihn
hier auch ndern. Der Schieberegler darunter ermglicht es, alle
Objekte der Liste anzuwhlen und dann zu ndern.

Darunter finden Sie die folgenden Felder:

Programm   : Pfad und Name des Programms.
Parameter  : Hier tragen Sie die Parameter, die an das Programm
             bergeben werden sollen, ein. Feste Parameter (z.B.
             Flags) schreiben Sie hierbei genau so, wie Sie das
             im CLI auch tun wrden. Vernderliche Parameter,
             die aus Dateinamen, Pfadnamen etc. bestehen sollen
             erhalten die Bezeichnung "%s" (incl. Anfhrungs-
             zeichen!).
Parameter 1: Durch was die "%s" dann letztlich ersetzt werden,
             legen Sie mit den drei folgenden Gadgets fest:
             Parameter 1 bestimmt, wodurch das erste "%s" in
             der Parameterliste ersetzt werden soll.
Parameter 2: Dito fr das zweite "%s".
Parameter 3: Dito fr das dritte "%s".

Da diese Art von Programmobjekten nicht ganz einfach zu verstehen ist,
folgen nun einige Beispiele:

1. Schutzbits:

Programm   : C:Protect
Parameter  : "%s" %s
Parameter 1: Name der Quelldatei
Parameter 2: Parameter abfragen
Parameter 3: keiner

Wird dieses Programmobjekt aufgerufen (Wie das geht, erfahren Sie
spter.), erscheint zunchst ein Requester, der zur Eingabe eines
Parameters auffordert. Was Sie hier eingeben ersetzt das erste "%s"
des Parameterstrings. Fr jede angewhlte Datei der aktiven Datei-
liste erzeugt MTool jetzt ein Kommando, bei dem das zweite "%s"
durch den kompletten Namen jeweils einer der angewhlten Dateien
ersetzt ist. Wenn Sie z.B. im Verzeichnis S: die Dateien "user-
startup" und "startup-sequence" angewhlt haben, dann dieses
Programmobjekt aufrufen und danach "+S" bei der Parameterabfrage
angeben, erzeugt MTool folgende Kommandos:

  C:Protect "S:user-startup" +S
  C:Protect "S:startup-sequence" +S


2. Editor:

Programm   : SYS:XCli/EDC
Parameter  : "%s" -Sticky
Parameter 1: Name der Quelldatei
Parameter 2: keiner
Parameter 3: keiner

Dies ist der Aufruf des Editors CygnusED von MTool aus. Wenn Sie das
"-Sticky" weglassen, knnen Sie dieses Schema fr die allermeisten
Anwendungen bernehmen, z.B. Bilderzeiger, MOD-Player, Dateimonitore...


3. Kopieren:

Programm   : C:Copy
Parameter  : "%s" "%s"
Parameter 1: Name der Quelldatei
Parameter 2: Zielpfad
Parameter 3: keiner

Das wre eine alternative Kopierfunktion fr MTool. Das Beispiel macht
nicht viel Sinn, zeigt aber die Flexibilitt des Konzepts, das MTool
in diesem Bereich hat.

@endnode

@node PR_menu "Men"

3.3 Men:

Den Grundaufbau des Requesters kennen Sie ja bereits. Es bleiben nur
zwei Eingabefelder zu erklren:

Tast.krzel: Taste, die zusammen mit der Amigataste den Shortcut
             (Tastaturaufruf) dieses Menpunkts bildet.
Programm   : Programmobjekt, das durch diesen Menpunkt aufgerufen
             wird.

Die Objektnamen tauchen hier als Menpunkte im Werkzeugemen von
MTool auf.

Beispiel:

Objektname : Dateien kopieren
Tast.krzel: K
Programm   : Copy

Erzeugt einen Meneintrag "Dateien kopieren". Am rechten Rand der
Menzeile steht der Shortcut (Amigasymbol K). Wird der Menpunkt
angewhlt, ruft MTool das Programmobjekt "Copy" auf.

@endnode

@node PR_icon "Icon"

3.4 Icon:

Dieser Requester enthlt nur eine einzige Eingabezeile: Den Pfad
und Namen des Icons.

Beispiel:

Objektname : Schublade
Icondatei  : SYS:System.info

Da "System.info" ein Schubladensymbol ist, knnen Sie diesen Eintrag
z.B. benutzen um ein Iconobject fr Schubladen zu haben. (siehe
allgemeine Einstellungen)

@endnode

@node PR_types "Dateitypen"

3.5 Dateitypen:

Hier wird es wieder etwas komplizierter. Sie knnen festlegen, welche
Dateitypen MTool erkennen soll und was es damit anstellen soll.

Bei "Erkennung" knnen Sie rechts die verschiedenen Erkennungsmodi
einstellen:

- Namensmuster: Der Erkennungsstring wird als DOS-Pattern auf den
                Namen der zu prfenden Datei losgelassen. 
- ASC-Filter  : Der Erkennungsstring wird byteweise mit dem Anfang der
                zu prfenden Datei verglichen. Fragezeichen im Erken-
                nungsstring sind Joker, knnen also fr beliebige Zei-
                chen in der Datei stehen.
- HEX-FIlter:   Je zwei aufeinanderfolgende Zeichen des Erkennungs-
                strings werden als HEX-Byte gelesen und mit jeweils
                einem Byte der zu prfenden Datei verglichen. Auch
                hier dienen Fragezeichen als Joker.
- ASCII-Text:   MTool prft selbstndig, ob die Datei ein ASCII-Text
                ist. Der Erkennungsstring hat keine Bedeutung.
- Unbekannt :   Wenn alle Erkennungsversuche fehlschlagen, haben Sie
                hier die Mglichkeit, auch eine solche Datei noch
                einer Verwendung zuzufhren. Auch hier ist der Er-
                kennungsstring irrelevant.

Die Dateityperkennung wird fr zwei Anwendungen gebraucht: Einerseits
kann man im MTool eine zur Datei passende Aktion ausfhren lassen.
Dazu kann man in der Zeile "Programm" einem Dateityp ein Programm-
objekt zuweisen. Andererseits kann eine Datei mit einem zu ihrem Typ
passenden Icon versehen werden. Dafr wiederum ist die Zeile "Icon"
zustndig.

@endnode

@node PR_devs "Deviceliste"

3.6 Deviceliste:

MTool bietet eine konfigurierbare Deviceliste an. In dieser werden
die hier eingetragenen Objektnamen angezeigt. Wenn Sie einen Eintrag
dieser Deviceliste auswhlen, zeigt MTool in der aktiven Dateiliste
das hier als Pfadnamen eingetragene Verzeichnis an.

@endnode

@node PR_action "Aktionsliste"

3.7 Aktionsliste:

MTool bietet eine konfigurierbare Aktionsliste an. In dieser werden
die hier eingetragenen Objektnamen angezeigt. Wenn Sie einen Eintrag
dieser Aktionsliste auswhlen, wird das hier als Programm eingetragene
Programmobjekt ausgefhrt.

@endnode

@node PR_devtype "Gerteeinstellungen"

3.8 Gerteeinstellungen:

Die Einstellungen, die sie vermittels dieser Liste vornehmen knnen,
erfllen zwei vllig unterschiedliche Zwecke. Zunchst knnen Sie,
getrennt nach Gerten, Medien und Assigns, Eintrge der Deviceliste
entfernen lassen. Dazu dient ein einfaches DOS-Pattern. Das lt
sich am besten durch zwei Beispiele veranschaulichen:

- Angenommen, sie wollen in der Deviceliste keine Mediennamen (also
  die logischen Namen von Disketten, Festplatten usw.) sondern nur
  noch die Gertenamen (DF0:, DH0: usw.) angezeigt bekommen. Dazu
  tragen Sie bei Pattern "#?" ein. Das Cyclegadget stellen Sie auf
  "Medien" und schalten das Hkchen vor "Objekt aus Deviceliste
  streichen" ein. Der Objektname ist egal. Fertig.

- Sie wollen den Assign auf "Beckertext:" nicht in der Deviceliste
  sehen. Tragen Sie demzufolge bei Pattern "Beckertext:" ein, stellen
  sie das Cyclegadget auf "Assigns" und schalten Sie das Hkchen vor
  "Objekt aus Deviceliste streichen" an. Fertig.

Der zweite Nutzen dieser Liste liegt im gezielten Abschalten des
Verzeichniscachings (Erklrung siehe Kapitel 4.8.5) fr die
Gerte, die damit nicht klarkommen. Dies knnen Sie einfach
herausfinden, indem Sie in ein Verzeichnis auf solch einem
Gert eine Datei kopieren (mit MTool, versteht sich). Wenn dann
die Verzeichnisliste nicht neu eingelesen wird und die kopierte
Datei erst auftaucht, wenn Sie das Verzeichnis mit dem "!"-Gadget
neu einlesen, untersttzt das Gert das Caching nicht. Mir ist
dieses Verhalten momentan von Crossdos bekannt. Dies soll hier
auchals Beispiel dienen:

- Tragen Sie als Pattern "PC?:" ein und stellen Sie das Cyclegadget
  auf "Device". Schalten Sie das Hkchen vor "Caching dieses
  Objekts ausschalten" ein. Objektname dient auch hier nur Ihrer
  eigenen Orientierung, darf also frei gewhlt werden. Fertig.
@endnode

@node PR_gadgets "Gadgetleiste"

3.9 Gadgetleiste:

MTool kann am unteren Fensterrand eine Gadgetleiste anzeigen,
ber die Aktionen genauso aufgerufen werden knnen wie bei
Eintrgen in der Aktionsliste. Dementsprechend sieht auch das
Voreinstellungsfenster genau gleich aus, wie das der Aktions-
liste.
@endnode

@node Usage "Bedienung von MTool"

4. Bedienung von MTool

Als Benutzer von Multitool sollten Sie bereits gewisse Erfahrungen im
Umgang mit Workbench und Shell des Amiga besitzen. Andernfalls werden
Sie mit diesem Programm mehr Schaden als Nutzen anrichten.

Multitool steht mit seinen Fhigkeiten zwischen der Rechnerbedienung
per Workbench und Shell: Es arbeitet wie die Workbench vllig maus-
orientiert, so da Sie nahezu ohne Tastatur auskommen, bietet aber
hnlich umfassende Manipulationsmglichkeiten wie die Arbeit mit der
Shell.

Nach dem Start von Multitool sehen Sie zwei groe freie Felder. In
diesen werden spter Verzeichnislisten dargestellt. Diese entsprechen
in etwa der Ausgabe auf dem Bildschirm, wenn Sie in der Shell den
Befehl "List" eingeben, um den Inhalt eines Verzeichnisses zu be-
trachten. Oberhalb dieser Felder sehen Sie je ein Eingabefeld, in dem
der Name des angezeigten Verzeichnisses ausgegeben wird. Wenn Sie mit
der Maus eines dieser Felder anwhlen erscheint ein Cursor und Sie
knnen einen neuen Verzeichnisnamen angeben. Unterhalb der Listen
finden Sie je ein weiteres Feld, das weitere Informationen ber das
zu dem Verzeichnis gehrende Speichermedium enthlt: Sie finden die
momentan noch unbelegte Kapazitt des Mediums und den Status ( "OK":
alles klar, "Prot.": Schreibschutz, "Vali.": Medium wird validiert,
momentan kein Schreibzugriff mglich ). Daneben finden Sie ein klei-
nes Gadget mit einem "I". Wenn Sie dieses anwhlen erscheinen weitere
Informationen ber dieses Speichermedium: Dessen Gesamtkapazitt, der
Name und die Gesamtgre der ausgewhlten Dateien und Verzeichnisse.
Wie Dateien ausgewhlt werden kommt spter.

Wenn Sie mit der Maus eine der Verzeichnislisten anwhlen, wird die
Schrift der Statusanzeige darunter hell, die der anderen Anzeige
dunkel dargestellt. Auerdem erscheint der Rahmen der angewhlten
Liste eingedrckt. Die Liste mit der hellen Anzeige ist die jeweils
aktive Liste. Was das bedeutet wird im Folgenden jeweils erlutert.
Die angewhlte Liste kann auch mit der Leertaste gewechselt
werden.

@endnode

@node US_dirs "Verzeichnislisten"

4.1 Operationen mit den Verzeichnislisten

Zwischen den beiden Verzeichnislisten befindet sich ber die gesamte
Hhe des Bildschirms verteilt eine Reihe von Gadgets, die smtiche
Aktionen des Programms steuern.

Ganz oben steht "Parent". Wenn Sie dieses anwhlen, wird in der aktiven
Verzeichnisliste das Elternverzeichnis des momentan sichtbaren ange-
zeigt. Wenn also zuvor "Workbench:devs/printers" angezeigt wurde, wird
nach Anwahl von "Parent" dort "Workbench:devs" eingeladen und angezeigt.
Die gleiche Funktion knnen Sie auch erreichen, wenn Sie den Rahmen des
MTool-Fensters links neben der linken bzw. rechts neben der rechten
Verzeichnisliste anwhlen oder die Cursor-links-Taste drcken.

Das "P" von Parent ist unterstrichen. Dies bedeutet, da Sie die Funk-
tion auch ber die Tastatur, eben mit "p", auslsen knnen. Analog gilt
das berall, wo Buchstaben unterstrichen sind. Daher wird es im Folgen-
den nicht mehr extra erwhnt.

Unter dem Parentgadget finden Sie eine Art verkleinerte Ausgabe der
Verzeichnislisten. Hier finden Sie allerdings die Namen der momentan
ansprechbaren Gerte, der dort eingelegten Medien und die aktiven
"Assigns". Diese Liste wird auf den aktuellen Stand gebracht, sobald
Sie eine Diskette entnehmen bzw. einlegen. Sie wird im Folgenden als
"Device-Liste" bezeichnet.

Wenn Sie nun mit der Maus ein Element dieser Liste anklicken, wird
dessen Verzeichnis in der aktiven Verzeichnisliste angezeigt.

  bung:

  Sie knnen nun smtliche Verzeichnisse anzeigen lassen und sich durch
  die Verzeichnisbume aller Ihrer Speichermedien hangeln. Whlen Sie
  ein Gert aus der Device-Liste aus. Sie sehen nun dessen Stammver-
  zeichnis in der linken Liste. Die Namen weiterer Unterverzeichnisse
  erscheinen hell, die der Dateien sind dunkel dargestellt und mit der
  Dateilnge versehen. Mit der Maus knnen Sie nun Elemente dieser Liste
  anwhlen, wobei sie farbig hinterlegt werden. Dazu spter mehr. Wenn
  Sie den Namen eines Unterverzeichnisses doppelklicken (d.h. zweimal
  kurz hintereinander anwhlen), wird dieses Unterverzeichnis angezeigt.
  Wenn Sie den Namen eines Unterverzeichnisses anwhlen und dann schnell
  die andere Verzeichnisliste aktivieren, wird das Unterverzeichnis in
  der anderen Verzeichnisliste dargestellt. Whlen Sie das Gadget "Pa-
  rent" an, um wieder in das ursprngliche Verzeichnis zu kommen.
  Spielen Sie, um mit den Mglichkeiten der Verzeichnisanzeige vertraut
  zu werden. Solange Sie die Gadgets unterhalb der Device-Liste nicht
  anwhlen, knnen Sie nichts kaputtmachen.

Die Deviceliste kann zwei weitere Aufgaben bernehmen. Einerseits
knnen Sie mit dem Voreinstellungsprogramm eine eigene Deviceliste
mit Ihren wichtigsten Verzeichnissen anlegen, andererseits kann
anstelle der Devices auch eine Liste von Aktionen angezeigt werden,
die Sie ebenfalls im Voreinstellungsprogramm einstellen knnen.
Der Betriebsmodus der Deviceliste kann mit dem direkt darunter
befindlichen Gadget gewhlt werden. Das Tastaturkrzel dafr ist
der Backtick ("`", links neben der "1" auf der Haupttastatur).

@endnode

@node US_Copy "Kopieren, Lschen..."

4.2 Kopieren, Schieben, Lschen, Umtaufen und Verzeichnisse anlegen

Die ersten drei Gadgets unterhalb der Device-Liste enthalten die mas-
sivsten Eingriffsmglichkeiten in die Struktur Ihrer Speichermedien,
inklusive der Vernichtung aller Daten. Also Vorsicht!

"Kopieren" ist noch relativ harmlos: Alle Dateien und Unterverzeichnisse,
die Sie in der aktiven Verzeichnisliste angewhlt haben werden in das
nicht aktive Verzeichnis kopiert, wobei die ursprnglichen Daten erhalten
bleiben. Sie erstellen also Duplikate. Unterverzeichnisse werden mit Haut
und Haaren, sprich mit all ihren Dateien, Unter- und Unterunterverzeich-
nissen kopiert.

"Schieben" entspricht dem Kopieren - mit einem schwerwiegenden Unter-
schied: Jede erfolgreich kopierte Datei wird im Ursprungsverzeichnis ge-
lscht. Anschlieend befinden sich alle Daten im nicht aktiven Verzeich-
nis, sind aber aus dem aktiven Verzeichnis verschwunden.

"Lschen" wirft alle angewhlten Dateien und Unterverzeichnisse (ein-
schlielich Inhalt) aus dem aktiven Verzeichnis. Sie sind dann unwieder-
bringlich verloren (nicht ganz: es gibt fr entsprechende Katastrophen
Programme wie z.B. DiskSalv2, die gelschte Dateien retten knnen, solange
kein weiterer Schreibzugriff auf das Medium erfolgt ist!)

Neben jedem dieser drei Gadgets befindet sich ein weiteres, kleines
Gadget, das mit einem "!" oder "?" beschriftet ist. Bei "Kopieren"
und "Schieben" wird ohne wenn und aber kopiert bzw. geschoben. Das
"?" daneben ruft ein Einstellfenster auf, das zum interaktiven
Arbeiten dient. Dieses Fenster kommt beim "Lschen" auch. Unterdrcken
lt es sich, wenn Sie das "!" daneben aufrufen.

Das Fenster zum interaktiven Arbeiten dient dazu, den Kopier oder
Lschvorgang zu steuern. Sollten Sie darauf keinen Wert legen, drcken
Sie einfach die Return-Taste. Dann wird ohne weitere Nachfrage einfach
kopiert/gelscht.
Anderenfalls werden von der zu bearbeitenden Datei all jene Parameter
angezeigt, die oben im Fenster mit einem Hkchen versehen sind. Also
die Dateilnge, das Erstellungsdatum oder die Version. Beim Kopieren
kann zustzlich ein Vergleich der zu kopierenden Datei mit einer im
Zielverzeichnis bereits vorhandenen Datei gleichen Namens vorgenommen
werden. Oben rechts im Fenster knnen Sie festlegen, ob sie whrend
der Bearbeitung jede einzelne Datei besttigen mchten, ob alle Dateien
ohne Nachfrage bearbeitet werden sollen oder (beim Kopieren) ob nur
bei jenen Dateien nachgefragt werden soll, die im Zielverzeichnis
bereits vorhanden sind. In diesem Fall knnen Sie noch festlegen, ob
der Rechner sie um eine Umbenennung dieser Datei bitten soll oder
nicht.

Alle nicht interaktiven Vorgnge (d.h. wenn nur das kleine Infofenster
angezeigt wird oder sie im interaktiven Fenster die Return-Taste
gedrckt haben) lassen sich mit einem beliebigen Tastendruck oder
mit dem Schliesymbol des Fensters beenden. 

"Umtaufen" ist bei weitem weniger gefhrlich als die drei letzgenannten.
zu jeder angewhlten Datei erscheint ein Eingabefenster, in dem Sie den
Namen der Datei ndern knnen. Dasselbe gilt fr Unterverzeichnisse.
Sollten Sie diese Funktion bei vielen angewhlten Dateien vorzeitig
beenden wollen, mssen Sie das Eingabefenster per Schliesymbol links
oben verlassen. "Abbruch" veranlat nur, da die momentan angezeigte
Datei nicht verndert wird.

"MakeDir" (hat da jemand 'ne vernnftige deutsche bersetzung parat, die
in das Gadget passt?) dient dazu, neue Unterverzeichnisse im aktiven
Verzeichnis anzulegen. Es erscheint das bereits bekannte Eingabefenster,
dem Sie den Namen des neuen Verzeichnisses anvertrauen sollten.
Das Gadget "I" rechts neben "MakeDir" dient demselben Zweck, allerdings
wird hier der neuen Schublade gleich ein passendes Icon spendi                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ert.


@endnode

@node US_select "Markierungen"

4.3 Markierungen

Die folgenden drei Gadgets dienen dazu mehrere Eintrge der aktiven
Verzeichnisliste zusammen an- oder abzuwhlen. Die ersten beiden sind
schnell erklrt: "M:Alles" whlt alle Eintrge an, "M:Nichts" whlt alle
ab.

Schwieriger wird es mit den "?"-Gadgets rechts daneben: Das zu "M:Alles"
gehrende whlt alle Eintrge zustzlich zu den bereits gewhlten an,
die einer einzugebenden Maske nach AmigaDOS-Konvention entsprechen
(chz). Das heit: Wenn Sie bereits etwas angewhlt hatten, so ist dies
nach Aufruf der Maskenmarkierung mit Sicherheit immer noch angewhlt.
Zum Aussehen der Masken mchte ich Sie auf Ihr AmigaDOS-Handbuch
verweisen. Wenn Sie dieses Gadget anwhlen, erscheint das Eingabefenster.
Hier sehen Sie ein Beispiel fr eine Maske, die alle Dateien, die mit
".info" enden, selektiert.

Das "?"-Gadget rechts neben "M:Nichts" whlt von den selektierten
Eintrgen all jene ab, die zu der Maske passen.

Sobald Sie in der aktiven Verzeichnisliste Dateien angewhlt haben
- egal ob mit der Maus oder mit einem der soeben besprochenen
Gadgets - ndert sich die Anzeige der freien Kapazitt auf dem
Speichermedium unterhalb der Liste in eine Anzeige der selektierten
Bytes. Sie knnen also auf einen Blick sehen, ob die in der aktiven
Liste angewhlten Dateien vollstndig im Verzeichnis der inaktiven
Liste Platz haben.

@endnode

@node US_archiv "Archiv"

4.4 Archiv

Archive sind Dateien, die meist mehrere andere Dateien in gepackter
Form enthalten. Besonders im DF-Bereich sind solche Archive sehr be-
liebt, da man mit der Komprimierung bertragungszeit und damit Geld
spart. Auerdem ist es weniger umstndlich nur eine Datei zu bertra-
gen, als z.B. bei greren Programmpaketen mehrere Dutzend.

MultiTool ist in der Lage, alle alltglichen Arbeiten mit dem Archi-
vierungsprogramm LHA zu steuern. Dazu mu LHA vorhanden und in den
Voreinstellungen eingebunden sein.

4.4.1 Neue Archive erzeugen

Um ein neues Archiv anzulegen, gehen Sie genauso vor, als ob Sie die zu
archivierenden Dateien und Verzeichnisse mit MTool kopieren wollten.
Statt "Kopieren" whlen Sie aber "Archiv". Daraufhin werden Sie nach dem
Namen des Archivs gefragt. Wenn Sie diesen eingegeben haben, werden alle
selektierten Dateien und Verzeichnisse der aktiven Verzeichnisliste in
ein Archiv gepackt, das Sie anschlieend unter dem angegebenen Namen in
der inaktiven Verzeichnisliste wiederfinden knnen.

4.4.2 Archive auspacken, teilweise lschen oder erweitern

Wenn Sie ein bereits bestehendes Archiv haben, knnen Sie dessen Namen
wie den eines Verzeichnisses doppelklicken. Sie bekommen dann das In-
haltsverzeichnis des Archives in der Verzeichnisliste angezeigt. Dabei
werden keine Unterverzeichnisse angezeigt, sondern alle Dateien werden
mit ihrem gesamten Pfad ausgegeben.
Jetzt knnen Sie diese Liste genauso behandeln wie jede x-beliebige
andere Verzeichnisliste - Dateien kopieren, schieben, lschen...
Das Programm wird sich allerdings weigern, in beiden Verzeichnislisten
Archivinhalte anzuzeigen, da dies eine sehr komplizierte Zusatzverwaltung
notwendig gemacht htte fr einen sehr seltenen Einsatzzweck. Wenn Sie
also Dateien von einem Archiv in ein anderes kopieren wollen, mssen Sie
diese Dateien zuerst z.B. in die RAM-Disk auspacken und anschlieend neu
verpacken.
Einige Operationen (MakeDir und Umtaufen) lassen sich nicht direkt auf
Archive anwenden, fr andere (Analyse und Aktion) msste man die gewhl-
ten Dateien zuerst entpacken. Daher werden diese Gadgets inaktiv, sobald
Sie eine Verzeichnisliste, in der ein Archiv angezeigt wird aktivieren.
Solange ein Archivinhalt angezeigt wird, knnen Sie keine neuen Archive
erstellen. Das zugehrige Gadget ist dann ebenfalls inaktiv.

@endnode

@node US_analyze "Analyse und Aktion"

4.5 Analyse und Aktion

Sie knnen die angewhlten Dateien (nicht Unterverzeichnisse) analy-
sieren lassen, indem Sie das Gadget "Analyse" anwhlen. Es erscheint
dann ein Fenster, das oben den Namen der ersten Datei anzeigt. Darunter
sehen Sie eine Liste, die alles anzeigt, was Multitool ber die Datei
herausgefunden hat.
Rechts neben dieser Liste werden die Dateiflags angezeigt. Diese knnen
jederzeit gendert werden, werden allerdings nur bernommen, wenn Sie
das Fenster mit "Weiter" verlassen. "Abbruch" belt alles beim alten.
"Aktion" versucht mit der gerade analysierten Datei etwas sinnvolles
anzustellen. Dazu wird i.A. ein externes Programm, z.B. zum Anzeigen
von Bildern nachgeladen und gestartet.

Es gibt mehrere Mglichkeiten, eine Aktion zu starten, ohne zuvor das
Analysefenster zu sehen: Sie knnen einen Dateinamen in der Verzeichnis-
liste doppelklicken oder das Gadget "Aktion" anwhlen. Im ersten Fall
wird versucht, eine Aktion mit der gewhlten Datei auszufhren. Dies
geht auch mit Dateien innerhalb von Archiven. Im zweiten Fall geschieht
dasselbe mit allen gewhlten Dateien.

Aktion funktioniert mit ASCII-Texten und LHA-Archiven - vorausgesetzt
Multitool ist richtig konfiguriert. Mit dem Voreinstellungseditor knnen
beliebig viele weitere Dateitypen festgelegt werden.

@endnode

@node US_menu "Men"

4.6 Men

Das Men hat im MultiTool zwei Aufgaben. Einerseits knnen Sie den
Voreinstellungseditor aufrufen um Bildschirmmodus und Zeichensatz an
Ihre Bedrfnisse anzupassen. Andererseits knnen Sie im "Werkzeuge"-Men
weitere externe Programme einbinden. Dazu spter mehr. Im "Projekt"-Men
finden Sie Menpunkte zur Anzeige einer Info zum Programm, zum Schlieen
des Fensters (geht mit Ctrl-Alt-< wieder auf) und den Programmausstieg.

Das Voreinstellungs-Men ermglicht es, Voreinstellungsdateien einzuladen,
den Voreinstellungseditor aufzurufen oder einfache Ja-/ Nein-Entscheidungen
zu einigen Betriebsmodi einzustellen:

"CustomScreen" wechselt zwischen der Darstellung von MultiTool auf einem
eigenen Screen bzw. dem Workbenchscreen.

"Autodir" ermglicht es, das automatische Neueinlesen der Deviceliste
beim Diskettenwechsel zu unterbinden. Sie knnen aber jederzeit mit
der Tabulatortaste das Einlesen manuell starten.

Wie schon erwhnt, knnen im "Werkzeuge"-Men weitere externe Programme
auftauchen - vorausgesetzt Sie haben sie in der Voreinstellungsdaei ein-
getragen.

@endnode

@node US_icon "Icons"

4.7 Icons

MTool kann passend zum Typ einer Datei ein Icon erstellen. Whlen Sie
dazu einfach die Dateien an, die ein Icon bekommen sollen, klicken
Sie auf "Icon" und MTool erledigt den Rest...

@endnode

@node US_rest "Weitere Merkmale"

4.8 Weitere Merkmale

4.8.1 Tastensteuerung

Seit der Version 1.3 lt sich MTool auch per Tastatur nahezu vollstndig
bedienen. Die wichtigsten Tasten sind hierbei die Cursortasten. Sie steuern
die aktive Verzeichnisliste. Als "Cursor" dient der fett hervorgehobene
Listeneintrag. Die Taste "Cursor nach links" ruft das Elternverzeichnis auf,
die Taste "Cursor nach rechts" fhrt "Aktion" fr den fett geschriebenen
Eintrag auf, d.h. wenn es ein Verzeichnisname ist, wird das Verzeichnis
angezeigt, ist es ein Archiv, wird der Archivinhalt angezeigt.
Die Steuerung funktioniert also gleich wie bei dem Filerequester MFR von
Stefan Stunz.
Eintrge knnen markiert werden, indem beim Bewegen des "Cursors" die SHIFT-
Taste festgehalten wird. Zusammen mit der ALT-Taste werden sie abgewhlt.
Die aktive Verzeichnisliste kann per Leertaste gewechselt werden und die
Returntaste whlt das Pfadgadget oberhalb der aktiven Verzeichnisliste an.

Ahnlich kann auch die Deviceliste gesteuert werden. Mit der "Del"-Taste
schalten Sie die Cursorsteuerung auf die Deviceliste um. Hoch/Runter
steuert den Cursor, Links/Rechts bernimmt den markierten Eintrag in die
linke/rechte Verzeichnisliste. Die verschiedenen Modi der Deviceliste
knnen mit "`" (Backtick, links neben der 1 auf der Haupttastatur)
umgeschaltet werden.


4.8.2 Commodity

Mit Version 1.5 wurde MTool zum Commodity. Damit kam im Projekt-Men ein
neuer Eintrag hinzu: Verbergen. Wenn Sie ihn aufrufen, schliet MTool sein
Fenster (gegebenenfalls auch seinen Screen), bleibt aber inclusive beider
Verzeichnislisten und deren Markierungen im Speicher. Das Fenster kann auf
drei verschiedene Arten wieder geffnet werden: Per Hotkey (Ctrl Alt <),
mittels dem Programm "Commodity Exchange" oder indem Sie MTool versuchen,
erneut zu starten. Das zweite MTool wird geladen, gibt dem ersten eine
Nachricht und beendet sich wieder. Das erste ffnet daraufhin seine
Anzeige. Sie brauchen somit also kurzfristig den Speicher fr zwei MTools.
Sie knnen in den Tooltypes (bzw als Parameter bei CLI-Aufruf)
"CX_POPKEY=tastenkombination" eintragen und damit den Hotkey festlegen,
der MTool zum ffnen seines Fensters veranlasst. Mit "CX_POPUP=no" knnen
Sie festlegen, da MTool sein Fenster nach dem Start zunchst geschlossen
lsst. So kann es z.B. in das WBStartup-Verzeichnis gelegt werden und ist
dann auf Knopfdruck sofort bereit (Vorsicht Speicherschlucker).


4.8.3 Appwindow

MTool bietet eine sehr einfache Mglichkeit, Verzeichnisse anzeigen zu
lassen, wenn es auf dem Workbenchscreen luft: Nehmen Sie einfach ein
Icon und lassen Sie es ber der gewnschten Dateiliste wieder los.
Das zugehrige Verzeichnis wird angezeigt. Wenn Sie ein oder mehrere
Programm- oder Datenicons auf das MTool-Fenster ziehen werden die
zugehrigen Dateien in dem angezeigten Verzeichnis markiert.

4.8.4 Appicon

Da ein Appwindow nur auf der Workbench funktionieren kann, wurde in
MTool V2.1 ein Appicon eingefhrt, das sofort nach dem Programmstart
auf dem Workbenchbildschirm erscheint. Es erfllt mehrere Aufgaben.
Zum einen knnen Icons darauf abgelegt werden, woraufhin deren
Pfad in der aktuellen Verzeichnisliste angezeigt wird. Zum anderen
holt ein Doppelklick auf dieses Icon MTool in den Vordergrund, egal
ob sein Fenster auf demselben oder einem anderen Bildschirm geffnet
war oder ob es zuvor mit "Verbergen" geschlossen worden war.

4.8.5 Verzeichniscaching

MTool merkt sich immer die letzten zwanzig Verzeichnisse. Sollten
sie eines der gespeicherten Verzeichnisse nochmals anschauen wollen
und es hat sich seit der Abspeicherung nicht verndert, wird es
ohne Verzgerung sofort dargestellt. Vor allem die Arbeit mit
Disketten wird dadurch stark beschleunigt. Sie brauchen sich dabei
um nichts zu kmmern, der gesamte Vorgang luft vollautomatisch
ab.

4.8.6 Mauelles Neueinlesen von Verzeichnissen

Normalerweise merkt MTool automatisch, wenn eines der gerade angezeigten
Verzeichnisse verndert wird und liest das Verzeichnis neu ein. Bei
manchen Dateisystemen funktioniert das leider nicht. Bei diesen muss
einerseits das Caching (siehe 4.8.5) abgeschaltet werden. Andererseits
merkt MTool nicht, wenn ein anderes Programm den Verzeichnisinhalt
ndert. In diesem Fall kann das Verzeichnis mit dem "!"-Gadget neben
dem Pfadeingabegadget neu eingelesen werden.

4.8.7 Kleinigkeiten

- Links und rechts neben dem "Parent"-Gadget befinden sich Gadgets
  mit den Symbolen ">" bzw. "<". Damit kann das Verzeichnis einer
  Liste in die andere bernommen werden, so da dann beide Listen
  das gleiche Verzeichnis anzeigen

- Wenn Sie den Voreinstellungseditor starten, whrend MTool luft,
  wird er sein Fenster immer auf dem selben Screen wie MTool ffnen.
  Beim Speichern einer genderten Voreinstellung pat sich MTool
  sofort an.

- Whrend MTool auf Ihre Eingaben wartet, "lauscht" es permanent,
  ob sich an den angezeigten Verzeichnissen etwas ndert. Wenn ja,
  wird das Verzeichnis sofort neu eingelesen.

- Verzeichnisse werden grundstzlich nur dann erneut eingelesen,
  wenn sich tatschlich etwas daran gendert hat.

- Im Kopier-/Schiebe-/Lschrequester knnen whrend der Arbeit
  jederzeit die Einstellungen verndert werden. Der Vorgang wird
  dann unterbrochen und kann mit "Start" wieder fortgesetzt werden.

- Wenn Sie whrend dem "Umtaufen" mehererer Dateien abbrechen
  wollen, schlieen Sie einfach das Fenster des Strineingabe-
  requesters.

- Gadgets, die einen dicken Rand haben, knnen mit "Return"
  bettigt werden.

@endnode

@node Glossary "Lexikon"

LEXIKON:

Gadget: Rechteckiger Bildschirmbereich, der mit der Maus angeklickt
        werden kann. Daraufhin fhrt das Programm eine zu dem Gadget
        gehrende Aktion aus. Oft auch "Symbol" oder "Klickbox"
        genannt. Ein Gadget hat also die Funktion eines Tasters oder
        Schalters und sieht ab OS2.0 auch so aus.

Requester: Eingabefenster. Jedes Fenster, das Sie zu einer oder
        mehreren Eingaben oder Einstellungen auffordert und das nach
        Besttigung der Eingabe wieder verschwindet, wird als
        Requester bezeichnet.

@endnode
                                                                                            +
MAShare_53                                         
          q                 	}                                                                                                                                                                                                                                                                                              	                                                                                                              j  4MTool_D.guide.info                                                              %      $6                     x(P   !                                        	=   ?u   '   ' "@&@"@'   ?                  X       ~    ~           
Multiview                                          N                                                                                              d    MTool_D.guide                                                                
   %      ލ                                                                                                                                              /  .  -  ,  +  *  )  (  '  &  %  $  #  "  !                                                           I(                                                                                              d    MTool_D.History                                                           


                             MultiTool II
                                 V2.1
                              05.02.1995

                         LISTE DER NDERUNGEN



------------------------------------------------------------------------
Diese Datei enthlt alle nderungen, Bugfixes und Erweiterungen an MTool
seit der Version V1.4. Zwischenrevisionen sind nicht aufgefhrt.
Der Name in Klammern hinter manchen Eintrgen verweist auf denjenigen,
der den Fehler entdeckt bzw den Verbesserungsvorschlag gemacht hat.
------------------------------------------------------------------------

Zuknftige Erweiterungen/Vorschlge:

- Untersttzung anderer Archivprogramme (Harald Schneider)
- Autoinstaller
- Compare-Befehl (Gregor Wenkelewski)
- Sortieren nach Dateigre und Datum (Marc Duponcheel)
- Paletten-Requester (C. J. Ellerbeck)
- Sprung zur ersten Datei, deren Name mit einem bestimmten Buchstaben
  beginnt, wenn dieser zusammen mit Ctrl eingegeben wird. (Mikael
  Silfver, Fionn Behrens)
- Mittlere Maustaste nutzen (z.B. Wechsel der aktiven Verz.liste)
  (Mikael Silfver)
- Schutzbits des MUFS und von Envoy anzeigen (Jan Holler)
- ARexx-Port

Weitere Vorschlge sind immer willkommen...

------------------------------------------------------------------------
V2.1 - 06.02.1995 verffentlicht

MTOOL HAUPTPROGRAMM:

NEU:

- Konfigurierbares Gadgetfeld am unteren Bildschirmrand
- AppIcon um das MTool-Fenster in den Vordergrund zu bringen/ es zu
  ffnen/ Dateien anzuzeigen und anzuwhlen
- Anzeige der selektierten Bytes der aktiven Dateiliste
- Verzeichnisse knnen nun auch inklusive Schubladenicon erstellt
  werden. (A. Baum)
- Dateikommentare werden jetzt angezeigt
- Verzeichniscaching. Die zwanzig letzten Verzeichnisse werden gespei-
  chert und stehen bei Aufruf sofort zur Verfgung.
- Gadgets, um das Neueinlesen eines Verzeichnisses zu erzwingen.
- "Namensnderung vorschlagen" im Kopierrequester fhrt jetzt in jedem
  Fall dazu, da ein neuer Name erfragt wird -> Copy as, Move as
- Verzeichnis kann mit einem Mausklick auch in der anderen Liste
  angezeigt werden (O. Ahvenlampi)
- Finnische Catalogs
- Hollndische Anleitung und Catalogs
- Slowakische Anleitung und Catalogs

SEIT V2.0d BEHOBENE FEHLER:

- Links werden richtig einsortiert (J. Bnisch)
- Eigenes Selektionsfeld fr jede Verzeichnisliste. Inkonsistenzen beim
  Auswhlen wenn beide Listen das gleiche Verzeichnis anzeigen behoben.
  (O. Ahvenlampi)
- Bei selbstdefinierten Menpunkten ohne Shortcut wird kein leeres
  Amiga-A mehr angezeigt. (O. Ahvenlampi)

------------------------------------------------------------------------
V2.0d - 03.08.1994 dritter Patch

MTOOL HAUPTPROGRAMM:

NEU:

- Franzsische Anleitung und verbesserte franzsische Catalogs (Lionel
  Vintenat)

SEIT V2.0c BEHOBENE FEHLER:

- Beim Verbergen per Escape-Taste konnte der Rechner abstrzen.
- Beim Klicken unterhalb des letzten Eintrags in der Deviceliste rollte
  die Liste nach oben und der letzte Eintrag vervielfachte sich

------------------------------------------------------------------------
V2.0c - 25.04.1994 zweiter Patch

MTOOL HAUPTPROGRAMM:

NEU:

- Die Kopierfunktion verwendet keinen ExamineFH mehr. Somit werden
  Probleme mit Dateisystemen, die diesen Befehl nicht beherrschen
  vermieden. (z.B. per ParNet auf Laufwerk des CDTV zugreifen)
  Herzlichen Dank an Andre Kutterer fuer seine Hilfe!
- Dnische Anleitung
- Italienische Catalogs und Anleitung

SEIT V2.0 BEHOBENE FEHLER:

- Die Versionsanzeige im Analysefenster und im Kopierrequester zeigte
  bei Libraries, die bereits geladen waren immer die im Speicher
  befindliche Versionsnummer an. (Marco Mellia)
- Wenn das Schieben aus einem Archiv heraus abgebrochen wurde, wurden
  trotzdem alle markierten Dateien geloescht. Jetzt wird in diesem
  Fall gar nichts mehr geloescht. (Marco Mellia)

NEU HINZUGEKOMMEN:

- Dateisuchprogramm "MFind" (Jochen Schiller)

------------------------------------------------------------------------
V2.0b - absichtlich ausgelassen wegen Verwechslungsgefahr mit 2.0
------------------------------------------------------------------------
V2.0a - 10.02.1994 erster Patch

MTool V2.0 war eine Panne. Versehentlich ist mir eine halbfertige
Betaversion rausgerutscht. Ich habe einfach das verkehrte Programm
ins Archiv verpackt. Das soll mit diesem Patch behoben werden.

MTOOL HAUPTPROGRAMM:
 
NEU:

- Der versprochene norwegische Catalog ist jetzt drin!
- Wenn MTool auf einem Pubscreen laufen soll, der nicht existiert,
  oeffnet es einen eigenen.
- POPKEY holt MTool auch dann nach vorn, wenn sein Fenster bereits 
  geffnet ist (Mikael Silfver)
- Kein Aboutrequester mehr beim Start der registrierten Version
- Der ASCII-Filter der Dateityperkennung ist jetzt caseinsensitiv
  (Ralph Debusmann)
- Notify auf Dateilisten wieder rausgeworfen. Nix als rger. Als
  Ersatz wird regelmig geprft, ob sich am Datestamp der beiden
  angezeigten Verzeichnisse etwas geaendert hat.
- Screentitel wird nur dann neu aufgebaut, wenn sich die Speicher-
  anzeige gendert hat. -> Kein unntiges Geflacker mehr.
  (M. Silfver)

SEIT V2.0 BEHOBENE FEHLER:

- Kein Alert mehr, wenn PublicScreen nicht erreicht wurde
- Kein Absturz mehr beim Verbergen per Commodities Exchange
  (Michael Mutschler)
- Kein Absturz mehr beim Verbergen, wenn zuvor eine Diskette, deren
  Verzeichnis angezeigt wurde, aus dem Laufwerk entfernt wurde.
  (Ralph Debusmann)
- Zweiter Versuch, den Menhaken bei "Eigener Screen" korrekt
  anzuzeigen ;-) (A. Kutterer, A. Baum, M. Hank)
- Wenn kein LHA gefunden wird, gibt es keine seltsamen Effekte mehr
  beim Versuch, die Verzeichnisliste einzulesen. (M. Silfver)
- Wenn MTool seinen eigenen Screen nicht schlieen kann, bleibt
  es aktiv und versucht es im Halbsekundentakt solange, bis es
  gelingt. (A. Sjgren)
- Wenn die Parameterabfrage bei einem Kommando abgebrochen wird,
  wird das Kommando nicht mehr ausgefhrt (J. Billing)
- Wenn man eine Diskette, deren Verzeichnis gerade angezeigt wurde,
  aus dem Laufwerk nahm, spielte der Notify verrckt und das
  Icon der Diskette blieb ewig auf der Workbench stehen.

MTOOL VOREINSTELLUNGSEDITOR:

SEIT V2.0 BEHOBENE FEHLER:

- Wird ein Dateirequester abgebrochen, bricht das auch die zuge-
  hrige Aktion ab. Dadurch gehen beim Abbruch von "Laden" nicht
  mehr alle Einstellungen verloren. (M. Hank)

BEKANNTE FEHLER:

- Tastaturshortcuts noch nicht eingebaut

------------------------------------------------------------------------
V2.0 - 06.02.1994 verffentlicht

MTOOL HAUPTPROGRAMM:

NEU:

- Notify auf Prefs-Datei. Bei nderung wird MTool sofort angepat.
- Close=Hide gilt jetzt auch bei ESC
- Protectionbits werden jetzt mitkopiert (M. Silfver)
- Notify gendert. MTool reagiert jetzt auf nderungen nur noch,
  whrend es auf Eingaben wartet. Vorher kam es sich immer selbst
  ins Gehege (doppeltes Verzeichniseinlesen)
- Verzeichnisse werden nur dann neu eingelesen, wenn sie sich
  tatschlich gendert haben (Test per Datestamp)
- Im Stringrequester knnen jetzt 80 Zeichen eingegeben werden.
  (Johan Billing)
- kleines Kopierfenster kann mit beliebiger Taste abgebrochen
  werden. (Christian Krenner)

SEIT V2.0 BEHOBENE FEHLER:

- Screentitel und Pubscreenname werden jetzt korrekt eingestellt.
  (A. Baum, M. Silfver, J. Bnisch)
- Versionsstring gendert (Datum jetzt im Format DD.MM.YY) (A. Baum)
- Haken im Men bei "Custom Screen" geht jetzt. (alle ;-))
- Kein Lschrequester mehr bei "Info" (A. Baum, M. Silfver)
- Zielanzeigen im Kopierrequester sind wieder aktiv (A. Baum)
- Kleine Graphikfehler behoben (A. Baum)
- Falsche Hintergrundfarbe in Statusanzeige nach Tastaturwahl der
  Deviceliste (M. Silfver)
- Protectionflagnderung bei Analyse wird jetzt auch in der Dateiliste
  angezeigt. (M. Silfver)
- Patternmatching geht jetzt berall case-insensitiv. Voher ging's
  teilweise gar nicht (Analyse/Aktion) (M. Silfver)
- Fehlermeldung, wenn lschgeschtzte Datei gelscht werden soll.
- Anzeige von Versionstrings bei Analyse und Kopieren verbessert.
  (A. Baum / Gregor Wenkelewski)
- AutoDir wird jetzt korrekt eingestellt. (A. Baum)
- Absturz bei Fehler in der Startphase behoben
- Optische Reaktion der Deviceliste auf Anklicken (J. Bnisch)
- Enforcerhit beim Schieben innerhalb eines Devices behoben (J. Bnisch)
- Kopierrequester beim Schieben innerhalb eines Devices jetzt aktiv
- Deviceliste wird jetzt caseindependent sortiert (J. Bnisch)
- Mll in lokalisierter Statusanzeige entfernt (J. Billing)
- Im Kopierrequester wurden die Flags teilweise nicht gesetzt
  (M. Silfver)
- Aktionen mit Stringabfrage knnen mit "Cancel" abgebrochen werden
  (J.Billing)

MTOOL VOREINSTELLUNGSEDITOR:

NEU:

- Prefsfenster ffnet auf dem selben Screen wie MTool und bringt diesen
  Screen nach vorne
- Mens sind jetzt aktiv
- Listen knnen jetzt sortiert werden

SEIT V2.0 BEHOBENE FEHLER:

- Stringgadgets mssen jetzt nicht mehr mit Return abgeschlossen werden
- Filerequester bei "Icons" zeigt jetzt Icons an und nicht mehr alles
  auer Icons ;-)
- Topaz 8 im Listview
- Farbzahl im Screenmoderequester wird jetzt richtig angezeigt
- Bei Pfadeinstellungen per Requester werden nur Pfade angezeigt
- "SYS:" als Defaultpfad in Filerequestern
- keine Enforcerhits beim Start mehr

------------------------------------------------------------------------
V2.0 - 12.09.1993 interne Version

MTOOL HAUPTPROGRAMM:

NEU:

- Ein Preferences-Fenster macht die manuelle nderung der Config-
  Datei berflssig. In diesem Zusammenhang wurde das Format der
  Configdatei gendert. Sie ist nun nicht mehr von Hand nderbar.
- Komplette nderung der (ziemlich verkorksten) Aktions- und
  Analyseverwaltung.
- Das Fenster von MTool ist jetzt ein AppWindow. Man kann Icons ber
  einer der Dateilisten fallen lassen. (Cristian Krenner)
- Die Deviceliste ist nun ebenfalls per Tastatur bedienbar: Mit
  Delete knnen die Cursortasten auf Devicelistensteuerung geschaltet
  werden. Hoch/Runter bewegt den Cursor, Links/Rechts bernimmt den
  gerade markierten Eintrag in die linke/rechte Verzeichnisliste.
- Alternative zu "Aktion": Die Deviceliste kann nun auch auf die Anzeige
  einer Liste mglicher Aktionen umgeschaltet werden. So kann eine
  definierte Aktion auf alle in der aktiven Dateiliste angewhlten
  Dateien losgelassen werden. (Christian Krenner)
- Kopierrequester bremst nicht mehr so stark. (Wartete bisher immer
  mindestens auf einen Intuitick nach dem Bearbeiten einer Datei.)
  Dadurch mu jetzt das Kopierfenster nicht mehr whrend des ganzen
  Kopiervorgangs aktiv bleiben. (Jens Bnisch)
- Es werden maximal 65KB als Puffer zum Kopieren belegt. Dies beseitigt
  Probleme mit IDE-Platten, die bei zu groen Blcken Fehler machen.
- Anzeige von Datum und Uhrzeit in den Verzeichnislisten. (Marc
  Duponcheel)
- Alternative zum Kopier/Lschrequester: Auf Wunsch wird ein Minimal-
  requester verwendet, der nur den momentan bearbeiteten Dateinamen
  anzeigt.
- Kopieren, Schieben, Lschen, Markieren und Aktion haben jeweils
  ein kleines "Tochtergadget" bekommen. Damit sind alternative
  Methoden des Aufrufs dieser Funktion verbunden: Kopieren mit
  Kopierrequester, Maskenselektion...
- Doppelklick auf Dateien innerhalb eines Archivs fhrt jetzt dazu,
  da die Datei nach T: entpackt und "Aktion" darauf losgelassen wird.
  (alle ;-), Mikael Silfver hat mich berredet)
- Die Returntaste aktiviert das Stringgadget oberhalb der aktiven
  Dateiliste (Mikael Silfver, Adam Sjgren).
- Notification auf die momentan angezeigten Verzeichnisse.
- Systemrequester werden whrend allen Diskoperationen zugelassen.
  So ergibt sich die Mglichkeit des "Retry", z.B. beim Kopieren
  auf schreibgeschtzte Disketten (Mikael Silfver).
- Versionsanzeige im Analysefenster (Mikael Silfver)
- Wenn beim Kopieren, Schieben oder Lschen etwas an den Parametern
  gendert wird, wird der Vorgang unterbrochen und erst durch
  Druck auf Start wieder fortgesetzt. (Mikael Silfver)
- Dateien knnen passend zu ihrem Typ mit einem Icon versehen werden.
- MTool kann auch auf einem Pubscreen laufen (Mikael Silfver)
- Closegadget fr Hide oder Quit konfigurierbar (Mikael Silfver)

SEIT V1.5 BEHOBENE FEHLER:

- Leichte Graphikfehler im Stringrequester bei greren Fonts behoben
  (Jens Bnisch)
- Dreifachklick fhrte zu doppeltem Verzeichniswechsel. behoben.
  (Jens Bnisch)
- Fr die Mens wird immer der Screenfont verwendet. So verschwindet
  die falsche Skalierung der Amiga-A-Symbole im Men wenn MTool auf der
  Workbench luft. (Robert Peter Poole)

BEKANNTE FEHLER:

- Die Einstellung von AutoDir geht beim Screenwechsel zu der Grundein-
  stellung zurck (Mikael Silfver)
- Enforcerhits beim Doppelklick auf Dateien wenn keine Konfigdatei
  geladen wurde (Robert Peter Poole)
- Abbruch bei Optionsabfrage nach Menwahl sollte Menpunkt abbrechen
  (Jens Bnisch)
- Neueinlesen von Verzeichnissen klappt nicht, wenn im Kopierrequester
  zuletzt "Continue" verwendet wurde. (Gregor Wenkelewski)
- Move verlangt auch dann Einzelbesttigung jeder zu lschenden Datei,
  wenn diese Option abgeschaltet ist (Gregor Wenkelewski)
- Manchmal treten beim Schieben Enforcer-Hits auf


MTOOL VOREINSTELLUNGSEDITOR:

NEU:

alles ;-)

NOCH NICHT EINGEBAUT:

- Tastatursteuerung
- Mens

------------------------------------------------------------------------
V1.5 - 08.09.1993 verffentlicht

NEU:

- MTool luft jetzt als Commodity (C. J. Ellerbeck)
- Es kann kein zweites MTool gestartet werden. Start eines zweiten
  bei geschlossenem Fenster des ersten fhrt zu dessen ffnen ;-)
- Verbesserung der englischen Texte (C. J. Ellerbeck)
- Trennlinien in Mens (C. J. Ellerbeck)
- NewLookMenus unter OS3.0 (C. J. Ellerbeck und besonders Jens Bnisch)
- Proportional Fonts fr Gadgets (C. J. Ellerbeck)
- Maximale Fontgre jetzt 50 Punkte (zuvor 20)
- Bubblesort ersetzt durch "Sortieren durch direktes Einfgen"
- Window-Titelzeile am Infofenster bei Aufruf per Men (C. J. Ellerbeck)
- Abbruchmglichkeit mehrerer Renames per Close-Gadget (C. J. Ellerbeck)
- Sprung an den Anfang der Dateiliste, wenn per Tastatursteuerung
  das Ende der Liste erreicht wird (C. J. Ellerbeck)
- Spanische Sprachanpassung (bersetzt von Jos Garcia)
- flexiblere Dateityperkennung: Drei neue Schlsselworte in der Prefs-
  datei: TYPE zur Patternanalyse des Dateinamens, FILT zur ASCII-Analyse
  des Dateianfangs und HFIL zur Hex-Analyse des Dateianfangs. Die
  Schlsselworte ILBM, ANIM, 8SVX und MOD sowie die Erkennung von
  PPM-Dokumenten und GFA-Basic-Programmen wurde aus dem Programm
  entfernt und in die Prefs-Datei verlegt. (C. J. Ellerbeck)
- Konfigurierbare Deviceliste per neuem Schlsselwort CDEV, die vom
  Programm aus mit "`" alternativ zur normalen Liste angezeigt werden
  kann. (Markus Mnig, Reinhard Kunter)
- Bei Requestern ist das Gadget, das durch "Return" bettigt wird,
  hervorgehoben.
- Parent bei Assigns ermglicht (z.B. Parent von DEVS: ist jetzt
  WB_2.x:, frher wurde Parent in diesem Fall ignoriert)
- Wenn MTool auf der Workbench luft, ist "Parent" der rechten
  Dateiliste durch Klicken auf den breiten rechten Fensterrand
  mglich. (Holger Trapp)
- Anleitung umgesetzt ins AmigaGuide-Format (C. J. Ellerbeck,
  Andreas Baum)
- Bei Tastatursteuerung zeigen die zugehrigen Gadgets die Anwahl an.
  (Brian Jacobson, thanks for your code!)
- Der Cursor in der Dateiliste kann nun mit CTRL-CRSR auf den ersten
  bzw. letzten Eintrag gesetzt werden. (Matthias Hank)
- Wenn ein zweites MTool gestartet wird, beendet es sich sofort wieder.
  Das bereits laufende MTool bringt sich in den Vordergrund und
  aktiviert sein Fenster. (Matthias Hank)
- Screenmode-Requester lt jetzt auch die Wahl der Farbzahl zu.
  (C. J. Ellerbeck)
- MTool wird Shareware
- About-Fenster gendert

SEIT V1.4 BEHOBENE FEHLER:

- Abstrze bei Archiven mit Pfadnamen von ber 80 Zeichen Lnge
  behoben
- Fehlermeldung, wenn Info aufgerufen wird, ohne da eine Datei
  angewhlt ist beseitigt. (C. J. Ellerbeck)
- Bei groen Screenfonts wurde im Stringeingaberequester die
  Titelzeile des Windows teilweise berschrieben (Christian Krenner)
- Fontrequester kam unter OS2.0 immer auf dem Workbenchscreen.
  (Marc Necker)
- Fehlermeldung "Zielmedium voll", obwohl eine Datei gleichen Namens
  berschrieben werden knnte und somit kein Platz fr die ganze Datei
  bentigt wird. Behoben.
- "Namensnderung vorschlagen" im Kopierrequester hat jetzt die
  vorgesehene Bedeutung.
- Wenn beim Schieben ein Fehler auftrat, wurde die Quelldatei trotzdem
  gelscht. Behoben. (Bernd Johannes)
- Wenn beim Resize des Fensters ein Fehler auftrat, wurden nicht alle
  Resourcen freigegeben. Behoben. (Bernd Johannes)

BEKANNTE FEHLER:

- Leichte Graphikfehler im Stringrequester bei greren Fonts (Jens
  Bnisch)
- Dreifachklick fhrt zu doppeltem Verzeichniswechsel. (Jens Bnisch)
- Die Einstellungen von AutoDir und Quickstart gehen beim Screenwechsel
  zu den Grundeinstellungen zurck (Mikael Silfver)
- Enforcerhits beim Doppelklick auf Dateien wenn keine Konfigdatei
  geladen wurde (Robert Peter Poole)
- Falsche Skalierung der Amiga-A-Symbole im Men wenn MTool auf der
  Workbench luft (Robert Peter Poole)

------------------------------------------------------------------------
V1.4 - 30.06.1993 verffentlicht

NEU:

- Kopierrequester richtig eingebunden
- Sizegadget, wenn MTool auf der Workbench luft.
- Unter-/berverzeichnis im anderen Fenster durch SHIFT-Cursor-
  Links/Rechts
- BreadlessArts-Aboutrequester

BEKANNTE FEHLER:

- Fehlermeldung "Zielmedium voll", obwohl eine Datei gleichen Namens
  berschrieben werden knnte und somit kein Platz fr die ganze Datei
  bentigt wird.
- Fehlermeldung, wenn Info aufgerufen wird, ohne da eine Datei
  angewhlt ist. (Christopher J. Ellerbeck)
- Abstrze bei einigen sehr groen Archiven sobald der Rollbalken
  der Dateiliste bewegt wird!
- Bei groen Screenfonts wird im Stringeingaberequester die
  Titelzeile des Windows teilweise berschrieben (Christian Krenner)
- Fontrequester kommt unter OS2.0 immer auf dem WB-Screen (Marc Necker)
- "Namensnderung vorschlagen" im Kopierrequester geht nicht. Nicht
  mal ansatzweise. Was hab' ich blo fr Betatester ;-)
- Wenn beim Schieben ein Fehler auftritt, wird die Quelldatei trotzdem
  gelscht #-( (Bernd Johannes)
- Wenn beim Resize des Fensters ein Fehler auftritt, werden nicht alle
  Resourcen freigegeben. (Bernd Johannes)

------------------------------------------------------------------------

Ich glaube, ltere Versionen interessieren keinen mehr ;-)

Wenn doch: Im MTool1.5-Archiv sind sie noch drin...

------------------------------------------------------------------------
V0.0 - 29.05.1992 Entwicklungsbeginn
              	                                                                                                              j  4MTool_D.guide.info                                                             0         1<$                                                                                                                                                                                                                                                                                              1                                                                                                              j  4MTool_D.History.info                                                           B      $6                     HN  >                      x                  	=   ?u   '   ' "@&@"@'   ?                  X       ~    ~           
Multiview                                          I(                                                                                              d    MTool_D.History                                                                2   H      3ͲA  z  y  x  w  v  u  t  s  r  q  p  o  n  m  l  k  j  i  h  g  f  e  d  c  b  a  `  _  ^  ]  \  [  Z  Y  X  W  V  U  T  S  R  Q  P  O  N  M  L  K  J  I  H  G  F  E  D  C  B  A  @  ?  >  =  <  ;  :  9  8  7  6  5  4  3                                                                                                            d    MTool_DK.guide                                                          {@database "MultiTool II V2.1"
@node MAIN "Manual til MultiTool II V2.1  1995 af Boris Jakubaschk"


                                  MultiTool II
                                      V2.1
                                   05.02.1995
                              - Shareware Version -

                                     MANUAL



             INDHOLD:

             @{"    For alle dem, der aldrig lser manualer...     " link NoDocs}

             @{" 1. Introduktion                                   " link Intro}

              @{"  1.1 Legaliteter       " link Legal} @{"  1.2 Shareware         " link Share}
              @{"  1.3 Tak               " link Thanks}

             @{" 2. Installation                                   " link Install}

             @{" 3. Prferencer                                    " link Prefs}

              @{"  3.1 Generelt          " link PR_general} @{"  3.2 Programmer         " link PR_progs}
              @{"  3.3 Menu              " link PR_menu} @{"  3.4 Ikon               " link PR_icon}
              @{"  3.5 Data typer        " link PR_types} @{"  3.6 Device liste       " link PR_devs}
              @{"  3.7 Aktionsliste      " link PR_action} @{"  3.8 Device prferencer " link PR_devprefs}

             @{" 4. Brug af MTool                                  " link Usage}

              @{"  4.1 Directory lister  " link US_dirs} @{"  4.2 Kopiere, Slette... " link US_copy}
              @{"  4.3 Selektioner       " link US_select} @{"  4.4 Arkivere           " link US_archiv}
              @{"  4.5 Analyze / Action  " link US_analyze} @{"  4.6 Menu               " link US_menu}
              @{"  4.7 Ikoner            " link US_icon} @{"  4.8 Andre funktioner   " link US_rest}

@endnode

@node NoDocs "For alle dem, der aldrig lser manualer..."

... vil jeg kort bemrke nogle vigtige ting. Ellers bliver jeg nd
til at svare pde samme sprgsml igen og igen! 

- MTool er shareware. Hvis Du bruger det regelmssigt, skulle Du
  betale US$15 til registrering. Jeg vil i s fald sende Dig en
  keyfile. Denne fjerner alle indskrnkninger i denne her og alle
  fremtidige versioner af MTool.

- Du kan give MTool til hvem som helst slnge Du ikke krver
  penge for det.

- Den frste linie i hver fil liste er vist med fed skrift fordi
  man med pil tasterne kan styre fil listerne. Den indgang der vises
  med fed bruges som cursor.

- Backtick tasten ("`", under ESC) skifter device-liste gadget til en
  alternativ liste (konfigurabel).

- Tryk mellemrum for at skifte aktiv fil liste.

- Der er usynlige Forlder-gadgets i vinduets venstre og hjre margin.

- "Skjul" i projekt menuet lukker MTool's vindue. Det genbnes ved et
  tryk p Hotkey'en Ctrl-Alt-"<".

Hvis Du ikke har forstet et eneste ord nu, skulle Du overveje at lse
hele manualen.;-)

@endnode

@node Intro "Introduktion"

1. Introduktion:

Velkommen til MultiTool II V2.1!

MTool er et vrktj der vil hjlpe Dig med at manage Dine dis-
ketter og harddisks, at installere programmer, ndre organisa-
tionen af Dine data eller slette dem.

Sdanne programmer kaldes tit for DOS eller directory utilities.
De virker alle p samme mde: Der er to listevinduer som hver er
i stand til at vise et directory. Man kan vlge filer og subdirs
i dem. Nogle knapper giver Dig mulighed for at udfre aktioner
(f.x. kopier, slet, vis billede) p de valgte filer. 

MTool tilbyder nogle ekstra funktioner, som adskiller det fra de
fleste andre DOS utilities:

- Layoutet giver s meget plads som muligt til fil listerne.
- De andre knapper er mellem fil listerne. Sammenlignet med
  andre programmer er der kun f gadgets men med meget kom-
  plexe funktioner.
- En tredie liste ovenover aktions knapperne bruges til for-
  skellige forml, f.x. til at vlge device eller specielle
  aktioner som Du selv kan definere
- Jeg programmerede "user interface style guide"-konformt.
  MTool krver OS2.0 (V37.xx). Nyere OS versioner genkendes
  og bruges (f.x. forskellige sprog under OS2.1, system busy
  pointer under OS3.0)
- Til trods for dets kompleksitet kan MTool installeres og
  sttes op meget nemt. Der er en prference editor hvor alt
  kan indstilles med musen.

Jeg hber, MTool vil vre behjlpelig med organiseringen af
Dine data

                                            Boris Jakubaschk
@endnode

@node Legal "Legaliteter"

1.1 Legaliteter:

Forfatteren kan ikke drages til ansvar for brugbarheden eller njag-
tigheden af denne manual og/eller det program det beskriver. Enhver
skade forrsaget direkte eller indirekte ved brug eller misbrug af
denne manual og/eller det program det beskriver er udelukkende bru-
gerens eget ansvar.

MultiTool II,  Copyright 1995 Boris Jakubaschk. Alle rettigheder
forbeholdt.

Dette program er SHAREWARE, s hvis Du bruger det regelmssigt, skulle
Du betale en registrerings gebyr p US$15 (Se nste kapitel for detal-
jer). Dette program mdistribueres frit slnge hele dokumentationen
og alle udfrbare filer forbliver undret og inkluderet i distributio-
nen.Der m hellere ikke laves profit ved at slge dette program.

Du m dog:

- Give MTool til Dine venner.
- Lgge det op p enhver mailbox eller netvrk, hvor brugerne ikke skal
  betale for at hente det (FIDO, FTP).
- Inkludere det i enhver ikke-kommerciel PD samling.

De flgende filer skulle have fulgt med MTool:

MTool            - programmet selv
MTool.info       - dets ikon
MTPrefs          - prference editor
MTPrefs.info     - dets ikon
ENVARC/MTool/MTool.Prefs
                 - eksempel prefs fil
Catalogs/#?      - katalog filer for forskellige sprog med OS2.1+
MTool_x.guide    - denne manual. "x"et str for sproget
MTool_x.history  - historie af MTool
MTool_x.desc     - kort beskrivelse af fil lister i mailboxe
Localesource/#?  - Source af lokal filer som giver Dig muligheden
                   for at lave Dine egne kataloger

I det originale MTool arkiv har jeg ogs inkluderet text/hex viseren
MI skrevet af Andreas Baum (Sunnysoft). Den bliver installeret sammen
med MTool hvis Du bruger installer skripten. Du kan redistribuere begge
programmer (MI og MTool) separat hvis Du vil.

Alle filer skal redistribueres undret!

Hvis Du er i stand til at overstte lokal filerne for MTool til et
andet sprog, vr s god og send mig resultatet. Lokal sourcen findes
i "Localesource/...". Vr venlig kun at overstte MTool_d.ct.
MTool.cd skal forblive undret.

MTool er bleven udviklet i over et r og skulle ikke lngere indeholde
nogen alvorlige fejl. Men: Intet stort program er absolut fejlfrit.
Det ville vre rart hvis Du ville fortlle mig om hver bug som Du op-
dager. Det er den eneste mde jeg kan fjerne den p!

Skriv til:                 Boris Jakubaschk
                           Klauprechtstrae 1
                           76137 Karlsruhe
                           Germany
eller mail til:    E-mail  Boris@alice.tynet.sub.org
                   Fido    Boris Jakubaschk, 2:246/1115.2

@endnode

@node Share "Shareware"

1.2 Shareware:

Denne version af MTool er indskrnket, dets funktionalitet er mindsket
vha. "Please register"-requestere. Derudover er der nogen nye funktio-
ner synlige, men Du kan ikke bruge Dem:

- Der er en requester i opstarten. Du bliver nd til at vente indtil
  sneglen har passeret vinduet
- Automatisk ikon oprettelse slet fra
- Aktion p filer inden for arkiver slet fra
- Appwindow (flytte ikoner ind i MTool vinduet) slet fra

Hvis Du er en registreret bruger, vil jeg sende Dig en keyfile. Denne
vil fjerne alle handicapper fra den reducerede version. Selvflgelig
vil denne keyfile virke med alle fremtidige versioner af MTool.

Vrvenlig at hjlpe mig med at fortstte udviklingen af MTool ved at
sende mig Din registrerings gebyr.

Prisen er nu $15. Ingen undtagelser (Hm. Hvis Du er en arbejdsls
skoleelev med mere end 5 brn kunne jeg tnke over det...).

Du kan betale en tilsvarende pris i andre valutaer. Nr pengene
nr frem, kommer keyfilen UUEncoded via e-mail eller jeg sender
Dig en disk med keyfilen p.

Jeg foretrkker at f pengene kontant. Jeg ved at det er en risiko at
sende kontanter i breve, men dette er den nemmeste mde for mig at f
D-Mark for det. Eurocheques (i D-Mark!) er ogs velkomne. Andre cheques
er meget dyre at f indlst.

Send til:   Boris Jakubaschk, Im schle 28, 78727 Oberndorf
            Germany
            (These registrations are processed by my sister. If you
            want to get a personal reply by me, send your registration
            to (becomes valid at March 1995):
            Boris Jakubaschk, Klauprechtstrae 1, 76137 Karlsruhe)
@endnode

@node Thanks "Tak"

1.3 Tak:

MTool er bleven udviklet med hjlp af mange venner og andre folk der
har sent mig bug rapporter og forslag. Mange tak!

Navnlig:

  - Alle der har oversat kataloget og/eller manual:
     Jos Garcia (Spansk)
     Christopher J. Ellerbeck (Engelsk)
     Mikael Silfver (Svensk katalog)
     Johan Billing (Svensk manual, V2.1)
     Thorkild Stray (Norsk)
     Adam Sjgren (Dansk katalog)
     Volker Graf (Dansk manual, V2.1)
     Pascal Aubert (Fransk katalog)
     Lionel Vintenat (Fransk manual, V2.1)
     Marco Mellia (Italian)
     Vlado Saffa (Slovakian)
     Osma Ahvenlampi (Suomi)
     H. Huisman (Dutch manual)
     Rembrandt de Witt (Dutch catalog)
     Ali Kauffeld-Kars (Dutch, V2.1)

  - Andreas Baum for hans MultiIndicator

  - Stefan Boberg for LHA

  - Matt Dillon for C compileren DICE

  - Holger Trapp & Osma Ahvenlampi for MagicWB ikoner til MTool

  - Stefan Becker for Toolmanager og tilladelsen til at
    efterligne bruger interfacet af hans prefs editor

  - Jan van den Baard for GadToolsBox

  - Markus Mnig for lsning af mange problemer i starten.

  - Markus Nerding (MAXON) for at sende mig RKRM Libraries

  - Andreas Baum, Jens Bnisch, Matthias Hank, Bernd Johannes,
    Harald Schneider, Mikael Silfver, Holger Trapp og Erik Wende (i
    alfabetisk rkkeflge), mine beta testere.

  - Johan Billing, Rolf Damm, Marc Duponcheel, Christopher J. Ellerbeck,
    Jos Garcia, Jan Holler, Brian Jacobson, Christian Krenner,
    Reinhard Kunter, Markus Mnig, Marc Necker, Robert Peter Poole,
    Jochen Schiller, Harald Schuler, Thorkild Stray og Gregor
    Wenkelewsky, der hjalp mig med deres bug rapporter og forslag.

@endnode

@node Install "Installering"

2. Installering:

I den originale distribution af MTool finder Du en installations
skript til en hurtig og nem installering af MTool p Dit system.
Det krver Commodores installer. Hvis Du ikke har denne eller vil
installere MTool manuelt, s flg denne vejledning:

- Lav et directory for prefs filerne:

  MAKEDIR ENVARC:MTool

  Hvis Du allerede er registreret skulle Du lgge Din keyfile
  i dette directory.

- Vlg et directory til hovedprogrammet eller lav et. Lg "MTool"
  og "MTool.info" over i det. Hvis Du foretrkker at hndtere tinge-
  ne via Workbench'en, s flyt bare MTool ikonet i den nskede skuffe.

- Du kan kopiere "MTPrefs" og "MTPrefs.info" i et directory i Din
  system sge path, f.x. SYS:Tools. Som alternativ er kan Du putte
  disse filer i SYS:Prefs, navnene skal s bare ndres til "MTool"
  og "MTool.info".
  Workbench brugere flytter bare MTPrefs ikonet til Prefs skuffen
  og ndrer navnet til "MTool" (vlg Ikon/Rename fra menu).

- Hvis Du bruger OS2.1 eller derover skulle Du kopiere directoriet
  "Catalogs" til "Locale:Catalogs". Alle texter vil s blive vist i
  det udvalgte.

- Alle fonte, manualer og katalog sources er ikke ndvendige for at
  kre MTool, men muligvis brugbare.

- Reset nu Din Amiga eller kopier indholdet af ENVARC:MTool til
  ENV:MTool. Nu kan Du starte og stte MTool op med MTPrefs.

@endnode

@node Prefs "Prferencer"

3. Prferencer:

Du skulle have gjort nogle grundlggende ndringer nr Du bruger
MTool for frste gang. For at gre dette skal Du starte program-
met MTPrefs op frst.

Et vindue kommer frem med en stor liste gagdet, over hvilken der
er en cycle gadget der giver Dig muligheden for at vlge, hvad der
kommer til at st i listen. I jeblikket str der "Diverse" og det
er lige det, Du har brug for nu.

P venstre side ser Du nogle knapper til manipulationen af enkelte
indgange i listen. Disse er slet fra mens Du arbejder p "Diverse"
indstillingerne.

De tre knapper i bunden af vinduet bruges til at forlade programmet.
Vlger Du "Gem", vil Dine indstillinger gemmes permanent, "Brug" gr
dem aktuelle indtil nste reset og "Afbryd" vil forlade prefs edi-
toren uden at ndre noget.

Hvis Du dobbelt clicker p en indgang i listen eller hvis Du vlger
det og trykker p "ndr" bagefter, vil et andet vidue bnes. Dette
vil s sprge Dig om de nskede indstillinger.

@endnode

@node PR_general "Diverse"

3.1 Diverse:

Stier:

- LHA placering : Indtast stien og navnet af programmet LHA p Dit
                  system. Hvis LHA er placeret i dit systems sgedti
                  (f.x. i C:), vil "LHA" vre tilstrkkelig her. Hvis
                  Du undlader at angive LHA's placering vil MTool ikke
                  vre i stand til at hndtere arkiver.
- Std. Sti 1    : MTool kan vise 2 directorier i dets fil liste p op-
                  starten. Du kan definere directoriet i den venstre
                  fil liste her.
- Std. Sti 2    : Samme for hjre fil liste.
- Skuffe Ikon   : Senere i dette dokument vil Du blive informeret over,
                  hvordan man generer ikoner. Her kan Du vlge det ikon
                  objekt, som MTool vil bruge til skuffer. I jeblikket
                  kan Du ikke definere skuffe ikonet, fordi der ikke er
                  defineret noget objekt ikon endnu.

Skrm & Flag:

- Skrm type    : Vlg om MTool skal bne sit vindue p Workbench skr-
                  men, pen publik skrm eller sin egen skrm.
- Skrm navn    : Hvis MTool vinduet ikke bner p Workbench'en, kan Du
                  angive skrm-navnet her.
- Fuld strr... : Hvis aktiveret, vil MTool bruge skrmens fulde str-
                  relse uden sizing gadget. Dette virker ikke p Work-
                  bench skrmen.
- AutoDir       : MTool opdager disk skifte og opdaterer fil listerne
                  om ndvendigt, men kun hvis AutoDir er aktiveret.
- Lukke = Gemme : Normalt afslutter MTool hvis Du lukker dets vindue.
                  Vlger Du denne option, vil MTool blive deaktiveret
                  nr Du lukker vinduet, men det forbliver i hukommel-
                  sen. Det kan genaktiveres ved at trykke hotkey'en
                  (Ctrl-Alt-<, kan ndres i MTool ikonets tooltypes).
- Lngde, ...   : Dette og alle andre gadgets bruges til at definere
                  optionerne for kopiering, flytning, og sletning af
                  filer. Du kan finder knapperne i samme rkkeflge
                  som de optrder i kopierings requesteren af MTool.
                  De er beskrevet i kapitel 4 af denne her manual.

Skrm modus:

En skrm modus requester bnes. Du kan vlge oplsngingen, antallet af
farver og display modus for MTool hvis det bner en egen skrm.

Vindue dimensioner:

Et tomt vinduer kommer frem. Du kan flytte det eller ndre dets str-
relse. Nr Du er frdig kan Du bare lukke det. MTool vil bne sit
vindue i prcis samme strrelse og position som dette vindue.

Gadget font:

Du kan vlge navn og strrelse af fonten, der vil bruges til knapperne.

Liste font:

Samme for listerne (kun ikke proportional fonte).


Hvis Du har lst manualen sequentielt indtil her og forsgt at flge
instruktionerne, skulle Du gemme Dine indstillingerne nu ("Save") og
starte MTool. Dets funktioner er beskrevet i @{"kapitel 4" link Usage}
af denne manual. De flgende afsnit beskriver alle andre prferencer,
men Du vil ikke forst dem, med mindre Du har arbejdet med MTool fr.

@endnode

@node PR_progs "Program"

3.2 Program:

Hvis Du ndrer "Objekt type" fra "Diverse" til "Program" vil Du
frst lgge mrke til, at knapperne i venstre side ikke lngere
er slet fra. Du kan bruge dem til at oprette nye indgange i listen,
slette nogen, flytte dem op og ned ad listen eller kopiere dem. Du
kan sortere hele listen alfabetisk.

Opret en ny indgang ved at vlge "Ny". Vlg den nye indgang og ndre
dets navn f.x. til "Beskyttelses bits" ved at indtaste navnet i tekst
gadget under listen.

Click ny p "ndr". Der er en requester med objekt navnet i den verste
string gadget. Du kan ogs ndre objekt navnet her. Skydebaren under
omtalte string gadget kan bruges til at vlge all indgange i listen for
at ndre dem.

Nedenunder finder Du:

Program    : Sti og navn af programmet.
Parametre  : Indtast argumenterne for programmet her. Statiske
             argumenter (f.x. optioner) skrives p samme mde som
             i Shell'en. Skiftende argumenter som fx. filnavne
             eller stier erstattes af et "%s" (inkl. gse-jne).
Std.Parm. 1: Her kan Du afgre, hvad der vil bruges til at erstatte
             det frste "%s" i parameter strengen.
Std.Parm. 2: Samme for det andet "%s".
Std.Parm. 3: Samme for det tredie "%s".


Jeg ved godt, denne mde at definere program objekter p er ikke
srlig nem at forst. Mske hjlper nogle eksempler:

1. Beskyttelses bits:

Program    : C:Protect
Parametre  : %s "%s"
Std.Parm. 1: Requester
Std.Parm. 2: Kilde filnavn
Std.Parm. 3: Intet

Nr dette program objekt kaldes (hvordan dette laves bliver beskre-
vet senere) vil der opdukke en requester der sprger efter et argu-
ment. Din input vil erstatte det frste "%s" i parameter strengen.
MTool vil nu generere en kommando for enhver fil i den aktive fil
liste og erstatte det andet "%s" med et af de udvalgte filnavne for
enhver kommando. Hvis Du f.x. har valgt filerne "startup-sequence"
og "user-startup" i Din S: skuffe, kald dette program objekt og ind-
tast "+S" i streng requesteren. MTool genererer og udfrer flgende
kommandoer:

  C:Protect "S:user-startup" +S
  C:Protect "S:startup-sequence" +S


2. Editor:

Program    : SYS:XCli/EDC
Parametre  : "%s" -Sticky
Std.Parm. 1: Kilde filnavn
Std.Parm. 2: Intet
Std.Parm. 3: Intet

Dette er et eksempel hvordan man kalder CygnusEd fra MTool. Hvis
Du undlader "-Sticky", kan Du bruge denne slags objekt for nsten
ethvert program, f.x. billede viser, mod afspiller, fil monitorer...


3. Kopier:

Program    : C:Copy
Parametre  : "%s" "%s"
Std.Parm. 1: Kilde filnavn
Std.Parm. 2: Ml sti
Std.Parm. 3: Intet

Dette er et alternativ til "Kopier" knappen i MTool. Der er ikke
meget mening i dette eksempel, men det viser fleksibiliteten af
program objekt princippet af MTool.

@endnode

@node PR_menu "Menu"

3.3 Menu:

Layoutet af requesteren er ingen stor overraskelse. Der er kun to
nye knapper:

Genvej     : Taste, der vil bruges (sammen med hjre amiga) til at
             kalde program objektet defineret nedenunder.
Program    : Program objekt, kaldt af menu indgangen

Objekt navnene bruges til menu indgange i tools menuen af MTool.

Eksempel:

Objekt navn: Kopier filer
Genvej     : Y
Program    : Copy

Dette opretter en menu-indgang "Kopier filer". Denne genvej vises
til hjre for indgangen. Hvis Du vlger den, kaldes program objektet
"Copy".

@endnode

@node PR_icon "Ikon"

3.4 Ikon:

Denne requester bestr af en enkel ny knap: Sti og navn p ikonet

Eksempel:

Objekt navn: Skuffe
Ikon fil   : SYS:System.info

"System.info" er et skuffe symbol. Du kan bruge dette objekt til at
oprette et ikon til skuffer (se ogs diverse->stier).

@endnode

@node PR_types "Fil type"

3.5 Fil type:

Dette er en meget effektiv funktion af MTool, men derfor en smule
kompliceret. Du kan bestemme filtyperne, MTool kan genkende og hvad
det skal gre ved filer af denne slags.

"Genkendelse" knappen til hjre bruges til at vlge indlsnings modus:

- Mnster     : Genkendelses strengen bruges som DOS mnster og sam-
                menlignes med navnet p denne fil, der skal testes.
- ASC-filter  : Genkendelses strengen sammenlignes byte for byte med
                starten af filen. Sprgsmlstegn i genkendelses
                strengen er jokere.
- HEX-filter  : Tegnene i genkendelses strengen bruges parvis som et
                HEX byte og sammenlignes med et byte af filen. Du kan
                igen bruge sprgsmlstegn som jokere.
- ASCII tekst : MTool tester, om filen er en ASCII tekst. Genkendel-
                ses strengen bruges ikke her.
- Ukendt fil  : Objekterne tilknyttet til denne indgang kaldes kun nr
                ingen andre fil typer matcher. Her bruges genkendelses
                strengen heller ikke.

Der er 3 forml med fil type genkendelse:

- MTool kan vise fil typen hvis Du vlger "Analyser".
- MTool kan udfre et passende program objekt for en fil hvis Du
  dobbelt clicker eller vlger "Aktion".
- Hvis Du clicker p "Ikon" vil MTool oprette et ikon for filen i
  overensstemmelse med dens fil type.

S Du kan definere et program objekt og et ikon objekt for enhver
fil type.

@endnode

@node PR_devs "Device liste"

3.6 Device liste:

Du kan definere en alternativ device liste. Object navnene bruges som
liste indgange. Nr Du vlger en indgang vil den aktive fil liste vise
directoriet der er angivet i "Sti navn".

@endnode

@node PR_action "Aktions liste"

3.7 Aktions liste:

Device listen kan skiftes til en aktions liste. Den virker psamme mde som
den konfigurable device liste: Objekt navnene vises i listen og et af program
objekterne udfres nr Du vlger dets indgange.

@endnode

@node PR_devprefs "Device prferencer"

3.8 Device prferencer:

Indstillingerne, som Du kan foretage ved hjlp af denne liste har to vidt
forskellige forml. For det frste kan Du fjerne indgange fra device listen,
delt op efter devices, volumes og assigns. Dertil bruges en simpel DOS-
pattern. Dette kan nemmest anskuelliggres ved to eksempler:

- Lad os antage, at Du kun vil have device navne (DF0:, DH0: osv.) i device-
  listen, ingen volume navne (dvs. de logiske navne af disketter, harddiske
  osv.). S skal Du skrive "#?" som pattern. P cycle gadget'en indstilles
  "Volumes", og v'et foran "Fjern objekt fra deviceliste" aktiveres.
  Objektnavnet er ligegyldigt. Frdigt.

- Du vil ikke have assign'et "Beckertext:" i device listen. S skal Du ind-
  taste "Beckertext:" som pattern, indstille cycle gadget'en til "Assigns"
  og aktivere v'et voran "Fjern objekt fra deviceliste". Frdigt.

Det andet forml med listen ligger i den kontrollerede deaktivering af
@{" dir-caching " link US_rest 64 } i afsnit 4.8.5 for bestemte devices, som ikke kan hndtere
dette. Dette kan Du nemt finde ud af ved at kopiere en fil ind i et directory
p sdan et device (med MTool, selvflgelig).
Hvis directory'et derefter ikke opdateres automatisk, og den kopierede fil
frst dukker op, nr Du har clicket p "!"-knappen for indlsning af det
omtalte dircetory, s understtter device't ikke dir-caching. Denne opfrsel
kender jeg i jeblikket fra Crossdos. Dette skal ogs bruges som eksempel:

- Indtast som pattern "PC?:" og st cycle gadget'en p "Device". Aktivr
  v'et foran "Deaktivr objektets dir cache". Objektnavnet er kun et eksem-
  pel og m vlges frit. Frdigt.
@endnode



@node Usage "MTool i brug"

4. MTool i brug

Mske har Du aldrig fr arbejdet med et directory utility som MTool,
s jeg vil beskrive det grundlggende af sdan et program i f ord.

Som en bruger af MTool skulle Du vre vandt til at bruge Workbench'en
og Shell'en. Ellers vil Du vre i stand til at forvirre Dig og Dit
system!

MTool forbinder funktionerne og fleksibiliteten af Shell'en med kom-
forten man kender fra Workbench'en. Du kan udfre alle aktioner med
musen, inklusive kopiering, flytning og sletning af filer, vise bil-
leder, editere tekst etc...

Efter at Du har startet MTool skulle Du se to store tomme bokse. Disse
vil senere bruges til at vise fil lister. I toppen af hver fil liste er
der et string gadget hvor navnet af det aktuelle directory vises.
Du kan aktivere det ved at clicke pdet med musen. Har Du gjort dette
kan Du indtaste et nyt directory navn, der skal vises. Under fil lis-
terne er der en lille boks der indeholder mere information om disken
der hrer til dette directory. Det er den frie plads p disken og dens
status ("OK": i orden, "Prot.": skrive beskyttet, "Vali": disk ikke
validateret, ingen skrivning tilladt). Ved siden af denne boks finder
Du en knap med et "I". Clicker man pden kalder en requester frem,
der viser yderligere information om disken: Den fuldstndige kapacitet,
navnet p disken og strrelsen af de valgte filer og directorier.

Hvis Du clicker ind i en af fil listerne vil status linien nedenunder
blive fremhvet og den anden vil vre mrkere. Derudover er rammen af
listen "trykket ind". Denne liste kaldes for den aktive fil liste. Du
kan ogsndre den aktive fil list ved at trykke p mellemrum.

@endnode

@node US_dirs "Fil lister"

4.1 Operationer med fil lister

Mellem de to fil lister ser Du en sjle af forskellige knapper der
bruges til at udfre alle programmets aktioner.

I toppen af denne sjle er "Forlder" knappen. Trykker Du p den, vil
den aktive fil liste vise forlder directoriet af det directoriet, der
blev vist fr, f.x. hvis Du var i "Workbench:devs/printers" directoriet
og trykte p "Forlder", vil MTool hente directoriet "Workbench:devs" og
vise dets indhold. Du kan ogsopn dette ved at clicke i venstre eller
hjre margin af MTools vindue eller ved at trykke venstre pil taste.

"F"et i Forlder knappen er understreget. Det betyder at Du ogs kan ud-
fre aktionen af dette gadget ved at trykke f-tasten. Dette glder alle
knapper der indeholder understregede tegn.

Under forlder knappem finder Du en liste der indeholder navnene p
alle devices, tilgngelige diske og de aktive "tilknytninger". Denne
liste bliver opdateret hver eneste gang Du istter eller fjerner en
disk.

Vlger Du en indgang i listen vil dens directory vises i den aktive fil
liste.

Device listen kan bruges til to andre forml. For det frste kan Du
definere Din egen device liste i prefs editoren. For det andet kan Du
definere en aktions liste. Device listens modus kan vlges via det
gadget der ligger nedenunder listen. Dets genvejs taste er "`".

@endnode

@node US_Copy "Kopier, Slet..."

4.2 Kopiere, Slette, Omdbe og Opret dir

De frste tre knapper neden under device listen tilbyder den strste
indflydelse til strukturen af Dine diske og dataen gemt p de, inklu-
sive slettelsen af alle filer. Vr forsigtig!

Kopier: Alle filer og directorier, der er valgt i den aktive fil
liste bliver lagt over i directoriet af den inaktive fil liste. Den
originale data forbliver undret. Directorier bliver kopieret med
hele deres indhold.


Flyt: gr de samme som Kopier, men med en stor forskel: Enhver ori-
ginal fil slettes efter at den er bleven kopieret. Efter at have
flyttet de udvalgte filer bliver originalerne i kilde directoriet
slettet.

Slet: Drber alle valgte filer og directorier (inklusive deres ind-
hold i det aktive directory. Der er vrktjer som DiskSalv2 og
FixDisk der kan hente slettede filer tilbage igen slnge Du ikke
har skrevet noget p disken efter at nogle filer blev slettet ved
uheld.

Hver af disse tre gadgets bner et vindue. Det bruges til at kon-
trollere kopieringen eller sletningen af filer. Hvis Du er sikker at
Du vil kopiere / slette alle valgte filer, kan Du trykke p "retur".
MTool vil kopiere / slette alle filer uden at give Dig muligheden
for at afbryde det.

Ellers vil Du f al information over den aktuelle fil, der er akti-
veret i den verste halvdel af vinduet: dato, strrelse og version.
Du kan ogssammenligne filen med en fil af samme navn der allerede
eksisterer i det inaktive directory. Derudover kan Du afgre om Du
vil bekrfte hver eneste fil, om alle filer skulle kopieres / slettes
uden at sprge eller (i tilflde af kopier) om Du vil blive spurgt
ved filer der allerede eksisterer i ml directoriet. Hvis Du vlger
"ndr navn" vil Du blive spurgt om et nyt navn til filen hvis den
allerede eksisterer.

Omdb: Der kommer et vindue til enhver udvalgt fil i den aktive
fil liste, hvor Du kan ndre navnet af filen eller directoriet. Hvis
Du vil afbryde denne aktion for alle valgte filer, trykker Du bare
p luk-knappen af omdb vinduet.

"Opret dir" genererer en ny skuffe i det aktive directory. Du skal
angive navnet p den nye skuffe i vinduet. "I"-knappen ved siden af
"Opret dir" har den samme funktion, men her fr man helt gratis et
passende ikon til den nye skuffe.

@endnode

@node US_select "Valg"

4.3 Valg

De nste to knapper bruges til at vlge nogle af indgangene i den
aktive fil liste. "Alle" vlger alle indgange, "Intet" fravlger
alle indgange.

De sm "?" knapper til hjre aktiverer en streng requester hvor Du
kan angive et AmigaDOS mnster. Alle filer der matcher dette mnstre
bliver (fra-)valgt.
I Din AmigaDOS manual finder Du en introduktion om hvordan man
bruger mnstre (patterns).
S snart som Du har valgt nogle filer i den aktive fil liste - ligegyldigt
om Du har gjort det med musen eller en af de lige fr omtalte knapper -
skifter boxen nedenunder fra at vise den frie plads p disken til at vise
summen af de udvalgte filers strrelse i bytes. P denne mde kan Du med
det samme se, om de udvalgte filer kan vre i directory'et af den inaktive
fil liste.

@endnode

@node US_archiv "Arkiver"

4.4 Arkiver

Arkiver er filer der indeholder nogle andre filer i komprimeret form.
De bruges hovedsageligt i data overfrsel via telefon for at spare tid
og gre det nemmere (overfrsel af kun n fil i stedet for flere).

MTool er i stand til at kontrollere alle standard aktioner af arkive-
ringsprogrammet "LHA". LHA skal vre p Din disk og skal vre korrekt
sat op vha. MTPrefs.

4.4.1 Oprette nye arkiver:

Hvis Du vil oprette et nyt arkiv, gr Du bare det samme som hvis Du
ville kopiere de filer og directorier, Du vil putte ind i arkivet.
I stedet for at vlge "Kopier" skal Du vlge "Arkiver". Du vil s
blive spurgt om navnet p arkivet. Bagefter pakkes alle valgte filer
og directorier i et arkiv der placeres i den inaktive fil liste.

4.4.2 Udpakke arkiver, slette dem delvist eller tilfje filer:

Hvis Du har et eksisterende arkiv, kan Du dobbelt clicke dets navn
ligesom navnet p et directory. MTool vil svise indholdslisten af
arkivet. Underdirectorier vises ikke som sdanne, alle filer vises
med deres komplette sti.
Nu kan Du hndtere denne liste som enhver fil liste: Kopier, flyt,
slet... MTool vil ngte at vise arkivindhold i begge fil lister,
fordi kopiering af filer fra et arkiv til et andet vil have vret
for kompliceret. Det understttes ikke af LHA. For at gre dette
bliver Du nd til at pakke filerne ud frst (f.x. til RAM:) og s
pakke dem igen.

Nogle aktioner kan ikke bruges i arkiver, sledes at deres knapper
bliver deaktiveret s lnge et arkiv bliver vist i den aktive fil
liste.

@endnode

@node US_analyze "Analyse og aktion"

4.5 Analyse og aktion


Du kan f MTool til at analysere de valgte filer (ikke directories)
ved at trykke p "Analyser" knappen. Analyse vinduet viser navnet
p filen og en rkke informationer som MTool har fundet ud over
filen.
I hjre side kan Du se og manipulere beskyttelses flagene af filen.
ndringerne vil kun blive skrevet tilbage hvis Du ikke "Afbryder"
vinduet.

Aktion: forsger at gre noget meningsfyldt med filen. Normalt star-
tes et program for f.x. at vise et billede. Der er to andre mulighe-
der for at udfre en aktion uden at se analyse vinduet inden: Du kan
dobbelt clicke et filnavn eller Du kan trykke p "Aktion" knappen.
I frste tilflde vil aktionen kun udfres p den dobbelt clickede
fil, i det andet tilflde pvirkes alle valgte filer. I jeblikket
virker aktion p ASCII-tekster og LHA-arkiver hvis MTool er korrekte
sat op. Andre fil typer kan defineres i prefs editoren.

@endnode

@node US_menu "Menu"

4.6 Menu

Der er to store opgaver for menuet: Du kan kalde prefs editoren for
at vlge skrm modus og fonte til MTool. Og Du kan inkludere eksterne
programmer i "Tools" menuet. Dette vil blive forklaret senere.

I "Projekt" menuet finder Du indgange til at vise noget information
om MTool og til at afslutte programmet. Dette kan ogs ske ved at
trykke "Amiga-q" eller ESC.

"Skjul" lukker MTool's vindue (og skrm). For at bne det igen skal
Du genstarte MTool, trykke dens genvejs taste (standard: Ctrl Alt "<")
eller bruge commodity programmet Exchange.

"Prferencer" menuet bruges til at hente prefs filer, til at kalde
prefs editoren og skifte til to vigtige modi:

"Separat Skrm" skifter mellem Workbench skrmen og en egen publik
skrm.

"AutoDir" tillader opdatering af fil listen nr en disk isttes eller
fjernes. Fil listerne vil i s fald ogs opdateres (om ndvendig).

Som nvnt fr kan "Tools" menuet indeholder yderligere programmer som
Du kan stte op i prefs editoren.

@endnode

@node US_icon "Ikoner"

4.7 Ikoner

MTool kan oprette et ikon passende til typen af en fil. For at gre
dette skal Du bare vlge filerne, clicke p "Ikon" og MTool vil gre
resten...

@endnode

@node US_rest "Andre funktioner"


4.8 Andre funktioner


4.8.1 Tastatur kontrol

Siden version 1.3 af MTool kan programmet kontrolleres nsten fuld-
stndigt via tastaturet. Piltasterne er vigtigst. De kontrollerer den
aktive fil liste. Den liste indgang, der vises i fed skrift bruges som
"cursor". Tasten "venstre pil" viser forlder directoriet, "hjre pil"
udfrer "Aktion" pden fede indgang, hvilket betyder at hvis den er et
directory, s vil filerne vises, og hvis det er en arkiv, vil indholdet
vises.
S kontrollen virker lige som i fil requesteren MFR fra Stefan Stunz.
Du kan vlge indgange ved at holde SHIFT nede mens Du krer gennem fil
listen. Fravalg gres ved at trykke p ALT tasten. Du kan skifte den
aktive fil liste ved at trykke p mellemrum og "Retur" vlger streng
gadget ovenover den aktive fil liste.

Kontrollen af device listen virker nsten p samme mde. "Del" skifter
cursor kontrollen til device listen. Op/ned flytter cursoren, venstre/
hjre henter directoriet af den valgte indgang til henholdsvis venstre
og hjre fil liste. De forskellige modi af device listen kan skiftes
ved at trykke "`" (backtick, under ESC).


4.8.2 Commodity

Commodity understttelse er blevet inkluderet i V1.5 af MTool. Dette
medfrte en ny menu indgang i project menuet: Skjul. Hvis Du vlger
denne vil MTool (hvis MTool krer p en egen skrm vil denne ligeledes
blive lukket). Det forbliver dog i hukommelsen. Du kan genbne vinduet
ved at trykke p genvejs tasten (Standard: Ctrl Alt <), bruge commodi-
ty programmet Exchange eller ved at starte det op igen. Den anden MTool
vil vkke den frste og afslutte ubemrket. I lngden vil Du bruge hu-
kommelse for at kre MTool to gange. Du kan ndre genvejs tasten ved
at skrive "CX_POPKEY=taste kombination" MTool ikonets tooltypes eller
ved at angive det som en parameter (Shell).
"CX_POPUP=no" srger for at MTool holder sit vindue lukket efter at det
er bleven startet. P denne mde kan Du lgge det i Din WBStartup skuffe
og det er klar til brug med en simpel tastatur kombination.


4.8.3 Appvindue

Der findes en meget nem mde til at vise directorier hvis MTools krer
p Workbenchen. Bare tag et ikon og flyt det over en af fil listerne.
Dets directory vil blive vist og ikonets filnavn vil blive valgt. Dette
virker ogs nr Du har valgt flere end et ikon.


4.8.4 Appicon

Siden et appwindow kun kan fungere p Workbench'en blev der indfrt et
appicon i MTool V2.1, som straks efter starten dukker op p Workbench-
skrmen. Dette klarer flere opgaver, for det frste kan man placere
ikoner p det, hvorp deres sti automatisk vises i den aktuelle fil liste.
Derudover bevirker et dobbel-click p det, at MTool vises verst p
skrmen (ovenp alle andre vinduer) p den forreste skrm, uanset om dets
vindue nu har vret p den samme skrm eller en anden eller om vinduet
fr har vret skjult.


4.8.5 Dircaching

MTool husker altid de sidste 20 directories, det har indlst. Skulle Du
trnge til at se et af de gemte directories en gang til, og der har ikke
vret nogen ndringer i dette directory siden den sidste indlsning, s
vises det straks uden forsinkelse. Frst og fremmest arbejdet med disketter
accelereres kraftigt p denne mde. Du behver derved ikke at tnke p
noget som helst, det hele sker fuld automatisk.


4.8.6 Manuel genindlsning af directories

Normalt lgger MTool automatisk mrke til, nr et af de viste directories
ndres og genindlser directoriet i s fald.
Ved nogle filsystemer virker dette dog desvrre ikke. Hos dem skal man for
det frste lave en @{" deaktivering af dir caching " link PR_devprefs}. P den anden side
opdager MTool ikke, nr et andet program ndrer directory-indholdet. I s
fald kan directoriet genindlses ved hjlp af "!"-knappen ved siden af
string gadget'en med directory n     {           K                                                                                                                                                                                                                                                                                          }  |                                                                                                                                                                                              2    avnet.



4.8.7 Smting

- Prefs editoren bner sit vindue p den samme skrm som MTool -
  hvis muligt. Enhver ndring i prferencerne bliver opdaget af MTool.
  Det tilpasser sig automatisk.

- Mens det venter p input, checker MTool for ndringer i directorierne
  vist i fil listerne. Det opdaterer dem hvis en ndring sker. Dette er
  gjort under brug af "notify" og bruger derfor ingen tid.

- Directorier genindlses kun hvis de virkelig er ndret.

- Du kan ndre indstillingerne af kopier requesteren under arbejdet.
  Det vil s stoppe og kan genstartes ved at trykke p "Start".

- Mens det omdber flere filer, kan Du afbryde det ved bare at lukke
  streng requesteren.

- dobbelt indrammede knapper kan aktiveres ved at trykke "Retur".

- til venstre og til hjre for "Forlder"-knappen er der to gadgets med
  symbolerne hhv. ">" og "<". Med disse kan directoriet fra den ene fil
  liste fres over p den anden side, sledes at begge fil lister viser
  det samme directory.

@endnode
    
          q        ~         _D                                                                                                                                                                                                                                                                                                                                                                                                            j  4MTool_DK.guide.info                                                             % ;     $5                     #:   !   -                                     	=   ?u   '   ' "
&
"
'   ?                  X       n _ ? _ n           
Multiview            ;  :  9  8  7  6  5  4  3                                                                                                            d    MTool_DK.guide                                                          {        +      x                                                                                                                                                                                                                        T}                                                                                              d    MTool_E.guide                                                             @database "MultiTool II V1.5"

@node MAIN "MultiTool II V1.5  1993 by Boris Jakubaschk"


                             MultiTool II
                                 V1.5
                              08.09.1993
                         - Shareware Version -





             @{"    Informacion   " link Informacion} @{"  Shareware  " link Adresse } @{" Gracias " link Danke}

             @{"    Documentacion                          " link Doc}

             @{" 1. Opciones en la Lista de Commandos      " link Kapitel1}

             @{" 2. Ordenes                                " link Kapitel2}

             @{" 3. Marcar                                 " link Kapitel3}

             @{" 4. Archiv                                 " link Kapitel4}

             @{" 5. Analisis y Accion                      " link Kapitel5}

             @{" 6. Lista del Menu                         " link Kapitel6}

             @{" 7. Configuracion de MTool                 " link Kapitel7}

             @{" 8. Configuracion de tu Pantalla           " link Kapitel8}

             @{" 9. Programas externos en el Menu          " link Kapitel9}

             @{"10. Nota final                             " link Kapitel10}

Note: Unfortunately Jos hasn't got the time any more to keep this manual up
to date. So it's not very useful any more because many things have changed
since V1.5. I put it into the archive anyway - perhaps there's someone who
wants to write a new spanish version? Perhaps in exchange of a keyfile?
@endnode

@node Informacion "Informacion"

INFORMACION DE MTOOL

Multitool es un Shareware programa. Esto signinfica que podeis copiarlo
libremente mientras copies la documentacion y no pidais dinero por el.
El Sourcecode no hace falta que os lo copieis si os hace falta "yo lo
tengo". Sobre las ventajas de esto hablaremos en el capitulo Shareware.

Los siguientes datos deben encontrarse en los siguientes ficheros(Cajones).


       MTool           - El programa
       ENVARC:MTool.prefs
                       - Configuracion
       MTool_D.guide   - Traduccion en Aleman
       MTool_GB.guide  - Traduccion en Ingles
       MTool_E.guide   - Traduccion en Castellano
       Catalogs/deutsch/mtool.catalog
                       - Catalog en Aleman (>=OS2.1)
       Catalogs/espaol/mtool.catalog
                       - Catalog en Castellano (>=OS2.1)
       MTool_D.History - Datos sobre la historia de MTool en Aleman
       MTool_GB.History- Datos sobre la historia de MTool en Ingles
       MTool.DESC      - Pequea documentacion para el uso sobre Mailbox-File
       Localsource/#?  - Catalog-Source para Idiomas

El archivo original de MTool V1.5 contiene el indicador de texto MIndicator
escrito por Andreas Baum (Sunnysoft).

Os quiero recordar que si quereis traspasar MTool a otras personas, deveis
copiarlo tal y como es.

A causas de esto se os permite el uso
- de privado a privado sin interes economico
- el repartimiento y utilizacion sobre Netz (FIDO, FTP) o MAILBOX
- el uso de copiarlo en Discos de Dominio Publico

Si alguna casas de comercializacion en Dominio Publico desea MTool
debera ponerse conmigo en contacto.

La utilizacion de MTool va a riesgo del usuario, no tomo responsabilidad
de daos usados en el sistema o en discos ect...

Tardo un ao en tener MTool a estas alturas, hasta ahora no cusa ningun
dao en el sistema AMIGA, por si encontrarais algun fallo os estaria muy
agradecido en una pequea carta dirigida a mi, dando la esplicacion de los
fallo. "Podeis escribirla naturalmente en Castellano". Pequeos fallos
existentes los encontrareis alistadoe en el fichero MTool.History.


Espero que os guste MTool... 
                            
                       Vuestro Boris Jakubaschk
@endnode

@node Adresse "Shareware"

SOBRE MTOOL

Espero recibir una carta de vuestro lado , si quereis alguna implementacion
o algunas otras cosas que os gusten mas.
MTool es un programa que dia tras dia va creciendo.... ya ue los Modulos
para ensear IFF-Imagenes o Soundplayer, Editores ect.... se van aadiendo
poco a poco.Los ya implementados se utilizan con la Orden de Accion en el
Menu de MTool.Con esto se pueden ver Imagenes en AMIGA FORMAT y tambien
podreis oir canciones,tanto tambien se os enseara los textos en ASCII.
MTool es un programa que con el MENU "REGLAJES" podreis darle la imagen que
mas os guste , por ejemplo texto de havertura , de cajones ficheros ect ect...

Espero que no veiais MTool como concurrencia de DirOpus o SID2 , MTool es
solamente un pequeo programa que espero que pueda hayudar a aquellos que
no tengan un gran monedero y quieran contribuir con una pequea propina para
el Autor.

Si quereis contribuir , estos son los precios....

                    PRECIO VENTA AL PUBLICO

Precio basico programa completo             1500 pts
Informacion sobre MAIL                         0 pts
Update a otra version con KEYFILE            750 pts


           PRECIO VENTA AL ESTUDIANTE O ALUMNO ESCOLAR

Precio basico programa completo             750 pts
Informacion sobre MAIL                        0 pts
1.Update por correos                        300 pts

Personalmente prefiero un envio por correos

Podeis mandar el dinero en efectivo, en Eurocheque o por envio postal.
En cuanto llegue el dinero sereis registrados como USER oficiales de MTool,
Cuando salga una nueva version de MTool se os mandara un Postal o disqueta
en formato AMIGA con las innovaciones o versiones nuevas.Como  ya sabeis
por 500 pts (250 pts) os mandaria la version siguiente la actual es V1.5.
Ruego que estudiantes o Alumnos me envien una fotocopia del carnet de
identidad.

                  ADONDE MANDAR EL DINERO POR VIA POSTAL


                             BORIS JAKUBASCHK
                             Im schle 28
                             78727 Oberndorf
                              - Alemania -


                           
                            POR ENVIO EN CHEQUE


                                 BORIS JAKUBASCHK
                   BANCO:        KREISSPARKASSE ROTTWEIL
                   BLZ  :        642 500 40
                   NR DE KONTO:  953281
                                 ALEMANIA

@endnode

@node Danke "Gracias"

GRACIAS

Sin alluda de algunos colegas MTool no huviese llegado a estar en
donde esta. Por eso desearia dar las gracias a tales persona que me
dieron apollos espirituales en las fases en la que nunca huviese
creido llegar a tal meta. (Hola Erik)....

Gracias a la gente que a contribuido con la compra de MTool, no solo
por el dinero que bien me hace falta ya que solo soy un estudiante si
no tambien en las opiniones y mejoraciones que e podido ir recogiendo
tras cartas de mis USER.


                  GRACIAS A ........................

        JOSE GARCIA               por la traduccion en castellano
        CHRISTOPHER J.ELLERBECK   por la traduccion en Ingles
        ANDREAS BAUM              por MultiIndicator
        STEFAN BOBERG             por el genial LHA
        MATT DILLON               por el C-COMPILER DICE
        JAN VAN DE BAARD          por GadToolsBox
        MARKUS MNIG              por hayudas multiples
        MARKUS NERDING (MAXON)    por RKM Libraries
          
        JENS BNISCH, MATTHIAS HANK, BERND JOHANNES, HARALD SCHNEIDER,
        HOLGER TRAPP y ERIK WENDE en Orden alfabetico por ser mis
        probadores BETA.


        ANDREAS BAUM,ROLF DAMM, MARC DUPONCHEEL, CHRISTOPHER J.
        ELLERBECK, JOSE GARCIA, BRIAN JACOBSON, CHRISTIAN KRENNER,
        REINHARD KUNTER,MARKUS MNIG, MARC NECKER, JOCHEN SCHILLER
        y HARALD SCHULER.

@endnode

@node Doc "Documentacion"

DOCUMENTACION

Por si hasta ahora aun no a trabajado con un programa como MTool o un
otro parecido les habran sonado algunas palabras un poco o bastante-
mente estraas.

Como USER de MTool espero que sepas manejar un poco la Workbench o la
SHELL. MTool se puede dirigir completamente con el raton de mano.


                         ARRANQUE DE MTOOL


Busca el Icono con el dibujito y el Texto de MTool.Tocalo dos veces
y espera a que aparezca delante de ti una nueva ventana.
Ahora veras una pantalla con dos lados,en cada lado se representara
el fichero o datos elegidos por ti.Como podras  observar tendras una
zanja en el medio del programa en donde estaran puestas las ordenes
que quieras hacer por ejemplo copiar o Renombrar ficheros(cajones)
ect....

@endnode

@node Kapitel1 "Opciones..."

1. OPCIONES EN LA LISTA DE COMANDOS

Arriba del todo veras la orden ATRAS con esta orden podras ir hacia
atras uns vez que estes en un fichero o archivo.
Por ejemplo si estas en WB_2.x:Devs/Printers podras regresar a
WB_2.x:DEVS Lo mismo podras tambien lolgrar si apresionas la tecla
izquierda direccional del CURSOR en al centro de tu AMIGA.

Como veras la letra A esta subrrayada con una rraya, esto significa
que apresionando la letra del teclado a podras hacer realizar la
orden. Esto tambien vale para todas las letras que os encontreis
subrrayadas.

Un poco mas habajo te encontraras  con la lista de ficheros o parti-
turas de tu disco duro, tambien con los ASSIGN de tu AMIGA.No te
asustes si al principio no ves la disquetera df1: o df2: ect, estas
seran reconocidas en el momento que introduzcas una disqueta en la
disquetera.

@endnode

@node Kapitel2 "Ordenes..."

2. ORDENES

COPIAR, MOVER, BORRAR, RENOMBRAR, HAZDIRECTORIS(FICHEROS) ect...

{b}Ten cuidado con los tres primeros cajones{bo}, por que son un arma muy
potente

"COPIAR"
Con la orden Copiar podras copiar el contenido que hallas selecciona y 
este en un distinto color a el resto, copiar significa que los datos 
originales se te quedaranen el lugar de partida se quedqran intactos, 
solamente haras una copia de tales.


"MOVER"
Con la orden de Mover barraras los datos elegidos del lugar de par-
tida y se te seran copiados en otra parte.


"BORRAR"
La eliminacion total de los datos que hallas marcado. Piensatelo bien
porque estos datos no pueden volver a recuperarse. Cada vez que MTool
empieze a borrar saldra una ventana preguntandote si estas seguro, si
no tienes ganas de hacerle caso aprieta simplemente la tecla de
RETURN.
Si deseas ver lo que hace tu AMIGA observa la ventana con mas aten-
cion, en ella podras ver varios cajoncitos donde podres hacer en-
searte todo lo que hace tu AMIGA en el momento de Borrar.Podras
decirle que te borre datos por datos o que te borre todo lo que has
elegido de un golpe, te enseara la largura de los datos en BYTES,
la VERSION y la fecha.


"RENOMBRAR"
Renombra es una orden no peligrosa,con esta orden podras renombrar
datos o ficheros dibujos y todo lo que veas en las ventanas y hallas
seleccionado..


"HAZDIR"
Von esto podras hacer un cajon(fichero) en la parte que estes. Te
saldra una ventana pidiendote el nombre del nuevo fichero.


RECUERDA QUE TODAS LAS ORDENES QUE VEAS SUBRRAYADAS TAMBIEN PODRAS
HACERLAS EJECUTAR CON EL TECLADO .

EJEMPLO: MOVER La M esta subrrallada asi que aprieta la m

@endnode

@node Kapitel3 "Marcar..."

3. MARCAR

Como veras te va a resultar algo pesado tener que marcar dato por
dato, por eso me he pensado he introducido la orden de TODO, con esto
podras marcar de una vez todo lo que este en el fichero. O con NADA
lograras lo contrario.

MASCARA

Con esto podras seleccionar los datos con determinaciones.

EJEMPLO:

Haz realizar la orden de Mascara, tesaldra una ventana, pon #?.info
y luego un RETURN Ahora seran solamente seleccionados los datos que
acaben con .info.

@endnode

@node Kapitel4 "Archiv"

4. ARCHIV

Son datos que estan en forma comprimida, por ejemplo estos que son
trasmitidos por DF .Mtool es capaz de comprimir y decomprimir datos
con el programa LHA, este devera estar asignado en la prefs de MTool.
Pero sobre todo esto hablaremos mas tarde.

Si quieres comprimir o decomprimir haz los mismos pasos como si fueras
a copiar o a renombrar.Entonces te saldra una ventana en la que veras
.lha pon delante de esto el nombre que quieras darle a tus nuevos
datos.


EJEMPLO: Datos en nombre original           TODAY
         Como ponerlo en la ventana de LHA  TODAY.lha
         TODAY no estara comprimido, sin embargo TODAY.lha 
         estara en un tamao mas reducido y en el formato 
         de lha.

Una pequea introduccion en MTool y LHA, con LHA podras comprimir
datos de diversos tipos en forma de LHA.MTool reconocera automatica-
mente que se tratan de datos en tamao LHA.
Imaginate que tengas una disqueta en Formato AMIGA, y en ella tengas
datos comprimidos en LHA.MTool reconocera los datos automaticamente,
y al traspasarlos a tu disco duro con la orden de COPY los decompri-
mira. Tambien podras comprimir varios datos en un solo.

@endnode

@node Kapitel5 "Analisis y Accion"

5. ANALISIS y ACCION

Con la orden de ANALISIS podra MTool darte informaciones sobre los
datos que  hallas elegido, por ejemplo tamao o que clase de datos
son.
Con ACCION podras hacerlo ejecutar por ejemplo si los datos son IFF,
podras ver las imagenes directamente desde MTool, esto solamente
funcionara si MTool esta correctamente instalado, de esto hablaremos
en el CAPITULO 7. ACCION tambien podras realizar si eliges los datos
y aprietas dos veces consecutivas con el raton.

@endnode

@node Kapitel6 "Lista del menu"

6. LISTA DEL MENU

Con el MENU podras configurar MTool de tal forma que sea tu programa
individual, podras con los reglajes cambiar los FONTS(Letras), podras
hacer ejecutar pogramas desde MTool,podras elegir Pantallas ha tu
gusto esto solamente podras hacerlo con la Version WB2.0.Los REGLAJES
que hallas asegurado podras cambiarlos .


PANTALLA CUSTOM Podras cambiara la pantalla de MTool a la pantalla de
la WB2.0 o a una otra pantalla de tu gusto.

ARRANQUE RRAPIDO con esto podras inpedir que siempre que quieras
copiar datos de un lado a otro te salga la ventana.

EJECUTAR OTROS PROGRAMAS DESDE MTOOL "mira en el CAPITULO 7"

@endnode

@node Kapitel7 "Configuracion de MTool"

7. CONFIGURACION DE MTool

Asegurate que as copiado MTool.prefs en el fichero WB_2.x:PREFS/
ENV-ARCHIVE EN la MTool.PREFS seran todas tu configuraciones asegura-
das, y de hai leera tambien la configuracion.


EJECUTAR PROGRAMAS DESDE MTOOL
Estos programa seran ejecutados desde la ventana ACCION.
Un EJEMPLO: 

        ????   : ED       con este sintax no podra MTool hacer
                          nada ya que le falta el sintax.

        ASC  sys:c/ED "%s" Asi ya cambia la cosa.Las tres primeras
                          letras le indica que tiene que vuscar
                          el indax de ASC, si lo encuentra entonces
                          vuscara en sys dirigiendose al fichero c:
                          par ejecutar a ED.Con el sintax de "%s"
                          pondra el nimbre de los dato elegidos
                          automaticamente y asi se e habrira ed con
                          tus datos en ASC.
                          Como podras imaginar podras tambien hacer
                          que otro programa te haga esto


POR EJEMPLO:   ASC  WORK:GOLDED/GOLDED "%"


                        
                     LLAVES CLAVES


       ????  Datos de tipo no reconocido
       ASC   Datos de tipo ASC
       HXED  EDITOR de FILE sera llamado dese la orden ANALISIS
       LHAx  LHA-Orden para decomprimir
       LHAa  LHA-Orden para comprimir
       LHAd  LHA-Orden para borrar
       LHAl  LHA-Orden para ensearte los datos

       con estos parametros podras hacer que LHA ejecute su trabajo

       LHAx FH0:XCli/LHA -r -a x "%s" @T:MT_Temp "%s"
       LHAa FH0:XCli/LHA -r a "%s" @T:MT_Temp
       LHAd FH0:XCli/LHA d "%s" @T:MT_Temp
       LHAl FH0:XCli/LHA >T:MT_Temp -N vv "%s"

       WORK:LHA solamente es un ejemplo en donde se puee encontrar
       LHA. Mira primero donde se encuentra y cambia esto de tal
       forma que lo encuentre. POR EJEMPLO c:LHA


                  OTRAS CLAVES

       TYPE Control de arranque por nombre propio0
       FILT Control de arranque en FORM
       HFIL Control de arranque en HEX



EJEMPLO: 

Imaginate que tengas un dibujo en Formato iff-AMIGA, como podras
hacer que  MTool te ensee el dibujo.primero asegurate de que tengas
un enseador de dibujos,pej. "View24". Arranca MTool,indica o sealiza
el dibujo en forma iff, luego ves a la orden de ANALISIS y llama el
EDITOR. Se abrera el EDITOR y veras un monton de cosas raras,veras los
datos en HEX-FORM, fijate bien en el primer renglon del lado derecho,
veras como pondra "FORM['['ILBM",esto da a entender al AMIGA de que
los datos tratan de ser un dibujo en forma iff(ILBM). Ahora apuntate
lo que exactamente te pone en una hoja de papel.
Por ejemplo "FORM    ILBM", luego habre la prefs de MTool.

        Aade el renglon siguiente.
        
        FILT 'FORM????ILBM'DIBUJO - IFF'WB_2.x:Tools/View24 "%s"

        Que significa todo esto.
         FILT da lainformacion que si encuentra los datos que siguen
              despues de ' realizara lo siguiente. Los datos no
              estaran en HEX.

         'FORM????ILBM' Esto es lo que debe encontrar MTool en los datos
                        para luego realizar la orden siguiente.
            
                 FORM : es de la forma que enpiezan los datos en no forma 
                        HEX
                 ???? : en la malloria los datos despues de FORM varian
                        ya que los dibujos no son iguales, asi que le
                        decimos a MTool que sea lo que sea los tome.
                 ILBM : viene despues de los datos variados,y esto da 
                        a entender de que se tratan de dibujos en forma
                        IFF-AMIGA.

            DIBUJO-IFF: Este comentario de Texto podras cambiarlo a tu
                        gusto,esto se te sera enseado en cuando des la
                        orden de ANALISIS.

         WB_2.x:Tools : Eston son los ficherosen donde debera de buscar
                        el programa elegido.Piensa que aqui tendras que
                        poner el tullo. ASI QUE MIRA PRIMERO EN DONDE
                        TIENES UN INDICADOR DE IMAGENES-IFF.

               VIEW.24: Es el program que utilizo para ver los dibujo.
                        AQUI TENDRAS QUE PONER EL TULLO.

                 "%s" : Con esta Orden aadira el nombre del dibujo que
                        hallas elegido en la ventana de MTool.

        Una vez haya MTool reconocido esto,la prueva la tendras en cuanto
        elijas un dibujo en Forma iFF,da la orden de ANALISIS y en la
        orden te saldra DIBUJO-IFF.

 
                             PUNTO FINAL A ESTO

Esto a sido solamente un pequeo ejemplo dandote la oportunidad para
conocer a MTool, aun tienes mas claves.Aqui unas cuantas variaciones.

      F  Hace que no te salga una ventana pidiendote la anotacion de
         los datos que quieras trasmitir.

      f  para comparar datos entre una y otra ventana

      S  se te habrira una ventana preguntandote por los datos.
         POR EJEMPLO "PROTEC" se habrira una ventana donde deberas
         poner RWED.

      N  Escribira los datos en alistamiento

      L  Escribira los datos en alistamiento y ficheros

      D  solo reconocera orden de palabras

      d  reconocera orden mas ficheros

@endnode

@node Kapitel8 "Configuracion de tu Pantalla"

8. CONFIGURACION DE TU PANTALLA

Como veras tambien podras cambiar los FONTS(letra) para MTool sobre
la MTool.prefs. Las LLAVES CLAVES son las siguientes.

       SCRw  Anchura de la pantalla
       SCRh  Altura de la pantalla
       SCRm  Mode de pantalla en foma de numero
             EJEMPLO: 0x19000 : NTSC HIRES 
                      0x19004 : NTSC HIRES INTERLACE
                      0x29000 : PAL  HIRES
                      0x29004 : PAL  HIRES INTERLACE

       SCRt  Por pantalla CUSTOM, esto te permite que MTool se acople
             a la pantalla de la WB_2.X.

       FNGm  Letra que usa para los cajones
       FNGs  Tamao de la letra
       FNLn  Letra que usa para los ficheros
       FNLs  ADIVINA ..... 1.2.3....
       CMod  Modo de copiar, esto es mejor que dejes que te lo haga
             MTool desde los REGLAJES, para despues asegurarlo desde
             alli.

            
       ESTOS SON SOLO PARA CUANDO UTILICES MTool EN LA WB
       WNDx  distancia del lado izquierdo
       WNDy  distancia de arriba
       WNDw  anchura
       WNDh  altura


A proposito lo que aqui llammos una pantalla de CUSTOM es en realidad
una pantalla de tipo Publicscreen (MTOOLSCREEN). Vale la pena que no
cambies manualmente los datos, ya que MTool te enseara las pantallas
en los reglajes, y desde hai podras elegirlas.

@endnode

@node Kapitel9 "Programas externos en el Menu"

9. PROGRAMAS EXTERNOS EN EL MENU

En le MENU tendras diez espacios en donde podras poner tus programas
preferidos. Cada renglon empieza con la LLAVE CLAVE seguido de un
comando todo esto esta comentado en los capitulos hanteriores. Si
tienes aun dificultades habre la MTool.prefs y mirate los ejemplos.

@endnode

@node Kapitel10 "Nota final..."

10. NOTA FINAL

Espero que te halla podido haber halludado con la breve documentacion
de MTool. No he tenido mas tiempo para todo esto por la mayor parte
de mi tiempo siempre estoy con prisas, me alegraria un monton si le
mandas una carta a Boris sobre la opinion de MTool, ya que Boris a
trabajado duramente en esto no pienses que un ao es poco tiempo.
Mira si puedes se lo mandas en ingles y si no en castellano vale.
Estoy agradecido a BORIS por haberme dejado participar en un program
tan completo como MTool.

                      Jose Garcia......
@endnode
                                                                                                                                                                                                                                                                                                       j  4MTool_DK.guide.info                                                               H      x/                                                                                                                                                                                                                                                            d    MTool_F.guide                                                           @database "MultiTool II V2.1"

@node MAIN "Manuel pour MultiTool II V2.1  1993 par Boris Jakubaschk"


                                MultiTool II
                                    V2.1
                                 05.02.1994
                           - Versoin Shareware -

                                   MANUEL



             TABLE DES MATIERES :

             @{"    Pour ceux qui ne lisent jamais les manuels...  " link NoDocs}

             @{" 1. Introduction                                   " link Intro}

              @{"  1.1 De la lgalit... " link Legal} @{"  1.2 Shareware         " link Share}
              @{"  1.3 Remerciements     " link Thanks}

             @{" 2. Installation                                   " link Install}

             @{" 3. Prfrences                                    " link Prefs}

              @{"  3.1 En gnral        " link PR_general} @{"  3.2 Programmes        " link PR_progs}
              @{"  3.3 Menus             " link PR_menu} @{"  3.4 Icnes            " link PR_icon}
              @{"  3.5 Types de donne   " link PR_types} @{"  3.6 Liste des devices " link PR_devs}
              @{"  3.7 Liste des actions " link PR_action} @{"  3.8 Modes des devices " link PR_modes}

             @{" 4. Utilisation de MTool                           " link Usage}

              @{"  4.1 Liste de fichiers " link US_dirs} @{"  4.2 Copier, Effacer..." link US_copy}
              @{"  4.3 Selections        " link US_select} @{"  4.4 Archives          " link US_archiv}
              @{"  4.5 Analyse / Action  " link US_analyze} @{"  4.6 Menus             " link US_menu}
              @{"  4.7 Icnes            " link US_icon} @{"  4.8 Autres options    " link US_rest}

@endnode

@node NoDocs "Pour ceux qui ne lisent jamais les manuels..."

... Je vais brivement insister sur certains points importants. Ou sinon
je vais devoir rpondre aux mmes questions encore et encore !

- MTool est shareware. Si vous l'utilisez frquemment, vous devriez
payer 15$US pour l'enregistrement. Vous aurez alors droit  un fichier
cl qui liminera toutes les limitations de MTool, et pour toutes les
futures versions galement.

- Vous pouvez donner MTool  qui vous voulez si vous ne demandez pas
d'argent pour cela.

- La premire ligne de chaque liste de fichiers est affiche en gras car
vous pouvez utiliser les touches du curseur pour contrler les listes de
fichiers. L'entre montre en gras est utilise comme un curseur.

- L'apostrophe inverse ("`", en dessous de ESC) fait cycler le gadget
de la liste des devices vers une autre liste (configurable).

- Pressez Espace pour changer la liste des fichiers active.

- Il y a des gadgets "Parent" invisibles sur la gauche et sur la droite
des bords de la fentre.

- "Cacher" dans le menu "Projet" ferme la fentre de MTool. Celle-ci se
rouvre en pressant la "hotkey" Ctrl-Alt-"<".

        Si vous n'avez pas compris un seul mot de tout ceci, vous
devriez considrer la lecture complte de ce manuel ;-)

@endnode

@node Intro "Introduction"

1. Introduction :

        Bienvenue  MultiTool II V2.1 !

        MTool est un outil qui vous aidera  grer vos disquettes et vos
disques durs : installer des programmes, changer l'organisation de vos
donnes ou effacer des fichiers.

        De tels programmes sont souvent appels utilitaires DOS ou
utilitaires de rpertoires. Il fonctionnent tous de la mme faon : il y
a deux listes qui chacune affichent un rpertoire. Vous pouvez
slectionner les fichiers et les sous-rpertoires dans ces listes et
effectuer des actions sur eux  travers des gadgets spciaux : copier,
effacer, voir une image, etc.

        MTool offre des possibilits supplmentaires qui le
diffrencient de la plupart des autres utilitaires DOS :

- L'affichage laisse autant de place que possible pour les listes de
fichiers ;
- Les gadgets d'action sont entre les listes de fichiers.
Comparativement aux autres programmes, il y a beaucoup moins de gadgets
mais avec beaucoup plus de fonctions complexes ;
- Une autre liste au-dessus des gadgets d'action peut cycler entre
diffrentes listes optionnelles. Ceci peut tre utilis pour
slectionner le device courant ou pour excuter des actions spciales
dfinies par l'utilisateur ;
- J'ai programm en respectant le "guide du style de l'interface
utilisateur". MTool ncessite l'OS3.0 (V37.xx). Les OS plus rcents sont
dtects et utiliss (i.e. localisation avec l'OS2.1, pointeur systme
occup avec l'OS3.0) ;
- Malgr toute sa complexit, MTool peut tre install et configur trs
facilement. Il y a un diteur de prfrences o vous pouvez dfinir tout
 l'aide la souris.

        J'espre que MTool vous sera utile et vous aidera  grer vos
donnes

                                            Boris Jakubaschk

@endnode

@node Legal "De la lgalit..."

1.1 Problmes de lgalit :

        L'auteur ne peut tre tenu responsable pour l'adquation et la
prcision de ce manuel et/ou du programme qu'il dcrit. Tout dommage,
direct ou indirect, caus par l'utilisation ou la mauvaise utilisation
de ce manuel et/ou de ce programme qu'il dcrit, est de la seule
responsabilit de l'utilisateur lui-mme.

MultiTool II,  Copyright 1992 Boris Jakubaschk. Tout droit rserv.

        Ce programme est SHAREWARE, donc si vous l'utilisez frquemment,
vous devriez payer un prix d'enregistrement de 15$US (voir prochain
chapitre pour les dtails). Ce programme peut tre librement distribu
aussi longtemps que toute sa documentation et les excutables demeurent
inchangs et sont inclus dans la distribution. Aucun profit ne peut tre
fait en vendant ce programme.

        Vous pouvez cependant :

- donner MTool  vos amis ;
- le dposer dans toute bote aux lettres lectroniques ou rseau o
les utilisateurs n'ont pas  payer pour la rcupration (FIDO, FTP) ;
- l'inclure dans toute collection DP non commerciale.

        Les fichiers suivants doivent tre prsents avec MTool :

MTool            - le programme lui-mme
MTool.info       - son icne
MTPrefs          - l'diteur de prfrences
MTPrefs.info     - son icne
ENVARC/MTool/MTool.Prefs
                 - exemple de fichier de configuration
Catalogs/#?      - fichiers catalogues pour diffrents langages (OS2.1+)
MTool_x.guide    - ce manuel, le "x" indique le langage
MTool_x.history  - historique de MTool
MTool_x.desc     - courte description pour les listes de fichiers des
                   botes aux lettres lectroniques
Localesource/#?  - les sources des fichiers de localisation vous
                   permettant de faire vos propres catalogues

        Dans l'archive originale de MTool, j'ai aussi inclus le
visualiseur de texte/hexadcimal MI crit par Andreas Baum (Sunnysoft).
Il est install en mme temps que MTool si vous utilisez le script
installer. Vous pouvez redistribuer les deux programmes (MI et MTool)
sparment si vous le voulez.

        Tous les fichiers doivent tre redistribus inchangs !

        Si vous tes capable de traduire les fichiers de localisation
pour MTool dans une autre langue, s'il vous plat faites-le et
envoyez-moi le rsultat. Les fichiers sources pour la localisation
peuvent tre trouvs dans "Localesource/...". S'il vous plat, traduisez
seulement le contenu de MTool_d.ct. Mtool.cd doit rester inchang.

        MTool a t dvelopp sur une priode de un an et ne devrait
plus contenir de bug srieux. Bien sr, aucun gros programme n'est
absolument dpourvu de bug. Aussi, j'apprcierais que vous me rapportiez
tous les bugs que vous rencontrez. C'est la seule faon que j'ai de les
corriger !

Ecrivez-moi  :              Boris Jakubaschk
                             Klauprechtstrae 1
                             76137 Karlsruhe
                             Germany
ou envoyez-moi du courrier : E-mail  Boris@alice.tynet.sub.org
                             Fido    Boris Jakubaschk, 2:246/1115.2
@endnode

@node Share "Shareware"

1.2 Shareware :

        Cette version de MTool est limite. Ses fonctionnalits sont
rduites par une requte "Enregistrez-vous s'il vous plat". En plus,
quelques unes des nouvelles possibilits sont visibles sans que vous
puissiez les utiliser :

- Il y a une requte au dpart. Vous devez attendre jusqu' ce que
l'escargot ait travers la fentre ;
- La cration automatique d'icne a t dsactive ;
- Les actions sur les fichiers  l'intrieur des archives sont
dsactives ;
- La fentre d'application (possibilit de dplacer des icnes vers la
fentre de MTool) n'est pas oprationnelle.

        Si vous tes un utilisateur enregistr, je vous enverrai un
fichier cl. Il supprimera toutes les limitations de cette version dmo.
Ce fichier cl marchera galement avec toutes les futures versions de
MTool.

        S'il vous plat, aidez-moi  continuer le dveloppement de MTool
en envoyant les frais d'enregistrement.

        Le prix est actuellement de 15$. Aucune exception (Hum, si vous
tes au chmage avec plus de 5 enfants  charge, je pourrais y
rflchir...).

        Vous pouvez payer un prix quivalent dans d'autres monnaies.
Quand l'argent arrive, le fichier cl est envoy "uuencod" par courrier
lectronique, ou alors je vous envoie une disquette contenant ce fichier
cl.

        Je prfre recevoir de l'argent liquide. Je sais qu'il existe un
risque d'envoyer de l'argent dans des lettres, mais c'est le moyen le
plus facile pour moi de le changer en DM. Les Eurocheques (en DM !) sont
aussi accepts. Les autres types de chques sont trs couteux 
encaisser.

    Envoyer l'argent  :
            Boris Jakubaschk, Im schle 28, 78727 Oberndorf
            Germany
            (These registrations are processed by my sister. If you
            want to get a personal reply by me, send your registration
            to (becomes valid at March 1995):
            Boris Jakubaschk, Klauprechtstrae 1, 76137 Karlsruhe)
@endnode

@node Thanks "Remerciements"

1.3 Remerciements :

        MTool a t dvelopp avec l'aide de beaucoup d'amis et d'autres
personnes qui m'ont envoy des rapports de bugs et des suggestions.
Merci !

        Ces personnes sont :

  - Ceux qui ont traduit les catalogues et/ou le manuel :
     Christopher J. Ellerbeck (anglais, V1.5)
     Arian T. Kulp (anglais, V2.0)
     Mikael Silfver (catalogue audois)
     Johan Billing (manuel audois, V2.1)
     Thorkild Stray (norvgien)
     Adam Sjgren (catalogue danois)
     Volker A. Graf (manuel danois, V2.1)
     Pascal Aubert (catalogue franais)
     Lionel Vintenat (manuel franais, V2.1)
     Marco Mellia (italien)
     Vlado Saffa (slovaque)
     Osma Ahvenlampi (suomi)
     H. Huisman (manuel hollandois)
     Rembrandt de Witt (catalogue hollandois)
     Ali Kauffeld-Kars (hollandois, V2.1)

  - Andreas Baum pour son MultiIndicator;

  - Stefan Boberg pour LHA ;

  - Matt Dillon pour le compilateur C DICE ;

  - Holger Trapp pour son icne "MagicWB" pour MTool ;

  - Klaas Hermanns pour FileX ;

  - Stefan Becker pour Toolmanager, et la permission de dupliquer
    l'interface utilisateur de son diteur de prfrences ;

  - Jan van den Baard pour GadToolsBox ;

  - Markus Mnig pour avoir rsolu bien des problmes au dbut ;

  - Markus Nerding (MAXON) pour m'avoir envoy les bibliothques RKRM ;

  - Andreas Baum, Jens Bnisch, Matthias Hank, Bernd Johannes,
    Harald Schneider, Mikael Silfver, Holger Trapp and Erik Wende (par
    ordre alphabtique), mes beta-testeurs ;

  - Johan Billing, Rolf Damm, Marc Duponcheel, Christopher J. Ellerbeck,
    Jos Garcia, Jan Holler, Brian Jacobson, Christian Krenner,
    Reinhard Kunter, Markus Mnig, Marc Necker, Robert Peter Poole,
    Jochen Schiller, Harald Schuler, Thorkild Stray und Gregor
    Wenkelewsky, qui m'ont aid avec leurs rapports de bugs et leurs
    suggestions.

@endnode

@node Install "Installation"

2. Installation :

        Dans la distribution standard de MTool, vous trouverez un script
d'installation pour installer rapidement et facilement MTool sur votre
systme. Il ncessite l'outil "Installer" de Commodore. Si vous ne
l'avez pas, ou voulez installer MTool manuellement, s'il vous plat,
suivez ces directives :

- Faites un rpertoire pour les fichiers de prfrences :

  MAKEDIR ENVARC:MTool

        Si vous tes dj enregistr  MTool, vous devriez copier votre
fichier cl dans ce rpertoire.

- Choisissez un rpertoire pour le programme principal ou crez-en un.
Copiez "MTool" et "MTool.info" dedans. Si vous prfrez faire les choses
 partir du Workbench, dplacez juste l'icne de MTool dans le rper-
toire souhait.

- Vous pouvez copier "MTPrefs" et "MTPrefs.info" dans un rpertoire qui
se trouve dans la liste des chemins du systme, par exemple SYS:Tools.
Alternativement, vous pouvez copier ces fichiers dans SYS:Prefs. Les
noms doivent alors tre changs en "MTool" et "MTool.info". Les
utilisateurs du Workbench dplacent juste l'icne de MTPrefs dans le
tiroir Prefs et le renome en "MTool" (slectionner Icne/Renommer depuis
le menu).

- Si vous utilisez l'OS 2.1 ou suprieur, vous devirez copier le
rpertoire "catalogs" vers "Locale:catalogs". Tous les textes sont alors
affichs dans la langue courante.

- Les fontes, les manuels et les sources des catalogues ne sont pas
ncessaires pour le bon fonctionnement de MTool mais probablement trs
utiles.

- Maintenant, redmarrez votre Amiga ou copier le contenu de
ENVARC:MTool vers ENV:MTool. Vous pouvez maintenant commencer 
configurer MTool avec MTPrefs.

@endnode

@node Prefs "Prfrences"

3. Prfrences :

        Vous devriez faire quelques adjustements simples avant
d'utiliser MTool pour la premire fois. Pour faire cela, s'il vous plat
demarrez le programme MTPrefs d'abord.

        Une fentre s'ouvre avec une grosse liste dedans. Au-dessus de
la liste il y a un gadget cycle vous permettant de choisir quels
lments seront affichs dans la liste. D'abord, vous devriez regarder
"Divers". C'est ici le bon point de dpart.

        Sur la gauche, vous voyez quelque gadgets pour la manipulation
des entres de la liste individuellement. Ils sont dsactivs pendant
que vous ditez les prfrences "Divers".

        Les trois gadgets en bas de la fentre sont utiliss pour
quitter le programme. Si vous choisissez "Sauve", vos prfrences seront
sauvegardes pour toujours, "Utilise" les rendra valides jusqu'au
prochain "reset" et "Annule" quittera simplement l'diteur de
prfrences sans rien changer.

        Si vous double-cliquez sur une entre dans la liste ou si vous
la slectionnez et cliquez ensuite sur "Edite", une autre fentre
s'ouvrira. Il vous demandera les prfrences adquates.

@endnode

@node PR_general "Divers"

3.1 Divers :

Chemins :

- Position LHA  : Entrez le chemin et le nom du programme LHA sur votre
                  systme. Si LHA est prsent dans la liste des chemins
                  du systme (par exemple dans C:), "LHA" sera suffisant
                  dans ce cas. Si vous n'entrez pas l'emplacement de
                  LHA, MTool ne sera pas capable de traiter les
                  archives.
- Def. Chemin 1 : MTool peut afficher deux rpertoires dans ses listes
                  de fichiers au dmarrage. Vous pouvez dfinir le
                  rpertoire pour la liste de fichiers de gauche ici.
- Def. Chemin 2 : Pareil qu'au dessus pour la liste de fichiers de
                  droite.
- Icne tiroir  : Plus tard dans ce document, nous discuterons de la
                  manire de gnrer des objets icne. Ici vous pouvez
                  choisir l'objet icne que MTool utilisera pour les
                  tiroirs. Pour maintenant, vous ne pouvez pas dfinir
                  cet objet icne pour les tiroirs car il n'y a pas
                  d'objet icne dfini.

Ecran & Drapeaux :

- Type d'Ecran  : Choisissez si MTool ouvrira sa fentre sur l'cran du
                  Workbench, sur un cran publique, ou sur un nouvel
                  cran.
- Nom Ecran     : Si la fentre de MTool ne s'ouvre pas sur l'cran du
                  Workbench, vous pouvez entrer le nom de l'cran qu'il
                  crera.
- Plein Ecran   : Si slectionn, MTool utilise la pleine taille de
                  l'cran sans gadget de changement de taille. Cela ne
                  marche pas avec l'cran du Workbench.
- AutoDir       : Avec AutoDir slectionn, MTool dtecte tous les
                  changements de disquettes et met  jour les listes d
                  fichiers si ncessaire.
- Fermer=Cacher : Normalement MTool quitte si vous fermez sa fentre. Si
                  vous slectionnez cette option, MTool "s'endormira" si
                  vous fermez sa fentre (mais il reste en mmoire). Il
                  peut tre rouvert en pressant sa "hotkey"
                  (Ctrl-Alt-<). Cette hotkey peut tre configure 
                  l'aide des types d'outil de MTool.
- Longueur, ... : Celui-ci et tous les autres gadgets sont utiliss pour
                  dfinir les options de copie, de dplacement et
                  d'effacement des fichiers. Ces gadgets sont dans le
                  mme ordre dans la requte de copie de MTool. Il sont
                  dcrits avec plus de dtail au chapitre 4 de ce
                  manuel.

Mode Ecran :

        Une requte du mode cran s'ouvre. Vous pouvez entrer la
rsolution, le nombre de couleurs, et le mode d'affichage de MTool si il
est configur pour ouvrir son propre cran.

Dimension de la fentre :

        Une fentre vide apparat. Vous pouvez la dplacer et changer
sa taille comme bon vous semble. Quand le rsultat est  votre got,
fermez simplement cette fentre. A partir de maintenant, MTool ouvrira
sa fentre de la mme taille et  la mme position.

Fonte pour les Gadgets :

        Vous pouvez slectionner le nom et la taille de la fonte qui
sera utilise pour les gadgets.

Fonte pour les Listes :

        Pareil qu'au-dessus pour les listes (que des fontes non
proportionnelles).


        Si vous avez suivi le manuel squentiellement jusqu'ici, et si
vous avez essay chaque chose dans le programme, vous devriez sauver
votre configuration maintenant ("Sauve") et dmarrer MTool. Ses
fonctions sont dcrites dans @{"Chapitre 4" link Usage} de ce manuel. Les sous-chapitres
suivants dcrivent des prfrences plus avances. Elles n'auront aucun
sens avant que vous n'utilisiez MTool.

@endnode

@node PR_progs "Programme"

3.2 Programme :

        Si vous cyclez "Type d'Objet" de "Divers" vers "Programme", vous
verrez d'abord que les gadgets sur la gauche ne sont maintenant plus
dsactivs. Vous pouvez les utiliser pour ajouer de nouvelles entres
dans la liste, pour en enlever, pour en dplacer vers les haut et vers
le bas de la liste, ou pour en copier. Vous pouvez trier la liste
complte par ordre alphabtique.

        Faites une nouvelle entre en slectionnant "Ajoute".
Slectionnez la nouvelle entre et changez son nom (par exemple en
"Protection bits") en tapant le nom dans le gadget chane sous la liste.

        Maintenant cliquez sur "Edite". Il y a une requte avec le nom
de l'objet dans le gadget chane le plus en haut. Vous pouvez changer le
nom de l'objet avec. La glissire en dessous du gadget chane peut tre
utilis pour slectionner toutes les entres de la liste pour les
changer :

Programme   : Chemin et nom du programme.
Paramtres  : Entrez ici les arguments du programme. Les arguments fixes
              (c'est--dire les options) sont crits exactement comme
              vous le feriez dans un shell. Les arguments variables
              comme les noms de fichier ou les chemins sont remplacs
              par un "%s" (guillemets inclus).
Df.Param.1 : Ici vous pouvez dterminer ce qui sera utilis pour
              remplacer le premier "%s" dans la chane des paramtres.
Df.Param.2 : Pareil pour le second "%s".
Df.Param.3 : Pareil pour le troisime "%s".


        Je sais que cette mthode de dfinition des objets programme
n'est pas facile  comprendre. Peut-tre quelques exemples aideront :

1. Protection bits :

Programme   : C:Protect
Paramtres  : "%s" %s
Df.Param.1 : Nom Fichier Soure
Df.Param.2 : Requte
Df.Param.3 : Aucun

        Si l'objet programe est appel (comment faire cela sera expliqu
plus tard), il y aura une requte vous demandant d'entrer un argument.
Votre entre remplacera le premier %s dans la chane des arguments.
MTool crera maintenant une commande pour chaque fichier dans la liste
de fichiers active. Il remplacera  tour de rle le second "%s" avec
chacun des noms de fichier slectionns. Si par exemple, vous avez
slectionn les fichiers "startup-sequence" et "user-startup" dans votre
tiroir S:, alors appelez cet objet programme et tapez +S dans la chane
de la requte. MTool crera et excutera alors les commandes suivantes :

  C:Protect "S:user-startup" +S
  C:Protect "S:startup-sequence" +S


2. Editeur :

Programme   : SYS:XCli/EDC
Paramtres  : "%s" -Sticky
Df.Param.1 : Nom Fichier Source
Df.Param.2 : Aucun
Df.Param.3 : Aucun

        Cet exemple montre comment appeler CygnusEd depuis MTool. Si
vous oubliez "-Sticky", vous pouvez utiliser ce genre d'objet pour plein
d'autres programmes, comme un afficheur d'images, un joueur de modules,
un moniteur de fichiers...


3. Copier :

Programme   : C:Copy
Paramtres  : "%s" "%s"
Df.Param.1 : Nom Fichier Source
Df.Param.2 : Chemin Destination
Df.Param.3 : Aucun

        Ceci est une alternative au gadget "Copier" de MTool. Il a peu
de sens dans cette exemple, mais c'est un bon exemple du concept d'objet
programme dans MTool.

@endnode

@node PR_menu "Menu"

3.3 Menu:

        le contenu de cette requte est sans grande surprise. Il y a
seulement deux nouveaux gadgets :

Raccourci : Touche qui doit tre utilise (avec la touche Amiga droite)
            pour appeler l'objet programme dfini ci-dessous.
Programme : Objet programme appel par cette entre du menu.

        Les noms des objets sont utiliss comme entres dans le menu
"Outils" de MTool.

Exemple :

Nom d'objet: Copier Fichiers
Raccourci  : Y
Programme  : Copier

        Ceci cre une entre "Copier Fichiers" dans les menus. Le
raccourci clavier est montr sur le bord droit du menu. Si vous
slectionnez l'entre du menu, l'objet programme "Copier" est appel.

@endnode

@node PR_icon "Icne"

3.4 Icone :

        Ceci ouvre simplement une requte de fichiers. L vous pouvez
slectionner un fichier icne  utiliser pour le nom courant.

Exemple :

Nom d'objet : Tiroir
Icne       : SYS:System.info

        "System.info" est un symbole de tiroir. Vous pouvez utiliser cet
objet pour dfinir une icne  vos tiroirs (voir divers->chemins).

@endnode

@node PR_types "Type de fichier"

3.5 Type de Fichier :

        Ceci est une des trs grosses possibilits de MTool, donc par
consquent un peu complique. Vous devez donner  MTool un moyen
d'identifier les diffrents fichiers. Plus tard, vous pourrez dire 
MTool quoi faire avec.

        Le gadget "Reconnu"  droite est utilis pour slectionner un
mode d'examen :

- Filtre      : La chane de reconnaissance est utilise comme un motif
                du DOS et compare avec le nom du fichier  tester.
- ASC-Filtre  : La chane de reconnaissance est compare octet par octet
                avec les octets du dbut du fichier. Les points
                d'interrogation dans la chane sont des jokers.
- HEX-Filtre  : Tous les deux caractres de la chane de reconnaissance
                sont utiliss comme un octet hexadcimal et ce dernier
                est compar avec un octet du fichier. Vous pouvez l
                aussi utiliser des points d'interrogation comme jokers.
- ASCII Texte : MTool teste si le fichier est un texte ASCII. La chane
                de reconnaissance n'est dans ce cas pas utilise.
- Inconnu     : Les objets avec cette entre sont appels seulement si
                aucun autre type de fichier ne convient. La chane de
                reconnaissance n'est dans ce cas pas utilise.

        Il y a trois utilisation  la reconnaissance des types de
fichier :

- MTool peut afficher le type d'un fichier si vous slectionnez
  "Analyse".
- MTool peut excuter un objet programme appropri pour un fichier si
  vous double-cliquez dessus ou slectionnez "Action".
- Si vous cliquez sur "Icne", MTool crera une icne pour le fichier
  selon son type.

        Donc vous pouvez dfinir un objet programme et un objet icne
pour chaque type de fichier.

@endnode

@node PR_devs "Liste Device"

3.6 Liste Device :

        Vous pouvez dfinir une liste des devices en alternative  la
premire. Les noms d'objet sont utiliss comme entres de la liste. Si
vous slectionnez une entre, la liste de fichiers active montrera le
rpertoire entr dans "Nom Chemin".

@endnode

@node PR_action "Liste Action"

3.7 Liste Action :

        La liste des devices peut tre commute avec une liste
d'actions. Cela fonctionne de la mme faon que la liste des devices
configurable : les noms d'objet sont affichs dans la liste et un des
objets "Programme" est excut quand vous slectionnez son entre.

@endnode

@node PR_modes "Modes des devices"

3.8 Modes des devices :

	Vous pouvez utiliser cette liste pour deux types diffrents de
configuration. Premirement, vous pouvez enlever des entres de la
liste des devices en utilisant un motif DOS. Ceci peut tre fait
sparement pour les devices, les volumes et les assignations.
Peut-tre est-il meilleur de voir cela sur deux exemples :

- Imaginez, vous aimeriez voir tous les noms de devices (DF0:, DH0:,
...) dans la liste des devices mais pas les noms de volumes.
Positionnez juste le gadget cycle sur "Volumes", mettez la chane du
motif sur "#?" et commutez "Cacher Objet dans Liste Devices". Le nom
de l'objet peut tre librement choisi.

- Imaginez, vous ne voulez pas voir l'assignation "Wordsworth:" dans
la liste des devices. Motif : "Wordsworth:", gadget cycle :
"Assignations", "Cacher Objet dans Liste Devices". Et c'est fait.

	Comme seconde fonction, vous pouvez commuter le cache des
rpertoires pour certains devices qui ne le supportent pas (voir les
explications au chapitre 4.8.5). Pour le savoir, si un device supporte
le cache des rpertoires, copiez juste un fichier (avec MTool) dans un
rpertoire de ce device. Si la liste du rpertoire n'est pas mis 
jour automatiquement, le cache des rpertoires doit tre dsactiv. Je
ne connais que CrossDOS o cela est ncessaire. Donc je l'utilise
comme exemple :

- Mettez le motif  "PC?:", le gadget cycle sur "Devices". Alors
commutez sur "Dsactiver Caches". C'est tout.
@endnode

@node Usage "Utilisation de MTool"

4. Utilisation de MTool :

        Si vous n'avez jamais travaill avec un gestionnaire de fichiers
comme MTool, je vais dcrire brivement les bases d'un tel programme.

        En tant qu'utilisateur de MTool, vous devriez tre familier avec
l'utilisation du Workbench et du shell. Autrement, vous et votre systme
seront tous deux perdus !

        MTool fournit les caractristiques et la flexibilit du shell avec
le confort que vous connaissez de l'utilisation du Workbench. Vous pouvez
effectuer toutes les acions par la souris : cela inclue copier, dplacer et
effacer des fichiers, afficher des images, diter du texte, etc...

        Aprs avoir lanc MTool, vous devriez voir deux grosses botes
vides. Elles seront utilises plus tard pour l'affichage des listes de
fichiers. Au sommet de chacune des listes de fichiers se trouve un gadget
chane o le nom du rpertoire courant est affich. Vous pouvez activer ce
gadget en cliquant dedans avec la souris. Alors vous pouvez taper dedans un
chemin  afficher. En dessous de chaque liste de fichiers se trouve une
petite bote contenant des informations supplmentaires  propos du disque
contenant le chemin.
        Dans cette bote se trouve l'espace libre sur le disque, et son tat
("OK" : tout est bon, "Prot." : protg contre l'criture, "Vali" : disque
non valid, -- pas d'criture autorise).
        Sur le ct de cette bote se trouve un gadget avec un "I" dedans.
Cliquer dessus fait apparatre une requte qui montre plus d'information 
propos de ce disque : la capacit complte, le nom du disque, et la taille
des fichiers et rpertoires slectionns.

        Si vous cliquez  l'intrieur d'une liste de fichiers, la ligne
d'tat en dessous sera mise en valeur et l'autre deviendra plus sombre. En
plus, la bote autour de la liste apparat comme sortant de l'cran. Cette
liste s'appelle la liste active. Vous pouvez changer de liste de fichiers
active aussi en pressant le touche "ESPACE".

@endnode

@node US_dirs "Listes de fichiers"

4.1 Operations sur les listes de fichiers :

        Entre les deux listes de fichiers se trouve une colonne des
diffrents gadgets utiliss pour effectuer les fonctions de base du
programme.

        Au sommet de cette colonne se trouve le gadget "Prcdent". Si vous
cliquez dessus, la liste de fichiers active changera pour le rpertoire un
niveau au-dessus--la rpertoire parent. Par exemple, si vous tes dans le
rpertoire "Workbench:devs/printers" et si vous cliquez sur "Prcdent",
MTool examinera le rpertoire "Workbench:devs" et affichera son contenu.
Vous pouvez aussi faire cela en cliquant sur les bords extrieurs de chaque
liste, ou en pressant la touche de curseur de gauche.

        Le "P" du gadget "Prcdent" est sous-lign. Cela signifie que vous
pouvez aussi effectuer l'action de ce gadget en pressant la touche "P".
C'est la mme chose avec tous les gadgets qui ont des lettres sous-lignes
 l'intrieur.

        Sous le gadget "Prcdent", vous trouverez une liste contenant les
noms de tous les devices, de tous les disques disponibles et de toutes
assignations actives. La liste est mise  jour  chaque fois que vous
insrez ou enlevez un disque.

        Si vous slectionnez une entre de cette liste, son rpertoire sera
affich dans la liste des fichiers active.

        La liste des devices peut tre utilise pour deux autres buts.
D'abord, vous pouvez dfinir votre propre liste des devices en utilisant
l'diteur de prfrences. Ensuite, vous pouvez dfinir une liste pour des
actions tendues. Le mode de la liste des devices peut tre chang avec le
gadget en-dessous de cette liste. Son raccourci clavier est l'apostrophe
inverse "`".

@endnode

@node US_Copy "Copier, Effacer..."

4.2 Copier, Dplacer, Effacer, Renomer et Makedir :

        Les trois premiers gadgets sous la liste des devices sont les plus
importants pour la structure de vos disques et les donnes stockes dessus.
C'est aussi l que vous effacez des (voire tous les) fichiers. Soyez
prudent !

Copier : Tous les fichiers et les rpertoires qui sont slectionns dans la
liste des fichiers active sont copis vers le rpertoire de la liste des
fichiers inactive. Les donnes originales restent inchanges. Les
rpertoires sont copis avec tout leur contenu.

Dplacer : Fait la mme chose que Copier mais avec une grosse diffrence :
tous les fichiers originaux sont effacs aprs avoir t copis. Aprs le
dplacement des fichiers slectionns, les originaux dans le rpertoire
source sont effacs.

Effacer : Elimine tous les fichiers et les rpertoires (en incluant leur
contenu) dans le chemin actif. Rappelez vous que cela est dfinitif ! Si
vous effacez accidentellement quelque chose, il existe des outils comme
DiskSlav2 et FixDisk qui peuvent remettre en l'tat les choses, mais
seulement si vous n'avez pas crit quelque chose sur le disque aprs.

        Chacun de ces trois gadgets fait apparatre une fentre. Elle est
utilise pour contrler la copie ou l'effacement des fichiers. Si vous tes
sr de vouloir copier/effacer tous les fichiers slectionns, vous pouvez
presser la touche "ENTREE". MTool copiera/effacera tous les fichiers sans
vous donner une chance d'annuler l'opration.

        Autrement, il vous sera montr des informations sur le fichier
courant selon ce que vous avez slectionn dans la moiti suprieure de la
fentre : date, taille et version.
        Vous pouvez aussi comparer le fichier avec un fichier de mme nom
qui existe dj dans le chemin inactif. En addition, vous pouvez dire si
vous voulez une confirmation pour chaque fichier, si tous les fichiers
doivent tre copis/effacs sans confirmation ou (dans le cas de la copie)
si vous voulez tre prvenu pour les fichiers qui existent dj dans le
rpertoire destination. Si vous slectionnez "Changer Nom", il vous sera
demand un nouveau nom pour chaque fichier qui existe dj.

Renommer : Il y a une fentre pour chaque entre slectionne dans la liste
des fichiers active o vous pouvez changer le nom du fichier ou du
rpertoire. Si vous voulez annuler cette action pour tous les fichiers
slectionns, cliquez sur le gadget de fermeture de la fentre de
renommage. "Annuler" saute simplement le fichier courant.

        "MakeDir" cre un nouveau rpertoire dans le chemin actif. Dans la
fentre vous devrez taper le nom de votre choix. Le gadget "I"  ct de
"MakeDir" fait la mme chose, mais cre une nouvelle icne pour le nouveau
rpertoire.

@endnode

@node US_select "Selections"

4.3 Selections :

        Les deux gadgets suivants sont utiliss pour slectionner certaines
des entres de la liste des fichiers active. "S. Tout" slectionne toutes
les entres, "S. Rien" enlve toutes les slections.

        Les petits gadgets "?" sur la droite ouvrnte une requte de chane
o vous entrez un motif AmigaDOS. Tous les fichiers qui correspondent avec
ce motif seront (d-)slectionns.
        Dans votre manuel d'AmigaDOS vous trouverez une bonne description
sur comment utiliser les motifs.

	Aussitt que vous avez slectionn des fichiers dans la liste
de fichiers actuelle -- que cela ait t fait avec la souris ou avec
les gadgets mentionns au-dessus --, l'affichage de l'espace libre sur
le disque en-dessous de la liste des fichiers change pour montrer le
nombre d'octets slectionns. Donc vous pouvez voir instantanment si
les fichiers slectionns tiendront ou non sur le disque destination.

@endnode

@node US_archiv "Archives"

4.4 Archives :

        Les archives sont des fichiers contenant un ou plusieurs fichiers
stocks dans une format compress. Elles sont surtout utilises pour les
fichiers transfrs par modem car ils le sont ainsi plus rapidement, et car
c'est plus facile  manier (travail avec un seul fichier au lieu de
douzaines).

        MTool est capable de contrler toutes les actions standards de
l'archiveur "LHA". LHA doit tre sur votre systme et son chemin d'accs
doit etre configur correctement en utilisant MTPrefs.

4.4.1 Crer de nouvelles archives :

        Si vous voulez crer une nouvelle archive, vous faites comme si
vous vouliez copier des fichiers ou des rpertoires. Dcidez d ceux que
vous voulez archiver. Alors, au lieu de slectionner "Copier", slectionnez
juste "Archive". Alors il vous sera demand un nom pour la nouvelle
archive. Aprs, tous les fichiers et les rpertoires slectionns de la
liste des fichiers active seront compresss dans l'archive qui sera place
dans la liste des fichiers inactive. Les fichiers originaux ne sont pas
touchs.

4.4.2 Dsarchiver des archives, les effacer partiellement, ou rajouter des
fichiers :

        Si vous avez une archive dj construite, vous pouvez
double-cliquer son nom comme le nom d'un rpertoire. MTool affichera alors
le contenu de l'archive dans la liste active. Les sous-rpertoires ne sont
pas montrs comme des sous-rpertoires--tous les fichiers sont affichs
avec leur chemin complet. Vous pouver traiter cette liste comme n'importe
quel autre liste de fichiers : Copier, Dplacer, Effacer, etc. MTool
refusera de montrer le contenu d'archives dans les deux listes de fichiers
 la fois, car copier des fichiers d'une archive vers une autre aurait t
trop compliqu puisque ce n'est pas directement support par LHA. Pour
faire cela vous devez dsarchiver les fichiers d'abord (peut-tre dans
RAM:) et alors les archiver encore.

        Certaines actions ne peuvent tre utilises avec les archives, donc
leur gadget deviennent fantmes aussi longtemps qu'une archive est affiche
dans la liste des fichiers active.

@endnode

@node US_analyze "Analyse et Action"

4.5 Analyse et Action :

        Vous pouvez faire analyser par MTool les fichiers slectionns (pas
les rpertoires) en activant le gadget "Analyse". La fentre d'analyse
montre le nom du fichier et une liste d'informations que MTool connait 
propos de ce fichier,  la fois bases sur vos definitions des objets, et
sur du code interne  MTool.

        Sur le bord droit, vous pouvez voir et manipuler les drap                j                                                                                                                                                                                                                                                                                                                                                                                                                                                                   eaux de
protection du fichier. Les changements sont seulement crits sur le fichier
si vous ne quittez pas la fentre avec "Annule".

Action : Essaies de faire quelque chose d'utile avec le fichier.
Normalement, un programme est lanc (par exemple un afficheur d'images). Il
y a aussi deux autres moyens d'effectuer une action spcifique au type de
fichier sans utiliser la fentre d'analyse. Vous pouvez double-cliquer un
nom de fichier dans la liste des fichiers ou vous pouvez cliquer sur le
gadget "Action". Dans le premier cas, l'action est faite pour le fichier
double-cliqu seulement, dans l'autre cas, tous les fichiers slectionns
seront affects. Pour le moment, les actions fonctionnent avec les textes
ASCII et les archives LHA si MTool est configu correctement. Les autres
types de fichiers peuvent tre dfinis en utilisant l'diteur de
prfrences.

@endnode

@node US_menu "Menu"

4.6 Menu :

        Il y a deux fonctions majeures dans les menus. Vous pouvez appeler
l'diteur de prfrences pour configurer le mode cran et les fontes de
MTool selon vos besoin, ou vous pouvez inclure des programmes externes au
menu "Outils". Cela sera expliqu plus tard.

        Dans le menu "Projet" vous trouvez les entres pour afficher des
informations  propos de MTool et pour quitter le programme. Ceci peut
aussi tre fait en pressant "Amiga-Q" ou ESC.

        "Cacher" ferme la fentre (et l'cran) de MTool. Pour la rouvrir,
vous devez redmarrer MTool ou presser sa "hotkey" (par dfaut Ctrl-Alt-<)
ou encore utiliser le programme "Exchange" pour les commodits.

        Le menu "Prfrences" est utilis pour charger des fichiers de
prfrences, pour appeler l'diteur de prfrences, et pour commuter entre
deux modes importants :

- "Propre cran" commute entre l'cran du Workbench et un cran publique
personnalis.

- "AutoDir" autorise la mise  jour de la liste des devices quand un disque
est insr ou retir. La liste des fichiers sera alors mise  jour aussi
(si ncessaire).

        Comme mentionn ici, le menu "Outils" peut contenir des programmes
supplmentaires que vous pouvez configurer avec l'diteur de prfrences.

@endnode

@node US_icon "Icnes"

4.7 Icons

        MTool peut crer une icne pour chacun des fichiers que vous
choisissez. Pour cela, vous devez avoir d'abord dfini le type de fichier
dans les prfrences, et aussi avoir dfini une icone attache  ce type de
fichier. Pour assigner une icne, slectionnez simplement les fichiers et
cliquez sur "Icne" et MTool fera le reste.

@endnode

@node US_rest "Autres options"

4.8 Autres options :

4.8.1 Contrle par le clavier :

        Depuis la version 1.3 de MTool, presque toutes les fonctions
peuvent tre appeles par le clavier. Les plus importantes sont les touches
du curseur. Elles contrlent la liste de fichiers active. L'entre de la
liste qui est montre en gras est utilise comme un "curseur". La touche du
curseur gauche passe au rpertoire parent, la touche du curseur droite
effectue une "Action"  l'entre en gras, c'est--dire que s'il s'agit d'un
rpertoire, les fichiers seront montrs, s'il s'agit d'une archive, son
contenu sera affich.
        Cette interface est compatible avec la requte de fichiers MFR de
Stefan Stuntz.
        Vous pouvez slectionner des entres en tenant enfonce la touche
SHIFT en mme temps que vous dplacez le curseur dans la liste des
fichiers. La dselection est obtenue en tenant enfonce la touche ALT. Vous
pouvez changer la liste des fichiers active en pressant la touche ESPACE,
et "Entre slectionne le gadget chane au-dessus de la liste des
fichiers.

        Le contrle de la liste des devices fonctionne presque de la mme
faon. "Del" commute le contrle de la liste des devices. Haut/bas bougent
le curseur, gauche/droite chargent le rpertoire de l'entre slectionne
dans la liste de fichiers de gauche/droite. Les diffrents modes de la
liste des devices peuvent tre changs en pressant "`" (apostroche
inverse).

4.8.2 Commodit :

        Le support de la commodit a t inclus dans MTool v1.5. Ceci a
introduit une nouvelle entre dans les menu : Cacher. Si vous la
slectionnez, MTool fermera sa fentre (si MTool utilise son propre cran,
il sera aussi ferm). Il reste cependant en mmoire. Pour rouvrir la
fentre, pressez la "hotkey" (par dfaut Ctrl-Alt-<), utilisez le programme
des commodits "Exchange", ou dmarrez-le une nouvelle fois. Le second
MTool rveillera le premier et se terminera en silence. Vous aurez besoin
pour un court instant de suffisament de mmoire pour deux MTools. Vous
pouvez changer la "hotkey" en entrant "CX_POPKEY=combinaison de touches"
dans les types d'outil de MTool ou en la fournissant comme paramtre shell.
"CX_POPUP=no" force MTool  fermer sa fentre aprs son dmarrage. Donc
vous pouvez le mettre dans votre tiroir WBStartup et il sera prt  tre
utilis avec une simple frappe de touche.

4.8.3 Fentre d'application :

        Il y a une moyen trs facile d'afficher des rpertoires si MTool
fonctionne sur l'cran du Workbench. Prenez simplement une icne et
jetez-la sur une des listes de fichiers. Son rpertoire sera affich et
le nom du fichier de l'icne sera slectionn. Cela fonctionne aussi si
vous slectionnez plus d'une icne.

4.8.4 Icne d'application :

	Comme une icne d'application ne fonctionne que sur l'cran du
workbench, dans MTool V2.1,  une telle icne apparat sur l'cran du
workbench immdiatemment aprs que vous ayez lanc le programme. Elle
sert  deux choses. D'abord vous pouvez lacher des icnes dessus pour
montrer leur chemin dans la liste des fichiers actuelle, et ensuite
vous pouvez double-cliquer dessus pour que MTool montre sa fentre au
premier plan -- indpendamment de l ou il se trouvait avant (couvert
par d'autres fentres, sur un autre cran ou cach).


4.8.5 Cache des rpertoires :

	MTool garde toujours en mmoire les derniers 20 rpertoires.
Si vous voulez afficher un des rpertoires mmoriss et si il n'a pas
chang depuis qu'il a t mmoris, il sera affich sans dlai. Ceci
est spcialement utile quand vous travailler avec des disquettes. Vous
n'avez pas  penser  cette option, tout se fait automatiquement.


4.8.6 Rexaminer les rpertoires automatiquement :

	Normalement, MTool dtecte si un des rpertoires affichs est
modifi et relie dans ce cas ce rpertoire. Ceci ne fonctionne pas
avec certains systmes de fichiers. Dans ces cas, les caches des
rpertoires (voir 4.8.5) doit tre dsactiv. MTool ne dtectera pas
les changement dans ce rpertoire, donc vous devrez les rexaminer
manuellement en cliquant sur le gadget "!"  ct de la chane
affichant le chemin.


4.8.7 Possibilits spciales :

- L'diteur de prfrences ouvre sa fentre sur le mme cran que MTool si
  disponible. Tout changement dans les prfrences est reflet par
  MTool--il s'adapte instantanment.

- Pendant qu'il attend vos entre, MTool vrifie les changements dans les
  rpertoires affichs dans les listes de fichiers. Si quoi que ce soit
  change, MTool recharge les listes pour refleter ce changement. Cela est
  fait en utilisant la notification et ne prend pas de temps processeur.

- Les rpertoires sont relus seulement si ils ont rellement chang.

- Vous pouvez changer les prfrences de la requte de copie pendant son
  activit. Il s'arrtera alors et pourra tre redmarr en utilisant
  "Continue".

- Pendant le renomage de plusieurs fichiers, vous pouvez annuler en
  quittant simplement la requte de chane.

- Les gadgets en biseau peuvent tre actionns en pressant "Entre".

- A gauche et  droite du gadget "prcdent", vous trouvez deux
  gadgets avec les symboles "<" et ">". Ils sont utiliss pour afficher
  le contenu d'une liste de fichiers dans l'autre, donc les deux listes
  de fichiers mon
@endnode
                                                                                                                                                        q                                                                                                          +
MAShare_53                                         
          q                 }x                                                                                                                                                                                                                                                                                                            b                                                                                                j  4MTool_F.guide.info                                                              % e     #mH                     "   !   W                                     	=   ?u   '   ' "@& " '   ?                  X       >                                                                                           
Multiview                                                                                d    MTool_F.guide                                                                         	ލ                                                                                                                                                                          &  %  $  #  "  !                                               
  	              :                                                                                              d    MTool_F.History                                                           


                             MultiTool II
                                 V2.1
                              05.02.1995

                         LISTE DES CHANGEMENTS



------------------------------------------------------------------------
Ce fichier est une traduction "rapide et approximative" du fichier
d'historique allemand. Il contient une liste de tous les changements
effectus  MTool depuis la V1.4. Le nom des gens qui ont suggr une
caractristique ou trouv un bug sont nots entre parenthses.
------------------------------------------------------------------------

Futures amliorations/suggestions :

- D'autres archiveurs. (Harald Schneider)
- Installation automatique des disquettes.
- Trouver un motif dans une arborescence. (Jochen Schiller)
- Trier par taille de fichier ou par date. (Marc Duponcheel)
- Requte de palette. (C. J. Ellerbeck)
- Historique des rpertoires, incluant les slections.
- Comparaison de fichiers. (Gregor Wenkelewski)
- Rorganisation intelligente de l'cran. (Gregor Wenkelewski)
- Montrer seulement le numro de version au lieu de la chane de
  version complte dans une requte de copie (Gregor Wenkelewski)
- Utiliser le bouton du milieu de la souris. (Mikael Silfver)
- POPKEY met en avant l'cran/la fentre de MTool mme si il/elle est
  dja ouvert(e). (Mikael Silfver)
- MakeDir : choix si une icne doit tre cre ou non. (A. Baum)
- Minuteur pour la mise  jour du titre de l'cran. (eviter le
  scintillement) (M. Silfver)
- Montrer les bits de protection de MUFS et Envoy. (Jan Holler)
- Un port ARexx.

Toute suggestion et tout rapport de bugs sont les bienvenus...

------------------------------------------------------------------------
V2.1 - 06.02.1995 released

(Sorry, I forgot to give this part to Lionel for translation and I
didn't want to wait for release another week just because of this
file)

MTOOL MAIN PROGRAM:

NEW:

- optional action gadgets at the bottom of MTools window
- appicon to open/select the window of MTool and to display and
  select files
- display of selected bytes in active file list
- a drawer with icon can be created in one step (A. Baum)
- file comments are displayed in the file lists
- directory caching. 20 directories are stored and displayed
  immediately if they are needed again
- gadgets to force a directory to be read again
- "Change Name" in copy requester makes MTool ask for a new name
  -> Copy as / Move as
- gadget to tranfer contents of one file list to the other
- Finnish catalogs
- Dutch manual and catalogs
- Slovakian manual and catalogs

BUGFIXES SINCE V2.0d:

- Links are sorted correctly (J. Bnisch)
- Each file list has its own selection array. This removes inconsistencies
  when both lists show the same drawer. (O. Ahvenlampi)
- No empty Amiga symbol in custom menues when no shrtcut has been defined.
  (O. Ahvenlampi)

------------------------------------------------------------------------
V2.0d - 03.08.1994 third bugfix

NEW:

- French manual and improved French catalogs (Lionel Vintenat)

BUGFIXES:

- When being hidden with the ESC key, MTool sometimes crashed
- Klicking below the last entry in the device list scrolled up the
  list and multiplied its last entry

------------------------------------------------------------------------
V2.0c - 25.04.1994 deuxime correction de bugs

NOUVEAU :

- La taille des fichiers n'est plus dtermine avec ExamineFH(). Cela
  posait des problmes avec certains systmes de fichiers (parnet, XFH,
  CDTV...). (A. Kutterer)
- Manuel Danois. (Volker Alexander Graf)
- Catalogue et manuel italiens. (Marco Mellia)

BUGS CORRIGES :

- Le numro de version des bibliothques montr dans les fentres
  d'analyse et de copie tait le numro de version de la bibliothque
  rsidente et pas celui du fichier. (M. Mellia)
- Si le dplacement du contenu d'une archive tait annul, le contenu
  original tait effac quand mme. Maintenant, rien n'est effac.
  (M. Mellia)

NOUVEAU PROGRAMME :

- MFind.

------------------------------------------------------------------------
V2.0b - omise, car elle aurait pu tre confondue avec la 2.0
------------------------------------------------------------------------
V2.0a - 28.02.1994 premire correction de bugs

PROGRAMME PRINCIPAL MTOOL :

NOUVEAU:

- Catalogue norvgien.
- Si il est demand  MTool de fonctionner sur un cran publique
  inexistant, il ouvre son propre cran.
- POPKEY amne MTool en avant, mme si sa fentre est dj ouverte.
  (M. Silfver)
- Plus de requte " propos" au dmarrage avec la version enregistre
- Le filtre ASCII ne fait plus de diffrence entre majuscules et
  minuscules. (R. Debusmann)
- Les notifications sur les listes de rpertoires ont t supprimes.
  Maintenant MTool vrifie en permanence si les dates de deux
  rpertoires ont chang.
- Le rafraichissement du titre de l'cran ne se fait que si il a
  chang. Cela vite du scintillement. (M. Silfver)

BUGS CORRIGES :

- Plus d'alerte si l'cran publique ne peut tre verrouill.
- Plus de gourou si vous cachez MTool via CX. (M. Mutschler)
- Plus de gourou si vous cachez MTool aprs avoir enlev une disquette
  dont le contenu a t affich. (R. Debusmann)
- Second essai pour corriger le bug "pas de checkmark pour l'cran
  personnalis". (A. Kutterer, A. Baum, M. Hank, C. Ellerbeck)
- Si LHA n'est pas install, il n'y a plus d'effets tranges lorsque
  vous essayez de lire le contenu d'une archive. (M. Silfver)
- Si MTool ne peut fermer son cran, il continuera d'essayer de le
  fermer 2 fois par seconde jusqu' ce qu'il y russisse. (A. Sjgren)
- Si vous annulez la requte de chane du paramtre pendant l'excution
  d'une commande, la commande sera annule. (J. Billing)
- Plus de verrous perdus si vous enlevez une disquette qui a t
  affiche.

EDITEUR DE PREFERENCES DE MTOOL :

BUFS CORRIGES :

- Si une requte de fichiers est annule, son action est aussi annule.
  Donc vous ne perdrez pas toutes les prfrences si vous annuler la
  requte "charger prf...". (M. Hank)

BUGS CONNUS :

- Raccourcis clavier pas encore implments.

------------------------------------------------------------------------
V2.0 - 06.02.1994 mise  jour

PROGRAMME PRINCIPAL MTOOL :

NOUVEAU :

- Notification sur le fichier de prfrences. MTool s'adapte aussitt
  aux changements.
- Fermer=Cacher => ESC=Cacher.
- Les bits de protection restent inchangs pendant une copie de fichier.
  (M.Silfver)
- La notification a chang. Elle n'est active que lorsque MTool attend
  une action de l'utilisateur. -> Les rpertoires ne sont maintenant
  plus examins deux fois dans certains cas.
- Les rpertoires sont seulement examins si ils ont rellement changs
  (estampille de la date).
- Les requtes de chane acceptent maintenant 80 caractres.
  (J. Billing)
- Possibilit d'annuler la petite fentre de copie en la fermant ou en
  pressant une touche. (C. Krenner)

BUGS CORRIGES :

- Le titre de l'cran et le titre de l'cran publique sont maintenant
  corrects. (A. Baum, M. Silfver, J. Bnisch)
- La chane de version a chang (la date est maintenant JJ.MM.AA).
  (A. Baum)
- Le checkmark "Propre Ecran" marche maintenant. (tous ;-))
- Plus de requte d'effacement pendant un examem des rpertoires avec
  "Analyse". (A. Baum, M. Silfver)
- L'affichage de la destination dans la requte de copie est de nouveau
  autoris. (A. Baum)
- De petits bugs dans l'affichage corrigs. (A. Baum)
- Mauvaise couleur de fond dans l'affichage de l'tat aprs un contrle
  par le clavier de la liste des devices. (M. Silfver)
- Les modifications des bits de protection sont mises  jour
  immdiatement. (M.Silfver)
- La correspondance d'un motif ne fait maintenant plus la diffrence
  entre majuscules et minuscules. Quelques fois, cela ne fonctionnait
  pas du tout. (M. Silfver)
- Message d'erreur si vous essayez d'effacer un fichier qui est protg
  contre l'effacement.
- Amlioration de l'affichage des chanes de version dans les requtes
  de copie et d'analyse. (A. Baum)
- Le checkmark "DirAuto" marche maintenant. (A. Baum)
- Plus de plantage du systme si une erreur survient durant le
  dmarrage.
- Plus d'alerte si un cran publique ne peut tre verrouill.
- La liste des devices rpond de manire visuelle aux clics de la
  souris. (J. Bnisch)
- Plus de message d'enforcer si vous dplacez des fichiers  l'intrieur
  d'un device. (J. Bnisch)
- La requte de copie marchent maintenant si vous dplacez des fichiers
   l'intrieur d'un device.
- La liste des devices est trie sans faire de diffrence entre
  majuscules et minuscules. (J. Bnisch)
- La fin de ligne de statut pouvait tre ignore pour certaines versions
  localises. (J. Billing)
- Les drapeaux n'taient pas mis dans la requte de copie quelques fois.
  (M. Silfver)

EDITEUR DE PREFERENCES DE MTOOL :

NOUVEAU :

- Sa fentre s'ouvre sur le mme cran que MTool et place cet cran en
  avant.
- Menus inclus.
- Les listes peuvent tre tries.

BUG CORRIGES :

- Les gadgets chanes n'ont maintenant plus  tre "retourns".
- Les requtes de fichiers dans "Icnes" montrent maintenant les
  fichiers d'icnes et plus tout sauf les fichiers d'icnes. ;-)
- Fonte topaz 8 dans les listes.
- Le nombre de couleurs dans la requte du mode cran initialis
  correctement.
- Pendant une slection d'un chemin par une requte de fichiers, seuls
  les tiroirs sont affichs.
- Chemin par dfaut "SYS:" dans les requtes de fichiers.
- "enforcer hits" enlevs pendant le dmarrage.

------------------------------------------------------------------------
V2.0 - 12.09.1993 version interne

PROGRAMME PRINCIPAL MTOOL :

NOUVEAU :

- Editeur de prfrences. Nouveau format du fichier de prfrences.
- Analyse et action retravailles.
- Slection d'un tiroir en lachant simplement son icne dans la fentre
  de MTool. (Fentre d'application) (Christian Krenner)
- Contrle avec le clavier de la liste des devices. Utilisation de "Del"
  pour contrler  partir du clavier la liste des devices.
- Liste d'actions configurable qui peut tre affiche dans la liste des
  devices. (Christian Krenner)
- La requte de copie attendait un IntuiTick pour chaque fichier.
  Corrig. (Jens Bnisch)
- Taille maximale du bloc pour copier de 65 Ko. Problmes corrigs pour
  les disques IDE sur A1200.
- Affichage de la date et de l'heure dans les listes des fichiers. (Marc
  Duponcheel)
- Trs simple requte de fichiers pour copier/dplacer/effacer sur
  demande.
- Petit gadget "?" ou "!"  ct des gadgets pour la copie, pour le
  dplacement, pour l'effacement, pour slectionner tous les fichiers,
  pour n'en slectionner aucun, et pour les icnes.
- Double-cliquer sur un fichier dans une archive est maitenant possible.
  (tout le monde m'avait demand de le faire ;-), Mikael Silfver m'a
  persuad)
- Activer le gadget chane au-dessus de la liste des fichiers active en
  pressant "Entrer". (Mikael Silfver, Adam Sjgren)
- Notification.
- Si vous changez les paramtres dans la requte de copie, la copie
  s'arrte et doit tre redmarre. (Mikael Silfver)
- Un fichier peut recevoir une icne selon son type.
- MTool peut ouvrir sa fentre sur des crans publiques. (Mikael
  Silfver)
- Le gadget de fermeture peut tre utilis pour cacher MTool. (Mikael
  Silfver)

BUG CORRIGES :

- Petit bug graphique dans la requte de chane quand de grosses fontes
  taient utilises. (Jens Bnisch)
- Cliquer trois fois dans une liste de fichiers fait changer de
  rpertoire deux fois. (Jens Bnisch)
- Les symboles "Amiga A" taient quelque fois mal mis  l'chelle
  (OS3.0+). (Robert Peter Poole)

BUGS CONNUS :

- Le checkmark DirAuto dans les menus est perdu durant la fermeture et
  la rouverture de la fentre de MTool. (Mikael Silfver)
- Des "enforcer hits" quand aucun fichier de configuration n'est charg.
  (Robert Peter Poole)
- Si une requte d'options est annule pendant une action d'un menu,
  l'action doit tre annul aussi. (Jens Bnisch)
- Des bugs dans la requte de copie. (Gregor Wenkelewski)
- Quelques fois des "enforcer hits" pendant un dplacement.


EDITEUR DE PREFERENCES DE MTOOL :

NOUVEAU :

Tout. :-)

PAS ENCORE IMPLEMENTE :

- Control par le clavier.
- Menus.

------------------------------------------------------------------------
V1.5 - 08.09.1993 mise  jour

NOUVEAU :

- MTool est maintenant une commodit. (C. J. Ellerbeck)
- Vous ne pouvez plus travailler avec deux MTool simultanment. Dmarrer
  un deuxime MTool rouvrira la fentre du premier (si elle tait
  ferme) et amnera au premier plan son cran/sa fentre.
- Textes anglais amliors. (C. J. Ellerbeck)
- Barres de sparation dans les menus. (C. J. Ellerbeck)
- "NewLookMenu" avec OS3.0. (C. J. Ellerbeck)
- Fontes proportionnelles pour les gadgets. (C. J. Ellerbeck)
- La taille maximale d'une fonte est maintenant de 50 pixels (avant elle
  tait de 20).
- Insertion directe au lieu du tri bulle (plus rapide).
- Nouvelle fentre " propos". (C. J. Ellerbeck)
- Avorter un renommage multiple avec le gadget de fermeture. (C. J.
  Ellerbeck)
- Saut au dbut de la liste des fichiers si vous atteignez la fin de
  celle-ci avec les touches du curseur. (C. J. Ellerbeck)
- Catalogue espagnole. (Jos Garcia)
- Nouveau mots cls pour contrler l'analyse : TYPE, FILT et HFIL.
  (C. J. Ellerbeck)
- Liste des devices configurable avec un nouveau mot cl CDEV (Markus
  Mnig, Reinhard Kunter)
- Dessins des gadgets plus pais, gadgets qui peuvent tre activs en
  pressant "Entrer".
- Le parent des assignations marche maintenant (Parent de DEVS: vous
  donnera WB_2.x:).
- Si MTool est affich sur l'cran du Workbench, Parent peut tre accd
  en cliquant sur les bords verticaux du dessin de la fentre. (Holger
  Trapp)
- Manuel mis au format AmigaGuide. (C. J. Ellerbeck, Andreas Baum)
- Rponse visible des gadgets si utilisez des raccourcis claviers.
  (Brian Jacobson, merci pour votre code !)
- Saut au dbut/ la fin de la liste des fichiers avec Ctrl-Curseur.
  (Matthias Hank)
- La Requte du mode cran permet la slection du nombre de couleurs.
  (C. J. Ellerbeck)
- MTool est shareware maintenant.

BUG CORRIGES :

- Plus de gourou si vous ouvrez des archives avec des chemins de plus de
  80 caractres.
- Plus de message d'erreur si vous slectionnez Info sans avoir
  slectionn un fichier. (C. J. Ellerbeck)
- Plus de d'erreur avec la barre de titre de la requte de chane si
  vous utilisez une grosse fonte d'cran. (Christian Krenner)
- Requte de fonte toujours ouverte sur l'cran du Workbench avec
  l'OS2.0. (Marc Necker)
- Plus de faux message "Disk Full" pendant une copie.
- "Change Nom" dans la requte de copie marche maintenant.
- Si une erreur survenait pendant "Dplacer", le fichier original tait
  effac quoi qu'il arrive. Corrig. (Bernd Johannes)
- Si une erreur survenait pendant le changement de taille de sa fentre,
  MTool ne librait pas toutes les ressources (perte de mmoire).
  Corrig. (Bernd Johannes)

BUGS CONNUS :

Aucun.
                                                                                                                                                          b                                                                                                j  4MTool_F.guide.info                                                             '         (<$Օ                                                                                                                                                                                                                                                                                              (              b                                                                                                j  4MTool_F.History.info                                                           B e     #k                     @  >   W                                     	=   ?u   '   ' "@& " '   ?                  X       >                                                                                           
Multiview                                                                                    +
MAShare_53                                         
          q        )         *s                                                                                                                                                                                                                                                                                      ,  +  *                                                                                                            @    
MTool.info                                                           p           L 9                     u0wH      2X        _ 8(      !϶    p         \ D              9   
             ?        /    /UP /n -UD /   % .  %@ < /   %?   .   
 %UD  	 *     %U    5UUUUUV ?                                                                    8 0  >      ?        	                    UUUUUT                                                    UP nW UD/  } _߬  8 PB']   . @     UD"< 
   U
                               9   
              p      o        UU@     U     ?@_  ?  <         
 U  	     UUUUUW         @      @              @       @    @      @    @@    @*   8 @ `  > @@    @   @    	 @     @      UUUUUV                            	               ?UU@  = W 6U? }@/ߞ ; ,~ ? L :   HU6~ *  j        UUUUUU           % Icon by Martin Huttenloher                                                                                                                   x                                                                                                j  f	Docs.info                                                            r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  H    .                                                                                                                                  r                                                                                                          )                                                  q                                                                                                          x
MAShare_53                                         
          q   3                                                                                                       ?                                                                                                               h   0                h           @pl     X     I
 L  #2 
T           0@       p?     i           x#           
 
i        D  ? 7`        (#         y             r            FG                                                                                   0                                       3                  N  s                ?      3                                                                                                                                                                                                                     	[MTool                                                                p            s            #O                                                                                                                                                                                                                            t                                                                                                                                                                    Catalogs                                                             r            t            0m      ~                                                                                                                                                                                                                                              u                                                                                                                                                          7dansk                                                                s            u         vj                                                                                                                                                                                                                                                                  }  |  {  z  y  x  w  v                                                                                                            d  f  
(MTool.catalog                                                        t    FORM  CTLGFVER   4$VER: MTool.catalog 21.0 (13.11.93) by Adam Sjgren LANG   dansk CSET                                    STRS  8       Projekt       Om programmet         ?         Afslut        A         Indstillinger         ben...                Seperat skrm         K         d         Vrktj       Genls device liste       	_Forlder         _Kopier       F_lyt         _Slet         _Omdb         
O_pret dir     !   V:_Alle    "   	V:_Ingen       #   Ik_on      $   	A_rkivr       %   	A_nalysr      &   Aktion     '   D      (   Hent indstillinger:    -   fklsopaimrnd	 o       .   Fil eksisterer!    /   Vil du omdbe den?     0   Vr venlig at indtaste navnet      1   p den nye skuffe.     2   )Vr venlig at indtaste det nye navn for:       3   "Vr venlig at indtaste et mnster:     4   f.eks. #?.info eller ~(#?.BAK)     5   Indtastning af oplysning:      6   	Gemme vk      8   Fejl meddelelse:       9   	Kl ned!       ;   Navn  : %s:

          blokke      bytes
i alt : %8ld %10ld
fri   : %8ld %10ld

%ld bytes pr. blok

%ld bytes valgt
(i virkeligheden: %ld)     <     Ok  |Omdb       =   Fejl       >   _Ok    ?   _Afbryd    @   2CON:S*/14/20/700/200/Tryk ctrl-c for at afbryde...     A   oa     B   Analyserer fil     C   Strrelse : %8d bytes      D                      1 blok      E               %8d blokke     F   Dato: %s  %s       G  eDette program er frit distribuerbart copyrighted software. Et shareware bidrag p 25 DM (15 US$) tilskyndes alle der bruger dette program til at betale. Udlndinge kan betale tilsvarende belb i deres mnt. Ls manualen for flere detaljer. Dette er den sidste version af MTool der er fuld funktionel uden registrering. Fremtidige versioner vil blive dyrere.      H   Tom fil    I   IFF-fil,   type:           J   hunk liste:    K        , strrelse %6d       L    Oplsning %d  %d pixels      M    Skrm     %d  %d pixels      N    Bitplaner  %d, %d farver      O    Fil ikke komprimeret!     P    Viewportmodi: $%X     Q   ndre opstning...     R         U   Ubrugelig key-fil!     V   Ingen MTool opstning fundet!      Y   LHArc-Arkiv    [   Tekst fil (ASCII)      \   Ukendt fil type    ^   	_Fortst       _   A_ktion    `   Af_bryd    a   hsparwedbfik       b   7Multitool II  %s grafik hukommelse  %s anden hukommelse    c   Fri:%13s Status:%s     d    Ingen gyldig skuffe valgt         e   Vr venlig at indtaste     f   det nye arkivs navn:       g   !Vr venlig at indtaste parametre:      h   !Ikke nok plads
p destinationen!       i   A"Kommando fejlede!
Forkerte argumenter eller manglende kommando"       j   -"Ingen aktion defineret
for denne fil type!"       k   "Menu installering defekt!"    l   "LHA har et problem!"      m   ""Kan ikke bne gadget skrifttype!"     n   "Kan ikke lse skrm!"     o   ""Workbench vinduet
 er for stort!"     p   !"Gadget skriftypen
 er for stor!"      q   "Vindue kan ikke bnes!"       r   ""Kan ikke bne liste skrifttypen!"     s   Kopier / Slet      t   Godkendt hver eneste fil       u   Godkend eksisterende filer     v   #Kan ikke finde opstningsprogrammet    w   
Alle filer     x   Ingen fra filer valgt!     y   Vis information om:    z   	Fra fil:       {   	Til fil:       |   
Strrelse:     }   Dato:      ~   	Indhold:          Navn:         
S_trrelse        	_Dato/Tid         	_Indhold          _Versions check       ndre _Navn       _Kopir       S_let         	_Fortst          _Afbryd       
atdivnsklf        
Lse fejl!        Filerne er ens        Filerne er forskellige        Fil strrelse forskellig          Eksisterer ikke endnu         Hurtig start          Sel:%13s Status:%s                                                                                                                                  q                                                                                                          +
MAShare_53                                   +      
          q        ~         }-                                                                                                                                                                                                                                                                                                    	                                                                                              d  g  MTPrefs.catalog                                                      t    FORM  	CTLGFVER   6$VER: MTPrefs.catalog 21.0 (05.02.95) by Adam Sjgren LANG   dansk CSET                                    STRS  	h       Vlg LHA sti...       Vlg          Afbryd        Objekt Navn:          MTool Opstning V2.0          ndr Fil Type...          ndr Menu-punkt...        ndr Ikon...       	   ndr Device...     
   ndr Aktion...        ndr Program...       Vlg Objekt...        ndr Flag...          ndr Stier...         Diverse       Ikon          	Fil Type          Device Liste          Aktions Liste         _Objekt Type:         _Ny       _Slet         So_rtr       _ndr         K_opier       _Bund         _Gem          _Brug          _Afbryd    !   *** ndr mig ***       "   Skrm-modus    #   Vindues dimensioner    $   Gadget Skrifttype      %   Liste Skrifttype       &   Stier      '   Skrm & Flag       (   Ingen      )   Fra Fil Navn       *   Til Fil Navn       +   Fra Sti    ,   Til Sti    -   Fra Navne i Fil    .   Til Navne i Fil    /   Fra Stier i Fil    0   Til Stier i Fil    1   Sprg      3   Parametre  :       4   Std.Parm. 1:       5   Std.Parm. 2:       6   Std.Parm. 3:       7   Vlg Program...    8   Mnster    ;   ASCII Tekst    <   
Ukendt fil     =   Genkendelse:       ?   Ikon       :       @   Bekrft alle filer     A   Bekrft eksisterende filer     B   
Alle filer     C   
Egen skrm     E   	Pubskrm       F   Lngde     G   	Dato/Tid       H   Indhold    I   ndre fil navn     J   Versions Check     L   Skrm Navn     :       M   Skrm Type     :       N   Fuld strrelse p egen Skrm       O   Lukke-gadget = Gemme Vk       P   _Afbryd    Q   Genvej     :       S   Ikon Fil   :       T   Vlg Ikon...       U   Sti Navn   :       V   Vlg Sti...    X   LHA placering :    Y   Standard Sti 1:    Z   Standard Sti 2:    [   Skuffe Ikon   :    \   Vlg standard sti...       ]   Vlg Skuffe Ikon...    ^   Vlg Skrm-modus...    _   /Vlg Sted og Strrelse, luk derefter vinduet...    `   Vlg Gadget Skrifttype...      a   Vlg Liste Skrifttype...       b   Projekt    c   bne...    d         e   Inkludr...    f   I      g   
Gem Som...     h   G      i   AfSlut     j   A      k   ndre      l   Tilbage til Standard       m   T      n   
Sidst Gemt     o   S      p   Genskab    q   E      r   Opstninger    s   Lav Ikoner?    t   K      u   Mnster    :       {   Alle       }   ndr Device Modes...       ~   ndr Gadgets...       p                        (                                                                                                                                                                                                                                                                                                                                                                                                            Cdeutsch                                                              s                     r                                                                                                                                                                                                                                                                                                                                                                                                        d  P  
MFind.catalog                                                            FORM   CTLGFVER   #$VER MFind.catalog 10.0 (12.04.94)  LANG   deutsch CSET                                    STRS        	Dateiname         Dateiinhalt       Suchstring        Nur Dateinamen        	HEX-Modus         Gro-/Klein       
Unterverz.        Neu    	   Entf.         Stopp         Abbruch       Lschen       < Suche beendet >         < Suche abgebrochen >         %Whlen Sie den Suchpfad/die Suchdatei         < kein Eintrag ausgewhlt >       Willkommen zu MultiFind!             }-                                                                                                                                                                                                                                                                                                    	                                                                                              d  g  MTPrefs.catalog                                                      t                  jI                                                                                                                                                                                                                                                                                              |                                                                                              d  e  4MTool.catalog                                                            FORM  tCTLGFVER   #$VER MTool.catalog 21.0 (11.12.94)  LANG   deutsch CSET                                    STRS         Projekt       ber                   Programmende          Voreinstellungen          	Laden...          Eigener Screen        Gerte        Pfade         Aktion        	Werkzeuge         Deviceliste neu       	_Kopieren         	_Schieben         	_Lschen          	_Umtaufen          	Make_Dir       !   	_M:Alles       "   	M:_Nichts      $   Archi_v    %   	_Analyse       &   Ak_tion    (   Voreinstellung laden:      -   pksludmnovai	 t       .   Wollen Sie diese       /   Datei umtaufen?    0   Geben Sie den Namen des    1   neuen Verzeichnisses an:       2   !Geben Sie den neuen Namen an fr:      3   "Geben Sie die Selektionsmaske ein.     4   z.B. #?.info oder ~(#?.BAK)    5   Stringeingabe:     6   	Verbergen      8   Fehlermeldung:     9   Oje...     :   Gerteinformation:     ;   Name  : %s:

          Blcke      Bytes
Gesamt: %8ld %10ld
Frei  : %8ld %10ld

%ld Bytes pro Block

%ld Bytes selektiert
( real: %ld )    <     OK  |Medium umtaufen     =   Fehler     >   _bernehmen    ?   
_Abbrechen     @   :CON:20/50/600/150/Abbruch mit Ctrl-c.../SCREEN MTOOLSCREEN     A   a     B   Dateianalyse       C   Dateigre: %8d Bytes      D                      1 Block     E               %8d Blcke     F   Zeit: %s  %s       G  9Sie verwenden die unregistrierte Testversion von MTool V2.0. Wenn es Ihnen gefllt, sollten Sie den Shareware-Beitrag von 25 Mark bezahlen. Ein entsprechender Betrag in einer anderen Whrung wird auch akzeptiert. Sie bekommen dann eine Datei, die die strenden Requester und die anderen Einschrnkungen beseitigt.      H   Leere Datei    I   IFF-Datei vom Typ          J   
Hunkliste:     K        , Gre %6d       L    Auflsung %d  %d Punkte      M    Screen    %d  %d Punkte      N    Bitplanes %d, %d Farben       O    Unkomprimierte Datei!     P    Viewportmodi: $%X     Q   	ndern...      R         U   Ungltiges Keyfile!    V   %Keine Voreinstellungsdatei fr MTool!      [   Textdatei (ASCII)      \   Unbekannter Dateityp       ^   Wei_ter    _   A_ktion    `   	A_bbruch       a   hsparwedbtik       b   )Multitool II  %s Chip-RAM  %s sonst. RAM       c   Frei:%13s Stat:%s      d     Kein gltiges Verzeichnis        e   Bitte geben Sie den Namen      f   des neuen Archivs ein:     g   Bitte Parameter angeben:       h   #  Zu wenig Platz
auf dem Zielmedium    i   :Aktion fehlgeschlagen
Befehl oder Argumente stimmen nicht!     j   2Fr diesen Dateityp
wurde keine Aktion festgelegt!     k   Fehler in der Meninstallation!    l   LHA meldet einen Fehler!       m   Gadgetfont nicht gefunden!     n   #Screen kann nicht 'gelockt' werden!    o   +Das Workbenchfenster von MTool
ist zu gro!    p   Der Gadgetfont ist zu gro!    q   -Das MTool-Fenster kann nicht geffnet werden!      r   Listfont nicht gefunden!       s   Kopieren / Lschen     t   Besttigung jeder Datei    u   Besttigung exist. Dateien     v   %Kein Voreinstellungseditor vorhanden!      w   Alle Dateien bearbeiten    x   Keine Quelldateien angewhlt!      y   berprfen anhand von:     z   Quelldatei:    {   
Zieldatei:     |   Lnge:     }   Datum:     ~   Inhalt:       _Lnge        _Datum/Uhrzeit        _Inhalt       _Versionsberprfung          _Namensnderung vorschlagen       	_Kopieren         	Lsch_en          _Weiter       	_Abbruch          
aldivnskew        Lesefehler!       Dateien identisch         Dateien verschieden       Dateilnge verschieden        Existiert noch nicht          Schnellstart                                                          s                                                                                                                                                                                                                                                      /MTool                                                                p                     }"b                                                                                                                                                                                                                                                                                                b                                                                                              d  f  MTPrefs.catalog                                                          FORM  ZCTLGFVER   %$VER MTPrefs.catalog 21.0 (11.12.94)  LANG   deutsch CSET                                    STRS         !Whlen Sie das Programm LHA an...         REQ       Abbruch       Objektname :          !MTool Voreinstellungseditor V2.1          Dateitypen festlegen...       Meneintrge festlegen...         Icons festlegen...     	   %Alternative Deviceliste einrichten...      
   Aktionsliste festlegen...         Programme festlegen...        Whlen Sie ein Objekt aus...          Sonstige Einstellungen...         Pfade festlegen...        Allgemeine Einstellungen          	Programme         Men          Icons         
Dateitypen        Deviceliste       Aktionsliste          _Objekttyp  :         _Neu          _Entf.        
So_rtieren        _ndern       	_Kopieren         _Oben         _Unten        	_Sichern          	_Benutzen          	_Abbruch       !   *** bitte ndern ***       "   Bildschirmmodus    #   Fenstergre       $   Gadgetschrift      %   Listenschrift      &   Pfade      '   Bildschirm & Sonstiges     (   keiner     )   Name der Quelldatei    *   Name der Zieldatei     +   	Quellpfad      ,   	Zielpfad       -   Quelldateien in Namensdatei    .   Zieldateien in Namensdatei     /   Quellpfade in Namensdatei      0   Zielpfade in Namensdatei       1   Parameter abfragen     2   Programm   :       3   Parameter  :       4   Parameter 1:       5   Parameter 2:       6   Parameter 3:       7   Programm auswhlen...      8   Namensmuster       ;   
ASCII-Text     <   	Unbekannt      =   Erkennung  :       >   Programm   :       @   Besttigung jeder Datei    A   Besttigung exist. Dateien     B   Alle Dateien bearbeiten    C   Eigener Screen     E   Public Screen      F   Lnge      G   
Datum/Zeit     H   Inhalt     I   Namensnderung vorschlagen     J   Versionsprfung    L   Bildschirmname :       M   Bildschirmtyp  :       N   Volle Gre        O   Schlieen = Verbergen      P   	_Abbruch       Q   Tast.krzel:       R   Programm   :       S   Icondatei  :       T   Icon auswhlen...      U   Pfadname   :       V   Pfad auswhlen...      W   Programm   :       X   LHA-Programm  :    Y   Startpfad li. :    Z   Startpfad re. :    [   Schubladenicon:    \   Startpfad auswhlen...     ]   Schubladenicon auswhlen...    ^   Bildschirmmodus einstellen...      _   2Ort und Gre festlegen, dann Fenster schlieen...     `   Gadgetschrift einstellen...    a   Listenschrift einstellen...    b   Projekt    c   	ffnen...      e   Einbinden...       f   E      g   Sichern Als...     i   Programmende       k   	Vorgaben       l   auf Vorgaben zurcksetzen      m   Z      n   auf zuletzt gespeichertes      p   auf vorherigen Stand       q   S      r   	Optionen       s   Piktogramme erzeugen?      u   Suchmuster :       v   !Objekt aus Deviceliste streichen       w   "Caching dieses Objekts ausschalten     x   Gerte     z   Medien     {   Alle       |   Gerteeinstellungen    }   !Gerteeinstellungen festlegen...       ~   Gadgets festlegen...          Gadgetleiste                                                                                    s                                                                                                                                                                                                                                                      /MTool                                                                p                                                                                                                                                                                                                                                                                                                                                                                                                                    Ofranais                                                             s                     r                                                                                                                                                                                                                                                                                                          
                                                                                              d  P  
MFind.catalog                                                            FORM  CTLGFVER   #$VER MFind.catalog 10.0 (12.04.94)  LANG   	franais  CSET                                    STRS        Nom fichier       Contenu       Motif         Sans le chemin        	Mode HEX          Diff. maj/min         Sous-rpertoire       Nouveau    	   Effacer    
   Dbut         Arrt         Quiter        Editeur       Effacer       < termin >       
< annul >        Chemin de recherche ou fichier        < rien slectionn >          Bienvenue  MultiFind!         }"b                                                                                                                                                                                                                                                                                                b                                                                                              d  f  MTPrefs.catalog                                                                        j                                                                                                                                                                                                                                                                                              f                                                                                              d  h   MTool.catalog                                                            FORM  ^CTLGFVER   #$VER MTool.catalog 21.0 (03.01.94)  LANG   	franais  CSET                                    STRS         Projet        A propos de       Quitter       Prfrences       	Ouvrir...         Propre cran          E         Outils        Mise  jour Device        
_Prcdent        _Copier       	Dp_lacer         	_Dtruire         	_Renommer          	_MakeDir       !   	S. _Tout       "   	S. Rie_n       #   Icn_e     %   	Analy_se       &   Acti_on    (   Charger Prfrences:       -   pcldrmtnevsi	 o       .   Voulez vous renommer       /   ce fichier?    0   Veuillez entrer le nom     1   du nouveau directoire.     2   %Veuillez entrer le nouveau nom pour:       3   Veuillez entrer le masque.     4   i.e. #?.info ou ~(#?.BAK)      5   Entre de Donnes      6   Cacher     8   Message d'erreur:      9   	D'accord       :   Information Device:    ;   Nom   : %s:

          Bloc      Octets
total : %8ld %10ld
Libre : %8ld %10ld

%ld Octets par bloc

%ld Octets slectionn
( rel: %ld )       <    D'accord  |Renomme    =   Erreur     >   	_Accepte       ?   A_nnule    @   BCON:20/50/600/150/Appuyez ctrl-c pour quitter.../ECRAN MTOOLSCREEN     A   an     B   Analyse fichier    C   Taille    : %8d octets     D                      1 bloc      E               %8d blocs      F   Heure: %s %s       G   Vous utilisez une version non enregistre d'valuation de MTool V2.0. Si vous voulez voir disparaitre ce requester, S.V.P envoyez moi 15 $us ou 25 DM. Ordre international pour une quivalence locale. Voir le manuel pour les dtails.       H   Fichier Vide       I   Fichier-IFF,   type:           J   Liste des Hunks:       K        , Taille %6d      L    Rsolution %d  %d point      M    Ecran     %d  %d point       N    Bitplans  %d, %d couleurs     O    Fichier non compress!    P    mode Viewport: $%X    Q   Change Prf...    U   Mauvais Fichier Clef!      V   !Manque Fichier Prfrence MTool!       Y   LHArc-Archive      [   Fichier Texte (ASCII)      \   Type de fichier inconnu    `   Annu_le    a   hsparwedloit       b   5Multitool II  %s mmoire graphique %s mmoire rapide       c   Libre:%13s Statut:%s       d   ! Pas de directoire slectionn         e   Veuillez entrer le nom     f   pour la nouvelle archive:      g   Veuillez entrer les paramtres:    h   %Pas assez d'espacepas de destination!      i   9"Action  chou!
Mauvais arguments ou commande manque!"       j   /"Pas d'action dfinie
Pour ce type de fichier!"    k   "Menu d'installation corrompu!"    l   !"LHA a trouv un gros problme!"       m   )"ne peux pas ouvrir la fonte de Gadget!"       n   "Ne peux bloquer l'cran!"     o   *"La fentre du WorkBench
est trop grande!"     p   %"La fonte de Gadget
est trop grande!"      q   #"La fentre ne peux tre ouverte!""    r   #"ne peux ouvrir la fonte de liste!"    s   Copier / Dtruire      t   Confirmer chaque fichier       u   Confirmer fichier existant     v   %Ne trouve pas l'Editeur de Prfrence      w   Tous les fichiers      x   "Pas de fichier source slectionn!     y   Montre les infos pour:     z   Fichier source:    {   Fichier destination:       |   	Longeur:       ~   	Contenu:          Nom:          	_Longeur          _Date/Heure       	_Contenu          Contrle _version         Change _Nom       Db_ut        C_opie        	Dtruir_e         _Annule       
aldcvnuoet        Erreur de lecture!        Fichier identique         Fichier diffrent         Longeur de fichier diffrente         N'existe pas ici          Dmarrage rapide          Sel.:%13s Etat:%s                                                                               s                                                                                                                                                                                                                                                      /MTool                                                                p                     }&F                                                                                                                                                                                                                                                                                                                                                                                                d  h  MTPrefs.catalog                                                          FORM  CTLGFVER   %$VER MTPrefs.catalog 21.0 (10.01.95)  LANG   	franais  CSET                                    STRS  @       Slection chemin LHA...       Prend         	D'accord          Annule        Nom d'objet:          MTool Prfrences V2.0        Edite type du fichier...          Edite l'entre de Menu...         Edite l'entre d'icne...      	   Edite l'entre de Device...    
   Edite Action...       Edite Programme...        Slection Object...       Edite Marque...       Edite Chemin...       Divers        	Programme         Icne         Type de Fichier       Liste Device          Liste Action          _Type d'Objet:        _Ajoute       A_nnule       T_rier        _Edite        C_opie        Dess_us       _S_ous        _Sauve        	_Utilise           _Annule    !   *** change moi ***     "   
Mode cran     #   Dimension fentre      $   Police Gadget      %   Police List    &   Chemin     '   Ecran & Marque     (   Aucun      )   Nom Fichier Source     *   Nom Fichier Destination    +   Chemin Source      ,   Chemin Destination     -   Nom Source dans Fichier    .   Chemin Destination dans Fichier    /   Chemin Source dans Fichier     0   Chemin Destination dans Fichier    1   Requte    2   Programme  :       3   Parametres:       4   Df.Param.1:       5   Df.Param.2:       6   Df.Param.3:       7   Choix Programme...     8   Filtre     9   
ASC-Filtre     :   
HEX-Filtre     ;   ASCII Texte    <   Inconnu    =   Reconnu    :       >   Programme  :       ?   Icne      :       @   Confirmer chaque fichiers      A   Confirmer fichiers existant    B   Tout les fichiers      C   Propre Ecran       E   Ecran Public       F   Longeur    G   
Date/Heure     H   Contenu    I   Change nom de fichier      J   Contrle Version       K   DirAuto    L   Nom Ecran      :       M   Type D'Ecran   :       N   Pleine taille sur son cran    O   Fermer = Cacher    P   _Annule    Q   Raccourci  :       R   Programme  :       S   Icne      :       T   Slction Icne...     U   Nom Chemin :       V   Slection Chemin...    W   Programme  :       X   Position LHA  :    Y   Df. Chemin 1 :    Z   Df. Chemin 2 :    [   Icne Tiroir  :    \   Slection chemin par dfaut...     ]   Slection icne tiroir...      ^   Slection Mode cran...    _   .Slection Place Taille et Fermeture Fentre...     `   Slection Fonte Gadget...      a   Slection Fonte liste...       b   Projet     c   	Ouvre...       e   	Inclus...      g   Sauve Sous...      i   Quitte     k   Edite      l   Remise  zro par Dfaut       n   Dernier Sauv      p   	Rcupre       r   	Slection      s   Crer Icne?       u   Motif      :       v   Cacher Objet dans Liste Devices    w   Dsactiver Caches      y   Assignations       {   Tous       |   Modes des Devices      }   Editer Modes des Devices...    ~   Editer Gadgets...         Gadgets                                                           p                        ,                                                                                                                                                                                                                                                                                                                                                                                                              Witaliano                                                             s                     jU                                                                                                                                                                                                                                                                                                                                                                                              d  i  MTool.catalog                                                            FORM  CTLGFVER   #$VER MTool.catalog 21.0 (30.10.93)  LANG   	italiano  CSET                                    STRS  h       	Progetto          Esci          E         
Preferenze        Carica        C         Schermo proprio       S         	Strumenti         _Copia        _Sposta       	Ca_ncella         	_Rinomima          	Crea_Dir       !   	S:_Tutti       "   
S:Ness_uno     #   Ic_ona     $   	Archi_via      %   	Anali_zza      &   _Esegui    (   Carica preferenze:     -   pcsnrdtuovzi	 e       .   Vuoi rinominare    /   questo file?       0   Per favore dammi il nome       1   della nuova directory.     2   #Per favore dammi il nuovo nome per:    3   Per favore dammi il pattern    4   p.e. #?.info o ~(#?.BAK)       5   Rechiesta di stringa:      6   	Nascondi       7   N      8   Errore:    :   Informazione sul device:       ;   Nome  : %s:

          Blocchi    Bytes
totali: %8ld %10ld
Liberi: %8ld %10ld

%ld bytes per block

%ld bytes selezionati
( reali: %ld )       <     OK  |Rinomina    =   Errore     >   	_Accetat       ?   	_Cancella      @   CCON:20/50/600/150/Premi ctrl-c per cancellare.../SCREEN MTOOLSCREEN    B   Analizza il file       C   Dimensione File : %8d bytes    F   Tempo: %s %s       G  Tu stai usando una versione non registrata di MTool V2.0. Se vuoi eliminare questo noioso requester e liberare le funzioni criptate, per favore mandami US20$ (DM25). Ordini dall'estero possono essere mandati anche nella moneta locale. Guarda il manuale per ulteriori dettagli.       H   
File vuoto     I   IFF-file,   tipo:          K        , dimensione %6d      L    Risoluzione %d  %d pixel     M    Scrermo     %d  %d pixel     N    Bitplanes   %d, %d colors     O    File non compresso!       Q   Cambia le preferenze       U   Keyfile corrotto!      V   Non c'e' il file MTool.prefs!      Y   Archivio LHA       [   File di testo (ASCII)      \   File sconosciuto       ^   	C_ontinua      _   Esegu_i    `   	_Cancella      b   )Multitool II  %s mem grafica %s altra mem      c   livero:%13s Stat:%s    d    Non e' una directory valida       e   Per favore, dammi il nome      f   del nuovo archivio:    g   Per favore, dammi i parametri:     h   -Non c'e' abbastanza spaziosenza destinazione!      i   ="Azione fallita!
Argomenti errati o comando non selezionato"       j   1"Nessuna azione definita
per questo tipo di file"      k   ""Installazione dei menu corrotta!"     l   "LHA ha avuto dei problemi"    m   )"Non posso aprire il font per i gadgets!"      n   #"Non posso selezionare lo schermo!"    o   1"La finestra per il Workbench
e' troppo grossa!"       p   )"La font per i gadget
 e troppo grossa!"      q   "Non posso aprire la finestra!"    r   )"Con posso aprire il font per le liste!"       s   Copia / Cancella       t   Conferma ogni file     u   Conferma files esistenti       v   "Non posso trovare il prefs. editor     w   Tutti i files      x   Non c'e' sorgetnte selezionata!    y   Mostra informazioni:       z   File sorgente:     {   File destinazione:     |   
Lunghezza:     }   Data:      ~   	Contenti:         	Versione:         Nome:         
_Lunghezza        _Data/Tempo       
_Contenuti        Controlla _Versione       Cambia _Nome          C_opia        	Canc_ella         	Con_tinua         	C_ancella         Errore in lettura!        I file sono identici          I file sono diversi       Lunghezza differente          Non siste ancora          Partenza veloce                                       }/7                                                                                                                                                                                                                                                                                                    	                                                                                              d  j   MTPrefs.catalog                                                          FORM  	CTLGFVER   #$VER MTool.catalog 21.0 (05.02.95)  LANG   	italiano  CSET                                    STRS  	`       Seleziona il percorso di LHA          ACC       	Cancella          Nome Oggetto:         Edita tipo di file...         Edita menu...         Edita icona...     	   Edita Device...    
   Edita Azione per "Esegui"...          Edita Programma...        Seleziona Oggetto...          Edita Flags...        Edita percorsi...         	Programma         Icona         Lista Device          Lista Azioni          Tipo _Oggetto:        _Aggi.        _Canc.        	_Riordina         _Edita        C_opia        _Testa        _Fine         _Salva        _Usa           	_Cancella      !   *** Cambiami ***       #   Dimensioni finestra    &   	Percorsi       (   Nessuno    )   Nome file sorgente     *   Nome file destinazione     +   Percorso sorgente      ,   Percorso cammino       -   Nome sorgente nel file     .   Nome destinazione nel file     /   Percorso sorgente nel file     0   Percorso destinazione nel file     1   	Richiedi       2   Programma  :       3   Parametri  :       7   Seleziona Programma...     =   Reconosci  :       >   Programma  :       ?   Icona      :       @   Conferma tutti i files     A   Conferma i files esistenti     B   Esegui su tutti i files    C   Schermo proprio    F   	Lunghezza      G   
Data/Tempo     H   	Contenuti      I   Cambia nome file       J   Controlla versione     L   Nome schermo   :       M   Tipo schermo   :       N   Grandezza massima      O   Chiudi = Hide      P   	_Cancella      R   Programma  :       S   File icona :       T   Seleziona una icona...     U   Nome perco.:       V   Seleziona percorso...      W   Programma  :       X   Locazione LHA :    \   Seleziona percorso di defaul...    ]   "Scegli una icona per i cassatti...     ^   %Scegli la modalita' dello schermo...       _   ;scegli posizione e dimensioni, quindi chiudi la finestra...    `   !Seleziona un Font per i Gadget...      a   Select un Font per le liste...     b   	Progetto       c   	Carica...      d   C      f   I      g   Salva come...      h   S      i   Fine       j   F      k   Editor     l   Ripristina valori predefiniti      m   P      n   Ripristina ultimi valori       o   U      p   Annulla modifiche      q   A      r   Opzioni    s   Genera Icone?      t   G      {   Tutti      }   Edita Device Modes...      ~   Edita Gadgets...                                p                        !                                                                                                                                                                                                                                                                                                                                                                                                            c
nederlands                                                           s                     rm                                                                                                                                                                                                                                                                                                                                                                                                        d  P  
MFind.catalog                                                            FORM  CTLGFVER   %$VER: MFind.catalog 10.00 (29.08.94)  LANG   nederlands  CSET                                    STRS        Bestandsnaam          Inhoud        	Patroon           Alleen Best.namen         	HEX-modus         Kap.gevoelig          Nieuw      	   Verwdr        	Annuleer          	Bewerker          Schoonmaken       < beindigd >         < geannuleerd >       !Selecteer het zoekpad of -bestand         < geen toegang geselecteerd >         Welkom bij MultiFind!               }/7                                                                                                                                                                                                                                                                                                    	                                                                                              d  j   MTPrefs.catalog                                                                        j'                                                                                                                                                                                                                                                                                              8                                                                                              d  k  ,MTool.catalog                                                            FORM  0CTLGFVER   $$VER: MTool.catalog 21.0 (28.04.94) LANG   nederlands  CSET                                    STRS        Over          V         Einde         Voorkeurinstellingen          
Maatscherm        M         Vernieuw devicelijst          _Hogere       	_Kopieer          
Ver_plaats        
Verwij_der        	Her_noem           	_MaakDir       !   	S:_Alles       "   	S:Nie_ts       #   Ik_oon     $   
Archi_veer     %   
Analy_seer     &   Aktie      (   Laad Voorinstellingen      -   hkpdnmatovsi	 t       .   Wilt u deze file       /   
hernoemen?     0   Vul a.u.b. de naam van     1   de nieuwe directory in.    2   !Vul a.u.b. de nieuw naam in voor:      3   Vul a.u.b. het patroon in.     4   bijv. #?.info of ~(#?.BAK)     5   String verzoek:    6   	Verbergen      7   B      8   Foutmelding    9   	Doorgaan       :   Device informatie:     ;   Naam  : %s:

            Blokken    Bytes
Totaal: %8ld %10ld
Vrij   : %8ld %10ld

%ld bytes per blok

%ld bytes geselecteerd
( reel: %ld )    <     OK  |Hernoem     =   Fout       >   _Accepteren    ?   	Annu_leer      @   CCON:20/50/600/150/Druk ctrl-c om te annuleren.../SCHERM MTOOLSCHERM    A   al     B   Bestandsanalyse    C   Best.grootte:%8d bytes     D         1 blok       E             %8d blokken      F   Tijd: %s %s    G   U gebruikt een niet-geregistreerde evaluatieversie van MTool V2.0. Indien u van de vervelende verzoeken en handicaps af wil, zend mij dan US$20 (DM25). Buitenlandse zendingen mogen in de equivalente lokale eenheid zijn. Zie handleiding voor meer info.    H   Leeg bestand       I   IFF-bestand,   type:           J   hunk lijst:    K       , grootte %6d      L    Resolutie %d  %d pixels      M    Scherm    %d  %d pixels      N    Bitplanes %d, %d kleuren      O    Bestand niet gecomprimeerd!       Q    Verander Voorkeur     R   V      U   Slecht Sleutelbestand!     V   Geen MTool Voorinst.bestand!       Y   LHArc-Archief      [   Tekstbestand (ASCII)       \   Onbekend bestandstype      ^   	D_oorgaan      _   Ak_tie     `   	Annu_leer      a   hsparwedloit       b   5MultiTool II %s grafisch geheugen  %s overig geheugen      c   Vrij:%13s Stat:%s              d   %Geen geldige directory geselecteerd        e   Vul a.u.b. de naam van     f   het nieuwe archief in:     g   Vul a.u.b. parameters in:      h   !Niet genoeg ruimte
op bestemmibg!      i   :"Aktie mislukt!
Verkeerde argumenten of commando vergeten"     j   1"Geen aktie gedefinieerd
voor dit bestandstype!"       k   "Verkeerde menu-installatie!"      l   "LHA heeft moeilijkeheden!"    m   ""Kan het gadget font niet openen!"     n   !"Kan het scherm niet vastzetten!"      o   ""Het werkbankvenster
is te groot!"     p   "Het gadget font
 is te groot!"    q   "Venster gaat niet open!"      r   !"Kan het list font niet openen!"       s   Kopieer / Verwijder    t   Bevestig elk bestand       u   Bevestig bestaande best.       v   Kan de Prefs Editor niet vinden    w   Alle bestanden     x   !Geen bronbestanden geselecteerd!       y   Geef informatie over:      z   Bronbestand:       {   Bestemmingsbestand:    |   Lengte:    }   Datum:     ~   Inhoud:       Versie:       Naam:         _Lengte       _Datum/Tijd       _Inhoud       _Versie controle          Verander _Naam        	_Kopieer          
V_erwijder        	Door_gaan         	_Annuleer         
aldivnskeg        	Leesfout!         Bestanden identiek        Bestanden verschillend        Bestandslengten verschillend          Bestaat nog niet          Snelle start                                                                                                                              s                                                                                                                                                                                                                                                      /MTool                                                                p                     }%                                                                                                                                                                                                                                                                                                  
2                                                                                              d  k  xMTPrefs.catalog                                                          FORM  
*CTLGFVER   &$VER: MTPrefs.catalog 21.0 (05.02.95) LANG   nederlands  CSET                                    STRS  	       Selecteer LHA pad...          Kies          	Doorgaan          	Annuleer          Object Naam:          Bewerk Bestandstype...        Bewerk Menytoegang...         Bewerk Ikoontoegang...     	   Bewerk Devicetoegang...    
   Bewerk Aktie...       Bewerk Programma...       Selecteer Object...       Bewerk Vlaggen...         Bewerk Paden...       	Allerlei          	Programma         Ikoon         Bestandstype          Devicelijst       
Aktielijst        
Objecttype        +         -         	Sorteren          	Bewerken          	Kopiren          Boven         Onder         Bewaren       	Gebruiken          	Annuleer       !   *** nieuw ****     "   Schermmodus    #   Venster Dimensies      %   
Lijst Font     &   Paden      '   Scherm & Vlaggen       (   Geen       )   Naam Bronbestand       *   Naam Bestemmingsbestand    +   Bronpad    ,   Bestemmingspad     -   Bronnamen in Bestand       .   Bestemmingsnamen in Bestand    /   Bronpad in Bestand     0   Bestemmingspaden in Bestand    1   Verzoek    2   Programma  :       7   Selecteer Programma...     8   Patroon    ;   ASCII Tekst    <   Vreemd Best.       =   Herkenning:    >   Programma :    ?   Ikoon     :    @   Bevestig alle bestanden    A   Bevestig bestaande best.       B   Volvoer alle bestanden     C   Eigen Scherm       D   	Werkbank       E   	Pubscherm      F   Lengte     G   
Datum/Tijd     H   Inhoud     I   Verander Bestandsnaam      J   Versie Controle    L   Schermnaam   :     M   Schermtype   :     N   Max. grootte op eigen Scherm       O   Sluiten = Verbergen    P   	Annuleer       Q   Shortcut  :    R   Programma :    S   Ikoonbestand:      T   Selecteer Ikoon...     U   Padnaam   :    V   Selecteer Pad...       W   Programma  :       X   LHA lokatie:       Y   Def. Pad 1 :       Z   Def. Pad 2 :       [   Lade Ikoon :       \   Selecteer standaardpad...      ]   Selecteer Lade Ikoon       ^   Selecteer Schermmodus...       _   1Selecteer Plaats en Grootte, sluit dan Venster...      `   Selecteer Gadget Font...       a   Selecteer Lijst Font...    e   Meenemen...    f   M      g   
Bewaar Als     i   Einde      k   Bewerk     l   Reset naar Standaards      m   R      n   Laatst Bewaard     p   Herstel    q   H      r   Plaatsingen    s   Creer Ikonen      u   Patroon    :       {   Alle       }   Bewerk Device Modes...     ~   Bewerk Gadgets...                                                                                                                                   s                                                                                                                                                                                                                                                      /MTool                                                                p                        &]                                                                                                                                                                                                                                                                                                                                                                                                              lnorsk                                                                s                     Ҳj                                                                                                                                                                                                                                                                                              n                                                                                              d  j  xMTool.catalog                                                            FORM  fCTLGFVER   $$VER: MTool.catalog 21.0 (10.02.94) LANG   norsk CSET                                    STRS         	Prosjekt          Om        ?         Avslutt       Innstilninger         Hent          Spesialskjerm         S         KMDR          Automatisk Katalog        K         Verkty       Oppdater enhetsliste          	_Forrige          K_opier       F_lytt        _Slett        
N_ytt navn         	Ny s_kuff      !   S:_Alle    "   	S:In_gen       #   Ik_on      $   Arki_v     %   	A_nalyser      &   	_Handling      (   Hent innstilinger:     -   folsykagovni	 t       .   Vil du gi ett nytt navn til    /   denne filen?       0   Vennligst skriv inn navnet     1   til den nye skuffen.       2   Vennligst skriv inn navnet for:    3   Vennligst skriv inn mnster.       4   f.eks #?.info eller ~(#?.BAK)      5   Streng annmodning:     6   Skjul      7   S      8   Feilmelding:       :   Enhet informasjon:     ;   Navn  : %s:

          Blokker     Bytes
totalt: %8ld %10ld
Ledig : %8ld %10ld

%ld byter pr. blokk

%ld bytes valgt
( virkelig: %ld )     <     OK  |Nytt navn       =   Feil       >   _OK    ?   _Avbryt    @   BCON:20/50/600/150/Trykk ctrl-c for  avbryte.../SCREEN MTOOLSCREEN     A   oa     B   Analyserer fil     C   Strrelse : %8d bytes      D                      1 blokk     E               %8d blokker    F   
Tid: %s %s     G  Du bruker n den uregistrerte evalueringsversjonen av MTool V2.0. Hvis du vil bli kvitt de plagsome anmodningene og begrensningene i denne versjonen, vennligst send US$20 (DM25) til meg. Utenlandske bestillinger kan betale i sin nasjonale valuta. Se i manualen for nrmere detaljer.     H   Tom fil    I   IFF-fil,    type:      J   hunk liste:    K        , strrelse %6d       L   ! Opplsning %d x %d bildepunkter       M   ! Skjerm     %d x %d bildepunkter       N    Bitplanes %d, d% farger       O    Filen er ikke pakket!     P    Viewportmodus: $%X    Q   Forandre Instillinger      R   F      U   Korrupt nkkelfil!     V   Finner ikke instillingsfilen!      Y   LHArc-arkiver      [   Tekst fil (ASCII)      \   Ukjent filtype     ^   	_Fortsett      _   	Handling       `   _Avbryt    b   -Multitool II  %s grafikkminne %s annet minne       c   Ledig:%13s Stat:%s     d   !   Ingen gyldig katalog valgt          e   Vennligst angi navnet      f   til det nye arkivet:       g   Vennligst angi parametere:     h   Ikke nok plass
p mlenheten!      i   9"Klarte ikke  utfre handling!
Feil argumenter/kommando"      j   -"Ingen handling definert for denne filtypen!"      k   "Meny installering korrupt!"       l   "LHA har ett problem!"     m   *Klarer ikke  hente inn symbolskrifttypen!     n   "Klarer ikke  lse skjermen!"     o   !"Workbenchvinduet er
for stort!"       p   "Symbol skrift.
er for stor!"      q   "Vinduet pnes ikke!"      r   &"Klarer ikke  hente listeskrifttype!"     s   Kopiere / Slette       t   Bekrefte hver fil      u   Bekrefte eksisterende filer    v   Finner ikke Instillingsprogram     w   
Alle filer     x   %Ingen filer i kildekatalog er valgt!       y   Vis informasjon om:    z   
Kilde fil:     {   Mlfil:    |   Lengde:    }   Dato:      ~   	Innhold:          	Versjon:          Navn:         _Lengde       	_Dato/tid         	_Innhold          _Version sjekk        _Forandre Navn        	K_opiere          Sl_ette       
For_tsette        _Avbryt       
aldivfsoet        	Lesefeil!         Filene er identiske       Filene er forskjellige        Forskjellig lengde p filene          Eksisterer ikke enda          Rask oppstart                                                                                                                                                                                                               
2                                                                                              d  k  xMTPrefs.catalog                                                                        }"=                                                                                                                                                                                                                                                                                                  
                                                                                              d  j  MTPrefs.catalog                                                          FORM  	CTLGFVER   &$VER: MTPrefs.catalog 21.0 (05.02.95) LANG   norsk CSET                                    STRS  	       Velg LHA sti...       Hent          Avbryt        Objekt navn:          MTool Innstillingsprogram V2.0        Editere filtype...        Editere meny del...       Editere ikon del...    	   Editere enhets del...      
   Editere handling...       Editere program...        Velg objekt...        Editere  parametere...        Editere stier...          Forskjellig       Meny          Ikon          Filtype       Enhetsliste       Handlingsliste        _Objekt type:         _Legg         _Slett        	_Editere          	_Kopiere          _verst       _Bunn         _Lagre        Br_uk          _Avbryt    !   *** Forandre meg ***       "   Skjermmodus    #   Vindustrrelse     $   Symbol skrifttype      %   Listeskrifttype    &   Stier      '   Skjerm & parametere    (   Ingen      )   Kildefilnavn       *   
Mlfilnavn     +   	Kildesti       ,   Mlsti     -   Kildenavn i fil    .   Mlnavn i fil      /   Kildesti i fil     0   Mlsti i fil       1   	Anmodning      3   Parametere :       4   Std. par.1 :       5   Std. par.2 :       6   Std. par.3 :       7   Velg program...    8   Mnster    ;   ASCII Tekst    <   
Ukjent fil     =   Gjenkjen.  :       ?   Ikon       :       @   Bekrefte alle filer    A   Bekrefte eksisterende filer    B   Utfr p alle filer    C   Egen skjerm    E   Offentlig skjerm       F   Lengde     G   	Dato/tid       H   Innhold    I   Forandre filnavn       J   Versjon sjekk      K   
A. Katalog     L   
Skjermnavn     M   Skjermtype     :       N   Full strrelse p egen skjerm      O   Stengt = Gjemt     P   _Avbryt    Q   Snarvei    :       S   Ikon fil   :       T   Velg ikon...       U   Stinavn    :       V   Velg sti...    X   LHA posisjon  :    Y   Standard par.1:    Z   Standard par.2:    [   Skuffikon     :    \   Velg standard sti...       ]   Velg skuffikon     ^   Velg skjermmodus...    _   9Velg posisjon og strrelse, og steng deretter vinduet...       `   Velg symbolskrifttype...       a   Velg listeskrifttype...    b   Prosekt    c   	Hente...       e   Inkludere...       g   Lagre som...       i   Avslutt    k   	Forandre       l   Standardverdier    n   Sist lagret    p   Gjenopprett        q   G      r   Innstillinger      s   Lage ikoner?       u   Mnster    :       {   Alle       }   Editere Device Modes...    ~   Editere Gadgets...    r            F                                                                                                                                                          s                                                                                                                                                                                                                                                      /MTool                                                                p                                                                                                                                                                                                                                                                                                                                                                                                                                      u	slovensky                                                            s                     j)                                                                                                                                                                                                                                                                                                                                                                                              d  m    MTool.catalog                                                            FORM  CTLGFVER   #$VER MTool.catalog 21.0 (05.02.95)  LANG   
slovensky CSET                                    STRS  X       Projekt       
Informacie        I         Koniec        Preferencie       	Otvor...          Vlastna obrazovka         V         Pomocky       Obnov Zoznam Zariadeni        _Rodic        	_Kopiruj          _Presun       _Zmaz         	Pre_menuj          
Vytvor_Adr     !   	S:_Vsetko      "   S:_Nic     #   Ik_ona     $   Arc_hiv    %   	Anal_yzuj      &   Ak_cia     (   Nahraj Preferencie:    -   rkpzmavnohyi	 c       .   Chces premenovat       /   tento subor?       0   Zadaj prosim meno      1   noveho adresara.       2   Vloz prosim nove meno pre:     3   Vloz prosim vzorku.    4   napr. #?.info alebo ~(#?.BAK)      5   Poziadavka na retazec:     6   Skry sa    8   Chybova sprava:    :   Informacie o zariadeni:    ;   Meno  : %s:

        Poc.blokov   Bajtov
Celkom : %8ld %10ld
Volne  : %8ld %10ld

%ld bajtov na blok

%ld bajtov oznacenych
( v skutocnosti: %ld )     <     OK  |Premenuj    =   Chyba      >   _Prijat    ?   _Zrusit    @   7CON:20/50/600/150/Prerusenie: Ctrl-C/SCREEN MTOOLSCREEN    A   pz     B   Analyzuj subor     C   Dlzka suboru : %8d bajtov      D                      1 blok      E               %8d blokov     F   
Cas: %s %s     G   Pouzivas neregistrovanu verziu programu MTool V2.1. Ak sa chces zbavit neprijemnych requesterov a obmedzeni, zasli mi prosim US$20 (DM25). Tuto ciastku mozes tiez zaplatit ekvivalentnou sumou v domacej mene. Blizsie informacie najdes v manualy.       H   Prazdny subor      I   IFF-subor,  typ:       J   Hunk zoznam:       K        , velkost %6d     L    Rozlisenie %d  %d pixelov    M    Obrazovka  %d  %d pixelov    N    Pocet Bitplanov %d, %d farieb     O    Subor nie je zbaleny!     P    Viewportmody: $%X     Q   Zmen Preferencie...    U   Chybny Keyfile subor!      V   Toto nie je MTool Prefs subor!     [   Textovy subor (ASCII)      \   Neznamy typ suboru     ^   	_Pokracuj      _   Ak_cia     `   _Zrus      a   hsparwedpciz       b   1Multitool II  %s grafickej pamate  %s inej pamate      c   Volne:%13s Stat:%s     d    Neplatny adresar      e   Vloz prosim meno       f   noveho archivu:    g   Vloz prosim parametre:     h   -Na cielovom zariadeni
nie je dostatok miesta!      i   ;"Neuspesna akcia!
Chybne argumenty alebo chybajuci prikaz!"    j   6"Pre tento typ suboru
nie je definovana ziadna akcia!"     k   "Nespravna menu instalacia!"       l   "LHA ma problemy!"     m   "Nemozem otvorit gadget font!"     n   "Nemozem uzamknut obrazovku!"      o   ""Okno workbenchu
je prilis velke!"     p   "Gadget font
je prilis velky!"     q   "Neda sa otvorit okno!"    r   !"Nemozem otvorit zoznam fontov!"       s   Kopiruj / Zmaz     t   Potvrd kazdy subor     u   Potvrd exist. subory       v   Nemozem najst Prefs Editor     w   Vsetky subory      x   Nie je oznaceny ziadny subor!      y   Zobraz informacie:     z   Zdrojovy subor:    {   Cielovy subor:     |   Dlzka:     }   Datum:     ~   Obsah:        Verzia:       Meno:         _Dlzka        
D_atum/Cas        _Obsah        Kontrola _verzie          
Zmen _Meno        	_Kopiruj          _Zmaz         	_Pokracuj         Z_rus         
rdaovmskzp        Chyba pri citani!         Rovnake subory        Rozdielne subory          Rozdielne dlzky suborov       Zatial neexistuje         Rychly start          Ozn.:%13s Stat:%s                                                         }*2                                                                                                                                                                                                                                                                                                    	                                                                                              d  m  LMTPrefs.catalog                                                          FORM  	CTLGFVER   %$VER MTPrefs.catalog 21.0 (04.11.93)  LANG   
slovensky CSET                                    STRS  	<       Zvol cestu k LHA...       Zvol          Zrus          Meno Objektu:         Edituj Typ Suboru...          Edituj Polozky Menu...        Edituj Ikony...    	   Edituj Polozky Zariadeni...    
   Edituj Akcie...       Edituj Program...         Vyber Objekt...       Edituj Priznaky...        Edituj Cesty...       Rozne         Ikona         
Typ Suboru        Zoznam Zariadeni          Zoznam Akcii          Typ _Objektu:         Prid_aj       _Zmaz         Uspo_riadaj       _Edituj       	Sk_opiruj         _Hore         _Dole         _Uloz         _Pouzi         Zru_s      !   *** zmen ma ***    "   
Rozlisenie     #   Dimenzie Okna      $   Font pre Gadgety       %   Font pre Zoznamy       &   Cesty      '   Obrazovka a Priznaky       (   Nic    )   Meno zdrojoveho suboru     *   Meno cieloveho suboru      +   Cesta k Suboru     ,   Cesta k Cielu      -   Mena Zdrojov v Subore      .   Mena Cielov v Subore       /   Cesta Zdroja v Subore      0   Cesty Cielov v Subore      1   
Poziadavka     3   Parametre  :       7   Vyber Programu...      8   Vzorka     <   
Nezn.Subor     =   Rozpoznanie:       ?   Ikona      :       @   Potvrd vsetky subory       A   Potvrd existujuce subory       B   Vykonaj vsetky subory      C   Vlastna Obrazovka      F   Dlzka      G   	Datum/Cas      H   Obsah      I   Zmen meno suboru       J   Kontrola Verzie    L   Meno Obrazovky :       M   Typ Obrazovky  :       N   Plna velkost Obrazovky     O   Zatvor = Skry sa       P   Zru_s      Q   Kl.skratka :       S   Typ Ikony  :       T   Vyber si Ikonu...      U   Cesta      :       V   Zvol Cestu...      X   Cesta k LHA   :    Y   Def. Cestu 1  :    Z   Def. Cestu 2  :    [   Ikona pre Adr.:    \   Zvol si cestu...       ]   Zvol si Ikonu pre Adresar...       ^   Zvol si Rozlisenie...      _   .Zvol si Miesto a Velkost, potom zatvor Okno...     `   Zvol Font pre Gadgety...       a   Zvol Font pre Zoznamy...       b   Projekt    c   	Otvor...       e   	Pridaj...      f   P      g   Uloz Ako...    i   Koniec     k   Edituj     l   Nastav Povodne Hodnoty     n   Posledna Zmena     p   Obnov      r   
Nastavenia     s   Vytvaranie Ikon?       u   Vzorka     :       {   Vsetky     }   Edituj Device Modes...     ~   Edituj Gadgets...                                                                 p                        #S[                                                                                                                                                                                                                                                                                                                                                                                                            suomi                                                                s                     r                                                                                                                                                                                                                                                                                                                                                                                                          d  P  
MFind.catalog                                                            FORM  CTLGSTRS        Tiedostonimi          Sislt       Kaava         
Vain nimet        	HEX tila          Isot<>pienet          Alihakemistot         Uusi       	   Tuhoa      
   Aloita        Seis          Kumoa         
Leikekirja        Editori       	Tyhjenn          
< valmis >        < kumottu >       Valitse hakupolku tai -tiedosto       < ei valittua vaihtoehtoa >       Tervetuloa MultiFindiin!                                                                        j                                                                                                                                                                                                                                                                                                                                                                                              d  h  
MTool.catalog                                                            FORM  CTLGFVER   $$VER: MTool.catalog 21.0 (30.10.94) LANG   suomi CSET                                    STRS  \       	Projekti          Tietoja       Lopeta        	Asetukset         Avaa...       
Oma nytt        Aut.hakemisto         	Tykalut          Lue laitelista        _Yls         _Kopioi       _Siirr       _Tuhoa        _Nime         
_Hakemisto     !   	V:K_aikki      "   	V:_Poista      #   Ik_oni     $   	A_rkistoi      %   T_utki     &   T_ee       (   Lue asetukset:     -   ykstnhaporui	 e       .   Haluatko nimet tmn      /   tiedoston uudestaan?       0   Syt nimi uudelle     1   hakemistolle.      2   Syt uusi nimi:       3   Syt kaava.       4   esim. #?.info tai ~(#?.BAK)    5   Tekstikehoitin     6   Piilota    8   Virhe:     9   OK     :   Laitetietoja:      ;   Nimi  : %s:

           Lohkoja  Tavuja
Yhteens : %8ld %10ld
Vapaana  : %8ld %10ld

%ld tavua lohkolla

%ld tavua valittuna
( %ld oikeasti )      <     OK  |Nime uudelleen     =   Virhe      >   	_Hyvksy       ?   _Kumoa     @   CCON:20/50/600/150/Paina ctrl-c keskeyttksesi.../SCREENMTOOLSCREEN    A   hk     B   Tutkin tiedostoa       C   Koko : %8d tavua       D                      1 lohko     E               %8d lohkoa     F   Pivys: %s %s     G   Kytt rekisterimtnt tutustumiskopiota MTool V2.0:sta. Pstksesi eroon hiritsevist kehoittimista ja saadaksesi kaikki toiminnot, lhet 20 US dollaria, 25 Saksan markkaa tai vastaava mr paikallista valuuttaa. Listietoka kyttohjeissa.    H   Tyhj tiedosto     I   IFF tiedosto, tyyppi:      J   	osalista:      K        , koko %6d    L    Koko %d  %d pistett     M   Nytttila %d  %d pistett    N    %d bittitasoa, %d vri       O   Tiedosto ei ole pakattu!       P    Viewport-tilat: $%X       Q   Muuta asetuksia...     U   Virheellinen avaintiedosto!    V   Ei asetustiedostoa!    Y   LhA arkisto    [   Tekstitiedosto (ASCII)     \   Tuntematon tiedostotyyppi      ^   _Jatka     _   T_ee       `   _Kumoa     a   hsparwedkjie       b   3Multitool II  %s grafiikkamuistia  %s muuta muistia    c   Vapaana:%13s Tila:%s       d   Ei hakemistoa valittuna    e   Syt uuden arkiston       f   nimi.      g   Syt parametrit.      h   )Kohdehakemistossa ei ole
tarpeeksi tilaa!      i   =Toiminto eponnistui!
Komentoa ei ole tai argumentit vrin.       j   3Tlle tiedostotyypille
ei ole mritelty toimintoa!    k   Hakemistorakenne virheellinen!     l   LhA:lla on ongelmia!       m   'Painikekirjasimen avaaminen ei onnistu!    n   Nytn lukitseminen ei onnistu!    o   %Ikkuna on liian suuri
Workbenchille!       p   Painikekirjasin on
liian suuri!    q   Ikkuna ei avaudu!      r   %Listakirjasimen avaaminen ei onnistu!      s   Kopioi / Tuhoa     t   Varmista jokainen tiedosto     u   Varmista olemassaolevat    v   Asetuseditoria ei lydy    w   Ei varmistusta     x   Ei lhdetiedostoja valittuna!      y   Nyt tietoja:     z   Lhdetiedosto      {   Kohdetiedosto      |   Koko:      }   	Pivys:       ~   	Sislt:          Versio:       Nimi:         _Koko         	_Pivys          	_Sislt          _Versiotarkistus          Vaihda _nimi          A_loita       K_opioi       Tuh_oa        _Jatka        K_umoa        
ukpsvnlooj        
Lukuvirhe!        Tiedostot identtiset          Tiedostot erilaiset       
Koko eroaa        Ei olemassa       Pikakynnistys        Val.:%13s Tila:%s                                       p                     }%V                                                                                                                                                                                                                                                                                                   <                                                                                              d  i   MTPrefs.catalog                                                          FORM  4CTLGFVER   &$VER: MTPrefs.catalog 21.0 (05.02.95) LANG   suomi CSET                                    STRS  
       Etsi LhA...       Etsi          Kumoa         Objektin nimi         Muuta tiedostotyyppi...          Muuta valikkoa...         Muuta ikonia...    	   Muuta laitetta...      
   Muuta toimintoa...        Muuta ohjelmaa...         Valitse objekti...        Muuta lippuja...          Muuta polkuja...          
Sekalaista        Ohjelma       Valikko       Ikoni         Tiedostotyyppi        
Laitelista        Toimintolista         _Objektityyppi        _Lis        Tu_hoa        	_Jrjest         Muokkaa       _Kopioi       _Yls         _Alas         	_Tallenna         K_yt         K_umoa     !   *** muuta ***      "   
Nytttila     #   Ikkunan ulottuvuudet       $   Painikekirjasin    %   Listakirjasin      &   Polut      '   Nytt & Liput     (   	Ei mitn      )   Lhdetiedoston nimi    *   Kohdetiedoston nimi    +   Lhdehakemisto     ,   Kohdehakemisto     -   Lhdenimet tiedostossa     .   Kohdenimet tiedostossa     /   Lhdehakemisto tiedostossa     0   Kohdehakemisto tiedostossa     1   	Kehoitus       2   Ohjelma    :       3   Argumentit :       4   Ensimminen:       5   Toinen     :       6   Kolmas     :       7   Valitse ohjelma...     8   Kaava      9   ASCII      :   HEX    ;   Teksti     <   
Tuntematon     =   
Tunnistus:     >   Ohjelma    :       ?   Ikoni      :       @   Varmista kaikki tiedostot      A   Varmista olemassaolevat    B   Ei varmistusta     C   
Oma nytt     E   Julkinen nytt    F   Koko       G   Pivys    H   Sislt    I   Muuta nime    J   Versiotarkistus    K   
Aut.hakem.     L   Nytn nimi    :       M   Nytn tyyppi  :       N   Tysi koko omalla nytll     O   Sulje = Piilota    P   _Kumoa     Q   Pikavalinta:       R   Ohjelma    :       S   Ikoni      :       T   Valitse ikoni...       U   Polku      :       V   Valitse polku...       W   Ohjelma    :       X   LhA sijainti  :    Y   1. Hakemisto  :    Z   2. Hakemisto  :    [   Hakemistoikoni:    \   Valitse oletushakemisto...     ]   Valitse hakemistoikoni...      ^   Valitse nytttila...      _   'Aseta paikka ja koko ja sulje ikkuna...    `   Valitse painikekirjasin...     a   Valitse listakirjasin...       b   	Projekti       c   Avaa...    e   Sisllyt...       g   Tallenna nimell...    i   Lopeta     k   	Muokkaus       l   Palauta oletusarvot    n   Viimeksi tallennetut       p   Palauta    r   	Asetukset      s   Luo ikonit?    u   Kaava      :       v   Piilota olio laitelistassa     w   l puskuroi hakemistoa    x   	Laitteet       y   Nimet      z   Levyt      {   Kaikki     |   
Laitetilat     }   Muuta laiteasetuksia...    ~   Muuta gadgets...                                                                                                                  /MTool                                                                p                                                                                                                                                                                                                                                                                                                                                                                                                                      svenska                                                              s                     j.                                                                                                                                                                                                                                                                      
  	                                                                                                                      d  l   MTool.catalog                                                            FORM  CTLGFVER   #$VER MTool.catalog 21.0 (16.11.93)  LANG   svenska CSET                                    STRS  D       Projekt       Om        ?         Avsluta       Instllningar         	ppna...          
Egen skrm        E         Verktyg       Uppdatera Devicelista         _Moder        	_Kopiera          _Flytta       _Radera       _Dp om        	Ny _lda       !   _Allt      "   I_nget     #   _Symbol    $   Arki_v     %   
Anal_ysera     &   A_gera     (   Ladda instllningar:       -   mkfrdlansvyi	 g       .   Vill du dpa om    /   
denna fil?     0   Skriv in namnet p     1   den nya ldan:     2   Skriv in det nya namnet fr:       3   Skriv in mnstret:     4   ex. #?.info eller ~(#?.BAK)    5   Strngbegran:     6   Gm    7   G      8   Felmeddelande:     9   Ok     :   Deviceinformation:     ;   Namn  : %s:

           Block      Bytes
Totalt: %8ld %10ld
Ledigt: %8ld %10ld

%ld Bytes per block

%ld Bytes valda
( verkliga: %ld )     <     OK  |Dp om      =   Fel    >   _Okej      ?   Av_bryt    @   9CON:20/50/610/150/Avbryt med Ctrl-c.../SCREEN MTOOLSCREEN      A   ob     B   Analyserar fil     C   Filstorlek: %8d bytes      E               %8d block      F   Tid: %s  %s    G  Du anvnder den oregistrerade utvrderingsversionen av MTool V2.0. Om du inte vill ha irriterande requestrar och borttagna funktioner, ska du betala sharewareavgiften p US$15 (DM25). Du kan ven betala med motsvarande belopp i lokal valuta. Se dokumentationen fr mer information.      H   Filen r tom       I   IFF-fil av typen:      J   
Hunklista:     K        , storlek %6d     L    Upplsning %d  %d punkter    M    Skrm      %d  %d punkter    N    Bitplan    %d, %d frger      O    Filen r packad.      P    Viewportlgen $%X     Q   	ndra...       R         U   Ogiltig Keyfil!    V   -Filen r inte en
instllningsfil till MTool!       Y   LhArc-Arkiv    [   Textfil (ASCII)    \   Oknd filtyp       ^   	_Fortstt      _   A_gera     `   Av_bryt    a   hsparwedbfig       b   -Multitool II  %s grafikminne  %s vrigt minne      c   Ledigt:%13s ST:%s      d      Ingen giltig lda vald          e   Skriv in namnet p     f   det nya arkivet:       g   Skriv in parametrar:       h   1Inte tillrckligt med plats
p destinationsdisken      i   9Kunde inte agera!
Fel argument eller felaktigt kommando.       j   5Det finns ingen ageringsdefinition
fr denna filtyp!       k   Fel vid installation av menyer!    l   LhA gav ett felmeddelande!     m   Hittar inte gadgettypsnitt!    n   Kan inte lsa skrmen!     o   Workbenchfnstret
r fr stort!    p   Gadgettypsnittet
r fr stort!     q   Kan inte ppna MToolfnstret!      r   Kan inte hitta listtypsnittet!     s   Kopiera / radera       t   Konfirmera alla filer      u   Konfirmera befintliga filer    v   Hittar inte instllningseditorn    w   Konfirmera ej      x   Ingen kllfil vald     y   Visa information om:       z   	Kllfil:       {   Destinationsfil:       |   Lngd:     }   Datum:     ~   	Innehll:         Namn:         _Lngd        
_Datum/Tid        	_Innehll         _Versionskontroll         _Namnndring          	_Kopiera          _Radera       	_Fortstt         Av_bryt       
bldivnskrf        Lsfel!       Filerna r identiska          Filerna r olika          Fillngden r olika       Finns ingen dest.fil          
Snabbstart        Valt  :%13s ST: %s  alog                                                                        }!C                                                                                                                                                                                                                                                                                                  6                                                                                              d  l  MTPrefs.catalog                                                          FORM  .CTLGFVER   %$VER MTPrefs.catalog 21.0 (17.01.95)  LANG   svenska CSET                                    STRS  
       Vlj skvg till LhA          Vlj          Avbryt        Objektnamn :          MTool instllningar V2.0          ndra filtyp...       ndra meny...         ndra symboler...      	   ndra skvgslista...      
   ndra kommando...         ndra program...          Vlj objekt...        ndra flaggor...          	Skvgar          Allmnna instllningar        Meny          Symbol        Filtyp        Skvgslista          Kommandolista         _Objekttyp:       _Nytt         _Radera       	So_rtera          _ndra        	_Kopiera          _Frst        S_ist         _Spara        _Anvnd        Av_bryt    !   *** ndra mig ***      "   	Skrmlge      #   Fnsterstorlek     $   Gadgettypsnitt     %   Listtypsnitt       &   	Skvgar       '   Skrm & flaggor    (   Inget      )   Namn p kllfil    *   Namn p destinationsfil    +   
Kllskvg     ,   Destinationsskvg     -   Kllfiler i namnfil    .   Destinationsfiler i namnfil    /   Kllfiler med skvg i namnfil     0   !Dest. filer med skvg i namnfil       1   Frga om argument      3   Argument   :       4   Argument 1 :       5   Argument 2 :       6   Argument 3 :       7   Vlj program...    8   Mnster    ;   
ASCII-Text     <   Oknd filtyp       =   Igenknning:       ?   Symbol     :       @   Konfirmera alla filer      A   Konfirmera befintliga filer    B   Konfirmera ej      C   
Egen skrm     E   Allmn skrm       F   Lngd      G   	Datum/Tid      H   	Innehll       I   Namnndring    J   Versionskontroll       L   Skrmnamn      :       M   Skrmtyp       :       N   Full storlek; Egen skrm       O   Stng = Gm    P   Av_bryt    Q   Snabbtangent:      R   Program     :      S   Symbol     :       T   Vlj symbol...     U   Skvg     :       V   Vlj skvg...     X   LhA-Program   :    Y   Startskvg v:    Z   Startskvg h:    [   Ldsymbol     :    \   Vlj startskvg...    ]   Vlj symbol till ldor...      ^   Vlj skrmlge...      _   5Vlj storlek och placering, stng drefter fnstret.       `   Vlj gadgettypsnitt...     a   Vlj listtypsnitt...       b   Projekt    c   	ppna...       e   Lgg till...       f   L      g   Spara som...       i   Avsluta    k   ndra      l   Frinstllda vrden    m   F      n   Senast sparade     o   E      p   	terstll      q         r   Tillval    s   Skapa symboler?    t   K      u   Mnster    :       v   Gm objektet i enhetslistan    w   Stng av cache     x   Enheter    y   Tilldelningar      z   Volymer    {   Alla       |   Enhetsinstllningar    }   ndra enhetsinstllningar...       ~   Editera gadgets...        Gadgets                                                                                                                     /MTool                                                                p                        FT@                                                                                                                                                                                                0                                                                                                                                                                                                          Fonts                                                                r                        L *                                                                                                                                                                                                                                                                                                                                                                                                                DatMon                                                                                    ǯT                                                                                                                                                                                                                                                                                                                                                                                              W  O   d8                                                                                               pNu                                             FED                   @         n   n        ````````````````                 lf 80     <<<~~<<     <<<<~88|~~<<  `   ``8             pr````````````````````````````````B<f~p > ~~<p    0p   0q<<0f0fq0q ;0<0q6<  0f`f`q0qf  0ff~```````````````` lf~lf   f8ff`0ff `ff<ffllf0`<  `  0 `  `             3 >6<f@ 3  f0    pcc# $<f<f $ $ l$<cf$ `f$ f  $ $ $ $ ` f  x00<   fx<|`ff~<l<f00f <|<><0>|8f|<|>|>~ffff~ ````````````````ppppppppppppppppl0f<< f ~ <~00   0f&&f<<<<<<<~~~~f<<<<f6fffc~f<<<<<<~<<<<<8888|<<<<< >fffff|ff&"&."/&/&&&.&.//  f|p 0 ~ fl|<>  ` f|l<0  ffff|fflfffff`ff<f` 3&"&."/&/&&&.&.//lx< f x ~  `  0p3,,,0ffffffofffffff6clfffff|ffffff~gffffffffifiajhhaiiieiehh  0 0<   0f0ff   ~8<00   >f`f~0ffxffff`<fff ifiajhhaiiieiehhIFIAJHHAIIIEIEHH>0B<<  f     ƶ  x f`~~~~~~|ff6fffcf>>>>>>`~~~~ffffff kffffffff	

	

   ff f `f`fff0f~` `ffll8f`0   ffff`0>flff|>`f<<<0 3	

	

0  3        6   313f<lfffffcffff~ffffffff````ffffffsffff<|<f										  fv 0   <~~<<<0<   <<>~|8<||~<<   >|<><0f<ff<f<``|>Df~p 										 ~ <<       ~   6    gbg<~~~~<<<<< <<<|`l>>>>>>w<<<<<<<<<|f<<<<< n>>>>`~		            0              0                                         <  <     `       p    3		        ~    ~        0           0                      `                           pp              (  0  8  @  H  P  X  `  h  p  x                                        ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                          ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                                D   \   b                                                                                                                                            q                                                                                                          +
MAShare_53                                         
          q                 @ܕp                                                                                                                                                                                                                                                                                                                                                                                                          W  O   dDatMon.font                                                                DatMon/8                                                                                                                                                                                                                                                          B                                                      q                                                                                                          +
MAShare_53                                         
          q                    -L_                                                                                                                                                                                                                                                                                    (                                                                                                                          Fineline                                                                                   mw                                                                                                                                                                                                                                                                  '  &  %  $  #  "  !                                                                                                               W  N  	11                                                                                              pNu                                             FED                   @  	       n   X                                         HD(B8     8<<~~<<     <8<<|88|< <                           r                                B<f<p ><~< pp    p     2<< f06xq0q   D  2         @q2       ````````````````                 HD(DD   DBB@ BBB   `BD$BBƂDD (  @   @  @8             p3````````````````````````````````>"<B B B B    0   $L$BB $  D(8 =( @<L6<  f6 $Lf  $ff```````````````` HD|D0D   D($@@BB  ~$D @D  @    @  @              ̐ H BD@ "  B0     PDaa! <<<<$<(~~~~|>>>D8888DB|B"  B  $ "         @   H(  (   HD|@BB` BD(D    <|<>< >|8D|<|>|>~BBABB~ 3````````````````ppppppppppppppppH B8< xD  <|  B~  p"""bBBBBB$(@@@@BDDDDDBB<<<<<<~<<<<<|<<<<< |BBBBB|B&"&."/&/&&&.&.//  Dp   ~ |<> B|D(    BBBB|BBHBBBBB@BBA$B ̖&"&."/&/&&&.&.//Hx<B     xp B 8 $$$BBBBBBO@@@@򢂂8DBL	BBBBB|BBBBBB~BBBBBBBifiajhhaiiieiehh  D|  (   0BB  ~`~D(     >B@BB BBpBBBB@<BBAB` 3ifiajhhaiiieiehhIFIAJHHAIIIEIEHH> B8B D      B$  "	 ~~~~~~xxxxxBD8BB>>>>>>@BBBBBBBBBB BBBBBBB	

	

   *  D   D@BB     B(D@    BB@B~ BBHBBBB@BBI$B 	

	

  <  "       B$    D@@@@@D|BBBBBBB@~~~~BBBBBBBBBBBBB										  D% D  DBBBBB    @BBBDD(Ƃ    BBBB@ >BDBBBB@B$UB$  3										         |   f$     '"'BB@@@@DDDDDD B@BBBBBBBB@@@@BBBBBB |BBBB"|"		  D|%y     8~~<<<<0   <<>|<8<||< <   >|<>< B<B>B<|>@|>"B~  		 ~ 8B B   B      Z$    <<~~~~|>>>x88888 ||||8L======w<<<<<|B<<<<< ====@                                   D(B    0  @           0                                           B     @        p                                        < <   <      @  0                                     @                                                                (          @                                                       <  <     @       `                                                         @                 0                               0                     p p             (  0  8  @  H  P  X  `  h  p  x                                        ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                          ( 0 8 @ H P X h ` h p x                        ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                               D   \   b            W  O   dDatMon.font                                                                   (         )ǥF                                                                                                                                                                                                                                                                      /  .  -  ,  +  *  )                                                                                                            W  N  	8                                                                                               pNu                                             FED                   @         n   ^        ````````````````                 lD 8     <<<~~<<     <8<<B|8|8|<B<<  @   @@8             pr````````````````````````````````B<f~0 >~~<pp    p   0q<< f06xq0q =0f<0q6<  0f06 q0qf  0ff```````````````` lD~DD   BBB@ BBB `BD$BBBDBDBBBD @(  @    @  @             3 >"<D@ H" B    0Daa! ($B(B $  D$<AB$ @B$ B  $ $ $ $ @   H0 (   B($|@BB~$BBB@BD(D  D <|<>< >|8B|<|>|>~BBABB~ ````````````````ppppppppppppppppH B8< D  <|0 B~ P"""b8888$<(~~~~|>>>B<<<<B"BB BA~B<<<<<<~<<<<<|<<<<< >BB BB|B&"&."/&/&&&.&.//  D|r   ~ BHD|<>  ` B~||<BD(   BBBB|BBDBBBBB@BBA$B` 3&"&."/&/&&&.&.//Hx<f      B p$$$ DDDDBBO@@@@BBBBBBBB"AL	BBBBB|BBBBBB~EBBBBBBBifiajhhaiiieiehh     (    B0BB   ~BB@HB((     >B@B~ BBxBBBB@<BBIB ifiajhhaiiieiehhIFIAJHHAIIIEIEHH> B8<  D   xp B$  8 "	@||||~~xBxxxxB"BBBBAB>>>>>@~~~~BBBBBB IBBBBBBB	

	

   DL D @BBBBBB~` @BBBBD@DDBB(D@    BBBB@ >BDBB|>@B$U$$  3	

	

   "       b$   DB<@@@@DBBBBBABBBBB~BBBBBBBB@@@@BBBBBBQBBBB<|<										  Dv    <~~<<<<   <<>B|<8@<B<<Ƃ<<   >|<>< B<BB>B<@@|>"B~p 										 ~ 8<      |   ]$    '"'<~~~~|>>>x<<<<< >>><@L====>=w<<<<<|B<<<<< >===>@		                          0                                         <  <     @       p    3		        ~   ~      @  0           0                      @                       @    pp             (  0  8  @  H  P  X  `  h  p  x                                        ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                          ( 0 8 @ H P X h ` h p x                        ( 0 8 @ H P X ` h p x                        ( 0 8 @ H P X ` h p x                               D   \   b                s                                                                                                                                                                                                                                                    MTool                                                                p            0         1i                                                                                                                                                                                                                                                                                          2  1                                                                                                            W  N  	Fineline.font                                                              Fineline/11                                                                                                                                                                                                                                                       BFineline/8                                                                                                                                                                                                                                                        B   H    .f                                                                                                                                  r                                                                                                                                                                  q                                                                                                          +
MAShare_53                                         
          q        3            .      S                  k                  _                  8                              
                                                                                  .          @  8                                   <  4  B                                                                                                                                            iLocaleSource                                                         r            4         5%NFf                                                                                                                                                                                                                                                                                      7  6  5              q                                                                                              K    MFind.cd                                                         !  3    ;**************************************************************************
;*                                                                        *
;*  MultiFind   -   Dateiensuche                        Version 1.1r000   *
;*                                                                        *
;*  1994 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Description File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
MSG_Title (0/0/50)
MultiFind V1.0 (Boris Jakubaschk)
MSG_FName (1/0/50)
Filename
MSG_FCont (2/0/50)
Contents
MSG_SPat (3/0/50)
Pattern    
MSG_NamesOnly (4/0/50)
Filenames only
MSG_HEXMode (5/0/50)
HEX mode
MSG_CaseSen (6/0/50)
Case sensitive
MSG_SubDir (7/0/50)
Subdirs
MSG_New (8/0/50)
New
MSG_Del (9/0/50)
Del
MSG_Start (10/0/50)
Start
MSG_Stop (11/0/50)
Stop
MSG_Cancel (12/0/50)
Cancel
MSG_Clip (13/0/50)
Clipboard
MSG_MTool (14/0/50)
MTool
MSG_Editor (15/0/50)
Editor
MSG_Clear (16/0/50)
Clear
MSG_STerm (17/0/50)
< finished >
MSG_SCanc (18/0/50)
< cancelled >
MSG_GetPath (19/0/50)
Select the search path or -file
MSG_NoSel (20/0/50)
< no entry selected >
MSG_Welcome (21/0/50)
Welcome to MultiFind!
                                                     W  N  	Fineline.font                                                                 8         9Xꢇ                                                                                                                                                                                                                                                                                      ;  :  9                                                                                                            K    
MFind_d.ct                                                       E  3    ;**************************************************************************
;*                                                                        *
;*  MultiFind   -   Dateiensuche                        Version 1.1r000   *
;*                                                                        *
;*  1994 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER MFind.catalog 10.0 (12.04.94)
## codeset 0
## language deutsch
;
MSG_Title
MultiFind V1.0 (Boris Jakubaschk)
MSG_FName
Dateiname
MSG_FCont
Dateiinhalt
MSG_SPat
Suchstring 
MSG_NamesOnly
Nur Dateinamen
MSG_HEXMode
HEX-Modus
MSG_CaseSen
Gro-/Klein
MSG_SubDir
Unterverz.
MSG_New
Neu
MSG_Del
Entf.
MSG_Start
Start
MSG_Stop
Stopp
MSG_Cancel
Abbruch
MSG_Clip
Clipboard
MSG_MTool
MTool
MSG_Editor
Editor
MSG_Clear
Lschen
MSG_STerm
< Suche beendet >
MSG_SCanc
< Suche abgebrochen >
MSG_GetPath
Whlen Sie den Suchpfad/die Suchdatei
MSG_NoSel
< kein Eintrag ausgewhlt >
MSG_Welcome
Willkommen zu MultiFind!
                                       q                                                                                                          +
MAShare_53                                         
          q        <         =X꧴                                                                                                                                                                                                                                                                                      ?  >  =                                                                                                            s    x
MFind_f.ct                                                           3    ;**************************************************************************
;*                                                                        *
;*  MultiFind   -   Dateiensuche                        Version 1.1r000   *
;*                                                                        *
;*  1994 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File fr Catcomp                                  *
;*                                                                        *
;*  franais 12.04.1994 Boris Jakubaschk (I know my French is quite bad)  *
;*                                                                        *
;**************************************************************************
;
## version $VER MFind.catalog 10.0 (12.04.94)
## codeset 0
## language franais
;
MSG_Title
MultiFind V1.0 (Boris Jakubaschk)
MSG_FName
Nom fichier
MSG_FCont
Contenu
MSG_SPat
Motif
MSG_NamesOnly
Sans le chemin
MSG_HEXMode
Mode HEX
MSG_CaseSen
Diff. maj/min
MSG_SubDir
Sous-rpertoire
MSG_New
Nouveau
MSG_Del
Effacer
MSG_Start
Dbut
MSG_Stop
Arrt
MSG_Cancel
Quiter
MSG_Clip
Clipboard
MSG_MTool
MTool
MSG_Editor
Editeur
MSG_Clear
Effacer
MSG_STerm
< termin >
MSG_SCanc
< annul >
MSG_GetPath
Chemin de recherche ou fichier
MSG_NoSel
< rien slectionn >
MSG_Welcome
Bienvenue  MultiFind!
                       +
MAShare_53                                         
          q        @         A                                                                                                                                                                                                                                                                                  D  C  B  A                                                                                                              n    MFind_nl.ct                                                          3    ## version $VER: MFind.catalog 10.00 (29.08.94)
## codeset 0
## language nederlands
;;
;**************************************************************************
;*                                                                        *
;*  MultiFind   -   Dateiensuche                        Version 1.1r000   *
;*                                                                        *
;*  1994 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Description File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
MSG_Title
MultiFind V1.0 (Boris Jakubaschk)
;; MultiFind V1.0 (Boris Jakubaschk);
;;
MSG_FName
Bestandsnaam
;; Filename;
;;
MSG_FCont
Inhoud
;; Contents;
;;
MSG_SPat
Patroon 
;; Pattern    ;
;;
MSG_NamesOnly
Alleen Best.namen
;; Filenames only;
;;
MSG_HEXMode
HEX-modus
;; HEX mode;
;;
MSG_CaseSen
Kap.gevoelig
;; Case sensitive;
;;
MSG_SubDir
Subdirs
;; Subdirs;
;;
MSG_New
Nieuw
;; New;
;;
MSG_Del
Verwdr
;; Del;
;;
MSG_Start
Start
;; Start;
;;
MSG_Stop
Stop
;; Stop;
;;
MSG_Cancel
Annuleer
;; Cancel;
;;
MSG_Clip
Clipboard
;; Clipboard;
;;
MSG_MTool
MTool
;; MTool;
;;
MSG_Editor
Bewerker
;; Editor;
;;
MSG_Clear
Schoonmaken
;; Clear;
;;
MSG_STerm
< beindigd >
;; < finished >;
;;
MSG_SCanc
< geannuleerd >
;; < cancelled >;
;;
MSG_GetPath
Selecteer het zoekpad of -bestand
;; Select the search path or -file;
;;
MSG_NoSel
< geen toegang geselecteerd >
;; < no entry selected >;
;;
MSG_Welcome
Welkom bij MultiFind!
;; Welcome to MultiFind!;
;;
                                                                                                                                    q                                                                                                          +
MAShare_53                                         
          q        E         F$E                                                                                                                                                                                                                                              R  Q  P  O  N  M  L  K  J  I  H  G  F                                                                                                            d      MTool.cd                                                           3    ;**************************************************************************
;*                                                                        *
;*  Multitool II   -   DOS-Hilfsprogramm                Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Description File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
MSG_0_MT_Project (0/0/50)
Project
MSG_0_ME_About (1/0/65)
About
MSG_0_MS_About (2/0/65)
A
MSG_0_ME_Quit (3/0/65)
Quit
MSG_0_MS_Quit (4/0/65)
Q
MSG_0_MT_Prefs (5/0/65)
Preferences
MSG_0_ME_Open (6/0/65)
Open...
MSG_0_MS_Open (7/0/65)
O
MSG_0_ME_CScreen (16/0/65)
Customscreen
MSG_0_MS_CScreen (17/0/65)
C
MSG_0_G_Devs (20/0/6)
DEVS
MSG_0_G_Dirs (21/0/6)
DIRS
MSG_0_G_Cmds (22/0/6)
CMDS
MSG_0_ME_Autodir (23/0/65)
AutoDir
MSG_0_MS_Autodir (24/0/65)
D
MSG_0_MT_Tools (25/0/65)
Tools
MSG_0_ME_ReScan (26/0/65)
Rescan devlist
MSG_0_G_Parent (27/0/65)
_Parent
MSG_0_G_Copy (28/0/65)
_Copy
MSG_0_G_Move (29/0/65)
_Move
MSG_0_G_Delete (30/0/65)
_Delete
MSG_0_G_ReName (31/0/65)
Re_name
MSG_0_G_MakeDir (32/0/65)
MakeDi_r
MSG_0_G_MAll (33/0/65)
S:_All
MSG_0_G_MNot (34/0/65)
S:Nothin_g
MSG_0_G_Icon (35/0/65)
Ic_on
MSG_0_G_Archive (36/0/65)
Archi_ve
MSG_0_G_Analyze (37/0/65)
Analy_ze
MSG_0_G_Action (38/0/65)
Action
MSG_0_G_Info (39/0/65)
I
MSG_0_T_LoadPrefs (40/0/65)
Load Preferences:
MSG_0_T_ShortCuts (45/0/65)
pcmdnragovzi\t\x1b t
MSG_2_T_ExRename1 (46/0/65)
Do you want to rename
MSG_2_T_ExRename2 (47/0/65)
this file?
MSG_2_T_MakeDir1 (48/0/65)
Please enter the name
MSG_2_T_MakeDir2 (49/0/65)
of the new directory.
MSG_2_T_ReName (50/0/65)
Please enter the new name for:
MSG_2_T_PatSel1 (51/0/65)
Please enter the pattern.
MSG_2_T_PatSel2 (52/0/65)
i.e. #?.info or ~(#?.BAK)
MSG_3_T_SreqTitle (53/0/65)
String request:
MSG_0_ME_Hide (54/0/65)
Hide
MSG_0_MS_Hide (55/0/65)
H
MSG_3_T_ErrorES1 (56/0/65)
Error message:
MSG_3_T_ErrorES2 (57/0/65)
OK!
MSG_3_T_DevInfoES1 (58/0/65)
Device information:
MSG_3_T_DevInfoES2 (59/0/150)
Name  : %s:\n\n          Blocks      Bytes\ntotal : %8ld %10ld\nFree  : %8ld %10ld\n\n%ld bytes per block\n\n%ld bytes selected\n( real: %ld )
MSG_3_T_DevInfoES3 (60/0/65)
  OK  |Rename
MSG_3_T_Error (61/0/65)
Error
MSG_3_T_SROK (62/0/65)
_Accept
MSG_3_T_SRCancel (63/0/65)
_Cancel
MSG_3_T_OpenCON (64/0/100)
CON:20/50/600/150/Press ctrl-c to cancel.../SCREEN MTOOLSCREEN
MSG_3_T_SRKeys (65/0/65)
ac
MSG_4_T_AreqTitle (66/0/65)
Analyzing file
MSG_4_T_FileSize (67/0/65)
File size : %8d bytes
MSG_4_T_1Block (68/0/65)
                   1 block
MSG_4_T_Blocks (69/0/65)
            %8d blocks
MSG_4_T_Time (70/0/65)
Time: %s %s
MSG_3_T_ScrollText (71/0/1000)
You are using the unregistered evaluation version of MTool V2.0. If you want to get rid of the annoying requesters and cripplings, please send me US$20 (DM25). Foreign orders may pay in equivalent local currency. See manual for details.
MSG_4_T_EmptyFile (72/0/65)
Empty file
MSG_4_T_IFFFile (73/0/65)
IFF-file,   type:     
MSG_4_T_HunkList (74/0/65)
hunk list:
MSG_4_T_HunkLen (75/0/65)
     , size %6d
MSG_4_T_Resolution (76/0/65)
 Resolution %d  %d pixel
MSG_4_T_ScreenRes (77/0/65)
 Screen     %d  %d pixel
MSG_4_T_Colors (78/0/65)
 Bitplanes  %d, %d colors
MSG_4_T_Compress (79/0/65)
 File not compressed!
MSG_4_T_VPModes (80/0/65)
 Viewportmodes: $%X
MSG_0_ME_ChPrefs (81/0/65)
Change Prefs...
MSG_0_MS_ChPrefs (82/0/65)
P
MSG_0_T_BadKey (85/0/65)
Bad Keyfile!
MSG_7_T_NoPrefsFile (86/0/65)
No MTool Prefs File!
MSG_4_T_LHA (89/0/65)
LHArc-Archiv
MSG_4_T_Text (91/0/65)
Text file (ASCII)
MSG_4_T_Unknown (92/0/65)
Unknown file type
MSG_4_T_Cont (94/0/65)
C_ontinue
MSG_4_T_Action (95/0/65)
Ac_tion
MSG_4_T_Cancel (96/0/65)
_Cancel
MSG_4_T_Keys (97/0/65)
hsparwedcoit
MSG_5_T_Title (98/0/65)
Multitool II  %s graphics mem  %s other mem
MSG_5_T_Stat (99/0/65)
Free:%13s Stat:%s
MSG_5_T_NotValid (100/0/65)
 No valid directory selected 
MSG_6_T_Archiv1 (101/0/65)
Please enter the name
MSG_6_T_Archiv2 (102/0/65)
of the new archive:
MSG_7_T_Parms (103/0/65)
Please enter parameters:
MSG_2_T_DestFull (104/0/65)
Not enough space\non destination!
MSG_7_T_ActFail (105/0/65)
"Action failed!\nBad arguments or missing command"
MSG_7_T_NoAction (106/0/65)
"No action defined\nfor this file type!"
MSG_7_T_MenuFail (107/0/65)
"Menu installation corrupt!"
MSG_6_T_LHAFail (108/0/65)
"LHA has got a problem!"
MSG_0_T_NoGFont (109/0/65)
"Can't open gadget font!"
MSG_0_T_NoScreen (110/0/65)
"Can't lock screen!"
MSG_0_T_BigWin (111/0/65)
"The workbench window\nis too big!"
MSG_0_T_BigGFont (112/0/65)
"The gadget font\n is too big!"
MSG_0_T_NoWindow (113/0/65)
"Window doesn't open!"
MSG_0_T_NoLFont (114/0/65)
"Can't open list font!"
MSG_2_T_CopDel (115/0/65)
Copy / Delete
MSG_2_T_ConfEvryFile (116/0/65)
Confirm every file
MSG_2_T_ConfExisFile (117/0/65)
Confirm exist. files
MSG_0_T_NoPrefs (118/0/65)
Can't find Prefs Editor
MSG_2_T_ConfAllFile (119/0/65)
All files
MSG_2_T_NoSourceFile (120/0/65)
No source files selected!
MSG_2_T_CheckThese (121/0/65)
Show information about:
MSG_2_T_SourceFile (122/0/65)
Source file:
MSG_2_T_DestFile (123/0/65)
Destination file:
MSG_2_T_Length (124/0/65)
Length:
MSG_2_T_Date (125/0/65)
Date:
MSG_2_T_Contents (126/0/65)
Contents:
MSG_2_T_Version (127/0/65)
Version:
MSG_2_T_Name (128/0/65)
Name:
MSG_2_G_Length (129/0/65)
_Length
MSG_2_G_Date (130/0/65)
_Date/Time
MSG_2_G_Contents (131/0/65)
_Contents
MSG_2_G_Version (132/0/65)
_Version check
MSG_2_G_ChngName (133/0/65)
Change _Name
MSG_2_G_Start (134/0/65)
_Start
MSG_2_G_Copy (135/0/65)
C_opy
MSG_2_G_Delete (136/0/65)
D_elete
MSG_2_G_Continue (137/0/65)
Con_tinue
MSG_2_G_Cancel (138/0/65)
C_ancel
MSG_2_T_Keys (139/0/65)
aldcvnsoet
MSG_2_T_ReadError (140/0/65)
Read error!
MSG_2_T_FilesIdent (141/0/65)
Files identical
MSG_2_T_FilesDiff (142/0/65)
Files different
MSG_2_T_FiLenDiff (143/0/65)
File length different
MSG_2_T_NoExist (144/0/65)
Does not exist yet
MSG_0_ME_QuickStart (145/0/65)
Quick start
MSG_5_T_FStat (146/0/65)
Sel.:%13s Stat:%s
                                                                                                                              D  C  B  A                                                                                                              n    MFind_nl.ct                                                          3         S         TWi                                                                                                                                                                                                                                                      ^  ]  \  [  Z  Y  X  W  V  U  T              %                                                                                              d      
MTool_d.ct                                                           3    ;**************************************************************************
;*                                                                        *
;*  Multitool II   -   DOS-Hilfsprogramm                Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER MTool.catalog 21.0 (11.12.94)
## codeset 0
## language deutsch
;
MSG_0_MT_Project
Projekt
MSG_0_ME_About
ber
MSG_0_MS_About

MSG_0_ME_Quit
Programmende
MSG_0_MS_Quit
Q
MSG_0_MT_Prefs
Voreinstellungen
MSG_0_ME_Open
Laden...
MSG_0_MS_Open
O
MSG_0_ME_CScreen
Eigener Screen
MSG_0_MS_CScreen
C
MSG_0_G_Devs
Gerte
MSG_0_G_Dirs
Pfade
MSG_0_G_Cmds
Aktion
MSG_0_ME_Autodir
AutoDir
MSG_0_MS_Autodir
D
MSG_0_MT_Tools
Werkzeuge
MSG_0_ME_ReScan
Deviceliste neu
MSG_0_G_Parent
_Parent
MSG_0_G_Copy
_Kopieren
MSG_0_G_Move
_Schieben
MSG_0_G_Delete
_Lschen
MSG_0_G_ReName
_Umtaufen
MSG_0_G_MakeDir
Make_Dir
MSG_0_G_MAll
_M:Alles
MSG_0_G_MNot
M:_Nichts
MSG_0_G_Icon
Ic_on
MSG_0_G_Archive
Archi_v
MSG_0_G_Analyze
_Analyse
MSG_0_G_Action
Ak_tion
MSG_0_G_Info
I
MSG_0_T_LoadPrefs
Voreinstellung laden:
MSG_0_T_ShortCuts
pksludmnovai\t\x1b t
MSG_2_T_ExRename1
Wollen Sie diese
MSG_2_T_ExRename2
Datei umtaufen?
MSG_2_T_MakeDir1
Geben Sie den Namen des
MSG_2_T_MakeDir2
neuen Verzeichnisses an:
MSG_2_T_ReName
Geben Sie den neuen Namen an fr:
MSG_2_T_PatSel1
Geben Sie die Selektionsmaske ein.
MSG_2_T_PatSel2
z.B. #?.info oder ~(#?.BAK)
MSG_3_T_SreqTitle
Stringeingabe:
MSG_0_ME_Hide
Verbergen
MSG_0_MS_Hide
H
MSG_3_T_ErrorES1
Fehlermeldung:
MSG_3_T_ErrorES2
Oje...
MSG_3_T_DevInfoES1
Gerteinformation:
MSG_3_T_DevInfoES2
Name  : %s:\n\n          Blcke      Bytes\nGesamt: %8ld %10ld\nFrei  : %8ld %10ld\n\n%ld Bytes pro Block\n\n%ld Bytes selektiert\n( real: %ld )
MSG_3_T_DevInfoES3
  OK  |Medium umtaufen
MSG_3_T_Error
Fehler
MSG_3_T_SROK
_bernehmen
MSG_3_T_SRCancel
_Abbrechen
MSG_3_T_OpenCON
CON:20/50/600/150/Abbruch mit Ctrl-c.../SCREEN MTOOLSCREEN
MSG_3_T_SRKeys
a
MSG_4_T_AreqTitle
Dateianalyse
MSG_4_T_FileSize
Dateigre: %8d Bytes
MSG_4_T_1Block
                   1 Block
MSG_4_T_Blocks
            %8d Blcke
MSG_4_T_Time
Zeit: %s  %s
MSG_3_T_ScrollText
Sie verwenden die unregistrierte Testversion von MTool V2.0. Wenn es Ihnen gefllt, sollten Sie den Shareware-Beitrag von 25 Mark bezahlen. Ein entsprechender Betrag in einer anderen Whrung wird auch akzeptiert. Sie bekommen dann eine Datei, die die strenden Requester und die anderen Einschrnkungen beseitigt.
MSG_4_T_EmptyFile
Leere Datei
MSG_4_T_IFFFile
IFF-Datei vom Typ     
MSG_4_T_HunkList
Hunkliste:
MSG_4_T_HunkLen
     , Gre %6d
MSG_4_T_Resolution
 Auflsung %d  %d Punkte
MSG_4_T_ScreenRes
 Screen    %d  %d Punkte
MSG_4_T_Colors
 Bitplanes %d, %d Farben
MSG_4_T_Compress
 Unkomprimierte Datei!
MSG_4_T_VPModes
 Viewportmodi: $%X
MSG_0_ME_ChPrefs
ndern...
MSG_0_MS_ChPrefs

MSG_0_T_BadKey
Ungltiges Keyfile!
MSG_7_T_NoPrefsFile
Keine Voreinstellungsdatei fr MTool!
MSG_4_T_LHA
LHArc-Archiv
MSG_4_T_Text
Textdatei (ASCII)
MSG_4_T_Unknown
Unbekannter Dateityp
MSG_4_T_Cont
Wei_ter
MSG_4_T_Action
A_ktion
MSG_4_T_Cancel
A_bbruch
MSG_4_T_Keys
hsparwedbtik
MSG_5_T_Title
Multitool II  %s Chip-RAM  %s sonst. RAM
MSG_5_T_Stat
Frei:%13s Stat:%s
MSG_5_T_NotValid
  Kein gltiges Verzeichnis  
MSG_6_T_Archiv1
Bitte geben Sie den Namen
MSG_6_T_Archiv2
des neuen Archivs ein:
MSG_7_T_Parms
Bitte Parameter angeben:
MSG_2_T_DestFull
  Zu wenig Platz\nauf dem Zielmedium
MSG_7_T_ActFail
Aktion fehlgeschlagen\nBefehl oder Argumente stimmen nicht!
MSG_7_T_NoAction
Fr diesen Dateityp\nwurde keine Aktion festgelegt!
MSG_7_T_MenuFail
Fehler in der Meninstallation!
MSG_6_T_LHAFail
LHA meldet einen Fehler!
MSG_0_T_NoGFont
Gadgetfont nicht gefunden!
MSG_0_T_NoScreen
Screen kann nicht 'gelockt' werden!
MSG_0_T_BigWin
Das Workbenchfenster von MTool\nist zu gro!
MSG_0_T_BigGFont
Der Gadgetfont ist zu gro!
MSG_0_T_NoWindow
Das MTool-Fenster kann nicht geffnet werden!
MSG_0_T_NoLFont
Listfont nicht gefunden!
MSG_2_T_CopDel
Kopieren / Lschen
MSG_2_T_ConfEvryFile
Besttigung jeder Datei
MSG_2_T_ConfExisFile
Besttigung exist. Dateien
MSG_0_T_NoPrefs
Kein Voreinstellungseditor vorhanden!
MSG_2_T_ConfAllFile
Alle Dateien bearbeiten
MSG_2_T_NoSourceFile
Keine Quelldateien angewhlt!
MSG_2_T_CheckThese
berprfen anhand von:
MSG_2_T_SourceFile
Quelldatei:
MSG_2_T_DestFile
Zieldatei:
MSG_2_T_Length
Lnge:
MSG_2_T_Date
Datum:
MSG_2_T_Contents
Inhalt:
MSG_2_T_Version
Version:
MSG_2_T_Name
Name:
MSG_2_G_Length
_Lnge
MSG_2_G_Date
_Datum/Uhrzeit
MSG_2_G_Contents
_Inhalt
MSG_2_G_Version
_Versionsberprfung
MSG_2_G_ChngName
_Namensnderung vorschlagen
MSG_2_G_Start
_Start
MSG_2_G_Copy
_Kopieren
MSG_2_G_Delete
Lsch_en
MSG_2_G_Continue
_Weiter
MSG_2_G_Cancel
_Abbruch
MSG_2_T_Keys
aldivnskew
MSG_2_T_ReadError
Lesefehler!
MSG_2_T_FilesIdent
Dateien identisch
MSG_2_T_FilesDiff
Dateien verschieden
MSG_2_T_FiLenDiff
Dateilnge verschieden
MSG_2_T_NoExist
Existiert noch nicht
MSG_0_ME_QuickStart
Schnellstart
MSG_5_T_FStat
Sel.:%13s Stat:%s
                         q                                                                                                          +
MAShare_53                                         
          q        _         `$u\                                                                                                                                                                                                                                                      j  i  h  g  f  e  d  c  b  a  `                                                                                                            d      MTool_da.ct                                                      x  3    ;**************************************************************************
;*                                                                        *
;*  Multitool II   -   DOS-Hjlpe program               Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File til Catcomp af Adam Sjgren                  *
;*                                                                        *
;**************************************************************************
;
## version $VER: MTool.catalog 21.0 (13.11.93) by Adam Sjgren
## codeset 0
## language dansk
;
MSG_0_MT_Project
Projekt
MSG_0_ME_About
Om programmet
MSG_0_MS_About
?
MSG_0_ME_Quit
Afslut
MSG_0_MS_Quit
A
MSG_0_MT_Prefs
Indstillinger
MSG_0_ME_Open
ben...
MSG_0_MS_Open

MSG_0_ME_CScreen
Seperat skrm
MSG_0_MS_CScreen
K
MSG_0_G_Devs
DEVS
MSG_0_G_Dirs
DIRS
MSG_0_G_Cmds
CMDS
MSG_0_ME_Autodir
AutoDir
MSG_0_MS_Autodir
d
MSG_0_MT_Tools
Vrktj
MSG_0_ME_ReScan
Genls device liste
MSG_0_G_Parent
_Forlder
MSG_0_G_Copy
_Kopier
MSG_0_G_Move
F_lyt
MSG_0_G_Delete
_Slet
MSG_0_G_ReName
_Omdb
MSG_0_G_MakeDir
O_pret dir
MSG_0_G_MAll
V:_Alle
MSG_0_G_MNot
V:_Ingen
MSG_0_G_Icon
Ik_on
MSG_0_G_Archive
A_rkivr
MSG_0_G_Analyze
A_nalysr
MSG_0_G_Action
Aktion
MSG_0_G_Info
D
MSG_0_T_LoadPrefs
Hent indstillinger:
MSG_0_T_ShortCuts
fklsopaimrnd\t\x1b o
MSG_2_T_ExRename1
Fil eksisterer!
MSG_2_T_ExRename2
Vil du omdbe den?
MSG_2_T_MakeDir1
Vr venlig at indtaste navnet
MSG_2_T_MakeDir2
p den nye skuffe.
MSG_2_T_ReName
Vr venlig at indtaste det nye navn for:
MSG_2_T_PatSel1
Vr venlig at indtaste et mnster:
MSG_2_T_PatSel2
f.eks. #?.info eller ~(#?.BAK)
MSG_3_T_SreqTitle
Indtastning af oplysning:
MSG_0_ME_Hide
Gemme vk
MSG_0_MS_Hide
H
MSG_3_T_ErrorES1
Fejl meddelelse:
MSG_3_T_ErrorES2
Kl ned!
MSG_3_T_DevInfoES1
Device information:
MSG_3_T_DevInfoES2
Navn  : %s:\n\n          blokke      bytes\ni alt : %8ld %10ld\nfri   : %8ld %10ld\n\n%ld bytes pr. blok\n\n%ld bytes valgt\n(i virkeligheden: %ld)
MSG_3_T_DevInfoES3
  Ok  |Omdb
MSG_3_T_Error
Fejl
MSG_3_T_SROK
_Ok
MSG_3_T_SRCancel
_Afbryd
MSG_3_T_OpenCON
CON:S*/14/20/700/200/Tryk ctrl-c for at afbryde...
MSG_3_T_SRKeys
oa
MSG_4_T_AreqTitle
Analyserer fil
MSG_4_T_FileSize
Strrelse : %8d bytes
MSG_4_T_1Block
                   1 blok
MSG_4_T_Blocks
            %8d blokke
MSG_4_T_Time
Dato: %s  %s
MSG_3_T_ScrollText
Dette program er frit distribuerbart copyrighted software. Et shareware bidrag p 25 DM (15 US$) tilskyndes alle der bruger dette program til at betale. Udlndinge kan betale tilsvarende belb i deres mnt. Ls manualen for flere detaljer. Dette er den sidste version af MTool der er fuld funktionel uden registrering. Fremtidige versioner vil blive dyrere.
MSG_4_T_EmptyFile
Tom fil
MSG_4_T_IFFFile
IFF-fil,   type:     
MSG_4_T_HunkList
hunk liste:
MSG_4_T_HunkLen
     , strrelse %6d
MSG_4_T_Resolution
 Oplsning %d  %d pixels
MSG_4_T_ScreenRes
 Skrm     %d  %d pixels
MSG_4_T_Colors
 Bitplaner  %d, %d farver
MSG_4_T_Compress
 Fil ikke komprimeret!
MSG_4_T_VPModes
 Viewportmodi: $%X
MSG_0_ME_ChPrefs
ndre opstning...
MSG_0_MS_ChPrefs

MSG_0_T_BadKey
Ubrugelig key-fil!
MSG_7_T_NoPrefsFile
Ingen MTool opstning fundet!
MSG_4_T_LHA
LHArc-Arkiv
MSG_4_T_Text
Tekst fil (ASCII)
MSG_4_T_Unknown
Ukendt fil type
MSG_4_T_Cont
_Fortst
MSG_4_T_Action
A_ktion
MSG_4_T_Cancel
Af_bryd
MSG_4_T_Keys
hsparwedbfik
MSG_5_T_Title
Multitool II  %s grafik hukommelse  %s anden hukommelse
MSG_5_T_Stat
Fri:%13s Status:%s
MSG_5_T_NotValid
 Ingen gyldig skuffe valgt   
MSG_6_T_Archiv1
Vr venlig at indtaste
MSG_6_T_Archiv2
det nye arkivs navn:
MSG_7_T_Parms
Vr venlig at indtaste parametre:
MSG_2_T_DestFull
Ikke nok plads\np destinationen!
MSG_7_T_ActFail
"Kommando fejlede!\nForkerte argumenter eller manglende kommando"
MSG_7_T_NoAction
"Ingen aktion defineret\nfor denne fil type!"
MSG_7_T_MenuFail
"Menu installering defekt!"
MSG_6_T_LHAFail
"LHA har et problem!"
MSG_0_T_NoGFont
"Kan ikke bne gadget skrifttype!"
MSG_0_T_NoScreen
"Kan ikke lse skrm!"
MSG_0_T_BigWin
"Workbench vinduet\n er for stort!"
MSG_0_T_BigGFont
"Gadget skriftypen\n er for stor!"
MSG_0_T_NoWindow
"Vindue kan ikke bnes!"
MSG_0_T_NoLFont
"Kan ikke bne liste skrifttypen!"
MSG_2_T_CopDel
Kopier / Slet
MSG_2_T_ConfEvryFile
Godkendt hver eneste fil
MSG_2_T_ConfExisFile
Godkend eksisterende filer
MSG_0_T_NoPrefs
Kan ikke finde opstningsprogrammet
MSG_2_T_ConfAllFile
Alle filer
MSG_2_T_NoSourceFile
Ingen fra filer valgt!
MSG_2_T_CheckThese
Vis information om:
MSG_2_T_SourceFile
Fra fil:
MSG_2_T_DestFile
Til fil:
MSG_2_T_Length
Strrelse:
MSG_2_T_Date
Dato:
MSG_2_T_Contents
Indhold:
MSG_2_T_Version
Version:
MSG_2_T_Name
Navn:
MSG_2_G_Length
S_trrelse
MSG_2_G_Date
_Dato/Tid
MSG_2_G_Contents
_Indhold
MSG_2_G_Version
_Versions check
MSG_2_G_ChngName
ndre _Navn
MSG_2_G_Start
_Start
MSG_2_G_Copy
_Kopir
MSG_2_G_Delete
S_let
MSG_2_G_Continue
_Fortst
MSG_2_G_Cancel
_Afbryd
MSG_2_T_Keys
atdivnsklf
MSG_2_T_ReadError
Lse fejl!
MSG_2_T_FilesIdent
Filerne er ens
MSG_2_T_FilesDiff
Filerne er forskellige
MSG_2_T_FiLenDiff
Fil strrelse forskellig
MSG_2_T_NoExist
Eksisterer ikke endnu
MSG_0_ME_QuickStart
Hurtig start
MSG_5_T_FStat
Sel:%13s Status:%s
                                               q                                                                                                          +
MAShare_53                                         
          q        k         lWbE                                                                                                                                                                                                                                                  w  v  u  t  s  r  q  p  o  n  m  l                                                                                                            d      
MTool_e.ct                                                           3    ;**************************************************************************
;*                                                                        *
;*  Multitool II   -   DOS-Hilfsprogramm                Version 1.5r000   *
;*                                                                        *
;*  1992 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER MTool.catalog 15.0 (30.08.93)
## codeset 0
## language espaol
;
MSG_0_MT_Project
Proyecto
MSG_0_ME_About
Sobre
MSG_0_MS_About
S
MSG_0_ME_Quit
Salir del Programa
MSG_0_MS_Quit
Q
MSG_0_MT_Prefs
Reglajes
MSG_0_ME_Open
Habrir...
MSG_0_MS_Open
H
MSG_0_ME_SaveAs
Asegurar como...
MSG_0_MS_SaveAs
A
MSG_0_ME_SaveS
Asegurar a S:
MSG_0_ME_SaveENV
Asegurar a ENV:
MSG_0_ME_ListFont
Letra de Titulo...  
MSG_0_MS_ListFont
L
MSG_0_ME_GadFont
Letra de cajones...
MSG_0_MS_GadFont
C
MSG_0_ME_CScreen
Pantalla propia
MSG_0_MS_CScreen
P
MSG_0_ME_Screen
Elegie pantalla...
MSG_0_MS_Screen
E
MSG_0_ME_Autodir
AutoDir
MSG_0_MS_Autodir
D
MSG_0_MT_Tools
Erramientas
MSG_0_ME_ReScan
Nueva Devicelista 
MSG_0_G_Parent
_Atras
MSG_0_G_Copy
_Copiar
MSG_0_G_Move
_Mover
MSG_0_G_Delete
_Borrar
MSG_0_G_ReName
_Renombrar
MSG_0_G_MakeDir
Haz_Dir
MSG_0_G_MAll
M:_todo
MSG_0_G_MNot
M:_nada
MSG_0_G_MPat
M:ma_sc
MSG_0_G_Archive
Archi_vo
MSG_0_G_Analyze
Ana_lisis
MSG_0_G_Action
Accion
MSG_0_G_Info
I
MSG_0_T_LoadPrefs
Leer los Reglajes:
MSG_0_T_SavePrefs
Asegurar los Reglajes:
MSG_0_T_SListFont
Elige letra para titulo:
MSG_0_T_SGadFont
Elige letra para cajones:
MSG_0_T_ScreenMode
Elige modo de pantalla:
MSG_0_T_ShortCuts
acmbrdtnsvli\t\x1b o
MSG_2_T_ExRename1
Estos datos ya existen!
MSG_2_T_ExRename2
Quieres ponerle otro nombre?
MSG_2_T_MakeDir1
Ponle el nombre de
MSG_2_T_MakeDir2
el nuevo directivo:
MSG_2_T_ReName
Pon el nuevo nombre para:
MSG_2_T_PatSel1
Pon nombre para la mascara de seleccion.
MSG_2_T_PatSel2
p.j. #?.info o ~(#?.BAK)
MSG_3_T_SreqTitle
Pon String:   
MSG_0_ME_Hide
Esconder
MSG_0_MS_Hide
E
MSG_3_T_ErrorES1
Notiyia de Fallo:
MSG_3_T_ErrorES2
Olle...
MSG_3_T_DevInfoES1
Informayion de sistema:
MSG_3_T_DevInfoES2
Nombre : %s:\n\n          bloques     Bytes\ntotal  : %8ld %10ld\nlibre  : %8ld %10ld\n\n%ld Bytes por Bloques\n\n%ld Bytes seleccionados\n( real: %ld )
MSG_3_T_DevInfoES3
  vale  |renombrar medios
MSG_3_T_Error
Fallo
MSG_3_T_SROK
_adoptar
MSG_3_T_SRCancel
_interrumpir
MSG_3_T_OpenCON
CON:20/50/600/150/interrumpir con Ctrl-c.../SCREEN MTOOLSCREEN
MSG_3_T_SRKeys
ai
MSG_4_T_AreqTitle
Analisis de datos
MSG_4_T_FileSize
tamao: %8d Bytes  
MSG_4_T_1Block
               1 Bloque
MSG_4_T_Blocks
        %8d Bloques
MSG_4_T_Time
fecha : %s  %s
MSG_3_T_ScrollText
MTool se puede copiar libremente, los derechos de Autor quedan reservados. Si te gusta el programa y quieres contribuir a, una pequea almosna mas o menos de 1000 pelas. A cambio de esto seras registrado como USER oficial de MTOOL y con esto obtendras siempre el Keyfile de MTOOL con el que podras tener todas las opciones... No te lo pienses manda la pasta por que en Navidad habra subida de precios...
MSG_4_T_EmptyFile
No hay Datos
MSG_4_T_IFFFile
IFF-Datos de Tipo     
MSG_4_T_HunkList
Hunk lista:
MSG_4_T_HunkLen
     , tamao %6d
MSG_4_T_Resolution
 Resolucion  %d  %d Puntos
MSG_4_T_ScreenRes
 Pantalla    %d  %d Puntos
MSG_4_T_Colors
 Bitplanes %d, %d colores
MSG_4_T_Compress
  Datos sin comprimir!
MSG_4_T_VPModes
 Viewportmodo: $%X
MSG_4_T_LoadSeg1
Datos para LoadSeg()
MSG_4_T_LoadSeg2
-> Orden, Library, Font...
MSG_4_T_LHA0
LHArc-Archiv (lh0)
MSG_4_T_LHA1
LHArc-Archiv (lh?)
MSG_4_T_LHA5
LHArc-Archiv (lh5)
MSG_4_T_Text
datos de Texto (ASCII)
MSG_4_T_Unknown
Tipo de dato desconocidos
MSG_4_T_Editor
Ed_itor
MSG_4_T_Cont
Se_guir
MSG_4_T_Action
A_ccion
MSG_4_T_Cancel
In_terrumpir
MSG_4_T_Keys
hsparwedtcig
MSG_5_T_Title
Multitool II  %s Chip-RAM  %s otro. RAM
MSG_5_T_Stat
libre:%13s Stat:%s
MSG_5_T_NotValid
  este directivo no es valido
MSG_6_T_Archiv1
Pon el nombre
MSG_6_T_Archiv2
del nuevo Archivo :
MSG_7_T_Parms
Pon los nuevos Parametros :
MSG_2_T_DestFull
  No queda sitio\ndonde lo quieres asegurar
MSG_7_T_ActFail
Lo siento haz un fallo\nOrden o Argumentos no estan bien dados!
MSG_7_T_NoAction
Para este tipo de Datos\nno se a concretado ninguna accion!
MSG_7_T_MenuFail
Fallo en la instalacion del Menu!
MSG_6_T_LHAFail
LHA havisa un fallo!
MSG_0_T_NoGFont
No encuentro el Font para Cajon!
MSG_0_T_NoScreen
La pantalla no se puede 'locked' !
MSG_0_T_BigWin
La pantalla Workbench de MTool\nes muy grande!
MSG_0_T_BigGFont
El Gadgetfont es muy grande !
MSG_0_T_NoWindow
La ventana de MTool no la puedo habrir!
MSG_0_T_NoLFont
No encuentor el Font List!
MSG_2_T_CopDel
Copiar / Borrar
MSG_2_T_ConfEvryFile
Confirmacion de todos los datos
MSG_2_T_ConfExisFile
Confirmacion exist. Datos
MSG_2_T_ConfAllFile
Trabajar todos los datos
MSG_2_T_NoSourceFile
No as elegido datos de origen!
MSG_2_T_CheckThese
Sobrepasar:
MSG_2_T_SourceFile
Origen:
MSG_2_T_DestFile
Meta:
MSG_2_T_Length
Largura:
MSG_2_T_Date
Fecha:
MSG_2_T_Contents
Contenido:
MSG_2_T_Version
Version:
MSG_2_T_Name
Nombre:
MSG_2_G_Length
_Largura
MSG_2_G_Date
_Fecha/Reloj
MSG_2_G_Contents
Con_tenido
MSG_2_G_Version
Examino _Version
MSG_2_G_ChngName
_Propon un nombre
MSG_2_G_Start
Comen_zar
MSG_2_G_Copy
_Copiar
MSG_2_G_Delete
_Borrar
MSG_2_G_Continue
_Seguir
MSG_2_G_Cancel
_Interrumpir
MSG_2_T_Keys
ilftvpzcbs
MSG_2_T_ReadError
Fallo al Leer!
MSG_2_T_FilesIdent
Datos identicos
MSG_2_T_FilesDiff
Datos diferentes
MSG_2_T_FiLenDiff
Largura de datos diferentes
MSG_2_T_NoExist
Aun no existe
MSG_0_ME_QuickStart
Arranque rapido
                                                                 q                                                                                                          +
MAShare_53                                         
          q        x         yWg                                                                                                                                                                                                                                                                ~  }  |  {  z  y                                                                                                            d      
MTool_f.ct                                                           3    ;**************************************************************************
;*                                                                        *
;*  Multitool II   -   DOS-Hilfsprogramm                Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk - franais 03.01.94 aubert.pascal              *
;*                                                                        *
;*   Catalog Translation File fr Catcomp                                 *
;*                                                                        *
;**************************************************************************
;
## version $VER MTool.catalog 21.0 (03.01.94)
## codeset 0
## language franais
;
MSG_0_MT_Project
Projet
MSG_0_ME_About
A propos de
MSG_0_MS_About
A
MSG_0_ME_Quit
Quitter
MSG_0_MS_Quit
Q
MSG_0_MT_Prefs
Prfrences
MSG_0_ME_Open
Ouvrir...
MSG_0_MS_Open
O
MSG_0_ME_CScreen
Propre cran
MSG_0_MS_CScreen
E
MSG_0_G_Devs
DEVS
MSG_0_G_Dirs
DIRS
MSG_0_G_Cmds
CMDS
MSG_0_ME_Autodir
AutoDir
MSG_0_MS_Autodir
D
MSG_0_MT_Tools
Outils
MSG_0_ME_ReScan
Mise  jour Device
MSG_0_G_Parent
_Prcdent
MSG_0_G_Copy
_Copier
MSG_0_G_Move
Dp_lacer
MSG_0_G_Delete
_Dtruire
MSG_0_G_ReName
_Renommer
MSG_0_G_MakeDir
_MakeDir
MSG_0_G_MAll
S. _Tout
MSG_0_G_MNot
S. Rie_n
MSG_0_G_Icon
Icn_e
MSG_0_G_Archive
Archi_ve
MSG_0_G_Analyze
Analy_se
MSG_0_G_Action
Acti_on
MSG_0_G_Info
I
MSG_0_T_LoadPrefs
Charger Prfrences:
MSG_0_T_ShortCuts
pcldrmtnevsi\t\x1b o
MSG_2_T_ExRename1
Voulez vous renommer
MSG_2_T_ExRename2
ce fichier?
MSG_2_T_MakeDir1
Veuillez entrer le nom
MSG_2_T_MakeDir2
du nouveau directoire.
MSG_2_T_ReName
Veuillez entrer le nouveau nom pour:
MSG_2_T_PatSel1
Veuillez entrer le masque.
MSG_2_T_PatSel2
i.e. #?.info ou ~(#?.BAK)
MSG_3_T_SreqTitle
Entre de Donnes
MSG_0_ME_Hide
Cacher
MSG_0_MS_Hide
H
MSG_3_T_ErrorES1
Message d'erreur:
MSG_3_T_ErrorES2
D'accord
MSG_3_T_DevInfoES1
Information Device:
MSG_3_T_DevInfoES2
Nom   : %s:\n\n          Bloc      Octets\ntotal : %8ld %10ld\nLibre : %8ld %10ld\n\n%ld Octets par bloc\n\n%ld Octets slectionn\n( rel: %ld )
MSG_3_T_DevInfoES3
 D'accord  |Renomme
MSG_3_T_Error
Erreur
MSG_3_T_SROK
_Accepte
MSG_3_T_SRCancel
A_nnule
MSG_3_T_OpenCON
CON:20/50/600/150/Appuyez ctrl-c pour quitter.../ECRAN MTOOLSCREEN
MSG_3_T_SRKeys
an
MSG_4_T_AreqTitle
Analyse fichier
MSG_4_T_FileSize
Taille    : %8d octets
MSG_4_T_1Block
                   1 bloc
MSG_4_T_Blocks
            %8d blocs
MSG_4_T_Time
Heure: %s %s
MSG_3_T_ScrollText
Vous utilisez une version non enregistre d'valuation de MTool V2.0. Si vous voulez voir disparaitre ce requester, S.V.P envoyez moi 15 $us ou 25 DM. Ordre international pour une quivalence locale. Voir le manuel pour les dtails.
MSG_4_T_EmptyFile
Fichier Vide
MSG_4_T_IFFFile
Fichier-IFF,   type:     
MSG_4_T_HunkList
Liste des Hunks:
MSG_4_T_HunkLen
     , Taille %6d
MSG_4_T_Resolution
 Rsolution %d  %d point
MSG_4_T_ScreenRes
 Ecran     %d  %d point
MSG_4_T_Colors
 Bitplans  %d, %d couleurs
MSG_4_T_Compress
 Fichier non compress!
MSG_4_T_VPModes
 mode Viewport: $%X
MSG_0_ME_ChPrefs
Change Prf...
MSG_0_MS_ChPrefs
P
MSG_0_T_BadKey
Mauvais Fichier Clef!
MSG_7_T_NoPrefsFile
Manque Fichier Prfrence MTool!
MSG_4_T_LHA
LHArc-Archive
MSG_4_T_Text
Fichier Texte (ASCII)
MSG_4_T_Unknown
Type de fichier inconnu
MSG_4_T_Cont
C_ontinue
MSG_4_T_Action
Ac_tion
MSG_4_T_Cancel
Annu_le
MSG_4_T_Keys
hsparwedloit
MSG_5_T_Title
Multitool II  %s mmoire graphique %s mmoire rapide
MSG_5_T_Stat
Libre:%13s Statut:%s
MSG_5_T_NotValid
 Pas de directoire slectionn  
MSG_6_T_Archiv1
Veuillez entrer le nom
MSG_6_T_Archiv2
pour la nouvelle archive:
MSG_7_T_Parms
Veuillez entrer les paramtres:
MSG_2_T_DestFull
Pas assez d'espace\pas de destination!
MSG_7_T_ActFail
"Action  chou!\nMauvais arguments ou commande manque!"
MSG_7_T_NoAction
"Pas d'action dfinie\nPour ce type de fichier!"
MSG_7_T_MenuFail
"Menu d'installation corrompu!"
MSG_6_T_LHAFail
"LHA a trouv un gros problme!"
MSG_0_T_NoGFont
"ne peux pas ouvrir la fonte de Gadget!"
MSG_0_T_NoScreen
"Ne peux bloquer l'cran!"
MSG_0_T_BigWin
"La fentre du WorkBench\nest trop grande!"
MSG_0_T_BigGFont
"La fonte de Gadget\nest trop grande!"
MSG_0_T_NoWindow
"La fentre ne peux tre ouverte!""
MSG_0_T_NoLFont
"ne peux ouvrir la fonte de liste!"
MSG_2_T_CopDel
Copier / Dtruire
MSG_2_T_ConfEvryFile
Confirmer chaque fichier
MSG_2_T_ConfExisFile
Confirmer fichier existant
MSG_0_T_NoPrefs
Ne trouve pas l'Editeur de Prfrence
MSG_2_T_ConfAllFile
Tous les fichiers
MSG_2_T_NoSourceFile
Pas de fichier source slectionn!
MSG_2_T_CheckThese
Montre les infos pour:
MSG_2_T_SourceFile
Fichier source:
MSG_2_T_DestFile
Fichier destination:
MSG_2_T_Length
Longeur:
MSG_2_T_Date
Date:
MSG_2_T_Contents
Contenu:
MSG_2_T_Version
Version:
MSG_2_T_Name
Nom:
MSG_2_G_Length
_Longeur
MSG_2_G_Date
_Date/Heure
MSG_2_G_Contents
_Contenu
MSG_2_G_Version
Contrle _version
MSG_2_G_ChngName
Change _Nom
MSG_2_G_Start
Db_ut
MSG_2_G_Copy
C_opie
MSG_2_G_Delete
Dtruir_e
MSG_2_G_Continue
Con_tinue
MSG_2_G_Cancel
_Annule
MSG_2_T_Keys
aldcvnuoet
MSG_2_T_ReadError
Erreur de lecture!
MSG_2_T_FilesIdent
Fichier identique
MSG_2_T_FilesDiff
Fichier diffrent
MSG_2_T_FiLenDiff
Longeur de fichier diffrente
MSG_2_T_NoExist
N'existe pas ici
MSG_0_ME_QuickStart
Dmarrage rapide
MSG_5_T_FStat
Sel.:%13s Etat:%s
 s  r  q  p  o  n  m  l                                                                                                            d      
MTool_e.ct                                                           3                  R                                                                                                                                                                                                                                                                                                                                                                            d      MTool_fi.ct                                                        3    ;**************************************************************************
;*                                                                        *
;*  Multitool II   -   DOS-Hilfsprogramm                Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER: MTool.catalog 21.0 (30.10.94)
## codeset 0
## language suomi
;
MSG_0_MT_Project
Projekti
;Project
;
MSG_0_ME_About
Tietoja
;About
;
MSG_0_MS_About
A
;A
;
MSG_0_ME_Quit
Lopeta
;Quit
;
MSG_0_MS_Quit
Q
;Q
;
MSG_0_MT_Prefs
Asetukset
;Preferences
;
MSG_0_ME_Open
Avaa...
;Open...
;
MSG_0_MS_Open
O
;O
;
MSG_0_ME_CScreen
Oma nytt
;Customscreen
;
MSG_0_MS_CScreen
C
;C
;
MSG_0_G_Devs
DEVS
;DEVS
;
MSG_0_G_Dirs
DIRS
;DIRS
;
MSG_0_G_Cmds
CMDS
;CMDS
;
MSG_0_ME_Autodir
Aut.hakemisto
;AutoDir
;
MSG_0_MS_Autodir
D
;D
;
MSG_0_MT_Tools
Tykalut
;Tools
;
MSG_0_ME_ReScan
Lue laitelista
;Rescan devlist
;
MSG_0_G_Parent
_Yls
;_Parent
;
MSG_0_G_Copy
_Kopioi
;_Copy
;
MSG_0_G_Move
_Siirr
;_Move
;
MSG_0_G_Delete
_Tuhoa
;_Delete
;
MSG_0_G_ReName
_Nime
;Re_name
;
MSG_0_G_MakeDir
_Hakemisto
;MakeDi_r
;
MSG_0_G_MAll
V:K_aikki
;S:_All
;
MSG_0_G_MNot
V:_Poista
;S:Nothin_g
;
MSG_0_G_Icon
Ik_oni
;Ic_on
;
MSG_0_G_Archive
A_rkistoi
;Archi_ve
;
MSG_0_G_Analyze
T_utki
;Analy_ze
;
MSG_0_G_Action
T_ee
;Action
;
MSG_0_G_Info
I
;I
;
MSG_0_T_LoadPrefs
Lue asetukset:
;Load Preferences:
;
MSG_0_T_ShortCuts
ykstnhaporui\t\x1b e
;pcmdnragovzi\t\x1b t
;
MSG_2_T_ExRename1
Haluatko nimet tmn
;Do you want to rename
;
MSG_2_T_ExRename2
tiedoston uudestaan?
;this file?
;
MSG_2_T_MakeDir1
Syt nimi uudelle
;Please enter the name
;
MSG_2_T_MakeDir2
hakemistolle.
;of the new directory.
;
MSG_2_T_ReName
Syt uusi nimi:
;Please enter the new name for:
;
MSG_2_T_PatSel1
Syt kaava.
;Please enter the pattern.
;
MSG_2_T_PatSel2
esim. #?.info tai ~(#?.BAK)
;i.e. #?.info or ~(#?.BAK)
;
MSG_3_T_SreqTitle
Tekstikehoitin
;String request:
;
MSG_0_ME_Hide
Piilota
;Hide
;
MSG_0_MS_Hide
H
;H
;
MSG_3_T_ErrorES1
Virhe:
;Error message:
;
MSG_3_T_ErrorES2
OK
;OK!
;
MSG_3_T_DevInfoES1
Laitetietoja:
;Device information:
;
MSG_3_T_DevInfoES2
Nimi  : %s:\n\n           Lohkoja  Tavuja\nYhteens : %8ld %10ld\nVapaana  : %8ld %10ld\n\n%ld tavua lohkolla\n\n%ld tavua valittuna\n( %ld oikeasti )
;Name  : %s:\n\n          Blocks      Bytes\ntotal : %8ld %10ld\nFree  : %8ld %10ld\n\n%ld bytes per block\n\n%ld bytes selected\n( real: %ld )
;
MSG_3_T_DevInfoES3
  OK  |Nime uudelleen
;  OK  |Rename
;
MSG_3_T_Error
Virhe
;Error
;
MSG_3_T_SROK
_Hyvksy
;_Accept
;
MSG_3_T_SRCancel
_Kumoa
;_Cancel
;
MSG_3_T_OpenCON
CON:20/50/600/150/Paina ctrl-c keskeyttksesi.../SCREENMTOOLSCREEN
;CON:20/50/600/150/Press ctrl-c to cancel.../SCREEN MTOOLSCREEN
;
MSG_3_T_SRKeys
hk
;ac
;
MSG_4_T_AreqTitle
Tutkin tiedostoa
;Analyzing file
;
MSG_4_T_FileSize
Koko : %8d tavua
;File size : %8d bytes
;
MSG_4_T_1Block
                   1 lohko
;                   1 block
;
MSG_4_T_Blocks
            %8d lohkoa
;            %8d blocks
;
MSG_4_T_Time
Pivys: %s %s
;Time: %s %s
;
MSG_3_T_ScrollText
Kytt rekisterimtnt tutustumiskopiota MTool V2.0:sta. Pstksesi eroon hiritsevist kehoittimista ja saadaksesi kaikki toiminnot, lhet 20 US dollaria, 25 Saksan markkaa tai vastaava mr paikallista valuuttaa. Listietoka kyttohjeissa.
;You are using the unregistered evaluation version of MTool V2.0. If you want to get rid of the annoying requesters and cripplings, please send me US$20 (DM25). Foreign orders may pay in equivalent local currency. See manual for details.
;
MSG_4_T_EmptyFile
Tyhj tiedosto
;Empty file
;
MSG_4_T_IFFFile
IFF tiedosto, tyyppi:
;IFF-file,   type:     
;
MSG_4_T_HunkList
osalista:
;hunk list:
;
MSG_4_T_HunkLen
     , koko %6d
;     , size %6d
;
MSG_4_T_Resolution
 Koko %d  %d pistett
; Resolution %d  %d pixel
;
MSG_4_T_ScreenRes
Nytttila %d  %d pistett
; Screen     %d  %d pixel
;
MSG_4_T_Colors
 %d bittitasoa, %d vri
; Bitplanes  %d, %d colors
;
MSG_4_T_Compress
Tiedosto ei ole pakattu!
; File not compressed!
;
MSG_4_T_VPModes
 Viewport-tilat: $%X
; Viewportmodes: $%X
;
MSG_0_ME_ChPrefs
Muuta asetuksia...
;Change Prefs...
;
MSG_0_MS_ChPrefs
P
;P
;
MSG_0_T_BadKey
Virheellinen avaintiedosto!
;Bad Keyfile!
;
MSG_7_T_NoPrefsFile
Ei asetustiedostoa!
;No MTool Prefs File!
;
MSG_4_T_LHA
LhA arkisto
;LHArc-Archiv
;
MSG_4_T_Text
Tekstitiedosto (ASCII)
;Text file
;
MSG_4_T_Unknown
Tuntematon tiedostotyyppi
;Unknown file type
;
MSG_4_T_Cont
_Jatka
;C_ontinue
;
MSG_4_T_Action
T_ee
;Ac_tion
;
MSG_4_T_Cancel
_Kumoa
;_Cancel
;
MSG_4_T_Keys
hsparwedkjie
;hsparwedcoit
;
MSG_5_T_Title
Multitool II  %s grafiikkamuistia  %s muuta muistia
;Multitool II  %s graphics mem  %s other mem
;
MSG_5_T_Stat
Vapaana:%13s Tila:%s
;Free:%13s Stat:%s
;
MSG_5_T_NotValid
Ei hakemistoa valittuna
; No valid directory selected 
;
MSG_6_T_Archiv1
Syt uuden arkiston
;Please enter the name
;
MSG_6_T_Archiv2
nimi.
;of the new archive:
;
MSG_7_T_Parms
Syt parametrit.
;Please enter parameters:
;
MSG_2_T_DestFull
Kohdehakemistossa ei ole\ntarpeeksi tilaa!
;Not enough space\non destination!
;
MSG_7_T_ActFail
Toiminto eponnistui!\nKomentoa ei ole tai argumentit vrin.
;"Action failed!\nBad arguments or missing command"
;
MSG_7_T_NoAction
Tlle tiedostotyypille\nei ole mritelty toimintoa!
;"No action defined\nfor this file type!"
;
MSG_7_T_MenuFail
Hakemistorakenne virheellinen!
;"Menu installation corrupt!"
;
MSG_6_T_LHAFail
LhA:lla on ongelmia!
;"LHA has got a problem!"
;
MSG_0_T_NoGFont
Painikekirjasimen avaaminen ei onnistu!
;"Can't open gadget font!"
;
MSG_0_T_NoScreen
Nytn lukitseminen ei onnistu!
;"Can't lock screen!"
;
MSG_0_T_BigWin
Ikkuna on liian suuri\nWorkbenchille!
;"The workbench window\nis too big!"
;
MSG_0_T_BigGFont
Painikekirjasin on\nliian suuri!
;"The gadget font\n is too big!"
;
MSG_0_T_NoWindow
Ikkuna ei avaudu!
;"Window doesn't open!"
;
MSG_0_T_NoLFont
Listakirjasimen avaaminen ei onnistu!
;"Can't open list font!"
;
MSG_2_T_CopDel
Kopioi / Tuhoa
;Copy / Delete
;
MSG_2_T_ConfEvryFile
Varmista jokainen tiedosto
;Confirm every file
;
MSG_2_T_ConfExisFile
Varmista olemassaolevat
;Confirm exist. files
;
MSG_0_T_NoPrefs
Asetuseditoria ei lydy
;Can't find Prefs Editor
;
MSG_2_T_ConfAllFile
Ei varmistusta
;All files
;
MSG_2_T_NoSourceFile
Ei lhdetiedostoja valittuna!
;No source files selected!
;
MSG_2_T_CheckThese
Nyt tietoja:
;Show information about:
;
MSG_2_T_SourceFile
Lhdetiedosto
;Source file:
;
MSG_2_T_DestFile
Kohdetiedosto
;Destination file:
;
MSG_2_T_Length
Koko:
;Length:
;
MSG_2_T_Date
Pivys:
;Date:
;
MSG_2_T_Contents
Sislt:
;Contents:
;
MSG_2_T_Version
Versio:
;Version:
;
MSG_2_T_Name
Nimi:
;Name:
;
MSG_2_G_Length
_Koko
;_Length
;
MSG_2_G_Date
_Pivys
;_Date/Time
;
MSG_2_G_Contents
_Sislt
;_Contents
;
MSG_2_G_Version
_Versiotarkistus
;_Version check
;
MSG_2_G_ChngName
Vaihda _nimi
;Change _Name
;
MSG_2_G_Start
A_loita
;_Start
;
MSG_2_G_Copy
K_opioi
;C_opy
;
MSG_2_G_Delete
Tuh_oa
;D_elete
;
MSG_2_G_Continue
_Jatka
;Con_tinue
;
MSG_2_G_Cancel
K_umoa
;C_ancel
;
MSG_2_T_Keys
ukpsvnlooj
;aldcvnsoet
;
MSG_2_T_ReadError
Lukuvirhe!
;Read error!
;
MSG_2_T_FilesIdent
Tiedostot identtiset
;Files identical
;
MSG_2_T_FilesDiff
Tiedostot erilaiset
;Files different
;
MSG_2_T_FiLenDiff
Koko eroaa
;File length different
;
MSG_2_T_NoExist
Ei olemassa
;Does not exist yet
;
MSG_0_ME_QuickStart
Pikakynnistys
;Quick start
MSG_5_T_FStat
Val.:%13s Tila:%s
                           r                                                                                                                                                                  q                                                                                                          +
MAShare_53                                         
          q                 WfV                                                                                                                                                                                                                                                                                        >                                                                                              d      
MTool_i.ct                                                           3    ;**************************************************************************
;*                                                                        *
;*  Multitool II   -   DOS-Hilfsprogramm                Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Description File fr Catcomp Translated by Marco Mellia       *
;*                                                                        *
;**************************************************************************
;
## version $VER MTool.catalog 21.0 (30.10.93)
## codeset 0
## language italiano
;
MSG_0_MT_Project
Progetto
MSG_0_ME_About
About
MSG_0_MS_About
A
MSG_0_ME_Quit
Esci
MSG_0_MS_Quit
E
MSG_0_MT_Prefs
Preferenze
MSG_0_ME_Open
Carica
MSG_0_MS_Open
C
MSG_0_ME_CScreen
Schermo proprio
MSG_0_MS_CScreen
S
MSG_0_G_Devs
DEVS
MSG_0_G_Dirs
DIRS
MSG_0_G_Cmds
CMDS
MSG_0_ME_Autodir
AutoDir
MSG_0_MS_Autodir
D
MSG_0_MT_Tools
Strumenti
MSG_0_ME_ReScan
Rescan devlist
MSG_0_G_Parent
_Parent
MSG_0_G_Copy
_Copia
MSG_0_G_Move
_Sposta
MSG_0_G_Delete
Ca_ncella
MSG_0_G_ReName
_Rinomima
MSG_0_G_MakeDir
Crea_Dir
MSG_0_G_MAll
S:_Tutti
MSG_0_G_MNot
S:Ness_uno
MSG_0_G_Icon
Ic_ona
MSG_0_G_Archive
Archi_via
MSG_0_G_Analyze
Anali_zza
MSG_0_G_Action
_Esegui
MSG_0_G_Info
I
MSG_0_T_LoadPrefs
Carica preferenze:
MSG_0_T_ShortCuts
pcsnrdtuovzi\t\x1b e
;pcmdnragovzi\t\x1b t
MSG_2_T_ExRename1
Vuoi rinominare
MSG_2_T_ExRename2
questo file?
MSG_2_T_MakeDir1
Per favore dammi il nome
MSG_2_T_MakeDir2
della nuova directory.
MSG_2_T_ReName
Per favore dammi il nuovo nome per:
MSG_2_T_PatSel1
Per favore dammi il pattern
MSG_2_T_PatSel2
p.e. #?.info o ~(#?.BAK)
MSG_3_T_SreqTitle
Rechiesta di stringa:
MSG_0_ME_Hide
Nascondi
MSG_0_MS_Hide
N
MSG_3_T_ErrorES1
Errore:
MSG_3_T_ErrorES2
OK!
MSG_3_T_DevInfoES1
Informazione sul device:
MSG_3_T_DevInfoES2
Nome  : %s:\n\n          Blocchi    Bytes\ntotali: %8ld %10ld\nLiberi: %8ld %10ld\n\n%ld bytes per block\n\n%ld bytes selezionati\n( reali: %ld )
MSG_3_T_DevInfoES3
  OK  |Rinomina
MSG_3_T_Error
Errore
MSG_3_T_SROK
_Accetat
MSG_3_T_SRCancel
_Cancella
MSG_3_T_OpenCON
CON:20/50/600/150/Premi ctrl-c per cancellare.../SCREEN MTOOLSCREEN
MSG_3_T_SRKeys
ac
MSG_4_T_AreqTitle
Analizza il file
MSG_4_T_FileSize
Dimensione File : %8d bytes
MSG_4_T_1Block
                   1 block
MSG_4_T_Blocks
            %8d blocks
MSG_4_T_Time
Tempo: %s %s
MSG_3_T_ScrollText
Tu stai usando una versione non registrata di MTool V2.0. Se vuoi eliminare questo noioso requester e liberare le funzioni criptate, per favore mandami US20$ (DM25). Ordini dall'estero possono essere mandati anche nella moneta locale. Guarda il manuale per ulteriori dettagli.
MSG_4_T_EmptyFile
File vuoto
MSG_4_T_IFFFile
IFF-file,   tipo:     
MSG_4_T_HunkList
hunk list:
MSG_4_T_HunkLen
     , dimensione %6d
MSG_4_T_Resolution
 Risoluzione %d  %d pixel
MSG_4_T_ScreenRes
 Scrermo     %d  %d pixel
MSG_4_T_Colors
 Bitplanes   %d, %d colors
MSG_4_T_Compress
 File non compresso!
MSG_4_T_VPModes
 Viewportmodes: $%X
MSG_0_ME_ChPrefs
Cambia le preferenze
MSG_0_MS_ChPrefs
P
MSG_0_T_BadKey
Keyfile corrotto!
MSG_7_T_NoPrefsFile
Non c'e' il file MTool.prefs!
MSG_4_T_LHA
Archivio LHA
MSG_4_T_Text
File di testo (ASCII)
MSG_4_T_Unknown
File sconosciuto
MSG_4_T_Cont
C_ontinua
MSG_4_T_Action
Esegu_i
MSG_4_T_Cancel
_Cancella
MSG_4_T_Keys
hsparwedcoit
MSG_5_T_Title
Multitool II  %s mem grafica %s altra mem
MSG_5_T_Stat
livero:%13s Stat:%s
MSG_5_T_NotValid
 Non e' una directory valida 
MSG_6_T_Archiv1
Per favore, dammi il nome
MSG_6_T_Archiv2
del nuovo archivio:
MSG_7_T_Parms
Per favore, dammi i parametri:
MSG_2_T_DestFull
Non c'e' abbastanza spazio\senza destinazione!
MSG_7_T_ActFail
"Azione fallita!\nArgomenti errati o comando non selezionato"
MSG_7_T_NoAction
"Nessuna azione definita\nper questo tipo di file"
MSG_7_T_MenuFail
"Installazione dei menu corrotta!"
MSG_6_T_LHAFail
"LHA ha avuto dei problemi"
MSG_0_T_NoGFont
"Non posso aprire il font per i gadgets!"
MSG_0_T_NoScreen
"Non posso selezionare lo schermo!"
MSG_0_T_BigWin
"La finestra per il Workbench\ne' troppo grossa!"
MSG_0_T_BigGFont
"La font per i gadget\n e troppo grossa!"
MSG_0_T_NoWindow
"Non posso aprire la finestra!"
MSG_0_T_NoLFont
"Con posso aprire il font per le liste!"
MSG_2_T_CopDel
Copia / Cancella
MSG_2_T_ConfEvryFile
Conferma ogni file
MSG_2_T_ConfExisFile
Conferma files esistenti
MSG_0_T_NoPrefs
Non posso trovare il prefs. editor
MSG_2_T_ConfAllFile
Tutti i files
MSG_2_T_NoSourceFile
Non c'e' sorgetnte selezionata!
MSG_2_T_CheckThese
Mostra informazioni:
MSG_2_T_SourceFile
File sorgente:
MSG_2_T_DestFile
File destinazione:
MSG_2_T_Length
Lunghezza:
MSG_2_T_Date
Data:
MSG_2_T_Contents
Contenti:
MSG_2_T_Version
Versione:
MSG_2_T_Name
Nome:
MSG_2_G_Length
_Lunghezza
MSG_2_G_Date
_Data/Tempo
MSG_2_G_Contents
_Contenuti
MSG_2_G_Version
Controlla _Versione
MSG_2_G_ChngName
Cambia _Nome
MSG_2_G_Start
_Start
MSG_2_G_Copy
C_opia
MSG_2_G_Delete
Canc_ella
MSG_2_G_Continue
Con_tinua
MSG_2_G_Cancel
C_ancella
MSG_2_T_Keys
aldcvnsoet
MSG_2_T_ReadError
Errore in lettura!
MSG_2_T_FilesIdent
I file sono identici
MSG_2_T_FilesDiff
I file sono diversi
MSG_2_T_FiLenDiff
Lunghezza differente
MSG_2_T_NoExist
Non siste ancora
MSG_0_ME_QuickStart
Partenza veloce
MSG_5_T_FStat
Sel.:%13s Stat:%s
q                                                                                                          +
MAShare_53                                         
          q                 WDh                                                                                                                                                                                                                                                                                                                                                                            d      
MTool_n.ct                                                           3    ;**************************************************************************
;*                                                                        *
;*  Multitool II   -   DOS-Hilfsprogramm                Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER: MTool.catalog 21.0 (10.02.94)
## codeset 0
## language norsk
;
MSG_0_MT_Project
Prosjekt
; Project;
MSG_0_ME_About
Om
; About;
MSG_0_MS_About
?
; A;
MSG_0_ME_Quit
Avslutt
; Quit;
MSG_0_MS_Quit
Q
; Q;
MSG_0_MT_Prefs
Innstilninger
; Preferences;
MSG_0_ME_Open
Hent
; Open...;
MSG_0_MS_Open
O
; O;
MSG_0_ME_CScreen
Spesialskjerm
; Customscreen;
MSG_0_MS_CScreen
S
; C;
MSG_0_G_Devs
DEVS
; DEVS;
MSG_0_G_Dirs
DIRS
; DIRS;
MSG_0_G_Cmds
KMDR
; CMDS;
MSG_0_ME_Autodir
Automatisk Katalog
; AutoDir;
MSG_0_MS_Autodir
K
; D;
MSG_0_MT_Tools
Verkty
; Tools;
MSG_0_ME_ReScan
Oppdater enhetsliste
; Rescan devlist;
MSG_0_G_Parent
_Forrige
; _Parent;
MSG_0_G_Copy
K_opier
; _Copy;
MSG_0_G_Move
F_lytt
; _Move;
MSG_0_G_Delete
_Slett
; _Delete;
MSG_0_G_ReName
N_ytt navn
; Re_name;
MSG_0_G_MakeDir
Ny s_kuff
; MakeDi_r;
MSG_0_G_MAll
S:_Alle
; S:_All;
MSG_0_G_MNot
S:In_gen
; S:Nothin_g;
MSG_0_G_Icon
Ik_on
; Ic_on;
MSG_0_G_Archive
Arki_v
; Archi_ve;
MSG_0_G_Analyze
A_nalyser
; Analy_ze;
MSG_0_G_Action
_Handling
; Action;
MSG_0_G_Info
I
; I;
MSG_0_T_LoadPrefs
Hent innstilinger:
; Load Preferences:;
MSG_0_T_ShortCuts
folsykagovni\t\x1b t
; pcmdnragovzi\t\x1b t;
MSG_2_T_ExRename1
Vil du gi ett nytt navn til
; Do you want to rename;
MSG_2_T_ExRename2
denne filen?
; this file?;
MSG_2_T_MakeDir1
Vennligst skriv inn navnet
; Please enter the name;
MSG_2_T_MakeDir2
til den nye skuffen.
; of the new directory.;
MSG_2_T_ReName
Vennligst skriv inn navnet for:
; Please enter the new name for:;
MSG_2_T_PatSel1
Vennligst skriv inn mnster.
; Please enter the pattern.;
MSG_2_T_PatSel2
f.eks #?.info eller ~(#?.BAK)
; i.e. #?.info or ~(#?.BAK);
MSG_3_T_SreqTitle
Streng annmodning:
; String request:;
MSG_0_ME_Hide
Skjul
; Hide;
MSG_0_MS_Hide
S
; H;
MSG_3_T_ErrorES1
Feilmelding:
; Error message:;
MSG_3_T_ErrorES2
OK!
; OK!;
MSG_3_T_DevInfoES1
Enhet informasjon:
; Device information:;
MSG_3_T_DevInfoES2
Navn  : %s:\n\n          Blokker     Bytes\ntotalt: %8ld %10ld\nLedig : %8ld %10ld\n\n%ld byter pr. blokk\n\n%ld bytes valgt\n( virkelig: %ld )
; Name  : %s:\n\n          Blocks      Bytes\ntotal : %8ld %10ld\nFree  : %8ld %10ld\n\n%ld bytes per block\n\n%ld bytes selected\n( real: %ld );
MSG_3_T_DevInfoES3
  OK  |Nytt navn
;   OK  |Rename;
MSG_3_T_Error
Feil
; Error;
MSG_3_T_SROK
_OK
; _Accept;
MSG_3_T_SRCancel
_Avbryt
; _Cancel;
MSG_3_T_OpenCON
CON:20/50/600/150/Trykk ctrl-c for  avbryte.../SCREEN MTOOLSCREEN
; CON:20/50/600/150/Press ctrl-c to cancel.../SCREEN MTOOLSCREEN;
MSG_3_T_SRKeys
oa
; ac;
MSG_4_T_AreqTitle
Analyserer fil
; Analyzing file;
MSG_4_T_FileSize
Strrelse : %8d bytes
; File size : %8d bytes;
MSG_4_T_1Block
                   1 blokk
;                    1 block;
MSG_4_T_Blocks
            %8d blokker
;             %8d blocks;
MSG_4_T_Time
Tid: %s %s
; Time: %s %s;
MSG_3_T_ScrollText
Du bruker n den uregistrerte evalueringsversjonen av MTool V2.0. Hvis du vil bli kvitt de plagsome anmodningene og begrensningene i denne versjonen, vennligst send US$20 (DM25) til meg. Utenlandske bestillinger kan betale i sin nasjonale valuta. Se i manualen for nrmere detaljer.
; You are using the unregistered evaluation version of MTool V2.0. If you want to get rid of the annoying requesters and cripplings, please send me US$20 (DM25). Foreign orders may pay in equivalent local currency. See manual for details.;
MSG_4_T_EmptyFile
Tom fil
; Empty file;
MSG_4_T_IFFFile
IFF-fil,    type:
; IFF-file,   type:     ;
MSG_4_T_HunkList
hunk liste:
; hunk list:;
MSG_4_T_HunkLen
     , strrelse %6d
;      , size %6d;
MSG_4_T_Resolution
 Opplsning %d x %d bildepunkter
;  Resolution %d  %d pixel;
MSG_4_T_ScreenRes
 Skjerm     %d x %d bildepunkter
;  Screen     %d  %d pixel;
MSG_4_T_Colors
 Bitplanes %d, d% farger
;  Bitplanes  %d, %d colors;
MSG_4_T_Compress
 Filen er ikke pakket!
;  File not compressed!;
MSG_4_T_VPModes
 Viewportmodus: $%X
;  Viewportmodes: $%X;
MSG_0_ME_ChPrefs
Forandre Instillinger
; Change Prefs...;
MSG_0_MS_ChPrefs
F
; P;
MSG_0_T_BadKey
Korrupt nkkelfil!
; Bad Keyfile!;
MSG_7_T_NoPrefsFile
Finner ikke instillingsfilen!
; No MTool Prefs File!;
MSG_4_T_LHA
LHArc-arkiver
; LHArc-Archiv;
MSG_4_T_Text
Tekst fil (ASCII)
; Text file (ASCII);
MSG_4_T_Unknown
Ukjent filtype
; Unknown file type;
MSG_4_T_Cont
_Fortsett
; C_ontinue;
MSG_4_T_Action
Handling
; Ac_tion;
MSG_4_T_Cancel
_Avbryt
; _Cancel;
MSG_4_T_Keys
hsparwedcoit
; hsparwedcoit;
MSG_5_T_Title
Multitool II  %s grafikkminne %s annet minne
; Multitool II  %s graphics mem  %s other mem;
MSG_5_T_Stat
Ledig:%13s Stat:%s
; Free:%13s Stat:%s;
MSG_5_T_NotValid
   Ingen gyldig katalog valgt    
;  No valid directory selected ;
MSG_6_T_Archiv1
Vennligst angi navnet
; Please enter the name;
MSG_6_T_Archiv2
til det nye arkivet:
; of the new archive:;
MSG_7_T_Parms
Vennligst angi parametere:
; Please enter parameters:;
MSG_2_T_DestFull
Ikke nok plass\np mlenheten!
; Not enough space\non destination!;
MSG_7_T_ActFail
"Klarte ikke  utfre handling!\nFeil argumenter/kommando"
; "Action failed!\nBad arguments or missing command";
MSG_7_T_NoAction
"Ingen handling definert for denne filtypen!"
; "No action defined\nfor this file type!";
MSG_7_T_MenuFail
"Meny installering korrupt!"
; "Menu installation corrupt!";
MSG_6_T_LHAFail
"LHA har ett problem!"
; "LHA has got a problem!";
MSG_0_T_NoGFont
Klarer ikke  hente inn symbolskrifttypen!
; "Can't open gadget font!";
MSG_0_T_NoScreen
"Klarer ikke  lse skjermen!"
; "Can't lock screen!";
MSG_0_T_BigWin
"Workbenchvinduet er\nfor stort!"
; "The workbench window\nis too big!";
MSG_0_T_BigGFont
"Symbol skrift.\ner for stor!"
; "The gadget font\n is too big!";
MSG_0_T_NoWindow
"Vinduet pnes ikke!"
; "Window doesn't open!";
MSG_0_T_NoLFont
"Klarer ikke  hente listeskrifttype!"
; "Can't open list font!";
MSG_2_T_CopDel
Kopiere / Slette
; Copy / Delete;
MSG_2_T_ConfEvryFile
Bekrefte hver fil
; Confirm every file;
MSG_2_T_ConfExisFile
Bekrefte eksisterende filer
; Confirm exist. files;
MSG_0_T_NoPrefs
Finner ikke Instillingsprogram
; Can't find Prefs Editor;
MSG_2_T_ConfAllFile
Alle filer
; All files;
MSG_2_T_NoSourceFile
Ingen filer i kildekatalog er valgt!
; No source files selected!;
MSG_2_T_CheckThese
Vis informasjon om:
; Show information about:;
MSG_2_T_SourceFile
Kilde fil:
; Source file:;
MSG_2_T_DestFile
Mlfil:
; Destination file:;
MSG_2_T_Length
Lengde:
; Length:;
MSG_2_T_Date
Dato:
; Date:;
MSG_2_T_Contents
Innhold:
; Contents:;
MSG_2_T_Version
Versjon:
; Version:;
MSG_2_T_Name
Navn:
; Name:;
MSG_2_G_Length
_Lengde
; _Length;
MSG_2_G_Date
_Dato/tid
; _Date/Time;
MSG_2_G_Contents
_Innhold
; _Contents;
MSG_2_G_Version
_Version sjekk
; _Version check;
MSG_2_G_ChngName
_Forandre Navn
; Change _Name;
MSG_2_G_Start
_Start
; _Start;
MSG_2_G_Copy
K_opiere
; C_opy;
MSG_2_G_Delete
Sl_ette
; D_elete;
MSG_2_G_Continue
For_tsette
; Con_tinue;
MSG_2_G_Cancel
_Avbryt
; C_ancel;
MSG_2_T_Keys
aldivfsoet
; aldcvnsoet;
MSG_2_T_ReadError
Lesefeil!
; Read error!;
MSG_2_T_FilesIdent
Filene er identiske
; Files identical;
MSG_2_T_FilesDiff
Filene er forskjellige
; Files different;
MSG_2_T_FiLenDiff
Forskjellig lengde p filene
; File length different;
MSG_2_T_NoExist
Eksisterer ikke enda
; Does not exist yet;
MSG_0_ME_QuickStart
Rask oppstart
; Quick start;
MSG_5_T_FStat
Sel.:%13s Stat:%s
                            >                                                                                              d      
MTool_i.ct                                                           3                  ,                                                                                                                                                                                                                                                                            !5                                                                                              d      Mtool_nl.ct                                                          3    ;**************************************************************************
;*                                                                        *
;*  Multitool II   -   DOS-Hilfsprogramm                Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog TranscriptionFile fr KitCat                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER: MTool.catalog 21.0 (28.04.94)
## codeset 0
## language nederlands
;;
MSG_0_MT_Project
Project
;; Project;
;;
MSG_0_ME_About
Over
;; About;
;;
MSG_0_MS_About
V
;; A;
;;
MSG_0_ME_Quit
Einde
;; Quit;
;;
MSG_0_MS_Quit
Q
;; Q;
;;
MSG_0_MT_Prefs
Voorkeurinstellingen
;; Preferences;
;;
MSG_0_ME_Open
Open...
;; Open...;
;;
MSG_0_MS_Open
O
;; O;
;;
MSG_0_ME_CScreen
Maatscherm
;; Customscreen;
;;
MSG_0_MS_CScreen
M
;; C;
;;
MSG_0_G_Devs
DEVS
;; DEVS;
;;
MSG_0_G_Dirs
DIRS
;; DIRS;
;;
MSG_0_G_Cmds
CMDS
;; CMDS;
;;
MSG_0_ME_Autodir
AutoDir
;; AutoDir;
;;
MSG_0_MS_Autodir
D
;; D;
;;
MSG_0_MT_Tools
Tools
;; Tools;
;;
MSG_0_ME_ReScan
Vernieuw devicelijst
;; Rescan devlist;
;;
MSG_0_G_Parent
_Hogere
;; _Parent;
;;
MSG_0_G_Copy
_Kopieer
;; _Copy;
;;
MSG_0_G_Move
Ver_plaats
;; _Move;
;;
MSG_0_G_Delete
Verwij_der
;; _Delete;
;;
MSG_0_G_ReName
Her_noem
;; Re_name;
;;
MSG_0_G_MakeDir
_MaakDir
;; MakeDi_r;
;;
MSG_0_G_MAll
S:_Alles
;; S:_All;
;;
MSG_0_G_MNot
S:Nie_ts
;; S:Nothin_g;
;;
MSG_0_G_Icon
Ik_oon
;; Ic_on;
;;
MSG_0_G_Archive
Archi_veer
;; Archi_ve;
;;
MSG_0_G_Analyze
Analy_seer
;; Analy_ze;
;;
MSG_0_G_Action
Aktie
;; Action;
;;
MSG_0_G_Info
I
;; I;
;;
MSG_0_T_LoadPrefs
Laad Voorinstellingen
;; Load Preferences:;
;;
MSG_0_T_ShortCuts
hkpdnmatovsi\t\x1b t
;; pcmdnragovzi\t\x1b t;
;;
MSG_2_T_ExRename1
Wilt u deze file
;; Do you want to rename;
;;
MSG_2_T_ExRename2
hernoemen?
;; this file?;
;;
MSG_2_T_MakeDir1
Vul a.u.b. de naam van
;; Please enter the name;
;;
MSG_2_T_MakeDir2
de nieuwe directory in.
;; of the new directory.;
;;
MSG_2_T_ReName
Vul a.u.b. de nieuw naam in voor:
;; Please enter the new name for:;
;;
MSG_2_T_PatSel1
Vul a.u.b. het patroon in.
;; Please enter the pattern.;
;;
MSG_2_T_PatSel2
bijv. #?.info of ~(#?.BAK)
;; i.e. #?.info or ~(#?.BAK);
;;
MSG_3_T_SreqTitle
String verzoek:
;; String request:;
;;
MSG_0_ME_Hide
Verbergen
;; Hide;
;;
MSG_0_MS_Hide
B
;; H;
;;
MSG_3_T_ErrorES1
Foutmelding
;; Error message:;
;;
MSG_3_T_ErrorES2
Doorgaan
;; OK!;
;;
MSG_3_T_DevInfoES1
Device informatie:
;; Device information:;
;;
MSG_3_T_DevInfoES2
Naam  : %s:\n\n            Blokken    Bytes\nTotaal: %8ld %10ld\nVrij   : %8ld %10ld\n\n%ld bytes per blok\n\n%ld bytes geselecteerd\n( reel: %ld )
;; Name  : %s:\n\n          Blocks      Bytes\ntotal : %8ld %10ld\nFree  : %8ld %10ld\n\n%ld bytes per block\n\n%ld bytes selected\n( real: %ld );
;;
MSG_3_T_DevInfoES3
  OK  |Hernoem
;;   OK  |Rename;
;;
MSG_3_T_Error
Fout
;; Error;
;;
MSG_3_T_SROK
_Accepteren
;; _Accept;
;;
MSG_3_T_SRCancel
Annu_leer
;; _Cancel;
;;
MSG_3_T_OpenCON
CON:20/50/600/150/Druk ctrl-c om te annuleren.../SCHERM MTOOLSCHERM
;; CON:20/50/600/150/Press ctrl-c to cancel.../SCREEN MTOOLSCREEN;
;;
MSG_3_T_SRKeys
al
;; ac;
;;
MSG_4_T_AreqTitle
Bestandsanalyse
;; Analyzing file;
;;
MSG_4_T_FileSize
Best.grootte:%8d bytes
;; File size : %8d bytes;
;;
MSG_4_T_1Block
      1 blok
;;                    1 block;
;;
MSG_4_T_Blocks
          %8d blokken
;;             %8d blocks;
;;
MSG_4_T_Time
Tijd: %s %s
;; Time: %s %s;
;;
MSG_3_T_ScrollText
U gebruikt een niet-geregistreerde evaluatieversie van MTool V2.0. Indien u van de vervelende verzoeken en handicaps af wil, zend mij dan US$20 (DM25). Buitenlandse zendingen mogen in de equivalente lokale eenheid zijn. Zie handleiding voor meer info.
;; You are using the unregistered evaluation version of MTool V2.0. If you want to get rid of the annoying requesters and cripplings, please send me US$20 (DM25). Foreign orders may pay in equivalent local currency. See manual for details.;
;;
MSG_4_T_EmptyFile
Leeg bestand
;; Empty file;
;;
MSG_4_T_IFFFile
IFF-bestand,   type:     
;; IFF-file,   type:     ;
;;
MSG_4_T_HunkList
hunk lijst:
;; hunk list:;
;;
MSG_4_T_HunkLen
    , grootte %6d
;;      , size %6d;
;;
MSG_4_T_Resolution
 Resolutie %d  %d pixels
;;  Resolution %d  %d pixel;
;;
MSG_4_T_ScreenRes
 Scherm    %d  %d pixels
;;  Screen     %d  %d pixel;
;;
MSG_4_T_Colors
 Bitplanes %d, %d kleuren
;;  Bitplanes  %d, %d colors;
;;
MSG_4_T_Compress
 Bestand niet gecomprimeerd!
;;  File not compressed!;
;;
MSG_4_T_VPModes
 Viewportmodes: $%X
;;  Viewportmodes: $%X;
;;
MSG_0_ME_ChPrefs
 Verander Voorkeur
;; Change Prefs...;
;;
MSG_0_MS_ChPrefs
V
;; P;
;;
MSG_0_T_BadKey
Slecht Sleutelbestand!
;; Bad Keyfile!;
;;
MSG_7_T_NoPrefsFile
Geen MTool Voorinst.bestand!
;; No MTool Prefs File!;
;;
MSG_4_T_LHA
LHArc-Archief
;; LHArc-Archiv;
;;
MSG_4_T_Text
Tekstbestand (ASCII)
;; Text file (ASCII);
;;
MSG_4_T_Unknown
Onbekend bestandstype
;; Unknown file type;
;;
MSG_4_T_Cont
D_oorgaan
;; C_ontinue;
;;
MSG_4_T_Action
Ak_tie
;; Ac_tion;
;;
MSG_4_T_Cancel
Annu_leer
;; _Cancel;
;;
MSG_4_T_Keys
hsparwedloit
;; hsparwedcoit;
;;
MSG_5_T_Title
MultiTool II %s grafisch geheugen  %s overig geheugen
;; Multitool II  %s graphics mem  %s other mem;
;;
MSG_5_T_Stat
Vrij:%13s Stat:%s        
;; Free:%13s Stat:%s;
;;
MSG_5_T_NotValid
Geen geldige directory geselecteerd 
;;  No valid directory selected ;
;;
MSG_6_T_Archiv1
Vul a.u.b. de naam van
;; Please enter the name;
;;
MSG_6_T_Archiv2
het nieuwe archief in:
;; of the new archive:;
;;
MSG_7_T_Parms
Vul a.u.b. parameters in:
;; Please enter parameters:;
;;
MSG_2_T_DestFull
Niet genoeg ruimte\nop bestemmibg!
;; Not enough space\non destination!;
;;
MSG_7_T_ActFail
"Aktie mislukt!\nVerkeerde argumenten of commando vergeten"
;; "Action failed!\nBad arguments or missing command";
;;
MSG_7_T_NoAction
"Geen aktie gedefinieerd\nvoor dit bestandstype!"
;; "No action defined\nfor this file type!";
;;
MSG_7_T_MenuFail
"Verkeerde menu-installatie!"
;; "Menu installation corrupt!";
;;
MSG_6_T_LHAFail
"LHA heeft moeilijkeheden!"
;; "LHA has got a problem!";
;;
MSG_0_T_NoGFont
"Kan het gadget font niet openen!"
;; "Can't open gadget font!";
;;
MSG_0_T_NoScreen
"Kan het scherm niet vastzetten!"
;; "Can't lock screen!";
;;
MSG_0_T_BigWin
"Het werkbankvenster\nis te groot!"
;; "The workbench window\nis too big!";
;;
MSG_0_T_BigGFont
"Het gadget font\n is te groot!"
;; "The gadget font\n is too big!";
;;
MSG_0_T_NoWindow
"Venster gaat niet open!"
;; "Window doesn't open!";
;;
MSG_0_T_NoLFont
"Kan het list font niet openen!"
;; "Can't open list font!";
;;
MSG_2_T_CopDel
Kopieer / Verwijder
;; Copy / Delete;
;;
MSG_2_T_ConfEvryFile
Bevestig elk bestand
;; Confirm every file;
;;
MSG_2_T_ConfExisFile
Bevestig bestaande best.
;; Confirm exist. files;
;;
MSG_0_T_NoPrefs
Kan de Prefs Editor niet vinden
;; Can't find Prefs Editor;
;;
MSG_2_T_ConfAllFile
Alle bestanden
;; All files;
;;
MSG_2_T_NoSourceFile
Geen bronbestanden geselecteerd!
;; No source files selected!;
;;
MSG_2_T_CheckThese
Geef informatie over:
;; Show information about:;
;;
MSG_2_T_SourceFile
Bronbestand:
;; Source file:;
;;
MSG_2_T_DestFile
Bestemmingsbestand:
;; Destination file:;
;;
MSG_2_T_Length
Lengte:
;; Length:;
;;
MSG_2_T_Date
Datum:
;; Date:;
;;
MSG_2_T_Contents
Inhoud:
;; Contents:;
;;
MSG_2_T_Version
Versie:
;; Version:;
;;
MSG_2_T_Name
Naam:
;; Name:;
;;
MSG_2_G_Length
_Lengte
;; _Length;
;;
MSG_2_G_Date
_Datum/Tijd
;; _Date/Time;
;;
MSG_2_G_Contents
_Inhoud
;; _Contents;
;;
MSG_2_G_Version
_Versie controle
;; _Version check;
;;
MSG_2_G_ChngName
Verander _Naam
;; Change _Name;
;;
MSG_2_G_Start
_Start
;; _Start;
;;
MSG_2_G_Copy
_Kopieer
;; C_opy;
;;
MSG_2_G_Delete
V_erwijder
;; D_elete;
;;
MSG_2_G_Continue
Door_gaan
;; Con_tinue;
;;
MSG_2_G_Cancel
_Annuleer
;; C_ancel;
;;
MSG_2_T_Keys
aldivnskeg
;; aldcvnsoet;
;;
MSG_2_T_ReadError
Leesfout!
;; Read error!;
;;
MSG_2_T_FilesIdent
Bestanden identiek
;; Files identical;
;;
MSG_2_T_FilesDiff
Bestanden verschillend
;; Files different;
;;
MSG_2_T_FiLenDiff
Bestandslengten verschillend
;; File length different;
;;
MSG_2_T_NoExist
Bestaat nog niet
;; Does not exist yet;
;;
MSG_0_ME_QuickStart
Snelle start
;; Quick start;
;;
MSG_5_T_FStat
Sel.:%13s Stat:%s
         q                                                                                                          +
MAShare_53                                   5      
          q                 Wd3                                                                                                                                                                                                                                                                                                                                                                                      d     d
MTool_s.ct                                                           3    ;**************************************************************************
;*                                                                        *
;*  Multitool II   -   DOS-Hilfsprogramm                Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File fr Catcomp                                  *
;*  versatt till svenska av Mikael Silfver                               *
;*                                                                        *
;**************************************************************************
;
## version $VER MTool.catalog 21.0 (16.11.93)
## codeset 0
## language svenska
;
MSG_0_MT_Project
Projekt
MSG_0_ME_About
Om
MSG_0_MS_About
?
MSG_0_ME_Quit
Avsluta
MSG_0_MS_Quit
Q
MSG_0_MT_Prefs
Instllningar
MSG_0_ME_Open
ppna...
MSG_0_MS_Open
O
MSG_0_ME_CScreen
Egen skrm
MSG_0_MS_CScreen
E
MSG_0_G_Devs
DEVS
MSG_0_G_Dirs
DIRS
MSG_0_G_Cmds
CMDS
MSG_0_ME_Autodir
AutoDir
MSG_0_MS_Autodir
D
MSG_0_MT_Tools
Verktyg
MSG_0_ME_ReScan
Uppdatera Devicelista
MSG_0_G_Parent
_Moder
MSG_0_G_Copy
_Kopiera
MSG_0_G_Move
_Flytta
MSG_0_G_Delete
_Radera
MSG_0_G_ReName
_Dp om
MSG_0_G_MakeDir
Ny _lda
MSG_0_G_MAll
_Allt
MSG_0_G_MNot
I_nget
MSG_0_G_Icon
_Symbol
MSG_0_G_Archive
Arki_v
MSG_0_G_Analyze
Anal_ysera
MSG_0_G_Action
A_gera
MSG_0_G_Info
I
MSG_0_T_LoadPrefs
Ladda instllningar:
MSG_0_T_ShortCuts
mkfrdlansvyi\t\x1b g
MSG_2_T_ExRename1
Vill du dpa om
MSG_2_T_ExRename2
denna fil?
MSG_2_T_MakeDir1
Skriv in namnet p
MSG_2_T_MakeDir2
den nya ldan:
MSG_2_T_ReName
Skriv in det nya namnet fr:
MSG_2_T_PatSel1
Skriv in mnstret:
MSG_2_T_PatSel2
ex. #?.info eller ~(#?.BAK)
MSG_3_T_SreqTitle
Strngbegran:
MSG_0_ME_Hide
Gm
MSG_0_MS_Hide
G
MSG_3_T_ErrorES1
Felmeddelande:
MSG_3_T_ErrorES2
Ok
MSG_3_T_DevInfoES1
Deviceinformation:
MSG_3_T_DevInfoES2
Namn  : %s:\n\n           Block      Bytes\nTotalt: %8ld %10ld\nLedigt: %8ld %10ld\n\n%ld Bytes per block\n\n%ld Bytes valda\n( verkliga: %ld )
MSG_3_T_DevInfoES3
  OK  |Dp om
MSG_3_T_Error
Fel
MSG_3_T_SROK
_Okej
MSG_3_T_SRCancel
Av_bryt
MSG_3_T_OpenCON
CON:20/50/610/150/Avbryt med Ctrl-c.../SCREEN MTOOLSCREEN
MSG_3_T_SRKeys
ob
MSG_4_T_AreqTitle
Analyserar fil
MSG_4_T_FileSize
Filstorlek: %8d bytes
MSG_4_T_1Block
                   1 block
MSG_4_T_Blocks
            %8d block
MSG_4_T_Time
Tid: %s  %s
MSG_3_T_ScrollText
Du anvnder den oregistrerade utvrderingsversionen av MTool V2.0. Om du inte vill ha irriterande requestrar och borttagna funktioner, ska du betala sharewareavgiften p US$15 (DM25). Du kan ven betala med motsvarande belopp i lokal valuta. Se dokumentationen fr mer information.
MSG_4_T_EmptyFile
Filen r tom
MSG_4_T_IFFFile
IFF-fil av typen:
MSG_4_T_HunkList
Hunklista:
MSG_4_T_HunkLen
     , storlek %6d
MSG_4_T_Resolution
 Upplsning %d  %d punkter
MSG_4_T_ScreenRes
 Skrm      %d  %d punkter
MSG_4_T_Colors
 Bitplan    %d, %d frger
MSG_4_T_Compress
 Filen r packad.
MSG_4_T_VPModes
 Viewportlgen $%X
MSG_0_ME_ChPrefs
ndra...
MSG_0_MS_ChPrefs

MSG_0_T_BadKey
Ogiltig Keyfil!
MSG_7_T_NoPrefsFile
Filen r inte en\ninstllningsfil till MTool!
MSG_4_T_LHA
LhArc-Arkiv
MSG_4_T_Text
Textfil (ASCII)
MSG_4_T_Unknown
Oknd filtyp
MSG_4_T_Cont
_Fortstt
MSG_4_T_Action
A_gera
MSG_4_T_Cancel
Av_bryt
MSG_4_T_Keys
hsparwedbfig
MSG_5_T_Title
Multitool II  %s grafikminne  %s vrigt minne
MSG_5_T_Stat
Ledigt:%13s ST:%s
MSG_5_T_NotValid
   Ingen giltig lda vald     
MSG_6_T_Archiv1
Skriv in namnet p
MSG_6_T_Archiv2
det nya arkivet:
MSG_7_T_Parms
Skriv in parametrar:
MSG_2_T_DestFull
Inte tillrckligt med plats\np destinationsdisken
MSG_7_T_ActFail
Kunde inte agera!\nFel argument eller felaktigt kommando.
MSG_7_T_NoAction
Det finns ingen ageringsdefinition\nfr denna filtyp!
MSG_7_T_MenuFail
Fel vid installation av menyer!
MSG_6_T_LHAFail
LhA gav ett felmeddelande!
MSG_0_T_NoGFont
Hittar inte gadgettypsnitt!
MSG_0_T_NoScreen
Kan inte lsa skrmen!
MSG_0_T_BigWin
Workbenchfnstret\nr fr stort!
MSG_0_T_BigGFont
Gadgettypsnittet\nr fr stort!
MSG_0_T_NoWindow
Kan inte ppna MToolfnstret!
MSG_0_T_NoLFont
Kan inte hitta listtypsnittet!
MSG_2_T_CopDel
Kopiera / radera
MSG_2_T_ConfEvryFile
Konfirmera alla filer
MSG_2_T_ConfExisFile
Konfirmera befintliga filer
MSG_0_T_NoPrefs
Hittar inte instllningseditorn
MSG_2_T_ConfAllFile
Konfirmera ej
MSG_2_T_NoSourceFile
Ingen kllfil vald
MSG_2_T_CheckThese
Visa information om:
MSG_2_T_SourceFile
Kllfil:
MSG_2_T_DestFile
Destinationsfil:
MSG_2_T_Length
Lngd:
MSG_2_T_Date
Datum:
MSG_2_T_Contents
Innehll:
MSG_2_T_Version
Version:
MSG_2_T_Name
Namn:
MSG_2_G_Length
_Lngd
MSG_2_G_Date
_Datum/Tid
MSG_2_G_Contents
_Innehll
MSG_2_G_Version
_Versionskontroll
MSG_2_G_ChngName
_Namnndring
MSG_2_G_Start
_Start
MSG_2_G_Copy
_Kopiera
MSG_2_G_Delete
_Radera
MSG_2_G_Continue
_Fortstt
MSG_2_G_Cancel
Av_bryt
MSG_2_T_Keys
bldivnskrf
MSG_2_T_ReadError
Lsfel!
MSG_2_T_FilesIdent
Filerna r identiska
MSG_2_T_FilesDiff
Filerna r olika
MSG_2_T_FiLenDiff
Fillngden r olika
MSG_2_T_NoExist
Finns ingen dest.fil
MSG_0_ME_QuickStart
Snabbstart
MSG_5_T_FStat
Valt  :%13s ST: %s
          r                                                                                                                                                                  q                                                                                                          +
MAShare_53                                   5      
          q                 W}                                                                                                                                                                                                                                                                                                                                                                              d     dMTool_sk.ct                                                          3    ;**************************************************************************
;*                                                                        *
;*  Multitool II   -   DOS-Hilfsprogramm                Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Description File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER MTool.catalog 21.0 (05.02.95)
## codeset 0
## language slovensky
;
MSG_0_MT_Project
Projekt
;Project
MSG_0_ME_About
Informacie
;About
MSG_0_MS_About
I
MSG_0_ME_Quit
Koniec
;Quit
MSG_0_MS_Quit
Q
MSG_0_MT_Prefs
Preferencie
;Preferences
MSG_0_ME_Open
Otvor...
;Open...
MSG_0_MS_Open
O
MSG_0_ME_CScreen
Vlastna obrazovka
;Customscreen
MSG_0_MS_CScreen
V
MSG_0_G_Devs
DEVS
MSG_0_G_Dirs
DIRS
MSG_0_G_Cmds
CMDS
MSG_0_ME_Autodir
AutoDir
MSG_0_MS_Autodir
D
MSG_0_MT_Tools
Pomocky
;Tools
MSG_0_ME_ReScan
Obnov Zoznam Zariadeni
;Rescan devlist
MSG_0_G_Parent
_Rodic
;_Parent
MSG_0_G_Copy
_Kopiruj
;_Copy
MSG_0_G_Move
_Presun
;_Move
MSG_0_G_Delete
_Zmaz
;_Delete
MSG_0_G_ReName
Pre_menuj
;Re_name
MSG_0_G_MakeDir
Vytvor_Adr
;MakeDi_r
MSG_0_G_MAll
S:_Vsetko
;S:_All
MSG_0_G_MNot
S:_Nic
;S:Nothin_g
MSG_0_G_Icon
Ik_ona
;Ic_on
MSG_0_G_Archive
Arc_hiv
;Archi_ve
MSG_0_G_Analyze
Anal_yzuj
;Analy_ze
MSG_0_G_Action
Ak_cia
;Act_ion
MSG_0_G_Info
I
MSG_0_T_LoadPrefs
Nahraj Preferencie:
;Load Preferences:
MSG_0_T_ShortCuts
rkpzmavnohyi\t\x1b c
MSG_2_T_ExRename1
Chces premenovat
;Do you want to rename
MSG_2_T_ExRename2
tento subor?
;this file?
MSG_2_T_MakeDir1
Zadaj prosim meno
;Please enter the name
MSG_2_T_MakeDir2
noveho adresara.
;of the new directory.
MSG_2_T_ReName
Vloz prosim nove meno pre:
;Please enter the new name for:
MSG_2_T_PatSel1
Vloz prosim vzorku.
;Please enter the pattern.
MSG_2_T_PatSel2
napr. #?.info alebo ~(#?.BAK)
;i.e. #?.info or ~(#?.BAK)
MSG_3_T_SreqTitle
Poziadavka na retazec:
;String request:
MSG_0_ME_Hide
Skry sa
;Hide
MSG_0_MS_Hide
H
MSG_3_T_ErrorES1
Chybova sprava:
;Error message:
MSG_3_T_ErrorES2
OK!
;OK!
MSG_3_T_DevInfoES1
Informacie o zariadeni:
;Device information:
MSG_3_T_DevInfoES2
Meno  : %s:\n\n        Poc.blokov   Bajtov\nCelkom : %8ld %10ld\nVolne  : %8ld %10ld\n\n%ld bajtov na blok\n\n%ld bajtov oznacenych\n( v skutocnosti: %ld )
;Name  : %s:\n\n          Blocks      Bytes\ntotal : %8ld %10ld\nFree  : %8ld %10ld\n\n%ld bytes per block\n\n%ld bytes selected\n( real: %ld )
MSG_3_T_DevInfoES3
  OK  |Premenuj
;  OK  |Rename
MSG_3_T_Error
Chyba
;Error
MSG_3_T_SROK
_Prijat
;_Accept
MSG_3_T_SRCancel
_Zrusit
;_Cancel
MSG_3_T_OpenCON
CON:20/50/600/150/Prerusenie: Ctrl-C/SCREEN MTOOLSCREEN
;CON:20/50/600/150/Press ctrl-c to cancel.../SCREEN MTOOLSCREEN
MSG_3_T_SRKeys
pz
MSG_4_T_AreqTitle
Analyzuj subor
;Analyzing file
MSG_4_T_FileSize
Dlzka suboru : %8d bajtov
;File size : %8d bytes
MSG_4_T_1Block
                   1 blok
;                   1 block
MSG_4_T_Blocks
            %8d blokov
;            %8d blocks
MSG_4_T_Time
Cas: %s %s
;Time: %s %s
MSG_3_T_ScrollText
Pouzivas neregistrovanu verziu programu MTool V2.1. Ak sa chces zbavit neprijemnych requesterov a obmedzeni, zasli mi prosim US$20 (DM25). Tuto ciastku mozes tiez zaplatit ekvivalentnou sumou v domacej mene. Blizsie informacie najdes v manualy.
;You are using the unregistered evaluation version of MTool V2.0. If you want to get rid of the annoying requesters and cripplings, please send me US$20 (DM25). Foreign orders may pay in equivalent local currency. See manual for details.
MSG_4_T_EmptyFile
Prazdny subor
;Empty file
MSG_4_T_IFFFile
IFF-subor,  typ:
;IFF-file,   type:
MSG_4_T_HunkList
Hunk zoznam:
;hunk list:
MSG_4_T_HunkLen
     , velkost %6d
;     , size %6d
MSG_4_T_Resolution
 Rozlisenie %d  %d pixelov
; Resolution %d  %d pixel
MSG_4_T_ScreenRes
 Obrazovka  %d  %d pixelov
; Screen     %d  %d pixel
MSG_4_T_Colors
 Pocet Bitplanov %d, %d farieb
; Bitplanes  %d, %d colors
MSG_4_T_Compress
 Subor nie je zbaleny!
; File not compressed!
MSG_4_T_VPModes
 Viewportmody: $%X
; Viewportmodes: $%X
MSG_0_ME_ChPrefs
Zmen Preferencie...
;Change Prefs...
MSG_0_MS_ChPrefs
P
MSG_0_T_BadKey
Chybny Keyfile subor!
;Bad Keyfile!
MSG_7_T_NoPrefsFile
Toto nie je MTool Prefs subor!
;No MTool Prefs File!
MSG_4_T_LHA
LHArc-Archiv
;LHArc-Archiv
MSG_4_T_Text
Textovy subor (ASCII)
;Text file (ASCII)
MSG_4_T_Unknown
Neznamy typ suboru
;Unknown file type
MSG_4_T_Cont
_Pokracuj
;C_ontinue
MSG_4_T_Action
Ak_cia
;Ac_tion
MSG_4_T_Cancel
_Zrus
;_Cancel
MSG_4_T_Keys
hsparwedpciz
;                                Hey Boris! What is 'i'? Look at english file!!
MSG_5_T_Title
Multitool II  %s grafickej pamate  %s inej pamate
;Multitool II  %s graphics mem  %s other mem
MSG_5_T_Stat
Volne:%13s Stat:%s
;Free:%13s Stat:%s
MSG_5_T_NotValid
 Neplatny adresar
; No valid directory selected
MSG_6_T_Archiv1
Vloz prosim meno
;Please enter the name
MSG_6_T_Archiv2
noveho archivu:
;of the new archive:
MSG_7_T_Parms
Vloz prosim parametre:
;Please enter parameters:
MSG_2_T_DestFull
Na cielovom zariadeni\nnie je dostatok miesta!
;Not enough space\non destination!
MSG_7_T_ActFail
"Neuspesna akcia!\nChybne argumenty alebo chybajuci prikaz!"
;"Action failed!\nBad arguments or missing command"
MSG_7_T_NoAction
"Pre tento typ suboru\nnie je definovana ziadna akcia!"
;"No action defined\nfor this file type!"
MSG_7_T_MenuFail
"Nespravna menu instalacia!"
;"Menu installation corrupt!"
MSG_6_T_LHAFail
"LHA ma problemy!"
;"LHA has got a problem!"
MSG_0_T_NoGFont
"Nemozem otvorit gadget font!"
;"Can't open gadget font!"
MSG_0_T_NoScreen
"Nemozem uzamknut obrazovku!"
;"Can't lock screen!"
MSG_0_T_BigWin
"Okno workbenchu\nje prilis velke!"
;"The workbench window\nis too big!"
MSG_0_T_BigGFont
"Gadget font\nje prilis velky!"
;"The gadget font\n is too big!"
MSG_0_T_NoWindow
"Neda sa otvorit okno!"
;"Window doesn't open!"
MSG_0_T_NoLFont
"Nemozem otvorit zoznam fontov!"
;"Can't open list font!"
MSG_2_T_CopDel
Kopiruj / Zmaz
;Copy / Delete
MSG_2_T_ConfEvryFile
Potvrd kazdy subor
;Confirm every file
MSG_2_T_ConfExisFile
Potvrd exist. subory
;Confirm exist. files
MSG_0_T_NoPrefs
Nemozem najst Prefs Editor
;Can't find Prefs Editor
MSG_2_T_ConfAllFile
Vsetky subory
;All files
MSG_2_T_NoSourceFile
Nie je oznaceny ziadny subor!
;No source files selected!
MSG_2_T_CheckThese
Zobraz informacie:
;Show information about:
MSG_2_T_SourceFile
Zdrojovy subor:
;Source file:
MSG_2_T_DestFile
Cielovy subor:
;Destination file:
MSG_2_T_Length
Dlzka:
;Length:
MSG_2_T_Date
Datum:
;Date:
MSG_2_T_Contents
Obsah:
;Contents:
MSG_2_T_Version
Verzia:
;Version:
MSG_2_T_Name
Meno:
;Name:
MSG_2_G_Length
_Dlzka
;_Length
MSG_2_G_Date
D_atum/Cas
;_Date/Time
MSG_2_G_Contents
_Obsah
;_Contents
MSG_2_G_Version
Kontrola _verzie
;_Version check
MSG_2_G_ChngName
Zmen _Meno
;Change _Name
MSG_2_G_Start
_Start
;_Start
MSG_2_G_Copy
_Kopiruj
;C_opy
MSG_2_G_Delete
_Zmaz
;D_elete
MSG_2_G_Continue
_Pokracuj
;Con_tinue
MSG_2_G_Cancel
Z_rus
;C_ancel
MSG_2_T_Keys
rdaovmskzp
MSG_2_T_ReadError
Chyba pri citani!
;Read error!
MSG_2_T_FilesIdent
Rovnake subory
;Files identical
MSG_2_T_FilesDiff
Rozdielne subory
;Files different
MSG_2_T_FiLenDiff
Rozdielne dlzky suborov
;File length different
MSG_2_T_NoExist
Zatial neexistuje
;Does not exist yet
MSG_0_ME_QuickStart
Rychly start
;Quick start
MSG_5_T_FStat
Ozn.:%13s Stat:%s
;Sel.:%13s Stat:%s
                                                          3                  Tc                                                                                                                                                                                                                                                                                                                                                                                      d  4  
MTPrefs.cd                                                           3    ;**************************************************************************
;*                                                                        *
;*  MTPrefs   -   Preferences Editor fr MTool V2.0     Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Description File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
MSG_MI_SelLHA (0/0/65)
Select LHA path...
MSG_Get (1/0/65)
Get
MSG_OK (2/0/65)
OK
MSG_Cancel (3/0/65)
Cancel
MSG_ObjName (4/0/65)
Object Name: 
MSG_WT_Main (5/0/65)
MTool Prefs V2.0
MSG_WT_FileType (6/0/65)
Edit File Type...
MSG_WT_Menu (7/0/65)
Edit Menu Entry...
MSG_WT_Icon (8/0/65)
Edit Icon Entry...
MSG_WT_Device (9/0/65)
Edit Device Entry...
MSG_WT_Action (10/0/65)
Edit Action...
MSG_WT_Program (11/0/65)
Edit Program...
MSG_WT_Select (12/0/65)
Select Object...
MSG_WT_Flags (13/0/65)
Edit Flags...
MSG_WT_Paths (14/0/65)
Edit Paths...
MSG_MA_Type1 (15/0/65)
Miscellaneous
MSG_MA_Type2 (16/0/65)
Program
MSG_MA_Type3 (17/0/65)
Menu
MSG_MA_Type4 (18/0/65)
Icon
MSG_MA_Type5 (19/0/65)
File Type
MSG_MA_Type6 (20/0/65)
Device List
MSG_MA_Type7 (21/0/65)
Action List
MSG_MA_ObjType (22/0/65)
_Object Type: 
MSG_MA_Add (23/0/65)
_Add
MSG_MA_Del (24/0/65)
_Delete
MSG_MA_Sort (25/0/65)
So_rt
MSG_MA_Edit (26/0/65)
_Edit
MSG_MA_Copy (27/0/65)
C_opy
MSG_MA_Top (28/0/65)
_Top
MSG_MA_Bottom (29/0/65)
_Bottom
MSG_MA_Save (30/0/65)
_Save
MSG_MA_Use (31/0/65)
_Use
MSG_MA_Cancel (32/0/65)
_Cancel
MSG_MA_NewEntry (33/0/65)
*** change me ***
MSG_MA_ScrMode (34/0/65)
Screenmode
MSG_MA_WndSize (35/0/65)
Window Dimensions
MSG_MA_GFont (36/0/65)
Gadget Font
MSG_MA_LFont (37/0/65)
List Font
MSG_MA_Paths (38/0/65)
Paths
MSG_MA_Flags (39/0/65)
Screen & Flags
MSG_PR_Parm1 (40/0/65)
None
MSG_PR_Parm2 (41/0/65)
Source File Name
MSG_PR_Parm3 (42/0/65)
Dest File Name
MSG_PR_Parm4 (43/0/65)
Source Path
MSG_PR_Parm5 (44/0/65)
Dest Path
MSG_PR_Parm6 (45/0/65)
Source Names in File
MSG_PR_Parm7 (46/0/65)
Dest Names in File
MSG_PR_Parm8 (47/0/65)
Source Path in File
MSG_PR_Parm9 (48/0/65)
Dest Paths in File
MSG_PR_Parm10 (49/0/65)
Request
MSG_PR_Prog (50/0/65)
Program    :
MSG_PR_Parms (51/0/65)
Parameters :
MSG_PR_DParm1 (52/0/65)
Def.Parm. 1:
MSG_PR_DParm2 (53/0/65)
Def.Parm. 2:
MSG_PR_DParm3 (54/0/65)
Def.Parm. 3:
MSG_PR_Select (55/0/65)
Select Program...
MSG_FT_RecT1 (56/0/65)
Pattern
MSG_FT_RecT2 (57/0/65)
ASC-Filter
MSG_FT_RecT3 (58/0/65)
HEX-Filter
MSG_FT_RecT4 (59/0/65)
ASCII Text
MSG_FT_RecT5 (60/0/65)
Unknown File
MSG_FT_Recog (61/0/65)
Recognition:
MSG_FT_Prog (62/0/65)
Program    :
MSG_FT_Icon (63/0/65)
Icon       :
MSG_MF_CPMode1 (64/0/65)
Confirm all files
MSG_MF_CPMode2 (65/0/65)
Confirm existing files
MSG_MF_CPMode3 (66/0/65)
Perform all files
MSG_MF_ScrT1 (67/0/65)
Own Screen
MSG_MF_ScrT2 (68/0/65)
Workbench
MSG_MF_ScrT3 (69/0/65)
Pubscreen
MSG_MF_Len (70/0/65)
Length
MSG_MF_Date (71/0/65)
Date/Time
MSG_MF_Cont (72/0/65)
Contents
MSG_MF_ChName (73/0/65)
Change file name
MSG_MF_VCheck (74/0/65)
Version Check
MSG_MF_ADir (75/0/65)
AutoDir
MSG_MF_SName (76/0/65)
Screen Name    :
MSG_MF_SType (77/0/65)
Screen Type    :
MSG_MF_SSize (78/0/65)
Fullsize on own Screen
MSG_MF_CloseHide (79/0/65)
Close = Hide
MSG_OL_Cancel (80/0/65)
_Cancel
MSG_ME_Shortcut (81/0/65)
Shortcut   :
MSG_ME_Prog (82/0/65)
Program    :
MSG_IC_Icon (83/0/65)
Icon File  :
MSG_IC_Select (84/0/65)
Select Icon...
MSG_DV_Path (85/0/65)
Path Name  :
MSG_DV_Select (86/0/65)
Select Path...
MSG_AC_Prog (87/0/65)
Program    :
MSG_MI_LHA (88/0/65)
LHA location  :
MSG_MI_DefPath1 (89/0/65)
Def. Path 1   :
MSG_MI_DefPath2 (90/0/65)
Def. Path 2   :
MSG_MI_DrwIcon (91/0/65)
Drawer Icon   :
MSG_MI_SelDefPath (92/0/65)
Select default path...
MSG_MI_SelDrwIcon (93/0/65)
Select Drawer Icon...
MSG_MI_SelScreen (94/0/65)
Select Screenmode...
MSG_MI_SelWindow (95/0/65)
Select Place and Size, then close Window...
MSG_MI_SelGFont (96/0/65)
Select Gadget Font...
MSG_MI_SelLFont (97/0/65)
Select List Font...
MSG_MT_Project (98/0/65)
Project
MSG_ME_Open (99/0/65)
Open...
MSG_MS_Open (100/0/65)
O
MSG_ME_Include (101/0/65)
Include...
MSG_MS_Include (102/0/65)
C
MSG_ME_SaveAs (103/0/65)
Save As...
MSG_MS_SaveAs (104/0/65)
A
MSG_ME_Quit (105/0/65)
Quit
MSG_MS_Quit (106/0/65)
Q
MSG_MT_Edit (107/0/65)
Edit
MSG_ME_Reset (108/0/65)
Reset To Defaults
MSG_MS_Reset (109/0/65)
D
MSG_ME_LastSaved (110/0/65)
Last Saved
MSG_MS_LastSaved (111/0/65)
L
MSG_ME_Restore (112/0/65)
Restore
MSG_MS_Restore (113/0/65)
R
MSG_MT_Settings (114/0/65)
Settings
MSG_ME_Icons (115/0/65)
Create Icons?
MSG_MS_Icons (116/0/65)
I
MSG_DM_Pattern (117/0/65)
Pattern    :
MSG_DM_Hide (118/0/65)
Hide Object in Device List
MSG_DM_NoCache (119/0/65)
Disable Caching
MSG_DM_Type1 (120/0/65)
Devices
MSG_DM_Type2 (121/0/65)
Assigns
MSG_DM_Type3 (122/0/65)
Volumes
MSG_DM_Type4 (123/0/65)
All
MSG_MA_Type8 (124/0/65)
Device Modes
MSG_WT_DevMode (125/0/65)
Edit Device Modes...
MSG_WT_GadList (126/0/65)
Edit Gadgets...
MSG_MA_Type9 (127/0/65)
Gadget Array
                                                                                                                                                 q                                                                                                          +
MAShare_53                                   5      
          q           	      <                                                                                                                                                                                                                                                                                            }                                                                                              d  4  MTPrefs_d.ct                                                         3    ;**************************************************************************
;*                                                                        *
;*  MTPrefs   -   Preferences Editor fr MTool V2.0     Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER MTPrefs.catalog 21.0 (11.12.94)
## codeset 0
## language deutsch
;
MSG_MI_SelLHA
Whlen Sie das Programm LHA an...
MSG_Get
REQ
MSG_OK
OK
MSG_Cancel
Abbruch
MSG_ObjName
Objektname : 
MSG_WT_Main
MTool Voreinstellungseditor V2.1
MSG_WT_FileType
Dateitypen festlegen...
MSG_WT_Menu
Meneintrge festlegen...
MSG_WT_Icon
Icons festlegen...
MSG_WT_Device
Alternative Deviceliste einrichten...
MSG_WT_Action
Aktionsliste festlegen...
MSG_WT_Program
Programme festlegen...
MSG_WT_Select
Whlen Sie ein Objekt aus...
MSG_WT_Flags
Sonstige Einstellungen...
MSG_WT_Paths
Pfade festlegen...
MSG_MA_Type1
Allgemeine Einstellungen
MSG_MA_Type2
Programme
MSG_MA_Type3
Men
MSG_MA_Type4
Icons
MSG_MA_Type5
Dateitypen
MSG_MA_Type6
Deviceliste
MSG_MA_Type7
Aktionsliste
MSG_MA_ObjType
_Objekttyp  : 
MSG_MA_Add
_Neu
MSG_MA_Del
_Entf.
MSG_MA_Sort
So_rtieren
MSG_MA_Edit
_ndern
MSG_MA_Copy
_Kopieren
MSG_MA_Top
_Oben
MSG_MA_Bottom
_Unten
MSG_MA_Save
_Sichern
MSG_MA_Use
_Benutzen
MSG_MA_Cancel
_Abbruch
MSG_MA_NewEntry
*** bitte ndern ***
MSG_MA_ScrMode
Bildschirmmodus
MSG_MA_WndSize
Fenstergre
MSG_MA_GFont
Gadgetschrift
MSG_MA_LFont
Listenschrift
MSG_MA_Paths
Pfade
MSG_MA_Flags
Bildschirm & Sonstiges
MSG_PR_Parm1
keiner
MSG_PR_Parm2
Name der Quelldatei
MSG_PR_Parm3
Name der Zieldatei
MSG_PR_Parm4
Quellpfad
MSG_PR_Parm5
Zielpfad
MSG_PR_Parm6
Quelldateien in Namensdatei
MSG_PR_Parm7
Zieldateien in Namensdatei
MSG_PR_Parm8
Quellpfade in Namensdatei
MSG_PR_Parm9
Zielpfade in Namensdatei
MSG_PR_Parm10
Parameter abfragen
MSG_PR_Prog
Programm   :
MSG_PR_Parms
Parameter  :
MSG_PR_DParm1
Parameter 1:
MSG_PR_DParm2
Parameter 2:
MSG_PR_DParm3
Parameter 3:
MSG_PR_Select
Programm auswhlen...
MSG_FT_RecT1
Namensmuster
MSG_FT_RecT2
ASC-Filter
MSG_FT_RecT3
HEX-Filter
MSG_FT_RecT4
ASCII-Text
MSG_FT_RecT5
Unbekannt
MSG_FT_Recog
Erkennung  :
MSG_FT_Prog
Programm   :
MSG_FT_Icon
Icon       :
MSG_MF_CPMode1
Besttigung jeder Datei
MSG_MF_CPMode2
Besttigung exist. Dateien
MSG_MF_CPMode3
Alle Dateien bearbeiten
MSG_MF_ScrT1
Eigener Screen
MSG_MF_ScrT2
Workbench
MSG_MF_ScrT3
Public Screen
MSG_MF_Len
Lnge
MSG_MF_Date
Datum/Zeit
MSG_MF_Cont
Inhalt
MSG_MF_ChName
Namensnderung vorschlagen
MSG_MF_VCheck
Versionsprfung
MSG_MF_ADir
AutoDir
MSG_MF_SName
Bildschirmname :
MSG_MF_SType
Bildschirmtyp  :
MSG_MF_SSize
Volle Gre 
MSG_MF_CloseHide
Schlieen = Verbergen
MSG_OL_Cancel
_Abbruch
MSG_ME_Shortcut
Tast.krzel:
MSG_ME_Prog
Programm   :
MSG_IC_Icon
Icondatei  :
MSG_IC_Select
Icon auswhlen...
MSG_DV_Path
Pfadname   :
MSG_DV_Select
Pfad auswhlen...
MSG_AC_Prog
Programm   :
MSG_MI_LHA
LHA-Programm  :
MSG_MI_DefPath1
Startpfad li. :
MSG_MI_DefPath2
Startpfad re. :
MSG_MI_DrwIcon
Schubladenicon:
MSG_MI_SelDefPath
Startpfad auswhlen...
MSG_MI_SelDrwIcon
Schubladenicon auswhlen...
MSG_MI_SelScreen
Bildschirmmodus einstellen...
MSG_MI_SelWindow
Ort und Gre festlegen, dann Fenster schlieen...
MSG_MI_SelGFont
Gadgetschrift einstellen...
MSG_MI_SelLFont
Listenschrift einstellen...
MSG_MT_Project
Projekt
MSG_ME_Open
ffnen...
MSG_MS_Open
O
MSG_ME_Include
Einbinden...
MSG_MS_Include
E
MSG_ME_SaveAs
Sichern Als...
MSG_MS_SaveAs
A
MSG_ME_Quit
Programmende
MSG_MS_Quit
Q
MSG_MT_Edit
Vorgaben
MSG_ME_Reset
auf Vorgaben zurcksetzen
MSG_MS_Reset
Z
MSG_ME_LastSaved
auf zuletzt gespeichertes
MSG_MS_LastSaved
L
MSG_ME_Restore
auf vorherigen Stand
MSG_MS_Restore
S
MSG_MT_Settings
Optionen
MSG_ME_Icons
Piktogramme erzeugen?
MSG_MS_Icons
I
MSG_DM_Pattern
Suchmuster :
MSG_DM_Hide
Objekt aus Deviceliste streichen
MSG_DM_NoCache
Caching dieses Objekts ausschalten
MSG_DM_Type1
Gerte
MSG_DM_Type2
Assigns
MSG_DM_Type3
Medien
MSG_DM_Type4
Alle
MSG_MA_Type8
Gerteeinstellungen
MSG_WT_DevMode
Gerteeinstellungen festlegen...
MSG_WT_GadList
Gadgets festlegen...
MSG_MA_Type9
Gadgetleiste
                                         d  4  
MTPrefs.cd                                                           3            	      tr                                                                                                                                                                                                                                                                                                                                                                                          d  4  MTPrefs_da.ct                                                        3    ;**************************************************************************
;*                                                                        *
;*  MTPrefs   -   Opstningsprogram for MTool V2.1      Version 2.1r000   *
;*                                                                        *
;*  1992 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File til Catcomp af Adam Sjgren                  *
;*                                                                        *
;**************************************************************************
;
## version $VER: MTPrefs.catalog 21.0 (05.02.95) by Adam Sjgren
## codeset 0
## language dansk
MSG_MI_SelLHA
Vlg LHA sti...
;
MSG_Get
Vlg
;
MSG_OK
OK
;
MSG_Cancel
Afbryd
;
MSG_ObjName
Objekt Navn: 
;
MSG_WT_Main
MTool Opstning V2.0
;
MSG_WT_FileType
ndr Fil Type...
;
MSG_WT_Menu
ndr Menu-punkt...
;
MSG_WT_Icon
ndr Ikon...
;
MSG_WT_Device
ndr Device...
;
MSG_WT_Action
ndr Aktion...
;
MSG_WT_Program
ndr Program...
;
MSG_WT_Select
Vlg Objekt...
;
MSG_WT_Flags
ndr Flag...
;
MSG_WT_Paths
ndr Stier...
;
MSG_MA_Type1
Diverse
;
MSG_MA_Type2
Program
;
MSG_MA_Type3
Menu
;
MSG_MA_Type4
Ikon
;
MSG_MA_Type5
Fil Type
;
MSG_MA_Type6
Device Liste
;
MSG_MA_Type7
Aktions Liste
;
MSG_MA_ObjType
_Objekt Type: 
;
MSG_MA_Add
_Ny
;
MSG_MA_Del
_Slet
;
MSG_MA_Sort
So_rtr
;
MSG_MA_Edit
_ndr
;
MSG_MA_Copy
K_opier
;
MSG_MA_Top
_Top
;
MSG_MA_Bottom
_Bund
;
MSG_MA_Save
_Gem
;
MSG_MA_Use
_Brug
;
MSG_MA_Cancel
_Afbryd
;
MSG_MA_NewEntry
*** ndr mig ***
;
MSG_MA_ScrMode
Skrm-modus
;
MSG_MA_WndSize
Vindues dimensioner
;
MSG_MA_GFont
Gadget Skrifttype
;
MSG_MA_LFont
Liste Skrifttype
;
MSG_MA_Paths
Stier
;
MSG_MA_Flags
Skrm & Flag
;
MSG_PR_Parm1
Ingen
;
MSG_PR_Parm2
Fra Fil Navn
;
MSG_PR_Parm3
Til Fil Navn
;
MSG_PR_Parm4
Fra Sti
;
MSG_PR_Parm5
Til Sti
;
MSG_PR_Parm6
Fra Navne i Fil
;
MSG_PR_Parm7
Til Navne i Fil
;
MSG_PR_Parm8
Fra Stier i Fil
;
MSG_PR_Parm9
Til Stier i Fil
;
MSG_PR_Parm10
Sprg
;
MSG_PR_Prog
Program    :
;
MSG_PR_Parms
Parametre  :
;
MSG_PR_DParm1
Std.Parm. 1:
;
MSG_PR_DParm2
Std.Parm. 2:
;
MSG_PR_DParm3
Std.Parm. 3:
;
MSG_PR_Select
Vlg Program...
;
MSG_FT_RecT1
Mnster
;
MSG_FT_RecT2
ASC-Filter
;
MSG_FT_RecT3
HEX-Filter
;
MSG_FT_RecT4
ASCII Tekst
;
MSG_FT_RecT5
Ukendt fil
;
MSG_FT_Recog
Genkendelse:
;
MSG_FT_Prog
Program    :
;
MSG_FT_Icon
Ikon       :
;
MSG_MF_CPMode1
Bekrft alle filer
;
MSG_MF_CPMode2
Bekrft eksisterende filer
;
MSG_MF_CPMode3
Alle filer
;
MSG_MF_ScrT1
Egen skrm
;
MSG_MF_ScrT2
Workbench
;
MSG_MF_ScrT3
Pubskrm
;
MSG_MF_Len
Lngde
;
MSG_MF_Date
Dato/Tid
;
MSG_MF_Cont
Indhold
;
MSG_MF_ChName
ndre fil navn
;
MSG_MF_VCheck
Versions Check
;
MSG_MF_ADir
AutoDir
;
MSG_MF_SName
Skrm Navn     :
;
MSG_MF_SType
Skrm Type     :
;
MSG_MF_SSize
Fuld strrelse p egen Skrm
;
MSG_MF_CloseHide
Lukke-gadget = Gemme Vk
;
MSG_OL_Cancel
_Afbryd
;
MSG_ME_Shortcut
Genvej     :
;
MSG_ME_Prog
Program    :
;
MSG_IC_Icon
Ikon Fil   :
;
MSG_IC_Select
Vlg Ikon...
;
MSG_DV_Path
Sti Navn   :
;
MSG_DV_Select
Vlg Sti...
;
MSG_AC_Prog
Program    :
;
MSG_MI_LHA
LHA placering :
;
MSG_MI_DefPath1
Standard Sti 1:
;
MSG_MI_DefPath2
Standard Sti 2:
;
MSG_MI_DrwIcon
Skuffe Ikon   :
;
MSG_MI_SelDefPath
Vlg standard sti...
;
MSG_MI_SelDrwIcon
Vlg Skuffe Ikon...
;
MSG_MI_SelScreen
Vlg Skrm-modus...
;
MSG_MI_SelWindow
Vlg Sted og Strrelse, luk derefter vinduet...
;
MSG_MI_SelGFont
Vlg Gadget Skrifttype...
;
MSG_MI_SelLFont
Vlg Liste Skrifttype...
;
MSG_MT_Project
Projekt
;
MSG_ME_Open
bne...
;
MSG_MS_Open

;
MSG_ME_Include
Inkludr...
;
MSG_MS_Include
I
;
MSG_ME_SaveAs
Gem Som...
;
MSG_MS_SaveAs
G
;
MSG_ME_Quit
AfSlut
;
MSG_MS_Quit
A
;
MSG_MT_Edit
ndre
;
MSG_ME_Reset
Tilbage til Standard
;
MSG_MS_Reset
T
;
MSG_ME_LastSaved
Sidst Gemt
;
MSG_MS_LastSaved
S
;
MSG_ME_Restore
Genskab
;
MSG_MS_Restore
E
;
MSG_MT_Settings
Opstninger
;
MSG_ME_Icons
Lav Ikoner?
;
MSG_MS_Icons
K
;
MSG_DM_Pattern
Mnster    :
MSG_DM_Hide
Hide Object in Device List
MSG_DM_NoCache
Disable Caching
MSG_DM_Type1
Devices
MSG_DM_Type2
Assigns
MSG_DM_Type3
Volumes
MSG_DM_Type4
Alle
MSG_MA_Type8
Device Modes
MSG_WT_DevMode
ndr Device Modes...
MSG_WT_GadList
ndr Gadgets...
MSG_MA_Type9
Gadget Array
                                                                                                      q                                                                                                          +
MAShare_53                                   5      
          q            	      椬                                                                                                                                                                                                                                                              	                              1                                                                                              d  4  MTPrefs_f.ct                                                         3    ;**************************************************************************
;*                                                                        *
;*  MTPrefs   -   Preferences Editor fr MTool V2.1     Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk - franais 12.12.93 aubert.pascal              *
;*                                    10.01.95 Lionel Vintenat            *
;*                                                                        *
;*  Catalog Translation File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER MTPrefs.catalog 21.0 (10.01.95)
## codeset 0
## language franais
;
MSG_MI_SelLHA
Slection chemin LHA...
MSG_Get
Prend
MSG_OK
D'accord
MSG_Cancel
Annule
MSG_ObjName
Nom d'objet: 
MSG_WT_Main
MTool Prfrences V2.0
MSG_WT_FileType
Edite type du fichier...
MSG_WT_Menu
Edite l'entre de Menu...
MSG_WT_Icon
Edite l'entre d'icne...
MSG_WT_Device
Edite l'entre de Device...
MSG_WT_Action
Edite Action...
MSG_WT_Program
Edite Programme...
MSG_WT_Select
Slection Object...
MSG_WT_Flags
Edite Marque...
MSG_WT_Paths
Edite Chemin...
MSG_MA_Type1
Divers
MSG_MA_Type2
Programme
MSG_MA_Type3
Menu
MSG_MA_Type4
Icne
MSG_MA_Type5
Type de Fichier
MSG_MA_Type6
Liste Device
MSG_MA_Type7
Liste Action
MSG_MA_ObjType
_Type d'Objet: 
MSG_MA_Add
_Ajoute
MSG_MA_Del
A_nnule
MSG_MA_Sort
T_rier
MSG_MA_Edit
_Edite
MSG_MA_Copy
C_opie
MSG_MA_Top
Dess_us
MSG_MA_Bottom
_S_ous
MSG_MA_Save
_Sauve
MSG_MA_Use
_Utilise
MSG_MA_Cancel
_Annule
MSG_MA_NewEntry
*** change moi ***
MSG_MA_ScrMode
Mode cran
MSG_MA_WndSize
Dimension fentre
MSG_MA_GFont
Police Gadget
MSG_MA_LFont
Police List
MSG_MA_Paths
Chemin
MSG_MA_Flags
Ecran & Marque
MSG_PR_Parm1
Aucun
MSG_PR_Parm2
Nom Fichier Source
MSG_PR_Parm3
Nom Fichier Destination
MSG_PR_Parm4
Chemin Source
MSG_PR_Parm5
Chemin Destination
MSG_PR_Parm6
Nom Source dans Fichier
MSG_PR_Parm7
Chemin Destination dans Fichier
MSG_PR_Parm8
Chemin Source dans Fichier
MSG_PR_Parm9
Chemin Destination dans Fichier
MSG_PR_Parm10
Requte
MSG_PR_Prog
Programme  :
MSG_PR_Parms
Parametres:
MSG_PR_DParm1
Df.Param.1:
MSG_PR_DParm2
Df.Param.2:
MSG_PR_DParm3
Df.Param.3:
MSG_PR_Select
Choix Programme...
MSG_FT_RecT1
Filtre
MSG_FT_RecT2
ASC-Filtre
MSG_FT_RecT3
HEX-Filtre
MSG_FT_RecT4
ASCII Texte
MSG_FT_RecT5
Inconnu
MSG_FT_Recog
Reconnu    :
MSG_FT_Prog
Programme  :
MSG_FT_Icon
Icne      :
MSG_MF_CPMode1
Confirmer chaque fichiers
MSG_MF_CPMode2
Confirmer fichiers existant
MSG_MF_CPMode3
Tout les fichiers
MSG_MF_ScrT1
Propre Ecran
MSG_MF_ScrT2
Workbench
MSG_MF_ScrT3
Ecran Public
MSG_MF_Len
Longeur
MSG_MF_Date
Date/Heure
MSG_MF_Cont
Contenu
MSG_MF_ChName
Change nom de fichier
MSG_MF_VCheck
Contrle Version
MSG_MF_ADir
DirAuto
MSG_MF_SName
Nom Ecran      :
MSG_MF_SType
Type D'Ecran   :
MSG_MF_SSize
Pleine taille sur son cran
MSG_MF_CloseHide
Fermer = Cacher
MSG_OL_Cancel
_Annule
MSG_ME_Shortcut
Raccourci  :
MSG_ME_Prog
Programme  :
MSG_IC_Icon
Icne      :
MSG_IC_Select
Slction Icne...
MSG_DV_Path
Nom Chemin :
MSG_DV_Select
Slection Chemin...
MSG_AC_Prog
Programme  :
MSG_MI_LHA
Position LHA  :
MSG_MI_DefPath1
Df. Chemin 1 :
MSG_MI_DefPath2
Df. Chemin 2 :
MSG_MI_DrwIcon
Icne Tiroir  :
MSG_MI_SelDefPath
Slection chemin par dfaut...
MSG_MI_SelDrwIcon
Slection icne tiroir...
MSG_MI_SelScreen
Slection Mode cran...
MSG_MI_SelWindow
Slection Place Taille et Fermeture Fentre...
MSG_MI_SelGFont
Slection Fonte Gadget...
MSG_MI_SelLFont
Slection Fonte liste...
MSG_MT_Project
Projet
MSG_ME_Open
Ouvre...
MSG_MS_Open
O
MSG_ME_Include
Inclus...
MSG_MS_Include
C
MSG_ME_SaveAs
Sauve Sous...
MSG_MS_SaveAs
A
MSG_ME_Quit
Quitte
MSG_MS_Quit
Q
MSG_MT_Edit
Edite
MSG_ME_Reset
Remise  zro par Dfaut
MSG_MS_Reset
D
MSG_ME_LastSaved
Dernier Sauv
MSG_MS_LastSaved
L
MSG_ME_Restore
Rcupre
MSG_MS_Restore
R
MSG_MT_Settings
Slection
MSG_ME_Icons
Crer Icne?
MSG_MS_Icons
I
MSG_DM_Pattern
Motif      :
MSG_DM_Hide
Cacher Objet dans Liste Devices
MSG_DM_NoCache
Dsactiver Caches
MSG_DM_Type1
Devices
MSG_DM_Type2
Assignations
MSG_DM_Type3
Volumes
MSG_DM_Type4
Tous
MSG_MA_Type8
Modes des Devices
MSG_WT_DevMode
Editer Modes des Devices...
MSG_WT_GadList
Editer Gadgets...
MSG_MA_Type9
Gadgets
             q                                                                                                          +
MAShare_53                                   5      
          q        
         rS                                                                                                                                                                                                                                                                                      i                                                                                              d  4  MTPrefs_fi.ct                                                        3    ;**************************************************************************
;*                                                                        *
;*  MTPrefs   -   Preferences Editor fr MTool V2.1     Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Description File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER: MTPrefs.catalog 21.0 (05.02.95)
## codeset 0
## language suomi
;
MSG_MI_SelLHA
Etsi LhA...
;Select LHA path...
;
MSG_Get
Etsi
;Get
;
MSG_OK
OK
;OK
;
MSG_Cancel
Kumoa
;Cancel
;
MSG_ObjName
Objektin nimi
;Object Name: 
;
MSG_WT_Main
MTool Prefs V2.0
;MTool Prefs V2.0
;
MSG_WT_FileType
Muuta tiedostotyyppi...
;Edit File Type...
;
MSG_WT_Menu
Muuta valikkoa...
;Edit Menu Entry...
;
MSG_WT_Icon
Muuta ikonia...
;Edit Icon Entry...
;
MSG_WT_Device
Muuta laitetta...
;Edit Device Entry...
;
MSG_WT_Action
Muuta toimintoa...
;Edit Action...
;
MSG_WT_Program
Muuta ohjelmaa...
;Edit Program...
;
MSG_WT_Select
Valitse objekti...
;Select Object...
;
MSG_WT_Flags
Muuta lippuja...
;Edit Flags...
;
MSG_WT_Paths
Muuta polkuja...
;Edit Paths...
;
MSG_MA_Type1
Sekalaista
;Miscellaneous
;
MSG_MA_Type2
Ohjelma
;Program
;
MSG_MA_Type3
Valikko
;Menu
;
MSG_MA_Type4
Ikoni
;Icon
;
MSG_MA_Type5
Tiedostotyyppi
;File Type
;
MSG_MA_Type6
Laitelista
;Device List
;
MSG_MA_Type7
Toimintolista
;Action List
;
MSG_MA_ObjType
_Objektityyppi
;_Object Type: 
;
MSG_MA_Add
_Lis
;_Add
;
MSG_MA_Del
Tu_hoa
;_Delete
;
MSG_MA_Sort
_Jrjest
;So_rt
;
MSG_MA_Edit
Muokkaa
;_Edit
;
MSG_MA_Copy
_Kopioi
;C_opy
;
MSG_MA_Top
_Yls
;_Top
;
MSG_MA_Bottom
_Alas
;_Bottom
;
MSG_MA_Save
_Tallenna
;_Save
;
MSG_MA_Use
K_yt
;_Use
;
MSG_MA_Cancel
K_umoa
;_Cancel
;
MSG_MA_NewEntry
*** muuta ***
;*** change me ***
;
MSG_MA_ScrMode
Nytttila
;Screenmode
;
MSG_MA_WndSize
Ikkunan ulottuvuudet
;Window Dimensions
;
MSG_MA_GFont
Painikekirjasin
;Gadget Font
;
MSG_MA_LFont
Listakirjasin
;List Font
;
MSG_MA_Paths
Polut
;Paths
;
MSG_MA_Flags
Nytt & Liput
;Screen & Flags
;
MSG_PR_Parm1
Ei mitn
;None
;
MSG_PR_Parm2
Lhdetiedoston nimi
;Source File Name
;
MSG_PR_Parm3
Kohdetiedoston nimi
;Dest File Name
;
MSG_PR_Parm4
Lhdehakemisto
;Source Path
;
MSG_PR_Parm5
Kohdehakemisto
;Dest Path
;
MSG_PR_Parm6
Lhdenimet tiedostossa
;Source Names in File
;
MSG_PR_Parm7
Kohdenimet tiedostossa
;Dest Names in File
;
MSG_PR_Parm8
Lhdehakemisto tiedostossa
;Source Path in File
;
MSG_PR_Parm9
Kohdehakemisto tiedostossa
;Dest Paths in File
;
MSG_PR_Parm10
Kehoitus
;Request
;
MSG_PR_Prog
Ohjelma    :
;Program   :
;
MSG_PR_Parms
Argumentit :
;Parameters :
;
MSG_PR_DParm1
Ensimminen:
;Def.Parm. 1:
;
MSG_PR_DParm2
Toinen     :
;Def.Parm. 2:
;
MSG_PR_DParm3
Kolmas     :
;Def.Parm. 3:
;
MSG_PR_Select
Valitse ohjelma...
;Select Program...
;
MSG_FT_RecT1
Kaava
;Pattern
;
MSG_FT_RecT2
ASCII
;ASC-Filter
;
MSG_FT_RecT3
HEX
;HEX-Filter
;
MSG_FT_RecT4
Teksti
;ASCII Text
;
MSG_FT_RecT5
Tuntematon
;Unknown File
;
MSG_FT_Recog
Tunnistus:
;Recognition:
;
MSG_FT_Prog
Ohjelma    :
;Program    :
;
MSG_FT_Icon
Ikoni      :
;Icon       :
;
MSG_MF_CPMode1
Varmista kaikki tiedostot
;Confirm all files
;
MSG_MF_CPMode2
Varmista olemassaolevat
;Confirm existing files
;
MSG_MF_CPMode3
Ei varmistusta
;Perform all files
;
MSG_MF_ScrT1
Oma nytt
;Own Screen
;
MSG_MF_ScrT2
Workbench
;Workbench
;
MSG_MF_ScrT3
Julkinen nytt
;Pubscreen
;
MSG_MF_Len
Koko
;Length
;
MSG_MF_Date
Pivys
;Date/Time
;
MSG_MF_Cont
Sislt
;Contents
;
MSG_MF_ChName
Muuta nime
;Change file name
;
MSG_MF_VCheck
Versiotarkistus
;Version Check
;
MSG_MF_ADir
Aut.hakem.
;AutoDir
;
MSG_MF_SName
Nytn nimi    :
;Screen Name    :
;
MSG_MF_SType
Nytn tyyppi  :
;Screen Type    :
;
MSG_MF_SSize
Tysi koko omalla nytll
;Fullsize on own Screen
;
MSG_MF_CloseHide
Sulje = Piilota
;Close = Hide
;
MSG_OL_Cancel
_Kumoa
;_Cancel
;
MSG_ME_Shortcut
Pikavalinta:
;Shortcut   :
;
MSG_ME_Prog
Ohjelma    :
;Program    :
;
MSG_IC_Icon
Ikoni      :
;Icon File  :
;
MSG_IC_Select
Valitse ikoni...
;Select Icon...
;
MSG_DV_Path
Polku      :
;Path Name  :
;
MSG_DV_Select
Valitse polku...
;Select Path...
;
MSG_AC_Prog
Ohjelma    :
;Program    :
;
MSG_MI_LHA
LhA sijainti  :
;LHA location  :
;
MSG_MI_DefPath1
1. Hakemisto  :
;Def. Path 1   :
;
MSG_MI_DefPath2
2. Hakemisto  :
;Def. Path 2   :
;
MSG_MI_DrwIcon
Hakemistoikoni:
;Drawer Icon   :
;
MSG_MI_SelDefPath
Valitse oletushakemisto...
;Select default path...
;
MSG_MI_SelDrwIcon
Valitse hakemistoikoni...
;Select Drawer Icon...
;
MSG_MI_SelScreen
Valitse nytttila...
;Select Screenmode...
;
MSG_MI_SelWindow
Aseta paikka ja koko ja sulje ikkuna...
;Select Place and Size, then close Window...
;
MSG_MI_SelGFont
Valitse painikekirjasin...
;Select Gadget Font...
;
MSG_MI_SelLFont
Valitse listakirjasin...
;Select List Font...
;
MSG_MT_Project
Projekti
;Project
;
MSG_ME_Open
Avaa...
;Open...
;
MSG_MS_Open
O
;O
;
MSG_ME_Include
Sisllyt...
;Include...
;
MSG_MS_Include
C
;C
;
MSG_ME_SaveAs
Tallenna nimell...
;Save As...
;
MSG_MS_SaveAs
A
;A
;
MSG_ME_Quit
Lopeta
;Quit
;
MSG_MS_Quit
Q
;Q
;
MSG_MT_Edit
Muokkaus
;Edit
;
MSG_ME_Reset
Palauta oletusarvot
;Reset To Defaults
;
MSG_MS_Reset
D
;D
;
MSG_ME_LastSaved
Viimeksi tallennetut
;Last Saved
;
MSG_MS_LastSaved
L
;L
;
MSG_ME_Restore
Palauta
;Restore
;
MSG_MS_Restore
R
;R
;
MSG_MT_Settings
Asetukset
;Settings
;
MSG_ME_Icons
Luo ikonit?
;Create Icons?
;
MSG_MS_Icons
I
;I
MSG_DM_Pattern
Kaava      :
MSG_DM_Hide
Piilota olio laitelistassa
MSG_DM_NoCache
l puskuroi hakemistoa
MSG_DM_Type1
Laitteet
MSG_DM_Type2
Nimet
MSG_DM_Type3
Levyt
MSG_DM_Type4
Kaikki
MSG_MA_Type8
Laitetilat
MSG_WT_DevMode
Muuta laiteasetuksia...
MSG_WT_GadList
Muuta gadgets...
MSG_MA_Type9
Gadget Array
                                                                 +
MAShare_53                                   5      
          q           	                                                                                                                                                                                                                                                                                                                                                                                                 d  4  MTPrefs_i.ct                                                         3    ;**************************************************************************
;*                                                                        *
;*  MTPrefs   -   Preferences Editor fr MTool V2.1     Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Description File fr Catcomp Translated by Marco Mellia       *
;*                                                                        *
;**************************************************************************
;
## version $VER MTool.catalog 21.0 (05.02.95)
## codeset 0
## language italiano
;
MSG_MI_SelLHA
Seleziona il percorso di LHA
MSG_Get
ACC
MSG_OK
OK
MSG_Cancel
Cancella
MSG_ObjName
Nome Oggetto:
MSG_WT_Main
MTool Prefs V2.0
MSG_WT_FileType
Edita tipo di file...
MSG_WT_Menu
Edita menu...
MSG_WT_Icon
Edita icona...
MSG_WT_Device
Edita Device...
MSG_WT_Action
Edita Azione per "Esegui"...
MSG_WT_Program
Edita Programma...
MSG_WT_Select
Seleziona Oggetto...
MSG_WT_Flags
Edita Flags...
MSG_WT_Paths
Edita percorsi...
MSG_MA_Type1
Miscellaneous
MSG_MA_Type2
Programma
MSG_MA_Type3
Menu
MSG_MA_Type4
Icona
MSG_MA_Type5
File Type
MSG_MA_Type6
Lista Device
MSG_MA_Type7
Lista Azioni
MSG_MA_ObjType
Tipo _Oggetto: 
MSG_MA_Add
_Aggi.
MSG_MA_Del
_Canc.
MSG_MA_Sort
_Riordina
MSG_MA_Edit
_Edita
MSG_MA_Copy
C_opia
MSG_MA_Top
_Testa
MSG_MA_Bottom
_Fine
MSG_MA_Save
_Salva
MSG_MA_Use
_Usa
MSG_MA_Cancel
_Cancella
MSG_MA_NewEntry
*** Cambiami ***
MSG_MA_ScrMode
Screenmode
MSG_MA_WndSize
Dimensioni finestra
MSG_MA_GFont
Gadget Font
MSG_MA_LFont
List Font
MSG_MA_Paths
Percorsi
MSG_MA_Flags
Screen & Flags
MSG_PR_Parm1
Nessuno
MSG_PR_Parm2
Nome file sorgente
MSG_PR_Parm3
Nome file destinazione
MSG_PR_Parm4
Percorso sorgente
MSG_PR_Parm5
Percorso cammino
MSG_PR_Parm6
Nome sorgente nel file
MSG_PR_Parm7
Nome destinazione nel file
MSG_PR_Parm8
Percorso sorgente nel file
MSG_PR_Parm9
Percorso destinazione nel file
MSG_PR_Parm10
Richiedi
MSG_PR_Prog
Programma  :
MSG_PR_Parms
Parametri  :
MSG_PR_DParm1
Def.Parm. 1:
MSG_PR_DParm2
Def.Parm. 2:
MSG_PR_DParm3
Def.Parm. 3:
MSG_PR_Select
Seleziona Programma...
MSG_FT_RecT1
Pattern
MSG_FT_RecT2
ASC-Filter
MSG_FT_RecT3
HEX-Filter
MSG_FT_RecT4
ASCII Text
MSG_FT_RecT5
Unknown File
MSG_FT_Recog
Reconosci  :
MSG_FT_Prog
Programma  :
MSG_FT_Icon
Icona      :
MSG_MF_CPMode1
Conferma tutti i files
MSG_MF_CPMode2
Conferma i files esistenti
MSG_MF_CPMode3
Esegui su tutti i files
MSG_MF_ScrT1
Schermo proprio
MSG_MF_ScrT2
Workbench
MSG_MF_ScrT3
Pubscreen
MSG_MF_Len
Lunghezza
MSG_MF_Date
Data/Tempo
MSG_MF_Cont
Contenuti
MSG_MF_ChName
Cambia nome file
MSG_MF_VCheck
Controlla versione
MSG_MF_ADir
AutoDir
MSG_MF_SName
Nome schermo   :
MSG_MF_SType
Tipo schermo   :
MSG_MF_SSize
Grandezza massima
MSG_MF_CloseHide
Chiudi = Hide
MSG_OL_Cancel
_Cancella
MSG_ME_Shortcut
Shortcut   :
MSG_ME_Prog
Programma  :
MSG_IC_Icon
File icona :
MSG_IC_Select
Seleziona una icona...
MSG_DV_Path
Nome perco.:
MSG_DV_Select
Seleziona percorso...
MSG_AC_Prog
Programma  :
MSG_MI_LHA
Locazione LHA :
MSG_MI_DefPath1
Def. Path 1   :
MSG_MI_DefPath2
Def. Path 2   :
MSG_MI_DrwIcon
Drawer Icon   :
MSG_MI_SelDefPath
Seleziona percorso di defaul...
MSG_MI_SelDrwIcon
Scegli una icona per i cassatti...
MSG_MI_SelScreen
Scegli la modalita' dello schermo...
MSG_MI_SelWindow
scegli posizione e dimensioni, quindi chiudi la finestra...
MSG_MI_SelGFont
Seleziona un Font per i Gadget...
MSG_MI_SelLFont
Select un Font per le liste...
MSG_MT_Project
Progetto
MSG_ME_Open
Carica...
MSG_MS_Open
C
MSG_ME_Include
Include...
MSG_MS_Include
I
MSG_ME_SaveAs
Salva come...
MSG_MS_SaveAs
S
MSG_ME_Quit
Fine
MSG_MS_Quit
F
MSG_MT_Edit
Editor
MSG_ME_Reset
Ripristina valori predefiniti
MSG_MS_Reset
P
MSG_ME_LastSaved
Ripristina ultimi valori
MSG_MS_LastSaved
U
MSG_ME_Restore
Annulla modifiche
MSG_MS_Restore
A
MSG_MT_Settings
Opzioni
MSG_ME_Icons
Genera Icone?
MSG_MS_Icons
G
MSG_DM_Pattern
Pattern    :
MSG_DM_Hide
Hide Object in Device List
MSG_DM_NoCache
Disable Caching
MSG_DM_Type1
Devices
MSG_DM_Type2
Assigns
MSG_DM_Type3
Volumes
MSG_DM_Type4
Tutti
MSG_MA_Type8
Device Modes
MSG_WT_DevMode
Edita Device Modes...
MSG_WT_GadList
Edita Gadgets...
MSG_MA_Type9
Gadget Array
                                                             q                                                                                                          +
MAShare_53                                   5      
          q        !         "ލ                                                                                                                                                                                                                                                  -  ,  +  *  )  (  '  &  %  $  #  "              ;                                                                                              d  4  MTPrefs_n.ct                                                         3    ;**************************************************************************
;*                                                                        *
;*  MTPrefs   -   Preferences Editor fr MTool V2.1     Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER: MTPrefs.catalog 21.0 (05.02.95)
## codeset 0
## language norsk
;
MSG_MI_SelLHA
Velg LHA sti...
; Select LHA path...;
MSG_Get
Hent
; Get;
MSG_OK
OK
; OK;
MSG_Cancel
Avbryt
; Cancel;
MSG_ObjName
Objekt navn:
; Object Name: ;
MSG_WT_Main
MTool Innstillingsprogram V2.0
; MTool Prefs V2.0;
MSG_WT_FileType
Editere filtype...
; Edit File Type...;
MSG_WT_Menu
Editere meny del...
; Edit Menu Entry...;
MSG_WT_Icon
Editere ikon del...
; Edit Icon Entry...;
MSG_WT_Device
Editere enhets del...
; Edit Device Entry...;
MSG_WT_Action
Editere handling...
; Edit Action...;
MSG_WT_Program
Editere program...
; Edit Program...;
MSG_WT_Select
Velg objekt...
; Select Object...;
MSG_WT_Flags
Editere  parametere...
; Edit Flags...;
MSG_WT_Paths
Editere stier...
; Edit Paths...;
MSG_MA_Type1
Forskjellig
; Miscellaneous;
MSG_MA_Type2
Program
; Program;
MSG_MA_Type3
Meny
; Menu;
MSG_MA_Type4
Ikon
; Icon;
MSG_MA_Type5
Filtype
; File Type;
MSG_MA_Type6
Enhetsliste
; Device List;
MSG_MA_Type7
Handlingsliste
; Action List;
MSG_MA_ObjType
_Objekt type:
; _Object Type: ;
MSG_MA_Add
_Legg
; _Add;
MSG_MA_Del
_Slett
; _Delete;
MSG_MA_Sort
So_rt
; So_rt;
MSG_MA_Edit
_Editere
; _Edit;
MSG_MA_Copy
_Kopiere
; C_opy;
MSG_MA_Top
_verst
; _Top;
MSG_MA_Bottom
_Bunn
; _Bottom;
MSG_MA_Save
_Lagre
; _Save;
MSG_MA_Use
Br_uk
; _Use;
MSG_MA_Cancel
_Avbryt
; _Cancel;
MSG_MA_NewEntry
*** Forandre meg ***
; *** change me ***;
MSG_MA_ScrMode
Skjermmodus
; Screenmode;
MSG_MA_WndSize
Vindustrrelse
; Window Dimensions;
MSG_MA_GFont
Symbol skrifttype
; Gadget Font;
MSG_MA_LFont
Listeskrifttype
; List Font;
MSG_MA_Paths
Stier
; Paths;
MSG_MA_Flags
Skjerm & parametere
; Screen & Flags;
MSG_PR_Parm1
Ingen
; None;
MSG_PR_Parm2
Kildefilnavn
; Source File Name;
MSG_PR_Parm3
Mlfilnavn
; Dest File Name;
MSG_PR_Parm4
Kildesti
; Source Path;
MSG_PR_Parm5
Mlsti
; Dest Path;
MSG_PR_Parm6
Kildenavn i fil
; Source Names in File;
MSG_PR_Parm7
Mlnavn i fil
; Dest Names in File;
MSG_PR_Parm8
Kildesti i fil
; Source Path in File;
MSG_PR_Parm9
Mlsti i fil
; Dest Paths in File;
MSG_PR_Parm10
Anmodning
; Request;
MSG_PR_Prog
Program    :
; Program    :;
MSG_PR_Parms
Parametere :
; Parameters :;
MSG_PR_DParm1
Std. par.1 :
; Def.Parm. 1:;
MSG_PR_DParm2
Std. par.2 :
; Def.Parm. 2:;
MSG_PR_DParm3
Std. par.3 :
; Def.Parm. 3:;
MSG_PR_Select
Velg program...
; Select Program...;
MSG_FT_RecT1
Mnster
; Pattern;
MSG_FT_RecT2
ASC-Filter
; ASC-Filter;
MSG_FT_RecT3
HEX-Filter
; HEX-Filter;
MSG_FT_RecT4
ASCII Tekst
; ASCII Text;
MSG_FT_RecT5
Ukjent fil
; Unknown File;
MSG_FT_Recog
Gjenkjen.  :
; Recognition:;
MSG_FT_Prog
Program    :
; Program    :;
MSG_FT_Icon
Ikon       :
; Icon       :;
MSG_MF_CPMode1
Bekrefte alle filer
; Confirm all files;
MSG_MF_CPMode2
Bekrefte eksisterende filer
; Confirm existing files;
MSG_MF_CPMode3
Utfr p alle filer
; Perform all files;
MSG_MF_ScrT1
Egen skjerm
; Own Screen;
MSG_MF_ScrT2
Workbench
; Workbench;
MSG_MF_ScrT3
Offentlig skjerm
; Pubscreen;
MSG_MF_Len
Lengde
; Length;
MSG_MF_Date
Dato/tid
; Date/Time;
MSG_MF_Cont
Innhold
; Contents;
MSG_MF_ChName
Forandre filnavn
; Change file name;
MSG_MF_VCheck
Versjon sjekk
; Version Check;
MSG_MF_ADir
A. Katalog
; AutoDir;
MSG_MF_SName
Skjermnavn
; Screen Name    :;
MSG_MF_SType
Skjermtype     :
; Screen Type    :;
MSG_MF_SSize
Full strrelse p egen skjerm
; Fullsize on own Screen;
MSG_MF_CloseHide
Stengt = Gjemt
; Close = Hide;
MSG_OL_Cancel
_Avbryt
; _Cancel;
MSG_ME_Shortcut
Snarvei    :
; Shortcut   :;
MSG_ME_Prog
Program    :
; Program    :;
MSG_IC_Icon
Ikon fil   :
; Icon File  :;
MSG_IC_Select
Velg ikon...
; Select Icon...;
MSG_DV_Path
Stinavn    :
; Path Name  :;
MSG_DV_Select
Velg sti...
; Select Path...;
MSG_AC_Prog
Program    :
; Program    :;
MSG_MI_LHA
LHA posisjon  :
; LHA location  :;
MSG_MI_DefPath1
Standard par.1:
; Def. Path 1   :;
MSG_MI_DefPath2
Standard par.2:
; Def. Path 2   :;
MSG_MI_DrwIcon
Skuffikon     :
; Drawer Icon   :;
MSG_MI_SelDefPath
Velg standard sti...
; Select default path...;
MSG_MI_SelDrwIcon
Velg skuffikon
; Select Drawer Icon...;
MSG_MI_SelScreen
Velg skjermmodus...
; Select Screenmode...;
MSG_MI_SelWindow
Velg posisjon og strrelse, og steng deretter vinduet...
; Select Place and Size, then close Window...;
MSG_MI_SelGFont
Velg symbolskrifttype...
; Select Gadget Font...;
MSG_MI_SelLFont
Velg listeskrifttype...
; Select List Font...;
MSG_MT_Project
Prosekt
; Project;
MSG_ME_Open
Hente...
; Open...;
MSG_MS_Open
O
; O;
MSG_ME_Include
Inkludere...
; Include...;
MSG_MS_Include
C
; C;
MSG_ME_SaveAs
Lagre som...
; Save As...;
MSG_MS_SaveAs
A
; A;
MSG_ME_Quit
Avslutt
; Quit;
MSG_MS_Quit
Q
; Q;
MSG_MT_Edit
Forandre
; Edit;
MSG_ME_Reset
Standardverdier
; Reset To Defaults;
MSG_MS_Reset
D
; D;
MSG_ME_LastSaved
Sist lagret
; Last Saved;
MSG_MS_LastSaved
L
; L;
MSG_ME_Restore
Gjenopprett   
; Restore;
MSG_MS_Restore
G
; R;
MSG_MT_Settings
Innstillinger
; Settings;
MSG_ME_Icons
Lage ikoner?
; Create Icons?;
MSG_MS_Icons
I
; I;
MSG_DM_Pattern
Mnster    :
MSG_DM_Hide
Hide Object in Device List
MSG_DM_NoCache
Disable Caching
MSG_DM_Type1
Devices
MSG_DM_Type2
Assigns
MSG_DM_Type3
Volumes
MSG_DM_Type4
Alle
MSG_MA_Type8
Device Modes
MSG_WT_DevMode
Editere Device Modes...
MSG_WT_GadList
Editere Gadgets...
MSG_MA_Type9
Gadget Array
                                                                                                         d  4  MTPrefs_i.ct                                                         3         .   	      /je                                                                                                                                                                                                                                                              7  6  5  4  3  2  1  0  /              y                                                                                              d  4  MTPrefs_nl.ct                                                        3    ;**************************************************************************
;*                                                                        *
;*  MTPrefs   -   Preferences Editor fr MTool V2.1     Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Description File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER: MTPrefs.catalog 21.0 (05.02.95)
## codeset 0
## language nederlands
;
MSG_MI_SelLHA
Selecteer LHA pad...
MSG_Get
Kies
MSG_OK
Doorgaan
MSG_Cancel
Annuleer
MSG_ObjName
Object Naam: 
MSG_WT_Main
MTool Prefs V2.0
MSG_WT_FileType
Bewerk Bestandstype...
MSG_WT_Menu
Bewerk Menytoegang...
MSG_WT_Icon
Bewerk Ikoontoegang...
MSG_WT_Device
Bewerk Devicetoegang...
MSG_WT_Action
Bewerk Aktie...
MSG_WT_Program
Bewerk Programma...
MSG_WT_Select
Selecteer Object...
MSG_WT_Flags
Bewerk Vlaggen...
MSG_WT_Paths
Bewerk Paden...
MSG_MA_Type1
Allerlei
MSG_MA_Type2
Programma
MSG_MA_Type3
Menu
MSG_MA_Type4
Ikoon
MSG_MA_Type5
Bestandstype
MSG_MA_Type6
Devicelijst
MSG_MA_Type7
Aktielijst
MSG_MA_ObjType
Objecttype
MSG_MA_Add
+
MSG_MA_Del
-
MSG_MA_Sort
Sorteren
MSG_MA_Edit
Bewerken
MSG_MA_Copy
Kopiren
MSG_MA_Top
Boven
MSG_MA_Bottom
Onder
MSG_MA_Save
Bewaren
MSG_MA_Use
Gebruiken
MSG_MA_Cancel
Annuleer
MSG_MA_NewEntry
*** nieuw ****
MSG_MA_ScrMode
Schermmodus
MSG_MA_WndSize
Venster Dimensies
MSG_MA_GFont
Gadget Font
MSG_MA_LFont
Lijst Font
MSG_MA_Paths
Paden
MSG_MA_Flags
Scherm & Vlaggen
MSG_PR_Parm1
Geen
MSG_PR_Parm2
Naam Bronbestand
MSG_PR_Parm3
Naam Bestemmingsbestand
MSG_PR_Parm4
Bronpad
MSG_PR_Parm5
Bestemmingspad
MSG_PR_Parm6
Bronnamen in Bestand
MSG_PR_Parm7
Bestemmingsnamen in Bestand
MSG_PR_Parm8
Bronpad in Bestand
MSG_PR_Parm9
Bestemmingspaden in Bestand
MSG_PR_Parm10
Verzoek
MSG_PR_Prog
Programma  :
MSG_PR_Parms
Parameters :
MSG_PR_DParm1
Def.Parm. 1:
MSG_PR_DParm2
Def.Parm. 2:
MSG_PR_DParm3
Def.Parm. 3:
MSG_PR_Select
Selecteer Programma...
MSG_FT_RecT1
Patroon
MSG_FT_RecT2
ASC-Filter
MSG_FT_RecT3
HEX-Filter
MSG_FT_RecT4
ASCII Tekst
MSG_FT_RecT5
Vreemd Best.
MSG_FT_Recog
Herkenning:
MSG_FT_Prog
Programma :
MSG_FT_Icon
Ikoon     :
MSG_MF_CPMode1
Bevestig alle bestanden
MSG_MF_CPMode2
Bevestig bestaande best.
MSG_MF_CPMode3
Volvoer alle bestanden
MSG_MF_ScrT1
Eigen Scherm
MSG_MF_ScrT2
Werkbank
MSG_MF_ScrT3
Pubscherm
MSG_MF_Len
Lengte
MSG_MF_Date
Datum/Tijd
MSG_MF_Cont
Inhoud
MSG_MF_ChName
Verander Bestandsnaam
MSG_MF_VCheck
Versie Controle
MSG_MF_ADir
AutoDir
MSG_MF_SName
Schermnaam   :
MSG_MF_SType
Schermtype   :
MSG_MF_SSize
Max. grootte op eigen Scherm
MSG_MF_CloseHide
Sluiten = Verbergen
MSG_OL_Cancel
Annuleer
MSG_ME_Shortcut
Shortcut  :
MSG_ME_Prog
Programma :
MSG_IC_Icon
Ikoonbestand:
MSG_IC_Select
Selecteer Ikoon...
MSG_DV_Path
Padnaam   :
MSG_DV_Select
Selecteer Pad...
MSG_AC_Prog
Programma  :
MSG_MI_LHA
LHA lokatie:
MSG_MI_DefPath1
Def. Pad 1 :
MSG_MI_DefPath2
Def. Pad 2 :
MSG_MI_DrwIcon
Lade Ikoon :
MSG_MI_SelDefPath
Selecteer standaardpad...
MSG_MI_SelDrwIcon
Selecteer Lade Ikoon
MSG_MI_SelScreen
Selecteer Schermmodus...
MSG_MI_SelWindow
Selecteer Plaats en Grootte, sluit dan Venster...
MSG_MI_SelGFont
Selecteer Gadget Font...
MSG_MI_SelLFont
Selecteer Lijst Font...
MSG_MT_Project
Project
MSG_ME_Open
Open...
MSG_MS_Open
O
MSG_ME_Include
Meenemen...
MSG_MS_Include
M
MSG_ME_SaveAs
Bewaar Als
MSG_MS_SaveAs
A
MSG_ME_Quit
Einde
MSG_MS_Quit
Q
MSG_MT_Edit
Bewerk
MSG_ME_Reset
Reset naar Standaards
MSG_MS_Reset
R
MSG_ME_LastSaved
Laatst Bewaard
MSG_MS_LastSaved
L
MSG_ME_Restore
Herstel
MSG_MS_Restore
H
MSG_MT_Settings
Plaatsingen
MSG_ME_Icons
Creer Ikonen
MSG_MS_Icons
I
MSG_DM_Pattern
Patroon    :
MSG_DM_Hide
Hide Object in Device List
MSG_DM_NoCache
Disable Caching
MSG_DM_Type1
Devices
MSG_DM_Type2
Assigns
MSG_DM_Type3
Volumes
MSG_DM_Type4
Alle
MSG_MA_Type8
Device Modes
MSG_WT_DevMode
Bewerk Device Modes...
MSG_WT_GadList
Bewerk Gadgets...
MSG_MA_Type9
Gadget Array
                                 r                                                                                                                                                                  q                                                                                                          +
MAShare_53                                   5      
          q        8   	      9٢                                                                                                                                                                                                                                                              A  @  ?  >  =  <  ;  :  9                                                                                                            d  4  MTPrefs_s.ct                                                         3    ;**************************************************************************
;*                                                                        *
;*  MTPrefs   -   Preferences Editor fr MTool V2.1     Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File fr Catcomp                                  *
;*  versatt till svenska av Mikael Silfver & Johan Billing               *
;*                                                                        *
;**************************************************************************
;
## version $VER MTPrefs.catalog 21.0 (17.01.95)
## codeset 0
## language svenska
;
MSG_MI_SelLHA
Vlj skvg till LhA
MSG_Get
Vlj
MSG_OK
OK
MSG_Cancel
Avbryt
MSG_ObjName
Objektnamn :
MSG_WT_Main
MTool instllningar V2.0
MSG_WT_FileType
ndra filtyp...
MSG_WT_Menu
ndra meny...
MSG_WT_Icon
ndra symboler...
MSG_WT_Device
ndra skvgslista...
MSG_WT_Action
ndra kommando...
MSG_WT_Program
ndra program...
MSG_WT_Select
Vlj objekt...
MSG_WT_Flags
ndra flaggor...
MSG_WT_Paths
Skvgar
MSG_MA_Type1
Allmnna instllningar
MSG_MA_Type2
Program
MSG_MA_Type3
Meny
MSG_MA_Type4
Symbol
MSG_MA_Type5
Filtyp
MSG_MA_Type6
Skvgslista
MSG_MA_Type7
Kommandolista
MSG_MA_ObjType
_Objekttyp:
MSG_MA_Add
_Nytt
MSG_MA_Del
_Radera
MSG_MA_Sort
So_rtera
MSG_MA_Edit
_ndra
MSG_MA_Copy
_Kopiera
MSG_MA_Top
_Frst
MSG_MA_Bottom
S_ist
MSG_MA_Save
_Spara
MSG_MA_Use
_Anvnd
MSG_MA_Cancel
Av_bryt
MSG_MA_NewEntry
*** ndra mig ***
MSG_MA_ScrMode
Skrmlge
MSG_MA_WndSize
Fnsterstorlek
MSG_MA_GFont
Gadgettypsnitt
MSG_MA_LFont
Listtypsnitt
MSG_MA_Paths
Skvgar
MSG_MA_Flags
Skrm & flaggor
MSG_PR_Parm1
Inget
MSG_PR_Parm2
Namn p kllfil
MSG_PR_Parm3
Namn p destinationsfil
MSG_PR_Parm4
Kllskvg
MSG_PR_Parm5
Destinationsskvg
MSG_PR_Parm6
Kllfiler i namnfil
MSG_PR_Parm7
Destinationsfiler i namnfil
MSG_PR_Parm8
Kllfiler med skvg i namnfil
MSG_PR_Parm9
Dest. filer med skvg i namnfil
MSG_PR_Parm10
Frga om argument
MSG_PR_Prog
Program    :
MSG_PR_Parms
Argument   :
MSG_PR_DParm1
Argument 1 :
MSG_PR_DParm2
Argument 2 :
MSG_PR_DParm3
Argument 3 :
MSG_PR_Select
Vlj program...
MSG_FT_RecT1
Mnster
MSG_FT_RecT2
ASC-Filter
MSG_FT_RecT3
HEX-Filter
MSG_FT_RecT4
ASCII-Text
MSG_FT_RecT5
Oknd filtyp
MSG_FT_Recog
Igenknning:
MSG_FT_Prog
Program    :
MSG_FT_Icon
Symbol     :
MSG_MF_CPMode1
Konfirmera alla filer
MSG_MF_CPMode2
Konfirmera befintliga filer
MSG_MF_CPMode3
Konfirmera ej
MSG_MF_ScrT1
Egen skrm
MSG_MF_ScrT2
Workbench
MSG_MF_ScrT3
Allmn skrm
MSG_MF_Len
Lngd
MSG_MF_Date
Datum/Tid
MSG_MF_Cont
Innehll
MSG_MF_ChName
Namnndring
MSG_MF_VCheck
Versionskontroll
MSG_MF_ADir
AutoDir
MSG_MF_SName
Skrmnamn      :
MSG_MF_SType
Skrmtyp       :
MSG_MF_SSize
Full storlek; Egen skrm
MSG_MF_CloseHide
Stng = Gm
MSG_OL_Cancel
Av_bryt
MSG_ME_Shortcut
Snabbtangent:
MSG_ME_Prog
Program     :
MSG_IC_Icon
Symbol     :
MSG_IC_Select
Vlj symbol...
MSG_DV_Path
Skvg     :
MSG_DV_Select
Vlj skvg...
MSG_AC_Prog
Program    :
MSG_MI_LHA
LhA-Program   :
MSG_MI_DefPath1
Startskvg v:
MSG_MI_DefPath2
Startskvg h:
MSG_MI_DrwIcon
Ldsymbol     :
MSG_MI_SelDefPath
Vlj startskvg...
MSG_MI_SelDrwIcon
Vlj symbol till ldor...
MSG_MI_SelScreen
Vlj skrmlge...
MSG_MI_SelWindow
Vlj storlek och placering, stng drefter fnstret.
MSG_MI_SelGFont
Vlj gadgettypsnitt...
MSG_MI_SelLFont
Vlj listtypsnitt...
MSG_MT_Project
Projekt
MSG_ME_Open
ppna...
MSG_MS_Open
O
MSG_ME_Include
Lgg till...
MSG_MS_Include
L
MSG_ME_SaveAs
Spara som...
MSG_MS_SaveAs
A
MSG_ME_Quit
Avsluta
MSG_MS_Quit
Q
MSG_MT_Edit
ndra
MSG_ME_Reset
Frinstllda vrden
MSG_MS_Reset
F
MSG_ME_LastSaved
Senast sparade
MSG_MS_LastSaved
E
MSG_ME_Restore
terstll
MSG_MS_Restore

MSG_MT_Settings
Tillval
MSG_ME_Icons
Skapa symboler?
MSG_MS_Icons
K
MSG_DM_Pattern
Mnster    :
MSG_DM_Hide
Gm objektet i enhetslistan
MSG_DM_NoCache
Stng av cache
MSG_DM_Type1
Enheter
MSG_DM_Type2
Tilldelningar
MSG_DM_Type3
Volymer
MSG_DM_Type4
Alla
MSG_MA_Type8
Enhetsinstllningar
MSG_WT_DevMode
ndra enhetsinstllningar...
MSG_WT_GadList
Editera gadgets...
MSG_MA_Type9
Gadgets
                                                                                                                      q                                                                                                          +
MAShare_53                                   5      
          q        B         CeU                                                                                                                                                                                                                                                      M  L  K  J  I  H  G  F  E  D  C                                                                                                            d  4  MTPrefs_sk.ct                                                        3    ;**************************************************************************
;*                                                                        *
;*  MTPrefs   -   Preferences Editor for MTool V2.1     Version 2.1r000   *
;*                                                                        *
;*  1993 Boris Jakubaschk                                                *
;*                                                                        *
;*  Catalog Translation File fr Catcomp                                  *
;*                                                                        *
;**************************************************************************
;
## version $VER MTPrefs.catalog 21.0 (04.11.93)
## codeset 0
## language slovensky
;
MSG_MI_SelLHA
Zvol cestu k LHA...
;Select LHA path...
MSG_Get
Zvol
;Get
MSG_OK
OK
MSG_Cancel
Zrus
;Cancel
MSG_ObjName
Meno Objektu:
;Object Name:
MSG_WT_Main
MTool Prefs V2.0
;MTool Prefs V2.0
MSG_WT_FileType
Edituj Typ Suboru...
;Edit File Type...
MSG_WT_Menu
Edituj Polozky Menu...
;Edit Menu Entry...
MSG_WT_Icon
Edituj Ikony...
;Edit Icon Entry...
MSG_WT_Device
Edituj Polozky Zariadeni...
;Edit Device Entry...
MSG_WT_Action
Edituj Akcie...
;Edit Action...
MSG_WT_Program
Edituj Program...
;Edit Program...
MSG_WT_Select
Vyber Objekt...
;Select Object...
MSG_WT_Flags
Edituj Priznaky...
;Edit Flags...
MSG_WT_Paths
Edituj Cesty...
;Edit Paths...
MSG_MA_Type1
Rozne
;Miscellaneous
MSG_MA_Type2
Program
MSG_MA_Type3
Menu
MSG_MA_Type4
Ikona
;Icon
MSG_MA_Type5
Typ Suboru
;File Type
MSG_MA_Type6
Zoznam Zariadeni
;Device List
MSG_MA_Type7
Zoznam Akcii
;Action List
MSG_MA_ObjType
Typ _Objektu:
;_Object Type:
MSG_MA_Add
Prid_aj
;_Add
MSG_MA_Del
_Zmaz
;_Delete
MSG_MA_Sort
Uspo_riadaj
;So_rt
MSG_MA_Edit
_Edituj
;_Edit
MSG_MA_Copy
Sk_opiruj
;C_opy
MSG_MA_Top
_Hore
;_Top
MSG_MA_Bottom
_Dole
;_Bottom
MSG_MA_Save
_Uloz
;_Save
MSG_MA_Use
_Pouzi
;_Use
MSG_MA_Cancel
Zru_s
;_Cancel
MSG_MA_NewEntry
*** zmen ma ***
;*** change me ***
MSG_MA_ScrMode
Rozlisenie
;Screenmode
MSG_MA_WndSize
Dimenzie Okna
;Window Dimensions
MSG_MA_GFont
Font pre Gadgety
;Gadget Font
MSG_MA_LFont
Font pre Zoznamy
;List Font
MSG_MA_Paths
Cesty
;Paths
MSG_MA_Flags
Obrazovka a Priznaky
;Screen & Flags
MSG_PR_Parm1
Nic
;None
MSG_PR_Parm2
Meno zdrojoveho suboru
;Source File Name
MSG_PR_Parm3
Meno cieloveho suboru
;Dest File Name
MSG_PR_Parm4
Cesta k Suboru
;Source Path
MSG_PR_Parm5
Cesta k Cielu
;Dest Path
MSG_PR_Parm6
Mena Zdrojov v Subore
;Source Names in File
MSG_PR_Parm7
Mena Cielov v Subore
;Dest Names in File
MSG_PR_Parm8
Cesta Zdroja v Subore
;Source Path in File
MSG_PR_Parm9
Cesty Cielov v Subore
;Dest Paths in File
MSG_PR_Parm10
Poziadavka
;Request
MSG_PR_Prog
Program    :
MSG_PR_Parms
Parametre  :
;Parameters :
MSG_PR_DParm1
Def.Parm. 1:
MSG_PR_DParm2
Def.Parm. 2:
MSG_PR_DParm3
Def.Parm. 3:
MSG_PR_Select
Vyber Programu...
;Select Program...
MSG_FT_RecT1
Vzorka
;Pattern
MSG_FT_RecT2
ASC-Filter
MSG_FT_RecT3
HEX-Filter
MSG_FT_RecT4
ASCII Text
MSG_FT_RecT5
Nezn.Subor
;Unknown File
MSG_FT_Recog
Rozpoznanie:
;Recognition:
MSG_FT_Prog
Program    :
MSG_FT_Icon
Ikona      :
;Icon       :
MSG_MF_CPMode1
Potvrd vsetky subory
;Confirm all files
MSG_MF_CPMode2
Potvrd existujuce subory
;Confirm existing files
MSG_MF_CPMode3
Vykonaj vsetky subory
;Perform all files
MSG_MF_ScrT1
Vlastna Obrazovka
;Own Screen
MSG_MF_ScrT2
Workbench
MSG_MF_ScrT3
Pubscreen
MSG_MF_Len
Dlzka
;Length
MSG_MF_Date
Datum/Cas
;Date/Time
MSG_MF_Cont
Obsah
;Contents
MSG_MF_ChName
Zmen meno suboru
;Change file name
MSG_MF_VCheck
Kontrola Verzie
;Version Check
MSG_MF_ADir
AutoDir
MSG_MF_SName
Meno Obrazovky :
;Screen Name    :
MSG_MF_SType
Typ Obrazovky  :
;Screen Type    :
MSG_MF_SSize
Plna velkost Obrazovky
;Fullsize on own Screen
MSG_MF_CloseHide
Zatvor = Skry sa
;Close = Hide
MSG_OL_Cancel
Zru_s
;_Cancel
MSG_ME_Shortcut
Kl.skratka :
;Shortcut   :
MSG_ME_Prog
Program    :
MSG_IC_Icon
Typ Ikony  :
; Icon File
MSG_IC_Select
Vyber si Ikonu...
;Select Icon...
MSG_DV_Path
Cesta      :
;Path Name  :
MSG_DV_Select
Zvol Cestu...
;Select Path...
MSG_AC_Prog
Program    :
MSG_MI_LHA
Cesta k LHA   :
;LHA location  :
MSG_MI_DefPath1
Def. Cestu 1  :
;Def. Path 1   :
MSG_MI_DefPath2
Def. Cestu 2  :
;Def. Path 2   :
MSG_MI_DrwIcon
Ikona pre Adr.:
;Drawer Icon   :
MSG_MI_SelDefPath
Zvol si cestu...
;Select default path...
MSG_MI_SelDrwIcon
Zvol si Ikonu pre Adresar...
;Select Drawer Icon...
MSG_MI_SelScreen
Zvol si Rozlisenie...
;Select Screenmode...
MSG_MI_SelWindow
Zvol si Miesto a Velkost, potom zatvor Okno...
;Select Place and Size, then close Window...
MSG_MI_SelGFont
Zvol Font pre Gadgety...
;Select Gadget Font...
MSG_MI_SelLFont
Zvol Font pre Zoznamy...
;Select List Font...
MSG_MT_Project
Projekt
;Project
MSG_ME_Open
Otvor...
;Open...
MSG_MS_Open
O
MSG_ME_Include
Pridaj...
;Include...
MSG_MS_Include
P
MSG_ME_SaveAs
Uloz Ako...
;Save As...
MSG_MS_SaveAs
A
MSG_ME_Quit
Koniec
;Quit
MSG_MS_Quit
Q
MSG_MT_Edit
Edituj
;Edit
MSG_ME_Reset
Nastav Povodne Hodnoty
;Reset To Defaults
MSG_MS_Reset
D
MSG_ME_LastSaved
Posledna Zmena
;Last Saved
MSG_MS_LastSaved
L
MSG_ME_Restore
Obnov
;Restore
MSG_MS_Restore
R
MSG_MT_Settings
Nastavenia
;Settings
MSG_ME_Icons
Vytvaranie Ikon?
;Create Icons?
MSG_MS_Icons
I
MSG_DM_Pattern
Vzorka     :
MSG_DM_Hide
Hide Object in Device List
MSG_DM_NoCache
Disable Caching
MSG_DM_Type1
Devices
MSG_DM_Type2
Assigns
MSG_DM_Type3
Volumes
MSG_DM_Type4
Vsetky
MSG_MA_Type8
Device Modes
MSG_WT_DevMode
Edituj Device Modes...
MSG_WT_GadList
Edituj Gadgets...
MSG_MA_Type9
Gadget Array
MTPrefs_s.ct                                                         3         N            ן                                                                                                                                    U                                                                                O                                        R                                                                                                                                          
MToolIcons                                                           r            O         P4                                                                                                                                                                                                                                                                                          Q  P              x                                                                                                [    DRAWER.info                                                          N            9    be              d        Z                P s      %b     #H         ` @          9   5                         $  	  $  	  $     $   $      $ 	                         ? 0      3 7 7  7* 7 7 ? 7 6      ?                              9   6               5UUUUU\  @      @      @ 	   @ 	  @    @  @     ? 0      " UUUUUP         ? ? ?  ?* ? ? ? ?                                                                                                                                                                               M  L  K  J  I  H  G  F  E  D  C                                                                                                            d  4  MTPrefs_sk.ct                                                        3         R         Sg$                                                                                                                                                                                                                                                                                          T  S              |                                                                                                 g  
(MultiTool.bru                                                        N    FORM  tILBMBMHD    1 "        
 CMAP   p   ` GRAB     CAMG    BODY                             7    7    ?  @            @ 7        @ 46        @ 46        @ 46        @ 46        @ 46        @ 46        @ 46        @ 46        @ 7        @ 4        @ 7        @ 4        @ 7        @ 4        @ 7        @ 4        @ 7        @ 4        @ 7        @ 4        @ 7        @ 4        @ 7        _       @ 7          _  ?  @                                                     r                                                                                                                                                                  q                                                                                                          +
MAShare_53                                   i      
          q        U            0                  _                                                                                            V                                                                                            h                                            x                                                                                                                                  MWB                                                                  N            V         W# 6                                                                                                                                                                                                                                                                  ^  ]  \  [  Z  Y  X  W                                                                                                            7  L  	Anim.info                                                            U          ]  7    dxd             d   ~ݨ                      7   ?                    ڡ         F  F ڬ F        @ ڠh  h h   h  h   h  h  h  0                    W n u1%^ mAk  Px*   . eQ  u%Q p#n t	X" p+| }e~ *  o%_ ho X~ /   m  / o xa
 }-T j x ""*"                 p/  p7  p. | p  x p  x p  ? p?? p?? p?x p> x p? | p?  p?  p/ p(  p  p   p   p   p? p? p<` p>  p>  p9                          p/  p7  p. | p  x p  x p  ? p?? p?? p?x p> x p? | p?  p?  p/ p(  p  p   p   p   p? p? p<` p>  p>  p9                          p/  p7  p. | p  x p  x p  ? p?? p?? p?x p> x p? | p?  p?  p/ p(  p  p   p   p   p? p? p<` p>  p>  p9                          p/  p7  p. | p  x p  x p  ? p?? p?? p?x p> x p? | p?  p?  p/ p(  p  p   p   p   p? p? p<` p>  p>  p9                          p/  p7  p. | p  x p  x p  ? p?? p?? p?x p> x p? | p?  p?  p/ p(  p  p   p   p   p? p? p<` p>  p>  p9                          p/  p7  p. | p  x p  x p  ? p?? p?? p?x p> x p? | p?  p?  p/ p(  p  p   p   p   p? p? p<` p>  p>  p9                       7   G0             T@    x   _mP _J  }W B  B @ MV " z " _mV " _H B }S B _j _M@ x  _mP4 _H 4 }@4 @ h 4  4  x 4 _h 4 \H 4 x  \h   ^H   x            UUT 7@ ܺP    ?<  |z ݿP ? ܺ璨D |{ :U N>  ݾ  ? ܷʒP  Ȁ ,@IT ܿȀ ݀ 6P ?Ȁ ԿIT ݿȀ <0UAP 쾁  տUUP <   UU                       ? 8 8 8 >| 8  Ǽ 8   8   8 8 8 8  8>| 8 8 8 8  8  8   8   8   8 8 80 8  8  8 ? @                      ? 8 8 8 >| 8  Ǽ 8   8   8 8 8 8  8>| 8 8 8 8  8  8   8   8   8 8 80 8  8  8 ? @                      ? 8 8 8 >| 8  Ǽ 8   8   8 8 8 8  8>| 8 8 8 8  8  8   8   8   8 8 80 8  8  8 ? @                      ? 8 8 8 >| 8  Ǽ 8   8   8 8 8 8  8>| 8 8 8 8  8  8   8   8   8 8 80 8  8  8 ? @                      ? 8 8 8 >| 8  Ǽ 8   8   8 8 8 8  8>| 8 8 8 8  8  8   8   8   8 8 80 8  8  8 ? @                      ? 8 8 8 >| 8  Ǽ 8   8   8 8 8 8  8>| 8 8 8 8  8  8   8   8   8 8 80 8  8  8 ? @          
Multiview        Icon by Holger Trapp  g  
(MultiTool.bru                                                        N         _         `<%                                                                                                                                                                                                                                                                  g  f  e  d  c  b  a  `                                                                                                            7  L  LArchive.info                                                         U            7    ]b             d   p܈                      7   0      P         H    
 T 
  q   F  F  F pI    *     
  @   
h  h   
h 9 h   
 h  h    h  h    0                         Ww  U]U^   @AUPx*    OUQ 7 @UQ  X"   7| ~ *      _      ~                   T     ""*"          P       | Cx {)x q? q? qC? qx q  #x p  | q  # qB# q q# q q# q q0<# q qa# q p   p   x                    P       | Cx {)x q? q? qC? qx q  #x p  | q  # qB# q q# q q# q q0<# q qa# q p   p   x                    P       | Cx {)x q? q? qC? qx q  #x p  | q  # qB# q q# q q# q q0<# q qa# q p   p   x                    P       | Cx {)x q? q? qC? qx q  #x p  | q  # qB# q q# q q# q q0<# q qa# q p   p   x                    P       | Cx {)x q? q? qC? qx q  #x p  | q  # qB# q q# q q# q q0<# q qa# q p   p   x                    P       | Cx {)x q? q? qC? qx q  #x p  | q  # qB# q q# q q# q q0<# q qa# q p   p   x                        7   80             T@        UEP 릪 TEW B  B UV " Q " CPUV " $ B @ US B ˩ EAU@ $   EUP4   $ 4   @4  4    4    4 sd 4    4                            UUT s} ڪ
P    ڪ:< *|z #P 
 ݬD ^K|{ ݫU F[>  ݢ*  [ ݯP Ȁ IT ݀ Ȁ P   Ȁ   IT   Ȁ UAP     UUP     UU                       ? ? ? ?>| =Ǽ 8 8 8 8Zq 81 8 8>| 8 8 8e 8 8  8   8  8 80 8 8   8   <   ? ? @                      ? ? ? ?>| =Ǽ 8 8 8 8Zq 81 8 8>| 8 8 8e 8 8  8   8  8 80 8 8   8   <   ? ? @                      ? ? ? ?>| =Ǽ 8 8 8 8Zq 81 8 8>| 8 8 8e 8 8  8   8  8 80 8 8   8   <   ? ? @                      ? ? ? ?>| =Ǽ 8 8 8 8Zq 81 8 8>| 8 8 8e 8 8  8   8  8 80 8 8   8   <   ? ? @                      ? ? ? ?>| =Ǽ 8 8 8 8Zq 81 8 8>| 8 8 8e 8 8  8   8  8 80 8 8   8   <   ? ? @                      ? ? ? ?>| =Ǽ 8 8 8 8Zq 81 8 8>| 8 8 8e 8 8  8   8  8 80 8 8   8   <   ? ? @          LHA x        Icon by Holger Trapp      
MToolIcons                                                           r            h         iU                                                                                                                                                                                                                                                                          n  m  l  k  j  i              
a                                                                                              7  N  ,Drawer.info                                                      o  U           | ;    P                 \          ]           F     І    ;         \ D              ;   p           T    UU  UT   UT  UP   UUUUUW    U         W   *     U                                U    @                      UUUUUV                                                            TUUWҪ|UV@""]UV 
窃WUPꪪ       UUU@  WUU*  U           TUUWҪ|UV@""]UV 
窃WUPꪪ       UUU@  WUU*  U           TUUWҪ|UV@""]UV 
窃WUPꪪ       UUU@  WUU*  U           TUUWҪ|UV@""]UV 
窃WUPꪪ       UUU@  WUU*  U           TUUWҪ|UV@""]UV 
窃WUPꪪ       UUU@  WUU*  U           TUUWҪ|UV@""]UV 
窃WUPꪪ       UUU@  WUU*  U     ;   0      x      w o      W    A  A  A  U UUUUUU@
@      @      C           @      @      @     @   @@  0  @  0  @    @   @      *                 
                                ?W
 ?UT ?E+@>UV ?E.@:EU\ =E "@: Uv ?U@UUUUUT        @
UUUUUU@                                ?W
 ?UT ?E+@>UV ?E.@:EU\ =E "@: Uv ?U@UUUUUT        @
UUUUUU@                                ?W
 ?UT ?E+@>UV ?E.@:EU\ =E "@: Uv ?U@UUUUUT        @
UUUUUU@                                ?W
 ?UT ?E+@>UV ?E.@:EU\ =E "@: Uv ?U@UUUUUT        @
UUUUUU@                                ?W
 ?UT ?E+@>UV ?E.@:EU\ =E "@: Uv ?U@UUUUUT        @
UUUUUU@                                ?W
 ?UT ?E+@>UV ?E.@:EU\ =E "@: Uv ?U@UUUUUT        @
UUUUUU@      % Icon by Martin Huttenloher                                                                                    N  s                        3                                                                                                                                                                                                                          lMTool                                                                p            o         p                                                                                                                                                                                                                                                                  w  v  u  t  s  r  q  p                                                                                                            7  L  L	Font.info                                                            U           ? 7    Z[             d                          7   !                       T 
  u  
 F  F 
 F U  
  T 
 ]U @ 
h  D h 
h  h 
b? h  @ h  h  h  0 
                           W    ^     QUUPx*    DUQ   + PUQ   PUX"   | UU~ *   EU_   @ U~  + ] ߿p; *? wx 
 UUQT    ""*"                  r | wx ?x w? ? w? x wx | w  w   w  z + w p; w? ~x p uUUS                            r | wx ?x w? ? w? x wx | w  w   w  z + w p; w? ~x p uUUS                            r | wx ?x w? ? w? x wx | w  w   w  z + w p; w? ~x p uUUS                            r | wx ?x w? ? w? x wx | w  w   w  z + w p; w? ~x p uUUS                            r | wx ?x w? ? w? x wx | w  w   w  z + w p; w? ~x p uUUS                            r | wx ?x w? ? w? x wx | w  w   w  z + w p; w? ~x p uUUS                        7   )0             T@        P  WUUW B  B ]UV "  " WUV "  B WUS B  UU@   ]UP4  4 _@4  4 1 4  G 4 @ 4 C 4   UUV                        UUT w    P  U   ڨ<   E|z ڢP    ڨD @ U|{ ڨU  U>  ڪ  Q U ڢP ]Ȁ Ҡ *IT @ Ȁ .P ߸Ȁ PIT ;Ȁ PUAP ꪪ  UUUUUP     UU                       ? ? 9UUU ?>| ;Ǽ ? ; ? ; ? ; ?>| ; ? ; ?} ;  =@  ;? ?߸ ; ?? 8 : ? ? ? @                      ? ? 9UUU ?>| ;Ǽ ? ; ? ; ? ; ?>| ; ? ; ?} ;  =@  ;? ?߸ ; ?? 8 : ? ? ? @                      ? ? 9UUU ?>| ;Ǽ ? ; ? ; ? ; ?>| ; ? ; ?} ;  =@  ;? ?߸ ; ?? 8 : ? ? ? @                      ? ? 9UUU ?>| ;Ǽ ? ; ? ; ? ; ?>| ; ? ; ?} ;  =@  ;? ?߸ ; ?? 8 : ? ? ? @                      ? ? 9UUU ?>| ;Ǽ ? ; ? ; ? ; ?>| ; ? ; ?} ;  =@  ;? ?߸ ; ?? 8 : ? ? ? @                      ? ? 9UUU ?>| ;Ǽ ? ; ? ; ? ; ?>| ; ? ; ?} ;  =@  ;? ?߸ ; ?? 8 : ? ? ? @          WBFed        Icon by Holger Trapp      lMTool                                                                p            x         yV:                                                                                                                                                                                                                                                                      ~  }  |  {  z  y                                                                                                            7  L  LLayout.info                                                          U          ] ? 7    (`/@             d   w                      7                         
 ?               A F  \ F !ę% F !@   !N&  #DAS "%  'rRP@   h     h !=Ph !b h     h    `h #h # h #0 #߿   #   #`            W  UUU^      x*   rYV ;f ޿ Ufت" |  * ؍ ,ߒ  S* orߑ      UV ꂢ AVT    ""*"                   @   | @   x @   x @   
? @   
? @   
? @   x @   x @   | @    @    @    @    @    @    @    @    @    @A  @ @"A@ @  @`                            @   | @   x @   x @   
? @   
? @   
? @   x @   x @   | @    @    @    @    @    @    @    @    @    @A  @ @"A@ @  @`                            @   | @   x @   x @   
? @   
? @   
? @   x @   x @   | @    @    @    @    @    @    @    @    @    @A  @ @"A@ @  @`                            @   | @   x @   x @   
? @   
? @   
? @   x @   x @   | @    @    @    @    @    @    @    @    @    @A  @ @"A@ @  @`                            @   | @   x @   x @   
? @   
? @   
? @   x @   x @   | @    @    @    @    @    @    @    @    @    @A  @ @"A@ @  @`                            @   | @   x @   x @   
? @   
? @   
? @   x @   x @   | @    @    @    @    @    @    @    @    @    @A  @ @"A@ @  @`                       7   0             T@        UUUP      B     B     " FT " L "    B UL B "    )p  醐4    4 j4 HF4    4    4 4 _|4 ? ܐ               UUT w ڪP       < |z pP ,P mxD _|{ XlU V>    F֏W yoP Ȁ a)WIT NoȀ P OȀ   wIT  Ȁ `SuAP  n  }UP {H  UU                       ? ? ?     >|     Ǽ                                   >|                                                  @     	  0  ? @                      ? ? ?     >|     Ǽ                                   >|                                                  @     	  0  ? @                      ? ? ?     >|     Ǽ                                   >|                                                  @     	  0  ? @                      ? ? ?     >|     Ǽ                                   >|                                                  @     	  0  ? @                      ? ? ?     >|     Ǽ                                   >|                                                  @     	  0  ? @                      ? ? ?     >|     Ǽ                                   >|                                                  @     	  0  ? @          DTP:Pagestream        Icon by Holger Trapp  MTool                                                                p                     D                                                                                                                                                                                                                                                                                                          n                                                                                                 h  X	MTool.bru                                                            U    FORM  fILBMBMHD    - '        
CMAP      0GRAB     DRNG     $    DRNG     $    DRNG     $    CAMG    BODY                xUUT@`        -UUP Ҫ'
.  WUT x򨪫u`
 @(   X     @U     +X     @        +UPXԪ*!˿@U`aUX+W_TXԨu!ſ@-`?-+UWPXԪ!Ϳ@
Ղ`*mK*x+UP@XԪU!?@Z@o?QJ?+U_XԪ>m!?@ڐ@%o%@?*UVXժ>!?@ZU?mQU?* @X!?@ZԒ8+o=Q+E? * X;U!?@x   p     /X        @X    !W 8    XWU7@x    jw (    XUtQ'@x    Ϣw 8    X8    @       UUT    UUT                                                                             lMTool                                                                p                     X                                                                                                                                                                                                                                                                                                                                                                                                    7  L  
MTool.info                                                           U            7    p                            
                   7                ~     ~    " \    "\ ~| T   T nl T  T *	
, T	
T  	
 D	
D  	
  	|
  	 
  	|
  	 
  	|
  	 
  }       |                                                              ?         @@  @@  @@  @@  @@  @@  @@  @@  @@  @@  @@        ?                                      @                       ~     ~      \     ~     T     n     T     *     T           D                                  *          *     \     *     ~     :     ~                   7                       ? ?      ?w~ .w. ?> *@   * 7O6 *@  * @ *@*  @ "@"  @  @  @  @  @  @  @  _  @     O>  @                                @      @  @  @  @     @|  @ @   @A  @A  @A  @A  @A  @A  @  @}  @  @}  @  @}  @     @|  @     @  @  @      @       @                                  |                                                                                                                                              n                                                                                                                                                      N  s                        3                                                                                                                                                                                                                          lMTool                                                                p                     ㉉                                                                                                                                                                                                                                                                                                      v                                                                                              7  L  MTPrefs.info                                                         U           @ > !                d                 5                >         @    @   F@   D?_    Z?	u   XR 	  	 X[ 	 ( 	 XOA 	   H      a         ?                                                     8      `?      !             b `    1			&		J΀	.	. n	    P .V    PV     P      D     @                              
    ?    <>    9    ;    <    z    T        S        G    ,    <                    <        D        T                  >          U?j    UI|׵|Kk   l՟|Y  ,V
tV
,X
D
, 
}
$
}
p
}
p
}      |                                                         ? _|_}     x??8|    P@@@@P@@h@@P@@x@@X@@x@@x@@x@@h7@@x    ( ?p     ( P (                             @      TJ`    U    
        J        E-    X    T    f    @    ^                N                E    ~    U~    ~    ~                                                                  N  s                        3                                                                                                                                                                                                                          lMTool                                                                p                     ~                                                                                                                                                                                                                                                                                                                                                                                            7  L  L
Music.info                                                           U           q 7                   d   E8                      7   (                      
 T 
  q  
* F t F 
: F w     
 @ ꫠh  A h h   h   "" h h     h     h 0                                W  UUU^     QUUPx*    DEQ    QQ     "  | UW~ * ? WU_ ;  >     ?      * UUT    ""*"                   | x x ? ? ? x p  =x |  p ?  ~{ q ? } } p  ? }  p   ?                              | x x ? ? ? x p  =x |  p ?  ~{ q ? } } p  ? }  p   ?                              | x x ? ? ? x p  =x |  p ?  ~{ q ? } } p  ? }  p   ?                              | x x ? ? ? x p  =x |  p ?  ~{ q ? } } p  ? }  p   ?                              | x x ? ? ? x p  =x |  p ?  ~{ q ? } } p  ? }  p   ?                              | x x ? ? ? x p  =x |  p ?  ~{ q ? } } p  ? }  p   ?                         7   0             T@        UUUP  WUUW B  B ]V "  " WuV "  B  B k UU   UU4  4 4   4   4 4 x   4    4                             UUT w ڪP  U   ڨ<   G|z ڢ"P   u ڨD @ w|{   LU >  ڪ   ޫʪP Ȁ  IT Ȁ P   Ȁ }WIT Ȁ    AP ꪪ  UUUUUP     UU                       ? ? ? ?>| ?Ǽ ? ? ? ? ? 8   ?>| ? 8  ? ?= 8  > > 8   > ? 8    ? ? ? ? @                      ? ? ? ?>| ?Ǽ ? ? ? ? ? 8   ?>| ? 8  ? ?= 8  > > 8   > ? 8    ? ? ? ? @                      ? ? ? ?>| ?Ǽ ? ? ? ? ? 8   ?>| ? 8  ? ?= 8  > > 8   > ? 8    ? ? ? ? @                      ? ? ? ?>| ?Ǽ ? ? ? ? ? 8   ?>| ? 8  ? ?= 8  > > 8   > ? 8    ? ? ? ? @                      ? ? ? ?>| ?Ǽ ? ? ? ? ? 8   ?>| ? 8  ? ?= 8  > > 8   > ? 8    ? ? ? ? @                      ? ? ? ?>| ?Ǽ ? ? ? ? ? 8   ?>| ? 8  ? ?= 8  > > 8   > ? 8    ? ? ? ? @          
Multiview        Icon by Holger Trapp    lMTool                                                                p                     F                                                                                                                                                                                                                                                                                                                                                                                            7  L  LPicture.info                                                         U            7                 d   x                      7   (                      
 d 
 ή    
C0 F 
` F 
\, F  H   3   fÃ   u@ k40 h  4h h  h   h   h  | 
 h    h    h    0                              W  UUU^     _uPx* ? Q  _ x ?p(" 4| u6 * 7  / _  璢  *ƒ  
 וU]T    ""*"                   |  sx x ? ? ~0:? |Ox | x |9| |
sσ | ~	0 ~     @      ~ ? } b x                             |  sx x ? ? ~0:? |Ox | x |9| |
sσ | ~	0 ~     @      ~ ? } b x                             |  sx x ? ? ~0:? |Ox | x |9| |
sσ | ~	0 ~     @      ~ ? } b x                             |  sx x ? ? ~0:? |Ox | x |9| |
sσ | ~	0 ~     @      ~ ? } b x                             |  sx x ? ? ~0:? |Ox | x |9| |
sσ | ~	0 ~     @      ~ ? } b x                             |  sx x ? ? ~0:? |Ox | x |9| |
sσ | ~	0 ~     @      ~ ? } b x                        7                T@        UUUP  P gW B P̃ B BV " S0 " 
` " $ B ` B z3w uf :p  5 4 4 4 4 ?4 ?4 >  4    4    4                               UUT w ڪP  ]   گ< u|z ڿP  D X<{ ߟU x>  ۊ  u P Ȁ IT Ȁ P Ȁ וVIT s?Ȁ UOAP ʪ.  UUUUUP     UU                       ? ? ? ?>| ? 9Ǽ ?s ? ?} ? >'Ώ >  >
>| >9 >
rp ? ?  ?  ?   ?p  ?  ?c >? 1 <? ? ? ? @                      ? ? ? ?>| ? 9Ǽ ?s ? ?} ? >'Ώ >  >
>| >9 >
rp ? ?  ?  ?   ?p  ?  ?c >? 1 <? ? ? ? @                      ? ? ? ?>| ? 9Ǽ ?s ? ?} ? >'Ώ >  >
>| >9 >
rp ? ?  ?  ?   ?p  ?  ?c >? 1 <? ? ? ? @                      ? ? ? ?>| ? 9Ǽ ?s ? ?} ? >'Ώ >  >
>| >9 >
rp ? ?  ?  ?   ?p  ?  ?c >? 1 <? ? ? ? @                      ? ? ? ?>| ? 9Ǽ ?s ? ?} ? >'Ώ >  >
>| >9 >
rp ? ?  ?  ?   ?p  ?  ?c >? 1 <? ? ? ? @                      ? ? ? ?>| ? 9Ǽ ?s ? ?} ? >'Ώ >  >
>| >9 >
rp ? ?  ?  ?   ?p  ?  ?c >? 1 <? ? ? ? @          
Multiview        Icon by Holger Trapp    lMTool                                                                p                                                                                                                                                                                                                                                                                                                                                                                                                 7  L  L
Sound.info                                                           U           q 7    0             d                         7   (                      
 T 
  u  
 F  F 
구 F j  rզ   ݙ @ /mh 1UU h UԀh UTT h V* h  T h  U  h  %   h     0                              W  WUU^    _UPx*  _Q ?? }Q ݏ X" | U * UU   ~       OUT    ""*"                   | x x ? ? ? x px  |   p  ( `   p  ~   G G                                  | x x ? ? ? x px  |   p  ( `   p  ~   G G                                  | x x ? ? ? x px  |   p  ( `   p  ~   G G                                  | x x ? ? ? x px  |   p  ( `   p  ~   G G                                  | x x ? ? ? x px  |   p  ( `   p  ~   G G                                  | x x ? ? ? x px  |   p  ( `   p  ~   G G                             7                T@        UUUP  UUUW B  B U]UV " ~ " UuZ " }r B U9j B Uk En UU  4  4 *j@4 * 4 J 4 *T 4 *  4   4                              UUT w ګP U   گꪨ< G|z ڿ㯨P ß ھD n{ U j>  ߪ   P uUȀ IT Ȁ P Ȁ IT Ȁ ]UUUAP ꧪ  WUUUUP     UU                       ? ? ? ?>| ?Ǽ ? ? ?~ ?|x ?|p ?8` ?`>| ? `? 8   0   8   ?  ?# ?# ?w ? ? ? ? ? ? ? @                      ? ? ? ?>| ?Ǽ ? ? ?~ ?|x ?|p ?8` ?`>| ? `? 8   0   8   ?  ?# ?# ?w ? ? ? ? ? ? ? @                      ? ? ? ?>| ?Ǽ ? ? ?~ ?|x ?|p ?8` ?`>| ? `? 8   0   8   ?  ?# ?# ?w ? ? ? ? ? ? ? @                      ? ? ? ?>| ?Ǽ ? ? ?~ ?|x ?|p ?8` ?`>| ? `? 8   0   8   ?  ?# ?# ?w ? ? ? ? ? ? ? @                      ? ? ? ?>| ?Ǽ ? ? ?~ ?|x ?|p ?8` ?`>| ? `? 8   0   8   ?  ?# ?# ?w ? ? ? ? ? ? ? @                      ? ? ? ?>| ?Ǽ ? ? ?~ ?|x ?|p ?8` ?`>| ? `? 8   0   8   ?  ?# ?# ?w ? ? ? ? ? ? ? @          
Multiview        Icon by Holger Trapp    lMTool                                                                p                     ZA                                                                                                                                                                                                                                                                                                                                                                                            7  L  LTeX.info                                                             U         D  7    P             d   h                      7   (                                  eS(        jj  F   , F     F    @        s# 	 !  @  @h ? h  h 
@h ! h sh   h   h  W0  ?                        W     x*     ? " O|  *   s i~ ?  `ϑ 撪  Ⴂ  *   ""*"                 `    `    `   | `   x `   x `   ? `   :? ` ? `  x `  `x `  2>| `   `   `  _ `  ? `   `  
 `  o `  * `   `   `  W `  `                            `    `    `   | `   x `   x `   ? `   :? ` ? `  x `  `x `  2>| `   `   `  _ `  ? `   `  
 `  o `  * `   `   `  W `  `                            `    `    `   | `   x `   x `   ? `   :? ` ? `  x `  `x `  2>| `   `   `  _ `  ? `   `  
 `  o `  * `   `   `  W `  `                            `    `    `   | `   x `   x `   ? `   :? ` ? `  x `  `x `  2>| `   `   `  _ `  ? `   `  
 `  o `  * `   `   `  W `  `                            `    `    `   | `   x `   x `   ? `   :? ` ? `  x `  `x `  2>| `   `   `  _ `  ? `   `  
 `  o `  * `   `   `  W `  `                            `    `    `   | `   x `   x `   ? `   :? ` ? `  x `  `x `  2>| `   `   `  _ `  ? `   `  
 `  o `  * `   `   `  W `  `                         7                T@                    B     B 55  "   "   @ "    S B    B 9   	P   4  4 K @4 	 4 4 ϹH4 
4  UR4 @+ Up                     UUT  P    MVk< z P ? ?D { U '>  os   P `9Ȁ w?IT wȀ woP 0F?Ȁ IT Ȁ P ?j  P     UU                       ? 0    0    0   >| 0   Ǽ 0    0    0    0   0  `^ 0  0 0  >| 0   0  _ 0  / 0   0    0  o 0  7 0  [ 0  
 0  U^ 0  +w 0 U 0   ? ? @                      ? 0    0    0   >| 0   Ǽ 0    0    0    0   0  `^ 0  0 0  >| 0   0  _ 0  / 0   0    0  o 0  7 0  [ 0  
 0  U^ 0  +w 0 U 0   ? ? @                      ? 0    0    0   >| 0   Ǽ 0    0    0    0   0  `^ 0  0 0  >| 0   0  _ 0  / 0   0    0  o 0  7 0  [ 0  
 0  U^ 0  +w 0 U 0   ? ? @                      ? 0    0    0   >| 0   Ǽ 0    0    0    0   0  `^ 0  0 0  >| 0   0  _ 0  / 0   0    0  o 0  7 0  [ 0  
 0  U^ 0  +w 0 U 0   ? ? @                      ? 0    0    0   >| 0   Ǽ 0    0    0    0   0  `^ 0  0 0  >| 0   0  _ 0  / 0   0    0  o 0  7 0  [ 0  
 0  U^ 0  +w 0 U 0   ? ? @                      ? 0    0    0   >| 0   Ǽ 0    0    0    0   0  `^ 0  0 0  >| 0   0  _ 0  / 0   0    0  o 0  7 0  [ 0  
 0  U^ 0  +w 0 U 0   ? ? @          MI        Icon by Holger Trapp        lMTool                                                                p                     2                                                                                                                                                                                                                                                                                                                                                                                            7  L  L	Text.info                                                            U         D ? 7    x             d   lPp                      7   q(                                D      >  x| F      F  j F       '      P     9 @  *xh     h )Ȁh    h   h     h   h     h  H  0       !                     W  N   
W8x* p ,  S x dX" | ,;~ * v UB_  d×~  
  9  d֪ T ֪  ""*"                  `   `  | cyŏx `  x `!
? `  ? a1:? `  }x cyx `  !| `SA `   a	 `  `[! `  at) ` < cqI ` ` c) `   bTc) `                            `   `  | cyŏx `  x `!
? `  ? a1:? `  }x cyx `  !| `SA `   a	 `  `[! `  at) ` < cqI ` ` c) `   bTc) `                            `   `  | cyŏx `  x `!
? `  ? a1:? `  }x cyx `  !| `SA `   a	 `  `[! `  at) ` < cqI ` ` c) `   bTc) `                            `   `  | cyŏx `  x `!
? `  ? a1:? `  }x cyx `  !| `SA `   a	 `  `[! `  at) ` < cqI ` ` c) `   bTc) `                            `   `  | cyŏx `  x `!
? `  ? a1:? `  }x cyx `  !| `SA `   a	 `  `[! `  at) ` < cqI ` ` c) `   bTc) `                            `   `  | cyŏx `  x `!
? `  ? a1:? `  }x cyx `  !| `SA `   a	 `  `[! `  at) ` < cqI ` ` c) `   bTc) `                        7   x             T@           P     " O B     B H> "    v " 5  "    B   B     N@     <P4   p 4 @@4   4  A 4    4 	P 4    4 $    @                       UUT w P    a+< 8z kpP  eD { a2g,U >  v   ߪsP Ȁ ޲a˿IT Ȁ gP Ȁ AIT Ȁ 2
kUAP   EJkUUP   UU                       ? ? 0    0   >| 1Ǽ 0    0U㐅 0   0^ 0  > 1͈~ 0  >| 0C 0  @ 0؄ 0   0- 0   0 0   1$ 0 0  1є 0    1*1 0    ? @                      ? ? 0    0   >| 1Ǽ 0    0U㐅 0   0^ 0  > 1͈~ 0  >| 0C 0  @ 0؄ 0   0- 0   0 0   1$ 0 0  1є 0    1*1 0    ? @                      ? ? 0    0   >| 1Ǽ 0    0U㐅 0   0^ 0  > 1͈~ 0  >| 0C 0  @ 0؄ 0   0- 0   0 0   1$ 0 0  1є 0    1*1 0    ? @                      ? ? 0    0   >| 1Ǽ 0    0U㐅 0   0^ 0  > 1͈~ 0  >| 0C 0  @ 0؄ 0   0- 0   0 0   1$ 0 0  1є 0    1*1 0    ? @                      ? ? 0    0   >| 1Ǽ 0    0U㐅 0   0^ 0  > 1͈~ 0  >| 0C 0  @ 0؄ 0   0- 0   0 0   1$ 0 0  1є 0    1*1 0    ? @                      ? ? 0    0   >| 1Ǽ 0    0U㐅 0   0^ 0  > 1͈~ 0  >| 0C 0  @ 0؄ 0   0- 0   0 0   1$ 0 0  1є 0    1*1 0    ? @          MI        Icon by Holger Trapp        lMTool                                                                p                     ;x                                                                                                                                                                                                                                                                                                                                                                                            7  L  LUnknown.info                                                         U           ? 7    P             d   hg                      7                          
 _T ꪮ  q  { F  F  F WoQ  ʪ  ]T 
* vwQ @ |h D@ h h  x`h h |&h lifh  \
h  x	0   	                          W  U^     %UPx*     UQ D+ LUUQ   0EUX" `| U~ *  UU_  ^ yoo MM_ ߇imّ   z TT    ""*"                  } x?| sx gx g? g;? gs? rx y?x | < ~y ~s ~  oo #oo_ ~sim ~s                               } x?| sx gx g? g;? gs? rx y?x | < ~y ~s ~  oo #oo_ ~sim ~s                               } x?| sx gx g? g;? gs? rx y?x | < ~y ~s ~  oo #oo_ ~sim ~s                               } x?| sx gx g? g;? gs? rx y?x | < ~y ~s ~  oo #oo_ ~sim ~s                               } x?| sx gx g? g;? gs? rx y?x | < ~y ~s ~  oo #oo_ ~sim ~s                               } x?| sx gx g? g;? gs? rx y?x | < ~y ~s ~  oo #oo_ ~sim ~s                           7                T@          UUP * UUUW B  B =YUV "  " UyUV "  B UeUS B Ϫ UU@ ;  UUP4 "  4 }EE@4 <   4 _ 4    4    4 .   4 <                               UUT  P U   < G|z ߁ꪨP  'ꪨD W|{ ?"U >@U>    W *P Ȁ tIT ߼Ȁ P Ȁ wT &Ȁ =UUAP ꂮ  UUUUUP     UU                       ? ? > <*>| 9UOǼ 2 1CG 2 1G 8r < ??>| ? ?, ? ?+ ? ?÷ ? ?) ?Lc ?zc ?~ ?x} ? ? ? @                      ? ? > <*>| 9UOǼ 2 1CG 2 1G 8r < ??>| ? ?, ? ?+ ? ?÷ ? ?) ?Lc ?zc ?~ ?x} ? ? ? @                      ? ? > <*>| 9UOǼ 2 1CG 2 1G 8r < ??>| ? ?, ? ?+ ? ?÷ ? ?) ?Lc ?zc ?~ ?x} ? ? ? @                      ? ? > <*>| 9UOǼ 2 1CG 2 1G 8r < ??>| ? ?, ? ?+ ? ?÷ ? ?) ?Lc ?zc ?~ ?x} ? ? ? @                      ? ? > <*>| 9UOǼ 2 1CG 2 1G 8r < ??>| ? ?, ? ?+ ? ?÷ ? ?) ?Lc ?zc ?~ ?x} ? ? ? @                      ? ? > <*>| 9UOǼ 2 1CG 2 1G 8r < ??>| ? ?, ? ?+ ? ?÷ ? ?) ?Lc ?zc ?~ ?x} ? ? ? @          
Multiview        Icon by Holger Trapp    lMTool                                                                p                     ZHu                                                                                                                                                                                                                                                                                                  
a                                                                                                [  MWB.info                                                             N          
 ~ ;    @V                 T    X      s          H          Z         \ A              ;   ,            T    UU  UT   UT  UP   UUUUUW    U         W   *     U                                U    @                      UUUUUV                                                            TUUWҪ|UV@""]UV 
窃WUPꪪ       UUU@  WUU*  U           TUUWҪ|UV@""]UV 
窃WUPꪪ       UUU@  WUU*  U           TUUWҪ|UV@""]UV 
窃WUPꪪ       UUU@  WUU*  U           TUUWҪ|UV@""]UV 
窃WUPꪪ       UUU@  WUU*  U           TUUWҪ|UV@""]UV 
窃WUPꪪ       UUU@  WUU*  U           TUUWҪ|UV@""]UV 
窃WUPꪪ       UUU@  WUU*  U     ;   0      x      w o      W    A  A  A  U UUUUUU@
@      @      C           @      @      @     @   @@  0  @  0  @    @   @      *                 
                                ?W
 ?UT ?E+@>UV ?E.@:EU\ =E "@: Uv ?U@UUUUUT        @
UUUUUU@                                ?W
 ?UT ?E+@>UV ?E.@:EU\ =E "@: Uv ?U@UUUUUT        @
UUUUUU@                                ?W
 ?UT ?E+@>UV ?E.@:EU\ =E "@: Uv ?U@UUUUUT        @
UUUUUU@                                ?W
 ?UT ?E+@>UV ?E.@:EU\ =E "@: Uv ?U@UUUUUT        @
UUUUUU@                                ?W
 ?UT ?E+@>UV ?E.@:EU\ =E "@: Uv ?U@UUUUUT        @
UUUUUU@                                ?W
 ?UT ?E+@>UV ?E.@:EU\ =E "@: Uv ?U@UUUUUT        @
UUUUUU@      % Icon by Martin Huttenloher                                                                                    N  s                        3                                                                                                                                                                                                                          lMTool                                                                p                     Ѐ                                                                                                                                                                                                                                                                                                            #                                                                                                [    Picture.info                                                         N           .     6                      U-X      #                    +x        p   8   <             E  0          
   0                p   (   $       2 - u e 8 | ?8 ?  ?  ?@ ?  <  |       DPaint                                       q                                                                                                          +
MAShare_53                                         
          q                 ?                                                                                                                                                                                                                                                                                                                                                                                                            [    	Text.info                                                            N           U     X                      Rp      J                   *                  	=   ?u    '    '    '>d    &    ?                            X     $  D8                         MI                                           q                                                                                                          +
MAShare_53                                         
          q                    <L                                                                                                                                                                                                                                          3                                                                                                                                                                  Prefs                                                                r                        _q                                                                                                                                                                                                                                                                                                                                                                                                                Env-Archive                                                                                  Fn                                                                                                                                                                                                                                                                                                                                                                                                              MTool                                                                                     "                                                                                                                                                                                                                                                                                                l                                                                                              d  ^  MTool.prefs                                                              MTPRrev2[8             Bildschirmmodus \0               Fenstergre    \P[              Gadgetschrift topaz.font    \\0              Listenschrift topaz.font    ~\P   "&Pfade LHA RAM: RAM: Schublade   <\              Bildschirm & Sonstiges MTOOLSCREEN  hF          Editor ED "%s"  ݈~          Show Picture Multiview "%s" ݨh          Display Text Multiview "%s" \0݈           SuperDuper SD   ]ݨ         uudecode s:uudec "%s" "%s"  ]\0 	       uuencode s:uuenc "%s" "%s" "%s" ]] !"#         Play Mod Player "%s"    @] %&'         Execute run "%s" >"CON:0/11/640/180/Ausfhren.../AUTO/WAIT" `] )*+         MFind MFind "PATHSFILE=%s"  p@ -./         File Monitor FileX "%s" ` 89:         IconInfo MIconInfo "%s" Ұp @AB	        Protection Bits c:Protect "%s" %s    DEF         MultiView Workbench:Utilities/MultiView "%s"    Ұ HIJ        LHA Extract LHA >"CON:20/50/600/150/LHA Extract" x "%s" "%s"      LMN        TAR Extract s:untar "%s" "%s"    PQR        ZIP Extract unzip >"CON:20/50/600/150/ZIP Extract" "%s" -d "%s"   YZ[         GZIP Extract gzip >"CON:20/50/600/150/GZ Extract" -d "%s"   >H _`a        ARJ Extract s:unarj "%s" "%s"   J cde	        File Note filenote "%s" "%s"     T k l m           Copy Disk K SuperDuper  !` q(r(s(          MFind F MFind   R`  u(v(w(          Protection P Protection Bits    X! y(z({(          Comment K File Note b }(~(              Picture PROGDIR:MToolIcons/M_PIC.info     X ((              Text PROGDIR:MToolIcons/M_TXT.info  f ((              Drawer PROGDIR:MToolIcons/Drawer.info   <p ((((     ASCII Text Editor Text  <P ((((     AmigaGuide Document MultiView Text @database    >@< PPPP     IFF Picture Show Picture Picture FORM????ILBM   >`< PPPP     IFF Animation Show Picture Picture FORM????ANIM Op>@ PPPP      MOD File Play Mod  (#?.mod|mod.#?)  O>` PPPP     Program Execute  000003F300000000   POp PPPP      Icon IconInfo  ?#?.info tO PPPP     Unknown File MultiView       PP             CrossDOS Disks PC?: ` PP              unLHA LHA Extract   P PP              unARJ ARJ Extract    ` PP              unZIP ZIP Extract    PP              unGZIP GZIP Extract   PP              unTAR TAR Extract   8 PP              UUEncode uuencode   8 PP              UUDecode uudecode   h8 PP              Editor Editor   8 PP              Multiview MultiView h PP              MFind MFind                                                                   N  s                        3                                                                                                                                                                                                                          MTool                                                                p                     bs                                                                                                                                                                                                                                                                                                                                                                                              d  U  XMTool_d.prefs                                                            MTPRrev2W             Bildschirmmodus !               Fenstergre                  Gadgetschrift topaz.font    >H              Listenschrift topaz.font    `   z~Pfade LHA RAM: RAM: Schublade   W>H              Bildschirm & Sonstiges MTOOLSCREEN  0W          Texteditor ED "%s"             Bildanzeiger Multiview "%s" 0          Textanzeiger Multiview "%s"            SuperDuper SD      888        uudecode s:uudec "%s" "%s"  P 88	8	       uuencode s:uuenc "%s" "%s" "%s" <   888         Mod-Player Player "%s"  <P 888         Aufrufen run "%s" >"CON:0/11/640/180/Ausfhren.../AUTO/WAIT"    >@< 888         MFind MFind "PATHSFILE=%s"  >`< 888         Filemonitor FileX "%s"  Op>@ 888         IconInfo MIconInfo "%s" O>` 8 8!8	        Schutzbits c:Protect "%s" %s    POp #8$8%8         MultiView Workbench:Utilities/MultiView "%s"    PO '8(8)8        LHA-Extract LHA >"CON:20/50/600/150/LHA Extract" x "%s" "%s"    PP +8,8-8        TAR-Extract s:untar "%s" "%s"   `P 89:        ZIP-Extract unzip >"CON:20/50/600/150/ZIP Extract" "%s" -d "%s" P @AB         GZIP-Extract gzip >"CON:20/50/600/150/GZ Extract" -d "%s"    ` DEF        ARJ-Extract s:unarj "%s" "%s"   W HIJ	        Kommentar filenote "%s" "%s"    W LMN          Disk kopieren K SuperDuper  8 PQR          MFind F MFind   8 YZ[          Protection P Schutzbits W8 _`a          Kommentar K Kommentar   W cd              IFF-Bild PROGDIR:MToolIcons/M_PIC.info  Ǹh k l               Text PROGDIR:MToolIcons/M_TXT.info  W q(r(              Schublade PROGDIR:MToolIcons/Drawer.info    W u(v(w(x(     ASCII-Text Texteditor Text  ̸ y(z({(|(     AmigaGuide-Dokument MultiView Text @database     }(~(((     IFF-Bild Bildanzeiger IFF-Bild FORM????ILBM ܈̸ ((((     IFF-Animation Bildanzeiger IFF-Bild FORM????ANIM     ((((      MOD-File Mod-Player  (#?.mod|mod.#?)    I܈ ((((     Programm Aufrufen  000003F300000000 J ((((      Icon IconInfo  ?#?.info WI #p$p%p&p     Unbekannter Dateityp MultiView      WW 'p(p             DOS-Disketten PC?:  JxX  +p,p              unLHA LHA-Extract   JJX /p0p              unARJ ARJ-Extract   JJx ``              unZIP ZIP-Extract   JJ ``              unGZIP GZIP-Extract JJ ``              unTAR TAR-Extract   KJ ``              UUEncode uuencode   K8J ``              UUDecode uudecode   KXK ``              Editor Texteditor   KxK8 ``              Multiview MultiView XKX ``              MFind MFind                                                                                                                                                                                                                                                                                                   Prefs                                                                r               H      D  *  )  (  '  &  %  $  #  "  !                                               
  	                                                                                                                                                                                         B  w  
MTool                                                                  +                  #E      #E,x $O// 0<  gP <   м  P* r N:Jf.Jp`   @B IGC     <  ` Q   d`I    IA <   <   r ` Q   d)K)Jp "<   N)NN  `fHx N  XN  Xfa qBBHxN  X,lN  N  `*l,,
 ,g$@&R * "JN. f / .MJg
N|"FNNu/&l`&SJg+  fJg0 k 
Hh a oX)@Jf.Ba oX)@Jfp`>`Ba oX)@Jfp`&/,a oXB/,a oP)@Jfp`p &_NuJg/,a oXp )@Jg/,Ba ovPp )@NuH?0>/ &</ *&o ,$o 0NUx v  lHh ,a oJX* pg>Hx Hm/a o8O Jg(0-H2-HDҀxA2-H0-HDЁv@0H $ 0H D@B lh 60H $ 0H D@B lh 
4N]LNuH  l"( 6H l"( 7HB/,/< 4Hx SHxLp 0rЁ/ p 0м   /  l"/( 2a nxO  L NuHNU)l.)l2)l6)l:)l>)lB)lF)l⎶)lp )@ l( $H l( #HH lr 2( Ҁ|AHlRa nX&@"fp` 2< G;ArF;A;|^;| +lJA.+H;|  r+A+lBHx _/< @Hl/< Hm/Hx a mO  &@)K~rF;A;| ;| Sr +A;| r +ABHx 
/< Hx /< Hx /< Hx /<Hx /< ;Hm/Hx 	a m&O 8&@)KrlF;A;|^;| ;| BHx /< .Hm/Hx a lO &@)KrG;ArF;A;| 5+lN;| r+ABHx _/< @Hm/Hx a lO &@)KrCG;A+lR;| BHx _/< @Hm/Hx a ldO &@)KrG;Ar(F;AA샫+H;| BHx _/< @Hm/Hx a l"O &@)KrCG;AA샨+H;| BHx _/< @Hm/Hx a kO &@)KrG;ArHF;A;| m+lV;| BHx _/< @Hm/Hx a kO &@)KrlF;A+lZ;| BHx _/< @Hm/Hx a kjO &@)KrXF;A+l^;| 	BHx _/< @Hm/Hx a k2O &@)Kr8F;A;| 5+lb;| 
BHx _/< @Hm/Hx a jO &@)KrCG;A+lf;| BHx _/< @Hm/Hx a jO &@)KrG;Ar~F;A;| m+lj;| BHx _/< @Hm/Hx a jvO &@)K2< G;A+ln;| BHx _/< @Hm/Hx a j<O &@)K2<tG;A+lr;| BHx _/< @Hm/Hx a jO &@)K"fp` )lz)l~ )l)l)l)l()l,)lP)lT)ld)lx)l|)l)l)l)l)l)l)lBHla ixP)@Jfp` NBHx /< C/,/,a iTO HlHl2,Hp 0Ё/ ?,Ua O BHx /<  /,/<  yHlz/<  o/,/<  n/,R/<  lHx/<  k/< @|/<  j0,Hr 2Ҁ//<  g2,H//<  f2,H//<  e2,H//<  dBa }XO `)@"J"fp` l/,/,"a hPB/,"a h~P2< G9ArF9A9|H
9| PHxHl/,"a hTO A)Ha VBHx /< B/,"/,a h0O BHx /< B/,"/,a hO BHx /< B/,"/,a gO BHx /< B/,"/,a gO BHx /< B/,"/,a gO BHx /< B/,"/,a gO BHx /< B/,"/,a g|O BHx /< B/,"/,a g^O Hl.a gXX)@:/,: l"/( 2a gHPp N]LNuJ"g/,"a g4Xp )@"J:g/,:a g$Xp )@:JRg/,Ra Xp )@RNuHNU l( $H l( #HH lr 2( Ҁ|AHlva fX&@"fp` nrG;ArF;A;|;| r +AA.+H;|  r +A+lBB/< Hm/Hx a f0O &@)K2< F;A;| +l2;| r+ABHx _/< @Hm/Hx a eO &@)K"fp`  HlHl2,Hp 0Ё/ ?,Ua .O B/,/<  y/,"/<  n/,v/<  lHx/<  k/< @|/<  j0,Hr 2Ҁ//<  g2,H//<  f2,H//<  e2,H//<  dBa yO P)@FJFfp`B/,Fa e4Pp N]LNuJFg/,Fa e8Xp )@FJvg/,va }Xp )@vNuH?2NU  ~ ˝a 
B/- ,/< B/,F/,a dO `  z lF h Vr(  / a |X`H,* :* 8* ppg&j /
a }X r@g  g`~`0+ &J@gS@g`~`~ lF/( Va }DX$@ 
fJg< f m ,,Pv `,VRCCba  N]LLNuH  l&( 6H l&( 7HB/,/< 4Hx 8Hxp 0rЁ/ p 0rЁ/  l&/( 2a cO  BHx /< 3/,/< 4Hx :Hxp 0rЁ/ p 0rЁ/  l&/( 2a crO (L NuHNU)lҎ)l֎)lڎ)lގ)lp )@ l( $H l( #HH lr 2( Ҁ|AHlVa cX&@"fp` rG;ArF;A;|k;| +lA.+H;|  r+A+lBHx /< .Hm/Hx a bO &@)Kr$F;A;| +l;| BHx /< .Hm/Hx a bxO &@)K2<hG;A;| vr +A;| r +ABHl/< Hm/Hx a b2O &@)KrG;ArF;A;|k;| 	;| BHx /< Hx /<Hx /< ;Hm/Hx 	a aO (&@)K2< G;Ar3F;A;|,;| +l;| r+ABHx /< 9Hm/Hx a aO &@)K2<G;Ar3F;A;| 2;| +l;| r+ABHx /< 9Hm/Hx a a0O &@)K2< G;ArBF;A;|,;| +l;| r+ABHx /< 9Hm/Hx a `O &@)K2<G;ArBF;A;| 2;| +l;| r+ABHx /< 9Hm/Hx a `O &@)KrG;Ar\F;A;| ;| +l;| r+ABHm/Hx a `@O &@)K2<RG;A+l;| 	BHm/Hx a `O &@)K"fp`  HlHl2,Hp 0Ё/ ?,Ua TO B/,/<  y/,
/<  n/,V/<  lHx/<  k/< @l/<  j0,Hr 2Ҁ//<  g2,H//<  f2,H//<  e2,H//<  dBa t$O P)@&J&fp`B/,&a _ZPa 2p N]LNuJ&g/,&a _ZXp )@&JVg/,Va wXp )@VNuH?2&o (NUz p +@a z$K| `$j RJ f.S+J| `$RRJfB//< //< B/,&/,a ^O  ` z  m&P| `&SRnpAC"Q/-Hma m^P mHh Hma mLP mHh Hma m:P mHh Hma m(PBHm/< -B/,&/,a ^BO BHm/< B/,&/,a ^$O BHm/< B/,&/,a ^O BHm/< -B/,&/,a ]O B-HH/ /< B/,&/,a ]O B/,&/,a x O ` 6 l& h Vr(  / a uX` (. 6. ;n ppg+n /a vzX r@g  g`  z`   m0( &_@g  |jZ@g.S@gU@g.`  S@gS@g`  ~ >z`  z`  z`  C`  |Hl a X$@ 
g/* 
Hma kPBHm/< B/,&/,a \O `<Hl<a X$@ 
g/* 
Hma kvPBHm/< B/,&/,a \O  l&/( Va ubX,@ f Jg Jg4 l+h " m/Hma kP l+h " m/Hma kP< gRpAC"QHm/+ 
a jPHm k 
Hh a jPHm k 
Hh a jPHm k 
Hh a jPJo a N]LLNuH  l.( 6H l.( 7HB/,/< 4Hx )Hxp 0rЁ/ p 0rЁ/  l./( 2a [PO  BHx /< 3/,/< 4Hx +Hxp 0rЁ/ p 0rЁ/  l./( 2a [O (L NuHNU l( $H l( #HH lr 2( Ҁ|AHl^a ZX&@"fp` rG;ArF;A;|k;| +lA.+H;|  r+A+lBHx /< .Hm/Hx a ZvO &@)K
r$F;A;|_+l6;| BHx /< .Hm/Hx a Z8O &@)K2< G;Ar3F;A;|,;| +l:;| r+ABHx /< 9Hm/Hx a YO &@)KrG;ArF;A;|k;| 	r +A;| BHx /< Hx /<Hx /< ;Hm/Hx 	a YO (&@)K2<G;Ar3F;A;| 2;| +l;| r+ABHx /< 9Hm/Hx a Y0O &@)KrG;ArMF;A;| ;| +l;| r+ABHm/Hx a XO &@)K2<RG;A+l;| BHm/Hx a XO &@)K""fp`  HlHl2,Hp 0Ё/ ?,Ua O B/,/<  y/,/<  n/,^/<  lHx/<  k/< @l/<  j0,Hr 2Ҁ//<  g2,H//<  f2,H//<  e2,H//<  dBa lO P)@.J.fp`B/,.a XPa >p N]LNuJ.g/,.a XXp )@.J^g/,^a pXp )@^NuH?2&o (NUz p +@a $K| `$j RJ f.S+J| `$RRJfB//< //< B/,./,a WrO  ` "z  m&P| `&SRnpAC"Q/-Hma fP mHh Hma eP mHh Hma ePBHm/< -B/,./,
a VO BHm/< B/,./,a VO BHm/< -B/,./,a VO B/,./,
a pO `   l. h Vr(  / a nX`  (. 6. ;n ppg+n /a ovX r@g  g`  nz`  h m0( &W@gS@gS@gS@g`L~ >z`Dz`@z`<Hl a X$@ 
g/* 
Hma dPBHm/< B/,./,a UO  l./( Va nX,@ f JJg &Jg4 l
+h " m/Hma dvP l+h " m/Hma d\P< g@pAC"QHm/+ 
a d:PHm k 
Hh a d(PHm k 
Hh a dPJo a DN]LLNuH  l2( 6H l2( 7HB/,/< 4Hx Hxp 0rЁ/ p 0rЁ/  l2/( 2a TO  BHx /< 3/,/< 4Hx Hxp 0rЁ/ p 0rЁ/  l2/( 2a TzO (L NuHNU l( $H l( #HH lr 2( Ҁ|AHlba T@X&@"fp` rG;ArF;A;|k;| +lA.+H;|  r+A+lBHx /< .Hm/Hx a SO &@)K&r$F;A;|,+l>;| BHx /< .Hm/Hx a SO &@)K*rF;A;|k;| 	r +A;| BHx /< Hx /<Hx /< ;Hm/Hx 	a SLO (&@)K.2<G;Ar$F;A;| 2;| +l;| r+ABHx /< 9Hm/Hx a RO &@)K2rG;Ar>F;A;| ;| +l;| r+ABHm/Hx a RO &@)K62<RG;A+l;| BHm/Hx a RO &@)K:"fp`  HlHl2,Hp 0Ё/ ?,Ua O B/,/<  y/,/<  n/,b/<  lHx/<  k/< @l/<  j0,Hr 2Ҁ//<  g2,H//<  f2,H//<  e2,H//<  dBa fO P)@2J2fp`B/,2a QPa p N]LNuJ2g/,2a QXp )@2Jbg/,ba j\Xp )@bNuH?2&o (NUz p +@a +K| ` m+h R mJ f.S+m| `
 m+PR mJfB//< //< B/,2/,.a Q"O  ` 2z  m&P| `&SRnpAC"Q/-Hma _P mHh Hma _PBHm/< -B/,2/,&a PO BHm/< -B/,2/,*a PO B/,2/,&a jO ` * l2 h Vr(  / a hX`  (* 6* ;j ppg+j /
a iVX r@g  g`  z`   m0( &U@gS@g"S@gS@g`  ~ >z`  z`  z`  BHlq/< 
B/< </,B/< /,"/< Ba dNO (,@ g0B/a ePJg"/. Hma ^rPHx /. Hma eO BHm/< -B/,2/,*a OxO  l2/( Va hJX$@ 
f Jg Jg4 l&+h " m/Hma ^P l*+h " m/Hma ]P< g.pAC"QHm/+ 
a ]PHm k 
Hh a ]PJo a N]LLNuH  l*( 6H l*( 7HB/,/< 4Hx 8Hxp 0rЁ/ p 0rЁ/  l*/( 2a N\O  BHx /< 3/,/< 4Hx :Hxp 0rЁ/ p 0rЁ/  l*/( 2a NO (L NuHNU)lҎ)l֎)lڎ)lގp )@ l( $H l( #HH lr 2( Ҁ|AHlZa MX&@"fp` rG;ArF;A;|k;| +lA.+H;|  r+A+lBHx /< .Hm/Hx a MdO &@)Kr$F;A;| +l;| BHx /< .Hm/Hx a M&O &@)K2<hG;A;| vr +A;| r +ABHl/< Hm/Hx a LO &@)KrG;ArF;A;|k;| 	;| BHx /< Hx /<Hx /< ;Hm/Hx 	a LO (&@)Kr5F;A;| ;| +l;| r+ABHm/Hx a LFO &@)KrDF;A+l;| BHm/Hx a LO &@)KrG;Ar\F;A;| ;| +l;| r+ABHm/Hx a KO &@)K2<RG;A+l;| BHm/Hx a KO &@)K"fp`  HlHl2,Hp 0Ё/ ?,Ua O B/,/<  y/,/<  n/,Z/<  lHx/<  k/< @l/<  j0,Hr 2Ҁ//<  g2,H//<  f2,H//<  e2,H//<  dBa _O P)@*J*fp`B/,*a JPa p N]LNuJ*g/,*a JXp )@*JZg/,Za c|Xp )@ZNuH?2&o (NUz p +@a b$K| `$j RJ f.S+J| `$RRJfB//< //< B/,*/,a JZO  ` ~z  m&P| `&SRnpAC"Q/-Hma XP mHh Hma XPBHm/< -B/,*/,a IO BHm/< -B/,*/,a IO B-HH/ /< B/,*/,a IO Bp J-VD / /< B/,*/,a IO - gBHx /< B/,*/,a IhO -  gBHx /< B/,*/,a IBO B/,*/,a c~O `   l* h Vr(  / a aNX`  (. 6. ;n ppg+n /a aX r@g  g`  vz`  p m0( &[@g\jV@g$S@gS@gF`RS@gS@g`H~ >z`@z`<z`8CBp JCVD / /< B/,*/,a HtO `m `m   l*/( Va a6X,@ f BJg Jg4 l+h " m/Hma VP l+h " m/Hma VP< g.pAC"QHm/+ 
a VPHm k 
Hh a VPJo a N]LLNuH  l6( 6H l6( 7HB/,/< 4Hx Hxp 0rЁ/ p 0rЁ/  l6/( 2a GHO  BHx /< 3/,/< 4Hx Hxp 0rЁ/ p 0rЁ/  l6/( 2a GO (L NuHNU l( $H l( #HH lr 2( Ҁ|AHlfa FX&@"fp` rG;ArF;A;|k;| +lA.+H;|  r+A+lBHx /< .Hm/Hx a FnO &@)K>r$F;A;|,+lF;| BHx /< .Hm/Hx a F0O &@)KBrF;A;|k;| 	r +A;| BHx /< Hx /<Hx /< ;Hm/Hx 	a EO (&@)KF2<G;Ar$F;A;| 2;| +l;| r+ABHx /< 9Hm/Hx a EO &@)KJrG;Ar>F;A;| ;| +l;| r+ABHm/Hx a E<O &@)KN2<RG;A+l;| BHm/Hx a EO &@)KR"fp`  HlHl2,Hp 0Ё/ ?,Ua PO B/,/<  y/,/<  n/,f/<  lHx/<  k/< @l/<  j0,Hr 2Ҁ//<  g2,H//<  f2,H//<  e2,H//<  dBa Y O P)@6J6fp`B/,6a DVPa p N]LNuJ6g/,6a DVXp )@6Jfg/,fa \Xp )@fNuH?2&o (NUz p +@a $K| `$j RJ f.S+J| `$RRJfB//< //< B/,6/,Fa CO  ` z  m&P| `&SRnpAC"Q/-Hma RZP mHh Hma RHPBHm/< -B/,6/,>a CbO BHm/< -B/,6/,Ba CDO B/,6/,>a ]O `   l6 h Vr(  / a [PX`  (. 6. ;n ppg+n /a [X r@g  g`Zz`V m0( &U@gS@gS@gS@g`<~ >z`4z`0z`,Hm/,Ja PBHm/< -B/,6/,Ba BO  l6/( Va [TX,@ f ^Jg :Jg4 l>+h " m/Hma QP lB+h " m/Hma PP< g.pAC"QHm/+ 
a PPHm k 
Hh a PPJo 2a N]LLNuH  l:( 6H l:( 7HB/,/< 4Hx Hxp 0rЁ/ p 0rЁ/  l:/( 2a AfO  BHx /< 3/,/< 4Hx Hxp 0rЁ/ p 0rЁ/  l:/( 2a A$O (L NuHNU l( $H l( #HH lr 2( Ҁ|AHlja @X&@"fp` rG;ArF;A;|k;| +lA.+H;|  r+A+lBHx /< .Hm/Hx a @O &@)KVr$F;A;|,+lN;| BHx /< 9Hm/Hx a @NO &@)KZrF;A;|k;| 	r +A;| BHx /< Hx /<Hx /< ;Hm/Hx 	a ?O (&@)K^2<G;Ar$F;A;| 2;| +l;| r+ABHx /< 9Hm/Hx a ?O &@)KbrG;Ar>F;A;| ;| +l;| r+ABHm/Hx a ?ZO &@)Kf2<RG;A+l;| BHm/Hx a ?*O &@)Kj"fp`  HlHl2,Hp 0Ё/ ?,Ua nO B/,/<  y/,/<  n/,j/<  lHx/<  k/< @l/<  j0,Hr 2Ҁ//<  g2,H//<  f2,H//<  e2,H//<  dBa S>O P)@:J:fp`B/,:a >tPa p N]LNuJ:g/,:a >tXp )@:Jjg/,ja WXp )@jNuH?2&o (NUz p +@a $K| `$j RJ f.S+J| `$RRJfB//< //< B/,:/,^a =O  ` z  m&P| `&SRnpAC"Q/-Hma LxP mHh Hma LfPBHm/< -B/,:/,Va =O BHm/< B/,:/,Za =bO B/,:/,Va WO `   l: h Vr(  / a UnX`  (. 6. ;n ppg+n /a VX r@g  g`  nz`  h m0( &U@gS@gS@gS@g`L~ >z`Dz`@z`<Hl a ׸X$@ 
g/* 
Hma KrPBHm/< B/,:/,Za <O  l:/( Va U^X,@ f JJg &Jg lV+h " m/Hma KP< g.pAC"QHm/+ 
a JPHm k 
Hh a JPJo 8a N]LLNuH  l>( 6H l>( 7HB/,/< 4Hx Hxp 0rЁ/ p 0rЁ/  l>/( 2a ;O  BHx /< 3/,/< 4Hx Hxp 0rЁ/ p 0rЁ/  l>/( 2a ;HO (L NuHNU l( $H l( #HH lr 2( Ҁ|AHlna ;X&@"fp` rG;ArF;A;|k;| +lA.+H;|  r+A+lBHx /< .Hm/Hx a :O &@)Knr$F;A;|,+lN;| BHx /< 9Hm/Hx a :rO &@)KrrF;A;|k;| 	r +A;| BHx /< Hx /<Hx /< ;Hm/Hx 	a :O (&@)Kv2<G;Ar$F;A;| 2;| +l;| r+ABHx /< 9Hm/Hx a 9O &@)KzrG;Ar>F;A;| ;| +l;| r+ABHm/Hx a 9~O &@)K~2<RG;A+l;| BHm/Hx a 9NO &@)K"fp`  HlHl2,Hp 0Ё/ ?,Ua ɒO B/,/<  y/,/<  n/,n/<  lHx/<  k/< @l/<  j0,Hr 2Ҁ//<  g2,H//<  f2,H//<  e2,H//<  dBa MbO P)@>J>fp`B/,>a 8Pa p N]LNuJ>g/,>a 8Xp )@>Jng/,na Q*Xp )@nNuH?2&o (NUz p +@a $K| `$j RJ f.S+J| `$RRJfB//< //< B/,>/,va 8O  ` z  m&P| `&SRnpAC"Q/-Hma FP mHh Hma FPBHm/< -B/,>/,na 7O BHm/< B/,>/,ra 7O B/,>/,na QO `   l> h Vr(  / a OX`  (. 6. ;n ppg+n /a P<X r@g  g`  nz`  h m0( &U@gS@gS@gS@g`L~ >z`Dz`@z`<Hl a X$@ 
g/* 
Hma EPBHm/< B/,>/,ra 6O  l>/( Va OX,@ f JJg &Jg ln+h " m/Hma E<P< g.pAC"QHm/+ 
a EPHm k 
Hh a EPJo 8a N]LLNuH  lB( 6H lB( 7HB/,/< 4Hx VHxp 0rЁ/ p 0rЁ/  lB/( 2a 5O  BHx /< 3/,/< 4Hx XHxp 0rЁ/ p 0rЁ/  lB/( 2a 5lO (L NuHNU)l)l)l)l)l)l)l)l
)l)lp )@ l( $H l( #HH lr 2( Ҁ|AHlra 4X&@"fp` zrG;ArF;A;|k;| +lA.+H;|  r+A+lBHx /< .Hm/Hx a 4O &@)Kr$F;A;|)+l;| BHx /< .Hm/Hx a 4TO &@)KrF;A;|k;| 	r +A;| r +ABHx /< Hx /<Hx /< ;Hm/Hx 	a 3O (&@)KrG;ArzF;A;| ;| +l;| r+ABHm/Hx a 3O &@)K2<RG;A+l;| BHm/Hx a 3~O &@)KrG;Ar4F;A;|_+l;| r+ABHx /< .Hm/Hx a 32O &@)KrDF;A+l;| BHl/< Hm/Hx a 2O &@)KrSF;A+l;| BHl/< Hm/Hx a 2O &@)KrbF;A+l;| BHl/< Hm/Hx a 2O &@)K2<G;Ar$F;A;| 3+l;| 	r+ABHm/Hx a 2FO &@)K"fp`  HlHl2,Hp 0Ё/ ?,Ua O B/,/<  y/,/<  n/,r/<  lHx/<  k/< @|/<  j0,Hr 2Ҁ//<  g2,H//<  f2,H//<  e2,H//<  dBa FZO P)@BJBfp`B/,Ba 1Pa np N]LNuJBg/,Ba 1Xp )@BJrg/,ra J"Xp )@rNuH 2&o $o NU  BHx /< </
/< 	/- /< /,"/< Ba EO (,@ g4B/a GHPJg$/. /a ?PHx /. /a GTO p``p N]LL NuH 2&o $o BHx /< <Hx /< Hll/< 	//< /,"/< Ba EO 0,@ g4B/a FPJg$/. /
a ?>PHx /. /
a FO p``p LL NuH?2&o (NUz p +@a $K| `$j RJ f.S+J| `$RRJfB//< //< B/,B/,a /O  ` z  m&P| `&SRnpAC"Q/-Hma >P mHh Hma >vP mHh Hma >dPBHm/< -B/,B/,a /~O BHm/< -B/,B/,a /`O BHm/< -B/,B/,a /BO B-HH/ /< B/,B/,a /O B-HH/ /< B/,B/,a .O B-HH/ /< B/,B/,a .O B/,B/,a IO `   lB h Vr(  / a FX`  (. 6. ;n ppg+n /a GX r@g  g`  z`   m0( &]@g0jX@gS@gS@g`  hS@g S@g"S@g$`X~ >z`Pz`Lz`HC`BC`<C`6HlgHm/,a O JgBHm/< -B/,B/,a -O  lB/( Va FX,@ f ,Jg JgN l+h " m/Hma <nP l+h " m/Hma <TP l+h " m/Hma <:P< g@pAC"QHm/+ 
a <PHm k 
Hh a <PHm k 
Hh a ;PJo 8a N]LLNuH  lJ( 6H lJ( 7HB/,/< 4Hx 5Hxp 0rKЁ/ p 0rЁ/  lJ/( 2a ,O  BHx /< 3/,/< 4Hx 7Hxp 0rJЁ/ p 0r	Ё/  lJ/( 2a ,XO (L NuHNU)l)l)l"p )@&)l*)l.)l2p )@6 l( $H l( #HH lr 2( Ҁ|AHlza +X&@"fp` rG;ArQF;A;| ;| +l
A.+H;|  r+A+lBHm/Hx a +O &@)Kr_F;A+l;| BHm/Hx a +lO &@)KrmF;A+l;| BHm/Hx a +>O &@)K2< G;A+l;| BHm/Hx a +O &@)Kr_F;A+l;| BHm/Hx a *O &@)KrPF;A;| ;| r +A;| r +ABHl/< Hm/Hx a *O &@)KrG;Ar8F;A+l;| r+ABHm/Hx a *ZO &@)Kr	G;A2< F;A;| t;| +l;| r+ABHm/Hx a *O &@)K2<"G;A+l;| BHm/Hx a )O &@)K2< G;ArF;A;| +l";| 	r +ABHx /< .Hm/Hx a )O &@)KrF;A+l&;| 
BHl*/< Hm/Hx a )ZO &@)Kr)F;A+l*;| r+ABHm/Hx a )&O &@)Kr8F;A+l.;| BHm/Hx a (O &@)K"fp`  HlHlr 2,p 0Ё/ ?,Ua <O B/,/<  y/,&/<  n/,z/<  lHx/<  kHxD/<  jp 0,r 2Ҁ//<  gr 2,//<  fr 2,//<  er 2,//<  dBa =O P)@JJJfp`B/,Ja (DPa 6p N]LNuJJg/,Ja (DXp )@JJzg/,za @Xp )@zNuH/2&o $NU~ a pAC"Q mHh Hma 6PBHm/< -B/,J/,a 'O B/-/< B/,J/,a 'O B/-/< B/,J/,a 'O - gBHx /< B/,J/,a 'bO - gBHx /< B/,J/,a '<O - gBHx /< B/,J/,a 'O - gBHx /< B/,J/,a &O - gBHx /< B/,J/,a &O - gBHx /< B/,J/,a &O - gBHx /< B/,J/,a &~O -  g 0BHx /< B/,J/,a &VO `  lJ h Vr(  / a >tX`  ,. :. 8. ppg$n /a ?"X r@g  g`  ~`  0* &| b  @N N NN RN VN ZN ^N &N ^N N N hN N RN V~`V~`Rp 0+@`Hp 0+@`>m `6m `.m `&m `m `m `m `m   lJ/( Va >.X,@ f Jg Jg l+h " m/Hma 3P< f pAC"QHm k 
Hh a 3Pa N]LLNuHNU l( $H l( #HH lr 2( Ҁ|AHl~a $X&@"fp` 82<iG;ArF;A;| -;| +lA.+H;|  r+A+lBHm/Hx a $4O &@)K2< G;A;| +lR;| r+ABHx /< .Hm/Hx a #O &@)KrF;A+lV;| BHx /< .Hm/Hx a #O &@)Kr&F;A+lZ;| BHx /< .Hm/Hx a #~O &@)K2<iG;ArF;A;| -+l;| r+ABHm/Hx a #:O &@)Kr&F;A;| BHm/Hx a #O &@)Kr	G;ArLF;A;| t+l;| BHm/Hx a "O &@)K2<"G;A+l;| BHm/Hx a "O &@)K2< G;Ar6F;A;| +l^;| r+ABHx /< 9Hm/Hx a "XO &@)K
2<iG;A;| -+l;| 	r+ABHm/Hx a "O &@)K"fp`  HlHlr 2,p 0Ё/ ?,Ua `O B/,/<  y/,*/<  n/,~/<  lHx/<  kHxD/<  jp 0,r 2Ҁ//<  gr 2,//<  fr 2,//<  er 2,//<  dBa 62O P)@NJNfp`B/,Na !hPp N]LNuJNg/,Na !lXp )@NJ~g/,~a 9Xp )@~NuH/2NU~ a B m (pAC"Q mHh HmZa /P mHhHma /P mHhHmVa /P mHhHma /PBHmZ/< -B/,N/,a  O BHm/< -B/,N/,a  O BHmV/< -B/,N/,a  zO BHm/< B/,N/,
a  \O B/,N/,a :O `  lN h Vr(  / a 8hX` X,* :* 8* ppg&j /
a 9X r@g  g` &~`  0+ &]@g"j\@g(Y@g`S@g  ` S@gU@g  `  ~`  ~`  HlbHmZ/,a JO Jg  BHmZ/< -B/,N/,a O `  Hm/,ba PJg  BHm/< -B/,N/,a LO `  xHmV/,ba `PJgdBHmV/< -B/,N/,a O `DHl<a X+@Jg m/( 
Hma -PBHm/< B/,N/,
a O  lN/( Va 7X$@ 
f Jg rJg< l,h "/HmZa -dP l,h "/Hma -PP l,h "/HmVa -<P< fj,m (pAC"QHmZ,m (,n 
Hn a -PHm,m (,n 
Hna ,PHmV,m (,n 
Hna ,PHm,m (,n 
Hna ,Pa N]LLNuH 2&o NU+ Y g RjV g S g  S g ` S g S g ` BHx /< pHx /< oHx /< nHx /< m/+ /< gHx /< x/+ /< f/+ /< e/+ /< dHx/< t/,j/< /,/< (Hx a 1O h+@Jg ,B/-a 3VPJg* m'h   m'h   m'P  mp 0( '@ /-a 36X` BHx/<  uHx/<  tHx /<  sHxX/<  r/,/<  y/,n/<  nHx/<  kHx /<  j/+ /<  g/+ /<  f/+ /<  e/+ /<  dBa 1 O h,@ g X n Vr(  / a 4|X0. H'@ 0. H'@ 0. H'@ 0. 
H'@ /a  X` B/+ /< /+ /< 
Hx 2/< /,r/< /,"/< Hx a 0NO 0$@ 
g  B/
a 1PJgp 0* '@ /* /+ a *fP/
a 1X`  B/+ /< /+ /< 
Hx 2/< Hx /< 0/,v/< /,"/< Hx a /O 8$@ 
gBB/
a 1pPJgp 0* '@ /* /+ a )P/
a 1dX`/a X`/a XN]LLNuH/ /<   Hx  a 2dP&@ g </<   Hx a 2LP'@ 
J 
g  G /,v/+ 
a )rP+ [ g  jX g&S gBS g^S gj`  S g  S g  S g  `   <   Ы 
'@  <   Ы 
'@ `   <   Ы 
'@  <   Ы 
'@ `  | <   Ы 
'@ `j <   Ы 
'@  <   Ы 
'@  <   Ы 
'@ `> <   Ы 
'@ `. <   Ы 
'@ ` <   Ы 
'@ ` <   Ы 
'@ /HHra AHPa 1
P LNuH| JfBa &X)@|~ ` ra AHPa ."XRp	nBa ^X&@ gH/,z/+ 
a (P|   l0( H'@  l0( H'@  lHh ,a X'@ p'@ Ba X&@ gT/,~/+ 
a 'P|  p '@  l( HH'@  l0( H'@  l0( H l( HH'@ Ba X&@"g6/,/+ 
a 'NP|  "<   ҫ 
'A HlW/+ a ',Pr'A Ba bX&@"g6/,/+ 
a '
P|  "<   ҫ 
'A HlL/+ a &Pr'A Ba X&@"g  /,/+ 
a &P|  "<   ҫ 
'A HlH/+ a &P"<  ҫ 
'A HlF/+ a &P"<  ҫ 
'A HlD/+ a &jP"<  ҫ 
'A Hl4/+ a &NPBa X&@"gD/,/+ 
a &2P|  "<   ҫ 
'A Hl(/+ a &Pr 'A r 'A '|    Jg/,Ba Pr )ALNu/&o /a /XHx /+ 
a .PHx  /a .P&_NuH0~ `> ra A&P`$/a .XHx /+ 
a .PHx  /a .tP&J$S 
fRpnLNuH  l"( 6H l"( 7HB l"/( 2a 0ZPp 0riЁ/ p 0м  / p 0rЁ/ p 0м   /  l"/( 2a 0 O L NuH?0&o (NU ~ | z  l"( 6H l"( 7Hp 0f  p+@ 0- +HHra A$P`
f,$RRJfp	Ьl
 r	)@l)F r
n
 r
)@Jlp )@B//< /,/< B/,"/,a nO  p 0gL)m 0- +HHra tA$P`$RRJfB//< /,/< B/,"/,a O  - +HHra .A$PJg  ~ `R$Rlp f𾬎f  Hx  l"/( 2a .P`  Jg  /* 
HlHm a O fp`p HH/  l"/( 2a .Pp 0r Ё$  Ђ/ p 0м   /  l"/( 2a -O Hx (Hm  l"/( 2a .|O R$Rp
Ьop f j gB/+ 
/< -B/,"/,a O N]LNuH./ &o | /a *Xh R SJ3 g S3  g   m S    LNuH2&o NU a a Hx/a *P. Jg LHx Hx Hm /a *RO , Hx Hm Hla !O Jg 
Hx Hm Hla !O Jg p
` ` /<   Hx  a *P$@ 
g Hx Hx  /
/a )O , pf /<   Hx a *~P%@ 
J 
g J* gHm /a P @//* 
a !P`  Hm /a P* Y gLjV gS g"S g.`  jS gVS gB`^/,z/* 
a !TP`N/,~/* 
a !DP`>/,/* 
a !4P`./,/* 
a !$P`/,/* 
a !P`/,/* 
a !P* < b j| @N N"N N nN N N^NNN <   Ъ 
%@ Hm /a P @//* a  P <   Ъ 
%@ Hm /a P @//* a  zP`  <   Ъ 
%@ Hm /a P @//* a  NP <   Ъ 
%@ Hm /a fP @//* a  &P`  <   Ъ 
%@ Hm /a :P @//* a P` h <   Ъ 
%@ Hm /a P @//* a P <   Ъ 
%@ Hm /a P @//* a P <   Ъ 
%@ Hm /a P @//* a ~P`  <   Ъ 
%@ Hm /a P @//* a RP`  <   Ъ 
%@ Hm /a fP @//* a &P`  <   Ъ 
%@ Hm /a :P @//* a P` h <   Ъ 
%@ Hm /a P @//* a P` <,l`,VJg
. * f. * f/a X*  g*  f( <   Ъ 
%@ Hm /a P @//* a jP*  f   <   Ъ 
%@ Hm /a xP @//* a 8P <  Ъ 
%@ Hm /a PP @//* a P <  Ъ 
%@ Hm /a (P @//* a P <  Ъ 
%@ Hm /a  P @//* a P*  f( <   Ъ 
%@ Hm /a P @//* a PBB/a %O Sra DVJg0Hx BB/a %O Sra DV/ Hm /a %NO , /
p * Hra AHPa %Ppg /a $XN]LLNuH0&o Hx/a %0P. Jg Hx Hl/a %PO | `  ra *A$P` Hx  /
/a %&O /* 
a ZXR/ /* 
/a %
O * < b n| @N NN N VN N N NNVN2/* a XR/ /* /a $O /* a XR/ /* /a $O ` /* a XR/ /* /a $xO /* a XR/ /* /a $\O ` /* a XR/ /* /a $<O ` /* a lXR/ /* /a $O /* a PXR/ /* /a $ O /* a 4XR/ /* /a #O ` P/* a XR/ /* /a #O ` 0/* a XR/ /* /a #O ` /* a XR/ /* /a #O `  /* a XR/ /* /a #dO `  *  g*  f /* a XR/ /* /a #4O `  *  fr/* a \XR/ /* /a #O /* a @XR/ /* /a "O /* a $XR/ /* /a "O /* a XR/ /* /a "O `$*  f/* a XR/ /* /a "O BB/a "hO Sra DV/ Hl/a "hO $RJf ,Rpl /a !XLNuH 2&o $K,K`/* 
/. 
a PJo,J$RJfg,$k  V!K $$n  S!N $$S&,$k 'n  -J Jg/aXLL NuH2&o $>/ *</ .*/ 0(/ 40+ &| b @N N >NNNjNNN(N@NNNN2NNNNGp 0ra PA)P lJfp )@a zB/,/ a O Bp J,WD / /< B/,"/,a 	O Bp J,WD / /< B/,"/,a 	O Bp J,WD / /< B/,"/,a 	O Bp J,WD / /< B/,"/,a 	hO Bp J,WD / /< B/,"/,a 	BO Bp J,WD / /< B/,"/,a 	O Bp J,WD / /< B/,"/,a O Bp J,WD / /< B/,"/,a O ` Jg  ,< b  | @N N N N &N .N 6N >N FN ZN J/,a .X`^/,a X`R/,a X`F/,a 4X`:/,a ,X`./,a X`"/,a X`/,a tX`
/,a ,XHx/,Yl a O ` 2J,g *Yl a X)@Hx/,Yl a O B/,"/,a "O ` Jg J,g  l$PJf/,a X)Ja Hx/,Yl a LO ` Jg J,g /,a hX/,,HHra 
hAHPa PHx/,Yl a O ` JJg BJ,g :/,a X/,,HHra 
AHPa NPHx/,Yl a O ` Jg J,g  l h $h /,a X 
g&/
/,,HHra 	AHPa VO ` /,,HHra 	AHPa PHx/,Yl a O ` hJg `J,g X l$P/,a *XJg&/
/,,HHra 	$AHPa O ` /,,HHra 	 AHPa <PHx/,Yl a O ` Jg J,g Yl a X$@ 
g Hx  l/( 
/* 
a 
O * S gW g"`* lh   lh   lh  `
 lh  )JHx/,Yl a O ` L,HHra 2A/a XHx/,Yl a O ` Jg J,g  l,h "/ l/( 
a PHx/,Yl a |O ` Hla XXHla NXa Xa a a Ba *X` 0H,l". 7HHDҀp&֬,HH ra d" M)V`,lJg,l)VSJn0H,l". 7HHDҀp&֬,lJfr )AJg  ///,B/,>a nO 2 JAg  ,FHHf  ,< b  | ANN N N (N 0N 8N @N HN \N L/,a (X`  p/,a X`b/,a X`V/,a ,X`J/,a $X`>/,a X`2/,a X`&/,a lX`/,a $X``CF)E>)DBHx/,Yl a O `p 0/ /,Yl a O LLNu/>/ 
NU|p 0r  g  p 0rJgSg  Sg  `  p 0r?JgSg  Sg8Ug\`  HlHm~Hla O Jg  Hm~a Xa  `  `  Hl{Hm~Hla O Jg  xHm~a X`  ja a 6a (a Ba X`N`Lp 0r?Jg
SgSg`4a a Na0`(Hlba Xa"`HlLa Xa``
p 0r?N].Nu,HHra A)P lJfp )@a B/,Yl a FO NuaNuaNuH?0NUa ra Hl6a Xa Jg
Hx a Xa Jg
Hx a X|  a n l" h Vr(  / a >X`  ~.* <* ;j ppg&j 6* "** $(* (/
a X r@g,   g8   g`6a a a a 6Ba TX`/////a O `/a X l"/( Va TX$@ 
f p` NN]LNuN  <N  N  N  TN  N  N  hN   N  N  N  N  N  N  |N  N  N  <N  N  N  HGHx &Hla P)@JgNBHl/<	 Hx /<	 HlBa O )@JJJg ~ `///,Ja O &RXpdLNuJgJJg
/,Ja X/,a XNuNqH./ &lR` k N&S fHlNa |XHla rXHla hX`
/,a \XJfa D/a @XLNuH2>/ NUBa X&@+  f  ~J g)k  )|  0J g)k )|  0J gNJ gH + $@J ,f HxHza P)@ J g)|  $J fJg)l )|  0$, gHx BHlNa O , gHx Hx Hla lO , &gHx Hx Hla PO +  f  + +@Jg  0HR/ a X,@ m ( +@0H/ //-  a O   p 0H/ /a P, pІ/ a HX$@/Hj /a O RJg> m~ 0HR/ a X+@  0H/ /-   mHh a HO  m    $   r % /
/a P/ a X` ,l
,n $/a X/,
a .a XHxa Xa N]LLNu* NqH H@HA ЁH@B@2/  ЁPNuNqJkJka  . NuDJka    NuDa  D NuDa  
D NuNqJgHAJAfB/HA$ i"BAHAp 0$Nu" pNu/$ BBHB6HCBC4 6 BBHB"&$NuH8 $ BBHB6t 4HA8HCքk
"  L NuSЁk"  L Nu o  / r `R  g 	gJgH 
f`@R "fRJg" "f``RJg 
g  g 	fJf`
"HR  ` Nu/
 o "o  / `*`R  g 	g "fR$IX$`RJfRSJf$_NuH./ Jfp `4Hx pЇ/ a P&@ g&)KpЇ'@ G `p)@b LNuNq o "o  / gSf / Nu/ `r  o  / gSf / NuINA L AH NH&o ~ gB+   &g:/a>X. J 6g
/+ 6a &X+  'f k  Jg S!k  /a X LNuH&o ,+   J  m&J g Jg//+ /+ 0a 
O gp'@ (.+ (+  &g,J g/+ a Xp '@ J g/+ a Xp '@ /+ 0a 	>X+  'g
/+ 6a tX $ LNuH&o ./ </ ANgA쏈gA±f 7| 4'G 00H"<   'A $'l^ p'@  p'@ /+ 0a 	XJo  '`  &LNuNqH0&o ./ ,/  $o $pf*`pf*`
 "a 2* ///a O ے LNuH0&o NU+KE HmHz/
/- a  O .  m   N]LNuH?2&o ($o 4NU,K| p +@`RJg %fg&/
 / Hx / m 4NO , Jl` xݭ KRJf` h< %f,KR`z < -f `2< +f `&<  f  `< #f `< 0f ``R`< *fRX 0 m 08(`8< 0m0< 9n*x `0 
HHt08 AR< 0m
< 9o`xv< .fDR< *fRX 0 m 06(`(v `2 
HHt06@R< 0m< 9oܸ| n ʶ| o` < hf
R `< lf
R `< LfR ```/-////
/- 4Hm 0/aTO  , Jl`+FR,K` \Jl ` -N]LLNu0123456789abcdef0x 0123456789ABCDEF0X   H?2&o 0$o 4>/ BNU m 0,PA+HA+HA+H| z ;|  - /< g j4X g`j< g  U g  < g N` S gXS g  S g  ` < g .j^ g:[ g  S g0` W g  U g"W g 
` pM n|A+H` ^M &.- o /fp`p
H;@- u /gJl
DA2+HJGl~| `.p?$ 0-H"  a r0 (0-H"  a 
& Rp@o0HnJf DA"Ҁ+A`  A+H|-  ?gM `  M `  M  n  H`  M +n`RJGm
0Ho   mJf`  rM  .- X /fA'`A-  ?gC +IJGl~| `r?tĀ( Rt@o2HnJf"DC$	ԁ+B`p`  mJf"-  ?g
A+H`-   ?gA+H-  ?g/-Hma P/-a X8 `x Jm Bo  0- >H  f  /-a XD@m B2DA@$/-a X" 0A;@2- >H gr0`r H;A`P2-H/Hx Hu@a O /
0HrЁ/ Hx HmNO : JEo0Hѭ HpDm Bm x m nJmo 0-H/ 0-H/ Hu@a bO m0- >H  f/-Hu@a P/-a X@JDg(/
0H/ Hx HmNO : JEo0Hѭ Hm BJo$/
/Hx /-NO : JEo0Hѭ Hm BJmgT`J| ovHx 00H/ Hma O /
0H/ Hx HmNO : JEo0Hѭ Hm Bm6-JCn mJg./
/-a  .Hx /-NO & :JEo0Hѭ Hm BJm Bo  0- >H  g  ;m B`<Hx  Hx @Hma "O /
Hx @Hx HmNO : JEo0Hѭ Hm @m @nJmo>Hx  0-H/ Hma O /
0-H/ Hx HmNO : JEo0Hѭ H m 0 JEl0H` - HN]LLNu  + <float> -        o "H`RJf Nu o "o  / Jfp `$`JgSJfp `RRgdp`pNuNq/ o "o &H`RRJf &_NuNqH 0 o "o `Jfp `>RRp Ep Ggp Gp Edp`pL NuNq/~ `0H/ aXRGlZm.NuH./ |0/ a  tX&@ g`J2gp `XJ g
/+ a XJ gBBHx / k NO , `| +  f/a Xp '@ p '@ p &p '@  LNuNq/0/ 
2 H4,ZH´b
t)Bbp ` 4 H lV(  f
t)Bbp ` $NuNqH./ 0/ a X&@ g0J gBBHx 	/ k NO `/a XJgp`p `pLNuH0./ &o ,/  za |0/ a PX$@ 
gTp gFJ g//Hx / j NO `2*  gHx B/a HO ///a VO * `p)@b LNuNq  	
 !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~   a ~ Nu/ l&hJl:fDRl:+  g4Hx Ba P lfNJgHx Hz \Hx a 0O Hx a `XSl:&_NuJ6gHx  l6NXp `pNu/
 o "lf f
E)Jf`)Hf 	$_Nu^C
 H 2&o E f`*G`f$/+ /a P`$N,R fBa dXLL NuNq o "o  / /	gfc  z2e^2	eX  e*"  ,i"H?> <   ,`
L|H?>QHA0L|2 `# # Q   d0   f Nu Q   d Nu2e^2	eX  e*"  ,i"H?> <   ,`
L|H|QHA0L|2 `""Q   d0   f NuQ   d NuNqB`r `/  o  /    (c`Q / NuH?>4dS   $BB4HB&(*,."B$B&B(B*B,B"<   0kH?~jA2< Ak!AjA`QL| / Nu/./ NU  Hm /a P @ N].Nu/&o NU  Hm /a P @ N]&_Nu o C  p !@ !H NuNqA )HVA~)Hf n(  fJ fA \/N _N)@
Nqp C N)@jg  `dos.library p C N)@ng  `intuition.library Nqp C N)@rg  d`graphics.library  Nqp C N)@vg  <`gadtools.library  Nqp C N)@zg  `asl.library p NupNup NupNu ,jg"@Nb ,ng"@Nb ,rg"@Nb ,vg"@Nb ,zg"@NbNuNqNuNqNuNq/,lzNqL N,_Nu  /,lzNqL  N,_Nu  /,lzNq o N,_NuH0,ljNqL  NL@Nu  /,ljNq"/ N,_Nu/,ljNq"/ N,_Nu/,ljNq"/ N,_Nu/,ljNq"/ N,_NuH8,ljNqL  NL@Nu  /,ljNq"/ N(,_NuH ,ljNqL  NL@Nu  H0,ljNqL  NL@Nu  H0,ljNqL  NL@Nu  /,lNqL  N,_Nu  /,lNqL  N
,_Nu  /,lNqL  N:,_Nu  /,lNq"o Nb,_Nu/,lNq"o N,_Nu/,lNq"o  / N.,_NuH ",lNqL  NLD Nu  /,lNq"o  / N,_Nu/,lNq"o N,_Nu/,lNqL  N,_Nu  /,lNq / N,_Nu/,lvNq o N,_NuH ",lvNqE LNLD Nu/,lvNqC  YN,_Nu  H0,lvNqC  YL NL@Nu  /,lvNq o N,_Nu/,lvNq o N|,_Nu/,lvNq o N,_Nu/,lvNqL  N,_Nu  /,lvNq"o N,_NuH 2,lvNqG L NLL Nu/,lvNqC  YN,_Nu  H ",lvNqE L NLD Nu/,lrNq"o N,_Nu/,lrNq o N,_Nu/,lrNq"o L  N,_Nu  /,lrNq o N,_NuH0,lrNq"o L  NL@Nu  /,lrNq"o  / N,_Nu/,lrNq"o  / N,_Nu/,lrNq"o  o N,_Nu/,lrNq"o  o  / N,_NuH ",lnNqL  N2LD Nu  /,lnNqL   / N,_Nu  /,lnNq o N,_NuH0,lnNqL  NL@Nu  /,lnNq o N,_Nu/,lnNqL  N,_Nu  /,lnNqL   / N&,_Nu  /,lnNq o N,_Nu/,lnNqL  N,_Nu  /,lnNqL  N,_Nu  /,y   o N,_Nu/,y   o L N,_Nu  H ",y  E L NjLD Nu                             q.  q4  q:  q@  qF  qL  qR  qX  q^  qd  qj  qp  qv  q|  q  q  q  q  q  q         b   D               _main     p"   _exit     r<                                                                                                                                                      q    q    b    S    S    S    S       .   {    c                                                                                                                                                                                                                                            	                                 +           Ȗ                                                                                                                                                                                                                                                                      2  1  0  /  .  -  ,                                                                                                                                                                                                                                              ENV:MTool/MTool.prefs ENV:MTool/MTool.prefs ENVARC:MTool/MTool.prefs ENVARC:MTool Save Prefs: ENVARC:MTool Load Prefs: ENV:MTool/MTool.prefs ENVARC:MTool/MTool.prefs      MTPRrev2 MTPRrev2 MTPRrev1 %s                                          MTOOLSCREEN sys:System.info     LHA topaz.font topaz.font SYS: SYS: SYS: ?#?.info MultiTool II V2.1   1994 by Boris Jakubaschk \/ /\ topaz.font $VER: MTPrefs 2.1 (28.12.94)  1994 by Boris Jakubaschk    <  8  5  .                       v  h  `  [  V  L  @  4  %               
  
  
  
  
  
  
  
  
  
  
  
  
v  
g  
[  
Q  
<  
)  
  
  	  	  	  	  	  	  	  	  	  	  	~  	q  	d  	W  	J  	8  	!  	  	                      v  i  a  T  G  :  +                      T  >  *  "                                           v  n  f  ^  Z  M  8  (      english mtprefs.catalog locale.library Gadget Array Edit Gadgets... Edit Device Modes... Device Modes All Volumes Assigns Devices Disable Caching Hide Object in Device List Pattern    : I Create Icons? Settings R Restore L Last Saved D Reset To Defaults Edit Q Quit A Save As... C Include... O Open... Project Select List Font... Select Gadget Font... Select Place and Size, then close Window... Select Screenmode... Select Drawer Icon... Select default path... Drawer Icon   : Def. Path 2   : Def. Path 1   : LHA location  : Program    : Select Path... Path Name  : Select Icon... Icon File  : Program    : Shortcut   : _Cancel Close = Hide Fullsize on own Screen Screen Type    : Screen Name    : AutoDir Version Check Change file name Contents Date/Time Length Pubscreen Workbench Own Screen Perform all files Confirm existing files Confirm all files Icon       : Program    : Recognition: Unknown File ASCII Text HEX-Filter ASC-Filter Pattern Select Program... Def.Parm. 3: Def.Parm. 2: Def.Parm. 1: Parameters : Program    : Request Dest Paths in File Source Path in File Dest Names in File Source Names in File Dest Path Source Path Dest File Name Source File Name None Screen & Flags Paths List Font Gadget Font Window Dimensions Screenmode *** change me *** _Cancel _Use _Save _Bottom _Top C_opy _Edit So_rt _Delete _Add _Object Type:  Action List Device List File Type Icon Menu Program Miscellaneous Edit Paths... Edit Flags... Select Object... Edit Program... Edit Action... Edit Device Entry... Edit Icon Entry... Edit Menu Entry... Edit File Type... MTool Prefs V2.1 Object Name:  Cancel OK Get Select LHA path...                                     ,                              $  (  ,  0  4  8  <  @  D  H  L  P  T  X  \  `  d  h  l  p  t  x  |                                                                                      $  (  ,  0  4  8  <  @  D  H  L  P  T  X  \  `  d  h  l  p  t  x  |                                                                                                                                                                                                                                                                                                                                                d  U  XMTool_d.prefs                                                                 3         4̇                                                                                                                                                                                                                                                                                          5  4                                                                                                              Z  
MTool.info                                                                     
  <    H                      RX                      <   *                   >     |     ~    ~    0<    0     0 ? ?                                               ?       0       0      0      A           UUUU@BUUUU@<0/@ _@@     @8  @  @  @  @  @  @   @`  @o@`  @@@     @UUUUUU@UUUUUU@                      .                                                                                                                                  r                                                                                                                                                                  q                                                                                                          +
MAShare_53                                         
          q        6                                                                                  7                                                      9                                                                                                                      =      ;                                                                                                                                                  "S                                                                    r            7         8 Q                                                                                                                                                                                                                                                                                              8               c                                                                                              d  N  
(unarj                                                                6    .KEY Archiv/A,Ziel/A
.BRA {
.KET }
CD "{Ziel}"
UnARJ >"CON:20/50/600/150/ARJ Extract" x "{Archiv}"
                                                                                                                                                                                                               5  4                                                                                                              Z  
MTool.info                                                                    9         :Ql                                                                                                                                                                                                                                                                                              :               c                                                                                              d  N  
(untar                                                                6    .KEY Archiv/A,Ziel/A
.BRA {
.KET }
CD "{Ziel}"
tar >"CON:20/50/600/150/TAR Extract" xvf "{Archiv}"
                                                       r                                                                                                                                                                  q                                                                                                          +
MAShare_53                                         
          q        ;         <'J                                                                                                                                                                                                                                                                                              <               A                                                                                              d  N  
(uudec                                                                6    .KEY Archiv/A,Ziel/A
.BRA {
.KET }
CD "{Ziel}"
uuxt x "{Archiv}"
                                                                                         r                                                                                                                                                                  q                                                                                                          +
MAShare_53                                         
          q        =         >'J}                                                                                                                                                                                                                                                                                              >               U                                                                                              d  N  
(uuenc                                                                6    .KEY Quelle/A,Ziel/A,Name/A
.BRA {
.KET }
CD "{Ziel}"
uuxt a "{Name}.uue" "{Quelle}"
                                                                     r                                                                                                                                                                  q                                                                                                          +
MAShare_53                                         
          q        ?            Hy                                                                                                                                          @                                                                                                                                                                                                                                                                    ,Source                                                               r            @   A      AL7z                                    ~  }  |  {  z  y  x  w  v  u  t  s  r  q  p  o  n  m  l  k  j  i  h  g  f  e  d  c  b  a  `  _  ^  ]  \  [  Z  Y  X  W  V  U  T  S  R  Q  P  O  N  M  L  K  J  I  H  G  F  E  D  C  B  A                                                                                                            K    MFind.c                                                              ?    /**************************************************************************/
/*                                                                        */
/*  MultiFind   -   Dateiensuche                        Version 1.1r000   */
/*                                                                        */
/*  1994 Boris Jakubaschk    Entwicklungszeit: 01.03.1994 - 12.04.1994   */
/*                                                                        */
/*  Versionen:                                                            */
/*                                                                        */
/*  V0.0  01.03.  Entwicklungsbeginn                                      */
/*  V1.0  01.04.  Horizontale Rollbalken eingebaut                        */
/*  V1.1  12.04.  Lokalisiert                                             */
/*                                                                        */
/**************************************************************************/

#include <exec/types.h>
#include <exec/memory.h>
#include <exec/lists.h>
#include <exec/nodes.h>
#include <rexx/storage.h>
#include <intuition/intuition.h>
#include <intuition/classes.h>
#include <intuition/classusr.h>
#include <intuition/imageclass.h>
#include <intuition/gadgetclass.h>
#include <libraries/asl.h>
#include <libraries/gadtools.h>
#include <libraries/locale.h>
#include <graphics/displayinfo.h>
#include <graphics/gfxbase.h>
#include <dos/dostags.h>
#include <workbench/workbench.h>
#include <clib/exec_protos.h>
#include <clib/alib_protos.h>
#include <clib/intuition_protos.h>
#include <clib/gadtools_protos.h>
#include <clib/graphics_protos.h>
#include <clib/rexxsyslib_protos.h>
#include <clib/locale_protos.h>
#include <string.h>

#define GD_Pattern                             0
#define GD_type                                1
#define GD_pattern                             2
#define GD_hex                                 3
#define GD_case                                4
#define GD_subdir                              5
#define GD_found                               6
#define GD_source                              7
#define GD_new                                 8
#define GD_del                                 9
#define GD_start                               10
#define GD_stop                                11
#define GD_cancel                              12
#define GD_stat                                13
#define GD_clip                                14
#define GD_mtool                               15
#define GD_edit                                16
#define GD_clear                               17
#define GD_found_vs                            18
#define GD_source_vs                           19

#define MSG_Title 0 
#define MSG_Title_Str "MultiFind V1.0 (Boris Jakubaschk)"
#define MSG_FName 1 
#define MSG_FName_Str "Filename"
#define MSG_FCont 2
#define MSG_FCont_Str "Contents"
#define MSG_SPat 3
#define MSG_SPat_Str "Pattern    "
#define MSG_NamesOnly 4
#define MSG_NamesOnly_Str "Filenames only"
#define MSG_HEXMode 5
#define MSG_HEXMode_Str "HEX mode"
#define MSG_CaseSen 6
#define MSG_CaseSen_Str "Case sensitive"
#define MSG_SubDir 7
#define MSG_SubDir_Str "Subdirs"
#define MSG_New 8
#define MSG_New_Str "New"
#define MSG_Del 9
#define MSG_Del_Str "Del"
#define MSG_Start 10
#define MSG_Start_Str "Start"
#define MSG_Stop 11
#define MSG_Stop_Str "Stop"
#define MSG_Cancel 12
#define MSG_Cancel_Str "Cancel"
#define MSG_Clip 13
#define MSG_Clip_Str "Clipboard"
#define MSG_MTool 14
#define MSG_MTool_Str "MTool"
#define MSG_Editor 15
#define MSG_Editor_Str "Editor"
#define MSG_Clear 16
#define MSG_Clear_Str "Clear"
#define MSG_STerm 17
#define MSG_STerm_Str "< finished >"
#define MSG_SCanc 18
#define MSG_SCanc_Str "< cancelled >"
#define MSG_GetPath 19
#define MSG_GetPath_Str "Select the search path or -file"
#define MSG_NoSel 20
#define MSG_NoSel_Str "< no entry selected >"
#define MSG_Welcome 21
#define MSG_Welcome_Str "Welcome to MultiFind!"

char *LS[]=
    {
    MSG_Title_Str,
    MSG_FName_Str,
    MSG_FCont_Str,
    MSG_SPat_Str,
    MSG_NamesOnly_Str,
    MSG_HEXMode_Str,
    MSG_CaseSen_Str,
    MSG_SubDir_Str,
    MSG_New_Str,
    MSG_Del_Str,
    MSG_Start_Str,
    MSG_Stop_Str,
    MSG_Cancel_Str,
    MSG_Clip_Str,
    MSG_MTool_Str,
    MSG_Editor_Str,
    MSG_Clear_Str,
    MSG_STerm_Str,
    MSG_SCanc_Str,
    MSG_GetPath_Str,
    MSG_NoSel_Str,
    MSG_Welcome_Str
    };

struct Screen        *Scr = NULL;
APTR                  VisualInfo = NULL;
struct Window        *MainWnd = NULL;
struct Gadget        *MainGList = NULL;
struct Gadget        *MainGadgets[20];
UWORD                 MainLeft = 0;
UWORD                 MainTop = 0;
UWORD                 MainWidth = 439;
UWORD                 MainHeight = 269;
UBYTE                *MainWdt = NULL;
struct Library       *CxBase= NULL;
struct DiskObject    *DObj=NULL;

char                  Pattern = 1;
char                  HexMode = 0;
char                  CaseSen = 0;
char                  SubDirs = 1;
char                  SearchPattern[256];
char                  PatternMaske[256];
LONG                  TypeCmp = 0;
LONG                  LastSel =-1;
struct List           DirList;
struct List           FoundList;
char                  ActDir[130];
int                   ActOffset;
LONG                  DirScPos = 0;
LONG                  FoundScPos = 0;
LONG                  DirScTot = 0;
LONG                  FoundScTot = 0;


char *ED_Command;
char *ED_Port;
char *ED_RexxCmd;
char *MT_Port;
char *MT_RexxCmd;

struct InfoNode
    {
    struct Node in_Node;
    ULONG in_Offset;
    };

UBYTE         *type0Labels[] = {
    (UBYTE *)NULL,
    (UBYTE *)NULL,
    NULL };

struct TextAttr topaz8 = {
    ( STRPTR )"topaz.font", 8, 0x00, 0x41 };

struct        Library *LocaleBase = NULL;
static struct Catalog *Cat;

InitLocale(void)
    {
    char   **str=LS;
    ULONG    i;
    if (LocaleBase=OpenLibrary("locale.library",38))
        {
        if (Cat=(struct Catalog *)OpenCatalog(NULL,"mfind.catalog",
                                   OC_Version, 10,
                                   OC_BuiltInLanguage, "english",
                                   TAG_DONE))
            {
            for (i=0; i<=MSG_Welcome; i++, str++)
                *str=(char *)GetCatalogStr(Cat,i,*str);
            }
        }
    }

QuitLocale(void)
    {
    if (LocaleBase)
        {
        if (Cat) CloseCatalog(Cat);
        CloseLibrary(LocaleBase);
        }
    }

int SetupScreen( void )
{
    InitLocale();

    if ( ! ( Scr = LockPubScreen( NULL )))
        return( 1L );

    if ( ! ( VisualInfo = GetVisualInfo( Scr, TAG_DONE )))
        return( 2L );

    if ( ! ( CxBase = OpenLibrary( "commodities.library", 37L )))
        return( 3L );

    return( 0L );
}

void CloseDownScreen( void )
    {
    struct Node *NN;

    if ( VisualInfo ) {
        FreeVisualInfo( VisualInfo );
        VisualInfo = NULL;
    }

    if ( Scr        ) {
        UnlockPubScreen( NULL, Scr );
        Scr = NULL;
    }

    if ( CxBase ) CloseLibrary( CxBase );
    if ( DObj ) FreeDiskObject( DObj );

    while ( (&DirList)->lh_Head->ln_Succ )
         {
         NN = DirList.lh_Head;
         Remove( NN );
         FreeMem( NN, sizeof(struct Node)+256 );
         };

    while ( (&FoundList)->lh_Head->ln_Succ )
         {
         NN = FoundList.lh_Head;
         Remove( NN );
         FreeMem( NN, sizeof(struct Node)+256 );
         };

    QuitLocale();
    }

void CenterWnd( WORD WndWidth, WORD *WndHeight, WORD *x_pos, WORD *y_pos )
    {
    ULONG             ModeID;
    struct Rectangle  OSRect;
    WORD              ScrWidth = 0, ScrHeight = 0;

    if (INVALID_ID != (ModeID = GetVPModeID(&(Scr->ViewPort) ) ) )
        {
        if (QueryOverscan (ModeID, &OSRect, OSCAN_TEXT) )
            {
            ScrWidth = OSRect.MaxX - OSRect.MinX + 1;
            ScrHeight = OSRect.MaxY - OSRect.MinY + 1;
            };
        };
    *WndHeight = (ScrHeight>320) ? 300 : ScrHeight-12-(ScrHeight%8);
    *x_pos = (ScrWidth/2 - WndWidth/2) - Scr->LeftEdge;
    *y_pos = (ScrHeight/2 - *WndHeight/2) - Scr->TopEdge;
    }

int OpenMainWindow( void )
{
    struct NewGadget     ng;
    struct Gadget       *g;
    UWORD               offx, offy;

    type0Labels[0] = (UBYTE *)LS[MSG_FName];
    type0Labels[1] = (UBYTE *)LS[MSG_FCont];
    MainWdt = (UBYTE *)LS[MSG_Title];

    CenterWnd( MainWidth, &MainHeight, &MainLeft, &MainTop );

    offx = Scr->WBorLeft;
    offy = Scr->WBorTop + Scr->RastPort.TxHeight + 1;

    if ( ! ( g = CreateContext( &MainGList )))
        return( 1L );

    ng.ng_LeftEdge        =    offx + 101;
    ng.ng_TopEdge         =    offy + 3;
    ng.ng_Width           =    201;
    ng.ng_Height          =    14;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_SPat];
    ng.ng_TextAttr        =    &topaz8;
    ng.ng_GadgetID        =    GD_Pattern;
    ng.ng_Flags           =    PLACETEXT_LEFT;
    ng.ng_VisualInfo      =    VisualInfo;

    g = CreateGadget( STRING_KIND, g, &ng, GTST_MaxChars, 256, TAG_DONE );

    MainGadgets[ 0 ] = g;

    ng.ng_LeftEdge        =    offx + 304;
    ng.ng_Width           =    123;
    ng.ng_GadgetText      =    NULL;
    ng.ng_GadgetID        =    GD_type;
    ng.ng_Flags           =    0;

    g = CreateGadget( CYCLE_KIND, g, &ng, GTCY_Labels, &type0Labels[0], TAG_DONE );

    MainGadgets[ 1 ] = g;

    ng.ng_LeftEdge        =    offx + 101;
    ng.ng_TopEdge         =    offy + 19;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_NamesOnly];
    ng.ng_GadgetID        =    GD_pattern;
    ng.ng_Flags           =    PLACETEXT_RIGHT;

    g = CreateGadget( CHECKBOX_KIND, g, &ng, GTCB_Checked, TRUE, TAG_DONE );

    MainGadgets[ 2 ] = g;

    ng.ng_TopEdge         =    offy + 32;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_HEXMode];
    ng.ng_GadgetID        =    GD_hex;

    g = CreateGadget( CHECKBOX_KIND, g, &ng, TAG_DONE );

    MainGadgets[ 3 ] = g;

    ng.ng_LeftEdge        =    offx + 276;
    ng.ng_TopEdge         =    offy + 19;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_CaseSen];
    ng.ng_GadgetID        =    GD_case;

    g = CreateGadget( CHECKBOX_KIND, g, &ng, TAG_DONE );

    MainGadgets[ 4 ] = g;

    ng.ng_TopEdge         =    offy + 32;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_SubDir];
    ng.ng_GadgetID        =    GD_subdir;

    g = CreateGadget( CHECKBOX_KIND, g, &ng, GTCB_Checked, TRUE, TAG_DONE );

    MainGadgets[ 5 ] = g;

    ng.ng_LeftEdge        =    offx + 6;
    ng.ng_TopEdge         =    offy + 82;
    ng.ng_Width           =    295;
    ng.ng_Height          =    MainHeight-113;
    ng.ng_GadgetText      =    NULL;
    ng.ng_GadgetID        =    GD_found;
    ng.ng_Flags           =    0;

    g = CreateGadget( LISTVIEW_KIND, g, &ng, GTLV_Labels, NULL, TAG_DONE );

    MainGadgets[ 6 ] = g;

    ng.ng_LeftEdge        =    offx + 304;
    ng.ng_Width           =    123;
    ng.ng_GadgetID        =    GD_source;

    g = CreateGadget( LISTVIEW_KIND, g, &ng, GTLV_Labels, &DirList, TAG_DONE );

    MainGadgets[ 7 ] = g;

    ng.ng_TopEdge         =    offy + 64;
    ng.ng_Width           =    60;
    ng.ng_Height          =    14;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_New];
    ng.ng_GadgetID        =    GD_new;
    ng.ng_Flags           =    PLACETEXT_IN;

    g = CreateGadget( BUTTON_KIND, g, &ng, TAG_DONE );

    MainGadgets[ 8 ] = g;

    ng.ng_LeftEdge        =    offx + 367;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_Del];
    ng.ng_GadgetID        =    GD_del;

    g = CreateGadget( BUTTON_KIND, g, &ng, TAG_DONE );

    MainGadgets[ 9 ] = g;

    ng.ng_LeftEdge        =    offx + 6;
    ng.ng_Width           =    95;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_Start];
    ng.ng_GadgetID        =    GD_start;

    g = CreateGadget( BUTTON_KIND, g, &ng, TAG_DONE );

    MainGadgets[ 10 ] = g;

    ng.ng_LeftEdge        =    offx + 106;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_Stop];
    ng.ng_GadgetID        =    GD_stop;

    g = CreateGadget( BUTTON_KIND, g, &ng, TAG_DONE );

    MainGadgets[ 11 ] = g;

    ng.ng_Width           =    123;
    ng.ng_LeftEdge        =    offx + 304;
    ng.ng_TopEdge         =    offy + MainHeight - 22;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_Cancel];
    ng.ng_GadgetID        =    GD_cancel;

    g = CreateGadget( BUTTON_KIND, g, &ng, TAG_DONE );

    MainGadgets[ 12 ] = g;

    ng.ng_LeftEdge        =    offx + 6;
    ng.ng_TopEdge         =    offy + 46;
    ng.ng_Width           =    421;
    ng.ng_GadgetText      =    NULL;
    ng.ng_GadgetID        =    GD_stat;

    g = CreateGadget( TEXT_KIND, g, &ng, GTTX_Border, TRUE, TAG_DONE );

    MainGadgets[ 13 ] = g;

    ng.ng_LeftEdge        =    offx + 106;
    ng.ng_TopEdge         =    offy + MainHeight - 22;
    ng.ng_Width           =    95;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_Clip];
    ng.ng_GadgetID        =    GD_clip;

    g = CreateGadget( BUTTON_KIND, g, &ng, TAG_DONE );

    MainGadgets[ 14 ] = g;

    ng.ng_LeftEdge        =    offx + 6;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_MTool];
    ng.ng_GadgetID        =    GD_mtool;

    g = CreateGadget( BUTTON_KIND, g, &ng, TAG_DONE );

    MainGadgets[ 15 ] = g;

    ng.ng_LeftEdge        =    offx + 206;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_Editor];
    ng.ng_GadgetID        =    GD_edit;

    g = CreateGadget( BUTTON_KIND, g, &ng, TAG_DONE );

    MainGadgets[ 16 ] = g;

    ng.ng_TopEdge         =    offy + 64;
    ng.ng_LeftEdge        =    offx + 206;
    ng.ng_Width           =    95;
    ng.ng_GadgetText      =    (UBYTE *)LS[MSG_Clear];
    ng.ng_GadgetID        =    GD_clear;

    g = CreateGadget( BUTTON_KIND, g, &ng, TAG_DONE );

    MainGadgets[ 17 ] = g;

    ng.ng_LeftEdge        =    offx + 6;
    ng.ng_TopEdge         =    offy + MainHeight - 37;
    ng.ng_Width           =    295;
    ng.ng_Height          =    11;
    ng.ng_GadgetText      =    NULL;
    ng.ng_GadgetID        =    GD_found_vs;

    g = CreateGadget( SCROLLER_KIND, g, &ng, GTSC_Total, 0, GTSC_Visible, 33, GTSC_Arrows, 0, GA_RelVerify, TRUE, GA_Immediate, TRUE, TAG_DONE );

    MainGadgets[ 18 ] = g;

    ng.ng_LeftEdge        =    offx + 304;
    ng.ng_Width           =    123;
    ng.ng_GadgetID        =    GD_source_vs;

    g = CreateGadget( SCROLLER_KIND, g, &ng, GTSC_Total, 0, GTSC_Visible, 12, GTSC_Arrows, 0, GA_RelVerify, TRUE, GA_Immediate, TRUE, TAG_DONE );

    MainGadgets[ 19 ] = g;

    if ( ! g )
        return( 2L );

    if ( ! ( MainWnd = OpenWindowTags( NULL,
                    WA_Left,          MainLeft,
                    WA_Top,           MainTop,
                    WA_Width,         MainWidth,
                    WA_Height,        MainHeight + offy,
                    WA_IDCMP,         STRINGIDCMP|CYCLEIDCMP|CHECKBOXIDCMP|LISTVIEWIDCMP|BUTTONIDCMP|TEXTIDCMP|SCROLLERIDCMP|IDCMP_CLOSEWINDOW|IDCMP_REFRESHWINDOW,
                    WA_Flags,         WFLG_DRAGBAR|WFLG_DEPTHGADGET|WFLG_CLOSEGADGET|WFLG_SMART_REFRESH|WFLG_ACTIVATE,
                    WA_Gadgets,       MainGList,
                    WA_Title,         MainWdt,
                    WA_ScreenTitle,   "MultiTool II",
                    WA_PubScreen,     Scr,
                    TAG_DONE )))
        return( 4L );

    GT_RefreshWindow( MainWnd, NULL );

    return( 0L );
}

void CloseMainWindow( void )
{
    if ( MainWnd        ) {
        CloseWindow( MainWnd );
        MainWnd = NULL;
    }

    if ( MainGList      ) {
        FreeGadgets( MainGList );
        MainGList = NULL;
    }
}

int FileRequest( char *Header, char *Buffer, char *StartDrawer )
    {
    struct FileRequester *ASLFiR;

    if (ASLFiR = (struct FileRequester *)AllocAslRequestTags(ASL_FileRequest,
                  ASLFR_Window, MainWnd, ASLFR_TitleText, Header,
                  ASLFR_InitialDrawer, StartDrawer,
                  ASLFR_RejectIcons, TRUE, TAG_DONE))
        {
        if (AslRequest( ASLFiR, NULL ))
            {
            strcpy( Buffer, ASLFiR->fr_Drawer );
            AddPart( Buffer, ASLFiR->fr_File, 130 );    
            return(1);
            }
        else return(0);
        };
    }

CallEditor( char *Filename, ULONG Offset )
    {
    char Buffer[256];
    char Command[256];
    int Counter=10;

    sprintf( Command, ED_Command, Filename );
    SystemTags( Command, SYS_Input, NULL, SYS_Output, NULL, TAG_DONE );

    while( (FindPort( ED_Port )==0) && Counter)
        {
        Counter--;
        Delay( 40 );
        };

    sprintf( Buffer, "rx \"ADDRESS '%s' '%s'\"", ED_Port, ED_RexxCmd );
    sprintf( Command, Buffer, Offset );
    SystemTags( Command, SYS_Input, NULL, SYS_Output, NULL, TAG_DONE );
    }

AddLine( char *Text, ULONG Offset )
    {
    struct Node *NN;

    if (NN=AllocMem(sizeof(struct InfoNode)+256, MEMF_ANY|MEMF_CLEAR))
        {
        GT_SetGadgetAttrs( MainGadgets[6], MainWnd, 0, GTLV_Labels, ~0, TAG_DONE );
        NN->ln_Name = ((char *)NN)+sizeof(struct InfoNode);
        ((struct InfoNode*)NN)->in_Offset = Offset;
        strcpy( NN->ln_Name, Text );
        AddTail( &FoundList, (struct Node *)NN );
        GT_SetGadgetAttrs( MainGadgets[6], MainWnd, 0, GTLV_Labels, &FoundList, TAG_DONE );
        if (strlen(Text)>FoundScTot)
            {
            FoundScTot = strlen(Text);
            GT_SetGadgetAttrs( MainGadgets[18], MainWnd, 0, GTSC_Total, FoundScTot, TAG_DONE );
            };
        };
    }

int CompareBlock( char *Buffer, ULONG Length )
    {
    ULONG i=0;
    ULONG j;
    ULONG slen = strlen(SearchPattern);
    int Offset;
    char SP[256];

    strcpy( SP, SearchPattern );

    if ((CaseSen==0)&&(HexMode==0))
        {
        for( i=0; i<strlen(SP); i++ ) SP[i]&=0xDF;
        for( i=0; i<Length; i++ ) Buffer[i]&=0xDF;
        };

    if (HexMode)
        {
        for( i=0; i<strlen(SP); i++ )
            {
            if (SearchPattern[i*2+0]>64) { SP[i] = ((SearchPattern[i*2]&0xDF)-55)*16; }
                                    else { SP[i] = (SearchPattern[i*2]-48)*16; };
            if (SearchPattern[i*2+1]>64) { SP[i] += (SearchPattern[i*2+1]&0xDF)-55; }
                                    else { SP[i] += SearchPattern[i*2+1]-48; };
            };
        slen /= 2;
        };

    if (Length>=slen)
        {
        for (i=0; i<Length-slen; i++)
            {
            j=0;
            while ((Buffer[i+j]==SP[j])&&(j<slen))
                {
                j++;
                };
            if (j==slen)
                {
                Offset = i;
                i = MAXINT-1;
                };
            };
        };
    return( (i==MAXINT)?Offset:-1 );
    };

int CompareFile( char *Path )
    {
    struct FileInfoBlock *FIB;
    BPTR FL, FH;
    ULONG FileLen = 0;
    ULONG BlockLen, BytesRead;
    char *Buffer;
    int i, Offset;

    if (FIB = AllocMem( sizeof(struct FileInfoBlock), MEMF_ANY ))
        {
        if (FL = Lock( Path, ACCESS_READ ))
            {
            if (Examine( FL, FIB ))
                {
                FileLen = FIB->fib_Size;
                };
            UnLock( FL );
            };
        FreeMem( FIB, sizeof(struct FileInfoBlock) );
        };
    if (FileLen)
        {
        BlockLen = (FileLen>65536)? 65536 : FileLen;
        if (Buffer = AllocMem( BlockLen+strlen(SearchPattern), MEMF_ANY ))
            {
            if (FH = Open( Path, MODE_OLDFILE ))
                {
                for( i=0; i<((FileLen-1)/BlockLen)+1; i++ )
                    {
                    Seek( FH, i*BlockLen, OFFSET_BEGINNING );
                    BytesRead = Read( FH, Buffer, BlockLen+strlen(SearchPattern) );
                    if ((Offset=CompareBlock( Buffer, BytesRead ))!=-1)
                        {
                        i=MAXINT-1;
                        };
                    };
                Close( FH );
                };
            FreeMem( Buffer, BlockLen+strlen(SearchPattern) );
            };
        };
    return( (i==MAXINT)? Offset:-1 );
    }

ProcessFile( char *Path, char *Name )
    {
    int success;

    switch(TypeCmp)
        {
        case 0: if (CaseSen)
                    {
                    success = MatchPattern( PatternMaske, Name );
                    }
                else
                    {
                    success = MatchPatternNoCase( PatternMaske, Name );
                    };
                if (success)
                    {
                    AddLine( Path, 0 );
                    };
                break;
        case 1: if ((success = CompareFile( Path ))!=-1)
                    {
                    AddLine( Path, success );
                    };
                break;
        }
    }

ProcessDir( char *Path )
    {
    int success;

    if((TypeCmp==0)&&(Pattern==0))
        {
        if (CaseSen)
            {
            success = MatchPattern( PatternMaske, Path );
            }
        else
            {
            success = MatchPatternNoCase( PatternMaske, Path );
            };
        if (success)
            {
            AddLine( Path, 0 );
            };
        };
    }

int ProcessName( char *Name, char Rekur )
    {
    struct FileInfoBlock *FIB;
    BPTR FL;
    char NewName[130];
    struct IntuiMessage  *msg;
    char DoIt = 1;

    GT_SetGadgetAttrs(MainGadgets[13], MainWnd, 0, GTTX_Text, Name, TAG_DONE );

    while ( msg = (struct IntuiMessage *) GT_GetIMsg( MainWnd->UserPort ) )
        {
        if( (msg->Class==GADGETUP) &&
            (((struct Gadget *)msg->IAddress)->GadgetID==GD_stop) ) DoIt = 0;
        GT_ReplyIMsg(msg);
        };

    if (DoIt)
        {
        if (FIB = AllocMem( sizeof(struct FileInfoBlock), MEMF_ANY ))
            {
            if (FL = Lock( Name, ACCESS_READ ))
                {
                if (Examine( FL, FIB ))
                    {
                    if (FIB->fib_DirEntryType>0)
                        {
                        ProcessDir( Name );
                        if (SubDirs || Rekur)
                            {
                            while( ExNext( FL, FIB ) && DoIt )
                                {
                                strcpy( NewName, Name );
                                AddPart( NewName, FIB->fib_FileName, 130 );
                                DoIt = ProcessName( NewName, 0 );
                                };
                            };
                        }
                    else
                        {
                        ProcessFile( Name, FIB->fib_FileName );
                        }
                    };
                UnLock( FL );
                };
            FreeMem( FIB, sizeof(struct FileInfoBlock) );
            };
        };
    return( DoIt );
    }

FindIt()
    {
    struct Node *NN;
    int success = 1;

    if ((TypeCmp==0)&&(CaseSen==0))
        {
        success = ParsePatternNoCase( SearchPattern, PatternMaske, 256 )+1;
        }
    else if (TypeCmp==0)
        {
        success = ParsePattern( SearchPattern, PatternMaske, 256 )+1;
        };

    if (success)
        {
        NN = DirList.lh_Head;
        while ( NN->ln_Succ )
            {
            if (ProcessName( NN->ln_Name, 1 ))
                {
                GT_SetGadgetAttrs(MainGadgets[13], MainWnd, 0, GTTX_Text, LS[MSG_STerm], TAG_DONE );
                }
            else
                {
                GT_SetGadgetAttrs(MainGadgets[13], MainWnd, 0, GTTX_Text, LS[MSG_SCanc], TAG_DONE );
                };
            NN = NN->ln_Succ;
            };
        };
    }

GetPathsFile( char *Name )
    {
    BPTR FH;
    char PN[130];
    char *PName = PN;
    struct Node *NN;

    if (FH = Open( Name, MODE_OLDFILE ))
        {
        while( FGets( FH, PName, 130 ) )
            {
            if (PName[strlen(PName)-1]==10) PName[strlen(PName)-1]=0;
            if (PName[strlen(PName)-1]==34) PName[strlen(PName)-1]=0;
            if (PName[strlen(PName)-1]=='?') PName[strlen(PName)-1]=0;
            if (PName[strlen(PName)-1]=='#') PName[strlen(PName)-1]=0;
            if (PName[0]==34) PName++;
            if (NN=AllocMem(sizeof(struct Node)+256, MEMF_ANY|MEMF_CLEAR))
                {
                GT_SetGadgetAttrs( MainGadgets[7], MainWnd, 0, GTLV_Labels, ~0, TAG_DONE );
                NN->ln_Name = ((char *)NN)+sizeof(struct Node);
                strcpy( NN->ln_Name, PName );
                NN->ln_Name += DirScPos;
                AddTail( &DirList, NN );
                GT_SetGadgetAttrs( MainGadgets[7], MainWnd, 0, GTLV_Labels, &DirList, TAG_DONE );
                if (strlen(PName)>DirScTot)
                    {
                    DirScTot = strlen(PName);
                    GT_SetGadgetAttrs( MainGadgets[19], MainWnd, 0, GTSC_Total, DirScTot, TAG_DONE );
                    }
                };
            };
        Close( FH );
        };
    }

int GetNewPath()
    {
    struct Node *NN;
    char Name[256];

    if (FileRequest( LS[MSG_GetPath], Name, "SYS:" ))
        {
        if (NN=AllocMem(sizeof(struct Node)+256, MEMF_ANY|MEMF_CLEAR))
            {
            GT_SetGadgetAttrs( MainGadgets[7], MainWnd, 0, GTLV_Labels, ~0, TAG_DONE );
            NN->ln_Name = ((char *)NN)+sizeof(struct Node);
            strcpy( NN->ln_Name, Name );
            NN->ln_Name += DirScPos;
            AddTail( &DirList, NN );
            GT_SetGadgetAttrs( MainGadgets[7], MainWnd, 0, GTLV_Labels, &DirList, TAG_DONE );
            if (strlen(Name)>DirScTot)
                {
                DirScTot = strlen(Name);
                GT_SetGadgetAttrs( MainGadgets[19], MainWnd, 0, GTSC_Total, DirScTot, TAG_DONE );
                }
            return( 1 );
            };
        };
    return( 0 );
    };

MainGadget( struct Gadget *GList, USHORT GCode, WORD GMouseY, ULONG GTimeS, GTimeM )
    {
    static ULONG OTimeS, OTimeM;
    struct Node *NN;
    LONG i;
    char Name[256];
    BPTR FH;

    switch (GList->GadgetID)
        {
        case GD_type:
            TypeCmp = GCode;
            break;
        case GD_pattern:
            Pattern ^= 1;
            break;
        case GD_hex:
            HexMode ^= 1;
            break;
        case GD_case:
            CaseSen ^= 1;
            break;
        case GD_subdir:
            SubDirs ^= 1;
            break;
        case GD_source:
            NN = DirList.lh_Head;
            for (i=0; i<GCode; i++) NN = NN->ln_Succ;
            strcpy( ActDir, ((char *)NN)+sizeof(struct Node) );
            ActOffset = 0;
            GT_SetGadgetAttrs(MainGadgets[13], MainWnd, 0, GTTX_Text, ActDir, TAG_DONE );
            LastSel = GCode;
            break;
        case GD_found:
            NN = FoundList.lh_Head;
            for (i=0; i<GCode; i++) NN = NN->ln_Succ;
            strcpy( ActDir, ((char *)NN)+sizeof(struct InfoNode) );
            ActOffset = ((struct InfoNode *)NN)->in_Offset;
            GT_SetGadgetAttrs(MainGadgets[13], MainWnd, 0, GTTX_Text, ActDir, TAG_DONE );
            LastSel = -1;
            break;
        case GD_new:
            GetNewPath();
            break;
        case GD_del:
            if (LastSel!=-1)
                {
                NN = DirList.lh_Head;
                for (i=0; i<LastSel; i++) NN = NN->ln_Succ;
                GT_SetGadgetAttrs( MainGadgets[7], MainWnd, 0, GTLV_Labels, ~0, TAG_DONE );
                Remove( NN );
                FreeMem( NN, sizeof(struct Node) + 256 );
                GT_SetGadgetAttrs( MainGadgets[7], MainWnd, 0, GTLV_Labels, &DirList, TAG_DONE );
                GT_SetGadgetAttrs(MainGadgets[13], MainWnd, 0, GTTX_Text, LS[MSG_NoSel], TAG_DONE );
                LastSel = -1;
                NN = DirList.lh_Head;
                DirScTot=0;
                while( NN->ln_Succ )
                    {
                    int a=strlen( ((char *)NN)+sizeof(struct Node ));
                    if (a>DirScTot) DirScTot=a;
                    NN = NN->ln_Succ;
                    }
                GT_SetGadgetAttrs( MainGadgets[19], MainWnd, 0, GTSC_Total, DirScTot, TAG_DONE );
                };
            break;
        case GD_start:
            struct StringInfo *sti = MainGadgets[GD_Pattern]->SpecialInfo;
            strcpy( SearchPattern, sti->Buffer );
            FindIt();
            break;
        case GD_clear:
            GT_SetGadgetAttrs( MainGadgets[6], MainWnd, 0, GTLV_Labels, ~0, TAG_DONE );
            while ( (&FoundList)->lh_Head->ln_Succ )
                 {
                 NN = FoundList.lh_Head;
                 Remove( NN );
                 FreeMem( NN, sizeof(struct Node)+256 );
                 };
            GT_SetGadgetAttrs( MainGadgets[6], MainWnd, 0, GTLV_Labels, &FoundList, TAG_DONE );
            FoundScTot = 0;
            FoundScPos = 0;
            GT_SetGadgetAttrs( MainGadgets[18], MainWnd, 0, GTSC_Total, FoundScTot, GTSC_Top, FoundScPos, TAG_DONE );
            break;
        case GD_edit:
            CallEditor( ActDir, ActOffset );
            break;
        case GD_clip:
            sprintf(Name, "FORM   %cFTXTCHRS   %c%s", strlen(ActDir)+12+(strlen(ActDir)%2), strlen(ActDir), ActDir);
            Name[4] = 0;
            Name[5] = 0;
            Name[6] = 0;
            Name[16] = 0;
            Name[17] = 0;
            Name[18] = 0;
            if (FH = Open( "Clips:0", MODE_NEWFILE ))
                {
                Write( FH, Name, strlen(ActDir)+20+(strlen(ActDir)%2) );
                Close( FH );
                };
            break;
        case GD_cancel:
            CloseMainWindow();
            CloseDownScreen();
            exit(0);
            break;
        case GD_found_vs:
            FoundScPos = GCode;
            GT_SetGadgetAttrs( MainGadgets[6], MainWnd, 0, GTLV_Labels, ~0, TAG_DONE );
            NN = FoundList.lh_Head;
            while( NN->ln_Succ )
                {
                NN->ln_Name = ((char *)NN)+sizeof(struct InfoNode) + FoundScPos;
                NN = NN->ln_Succ;
                };
            GT_SetGadgetAttrs( MainGadgets[6], MainWnd, 0, GTLV_Labels, &FoundList, TAG_DONE );
            break;
        case GD_source_vs:
            DirScPos = GCode;
            GT_SetGadgetAttrs( MainGadgets[7], MainWnd, 0, GTLV_Labels, ~0, TAG_DONE );
            NN = DirList.lh_Head;
            while( NN->ln_Succ )
                {
                NN->ln_Name = ((char *)NN)+sizeof(struct Node)+DirScPos;
                NN = NN->ln_Succ;
                };
            GT_SetGadgetAttrs( MainGadgets[7], MainWnd, 0, GTLV_Labels, &DirList, TAG_DONE );
            break;
        }
    }

GetToolTypes(int argc, char **ttarray)
    {
    char *pfile;

    ED_Command = ArgString( ttarray, "ED_Cmd", "EDC %s" );
    ED_Port = ArgString( ttarray, "ED_Port", "rexx_ced" );
    ED_RexxCmd = ArgString( ttarray, "ED_RxCmd", "Jump to byte %d" );
    MT_Port = ArgString( ttarray, "MT_Port", "rexx_mtool" );
    MT_RexxCmd = ArgString( ttarray, "MT_RxCmd", "Display active %s" );
    if (ArgString( ttarray, "REQUESTPATHS", NULL ))
        while (GetNewPath());
    if (pfile = ArgString( ttarray, "PATHSFILE", NULL ))
        GetPathsFile(pfile);
    }

wbmain(struct WBStartup *WBS)
    {
    struct WBArg *WA;
    BPTR DL;
    char **tt;
    
    WA = &WBS->sm_ArgList[WBS->sm_NumArgs-1];
    DL = CurrentDir( WA->wa_Lock );
    if (DObj=(struct DiskObject *)GetDiskObject(WA->wa_Name))
        {
        CurrentDir( DL );
        tt = DObj->do_ToolTypes;
        commonmain(0, tt);
        };
    }

main(int argc, char **argv)
    {
    commonmain(argc, argv);
    }

commonmain(int argc, char **argv)
    {
    ULONG  GClass;
    USHORT GCode;
    UWORD  GQual;
    ULONG  GTimeS;
    ULONG  GTimeM;
    struct Gadget *GList = 0l;
    WORD   GMouseY;
    struct IntuiMessage  *msg;

    if (SetupScreen()) exit(20);
    NewList(&DirList);
    NewList(&FoundList);
    if (OpenMainWindow()) exit(20);
    GT_SetGadgetAttrs(MainGadgets[13], MainWnd, 0, GTTX_Text, LS[MSG_Welcome], TAG_DONE );

    GetToolTypes(argc, argv);

    ActivateGadget( MainGadgets[0] , MainWnd, NULL );

    for(;;)
        {
        Wait( 1 << MainWnd->UserPort->mp_SigBit );
        while ( msg = (struct IntuiMessage *) GT_GetIMsg( MainWnd->UserPort ) )
            {
	    GClass  = msg->Class;
	    GCode   = msg->Code;
	    GQual   = msg->Qualifier;
	    if (GClass & (GADGETDOWN | GADGETUP | MOUSEMOVE) )
                GList   = (struct Gadget *) msg->IAddress;
	    GMouseY = msg->MouseY;
	    GTimeS  = msg->Seconds;
	    GTimeM  = msg->Micros;
	    GT_ReplyIMsg(msg);

	    switch (GClass)
	        {
	        case CLOSEWINDOW : CloseMainWindow();
	                           CloseDownScreen();
	                           exit(0);
	                           break;
                case MOUSEMOVE   :
	        case GADGETUP    : MainGadget( GList, GCode, GMouseY, GTimeS, GTimeM );
	                           break;
	        };
            };
        };
    }


                         >               U                                                                                              d  N  
(uuenc                                                                6                  G                                                                                                                                                                                                                                                                                                      9                                                                                              d    MIconInfo.c                                                          ?    /**************************************************************************/
/*                                                                        */
/*  MIconInfo    -   Ruft unter OS3.0 WBInfo() auf      Version 1.0r001   */
/*                                                                        */
/*  1994 Boris Jakubaschk    Entwicklungszeit: 28.05.1994 - 28.05.1994   */
/*                                                                        */
/*  Idee und erste Version in E programmiert von Lionel Vintenat          */
/*                                                                        */
/**************************************************************************/

#include <exec/types.h>
#include <exec/libraries.h>
#include <intuition/intuition.h>
#include <clib/exec_protos.h>
#include <clib/intuition_protos.h>
#include <clib/dos_protos.h>
#include <dos/dos.h>
#include <workbench/workbench.h>
#include <string.h>

main( int argc, char *argv[])
   {
   struct Library *WbBase;
   struct Screen  *Scr;
   char Path[130];
   char FileName[30];
   char *a;
   BPTR FL;

   if (WbBase = OpenLibrary( "workbench.library", 39 ))
       {
       if (argc>1)
           {
           a = FilePart( argv[1] );
           strcpy( Path, argv[1] );
           Path[a-argv[1]]='\0';
           strcpy( FileName, a );
           if ((strlen(FileName)>5)
            && (stricmp( FileName+strlen(FileName)-5, ".info" )==0))
               FileName[strlen(FileName)-5] = '\0';
           if (FL = Lock( Path, ACCESS_READ ))
               {
               if (Scr = LockPubScreen( 0 ))
                   {
                   WBInfo( FL, FileName, Scr );
                   UnlockPubScreen( NULL, Scr );
                   };
               UnLock( FL );
               };
           };
       CloseLibrary( WbBase );
       };
   }
     q                                                                                                          +
MAShare_53                                         
          q                    8M                                                                                                                                                                                                                                                                                                                                                                                                            9Tools                                                                r                     M	                                                                                                                                                                                                                                                    8`                                                                                              K    xMFind                                                                                            ,x $O// 0<  gP <  м   P* r N:Jf.Jp`   @B IGC     <   ` Q   d`I    IA <    <  r ` Q   d)K)Jp "<   N)NN  ,fHx N  -XN  -(fa PBBHxN  -X,lN  -|N  -0*l,,
 ,g$@&R * "JN. f / .MJg
N|"FNNuHGHx &Hla /"P)@JgNBHl/<	 Hx 
/<	 HlBa 1ZO )@ J g ~ `///, a 1 O &RXpdLNuJgJ g
/, a 0X/,a .PXNua hBa 0jX)@rJrfp`8B/,ra /P)@vJvfp`Hx %Hla .`P)@Jfp`p Nu/Jvg/,va /Xp )@vJrg/,rBa 0@Pp )@rJg
/,a -XJg$/,a /bX`&lj/a .XHx/a -P ljJf`&lx/a -XHx/a -P lxJfa &_NuH/2>/ &&o ($o ,,o 0NUz x  lrHh ,a .X, pg>Hx Hm/a /pO Jg(0-H2-HDҀzA2-H0-HDЁx@|@o <  ,`0Hr$ 0H H@HDЂ60H $ 0H D@B lrh 40H $ 0H D@B lrh 
<N]LLNuHNU)l)l")lHlHlHl?,Ua O  lr( $H lr( #HH lrr 2( Ҁ|AHl~a ,X&@"fp` reG;ArF;A;| ;| +l&A쀾+H;|  r+A+lvBHx /< .Hm/Hx a ,O &@)K2<0G;A;| {r +A;| r +ABHl/< Hm/Hx a ,ZO &@)KreG;ArF;A+l*;| r+ABHx /< Hm/Hx a ,O &@)K"r F;A+l.;| BHm/Hx a +O &@)K&2<G;ArF;A+l2;| BHm/Hx a +O &@)K*r F;A+l6;| BHx /< Hm/Hx a +vO &@)K.rG;ArRF;A;|'2,| q;Ar +A;| r +ABB/< Hm/Hx a + O &@)K22<0G;A;| {;| BHlj/< Hm/Hx a *O &@)K6r@F;A;| <;| +l:;| r+ABHm/Hx a *O &@)K:2<oG;A+l>;| 	BHm/Hx a *vO &@)K>rG;A;| _+lB;| 
BHm/Hx a *BO &@)KBrjG;A+lF;| BHm/Hx a *O &@)KF;| {2<0G;A2l| ;A+lJ;| BHm/Hx a )O &@)KJrG;Ar.F;A;|r +A;| BHx /< 9Hm/Hx a )O &@)KNrjG;A2l| ;A;| _+lN;| BHm/Hx a )HO &@)KRrG;A+lR;| BHm/Hx a )O &@)KV2< G;A+lV;| BHm/Hx a (O &@)KZr@F;A2< G;A;| _+lZ;| BHm/Hx a (O &@)K^rG;A2l| %;A;|';| r +A;| BHx /< Hx /< B/< ;Hx !/< B/< Hm/Hx 	a (6O 8&@)Kb2<0G;A;| {;| BHx /< Hx /< B/< ;Hx /< B/< Hm/Hx 	a 'O 8&@)Kf"fp`  B/,r/<  yHl/<  o/,/<  n/,~/<  lHx/<  k/< @|/<  jr 2,p 0Ё/ /<  gp 0,/ /<  fp 0,/ /<  ep 0,/ /<  dBa "(O X)@zJzfp`B/,za '|Pp N]LNuJzg/,za (2Xp )@zJ~g/,~a 'Xp )@~NuH 2&o $o NU  BHx /< </
/< 	/- /< /,z/< Ba !tO (,@ g4B/a #JPJg$/. /a PHx /. /a #BO p``p N]LL NuH&o ./ NU |
//,Hm a (O BB/<  "B/<  !Hm a  O `SHx (a #$X/,a %6X @p fJf/,/,HlmHm a O /Hm Hm a O BB/<  "B/<  !Hm a  hO N]LNuH0&o ./ /<   Hxa $P$@ 
g  BHx/< B/,z/,2a %O A %H 
%G //* 
a P/
Hlxa $0PBHlx/< B/,z/,2a %O /a rXc*/a dX)@B/,/< B/,z/,ba %|O LNuH0&o  ./ $NU | Hlja  X( HljHm a $PJ,f4J,f.| `A  RHm a Xb| ` h RbJ,g  | `  " Aj @o.A $H" AjHH   r7" 0`$E " AjHHr0" 0" REj @o E " RAjp< 7`E " RAj< 0RHm a Xb < ra ( b6| `*z `R ЅE 3 fb踅f&,<R bμf `pN]LNuH?2&o (NU| BHxa ">P$@ 
g@Hx/a  P+@Jg/
/-a  jPJg,* |/-a !XHx/
a "LPJg  ļ   c*<   `*BHlja $XЅ/ a !P,@ g  Hx/a  P. Jgjv `NHx "a / /a  O Hlja XЅ/ //a  O ( //a P$ pg&<R S"a Rb/a .XHlja XЅ/ /a !Pf `pN]LLNuH0&o $o  ,JgSg6`NJ,g/
Hlja P. `/
Hlja P. Jg&B/a $P`/a pX. pg
//a PLNuH&o Jf8J,f2J,g/Hlja BP. `/Hlja NP. Jg
B/a PLNuH2&o / #NU|zB//< B/,z/,Na !O `p@ f n h  &fz /a !X lz/( Va !LX,@ fJg  BHxa P$@ 
g  Hx/a xP, Jg  /
/a PJghJ oV/a XJ,f4JgP`./Hm~a  PHx Hj Hm~a VO BHm~a  P /
/a PJgJf`Hj /a DP/a XHx/
a PHHN]LLNuH~Jf J,fHx HljHlja @O ~ހ`JfHx HljHlja O ~ހJg\&lj`RHx /+ 
a zPJg B/,^/< B/,z/,Na  >O `B/,b/< B/,z/,Na  O &SJfLNuH2&o NU|E~Hx/a `P. Jg h` F/
a XS2 
 f/
a XS   /
a XS2 " f/
a tXS   /
a dXS2 ? f/
a RXS   /
a BXS2 # f/
a 0XS    "fR/<   Hxa P,@ g  BHx/< B/,z/,6a $O A -H 
/
/. 
a P ,Ѯ 
/Hlja ZPBHlj/< B/,z/,6a O /
a Xc*/
a X)@B/,/< B/,z/,fa O Hx /
/a ~O Jf /a XN]LLNu/NU HlhHm /,fa O Jg  /<   Hxa P&@ g  BHx/< B/,z/,6a *O A 'H 
Hm /+ 
a P ,ѫ 
/Hlja ^PBHlj/< B/,z/,6a O Hm a Xc,Hm a X)@B/,/< B/,z/,fa O p`p N]&_Nu  H?2&o (>/ .,/ 4*/ 8NU 0+ &S@| b `@N N JN RN XN ^N dN N fNNNN.NTN&NNNxNNPNp 0)@` l  ` l  ` l  ` l  ` $ljx `$RRp 0bHj Hla Pp )@BHl/< B/,z/,Na O p 0)@` $lxx `$RRp 0bHj Hla RP)j BHl/< B/,z/,Na TO p)@` 8a ` 0pg &$ljx `$RRmBHx/< B/,z/,6a O /
a XHx/
a PBHlj/< B/,z/,6a O B/,j/< B/,z/,Na O p)@$ljp )@`Hj a bX$ o)B$RJfB/,/< B/,z/,fa lO ` V l,h "/Hlja .Pa ` :BHx/< B/,z/,2a .O `$lx/
a XHx/
a P,lxJfBHlx/< B/,z/,2a O t )Bt )BB/,/< /,/< B/,z/,ba O  ` /,Hla P` HlHla \.Hla RX$ pԀHla BXra RЂ/ HlOHm a 	O |  |  |  |  |  |  HxHlGa P& Jg Hla XrЁ$ Hla Xra Ђ/ Hm /a O /a LX`  a Ha xBa $X`  p 0)@BHx/< B/,z/,2a O $lx` ,M "Ҁ%A 
$RJfBHlx/< B/,z/,2a vO ``p 0)@BHx/< B/,z/,6a NO $lj` ,M "Ҁ%A 
$RJfBHlj/< B/,z/,6a O N]LLNuH0./ &o Hl9Hl@/a O )@Hl(Hl1/a O )@HlHl/a O )@HlHl/a O )@HlHl/a O )@BHl/a O  @ ga JfBHl/a rO $@ 
g/
a HXLNuH2&o  + S k $E/a X. /* a ~X)@Jg/a X l,h 6/Ba"PLLNuH./ &o //aPLNuH?2&o ,NUa Jg
Hx a XHlja :XHlxa 0Xa Jg
Hx a  XB/,n/< B/,z/,Na ~O //- ,a jPB/,z/,a O  lz h Vr(  / a lX`h.. <. ;n ppg$n 6. "*. $(. (/a X rg"r0g  g`$a ^a Ba  :X`/////
a JO  lz/( Va X,@ f` fN]LLNuNqH./ &l` k N&S fHl.a 4XHlha *XHla  X`
/,a XJfa d/a XLNuH2>/ NUBa  X&@+  f  ~J g)k )|  0J g)k )|  0J gNJ gH + $@J ,f HxHza XP)@ J g)|  J fJg)l )|  0, gHx BHl.a @O , gHx Hx Hlha $O , gHx Hx Hla O +  f  + +@Jg  0HR/ a `X,@ m ( +@0H/ //-  a O   p 0H/ /a |P, pІ/ a X$@/Hj /a O RJg> m~ 0HR/ a X+@  0H/ /-   mHh a O  m    $   r % /
/a P/ a X` ,l
,n $/a X/,
a .a XHxa Xa N]LLNu* NqH H@HA ЁH@B@2/  ЁPNuNqa   NuJgHAJAfB/HA$ i"BAHAp 0$Nu" pNu/$ BBHB6HCBC4 6 BBHB"&$NuH8 $ BBHB6t 4HA8HCքk
"  L NuSЁk"  L Nu o  / r `R  g 	gJgH 
f`@R "fRJg" "f``RJg 
g  g 	fJf`
"HR  ` Nu/
 o "o  / `*`R  g 	g "fR$IX$`RJfRSJf$_NuH./ Jfp `4Hx pЇ/ a @P&@ g&)KpЇ'@ G `p)@ LNuNq o "o  / gSf / Nu/ `r  o  / gSf / NuH&o ~ gB+   &g:/a>X. J 6g
/+ 6a X+  'f k  Jg S!k  /a `X LNuH&o ,+   J  m&J g Jg//+ /+ 0a 
O gp'@ (.+ (+  &g,J g/+ a  Xp '@ J g/+ a 
Xp '@ /+ 0a X+  'g
/+ 6a X $ LNuH&o ./ </ A.gAhgA솢f 7| 4'G 00H"<   'A $'l p'@  p'@ /+ 0a XJo  '`  &LNuNqH0&o ./ ,/  $o $pf*`pf*`
 "a z* ///a O ے LNuH0&o NU+KE HmHz/
/- a  O .  m   N]LNuH?2&o ($o 4NU,K| p +@`RJg %fg&/
 / Hx / m 4NO , Jl` xݭ KRJf` h< %f,KR`z < -f `2< +f `&<  f  `< #f `< 0f ``R`< *fRX 0 m 08(`8< 0m0< 9n*x `0 
HHt08 AR< 0m
< 9o`xv< .fDR< *fRX 0 m 06(`(v `2 
HHt06@R< 0m< 9oܸ| n ʶ| o` < hf
R `< lf
R `< LfR ```/-////
/- 4Hm 0/aTO  , Jl`+FR,K` \Jl ` -N]LLNu0123456789abcdef0x 0123456789ABCDEF0X   H?2&o 0$o 4>/ BNU m 0,PA+HA+HA+H| z ;|  - /< g j4X g`j< g  U g  < g N` S gXS g  S g  ` < g .j^ g:[ g  S g0` W g  U g"W g 
` pM n|A+H` ^M &.- o /fp`p
H;@- u /gJl
DA2+HJGl~| `.p?$ 0-H"  a 0r0 (0-H"  a "& Rp@o0HnJf DA"Ҁ+A`  A+H|-  ?gM `  M `  M  n  H`  M +n`RJGm
0Ho   mJf`  rM  .- X /fA'`A-  ?gC +IJGl~| `r?tĀ( Rt@o2HnJf"DC$	ԁ+B`p`  mJf"-  ?g
A+H`-   ?gA+H-  ?g/-Hma P/-a X8 `x Jm Bo  0- >H  f  /-a XD@m B2DA@$/-a X" 0A;@2- >H gr0`r H;A`P2-H/Hx Hu@a O /
0HrЁ/ Hx HmNO : JEo0Hѭ HpDm Bm x m nJmo 0-H/ 0-H/ Hu@a O m0- >H  f/-Hu@a P/-a X@JDg(/
0H/ Hx HmNO : JEo0Hѭ Hm BJo$/
/Hx /-NO : JEo0Hѭ Hm BJmgT`J| ovHx 00H/ Hma O /
0H/ Hx HmNO : JEo0Hѭ Hm Bm6-JCn mJg./
/-a  .Hx /-NO & :JEo0Hѭ Hm BJm Bo  0- >H  g  ;m B`<Hx  Hx @Hma zO /
Hx @Hx HmNO : JEo0Hѭ Hm @m @nJmo>Hx  0-H/ Hma ,O /
0-H/ Hx HmNO : JEo0Hѭ H m 0 JEl0H` - HN]LLNu  + <float> -        o "H`RJf Nu/ o "o &H`RRJf &_NuNq/~ `0H/ aXRGlm.NuH./ |0/ a  tX&@ g`Jgp `XJ g
/+ a XJ gBBHx / k NO , `| +  f/a Xp '@ p '@ p &p '@  LNuNq/0/ 
2 H4,H´b
t)Bp ` 4 H l(  f
t)Bp ` $NuNqH./ 0/ a X&@ g0J gBBHx 	/ k NO `/a XJgp`p `pLNuH0./ &o ,/  za  p0/ a PX$@ 
gTp gFJ g//Hx / j NO `2*  gHx B/a PO ///a O * `p)@ LNuNq/ l&hJlfDRl+  g4Hx Ba 8P lNJgHx Hz \Hx a <O Hx a LXSl&_NuJgHx  lNXp `pNu/
 o "l f
E)J`)H 	$_Nu^C
 H 2&o E f`*G`f$/+ /a ZP`$N,R fBa XLL NuNqB`r `/  o  /    (c`Q / NuH?>4dS   $BB4HB&(*,."B$B&B(B*B,B"<   0kH?~jA2< Ak!AjA`QL| / Nu/&o NU  Hm /a PN]&_Nu/./ NU  Hm /a P @ N].Nu/&o NU  Hm /a VP @ N]&_Nu o C  p !@ !H NuNqA)HAf)H n(  fJ fA \/N _N)@
Nqp C N)@g  `dos.library p C N)@g  `intuition.library Nqp C N)@
g  `icon.library  Nqp C N)@g  d`graphics.library  Nqp C N)@g  <`gadtools.library  Nqp C N)@g  `asl.library p NupNup NupNu ,g"@Nb ,g"@Nb ,
g"@Nb ,g"@Nb ,g"@Nb ,g"@NbNuNqNuNqNuNq/,lNqL N,_Nu  /,lNqL  N,_Nu  H0,lNqL  NL@Nu  /,lNq"/ N,_Nu/,lNq"/ N,_Nu/,lNq"/ N:,_Nu/,lNq"/ N,_NuH ,lNqL  NL@Nu  H ,lNqL  NL@Nu  H0,lNqL  NL@Nu  /,lNq"/ N(,_NuH ,lNqL  NL@Nu  H ,lNqL  NL@Nu  H ,lNqL  N4L@Nu  H ,lNqL  NL@Nu  H0,lNqL  NL@Nu  H0,lNqL  N:L@Nu  H0,lNqL  NL@Nu  H0,lNqL  NL@Nu  H ,lNqL  NL@Nu  /,lNq"/ N,_NuH0,lNqL  NL@Nu  H ,lNqL  NL@Nu  /,lNqL  N
,_Nu  /,lNqL  N:,_Nu  /,lNq"o Nb,_Nu/,lNq"o Nz,_Nu/,lNq"o N,_Nu/,lNq"o  / N.,_Nu/,lNq"o  / N,_Nu/,lNq"o N,_Nu/,lNqL  N,_Nu  /,lNq / N,_Nu/,lNqL  NT,_Nu  /,lNq"o NN,_Nu/,lNq o N,_NuH ",lNqE LNLD Nu/,lNq o N,_Nu/,lNq o N|,_Nu/,lNq o N,_Nu/,lNqL  N,_Nu  /,lNq"o N,_NuH 2,lNqG L NLL Nu/,lNqC  YN,_Nu  /,lNq o N,_Nu/,l
Nq o N,_Nu/,l
Nq o N,_Nu/,l
NqL  N,_Nu  H ",lNqL  N2LD Nu  /,lNq o N,_Nu/,lNq o N,_Nu/,lNqL  N,_Nu  /,lNqL   / N&,_Nu  /,lNqL  N,_Nu  /,y    o N,_Nu/,y    o L N,_Nu  H ",y   E L NjLD NuH0./ &o JgNpfp `b #  /<   / NPO#  gB| Sz ` y   XRXe 9  ` k $/( NXO#  g @$h 6 
LNuJ  g/9  N\XO 9  g/ N@XONuNU  H 0&m $m  g/
/NHPO&@ g ` - L N]NuNU  H 0&m $m  g/
/NPO&@ gHm /NPO - L N]NuNUH 2&m  g/- /NPO$@ 
g J` m /p,lNqN,_LL N]Nu                                    b   D  2  2  2  3n  3b  3Z  3D  3.  3  3
  2         _main     z   _exit                                                      y  q  m  i  c  ^  W  M  G  @  :  -                                                                              A    PATHSFILE REQUESTPATHS Display active %s MT_RxCmd rexx_mtool MT_Port Jump to byte %d ED_RxCmd rexx_ced ED_Port EDC %s ED_Cmd Clips:0 FORM   %cFTXTCHRS   %c%s SYS: rx "ADDRESS '%s' '%s'" MultiTool II commodities.library english mfind.catalog locale.library topaz.font Welcome to MultiFind! < no entry selected > Select the search path or -file < cancelled > < finished > Clear Editor MTool Clipboard Cancel Stop Start Del New Subdirs Case sensitive HEX mode Filenames only Pattern     Contents Filename MultiFind V1.0 (Boris Jakubaschk)                                                    $   (   ,   0   4   8   <   @   D   H   L   P   T   X   \   `   d   h   l                                                                                                                                                                                                                                       9                                                                                              d    MIconInfo.c                                                          ?                  ߮                                                                                                                                                                                                                                                                                                                                                                                                          d     
MFind.info                                                                       2    dH                               
                 2   Y                       ?                      ?             ?  ?                                    ?                      ?~  `  ^    ~  .   6   7 g  s c   c c     c                            REQUESTPATHS     
          q                                                                                                                                                                                                                                                                                                                                                                                                              d  O  X	MIconInfo                                                                                     Q    ,x $O// 0<  gP <   ?м   P* r N:Jf.Jp`   @B IGC     <   ` Q   d`I    IA <    <   ?r ` Q   d)K)Jp "<   N)NN  lfHx N  PXN  fa `BBHxN  PX,lN  LN  $*l,,
 ,g$@&R * "JN. f / .MJg
N|"FNNuH2./ &o NU\Hx 'Hl a ZP+@Jg  pl  /+ a 8X,@/+ Hmza P  Az  /Hm\a PHm\a bXrd8HlHm\a NXA\Hha rPJfHm\a 0X[A\  HxHmza 
P, Jg0Ba X$@ 
g/
Hm\/a O /
Ba P/a 
X/-a :XN]LLNuNqH2>/ NUBa 0X&@+  f  ~J g)k )|  0J g)k )|  0J gNJ gH + $@J ,f HxHza 
@P)@(J(g)|  ,J(fJg)l()|  0,, gHx BHlVa O , gHx Hx Hla O , .gHx Hx Hla dO +  f  + +@Jg  0HR/ a X,@ m ( +@0H/ //-  a O   p 0H/ /a  P, pІ/ a lX$@/Hj /a O RJg> m~ 0HR/ a <X+@  0H/ /-   mHh a lO  m    $   r % /
/a ,P/ a X` ,l
,n $/a ZX/,
a  $.a XHxa Xa NN]LLNu* Nq o pNu o  / r `R  g 	gJgH 
f`@R "fRJg" "f``RJg 
g  g 	fJf`
"HR  ` Nu/
 o "o  / `*`R  g 	g "fR$IX$`RJfRSJf$_NuH./ Jfp `4Hx pЇ/ a 0P&@ g&)KpЇ'@ G `p)@> LNuNq o "o  / gSf / Nu/ `r  o  / gSf / NuH&o ./ </ AVgA쀐gAʱf 7| 4'G 00H"<   'A $'l: p'@  p'@ /+ 0a  XJo  '`  &LNuNq o "H`RJf Nu/ o "o &H`RRJf &_NuNqH 0 o "o `Jfp `>RRp E p G gp G sp E idp`pL NuNqH./ 0/ a :X&@ g0J gBBHx 	/ k NO `/a XJgp`p `pLNu  	
 !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~   H./ &lB` k N&S fHlVa  <XHla  2XHla  (X`
/,a  XJfa /a XLNuH&o ~ gB+   &g:/a>X. J 6g
/+ 6a X+  'f k  Jg S!k  /a X LNuH&o ,+   J  m&J g Jg//+ /+ 0a XO gp'@ (.+ (+  &g,J g/+ a LXp '@ J g/+ a 6Xp '@ /+ 0a  BX+  'g
/+ 6a hX $ LNu/~ `0H/ aXRGl6m.NuH./ |0/ a  tX&@ g`J:gp `XJ g
/+ a XJ gBBHx / k NO , `| +  f/a Xp '@ p '@ p &p '@  LNuNq/0/ 
2 H4,6H´b
t)B>p ` 4 H l2(  f
t)B>p ` $NuNqH0./ &o ,/  za  p0/ a X$@ 
gTp gFJ g//Hx / j NO `2*  gHx B/a O ///a O * `p)@> LNuNq/ l&hJlBfDRlB+  g4Hx Ba P lFNJgHx Hz \Hx a <O Hx a XSlB&_NuJ>gHx  l>NXp `pNu/
 o "lF f
E)JF`)HF 	$_Nu^C
 H 2&o E f`*G`f$/+ /a .P`$N,R fBa dXLL NuNqA)H2Ar)HF n(  fJ fA \/N _N)@
Nqp C N)@Jg  d`dos.library p C N)@Ng  D`intuition.library Nqp C N)@Rg  `workbench.library Nqp NupNup NupNu ,Jg"@Nb ,Ng"@Nb ,Rg"@NbNuNqNuNqNuNq/,lJNq"/ N,_Nu/,lJNq"/ N,_Nu/,lJNq"/ N,_Nu/,lJNq"/ N,_Nu/,lJNq"/ N(,_NuH ,lJNqL  NL@Nu  H ,lJNqL  NL@Nu  H0,lJNqL  NL@Nu  /,lJNq"/ N,_NuH0,lJNqL  NL@Nu  /,lNqL  N:,_Nu  /,lNq"o Nb,_Nu/,lNq"o N,_Nu/,lNq"o  / N.,_Nu/,lNq"o  / N,_Nu/,lNqL  N,_Nu  /,lNq / N,_Nu/,lNNq o N,_Nu/,lNNqL  N,_Nu  H ",lRNqL  NLD Nu                                      b   D         _main         _exit                                        .info workbench.library                                                                                           q                                                                                                          +
MAShare_53                                   3      
          q                                                                                                                                                                                                                                                                                                                           x                                                                                                j  f	Docs.info                                                            r           } 9    !#e             d       
Y       o((         _ F      (v              \ D              9   `                         $  	  $  	  $     $   $      $ 	                         ? 0      3 7 7  7* 7 7 ? 7 6      ?                              9   @               5UUUUU\  @      @      @ 	   @ 	  @    @  @     ? 0      " UUUUUP         ? ? ?  ?* ? ? ? ?                                                                                                                                                                                                                                                                                                                                     9Tools                                                                r               H      S                                                               
   	                                                                                                                                                                                                                       d    Install                                                              r   (set ver (/ (getversion) 65536))

(set locale
 (askchoice
  (prompt  "Select the prefered language.")
  (help    "")
  (choices "Dansk" "Deutsch" "English" "Espaol" "Franais" "Svenska" "Italiano" "Suomi" "Nederlands")
  (default 2)
 )
)

(if (= locale 0)
 (
 (message "\n IMPORTANT NOTE:\n\n"
          "Dette program installerer MTool p Din Amiga. Hvis Du ikke forstr en af sprgsmlene der optrder under installationen, vlg 'hjlp...' knappen. Du vil sblive oplyst om det nste skridt og hvad det er godt for."
 )

 (set progdest
     (askdir
         (prompt "Vr venlig og vlg en skuffe til MTool.")
         (help "MTool vil blive lagt over i dette directory.")
         (default "SYS:Tools")
         (newpath)
     )
 )

 (set @default-dest progdest)

 (copyfiles
     (prompt "Kopierer MTool...")
     (source "MTool")
     (infos)
     (dest progdest)
 )

 (complete 30)

 (copyfiles
     (prompt "Kopierer MTPrefs...")
     (source "Prefs/MTool")
     (infos)
     (dest "SYS:Prefs")
 )

 (if (askbool (help "The scripts are needed for some program objects of the demo prefs file. They are used to control the programs unarj, uuxt and untar.") (prompt "Vil Du installere de Shell Scripts?"))
 (
     (copyfiles
         (prompt "Kopierer Scripts...")
         (source "S")
         (pattern "#?")
         (dest "S:")
     )
 )
 )

 (if (askbool (help "The tools are:\n\n- MFind (search for files and their contents)\n- MIconInfo (display icon information)\n\nThey are already included in the demo prefs") (prompt "Vil Du installere de Tools?"))
 (
     (copyfiles
         (prompt "Kopierer Tools...")
         (source "Tools")
         (pattern "#?")
         (dest "SYS:Tools")
     )
 )
 )

 (complete 40)

 (if (= (exists "ENVARC:MTool/MTool.Prefs") FALSE )
 (
     (makedir "ENVARC:MTool")
     (makedir "ENV:MTool")

     (copyfiles
         (prompt "Kopierer eksempel prefs fil...")
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENVARC:MTool")
     )
     (copyfiles
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENV:MTool")
     )
 )
 )

 (complete 60)

 (if (> ver 37)
     (if (exists "Locale:Catalogs/dansk")
     (
         (if (askbool (help "Hvis Du har valgt dansk som standard sprog og installeret filerne vil MTool starte med en dansk brugerflade.") (prompt "Vil Du installere de danske locale filer?"))
         (
             (copyfiles
                 (prompt "Installerer danske kataloger")
                 (source "Catalogs/dansk")
                 (pattern "#?")
                 (dest "Locale:Catalogs/dansk")
             )
         )        
         )
     )
     )
 )

 (if (askbool (help "Ikonerne bruges til at oprette ikoner for filer passende til deres type. Denne funktion er slet fra i den uregistrerede version.") (prompt "Vil Du installere ikonerne?"))
 (
     (set icondest
         (askdir
              (prompt "Vr venlig og vlg en skuffe til ikonerne.")
              (help "Eksempel prefs filerne forventer ikonerne i standard skuffen.")
              (default (tackon progdest "MToolIcons"))
              (newpath)
         )
     )

     (if (askbool (help "MagicWB er en samling af baggrunds mnstre og ikoner, resulterende i en meget flot 8-farvet Workbench. Du kan installere ikoner specielt designed til MagicWB.") (prompt "Bruger Du 'MagicWB'?"))
     (
     (copyfiles
         (prompt "Kopierer ikoner...")
         (source "MToolIcons/MWB")
         (pattern "(~MT)#?.info")
         (dest icondest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTool.info")
         (dest progdest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTPrefs.info")
         (dest "SYS:Prefs")
         (newname "MTool.info")
     )
     )
     (
     (copyfiles
         (prompt "Kopierer ikoner...")
         (source "MToolIcons")
         (pattern "#?.info")
         (dest icondest)
     )
     )
     )
 )
 )

 (complete 80)

 (if (askbool (help "Dokumentationen bestr af to AmigaGuide manualer og en historie fil.") (prompt "Vil Du installere dokumentationen?"))
 (
     (set docdest
         (askdir
              (prompt "Vr venlig og vlg en skuffe til dokumentationen.")
              (help "Det er lige meget hvor Du putter den, slnge Du kan finde den igen...")
              (default (tackon progdest "Docs"))
              (newpath)
         )
     )
     (copyfiles
         (prompt "Kopierer dokumentationen...")
         (source "Docs")
         (pattern "#?_DK.#?")
         (infos)
         (dest docdest)
     )
     (copyfiles
         (prompt "Kopierer dokumentationen...")
         (source "Docs")
         (pattern "#?_GB.#?")
         (infos)
         (dest docdest)
     )
 )
 )

 (complete 90)

 (if (askbool (help "DatMon er nyttig hex modus af MI, Fineline 11 bruges i MTool's info requester.") (prompt "Vil Du installere fontene?"))
 (
     (set fontdest
         (askdir
             (prompt "Vr venlig og vlg en skuffe til fontene.")
             (help "Hvis Du ikke 'assign add'er en anden font skuffe skulle Du ikke rre ved denne standard indstilling.")
             (default "Fonts:")
             (newpath)
         )
     )
     (copyfiles
         (prompt "Kopierer fonte...")
         (source "Fonts")
         (dest fontdest)
         (pattern "#?")
     )
 )
 )

 (complete 99)
 )
)

(if (= locale 1)
 (
 (message "\n HINWEIS ZUR INSTALLATION VON MTOOL:\n\n"
          "Dieses Programm installiert MTool auf Ihrem System. Sollten Sie eine der whrend der Installation auftretenden Fragen nicht verstehen, knnen Sie jederzeit 'Hilfe...' anwhlen. Sie erhalten dann genaue Auskunft, was der nchste Arbeitsschritt macht und wozu er gut ist."
 )

 (set progdest
     (askdir
         (prompt "Bitte whlen Sie ein Verzeichnis fr MTool aus.")
         (help "In das gewhlte Verzeichnis wird das Programme MTool kopiert.")
         (default "SYS:Tools")
         (newpath)
     )
 )

 (set @default-dest progdest)

 (copyfiles
     (prompt "Kopiere Hauptprogramm...")
     (source "MTool")
     (infos)
     (dest progdest)
 )

 (complete 30)

 (copyfiles
     (prompt "Kopiere den Voreinstellungseditor zu MTool")
     (source "Prefs/MTool")
     (infos)
     (dest "SYS:Prefs")
 )

 (if (askbool (help "Die Shellscripte werden von einigen Programmobjekten der Demovoreinstellungen verwendet. Sie steuern die Programme unarj, uuxt und untar.") (prompt "Sollen die Shellskripte installiert werden?"))
 (
     (copyfiles
         (prompt "Kopiere die Shellskripte...")
         (source "S")
         (pattern "#?")
         (dest "S:")
     )
 )
 )

 (if (askbool (help "Die Tools sind:\n\n- MFind (Suche nach Dateien und ihrem Inhalt)\n- MIconInfo (Iconinformationen anzeigen)\n\nSie sind bereits in der Demovoreinstellung eingetragen") (prompt "Sollen die Tools installiert werden?"))
 (
     (copyfiles
         (prompt "Kopiere die Tools...")
         (source "Tools")
         (pattern "#?")
         (dest "SYS:Tools")
     )
 )
 )

 (complete 40)

 (if (= (exists "ENVARC:MTool/MTool.Prefs") FALSE )
 (
     (makedir "ENVARC:MTool")
     (makedir "ENV:MTool")

     (copyfiles
         (prompt "Kopiere Prefsdatei zu MTool")
         (source "Prefs/Env-Archive/MTool/MTool_d.Prefs")
         (dest "ENVARC:MTool")
         (newname "MTool.prefs")
     )
     (copyfiles
         (source "Prefs/Env-Archive/MTool/MTool_d.Prefs")
         (dest "ENV:MTool")
         (newname "MTool.prefs")
     )
 )
 )

 (complete 60)

 (if (> ver 37)
     (if (exists "Locale:Catalogs/deutsch")
     (
         (if (askbool (help "Wenn Sie als Landessprache deutsch gewhlt haben und diese Dateien installieren lassen, wird MTool eine deutsche Benutzeroberflche anzeigen.") (prompt "Soll die deutsche Sprachanpassung installiert werden?"))
         (
             (copyfiles
                 (prompt "Installiere deutsche Catalogs")
                 (source "Catalogs/deutsch")
                 (pattern "#?")
                 (dest "Locale:Catalogs/deutsch")
             )
         )        
         )
     )
     )
 )

 (complete 70)

 (if (askbool (help "Die Icons werden von MTool benutzt, um Dateien gem ihrem Dateityp mit Icons versehen zu knnen. Diese Fhigkeit ist in der unregistrierten Version gesperrt.") (prompt "Sollen die Icons installiert werden?"))
 (
     (set icondest
         (askdir
              (prompt "Bitte whlen Sie ein Verzeichnis fr die Icons aus.")
              (help "Die mitgelieferte Voreinstellungsdatei erwartet die Icons im vorgegebenen Verzeichnis")
              (default (tackon progdest "MToolIcons"))
              (newpath)
         )
     )

     (if (askbool (help "MagicWB ist eine Sammlung von Hintergrundgraphiken und Icons, die eine sehr schne 8-farbige Workbench ergeben. Sie knnen dazu passende Icons installieren lassen") (prompt "Benutzen Sie 'MagicWB'?"))
     (
     (copyfiles
         (prompt "Kopiere Icons...")
         (source "MToolIcons/MWB")
         (pattern "(~MT)#?.info")
         (dest icondest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTool.info")
         (dest progdest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTPrefs.info")
         (dest "SYS:Prefs")
         (newname "MTool.info")
     )
     )
     (
     (copyfiles
         (prompt "Kopiere Icons...")
         (source "MToolIcons")
         (pattern "#?.info")
         (dest icondest)
     )
     )
     )
 )
 )

 (complete 80)

 (if (askbool (help "Die Anleitungen umfassen zwei AmigaGuide-Dokumente und eine nderungsdatei.") (prompt "Sollen die Anleitungen kopiert werden?"))
 (
     (set docdest
         (askdir
              (prompt "Bitte whlen Sie ein Verzeichnis fr die Anleitungen aus.")
              (help "Es ist egal, wo Sie die Anleitungen hinstecken, Sie sollten Sie blo wiederfinden...")
              (default (tackon progdest "Anleitungen"))
              (newpath)
         )
     )
     (copyfiles
         (prompt "Kopiere Anleitungen...")
         (source "Docs")
         (pattern "#?_D.#?")
         (infos)
         (dest docdest)
     )
 )
 )

 (complete 90)

 (if (askbool (help "Die Schrift DatMon ist im Hex-Modus von MI recht ntzlich, Fineline 11 wird im Aboutrequester von MTool verwendet.") (prompt "Sollen die Schriften kopiert werden?"))
 (
     (set fontdest
         (askdir
             (prompt "Bitte whlen Sie ein Verzeichnis fr die Schriften aus.")
             (help "Wenn Sie kein Verzeichnis zum Fonts:-Verzeichnis zuge'add'et haben, sollten Sie die Einstellung bei Fonts: belassen.")
             (default "Fonts:")
             (newpath)
         )
     )
     (copyfiles
         (prompt "Kopiere Zeichenstze...")
         (source "Fonts")
         (dest fontdest)
         (pattern "#?")
     )
 )
 )

 (complete 99)
 )
)

(if (= locale 2)
 (
 (message "\n IMPORTANT NOTE:\n\n"
          "This programm installs MTool on your Amiga. If you don't understand one of the questions that show up during installation, please select the 'help...' button. You will be instructed then about the next step and what it's good for."
 )

 (set progdest
     (askdir
         (prompt "Please select a drawer for MTool.")
         (help "MTool will be copied to this drawer.")
         (default "SYS:Tools")
         (newpath)
     )
 )

 (set @default-dest progdest)

 (copyfiles
     (prompt "Copying MTool...")
     (source "MTool")
     (infos)
     (dest progdest)
 )

 (complete 30)

 (copyfiles
     (prompt "Copying MTPrefs...")
     (source "Prefs/MTool")
     (infos)
     (dest "SYS:Prefs")
 )

 (if (askbool (help "The scripts are needed for some program objects of the demo prefs file. They are used to control the programs unarj, uuxt and untar.") (prompt "Do you want to install the shell scripts?"))
 (
     (copyfiles
         (prompt "Copying scripts...")
         (source "S")
         (pattern "#?")
         (dest "S:")
     )
 )
 )

 (if (askbool (help "The tools are:\n\n- MFind (search for files and their contents)\n- MIconInfo (display icon information)\n\nThey are already included in the demo prefs") (prompt "Do you want to install the tools?"))
 (
     (copyfiles
         (prompt "Copying tools...")
         (source "Tools")
         (pattern "#?")
         (dest "SYS:Tools")
     )
 )
 )

 (complete 40)

 (if (= (exists "ENVARC:MTool/MTool.Prefs") FALSE )
 (
     (makedir "ENVARC:MTool")
     (makedir "ENV:MTool")

     (copyfiles
         (prompt "Copying example prefs file...")
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENVARC:MTool")
     )
     (copyfiles
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENV:MTool")
     )
 )
 )

 (complete 60)

 (if (askbool (help "The icons will be used in MTool to create icons for files according to their type. This feature is disabled in the unregistered version.") (prompt "Do you want to install the icons?"))
 (
     (set icondest
         (askdir
              (prompt "Please select a drawer for the icons.")
              (help "The example prefs file expects the icons in the default drawer.")
              (default (tackon progdest "MToolIcons"))
              (newpath)
         )
     )

     (if (askbool (help "MagicWB is a collection of background patterns and icons, providing a very nice 8-coloured Workbench. You can install icons especially designed for MagicWB.") (prompt "Do you use 'MagicWB'?"))
     (
     (copyfiles
         (prompt "Copying icons...")
         (source "MToolIcons/MWB")
         (pattern "(~MT)#?.info")
         (dest icondest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTool.info")
         (dest progdest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTPrefs.info")
         (dest "SYS:Prefs")
         (newname "MTool.info")
     )
     )
     (
     (copyfiles
         (prompt "Copying icons...")
         (source "MToolIcons")
         (pattern "#?.info")
         (dest icondest)
     )
     )
     )
 )
 )

 (complete 80)

 (if (askbool (help "The docs iclude two AmigaGuide documents and a history file.") (prompt "Do you want to install the docs?"))
 (
     (set docdest
         (askdir
              (prompt "Please select a drawer for the docs.")
              (help "It doesn't matter where you put the docs, if you manage to refind them...")
              (default (tackon progdest "Docs"))
              (newpath)
         )
     )
     (copyfiles
         (prompt "Copying Docs...")
         (source "Docs")
         (pattern "#?_GB.#?")
         (infos)
         (dest docdest)
     )
 )
 )

 (complete 90)

 (if (askbool (help "DatMon is useful in hex mode of MI, Fineline 11 is used in MTools about requester.") (prompt "Do you want to install the fonts?"))
 (
     (set fontdest
         (askdir
             (prompt "Please select a drawer for the fonts.")
             (help "If you didn't 'assign add' another font drawer, you shouldn't tuch this default setting.")
             (default "Fonts:")
             (newpath)
         )
     )
     (copyfiles
         (prompt "Copying fonts...")
         (source "Fonts")
         (dest fontdest)
         (pattern "#?")
     )
 )
 )

 (complete 99)
 )
)

(if (= locale 3)
 (
 (message "\n IMPORTANT NOTE:\n\n"
          "This programm installs MTool on your Amiga. If you don't understand one of the questions that show up during installation, please select the 'help...' button. You will be instructed then about the next step and what it's good for."
 )

 (set progdest
     (askdir
         (prompt "Please select a drawer for MTool.")
         (help "MTool will be copied to this drawer.")
         (default "SYS:Tools")
         (newpath)
     )
 )

 (set @default-dest progdest)

 (copyfiles
     (prompt "Copying MTool...")
     (source "MTool")
     (infos)
     (dest progdest)
 )

 (complete 30)

 (copyfiles
     (prompt "Copying MTPrefs...")
     (source "Prefs/MTool")
     (infos)
     (dest "SYS:Prefs")
 )

 (if (askbool (help "The scripts are needed for some program objects of the demo prefs file. They are used to control the programs unarj, uuxt and untar.") (prompt "Do you want to install the shell scripts?"))
 (
     (copyfiles
         (prompt "Copying scripts...")
         (source "S")
         (pattern "#?")
         (dest "S:")
     )
 )
 )

 (if (askbool (help "The tools are:\n\n- MFind (search for files and their contents)\n- MIconInfo (display icon information)\n\nThey are already included in the demo prefs") (prompt "Do you want to install the tools?"))
 (
     (copyfiles
         (prompt "Copying tools...")
         (source "Tools")
         (pattern "#?")
         (dest "SYS:Tools")
     )
 )
 )

 (complete 40)

 (if (= (exists "ENVARC:MTool/MTool.Prefs") FALSE )
 (
     (makedir "ENVARC:MTool")
     (makedir "ENV:MTool")

     (copyfiles
         (prompt "Copying example prefs file...")
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENVARC:MTool")
     )
     (copyfiles
         (source "Prefs/Env-Archive/MTool/MTool.Prefs")
         (dest "ENV:MTool")
     )
 )
 )

 (complete 60)

 (if (> ver 37)
     (if (exists "Locale:Catalogs/espaol")
     (
         (if (askbool (help "If you selected espaol as default language and install these files, MTool will show up with a spanish user interface.") (prompt "Do you want to install the spanish locale files?"))
         (
             (copyfiles
                 (prompt "Installing Spanish Catalogs")
                 (source "Catalogs/espaol")
                 (pattern "#?")
                 (dest "Locale:Catalogs/espaol")
             )
         )        
         )
     )
     )
 )

 (complete 70)

 (if (askbool (help "The icons will be used in MTool to create icons for files according to their type. This feature is disabled in the unregistered version.") (prompt "Do you want to install the icons?"))
 (
     (set icondest
         (askdir
              (prompt "Please select a drawer for the icons.")
              (help "The example prefs file expects the icons in the default drawer.")
              (default (tackon progdest "MToolIcons"))
              (newpath)
         )
     )

     (if (askbool (help "MagicWB is a collection of background patterns and icons, providing a very nice 8-coloured Workbench. You can install icons especially designed for MagicWB.") (prompt "Do you use 'MagicWB'?"))
     (
     (copyfiles
         (prompt "Copying icons...")
         (source "MToolIcons/MWB")
         (pattern "(~MT)#?.info")
         (dest icondest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTool.info")
         (dest progdest)
     )
     (copyfiles
         (source "MToolIcons/MWB/MTPrefs.info")
         (dest "SYS:Prefs")
         (newname "MTool.info")
     )
     )
     (
     (copyfiles
         (prompt "Copying icons...")
         (source "MToolIcons")
         (pattern "#?.info")
         (dest icondest)
     )
     )
     )
 )
 )

 (complete 80)

 (if (askbool (help "The docs include two AmigaGuide documents and a history file.") (prompt "Do you want to install the docs?"))
 (
     (set docdest
         (askdir
              (prompt "Please select a drawer for the docs.")
              (help "It doesn't matter where you put the docs, if you manage to refind them...")
              (default (tackon progdest "Docs"))
              (newpath)
         )
     )
     (copyfiles
         (prompt "Copying Docs...")
         (source "Docs")
         (pattern "#?_GB.#?")
         (infos)
         (dest docdest)
     )
     (copyfiles
         (prompt "Copying Docs...")
         (source "Docs")
         (pattern "#?_E.#?")
         (infos)
         (dest docdest)
     )
 )
 )

 (complete 90)

 (if (askbool (help "DatMon is useful in hex mode of MI, Fineline 11 is used in MTools about requester.") (prompt "Do you want to install the fonts?"))
 (
     (set fontdest
         (askdir
             (prompt "Please select a drawer for the fonts.")
             (help "If you didn't 'assign add' another font drawer, you shouldn't tuch this default setting.")
             (default "Fonts:")
             (newpath)
         )
     )
     (copyfiles
         (prompt "Copying fonts...")
         (source "Fonts")
         (dest fontdest)
         (pattern "#?")
     )
 )
 )

 (complete 99)
 )
)

(if (= locale 4)
 (
 (message "\n IMPORTANT NOTE:\n\n"
          "This programm installs MTool on your Amiga. If you don't understand one of the questions that show up during installation, please select the 'help...' button. You will be instructed then about the next step and what it's good for."
 )

 (set progdest
     (askdir
         (prompt "Please select a drawer for MTool.")
         (help "MTool will be copied to this drawer.")
         (default "SYS:Tools")
         (newpath)
     )
 )

 (set @default-dest progdest)

 (copyfiles
     (prompt "Copying MTool...")
     (source "MTool")
     (infos)
     (dest progdest)
 )

 (complete 30)

 (copyfiles
     (prompt "Copying MTPrefs...")
     (source "Prefs/MTool")
     (infos)
     (dest "SYS:Prefs")
 )

 (if (askbool (help "The scripts are needed for some program objects of the demo prefs file. They are used to control the programs unarj, uuxt and untar.") (prompt "Do you want to install the shell scripts?"))
 (
     (copyfiles
         (prompt "Copying scripts...")
         (source "S")
         (pattern "#?")
         (dest "S:")
     )
 )
 )

 (if (askbool (help "The tools are:\n\n- MFind (search for files and their contents)\n- MIconInfo (display icon information)\n\nThey are already included in the demo prefs") (prompt "Do you want to install the tools?"))
 (
     (copyfiles
         (prompt "Copying tools...")
         (source "Tools")
         (pattern "#?")
         (dest "SYS:Tools")
     )
 )
 )

 (complete 40)

 (if (= (exists "ENVARC:MTool/MTool.Prefs") FALSE )
 (
     (makedir "ENVARC:MTool")
     (makedir "ENV:MTool")

     (copyfiles
         (prompt "Copying example prefs file...")
        