[seam-commits] Seam SVN: r10007 - trunk/doc/Seam_Reference_Guide/it-IT.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Feb 4 12:33:04 EST 2009


Author: nico.ben
Date: 2009-02-04 12:33:04 -0500 (Wed, 04 Feb 2009)
New Revision: 10007

Modified:
   trunk/doc/Seam_Reference_Guide/it-IT/Components.po
   trunk/doc/Seam_Reference_Guide/it-IT/Configuration.po
   trunk/doc/Seam_Reference_Guide/it-IT/Remoting.po
Log:
JBSEAM-3767: Italian translation of Seam guide

Modified: trunk/doc/Seam_Reference_Guide/it-IT/Components.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Components.po	2009-02-04 14:48:03 UTC (rev 10006)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Components.po	2009-02-04 17:33:04 UTC (rev 10007)
@@ -6,7 +6,7 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "POT-Creation-Date: 2008-11-06 00:22+0000\n"
-"PO-Revision-Date: 2009-02-01 21:43+0100\n"
+"PO-Revision-Date: 2009-02-04 18:11+0100\n"
 "Last-Translator: Nicola Benaglia <nico.benaz at gmail.com>\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
@@ -23,13 +23,13 @@
 #: Components.xml:6
 #, no-c-format
 msgid "This chapter describes Seam's built-in components, and their configuration properties. The built-in components will be created even if they are not listed in your <literal>components.xml</literal> file, but if you need to override default properties or specify more than one component of a certain type, <literal>components.xml</literal> is used."
-msgstr ""
+msgstr "Questo capitolo descrive i componenti predefiniti di Seam e le loro proprietà di configurazione. I componenti predefiniti verranno creati anche se non sono elencati nel file <literal>components.xml</literal>, ma occorre fare l'override delle proprietà di default o specificare più di un compoenente di un certo tipo, viene usato <literal>components.xml</literal>."
 
 #. Tag: para
 #: Components.xml:14
 #, no-c-format
 msgid "Note that you can replace any of the built in components with your own implementations simply by specifying the name of one of the built in components on your own class using <literal>@Name</literal>."
-msgstr ""
+msgstr "Si noti che si puà sostituire uno dei componenti predefiniti con le proprie implementazioni semplicemente specificando il nome di uno dei componenti predefiniti nella propria classe usando <literal>@Name</literal>."
 
 #. Tag: title
 #: Components.xml:22
@@ -41,7 +41,7 @@
 #: Components.xml:23
 #, no-c-format
 msgid "The first set of built in components exist purely to support injection of various contextual objects. For example, the following component instance variable would have the Seam session context object injected:"
-msgstr ""
+msgstr "Il primo set di componenti predefiniti esiste solamente per supportare l'injection di vari oggetti contestuali. Per esempio, la seguente variabile d'istanza di componente vedrebbe iniettato l'oggetto del contesto di sessione di Seam:"
 
 #. Tag: programlisting
 #: Components.xml:30
@@ -110,31 +110,31 @@
 #: Components.xml:74
 #, no-c-format
 msgid "<literal>add(FacesMessage facesMessage)</literal> &#8212; add a faces message, which will be displayed during the next render response phase that occurs in the current conversation."
-msgstr ""
+msgstr "<literal>add(FacesMessage facesMessage)</literal> &#8212; aggiunge un messaggio faces, che verrà mostrato durante la prossima fase di render response che avviene nella conversazione corrente."
 
 #. Tag: para
 #: Components.xml:81
 #, no-c-format
 msgid "<literal>add(String messageTemplate)</literal> &#8212; add a faces message, rendered from the given message template which may contain EL expressions."
-msgstr ""
+msgstr "<literal>add(String messageTemplate)</literal> &#8212; aggiunge un messaggio faces, generato dal template di messaggio che può contenere espressioni EL."
 
 #. Tag: para
 #: Components.xml:88
 #, no-c-format
 msgid "<literal>add(Severity severity, String messageTemplate)</literal> &#8212; add a faces message, rendered from the given message template which may contain EL expressions."
-msgstr ""
+msgstr "<literal>add(Severity severity, String messageTemplate)</literal> &#8212; aggiunge un messaggio faces, generato dal template di messaggio che può contenere espressioni EL."
 
 #. Tag: para
 #: Components.xml:95
 #, no-c-format
 msgid "<literal>addFromResourceBundle(String key)</literal> &#8212; add a faces message, rendered from a message template defined in the Seam resource bundle which may contain EL expressions."
-msgstr ""
+msgstr "<literal>addFromResourceBundle(String key)</literal> &#8212; aggiunge un messaggio faces, generato dal template di messaggio che può contenere espressioni EL."
 
 #. Tag: para
 #: Components.xml:102
 #, no-c-format
 msgid "<literal>addFromResourceBundle(Severity severity, String key)</literal> &#8212; add a faces message, rendered from a message template defined in the Seam resource bundle which may contain EL expressions."
-msgstr ""
+msgstr "<literal>addFromResourceBundle(Severity severity, String key)</literal> &#8212; aggiunge un messaggio faces, generato dal template di messaggio definito nel resource bundle di Seam e che può contenete espressioni EL."
 
 #. Tag: para
 #: Components.xml:109
@@ -152,37 +152,37 @@
 #: Components.xml:119
 #, no-c-format
 msgid "A convenient API for performing redirects with parameters (this is especially useful for bookmarkable search results screens)."
-msgstr ""
+msgstr "Un'API per l'esecuzione dei redirect con parametri (utile specialmente per le schermate con risultati di ricerca memorizzabili come segnalibro)."
 
 #. Tag: para
 #: Components.xml:125
 #, no-c-format
 msgid "<literal>redirect.viewId</literal> &#8212; the JSF view id to redirect to."
-msgstr ""
+msgstr "<literal>redirect.viewId</literal> &#8212; l'id della vista JSF a cui fare il redirect."
 
 #. Tag: para
 #: Components.xml:131
 #, no-c-format
 msgid "<literal>redirect.conversationPropagationEnabled</literal> &#8212; determines whether the conversation will propagate across the redirect."
-msgstr ""
+msgstr "<literal>redirect.conversationPropagationEnabled</literal> &#8212; determina se la conversazione verrà propagata assieme al redirect."
 
 #. Tag: para
 #: Components.xml:138
 #, no-c-format
 msgid "<literal>redirect.parameters</literal> &#8212; a map of request parameter name to value, to be passed in the redirect request."
-msgstr ""
+msgstr "<literal>redirect.parameters</literal> &#8212; una mappa di nomi di parametri di richiesta da valorizzare, da passare alla richiesta di redirect."
 
 #. Tag: para
 #: Components.xml:145
 #, no-c-format
 msgid "<literal>execute()</literal> &#8212; perform the redirect immediately."
-msgstr ""
+msgstr "<literal>execute()</literal> &#8212; esegue immediatamente il redirect."
 
 #. Tag: para
 #: Components.xml:151
 #, no-c-format
 msgid "<literal>captureCurrentRequest()</literal> &#8212; stores the view id and request parameters of the current GET request (in the conversation context), for later use by calling <literal>execute()</literal>."
-msgstr ""
+msgstr "<literal>captureCurrentRequest()</literal> &#8212; memorizza l'id della vista ed i parametri di richiesta della richesta GET corrente (nel contesto conversazione), per poi essere usato chiamando <literal>execute()</literal>."
 
 #. Tag: literal
 #: Components.xml:162
@@ -194,7 +194,7 @@
 #: Components.xml:164
 #, no-c-format
 msgid "A convenient API for sending HTTP errors."
-msgstr ""
+msgstr "Un'API per l'invio di errori HTTP."
 
 #. Tag: literal
 #: Components.xml:170
@@ -212,19 +212,19 @@
 #: Components.xml:179
 #, no-c-format
 msgid "<literal>raiseEvent(String type)</literal> &#8212; raise an event of a particular type and distribute to all observers."
-msgstr ""
+msgstr "<literal>raiseEvent(String type)</literal> &#8212; solleva un evento di un tipo particolare e lo distribuisce a tutti gli osservatori."
 
 #. Tag: para
 #: Components.xml:186
 #, no-c-format
 msgid "<literal>raiseAsynchronousEvent(String type)</literal> &#8212; raise an event to be processed asynchronously by the EJB3 timer service."
-msgstr ""
+msgstr "<literal>raiseAsynchronousEvent(String type)</literal> &#8212; solleva un evento da processare in modo asincrono da parte del servizio timer di EJB3."
 
 #. Tag: para
 #: Components.xml:193
 #, no-c-format
 msgid "<literal>raiseTimedEvent(String type, ....)</literal> &#8212; schedule an event to be processed asynchronously by the EJB3 timer service."
-msgstr ""
+msgstr "<literal>raiseTimedEvent(String type, ....)</literal> &#8212; schedula un evento da processare in modo asincrono dal servizio timer di EJB3."
 
 #. Tag: para
 #: Components.xml:200
@@ -376,7 +376,7 @@
 #: Components.xml:391
 #, no-c-format
 msgid "<literal>select()</literal> &#8212; select the specified locale."
-msgstr ""
+msgstr "<literal>select()</literal> &#8212; seleziona il locale specificato."
 
 #. Tag: para
 #: Components.xml:337
@@ -941,7 +941,7 @@
 #: Components.xml:857
 #, no-c-format
 msgid "The process instance task list."
-msgstr ""
+msgstr "La lista dei task delle istanze di processo."
 
 #. Tag: para
 #: Components.xml:864
@@ -1025,7 +1025,7 @@
 #: Components.xml:927
 #, no-c-format
 msgid "Mail-related components"
-msgstr ""
+msgstr "Componenti relativi alla Mail"
 
 #. Tag: para
 #: Components.xml:928
@@ -1422,7 +1422,7 @@
 #: Components.xml:1285
 #, no-c-format
 msgid "These components don't fit into"
-msgstr ""
+msgstr "Questi componenti non entrano in"
 
 #. Tag: literal
 #: Components.xml:1291
@@ -1560,7 +1560,7 @@
 #: Components.xml:1387
 #, no-c-format
 msgid "<literal>entityManagerFactory.persistenceUnitName</literal> &#8212; the name of the persistence unit."
-msgstr ""
+msgstr "<literal>entityManagerFactory.persistenceUnitName</literal> &#8212; il nome dell'unità di persistenza."
 
 #. Tag: para
 #: Components.xml:1393
@@ -1597,7 +1597,7 @@
 #: Components.xml:1412
 #, no-c-format
 msgid "<emphasis>&lt;session&gt;</emphasis>.sessionFactoryJndiName &#8212; the JNDI name of the session factory, default to java:/<emphasis>&lt;managedSession&gt;</emphasis>."
-msgstr ""
+msgstr "<emphasis>&lt;session&gt;</emphasis>.sessionFactoryJndiName &#8212; il nome JNDI della factory di sessione, di default è java:/<emphasis>&lt;managedSession&gt;</emphasis>."
 
 #. Tag: emphasis
 #: Components.xml:1422
@@ -1615,7 +1615,7 @@
 #: Components.xml:1425
 #, no-c-format
 msgid "Manages a Hibernate <literal>SessionFactory</literal>."
-msgstr ""
+msgstr "Gestisce una <literal>SessionFactory</literal> di Hibernate."
 
 #. Tag: para
 #: Components.xml:1430
@@ -1717,13 +1717,13 @@
 #: Components.xml:1503
 #, no-c-format
 msgid "<emphasis>&lt;ruleBase&gt;</emphasis>.ruleFiles &#8212; a list of files containing Drools rules."
-msgstr ""
+msgstr "<emphasis>&lt;ruleBase&gt;</emphasis>.ruleFiles &#8212; una lista di file contenenti regole Drools."
 
 #. Tag: para
 #: Components.xml:1507
 #, no-c-format
 msgid "<emphasis>&lt;ruleBase&gt;</emphasis>.dslFile &#8212; a Drools DSL definition."
-msgstr ""
+msgstr "<emphasis>&lt;ruleBase&gt;</emphasis>.dslFile &#8212; una definizione DSL di Drools."
 
 #. Tag: emphasis
 #: Components.xml:1516

Modified: trunk/doc/Seam_Reference_Guide/it-IT/Configuration.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Configuration.po	2009-02-04 14:48:03 UTC (rev 10006)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Configuration.po	2009-02-04 17:33:04 UTC (rev 10007)
@@ -6,7 +6,7 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "POT-Creation-Date: 2009-01-18 15:00+0000\n"
-"PO-Revision-Date: 2008-12-31 16:43+0100\n"
+"PO-Revision-Date: 2009-02-04 18:18+0100\n"
 "Last-Translator: Nicola Benaglia <nico.benaz at gmail.com>\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
@@ -22,20 +22,8 @@
 #. Tag: para
 #: Configuration.xml:6
 #, no-c-format
-msgid ""
-"Configuration is a very boring topic and an extremely tedious pastime. "
-"Unfortunately, several lines of XML are required to integrate Seam into your "
-"JSF implementation and servlet container. There's no need to be too put off "
-"by the following sections; you'll never need to type any of this stuff "
-"yourself, since you can just use seam-gen to start your application or you "
-"can copy and paste from the example applications!"
-msgstr ""
-"La configurazione è un argomento molto noioso ed un passatempo estremamente "
-"tedioso. Sfortunatamente sono richieste parecchie linee di XML per integrare "
-"Seam con l'implementazione JSF ed il servlet container. Non c'è alcun "
-"bisogno di soffermarsi sulle seguenti sezioni; non si dovrà mai scrivere "
-"queste cose a mano, poiché basta usare seam-gen per iniziare l'applicazione "
-"oppure basta copiare ed incollare il codice dagli esempi di applicazione!"
+msgid "Configuration is a very boring topic and an extremely tedious pastime. Unfortunately, several lines of XML are required to integrate Seam into your JSF implementation and servlet container. There's no need to be too put off by the following sections; you'll never need to type any of this stuff yourself, since you can just use seam-gen to start your application or you can copy and paste from the example applications!"
+msgstr "La configurazione è un argomento molto noioso ed un passatempo estremamente tedioso. Sfortunatamente sono richieste parecchie linee di XML per integrare Seam con l'implementazione JSF ed il servlet container. Non c'è alcun bisogno di soffermarsi sulle seguenti sezioni; non si dovrà mai scrivere queste cose a mano, poiché basta usare seam-gen per iniziare l'applicazione oppure basta copiare ed incollare il codice dagli esempi di applicazione!"
 
 #. Tag: title
 #: Configuration.xml:12
@@ -46,22 +34,20 @@
 #. Tag: para
 #: Configuration.xml:14
 #, no-c-format
-msgid ""
-"First, let's look at the basic configuration that is needed whenever we use "
-"Seam with JSF."
-msgstr ""
+msgid "First, let's look at the basic configuration that is needed whenever we use Seam with JSF."
+msgstr "In primo luogo si comincia a guardare alla configurazione base che server ogni volta che si usa Seam con JSF."
 
 #. Tag: title
 #: Configuration.xml:17
 #, no-c-format
 msgid "Integrating Seam with JSF and your servlet container"
-msgstr ""
+msgstr "Integrazione di Seam con JSF ed il servlet container"
 
 #. Tag: para
 #: Configuration.xml:19
 #, no-c-format
 msgid "Of course, you need a faces servlet!"
-msgstr ""
+msgstr "Certamente occorre un servlet faces!"
 
 #. Tag: programlisting
 #: Configuration.xml:21
@@ -93,14 +79,12 @@
 #: Configuration.xml:23
 #, no-c-format
 msgid "(You can adjust the URL pattern to suit your taste.)"
-msgstr ""
+msgstr "(Si può sistemare il pattern dell'URL a proprio piacimento.)"
 
 #. Tag: para
 #: Configuration.xml:25
 #, no-c-format
-msgid ""
-"In addition, Seam requires the following entry in your <literal>web.xml</"
-"literal> file:"
+msgid "In addition, Seam requires the following entry in your <literal>web.xml</literal> file:"
 msgstr ""
 
 #. Tag: programlisting
@@ -118,20 +102,13 @@
 #. Tag: para
 #: Configuration.xml:29
 #, no-c-format
-msgid ""
-"This listener is responsible for bootstrapping Seam, and for destroying "
-"session and application contexts."
+msgid "This listener is responsible for bootstrapping Seam, and for destroying session and application contexts."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:32
 #, no-c-format
-msgid ""
-"Some JSF implementations have a broken implementation of server-side state "
-"saving that interferes with Seam's conversation propagation. If you have "
-"problems with conversation propagation during form submissions, try "
-"switching to client-side state saving. You'll need this in <literal>web.xml</"
-"literal>:"
+msgid "Some JSF implementations have a broken implementation of server-side state saving that interferes with Seam's conversation propagation. If you have problems with conversation propagation during form submissions, try switching to client-side state saving. You'll need this in <literal>web.xml</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -151,18 +128,7 @@
 #. Tag: para
 #: Configuration.xml:38
 #, no-c-format
-msgid ""
-"There is a minor gray area in the JSF specification regarding the mutability "
-"of view state values. Since Seam uses the JSF view state to back its PAGE "
-"scope this can become an issue in some cases. If you're using server side "
-"state saving with the JSF-RI and you want a PAGE scoped bean to keep its "
-"exact value for a given view of a page you will need to specify the "
-"following context-param. Otherwise if a user uses the \"back\" button a PAGE "
-"scoped component will have the latest value if it has changed not the value "
-"of the \"back\" page. (see <ulink url=\"https://javaserverfaces-spec-public."
-"dev.java.net/issues/show_bug.cgi?id=295\"> Spec Issue </ulink> ). This "
-"setting is not enabled by default because of the performance hit of "
-"serializing the JSF view with every request."
+msgid "There is a minor gray area in the JSF specification regarding the mutability of view state values. Since Seam uses the JSF view state to back its PAGE scope this can become an issue in some cases. If you're using server side state saving with the JSF-RI and you want a PAGE scoped bean to keep its exact value for a given view of a page you will need to specify the following context-param. Otherwise if a user uses the \"back\" button a PAGE scoped component will have the latest value if it has changed not the value of the \"back\" page. (see <ulink url=\"https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=295\"> Spec Issue </ulink> ). This setting is not enabled by default because of the performance hit of serializing the JSF view with every request."
 msgstr ""
 
 #. Tag: programlisting
@@ -188,9 +154,7 @@
 #. Tag: para
 #: Configuration.xml:58
 #, no-c-format
-msgid ""
-"If you want follow our advice and use Facelets instead of JSP, add the "
-"following lines to <literal>faces-config.xml</literal>:"
+msgid "If you want follow our advice and use Facelets instead of JSP, add the following lines to <literal>faces-config.xml</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -228,31 +192,19 @@
 #. Tag: para
 #: Configuration.xml:67
 #, no-c-format
-msgid ""
-"If you are using facelets in JBoss AS, you'll find that Facelets logging is "
-"broken (the log messages don't make it to the server log). Seam provides a "
-"bridge to fix this, to use it copy <literal>lib/interop/jboss-seam-jul.jar</"
-"literal> to <literal>$JBOSS_HOME/server/default/deploy/jboss-web.deployer/"
-"jsf-libs/</literal> and include the <literal>jboss-seam-ui.jar</literal> in "
-"the <literal>WEB-INF/lib</literal> of your application. The Facelets logging "
-"catagories are itemized in the <ulink url=\"https://facelets.dev.java.net/"
-"nonav/docs/dev/docbook.html#config-logging\">Facelets Developer "
-"Documentation</ulink>."
+msgid "If you are using facelets in JBoss AS, you'll find that Facelets logging is broken (the log messages don't make it to the server log). Seam provides a bridge to fix this, to use it copy <literal>lib/interop/jboss-seam-jul.jar</literal> to <literal>$JBOSS_HOME/server/default/deploy/jboss-web.deployer/jsf-libs/</literal> and include the <literal>jboss-seam-ui.jar</literal> in the <literal>WEB-INF/lib</literal> of your application. The Facelets logging catagories are itemized in the <ulink url=\"https://facelets.dev.java.net/nonav/docs/dev/docbook.html#config-logging\">Facelets Developer Documentation</ulink>."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:81
 #, no-c-format
 msgid "Seam Resource Servlet"
-msgstr ""
+msgstr "Resource Servlet di Seam"
 
 #. Tag: para
 #: Configuration.xml:83
 #, no-c-format
-msgid ""
-"The Seam Resource Servlet provides resources used by Seam Remoting, captchas "
-"(see the security chapter) and some JSF UI controls. Configuring the Seam "
-"Resource Servlet requires the following entry in <literal>web.xml</literal>:"
+msgid "The Seam Resource Servlet provides resources used by Seam Remoting, captchas (see the security chapter) and some JSF UI controls. Configuring the Seam Resource Servlet requires the following entry in <literal>web.xml</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -283,17 +235,12 @@
 #: Configuration.xml:91
 #, no-c-format
 msgid "Seam servlet filters"
-msgstr ""
+msgstr "Filtri servlet di Seam"
 
 #. Tag: para
 #: Configuration.xml:93
 #, no-c-format
-msgid ""
-"Seam doesn't need any servlet filters for basic operation. However, there "
-"are several features which depend upon the use of filters. To make things "
-"easier, Seam lets you add and configure servlet filters just like you would "
-"configure other built-in Seam components. To take advantage of this feature, "
-"we must first install a master filter in <literal>web.xml</literal>:"
+msgid "Seam doesn't need any servlet filters for basic operation. However, there are several features which depend upon the use of filters. To make things easier, Seam lets you add and configure servlet filters just like you would configure other built-in Seam components. To take advantage of this feature, we must first install a master filter in <literal>web.xml</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -323,36 +270,25 @@
 #. Tag: para
 #: Configuration.xml:100
 #, no-c-format
-msgid ""
-"The Seam master filter <emphasis>must</emphasis> be the first filter "
-"specified in <literal>web.xml</literal>. This ensures it is run first."
+msgid "The Seam master filter <emphasis>must</emphasis> be the first filter specified in <literal>web.xml</literal>. This ensures it is run first."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:103
 #, no-c-format
-msgid ""
-"The Seam filters share a number of common attributes, you can set these in "
-"<literal>components.xml</literal> in addition to any parameters discussed "
-"below:"
+msgid "The Seam filters share a number of common attributes, you can set these in <literal>components.xml</literal> in addition to any parameters discussed below:"
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:111
 #, no-c-format
-msgid ""
-"<literal>url-pattern</literal> &#8212; Used to specify which requests are "
-"filtered, the default is all requests. <literal>url-pattern</literal> is a "
-"Tomcat style pattern which allows a wildcard suffix."
+msgid "<literal>url-pattern</literal> &#8212; Used to specify which requests are filtered, the default is all requests. <literal>url-pattern</literal> is a Tomcat style pattern which allows a wildcard suffix."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:118
 #, no-c-format
-msgid ""
-"<literal>regex-url-pattern</literal> &#8212; Used to specify which requests "
-"are filtered, the default is all requests. <literal>regex-url-pattern</"
-"literal> is a true regular expression match for request path."
+msgid "<literal>regex-url-pattern</literal> &#8212; Used to specify which requests are filtered, the default is all requests. <literal>regex-url-pattern</literal> is a true regular expression match for request path."
 msgstr ""
 
 #. Tag: para
@@ -364,10 +300,7 @@
 #. Tag: para
 #: Configuration.xml:131
 #, no-c-format
-msgid ""
-"Note that the patterns are matched against the URI path of the request (see "
-"<literal>HttpServletRequest.getURIPath()</literal>) and that the name of the "
-"servlet context is removed before matching."
+msgid "Note that the patterns are matched against the URI path of the request (see <literal>HttpServletRequest.getURIPath()</literal>) and that the name of the servlet context is removed before matching."
 msgstr ""
 
 #. Tag: para
@@ -385,24 +318,13 @@
 #. Tag: para
 #: Configuration.xml:141
 #, no-c-format
-msgid ""
-"This filter provides the exception mapping functionality in <literal>pages."
-"xml</literal> (almost all applications will need this). It also takes care "
-"of rolling back uncommitted transactions when uncaught exceptions occur. "
-"(According to the Java EE specification, the web container should do this "
-"automatically, but we've found that this behavior cannot be relied upon in "
-"all application servers. And it is certainly not required of plain servlet "
-"engines like Tomcat.)"
+msgid "This filter provides the exception mapping functionality in <literal>pages.xml</literal> (almost all applications will need this). It also takes care of rolling back uncommitted transactions when uncaught exceptions occur. (According to the Java EE specification, the web container should do this automatically, but we've found that this behavior cannot be relied upon in all application servers. And it is certainly not required of plain servlet engines like Tomcat.)"
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:147
 #, no-c-format
-msgid ""
-"By default, the exception handling filter will process all requests, however "
-"this behavior may be adjusted by adding a <literal>&lt;web:exception-"
-"filter&gt;</literal> entry to <literal>components.xml</literal>, as shown in "
-"this example:"
+msgid "By default, the exception handling filter will process all requests, however this behavior may be adjusted by adding a <literal>&lt;web:exception-filter&gt;</literal> entry to <literal>components.xml</literal>, as shown in this example:"
 msgstr ""
 
 #. Tag: programlisting
@@ -432,18 +354,13 @@
 #. Tag: para
 #: Configuration.xml:158
 #, no-c-format
-msgid ""
-"This filter allows Seam to propagate the conversation context across browser "
-"redirects. It intercepts any browser redirects and adds a request parameter "
-"that specifies the Seam conversation identifier."
+msgid "This filter allows Seam to propagate the conversation context across browser redirects. It intercepts any browser redirects and adds a request parameter that specifies the Seam conversation identifier."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:162
 #, no-c-format
-msgid ""
-"The redirect filter will process all requests by default, but this behavior "
-"can also be adjusted in <literal>components.xml</literal>:"
+msgid "The redirect filter will process all requests by default, but this behavior can also be adjusted in <literal>components.xml</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -461,11 +378,7 @@
 #. Tag: para
 #: Configuration.xml:171
 #, no-c-format
-msgid ""
-"This filter allows Seam to apply URL rewriting for views based on "
-"configuration in the <literal>pages.xml</literal> file. This filter is not "
-"activate by default, but can be activated by adding the configuration to "
-"<literal>components.xml</literal>:"
+msgid "This filter allows Seam to apply URL rewriting for views based on configuration in the <literal>pages.xml</literal> file. This filter is not activate by default, but can be activated by adding the configuration to <literal>components.xml</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -477,10 +390,7 @@
 #. Tag: para
 #: Configuration.xml:179
 #, no-c-format
-msgid ""
-"The <literal>view-mapping</literal> parameter must match the servlet mapping "
-"defined for the Faces Servlet in the <literal>web.xml</literal> file. If "
-"ommitted, the rewrite filter assumes the pattern <literal>*.seam</literal>."
+msgid "The <literal>view-mapping</literal> parameter must match the servlet mapping defined for the Faces Servlet in the <literal>web.xml</literal> file. If ommitted, the rewrite filter assumes the pattern <literal>*.seam</literal>."
 msgstr ""
 
 #. Tag: title
@@ -492,11 +402,7 @@
 #. Tag: para
 #: Configuration.xml:187
 #, no-c-format
-msgid ""
-"This feature is necessary when using the Seam file upload JSF control. It "
-"detects multipart form requests and processes them according to the "
-"multipart/form-data specification (RFC-2388). To override the default "
-"settings, add the following entry to <literal>components.xml</literal>:"
+msgid "This feature is necessary when using the Seam file upload JSF control. It detects multipart form requests and processes them according to the multipart/form-data specification (RFC-2388). To override the default settings, add the following entry to <literal>components.xml</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -514,21 +420,13 @@
 #. Tag: para
 #: Configuration.xml:195
 #, no-c-format
-msgid ""
-"<literal>create-temp-files</literal> &#8212; If set to <literal>true</"
-"literal>, uploaded files are written to a temporary file (instead of held in "
-"memory). This may be an important consideration if large file uploads are "
-"expected. The default setting is <literal>false</literal>."
+msgid "<literal>create-temp-files</literal> &#8212; If set to <literal>true</literal>, uploaded files are written to a temporary file (instead of held in memory). This may be an important consideration if large file uploads are expected. The default setting is <literal>false</literal>."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:202
 #, no-c-format
-msgid ""
-"<literal>max-request-size</literal> &#8212; If the size of a file upload "
-"request (determined by reading the <literal>Content-Length</literal> header "
-"in the request) exceeds this value, the request will be aborted. The default "
-"setting is 0 (no size limit)."
+msgid "<literal>max-request-size</literal> &#8212; If the size of a file upload request (determined by reading the <literal>Content-Length</literal> header in the request) exceeds this value, the request will be aborted. The default setting is 0 (no size limit)."
 msgstr ""
 
 #. Tag: title
@@ -544,11 +442,10 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:214 Configuration.xml:309
+#: Configuration.xml:214
+#: Configuration.xml:309
 #, no-c-format
-msgid ""
-"This filter is not installed by default and requires an entry in "
-"<literal>components.xml</literal> to enable it:"
+msgid "This filter is not installed by default and requires an entry in <literal>components.xml</literal> to enable it:"
 msgstr ""
 
 #. Tag: programlisting
@@ -572,13 +469,7 @@
 #. Tag: para
 #: Configuration.xml:225
 #, no-c-format
-msgid ""
-"<literal>override-client</literal> &#8212; If this is set to <literal>true</"
-"literal>, the request encoding will be set to whatever is specified by "
-"<literal>encoding</literal> no matter whether the request already specifies "
-"an encoding or not. If set to <literal>false</literal>, the request encoding "
-"will only be set if the request doesn't already specify an encoding. The "
-"default setting is <literal>false</literal>."
+msgid "<literal>override-client</literal> &#8212; If this is set to <literal>true</literal>, the request encoding will be set to whatever is specified by <literal>encoding</literal> no matter whether the request already specifies an encoding or not. If set to <literal>false</literal>, the request encoding will only be set if the request doesn't already specify an encoding. The default setting is <literal>false</literal>."
 msgstr ""
 
 #. Tag: title
@@ -590,28 +481,19 @@
 #. Tag: para
 #: Configuration.xml:238
 #, no-c-format
-msgid ""
-"If RichFaces is used in your project, Seam will install the RichFaces Ajax "
-"filter for you, making sure to install it before all other built-in filters. "
-"You don't need to install the RichFaces Ajax filter in <literal>web.xml</"
-"literal> yourself."
+msgid "If RichFaces is used in your project, Seam will install the RichFaces Ajax filter for you, making sure to install it before all other built-in filters. You don't need to install the RichFaces Ajax filter in <literal>web.xml</literal> yourself."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:246
 #, no-c-format
-msgid ""
-"The RichFaces Ajax filter is only installed if the RichFaces jars are "
-"present in your project."
+msgid "The RichFaces Ajax filter is only installed if the RichFaces jars are present in your project."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:251
 #, no-c-format
-msgid ""
-"To override the default settings, add the following entry to "
-"<literal>components.xml</literal>. The options are the same as those "
-"specified in the RichFaces Developer Guide:"
+msgid "To override the default settings, add the following entry to <literal>components.xml</literal>. The options are the same as those specified in the RichFaces Developer Guide:"
 msgstr ""
 
 #. Tag: programlisting
@@ -631,31 +513,19 @@
 #. Tag: para
 #: Configuration.xml:257
 #, no-c-format
-msgid ""
-"<literal>force-parser</literal> &#8212; forces all JSF pages to be validated "
-"by Richfaces's XML syntax checker. If <literal>false</literal>, only AJAX "
-"responses are validated and converted to well-formed XML. Setting "
-"<literal>force-parser</literal> to <literal>false</literal> improves "
-"performance, but can provide visual artifacts on AJAX updates."
+msgid "<literal>force-parser</literal> &#8212; forces all JSF pages to be validated by Richfaces's XML syntax checker. If <literal>false</literal>, only AJAX responses are validated and converted to well-formed XML. Setting <literal>force-parser</literal> to <literal>false</literal> improves performance, but can provide visual artifacts on AJAX updates."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:265
 #, no-c-format
-msgid ""
-"<literal>enable-cache</literal> &#8212; enables caching of framework-"
-"generated resources (e.g. javascript, CSS, images, etc). When developing "
-"custom javascript or CSS, setting to true prevents the browser from caching "
-"the resource."
+msgid "<literal>enable-cache</literal> &#8212; enables caching of framework-generated resources (e.g. javascript, CSS, images, etc). When developing custom javascript or CSS, setting to true prevents the browser from caching the resource."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:271
 #, no-c-format
-msgid ""
-"<literal>log4j-init-file</literal> &#8212; is used to setup per-application "
-"logging. A path, relative to web application context, to the log4j.xml "
-"configuration file should be provided."
+msgid "<literal>log4j-init-file</literal> &#8212; is used to setup per-application logging. A path, relative to web application context, to the log4j.xml configuration file should be provided."
 msgstr ""
 
 #. Tag: title
@@ -667,20 +537,13 @@
 #. Tag: para
 #: Configuration.xml:283
 #, no-c-format
-msgid ""
-"This filter adds the authenticated user name to the log4j mapped diagnostic "
-"context so that it can be included in formatted log output if desired, by "
-"adding %X{username} to the pattern."
+msgid "This filter adds the authenticated user name to the log4j mapped diagnostic context so that it can be included in formatted log output if desired, by adding %X{username} to the pattern."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:289
 #, no-c-format
-msgid ""
-"By default, the logging filter will process all requests, however this "
-"behavior may be adjusted by adding a <literal>&lt;web:logging-filter&gt;</"
-"literal> entry to <literal>components.xml</literal>, as shown in this "
-"example:"
+msgid "By default, the logging filter will process all requests, however this behavior may be adjusted by adding a <literal>&lt;web:logging-filter&gt;</literal> entry to <literal>components.xml</literal>, as shown in this example:"
 msgstr ""
 
 #. Tag: programlisting
@@ -706,22 +569,13 @@
 #. Tag: para
 #: Configuration.xml:299
 #, no-c-format
-msgid ""
-"Requests sent direct to some servlet other than the JSF servlet are not "
-"processed through the JSF lifecycle, so Seam provides a servlet filter that "
-"can be applied to any other servlet that needs access to Seam components."
+msgid "Requests sent direct to some servlet other than the JSF servlet are not processed through the JSF lifecycle, so Seam provides a servlet filter that can be applied to any other servlet that needs access to Seam components."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:303
 #, no-c-format
-msgid ""
-"This filter allows custom servlets to interact with the Seam contexts. It "
-"sets up the Seam contexts at the beginning of each request, and tears them "
-"down at the end of the request. You should make sure that this filter is "
-"<emphasis>never</emphasis> applied to the JSF <literal>FacesServlet</"
-"literal>. Seam uses the phase listener for context management in a JSF "
-"request."
+msgid "This filter allows custom servlets to interact with the Seam contexts. It sets up the Seam contexts at the beginning of each request, and tears them down at the end of the request. You should make sure that this filter is <emphasis>never</emphasis> applied to the JSF <literal>FacesServlet</literal>. Seam uses the phase listener for context management in a JSF request."
 msgstr ""
 
 #. Tag: programlisting
@@ -733,19 +587,13 @@
 #. Tag: para
 #: Configuration.xml:314
 #, no-c-format
-msgid ""
-"The context filter expects to find the conversation id of any conversation "
-"context in a request parameter named <literal>conversationId</literal>. You "
-"are responsible for ensuring that it gets sent in the request."
+msgid "The context filter expects to find the conversation id of any conversation context in a request parameter named <literal>conversationId</literal>. You are responsible for ensuring that it gets sent in the request."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:318
 #, no-c-format
-msgid ""
-"You are also responsible for ensuring propagation of any new conversation id "
-"back to the client. Seam exposes the conversation id as a property of the "
-"built in component <literal>conversation</literal>."
+msgid "You are also responsible for ensuring propagation of any new conversation id back to the client. Seam exposes the conversation id as a property of the built in component <literal>conversation</literal>."
 msgstr ""
 
 #. Tag: title
@@ -757,13 +605,7 @@
 #. Tag: para
 #: Configuration.xml:327
 #, no-c-format
-msgid ""
-"Seam can install your filters for you, allowing you to specify "
-"<emphasis>where</emphasis> in the chain your filter is placed (the servlet "
-"specification doesn't provide a well defined order if you specify your "
-"filters in a <literal>web.xml</literal>). Just add the <literal>@Filter</"
-"literal> annotation to your Seam component (which must implement "
-"<literal>javax.servlet.Filter</literal>):"
+msgid "Seam can install your filters for you, allowing you to specify <emphasis>where</emphasis> in the chain your filter is placed (the servlet specification doesn't provide a well defined order if you specify your filters in a <literal>web.xml</literal>). Just add the <literal>@Filter</literal> annotation to your Seam component (which must implement <literal>javax.servlet.Filter</literal>):"
 msgstr ""
 
 #. Tag: programlisting
@@ -787,12 +629,7 @@
 #. Tag: para
 #: Configuration.xml:334
 #, no-c-format
-msgid ""
-"Adding the <literal>@Startup</literal> annotation means thar the component "
-"is available during Seam startup; bijection isn't available here "
-"(<literal>@BypassInterceptors</literal>); and the filter should be further "
-"down the chain than the RichFaces filter (<literal>@Filter(within=\"org."
-"jboss.seam.web.ajax4jsfFilter\")</literal>)."
+msgid "Adding the <literal>@Startup</literal> annotation means thar the component is available during Seam startup; bijection isn't available here (<literal>@BypassInterceptors</literal>); and the filter should be further down the chain than the RichFaces filter (<literal>@Filter(within=\"org.jboss.seam.web.ajax4jsfFilter\")</literal>)."
 msgstr ""
 
 #. Tag: title
@@ -804,24 +641,13 @@
 #. Tag: para
 #: Configuration.xml:345
 #, no-c-format
-msgid ""
-"In a Seam application, EJB components have a certain duality, as they are "
-"managed by both the EJB container and Seam. Actually, it's more that Seam "
-"resolves EJB component references, manages the lifetime of stateful session "
-"bean components, and also participates in each method call via interceptors. "
-"Let's start with the configuration of the Seam interceptor chain."
+msgid "In a Seam application, EJB components have a certain duality, as they are managed by both the EJB container and Seam. Actually, it's more that Seam resolves EJB component references, manages the lifetime of stateful session bean components, and also participates in each method call via interceptors. Let's start with the configuration of the Seam interceptor chain."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:350
 #, no-c-format
-msgid ""
-"We need to apply the <literal>SeamInterceptor</literal> to our Seam EJB "
-"components. This interceptor delegates to a set of built-in server-side "
-"interceptors that handle such concerns as bijection, conversation "
-"demarcation, and business process signals. The simplest way to do this "
-"across an entire application is to add the following interceptor "
-"configuration in <literal>ejb-jar.xml</literal>:"
+msgid "We need to apply the <literal>SeamInterceptor</literal> to our Seam EJB components. This interceptor delegates to a set of built-in server-side interceptors that handle such concerns as bijection, conversation demarcation, and business process signals. The simplest way to do this across an entire application is to add the following interceptor configuration in <literal>ejb-jar.xml</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -830,32 +656,28 @@
 msgid ""
 "<![CDATA[<interceptors>\n"
 "    <interceptor>\n"
-"        <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-"
-"class>\n"
+"        <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>\n"
 "    </interceptor>\n"
 "</interceptors>\n"
 "   \n"
 "<assembly-descriptor>\n"
 "    <interceptor-binding>\n"
 "        <ejb-name>*</ejb-name>\n"
-"        <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-"
-"class>\n"
+"        <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>\n"
 "    </interceptor-binding>\n"
 "</assembly-descriptor>\n"
 "]]>"
 msgstr ""
 "<![CDATA[<interceptors>\n"
 "    <interceptor>\n"
-"        <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-"
-"class>\n"
+"        <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>\n"
 "    </interceptor>\n"
 "</interceptors>\n"
 "   \n"
 "<assembly-descriptor>\n"
 "    <interceptor-binding>\n"
 "        <ejb-name>*</ejb-name>\n"
-"        <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-"
-"class>\n"
+"        <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>\n"
 "    </interceptor-binding>\n"
 "</assembly-descriptor>\n"
 "]]>"
@@ -863,15 +685,7 @@
 #. Tag: para
 #: Configuration.xml:357
 #, no-c-format
-msgid ""
-"Seam needs to know where to go to find session beans in JNDI. One way to do "
-"this is specify the <literal>@JndiName</literal> annotation on every session "
-"bean Seam component. However, this is quite tedious. A better approach is to "
-"specify a pattern that Seam can use to calculate the JNDI name from the EJB "
-"name. Unfortunately, there is no standard mapping to global JNDI defined in "
-"the EJB3 specification, so this mapping is vendor-specific (and may depend "
-"on your own naming conventions as well). We usually specify this option in "
-"<literal>components.xml</literal>."
+msgid "Seam needs to know where to go to find session beans in JNDI. One way to do this is specify the <literal>@JndiName</literal> annotation on every session bean Seam component. However, this is quite tedious. A better approach is to specify a pattern that Seam can use to calculate the JNDI name from the EJB name. Unfortunately, there is no standard mapping to global JNDI defined in the EJB3 specification, so this mapping is vendor-specific (and may depend on your own naming conventions as well). We usually specify this option in <literal>components.xml</literal>."
 msgstr ""
 
 #. Tag: para
@@ -889,20 +703,13 @@
 #. Tag: para
 #: Configuration.xml:368
 #, no-c-format
-msgid ""
-"In this case, <literal>earName</literal> is the name of the EAR in which the "
-"bean is deployed, Seam replaces <literal>#{ejbName}</literal> with the name "
-"of the EJB, and the final segment represents the type of interface (local or "
-"remote)."
+msgid "In this case, <literal>earName</literal> is the name of the EAR in which the bean is deployed, Seam replaces <literal>#{ejbName}</literal> with the name of the EJB, and the final segment represents the type of interface (local or remote)."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:372
 #, no-c-format
-msgid ""
-"Outside the context of an EAR (when using the JBoss Embeddable EJB3 "
-"container), the first segment is dropped since there is no EAR, leaving us "
-"with the following pattern:"
+msgid "Outside the context of an EAR (when using the JBoss Embeddable EJB3 container), the first segment is dropped since there is no EAR, leaving us with the following pattern:"
 msgstr ""
 
 #. Tag: programlisting
@@ -914,36 +721,25 @@
 #. Tag: para
 #: Configuration.xml:377
 #, no-c-format
-msgid ""
-"How these JNDI names are resolved and somehow locate an EJB component might "
-"appear a bit like black magic at this point, so let's dig into the details. "
-"First, let's talk about how the EJB components get into JNDI."
+msgid "How these JNDI names are resolved and somehow locate an EJB component might appear a bit like black magic at this point, so let's dig into the details. First, let's talk about how the EJB components get into JNDI."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:381
 #, no-c-format
-msgid ""
-"The folks at JBoss don't care much for XML, if you can't tell. So when they "
-"designed JBoss AS, they decided that EJB components would get assigned a "
-"global JNDI name automatically, using the pattern just described (i.e., EAR "
-"name/EJB name/interface type). The EJB name is the first non-empty value "
-"from the following list:"
+msgid "The folks at JBoss don't care much for XML, if you can't tell. So when they designed JBoss AS, they decided that EJB components would get assigned a global JNDI name automatically, using the pattern just described (i.e., EAR name/EJB name/interface type). The EJB name is the first non-empty value from the following list:"
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:387
 #, no-c-format
-msgid ""
-"The value of the <literal>&lt;ejb-name&gt;</literal> element in ejb-jar.xml"
+msgid "The value of the <literal>&lt;ejb-name&gt;</literal> element in ejb-jar.xml"
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:390
 #, no-c-format
-msgid ""
-"The value of the <literal>name</literal> attribute in the @Stateless or "
-"@Stateful annotation"
+msgid "The value of the <literal>name</literal> attribute in the @Stateless or @Stateful annotation"
 msgstr ""
 
 #. Tag: para
@@ -955,9 +751,7 @@
 #. Tag: para
 #: Configuration.xml:397
 #, no-c-format
-msgid ""
-"Let's look at an example. Assume that you have the following EJB bean and "
-"interface defined."
+msgid "Let's look at an example. Assume that you have the following EJB bean and interface defined."
 msgstr ""
 
 #. Tag: programlisting
@@ -1011,36 +805,19 @@
 #. Tag: para
 #: Configuration.xml:401
 #, no-c-format
-msgid ""
-"Assuming your EJB bean class is deployed in an EAR named myapp, the global "
-"JNDI name myapp/AuthenticatorBean/local will be assigned to it on JBoss AS. "
-"As you learned, you can reference this EJB component as a Seam component "
-"with the name <literal>authenticator</literal> and Seam will take care of "
-"finding it in JNDI according to the JNDI pattern (or <literal>@JndiName</"
-"literal> annotation)."
+msgid "Assuming your EJB bean class is deployed in an EAR named myapp, the global JNDI name myapp/AuthenticatorBean/local will be assigned to it on JBoss AS. As you learned, you can reference this EJB component as a Seam component with the name <literal>authenticator</literal> and Seam will take care of finding it in JNDI according to the JNDI pattern (or <literal>@JndiName</literal> annotation)."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:407
 #, no-c-format
-msgid ""
-"So what about the rest of the application servers? Well, according to the "
-"Java EE spec, which most vendors try to adhere to religiously, you have to "
-"declare an EJB reference for your EJB in order for it to be assigned a JNDI "
-"name. That requires some XML. It also means that it is up to you to "
-"establish a JNDI naming convention so that you can leverage the Seam JNDI "
-"pattern. You might find the JBoss convention a good one to follow."
+msgid "So what about the rest of the application servers? Well, according to the Java EE spec, which most vendors try to adhere to religiously, you have to declare an EJB reference for your EJB in order for it to be assigned a JNDI name. That requires some XML. It also means that it is up to you to establish a JNDI naming convention so that you can leverage the Seam JNDI pattern. You might find the JBoss convention a good one to follow."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:413
 #, no-c-format
-msgid ""
-"There are two places you have to define the EJB reference when using Seam on "
-"non-JBoss application servers. If you are going to be looking up the Seam "
-"EJB component through JSF (in a JSF view or as a JSF action listener) or a "
-"Seam JavaBean component, then you must declare the EJB reference in web.xml. "
-"Here is the EJB reference for the example component just shown:"
+msgid "There are two places you have to define the EJB reference when using Seam on non-JBoss application servers. If you are going to be looking up the Seam EJB component through JSF (in a JSF view or as a JSF action listener) or a Seam JavaBean component, then you must declare the EJB reference in web.xml. Here is the EJB reference for the example component just shown:"
 msgstr ""
 
 #. Tag: programlisting
@@ -1064,36 +841,19 @@
 #. Tag: para
 #: Configuration.xml:420
 #, no-c-format
-msgid ""
-"This reference will cover most uses of the component in a Seam application. "
-"However, if you want to be able to inject a Seam EJB component into another "
-"Seam EJB component using <literal>@In</literal>, you need to define this EJB "
-"reference in another location. This time, it must be defined in ejb-jar.xml, "
-"and it's a bit tricker."
+msgid "This reference will cover most uses of the component in a Seam application. However, if you want to be able to inject a Seam EJB component into another Seam EJB component using <literal>@In</literal>, you need to define this EJB reference in another location. This time, it must be defined in ejb-jar.xml, and it's a bit tricker."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:425
 #, no-c-format
-msgid ""
-"Within the context of an EJB method call, you have to deal with a somewhat "
-"sheltered JNDI context. When Seam attempts to find another Seam EJB "
-"component to satisfy an injection point defined using <literal>@In</"
-"literal>, it isn't going to be successful looking up the component in JNDI. "
-"You cannot simply resolve JNDI names as you please. You have to define those "
-"references explicitly. Unlike with the web context, however, you cannot "
-"declare EJB references globally for all EJB components. Instead, you have to "
-"specify the JNDI resources for a given EJB component one-by-one (this "
-"applies to JBoss AS 5 in addition to non-JBoss application servers)."
+msgid "Within the context of an EJB method call, you have to deal with a somewhat sheltered JNDI context. When Seam attempts to find another Seam EJB component to satisfy an injection point defined using <literal>@In</literal>, it isn't going to be successful looking up the component in JNDI. You cannot simply resolve JNDI names as you please. You have to define those references explicitly. Unlike with the web context, however, you cannot declare EJB references globally for all EJB components. Instead, you have to specify the JNDI resources for a given EJB component one-by-one (this applies to JBoss AS 5 in addition to non-JBoss application servers)."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:433
 #, no-c-format
-msgid ""
-"Let's assume that we have an EJB named RegisterAction (the name is resolved "
-"using the three steps mentioned previously). That EJB has the following Seam "
-"injection:"
+msgid "Let's assume that we have an EJB named RegisterAction (the name is resolved using the three steps mentioned previously). That EJB has the following Seam injection:"
 msgstr ""
 
 #. Tag: programlisting
@@ -1111,9 +871,7 @@
 #. Tag: para
 #: Configuration.xml:438
 #, no-c-format
-msgid ""
-"In order for this injection to work, the link must be established in the ejb-"
-"jar.xml file as follows:"
+msgid "In order for this injection to work, the link must be established in the ejb-jar.xml file as follows:"
 msgstr ""
 
 #. Tag: programlisting
@@ -1125,8 +883,7 @@
 "        <session>\n"
 "            <ejb-name>RegisterAction</ejb-name>\n"
 "            <ejb-local-ref>\n"
-"                <ejb-ref-name>myapp/AuthenticatorAction/local</ejb-ref-"
-"name>\n"
+"                <ejb-ref-name>myapp/AuthenticatorAction/local</ejb-ref-name>\n"
 "                <ejb-ref-type>Session</ejb-ref-type>\n"
 "                <local>com.example.myapp.Authenticator</local>\n"
 "            </ejb-local-ref>\n"
@@ -1143,8 +900,7 @@
 "        <session>\n"
 "            <ejb-name>RegisterAction</ejb-name>\n"
 "            <ejb-local-ref>\n"
-"                <ejb-ref-name>myapp/AuthenticatorAction/local</ejb-ref-"
-"name>\n"
+"                <ejb-ref-name>myapp/AuthenticatorAction/local</ejb-ref-name>\n"
 "                <ejb-ref-type>Session</ejb-ref-type>\n"
 "                <local>com.example.myapp.Authenticator</local>\n"
 "            </ejb-local-ref>\n"
@@ -1159,66 +915,31 @@
 #. Tag: para
 #: Configuration.xml:442
 #, no-c-format
-msgid ""
-"Notice that the contents of the <literal>&lt;ejb-local-ref&gt;</literal> are "
-"identical to what we defined in web.xml. What we are doing is bringing the "
-"reference into the EJB context where it can be used by the RegisterAction "
-"bean. You will need to add one of these references for any injection of a "
-"Seam EJB compoenent into another Seam EJB component using <literal>@In</"
-"literal>. (You can see an example of this setup in the jee5/booking example)."
+msgid "Notice that the contents of the <literal>&lt;ejb-local-ref&gt;</literal> are identical to what we defined in web.xml. What we are doing is bringing the reference into the EJB context where it can be used by the RegisterAction bean. You will need to add one of these references for any injection of a Seam EJB compoenent into another Seam EJB component using <literal>@In</literal>. (You can see an example of this setup in the jee5/booking example)."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:448
 #, no-c-format
-msgid ""
-"But what about <literal>@EJB</literal>? It's true that you can inject one "
-"EJB into another using <literal>@EJB</literal>. However, by doing so, you "
-"are injecting the actual EJB reference rather than the Seam EJB component "
-"instance. In this case, some Seam features will work, while others won't. "
-"That's because Seam's interceptor is invoked on any method call to an EJB "
-"component. But that only invokes Seam's server-side interceptor chain. What "
-"you lose is Seam's state management and Seam's client-side interceptor "
-"chain. Client-side interceptors handle concerns such as security and "
-"concurrency. Also, when injecting a SFSB, there is no guarantee that you "
-"will get the SFSB bound to the active session or conversation, whatever the "
-"case may be. Thus, you definitely want to inject the Seam EJB component "
-"using <literal>@In</literal>."
+msgid "But what about <literal>@EJB</literal>? It's true that you can inject one EJB into another using <literal>@EJB</literal>. However, by doing so, you are injecting the actual EJB reference rather than the Seam EJB component instance. In this case, some Seam features will work, while others won't. That's because Seam's interceptor is invoked on any method call to an EJB component. But that only invokes Seam's server-side interceptor chain. What you lose is Seam's state management and Seam's client-side interceptor chain. Client-side interceptors handle concerns such as security and concurrency. Also, when injecting a SFSB, there is no guarantee that you will get the SFSB bound to the active session or conversation, whatever the case may be. Thus, you definitely want to inject the Seam EJB component using <literal>@In</literal>."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:458
 #, no-c-format
-msgid ""
-"That covers how JNDI names are defined and used. The lesson is that with "
-"some application servers, such as GlassFish, you are going to have to "
-"specify JNDI names for all EJB components explicitly, and sometimes twice! "
-"And even if you are following the same naming convention as JBoss AS, the "
-"JNDI pattern in Seam may need to be altered. For instance, the global JNDI "
-"names are automatically prefixed with java:comp/env on GlassFish, so you "
-"need to define the JNDI pattern as follows:"
+msgid "That covers how JNDI names are defined and used. The lesson is that with some application servers, such as GlassFish, you are going to have to specify JNDI names for all EJB components explicitly, and sometimes twice! And even if you are following the same naming convention as JBoss AS, the JNDI pattern in Seam may need to be altered. For instance, the global JNDI names are automatically prefixed with java:comp/env on GlassFish, so you need to define the JNDI pattern as follows:"
 msgstr ""
 
 #. Tag: programlisting
 #: Configuration.xml:464
 #, no-c-format
-msgid ""
-"<![CDATA[<core:init jndi-name=\"java:comp/env/earName/#{ejbName}/local\" />]]"
-">"
-msgstr ""
-"<![CDATA[<core:init jndi-name=\"java:comp/env/earName/#{ejbName}/local\" />]]"
-">"
+msgid "<![CDATA[<core:init jndi-name=\"java:comp/env/earName/#{ejbName}/local\" />]]>"
+msgstr "<![CDATA[<core:init jndi-name=\"java:comp/env/earName/#{ejbName}/local\" />]]>"
 
 #. Tag: para
 #: Configuration.xml:466
 #, no-c-format
-msgid ""
-"Finally, let's talk about transactions. In an EJB3 environment, we recommend "
-"the use of a special built-in component for transaction management, that is "
-"fully aware of container transactions, and can correctly process transaction "
-"success events registered with the <literal>Events</literal> component. If "
-"you don't add this line to your <literal>components.xml</literal> file, Seam "
-"won't know when container-managed transactions end:"
+msgid "Finally, let's talk about transactions. In an EJB3 environment, we recommend the use of a special built-in component for transaction management, that is fully aware of container transactions, and can correctly process transaction success events registered with the <literal>Events</literal> component. If you don't add this line to your <literal>components.xml</literal> file, Seam won't know when container-managed transactions end:"
 msgstr ""
 
 #. Tag: programlisting
@@ -1236,58 +957,37 @@
 #. Tag: para
 #: Configuration.xml:480
 #, no-c-format
-msgid ""
-"There is one final item you need to know about. You must place a "
-"<literal>seam.properties</literal>, <literal>META-INF/seam.properties</"
-"literal> or <literal>META-INF/components.xml</literal> file in any archive "
-"in which your Seam components are deployed (even an empty properties file "
-"will do). At startup, Seam will scan any archives with <literal>seam."
-"properties</literal> files for seam components."
+msgid "There is one final item you need to know about. You must place a <literal>seam.properties</literal>, <literal>META-INF/seam.properties</literal> or <literal>META-INF/components.xml</literal> file in any archive in which your Seam components are deployed (even an empty properties file will do). At startup, Seam will scan any archives with <literal>seam.properties</literal> files for seam components."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:485
 #, no-c-format
-msgid ""
-"In a web archive (WAR) file, you must place a <literal>seam.properties</"
-"literal> file in the <literal>WEB-INF/classes</literal> directory if you "
-"have any Seam components included here."
+msgid "In a web archive (WAR) file, you must place a <literal>seam.properties</literal> file in the <literal>WEB-INF/classes</literal> directory if you have any Seam components included here."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:488
 #, no-c-format
-msgid ""
-"That's why all the Seam examples have an empty <literal>seam.properties</"
-"literal> file. You can't just delete this file and expect everything to "
-"still work!"
+msgid "That's why all the Seam examples have an empty <literal>seam.properties</literal> file. You can't just delete this file and expect everything to still work!"
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:491
 #, no-c-format
-msgid ""
-"You might think this is silly and what kind of idiot framework designers "
-"would make an empty file affect the behavior of their software?? Well, this "
-"is a workaround for a limitation of the JVM &#8212; if we didn't use this "
-"mechanism, our next best option would be to force you to list every "
-"component explicitly in <literal>components.xml</literal>, just like some "
-"other competing frameworks do! I think you'll like our way better."
+msgid "You might think this is silly and what kind of idiot framework designers would make an empty file affect the behavior of their software?? Well, this is a workaround for a limitation of the JVM &#8212; if we didn't use this mechanism, our next best option would be to force you to list every component explicitly in <literal>components.xml</literal>, just like some other competing frameworks do! I think you'll like our way better."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:502
 #, no-c-format
 msgid "Using Alternate JPA Providers"
-msgstr ""
+msgstr "Uso di provider JPA alternativi"
 
 #. Tag: para
 #: Configuration.xml:504
 #, no-c-format
-msgid ""
-"Seam comes packaged and configured with Hibernate as the default JPA "
-"provider. If you require using a different JPA provider you must tell "
-"<literal>seam</literal> about it."
+msgid "Seam comes packaged and configured with Hibernate as the default JPA provider. If you require using a different JPA provider you must tell <literal>seam</literal> about it."
 msgstr ""
 
 #. Tag: title
@@ -1299,41 +999,31 @@
 #. Tag: para
 #: Configuration.xml:511
 #, no-c-format
-msgid ""
-"Configuration of the JPA provider will be easier in the future and will not "
-"require configuration changes, unless you are adding a custom persistence "
-"provider implementation."
+msgid "Configuration of the JPA provider will be easier in the future and will not require configuration changes, unless you are adding a custom persistence provider implementation."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:518
 #, no-c-format
-msgid ""
-"Telling seam about a different JPA provider can be be done in one of two "
-"ways:"
+msgid "Telling seam about a different JPA provider can be be done in one of two ways:"
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:519
 #, no-c-format
-msgid ""
-"Update your application's <literal>components.xml</literal> so that the "
-"generic <literal>PersistenceProvider</literal> takes precedence over the "
-"hibernate version. Simply add the following to the file:"
+msgid "Update your application's <literal>components.xml</literal> so that the generic <literal>PersistenceProvider</literal> takes precedence over the hibernate version. Simply add the following to the file:"
 msgstr ""
 
 #. Tag: programlisting
 #: Configuration.xml:524
 #, no-c-format
 msgid ""
-"<![CDATA[<component name=\"org.jboss.seam.persistence.persistenceProvider"
-"\" \n"
+"<![CDATA[<component name=\"org.jboss.seam.persistence.persistenceProvider\" \n"
 "           class=\"org.jboss.seam.persistence.PersistenceProvider\"\n"
 "           scope=\"stateless\">\n"
 "</component>]]>"
 msgstr ""
-"<![CDATA[<component name=\"org.jboss.seam.persistence.persistenceProvider"
-"\" \n"
+"<![CDATA[<component name=\"org.jboss.seam.persistence.persistenceProvider\" \n"
 "           class=\"org.jboss.seam.persistence.PersistenceProvider\"\n"
 "           scope=\"stateless\">\n"
 "</component>]]>"
@@ -1341,56 +1031,44 @@
 #. Tag: para
 #: Configuration.xml:525
 #, no-c-format
-msgid ""
-"If you want to take advantage of your JPA provider's non-standard features "
-"you will need to write you own implementation of the "
-"<literal>PersistenceProvider</literal>. Use "
-"<literal>HibernatePersistenceProvider</literal> as a starting point (don't "
-"forget to give back to the community :). Then you will need to tell "
-"<literal>seam</literal> to use it as before."
+msgid "If you want to take advantage of your JPA provider's non-standard features you will need to write you own implementation of the <literal>PersistenceProvider</literal>. Use <literal>HibernatePersistenceProvider</literal> as a starting point (don't forget to give back to the community :). Then you will need to tell <literal>seam</literal> to use it as before."
 msgstr ""
 
 #. Tag: programlisting
 #: Configuration.xml:532
 #, no-c-format
 msgid ""
-"<![CDATA[<component name=\"org.jboss.seam.persistence.persistenceProvider"
-"\" \n"
+"<![CDATA[<component name=\"org.jboss.seam.persistence.persistenceProvider\" \n"
 "           class=\"org.your.package.YourPersistenceProvider\">\n"
 "</component>]]>"
 msgstr ""
-"<![CDATA[<component name=\"org.jboss.seam.persistence.persistenceProvider"
-"\" \n"
+"<![CDATA[<component name=\"org.jboss.seam.persistence.persistenceProvider\" \n"
 "           class=\"org.your.package.YourPersistenceProvider\">\n"
 "</component>]]>"
 
 #. Tag: para
 #: Configuration.xml:533
 #, no-c-format
-msgid ""
-"All that is left is updating the <literal>persistence.xml</literal> file "
-"with the correct provider class, and what ever properties your provider "
-"needs. Don't forget to package your new provider's jar files in the "
-"application if they are needed."
+msgid "All that is left is updating the <literal>persistence.xml</literal> file with the correct provider class, and what ever properties your provider needs. Don't forget to package your new provider's jar files in the application if they are needed."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:541
 #, no-c-format
 msgid "Configuring Seam in Java EE 5"
-msgstr ""
+msgstr "Configurazione di Seam in java EE 5"
 
 #. Tag: para
 #: Configuration.xml:552
 #, no-c-format
-msgid ""
-"If you're running in a Java EE 5 environment, this is all the configuration "
-"required to start using Seam!"
+msgid "If you're running in a Java EE 5 environment, this is all the configuration required to start using Seam!"
 msgstr ""
 
 # come tradurre?
 #. Tag: title
-#: Configuration.xml:555 Configuration.xml:650 Configuration.xml:788
+#: Configuration.xml:555
+#: Configuration.xml:650
+#: Configuration.xml:788
 #: Configuration.xml:821
 #, no-c-format
 msgid "Packaging"
@@ -1399,9 +1077,7 @@
 #. Tag: para
 #: Configuration.xml:557
 #, no-c-format
-msgid ""
-"Once you've packaged all this stuff together into an EAR, the archive "
-"structure will look something like this:"
+msgid "Once you've packaged all this stuff together into an EAR, the archive structure will look something like this:"
 msgstr ""
 
 #. Tag: programlisting
@@ -1481,65 +1157,43 @@
 #. Tag: para
 #: Configuration.xml:562
 #, no-c-format
-msgid ""
-"You should declare <literal>jboss-seam.jar</literal> as an ejb module in "
-"<literal>META-INF/application.xml</literal>; <literal>jboss-el.jar</literal> "
-"should be placed in the EAR's lib directory (putting it in the EAR classpath."
+msgid "You should declare <literal>jboss-seam.jar</literal> as an ejb module in <literal>META-INF/application.xml</literal>; <literal>jboss-el.jar</literal> should be placed in the EAR's lib directory (putting it in the EAR classpath."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:567
 #, no-c-format
-msgid ""
-"If you want to use jBPM or Drools, you must include the needed jars in the "
-"EAR's lib directory."
+msgid "If you want to use jBPM or Drools, you must include the needed jars in the EAR's lib directory."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:569
 #, no-c-format
-msgid ""
-"If you want to use facelets (our recommendation), you must include "
-"<literal>jsf-facelets.jar</literal> in the <literal>WEB-INF/lib</literal> "
-"directory of the WAR."
+msgid "If you want to use facelets (our recommendation), you must include <literal>jsf-facelets.jar</literal> in the <literal>WEB-INF/lib</literal> directory of the WAR."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:572
 #, no-c-format
-msgid ""
-"If you want to use the Seam tag library (most Seam applications do), you "
-"must include <literal>jboss-seam-ui.jar</literal> in the <literal>WEB-INF/"
-"lib</literal> directory of the WAR. If you want to use the PDF or email tag "
-"libraries, you need to put <literal>jboss-seam-pdf.jar</literal> or "
-"<literal>jboss-seam-mail.jar</literal> in <literal>WEB-INF/lib</literal>."
+msgid "If you want to use the Seam tag library (most Seam applications do), you must include <literal>jboss-seam-ui.jar</literal> in the <literal>WEB-INF/lib</literal> directory of the WAR. If you want to use the PDF or email tag libraries, you need to put <literal>jboss-seam-pdf.jar</literal> or <literal>jboss-seam-mail.jar</literal> in <literal>WEB-INF/lib</literal>."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:577
 #, no-c-format
-msgid ""
-"If you want to use the Seam debug page (only works for applications using "
-"facelets), you must include <literal>jboss-seam-debug.jar</literal> in the "
-"<literal>WEB-INF/lib</literal> directory of the WAR."
+msgid "If you want to use the Seam debug page (only works for applications using facelets), you must include <literal>jboss-seam-debug.jar</literal> in the <literal>WEB-INF/lib</literal> directory of the WAR."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:580
 #, no-c-format
-msgid ""
-"Seam ships with several example applications that are deployable in any Java "
-"EE container that supports EJB 3.0."
+msgid "Seam ships with several example applications that are deployable in any Java EE container that supports EJB 3.0."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:583
 #, no-c-format
-msgid ""
-"I really wish that was all there was to say on the topic of configuration "
-"but unfortunately we're only about a third of the way there. If you're too "
-"overwhelmed by all this tedious configuration stuff, feel free to skip over "
-"the rest of this section and come back to it later."
+msgid "I really wish that was all there was to say on the topic of configuration but unfortunately we're only about a third of the way there. If you're too overwhelmed by all this tedious configuration stuff, feel free to skip over the rest of this section and come back to it later."
 msgstr ""
 
 #. Tag: title
@@ -1551,35 +1205,19 @@
 #. Tag: para
 #: Configuration.xml:594
 #, no-c-format
-msgid ""
-"Seam is useful even if you're not yet ready to take the plunge into EJB 3.0. "
-"In this case you would use Hibernate3 or JPA instead of EJB 3.0 persistence, "
-"and plain JavaBeans instead of session beans. You'll miss out on some of the "
-"nice features of session beans but it will be very easy to migrate to EJB "
-"3.0 when you're ready and, in the meantime, you'll be able to take advantage "
-"of Seam's unique declarative state management architecture."
+msgid "Seam is useful even if you're not yet ready to take the plunge into EJB 3.0. In this case you would use Hibernate3 or JPA instead of EJB 3.0 persistence, and plain JavaBeans instead of session beans. You'll miss out on some of the nice features of session beans but it will be very easy to migrate to EJB 3.0 when you're ready and, in the meantime, you'll be able to take advantage of Seam's unique declarative state management architecture."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:609
 #, no-c-format
-msgid ""
-"Seam JavaBean components do not provide declarative transaction demarcation "
-"like session beans do. You <emphasis>could</emphasis> manage your "
-"transactions manually using the JTA <literal>UserTransaction</literal> or "
-"declaratively using Seam's <literal>@Transactional</literal> annotation. But "
-"most applications will just use Seam managed transactions when using "
-"Hibernate with JavaBeans."
+msgid "Seam JavaBean components do not provide declarative transaction demarcation like session beans do. You <emphasis>could</emphasis> manage your transactions manually using the JTA <literal>UserTransaction</literal> or declaratively using Seam's <literal>@Transactional</literal> annotation. But most applications will just use Seam managed transactions when using Hibernate with JavaBeans."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:615
 #, no-c-format
-msgid ""
-"The Seam distribution includes a version of the booking example application "
-"that uses Hibernate3 and JavaBeans instead of EJB3, and another version that "
-"uses JPA and JavaBeans. These example applications are ready to deploy into "
-"any J2EE application server."
+msgid "The Seam distribution includes a version of the booking example application that uses Hibernate3 and JavaBeans instead of EJB3, and another version that uses JPA and JavaBeans. These example applications are ready to deploy into any J2EE application server."
 msgstr ""
 
 #. Tag: title
@@ -1591,29 +1229,19 @@
 #. Tag: para
 #: Configuration.xml:622
 #, no-c-format
-msgid ""
-"Seam will bootstrap a Hibernate <literal>SessionFactory</literal> from your "
-"<literal>hibernate.cfg.xml</literal> file if you install a built-in "
-"component:"
+msgid "Seam will bootstrap a Hibernate <literal>SessionFactory</literal> from your <literal>hibernate.cfg.xml</literal> file if you install a built-in component:"
 msgstr ""
 
 #. Tag: programlisting
 #: Configuration.xml:625
 #, no-c-format
-msgid ""
-"<![CDATA[<persistence:hibernate-session-factory name="
-"\"hibernateSessionFactory\"/>]]>"
-msgstr ""
-"<![CDATA[<persistence:hibernate-session-factory name="
-"\"hibernateSessionFactory\"/>]]>"
+msgid "<![CDATA[<persistence:hibernate-session-factory name=\"hibernateSessionFactory\"/>]]>"
+msgstr "<![CDATA[<persistence:hibernate-session-factory name=\"hibernateSessionFactory\"/>]]>"
 
 #. Tag: para
 #: Configuration.xml:627
 #, no-c-format
-msgid ""
-"You will also need to configure a <emphasis>managed session</emphasis> if "
-"you want a Seam managed Hibernate <literal>Session</literal> to be available "
-"via injection."
+msgid "You will also need to configure a <emphasis>managed session</emphasis> if you want a Seam managed Hibernate <literal>Session</literal> to be available via injection."
 msgstr ""
 
 #. Tag: programlisting
@@ -1621,12 +1249,10 @@
 #, no-c-format
 msgid ""
 "<![CDATA[<persistence:managed-hibernate-session name=\"hibernateSession\"\n"
-"                            session-factory=\"#{hibernateSessionFactory}\"/"
-">]]>"
+"                            session-factory=\"#{hibernateSessionFactory}\"/>]]>"
 msgstr ""
 "<![CDATA[<persistence:managed-hibernate-session name=\"hibernateSession\"\n"
-"                            session-factory=\"#{hibernateSessionFactory}\"/"
-">]]>"
+"                            session-factory=\"#{hibernateSessionFactory}\"/>]]>"
 
 #. Tag: title
 #: Configuration.xml:635
@@ -1637,29 +1263,19 @@
 #. Tag: para
 #: Configuration.xml:637
 #, no-c-format
-msgid ""
-"Seam will bootstrap a JPA <literal>EntityManagerFactory</literal> from your "
-"<literal>persistence.xml</literal> file if you install this built-in "
-"component:"
+msgid "Seam will bootstrap a JPA <literal>EntityManagerFactory</literal> from your <literal>persistence.xml</literal> file if you install this built-in component:"
 msgstr ""
 
 #. Tag: programlisting
 #: Configuration.xml:640
 #, no-c-format
-msgid ""
-"<![CDATA[<persistence:entity-manager-factory name=\"entityManagerFactory\"/"
-">]]>"
-msgstr ""
-"<![CDATA[<persistence:entity-manager-factory name=\"entityManagerFactory\"/"
-">]]>"
+msgid "<![CDATA[<persistence:entity-manager-factory name=\"entityManagerFactory\"/>]]>"
+msgstr "<![CDATA[<persistence:entity-manager-factory name=\"entityManagerFactory\"/>]]>"
 
 #. Tag: para
 #: Configuration.xml:642
 #, no-c-format
-msgid ""
-"You will also need to configure a <emphasis>managed persistence context</"
-"emphasis> if you want a Seam managed JPA <literal>EntityManager</literal> to "
-"be available via injection."
+msgid "You will also need to configure a <emphasis>managed persistence context</emphasis> if you want a Seam managed JPA <literal>EntityManager</literal> to be available via injection."
 msgstr ""
 
 #. Tag: programlisting
@@ -1667,12 +1283,10 @@
 #, no-c-format
 msgid ""
 "<![CDATA[<persistence:managed-persistence-context name=\"entityManager\"\n"
-"                            entity-manager-factory=\"#{entityManagerFactory}"
-"\"/>]]>"
+"                            entity-manager-factory=\"#{entityManagerFactory}\"/>]]>"
 msgstr ""
 "<![CDATA[<persistence:managed-persistence-context name=\"entityManager\"\n"
-"                            entity-manager-factory=\"#{entityManagerFactory}"
-"\"/>]]>"
+"                            entity-manager-factory=\"#{entityManagerFactory}\"/>]]>"
 
 #. Tag: para
 #: Configuration.xml:652
@@ -1751,51 +1365,38 @@
 #. Tag: para
 #: Configuration.xml:656
 #, no-c-format
-msgid ""
-"If we want to deploy Hibernate in a non-EE environment like Tomcat or "
-"TestNG, we need to do a little bit more work."
+msgid "If we want to deploy Hibernate in a non-EE environment like Tomcat or TestNG, we need to do a little bit more work."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:663
 #, no-c-format
 msgid "Configuring Seam in Java SE, without JBoss Embedded"
-msgstr ""
+msgstr "Configurazione di Seam in java EE 5 senza JBoss Embedded"
 
 #. Tag: para
 #: Configuration.xml:665
 #, no-c-format
-msgid ""
-"It is possible to use Seam completely outside of an EE environment. In this "
-"case, you need to tell Seam how to manage transactions, since there will be "
-"no JTA available. If you're using JPA, you can tell Seam to use JPA resource-"
-"local transactions, ie. <literal>EntityTransaction</literal>, like so:"
+msgid "It is possible to use Seam completely outside of an EE environment. In this case, you need to tell Seam how to manage transactions, since there will be no JTA available. If you're using JPA, you can tell Seam to use JPA resource-local transactions, ie. <literal>EntityTransaction</literal>, like so:"
 msgstr ""
 
 #. Tag: programlisting
 #: Configuration.xml:669
 #, no-c-format
-msgid ""
-"<![CDATA[<transaction:entity-transaction entity-manager=\"#{entityManager}\"/"
-">]]>"
-msgstr ""
-"<![CDATA[<transaction:entity-transaction entity-manager=\"#{entityManager}\"/"
-">]]>"
+msgid "<![CDATA[<transaction:entity-transaction entity-manager=\"#{entityManager}\"/>]]>"
+msgstr "<![CDATA[<transaction:entity-transaction entity-manager=\"#{entityManager}\"/>]]>"
 
 #. Tag: para
 #: Configuration.xml:671
 #, no-c-format
-msgid ""
-"If you're using Hibernate, you can tell Seam to use the Hibernate "
-"transaction API like this:"
+msgid "If you're using Hibernate, you can tell Seam to use the Hibernate transaction API like this:"
 msgstr ""
 
 #. Tag: programlisting
 #: Configuration.xml:673
 #, no-c-format
 msgid "<![CDATA[<transaction:hibernate-transaction session=\"#{session}\"/>]]>"
-msgstr ""
-"<![CDATA[<transaction:hibernate-transaction session=\"#{session}\"/>]]>"
+msgstr "<![CDATA[<transaction:hibernate-transaction session=\"#{session}\"/>]]>"
 
 #. Tag: para
 #: Configuration.xml:675
@@ -1806,31 +1407,25 @@
 #. Tag: para
 #: Configuration.xml:677
 #, no-c-format
-msgid ""
-"A better alternative is to use JBoss Embedded to get access to the EE APIs."
+msgid "A better alternative is to use JBoss Embedded to get access to the EE APIs."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:682
 #, no-c-format
 msgid "Configuring Seam in Java SE, with JBoss Embedded"
-msgstr ""
+msgstr "Configurazione di Seam in java EE 5 con JBoss Embedded"
 
 #. Tag: para
 #: Configuration.xml:684
 #, no-c-format
-msgid ""
-"JBoss Embedded lets you run EJB3 components outside the context of the Java "
-"EE 5 application server. This is especially, but not only, useful for "
-"testing."
+msgid "JBoss Embedded lets you run EJB3 components outside the context of the Java EE 5 application server. This is especially, but not only, useful for testing."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:687
 #, no-c-format
-msgid ""
-"The Seam booking example application includes a TestNG integration test "
-"suite that runs on JBoss Embedded via <literal>SeamTest</literal>."
+msgid "The Seam booking example application includes a TestNG integration test suite that runs on JBoss Embedded via <literal>SeamTest</literal>."
 msgstr ""
 
 #. Tag: para
@@ -1848,49 +1443,31 @@
 #. Tag: para
 #: Configuration.xml:714
 #, no-c-format
-msgid ""
-"Embedded JBoss must by installed into Tomcat for Seam applications to run "
-"correctly on it. Embedded JBoss runs with JDK 5 or JDK 6 ( see <xref linkend="
-"\"jdk_dependencies\"/> for details on using JDK 6). Embedded JBoss can be "
-"downloaded <ulink url=\"http://sourceforge.net/project/showfiles.php?"
-"group_id=22866&amp;package_id=228977\">here</ulink>. The process for "
-"installing Embedded JBoss into Tomcat 6 is quite simple. First, you should "
-"copy the Embedded JBoss JARs and configuration files into Tomcat."
+msgid "Embedded JBoss must by installed into Tomcat for Seam applications to run correctly on it. Embedded JBoss runs with JDK 5 or JDK 6 ( see <xref linkend=\"jdk_dependencies\"/> for details on using JDK 6). Embedded JBoss can be downloaded <ulink url=\"http://sourceforge.net/project/showfiles.php?group_id=22866&amp;package_id=228977\">here</ulink>. The process for installing Embedded JBoss into Tomcat 6 is quite simple. First, you should copy the Embedded JBoss JARs and configuration files into Tomcat."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:728
 #, no-c-format
-msgid ""
-"Copy all files and directories under the Embedded JBoss <literal>bootstrap</"
-"literal> and <literal>lib</literal> directories, except for the "
-"<literal>jndi.properties</literal> file, into the Tomcat <literal>lib</"
-"literal> directory."
+msgid "Copy all files and directories under the Embedded JBoss <literal>bootstrap</literal> and <literal>lib</literal> directories, except for the <literal>jndi.properties</literal> file, into the Tomcat <literal>lib</literal> directory."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:735
 #, no-c-format
-msgid ""
-"Remove the <literal>annotations-api.jar</literal> file from the Tomcat "
-"<literal>lib</literal> directory."
+msgid "Remove the <literal>annotations-api.jar</literal> file from the Tomcat <literal>lib</literal> directory."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:741
 #, no-c-format
-msgid ""
-"Next, two configuration files need to be updated to add Embedded JBoss-"
-"specific functionality."
+msgid "Next, two configuration files need to be updated to add Embedded JBoss-specific functionality."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:747
 #, no-c-format
-msgid ""
-"Add the Embedded JBoss listener <literal>EmbeddedJBossBootstrapListener</"
-"literal> to <literal>conf/server.xml</literal>. It must appear after all "
-"other listeners in the file:"
+msgid "Add the Embedded JBoss listener <literal>EmbeddedJBossBootstrapListener</literal> to <literal>conf/server.xml</literal>. It must appear after all other listeners in the file:"
 msgstr ""
 
 #. Tag: programlisting
@@ -1899,48 +1476,36 @@
 msgid ""
 "<![CDATA[<Server port=\"8005\" shutdown=\"SHUTDOWN\">\n"
 "\n"
-"  <!-- Comment these entries out to disable JMX MBeans support used for "
-"the \n"
+"  <!-- Comment these entries out to disable JMX MBeans support used for the \n"
 "       administration web application -->\n"
 "  <Listener className=\"org.apache.catalina.core.AprLifecycleListener\" />\n"
-"  <Listener className=\"org.apache.catalina.mbeans.ServerLifecycleListener"
-"\" />\n"
-"  <Listener className=\"org.apache.catalina.mbeans."
-"GlobalResourcesLifecycleListener\" />\n"
-"  <Listener className=\"org.apache.catalina.storeconfig."
-"StoreConfigLifecycleListener\" />]]>"
+"  <Listener className=\"org.apache.catalina.mbeans.ServerLifecycleListener\" />\n"
+"  <Listener className=\"org.apache.catalina.mbeans.GlobalResourcesLifecycleListener\" />\n"
+"  <Listener className=\"org.apache.catalina.storeconfig.StoreConfigLifecycleListener\" />]]>"
 msgstr ""
 "<![CDATA[<Server port=\"8005\" shutdown=\"SHUTDOWN\">\n"
 "\n"
-"  <!-- Comment these entries out to disable JMX MBeans support used for "
-"the \n"
+"  <!-- Comment these entries out to disable JMX MBeans support used for the \n"
 "       administration web application -->\n"
 "  <Listener className=\"org.apache.catalina.core.AprLifecycleListener\" />\n"
-"  <Listener className=\"org.apache.catalina.mbeans.ServerLifecycleListener"
-"\" />\n"
-"  <Listener className=\"org.apache.catalina.mbeans."
-"GlobalResourcesLifecycleListener\" />\n"
-"  <Listener className=\"org.apache.catalina.storeconfig."
-"StoreConfigLifecycleListener\" />]]>"
+"  <Listener className=\"org.apache.catalina.mbeans.ServerLifecycleListener\" />\n"
+"  <Listener className=\"org.apache.catalina.mbeans.GlobalResourcesLifecycleListener\" />\n"
+"  <Listener className=\"org.apache.catalina.storeconfig.StoreConfigLifecycleListener\" />]]>"
 
 #. Tag: programlisting
 #: Configuration.xml:751
 #, no-c-format
 msgid ""
 "<![CDATA[  <!-- Add this listener -->\n"
-"  <Listener className=\"org.jboss.embedded.tomcat."
-"EmbeddedJBossBootstrapListener\" />]]>"
+"  <Listener className=\"org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener\" />]]>"
 msgstr ""
 "<![CDATA[  <!-- Add this listener -->\n"
-"  <Listener className=\"org.jboss.embedded.tomcat."
-"EmbeddedJBossBootstrapListener\" />]]>"
+"  <Listener className=\"org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener\" />]]>"
 
 #. Tag: para
 #: Configuration.xml:755
 #, no-c-format
-msgid ""
-"WAR file scanning should be enabled by adding the <literal>WebinfScanner</"
-"literal> listener to <literal>conf/context.xml</literal>:"
+msgid "WAR file scanning should be enabled by adding the <literal>WebinfScanner</literal> listener to <literal>conf/context.xml</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -1951,8 +1516,7 @@
 "    <!-- Default set of monitored resources -->\n"
 "    <WatchedResource>WEB-INF/web.xml</WatchedResource>\n"
 "    \n"
-"    <!-- Uncomment this to disable session persistence across Tomcat "
-"restarts -->\n"
+"    <!-- Uncomment this to disable session persistence across Tomcat restarts -->\n"
 "    <!--\n"
 "    <Manager pathname=\"\" />\n"
 "    -->]]>"
@@ -1961,8 +1525,7 @@
 "    <!-- Default set of monitored resources -->\n"
 "    <WatchedResource>WEB-INF/web.xml</WatchedResource>\n"
 "    \n"
-"    <!-- Uncomment this to disable session persistence across Tomcat "
-"restarts -->\n"
+"    <!-- Uncomment this to disable session persistence across Tomcat restarts -->\n"
 "    <!--\n"
 "    <Manager pathname=\"\" />\n"
 "    -->]]>"
@@ -1986,32 +1549,20 @@
 #. Tag: para
 #: Configuration.xml:764
 #, no-c-format
-msgid ""
-"If you are using Sun JDK 6, you need to set the Java option <literal>sun."
-"lang.ClassLoader.allowArraySyntax</literal> to <literal>true</literal> in "
-"the JAVA_OPTS environment variable used by the Catalina startup script "
-"(catalina.bat on Windows or catalina.sh on Unix)."
+msgid "If you are using Sun JDK 6, you need to set the Java option <literal>sun.lang.ClassLoader.allowArraySyntax</literal> to <literal>true</literal> in the JAVA_OPTS environment variable used by the Catalina startup script (catalina.bat on Windows or catalina.sh on Unix)."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:769
 #, no-c-format
-msgid ""
-"Open the script appropriate for your operating system in a text editor. Add "
-"a new line immediately below the comments at the top of the file where you "
-"will define the JAVA_OPTS environment variable. On Windows, use the "
-"following syntax:"
+msgid "Open the script appropriate for your operating system in a text editor. Add a new line immediately below the comments at the top of the file where you will define the JAVA_OPTS environment variable. On Windows, use the following syntax:"
 msgstr ""
 
 #. Tag: programlisting
 #: Configuration.xml:773
 #, no-c-format
-msgid ""
-"<![CDATA[set JAVA_OPTS=%JAVA_OPTS% -Dsun.lang.ClassLoader."
-"allowArraySyntax=true]]>"
-msgstr ""
-"<![CDATA[set JAVA_OPTS=%JAVA_OPTS% -Dsun.lang.ClassLoader."
-"allowArraySyntax=true]]>"
+msgid "<![CDATA[set JAVA_OPTS=%JAVA_OPTS% -Dsun.lang.ClassLoader.allowArraySyntax=true]]>"
+msgstr "<![CDATA[set JAVA_OPTS=%JAVA_OPTS% -Dsun.lang.ClassLoader.allowArraySyntax=true]]>"
 
 #. Tag: para
 #: Configuration.xml:775
@@ -2022,28 +1573,19 @@
 #. Tag: programlisting
 #: Configuration.xml:777
 #, no-c-format
-msgid ""
-"<![CDATA[JAVA_OPTS=\"$JAVA_OPTS -Dsun.lang.ClassLoader.allowArraySyntax=true"
-"\"]]>"
-msgstr ""
-"<![CDATA[JAVA_OPTS=\"$JAVA_OPTS -Dsun.lang.ClassLoader.allowArraySyntax=true"
-"\"]]>"
+msgid "<![CDATA[JAVA_OPTS=\"$JAVA_OPTS -Dsun.lang.ClassLoader.allowArraySyntax=true\"]]>"
+msgstr "<![CDATA[JAVA_OPTS=\"$JAVA_OPTS -Dsun.lang.ClassLoader.allowArraySyntax=true\"]]>"
 
 #. Tag: para
 #: Configuration.xml:782
 #, no-c-format
-msgid ""
-"For more configuration options, please see the Embedded JBoss Tomcat "
-"integration <ulink url=\"http://wiki.jboss.org/wiki/Wiki.jsp?"
-"page=EmbeddedAndTomcat\">wiki entry</ulink>."
+msgid "For more configuration options, please see the Embedded JBoss Tomcat integration <ulink url=\"http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedAndTomcat\">wiki entry</ulink>."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:790
 #, no-c-format
-msgid ""
-"The archive structure of a WAR-based deployment on an servlet engine like "
-"Tomcat will look something like this:"
+msgid "The archive structure of a WAR-based deployment on an servlet engine like Tomcat will look something like this:"
 msgstr ""
 
 #. Tag: programlisting
@@ -2119,9 +1661,7 @@
 #. Tag: para
 #: Configuration.xml:795
 #, no-c-format
-msgid ""
-"Most of the Seam example applications may be deployed to Tomcat by running "
-"<literal>ant deploy.tomcat</literal>."
+msgid "Most of the Seam example applications may be deployed to Tomcat by running <literal>ant deploy.tomcat</literal>."
 msgstr ""
 
 #. Tag: title
@@ -2133,11 +1673,7 @@
 #. Tag: para
 #: Configuration.xml:804
 #, no-c-format
-msgid ""
-"Seam's jBPM integration is not installed by default, so you'll need to "
-"enable jBPM by installing a built-in component. You'll also need to "
-"explicitly list your process and pageflow definitions. In "
-"<literal>components.xml</literal>:"
+msgid "Seam's jBPM integration is not installed by default, so you'll need to enable jBPM by installing a built-in component. You'll also need to explicitly list your process and pageflow definitions. In <literal>components.xml</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -2169,12 +1705,7 @@
 #. Tag: para
 #: Configuration.xml:810
 #, no-c-format
-msgid ""
-"No further special configuration is needed if you only have pageflows. If "
-"you do have business process definitions, you need to provide a jBPM "
-"configuration, and a Hibernate configuration for jBPM. The Seam DVD Store "
-"demo includes example <literal>jbpm.cfg.xml</literal> and <literal>hibernate."
-"cfg.xml</literal> files that will work with Seam:"
+msgid "No further special configuration is needed if you only have pageflows. If you do have business process definitions, you need to provide a jBPM configuration, and a Hibernate configuration for jBPM. The Seam DVD Store demo includes example <literal>jbpm.cfg.xml</literal> and <literal>hibernate.cfg.xml</literal> files that will work with Seam:"
 msgstr ""
 
 #. Tag: programlisting
@@ -2186,22 +1717,17 @@
 "  <jbpm-context>\n"
 "    <service name=\"persistence\">\n"
 "       <factory>\n"
-"          <bean class=\"org.jbpm.persistence.db.DbPersistenceServiceFactory"
-"\">\n"
+"          <bean class=\"org.jbpm.persistence.db.DbPersistenceServiceFactory\">\n"
 "             <field name=\"isTransactionEnabled\"><false/></field>\n"
 "          </bean>\n"
 "       </factory>\n"
 "    </service>\n"
 "    <service name=\"tx\" factory=\"org.jbpm.tx.TxServiceFactory\" />\n"
-"    <service name=\"message\" factory=\"org.jbpm.msg.db."
-"DbMessageServiceFactory\" />\n"
-"    <service name=\"scheduler\" factory=\"org.jbpm.scheduler.db."
-"DbSchedulerServiceFactory\" />\n"
-"    <service name=\"logging\" factory=\"org.jbpm.logging.db."
-"DbLoggingServiceFactory\" />\n"
+"    <service name=\"message\" factory=\"org.jbpm.msg.db.DbMessageServiceFactory\" />\n"
+"    <service name=\"scheduler\" factory=\"org.jbpm.scheduler.db.DbSchedulerServiceFactory\" />\n"
+"    <service name=\"logging\" factory=\"org.jbpm.logging.db.DbLoggingServiceFactory\" />\n"
 "    <service name=\"authentication\" \n"
-"             factory=\"org.jbpm.security.authentication."
-"DefaultAuthenticationServiceFactory\" />\n"
+"             factory=\"org.jbpm.security.authentication.DefaultAuthenticationServiceFactory\" />\n"
 "  </jbpm-context>\n"
 "\n"
 "</jbpm-configuration>]]>"
@@ -2211,22 +1737,17 @@
 "  <jbpm-context>\n"
 "    <service name=\"persistence\">\n"
 "       <factory>\n"
-"          <bean class=\"org.jbpm.persistence.db.DbPersistenceServiceFactory"
-"\">\n"
+"          <bean class=\"org.jbpm.persistence.db.DbPersistenceServiceFactory\">\n"
 "             <field name=\"isTransactionEnabled\"><false/></field>\n"
 "          </bean>\n"
 "       </factory>\n"
 "    </service>\n"
 "    <service name=\"tx\" factory=\"org.jbpm.tx.TxServiceFactory\" />\n"
-"    <service name=\"message\" factory=\"org.jbpm.msg.db."
-"DbMessageServiceFactory\" />\n"
-"    <service name=\"scheduler\" factory=\"org.jbpm.scheduler.db."
-"DbSchedulerServiceFactory\" />\n"
-"    <service name=\"logging\" factory=\"org.jbpm.logging.db."
-"DbLoggingServiceFactory\" />\n"
+"    <service name=\"message\" factory=\"org.jbpm.msg.db.DbMessageServiceFactory\" />\n"
+"    <service name=\"scheduler\" factory=\"org.jbpm.scheduler.db.DbSchedulerServiceFactory\" />\n"
+"    <service name=\"logging\" factory=\"org.jbpm.logging.db.DbLoggingServiceFactory\" />\n"
 "    <service name=\"authentication\" \n"
-"             factory=\"org.jbpm.security.authentication."
-"DefaultAuthenticationServiceFactory\" />\n"
+"             factory=\"org.jbpm.security.authentication.DefaultAuthenticationServiceFactory\" />\n"
 "  </jbpm-context>\n"
 "\n"
 "</jbpm-configuration>]]>"
@@ -2234,20 +1755,13 @@
 #. Tag: para
 #: Configuration.xml:817
 #, no-c-format
-msgid ""
-"The most important thing to notice here is that jBPM transaction control is "
-"disabled. Seam or EJB3 should control the JTA transactions."
+msgid "The most important thing to notice here is that jBPM transaction control is disabled. Seam or EJB3 should control the JTA transactions."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:823
 #, no-c-format
-msgid ""
-"There is not yet any well-defined packaging format for jBPM configuration "
-"and process/pageflow definition files. In the Seam examples we've decided to "
-"simply package all these files into the root of the EAR. In future, we will "
-"probably design some other standard packaging format. So the EAR looks "
-"something like this:"
+msgid "There is not yet any well-defined packaging format for jBPM configuration and process/pageflow definition files. In the Seam examples we've decided to simply package all these files into the root of the EAR. In future, we will probably design some other standard packaging format. So the EAR looks something like this:"
 msgstr ""
 
 #. Tag: programlisting
@@ -2342,27 +1856,18 @@
 #: Configuration.xml:835
 #, no-c-format
 msgid "Configuring SFSB and Session Timeouts in JBoss AS"
-msgstr ""
+msgstr "Configurazione di SFSB e dei timeout di sessione in JBoss AS"
 
 #. Tag: para
 #: Configuration.xml:837
 #, no-c-format
-msgid ""
-"It is very important that the timeout for Stateful Session Beans is set "
-"higher than the timeout for HTTP Sessions, otherwise SFSB's may time out "
-"before the user's HTTP session has ended. JBoss Application Server has a "
-"default session bean timeout of 30 minutes, which is configured in "
-"<literal>server/default/conf/standardjboss.xml</literal> (replace "
-"<emphasis>default</emphasis> with your own configuration)."
+msgid "It is very important that the timeout for Stateful Session Beans is set higher than the timeout for HTTP Sessions, otherwise SFSB's may time out before the user's HTTP session has ended. JBoss Application Server has a default session bean timeout of 30 minutes, which is configured in <literal>server/default/conf/standardjboss.xml</literal> (replace <emphasis>default</emphasis> with your own configuration)."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:843
 #, no-c-format
-msgid ""
-"The default SFSB timeout can be adjusted by modifying the value of "
-"<literal>max-bean-life</literal> in the "
-"<literal>LRUStatefulContextCachePolicy</literal> cache configuration:"
+msgid "The default SFSB timeout can be adjusted by modifying the value of <literal>max-bean-life</literal> in the <literal>LRUStatefulContextCachePolicy</literal> cache configuration:"
 msgstr ""
 
 #. Tag: programlisting
@@ -2370,8 +1875,7 @@
 #, no-c-format
 msgid ""
 "<![CDATA[<container-cache-conf>\n"
-"    <cache-policy>org.jboss.ejb.plugins.LRUStatefulContextCachePolicy</cache-"
-"policy>\n"
+"    <cache-policy>org.jboss.ejb.plugins.LRUStatefulContextCachePolicy</cache-policy>\n"
 "    <cache-policy-conf>\n"
 "        <min-capacity>50</min-capacity>\n"
 "        <max-capacity>1000000</max-capacity>\n"
@@ -2390,8 +1894,7 @@
 "</container-cache-conf>]]>"
 msgstr ""
 "<![CDATA[<container-cache-conf>\n"
-"    <cache-policy>org.jboss.ejb.plugins.LRUStatefulContextCachePolicy</cache-"
-"policy>\n"
+"    <cache-policy>org.jboss.ejb.plugins.LRUStatefulContextCachePolicy</cache-policy>\n"
 "    <cache-policy-conf>\n"
 "        <min-capacity>50</min-capacity>\n"
 "        <max-capacity>1000000</max-capacity>\n"
@@ -2412,12 +1915,7 @@
 #. Tag: para
 #: Configuration.xml:848
 #, no-c-format
-msgid ""
-"The default HTTP session timeout can be modified in <literal>server/default/"
-"deploy/jbossweb-tomcat55.sar/conf/web.xml</literal> for JBoss 4.0.x, or in "
-"<literal>server/default/deploy/jboss-web.deployer/conf/web.xml</literal> for "
-"JBoss 4.2.x. The following entry in this file controls the default session "
-"timeout for all web applications:"
+msgid "The default HTTP session timeout can be modified in <literal>server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml</literal> for JBoss 4.0.x, or in <literal>server/default/deploy/jboss-web.deployer/conf/web.xml</literal> for JBoss 4.2.x. The following entry in this file controls the default session timeout for all web applications:"
 msgstr ""
 
 #. Tag: programlisting
@@ -2437,26 +1935,19 @@
 #. Tag: para
 #: Configuration.xml:855
 #, no-c-format
-msgid ""
-"To override this value for your own application, simply include this entry "
-"in your application's own <literal>web.xml</literal>."
+msgid "To override this value for your own application, simply include this entry in your application's own <literal>web.xml</literal>."
 msgstr ""
 
 #. Tag: title
 #: Configuration.xml:861
 #, no-c-format
 msgid "Running Seam in a Portlet"
-msgstr ""
+msgstr "Esecuzione di Seam in un Portlet"
 
 #. Tag: para
 #: Configuration.xml:863
 #, no-c-format
-msgid ""
-"If you want to run your Seam application in a portlet, take a look at the "
-"JBoss Portlet Bridge, an implementation of JSR-301 that supports JSF within "
-"a portlet, with extensions for Seam and RichFaces. See <ulink url=\"http://"
-"labs.jboss.com/portletbridge\">http://labs.jboss.com/portletbridge</ulink> "
-"for more."
+msgid "If you want to run your Seam application in a portlet, take a look at the JBoss Portlet Bridge, an implementation of JSR-301 that supports JSF within a portlet, with extensions for Seam and RichFaces. See <ulink url=\"http://labs.jboss.com/portletbridge\">http://labs.jboss.com/portletbridge</ulink> for more."
 msgstr ""
 
 #. Tag: title
@@ -2468,22 +1959,13 @@
 #. Tag: para
 #: Configuration.xml:876
 #, no-c-format
-msgid ""
-"Seam scans all jars containing <literal>/seam.properties</literal>, "
-"<literal>/META-INF/components.xml</literal> or <literal>/META-INF/seam."
-"properties</literal> on startup for resources. For example, all classes "
-"annotated with <literal>@Name</literal> are registered with Seam as Seam "
-"components."
+msgid "Seam scans all jars containing <literal>/seam.properties</literal>, <literal>/META-INF/components.xml</literal> or <literal>/META-INF/seam.properties</literal> on startup for resources. For example, all classes annotated with <literal>@Name</literal> are registered with Seam as Seam components."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:883
 #, no-c-format
-msgid ""
-"You may also want Seam to handle custom resources. A common use case is to "
-"handle a specific annotation and Seam provides specific support for this. "
-"First, tell Seam which annotations to handle in <literal>/META-INF/seam-"
-"deployment.properties</literal>:"
+msgid "You may also want Seam to handle custom resources. A common use case is to handle a specific annotation and Seam provides specific support for this. First, tell Seam which annotations to handle in <literal>/META-INF/seam-deployment.properties</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -2499,9 +1981,7 @@
 #. Tag: para
 #: Configuration.xml:892
 #, no-c-format
-msgid ""
-"Then, during application startup you can get hold of all classes annotated "
-"with <literal>@Foo</literal>:"
+msgid "Then, during application startup you can get hold of all classes annotated with <literal>@Foo</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -2557,10 +2037,7 @@
 #. Tag: para
 #: Configuration.xml:899
 #, no-c-format
-msgid ""
-"You can also handle <emphasis>any</emphasis> resource. For example, you "
-"process any files with the extension <literal>.foo.xml</literal>. To do "
-"this, we need to write a custom deployment handler:"
+msgid "You can also handle <emphasis>any</emphasis> resource. For example, you process any files with the extension <literal>.foo.xml</literal>. To do this, we need to write a custom deployment handler:"
 msgstr ""
 
 #. Tag: programlisting
@@ -2608,17 +2085,13 @@
 #. Tag: para
 #: Configuration.xml:907
 #, no-c-format
-msgid ""
-"Here we are just building a list of any files with the suffix <literal>.foo."
-"xml</literal>."
+msgid "Here we are just building a list of any files with the suffix <literal>.foo.xml</literal>."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:912
 #, no-c-format
-msgid ""
-"Then, we need to register the deployment handler with Seam. In <literal>/"
-"META-INF/seam-deployment.properties</literal>:"
+msgid "Then, we need to register the deployment handler with Seam. In <literal>/META-INF/seam-deployment.properties</literal>:"
 msgstr ""
 
 #. Tag: programlisting
@@ -2628,31 +2101,23 @@
 "<![CDATA[# For standard deployment\n"
 "org.jboss.seam.deployment.deploymentHandlers=com.acme.FooDeploymentHandler\n"
 "# For hot deployment\n"
-"org.jboss.seam.deployment.hotDeploymentHandlers=com.acme."
-"FooDeploymentHandler]]>"
+"org.jboss.seam.deployment.hotDeploymentHandlers=com.acme.FooDeploymentHandler]]>"
 msgstr ""
 "<![CDATA[# For standard deployment\n"
 "org.jboss.seam.deployment.deploymentHandlers=com.acme.FooDeploymentHandler\n"
 "# For hot deployment\n"
-"org.jboss.seam.deployment.hotDeploymentHandlers=com.acme."
-"FooDeploymentHandler]]>"
+"org.jboss.seam.deployment.hotDeploymentHandlers=com.acme.FooDeploymentHandler]]>"
 
 #. Tag: para
 #: Configuration.xml:919
 #, no-c-format
-msgid ""
-"You can register multiple deployment handler using a comma separated list."
+msgid "You can register multiple deployment handler using a comma separated list."
 msgstr ""
 
 #. Tag: para
 #: Configuration.xml:924
 #, no-c-format
-msgid ""
-"Seam uses deployment handlers internally to install components and "
-"namespaces, therefore the <literal>handle()</literal> is called too early in "
-"inside Seam bootstrap to normally be useful. However, you can easily access "
-"the deployment handler during an <literal>APPLICATION</literal> scoped "
-"component's startup:"
+msgid "Seam uses deployment handlers internally to install components and namespaces, therefore the <literal>handle()</literal> is called too early in inside Seam bootstrap to normally be useful. However, you can easily access the deployment handler during an <literal>APPLICATION</literal> scoped component's startup:"
 msgstr ""
 
 #. Tag: programlisting
@@ -2704,3 +2169,4 @@
 "   }\n"
 "\n"
 "}]]>"
+

Modified: trunk/doc/Seam_Reference_Guide/it-IT/Remoting.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Remoting.po	2009-02-04 14:48:03 UTC (rev 10006)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Remoting.po	2009-02-04 17:33:04 UTC (rev 10007)
@@ -6,7 +6,7 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "POT-Creation-Date: 2008-12-04 00:58+0000\n"
-"PO-Revision-Date: 2009-01-24 14:46+0100\n"
+"PO-Revision-Date: 2009-02-04 18:32+0100\n"
 "Last-Translator: Nicola Benaglia <nico.benaz at gmail.com>\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
@@ -23,7 +23,7 @@
 #: Remoting.xml:6
 #, no-c-format
 msgid "Seam provides a convenient method of remotely accessing components from a web page, using AJAX (Asynchronous Javascript and XML). The framework for this functionality is provided with almost no up-front development effort - your components only require simple annotating to become accessible via AJAX. This chapter describes the steps required to build an AJAX-enabled web page, then goes on to explain the features of the Seam Remoting framework in more detail."
-msgstr ""
+msgstr "Seam fornisce un metodo per accedere in modo remoto i componenti da una pagina web, usando AJAX (Asynchronous Javascript and XML). Il framework per questa funzionalità viene fornito con quasi nessuno sforzo di sviluppo - i componenti richiedono solamente una semplice annotazione per diventare accessibile via AJAX. Questo capitolo descrive i passi richiesti per costruire una pagina web abilitata a AJAX, poi spiega con maggior dettaglio le caratteristiche del framework Seam Remoting."
 
 #. Tag: title
 #: Remoting.xml:13
@@ -36,7 +36,7 @@
 #: Remoting.xml:14
 #, no-c-format
 msgid "To use remoting, the Seam Resource servlet must first be configured in your <literal>web.xml</literal> file:"
-msgstr ""
+msgstr "Per usare remoting, il resource servlet di Seam deve essere innanzitutto configurato nel file <literal>web.xml</literal>:"
 
 #. Tag: programlisting
 #: Remoting.xml:16
@@ -66,7 +66,7 @@
 #: Remoting.xml:18
 #, no-c-format
 msgid "The next step is to import the necessary Javascript into your web page. There are a minimum of two scripts that must be imported. The first one contains all the client-side framework code that enables remoting functionality:"
-msgstr ""
+msgstr "Il passo successivi è importare il Javascript necessario nella propria pagina web. Ci sono un minimo di due script da importare. Il primo contiene tutto il codice del framework lato client che abilita le funzionalità di remoting:"
 
 #. Tag: programlisting
 #: Remoting.xml:22
@@ -78,7 +78,7 @@
 #: Remoting.xml:24
 #, no-c-format
 msgid "The second script contains the stubs and type definitions for the components you wish to call. It is generated dynamically based on the local interface of your components, and includes type definitions for all of the classes that can be used to call the remotable methods of the interface. The name of the script reflects the name of your component. For example, if you have a stateless session bean annotated with <literal>@Name(\"customerAction\")</literal>, then your script tag should look like this:"
-msgstr ""
+msgstr "Il secondo script contiene gli stub e le definizioni tipo per i componenti da chiamare. Viene generato dinamicamente basandosi sull'interfaccia locale dei propri componenti, ed include le definizioni tipo per tutte le classi che possono essere usate per chiamare i metodi remoti dell'interfaccia. Il nome dello script riflette il nome del componente. Per esempio se si ha un bean di sessione stateless annotato con <literal>@Name(\"customerAction\")</literal>, allora il tag dello script dovrebbe essere simile a:"
 
 #. Tag: programlisting
 #: Remoting.xml:30
@@ -94,7 +94,7 @@
 #: Remoting.xml:32
 #, no-c-format
 msgid "If you wish to access more than one component from the same page, then include them all as parameters of your script tag:"
-msgstr ""
+msgstr "Se si vuole accedere a più di un componente dalla stessa pagina, allora li si includa tutti come parametri nel tag script:"
 
 #. Tag: programlisting
 #: Remoting.xml:35
@@ -110,7 +110,7 @@
 #: Remoting.xml:38
 #, no-c-format
 msgid "Alternatively, you may use the <literal>s:remote</literal> tag to import the required Javascript. Separate each component or class name you wish to import with a comma:"
-msgstr ""
+msgstr "In alternativa si può usare il tag <literal>s:remote</literal> per importare il Javascript richiesto. Si separi ciascun componente o nome di classe che si vuole importare con una virgola:"
 
 #. Tag: programlisting
 #: Remoting.xml:43
@@ -128,7 +128,7 @@
 #: Remoting.xml:48
 #, no-c-format
 msgid "The \"Seam\" object"
-msgstr ""
+msgstr "L'oggetto \"Seam\""
 
 #. Tag: para
 #: Remoting.xml:50
@@ -140,7 +140,7 @@
 #: Remoting.xml:57
 #, no-c-format
 msgid "A Hello World example"
-msgstr ""
+msgstr "Esempio Hello World"
 
 #. Tag: para
 #: Remoting.xml:59




More information about the seam-commits mailing list