' ---------------------------------------------------------------------------- ' File: $RCSfile: LMDK.BAS $ ' Author: $Author: rclewley $ ' Date: $Date: 1998/09/08 14:17:35 $ ' Version: $Revision: 1.1 $ ' Status: $State: Exp $ ' Locked_by: $Locker: $ ' Description: ' Notes: ' RealAuth: ' IncepDate: ' Copyright: (c) Oracle Corporation 1998. All Rights Reserved. ' ---------------------------------------------------------------------------- ' Log of Changes from RCS ' ---------------------------------------------------------------------------- ' $Log: LMDK.BAS $ ' Revision 1.1 1998/09/08 14:17:35 rclewley ' Initial revision ' ' ---------------------------------------------------------------------------- ' Attribute VB_Name = "LM" Option Explicit ' ' NOTES TO TRANSLATORS ' -------------------- ' This file is a Visual Basic source code file that contains a set of string ' values for text that may be displayed to the user of a generated ' application. The strings that require translating are within double ' quotes at the end of each line that starts "Global Const... ' The rest of this file must remain unchanged. ' ' Each of the strings to be translated is accompanied with a comment ' regarding its usage. These comments are prefixed with a word indicating ' the type of text as one of: ' Message: The text forms whole or part of a message issued to the user ' Caption: The text forms the caption/prompt for a control. ' Display: The text is displayed on the form. ' ' Constant Prefixes ' ----------------- ' glmt - used in tpl files ' glmg - used in lg.bas ' glmd - used in ld.bas ' glmv - used in LOV dialogs ' glma - used in About dialog ' glms - used in Server error dialog ' glml - used in Logon dialog ' glmo - used in Options dialog ' glmw - used in template windows ' ********************************************************************** ' GENERAL BUTTON CAPTIONS ' ********************************************************************** ' Caption: OK button Global Const glmgOK = "OK" ' Caption: Cancel button Global Const glmgCANCEL = "Annullér" ' ********************************************************************** ' MESSAGE STRINGS USED IN TEMPLATE FILES ' ********************************************************************** ' Message: The value cannot be updated' Global Const glmtCTRL_NOT_UPDATABLE = "Kontrolelement kan ikke opdateres" ' Message: The row being manipulated has been deleted by another user. Global Const glmtRECORD_NO_LONGER_EXISTS = "Recorden findes ikke længere i databasen" ' Message: The row being changed has been locked by another user. Global Const glmtROW_LOCKED = "Række er låst af en anden bruger" ' Message: The row being changed has been modified by another user Global Const glmtROW_MODIFIED = "Række er ændret af en anden bruger" ' Question: Ask user to confirm row deletion Global Const glmtCONFIRM_DELETE = "Slet rækken fra databasen?" ' Question: Ask user to confirm row deletion Global Const glmtCONFIRM_MULTI_DELETE = "Slet disse

rækker fra databasen?" ' Message: Confirm row has been deleted Global Const glmtROW_DELETED = "Række slettet" ' Message: Confirm rows have been deleted Global Const glmtROWS_DELETED = "

række(r) slettet." ' Message: This message follows another error message to indicate that becuase ' of the previous message, the form displayed cannot be used. Global Const glmtFORM_NOT_USABLE = "Formularen er ikke i en brugbar tilstand" ' Question: Ask user to confirm that changes are to be undone Global Const glmtUNDO_CHANGES = "Fortryd ændringerne?" ' Message: The query submitted returned no rows. Global Const glmtNO_ROWS_FOUND = "Ingen rækker fundet" ' Message: The value entered is too long.

is a placeholder for the total ' number of characters permitted. Global Const glmtTOO_MANY_CHARS = "Værdi kan ikke have mere end

tegn" ' Question: The query has already returned the given number of rows. Does the user want ' to continue fetching, or stop the query.

is a placeholder for the ' number of rows fetched. Global Const glmtCONTINUE_FETCHING = "

rækker hentet. Fortsæt hentning?" ' Question: The user is performing an action that would clear the current row, but ' there are still some outstanding changes. Should those changes be saved? '

is a placeholder for the name of the zone, e.g. Employees. Global Const glmtSAVE_CHANGES = "Vil du gemme de udestående ændringer i '

'-zonen" ' Message: User has requested online help but the help file cannot be found. Global Const glmtFileNotFound = "Hjælpefil findes ikke" ' ********************************************************************** ' STRINGS USED IN LG.BAS ' ********************************************************************** ' Display: Titles used in Message Boxes used for different types of messages Global Const glmgTITLE_FATAL = "FEJL" Global Const glmgTITLE_INFO = "Information" Global Const glmgTITLE_WARN = "Advarsel" Global Const glmgTITLE_ERROR = "Fejl" Global Const glmgTITLE_QUESTION = "Spørgsmål" ' Message: User attempting to use Edit/Cut,Copy, etc on a control that does not ' support this operation. Global Const glmgNO_SELTEXT_PROP = "Redigeringshandlinger er ikke tilgængelige her" ' Message: Issued if control trying to be set (programatically) to an invalid ' value, e.g. when a record queried from the database, in the form ' of a prefix (one of 3 control types) and the suffix.

is a ' placeholder for the control's value. Global Const glmgCTRL_CHECKBOX = "Afkrydsningsfeltkontrolelement: " Global Const glmgCTRL_LIST = "Listekontrolelement: " Global Const glmgCTRL_RADIO = "Valgfeltkontrolelement: " Global Const glmgCTRL_SET_BAD_VALUE = "Værdien '

', der defineres, er ikke en gyldig værdi" ' Caption: Textbox used to enter search criteria before bringing up a list ' of values.

is the caption of the control that the search ' will be applied against. Global Const glmgLOV_ENTER_CRITERIA = "Indtast reduktionskriterier" Global Const glmgLOV_ENTER_CRITERIA_FOR = "Indtast reduktionskriterier til

" ' Message: Location and error number of unhandled VB errors Global Const glmgERR_LOCATION = "Lokation: " Global Const glmgVB_ERROR = "VB-fejl " ' Display: Strings to build up the "Record n of m" record status display Global Const glmgRECORD_N = "Record " Global Const glmgOF_M = " af " ' Display: Date & Time shown in the status panel Global Const glmgDATE = "Dato: " Global Const glmgTIME = "Kl.: " ' Message: "User has entered an "invalid value" type errors... Global Const glmgERROR_RANGE = "Værdi er uden for det tilladte interval (

)" Global Const glmgERROR_PRECISION = "Værdi kan ikke have mere end

cifre før decimaltegnet" Global Const glmgERROR_NO_SCALE = "Værdien kan ikke indeholde decimaler" Global Const glmgERROR_LARGE_SCALE = "Værdi kan ikke have mere end

decimaler" Global Const glmgERROR_NOT_IN_LIST = "'

' findes ikke i listen over tilladte værdier" Global Const glmgERROR_NOT_A_DATE = "'

' er ikke en gyldig dato" Global Const glmgERROR_NOT_A_NUMBER = "'

' er ikke et gyldigt tal" Global Const glmgERROR_MUST_BE_ENTERED = "Værdi skal angives" ' Display: This string is added as an extra item in a ListBox/ComboBox, ' to allow the user to specify that the correct value is unknown ' at this point. Global Const glmgDV_UNKNOWN_OPT_STRING = "Ukendt" ' Display: Text used in the window title of a detail form that does not ' have a current master record (i.e. detail form is disabled). Global Const glmgDISABLED_DETAIL_CONTEXT = " : Ikke i kontekst" ' ********************************************************************** ' MESSAGE STRINGS USED IN LD.BAS ' ********************************************************************** ' Message: Attempting to run an application without Oracle Objects for OLE ' being installed on the PC. Global Const glmdOO4O_INIT_LINE1 = "Kan ikke initialisere Oracle-objekter til OLE" Global Const glmdOO4O_INIT_LINE2 = "Kontrollér, at det er korrekt installeret på PC'en" ' Message: Cannot load application because no more windows timers are available Global Const glmdNO_TIMER_LINE1 = "Kan ikke indlæse applikation - timer-kontrol ikke tilgængelig." Global Const glmdNO_TIMER_LINE2 = "Forsøg at lukke andre applikationer ned, der bruger en timer." ' Message: Attempting to log onto a database that is not currently running Global Const glmdORACLE_NOT_AVAIL_LINE1 = "Den databaseserver, du forsøger at oprette forbindelse til, er ikke tilgængelig i øjeblikket." Global Const glmdORACLE_NOT_AVAIL_LINE2 = "Kontakt databaseadministratoren." ' Message: Invalid username and password Global Const glmdINVALID_LOGIN = "Ugyldigt brugernavn/adgangskode" Global Const glmdACCESS_DENIED = "Ugyldigt brugernavn/adgangskode. Adgang nægtet" ' Message: These errors should not normally be issued, and do not require ' correction by the user. Hence could remain untranslated. Global Const glmdNULL_TABLENAME = "NULL TableName passed to ldNextIdcc function" Global Const glmdRESET_TRANS = "Unable to Rollback - Resetting Transaction" Global Const glmdPARAM_FAIL = "Unable to create parameter '

' in location ldSetParamVal" Global Const glmdNO_LOCK = "Unable to obtain lock on row, in counter table '

'" Global Const glmdTABLE_NOT_SETUP = "Counter table '

' not set up on server" Global Const glmdNO_CC_ROWS_FOUND = "No rows found for counter table '

'" Global Const glmdNO_DV_ROWS_FOUND = "No rows found for LoV table/domain '

'" ' ********************************************************************** ' STRINGS USED IN LDLOV.FRM AND LGDVLOV.FRM LIST OF VALUES FORM ' ********************************************************************** ' Message: LOV has returned no rows. Global Const glmvNO_RECORDS_MATCH = "Der er ingen records, der matcher disse søgekriterier" ' Message: User choses OK before selecting a record in the list. Global Const glmvCHOSE_ENTRY = "Du skal vælge en angivelse på listen" ' Display: Default title for the LOV dialog. Global Const glmvDEFAULT_LOV_TITLE = "Værdiliste" ' Message: Query has returned more rows than the design limit.

is the ' number of records fetched. Global Const glmvROW_LIMIT = "Antallet af fundne records overskrider fremvisningsgrænsen. " Global Const glmvRECORDS_DISPLAYED = "Kun

record(s) vil blive vist" ' Caption: Captions for the buttons. ' Find = Go to the first row that starts with the given string ' Filter = Reduce the list according to the filter condition ' Refresh = Requery the list Global Const glmvFIND_FILTER = "&Find:.&Filtrér:" Global Const glmvFILTER = "Filtrér" Global Const glmvREFRESH = "&Opfrisk" ' ********************************************************************** ' STRINGS USED IN LGABOUT.FRM - ABOUT BOX ' ********************************************************************** #If Win32 Then ' Caption: How much memory (prefix). Keep this string the same size. Global Const glmaMEMORY = "Total fysisk hukommelse: " ' Caption: memory (suffix). Keep the preceding space. Global Const glmaKB = " KB" ' Caption: how much allocated memory (suffix). Keep the preceding space and size. Global Const glmaRESOURCES = " Allokeret fysisk hukommelse " #Else ' Caption: How much memory (prefix). Keep this string the same size. Global Const glmaMEMORY = "Hukommelse: " ' Caption: how much memory (suffix). Keep the preceding space. Global Const glmaKBFREE = " KB ledig" ' Caption: How much system resources. Keep this string the same size. Global Const glmaRESOURCES = "Systemressourcer: " #End If ' Caption: Title for the connect information Global Const glmaCONNECTION = "Forbindelsesoplysninger:" ' Caption: Amount of User space Global Const glmaUSER = "Bruger: " Global Const glmaFREE = "% ledig" ' Caption: String preceding Oracle Objects version number Global Const glmaSERVER = "Serveradgang: Oracle-objekter til OLE Version " ' Display: Title of the about box Global Const glmaTITLE = "Om " ' Caption: Preceding name and version number of the generator Global Const glmaGENERATOR = "Applikationen blev genereret af:" ' Caption: Version number Global Const glmaVERSION = " Version " ' ********************************************************************** ' STRINGS USED IN LGSE.FRM - Server Error Dialog ' ********************************************************************** ' Caption: Location of the error Global Const glmsLOCATION = "Lokation:" ' Caption: Oracle error number Global Const glmsERRNUM = "Fejlnummer:" ' Caption: The text of the error Global Const glmsERRTXT = "Fejltekst:" ' Caption: The SQL statement in error Global Const glmsSQLSTMT = "SQL-sætning:" ' Caption: Buttons to show/hide the SQL statement Global Const glmsSHOWSQL = "SQL >>" Global Const glmsHIDESQL = "SQL <<" 'Display: The title of the window Global Const glmsTITLE = "Serverfejl" ' ********************************************************************** ' STRINGS USED IN LDLOGON.FRM - Server Logon Dialog ' ********************************************************************** ' Display: Title of the logon window Global Const glmlTITLE = "Log på Oracle" ' Caption: fields to enter user, password and database information Global Const glmlUSERNAME = "&Brugernavn:" Global Const glmlPASSWORD = "&Adgangskode:" Global Const glmlDATABASE = "&Database:" ' Caption: Enable SQL Trace? Global Const glmlSQL_TRACE = "&SQL trace?" ' Caption: Connect to Oracle, or Cancel from the app Global Const glmlCONNECT = "Forbind" Global Const glmlCANCEL = "Annullér" ' ********************************************************************** ' STRINGS USED IN LGOPTION.FRM - Run time Options Dialog ' ********************************************************************** ' Caption: Option to Auto commit changes instead of ask for confirmation Global Const glmoAUTO_COMMIT = "&AutoBekræft ventende ændringer" ' Caption: Option to only requery/coordinate detail windows when they ' are activated, rather than automatically Global Const glmoCOORD_DET = "&Koordinér kun detaljeformularer, når de aktiveres" ' Caption: Option to close detail forms when they are disabled. Global Const glmoCLOSE_DET = "&Luk deaktiverede detaljeformularer" ' Caption: Option for displaying 'tool-tip' type hint text when the user ' moves the mouse over a control. Global Const glmoHINT_TEXT = "Hjælpelinjetekst" Global Const glmoHINT_SHORT = "&Kort forsinkelse" Global Const glmoHINT_LONG = "&Lang forsinkelse" Global Const glmoHINT_OFF = "&Fra" ' Caption: Title of the Options dialog window. Global Const glmoTITLE = "Indstillinger" ' ********************************************************************** ' STRINGS USED IN TEMPLATE WINDOWS ' ********************************************************************** ' Message: Does the user want to quit from the application Global Const glmwASK_QUIT = "Er du sikker på, at du vil afslutte applikationen?" ' ' ---------------------------------------------------------------------------- ' $$Header_is_done ' End of file $RCSfile: LMDK.BAS $ ' ----------------------------------------------------------------------------