Стартовый пул
This commit is contained in:
5
Abbrevia/examples/COM/ASP/files/SYSTOOLS/00INDEX.TXT
Normal file
5
Abbrevia/examples/COM/ASP/files/SYSTOOLS/00INDEX.TXT
Normal file
@@ -0,0 +1,5 @@
|
||||
STCONST.ENU 8K
|
||||
STCONST.FRA 10K
|
||||
STCONST.NOR 9K
|
||||
STSRMGR.ENU 1K
|
||||
STSRMGR.NOR 1K
|
134
Abbrevia/examples/COM/ASP/files/SYSTOOLS/STCONST.ENU
Normal file
134
Abbrevia/examples/COM/ASP/files/SYSTOOLS/STCONST.ENU
Normal file
@@ -0,0 +1,134 @@
|
||||
#include "stconst.inc"
|
||||
|
||||
stscFalseString, "FALSE"
|
||||
stscTrueString, "TRUE"
|
||||
stscNoFileKey, "No Ini File or Primary Key specified"
|
||||
stscInvalidPKey, "Invalid primary key specified"
|
||||
stscNoWin32S, "RegIni Class not supported under Win32s"
|
||||
stscCreateKeyFail, "Failed to create key\nError Code: %d"
|
||||
stscOpenKeyFail, "Failed to open key\nError Code: %d"
|
||||
stscIniWriteFail, "Failed to write value to INI file"
|
||||
stscRegWriteFail, "Failed to write value to Registry\nError Code: %d"
|
||||
stscNoKeyName, "No key name specified"
|
||||
stscQueryKeyFail, "Unable to query specified key\nError Code: %d"
|
||||
stscEnumKeyFail, "Unable to enumerate key\nError Code: %d"
|
||||
stscEnumValueFail, "Unable to enumerate value\nError Code: %d"
|
||||
stscIniDeleteFail, "Unable to delete section from INI file"
|
||||
stscKeyHasSubKeys, "Can not delete key which has subkeys (%d)"
|
||||
stscDeleteKeyFail, "Unable to delete key\nError Code: %d"
|
||||
stscIniDelValueFail, "Unable to delete value from INI file"
|
||||
stscRegDelValueFail, "Unable to delete value from key\nError Code: %d"
|
||||
stscOutputFileExists, "Output file exists"
|
||||
stscFileHasExtension, "File name can not have an extension"
|
||||
stscSaveKeyFail, "Unable to save key\nError Code: %d"
|
||||
stscNo16bitSupport, "Function not supported in 16-bit applications"
|
||||
stscCantFindInputFile, "Can not find input file"
|
||||
stscLoadKeyFail, "Unable to load key\nError Code: %d"
|
||||
stscUnloadKeyFail, "Unable to unload key\nErrorCode: %d"
|
||||
stscNotWinNTPlatform, "Function not supported on this platform"
|
||||
stscBadOptionsKeyCombo, "Selection options incompatible\nwith specified primary key"
|
||||
stscRestoreKeyFail, "Unable to restore key\nError Code: %d"
|
||||
stscReplaceKeyFail, "Unable to replace key\nError Code: %d"
|
||||
stscNoIniFileSupport, "Function not supported on INI files"
|
||||
stscRemoteKeyIsOpen, "Remote key already open"
|
||||
stscConnectRemoteKeyFail, "Unable to connect to remote registry key\nError Code: %d"
|
||||
stscCloseRemoteKeyFail, "Unable to close remote registry key"
|
||||
stscFlushKeyFail, "Unable to flush specified key"
|
||||
stscBufferDataSizesDif, "Buffer size differs from data size\nBuffer: %d Data: %d"
|
||||
stscKeyIsEmptyNotExists, "Specified Key is empty or does not exist"
|
||||
stscGetSecurityFail, "Failed to Get Security Information\nError Code: %d"
|
||||
stscSetSecurityFail, "Failed to Set Security Information\nError Code: %d"
|
||||
stscByteArrayTooLarge, "Size of byte array exceeds limit"
|
||||
stscQueryValueFail, "Unable to query value in key"
|
||||
stscNoValueNameSpecified, "No Value Name specified"
|
||||
|
||||
stscNoCompare, "Compare property must be set"
|
||||
stscBadType, "An incompatible class is passed to a method"
|
||||
stscBadSize, "Bad size parameter"
|
||||
stscDupNode, "Attempt to add duplicate node to TStTree"
|
||||
stscBadIndex, "Index is out of range"
|
||||
stscBadWinMode, "Requires enhanced mode operation for Windows 3.1x"
|
||||
stscUnknownClass, "Container class name %s read from stream is unregistered"
|
||||
stscUnknownNodeClass, "Node class name %s read from stream is unregistered"
|
||||
stscNoStoreData, "Container's StoreData property is unassigned"
|
||||
stscNoLoadData, "Container's LoadData property is unassigned"
|
||||
stscWrongClass, "Class name on stream differs from object's class"
|
||||
stscWrongNodeClass, "Node class name on stream differs from object's node class"
|
||||
stscBadCompare, "Unable to assign this compare function now"
|
||||
stscTooManyCols, "Cannot assign a matrix with more than 1 column to an array"
|
||||
stscBadColCount, "Can only assign a matrix to a virtual matrix if column counts are equal"
|
||||
stscBadElSize, "Can only assign a matrix to a virtual matrix if element sizes are equal"
|
||||
stscBadDups, "Can only set Duplicates to False in an empty sorted collection"
|
||||
|
||||
stscTooManyFiles, "Too many merge files in TStSorter"
|
||||
stscFileCreate, "Error creating file"
|
||||
stscFileOpen, "Error opening file"
|
||||
stscFileWrite, "Error writing file (bytes written <> bytes requested)"
|
||||
stscFileRead, "Error reading file (bytes read <> bytes requested)"
|
||||
stscBadState, "TStSorter in wrong state"
|
||||
|
||||
stscBcdBadFormat, "Bad BCD format"
|
||||
stscBcdOverflow, "BCD larger than 10**64"
|
||||
stscBcdDivByZero, "BCD divide by zero"
|
||||
stscBcdBadInput, "BCD negative input to sqrt, ln, or power"
|
||||
stscBcdBufOverflow, "Buffer overflow in FormatBcd"
|
||||
|
||||
stscNoVerInfo, "File does not contain version info"
|
||||
stscVerInfoFail, "Unable to read version info"
|
||||
|
||||
stscShellVersionError, "Operation not supported in this version of the shell"
|
||||
stscShellFileOpSrcError, "No source files specified"
|
||||
stscShellFileOpDstError, "No destination files specified"
|
||||
stscShellFileOpMapError, "File mapping incomplete"
|
||||
stscShellFormatError, "Format failed"
|
||||
stscShellFormatCancel, "Format cancelled"
|
||||
stscShellFormatNoFormat, "Drive cannot be formatted"
|
||||
stscShellFormatBadDrive, "Invalid drive. Drive is not removable"
|
||||
stscTrayIconInvalidOS, "Operating system does not support tray icons"
|
||||
stscTrayIconCantAdd, "Error adding tray icon"
|
||||
stscTrayIconCantDelete, "Error removing tray icon"
|
||||
stscTrayIconError, "Tray icon error"
|
||||
stscBadDropTarget, "Drop target must be a TWinControl descendant"
|
||||
stscCOMInitFailed, "Cannot initialize COM"
|
||||
stscNoPathSpecified, "Destination directory not specified"
|
||||
stscIShellLinkError, "Error creating IShellLink"
|
||||
stscNotShortcut, "File is not a shortcut"
|
||||
stscTrayIconClose, "&Close"
|
||||
stscTrayIconRestore, "&Restore"
|
||||
stscInvalidTargetFile, "Cannot create shortcut. Target file does not exist"
|
||||
stscShellFileOpDelete, "Cannot use file mappings in a delete operation"
|
||||
stscShellFileNotFound, "Source file error, file not found"
|
||||
stscTrayIconDuplicate, "Cannot have more than one StTrayIcon per application"
|
||||
stscBadVerInfoKey, "The specified key cannnot be found in version info"
|
||||
stscImageListInvalid, "ImageList is not assigned"
|
||||
|
||||
stscInvalidUPCACodeLen, "Invalid code length (must be 11 or 12)"
|
||||
stscInvalidCharacter, "Invalid character"
|
||||
stscInvalidCheckCharacter, "Invalid check character"
|
||||
stscInvalidUPCECodeLen, "Invalid code length (must be 6)"
|
||||
stscInvalidEAN8CodeLen, "Invalid code length (must be 7 or 8)"
|
||||
stscInvalidEAN13CodeLen, "Invalid code length (must be 12 or 13)"
|
||||
stscInvalidSupCodeLen, "Invalid supplemental code length (must be 2 or 5)"
|
||||
|
||||
stscFinBadArg, "Invalid argument to financial function"
|
||||
stscFinNoConverge, "Function does not converge"
|
||||
|
||||
stscExprEmpty, "Empty expression"
|
||||
stscExprBadNum, "Error in floating point number"
|
||||
stscExprBadChar, "Unknown character"
|
||||
stscExprOpndExp, "Expected function, number, sign, or ("
|
||||
stscExprNumeric, "Numeric error"
|
||||
stscExprBadExp, "Invalid expression"
|
||||
stscExprOpndOvfl, "Operand stack overflow"
|
||||
stscExprUnkFunc, "Unknown function identifier"
|
||||
stscExprLParExp, "Left parenthesis expected"
|
||||
stscExprRParExp, "Right parenthesis expected"
|
||||
stscExprCommExp, "Comma expected"
|
||||
stscExprDupIdent, "Duplicate identifier"
|
||||
|
||||
stscBadEncodeFmt, "Encoding Format Not Supported"
|
||||
stscBadAttachment, "Attachment Doesn't Exist"
|
||||
stscDupeString, "Duplicate string"
|
||||
stscInStream, "Error in input stream"
|
||||
|
||||
stscOutOfBounds, "Index out of string bounds"
|
146
Abbrevia/examples/COM/ASP/files/SYSTOOLS/STCONST.FRA
Normal file
146
Abbrevia/examples/COM/ASP/files/SYSTOOLS/STCONST.FRA
Normal file
@@ -0,0 +1,146 @@
|
||||
;{*********************************************************}
|
||||
;{* SYSTOOLS: STCONST.STR v.2.03 *}
|
||||
;{* Copyright (c) TurboPower Software Co 1997 *}
|
||||
;{* All rights reserved. *}
|
||||
;{*********************************************************}
|
||||
;{* SYSTOOLS: TPSRes string resources *}
|
||||
;{*********************************************************}
|
||||
;{* Translation into French *}
|
||||
;{* 03/15/1999 JF Nifenecker, Bordeaux (France) *}
|
||||
;{* (draft) *}
|
||||
;{*********************************************************}
|
||||
|
||||
#include <stconst.inc>
|
||||
|
||||
stscFalseString, "FAUX"
|
||||
stscTrueString, "VRAI"
|
||||
stscNoFileKey, "Pas de fichier Ini ou de cl<63> primaire specifi<66>e"
|
||||
stscInvalidPKey, "La cl<63> primaire sp<73>cifi<66>e est incorrecte"
|
||||
stscNoWin32S, "Classe RegIni non support<72>e sous Win32s"
|
||||
stscCreateKeyFail, "Erreur lors de la cr<63>ation de la cl<63>\nCode d'erreur : %d"
|
||||
stscOpenKeyFail, "Erreur lors de l'ouverture de la cl<63>\nCode d'erreur : %d"
|
||||
stscIniWriteFail, "Erreur lors de l'<27>criture de la valeur dans le fichier INI"
|
||||
stscRegWriteFail, "Erreur lors de l'<27>criture de la valeur dans le Registre\nCode d'erreur : %d"
|
||||
stscNoKeyName, "Aucun nom de cl<63> sp<73>cifi<66>"
|
||||
stscQueryKeyFail, "Impossible de chercher la cl<63> sp<73>cifi<66>e\nCode d'erreur : %d"
|
||||
stscEnumKeyFail, "Impossible d'<27>num<75>rer la cl<63>\nCode d'erreur : %d"
|
||||
stscEnumValueFail, "Impossible d'<27>num<75>rer la valeur\nCode d'erreur : %d"
|
||||
stscIniDeleteFail, "Impossible d'effacer la section du fichier INI"
|
||||
stscKeyHasSubKeys, "Impossible d'effacer une cl<63> qui a des sous-cl<63>s (%d)"
|
||||
stscDeleteKeyFail, "Impossible d'effacer une cl<63>\nCode d'erreur : %d"
|
||||
stscIniDelValueFail, "Impossible d'effacer une valeur du fichier INI"
|
||||
stscRegDelValueFail, "Impossible d'effacer une valeur de cl<63>\nCode d'erreur : %d"
|
||||
stscOutputFileExists, "Le fichier de sortie existe"
|
||||
stscFileHasExtension, "Le nom de fichier ne peut pas avoir d'extension"
|
||||
stscSaveKeyFail, "Impossible de sauvegarder la cl<63>\nCode d'erreur : %d"
|
||||
stscNo16bitSupport, "Function non support<72>e dans les applications 16-bit"
|
||||
stscCantFindInputFile, "Fichier d'entr<74>e introuvable"
|
||||
stscLoadKeyFail, "Impossible de charger la cl<63>\nCode d'erreur : %d"
|
||||
stscUnloadKeyFail, "Impossible de d<>charger la cl<63>\nErrorCode: %d"
|
||||
stscNotWinNTPlatform, "Function non support<72>e sur cette plate-forme"
|
||||
stscBadOptionsKeyCombo, "Options de s<>lection incompatibles\navec la cl<63> primaire sp<73>cifi<66>e"
|
||||
stscRestoreKeyFail, "Impossible de restaurer la cl<63>\nCode d'erreur : %d"
|
||||
stscReplaceKeyFail, "Impossible de remplacer la cl<63>\nCode d'erreur : %d"
|
||||
stscNoIniFileSupport, "Fonction non support<72>e sur les fichiers INI"
|
||||
stscRemoteKeyIsOpen, "Cl<43> <20> distance d<>j<EFBFBD> ouverte"
|
||||
stscConnectRemoteKeyFail, "Impossible de se connecter <20> la cl<63> du registre <20> distance\nCode d'erreur : %d"
|
||||
stscCloseRemoteKeyFail, "Impossible de fermer la cl<63> du registre <20> distance"
|
||||
stscFlushKeyFail, "Impossible de forcer l'<27>criture de la cl<63> sp<73>cifi<66>e"
|
||||
stscBufferDataSizesDif, "La taille du tampon diff<66>re de celle des donn<6E>es\nTampon : %d Donn<6E>es : %d"
|
||||
stscKeyIsEmptyNotExists, "La cl<63> sp<73>cifi<66>e est vide ou inexistante"
|
||||
stscGetSecurityFail, "Informations de s<>curit<69> non re<72>ues\nCode d'erreur : %d"
|
||||
stscSetSecurityFail, "Erreur lors de l'<27>criture des informations de s<>curit<69>\nCode d'erreur : %d"
|
||||
stscByteArrayTooLarge, "La taille du tableau d'octets d<>borde des limites"
|
||||
stscQueryValueFail, "Impossible de chercher la valeur dans la cl<63>"
|
||||
stscNoValueNameSpecified, "Nom de valeur non pr<70>cis<69>"
|
||||
|
||||
stscNoCompare, "La propri<72>t<EFBFBD> Compare doit <20>tre indiqu<71>e"
|
||||
stscBadType, "Une classe incompatible est pass<73>e <20> une m<>thode"
|
||||
stscBadSize, "Mauvaise taille de param<61>tre"
|
||||
stscDupNode, "Tentative d'ajout de noeud en double <20> TStTree"
|
||||
stscBadIndex, "Index hors bornes"
|
||||
stscBadWinMode, "N<>cessite le mode d'op<6F>ration am<61>lior<6F> pour Windows 3.1x"
|
||||
stscUnknownClass, "Le nom de classe du conteneur %s lu dans le flux n'est pas enregistr<74>"
|
||||
stscUnknownNodeClass, "Le nom de classe du noeud %s lu dans le flux n'est pas enregistr<74>"
|
||||
stscNoStoreData, "La propri<72>t<EFBFBD> StoreData du conteneur n'est pas assign<67>e"
|
||||
stscNoLoadData, "La propri<72>t<EFBFBD> LoadData du conteneur n'est pas assign<67>e"
|
||||
stscWrongClass, "Le nom de classs dans le flux diff<66>re de la classe de l'objet"
|
||||
stscWrongNodeClass, "La classe du noeud dans le flux diff<66>re de la classe de noeud de l'objet"
|
||||
stscBadCompare, "Impossible d'assigner cette fonction de comparaison maintenant"
|
||||
stscTooManyCols, "Impossible d'assigner une matrice de plus d'une colonne <20> un tableau"
|
||||
stscBadColCount, "Peut seulement assigner une matrice <20> une matrice virtuelle si les nombres de colonnes sont <20>gaux"
|
||||
stscBadElSize, "Peut seulement assigner une matrice <20> une matrice virtuelle si les tailles des <20>l<EFBFBD>ments sont <20>gales"
|
||||
stscBadDups, "Duplicates peut seulement <20>tre mis <20> False dans une collection tri<72>e vide"
|
||||
|
||||
stscTooManyFiles, "Trop de fichiers <20> fusionner dans TStSorter"
|
||||
stscFileCreate, "Error lors de la cr<63>ation du fichier"
|
||||
stscFileOpen, "Error lors de l'ouverture du file"
|
||||
stscFileWrite, "Erreur lors de l'<27>criture dans le fichier (octets <20>crits <> octets demand<6E>s)"
|
||||
stscFileRead, "Erreur lors de la lecture du fichier (octets lus <> octets demand<6E>s)"
|
||||
stscBadState, "TStSorter est dans un <20>tat erron<6F>"
|
||||
|
||||
stscBcdBadFormat, "Mauvais format de BCD"
|
||||
stscBcdOverflow, "BCD plus grand que 10**64"
|
||||
stscBcdDivByZero, "Division par z<>ro en BCD"
|
||||
stscBcdBadInput, "Saisie d'un BCD n<>gatif pour racine, ln, ou puissance"
|
||||
stscBcdBufOverflow, "D<>bordement de tampon dans FormatBcd"
|
||||
|
||||
stscNoVerInfo, "Le fichier ne contient pas d'informations de version"
|
||||
stscVerInfoFail, "Impossible de lire les informations de version"
|
||||
|
||||
stscShellVersionError, "Operation non support<72>e dans cette version du 'shell'"
|
||||
stscShellFileOpSrcError, "Fichiers source non pr<70>cis<69>s"
|
||||
stscShellFileOpDstError, "Fichiers de destination non pr<70>cis<69>s"
|
||||
stscShellFileOpMapError, "Equivalences de fichier incompl<70>tes"
|
||||
stscShellFormatError, "Echec lors du formatage"
|
||||
stscShellFormatCancel, "Formatage annul<75>"
|
||||
stscShellFormatNoFormat, "Impossible de formater le lecteur"
|
||||
stscShellFormatBadDrive, "Lecteur incorrect. Ce lecteur n'est pas amovible"
|
||||
stscTrayIconInvalidOS, "Le syst<73>me d'exploitation ne supporte pas les tray icons"
|
||||
stscTrayIconCantAdd, "Erreur lors de l'ajout <20> tray icon"
|
||||
stscTrayIconCantDelete, "Erreur lors de la suppression de tray icon"
|
||||
stscTrayIconError, "Erreur de Tray icon"
|
||||
stscBadDropTarget, "La cible du l<>cher doit <20>tre un descendant de TWinControl"
|
||||
stscCOMInitFailed, "Ne peut pas initialiser COM"
|
||||
stscNoPathSpecified, "R<>pertoire de destination non pr<70>cis<69>"
|
||||
stscIShellLinkError, "Erreur lors de la cr<63>ation de IShellLink"
|
||||
stscNotShortcut, "Le fichier n'est pas un raccourci"
|
||||
stscTrayIconClose, "&Fermer"
|
||||
stscTrayIconRestore, "&Restaurer"
|
||||
stscInvalidTargetFile, "Impossible de cr<63>er le raccourci. Le fichier cible n'existe pas"
|
||||
stscShellFileOpDelete, "Equivalences inutilisables dans une op<6F>ration d'effacement"
|
||||
stscShellFileNotFound, "Erreur de fichier source, fichier introuvable"
|
||||
stscTrayIconDuplicate, "Pas plus d'un StTrayIcon par application"
|
||||
stscBadVerInfoKey, "La cl<63> sp<73>cifi<66>e est introuvable dans les informations de version"
|
||||
stscImageListInvalid, "ImageList non assign<67>e"
|
||||
|
||||
stscInvalidUPCACodeLen, "Longueur du code incorrecte (doit <20>tre 11 ou 12)"
|
||||
stscInvalidCharacter, "Caract<63>re incorrect"
|
||||
stscInvalidCheckCharacter, "Caract<63>re de contr<74>le incorrect"
|
||||
stscInvalidUPCECodeLen, "Longueur du code incorrecte (doit <20>tre 6)"
|
||||
stscInvalidEAN8CodeLen, "Longueur du code incorrecte (doit <20>tre 7 ou 8)"
|
||||
stscInvalidEAN13CodeLen, "Longueur du code incorrecte (doit <20>tre 12 ou 13)"
|
||||
stscInvalidSupCodeLen, "Longueur du code suppl<70>mentaire incorrecte (doit <20>tre 2 ou 5)"
|
||||
|
||||
stscFinBadArg, "Argument incorrect pour une fonction financi<63>re"
|
||||
stscFinNoConverge, "La function ne converge pas"
|
||||
|
||||
stscExprEmpty, "Expression vide"
|
||||
stscExprBadNum, "Erreur dans le nombre en virgule flottante"
|
||||
stscExprBadChar, "Caract<63>re inconnu"
|
||||
stscExprOpndExp, "Fonction, nombre, signe ou '(' attendu"
|
||||
stscExprNumeric, "Erreur num<75>rique"
|
||||
stscExprBadExp, "Expression incorrecte"
|
||||
stscExprOpndOvfl, "D<>bordement de pile d'op<6F>randes"
|
||||
stscExprUnkFunc, "Identificateur de fonction inconnu"
|
||||
stscExprLParExp, "Parenth<74>se ouvrante attendue"
|
||||
stscExprRParExp, "Parenth<74>se fermante attendue"
|
||||
stscExprCommExp, "Virgule attendue"
|
||||
stscExprDupIdent, "Identificateur dupliqu<71>"
|
||||
|
||||
stscBadEncodeFmt, "Format d'encodage non support<72>"
|
||||
stscBadAttachment, "L'attachement n'existe pas"
|
||||
stscDupeString, "Cha<68>ne dupliqu<71>e"
|
||||
stscInStream, "Erreur dans le flux d'entr<74>e"
|
||||
|
||||
stscOutOfBounds, "Index hors des valeurs de cha<68>ne"
|
138
Abbrevia/examples/COM/ASP/files/SYSTOOLS/STCONST.NOR
Normal file
138
Abbrevia/examples/COM/ASP/files/SYSTOOLS/STCONST.NOR
Normal file
@@ -0,0 +1,138 @@
|
||||
; translated to norwegian Bokm<6B>l by Bj<42>rn T. J<>nsson, 02.02.1999
|
||||
; original source was stconst.str from SysTools 2.02
|
||||
; previous versions of this translation were released 30.01.1999 and 01.02.1999
|
||||
|
||||
#include "stconst.inc"
|
||||
|
||||
stscFalseString, "FALSK"
|
||||
stscTrueString, "SANN"
|
||||
stscNoFileKey, "Ingen INI-fil eller prim<69>rn<72>kkel angitt"
|
||||
stscInvalidPKey, "Ugyldig prim<69>rn<72>kkel angitt"
|
||||
stscNoWin32S, "RegIni-klassen er ikke st<73>ttet under Win32s"
|
||||
stscCreateKeyFail, "Mislyktes i <20> lage n<>kkel\nFeilkode: %d"
|
||||
stscOpenKeyFail, "Mislyktes i <20> <20>pne n<>kkel\nFeilkode: %d"
|
||||
stscIniWriteFail, "Mislyktes i <20> skrive verdi til INI-fil"
|
||||
stscRegWriteFail, "Mislyktes i <20> skrive verdi til registeret\nFeilkode: %d"
|
||||
stscNoKeyName, "Intet n<>kkelnavn angitt"
|
||||
stscQueryKeyFail, "Kan ikke sp<73>rre p<> angitt n<>kkel\nFeilkode: %d"
|
||||
stscEnumKeyFail, "Kan ikke foreta oppregning av n<>kkel\nFeilkode: %d"
|
||||
stscEnumValueFail, "Kan ikke foreta oppregning av verdi\nFeilkode: %d"
|
||||
stscIniDeleteFail, "Kan ikke fjerne seksjon fra INI-fil"
|
||||
stscKeyHasSubKeys, "Kan ikke fjerne n<>kkel n<>r den har undern<72>kler (%d)"
|
||||
stscDeleteKeyFail, "Kan ikke fjerne n<>kkel\nFeilkode: %d"
|
||||
stscIniDelValueFail, "Kan ikke fjerne verdi fra INI-fil"
|
||||
stscRegDelValueFail, "Kan ikke fjerne verdi fra n<>kkel\nFeilkode: %d"
|
||||
stscOutputFileExists, "Utdatafil eksisterer"
|
||||
stscFileHasExtension, "Filnavn kan ikke ha en filendelse"
|
||||
stscSaveKeyFail, "Kan ikke lagre n<>kkel\nFeilkode: %d"
|
||||
stscNo16bitSupport, "Funksjon ikke st<73>ttet i 16-bit applikasjoner"
|
||||
stscCantFindInputFile, "Finner ikke inndatafilen"
|
||||
stscLoadKeyFail, "Kan ikke laste n<>kkel\nFeilkode: %d"
|
||||
stscUnloadKeyFail, "Kan ikke laste ut n<>kkel\nFeilkode: %d"
|
||||
stscNotWinNTPlatform, "Funksjon ikke st<73>ttet p<> denne plattformen"
|
||||
stscBadOptionsKeyCombo, "Seleksjonsopsjoner uforenlig\nmed angitt prim<69>rn<72>kkel"
|
||||
stscRestoreKeyFail, "Kan ikke gjenopprette n<>kkel\nFeilkode: %d"
|
||||
stscReplaceKeyFail, "Kan ikke erstatte n<>kkel\nFeilkode: %d"
|
||||
stscNoIniFileSupport, "Funksjon ikke st<73>ttet for INI-filer"
|
||||
stscRemoteKeyIsOpen, "Fjernn<6E>kkel allerede <20>pen"
|
||||
stscConnectRemoteKeyFail, "Kan ikke opprette forbindelse med n<>kkel i fjernregister\nFeilode: %d"
|
||||
stscCloseRemoteKeyFail, "Kan ikke lukke n<>kkel i fjernregister"
|
||||
stscFlushKeyFail, "Kan ikke lagre angitt n<>kkel"
|
||||
stscBufferDataSizesDif, "Bufferst<73>rrelse avviker fra datast<73>rrelse\nBuffer: %d Data: %d"
|
||||
stscKeyIsEmptyNotExists, "Angitt n<>kkel er tom eller den eksisterer ikke"
|
||||
stscGetSecurityFail, "Mislyktes i <20> hente sikkerhetsinformasjon\nFeilkode: %d"
|
||||
stscSetSecurityFail, "Mislyktes i <20> sette sikkerhetsinformasjon\nFeilkode: %d"
|
||||
stscByteArrayTooLarge, "St<53>rrelsen p<> byte-tabellen overstiger grense"
|
||||
stscQueryValueFail, "Kan ikke sp<73>rre p<> verdi i n<>kkel"
|
||||
stscNoValueNameSpecified, "Intet verdinavn angitt"
|
||||
|
||||
stscNoCompare, "Sammenligningsegenskap m<> v<>re satt"
|
||||
stscBadType, "En uforenlig klasse ble sendt til en metode"
|
||||
stscBadSize, "Feil st<73>rrelsesparameter"
|
||||
stscDupNode, "Fors<72>k p<> <20> legge dublettnode til TStTree"
|
||||
stscBadIndex, "Indeks er utenfor rekkevidde"
|
||||
stscBadWinMode, "Krever utvidet-modus operasjon for Windows 3.1x"
|
||||
stscUnknownClass, "Databeholders klassenavn %s lest fra datastr<74>m er uregistrert"
|
||||
stscUnknownNodeClass, "Nodeklassenavn %s lest fra datastr<74>m er uregistrert"
|
||||
stscNoStoreData, "Databeholders StoreData-egenskap er ikke tildelt"
|
||||
stscNoLoadData, "Databeholders LoadData-egenskap er ikke tildelt"
|
||||
stscWrongClass, "Klassenavn p<> datastr<74>m avviker fra objektets klasse"
|
||||
stscWrongNodeClass, "Nodeklassenavn p<> datastr<74>m avviker fra objektets nodeklasse"
|
||||
stscBadCompare, "Kan ikke tildele denne sammenligningsfunksjonen n<>"
|
||||
stscTooManyCols, "Kan ikke tildele en matrise med mer enn 1 kolonne til en tabell"
|
||||
stscBadColCount, "Kan bare tildele en matrise til en virtuell matrise hvis antall kolonner er det samme"
|
||||
stscBadElSize, "Kan bare tildele en matrise til en virtuell matrise hvis elementst<73>rrelser er det samme"
|
||||
stscBadDups, "Kan bare sette dubletter til Falsk i en tom sorteringssamling"
|
||||
|
||||
stscTooManyFiles, "For mange flettefiler i TStSorter"
|
||||
stscFileCreate, "Feil ved opprettelse av fil"
|
||||
stscFileOpen, "Feil ved <20>pning av fil"
|
||||
stscFileWrite, "Feil ved skriving til fil (byter skrevet <> byter anmodet om)"
|
||||
stscFileRead, "Feil ved lesing av fil (byter lest <> byter anmodet om)"
|
||||
stscBadState, "TStSorter i feil tilstand"
|
||||
|
||||
stscBcdBadFormat, "Feil BCD-format"
|
||||
stscBcdOverflow, "BCD st<73>rre enn 10**64"
|
||||
stscBcdDivByZero, "BCD divisjon med null"
|
||||
stscBcdBadInput, "BCD negativ inndata til sqrt, ln, eller power"
|
||||
stscBcdBufOverflow, "Buffer-overl<72>p i FormatBcd"
|
||||
|
||||
stscNoVerInfo, "Fil inneholder ikke versjonsinfo"
|
||||
stscVerInfoFail, "Kan ikke lese versjonsinfo"
|
||||
|
||||
stscShellVersionError, "Operasjon ikke st<73>ttet i denne versjonen av OS-skall"
|
||||
stscShellFileOpSrcError, "Ingen kildefiler angitt"
|
||||
stscShellFileOpDstError, "Ingen destinasjonsfiler angitt"
|
||||
stscShellFileOpMapError, "Operasjonskartlegging for filen(e) er ikke komplett"
|
||||
stscShellFormatError, "Formattering mislykket"
|
||||
stscShellFormatCancel, "Formattering avbrutt"
|
||||
stscShellFormatNoFormat, "Disk(ett)stasjon kan ikke formatteres"
|
||||
stscShellFormatBadDrive, "Ugyldig diskstasjon. Diskstasjonen er fast"
|
||||
stscTrayIconInvalidOS, "Operativsystem st<73>tter ikke br<62>nnikoner"
|
||||
stscTrayIconCantAdd, "Klarte ikke <20> legge til br<62>nnikon"
|
||||
stscTrayIconCantDelete, "Klarte ikke <20> fjerne br<62>nnikon"
|
||||
stscTrayIconError, "Br<42>nnikon-feil"
|
||||
stscBadDropTarget, "Slippdestinasjonen m<> v<>re en TWinControl-etterkommer"
|
||||
stscCOMInitFailed, "Kan ikke initiere COM"
|
||||
stscNoPathSpecified, "Destinasjonsomr<6D>de ikke angitt"
|
||||
stscIShellLinkError, "Klarte ikke <20> opprette IShellLink"
|
||||
stscNotShortcut, "Fil er ikke en snarvei"
|
||||
stscTrayIconClose, "&Lukk"
|
||||
stscTrayIconRestore, "&Gjenopprette"
|
||||
stscInvalidTargetFile, "Kan ikke opprette snarvei. Destinasjonsfil eksisterer ikke"
|
||||
stscShellFileOpDelete, "Kan ikke bruke operasjonskartlegging for filer i en fjerneoperasjon"
|
||||
stscShellFileNotFound, "Kildefil-feil, fil ikke funnet"
|
||||
stscTrayIconDuplicate, "Kan ikke ha mer enn en StTrayIcon per applikasjon"
|
||||
stscBadVerInfoKey, "Den angitte n<>kkelen finnes ikke i versjonsinfo"
|
||||
stscImageListInvalid, "ImageList er ikke tildelt"
|
||||
|
||||
stscInvalidUPCACodeLen, "Ugyldig kodelengde (m<> v<>re 11 eller 12)"
|
||||
stscInvalidCharacter, "Ugyldig tegn"
|
||||
stscInvalidCheckCharacter, "Ugyldig kontrolltegn"
|
||||
stscInvalidUPCECodeLen, "Ugyldig kodelengde (m<> v<>re 6)"
|
||||
stscInvalidEAN8CodeLen, "Ugyldig kodelengde (m<> v<>re 7 eller 8)"
|
||||
stscInvalidEAN13CodeLen, "Ugyldig kodelengde (m<> v<>re 12 eller 13)"
|
||||
stscInvalidSupCodeLen, "Ugyldig tilleggskodelengde (m<> v<>re 2 eller 5)"
|
||||
|
||||
stscFinBadArg, "Ugyldig argument til finansfunksjon"
|
||||
stscFinNoConverge, "Funksjonene g<>r ikke sammen"
|
||||
|
||||
stscExprEmpty, "Tomt uttrykk"
|
||||
stscExprBadNum, "Feil i flyttall"
|
||||
stscExprBadChar, "Ukjent tegn"
|
||||
stscExprOpndExp, "Ventet funksjon, nummer, fortegn, eller ("
|
||||
stscExprNumeric, "Numerisk feil"
|
||||
stscExprBadExp, "Ugyldig uttrykk"
|
||||
stscExprOpndOvfl, "Operand stakk-overl<72>p"
|
||||
stscExprUnkFunc, "Ukjent funksjonsident"
|
||||
stscExprLParExp, "Ventet venstreparentes"
|
||||
stscExprRParExp, "Ventet h<>yreparentes"
|
||||
stscExprCommExp, "Ventet komma"
|
||||
stscExprDupIdent, "Dublett ident"
|
||||
|
||||
stscBadEncodeFmt, "Omkoderformat ikke st<73>ttet"
|
||||
stscBadAttachment, "Filtillegg eksisterer ikke"
|
||||
stscDupeString, "Dublett streng"
|
||||
stscInStream, "Feil i inndatastr<74>m"
|
||||
|
||||
stscOutOfBounds, "Indeks utenfor rekkevidde av strengen"
|
11
Abbrevia/examples/COM/ASP/files/SYSTOOLS/STSRMGR.ENU
Normal file
11
Abbrevia/examples/COM/ASP/files/SYSTOOLS/STSRMGR.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"
|
19
Abbrevia/examples/COM/ASP/files/SYSTOOLS/STSRMGR.FRA
Normal file
19
Abbrevia/examples/COM/ASP/files/SYSTOOLS/STSRMGR.FRA
Normal file
@@ -0,0 +1,19 @@
|
||||
;*********************************************************
|
||||
;* TurboPower String Resource Support: SRMGR.TXT 1.03 *
|
||||
;* Copyright (c) TurboPower Software Co 1996-1998 *
|
||||
;* All rights reserved. *
|
||||
;*********************************************************
|
||||
;* Error strings for the SRMGR unit *
|
||||
;*********************************************************
|
||||
;* Translation into French *
|
||||
;* 03/15/1999 JF Nifenecker, Bordeaux (France) *
|
||||
;* v.0.01 (draft version for tests) *
|
||||
;*********************************************************
|
||||
|
||||
//Compile with SRMC, then compile SRMGR.RC with BRCC[32]
|
||||
|
||||
1, "Cha<68>ne non trouv<75>e : %d"
|
||||
2, "Impossible de verrouiller la ressource"
|
||||
3, "Ressource cha<68>ne introuvable : %s"
|
||||
4, "Impossible d'ouvrir la ressource cha<68>ne : %s"
|
||||
5, "Ressource TPString incorrecte"
|
12
Abbrevia/examples/COM/ASP/files/SYSTOOLS/STSRMGR.NOR
Normal file
12
Abbrevia/examples/COM/ASP/files/SYSTOOLS/STSRMGR.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