Componentes.Terceros.UserCo.../internal/2.20/2/Source/Languages/Portugues_Brasil/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

279 lines
14 KiB
ObjectPascal
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

unit UCConsts;
interface
const
// new consts version 2 a 5 =========================================
// Form Select Controls (design-time)
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';
//===================================================================
// group property Settins.AppMsgsForm
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';
// group property Settins.AppMsgsRec
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';
// group property Settins.AppMsgsSend
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';
// Run errors
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!';
// group property Settings.Mensagens
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 segunç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 !!'; // 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 = '&OK';
Const_Log_LabelSenha = 'Senha :';
Const_Log_LabelUsuario = 'Usuário :';
Const_Log_WindowCaption = 'Login';
Const_Log_LbEsqueciSenha = 'Esqueci a senha'; //new
Const_Log_MsgMailSend = 'A senha foi enviada para o seu email.'; //new
Const_Log_LabelTentativa = 'Tentativa : ';
Const_Log_LabelTentativas = 'Máximo de Tentativas : ';
//group property Settings.Log //new
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'; //added by fduenas
Const_LogC_Todos = 'Todos'; //BGM
Const_LogC_Low = 'Baixo'; //BGM
Const_LogC_Normal = 'Normal'; //BGM
Const_LogC_High = 'Alto'; //BGM
Const_LogC_Critic = 'Crítico'; //BGM
Const_LogC_ExcluirEfectuada = 'Exclusão de log´s do sistema : Usuário = "%s" | Data = %s a %s | Nível <= %s'; //added by fduenas
//group property Settings.CadastroUsuarios
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&lterar';
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'; //added by fduenas
//group property Settings.PerfilUsuarios
Const_Prof_WindowCaption = 'Segurança';
Const_Prof_LabelDescricao = 'Perfil de Usuários';
Const_Prof_ColunaNome = 'Perfil';
Const_Prof_BtAdicionar = '&Adicionar';
Const_Prof_BtAlterar = 'A&lterar';
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'; //added by fduenas
//group property Settings.IncAltUsuario
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';
//group property Settings.IncAltPerfil
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';
//group property Settings.Permissao
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'; // by vicente barros leonel
Const_Perm_BtLibera = '&Liberar';
Const_Perm_BtBloqueia = '&Bloquear';
Const_Perm_BtGravar = '&Gravar';
Const_Perm_BtCancelar = '&Cancelar';
//group property Settings.TrocaSenha do begin
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';
//group property Settings.Mensagens.ErroTrocaSenha
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';
//group property Settings.DefineSenha
Const_DefPass_WindowCaption = 'Definir senha do usuário : "%s"';
Const_DefPass_LabelSenha = 'Senha :';
//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 nao confuda
// mensagem de erro
Const_Hist_MsgExceptPropr = 'Favor informar a propriedade %s';
//Botoes do form
Const_Hist_BtnFiltro = '&Aplicar Filtro';
Const_Hist_BtnExcluir = '&Excluir Histórico';
Const_Hist_BtnFechar = '&Fechar';
implementation
end.