Стартовый пул
This commit is contained in:
5
Abbrevia/examples/COM/ASP/files/ABBREVIA/00INDEX.TXT
Normal file
5
Abbrevia/examples/COM/ASP/files/ABBREVIA/00INDEX.TXT
Normal file
@@ -0,0 +1,5 @@
|
||||
ABRES.ENU 4K
|
||||
ABRES.FRA 5K
|
||||
ABRES.NOR 5K
|
||||
ABSRMGR.ENU 1K
|
||||
ABSRMGR.NOR 1K
|
95
Abbrevia/examples/COM/ASP/files/ABBREVIA/ABRES.ENU
Normal file
95
Abbrevia/examples/COM/ASP/files/ABBREVIA/ABRES.ENU
Normal file
@@ -0,0 +1,95 @@
|
||||
;{*********************************************************}
|
||||
;{* ABBREVIA: ABRES.STR *}
|
||||
;{* Copyright (c) TurboPower Software Co 1997 *}
|
||||
;{* All rights reserved. *}
|
||||
;{*********************************************************}
|
||||
;{* ABBREVIA: TPSRes string resources *}
|
||||
;{*********************************************************}
|
||||
|
||||
#include "Abrccnst.inc"
|
||||
|
||||
AbErrZipInvalid, "Invalid file - not a PKZip file"
|
||||
AbZipVersionNeeded, "Cannot extract file - newer version required"
|
||||
AbUnknownCompressionMethod, "Cannot extract file - unsupported compression method"
|
||||
AbNoExtractionMethod, "Cannot extract file - no extraction support provided"
|
||||
AbInvalidPassword, "Cannot extract file - invalid password"
|
||||
AbNoInsertionMethod, "Cannot insert file - no insertion support provided"
|
||||
AbInvalidFactor, "Invalid Reduce Factor"
|
||||
AbDuplicateName, "Cannot insert file - duplicates stored name"
|
||||
AbUnsupportedCompressionMethod, "Cannot insert file - unsupported compression method"
|
||||
AbUserAbort, "Process aborted by user"
|
||||
AbArchiveBusy, "Archive is busy - cannot process new requests"
|
||||
AbLastDiskRequest, "Insert the last disk in the spanned disk set"
|
||||
AbDiskRequest, "Insert floppy"
|
||||
AbBadSpanStream, "Spanned archives must be opened as file streams"
|
||||
AbDiskNumRequest, "Insert disk number %d of the spanned disk set"
|
||||
AbNoOverwriteSpanStream, "Cannot update an existing spanned disk set"
|
||||
AbNoSpannedSelfExtract, "Cannot make a self-extracting spanned disk set"
|
||||
AbBlankDisk, "Insert a blank floppy disk"
|
||||
AbStreamFull, "Stream write error"
|
||||
AbNoSuchDirectory, "Directory does not exist"
|
||||
AbInflateBlockError, "Cannot inflate block"
|
||||
AbBadStreamType, "Cannot truncate this type of stream"
|
||||
AbTruncateError, "Error truncating Zip File"
|
||||
AbZipBadCRC, "Failed CRC Check"
|
||||
AbZipBadStub, "Stub must be an executable"
|
||||
AbFileNotFound, "File not found"
|
||||
AbInvalidLFH, "Invalid Local File Header entry"
|
||||
AbNoArchive, "Archive does not exist - FileName is blank"
|
||||
AbReadError, "Error reading archive"
|
||||
|
||||
AbMethod0, "Stored"
|
||||
AbMethod1, "Shrunk"
|
||||
AbMethod2, "Reduced"
|
||||
AbMethod3, "Reduced"
|
||||
AbMethod4, "Reduced"
|
||||
AbMethod5, "Reduced"
|
||||
AbMethod6, "Imploded"
|
||||
AbMethod7, "Tokenized"
|
||||
AbMethod8, "Deflated"
|
||||
AbMethod9, "Enhanced Deflation"
|
||||
AbMethod10, "DCL Imploded"
|
||||
AbMethod11, "Best Method"
|
||||
|
||||
AbVersionFormat, "Version %s"
|
||||
AbCompressedSizeFormat, "Compressed Size: %d"
|
||||
AbUncompressedSizeFormat, "Uncompressed Size: %d"
|
||||
AbCompressionMethodFormat, "Compression Method: %s"
|
||||
AbCompressionRatioFormat, "Compression Ratio: %2.0f%%"
|
||||
AbCRCFormat, "CRC: %x"
|
||||
AbReadOnly, "r"
|
||||
AbHidden, "h"
|
||||
AbSystem, "s"
|
||||
AbArchived, "a"
|
||||
AbEFAFormat, "External File Attributes: %s"
|
||||
AbIFAFormat, "File Type: %s"
|
||||
AbText, "Text"
|
||||
AbBinary, "Binary"
|
||||
AbEncryptionFormat, "Encryption: %s"
|
||||
AbEncrypted, "Encrypted"
|
||||
AbNotEncrypted, "Not Encrypted"
|
||||
AbUnknown, "Unknown"
|
||||
AbTimeStampFormat, "Time Stamp: %s"
|
||||
AbMadeByFormat, "Made by Version: %f"
|
||||
AbNeededFormat, "Version Needed to Extract: %f"
|
||||
AbCommentFormat, "Comment: %s"
|
||||
AbDefaultExt, "*.zip"
|
||||
AbFilter, "PKZip Archives (*.zip)|*.zip|Self Extracting Archives (*.exe)|*.exe|All Files (*.*)|*.*"
|
||||
AbFileNameTitle, "Select File Name"
|
||||
|
||||
AbOK, "OK"
|
||||
AbCancel, "Cancel"
|
||||
AbSelectDirectory, "Select Directory"
|
||||
|
||||
AbEnterPassword, "Enter Password"
|
||||
AbPassword, "&Password"
|
||||
AbVerify, "&Verify"
|
||||
|
||||
AbVMSReadTooManyBytes, "VMS: request to read too many bytes [%d]"
|
||||
AbVMSInvalidOrigin, "VMS: invalid origin %d, should be 0, 1, 2"
|
||||
AbVMSErrorOpenSwap, "VMS: Cannot open swap file %s"
|
||||
AbVMSSeekFail, "VMS: Failed to seek in swap file %s"
|
||||
AbVMSReadFail, "VMS: Failed to read %d bytes from swap file %s"
|
||||
AbVMSWriteFail, "VMS: Failed to write %d bytes to swap file %s"
|
||||
AbVMSWriteTooManyBytes, "VMS: request to write too many bytes [%d]"
|
||||
|
103
Abbrevia/examples/COM/ASP/files/ABBREVIA/ABRES.FRA
Normal file
103
Abbrevia/examples/COM/ASP/files/ABBREVIA/ABRES.FRA
Normal file
@@ -0,0 +1,103 @@
|
||||
;{*********************************************************}
|
||||
;{* ABBREVIA: ABRES.STR v.1.07 *}
|
||||
;{* Copyright (c) TurboPower Software Co 1997 *}
|
||||
;{* All rights reserved. *}
|
||||
;{*********************************************************}
|
||||
;{* ABBREVIA: TPSRes string resources *}
|
||||
;{*********************************************************}
|
||||
;{* Translation into French *}
|
||||
;{* 02/27/1999 JF Nifenecker, Bordeaux (France) *}
|
||||
;{* (draft) *}
|
||||
;{*********************************************************}
|
||||
|
||||
#include <Abrccnst.inc>
|
||||
|
||||
AbErrZipInvalid, "Fichier incorrect - Ce n'est pas un fichier PKZip"
|
||||
AbZipVersionNeeded, "Impossible d'extraire le fichier - nouvelle version n<>cessaire"
|
||||
AbUnknownCompressionMethod, "Impossible d'extraire le fichier - m<>thode de compression non support<72>e"
|
||||
AbNoExtractionMethod, "Impossible d'extraire le fichier - mode d'extraction non support<72>"
|
||||
AbInvalidPassword, "Impossible d'extraire le fichier - mot de passe incorrect"
|
||||
AbNoInsertionMethod, "Impossible d'ins<6E>rer le fichier - mode d'insertion non support<72>"
|
||||
AbInvalidFactor, "Facteur de r<>duction incorrect"
|
||||
AbDuplicateName, "Impossible d'ins<6E>rer le fichier - doublon sur les noms de fichier"
|
||||
AbUnsupportedCompressionMethod, "Impossible d'ins<6E>rer le fichier - m<>thode de compression non support<72>e"
|
||||
AbUserAbort, "Processus interrompu par l'utilisateur"
|
||||
AbArchiveBusy, "Archive occup<75>e - les requ<71>tes ne peuvent <20>tre trait<69>es"
|
||||
AbLastDiskRequest, "Ins<6E>rez le dernier disque du jeu"
|
||||
AbDiskRequest, "Ins<6E>rez une disquette"
|
||||
AbBadSpanStream, "Les archives sur plusieurs disques doivent <20>tre ouvertes en tant que flux"
|
||||
AbDiskNumRequest, "Ins<6E>rez le disque n<>%d du jeu de disques"
|
||||
AbNoOverwriteSpanStream, "Impossible de mettre <20> jour le jeu de disques existant"
|
||||
AbNoSpannedSelfExtract, "Impossible de cr<63>er un jeu de disques auto-extractible"
|
||||
AbBlankDisk, "Ins<6E>rez un disque vierge"
|
||||
AbStreamFull, "Erreur d'<27>criture du fichier"
|
||||
AbNoSuchDirectory, "Le r<>pertoire n'existe pas"
|
||||
AbInflateBlockError, "Impossible de gonfler le bloc"
|
||||
AbBadStreamType, "Impossible de tronquer ce type de fichier"
|
||||
AbTruncateError, "Erreur pendant la troncature du fichier Zip"
|
||||
AbZipBadCRC, "Le contr<74>le de CRC a <20>chou<6F>"
|
||||
AbZipBadStub, "L'amorce doit <20>tre un fichier ex<65>cutable"
|
||||
AbFileNotFound, "Fichier non trouv<75>"
|
||||
AbInvalidLFH, "Entr<74>e d'en-t<>te de fichier local incorrecte"
|
||||
AbNoArchive, "L'archive n'existe pas - le nom de fichier est vide"
|
||||
AbReadError, "Erreur lors de la lecture de l'archive"
|
||||
|
||||
AbMethod0, "Stock<63>"
|
||||
AbMethod1, "R<>tr<74>ci"
|
||||
AbMethod2, "R<>duit"
|
||||
AbMethod3, "R<>duit"
|
||||
AbMethod4, "R<>duit"
|
||||
AbMethod5, "R<>duit"
|
||||
AbMethod6, "Implos<6F>"
|
||||
AbMethod7, "Symbolis<69>"
|
||||
AbMethod8, "D<>gonfl<66>"
|
||||
AbMethod9, "D<>gonflage am<61>lior<6F>"
|
||||
AbMethod10, "DCL implos<6F>"
|
||||
AbMethod11, "Meilleure m<>thode"
|
||||
|
||||
AbVersionFormat, "Version %s"
|
||||
AbCompressedSizeFormat, "Taille compress<73>e : %d"
|
||||
AbUncompressedSizeFormat, "Taille non compress<73>e : %d"
|
||||
AbCompressionMethodFormat, "M<>thode de compression : %s"
|
||||
AbCompressionRatioFormat, "Taux de compression : %2.0f%%"
|
||||
AbCRCFormat, "CRC : %x"
|
||||
|
||||
; to conform to usage, these 4 tokens not translated
|
||||
AbReadOnly, "r"
|
||||
AbHidden, "h"
|
||||
AbSystem, "s"
|
||||
AbArchived, "a"
|
||||
|
||||
; translation continued
|
||||
AbEFAFormat, "Attributs du fichier externe : %s"
|
||||
AbIFAFormat, "Type de fichier : %s"
|
||||
AbText, "Texte"
|
||||
AbBinary, "Binaire"
|
||||
AbEncryptionFormat, "Cryptage : %s"
|
||||
AbEncrypted, "Crypt<70>"
|
||||
AbNotEncrypted, "Non crypt<70>"
|
||||
AbUnknown, "Inconnu"
|
||||
AbTimeStampFormat, "Horodatage : %s"
|
||||
AbMadeByFormat, "Cr<43><72> par la version : %f"
|
||||
AbNeededFormat, "Version requise pour l'extraction : %f"
|
||||
AbCommentFormat, "Commentaire : %s"
|
||||
AbDefaultExt, "*.zip"
|
||||
AbFilter, "Archives PKZip (*.zip)|*.zip|Archives auto-extractibles (*.exe)|*.exe|Tous les fichiers (*.*)|*.*"
|
||||
AbFileNameTitle, "S<>lectionnez un fichier"
|
||||
|
||||
AbOK, "OK"
|
||||
AbCancel, "Annuler"
|
||||
AbSelectDirectory, "S<>lectionnez un r<>pertoire"
|
||||
|
||||
AbEnterPassword, "Entrez le mot de passe"
|
||||
AbPassword, "&Mot de passe"
|
||||
AbVerify, "&V<>rifier"
|
||||
|
||||
AbVMSReadTooManyBytes, "VMS : demande de lecture de trop d'octets [%d]"
|
||||
AbVMSInvalidOrigin, "VMS : origine %d incorrecte, doit <20>tre 0, 1 ou 2"
|
||||
AbVMSErrorOpenSwap, "VMS : impossible d'ouvrir le fichier d'<27>change %s"
|
||||
AbVMSSeekFail, "VMS : <20>chec de la recherche dans le fichier d'<27>change %s"
|
||||
AbVMSReadFail, "VMS : <20>chec <20> la lecture de %d octets dans le fichier d'<27>change %s"
|
||||
AbVMSWriteFail, "VMS : <20>chec <20> l'<27>criture de %d octets dans le fichier d'<27>change %s"
|
||||
AbVMSWriteTooManyBytes, "VMS : demande d'<27>criture de trop d'octets [%d]"
|
||||
|
95
Abbrevia/examples/COM/ASP/files/ABBREVIA/ABRES.NOR
Normal file
95
Abbrevia/examples/COM/ASP/files/ABBREVIA/ABRES.NOR
Normal file
@@ -0,0 +1,95 @@
|
||||
;{*********************************************************}
|
||||
;{* ABBREVIA: ABRES.STR *}
|
||||
;{* Copyright (c) TurboPower Software Co 1997 *}
|
||||
;{* All rights reserved. *}
|
||||
;{*********************************************************}
|
||||
;{* ABBREVIA: TPSRes string resources *}
|
||||
;{*********************************************************}
|
||||
; translated to norwegian Bokm<6B>l by Bj<42>rn T. J<>nsson, 15.02.1999
|
||||
|
||||
#include "Abrccnst.inc"
|
||||
|
||||
AbErrZipInvalid, "Ugyldig fil - ikke en PKZip-fil"
|
||||
AbZipVersionNeeded, "Kan ikke pakke ut fil - nyere versjon p<>krevet"
|
||||
AbUnknownCompressionMethod, "Kan ikke pakke ut fil - kompresjonsmetode ikke st<73>ttet"
|
||||
AbNoExtractionMethod, "Kan ikke pakke ut fil - ingen utpakkingsst<73>tte til r<>dighet"
|
||||
AbInvalidPassword, "Kan ikke pakke ut fil - ugyldig passord"
|
||||
AbNoInsertionMethod, "Kan ikke sette inn fil - ingen innsettingsst<73>tte til r<>dighet"
|
||||
AbInvalidFactor, "Ugyldig reduseringsfaktor"
|
||||
AbDuplicateName, "Kan ikke sette inn fil - dublett i lagret navn"
|
||||
AbUnsupportedCompressionMethod, "Kan ikke sette inn fil - kompresjonsmetode ikke st<73>ttet"
|
||||
AbUserAbort, "Prosessen avbrutt av bruker"
|
||||
AbArchiveBusy, "Pakken er opptatt - kan ikke prosessere nye anmodninger"
|
||||
AbLastDiskRequest, "Sett inn den siste disketten i disksettet"
|
||||
AbDiskRequest, "Sett inn diskett"
|
||||
AbBadSpanStream, "Pakker som g<>r over flere disker m<> <20>pnes som filstr<74>mmer"
|
||||
AbDiskNumRequest, "Sett inn diskett nummer %d i disksettet"
|
||||
AbNoOverwriteSpanStream, "Kan ikke oppdatere et eksisterende disksett som g<>r over flere disker"
|
||||
AbNoSpannedSelfExtract, "Kan ikke lage en selvutpakkende fil som g<>r over flere disker"
|
||||
AbBlankDisk, "Sett inn en blank diskett"
|
||||
AbStreamFull, "Skrivefeil i datastr<74>m"
|
||||
AbNoSuchDirectory, "Diskomr<6D>det finnes ikke"
|
||||
AbInflateBlockError, "Kan ikke bl<62>se opp denne blokken"
|
||||
AbBadStreamType, "Kan ikke beskj<6B>re denne type datastr<74>m"
|
||||
AbTruncateError, "Feil under beskj<6B>ring av Zip-fil"
|
||||
AbZipBadCRC, "CRC-sjekk feilet"
|
||||
AbZipBadStub, "Stammen m<> v<>re en kj<6B>rbar fil"
|
||||
AbFileNotFound, "Fil ikke funnet"
|
||||
AbInvalidLFH, "Ugyldig verdi i lokalt filhode"
|
||||
AbNoArchive, "Pakke finnes ikke - filnavn er blank"
|
||||
AbReadError, "Lesefeil i pakken"
|
||||
|
||||
AbMethod0, "Lagret"
|
||||
AbMethod1, "Krympet"
|
||||
AbMethod2, "Redusert"
|
||||
AbMethod3, "Redusert"
|
||||
AbMethod4, "Redusert"
|
||||
AbMethod5, "Redusert"
|
||||
AbMethod6, "Implodert"
|
||||
AbMethod7, "Symbolisert"
|
||||
AbMethod8, "Deflatorisert"
|
||||
AbMethod9, "Utvidet deflatorisk"
|
||||
AbMethod10, "DCL Implodert"
|
||||
AbMethod11, "Beste metode"
|
||||
|
||||
AbVersionFormat, "Versjon %s"
|
||||
AbCompressedSizeFormat, "Komprimert st<73>rrelse: %d"
|
||||
AbUncompressedSizeFormat, "Ukomprimert st<73>rrelse: %d"
|
||||
AbCompressionMethodFormat, "Kompresjonsmetode: %s"
|
||||
AbCompressionRatioFormat, "Kompresjonsforhold: %2.0f%%"
|
||||
AbCRCFormat, "CRC: %x"
|
||||
AbReadOnly, "r"
|
||||
AbHidden, "h"
|
||||
AbSystem, "s"
|
||||
AbArchived, "a"
|
||||
AbEFAFormat, "Eksterne filattributter: %s"
|
||||
AbIFAFormat, "Filtype: %s"
|
||||
AbText, "Tekst"
|
||||
AbBinary, "Bin<69>r"
|
||||
AbEncryptionFormat, "Kryptering: %s"
|
||||
AbEncrypted, "Kryptert"
|
||||
AbNotEncrypted, "Ikke kryptert"
|
||||
AbUnknown, "Ukjent"
|
||||
AbTimeStampFormat, "Tidsstempel: %s"
|
||||
AbMadeByFormat, "Laget av versjon: %f"
|
||||
AbNeededFormat, "Versjon n<>dvendig for utpakking: %f"
|
||||
AbCommentFormat, "Kommentar: %s"
|
||||
AbDefaultExt, "*.zip"
|
||||
AbFilter, "PKZip-pakker (*.zip)|*.zip|Selvutpakkende pakker (*.exe)|*.exe|Alle filer (*.*)|*.*"
|
||||
AbFileNameTitle, "Velg filnavn"
|
||||
|
||||
AbOK, "OK"
|
||||
AbCancel, "Avbryt"
|
||||
AbSelectDirectory, "Velg diskomr<6D>de"
|
||||
|
||||
AbEnterPassword, "Angi passord"
|
||||
AbPassword, "&Passord"
|
||||
AbVerify, "&Verifiser"
|
||||
|
||||
AbVMSReadTooManyBytes, "VMS: anmodning om <20> lese for mange tegn [%d]"
|
||||
AbVMSInvalidOrigin, "VMS: ugyldig opprinnelse %d, skal v<>re 0, 1, 2"
|
||||
AbVMSErrorOpenSwap, "VMS: Kan ikke <20>pne swap-fil %s"
|
||||
AbVMSSeekFail, "VMS: S<>k i swap-fil %s feilet"
|
||||
AbVMSReadFail, "VMS: Lesing av %d tegn fra swap-fil %s feilet"
|
||||
AbVMSWriteFail, "VMS: Skriving av %d tegn til swap-fil %s feilet"
|
||||
AbVMSWriteTooManyBytes, "VMS: anmodning om <20> skrive for mange tegn [%d]"
|
11
Abbrevia/examples/COM/ASP/files/ABBREVIA/ABSRMGR.ENU
Normal file
11
Abbrevia/examples/COM/ASP/files/ABBREVIA/ABSRMGR.ENU
Normal file
@@ -0,0 +1,11 @@
|
||||
;*********************************************************
|
||||
;* Error strings for the SRMGR unit *
|
||||
;*********************************************************
|
||||
|
||||
//Compile with SRMC, then compile SRMGR.RC with BRCC[32]
|
||||
|
||||
1, "String not found: %d"
|
||||
2, "Cannot lock resource"
|
||||
3, "String resource not found: %s"
|
||||
4, "Unable to open string resource: %s"
|
||||
5, "Invalid string resource"
|
12
Abbrevia/examples/COM/ASP/files/ABBREVIA/ABSRMGR.NOR
Normal file
12
Abbrevia/examples/COM/ASP/files/ABBREVIA/ABSRMGR.NOR
Normal file
@@ -0,0 +1,12 @@
|
||||
;*********************************************************
|
||||
;* Error strings for the SRMGR unit *
|
||||
;*********************************************************
|
||||
; translated to norwegian Bokm<6B>l by Bj<42>rn T. J<>nsson, 14.02.1999
|
||||
|
||||
//Compile with SRMC, then compile SRMGR.RC with BRCC[32]
|
||||
|
||||
1, "Streng ikke funnet: %d"
|
||||
2, "Kan ikke l<>se ressurs"
|
||||
3, "Strengressurs ikke funnet: %s"
|
||||
4, "Kan ikke <20>pne strengressurs: %s"
|
||||
5, "Ugyldig strengressurs"
|
Reference in New Issue
Block a user