Componentes.Terceros.UserCo.../internal/2.20/2/Source/Languages/Spanish/UCConsts.pas
david 630e91ec0c - Recompilado para D2007 UPD3
- Cambiado el formato de fechas 'mm/dd/yyyy' a 'dd/mm/yyyy'.


git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.UserControl@14 970f2627-a9d2-4748-b3d4-b5283c4fe7db
2008-04-14 16:53:35 +00:00

284 lines
14 KiB
ObjectPascal

{ Translated by Francisco Armando Dueñas Rodríguez - Cancún
ultima revisão - Vicente Barros Leonel - Brasil
}
unit UCConsts;
interface
Const
// new consts version 2 a 5 =========================================
// Form Select Controls (design-time)
Const_Contr_TitleLabel = 'Seleccionar Componentes del Formulario:';
Const_Contr_GroupLabel = 'Grupo:';
Const_Contr_CompDispLabel = 'Componentes Disponibles:';
Const_Contr_CompSelLabel = 'Componentes Seleccionados:';
Const_Contr_BtOK = '&Aceptar';
Const_Contr_BTCancel = '&Cancelar';
Const_Contr_DescCol = 'Descripción';
Const_Contr_BtSellAllHint = 'Seleccionar Todo'; //added by fduenas
Const_Contr_BtSelHint = 'Seleccionar'; //added by fduenas
Const_Contr_BtUnSelHint = 'Deseleccionar'; //added by fduenas
Const_Contr_BtUnSelAllHint = 'Deseleccionar Todo'; //added by fduenas
//===================================================================
// group property Settins.AppMsgsForm
Const_Msgs_BtNew = '&Nuevo Mensaje';
Const_Msgs_BtReplay = '&Responder';
Const_Msgs_BtForward = '&Reenviar';
Const_Msgs_BtDelete = '&Borrar';
Const_Msgs_BtClose = '&Cerrar'; //added by fduenas
Const_Msgs_WindowCaption = 'Mensajes de Sistema';
Const_Msgs_ColFrom = 'Remitente';
Const_Msgs_ColSubject = 'Asunto';
Const_Msgs_ColDate = 'Fecha';
Const_Msgs_PromptDelete = '¿Está seguro de eliminar los mensajes seleccionados?';
Const_Msgs_PromptDelete_WindowCaption = 'Eliminar mensajes'; //added by fduenas
Const_Msgs_NoMessagesSelected = '!Ningún mensaje seleccionado¡'; //added by fduenas
Const_Msgs_NoMessagesSelected_WindowCaption = 'Información'; //added by fduenas
// group property Settins.AppMsgsRec
Const_MsgRec_BtClose = '&Cerrar';
Const_MsgRec_WindowCaption = 'Mensaje';
Const_MsgRec_Title = 'Mensaje Recibido';
Const_MsgRec_LabelFrom = 'De:';
Const_MsgRec_LabelDate = 'Fecha';
Const_MsgRec_LabelSubject = 'Asunto';
Const_MsgRec_LabelMessage = 'Mensaje';
// group property Settins.AppMsgsSend
Const_MsgSend_BtSend = '&Enviar';
Const_MsgSend_BtCancel = '&Cancelar';
Const_MsgSend_WindowCaption = 'Mensaje';
Const_MsgSend_Title = 'Enviar Nuevo Mensaje';
Const_MsgSend_GroupTo = 'Para:';
Const_MsgSend_RadioUser = 'Usuario:';
Const_MsgSend_RadioAll = 'Todos';
Const_MsgSend_GroupMessage = 'Mensaje';
Const_MsgSend_LabelSubject = 'Asunto'; //added by fduenas
Const_MsgSend_LabelMessageText = 'Texto del mensaje'; //added by fduenas
// Run errors
MsgExceptConnection = '¡Valor No Válido para la propiedad Connection del componente %s!';
MsgExceptTransaction = '¡Valor No Válido para la propiedad Transaction del componente %s!';
MsgExceptDatabase = '¡Valor No Válido para la propiedad Database del componente %s!';
MsgExceptPropriedade = 'Favor informar a propriedade %s';
MsgExceptUserMngMenu = 'Ingrese en la propiedad UsersForm.MenuItem o UsersForm.Action la opción del menu para abrir el Control de Usuarios';
MsgExceptUserProfile = 'Ingrese en la propiedad UsersProfile.MenuItem o UsersProfile.Action la opción del menu para abrir el Perfil de Usuarios';
MsgExceptChagePassMenu = 'Ingrese en la propiedad ChangePasswordForm.MenuItem o .Action la opción del menú que permite al usuario cambiar su Contraseña';
MsgExceptAppID = 'La propiedad ApplicationID requiere el nombre válido de una tabla para el registro de los Permisos de Usuario';
MsgExceptUsersTable = 'La propiedad UserTable requiere el nombre válido de una tabla para registrar/seleccionar los datos de los usuarios';
MsgExceptRightsTable = 'La propiead RightTable requiere el nombre válido de una tabla para registrar/seleccionar los permisos de los usuarios';
MsgExceptConnector = 'Propriedade DataConnector não definida!';
// group property Settings.Mensagens
Const_Men_AutoLogonError = 'Error de Ingreso Automático!'+#13+#10+ 'Especifique un Usuario y Contraseña Válidos.';
Const_Men_SenhaDesabitada = 'Contraseña vacía para el Usuario %s';
Const_Men_SenhaAlterada = '¡Se ha cambiado la Contraseña con éxito!';
Const_Men_MsgInicial = 'ATENCION! Conección Inicial:'+#13+#10+#13+#10+'Usuario : :user'+#13+#10+'Contraseña : :password'+#13+#10+#13+#10+'Defina permisos para este usuario';
Const_Men_MaxTentativas = '%d Intentos de conección inválidos !';
Const_Men_LoginInvalido = 'Usuario y/o Contraseña Incorrectos!';
Const_Men_UsuarioExiste = 'O Usuário "%s" já está cadastrado no sistema !!'; // Luiz Benevenuto 20/04/06
Const_Men_PasswordExpired = 'Atenção, sua senha expirou, favor troca-la'; { By vicente barros leonel }
//group property Settings.Login
Const_Log_BtCancelar = '&Cancelar';
Const_Log_BtOK = 'Aceptar';
Const_Log_LabelSenha = 'Contraseña:';
Const_Log_LabelUsuario = 'Usuario: ';
Const_Log_WindowCaption = 'Conección';
Const_Log_LbEsqueciSenha = 'Olvidé mi Contraseña';
Const_Log_MsgMailSend = 'La contraseña fue enviada a su correo.';
Const_Log_LabelTentativa = 'Tentativa : ';
Const_Log_LabelTentativas = 'Máximo de Tentativas : ';
//group property Settings.Log //new
Const_LogC_WindowCaption = 'Seguridad';
Const_LogC_LabelDescricao = 'Visor de Eventos';
Const_LogC_LabelUsuario = 'Usuario:';
Const_LogC_ColunaAppID = 'AppID';
Const_LogC_LabelData = 'Fecha:';
Const_LogC_LabelNivel = 'Nivel Mínimo: ';
Const_LogC_ColunaNivel = 'Nivel';
Const_LogC_ColunaMensagem = 'Mensaje';
Const_LogC_ColunaUsuario = 'Usuario';
Const_LogC_ColunaData = 'Fecha';
Const_LogC_BtFiltro = '&Aplicar Filtro';
Const_LogC_BtExcluir = '&Borrar Bitácora';
Const_LogC_BtFechar = '&Cerrar';
Const_LogC_ConfirmaExcluir = '¿Está seguro de Eliminar todos todos los registros de Bitácora seleccionados?';
Const_LogC_ConfirmaDelete_WindowCaption = 'Confirmación'; //added by fduenas
Const_LogC_Todos = 'Todos'; //BGM
Const_LogC_Low = 'Bajo'; //BGM
Const_LogC_Normal = 'Normal'; //BGM
Const_LogC_High = 'Alto'; //BGM
Const_LogC_Critic = 'Crítico'; //BGM
Const_LogC_ExcluirEfectuada = 'Borrado de registros de bitácora realizado: '+
'Usuario = "%s" | Fecha = %s a %s | Nivel <= %s'; //added by fduenas
//group property Settings.CadastroUsuarios
Const_Cad_WindowCaption = 'Seguridad';
Const_Cad_LabelDescricao = 'Administración de Usuarios';
Const_Cad_ColunaNome = 'Nombre';
Const_Cad_ColunaLogin = 'Usuario';
Const_Cad_ColunaEmail = 'Correo';
Const_Cad_BtAdicionar = '&Nuevo';
Const_Cad_BtAlterar = '&Editar';
Const_Cad_BtExcluir = 'E&liminar';
Const_Cad_BtPermissoes = '&Accesos';
Const_Cad_BtSenha = 'C&ontraseña';
Const_Cad_BtFechar = '&Cerrar';
Const_Cad_ConfirmaExcluir = '¿Está seguro de Eliminar al Usuario "%s"?';
Const_Cad_ConfirmaDelete_WindowCaption = 'Eliminar usuario'; //added by fduenas
//group property Settings.PerfilUsuarios
Const_Prof_WindowCaption = 'Seguridad';
Const_Prof_LabelDescricao = 'Perfil de Usuario';
Const_Prof_ColunaNome = 'Perfil';
Const_Prof_BtAdicionar = '&Nuevo';
Const_Prof_BtAlterar = '&Editar';
Const_Prof_BtExcluir = 'E&liminar';
Const_Prof_BtPermissoes = '&Accesos'; //BGM
Const_Prof_BtSenha = 'C&ontraseña';
Const_Prof_BtFechar = '&Cerrar';
Const_Prof_ConfirmaExcluir = 'Existe(n) usuario(s) con el Perfil "%s". ¿Está seguro de eliminar el perfil?';
Const_Prof_ConfirmaDelete_WindowCaption = 'Eliminar perfil'; //added by fduenas
//group property Settings.IncAltUsuario
Const_Inc_WindowCaption = 'Administración de Usuarios';
Const_Inc_LabelAdicionar = 'Nuevo Usuario';
Const_Inc_LabelAlterar = 'Editar Usuario';
Const_Inc_LabelNome = 'Nombre:';
Const_Inc_LabelLogin = 'Usuario: ';
Const_Inc_LabelEmail = 'Correo: ';
Const_Inc_LabelPerfil = 'Perfil: ';
Const_Inc_CheckPrivilegiado = 'Usuario Privilegiado';
Const_Inc_BtGravar = '&Guardar';
Const_Inc_BtCancelar = 'Cancelar';
Const_Inc_CheckEspira = 'Senha do usuário não expira';
Const_Inc_Dia = 'Dias';
Const_Inc_ExpiraEm = 'Expira em';
//group property Settings.IncAltPerfil
Const_PInc_WindowCaption = 'Perfiles de Usuarios';
Const_PInc_LabelAdicionar = 'Nuevo Perfil';
Const_PInc_LabelAlterar = 'Editar Perfil';
Const_PInc_LabelNome = 'Descripción: ';
Const_PInc_BtGravar = '&Guardar';
Const_PInc_BtCancelar = 'Cancelar';
//group property Settings.Permissao
Const_Perm_WindowCaption = 'Seguridad';
Const_Perm_LabelUsuario = 'Permisos de Usuario : ';
Const_Perm_LabelPerfil = 'Permisos del Perfil : ';
Const_Perm_PageMenu = 'Elementos del Menú';
Const_Perm_PageActions = 'Acciones';
Const_Perm_PageControls = 'Controles';
Const_Perm_BtLibera = '&Permitir';
Const_Perm_BtBloqueia = '&Bloquear';
Const_Perm_BtGravar = '&Guardar';
Const_Perm_BtCancelar = '&Cancelar';
//group property Settings.TrocaSenha do begin
Const_Troc_WindowCaption = 'Seguridad';
Const_Troc_LabelDescricao = 'Cambiar Contraseña';
Const_Troc_LabelSenhaAtual = 'Contraseña Actual:';
Const_Troc_LabelNovaSenha = 'Nueva Contraseña:';
Const_Troc_LabelConfirma = 'Confirme Contraseña:';
Const_Troc_BtGravar = '&Guardar';
Const_Troc_BtCancelar = 'Cancelar';
//group property Settings.Mensagens.ErroTrocaSenha
Const_ErrPass_SenhaAtualInvalida = '¡Contraseña Actual Incorrecta!';
Const_ErrPass_ErroNovaSenha = 'Los campos Contraseña Nueva y Confirme Contraseña deben ser iguales';
Const_ErrPass_NovaIgualAtual = 'Nueva Contraseña y Contraseña Actual deben ser diferentes';
Const_ErrPass_SenhaObrigatoria = '¡La Contraseña es obligatoria!';
Const_ErrPass_SenhaMinima = 'La Contraseña debe tener un mínimo de %d caracteres';
Const_ErrPass_SenhaInvalida = '¡Prohibido utilizar contraseñas NO Seguras!';
Const_ErrPass_ForcaTrocaSenha = 'Mudança de senha obrigatória';
//group property Settings.DefineSenha
Const_DefPass_WindowCaption = 'Ingrese Contraseña de Usuario: "%s"';
Const_DefPass_LabelSenha = 'Contraseña: ';
//Group das tabelas do UC
Const_TableUsers_FieldUserID = 'UCIdUser';
Const_TableUsers_FieldUserName = 'UCUserName';
Const_TableUsers_FieldLogin = 'UCLogin';
Const_TableUsers_FieldPassword = 'UCPassword';
Const_TableUsers_FieldEmail = 'UCEmail';
Const_TableUsers_FieldPrivileged = 'UCPrivileged';
Const_TableUsers_FieldTypeRec = 'UCTypeRec';
Const_TableUsers_FieldProfile = 'UCProfile';
Const_TableUsers_FieldKey = 'UCKey';
Const_TableUsers_TableName = 'UCTabUsers';
Const_TableUsers_FieldDateExpired = 'UCPASSEXPIRED'; { By Vicente Barros Leonel }
Const_TableUser_FieldUserExpired = 'UCUserExpired'; { By Vicente Barros Leonel }
Const_TableUser_FieldUserDaysSun = 'UCUserDaysSun'; { By Vicente Barros Leonel }
Const_TableRights_FieldUserID = 'UCIdUser';
Const_TableRights_FieldModule = 'UCModule';
Const_TableRights_FieldComponentName = 'UCCompName';
Const_TableRights_FieldFormName = 'UCFormName';
Const_TableRights_FieldKey = 'UCKey';
Const_TableRights_TableName = 'UCTabRights';
Const_TableUsersLogged_FieldLogonID = 'UCIdLogon';
Const_TableUsersLogged_FieldUserID = 'UCIdUser';
Const_TableUsersLogged_FieldApplicationID = 'UCApplicationId';
Const_TableUsersLogged_FieldMachineName = 'UCMachineName';
Const_TableUsersLogged_FieldData = 'UCData';
Const_TableUsersLogged_TableName = 'UCTabUsersLogged';
{ TUCHISTORICO }
//Eventos
Const_Evento_Insert = 'Inserido';
Const_Evento_Delete = 'Apagado';
Const_Evento_Edit = 'Editado';
Const_Evento_NewRecord = 'Novo registro';
//Gerais
Const_Hist_All = 'Todos';
Const_Msg_LimpHistorico = 'Excluir todo o conteúdo do histórico ?';
Const_Msg_MensConfirma = 'Confirmação';
Const_Msg_LogEmptyHistory = 'Usuário %s apagou todo o histórico as %s';
Const_LabelDescricao = 'Histórico de tabelas';
Const_LabelUser = 'Usuário';
Const_LabelForm = 'Formulário';
Const_LabelEvento = 'Evento';
Const_LabelTabela = 'Tabela';
Const_LabelDataEvento = 'Data';
Const_LabelHoraEvento = 'Hora';
Const_Msg_NewRecord = '%s inseriu um novo registro';
//Campos da tabela
Const_Hist_TableName = 'UCTABHistory';
Const_Hist_FieldApplicationID = 'ApplicationID';
Const_Hist_FieldUserID = 'UserID';
Const_Hist_FieldEventDate = 'EventDate';
Const_Hist_FieldEventTime = 'EventTime';
Const_Hist_FieldForm = 'Form';
Const_Hist_FieldCaptionForm = 'FormCaption';
Const_Hist_FieldEvent = 'Event';
Const_Hist_FieldObs = 'Obs';
Const_Hist_FieldTableName = 'tName'; // nome do campo que grava a tabela não confuda com o nome da tabela fisicamente
// mensagem de erro
Const_Hist_MsgExceptPropr = 'Favor informar a propriedade %s';
//Botoes do form
Const_Hist_BtnFiltro = '&Aplicar Filtro';
Const_Hist_BtnExcluir = '&Borrar Histórico';
Const_Hist_BtnFechar = '&Cerrar';
implementation
end.