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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Dec 27 06:26:16 EST 2008


Author: nico.ben
Date: 2008-12-27 06:26:16 -0500 (Sat, 27 Dec 2008)
New Revision: 9843

Modified:
   trunk/doc/Seam_Reference_Guide/it-IT/Dependencies.po
   trunk/doc/Seam_Reference_Guide/it-IT/Hsearch.po
   trunk/doc/Seam_Reference_Guide/it-IT/Revision_History.po
Log:
JBSEAM-3767: Italian translation of Seam guide

Modified: trunk/doc/Seam_Reference_Guide/it-IT/Dependencies.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Dependencies.po	2008-12-27 02:11:25 UTC (rev 9842)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Dependencies.po	2008-12-27 11:26:16 UTC (rev 9843)
@@ -6,7 +6,7 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "POT-Creation-Date: 2008-10-14 11:38+0000\n"
-"PO-Revision-Date: 2008-12-17 21:40+0100\n"
+"PO-Revision-Date: 2008-12-27 12:25+0100\n"
 "Last-Translator: Nicola Benaglia <nico.benaz at gmail.com>\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
@@ -17,55 +17,55 @@
 #: Dependencies.xml:5
 #, no-c-format
 msgid "Dependencies"
-msgstr ""
+msgstr "Dipendenze"
 
 #. Tag: title
 #: Dependencies.xml:8
 #, no-c-format
 msgid "JDK Dependencies"
-msgstr ""
+msgstr "Dipendenze JDK"
 
 #. Tag: para
 #: Dependencies.xml:10
 #, no-c-format
 msgid "Seam does not work with JDK 1.4 and requires JDK 5 or above as it uses annotations and other JDK 5.0 features.. Seam has been thoroughly tested using Sun's JDKs. However there are no known issues specific to Seam with other JDK's."
-msgstr ""
+msgstr "Seam non funziona con JDK 1.5 e richiede JDK 5 o superiore, poiché impiega leannotazioni ed altre caratteristiche di JDK 5.0. Seam è stato testato usando i JDK di Sun. Comunque non ci sono problemi noti con Seam usando altri JDK."
 
 #. Tag: title
 #: Dependencies.xml:18
 #, no-c-format
 msgid "Sun's JDK 6 Considerations"
-msgstr ""
+msgstr "Considerazioni su JDK 6 di Sun"
 
 #. Tag: para
 #: Dependencies.xml:19
 #, no-c-format
 msgid "Earlier versions of Sun's JDK 6 contained an incompatible version of JAXB and required overriding it using the \"endorsed\" directory. Sun's JDK6 Update 4 release upgraded to JAXB 2.1 and removed this requirement. When building, testing, or executing be sure to use this version or higher."
-msgstr ""
+msgstr "Le prime versioni di JDK 6 di Sun contenevano un versione incompatibile di JAXB e richiedevano l'override di questa usando la directory  \"endorsed\". La release JDK6 Update 4 di SUn ha aggiornato JAXB 2.1 e rimosso questo requisito. In fase di building, di testing o di esecuzione assicurarsi di utilizzare questa versione o successive."
 
 #. Tag: para
 #: Dependencies.xml:27
 #, no-c-format
 msgid "Seam used JBoss Embedded in its unit and integration testing. This has an additional requirement when using JDK 6. In order to run JBoss Embedded with JDK 6 you need to set the following JVM argument: <programlisting>-Dsun.lang.ClassLoader.allowArraySyntax=true</programlisting> Seam's internal build system is setting this by default when it executes Seam's test suite. However if you are also using JBoss Embedded for your testing you will need to set this value."
-msgstr ""
+msgstr "Seam usa JBoss Embedded nei propri test di unità e di integrazione. JBoss Embedded ha un requisito aggiuntivo con JDK 6; occorre impostare il seguente argomento JVM: <programlisting>-Dsun.lang.ClassLoader.allowArraySyntax=true</programlisting>. Il sistema di build interno a Seam imposta di default questo valore quando si esegue la suit di test. Comunque usando  JBoss Embedded per i test va impostato questo valore."
 
 #. Tag: title
 #: Dependencies.xml:42
 #, no-c-format
 msgid "Project Dependencies"
-msgstr ""
+msgstr "Dipendenze del progetto"
 
 #. Tag: para
 #: Dependencies.xml:44
 #, no-c-format
 msgid "This section both lists the compile-time and runtime dependencies for Seam. Where the type is listed as <literal>ear</literal>, the library should be included in the /lib directory of your application's ear file. Where the type is listed as <literal>war</literal>, the library should be placed in the <literal>/WEB-INF/lib</literal> directory of your application's war file. The scope of the dependency is either all, runtime or provided (by JBoss AS 4.2)."
-msgstr ""
+msgstr "Questa sezione elenca le dipendenze di Seam sia a compile-time sia a runtime. Laddove il tipo viene elencato come <literal>ear</literal>, la libreria deve essere inclusa nella directory /lib del proprio ear dell'applicazione. Laddove il tipo viene elencato come <literal>war</literal>, la libreria deve essere collocata nella directory <literal>/WEB-INF/lib</literal> del proprio file war. Lo scope della dipendenze è tutto, runtime o provided (da JBoss AS 4.2)."
 
 #. Tag: para
 #: Dependencies.xml:54
 #, no-c-format
 msgid "Up to date version information and complete dependency information is not included in the docs, but is provided in the <literal>/dependency-report.txt</literal> which is generated from the Maven POMs stored in <literal>/build</literal>. You can generate this file by running <literal>ant dependencyReport</literal>."
-msgstr ""
+msgstr "Le informazioni sulla versione e sulle dipendenze non sono incluse nella documentazione, ma sono fornite in <literal>/dependency-report.txt</literal> che viene generato dai POM di Maven memorizzati in <literal>/build</literal>. E' possibile generare questo file eseguendo <literal>ant dependencyReport</literal>."
 
 #. Tag: title
 #: Dependencies.xml:63
@@ -87,7 +87,7 @@
 #: Dependencies.xml:1106
 #, no-c-format
 msgid "Name"
-msgstr ""
+msgstr "Nome"
 
 #. Tag: para
 #: Dependencies.xml:79
@@ -103,7 +103,7 @@
 #: Dependencies.xml:1109
 #, no-c-format
 msgid "Scope"
-msgstr ""
+msgstr "Scope"
 
 #. Tag: para
 #: Dependencies.xml:82
@@ -119,7 +119,7 @@
 #: Dependencies.xml:1112
 #, no-c-format
 msgid "Type"
-msgstr ""
+msgstr "Tipo"
 
 #. Tag: para
 #: Dependencies.xml:85
@@ -135,20 +135,20 @@
 #: Dependencies.xml:1115
 #, no-c-format
 msgid "Notes"
-msgstr ""
+msgstr "NOte"
 
 #. Tag: literal
 #: Dependencies.xml:94
 #, no-c-format
 msgid "jboss-seam.jar"
-msgstr ""
+msgstr "jboss-seam.jar"
 
 #. Tag: para
 #: Dependencies.xml:97
 #: Dependencies.xml:329
 #, no-c-format
 msgid "<para>all</para>"
-msgstr ""
+msgstr "<para>tutti</para>"
 
 #. Tag: para
 #: Dependencies.xml:100
@@ -167,19 +167,19 @@
 #: Dependencies.xml:1129
 #, no-c-format
 msgid "<para>ear</para>"
-msgstr ""
+msgstr "<para>ear</para>"
 
 #. Tag: para
 #: Dependencies.xml:103
 #, no-c-format
 msgid "The core Seam library, always required."
-msgstr ""
+msgstr "La libreria base di Seam è sempre richiesta."
 
 #. Tag: literal
 #: Dependencies.xml:109
 #, no-c-format
 msgid "jboss-seam-debug.jar"
-msgstr ""
+msgstr "jboss-seam-debug.jar"
 
 #. Tag: para
 #: Dependencies.xml:112
@@ -223,7 +223,7 @@
 #: Dependencies.xml:1126
 #, no-c-format
 msgid "runtime"
-msgstr ""
+msgstr "runtime"
 
 #. Tag: para
 #: Dependencies.xml:115
@@ -255,13 +255,13 @@
 #: Dependencies.xml:1019
 #, no-c-format
 msgid "<para>war</para>"
-msgstr ""
+msgstr "<para>war</para>"
 
 #. Tag: para
 #: Dependencies.xml:118
 #, no-c-format
 msgid "Include during development when enabling Seam's debug feature"
-msgstr ""
+msgstr "I"
 
 #. Tag: literal
 #: Dependencies.xml:124
@@ -273,7 +273,7 @@
 #: Dependencies.xml:133
 #, no-c-format
 msgid "Required when using Seam with Spring"
-msgstr ""
+msgstr "Richiesto con l'uso di Seam con Spring"
 
 #. Tag: literal
 #: Dependencies.xml:139
@@ -286,7 +286,7 @@
 #: Dependencies.xml:148
 #, no-c-format
 msgid "Required when using Seam's PDF features"
-msgstr ""
+msgstr "Richiesto con l'uso delle funzionalità PDF di Seam"
 
 #. Tag: literal
 #: Dependencies.xml:154
@@ -299,7 +299,7 @@
 #: Dependencies.xml:163
 #, no-c-format
 msgid "Required when using Seam's <trademark class=\"registered\">Microsoft</trademark> <trademark class=\"registered\">Excel</trademark> features"
-msgstr ""
+msgstr "Richiesto con l'uso delle funzionalità di <trademark class=\"registered\">Microsoft</trademark> <trademark class=\"registered\">Excel</trademark> in Seam"
 
 #. Tag: literal
 #: Dependencies.xml:169
@@ -312,7 +312,7 @@
 #: Dependencies.xml:178
 #, no-c-format
 msgid "Required when using Seam's RSS generation features"
-msgstr ""
+msgstr "Richiesto con l'uso delle funzionalità di generazione RSS in Seam"
 
 #. Tag: literal
 #: Dependencies.xml:184
@@ -324,7 +324,7 @@
 #: Dependencies.xml:193
 #, no-c-format
 msgid "Required when using Seam Remoting"
-msgstr ""
+msgstr "Richiesto con l'uso di Seam Remoting"
 
 #. Tag: literal
 #: Dependencies.xml:199
@@ -336,7 +336,7 @@
 #: Dependencies.xml:208
 #, no-c-format
 msgid "Required to use the Seam JSF controls"
-msgstr ""
+msgstr "Richiesto con l'uso dei controlli JSF in Seam"
 
 #. Tag: literal
 #: Dependencies.xml:214
@@ -355,7 +355,7 @@
 #: Dependencies.xml:223
 #, no-c-format
 msgid "JSF API"
-msgstr ""
+msgstr "JSF API"
 
 #. Tag: literal
 #: Dependencies.xml:229
@@ -367,7 +367,7 @@
 #: Dependencies.xml:238
 #, no-c-format
 msgid "JSF Reference Implementation"
-msgstr ""
+msgstr "Implementazione di riferimento JSF"
 
 #. Tag: literal
 #: Dependencies.xml:244
@@ -379,7 +379,7 @@
 #: Dependencies.xml:253
 #, no-c-format
 msgid "Facelets"
-msgstr ""
+msgstr "Facelets"
 
 #. Tag: literal
 #: Dependencies.xml:259
@@ -391,7 +391,7 @@
 #: Dependencies.xml:268
 #, no-c-format
 msgid "URL Rewrite library"
-msgstr ""
+msgstr "Libreria URL Rewrite"
 
 #. Tag: literal
 #: Dependencies.xml:274
@@ -403,7 +403,7 @@
 #: Dependencies.xml:283
 #, no-c-format
 msgid "Required when you wish to use Quartz with Seam's asynchronous features"
-msgstr ""
+msgstr "Richiesto per usare Quartz assieme alle funzionalità asincrone di Seam"
 
 #. Tag: title
 #: Dependencies.xml:294
@@ -415,7 +415,7 @@
 #: Dependencies.xml:297
 #, no-c-format
 msgid "RichFaces dependencies"
-msgstr ""
+msgstr "Dipendenze di RichFaces"
 
 #. Tag: literal
 #: Dependencies.xml:326
@@ -427,7 +427,7 @@
 #: Dependencies.xml:335
 #, no-c-format
 msgid "Required to use RichFaces. Provides API classes that you may wish to use from your application e.g. to create a tree"
-msgstr ""
+msgstr "Richiesto per l'uso di RichFaces. Fornisce classi API per l'uso nella propria applicazione, per esempio per creare un albero"
 
 #. Tag: literal
 #: Dependencies.xml:344
@@ -439,7 +439,7 @@
 #: Dependencies.xml:353
 #, no-c-format
 msgid "Required to use RichFaces."
-msgstr ""
+msgstr "Richiesto per l'uso di RichFaces."
 
 #. Tag: literal
 #: Dependencies.xml:359
@@ -451,19 +451,19 @@
 #: Dependencies.xml:368
 #, no-c-format
 msgid "Required to use RichFaces. Provides all the UI components."
-msgstr ""
+msgstr "Richiesto per l'uso di RichFaces. Fornisce tutti i componenti UI."
 
 #. Tag: title
 #: Dependencies.xml:378
 #, no-c-format
 msgid "<title>Seam Mail</title>"
-msgstr ""
+msgstr "<title>Seam Mail</title>"
 
 #. Tag: title
 #: Dependencies.xml:381
 #, no-c-format
 msgid "Seam Mail Dependencies"
-msgstr ""
+msgstr "Dipendenze di Seam Mail"
 
 #. Tag: literal
 #: Dependencies.xml:410
@@ -475,7 +475,7 @@
 #: Dependencies.xml:419
 #, no-c-format
 msgid "Required for attachment support"
-msgstr ""
+msgstr "Richiesto per il supporto agli allegati"
 
 #. Tag: literal
 #: Dependencies.xml:425
@@ -487,7 +487,7 @@
 #: Dependencies.xml:434
 #, no-c-format
 msgid "Required for outgoing mail support"
-msgstr ""
+msgstr "Richiesto per il supporto alle email d'uscita"
 
 #. Tag: literal
 #: Dependencies.xml:440
@@ -499,19 +499,19 @@
 #: Dependencies.xml:443
 #, no-c-format
 msgid "compile only"
-msgstr ""
+msgstr "solo compilazione"
 
 #. Tag: para
 #: Dependencies.xml:449
 #, no-c-format
 msgid "Required for incoming mail support"
-msgstr ""
+msgstr "Richiesto per il supporto alle email d'ingresso"
 
 #. Tag: para
 #: Dependencies.xml:450
 #, no-c-format
 msgid "mail-ra.rar should be deployed to the application server at runtime"
-msgstr ""
+msgstr "mail-ra.rar dovrebbe essere deployato nell'application server a runtime"
 
 #. Tag: literal
 #: Dependencies.xml:457
@@ -523,19 +523,19 @@
 #: Dependencies.xml:466
 #, no-c-format
 msgid "<para>Seam Mail</para>"
-msgstr ""
+msgstr "<para>Seam Mail</para>"
 
 #. Tag: title
 #: Dependencies.xml:476
 #, no-c-format
 msgid "Seam PDF"
-msgstr ""
+msgstr "Seam PDF"
 
 #. Tag: title
 #: Dependencies.xml:479
 #, no-c-format
 msgid "Seam PDF Dependencies"
-msgstr ""
+msgstr "Dipendenze di Seam PDF"
 
 #. Tag: literal
 #: Dependencies.xml:508
@@ -547,7 +547,7 @@
 #: Dependencies.xml:517
 #, no-c-format
 msgid "PDF Library"
-msgstr ""
+msgstr "Libreria PDF"
 
 #. Tag: literal
 #: Dependencies.xml:523
@@ -559,7 +559,7 @@
 #: Dependencies.xml:532
 #, no-c-format
 msgid "Charting library"
-msgstr ""
+msgstr "Libreria grafici"
 
 #. Tag: literal
 #: Dependencies.xml:538
@@ -571,7 +571,7 @@
 #: Dependencies.xml:547
 #, no-c-format
 msgid "Required by JFreeChart"
-msgstr ""
+msgstr "Richiesto da JFreeChart"
 
 #. Tag: para
 #: Dependencies.xml:562
@@ -583,13 +583,13 @@
 #: Dependencies.xml:572
 #, no-c-format
 msgid "Seam <trademark class=\"registered\">Microsoft</trademark> <trademark class=\"registered\">Excel</trademark>"
-msgstr ""
+msgstr "Seam <trademark class=\"registered\">Microsoft</trademark> <trademark class=\"registered\">Excel</trademark>"
 
 #. Tag: title
 #: Dependencies.xml:575
 #, no-c-format
 msgid "Seam <trademark class=\"registered\">Microsoft</trademark> <trademark class=\"registered\">Excel</trademark> Dependencies"
-msgstr ""
+msgstr "Dipendenze di <trademark class=\"registered\">Microsoft</trademark> <trademark class=\"registered\">Excel</trademark> in Seam"
 
 #. Tag: literal
 #: Dependencies.xml:604
@@ -607,19 +607,19 @@
 #: Dependencies.xml:628
 #, no-c-format
 msgid "Seam <trademark class=\"registered\">Microsoft</trademark> <trademark class=\"registered\">Excel</trademark> core library"
-msgstr ""
+msgstr "Libreria base <trademark class=\"registered\">Microsoft</trademark> <trademark class=\"registered\">Excel</trademark> in Seam"
 
 #. Tag: title
 #: Dependencies.xml:638
 #, no-c-format
 msgid "Seam RSS support"
-msgstr ""
+msgstr "Supporto Seam RSS"
 
 #. Tag: title
 #: Dependencies.xml:641
 #, no-c-format
 msgid "Seam RSS Dependencies"
-msgstr ""
+msgstr "Dipendenze di Seam RSS"
 
 #. Tag: literal
 #: Dependencies.xml:670
@@ -631,7 +631,7 @@
 #: Dependencies.xml:679
 #, no-c-format
 msgid "YARFRAW RSS library"
-msgstr ""
+msgstr "Libreria YARFRAW RSS"
 
 #. Tag: literal
 #: Dependencies.xml:685
@@ -643,7 +643,7 @@
 #: Dependencies.xml:694
 #, no-c-format
 msgid "JAXB XML parsing libraries"
-msgstr ""
+msgstr "Librerie JAXB XML per il parsing"
 
 #. Tag: literal
 #: Dependencies.xml:700
@@ -655,7 +655,7 @@
 #: Dependencies.xml:709
 #, no-c-format
 msgid "Apache HTTP Client libraies"
-msgstr ""
+msgstr "Librerie Apache HTTP Client"
 
 #. Tag: literal
 #: Dependencies.xml:715
@@ -667,7 +667,7 @@
 #: Dependencies.xml:724
 #, no-c-format
 msgid "Apache commons IO library"
-msgstr ""
+msgstr "Libreria Apache commons IO"
 
 #. Tag: literal
 #: Dependencies.xml:730
@@ -679,7 +679,7 @@
 #: Dependencies.xml:739
 #, no-c-format
 msgid "Apache commons lang library"
-msgstr ""
+msgstr "Libreria Apache commons lang"
 
 #. Tag: literal
 #: Dependencies.xml:745
@@ -691,7 +691,7 @@
 #: Dependencies.xml:754
 #, no-c-format
 msgid "Apache commons codec library"
-msgstr ""
+msgstr "Libreria Apache commons codec"
 
 #. Tag: literal
 #: Dependencies.xml:760
@@ -703,13 +703,13 @@
 #: Dependencies.xml:769
 #, no-c-format
 msgid "Apache commons collections library"
-msgstr ""
+msgstr "Libreria Apache commons collections"
 
 #. Tag: para
 #: Dependencies.xml:784
 #, no-c-format
 msgid "Seam RSS core library"
-msgstr ""
+msgstr "Libreria Seam RSS core"
 
 #. Tag: title
 #: Dependencies.xml:795
@@ -721,13 +721,13 @@
 #: Dependencies.xml:797
 #, no-c-format
 msgid "The JBoss Rules libraries can be found in the <literal>drools/lib</literal> directory in Seam."
-msgstr ""
+msgstr "Le librerie di JBoss Rules libraries sono nella directory <literal>drools/lib</literal> di Seam."
 
 #. Tag: title
 #: Dependencies.xml:802
 #, no-c-format
 msgid "JBoss Rules Dependencies"
-msgstr ""
+msgstr "Dipendenze di JBoss Rules"
 
 #. Tag: literal
 #: Dependencies.xml:831
@@ -739,7 +739,7 @@
 #: Dependencies.xml:840
 #, no-c-format
 msgid "ANTLR Runtime Library"
-msgstr ""
+msgstr "Libreria ANTLR Runtime"
 
 #. Tag: literal
 #: Dependencies.xml:846
@@ -805,7 +805,7 @@
 #: Dependencies.xml:980
 #, no-c-format
 msgid "These libraries are required if you with to use the Google Web Toolkit (GWT) with your Seam application."
-msgstr ""
+msgstr "Queste librerie sono richieste se si desidera usare Google Web Toolkit (GWT) nella propria applicazione Seam."
 
 #. Tag: title
 #: Dependencies.xml:985
@@ -823,7 +823,7 @@
 #: Dependencies.xml:1022
 #, no-c-format
 msgid "The GWT Servlet libs"
-msgstr ""
+msgstr "Librerie GWT Servlet"
 
 #. Tag: title
 #: Dependencies.xml:1033
@@ -835,13 +835,13 @@
 #: Dependencies.xml:1035
 #, no-c-format
 msgid "These libraries are required if you with to use the Spring Framework with your Seam application."
-msgstr ""
+msgstr "Queste librerie sono richieste se si desidera usare Spring Framework nella propria applicazione Seam."
 
 #. Tag: title
 #: Dependencies.xml:1040
 #, no-c-format
 msgid "Spring Framework dependencies"
-msgstr ""
+msgstr "Dipendenze in Spring Framework"
 
 #. Tag: literal
 #: Dependencies.xml:1068
@@ -853,7 +853,7 @@
 #: Dependencies.xml:1077
 #, no-c-format
 msgid "The Spring Framework library"
-msgstr ""
+msgstr "Libreria Spring Framework"
 
 #. Tag: title
 #: Dependencies.xml:1088
@@ -865,13 +865,13 @@
 #: Dependencies.xml:1090
 #, no-c-format
 msgid "These libraries are required if you with to use Groovy with your Seam application."
-msgstr ""
+msgstr "Queste librerie sono richieste se si desidera usare Groovy nella propria applicazione Seam."
 
 #. Tag: title
 #: Dependencies.xml:1095
 #, no-c-format
 msgid "Groovy dependencies"
-msgstr ""
+msgstr "Dipendenze di Groovy"
 
 #. Tag: literal
 #: Dependencies.xml:1123
@@ -883,37 +883,37 @@
 #: Dependencies.xml:1132
 #, no-c-format
 msgid "The Groovy libs"
-msgstr ""
+msgstr "Librerie di Groovy"
 
 #. Tag: title
 #: Dependencies.xml:1144
 #, no-c-format
 msgid "Dependency Management using Maven"
-msgstr ""
+msgstr "Gestione delle dipendenze usando Maven"
 
 #. Tag: para
 #: Dependencies.xml:1147
 #, no-c-format
 msgid "Maven offers support for transitive dependency management and can be used to manage the dependencies of your Seam project. You can use Maven Ant Tasks to integrate Maven into your Ant build, or can use Maven to build and deploy your project."
-msgstr ""
+msgstr "Maven offre un supporto per la gestione transitiva delle dipendenze e può essere usato per gestire le dipendenze nei progetti Seam. Maven Ant Tasks intergra Maven nel build di Ant, e Maven può essereimpiegato per fare ilbuild ed il deploy dei propri progetti."
 
 #. Tag: para
 #: Dependencies.xml:1154
 #, no-c-format
 msgid "We aren't actually going to discuss how to use Maven here, but just run over some basic POMs you could use."
-msgstr ""
+msgstr "Qui non si discute l'uso di Maven, ma soltanto un utilizzo base del POM."
 
 #. Tag: para
 #: Dependencies.xml:1159
 #, no-c-format
 msgid "Released versions of Seam are available in http://repository.jboss.org/maven2 and nightly snapshots are available in http://snapshots.jboss.org/maven2."
-msgstr ""
+msgstr "Le versioni rilasciate di Seam sono disponibili in http://repository.jboss.org/maven2 e gli snapshot notturni sono disponibili in in http://snapshots.jboss.org/maven2."
 
 #. Tag: para
 #: Dependencies.xml:1164
 #, no-c-format
 msgid "All the Seam artifacts are available in Maven:"
-msgstr ""
+msgstr "Tutti gli artifact di Seam sono disponibili in Maven:"
 
 #. Tag: programlisting
 #: Dependencies.xml:1168
@@ -990,7 +990,7 @@
 #: Dependencies.xml:1180
 #, no-c-format
 msgid "This sample POM will give you Seam, JPA (provided by Hibernate) and Hibernate Validator:"
-msgstr ""
+msgstr "Questo POM d'esempio fornirà Seam, JPA (tramite Hibernate) e Hibernate Validator:"
 
 #. Tag: programlisting
 #: Dependencies.xml:1185

Modified: trunk/doc/Seam_Reference_Guide/it-IT/Hsearch.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Hsearch.po	2008-12-27 02:11:25 UTC (rev 9842)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Hsearch.po	2008-12-27 11:26:16 UTC (rev 9843)
@@ -6,7 +6,7 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "POT-Creation-Date: 2008-10-14 11:38+0000\n"
-"PO-Revision-Date: 2008-12-27 03:08+0100\n"
+"PO-Revision-Date: 2008-12-27 11:05+0100\n"
 "Last-Translator: Nicola Benaglia <nico.benaz at gmail.com>\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
@@ -93,11 +93,12 @@
 "   </properties>\n"
 "</persistence-unit>]]>"
 
+# to target = ?
 #. Tag: para
 #: Hsearch.xml:45
 #, no-c-format
 msgid "If you plan to target Hibernate Annotations or EntityManager 3.2.x (embedded into JBoss AS 4.2.GA), you also need to configure the appropriate event listeners."
-msgstr ""
+msgstr "Se si pensa di usare Hibernate Annotation o EntityManager 3.2.x (incorporato in JBoss AS 4.2.GA), occorre configurare anche gli opportuni event listener."
 
 #. Tag: programlisting
 #: Hsearch.xml:49
@@ -155,7 +156,7 @@
 #: Hsearch.xml:56
 #, no-c-format
 msgid "In addition to the configuration file, the following jars have to be deployed:"
-msgstr ""
+msgstr "In aggiunta al file di configurazione, devono essere deployati i seguenti jar:"
 
 #. Tag: para
 #: Hsearch.xml:61
@@ -179,7 +180,7 @@
 #: Hsearch.xml:74
 #, no-c-format
 msgid "If you deploy those in a EAR, don't forget to update <filename>application.xml</filename>"
-msgstr ""
+msgstr "Se vengono messi in un EAR, non si dimentichi di aggiornare <filename>application.xml</filename>"
 
 #. Tag: title
 #: Hsearch.xml:80
@@ -191,19 +192,19 @@
 #: Hsearch.xml:82
 #, no-c-format
 msgid "Hibernate Search uses annotations to map entities to a Lucene index, check the <ulink url=\"http://www.hibernate.org/hib_docs/search/reference/en/html_single/\">reference documentation</ulink> for more informations."
-msgstr ""
+msgstr "Hibernate Search impiega annotazioni per mappare le entità ad un indice di Lucene, per maggiori informazioni si guardi alla <ulink url=\"http://www.hibernate.org/hib_docs/search/reference/en/html_single/\">documentazione di riferimento</ulink>."
 
 #. Tag: para
 #: Hsearch.xml:87
 #, no-c-format
 msgid "Hibernate Search is fully integrated with the API and semantic of JPA / Hibernate. Switching from a HQL or Criteria based query requires just a few lines of code. The main API the application interacts with is the <classname>FullTextSession</classname> API (subclass of Hibernate's <classname>Session</classname>)."
-msgstr ""
+msgstr "Hibernate Search è pienamente integrato con la API e la semantica di JPA/Hibernate. Passare da una query basata su HQL o Criteria richiede solo poche linee di codice. La principale API con cui l'applicazione interagisce è l'API <classname>FullTextSession</classname> (sottoclasse della <classname>Session</classname> di Hibernate)."
 
 #. Tag: para
 #: Hsearch.xml:93
 #, no-c-format
 msgid "When Hibernate Search is present, JBoss Seam injects a <classname>FullTextSession</classname>."
-msgstr ""
+msgstr "Quando Hibernate Search è presente, JBoss Seam inietta una <classname>FullTextSession</classname>."
 
 #. Tag: programlisting
 #: Hsearch.xml:96
@@ -247,13 +248,13 @@
 #: Hsearch.xml:99
 #, no-c-format
 msgid "<classname>FullTextSession</classname> extends <classname>org.hibernate.Session</classname> so that it can be used as a regular Hibernate Session"
-msgstr ""
+msgstr "<classname>FullTextSession</classname> estende <classname>org.hibernate.Session</classname> così che può essere usata come una regolare Hibernate Session."
 
 #. Tag: para
 #: Hsearch.xml:104
 #, no-c-format
 msgid "If the Java Persistence API is used, a smoother integration is proposed."
-msgstr ""
+msgstr "Se viene usata la Java Persistence API, è proposta un'integrazione più lieve."
 
 #. Tag: programlisting
 #: Hsearch.xml:107
@@ -297,13 +298,13 @@
 #: Hsearch.xml:109
 #, no-c-format
 msgid "When Hibernate Search is present, a <classname>FulltextEntityManager</classname> is injected. <classname>FullTextEntityManager</classname> extends <classname>EntityManager</classname> with search specific methods, the same way <classname>FullTextSession</classname> extends <classname>Session</classname>."
-msgstr ""
+msgstr "Quando Hibernate Search è presente, viene iniettato un <classname>FulltextEntityManager</classname>. <classname>FullTextEntityManager</classname> estende <classname>EntityManager</classname> con metodi specifici di ricerca, allo stesso modo <classname>FullTextSession</classname> estende <classname>Session</classname>."
 
 #. Tag: para
 #: Hsearch.xml:116
 #, no-c-format
 msgid "When an EJB 3.0 Session or Message Driven Bean injection is used (i.e. via the @PersistenceContext annotation), it is not possible to replace the <classname>EntityManager</classname> interface by the <classname>FullTextEntityManager</classname> interface in the declaration statement. However, the implementation injected will be a <classname>FullTextEntityManager</classname> implementation: downcasting is then possible."
-msgstr ""
+msgstr "Quando viene impiegata l'iniezione di un session bean EJB3.0 o message driven (cioè tramite l'annotazione @PersistenceContext), non è possibile rimpiazzare l'interfaccia <classname>EntityManager</classname> con l'interfaccia <classname>FullTextEntityManager</classname> nella dichiarazione. Comunque l'implementazione iniettata sarà <classname>FullTextEntityManager</classname>: è quindi possibile il downcasting."
 
 #. Tag: programlisting
 #: Hsearch.xml:124

Modified: trunk/doc/Seam_Reference_Guide/it-IT/Revision_History.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/it-IT/Revision_History.po	2008-12-27 02:11:25 UTC (rev 9842)
+++ trunk/doc/Seam_Reference_Guide/it-IT/Revision_History.po	2008-12-27 11:26:16 UTC (rev 9843)
@@ -6,8 +6,8 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "POT-Creation-Date: 2008-04-04 01:24+0000\n"
-"PO-Revision-Date: 2008-04-04 01:24+0000\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2008-12-27 03:25+0100\n"
+"Last-Translator: Nicola Benaglia <nico.benaz at gmail.com>\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -16,12 +16,12 @@
 #. Tag: author
 #: Revision_History.xml:10
 #, no-c-format
-msgid ""
-"<firstname>Samson</firstname> <surname>Kittoli</surname> <email></email>"
-msgstr ""
+msgid "<firstname>Samson</firstname> <surname>Kittoli</surname> <email></email>"
+msgstr "<firstname>Samson</firstname> <surname>Kittoli</surname> <email></email>"
 
 #. Tag: member
 #: Revision_History.xml:17
 #, no-c-format
 msgid "content reformat"
-msgstr ""
+msgstr "revisione contenuto"
+




More information about the seam-commits mailing list