CVS: TapestryBook/examples/context/WEB-INF L10NResult_de.properties,NONE,1.1 L10NResult.properties,NONE,1.1 L10N_fr.properties,NONE,1.1 L10N.page,NONE,1.1 L10NResult.page,NONE,1.1 L10NResult_fr.properties,NONE,1.1 L10N_de.properties,NONE,1.1 L10N.properties,NONE,1.1 L10NResult_es.properties,NONE,1.1 L10N_es.properties,NONE,1.1 web.xml,1.1,1.2
Howard Lewis Ship <[email protected]> Sun, 09 Mar 2003 13:34:49 -0800
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/TapestryBook/examples/context/WEB-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv20921/examples/context/WEB-INF
Modified Files:
web.xml
Added Files:
L10NResult_de.properties L10NResult.properties
L10N_fr.properties L10N.page L10NResult.page
L10NResult_fr.properties L10N_de.properties L10N.properties
L10NResult_es.properties L10N_es.properties
Log Message:
Add info on localization.
--- NEW FILE: L10NResult_de.properties ---
blurb=Sprachenvorwähler ist aktualisiert worden.
continue-label=Fahren Sie fort
title=Lokalisation Aktualisiert
--- NEW FILE: L10NResult.properties ---
title=Localization Updated
blurb=Language selection has been updated.
continue-label=Continue
--- NEW FILE: L10N_fr.properties ---
title=Exemple De Localisation
blurb=Vous pouvez changer la langue utilisée dans \
cette application en utilisant la forme ci-dessous.
language-label=Langue
change-label=Changement
return-to-home=Revenez au Home Page
--- NEW FILE: L10N.page ---
<?xml version="1.0"?>
<!-- $Id: L10N.page,v 1.1 2003/03/09 21:34:47 hship Exp $ -->
<!DOCTYPE page-specification PUBLIC
"-//Apache Software Foundation//Tapestry Specification 1.4//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">
<page-specification class="examples.l10n.L10N">
<context-asset name="change" path="images/L10N/Change.png"/>
</page-specification>
--- NEW FILE: L10NResult.page ---
<?xml version="1.0"?>
<!-- $Id: L10NResult.page,v 1.1 2003/03/09 21:34:47 hship Exp $ -->
<!DOCTYPE page-specification PUBLIC
"-//Apache Software Foundation//Tapestry Specification 1.4//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">
<page-specification>
<context-asset name="continue" path="images/L10N/Continue.png"/>
</page-specification>
--- NEW FILE: L10NResult_fr.properties ---
title=La Localisation A mis à jour
continue-label=Continuez
blurb=Le choix de langue a été mis à jour.
--- NEW FILE: L10N_de.properties ---
title=Lokalisation-Beispiel
blurb=Sie können die Sprache ändern, die in dieser Anwendung mit der Form unten verwendet wird.
language-label=Sprache
change-label=Änderung
return-to-home=Gehen Sie zum Home Page zurück
--- NEW FILE: L10N.properties ---
title=Localization Example
blurb=You may change the language used in this application using \
the form below.
language-label=Language
change-label=Change
return-to-home=Return to Home page
--- NEW FILE: L10NResult_es.properties ---
blurb=Se ha puesto al día la selección de la lengua.
continue-label=Continúe
title=Localización Puesta al día
--- NEW FILE: L10N_es.properties ---
title=Ejemplo De la Localización
blurb=Usted puede cambiar la lengua usada en este uso usando la forma abajo.
language-label=Lengua
change-label=Cambio
return-to-home=Vuelva al Home Page
Index: web.xml
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/examples/context/WEB-INF/web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** web.xml 20 Feb 2003 15:13:43 -0000 1.1
--- web.xml 9 Mar 2003 21:34:47 -0000 1.2
***************
*** 11,18 ****
<servlet>
<servlet-name>examples</servlet-name>
! <servlet-class>net.sf.tapestry.ApplicationServlet</servlet-class>
<init-param>
! <param-name>net.sf.tapestry.visit-class</param-name>
<param-value>examples.Visit</param-value>
</init-param>
--- 11,18 ----
<servlet>
<servlet-name>examples</servlet-name>
! <servlet-class>org.apache.tapestry.ApplicationServlet</servlet-class>
<init-param>
! <param-name>org.apache.tapestry.visit-class</param-name>
<param-value>examples.Visit</param-value>
</init-param>
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com