diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-pt-BR/mail/chrome/mozldap/ldap.properties | 272 |
1 files changed, 272 insertions, 0 deletions
diff --git a/l10n-pt-BR/mail/chrome/mozldap/ldap.properties b/l10n-pt-BR/mail/chrome/mozldap/ldap.properties new file mode 100644 index 0000000000..3148322044 --- /dev/null +++ b/l10n-pt-BR/mail/chrome/mozldap/ldap.properties @@ -0,0 +1,272 @@ +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# The following two strings are used when prompting the user for authentication +# information: + +## @name AUTH_PROMPT_TITLE +## @loc none +authPromptTitle=Forneça a senha do servidor LDAP + +## @name AUTH_PROMPT_TEXT +## @loc %1$S should not be localized. It is the hostname of the LDAP server. +authPromptText=Forneça a senha para %1$S. + +# These are string versions of all the errors defined in +# nsILDAPErrors.idl, as well as the nsresult codes based on those +# errors. See that file for the genesis of these codes, as well as +# for info about how to get documentation about their precise +# meanings. + +# These are string versions of all the errors defined in +# nsILDAPErrors.idl, as well as the nsresult codes based on those +# errors. See that file for the genesis of these codes, as well as +# for info about how to get documentation about their precise +# meanings. + +## @name OPERATIONS_ERROR +## @loc none +1=Erro de operação + +## @name PROTOCOL_ERROR +## @loc none +2=Erro de protocolo + +## @name TIMELIMIT_EXCEEDED +## @loc none +3=Tempo limite excedido + +## @name SIZELIMIT_EXCEEDED +## @loc none +4=Limite ao tamanho excedido + +## @name COMPARE_FALSE +## @loc none +5=Compare false + +## @name COMPARE_TRUE +## @loc none +6=Compare true + +## @name STRONG_AUTH_NOT_SUPPORTED +## @loc none +7=Modo de autenticação não suportado + +## @name STRONG_AUTH_REQUIRED +## @loc none +8=Autenticação forte solicitada + +## @name PARTIAL_RESULTS +## @loc none +9=Resultados e referências parciais recebidas + +## @name REFERRAL +## @loc none +10=Referral received + +## @name ADMINLIMIT_EXCEEDED +## @loc none +11=Limite administrativo excedido + +## @name UNAVAILABLE_CRITICAL_EXTENSION +## @loc none +12=Unavailable critical extension + +## @name CONFIDENTIALITY_REQUIRED +## @loc none +13=Confidencialidade solicitada + +## @name SASL_BIND_IN_PROGRESS +## @loc none +14=SASL bind in progress + +## @name NO_SUCH_ATTRIBUTE +## @loc none +16=Atributo não existente + +## @name UNDEFINED_TYPE +## @loc none +17=Tipo de atributo indefinido + +## @name INAPPROPRIATE MATCHIN +## @loc none +18=Correspondência não apropriada + +## @name CONSTRAINT_VIOLATION +## @loc none +19=Violação de restrição + +## @name TYPE_OR_VALUE_EXISTS +## @loc none +20=Tipo ou valor existe + +## @name INVALID_SYNTAX +## @loc none +21=Sintaxe inválida + +## @name NO_SUCH_OBJECT +## @loc none +32=Objeto não existente + +## @name ALIAS_PROBLEM +## @loc none +33=Alias problem + +## @name INVALID_DN_ SYNTAX +## @loc none +34=Invalid DN syntax + +## @name IS_LEAF +## @loc none +35=Object is a leaf + +## @name ALIAS_DEREF_PROBLEM +## @loc none +36=Alias dereferencing problem + +## @name INAPPROPRIATE_AUTH +## @loc none +48=Autenticação inapropriada + +## @name INVALID_CREDENTIALS +## @loc none +49=Credenciais inválidas + +## @name INSUFFICIENT_ACCESS +## @loc none +50=Acesso insuficiente + +## @name BUSY +## @loc none +51=O servidor LDAP está ocupado + +## @name UNAVAILABLE +## @loc none +52=O servidor LDAP está indisponível + +## @name UNWILLING_TO_PERFORM +## @loc none +53=LDAP server is unwilling to perform + +## @name LOOP_DETECT +## @loc none +54=Loop detectado + +## @name SORT_CONTROL_MISSING +## @loc none +60=Sort Control is missing + +## @name INDEX_RANGE_ERROR +## @loc none +61=Search results exceed the range specified by the offsets + +## @name NAMING_VIOLATION +## @loc none +64=Naming violation + +## @name OBJECT_CLASS_VIOLATION +## @loc none +65=Object class violation + +## @name NOT_ALLOWED_ON_NONLEAF +## @loc none +66=Operation not allowed on nonleaf + +## @name NOT_ALLOWED_ON_RDN +## @loc none +67=Operation not allowed on RDN + +## @name ALREADY_EXISTS +## @loc none +68=Já existe + +## @name NO_OBJECT_CLASS_MODS +## @loc none +69=Cannot modify object class + +## @name RESULTS_TOO_LARGE +## @loc none +70=Resultado muito grande + +## @name AFFECTS_MULTIPLE_DSAS +## @loc none +71=Atinge múltiplos servidores + +## @name OTHER +## @loc none +80=Erro desconhecido + +## @name SERVER_DOWN +## @loc none +81=Não foi possível contatar o servidor LDAP + +## @name LOCAL_ERROR +## @loc none +82=Erro local + +## @name ENCODING_ERROR +## @loc none +83=Erro de codificação + +## @name DECODING_ERROR +## @loc none +84=Erro de decodificação + +## @name TIMEOUT +## @loc none +85=O servidor LDAP atingiu o tempo limite + +## @name AUTH_UNKNOWN +## @loc none +86=Modo de autenticação desconhecido + +## @name FILTER_ERROR +## @loc none +87=Filtro de pesquisa inválido + +## @name USER_CANCELLED +## @loc none +88=Operação cancelada pelo usuário + +## @name PARAM_ERROR +## @loc none +89=Parâmetro incorreto para uma rotina LDAP + +## @name NO_MEMORY +## @loc none +90=Sem memória + +## @name CONNECT_ERROR +## @loc none +91=Não foi possível conectar-se ao servidor LDAP + +## @name NOT_SUPPORTED +## @loc none +92=Não suportado nesta versão do LDAP + +## @name CONTROL_NOT_FOUND +## @loc none +93=Requested LDAP control not found + +## @name NO_RESULTS_RETURNED +## @loc none +94=Nenhum resultado retornado + +## @name MORE_RESULTS_TO_RETURN +## @loc none +95=Mais resultados a retornar + +## @name CLIENT_LOOP +## @loc none +96=Client detected loop + +## @name REFERRAL_LIMIT_EXCEEDED +## @loc none +97=Excedido limite referral hop |