- UCBase.pas -> Modificado el formato de las fechas de 'dd/mm/yyyy' a 'mm/dd/yyyy' para que funcione con Firebird. - UCBase.pas -> Cuando se llama a DelCurrentUser comprobar que realmente hay un usuario registrado. git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.UserControl@22 970f2627-a9d2-4748-b3d4-b5283c4fe7db
972 lines
50 KiB
ObjectPascal
972 lines
50 KiB
ObjectPascal
unit UcConsts_Language;
|
||
|
||
interface
|
||
|
||
Uses SysUtils;
|
||
|
||
Type TUCLanguage = ( ucPortuguesBr, ucEnglish, ucSpanish, ucFrench );
|
||
|
||
Const MaxArray = 227;
|
||
|
||
Const UC_PTBR : Array [0..MaxArray,0..1] of string = (
|
||
('Const_Contr_TitleLabel','Seleção de Componentes do Form. :'),
|
||
('Const_Contr_GroupLabel','Grupo :') ,
|
||
('Const_Contr_CompDispLabel','Componentes Disponíveis :'),
|
||
('Const_Contr_CompSelLabel','Componentes Selecionados :'),
|
||
('Const_Contr_BtOK','&OK'),
|
||
('Const_Contr_BTCancel','&Cancelar'),
|
||
('Const_Contr_DescCol','Descrição'),
|
||
('Const_Contr_BtSellAllHint','Selecionar Todos'),
|
||
('Const_Contr_BtSelHint','Selecionar'),
|
||
('Const_Contr_BtUnSelHint','Desmarcar'),
|
||
('Const_Contr_BtUnSelAllHint','Desmarcar Todos'),
|
||
('Const_Msgs_BtNew','&Nova Mensagem'),
|
||
('Const_Msgs_BtReplay','&Responder'),
|
||
('Const_Msgs_BtForward','E&ncaminhar'),
|
||
('Const_Msgs_BtDelete','&Excluir'),
|
||
('Const_Msgs_BtClose','&Fechar'),
|
||
('Const_Msgs_WindowCaption','Mensagens do Sistema'),
|
||
('Const_Msgs_ColFrom','Remetente'),
|
||
('Const_Msgs_ColSubject','Assunto'),
|
||
('Const_Msgs_ColDate','Data'),
|
||
('Const_Msgs_PromptDelete','Confirma excluir as mensagens selecionadas ?'),
|
||
('Const_Msgs_PromptDelete_WindowCaption','Apagar mensagens'),
|
||
('Const_Msgs_NoMessagesSelected','Não existem mensagens selecionadas'),
|
||
('Const_Msgs_NoMessagesSelected_WindowCaption','Informação'),
|
||
('Const_MsgRec_BtClose','&Fechar'),
|
||
('Const_MsgRec_WindowCaption','Mensagem'),
|
||
('Const_MsgRec_Title','Mensagem Recebida'),
|
||
('Const_MsgRec_LabelFrom','De :'),
|
||
('Const_MsgRec_LabelDate','Data'),
|
||
('Const_MsgRec_LabelSubject','Assunto'),
|
||
('Const_MsgRec_LabelMessage','Mensagem'),
|
||
('Const_MsgSend_BtSend','&Enviar'),
|
||
('Const_MsgSend_BtCancel','&Cancelar'),
|
||
('Const_MsgSend_WindowCaption','Mensagem'),
|
||
('Const_MsgSend_Title','Enviar Nova Mensagem'),
|
||
('Const_MsgSend_GroupTo','Para'),
|
||
('Const_MsgSend_RadioUser','Usuário :'),
|
||
('Const_MsgSend_RadioAll','Todos'),
|
||
('Const_MsgSend_GroupMessage','Mensagem'),
|
||
('Const_MsgSend_LabelSubject','Assunto'),
|
||
('Const_MsgSend_LabelMessageText','Texto da mensagem'),
|
||
('MsgExceptConnection','Não informado o Connection, Transaction ou Database do componente %s'),
|
||
('MsgExceptTransaction','Não informado o Transaction do componente %s'),
|
||
('MsgExceptDatabase','Não informado o Database do componente %s'),
|
||
('MsgExceptPropriedade','Favor informar a propriedade %s'),
|
||
('MsgExceptUserMngMenu','Informe na propriedade UsersForm.MenuItem ou UsersForm.Action o Item responsável pelo controle de usuários'),
|
||
('MsgExceptUserProfile','Informe na propriedade UsersProfile.MenuItem ou UsersProfile.Action o Item responsável pelo controle de Perfil de usuários'),
|
||
('MsgExceptChagePassMenu','Informe na propriedade ChangePasswordForm.MenuItem or .Action o Item que permite ao usuário alterar sua senha'),
|
||
('MsgExceptAppID','Na propriedade ApplicationID informe um nome para identificar a aplicação na tabela de permissões'),
|
||
('MsgExceptUsersTable','Na propriedade TableUsers informe o nome da tabela que será criada para armazenar os dados dos usuários'),
|
||
('MsgExceptRightsTable','Na propriedade TableRights informe o nome da tabela que será criada para armazenar as permissões dos usuários'),
|
||
('MsgExceptConnector','Propriedade DataConnector não definida!'),
|
||
('Const_Men_AutoLogonError','Falha de Auto Logon!' + #13 + #10 + 'Informe um usuário e senha válidos.'),
|
||
('Const_Men_SenhaDesabitada','Retirada senha do Login %s'),
|
||
('Const_Men_SenhaAlterada','Senha alterada com sucesso!'),
|
||
('Const_Men_MsgInicial','ATENÇÃO Login Inicial:' + #13 + #10 + #13 + #10 + 'Usuário : :user' + #13 + #10 + 'Senha : :password' + #13 + #10 + #13 + #10 + 'Defina as permissões para este usuário.'),
|
||
('Const_Men_MaxTentativas','%d Tentativas de login inválido. Por motivos de segurança o ' + #13 + #10 + 'sistema será fechado.'),
|
||
('Const_Men_LoginInvalido','Usuário ou Senha inválidos!'),
|
||
('Const_Men_UsuarioExiste','O Usuário "%s" já está cadastrado no sistema !!'),
|
||
('Const_Men_PasswordExpired','Atenção, sua senha expirou, favor troca-la'),
|
||
('Const_Log_BtCancelar','&Cancelar'),
|
||
('Const_Log_BtOK','&OK'),
|
||
('Const_Log_LabelSenha','Senha :'),
|
||
('Const_Log_LabelUsuario','Usuário :'),
|
||
('Const_Log_WindowCaption','Login'),
|
||
('Const_Log_LbEsqueciSenha','Esqueci a senha'),
|
||
('Const_Log_MsgMailSend','A senha foi enviada para o seu email.'),
|
||
('Const_Log_LabelTentativa','Tentativa : '),
|
||
('Const_Log_LabelTentativas','Máximo de Tentativas : '),
|
||
('Const_LogC_WindowCaption','Segurança'),
|
||
('Const_LogC_LabelDescricao','Log do Sistema'),
|
||
('Const_LogC_LabelUsuario','Usuário :'),
|
||
('Const_LogC_LabelData','Data :'),
|
||
('Const_LogC_LabelNivel','Nível mínimo :'),
|
||
('Const_LogC_ColunaAppID','AppID'),
|
||
('Const_LogC_ColunaNivel','Nível'),
|
||
('Const_LogC_ColunaMensagem','Mensagem'),
|
||
('Const_LogC_ColunaUsuario','Usuário'),
|
||
('Const_LogC_ColunaData','Data'),
|
||
('Const_LogC_BtFiltro','&Aplicar Filtro'),
|
||
('Const_LogC_BtExcluir','&Excluir Log'),
|
||
('Const_LogC_BtFechar','&Fechar'),
|
||
('Const_LogC_ConfirmaExcluir','Confirma excluir todos os registros de log selecionados ?'),
|
||
('Const_LogC_ConfirmaDelete_WindowCaption','Confirma exclusão'),
|
||
('Const_LogC_Todos','Todos'),
|
||
('Const_LogC_Low','Baixo'),
|
||
('Const_LogC_Normal','Normal'),
|
||
('Const_LogC_High','Alto'),
|
||
('Const_LogC_Critic','Crítico'),
|
||
('Const_LogC_ExcluirEfectuada','Exclusão de log´s do sistema : Usuário = "%s" | Data = %s a %s | Nível <= %s'),
|
||
('Const_Cad_WindowCaption','Segurança'),
|
||
('Const_Cad_LabelDescricao','Cadastro de Usuários'),
|
||
('Const_Cad_ColunaNome','Nome'),
|
||
('Const_Cad_ColunaLogin','Login'),
|
||
('Const_Cad_ColunaEmail','Email'),
|
||
('Const_Cad_BtAdicionar','&Adicionar'),
|
||
('Const_Cad_BtAlterar','A<erar'),
|
||
('Const_Cad_BtExcluir','&Excluir'),
|
||
('Const_Cad_BtPermissoes','A&cessos'),
|
||
('Const_Cad_BtSenha','&Senha'),
|
||
('Const_Cad_BtFechar','&Fechar'),
|
||
('Const_Cad_ConfirmaExcluir','Confirma excluir o usuário "%s" ?'),
|
||
('Const_Cad_ConfirmaDelete_WindowCaption','Excluir usuário'),
|
||
('Const_Prof_WindowCaption','Segurança'),
|
||
('Const_Prof_LabelDescricao','Perfil de Usuários'),
|
||
('Const_Prof_ColunaNome','Perfil'),
|
||
('Const_Prof_BtAdicionar','&Adicionar'),
|
||
('Const_Prof_BtAlterar','A<erar'),
|
||
('Const_Prof_BtExcluir','&Excluir'),
|
||
('Const_Prof_BtPermissoes','A&cessos'),
|
||
('Const_Prof_BtSenha','&Senha'),
|
||
('Const_Prof_BtFechar','&Fechar'),
|
||
('Const_Prof_ConfirmaExcluir','Existem usuários com o perfil "%s". Confirma excluir?'),
|
||
('Const_Prof_ConfirmaDelete_WindowCaption','Delete profile'),
|
||
('Const_Inc_WindowCaption','Cadastro de Usuários'),
|
||
('Const_Inc_LabelAdicionar','Adicionar Usuário'),
|
||
('Const_Inc_LabelAlterar','Alterar Usuário'),
|
||
('Const_Inc_LabelNome','Nome :'),
|
||
('Const_Inc_LabelLogin','Login :'),
|
||
('Const_Inc_LabelEmail','Email :'),
|
||
('Const_Inc_LabelPerfil','Perfil :'),
|
||
('Const_Inc_CheckPrivilegiado','Usuário privilegiado'),
|
||
('Const_Inc_BtGravar','&Gravar'),
|
||
('Const_Inc_BtCancelar','Cancelar'),
|
||
('Const_Inc_CheckEspira','Senha do usuário não expira'),
|
||
('Const_Inc_Dia','Dias'),
|
||
('Const_Inc_ExpiraEm','Expira em'),
|
||
('Const_PInc_WindowCaption','Perfil de Usuários'),
|
||
('Const_PInc_LabelAdicionar','Adicionar Perfil'),
|
||
('Const_PInc_LabelAlterar','Alterar Perfil'),
|
||
('Const_PInc_LabelNome','Descrição :'),
|
||
('Const_PInc_BtGravar','&Gravar'),
|
||
('Const_PInc_BtCancelar','Cancelar'),
|
||
('Const_Perm_WindowCaption','Segurança'),
|
||
('Const_Perm_LabelUsuario','Permissões do Usuário :'),
|
||
('Const_Perm_LabelPerfil','Permissões do Perfil :'),
|
||
('Const_Perm_PageMenu','Itens do Menu'),
|
||
('Const_Perm_PageActions','Ações'),
|
||
('Const_Perm_PageControls','Controles'),
|
||
('Const_Perm_BtLibera','&Liberar'),
|
||
('Const_Perm_BtBloqueia','&Bloquear'),
|
||
('Const_Perm_BtGravar','&Gravar'),
|
||
('Const_Perm_BtCancelar','&Cancelar'),
|
||
('Const_Troc_WindowCaption','Segurança'),
|
||
('Const_Troc_LabelDescricao','Trocar Senha'),
|
||
('Const_Troc_LabelSenhaAtual','Senha Atual :'),
|
||
('Const_Troc_LabelNovaSenha','Nova Senha :'),
|
||
('Const_Troc_LabelConfirma','Confirmação :'),
|
||
('Const_Troc_BtGravar','&Gravar'),
|
||
('Const_Troc_BtCancelar','Cancelar'),
|
||
('Const_ErrPass_SenhaAtualInvalida','Senha Atual não confere!'),
|
||
('Const_ErrPass_ErroNovaSenha','Os campos: Nova Senha e Confirmação devem ser iguais.'),
|
||
('Const_ErrPass_NovaIgualAtual','Nova senha igual a senha atual'),
|
||
('Const_ErrPass_SenhaObrigatoria','A Senha é obrigatória'),
|
||
('Const_ErrPass_SenhaMinima','A senha deve conter no mínimo %d caracteres'),
|
||
('Const_ErrPass_SenhaInvalida','Proibido utilizar senhas obvias!'),
|
||
('Const_ErrPass_ForcaTrocaSenha','Mudança de senha obrigatória'),
|
||
('Const_DefPass_WindowCaption','Definir senha do usuário : "%s"'),
|
||
('Const_DefPass_LabelSenha','Senha :'),
|
||
('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'),
|
||
('Const_TableUser_FieldUserExpired','UCUserExpired'),
|
||
('Const_TableUser_FieldUserDaysSun','UCUserDaysSun'),
|
||
('Const_TableUser_FieldUserInative','UCInative'),
|
||
('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'),
|
||
('Const_Evento_Insert','Inserido'),
|
||
('Const_Evento_Delete','Apagado'),
|
||
('Const_Evento_Edit','Editado'),
|
||
('Const_Evento_NewRecord','Novo registro'),
|
||
('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'),
|
||
('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'),
|
||
('Const_Hist_MsgExceptPropr','Favor informar a propriedade %s'),
|
||
('Const_Hist_BtnFiltro','&Aplicar Filtro'),
|
||
('Const_Hist_BtnExcluir','&Excluir Histórico'),
|
||
('Const_Hist_BtnFechar','&Fechar'),
|
||
|
||
('Const_UserLogged_BtnMsg','&Mensagem'),
|
||
('Const_UserLogged_Refresh','&Atualizar'),
|
||
('Const_UserLogged_LabelDescricao','Usuários Logados'),
|
||
('Const_UserLogged_LabelCaption','Usuários Logados no sistema'),
|
||
('Const_CadColuna_Computer','Computador'),
|
||
('Const_CadColuna_Data','Data'),
|
||
('Const_UserLogged_InputCaption','Mensagem'),
|
||
('Const_UserLogged_InputText','Digite sua mensagem'),
|
||
('Const_UserLogged_MsgSystem','Mensagem do sistema'),
|
||
('Const_Men_LoginInativo','Atenção, seu login esta inativo'),
|
||
('Const_Inc_LabelStatus','Status'),
|
||
('Const_Inc_StatusActive','Ativo'),
|
||
('Const_Inc_StatusDisabled','Inativo')
|
||
);
|
||
|
||
{------------------------------------------------------------------------------ }
|
||
|
||
Const UC_ENGLISH : Array [0..MaxArray,0..1] of string = (
|
||
('Const_Contr_TitleLabel','Team of Components of the Form. :'),
|
||
('Const_Contr_GroupLabel','Group:'),
|
||
('Const_Contr_CompDispLabel','Available components:'),
|
||
('Const_Contr_CompSelLabel','Selected components:'),
|
||
('Const_Contr_BtOK','&OK'),
|
||
('Const_Contr_BTCancel','&Cancel'),
|
||
('Const_Contr_DescCol','Description'),
|
||
('Const_Contr_BtSellAllHint','Select All'),
|
||
('Const_Contr_BtSelHint','Select'),
|
||
('Const_Contr_BtUnSelHint','Unselect'),
|
||
('Const_Contr_BtUnSelAllHint','Unselect All'),
|
||
('Const_Msgs_BtNew','&New Message'),
|
||
('Const_Msgs_BtReplay','&Replay'),
|
||
('Const_Msgs_BtForward','F&orward'),
|
||
('Const_Msgs_BtDelete','&Delete'),
|
||
('Const_Msgs_BtClose','&Close'),
|
||
('Const_Msgs_WindowCaption','Messages of the System'),
|
||
('Const_Msgs_ColFrom','From'),
|
||
('Const_Msgs_ColSubject','Subject'),
|
||
('Const_Msgs_ColDate','Date'),
|
||
('Const_Msgs_PromptDelete','It confirms exclusion of the selected messages?'),
|
||
('Const_Msgs_PromptDelete_WindowCaption','Delete messages'),
|
||
('Const_Msgs_NoMessagesSelected','No Messages selected'),
|
||
('Const_Msgs_NoMessagesSelected_WindowCaption','Information'),
|
||
('Const_MsgRec_BtClose','&Close'),
|
||
('Const_MsgRec_WindowCaption','Message'),
|
||
('Const_MsgRec_Title','Received message'),
|
||
('Const_MsgRec_LabelFrom','From:'),
|
||
('Const_MsgRec_LabelDate','Date'),
|
||
('Const_MsgRec_LabelSubject','Subject'),
|
||
('Const_MsgRec_LabelMessage','Message'),
|
||
('Const_MsgSend_BtSend','&Send'),
|
||
('Const_MsgSend_BtCancel','&Cancel'),
|
||
('Const_MsgSend_WindowCaption','Message'),
|
||
('Const_MsgSend_Title','Send New Message'),
|
||
('Const_MsgSend_GroupTo','To'),
|
||
('Const_MsgSend_RadioUser','User:'),
|
||
('Const_MsgSend_RadioAll','All'),
|
||
('Const_MsgSend_GroupMessage','Message'),
|
||
('Const_MsgSend_LabelSubject','Subject'),
|
||
('Const_MsgSend_LabelMessageText','Message text'),
|
||
('MsgExceptConnection','Done not informed the Connection, Transaction or Database component %s'),
|
||
('MsgExceptTransaction','Done not informed the Transaction component %s'),
|
||
('MsgExceptDatabase','Done not informed the Database do component %s'),
|
||
('MsgExceptPropriedade','Inform the property %s'),
|
||
('MsgExceptUserMngMenu','Inform in the property UsersForm.MenuItem or UsersForm.Action the item responsible for the users control'),
|
||
('MsgExceptUserProfile','Inform in the property UsersProfile.MenuItem or UsersProfile.Action the Item responsible for the control of users Profile '),
|
||
('MsgExceptChagePassMenu','Inform in the property ChangePasswordForm.MenuItem or .Action the Item that allows to a user to alter his password'),
|
||
('MsgExceptAppID','In the property "ApplicationID" inform a name to identify the application in the chart of permissions'),
|
||
('MsgExceptUsersTable','In the property "TableUsers" inform the name of the chart that will be created to store the data of the users '),
|
||
('MsgExceptRightsTable','In the property "TableRights" inform the name of the chart that will be created to store the permissions of the users '),
|
||
('MsgExceptConnector','The property DataConnector not defined!'),
|
||
('Const_Men_AutoLogonError','Fault of Car Logon !' + #13 + #10 + 'Inform a valid user and password.'),
|
||
('Const_Men_SenhaDesabitada','Retired password of the Login %s'),
|
||
('Const_Men_SenhaAlterada','Password altered with success!'),
|
||
('Const_Men_MsgInicial','ATTENTION, Inicial Login :' + #13 + #10 + #13 + #10 + 'User: :user' + #13 + #10 + 'Password : :password '+ #13 + #10 + #13 + #10 + 'Define the permissions for this user.'),
|
||
('Const_Men_MaxTentativas','%d Attempts of login invalid. By reasons of security the system will be closed.'),
|
||
('Const_Men_LoginInvalido','User invalids or password !'),
|
||
('Const_Men_UsuarioExiste','The User "%s" is already set up in the system !!'),
|
||
('Const_Men_PasswordExpired','Attention, his sign died, favor exchanges it '),
|
||
('Const_Log_BtCancelar','&Cancel'),
|
||
('Const_Log_BtOK','&OK'),
|
||
('Const_Log_LabelSenha','Password :'),
|
||
('Const_Log_LabelUsuario','User :'),
|
||
('Const_Log_WindowCaption','Login'),
|
||
('Const_Log_LbEsqueciSenha','I forgot the password'),
|
||
('Const_Log_MsgMailSend','The password was sent for his email .'),
|
||
('Const_Log_LabelTentativa','Attempt : '),
|
||
('Const_Log_LabelTentativas','Max of Attempts: '),
|
||
('Const_LogC_WindowCaption','Security'),
|
||
('Const_LogC_LabelDescricao','Log of system'),
|
||
('Const_LogC_LabelUsuario','User :'),
|
||
('Const_LogC_LabelData','Date :'),
|
||
('Const_LogC_LabelNivel','Least level:'),
|
||
('Const_LogC_ColunaAppID','AppID'),
|
||
('Const_LogC_ColunaNivel','Level '),
|
||
('Const_LogC_ColunaMensagem','Message'),
|
||
('Const_LogC_ColunaUsuario','User'),
|
||
('Const_LogC_ColunaData','Date'),
|
||
('Const_LogC_BtFiltro','&Apply Filter'),
|
||
('Const_LogC_BtExcluir','&Erase Log'),
|
||
('Const_LogC_BtFechar','&Close'),
|
||
('Const_LogC_ConfirmaExcluir','It confirms to exclude all the registers of log selected ?'),
|
||
('Const_LogC_ConfirmaDelete_WindowCaption','Delete confirmation'),
|
||
('Const_LogC_Todos','All'),
|
||
('Const_LogC_Low','Low'),
|
||
('Const_LogC_Normal','Normal'),
|
||
('Const_LogC_High','High'),
|
||
('Const_LogC_Critic','Critic'),
|
||
('Const_LogC_ExcluirEfectuada','Deletion of system log done: User = "%s" | Date = %s a %s | Level <= %s'),
|
||
('Const_Cad_WindowCaption','Security'),
|
||
('Const_Cad_LabelDescricao','Users register '),
|
||
('Const_Cad_ColunaNome','Name'),
|
||
('Const_Cad_ColunaLogin','Login'),
|
||
('Const_Cad_ColunaEmail','Email'),
|
||
('Const_Cad_BtAdicionar','&Add'),
|
||
('Const_Cad_BtAlterar','A<er'),
|
||
('Const_Cad_BtExcluir','&Erase'),
|
||
('Const_Cad_BtPermissoes','A&ccesses'),
|
||
('Const_Cad_BtSenha','&Password'),
|
||
('Const_Cad_BtFechar','&Close'),
|
||
('Const_Cad_ConfirmaExcluir','Confirm erase the user "%s" ?'),
|
||
('Const_Cad_ConfirmaDelete_WindowCaption','Delete user'),
|
||
('Const_Prof_WindowCaption','Security'),
|
||
('Const_Prof_LabelDescricao','Users profile '),
|
||
('Const_Prof_ColunaNome','Profile'),
|
||
('Const_Prof_BtAdicionar','&Add'),
|
||
('Const_Prof_BtAlterar','A<er'),
|
||
('Const_Prof_BtExcluir','&Delete'),
|
||
('Const_Prof_BtPermissoes','A&ccesses'),
|
||
('Const_Prof_BtSenha','&Password'),
|
||
('Const_Prof_BtFechar','&Close'),
|
||
('Const_Prof_ConfirmaExcluir','There are users with the profile "%s". Confirm erase ?'),
|
||
('Const_Prof_ConfirmaDelete_WindowCaption','Delete profile'),
|
||
('Const_Inc_WindowCaption','Users register '),
|
||
('Const_Inc_LabelAdicionar','Add User'),
|
||
('Const_Inc_LabelAlterar','Change User'),
|
||
('Const_Inc_LabelNome','Name :'),
|
||
('Const_Inc_LabelLogin','Login :'),
|
||
('Const_Inc_LabelEmail','Email :'),
|
||
('Const_Inc_LabelPerfil','Profile :'),
|
||
('Const_Inc_CheckPrivilegiado','Privileged user '),
|
||
('Const_Inc_BtGravar','&Save'),
|
||
('Const_Inc_BtCancelar','Cancel'),
|
||
('Const_Inc_CheckEspira','Password do not expired'),
|
||
('Const_Inc_Dia','Day'),
|
||
('Const_Inc_ExpiraEm','Expired in'),
|
||
('Const_PInc_WindowCaption','Profile the Users'),
|
||
('Const_PInc_LabelAdicionar','Add Profile'),
|
||
('Const_PInc_LabelAlterar','Change Profile '),
|
||
('Const_PInc_LabelNome','Description :'),
|
||
('Const_PInc_BtGravar','&Save'),
|
||
('Const_PInc_BtCancelar','Cancel'),
|
||
('Const_Perm_WindowCaption','Security'),
|
||
('Const_Perm_LabelUsuario','Permissions of the User :'),
|
||
('Const_Perm_LabelPerfil','Permissions of the Profile :'),
|
||
('Const_Perm_PageMenu','Items of the Menu'),
|
||
('Const_Perm_PageActions','Actions'),
|
||
('Const_Perm_PageControls','Controls'),
|
||
('Const_Perm_BtLibera','&Release'),
|
||
('Const_Perm_BtBloqueia','&Block'),
|
||
('Const_Perm_BtGravar','&Save'),
|
||
('Const_Perm_BtCancelar','&Cancel'),
|
||
('Const_Troc_WindowCaption','Security'),
|
||
('Const_Troc_LabelDescricao','Change Password'),
|
||
('Const_Troc_LabelSenhaAtual','Password :'),
|
||
('Const_Troc_LabelNovaSenha','New Password :'),
|
||
('Const_Troc_LabelConfirma','Confirmation :'),
|
||
('Const_Troc_BtGravar','&Save'),
|
||
('Const_Troc_BtCancelar','Cancel'),
|
||
('Const_ErrPass_SenhaAtualInvalida','Current password does not tally!'),
|
||
('Const_ErrPass_ErroNovaSenha','The Field: New Password and Confirmation must be the same.'),
|
||
('Const_ErrPass_NovaIgualAtual','New equal password to current password '),
|
||
('Const_ErrPass_SenhaObrigatoria','The password is compulsory '),
|
||
('Const_ErrPass_SenhaMinima','The password must contain at least %d characters '),
|
||
('Const_ErrPass_SenhaInvalida','When to use password was prohibited you obviate !'),
|
||
('Const_ErrPass_ForcaTrocaSenha','Compulsory change password'),
|
||
('Const_DefPass_WindowCaption','Define Password of the user : "%s"'),
|
||
('Const_DefPass_LabelSenha','Password :'),
|
||
('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'),
|
||
('Const_TableUser_FieldUserExpired','UCUserExpired'),
|
||
('Const_TableUser_FieldUserDaysSun','UCUserDaysSun'),
|
||
('Const_TableUser_FieldUserInative','UCInative'),
|
||
('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'),
|
||
('Const_Evento_Insert','Insert'),
|
||
('Const_Evento_Delete','Delete'),
|
||
('Const_Evento_Edit','Edit'),
|
||
('Const_Evento_NewRecord','New record'),
|
||
('Const_Hist_All','All'),
|
||
('Const_Msg_LimpHistorico','Clean table history ?'),
|
||
('Const_Msg_MensConfirma','Confirm'),
|
||
('Const_Msg_LogEmptyHistory','User %s erase table history in %s'),
|
||
('Const_LabelDescricao','History of Tables'),
|
||
('Const_LabelUser','User'),
|
||
('Const_LabelForm','Form'),
|
||
('Const_LabelEvento','Event'),
|
||
('Const_LabelTabela','Table'),
|
||
('Const_LabelDataEvento','Date'),
|
||
('Const_LabelHoraEvento','Time'),
|
||
('Const_Msg_NewRecord','%s insert new record'),
|
||
|
||
('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'),
|
||
('Const_Hist_MsgExceptPropr','Inform the property %s'),
|
||
('Const_Hist_BtnFiltro','&Apply Filter'),
|
||
('Const_Hist_BtnExcluir','&Erase History'),
|
||
('Const_Hist_BtnFechar','&Close'),
|
||
|
||
('Const_UserLogged_BtnMsg','&Message'),
|
||
('Const_UserLogged_Refresh','&Refresh'),
|
||
('Const_UserLogged_LabelDescricao','Active users'),
|
||
('Const_UserLogged_LabelCaption','Active users in the System'),
|
||
('Const_CadColuna_Computer','Computer'),
|
||
('Const_CadColuna_Data','Date'),
|
||
('Const_UserLogged_InputCaption','Message'),
|
||
('Const_UserLogged_InputText','Input your message'),
|
||
('Const_UserLogged_MsgSystem','Message of system'),
|
||
('Const_Men_LoginInativo','Inactive login'),
|
||
('Const_Inc_LabelStatus','Status'),
|
||
('Const_Inc_StatusActive','Active'),
|
||
('Const_Inc_StatusDisabled','Disabled')
|
||
|
||
);
|
||
|
||
{------------------------------------------------------------------------------ }
|
||
|
||
Const UC_SPANISH : Array [0..MaxArray,0..1] of string = (
|
||
('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'),
|
||
('Const_Contr_BtSelHint','Seleccionar'),
|
||
('Const_Contr_BtUnSelHint','Deseleccionar'),
|
||
('Const_Contr_BtUnSelAllHint','Deseleccionar Todo'),
|
||
('Const_Msgs_BtNew','&Nuevo Mensaje'),
|
||
('Const_Msgs_BtReplay','&Responder'),
|
||
('Const_Msgs_BtForward','&Reenviar'),
|
||
('Const_Msgs_BtDelete','&Borrar'),
|
||
('Const_Msgs_BtClose','&Cerrar'),
|
||
('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'),
|
||
('Const_Msgs_NoMessagesSelected','!Ningún mensaje seleccionado¡'),
|
||
('Const_Msgs_NoMessagesSelected_WindowCaption','Información'),
|
||
('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'),
|
||
('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'),
|
||
('Const_MsgSend_LabelMessageText','Texto del mensaje'),
|
||
('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!'),
|
||
('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 !!'),
|
||
('Const_Men_PasswordExpired','Atenção, sua senha expirou, favor troca-la'),
|
||
('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 : '),
|
||
('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'),
|
||
('Const_LogC_Todos','Todos'),
|
||
('Const_LogC_Low','Bajo'),
|
||
('Const_LogC_Normal','Normal'),
|
||
('Const_LogC_High','Alto'),
|
||
('Const_LogC_Critic','Crítico'),
|
||
('Const_LogC_ExcluirEfectuada','Borrado de registros de bitácora realizado: Usuario = "%s" | Fecha = %s a %s | Nivel <= %s'),
|
||
('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'),
|
||
('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'),
|
||
('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'),
|
||
('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'),
|
||
('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'),
|
||
('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'),
|
||
('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'),
|
||
('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'),
|
||
('Const_DefPass_WindowCaption','Ingrese Contraseña de Usuario: "%s"'),
|
||
('Const_DefPass_LabelSenha','Contraseña: '),
|
||
('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'),
|
||
('Const_TableUser_FieldUserExpired','UCUserExpired'),
|
||
('Const_TableUser_FieldUserDaysSun','UCUserDaysSun'),
|
||
('Const_TableUser_FieldUserInative','UCInative'),
|
||
('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'),
|
||
('Const_Evento_Insert','Nuevo'),
|
||
('Const_Evento_Delete','Eliminar'),
|
||
('Const_Evento_Edit','Editar'),
|
||
('Const_Evento_NewRecord','Nuevo registro'),
|
||
('Const_Hist_All','Todos'),
|
||
('Const_Msg_LimpHistorico','Excluir el contenido entero del histórico ?'),
|
||
('Const_Msg_MensConfirma','Confirme'),
|
||
('Const_Msg_LogEmptyHistory','El usuario %s borra la historia de mesa en %s '),
|
||
('Const_LabelDescricao','Histórico de tabelas'),
|
||
('Const_LabelUser','Usuario'),
|
||
('Const_LabelForm','Formulário'),
|
||
('Const_LabelEvento','Evento'),
|
||
('Const_LabelTabela','Tabela'),
|
||
('Const_LabelDataEvento','Data'),
|
||
('Const_LabelHoraEvento','Hora'),
|
||
('Const_Msg_NewRecord','%s Inserte el nuevo registro'),
|
||
('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'),
|
||
('Const_Hist_MsgExceptPropr','Por favor informe la propiedad %s'),
|
||
('Const_Hist_BtnFiltro','&Aplicar Filtro'),
|
||
('Const_Hist_BtnExcluir','&Borrar Histórico'),
|
||
('Const_Hist_BtnFechar','&Cerrar'),
|
||
|
||
('Const_UserLogged_BtnMsg','&Mensaje'),
|
||
('Const_UserLogged_Refresh','&Restaure'),
|
||
('Const_UserLogged_LabelDescricao','Usuarios activos'),
|
||
('Const_UserLogged_LabelCaption','Usuarios activos en el sistema'),
|
||
('Const_CadColuna_Computer','Computadora'),
|
||
('Const_CadColuna_Data','Data'),
|
||
('Const_UserLogged_InputCaption','Mensaje'),
|
||
('Const_UserLogged_InputText','Entre su mensaje'),
|
||
('Const_UserLogged_MsgSystem','Mensaje del sistema'),
|
||
('Const_Men_LoginInativo','Atenção, seu login esta inativo'),
|
||
('Const_Inc_LabelStatus','Status'),
|
||
('Const_Inc_StatusActive','Ativo'),
|
||
('Const_Inc_StatusDisabled','Inativo')
|
||
|
||
);
|
||
|
||
{------------------------------------------------------------------------------ }
|
||
|
||
Const UC_FRENCH : Array [0..MaxArray,0..1] of string = (
|
||
('Const_Contr_TitleLabel','L''équipe de Composantes de la Forme :'),
|
||
('Const_Contr_GroupLabel','Groupe :'),
|
||
('Const_Contr_CompDispLabel','Composantes disponibles :'),
|
||
('Const_Contr_CompSelLabel','Composantes choisies:'),
|
||
('Const_Contr_BtOK','&OK'),
|
||
('Const_Contr_BTCancel','&Annuler'),
|
||
('Const_Contr_DescCol','Description'),//nao
|
||
('Const_Contr_BtSellAllHint','Choisissez Tous'),
|
||
('Const_Contr_BtSelHint','Choisir'),
|
||
('Const_Contr_BtUnSelHint','No Choisir'),
|
||
('Const_Contr_BtUnSelAllHint','Non choisissez Tous'),
|
||
('Const_Msgs_BtNew','&Nouveau Message'),
|
||
('Const_Msgs_BtReplay','&Rejeu'),
|
||
('Const_Msgs_BtForward','Env&oyer'),
|
||
('Const_Msgs_BtDelete','&Effacer'),
|
||
('Const_Msgs_BtClose','&Près'),
|
||
('Const_Msgs_WindowCaption','Messages du Système'),
|
||
('Const_Msgs_ColFrom','De'),
|
||
('Const_Msgs_ColSubject','Sujet'),
|
||
('Const_Msgs_ColDate','Date'), //nao
|
||
('Const_Msgs_PromptDelete','Il confirme l''exclusion des messages choisis ?'),
|
||
('Const_Msgs_PromptDelete_WindowCaption','Effacez des messages'),
|
||
('Const_Msgs_NoMessagesSelected','Aucun Message choisi'),
|
||
('Const_Msgs_NoMessagesSelected_WindowCaption','Renseignements'),
|
||
('Const_MsgRec_BtClose','&Près'),
|
||
('Const_MsgRec_WindowCaption','Message'),
|
||
('Const_MsgRec_Title','Message reçu'),
|
||
('Const_MsgRec_LabelFrom','De:'),
|
||
('Const_MsgRec_LabelDate','Date'),
|
||
('Const_MsgRec_LabelSubject','Sujet'),
|
||
('Const_MsgRec_LabelMessage','Message'),
|
||
('Const_MsgSend_BtSend','&Envoyer'),
|
||
('Const_MsgSend_BtCancel','&Annuler'),
|
||
('Const_MsgSend_WindowCaption','Message'),
|
||
('Const_MsgSend_Title','Envoyez le Nouveau Message'),
|
||
('Const_MsgSend_GroupTo','À'),
|
||
('Const_MsgSend_RadioUser','Utilisateur:'),
|
||
('Const_MsgSend_RadioAll','Tous'),
|
||
('Const_MsgSend_GroupMessage','Message'),
|
||
('Const_MsgSend_LabelSubject','Sujet'),
|
||
('Const_MsgSend_LabelMessageText','Texte de message'),
|
||
('MsgExceptConnection','Fait non informé la Connexion, la Transaction ou la composante de Base de données %s'),
|
||
('MsgExceptTransaction','Fait non informé la composante Transactionnelle %s'),
|
||
('MsgExceptDatabase','Fait non informé la Base de données font la composante %s'),
|
||
('MsgExceptPropriedade','Informez la propriété %s'),
|
||
('MsgExceptUserMngMenu','Informez la propriété UsersForm.MenuItem ou UsersForm.Action l''article responsable du contrôle d''utilisateurs '),
|
||
('MsgExceptUserProfile','Informez la propriété UsersProfile.MenuItem ou UsersProfile.Action l''Article responsable du contrôle de Profil d''utilisateurs'),
|
||
('MsgExceptChagePassMenu','Informez la propriété ChangePasswordForm.MenuItem ou .Action l''Article qui permet à un utilisateur de changer son mot de passe'),
|
||
('MsgExceptAppID','Dans la propriété "ApplicationID" informent un nom pour identifier l''application dans le graphique de permissions'),
|
||
('MsgExceptUsersTable','Dans la propriété "TableUsers" informent le nom du graphique qui sera créé pour conserver les données des utilisateurs'),
|
||
('MsgExceptRightsTable','Dans la propriété "TableRights" informent le nom du graphique qui sera créé pour conserver les permissions des utilisateurs'),
|
||
('MsgExceptConnector','La propriété "DataConnector" non défini!'),
|
||
('Const_Men_AutoLogonError','Faute de Début de transaction Automobile!' + #13 + #10 + 'Informez un utilisateur valide et un mot de passe.'),
|
||
('Const_Men_SenhaDesabitada','Mot de passe retraité de l''Ouverture de session %s'),
|
||
('Const_Men_SenhaAlterada','Le mot de passe changeait avec le succès!'),
|
||
('Const_Men_MsgInicial','ATTENTION, Ouverture de session d''Inicial :' + #13 + #10 + #13 + #10 + 'Utilisateur : :user + '#13 + #10 + 'Mot de passe : :password ' + #13 + #10 + #13 + #10 + 'Définissez les permissions pour cet utilisateur.'),
|
||
('Const_Men_MaxTentativas','%d Essais d''infirme d''ouverture de session. Par les raisons de sécurité le système sera fermé.'),
|
||
('Const_Men_LoginInvalido','L''utilisateur devient infirme ou le mot de passe!'),
|
||
('Const_Men_UsuarioExiste','L''Utilisateur "%s" est déjà remis sur pied dans le système !!'),
|
||
('Const_Men_PasswordExpired','L''attention, son signe est mort, la faveur l''échange '),
|
||
('Const_Log_BtCancelar','&Annuler'),
|
||
('Const_Log_BtOK','&OK'),
|
||
('Const_Log_LabelSenha','Passe :'),
|
||
('Const_Log_LabelUsuario','Utilisateur :'),
|
||
('Const_Log_WindowCaption','Ouverture de session'),
|
||
('Const_Log_LbEsqueciSenha','J''ai oublié le mot de passe'),
|
||
('Const_Log_MsgMailSend','le mot de passe a été envoyé pour son courrier électronique .'),
|
||
('Const_Log_LabelTentativa','Essais : '),
|
||
('Const_Log_LabelTentativas','Max d''Essais : '),
|
||
('Const_LogC_WindowCaption','sécurité'),
|
||
('Const_LogC_LabelDescricao','Rondin de système'),
|
||
('Const_LogC_LabelUsuario','Utilisateur :'),
|
||
('Const_LogC_LabelData','Date :'),
|
||
('Const_LogC_LabelNivel','La moindre partie de niveau:'),
|
||
('Const_LogC_ColunaAppID','AppID'),
|
||
('Const_LogC_ColunaNivel','Niveau '),
|
||
('Const_LogC_ColunaMensagem','Message'),
|
||
('Const_LogC_ColunaUsuario','Utilisateur'),
|
||
('Const_LogC_ColunaData','Date'),
|
||
('Const_LogC_BtFiltro','&Appliquez le Filtre'),
|
||
('Const_LogC_BtExcluir','&Effacez le Rondin'),
|
||
('Const_LogC_BtFechar','&Près'),
|
||
('Const_LogC_ConfirmaExcluir','Il confirme pour exclure tous les registres de rondin choisi?'),
|
||
('Const_LogC_ConfirmaDelete_WindowCaption','Effacez la confirmation '),
|
||
('Const_LogC_Todos','Tous'),
|
||
('Const_LogC_Low','Bas'),
|
||
('Const_LogC_Normal','Normal'),
|
||
('Const_LogC_High','Haut'),
|
||
('Const_LogC_Critic','Critique'),
|
||
('Const_LogC_ExcluirEfectuada','L''effacement de rondin de système fait : Utilisateur = "%s" | Date = %s a %s | Niveau <= %s'),
|
||
('Const_Cad_WindowCaption','Sécurité'),
|
||
('Const_Cad_LabelDescricao','Les utilisateurs s''inscrivent'),
|
||
('Const_Cad_ColunaNome','Nom'),
|
||
('Const_Cad_ColunaLogin','Utilisateur'),
|
||
('Const_Cad_ColunaEmail','Courrier Électronique'),
|
||
('Const_Cad_BtAdicionar','&Ajouter'),
|
||
('Const_Cad_BtAlterar','Ch&anger'),
|
||
('Const_Cad_BtExcluir','&Effacer'),
|
||
('Const_Cad_BtPermissoes','A&pproches'),
|
||
('Const_Cad_BtSenha','&Passe'),
|
||
('Const_Cad_BtFechar','&Près' ),
|
||
('Const_Cad_ConfirmaExcluir','Confirmez effacent l''utilisateur "%s" ?'),
|
||
('Const_Cad_ConfirmaDelete_WindowCaption','Effacez l''utilisateur '),
|
||
('Const_Prof_WindowCaption','Sécurité'),
|
||
('Const_Prof_LabelDescricao','Les utilisateurs dressent le portrait'),
|
||
('Const_Prof_ColunaNome','Profile'),
|
||
('Const_Prof_BtAdicionar','&Ajouter'),
|
||
('Const_Prof_BtAlterar','&Ajouter'),
|
||
('Const_Prof_BtExcluir','&Effacer'),
|
||
('Const_Prof_BtPermissoes','A&pproches'),
|
||
('Const_Prof_BtSenha','&Passe'),
|
||
('Const_Prof_BtFechar','&Près'),
|
||
('Const_Prof_ConfirmaExcluir','Il y a des utilisateurs avec le profil "%s". Confirmez effacent ?'),
|
||
('Const_Prof_ConfirmaDelete_WindowCaption','Effacez le profil'),
|
||
('Const_Inc_WindowCaption','Les utilisateurs s''inscrivent '),
|
||
('Const_Inc_LabelAdicionar','Ajouter utilisateurs'),
|
||
('Const_Inc_LabelAlterar','Changer utilisateurs'),
|
||
('Const_Inc_LabelNome','Nom :'),
|
||
('Const_Inc_LabelLogin','Login :'),
|
||
('Const_Inc_LabelEmail','Courrier Électronique :'),
|
||
('Const_Inc_LabelPerfil','Profil :'),
|
||
('Const_Inc_CheckPrivilegiado','Utilisateur privilégié'),
|
||
('Const_Inc_BtGravar','&Sauver'),
|
||
('Const_Inc_BtCancelar','Annuler'),
|
||
('Const_Inc_CheckEspira','Le mot de passe ne fait pas expiré'),
|
||
('Const_Inc_Dia','Jour'),
|
||
('Const_Inc_ExpiraEm','Expiré dans'),
|
||
('Const_PInc_WindowCaption','Dressez le portrait des Utilisateurs'),
|
||
('Const_PInc_LabelAdicionar','Ajouter Profil'),
|
||
('Const_PInc_LabelAlterar','Ajouter Profil '),
|
||
('Const_PInc_LabelNome','Description :'),
|
||
('Const_PInc_BtGravar','&Sauver'),
|
||
('Const_PInc_BtCancelar','Annuler'),
|
||
('Const_Perm_WindowCaption','Sécurité'),
|
||
('Const_Perm_LabelUsuario','Permissions de l''Utilisateur :'),
|
||
('Const_Perm_LabelPerfil','Permissions de l'' Profil :'),
|
||
('Const_Perm_PageMenu','Articles du Menu'),
|
||
('Const_Perm_PageActions','Actions'),
|
||
('Const_Perm_PageControls','Controls'),
|
||
('Const_Perm_BtLibera','&Libération'),
|
||
('Const_Perm_BtBloqueia','&Bloc'),
|
||
('Const_Perm_BtGravar','&Sauver'),
|
||
('Const_Perm_BtCancelar','&Annuler'),
|
||
('Const_Troc_WindowCaption','Sécurité'),
|
||
('Const_Troc_LabelDescricao','Mot de passe de Changement '),
|
||
('Const_Troc_LabelSenhaAtual','Passe :'),
|
||
('Const_Troc_LabelNovaSenha','Nouveau Mot de passe :'),
|
||
('Const_Troc_LabelConfirma','Confirmation :'),
|
||
('Const_Troc_BtGravar','&Sauver'),
|
||
('Const_Troc_BtCancelar','Annuler'),
|
||
('Const_ErrPass_SenhaAtualInvalida','Le mot de passe actuel ne correspond pas !'),
|
||
('Const_ErrPass_ErroNovaSenha','Le Champ : le Nouveau Mot de passe et la Confirmation doivent être le même.'),
|
||
('Const_ErrPass_NovaIgualAtual','Nouveau mot de passe égal au mot de passe actuel'),
|
||
('Const_ErrPass_SenhaObrigatoria','Le mot de passe est obligatoire'),
|
||
('Const_ErrPass_SenhaMinima','Le mot de passe doit contenir au moins %d des caractères '),
|
||
('Const_ErrPass_SenhaInvalida','Quand utiliser le mot de passe a été interdit vous obviez !'),
|
||
('Const_ErrPass_ForcaTrocaSenha','Mot de passe de changement obligatoire'),
|
||
('Const_DefPass_WindowCaption','Définissez le Mot de passe de l''utilisateur : "%s"'),
|
||
('Const_DefPass_LabelSenha','Passe :'),
|
||
('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'),
|
||
('Const_TableUser_FieldUserExpired','UCUserExpired'),
|
||
('Const_TableUser_FieldUserDaysSun','UCUserDaysSun'),
|
||
('Const_TableUser_FieldUserInative','UCInative'),
|
||
('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'),
|
||
('Const_Evento_Insert','Insertion'),
|
||
('Const_Evento_Delete','Effacer'),
|
||
('Const_Evento_Edit','Réviser'),
|
||
('Const_Evento_NewRecord','Nouveau record '),
|
||
('Const_Hist_All','Tous'),
|
||
('Const_Msg_LimpHistorico','Histoire de table propre?'),
|
||
('Const_Msg_MensConfirma','Confirmer'),
|
||
('Const_Msg_LogEmptyHistory','L''utilisateur %s efface l''histoire de table dans %s '),
|
||
('Const_LabelDescricao','Histoire de Tables'),
|
||
('Const_LabelUser','Utilisateur'),
|
||
('Const_LabelForm','Forme'),
|
||
('Const_LabelEvento','Événement'),
|
||
('Const_LabelTabela','Table'),
|
||
('Const_LabelDataEvento','Date'),
|
||
('Const_LabelHoraEvento','Temps'),
|
||
('Const_Msg_NewRecord','%s insérez le nouveau record'),
|
||
('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'),
|
||
('Const_Hist_MsgExceptPropr','Informez la propriété %s'),
|
||
('Const_Hist_BtnFiltro','&Appliquez le Filtre'),
|
||
('Const_Hist_BtnExcluir','&Effacez l''Histoire'),
|
||
('Const_Hist_BtnFechar','&Près'),
|
||
|
||
('Const_UserLogged_BtnMsg','&Régénérez'),
|
||
('Const_UserLogged_Refresh','&Refresh'),
|
||
('Const_UserLogged_LabelDescricao','Utilisateurs actifs'),
|
||
('Const_UserLogged_LabelCaption','Utilisateurs actifs dans le système'),
|
||
('Const_CadColuna_Computer','Ordinateur'),
|
||
('Const_CadColuna_Data','Date'),
|
||
('Const_UserLogged_InputCaption','Message'),
|
||
('Const_UserLogged_InputText','Entrez votre message'),
|
||
('Const_UserLogged_MsgSystem','Message de système'),
|
||
('Const_Men_LoginInativo','Atenção, seu login esta inativo'),
|
||
('Const_Inc_LabelStatus','Status'),
|
||
('Const_Inc_StatusActive','Ativo'),
|
||
('Const_Inc_StatusDisabled','Inativo')
|
||
);
|
||
|
||
|
||
Function RetornaLingua( Lingua : TUCLanguage; Prop : String ) : String;
|
||
|
||
implementation
|
||
|
||
Function RetornaLingua( Lingua : TUCLanguage; Prop : String ) : String;
|
||
Var I : Integer;
|
||
Begin
|
||
Result := '';
|
||
For I := 0 to MaxArray do
|
||
Begin
|
||
Case Lingua of
|
||
ucPortuguesBr : If UpperCase( UC_PTBR[ I , 0 ] ) = UpperCase( Prop ) then Result := UC_PTBR[ I , 1 ];
|
||
ucEnglish : If UpperCase( UC_ENGLISH[ I , 0 ] ) = UpperCase( Prop ) then Result := UC_ENGLISH[ I , 1 ];
|
||
ucSpanish : if UpperCase( UC_SPANISH[ I , 0 ] ) = UpperCase( Prop ) then Result := UC_SPANISH[ I , 1 ];
|
||
ucFrench : if UpperCase( UC_FRENCH[ I , 0 ] ) = UpperCase( Prop ) then Result := UC_FRENCH[ I , 1 ];
|
||
else
|
||
If UpperCase( UC_PTBR[ I , 0 ] ) = UpperCase( Prop ) then Result := UC_PTBR[ I , 1 ];
|
||
End;
|
||
End;
|
||
End;
|
||
|
||
end.
|
||
|