[jboss-cvs] JBossAS SVN: r84769 - projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 25 20:09:19 EST 2009


Author: ldelima at redhat.com
Date: 2009-02-25 20:09:18 -0500 (Wed, 25 Feb 2009)
New Revision: 84769

Modified:
   projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR/J2EE_Reference_Introduction.po
Log:
translation ongoing

Modified: projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR/J2EE_Reference_Introduction.po
===================================================================
--- projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR/J2EE_Reference_Introduction.po	2009-02-26 01:07:18 UTC (rev 84768)
+++ projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR/J2EE_Reference_Introduction.po	2009-02-26 01:09:18 UTC (rev 84769)
@@ -9,7 +9,7 @@
 "Project-Id-Version: J2EE_Reference_Introduction\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "POT-Creation-Date: 2009-01-20 02:37+0000\n"
-"PO-Revision-Date: 2009-02-26 11:07+1000\n"
+"PO-Revision-Date: 2009-02-26 11:09+1000\n"
 "Last-Translator: Leticia de Lima <ldelima at redhat.com>\n"
 "Language-Team: Brazilian Portuguese <en at li.org>\n"
 "MIME-Version: 1.0\n"
@@ -5686,6 +5686,14 @@
 "    public void destroy();\n"
 "}"
 msgstr ""
+"package org.jboss.system;\n"
+"public interface Service\n"
+"{\n"
+"    public void create() throws Exception;\n"
+"    public void start() throws Exception;\n"
+"    public void stop();\n"
+"    public void destroy();\n"
+"}"
 
 #. Tag: para
 #: J2EE_Reference_Introduction.xml:1529




More information about the jboss-cvs-commits mailing list