[webbeans-commits] Webbeans SVN: r1226 - doc/trunk/reference/it-IT.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Sat Jan 24 13:23:35 EST 2009
Author: nico.ben
Date: 2009-01-24 13:23:35 -0500 (Sat, 24 Jan 2009)
New Revision: 1226
Modified:
doc/trunk/reference/it-IT/injection.po
Log:
Update italian translation
Modified: doc/trunk/reference/it-IT/injection.po
===================================================================
--- doc/trunk/reference/it-IT/injection.po 2009-01-24 04:41:15 UTC (rev 1225)
+++ doc/trunk/reference/it-IT/injection.po 2009-01-24 18:23:35 UTC (rev 1226)
@@ -5,8 +5,8 @@
msgstr ""
"Project-Id-Version: master.xml\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-12-19 20:26+0000\n"
-"PO-Revision-Date: 2009-01-20 21:28+0100\n"
+"POT-Creation-Date: 2009-01-24 18:19+0000\n"
+"PO-Revision-Date: 2009-01-24 19:22+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz at gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -672,8 +672,8 @@
#. Tag: para
#: injection.xml:246
#, no-c-format
-msgid "If you've been paying attention, you're probably wondering how the Web Bean manager decides which implementation—<literal>ExternalPaymentProcessor</literal> or <literal>MockPaymentProcessor</literal>—to choose. Consider what happens when the manager encounters this injection point:"
-msgstr "Se avete prestato attenzione, vi state probabilmente chiedendo come il manager Web Bean decida quale implementazione — <literal>ExternalPaymentProcessor</literal> o <literal>MockPaymentProcessor</literal> — scegliere. Si consideri cosa succede quando il manager incontra questo punto di iniezione:"
+msgid "If you've been paying attention, you're probably wondering how the Web Bean manager decides which implementation — <literal>ExternalPaymentProcessor</literal> or <literal>MockPaymentProcessor</literal> — to choose. Consider what happens when the manager encounters this injection point:"
+msgstr "Se avete prestato attenzione, vi state probabilmente chiedendo come il manager Web Bean decida quale implementazione scegliere — <literal>ExternalPaymentProcessor</literal> o <literal>MockPaymentProcessor</literal> — Si consideri cosa succede quando il manager incontra questo punto di iniezione:"
#. Tag: programlisting
#: injection.xml:251
@@ -770,8 +770,8 @@
#. Tag: para
#: injection.xml:323
#, no-c-format
-msgid "To fix an <literal>UnsatisfiedDependencyException</literal>, simply provide a Web Bean which implements the API type and has the binding types of the injection point—or enable the deployment type of a Web Bean that already implements the API type and has the binding types."
-msgstr "Per rimediare ad una <literal>UnsatisfiedDependencyException</literal>, si deve semplicemente fornire un Web Bean che implementi il tipo dell'API in uso e abbia gli stessi tipi di binding del punto di iniezione#151;o si deve abilitare il tipo di deploy di un Web Bean che già implementa il tipo dell'API in uso e possiede i tipi di binding in esame."
+msgid "To fix an <literal>UnsatisfiedDependencyException</literal>, simply provide a Web Bean which implements the API type and has the binding types of the injection point — or enable the deployment type of a Web Bean that already implements the API type and has the binding types."
+msgstr "Per rimediare ad una <literal>UnsatisfiedDependencyException</literal>, si deve semplicemente fornire un Web Bean che implementi il tipo dell'API in uso e abbia gli stessi tipi di binding del punto di iniezione #151; o si deve abilitare il tipo di deploy di un Web Bean che già implementa il tipo dell'API in uso e possiede i tipi di binding in esame."
# tipo di binding o binding type (qui e altrove)?
#. Tag: para
@@ -903,8 +903,8 @@
#. Tag: para
#: injection.xml:410
#, no-c-format
-msgid "If the binding type has an annotation member, we can't use an anonymous subclass of <literal>AnnotationLiteral</literal>—instead we'll need to create a named subclass:"
-msgstr "Se il tipo di binding ha un membro annotazione, non è possibile utilizzare una sottoclasse anonima di <literal>AnnotationLiteral</literal>—sarà invece necessario creare una sottoclasse non anonima:"
+msgid "If the binding type has an annotation member, we can't use an anonymous subclass of <literal>AnnotationLiteral</literal> — instead we'll need to create a named subclass:"
+msgstr "Se il tipo di binding ha un membro annotazione, non è possibile utilizzare una sottoclasse anonima di <literal>AnnotationLiteral</literal> — sarà invece necessario creare una sottoclasse non anonima:"
#. Tag: programlisting
#: injection.xml:413
@@ -972,8 +972,8 @@
#. Tag: para
#: injection.xml:442
#, no-c-format
-msgid "There are certain kinds of dependent objects—Web Beans with scope <literal>@Dependent</literal>—that need to know something about the object or injection point into which they are injected in order to be able to do what they do. For example:"
-msgstr "Certi tipi di oggetti dipendenti—Web Bean con scope <literal>@Dependent</literal>—hanno bisogno di avere informazioni riguardo l'oggetto o il punto in cui sono iniettati per fare quello che devono. Per esempio:"
+msgid "There are certain kinds of dependent objects — Web Beans with scope <literal>@Dependent</literal> — that need to know something about the object or injection point into which they are injected in order to be able to do what they do. For example:"
+msgstr "Certi tipi di oggetti dipendenti — Web Bean con scope <literal>@Dependent</literal> — hanno bisogno di avere informazioni riguardo l'oggetto o il punto in cui sono iniettati per fare quello che devono. Per esempio:"
#. Tag: para
#: injection.xml:448
More information about the weld-commits
mailing list