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 = "Aceptar" ' Caption: Cancel button Global Const glmgCANCEL = "Cancelar" ' ********************************************************************** ' MESSAGE STRINGS USED IN TEMPLATE FILES ' ********************************************************************** ' Message: The value cannot be updated' Global Const glmtCTRL_NOT_UPDATABLE = "El control no se puede actualizar" ' Message: The row being manipulated has been deleted by another user. Global Const glmtRECORD_NO_LONGER_EXISTS = "Este registro ya no existe en la base de datos" ' Message: The row being changed has been locked by another user. Global Const glmtROW_LOCKED = "La fila está bloqueada por otro usuario" ' Message: The row being changed has been modified by another user Global Const glmtROW_MODIFIED = "La fila ha sido modificada por otro usuario" ' Question: Ask user to confirm row deletion Global Const glmtCONFIRM_DELETE = "¿Desea borrar esta fila de la base de datos?" ' Question: Ask user to confirm row deletion Global Const glmtCONFIRM_MULTI_DELETE = "¿Desea borrar estas filas

de la base de datos?" ' Message: Confirm row has been deleted Global Const glmtROW_DELETED = "Fila borrada" ' Message: Confirm rows have been deleted Global Const glmtROWS_DELETED = "

fila(s) borrada(s)." ' 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 = "El estado de este form no permite su uso" ' Question: Ask user to confirm that changes are to be undone Global Const glmtUNDO_CHANGES = "¿Deshacer los cambios?" ' Message: The query submitted returned no rows. Global Const glmtNO_ROWS_FOUND = "No se han encontrado filas" ' Message: The value entered is too long.

is a placeholder for the total ' number of characters permitted. Global Const glmtTOO_MANY_CHARS = "El valor no puede tener más de

caracteres" ' 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 = "

filas localizadas; ¿Desea continuar la búsqueda?" ' 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 = "¿Desea guardar los cambios pendientes en la zona '

'?" ' Message: User has requested online help but the help file cannot be found. Global Const glmtFileNotFound = "El fichero de ayuda no existe" ' ********************************************************************** ' STRINGS USED IN LG.BAS ' ********************************************************************** ' Display: Titles used in Message Boxes used for different types of messages Global Const glmgTITLE_FATAL = "ERROR" Global Const glmgTITLE_INFO = "Información" Global Const glmgTITLE_WARN = "Aviso" Global Const glmgTITLE_ERROR = "Error" Global Const glmgTITLE_QUESTION = "Pregunta" ' Message: User attempting to use Edit/Cut,Copy, etc on a control that does not ' support this operation. Global Const glmgNO_SELTEXT_PROP = "Las operaciones de edición no están disponibles" ' 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 = "Control de Casilla de Control: " Global Const glmgCTRL_LIST = "Control de Lista: " Global Const glmgCTRL_RADIO = "Control de Grupo de Botones de Radio: " Global Const glmgCTRL_SET_BAD_VALUE = "El valor '

' que está definiendo no es un valor no válido" ' 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 = "Introduzca criterios de reducción" Global Const glmgLOV_ENTER_CRITERIA_FOR = "Introduzca criterios de reducción para

" ' Message: Location and error number of unhandled VB errors Global Const glmgERR_LOCATION = "Ubicación: " Global Const glmgVB_ERROR = "Error VB " ' Display: Strings to build up the "Record n of m" record status display Global Const glmgRECORD_N = "Registro " Global Const glmgOF_M = " de " ' Display: Date & Time shown in the status panel Global Const glmgDATE = "Fecha: " Global Const glmgTIME = "Hora: " ' Message: "User has entered an "invalid value" type errors... Global Const glmgERROR_RANGE = "Valor fuera del rango permitido (

)" Global Const glmgERROR_PRECISION = "El valor no puede tener más de

dígitos antes del signo decimal" Global Const glmgERROR_NO_SCALE = "El valor no puede contener decimales" Global Const glmgERROR_LARGE_SCALE = "El valor no puede tener más de

posiciones decimales" Global Const glmgERROR_NOT_IN_LIST = "'

' no está en la lista de valores permitidos" Global Const glmgERROR_NOT_A_DATE = "'

' no es una fecha válida" Global Const glmgERROR_NOT_A_NUMBER = "'

' no es un número válido" Global Const glmgERROR_MUST_BE_ENTERED = "Debe introducir un valor" ' 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 = "Desconocido" ' 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 = " : No está en el Contexto" ' ********************************************************************** ' 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 = "No se puede inicializar Oracle Objects para OLE" Global Const glmdOO4O_INIT_LINE2 = "Compruebe si se ha instalado correctamente en su ordenador" ' Message: Cannot load application because no more windows timers are available Global Const glmdNO_TIMER_LINE1 = "No se puede cargar la aplicación- control de temporizador no disponible." Global Const glmdNO_TIMER_LINE2 = "Intente cerrar otras aplicaciones que estén utilizando un temporizador." ' Message: Attempting to log onto a database that is not currently running Global Const glmdORACLE_NOT_AVAIL_LINE1 = "El Servidor de Base de Datos al que intenta conectarse no está disponible en este momento." Global Const glmdORACLE_NOT_AVAIL_LINE2 = "Póngase en contacto con el Administrador de Base de Datos." ' Message: Invalid username and password Global Const glmdINVALID_LOGIN = "Nombre de usuario/clave no válidos" Global Const glmdACCESS_DENIED = "Nombre de usuario/clave no válidos; acceso denegado" ' Message: These errors should not normally be issued, and do not require ' correction by the user. Hence could remain untranslated. Global Const glmdNULL_TABLENAME = "Nombre de tabla nulo transferido a la función ldNextIdcc" Global Const glmdRESET_TRANS = "No se ha podido hacer un rollback - Restableciendo la transacción" Global Const glmdPARAM_FAIL = "No se ha podido crear el parámetro '

' en la ubicación ldSetParamVal" Global Const glmdNO_LOCK = "No se ha podido obtener un bloqueo en la fila, en la tabla de recuento '

'" Global Const glmdTABLE_NOT_SETUP = "Tabla de recuento '

' no definida en el servidor" Global Const glmdNO_CC_ROWS_FOUND = "No se han encontrado filas para la tabla de recuento '

'" Global Const glmdNO_DV_ROWS_FOUND = "No se han encontrado filas para la tabla/dominio de lista de valores '

'" ' ********************************************************************** ' STRINGS USED IN LDLOV.FRM AND LGDVLOV.FRM LIST OF VALUES FORM ' ********************************************************************** ' Message: LOV has returned no rows. Global Const glmvNO_RECORDS_MATCH = "No hay registros que se correspondan con este criterio de búsqueda" ' Message: User choses OK before selecting a record in the list. Global Const glmvCHOSE_ENTRY = "Debe seleccionar una entrada de la lista" ' Display: Default title for the LOV dialog. Global Const glmvDEFAULT_LOV_TITLE = "Lista de Valores" ' Message: Query has returned more rows than the design limit.

is the ' number of records fetched. Global Const glmvROW_LIMIT = "El número de registros encontrados excede el límite de visualización. " Global Const glmvRECORDS_DISPLAYED = "Sólo se mostrará(n)

registro(s)" ' 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 = "&Buscar:.&Filtro:" Global Const glmvFILTER = "Filtro" Global Const glmvREFRESH = "&Refrescar" ' ********************************************************************** ' STRINGS USED IN LGABOUT.FRM - ABOUT BOX ' ********************************************************************** #If Win32 Then ' Caption: How much memory (prefix). Keep this string the same size. Global Const glmaMEMORY = "Memoria Física Total: " ' 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 = " Memoria Física Asignada " #Else ' Caption: How much memory (prefix). Keep this string the same size. Global Const glmaMEMORY = "Memoria: " ' Caption: how much memory (suffix). Keep the preceding space. Global Const glmaKBFREE = " KB Libres" ' Caption: How much system resources. Keep this string the same size. Global Const glmaRESOURCES = "Recursos del Sistema: " #End If ' Caption: Title for the connect information Global Const glmaCONNECTION = "Información de Conexión:" ' Caption: Amount of User space Global Const glmaUSER = "Usuario: " Global Const glmaFREE = "% Libre" ' Caption: String preceding Oracle Objects version number Global Const glmaSERVER = "Acceso al Servidor: Oracle Objects para OLE Versión " ' Display: Title of the about box Global Const glmaTITLE = "Acerca de " ' Caption: Preceding name and version number of the generator Global Const glmaGENERATOR = "Aplicación generada por:" ' Caption: Version number Global Const glmaVERSION = " Versión " ' ********************************************************************** ' STRINGS USED IN LGSE.FRM - Server Error Dialog ' ********************************************************************** ' Caption: Location of the error Global Const glmsLOCATION = "Ubicación:" ' Caption: Oracle error number Global Const glmsERRNUM = "Número de Error:" ' Caption: The text of the error Global Const glmsERRTXT = "Texto del Error:" ' Caption: The SQL statement in error Global Const glmsSQLSTMT = "Sentencia SQL:" ' 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 = "Error del Servidor" ' ********************************************************************** ' STRINGS USED IN LDLOGON.FRM - Server Logon Dialog ' ********************************************************************** ' Display: Title of the logon window Global Const glmlTITLE = "Conexión a Oracle" ' Caption: fields to enter user, password and database information Global Const glmlUSERNAME = "&Usuario:" Global Const glmlPASSWORD = "&Clave:" Global Const glmlDATABASE = "&Base de Datos:" ' Caption: Enable SQL Trace? Global Const glmlSQL_TRACE = "¿Rastreo &SQL?" ' Caption: Connect to Oracle, or Cancel from the app Global Const glmlCONNECT = "Conectar" Global Const glmlCANCEL = "Cancelar" ' ********************************************************************** ' STRINGS USED IN LGOPTION.FRM - Run time Options Dialog ' ********************************************************************** ' Caption: Option to Auto commit changes instead of ask for confirmation Global Const glmoAUTO_COMMIT = "Validación &Automática de Cambios Pendientes" ' Caption: Option to only requery/coordinate detail windows when they ' are activated, rather than automatically Global Const glmoCOORD_DET = "C&oordinar Forms de Detalle sólo cuando se Activen" ' Caption: Option to close detail forms when they are disabled. Global Const glmoCLOSE_DET = "&Cerrar Form de Detalle cuando se Desactiven" ' Caption: Option for displaying 'tool-tip' type hint text when the user ' moves the mouse over a control. Global Const glmoHINT_TEXT = "Texto de Indicación" Global Const glmoHINT_SHORT = "Demora &Breve" Global Const glmoHINT_LONG = "Demora &Larga" Global Const glmoHINT_OFF = "&Desactivado" ' Caption: Title of the Options dialog window. Global Const glmoTITLE = "Opciones" ' ********************************************************************** ' STRINGS USED IN TEMPLATE WINDOWS ' ********************************************************************** ' Message: Does the user want to quit from the application Global Const glmwASK_QUIT = "¿Desea salir de la aplicación?"