Seam SVN: r11099 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-06-07 05:12:38 -0400 (Sun, 07 Jun 2009)
New Revision: 11099
Modified:
branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Performance.po
Log:
Italian translation
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Performance.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Performance.po 2009-06-06 20:39:36 UTC (rev 11098)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Performance.po 2009-06-07 09:12:38 UTC (rev 11099)
@@ -6,7 +6,7 @@
"Project-Id-Version: Seam_Reference_Guide\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2008-12-13 18:12+0000\n"
-"PO-Revision-Date: 2009-02-08 11:31+0100\n"
+"PO-Revision-Date: 2009-06-07 11:11+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -79,14 +79,14 @@
"{\n"
" public String getRowActions()\n"
" {\n"
-" // Role-based security check performed inline instead of using @Restrict or other security annotation\n"
+" // Controllo di sicurezza eseguito inline invece di usare @Restrict o altre annotazioni di sicurezza\n"
" Identity.instance().checkRole(\"user\");\n"
" \n"
-" // Inline code to lookup component instead of using @In\n"
+" // Codice inline per la ricerca del componente invece di usare @In\n"
" Bar bar = (Bar) Component.getInstance(\"bar\");\n"
" \n"
" String actions; \n"
-" // some code here that does something \n"
+" // qua viene scritto codice per fare qualcosa\n"
" return actions;\n"
" }\n"
"}]]>"
15 years, 5 months
Seam SVN: r11098 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-06-06 16:39:36 -0400 (Sat, 06 Jun 2009)
New Revision: 11098
Modified:
branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Concepts.po
Log:
Italian translation
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Concepts.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Concepts.po 2009-06-06 18:42:55 UTC (rev 11097)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Concepts.po 2009-06-06 20:39:36 UTC (rev 11098)
@@ -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: 2009-05-25 14:18+0100\n"
+"PO-Revision-Date: 2009-06-06 22:38+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -1016,7 +1016,7 @@
#: Concepts.xml:656
#, no-c-format
msgid "By default, Seam will do a priority search of all contexts, using the name of the property or instance variable that is being injected. You may wish to specify the context variable name explicitly, using, for example, <literal>@In(\"currentUser\")</literal>."
-msgstr "Di default Seam esegue una ricerca prioritaria di tutti i contesti, usando il nome della proprietà o variabile d'istanza che viene iniettata. Si può specificare esplicitamente il nome della varibile di contesto, usando, per esempio, <literal>@In(\"currentUser\")</literal>."
+msgstr "Di default Seam esegue una ricerca prioritaria di tutti i contesti, usando il nome della proprietà o variabile d'istanza che viene iniettata. Si può specificare esplicitamente il nome della variabile di contesto, usando, per esempio, <literal>@In(\"currentUser\")</literal>."
#. Tag: para
#: Concepts.xml:662
@@ -1028,7 +1028,7 @@
#: Concepts.xml:668
#, no-c-format
msgid "For some components, it can be repetitive to have to specify <literal>@In(create=true)</literal> everywhere they are used. In such cases, you can annotate the component <literal>@AutoCreate</literal>, and then it will always be created, whenever needed, even without the explicit use of <literal>create=true</literal>."
-msgstr "Per alcuni componenti può essere ripetitivo dove specificare <literal>@In(create=true)</literal> ogni volta che sono usati. In questi casi si può annotare il componente con <literal>@AutoCreate</literal>, e quindi questo verrà creato, quando necessario, senza dover escplicitare <literal>create=true</literal>."
+msgstr "Per alcuni componenti può essere ripetitivo dove specificare <literal>@In(create=true)</literal> ogni volta che sono usati. In questi casi si può annotare il componente con <literal>@AutoCreate</literal>, e quindi questo verrà creato, quando necessario, senza dover esplicitare <literal>create=true</literal>."
#. Tag: para
#: Concepts.xml:674
@@ -1224,7 +1224,7 @@
#: Concepts.xml:737
#, no-c-format
msgid "In addition, stateful session bean components <emphasis>must</emphasis> define a method with no parameters annotated <literal>@Remove</literal>. This method is called by Seam when the context ends."
-msgstr "In aggiunta, i componenti bean stateful session <emphasis>devono</emphasis> definire un metodo senza paramentri annotato con <literal>@Remove</literal>. Questo metodo viene chiamato da Seam quando termina il contesto."
+msgstr "In aggiunta, i componenti bean stateful session <emphasis>devono</emphasis> definire un metodo senza parametri annotato con <literal>@Remove</literal>. Questo metodo viene chiamato da Seam quando termina il contesto."
#. Tag: para
#: Concepts.xml:742
15 years, 5 months
Seam SVN: r11097 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-06-06 14:42:55 -0400 (Sat, 06 Jun 2009)
New Revision: 11097
Modified:
branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Dependencies.po
Log:
Italian translation
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Dependencies.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Dependencies.po 2009-06-06 18:32:10 UTC (rev 11096)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Dependencies.po 2009-06-06 18:42:55 UTC (rev 11097)
@@ -6,7 +6,7 @@
"Project-Id-Version: JBoss Seam - Italian Version\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2009-04-15 13:51+0000\n"
-"PO-Revision-Date: 2009-04-15 15:58+0100\n"
+"PO-Revision-Date: 2009-06-06 20:42+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none <nico.benaz(a)gmail.com>\n"
"MIME-Version: 1.0\n"
@@ -43,13 +43,13 @@
#: 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 "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."
+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 "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."
+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 suite di test. Per i test comunque usando JBoss Embedded va impostato questo valore."
#. Tag: title
#: Dependencies.xml:42
@@ -61,7 +61,7 @@
#: 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 or 5.0)."
-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 o 5.0)."
+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 delle dipendenze è tutto, runtime o provided (da JBoss AS 4.2 o 5.0)."
#. Tag: para
#: Dependencies.xml:54
@@ -137,7 +137,7 @@
#: Dependencies.xml:1115
#, no-c-format
msgid "Notes"
-msgstr "NOte"
+msgstr "Note"
#. Tag: literal
#: Dependencies.xml:94
@@ -263,7 +263,7 @@
#: Dependencies.xml:118
#, no-c-format
msgid "Include during development when enabling Seam's debug feature"
-msgstr "I"
+msgstr "Incluso durante lo sviluppo quando è abilitata la funzionalità debug di Seam"
#. Tag: literal
#: Dependencies.xml:124
@@ -897,7 +897,7 @@
#: 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 "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."
+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 integra Maven nel build di Ant, e Maven può essere impiegato per fare il build ed il deploy dei progetti."
#. Tag: para
#: Dependencies.xml:1154
15 years, 5 months
Seam SVN: r11096 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-06-06 14:32:10 -0400 (Sat, 06 Jun 2009)
New Revision: 11096
Modified:
branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po
Log:
Italian translation
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po 2009-06-06 18:24:09 UTC (rev 11095)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Testing.po 2009-06-06 18:32:10 UTC (rev 11096)
@@ -6,7 +6,7 @@
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2009-06-05 18:37+0000\n"
-"PO-Revision-Date: 2009-06-05 20:47+0100\n"
+"PO-Revision-Date: 2009-06-06 20:31+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -117,7 +117,7 @@
" return total;\n"
" }\n"
" \n"
-" // getter and setter for statementTotal\n"
+" // getter e setter per statementTotal\n"
" \n"
"}]]>"
@@ -146,7 +146,7 @@
" \n"
" @Test\n"
" public testCalculateTotal {\n"
-" List<Invoice> invoices = generateTestInvoices(); // A test data generator\n"
+" List<Invoice> invoices = generateTestInvoices(); // Un generatore di dati per il test\n"
" double statementTotal = new StatementOfAccount().calculateTotal(invoices);\n"
" assert statementTotal = 123.45;\n"
" } \n"
15 years, 5 months
Seam SVN: r11095 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-06-06 14:24:09 -0400 (Sat, 06 Jun 2009)
New Revision: 11095
Modified:
branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Elenhancements.po
Log:
Italian translation
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Elenhancements.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Elenhancements.po 2009-06-06 13:04:53 UTC (rev 11094)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Elenhancements.po 2009-06-06 18:24:09 UTC (rev 11095)
@@ -6,7 +6,7 @@
"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-12-15 06:59+0100\n"
+"PO-Revision-Date: 2009-06-06 20:22+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -35,7 +35,7 @@
#: Elenhancements.xml:16
#, no-c-format
msgid "Standard EL does not allow you to use a method with user defined parameters — of course, JSF listener methods (e.g. a <literal>valueChangeListener</literal>) take parameters provided by JSF."
-msgstr "Lo standard EL non consente di utilizzare un metodo con parametri definiti dall'utente — sicuramente metodi JSF listener (es. <literal>valueChangeListener</literal>) prende i parametri forniti da JSF."
+msgstr "Lo standard EL non consente di utilizzare un metodo con parametri definiti dall'utente — sicuramente i metodi JSF listener (es. <literal>valueChangeListener</literal>) prendono i parametri forniti da JSF."
#. Tag: para
#: Elenhancements.xml:22
@@ -121,7 +121,7 @@
#: Elenhancements.xml:60
#, no-c-format
msgid "You must ensure that the parameters are available not only when the page is rendered, but also when it is submittedIf the arguments can not be resolved when the page is submitted the action method will be called with <literal>null</literal> arguments!"
-msgstr "Devi assicurarti che i parametri siano disponibili non solo quando la pagina viene generata, ma anche quando ne viene fatto il submit. Se gli argomenti non possono essere risolti quando la pagina viene inviata, il metodo d'azione verrà chiamato con argomenti <literal>null</literal>!"
+msgstr "Occorre assicurarsi che i parametri siano disponibili non solo quando la pagina viene generata, ma anche quando ne viene fatto il submit. Se gli argomenti non possono essere risolti quando la pagina viene inviata, il metodo d'azione verrà chiamato con argomenti <literal>null</literal>!"
#. Tag: para
#: Elenhancements.xml:67
@@ -140,7 +140,7 @@
#: Elenhancements.xml:73
#, no-c-format
msgid "Unified EL also supports value expressions, used to bind a field to a backing bean. Value expressions use JavaBean naming conventions and expect a getter/setter pair. Often JSF expects a value expression where only retrieval (get) is needed (e.g. the <literal>rendered</literal> attribute). Many objects, however, don't have appropriately named property accessors or require parameters."
-msgstr "EL unificato supporta anche le espressioni di valore, usate per associare un campo ad un bean. Le espressioni di valore utilizzano le convenzioni dei nomi di JavaBean e richiedono get e set. Spesso JSP si attende un'espressione di valore dove solo un recupero (get) è richiesto (es. l'attributo <literal>rendered</literal>). Molti oggetti, comunque, non hanno nominato in modo appropriato i metodi accessor alle proprietà o i parametri richiesti."
+msgstr "EL unificato supporta anche le espressioni di valore, usate per associare un campo ad un bean. Le espressioni di valore utilizzano le convenzioni dei nomi di JavaBean e richiedono get e set. Spesso JSP si attende un'espressione di valore dove solo un recupero (get) è richiesto (es. l'attributo <literal>rendered</literal>). Molti oggetti, comunque, non hanno chiamato in modo appropriato i metodi accessor alle proprietà o i parametri richiesti."
#. Tag: para
#: Elenhancements.xml:82
@@ -194,7 +194,7 @@
#: Elenhancements.xml:112
#, no-c-format
msgid "When using JBoss EL you should keep the following points in mind:"
-msgstr "Nell'uso di JBoss EL dovresti tenere presente i seguenti punti:"
+msgstr "Nell'uso di JBoss EL occorre tenere presente i seguenti punti:"
#. Tag: para
#: Elenhancements.xml:118
@@ -206,7 +206,7 @@
#: Elenhancements.xml:127
#, no-c-format
msgid "<emphasis>Use inside iterative components</emphasis> — Components like <literal><c:forEach /></literal> and <literal><ui:repeat /></literal>iterate over a List or array, exposing each item in the list to nested components. This works great if you are selecting a row using a <literal><h:commandButton /></literal> or <literal><h:commandLink /></literal>:"
-msgstr "<emphasis>Utilizzo all'interno di componenti iterativi</emphasis> — Componenti quali <literal><c:forEach /></literal> e <literal><ui:repeat /></literal>iterano su una lista o un array, esponendo ogni item della lista ai componenti innestati. Questo funziona bene selezionando una riga con <literal><h:commandButton /></literal> o <literal><h:commandLink /></literal>:"
+msgstr "<emphasis>Utilizzo all'interno di componenti iterativi</emphasis> — Componenti quali <literal><c:forEach /></literal> e <literal><ui:repeat /></literal> iterano su una lista o un array, esponendo ogni item della lista ai componenti innestati. Questo funziona bene selezionando una riga con <literal><h:commandButton /></literal> o <literal><h:commandLink /></literal>:"
#. Tag: programlisting
#: Elenhancements.xml:136
@@ -242,13 +242,13 @@
#: Elenhancements.xml:138
#, no-c-format
msgid "However if you want to use <literal><s:link /></literal> or <literal><s:button /></literal> you <emphasis>must</emphasis> expose the items as a <literal>DataModel</literal>, and use a <literal><dataTable /></literal> (or equivalent from a component set like <literal><rich:dataTable /></literal> ). Neither <literal><s:link /></literal> or <literal><s:button /></literal> submit the form (and therefore produce a bookmarkable link) so a \"magic\" parameter is needed to recreate the item when the action method is called. This magic parameter can only be added when a data table backed by a <literal>DataModel</literal> is used."
-msgstr "Comunque si voglia usare <literal><s:link/></literal> o <literal><s:button/></literal> si <emphasis>deve</emphasis> esporre gli item come <literal>DataModel</literal> e usare <literal><dataTable /></literal> (o equivalente da componente impostato come <literal><rich:dataTable /></literal> ). Né <literal><s:link /></literal> né <literal><s:button /></literal> eseguono il submit della form (e quindi producono un bookmarkable link) quindi serve un parametro \"magico\" per ricreare l'item quando viene chiamato l'action method. Questo parametro magico può essere aggiunto soltanto quando viene usata una data table con dietro un <literal>DataModel</literal>."
+msgstr "Comunque si voglia usare <literal><s:link/></literal> o <literal><s:button/></literal> si <emphasis>devono</emphasis> esporre gli item come <literal>DataModel</literal> e usare <literal><dataTable /></literal> (o equivalente da componente impostato come <literal><rich:dataTable /></literal> ). Né <literal><s:link /></literal> né <literal><s:button /></literal> eseguono il submit della form (e quindi producono un bookmarkable link) quindi serve un parametro \"magico\" per ricreare l'item quando viene chiamato l'action method. Questo parametro magico può essere aggiunto soltanto quando viene usata una datatable con dietro un <literal>DataModel</literal>."
#. Tag: para
#: Elenhancements.xml:154
#, no-c-format
msgid "<emphasis>Calling a <literal>MethodExpression</literal> from Java code</emphasis> — Normally, when a <literal>MethodExpression</literal> is created, the parameter types are passed in by JSF. In the case of a method binding, JSF assumes that there are no parameters to pass. With this extension, we can't know the parameter types until after the expression has been evaluated. This has two minor consequences:"
-msgstr "<emphasis>Chiamata di un <literal>MethodExpression</literal> da codice Java</emphasis> — normalmente quando una <literal>MethodExpression</literal> viene creata, i tipi di parametro sono passati tramite JSF. Nel caso di un binding di metodo, JSF presume che non ci siano parametri da passare. Con quest'estensione non è possibile sapere il tipo di parametro prima che l'espressione venga valutata. Ciò ha due conseguenze:"
+msgstr "<emphasis>Chiamata di un <literal>MethodExpression</literal> da codice Java</emphasis> — normalmente quando una viene creata <literal>MethodExpression</literal>, i tipi di parametro sono passati tramite JSF. Nel caso di un binding di metodo, JSF presume che non ci siano parametri da passare. Con quest'estensione non è possibile sapere il tipo di parametro prima che l'espressione venga valutata. Ciò ha due conseguenze:"
#. Tag: para
#: Elenhancements.xml:167
15 years, 5 months
Seam SVN: r11094 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-06-06 09:04:53 -0400 (Sat, 06 Jun 2009)
New Revision: 11094
Modified:
branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Text.po
Log:
Italian translation
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Text.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Text.po 2009-06-06 10:56:06 UTC (rev 11093)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Text.po 2009-06-06 13:04:53 UTC (rev 11094)
@@ -6,8 +6,8 @@
"Project-Id-Version: Text\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2008-04-04 01:24+0000\n"
-"PO-Revision-Date: 2008-12-18 22:31+0100\n"
-"Last-Translator: \n"
+"PO-Revision-Date: 2009-06-06 15:03+0100\n"
+"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: Italian <stefano.travelli(a)gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,21 +24,8 @@
#. Tag: para
#: Text.xml:4
#, no-c-format
-msgid ""
-"Collaboration-oriented websites require a human-friendly markup language for "
-"easy entry of formatted text in forum posts, wiki pages, blogs, comments, "
-"etc. Seam provides the <literal><s:formattedText/></literal> control "
-"for display of formatted text that conforms to the <emphasis>Seam Text</"
-"emphasis> language. Seam Text is implemented using an ANTLR-based parser. "
-"You don't need to know anything about ANTLR to use it, however."
-msgstr ""
-"I siti web orientati alla collaborazione tra utenti richiedono un linguaggio "
-"per marcare in modo comprensibile il testo formattato da inserire nei post "
-"di un forum, nelle pagine wiki, nei commenti, ecc. Seam fornisce il "
-"controllo <literal><s:formattedText/></literal> per mostrare il testo "
-"formattato in modo conforme con il linguaggio <emphasis>Seam Text</emphasis>."
-" Seam Text è realizzato utilizzando un interprete basato su ANTLR. Comunque "
-"non c'è bisogno di sapere niente di ANTLR per utilizzarlo."
+msgid "Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <literal><s:formattedText/></literal> control for display of formatted text that conforms to the <emphasis>Seam Text</emphasis> language. Seam Text is implemented using an ANTLR-based parser. You don't need to know anything about ANTLR to use it, however."
+msgstr "I siti web orientati alla collaborazione tra utenti richiedono un linguaggio per marcare in modo comprensibile il testo formattato da inserire nei post di un forum, nelle pagine wiki, nei commenti, ecc. Seam fornisce il controllo <literal><s:formattedText/></literal> per mostrare il testo formattato in modo conforme con il linguaggio <emphasis>Seam Text</emphasis>. Seam Text è realizzato utilizzando un interprete basato su ANTLR. Comunque non c'è bisogno di sapere niente di ANTLR per utilizzarlo."
#. Tag: title
#: Text.xml:13
@@ -65,12 +52,8 @@
#. Tag: para
#: Text.xml:20
#, no-c-format
-msgid ""
-"If we display this using <literal><s:formattedText/></literal>, we "
-"will get the following HTML produced:"
-msgstr ""
-"Se mostriamo questo testo usando <literal><s:formattedText/></literal>"
-", otteniamo il seguente codice HTML:"
+msgid "If we display this using <literal><s:formattedText/></literal>, we will get the following HTML produced:"
+msgstr "Se mostriamo questo testo usando <literal><s:formattedText/></literal>, otteniamo il seguente codice HTML:"
#. Tag: programlisting
#: Text.xml:25
@@ -81,18 +64,16 @@
"<del>deleted text</del>, super<sup>scripts</sup> or <u>underlines</u>.\n"
"</p>]]>"
msgstr ""
-"<![CDATA[E' semplice rendere il testo *evidenziato*, |a spaziatura fissa|,\n"
-"~cancellato~, sovra^scritto^ o _sottolineato_.]]>"
+"<![CDATA[<p>\n"
+"It's easy to make <i>emphasis</i>, <tt>monospace</tt>\n"
+"<del>deleted text</del>, super<sup>scripts</sup> or <u>underlines</u>.\n"
+"</p>]]>"
#. Tag: para
#: Text.xml:27
#, no-c-format
-msgid ""
-"We can use a blank line to indicate a new paragraph, and <literal>+</"
-"literal> to indicate a heading:"
-msgstr ""
-"E' possibile usare una riga vuota per indicare un nuovo paragrafo e un <"
-"literal>+</literal> per indicare un titolo:"
+msgid "We can use a blank line to indicate a new paragraph, and <literal>+</literal> to indicate a heading:"
+msgstr "E' possibile usare una riga vuota per indicare un nuovo paragrafo e un <literal>+</literal> per indicare un titolo:"
#. Tag: programlisting
#: Text.xml:32
@@ -119,13 +100,8 @@
#. Tag: para
#: Text.xml:34
#, no-c-format
-msgid ""
-"(Note that a simple newline is ignored, you need an additional blank line to "
-"wrap text into a new paragraph.) This is the HTML that results:"
-msgstr ""
-"(Notare che un semplice a-capo viene ignorato, è necessaria una riga vuota "
-"per avere il testo in un nuovo paragrafo). Questo è il codice HTML "
-"risultante:"
+msgid "(Note that a simple newline is ignored, you need an additional blank line to wrap text into a new paragraph.) This is the HTML that results:"
+msgstr "(Notare che un semplice a-capo viene ignorato, è necessaria una riga vuota per avere il testo in un nuovo paragrafo). Questo è il codice HTML risultante:"
#. Tag: programlisting
#: Text.xml:39
@@ -164,12 +140,8 @@
#. Tag: para
#: Text.xml:41
#, no-c-format
-msgid ""
-"Ordered lists are created using the <literal>#</literal> character. "
-"Unordered lists use the <literal>=</literal> character:"
-msgstr ""
-"Le liste ordinate sono generate dal carattere <literal>#</literal>. Le liste "
-"non ordinate dal carattere <literal>=</literal>:"
+msgid "Ordered lists are created using the <literal>#</literal> character. Unordered lists use the <literal>=</literal> character:"
+msgstr "Le liste ordinate sono generate dal carattere <literal>#</literal>. Le liste non ordinate dal carattere <literal>=</literal>:"
#. Tag: programlisting
#: Text.xml:46
@@ -298,16 +270,8 @@
#. Tag: para
#: Text.xml:62
#, no-c-format
-msgid ""
-"Special characters such as <literal>*</literal>, <literal>|</literal> and "
-"<literal>#</literal>, along with HTML characters such as <literal><</"
-"literal>, <literal>></literal> and <literal>&</literal> may be "
-"escaped using <literal>\\</literal>:"
-msgstr ""
-"Caratteri speciali come <literal>*</literal>, <literal>|</literal> e <"
-"literal>#</literal>, e anche i caratteri HTML come <literal><</literal>, "
-"<literal>></literal> e <literal>&</literal> possono essere inseriti "
-"usando il carattere di escape<literal>\\</literal>:"
+msgid "Special characters such as <literal>*</literal>, <literal>|</literal> and <literal>#</literal>, along with HTML characters such as <literal><</literal>, <literal>></literal> and <literal>&</literal> may be escaped using <literal>\\</literal>:"
+msgstr "Caratteri speciali come <literal>*</literal>, <literal>|</literal>, <literal>#</literal>, e anche i caratteri HTML come <literal><</literal>, <literal>></literal>, <literal>&</literal> possono essere inseriti usando il carattere di escape<literal>\\</literal>:"
#. Tag: programlisting
#: Text.xml:69
@@ -337,9 +301,7 @@
#: Text.xml:73
#, no-c-format
msgid "And we can quote code blocks using backticks:"
-msgstr ""
-"Ed è possibile citare blocchi di codice usando l'apice inverso (purtroppo "
-"l'apice inverso non c'è nella tastiera italiana, ndt):"
+msgstr "Ed è possibile citare blocchi di codice usando l'apice inverso (Ndt: purtroppo l'apice inverso non c'è nella tastiera italiana):"
#. Tag: programlisting
#: Text.xml:77
@@ -396,15 +358,8 @@
#. Tag: para
#: Text.xml:81
#, no-c-format
-msgid ""
-"Note that inline monospace formatting always escapes (most monospace "
-"formatted text is in fact code or tags with many special characters). So you "
-"can, for example, write:"
-msgstr ""
-"Notare che la formattazione in linea a spaziatura fissa considera sempre i "
-"caratteri speciali (la maggior parte del testo formattato a spaziatura fissa "
-"in effetti è codice o tag con molti caratteri speciali). Così, ad esempio, è "
-"possibile scrivere:"
+msgid "Note that inline monospace formatting always escapes (most monospace formatted text is in fact code or tags with many special characters). So you can, for example, write:"
+msgstr "Notare che la formattazione in linea a spaziatura fissa considera sempre i caratteri speciali (la maggior parte del testo formattato a spaziatura fissa in effetti è codice o tag con molti caratteri speciali). Così, ad esempio, è possibile scrivere:"
#. Tag: programlisting
#: Text.xml:86
@@ -415,15 +370,8 @@
#. Tag: para
#: Text.xml:88
#, no-c-format
-msgid ""
-"without escaping any of the characters inside the monospace bars. The "
-"downside is that you can't format inline monospace text in any other way "
-"(italics, underscore, and so on)."
-msgstr ""
-"senza bisogno di usare il carattere di escape per i caratteri all'interno "
-"del brano formattato a spaziatura fissa. Lo svantaggio è che non è possibile "
-"formattare il testo in linea a spaziatura fissa in altri modi (corsivo, "
-"sottolineato, e così via)."
+msgid "without escaping any of the characters inside the monospace bars. The downside is that you can't format inline monospace text in any other way (italics, underscore, and so on)."
+msgstr "senza bisogno di usare il carattere di escape per i caratteri all'interno del brano formattato a spaziatura fissa. Lo svantaggio è che non è possibile formattare il testo in linea a spaziatura fissa in altri modi (corsivo, sottolineato, e così via)."
#. Tag: title
#: Text.xml:96
@@ -440,10 +388,8 @@
#. Tag: programlisting
#: Text.xml:102
#, no-c-format
-msgid ""
-"<![CDATA[Go to the Seam website at [=>http://jboss.com/products/seam].]]>"
-msgstr ""
-"<![CDATA[Vai al sito web di Seam [=>http://jboss.com/products/seam].]]>"
+msgid "<![CDATA[Go to the Seam website at [=>http://jboss.com/products/seam].]]>"
+msgstr "<![CDATA[Vai al sito web di Seam [=>http://jboss.com/products/seam].]]>"
#. Tag: para
#: Text.xml:104
@@ -460,13 +406,8 @@
#. Tag: para
#: Text.xml:110
#, no-c-format
-msgid ""
-"For advanced users, it is even possible to customize the Seam Text parser to "
-"understand wikiword links written using this syntax."
-msgstr ""
-"Per gli utenti esperti è possibile anche personalizzare l'interprete Seam "
-"Text in modo da comprendere i link in formato wiki scritti usando questa "
-"sintassi."
+msgid "For advanced users, it is even possible to customize the Seam Text parser to understand wikiword links written using this syntax."
+msgstr "Per gli utenti esperti è possibile anche personalizzare l'interprete Seam Text in modo da comprendere i link in formato wiki scritti usando questa sintassi."
#. Tag: title
#: Text.xml:118
@@ -477,27 +418,17 @@
#. Tag: para
#: Text.xml:120
#, no-c-format
-msgid ""
-"Text may even include a certain limited subset of HTML (don't worry, the "
-"subset is chosen to be safe from cross-site scripting attacks). This is "
-"useful for creating links:"
-msgstr ""
-"Il testo può anche includere un certo sottoinsieme limitato di HTML (non c'è "
-"da preoccuparsi, il sottoinsieme è stato scelto in modo da essere sicuro "
-"rispetto alla possibilità di attacchi di tipo cross-site scripting). Questo "
-"è utile per creare dei link:"
+msgid "Text may even include a certain limited subset of HTML (don't worry, the subset is chosen to be safe from cross-site scripting attacks). This is useful for creating links:"
+msgstr "Il testo può anche includere un certo sottoinsieme limitato di HTML (non c'è da preoccuparsi, il sottoinsieme è stato scelto in modo da essere sicuro rispetto alla possibilità di attacchi di tipo cross-site scripting). Questo è utile per creare dei link:"
#. Tag: programlisting
#: Text.xml:125
#, no-c-format
msgid ""
-"<![CDATA[You might want to link to <a href=\"http://jboss.com/products/seam"
-"\">something\n"
+"<![CDATA[You might want to link to <a href=\"http://jboss.com/products/seam\">something\n"
"cool</a>, or even include an image: <img src=\"/logo.jpg\"/>]]>"
msgstr ""
-"<![CDATA[Potresti voler fare un link a <a href=\"http://jboss."
-"com/products/seam"
-"\">qualcosa di\n"
+"<![CDATA[Potresti voler fare un link a <a href=\"http://jboss.com/products/seam\">qualcosa di\n"
"forte</a>, oppure includere un'immagine: <img src=\"/logo.jpg\"/>]]>"
#. Tag: para
15 years, 5 months
Seam SVN: r11093 - in branches/community/Seam_2_1/doc/Seam_Reference_Guide: bn-IN and 22 other directories.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-06-06 06:56:06 -0400 (Sat, 06 Jun 2009)
New Revision: 11093
Modified:
branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotations.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndEJBPassivation.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_History.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot
branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/Security.po
branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/Security.po
Log:
Regenerated POT and updated all POs
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/as-IN/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/bn-IN/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/de-DE/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-ES/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/es-MX/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Seam_-_Contextual_Components VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-11-06 00:09+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/fr-FR/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/gu-IN/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/hi-IN/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ja-JP/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: Tools\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2009-02-17 15:35+0900\n"
"Last-Translator: Ken Yamada <ken(a)tydfam.jp>\n"
"Language-Team: Japanese <fedora-trans-ja(a)redhat.com>\n"
@@ -475,9 +475,9 @@
#. Tag: programlisting
#: Security.xml:208
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -730,9 +730,9 @@
#. Tag: programlisting
#: Security.xml:314
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -905,12 +905,11 @@
#. Tag: programlisting
#: Security.xml:346
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
"<![CDATA[\n"
" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
@@ -933,10 +932,8 @@
#. Tag: programlisting
#: Security.xml:353
-#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+#, fuzzy, no-c-format
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
" ]]>"
@@ -964,9 +961,9 @@
#. Tag: programlisting
#: Security.xml:365
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1502,11 +1499,10 @@
#. Tag: programlisting
#: Security.xml:572
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
"<![CDATA[ \n"
" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
@@ -1526,13 +1522,11 @@
#. Tag: programlisting
#: Security.xml:579
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
"<![CDATA[ \n"
" <security:identity-manager \n"
@@ -2870,8 +2864,8 @@
#. Tag: programlisting
#: Security.xml:1390
-#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+#, fuzzy, no-c-format
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr "<![CDATA[ @In IdentityManager identityManager;]]>"
#. Tag: para
@@ -2884,9 +2878,9 @@
#. Tag: programlisting
#: Security.xml:1396
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
@@ -4659,9 +4653,9 @@
#. Tag: programlisting
#: Security.xml:2634
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -4703,9 +4697,9 @@
#. Tag: programlisting
#: Security.xml:2648
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -5748,9 +5742,9 @@
#. Tag: programlisting
#: Security.xml:3138
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
@@ -5995,9 +5989,9 @@
#. Tag: programlisting
#: Security.xml:3356
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
@@ -6014,9 +6008,9 @@
#. Tag: programlisting
#: Security.xml:3360
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -6170,9 +6164,9 @@
#. Tag: programlisting
#: Security.xml:3493
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
@@ -7609,9 +7603,9 @@
#. Tag: programlisting
#: Security.xml:4381
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/kn-IN/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ko-KR/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ml-IN/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/mr-IN/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/or-IN/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pa-IN/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotations.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotations.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Annotations.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:36+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Author_Group.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:36+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Book_Info.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:36+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Cache.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:36+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndEJBPassivation.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndEJBPassivation.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/ClusteringAndEJBPassivation.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:36+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Components.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:36+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Concepts.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:36+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Configuration.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:36+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Controls.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Conversations.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Dependencies.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Drools.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Elenhancements.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Events.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Excel.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Feedback.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Framework.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gettingstarted.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Glassfish.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Groovy.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Guice.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Gwt.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Hsearch.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/I18n.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Itext.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jbpm.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Jms.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Mail.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Performance.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Persistence.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Preface.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Remoting.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_History.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_History.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Revision_History.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Rss.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Security.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
@@ -364,7 +364,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -549,7 +549,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -658,10 +658,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -677,9 +676,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -703,7 +700,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1089,9 +1086,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1107,11 +1103,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2197,7 +2191,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2211,7 +2205,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3607,7 +3601,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3639,7 +3633,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4418,7 +4412,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4621,7 +4615,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4636,7 +4630,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4764,7 +4758,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5876,7 +5870,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Spring.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Testing.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Text.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tools.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Tutorial.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Validation.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Weblogic.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Webservices.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Websphere.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Wicket.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pot/Xml.pot 2009-06-06 10:56:06 UTC (rev 11093)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-06-05 18:37+0000\n"
+"POT-Creation-Date: 2009-06-06 10:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc(a)kde.org>\n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/pt-BR/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ru-RU/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/si-LK/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/sl-SL/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-21 00:37+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/ta-IN/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/te-IN/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-CN/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/zh-TW/Security.po 2009-06-06 10:56:06 UTC (rev 11093)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
"PO-Revision-Date: 2008-04-04 01:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -363,7 +363,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -548,7 +548,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -657,10 +657,9 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace."
-"AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/"
+">]]>"
msgstr ""
#. Tag: para
@@ -676,9 +675,7 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
msgstr ""
#. Tag: para
@@ -702,7 +699,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -1088,9 +1085,8 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -1106,11 +1102,9 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
#. Tag: para
@@ -2196,7 +2190,7 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
msgstr ""
#. Tag: para
@@ -2210,7 +2204,7 @@
#: Security.xml:1396
#, no-c-format
msgid ""
-"<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+"<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
msgstr ""
#. Tag: para
@@ -3606,7 +3600,7 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3638,7 +3632,7 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
@@ -4417,7 +4411,7 @@
#: Security.xml:3138
#, no-c-format
msgid ""
-"<![CDATA[ <security:persistent-permission-resolver permission-store=\"#"
+"<![CDATA[<security:persistent-permission-resolver permission-store=\"#"
"{myCustomPermissionStore}\"/>]]>"
msgstr ""
@@ -4620,7 +4614,7 @@
#: Security.xml:3356
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.AccountPermission\"/>]]>"
msgstr ""
@@ -4635,7 +4629,7 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme."
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme."
"model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
@@ -4763,7 +4757,7 @@
#: Security.xml:3493
#, no-c-format
msgid ""
-"<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+"<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
msgstr ""
#. Tag: title
@@ -5875,7 +5869,7 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
15 years, 5 months
Seam SVN: r11092 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-06-06 06:55:18 -0400 (Sat, 06 Jun 2009)
New Revision: 11092
Modified:
branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Security.po
Log:
Italian translation
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Security.po
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Security.po 2009-06-06 10:52:35 UTC (rev 11091)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/it-IT/Security.po 2009-06-06 10:55:18 UTC (rev 11092)
@@ -5,8 +5,8 @@
msgstr ""
"Project-Id-Version: Security\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2009-04-29 12:40+0000\n"
-"PO-Revision-Date: 2009-05-29 17:13+0100\n"
+"POT-Creation-Date: 2009-06-06 10:19+0000\n"
+"PO-Revision-Date: 2009-06-06 12:54+0100\n"
"Last-Translator: Nicola Benaglia <nico.benaz(a)gmail.com>\n"
"Language-Team: it <stefano.travelli(a)gmail.com>\n"
"MIME-Version: 1.0\n"
@@ -307,7 +307,7 @@
#: Security.xml:208
#, no-c-format
msgid ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -316,7 +316,7 @@
" userStats.incrementLoginCount();\n"
" }]]>"
msgstr ""
-"<![CDATA[ @In UserStats userStats;\n"
+"<![CDATA[@In UserStats userStats;\n"
"\n"
" @Observer(\"org.jboss.seam.security.loginSuccessful\")\n"
" public void updateUserStats()\n"
@@ -457,7 +457,7 @@
#: Security.xml:314
#, no-c-format
msgid ""
-"<![CDATA[ <div>\n"
+"<![CDATA[<div>\n"
" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
@@ -472,8 +472,8 @@
" <h:selectBooleanCheckbox id=\"rememberMe\" value=\"#{rememberMe.enabled}\"/>\n"
" </div>]]>"
msgstr ""
-"<![CDATA[ <div>\n"
-" <h:outputLabel for=\"name\" value=\"Nome utente\"/>\n"
+"<![CDATA[<div>\n"
+" <h:outputLabel for=\"name\" value=\"User name\"/>\n"
" <h:inputText id=\"name\" value=\"#{credentials.username}\"/>\n"
" </div>\n"
" \n"
@@ -483,7 +483,7 @@
" </div> \n"
" \n"
" <div class=\"loginRow\">\n"
-" <h:outputLabel for=\"rememberMe\" value=\"Ricordami su questo computer\"/>\n"
+" <h:outputLabel for=\"rememberMe\" value=\"Remember me\"/>\n"
" <h:selectBooleanCheckbox id=\"rememberMe\" value=\"#{rememberMe.enabled}\"/>\n"
" </div>]]>"
@@ -593,13 +593,11 @@
#: Security.xml:346
#, no-c-format
msgid ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/>]]>"
msgstr ""
-"<![CDATA[\n"
-" <security:jpa-token-store token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/> \n"
-" ]]>"
+"<![CDATA[<security:jpa-token-store \n"
+" token-class=\"org.jboss.seam.example.seamspace.AuthenticationToken\"/>]]>"
#. Tag: para
#: Security.xml:348
@@ -610,12 +608,8 @@
#. Tag: programlisting
#: Security.xml:353
#, no-c-format
-msgid ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
-msgstr ""
-"<![CDATA[ <security:remember-me mode=\"autoLogin\"/> \n"
-" ]]>"
+msgid "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
+msgstr "<![CDATA[<security:remember-me mode=\"autoLogin\"/>]]>"
#. Tag: para
#: Security.xml:355
@@ -633,7 +627,7 @@
#: Security.xml:365
#, no-c-format
msgid ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -641,7 +635,7 @@
" <action execute=\"#{redirect.returnToCapturedView}\"/>\n"
" </event>]]>"
msgstr ""
-"<![CDATA[ <event type=\"org.jboss.seam.security.notLoggedIn\">\n"
+"<![CDATA[<event type=\"org.jboss.seam.security.notLoggedIn\">\n"
" <action execute=\"#{redirect.captureCurrentView}\"/>\n"
" <action execute=\"#{identity.tryLogin()}\"/>\n"
" </event>\n"
@@ -981,13 +975,11 @@
#: Security.xml:572
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
msgstr ""
-"<![CDATA[ \n"
-" <security:identity-manager identity-store=\"#{ldapIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\"/>]]>"
#. Tag: para
#: Security.xml:574
@@ -999,17 +991,13 @@
#: Security.xml:579
#, no-c-format
msgid ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
msgstr ""
-"<![CDATA[ \n"
-" <security:identity-manager \n"
-" identity-store=\"#{ldapIdentityStore}\" \n"
-" role-identity-store=\"#{jpaIdentityStore}\"/>\n"
-" ]]>"
+"<![CDATA[<security:identity-manager \n"
+" identity-store=\"#{ldapIdentityStore}\" \n"
+" role-identity-store=\"#{jpaIdentityStore}\"/>]]>"
#. Tag: para
#: Security.xml:581
@@ -2115,8 +2103,8 @@
#. Tag: programlisting
#: Security.xml:1390
#, no-c-format
-msgid "<![CDATA[ @In IdentityManager identityManager;]]>"
-msgstr "<![CDATA[ @In IdentityManager identityManager;]]>"
+msgid "<![CDATA[@In IdentityManager identityManager;]]>"
+msgstr "<![CDATA[@In IdentityManager identityManager;]]>"
#. Tag: para
#: Security.xml:1392
@@ -2127,8 +2115,8 @@
#. Tag: programlisting
#: Security.xml:1396
#, no-c-format
-msgid "<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
-msgstr "<![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]>"
+msgid "<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
+msgstr "<![CDATA[IdentityManager identityManager = IdentityManager.instance();]]>"
#. Tag: para
#: Security.xml:1398
@@ -3415,12 +3403,12 @@
#: Security.xml:2634
#, no-c-format
msgid ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
msgstr ""
-"<![CDATA[ @Insert(Customer.class)\n"
+"<![CDATA[(a)Insert(Customer.class)\n"
" public void createCustomer() {\n"
" ...\n"
" }]]>"
@@ -3441,11 +3429,11 @@
#: Security.xml:2648
#, no-c-format
msgid ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
msgstr ""
-"<![CDATA[ public void updateCustomer(@Update Customer customer) {\n"
+"<![CDATA[public void updateCustomer(@Update Customer customer) {\n"
" ...\n"
" }]]>"
@@ -4055,8 +4043,8 @@
#. Tag: programlisting
#: Security.xml:3138
#, no-c-format
-msgid "<![CDATA[ <security:persistent-permission-resolver permission-store=\"#{myCustomPermissionStore}\"/>]]>"
-msgstr "<![CDATA[ <security:persistent-permission-resolver permission-store=\"#{myCustomPermissionStore}\"/>]]>"
+msgid "<![CDATA[<security:persistent-permission-resolver permission-store=\"#{myCustomPermissionStore}\"/>]]>"
+msgstr "<![CDATA[<security:persistent-permission-resolver permission-store=\"#{myCustomPermissionStore}\"/>]]>"
#. Tag: title
#: Security.xml:3143
@@ -4222,8 +4210,8 @@
#. Tag: programlisting
#: Security.xml:3356
#, no-c-format
-msgid "<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme.model.AccountPermission\"/>]]>"
-msgstr "<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme.model.AccountPermission\"/>]]>"
+msgid "<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme.model.AccountPermission\"/>]]>"
+msgstr "<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme.model.AccountPermission\"/>]]>"
#. Tag: para
#: Security.xml:3358
@@ -4235,10 +4223,10 @@
#: Security.xml:3360
#, no-c-format
msgid ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme.model.UserPermission\"\n"
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme.model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
msgstr ""
-"<![CDATA[ <security:jpa-permission-store user-permission-class=\"com.acme.model.UserPermission\"\n"
+"<![CDATA[<security:jpa-permission-store user-permission-class=\"com.acme.model.UserPermission\"\n"
" role-permission-class=\"com.acme.model.RolePermission\"/>]]>"
#. Tag: title
@@ -4339,8 +4327,8 @@
#. Tag: programlisting
#: Security.xml:3493
#, no-c-format
-msgid "<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
-msgstr "<![CDATA[ @PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+msgid "<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
+msgstr "<![CDATA[@PermissionDiscriminator(userValue = \"u\", roleValue = \"r\")]]>"
#. Tag: title
#: Security.xml:3504
@@ -5387,14 +5375,14 @@
#: Security.xml:4381
#, no-c-format
msgid ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
" }.addRole(\"admin\")\n"
" .run();]]>"
msgstr ""
-"<![CDATA[ new RunAsOperation() { \n"
+"<![CDATA[new RunAsOperation() { \n"
" public void execute() {\n"
" executePrivilegedOperation();\n"
" } \n"
15 years, 5 months
Seam SVN: r11091 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US.
by seam-commits@lists.jboss.org
Author: nico.ben
Date: 2009-06-06 06:52:35 -0400 (Sat, 06 Jun 2009)
New Revision: 11091
Modified:
branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Security.xml
Log:
code layout in CDATA
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Security.xml 2009-06-05 23:40:53 UTC (rev 11090)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Security.xml 2009-06-06 10:52:35 UTC (rev 11091)
@@ -242,7 +242,7 @@
<literal>org.jboss.seam.security.loginSuccessful</literal> event, like this:
</para>
- <programlisting role="JAVA"><![CDATA[ @In UserStats userStats;
+ <programlisting role="JAVA"><![CDATA[@In UserStats userStats;
@Observer("org.jboss.seam.security.loginSuccessful")
public void updateUserStats()
@@ -367,7 +367,7 @@
example:
</para>
- <programlisting role="XHTML"><![CDATA[ <div>
+ <programlisting role="XHTML"><![CDATA[<div>
<h:outputLabel for="name" value="User name"/>
<h:inputText id="name" value="#{credentials.username}"/>
</div>
@@ -444,17 +444,15 @@
attribute:
</para>
- <programlisting role="XML"><![CDATA[
- <security:jpa-token-store token-class="org.jboss.seam.example.seamspace.AuthenticationToken"/>
- ]]></programlisting>
+ <programlisting role="XML"><![CDATA[<security:jpa-token-store
+ token-class="org.jboss.seam.example.seamspace.AuthenticationToken"/>]]></programlisting>
<para>
Once this is done, the last thing to do is to configure the <literal>RememberMe</literal> component in
<literal>components.xml</literal> also. Its <literal>mode</literal> should be set to <literal>autoLogin</literal>:
</para>
- <programlisting role="XML"><![CDATA[ <security:remember-me mode="autoLogin"/>
- ]]></programlisting>
+ <programlisting role="XML"><![CDATA[<security:remember-me mode="autoLogin"/>]]></programlisting>
<para>
That is all that is required - automatic authentication will now occur for users revisiting your site (as long as they
@@ -466,7 +464,7 @@
should be placed in components.xml:
</para>
- <programlisting role="XML"><![CDATA[ <event type="org.jboss.seam.security.notLoggedIn">
+ <programlisting role="XML"><![CDATA[<event type="org.jboss.seam.security.notLoggedIn">
<action execute="#{redirect.captureCurrentView}"/>
<action execute="#{identity.tryLogin()}"/>
</event>
@@ -729,20 +727,17 @@
an <literal>LdapIdentityStore</literal> for both user-related and role-related operations:
</para>
- <programlisting role="XML"><![CDATA[
- <security:identity-manager identity-store="#{ldapIdentityStore}"/>
- ]]></programlisting>
+ <programlisting role="XML"><![CDATA[<security:identity-manager
+ identity-store="#{ldapIdentityStore}"/>]]></programlisting>
<para>
The following example configures <literal>identityManager</literal> to use an <literal>LdapIdentityStore</literal>
for user-related operations, and <literal>JpaIdentityStore</literal> for role-related operations:
</para>
- <programlisting role="XML"><![CDATA[
- <security:identity-manager
- identity-store="#{ldapIdentityStore}"
- role-identity-store="#{jpaIdentityStore}"/>
- ]]></programlisting>
+ <programlisting role="XML"><![CDATA[<security:identity-manager
+ identity-store="#{ldapIdentityStore}"
+ role-identity-store="#{jpaIdentityStore}"/>]]></programlisting>
<para>
The following sections explain both of these identity store implementations in greater detail.
@@ -1680,13 +1675,13 @@
component as follows:
</para>
- <programlisting role="JAVA"><![CDATA[ @In IdentityManager identityManager;]]></programlisting>
+ <programlisting role="JAVA"><![CDATA[@In IdentityManager identityManager;]]></programlisting>
<para>
or by accessing it through its static <literal>instance()</literal> method:
</para>
- <programlisting role="JAVA"><![CDATA[ IdentityManager identityManager = IdentityManager.instance();]]></programlisting>
+ <programlisting role="JAVA"><![CDATA[IdentityManager identityManager = IdentityManager.instance();]]></programlisting>
<para>
The following table describes <literal>IdentityManager</literal>'s API methods:
@@ -3033,7 +3028,7 @@
following example:
</para>
- <programlisting><![CDATA[ @Insert(Customer.class)
+ <programlisting><![CDATA[(a)Insert(Customer.class)
public void createCustomer() {
...
}]]></programlisting>
@@ -3050,7 +3045,7 @@
not required to specify a permission target (as the parameter value itself will be the target of the permission check):
</para>
- <programlisting><![CDATA[ public void updateCustomer(@Update Customer customer) {
+ <programlisting><![CDATA[public void updateCustomer(@Update Customer customer) {
...
}]]></programlisting>
@@ -3601,7 +3596,7 @@
<literal>permission-store</literal> property as follows:
</para>
- <programlisting><![CDATA[ <security:persistent-permission-resolver permission-store="#{myCustomPermissionStore}"/>]]></programlisting>
+ <programlisting><![CDATA[<security:persistent-permission-resolver permission-store="#{myCustomPermissionStore}"/>]]></programlisting>
</sect3>
@@ -3819,11 +3814,11 @@
<para>For example, to configure a single entity class to store both user and role permissions:</para>
- <programlisting role="XML"><![CDATA[ <security:jpa-permission-store user-permission-class="com.acme.model.AccountPermission"/>]]></programlisting>
+ <programlisting role="XML"><![CDATA[<security:jpa-permission-store user-permission-class="com.acme.model.AccountPermission"/>]]></programlisting>
<para>To configure separate entity classes for storing user and role permissions:</para>
- <programlisting role="XML"><![CDATA[ <security:jpa-permission-store user-permission-class="com.acme.model.UserPermission"
+ <programlisting role="XML"><![CDATA[<security:jpa-permission-store user-permission-class="com.acme.model.UserPermission"
role-permission-class="com.acme.model.RolePermission"/>]]></programlisting>
<sect4>
@@ -3957,7 +3952,7 @@
and <literal>role</literal>, the annotation would be written like this:
</para>
- <programlisting role="JAVA"><![CDATA[ @PermissionDiscriminator(userValue = "u", roleValue = "r")]]></programlisting>
+ <programlisting role="JAVA"><![CDATA[@PermissionDiscriminator(userValue = "u", roleValue = "r")]]></programlisting>
</entry>
</row>
@@ -4972,7 +4967,7 @@
code that will be executed with the elevated privileges.
</para>
- <programlisting role="JAVA"><![CDATA[ new RunAsOperation() {
+ <programlisting role="JAVA"><![CDATA[new RunAsOperation() {
public void execute() {
executePrivilegedOperation();
}
15 years, 5 months
Seam SVN: r11090 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US.
by seam-commits@lists.jboss.org
Author: norman.richards(a)jboss.com
Date: 2009-06-05 19:40:53 -0400 (Fri, 05 Jun 2009)
New Revision: 11090
Modified:
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Guice.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Spring.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Tutorial.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Weblogic.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Webservices.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Wicket.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Xml.xml
Log:
fix version references in docs
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Guice.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Guice.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Guice.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -78,9 +78,9 @@
xmlns:guice="http://jboss.org/products/seam/guice"
xsi:schemaLocation="
http://jboss.com/products/seam/guice
- http://jboss.com/products/seam/guice-2.1.xsd
+ http://jboss.com/products/seam/guice-2.2.xsd
http://jboss.com/products/seam/components
- http://jboss.com/products/seam/components-2.1.xsd">
+ http://jboss.com/products/seam/components-2.2.xsd">
<guice:init injector="#{myGuiceInjector}"/>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -2632,8 +2632,8 @@
xmlns:document="http://jboss.com/products/seam/document"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
- http://jboss.com/products/seam/document http://jboss.com/products/seam/document-2.1.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
+ http://jboss.com/products/seam/document http://jboss.com/products/seam/document-2.2.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd">
<document:document-store use-extensions="true"/>
</components>]]></programlisting>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -124,8 +124,8 @@
xmlns:security="http://jboss.com/products/seam/security"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
- "http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd
- http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.1.xsd">
+ "http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd
+ http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.2.xsd">
<security:identity authenticate-method="#{authenticator.authenticate}"/>
@@ -3367,10 +3367,10 @@
xmlns:drools="http://jboss.com/products/seam/drools"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
- "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.1.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd
- http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.1.xsd"
- http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.1.xsd">
+ "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.2.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd
+ http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.2.xsd
+ http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.2.xsd">
<drools:rule-base name="securityRules">
<drools:rule-files>
@@ -4708,7 +4708,7 @@
<programlisting role="XML"><![CDATA[
<pages xmlns="http://jboss.com/products/seam/pages"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.1.xsd"
+ xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.2.xsd"
no-conversation-view-id="/home.xhtml"
login-view-id="/login.xhtml"
http-port="8080"
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Spring.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Spring.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Spring.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -54,7 +54,7 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://jboss.com/products/seam/spring-seam
- http://jboss.com/products/seam/spring-seam-2.1.xsd">]]></programlisting>
+ http://jboss.com/products/seam/spring-seam-2.2.xsd">]]></programlisting>
<para> Now any Seam component may be injected into any Spring bean: </para>
@@ -373,9 +373,9 @@
xmlns:spring="http://jboss.com/products/seam/spring"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.com/products/seam/components
- http://jboss.com/products/seam/components-2.1.xsd
+ http://jboss.com/products/seam/components-2.2.xsd
http://jboss.com/products/seam/spring
- http://jboss.com/products/seam/spring-2.1.xsd">
+ http://jboss.com/products/seam/spring-2.2.xsd">
<spring:context-loader config-locations="/WEB-INF/applicationContext.xml"/>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Tutorial.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Tutorial.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Tutorial.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -530,9 +530,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://jboss.com/products/seam/core
- http://jboss.com/products/seam/core-2.1.xsd
+ http://jboss.com/products/seam/core-2.2.xsd
http://jboss.com/products/seam/components
- http://jboss.com/products/seam/components-2.1.xsd">
+ http://jboss.com/products/seam/components-2.2.xsd">
<core:init jndi-pattern="@jndiPattern@"/>
@@ -1554,7 +1554,7 @@
xmlns="http://jboss.com/products/seam/pageflow"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.com/products/seam/pageflow
- http://jboss.com/products/seam/pageflow-2.1.xsd"
+ http://jboss.com/products/seam/pageflow-2.2.xsd"
name="numberGuess">
<start-page name="displayGuess" view-id="/numberGuess.jspx">
@@ -1889,7 +1889,7 @@
<programlisting role="XML"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<pages xmlns="http://jboss.com/products/seam/pages"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.1.xsd">
+ xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.2.xsd">
<page view-id="/numberGuess.jspx">
<begin-conversation join="true" pageflow="numberGuess"/>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Weblogic.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Weblogic.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Weblogic.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -1357,7 +1357,7 @@
the document.
</para>
<programlisting role="XML"><![CDATA[xmlns:transaction="http://jboss.com/products/seam/transaction"]]></programlisting>
- <programlisting role="XML"><![CDATA[http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.1.xsd]]></programlisting>
+ <programlisting role="XML"><![CDATA[http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.2.xsd]]></programlisting>
</listitem>
</varlistentry>
<varlistentry>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Webservices.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Webservices.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Webservices.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -298,9 +298,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
http://jboss.com/products/seam/resteasy
- http://jboss.com/products/seam/resteasy-2.1.xsd
+ http://jboss.com/products/seam/resteasy-2.2.xsd
http://jboss.com/products/seam/components
- http://jboss.com/products/seam/components-2.1.xsd">]]></programlisting>
+ http://jboss.com/products/seam/components-2.2.xsd">]]></programlisting>
<para>
You can then change the <literal>/rest</literal> prefix as mentioned earlier:
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Wicket.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Wicket.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Wicket.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -296,7 +296,7 @@
<plugin>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-instrument-wicket</artifactId>
- <version>2.1.2</version>
+ <version>2.2.0</version>
<configuration>
<scanAnnotations>true</scanAnnotations>
<includes>
@@ -389,7 +389,7 @@
xmlns:wicket="http://jboss.com/products/seam/wicket"
xsi:schemaLocation=
"http://jboss.com/products/seam/wicket
- http://jboss.com/products/seam/wicket-2.1.xsd">
+ http://jboss.com/products/seam/wicket-2.2.xsd">
<wicket:web-application
application-class="org.jboss.seam.example.wicket.WicketBookingApplication" />
@@ -405,7 +405,7 @@
xmlns:wicket="http://jboss.com/products/seam/wicket"
xsi:schemaLocation=
"http://jboss.com/products/seam/web
- http://jboss.com/products/seam/web-2.1.xsd">
+ http://jboss.com/products/seam/web-2.2.xsd">
<!-- Only map the seam jsf exception filter to jsf paths, which we identify with the *.seam path -->
<web:exception-filter url-pattern="*.seam"/>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Xml.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Xml.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Xml.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -414,7 +414,7 @@
<programlisting role="XML"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<components xmlns="http://jboss.com/products/seam/components"
- xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
+ xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd">
<component class="org.jboss.seam.core.init">
<property name="debug">true</property>
@@ -435,8 +435,8 @@
xmlns:core="http://jboss.com/products/seam/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
- "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.1.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
+ "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.2.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd">
<core:init debug="true" jndi-pattern="@jndiPattern@"/>
15 years, 5 months