From: markt Date: Thu, 12 Feb 2009 11:35:11 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46683 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=96681d6cb6cea13f69622a22399f30d2c164ea6c;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46683 Correct typo in filename git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@743690 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/loader/LocaStrings_fr.properties b/java/org/apache/catalina/loader/LocaStrings_fr.properties deleted file mode 100644 index 638176295..000000000 --- a/java/org/apache/catalina/loader/LocaStrings_fr.properties +++ /dev/null @@ -1,45 +0,0 @@ -# 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. - -fileClassLoader.canRead=Le réceptacle (repository) {0} ne peut être lu -fileClassLoader.exists=Le réceptacle (repository) {0} n''existe pas -fileClassLoader.jarFile=Impossible de lire le fichier JAR {0} -fileClassLoader.restricted=Impossible de charger la classe restreinte (restricted class) {0} -standardLoader.addRepository=Ajout du réceptacle (repository) {0} -standardLoader.alreadyStarted=Le chargeur (loader) a déjà été démarré -standardLoader.checkInterval=Impossible de régler l''interval de vérification de rechargement à {0} secondes -standardLoader.notContext=Impossible d''auto-recharger sans que le conteneur ne soit un contexte -standardLoader.notReloadabe=Propriété de rechargement (reloadable property) mise à faux -standardLoader.notStarted=Le chargeur (loader) n''a pas encore été démarré -standardLoader.reloadable=Impossible de mettre la propriété de rechargement (reloadable property) à {0} -standardLoader.reloading=Les vérifications de rechargement sont activées pour ce contexte -standardLoader.removeRepository=Retrait du réceptacle (repository) {0} -standardLoader.starting=Démarrage de ce chargeur (loader) -standardLoader.stopping=Arrêt de ce chargeur (loader) -webappLoader.addRepository=Ajout du réceptacle (repository) {0} -webappLoader.deploy=Déploiement des classes des réceptacles (class repositories) vers le dossier de travail (work directory) {0} -webappLoader.jarDeploy=Déploiement du JAR {0} vers {1} -webappLoader.classDeploy=Déploiement des fichiers classes {0} vers {1} -webappLoader.alreadyStarted=Le chargeur (loader) a déjà été démarré -webappLoader.checkInterval=Impossible de régler l''interval de vérification de rechargement à {0} secondes -webappLoader.notContext=Impossible d''auto-recharger sans que le conteneur ne soit un contexte -webappLoader.notReloadabe=Propriété de rechargement (reloadable property) mise à faux -webappLoader.notStarted=Le chargeur (loader) n''a pas encore été démarré -webappLoader.reloadable=Impossible de mettre la propriété de rechargement (reloadable property) à {0} -webappLoader.reloading=Les vérifications de rechargement sont activées pour ce contexte -webappLoader.removeRepository=Retrait du réceptacle (repository) {0} -webappLoader.starting=Démarrage de ce chargeur (loader) -webappLoader.stopping=Arrêt de ce chargeur (loader) -webappLoader.failModifiedCheck=Erreur dans le suivi des modifications diff --git a/java/org/apache/catalina/loader/LocalStrings_fr.properties b/java/org/apache/catalina/loader/LocalStrings_fr.properties new file mode 100644 index 000000000..638176295 --- /dev/null +++ b/java/org/apache/catalina/loader/LocalStrings_fr.properties @@ -0,0 +1,45 @@ +# 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. + +fileClassLoader.canRead=Le réceptacle (repository) {0} ne peut être lu +fileClassLoader.exists=Le réceptacle (repository) {0} n''existe pas +fileClassLoader.jarFile=Impossible de lire le fichier JAR {0} +fileClassLoader.restricted=Impossible de charger la classe restreinte (restricted class) {0} +standardLoader.addRepository=Ajout du réceptacle (repository) {0} +standardLoader.alreadyStarted=Le chargeur (loader) a déjà été démarré +standardLoader.checkInterval=Impossible de régler l''interval de vérification de rechargement à {0} secondes +standardLoader.notContext=Impossible d''auto-recharger sans que le conteneur ne soit un contexte +standardLoader.notReloadabe=Propriété de rechargement (reloadable property) mise à faux +standardLoader.notStarted=Le chargeur (loader) n''a pas encore été démarré +standardLoader.reloadable=Impossible de mettre la propriété de rechargement (reloadable property) à {0} +standardLoader.reloading=Les vérifications de rechargement sont activées pour ce contexte +standardLoader.removeRepository=Retrait du réceptacle (repository) {0} +standardLoader.starting=Démarrage de ce chargeur (loader) +standardLoader.stopping=Arrêt de ce chargeur (loader) +webappLoader.addRepository=Ajout du réceptacle (repository) {0} +webappLoader.deploy=Déploiement des classes des réceptacles (class repositories) vers le dossier de travail (work directory) {0} +webappLoader.jarDeploy=Déploiement du JAR {0} vers {1} +webappLoader.classDeploy=Déploiement des fichiers classes {0} vers {1} +webappLoader.alreadyStarted=Le chargeur (loader) a déjà été démarré +webappLoader.checkInterval=Impossible de régler l''interval de vérification de rechargement à {0} secondes +webappLoader.notContext=Impossible d''auto-recharger sans que le conteneur ne soit un contexte +webappLoader.notReloadabe=Propriété de rechargement (reloadable property) mise à faux +webappLoader.notStarted=Le chargeur (loader) n''a pas encore été démarré +webappLoader.reloadable=Impossible de mettre la propriété de rechargement (reloadable property) à {0} +webappLoader.reloading=Les vérifications de rechargement sont activées pour ce contexte +webappLoader.removeRepository=Retrait du réceptacle (repository) {0} +webappLoader.starting=Démarrage de ce chargeur (loader) +webappLoader.stopping=Arrêt de ce chargeur (loader) +webappLoader.failModifiedCheck=Erreur dans le suivi des modifications