[jboss-cvs] JBossAS SVN: r89027 - 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
Mon May 18 23:48:30 EDT 2009


Author: ldelima at redhat.com
Date: 2009-05-18 23:48:30 -0400 (Mon, 18 May 2009)
New Revision: 89027

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

Modified: projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR/Web_Services.po
===================================================================
--- projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR/Web_Services.po	2009-05-19 03:46:04 UTC (rev 89026)
+++ projects/docs/enterprise/4.3.3/Server_Configuration_Guide/pt-BR/Web_Services.po	2009-05-19 03:48:30 UTC (rev 89027)
@@ -1,24 +1,27 @@
+# translation of Web_Services.po to Brazilian Portuguese
 # Language /tmp/mike/JBEAP420/JBAS translations for JBEAP package.
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+#
 # Automatically generated, 2007.
-#
+# Leticia de Lima <ldelima at redhat.com>, 2009.
 msgid ""
 msgstr ""
-"Project-Id-Version: JBEAP 420\n"
+"Project-Id-Version: Web_Services\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "POT-Creation-Date: 2009-01-20 02:37+0000\n"
-"PO-Revision-Date: 2001-02-09 01:25+0100\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2009-05-19 13:48+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"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
 
 #. Tag: title
 #: Web_Services.xml:5
-#, fuzzy, no-c-format
+#, no-c-format
 msgid "Web Services"
-msgstr "Serviços HTTP"
+msgstr "Serviços da Web"
 
 #. Tag: para
 #: Web_Services.xml:6
@@ -67,6 +70,20 @@
 "                &lt;/operation&gt;\n"
 "        &lt;/binding&gt;"
 msgstr ""
+"&lt;binding name=&#39;EndpointInterfaceBinding&#39; type=&#39;tns:"
+"EndpointInterface&#39;&gt;\n"
+"        &lt;soap:binding style=&#39;document&#39; transport=&#39;http://"
+"schemas.xmlsoap.org/soap/http&#39;/&gt;\n"
+"                &lt;operation name=&#39;concat&#39;&gt;\n"
+"                &lt;soap:operation soapAction=&#39;&#39;/&gt;\n"
+"                        &lt;input&gt;\n"
+"                        &lt;soap:body use=&#39;literal&#39;/&gt;\n"
+"                        &lt;/input&gt;\n"
+"                        &lt;output&gt;\n"
+"                                &lt;soap:body use=&#39;literal&#39;/&gt;\n"
+"                        &lt;/output&gt;\n"
+"                &lt;/operation&gt;\n"
+"        &lt;/binding&gt;"
 
 #. Tag: para
 #: Web_Services.xml:17
@@ -100,6 +117,25 @@
 "&gt;\n"
 "&lt;/message&gt;"
 msgstr ""
+"&lt;complexType name=&#39;concatType&#39;&gt;\n"
+"        &lt;sequence&gt;\n"
+"                &lt;element name=&#39;String_1&#39; nillable=&#39;true&#39; "
+"type=&#39;string&#39;/&gt;\n"
+"                &lt;element name=&#39;long_1&#39; type=&#39;long&#39;/&gt;\n"
+"        &lt;/sequence&gt;\n"
+"        &lt;/complexType&gt;\n"
+"        &lt;element name=&#39;concat&#39; type=&#39;tns:concatType&#39;/"
+"&gt;\n"
+"        Therefore, message parts must refer to an element from the schema. \n"
+"        &lt;message name=&#39;EndpointInterface_concat&#39;&gt;\n"
+"                &lt;part name=&#39;parameters&#39; element=&#39;tns:"
+"concat&#39;/&gt;\n"
+"        &lt;/message&gt;\n"
+"The following message definition is invalid. \n"
+"&lt;message name=&#39;EndpointInterface_concat&#39;&gt;\n"
+"        &lt;part name=&#39;parameters&#39; type=&#39;tns:concatType&#39;/"
+"&gt;\n"
+"&lt;/message&gt;"
 
 #. Tag: title
 #: Web_Services.xml:24
@@ -132,6 +168,16 @@
 "  }\n"
 " }"
 msgstr ""
+"@WebService\n"
+" @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n"
+" public class DocBareServiceImpl\n"
+" {\n"
+" @WebMethod\n"
+"  public SubmitBareResponse submitPO(SubmitBareRequest poRequest)\n"
+"  {\n"
+"    ...\n"
+"  }\n"
+" }"
 
 #. Tag: para
 #: Web_Services.xml:29
@@ -158,6 +204,18 @@
 "  ...\n"
 " }"
 msgstr ""
+"@XmlAccessorType(XmlAccessType.FIELD)\n"
+" @XmlType(name = \"SubmitBareRequest\", namespace=\"http://soapbinding."
+"samples.jaxws.ws.test.jboss.org/\", propOrder = { \"product\" })\n"
+" @XmlRootElement(namespace=\"http://soapbinding.samples.jaxws.ws.test.jboss."
+"org/\", name = \"SubmitPO\")\n"
+" public class SubmitBareRequest\n"
+" {\n"
+"  @XmlElement(namespace=\"http://soapbinding.samples.jaxws.ws.test.jboss.org/"
+"\",  required = true)\n"
+"  private String product;\n"
+"  ...\n"
+" }"
 
 #. Tag: title
 #: Web_Services.xml:36
@@ -231,6 +289,22 @@
 "         &lt;/operation&gt;\n"
 " &lt;/binding&gt;"
 msgstr ""
+"&lt;binding name=&#39;EndpointInterfaceBinding&#39; type=&#39;tns:"
+"EndpointInterface&#39;&gt;\n"
+"         &lt;soap:binding style=&#39;rpc&#39; transport=&#39;http://schemas."
+"xmlsoap.org/soap/http&#39;/&gt;\n"
+"         &lt;operation name=&#39;echo&#39;&gt;\n"
+"                 &lt;soap:operation soapAction=&#39;&#39;/&gt;\n"
+"                 &lt;input&gt;\n"
+"                         &lt;soap:body namespace=&#39;http://org.jboss.ws/"
+"samples/jsr181pojo&#39; use=&#39;literal&#39;/&gt;\n"
+"                 &lt;/input&gt;\n"
+"                 &lt;output&gt;\n"
+"                         &lt;soap:body namespace=&#39;http://org.jboss.ws/"
+"samples/jsr181pojo&#39; use=&#39;literal&#39;/&gt;\n"
+"                 &lt;/output&gt;\n"
+"         &lt;/operation&gt;\n"
+" &lt;/binding&gt;"
 
 #. Tag: para
 #: Web_Services.xml:62
@@ -355,6 +429,16 @@
 "    }\n"
 " }"
 msgstr ""
+"@WebService\n"
+"@SOAPBinding(style = SOAPBinding.Style.RPC)\n"
+"public class JSEBean01\n"
+"   {\n"
+"    @WebMethod\n"
+"    public String echo(String input)\n"
+"    {\n"
+"    ...\n"
+"    }\n"
+" }"
 
 #. Tag: title
 #: Web_Services.xml:105
@@ -370,7 +454,7 @@
 
 #. Tag: programlisting
 #: Web_Services.xml:108
-#, fuzzy, no-c-format
+#, no-c-format
 msgid ""
 "&lt;web-app ...&gt;\n"
 "         &lt;servlet&gt;\n"
@@ -384,17 +468,17 @@
 "                         &lt;/servlet-mapping&gt;\n"
 "&lt;/web-app&gt;"
 msgstr ""
-"&lt;servlet&gt;\n"
-"    &lt;servlet-name&gt;Faces Servlet&lt;/servlet-name&gt;\n"
-"    &lt;servlet-class&gt;javax.faces.webapp.FacesServlet&lt;/servlet-"
-"class&gt;\n"
-"    &lt;load-on-startup&gt;1&lt;/load-on-startup&gt;\n"
-"&lt;/servlet&gt;\n"
-"\n"
-"&lt;servlet-mapping&gt;\n"
-"    &lt;servlet-name&gt;Faces Servlet&lt;/servlet-name&gt;\n"
-"    &lt;url-pattern&gt;*.jsf&lt;/url-pattern&gt;\n"
-"&lt;/servlet-mapping&gt;"
+"&lt;web-app ...&gt;\n"
+"         &lt;servlet&gt;\n"
+"         &lt;servlet-name&gt;TestService&lt;/servlet-name&gt;\n"
+"         &lt;servlet-class&gt;org.jboss.test.ws.jaxws.samples.jsr181pojo."
+"JSEBean01&lt;/servlet-class&gt;\n"
+"         &lt;/servlet&gt;\n"
+"         &lt;servlet-mapping&gt;\n"
+"                 &lt;servlet-name&gt;TestService&lt;/servlet-name&gt;\n"
+"                 &lt;url-pattern&gt;/*&lt;/url-pattern&gt;\n"
+"                         &lt;/servlet-mapping&gt;\n"
+"&lt;/web-app&gt;"
 
 #. Tag: title
 #: Web_Services.xml:113
@@ -440,7 +524,7 @@
 #: Web_Services.xml:127 Web_Services.xml:154
 #, no-c-format
 msgid "http://yourhost:8080/jbossws/services"
-msgstr ""
+msgstr "http://yourhost:8080/jbossws/services"
 
 #. Tag: para
 #: Web_Services.xml:127 Web_Services.xml:155
@@ -488,6 +572,20 @@
 "  }\n"
 "  }"
 msgstr ""
+"@Stateless\n"
+"  @Remote(EJB3RemoteInterface.class)\n"
+"  @RemoteBinding(jndiBinding = &quot;/ejb3/EJB3EndpointInterface&quot;)\n"
+"          \n"
+"  @WebService\n"
+"  @SOAPBinding(style = SOAPBinding.Style.RPC)\n"
+"  public class EJB3Bean01 implements EJB3RemoteInterface\n"
+"  {\n"
+"  @WebMethod\n"
+"  public String echo(String input)\n"
+"  {\n"
+"  ...\n"
+"  }\n"
+"  }"
 
 #. Tag: para
 #: Web_Services.xml:138
@@ -506,8 +604,7 @@
 #. Tag: para
 #: Web_Services.xml:144
 #, no-c-format
-msgid ""
-"A JSR-181 EJB service endpoint is packaged as an ordinary ejb deployment."
+msgid "A JSR-181 EJB service endpoint is packaged as an ordinary ejb deployment."
 msgstr ""
 
 #. Tag: programlisting
@@ -1988,8 +2085,7 @@
 #. Tag: para
 #: Web_Services.xml:673
 #, no-c-format
-msgid ""
-"Providing a new service, and you want the contract to be generated for you"
+msgid "Providing a new service, and you want the contract to be generated for you"
 msgstr ""
 
 #. Tag: para
@@ -3107,8 +3203,7 @@
 #. Tag: para
 #: Web_Services.xml:1108
 #, no-c-format
-msgid ""
-"WS-Eventing is defined by the combination of the following specifications:"
+msgid "WS-Eventing is defined by the combination of the following specifications:"
 msgstr ""
 
 #. Tag: ulink
@@ -3298,8 +3393,7 @@
 #. Tag: para
 #: Web_Services.xml:1200
 #, no-c-format
-msgid ""
-"You need to tell JBossWS that it requires WS-Addressing for this endpoint"
+msgid "You need to tell JBossWS that it requires WS-Addressing for this endpoint"
 msgstr ""
 
 #. Tag: para
@@ -3560,8 +3654,7 @@
 #. Tag: para
 #: Web_Services.xml:1300
 #, no-c-format
-msgid ""
-"eventKeepAlive - keep alive before an undelivered event message is discarded."
+msgid "eventKeepAlive - keep alive before an undelivered event message is discarded."
 msgstr ""
 
 #. Tag: title
@@ -3599,8 +3692,7 @@
 #. Tag: para
 #: Web_Services.xml:1320
 #, no-c-format
-msgid ""
-"WS-Security is defined by the combination of the following specifications:"
+msgid "WS-Security is defined by the combination of the following specifications:"
 msgstr ""
 
 #. Tag: ulink
@@ -4630,8 +4722,7 @@
 #. Tag: para
 #: Web_Services.xml:1693
 #, no-c-format
-msgid ""
-"WS-Policy is defined by the combination of the following specifications:"
+msgid "WS-Policy is defined by the combination of the following specifications:"
 msgstr ""
 
 #. Tag: programlisting
@@ -5067,3 +5158,4 @@
 "String unauthenticatedPrincipal() default &quot;&quot;;\n"
 "}"
 msgstr ""
+




More information about the jboss-cvs-commits mailing list