[jboss-svn-commits] JBL Code SVN: r31033 - labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/logging.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 12 12:11:14 EST 2010
Author: jhalliday
Date: 2010-01-12 12:11:13 -0500 (Tue, 12 Jan 2010)
New Revision: 31033
Added:
labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/logging/logging_msg_en.properties
labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/logging/logging_msg_fr.properties
Log:
Added test resource bundles. JBTM-685
Added: labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/logging/logging_msg_en.properties
===================================================================
--- labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/logging/logging_msg_en.properties (rev 0)
+++ labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/logging/logging_msg_en.properties 2010-01-12 17:11:13 UTC (rev 31033)
@@ -0,0 +1,37 @@
+#
+# JBoss, Home of Professional Open Source
+# Copyright 2006, Red Hat Middleware LLC, and individual contributors
+# as indicated by the @author tags.
+# See the copyright.txt in the distribution for a
+# full listing of individual contributors.
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions
+# of the GNU Lesser General Public License, v. 2.1.
+# This program is distributed in the hope that it will be useful, but WITHOUT A
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+# You should have received a copy of the GNU Lesser General Public License,
+# v.2.1 along with this distribution; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+#
+# (C) 2005-2006,
+# @author JBoss Inc.
+#
+debug_message = This is a debug message
+debug_param_message = This is a debug message with params {0} and {1}
+
+info_message = This is a info message
+info_param_message = This is a info message with params {0} and {1}
+
+warn_message = This is a warn message
+warn_param_message = This is a warn message with params {0} and {1}
+
+error_message = This is a error message
+error_param_message = This is a error message with params {0} and {1}
+
+fatal_message = This is a fatal message
+fatal_param_message = This is a fatal message with params {0} and {1}
+
+IDENTIFICATION = The FirstName is {0} and the LastName is {1}
+#
Added: labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/logging/logging_msg_fr.properties
===================================================================
--- labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/logging/logging_msg_fr.properties (rev 0)
+++ labs/jbosstm/trunk/common/tests/com/arjuna/common/tests/logging/logging_msg_fr.properties 2010-01-12 17:11:13 UTC (rev 31033)
@@ -0,0 +1,23 @@
+#
+# JBoss, Home of Professional Open Source
+# Copyright 2006, Red Hat Middleware LLC, and individual contributors
+# as indicated by the @author tags.
+# See the copyright.txt in the distribution for a
+# full listing of individual contributors.
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions
+# of the GNU Lesser General Public License, v. 2.1.
+# This program is distributed in the hope that it will be useful, but WITHOUT A
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+# You should have received a copy of the GNU Lesser General Public License,
+# v.2.1 along with this distribution; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+#
+# (C) 2005-2006,
+# @author JBoss Inc.
+#
+fatal_message = Ceci est un message Fatal
+info_message = Ceci est un message pour information
+IDENTIFICATION = le prenom est {0} et le nom est {1}
More information about the jboss-svn-commits
mailing list