Author: elecharny
Date: Wed Jan 21 15:34:32 2009
New Revision: 736486
URL: http://svn.apache.org/viewvc?rev=736486&view=rev
Log:
Added a french translation for the apacheds/model property file
Added:
directory/studio/trunk/apacheds/src/main/java/org/apache/directory/studio/apacheds/model/messages_fr.properties
Added: directory/studio/trunk/apacheds/src/main/java/org/apache/directory/studio/apacheds/model/messages_fr.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/apacheds/src/main/java/org/apache/directory/studio/apacheds/model/messages_fr.properties?rev=736486&view=auto
==============================================================================
--- directory/studio/trunk/apacheds/src/main/java/org/apache/directory/studio/apacheds/model/messages_fr.properties
(added)
+++ directory/studio/trunk/apacheds/src/main/java/org/apache/directory/studio/apacheds/model/messages_fr.properties
Wed Jan 21 15:34:32 2009
@@ -0,0 +1,25 @@
+# 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.
+
+Server.ListenerCantBeNull=Le listener ne peut \u00EAtre nul
+ServersHandler.ErrorLoadingServer=Une erreur est survenue lors du chargement des serveurs.\n\n
+ServersHandlerIO.ErrorNotValidServersFile=Le fichier de configuration ne semble pas \u00EAtre
valide.
+ServerStateEnum.Started=D\u00E9marr\u00E9
+ServerStateEnum.Starting=En cours de lancement...
+ServerStateEnum.Stopped=Arr\u00EAt\u00E9
+ServerStateEnum.Stopping=En cours d'arr\u00EAt...
+ServerStateEnum.Unknown=Etat inconnu
|