This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 3cb5b835c6e55900b1686bdf6f065791fffec9d4 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jun 26 21:08:41 2019 +0100 Add additional languages from 9.0.x --- .../util/net/openssl/LocalStrings_es.properties | 27 +++++++++ .../util/net/openssl/LocalStrings_fr.properties | 65 ++++++++++++++++++++++ .../util/net/openssl/LocalStrings_ja.properties | 64 +++++++++++++++++++++ 3 files changed, 156 insertions(+) diff --git a/java/org/apache/tomcat/util/net/openssl/LocalStrings_es.properties b/java/org/apache/tomcat/util/net/openssl/LocalStrings_es.properties new file mode 100644 index 0000000..ee9f792 --- /dev/null +++ b/java/org/apache/tomcat/util/net/openssl/LocalStrings_es.properties @@ -0,0 +1,27 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +engine.emptyCipherSuite=Suite de cifrado vacía +engine.engineClosed=El notor esta cerrado +engine.noSession=El identificador de la sesión SSL no está disponible +engine.openSSLError=Error de OpenSSL: [{0}] mensage: [{1}]\n +engine.writeToSSLFailed=Fallo al escribir hacia SSL, resultado: [{0}] + +keyManager.nullCertificateChain=Cadena de certificado nulo + +openssl.addedClientCaCert=Ceritifcado CA de cliente adicionado: [{0}] +openssl.trustManagerMissing=No se encontró un manejador confiable + +opensslconf.checkFailed=Fallo mientras se chequeaba OpenSSLConf\n diff --git a/java/org/apache/tomcat/util/net/openssl/LocalStrings_fr.properties b/java/org/apache/tomcat/util/net/openssl/LocalStrings_fr.properties new file mode 100644 index 0000000..b9238be --- /dev/null +++ b/java/org/apache/tomcat/util/net/openssl/LocalStrings_fr.properties @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +engine.ciphersFailure=Echec en essayant d'obtenir la liste des chiffres +engine.emptyCipherSuite=La suite de chiffrement (cipher suite) est vide +engine.engineClosed=Le moteur a déjà été fermé +engine.failedCipherSuite=Impossible d''activer la suite de chiffres [{0}] +engine.handshakeFailure=Echec de négociation: [{0}] +engine.inboundClose=L'entrée a été fermée avant d'avoir reçu le close_notify du pair +engine.invalidBufferArray=offset: [{0}], length: [{1}] (attendu: offset <= offset + length <= srcs.length [{2}]) +engine.noSSLContext=Pas de contexte SSL +engine.noSession=Identificateur de session SSL non disponible +engine.nullBuffer=Tampon null +engine.nullBufferInArray=Tampon null dans le tableau +engine.nullCipherSuite=Suite de chiffres nulle +engine.nullName=La valeur du nom est null +engine.nullValue=La valeur est null +engine.openSSLError=Erreur OpenSSL : [{0}] message : [{1}] +engine.oversizedPacket=Le paquet crypté est trop gros +engine.renegotiationUnsupported=La renégociation n'est pas supportée +engine.unsupportedCipher=Suite de chiffres non supportée: [{0}] [{1}] +engine.unsupportedProtocol=Le protocole [{0}] n''est pas supporté +engine.unverifiedPeer=Le pair n'est pas vérifié +engine.writeToSSLFailed=Echec d''écriture vers SSL, code de retour: [{0}] + +keyManager.nullCertificateChain=La chaîne de certificats est nulle +keyManager.nullPrivateKey=La clé privée est null + +openssl.X509FactoryError=Impossible d'obtenir l'instance de la fabrique X509 +openssl.addedClientCaCert=Ajout du certificat CA du client: [{0}] +openssl.applyConf=Application de OpenSSLConfCmd au contexte SSL +openssl.certificateVerificationFailed=La vérification du certificat a échoué +openssl.checkConf=Vérification de OpenSSLConf en cours +openssl.doubleInit=Le contexte SSL a déjà été initialisé, ignoré +openssl.errApplyConf=Impossible d'appliquer la OpenSSLConf au contexte SSL +openssl.errCheckConf=Erreur pendant la vérification de OpenSSLConf +openssl.errMakeConf=Impossible de créer le contexte de OpenSSLConf +openssl.errorSSLCtxInit=Erreur d'initialisation du contexte SSL +openssl.keyManagerMissing=Aucun gestionnaire de clés trouvé +openssl.makeConf=Création du contexte de OpenSSLConf +openssl.nonJsseCertficate=Le certificat [{0}] ou sa clé privée [{1}] n''a pas pu être traité en utilisant un gestionnaire de clé de JSSE, et sera directement passée à OpenSSL +openssl.trustManagerMissing=Gestionnaire de confiance non trouvé + +opensslconf.applyCommand=Application de la commande OpenSSLConf (nom [{0}] valeur [{1}]) +opensslconf.applyFailed=Erreur en appliquant OpenSSLConf au contexte SSL +opensslconf.checkCommand=Vérification de la commande OpenSSLConf (nom [{0}] valeur [{1}]) +opensslconf.checkFailed=Echec de la vérification de OpenSSLConf +opensslconf.failedCommand=La commande OpenSSLConf (nom [{0}] valeur [{1}]) a échoué avec le résultat [{2}] qui sera ignoré +opensslconf.finishFailed=OpenSSLConf s''est terminé en échec avec le résultat [{0}] +opensslconf.noCommandName=Pas de nom de commande OpenSSLConf (valeur [{0}]), cela sera ignoré +opensslconf.resultCommand=La commande OpenSSLConf (nom [{0}] valeur [{1}]) a retourné [{2}] + +sessionContext.nullTicketKeys=Clés nulles diff --git a/java/org/apache/tomcat/util/net/openssl/LocalStrings_ja.properties b/java/org/apache/tomcat/util/net/openssl/LocalStrings_ja.properties new file mode 100644 index 0000000..e61d134 --- /dev/null +++ b/java/org/apache/tomcat/util/net/openssl/LocalStrings_ja.properties @@ -0,0 +1,64 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +engine.ciphersFailure=暗号リストを取得できません。 +engine.emptyCipherSuite=暗号スイートがありません。 +engine.engineClosed=エンジンが閉じられています +engine.failedCipherSuite=暗号スイート[{0}]を有効にできませんでした。 +engine.handshakeFailure=ハンドシェイクに失敗しました: [{0}] +engine.inboundClose=ピアのclose_notifyを受信する前のインバウンドクローズ +engine.invalidBufferArray=オフセット: [{0}], 長さ: [{1}] (期待値: offset <= offset + length <= srcs.length [{2}]) +engine.noSSLContext=SSLコンテキストがありません +engine.noSession=SSLセッションIDが利用可能ではありません +engine.nullBuffer=Null バッファ +engine.nullBufferInArray=配列内のNull バッファ +engine.nullCipherSuite=Null 暗号スイート +engine.nullName=Null値名 +engine.nullValue=Null値 +engine.openSSLError=OpenSSLエラー:[{0}] メッセージ:[{1}] +engine.oversizedPacket=暗号化パケットのサイズが超過しています。 +engine.renegotiationUnsupported=再ネゴシエーションには対応していません。 +engine.unsupportedCipher=サポートされていない暗号スイート:[{0}] [{1}] +engine.unsupportedProtocol=プロトコル [{0}] には対応していません。 +engine.unverifiedPeer=未確認のピア +engine.writeToSSLFailed=SSLへの書き込みに失敗しました。返却値:[{0}] + +keyManager.nullCertificateChain=Nullの証明書チェーン +keyManager.nullPrivateKey=Null 秘密鍵 + +openssl.X509FactoryError=X509ファクトリインスタンスの取得エラー +openssl.addedClientCaCert=クライアント CA 証明書を登録しました: [{0}] +openssl.applyConf=OpenSSLConfCmdをSSLコンテキストに適用します。 +openssl.certificateVerificationFailed=証明書確認に失敗しました +openssl.checkConf=OpenSSLConfの確認 +openssl.doubleInit=SSLコンテキストが既に初期化されています。無視します。 +openssl.errApplyConf=OpenSSLConfをSSLコンテキストに適用できませんでした。 +openssl.errCheckConf=OpenSSLConfチェック中のエラー +openssl.errMakeConf=OpenSSLConfコンテキストを作成できませんでした。 +openssl.errorSSLCtxInit=SSL コンテキストの初期化中にエラーが発生しました。 +openssl.keyManagerMissing=キーマネージャーが見つかりません。 +openssl.makeConf=OpenSSLConfコンテキストの作成 +openssl.trustManagerMissing=トラストマネージャが見つかりません + +opensslconf.applyCommand=OpenSSLConfはコマンド(名前[{0}]、値[{1}])を適用しています。 +opensslconf.applyFailed=OpenSSLConfをSSLコンテキストに適用する際の失敗 +opensslconf.checkCommand=OpenSSLConfチェックコマンド(名前[{0}]、値[{1}]) +opensslconf.checkFailed=OpenSSLConf のチェックが失敗しました。 +opensslconf.failedCommand=結果[{2}]でOpenSSLConfがコマンド(名前[{0}]、値[{1}])に失敗しました。無視されます。 +opensslconf.finishFailed=結果[{0}]でOpenSSLConfのfinish処理が失敗しました +opensslconf.noCommandName=OpenSSLConfコマンド名なし - 無視されます(コマンド値[{0}]) +opensslconf.resultCommand=OpenSSLConfコマンド(名前[{0}]、値[{1}])が[{2}]を返しました。 + +sessionContext.nullTicketKeys=Null キー --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org