You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2010/06/17 23:00:52 UTC

svn commit: r955744 [2/7] - in /myfaces/portlet-bridge/core/trunk/examples: carstore/src/main/java/carstore/ carstore/src/main/java/carstore/bundles/ carstore/src/main/java/org/apache/myfaces/portlet/faces/examples/renderkit/ carstore/src/main/resource...

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_de.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_de.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_de.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_de.properties Thu Jun 17 21:00:48 2010
@@ -1,28 +1,24 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-carstore.Format_Invalid=Eingang mu\u00df eins der folgenden Muster zusammenbringen {0}
-carstore.Conversion_Error=Konvertierungs-Fehler: Wert '{0}' f\u00fcr Modell '{1}'
-carstore.Converter_Error=Konverter gefunden nicht f�r Bezeichner: '{0}'
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+carstore.Format_Invalid=Eingang mu\u00df eins der folgenden Muster zusammenbringen {0}
+carstore.Conversion_Error=Konvertierungs-Fehler: Wert '{0}' f\u00fcr Modell '{1}'
+carstore.Converter_Error=Konverter gefunden nicht f�r Bezeichner: '{0}'

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_es.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_es.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_es.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_es.properties Thu Jun 17 21:00:48 2010
@@ -1,28 +1,24 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-carstore.Format_Invalid=La entrada debe emparejar uno de los patrones siguientes {0}
-carstore.Conversion_Error=Error de conversion en el valor puesto '{0}' del modelo '{1}'
-carstore.Converter_Error=Convertidor no encontrado para el identificador: '{0}'
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+carstore.Format_Invalid=La entrada debe emparejar uno de los patrones siguientes {0}
+carstore.Conversion_Error=Error de conversion en el valor puesto '{0}' del modelo '{1}'
+carstore.Converter_Error=Convertidor no encontrado para el identificador: '{0}'

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_fr.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_fr.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_fr.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Messages_fr.properties Thu Jun 17 21:00:48 2010
@@ -1,28 +1,24 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-carstore.Format_Invalid=L'entr\u00e9 doit assortir un des mod'les suivants {0}
-carstore.Conversion_Error=Erreur de conversion quand la valeur '{0}' est commise pour le mod\u00e9le '{1}'
-carstore.Converter_Error=Convertisseur non trouv� pour la marque: '{0}'
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+carstore.Format_Invalid=L'entr\u00e9 doit assortir un des mod'les suivants {0}
+carstore.Conversion_Error=Erreur de conversion quand la valeur '{0}' est commise pour le mod\u00e9le '{1}'
+carstore.Converter_Error=Convertisseur non trouv� pour la marque: '{0}'

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/OptionPrices.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/OptionPrices.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/OptionPrices.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/OptionPrices.properties Thu Jun 17 21:00:48 2010
@@ -1,45 +1,41 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-V4=100
-V6=200
-V8=300
-Disc=100
-Drum=200
-Regular=150
-Performance=300
-4=100
-6=200
-Standard=100
-Premium=200
-Auto=300
-Manual=200
-sunroof=100
-cruisecontrol=150
-keylessentry=100
-skirack=200
-securitySystem=100
-skiRack=200
-towPackage=200
-gps=200
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+V4=100
+V6=200
+V8=300
+Disc=100
+Drum=200
+Regular=150
+Performance=300
+4=100
+6=200
+Standard=100
+Premium=200
+Auto=300
+Manual=200
+sunroof=100
+cruisecontrol=150
+keylessentry=100
+skirack=200
+securitySystem=100
+skiRack=200
+towPackage=200
+gps=200

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Performance.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Performance.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Performance.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Performance.properties Thu Jun 17 21:00:48 2010
@@ -1,45 +1,41 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-sunroof=true
-sunroof_disabled=true
-cruisecontrol=true
-cruisecontrol_disabled=true
-keylessentry=true
-keylessentry_disabled=true
-securitySystem=false
-securitySystem_disabled=true
-skirack=true
-skirack_disabled=true
-towPackage=true
-towPackage_disabled=true
-gps=false
-gps_disabled=true
-
-engine=V8
-brake=Drum
-suspension=Performance
-speaker=6
-audio=Premium
-transmission=Manual
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+sunroof=true
+sunroof_disabled=true
+cruisecontrol=true
+cruisecontrol_disabled=true
+keylessentry=true
+keylessentry_disabled=true
+securitySystem=false
+securitySystem_disabled=true
+skirack=true
+skirack_disabled=true
+towPackage=true
+towPackage_disabled=true
+gps=false
+gps_disabled=true
+
+engine=V8
+brake=Drum
+suspension=Performance
+speaker=6
+audio=Premium
+transmission=Manual

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources.properties Thu Jun 17 21:00:48 2010
@@ -1,106 +1,102 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-#
-# Resources common to the entire app.
-#
-
-moreButton=More
-
-chooseLocale=Choose Your Preferred Locale From the Map
-
-chooseCar=Which car would you like to buy?
-
-carDetails=Here are the details for your car.
-
-basePriceLabel=Base Price
-yourPriceLabel=Your Price 
-OptionsPackages=Options and Packages
-
-Package=Package
-Custom=Custom
-Deluxe=Deluxe
-
-Engine=Engine
-
-Brakes=Brakes
-Disc=disc
-Drum=drum
-
-Suspension=Suspension
-Regular=regular
-Performance=performance
-
-Speakers=Speakers
-
-Audio=Audio
-Standard=Standard
-Premium=premium
-
-Transmission=Transmission
-Auto=auto
-Manual=manual
-
-OtherOptions=Other Options
-
-sunroofLabel=Sunroof
-cruiseLabel=Cruise Control
-keylessLabel=Keyless Entry
-securityLabel=Security System
-skiRackLabel=Ski Rack
-towPkgLabel=Tow Package
-gpsLabel=GPS
-buy=Buy
-back=Back
-buyLabel=Thanks for stopping by!
-
-recalculate=Recalculate
-buyTitle=You have chosen the following options:
-configureButton=Reconfigure
-customerTitle=Please fill in your name and address.
-
-titleLabel=Title
-mrLabel=Mr.
-msLabel=Ms.
-mrsLabel=Mrs.
-firstLabel=First Name
-middleLabel=Middle Initial
-lastLabel=Last Name
-mailingLabel=Mailing Address
-cityLabel=City
-stateLabel=State
-zipLabel=Zip Code
-ccNumberLabel=Credit Card Number
-monthLabel=Expiry Date
-finishButton=Finish
-errorLabel=An Error Happened!
-thanksLabel=Thanks, {0}, for using CarStore! Your car will ship soon.
-
-outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
-
-english=English
-german=German
-spanish=Spanish
-french=French
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+#
+# Resources common to the entire app.
+#
+
+moreButton=More
+
+chooseLocale=Choose Your Preferred Locale From the Map
+
+chooseCar=Which car would you like to buy?
+
+carDetails=Here are the details for your car.
+
+basePriceLabel=Base Price
+yourPriceLabel=Your Price 
+OptionsPackages=Options and Packages
+
+Package=Package
+Custom=Custom
+Deluxe=Deluxe
+
+Engine=Engine
+
+Brakes=Brakes
+Disc=disc
+Drum=drum
+
+Suspension=Suspension
+Regular=regular
+Performance=performance
+
+Speakers=Speakers
+
+Audio=Audio
+Standard=Standard
+Premium=premium
+
+Transmission=Transmission
+Auto=auto
+Manual=manual
+
+OtherOptions=Other Options
+
+sunroofLabel=Sunroof
+cruiseLabel=Cruise Control
+keylessLabel=Keyless Entry
+securityLabel=Security System
+skiRackLabel=Ski Rack
+towPkgLabel=Tow Package
+gpsLabel=GPS
+buy=Buy
+back=Back
+buyLabel=Thanks for stopping by!
+
+recalculate=Recalculate
+buyTitle=You have chosen the following options:
+configureButton=Reconfigure
+customerTitle=Please fill in your name and address.
+
+titleLabel=Title
+mrLabel=Mr.
+msLabel=Ms.
+mrsLabel=Mrs.
+firstLabel=First Name
+middleLabel=Middle Initial
+lastLabel=Last Name
+mailingLabel=Mailing Address
+cityLabel=City
+stateLabel=State
+zipLabel=Zip Code
+ccNumberLabel=Credit Card Number
+monthLabel=Expiry Date
+finishButton=Finish
+errorLabel=An Error Happened!
+thanksLabel=Thanks, {0}, for using CarStore! Your car will ship soon.
+
+outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
+
+english=English
+german=German
+spanish=Spanish
+french=French

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_de.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_de.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_de.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_de.properties Thu Jun 17 21:00:48 2010
@@ -1,103 +1,99 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-carDetails=Here are the details for your car.
-
-moreButton=Mehr
-
-chooseLocale=W\u00e4hlen Sie Ihren bevorzugten Standort aus der Karte.
-
-basePriceLabel=Basis-Preis
-yourPriceLabel=Ihr Preis 
-OptionsPackages=Optionen und Pakete
-
-Package=Package
-Custom=Kundenspezifisch
-Deluxe=Deluxe
-
-Engine=Motor
-
-Brakes=Bremsen
-Disc=Scheibenbremse
-Drum=Trommelbremse
-
-Suspension=Aufh\u00e4ngung
-Regular=regul\u00e4r
-Performance=Leistung
- 
-Speakers=Lautsprecher
-
-Audio=Audio
-Standard=Standard 
-Premium=Premium
-
-Transmission=Getriebe
-Auto=automatisch
-Manual=manuell
-
-OtherOptions=Andere Optionen
-
-sunroofLabel=Sonnendach
-cruiseLabel=Tempomat
-keylessLabel=Zentralverriegelung mit Fernbedienung
-securityLabel=Sicherheits-System
-skiRackLabel=Ski-Tr\u00e4ger
-towPkgLabel=Abschleppkabel
-gpsLabel=GPS
-buy=Kaufen
-back=Zur\u00fck
-buyLabel=Vielen Dank!
-
-recalculate=berechnen
-buyTitle=Sie haben die folgenden Optionen gew\u00e4hlt:
-configureButton=Neu Konfigurieren
-customerTitle=Bitte f\u00fcllen Sie Name und Adresse aus.
-
-titleLabel=Titel
-mrLabel=Herr
-msLabel=Frau 
-mrsLabel=Fr\u00e4ulein
-firstLabel=Vorname
-middleLabel=Mittlerer Initial
-lastLabel=Nachname
-mailingLabel=Adresse 
-cityLabel=Stadt
-stateLabel=Bundesstaat
-zipLabel=Postleizahl
-ccNumberLabel=Keditkarten-Nummer
-monthLabel=G\u00fcltig bis 
-finishButton=Ende
-errorLabel=Es ist ein Fehler aufgetreten! 
-thanksLabel=Vielen Dank, {0}, dass Sie die CarStore benutzt haben! Ihr Wagen wird bald geliefert...
-
-outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
-
-stockLabel=Traurig, ist Sonne-Dach f\u00FCr Jalopy momentan nicht vorr\u00E4tig.\ 
-chooseCar=Which car would you like to buy?
-
-english=English
-german=Deutsch
-spanish=Espanol
-french=Francais
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+carDetails=Here are the details for your car.
+
+moreButton=Mehr
+
+chooseLocale=W\u00e4hlen Sie Ihren bevorzugten Standort aus der Karte.
+
+basePriceLabel=Basis-Preis
+yourPriceLabel=Ihr Preis 
+OptionsPackages=Optionen und Pakete
+
+Package=Package
+Custom=Kundenspezifisch
+Deluxe=Deluxe
+
+Engine=Motor
+
+Brakes=Bremsen
+Disc=Scheibenbremse
+Drum=Trommelbremse
+
+Suspension=Aufh\u00e4ngung
+Regular=regul\u00e4r
+Performance=Leistung
+ 
+Speakers=Lautsprecher
+
+Audio=Audio
+Standard=Standard 
+Premium=Premium
+
+Transmission=Getriebe
+Auto=automatisch
+Manual=manuell
+
+OtherOptions=Andere Optionen
+
+sunroofLabel=Sonnendach
+cruiseLabel=Tempomat
+keylessLabel=Zentralverriegelung mit Fernbedienung
+securityLabel=Sicherheits-System
+skiRackLabel=Ski-Tr\u00e4ger
+towPkgLabel=Abschleppkabel
+gpsLabel=GPS
+buy=Kaufen
+back=Zur\u00fck
+buyLabel=Vielen Dank!
+
+recalculate=berechnen
+buyTitle=Sie haben die folgenden Optionen gew\u00e4hlt:
+configureButton=Neu Konfigurieren
+customerTitle=Bitte f\u00fcllen Sie Name und Adresse aus.
+
+titleLabel=Titel
+mrLabel=Herr
+msLabel=Frau 
+mrsLabel=Fr\u00e4ulein
+firstLabel=Vorname
+middleLabel=Mittlerer Initial
+lastLabel=Nachname
+mailingLabel=Adresse 
+cityLabel=Stadt
+stateLabel=Bundesstaat
+zipLabel=Postleizahl
+ccNumberLabel=Keditkarten-Nummer
+monthLabel=G\u00fcltig bis 
+finishButton=Ende
+errorLabel=Es ist ein Fehler aufgetreten! 
+thanksLabel=Vielen Dank, {0}, dass Sie die CarStore benutzt haben! Ihr Wagen wird bald geliefert...
+
+outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
+
+stockLabel=Traurig, ist Sonne-Dach f\u00FCr Jalopy momentan nicht vorr\u00E4tig.\ 
+chooseCar=Which car would you like to buy?
+
+english=English
+german=Deutsch
+spanish=Espanol
+french=Francais

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_en.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_en.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_en.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_en.properties Thu Jun 17 21:00:48 2010
@@ -1,106 +1,102 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-#
-# Resources common to the entire app.
-#
-
-moreButton=More
-
-chooseLocale=Choose Your Preferred Locale From the Map
-
-chooseCar=Which car would you like to buy?
-
-carDetails=Here are the details for your car.
-
-basePriceLabel=Base Price
-yourPriceLabel=Your Price 
-OptionsPackages=Options and Packages
-
-Package=Package
-Custom=Custom
-Deluxe=Deluxe
-
-Engine=Engine
-
-Brakes=Brakes
-Disc=disc
-Drum=drum
-
-Suspension=Suspension
-Regular=regular
-Performance=performance
-
-Speakers=Speakers
-
-Audio=Audio
-Standard=Standard
-Premium=premium
-
-Transmission=Transmission
-Auto=auto
-Manual=manual
-
-OtherOptions=Other Options
-
-sunroofLabel=Sunroof
-cruiseLabel=Cruise Control
-keylessLabel=Keyless Entry
-securityLabel=Security System
-skiRackLabel=Ski Rack
-towPkgLabel=Tow Package
-gpsLabel=GPS
-buy=Buy
-back=Back
-buyLabel=Thanks for stopping by!
-
-recalculate=Recalculate
-buyTitle=You have chosen the following options:
-configureButton=Reconfigure
-customerTitle=Please fill in your name and address.
-
-titleLabel=Title
-mrLabel=Mr.
-msLabel=Ms.
-mrsLabel=Mrs.
-firstLabel=First Name
-middleLabel=Middle Initial
-lastLabel=Last Name
-mailingLabel=Mailing Address
-cityLabel=City
-stateLabel=State
-zipLabel=Zip Code
-ccNumberLabel=Credit Card Number
-monthLabel=Expiry Date
-finishButton=Finish
-errorLabel=An Error Happened!
-thanksLabel=Thanks, {0}, for using CarStore! Your car will ship soon.
-
-outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
-
-english=English
-german=German
-spanish=Spanish
-french=French
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+#
+# Resources common to the entire app.
+#
+
+moreButton=More
+
+chooseLocale=Choose Your Preferred Locale From the Map
+
+chooseCar=Which car would you like to buy?
+
+carDetails=Here are the details for your car.
+
+basePriceLabel=Base Price
+yourPriceLabel=Your Price 
+OptionsPackages=Options and Packages
+
+Package=Package
+Custom=Custom
+Deluxe=Deluxe
+
+Engine=Engine
+
+Brakes=Brakes
+Disc=disc
+Drum=drum
+
+Suspension=Suspension
+Regular=regular
+Performance=performance
+
+Speakers=Speakers
+
+Audio=Audio
+Standard=Standard
+Premium=premium
+
+Transmission=Transmission
+Auto=auto
+Manual=manual
+
+OtherOptions=Other Options
+
+sunroofLabel=Sunroof
+cruiseLabel=Cruise Control
+keylessLabel=Keyless Entry
+securityLabel=Security System
+skiRackLabel=Ski Rack
+towPkgLabel=Tow Package
+gpsLabel=GPS
+buy=Buy
+back=Back
+buyLabel=Thanks for stopping by!
+
+recalculate=Recalculate
+buyTitle=You have chosen the following options:
+configureButton=Reconfigure
+customerTitle=Please fill in your name and address.
+
+titleLabel=Title
+mrLabel=Mr.
+msLabel=Ms.
+mrsLabel=Mrs.
+firstLabel=First Name
+middleLabel=Middle Initial
+lastLabel=Last Name
+mailingLabel=Mailing Address
+cityLabel=City
+stateLabel=State
+zipLabel=Zip Code
+ccNumberLabel=Credit Card Number
+monthLabel=Expiry Date
+finishButton=Finish
+errorLabel=An Error Happened!
+thanksLabel=Thanks, {0}, for using CarStore! Your car will ship soon.
+
+outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
+
+english=English
+german=German
+spanish=Spanish
+french=French

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_es.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_es.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_es.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_es.properties Thu Jun 17 21:00:48 2010
@@ -1,174 +1,170 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-carDetails=Here are the details for your car.
-
-moreButton=M\u00e1s
-
-
-
-chooseLocale=Escoje tu sitio favorito del mapa 
-
-
-
-basePriceLabel=Precio base
-
-yourPriceLabel=Tu precio 
-
-OptionsPackages=Paquete de opci\u00f3nes
-
-
-
-Custom=personalizado a tu gusto
-
-Deluxe=delujo
-
-Package=paquete
-
-
-
-Engine=Motor
-
-
-
-Brakes=Frenos
-
-Disc=Disco de frenos
-
-Drum=Tambor de frenos
-
-
-
-Suspension=suspensi\u00f3n
-
-Regular=Regular
-
-Performance=Redimiento
-
-
-
-Speakers=Bocinas
-
-
-
-Audio=Equipo de sonido
-
-Standard=Est\u00e1ndar
-
-Premium=Superior
-
-
-
-Transmission=Transmisi\u00f3n
-
-Auto=Transmisi\u00f3n   Automatica
-
-Manual=Transmisi\u00f3n  Manual
-
-
-
-OtherOptions=Otras opci\u00f3nes
-
-
-
-sunroofLabel=techo corredizo
-
-cruiseLabel=control de velocidad constante
-
-keylessLabel=sistema de entrada sin llaves a control remoto
-
-securityLabel=Sistema de seguridad
-
-skiRackLabel=Porta esquis
-
-towPkgLabel=Paquete para remolque
-
-gpsLabel=Sistema de posicionamiento global
-
-buy=Comprar
-back=Regresar
-
-buyLabel=Gracias por visitamos!
-
-
-
-recalculate=Calcular de nuevo
-
-buyTitle=Tu has escojido las siguientes opci\u00f3nes: 
-
-configureButton=Reconfigurar
-
-customerTitle=Por favor complete su nombre y direcci\u00f3n.
-
-
-
-titleLabel=T\u00edtulo
-
-mrLabel=Se\u00f1or
-
-msLabel=Srta.
-
-mrsLabel=Sra.
-
-firstLabel=Primer Nombre
-
-middleLabel=Segundo Nombre
-
-lastLabel=Apellido
-
-mailingLabel=Dirrecci\u00f3n
-
-cityLabel=Ciudad
-
-stateLabel=Estado
-
-zipLabel=C\u00f3digo postal
-
-ccNumberLabel=Numero de carta de cr\u00e9dito
-
-monthLabel=Fecha de expiraci\u00f3n
-
-finishButton=Terminar
-
-errorLabel=Un error de sucedio
-
-thanksLabel=Gracias, {0}, para usar CarStore! Tu carro enviado pronto.
-
-
-
-outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
-
-
-
-
-
-
-stockLabel=Apesadumbrada, la azotea del sol para Jalopy est\u00E1 actualmente fuera de acci\u00F3n.\ 
-chooseCar=Which car would you like to buy?
-
-english=English
-german=Deutsch
-spanish=Espanol
-french=Francais
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+carDetails=Here are the details for your car.
+
+moreButton=M\u00e1s
+
+
+
+chooseLocale=Escoje tu sitio favorito del mapa 
+
+
+
+basePriceLabel=Precio base
+
+yourPriceLabel=Tu precio 
+
+OptionsPackages=Paquete de opci\u00f3nes
+
+
+
+Custom=personalizado a tu gusto
+
+Deluxe=delujo
+
+Package=paquete
+
+
+
+Engine=Motor
+
+
+
+Brakes=Frenos
+
+Disc=Disco de frenos
+
+Drum=Tambor de frenos
+
+
+
+Suspension=suspensi\u00f3n
+
+Regular=Regular
+
+Performance=Redimiento
+
+
+
+Speakers=Bocinas
+
+
+
+Audio=Equipo de sonido
+
+Standard=Est\u00e1ndar
+
+Premium=Superior
+
+
+
+Transmission=Transmisi\u00f3n
+
+Auto=Transmisi\u00f3n   Automatica
+
+Manual=Transmisi\u00f3n  Manual
+
+
+
+OtherOptions=Otras opci\u00f3nes
+
+
+
+sunroofLabel=techo corredizo
+
+cruiseLabel=control de velocidad constante
+
+keylessLabel=sistema de entrada sin llaves a control remoto
+
+securityLabel=Sistema de seguridad
+
+skiRackLabel=Porta esquis
+
+towPkgLabel=Paquete para remolque
+
+gpsLabel=Sistema de posicionamiento global
+
+buy=Comprar
+back=Regresar
+
+buyLabel=Gracias por visitamos!
+
+
+
+recalculate=Calcular de nuevo
+
+buyTitle=Tu has escojido las siguientes opci\u00f3nes: 
+
+configureButton=Reconfigurar
+
+customerTitle=Por favor complete su nombre y direcci\u00f3n.
+
+
+
+titleLabel=T\u00edtulo
+
+mrLabel=Se\u00f1or
+
+msLabel=Srta.
+
+mrsLabel=Sra.
+
+firstLabel=Primer Nombre
+
+middleLabel=Segundo Nombre
+
+lastLabel=Apellido
+
+mailingLabel=Dirrecci\u00f3n
+
+cityLabel=Ciudad
+
+stateLabel=Estado
+
+zipLabel=C\u00f3digo postal
+
+ccNumberLabel=Numero de carta de cr\u00e9dito
+
+monthLabel=Fecha de expiraci\u00f3n
+
+finishButton=Terminar
+
+errorLabel=Un error de sucedio
+
+thanksLabel=Gracias, {0}, para usar CarStore! Tu carro enviado pronto.
+
+
+
+outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
+
+
+
+
+
+
+stockLabel=Apesadumbrada, la azotea del sol para Jalopy est\u00E1 actualmente fuera de acci\u00F3n.\ 
+chooseCar=Which car would you like to buy?
+
+english=English
+german=Deutsch
+spanish=Espanol
+french=Francais

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_fr.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_fr.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_fr.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Resources_fr.properties Thu Jun 17 21:00:48 2010
@@ -1,103 +1,99 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-carDetails=Here are the details for your car.
-
-moreButton=Plus
-
-chooseLocale=Choisissez votre locale pr\u00e9f\u00e9r\u00e9e avec la carte g\u00e9ographique
-
-basePriceLabel=Prix de Base
-yourPriceLabel=Votre Prix 
-OptionsPackages=Options
-
-Package=Pack
-Custom=Sp\u00e9cifique
-Deluxe=Grand Confort
-
-Engine=Moteur
-
-Brakes=Freins
-Disc=disque
-Drum=tambour
-
-Suspension=Suspension
-Regular=r\u00e9gulier
-Performance=performance
-
-Speakers=Hauts-parleurs
-
-Audio=Audio
-Standard=standard
-Premium=premium
-
-Transmission=Transmission
-Auto=automatique
-Manual=manuelle
-
-OtherOptions=Autres Options
-
-sunroofLabel=Toit Ouvrant
-cruiseLabel=R\u00e9gulateur de Vitesse
-keylessLabel=Entr\u00e9e sans clef
-securityLabel=Syst\u00e8me de s\u00e9curit\u00e9
-skiRackLabel=Porte Skis
-towPkgLabel=Remorquage
-gpsLabel=Syst\u00e8me de navigation par satellite
-buy=Acheter
-back=retourner
-buyLabel=Merci de nous visiter!
-
-recalculate=Recalculer
-buyTitle=Vous avez s\u00e9lectionn\u00e9 les options suivantes:
-configureButton=Reconfigurer
-customerTitle=S.V.P., sp\u00e9cifiez votre nom et adresse.
-
-titleLabel=Titre
-mrLabel=M.
-msLabel=Mlle
-mrsLabel=Mme
-firstLabel=Pr\u00e9nom
-middleLabel=Initiale
-lastLabel=Nom de Famille
-mailingLabel=Adresse
-cityLabel=Ville
-stateLabel=Province
-zipLabel=Code Postal
-ccNumberLabel=Num\u00e9ro de carte de cr\u00e9dit
-monthLabel=Date d'expiration
-finishButton=Terminer
-errorLabel=Il s'est produit une erreur!
-thanksLabel=Merci d utiliser, {0}, D\u00e9moVoiture! Votre automobile arrivera bient\u00f4t.
-
-outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
-
-stockLabel=D\u00E9sol\u00E9, le toit du soleil pour Jalopy est actuellement hors des actions.\ 
-chooseCar=Which car would you like to buy?
-
-english=English
-german=Deutsch
-spanish=Espanol
-french=Francais
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+carDetails=Here are the details for your car.
+
+moreButton=Plus
+
+chooseLocale=Choisissez votre locale pr\u00e9f\u00e9r\u00e9e avec la carte g\u00e9ographique
+
+basePriceLabel=Prix de Base
+yourPriceLabel=Votre Prix 
+OptionsPackages=Options
+
+Package=Pack
+Custom=Sp\u00e9cifique
+Deluxe=Grand Confort
+
+Engine=Moteur
+
+Brakes=Freins
+Disc=disque
+Drum=tambour
+
+Suspension=Suspension
+Regular=r\u00e9gulier
+Performance=performance
+
+Speakers=Hauts-parleurs
+
+Audio=Audio
+Standard=standard
+Premium=premium
+
+Transmission=Transmission
+Auto=automatique
+Manual=manuelle
+
+OtherOptions=Autres Options
+
+sunroofLabel=Toit Ouvrant
+cruiseLabel=R\u00e9gulateur de Vitesse
+keylessLabel=Entr\u00e9e sans clef
+securityLabel=Syst\u00e8me de s\u00e9curit\u00e9
+skiRackLabel=Porte Skis
+towPkgLabel=Remorquage
+gpsLabel=Syst\u00e8me de navigation par satellite
+buy=Acheter
+back=retourner
+buyLabel=Merci de nous visiter!
+
+recalculate=Recalculer
+buyTitle=Vous avez s\u00e9lectionn\u00e9 les options suivantes:
+configureButton=Reconfigurer
+customerTitle=S.V.P., sp\u00e9cifiez votre nom et adresse.
+
+titleLabel=Titre
+mrLabel=M.
+msLabel=Mlle
+mrsLabel=Mme
+firstLabel=Pr\u00e9nom
+middleLabel=Initiale
+lastLabel=Nom de Famille
+mailingLabel=Adresse
+cityLabel=Ville
+stateLabel=Province
+zipLabel=Code Postal
+ccNumberLabel=Num\u00e9ro de carte de cr\u00e9dit
+monthLabel=Date d'expiration
+finishButton=Terminer
+errorLabel=Il s'est produit une erreur!
+thanksLabel=Merci d utiliser, {0}, D\u00e9moVoiture! Votre automobile arrivera bient\u00f4t.
+
+outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
+
+stockLabel=D\u00E9sol\u00E9, le toit du soleil pour Jalopy est actuellement hors des actions.\ 
+chooseCar=Which car would you like to buy?
+
+english=English
+german=Deutsch
+spanish=Espanol
+french=Francais

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster.properties Thu Jun 17 21:00:48 2010
@@ -1,33 +1,29 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the Roadster
-
-title=Duke's MLC Roadster
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Getting on in years? Need to make one last-ditch grasp at youth?  You'll feel 20 years younger when step behind the wheel of this baby.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the Roadster
+
+title=Duke's MLC Roadster
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Getting on in years? Need to make one last-ditch grasp at youth?  You'll feel 20 years younger when step behind the wheel of this baby.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_de.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_de.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_de.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_de.properties Thu Jun 17 21:00:48 2010
@@ -1,34 +1,30 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the Roadster
-
-title=Duke's MLC Roadster
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Kommen Sie in die Jahre? Wollen Sie nicht noch mal nach der Jugend greifen? Sie f\u00fchlen sich 20 Jahre j\u00fcnger, wenn Sie sich hinter das Lenkrad dieses Babies setzen.
-destcription_componentType=javax.faces.Output
-destcription_valueType=java.lang.String
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the Roadster
+
+title=Duke's MLC Roadster
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Kommen Sie in die Jahre? Wollen Sie nicht noch mal nach der Jugend greifen? Sie f\u00fchlen sich 20 Jahre j\u00fcnger, wenn Sie sich hinter das Lenkrad dieses Babies setzen.
+destcription_componentType=javax.faces.Output
+destcription_valueType=java.lang.String
+

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_es.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_es.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_es.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_es.properties Thu Jun 17 21:00:48 2010
@@ -1,30 +1,26 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-title=El coche MLC de Duke.
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Te sientes como que los a\u00f1os se estan acumulando? Te quieres sentir como adolecente de Nuevo? Tu te vas a sentir como un nuevo joven una vez mas te montes en  este autom\u00d3vil.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+title=El coche MLC de Duke.
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Te sientes como que los a\u00f1os se estan acumulando? Te quieres sentir como adolecente de Nuevo? Tu te vas a sentir como un nuevo joven una vez mas te montes en  este autom\u00d3vil.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_fr.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_fr.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_fr.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_fr.properties Thu Jun 17 21:00:48 2010
@@ -1,33 +1,29 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-title=La sportive de Duke
-
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=On vieillit? On aimerait revivre cette jeunesse pass\u00e9e? Rajeunissez de 20 ans au volant de cette petite merveille.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+title=La sportive de Duke
+
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=On vieillit? On aimerait revivre cette jeunesse pass\u00e9e? Rajeunissez de 20 ans au volant de cette petite merveille.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String
+

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_options.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_options.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_options.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Roadster_options.properties Thu Jun 17 21:00:48 2010
@@ -1,58 +1,54 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the non-localized set of options for the Roadster
-
-
-basePrice=15700
-basePrice_componentType=javax.faces.Output
-basePrice_valueType=java.lang.Integer
-currentPrice=15700
-currentPrice_componentType=javax.faces.Output
-currentPrice_valueType=java.lang.Integer
-image=/images/200x168_Roadster.jpg
-image_componentType=javax.faces.Graphic
-image_valueType=java.lang.String
-imageSmall=/images/150x126_Roadster.jpg
-imageSmall_componentType=javax.faces.Graphic
-imageSmall_valueType=java.lang.String
-brake=Disc,Drum
-brake_componentType=javax.faces.SelectOne
-brake_valueType=java.lang.String
-suspension=Performance,Regular
-suspension_componentType=javax.faces.SelectOne
-suspension_valueType=java.lang.String
-audio=Standard,Premium
-audio_componentType=javax.faces.SelectOne
-audio_valueType=java.lang.String
-transmission=Auto,Manual
-transmission_componentType=javax.faces.SelectOne
-transmission_valueType=java.lang.String
-engine=V4,V6,V8
-engine_componentType=javax.faces.SelectOne
-engine_valueType=java.lang.String
-speaker=4,6
-speaker_componentType=javax.faces.SelectOne
-speaker_valueType=java.lang.String
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the non-localized set of options for the Roadster
+
+
+basePrice=15700
+basePrice_componentType=javax.faces.Output
+basePrice_valueType=java.lang.Integer
+currentPrice=15700
+currentPrice_componentType=javax.faces.Output
+currentPrice_valueType=java.lang.Integer
+image=/images/200x168_Roadster.jpg
+image_componentType=javax.faces.Graphic
+image_valueType=java.lang.String
+imageSmall=/images/150x126_Roadster.jpg
+imageSmall_componentType=javax.faces.Graphic
+imageSmall_valueType=java.lang.String
+brake=Disc,Drum
+brake_componentType=javax.faces.SelectOne
+brake_valueType=java.lang.String
+suspension=Performance,Regular
+suspension_componentType=javax.faces.SelectOne
+suspension_valueType=java.lang.String
+audio=Standard,Premium
+audio_componentType=javax.faces.SelectOne
+audio_valueType=java.lang.String
+transmission=Auto,Manual
+transmission_componentType=javax.faces.SelectOne
+transmission_valueType=java.lang.String
+engine=V4,V6,V8
+engine_componentType=javax.faces.SelectOne
+engine_valueType=java.lang.String
+speaker=4,6
+speaker_componentType=javax.faces.SelectOne
+speaker_valueType=java.lang.String

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV.properties Thu Jun 17 21:00:48 2010
@@ -1,34 +1,30 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the SUV
-
-
-title=Duke's Bloated SUV
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Sometimes you can never be high enough or big enough compared to the car next to you. And those newborns come out bigger every time. Get the SUV that will hold everything and scare the begeezes out of everyone on the road.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the SUV
+
+
+title=Duke's Bloated SUV
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Sometimes you can never be high enough or big enough compared to the car next to you. And those newborns come out bigger every time. Get the SUV that will hold everything and scare the begeezes out of everyone on the road.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_de.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_de.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_de.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_de.properties Thu Jun 17 21:00:48 2010
@@ -1,34 +1,30 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the SUV
-
-title=Dukes aufgeblasener Gel\u00e4ndewagen
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Manchmal k\u00f6nnen Sie niemels hoch oder gro\u00df genug sein, verglichen mit dem Wagen neben Ihnen. Und diese Welpen kommen jedesmal gr\u00fc\u00dfer raus. Nehmen Sie diesen Gel\u00e4ndewagen, der allem standh\u00e4lt und jeden auf der Stra\u00dfe beeindruckt.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the SUV
+
+title=Dukes aufgeblasener Gel\u00e4ndewagen
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Manchmal k\u00f6nnen Sie niemels hoch oder gro\u00df genug sein, verglichen mit dem Wagen neben Ihnen. Und diese Welpen kommen jedesmal gr\u00fc\u00dfer raus. Nehmen Sie diesen Gel\u00e4ndewagen, der allem standh\u00e4lt und jeden auf der Stra\u00dfe beeindruckt.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String
+

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_es.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_es.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_es.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_es.properties Thu Jun 17 21:00:48 2010
@@ -1,34 +1,30 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the SUV
-
-title=El enorme carro SUV de Duke
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Hay muchas veces de que uno nunca puede tener un carro mas grande de que el carro ala par de uno. Compra el SUV mas grande para poder poner todas las cosas que quiras y asustar a todos que se aproximen a tu SUV.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the SUV
+
+title=El enorme carro SUV de Duke
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Hay muchas veces de que uno nunca puede tener un carro mas grande de que el carro ala par de uno. Compra el SUV mas grande para poder poner todas las cosas que quiras y asustar a todos que se aproximen a tu SUV.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String
+

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_fr.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_fr.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_fr.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_fr.properties Thu Jun 17 21:00:48 2010
@@ -1,34 +1,30 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the SUV
-
-title=Le SUV de Duke
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Que ce soit en hauteur ou en grosseur, vous voulez surpasser toutes les voitures sur la route? Les rejetons grandissent trop vite? Vous devez vous procurer ce v\u00e9hicule utilitaire qui regorge d'espace pour asseoir tout le monde confortablement en plus de demander le respect de quiconque s'aventure sur la route avec vous.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the SUV
+
+title=Le SUV de Duke
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Que ce soit en hauteur ou en grosseur, vous voulez surpasser toutes les voitures sur la route? Les rejetons grandissent trop vite? Vous devez vous procurer ce v\u00e9hicule utilitaire qui regorge d'espace pour asseoir tout le monde confortablement en plus de demander le respect de quiconque s'aventure sur la route avec vous.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String
+

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_options.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_options.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_options.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/SUV_options.properties Thu Jun 17 21:00:48 2010
@@ -1,57 +1,53 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the non-localized set of options for the SUV
-
-basePrice=25000
-basePrice_componentType=javax.faces.Output
-basePrice_valueType=java.lang.Integer
-currentPrice=25000
-currentPrice_componentType=javax.faces.Output
-currentPrice_valueType=java.lang.Integer
-image=/images/200x168_SUV.jpg
-image_componentType=javax.faces.Graphic
-image_valueType=java.lang.String
-imageSmall=/images/150x126_SUV.jpg
-imageSmall_componentType=javax.faces.Graphic
-imageSmall_valueType=java.lang.String
-brake=Disc,Drum
-brake_componentType=javax.faces.SelectOne
-brake_valueType=java.lang.String
-suspension=Performance,Regular
-suspension_componentType=javax.faces.SelectOne
-suspension_valueType=java.lang.String
-audio=Standard,Premium
-audio_componentType=javax.faces.SelectOne
-audio_valueType=java.lang.String
-transmission=Auto,Manual
-transmission_componentType=javax.faces.SelectOne
-transmission_valueType=java.lang.String
-engine=V4,V6,V8
-engine_componentType=javax.faces.SelectOne
-engine_valueType=java.lang.String
-speaker=4,6
-speaker_componentType=javax.faces.SelectOne
-speaker_valueType=java.lang.String
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the non-localized set of options for the SUV
+
+basePrice=25000
+basePrice_componentType=javax.faces.Output
+basePrice_valueType=java.lang.Integer
+currentPrice=25000
+currentPrice_componentType=javax.faces.Output
+currentPrice_valueType=java.lang.Integer
+image=/images/200x168_SUV.jpg
+image_componentType=javax.faces.Graphic
+image_valueType=java.lang.String
+imageSmall=/images/150x126_SUV.jpg
+imageSmall_componentType=javax.faces.Graphic
+imageSmall_valueType=java.lang.String
+brake=Disc,Drum
+brake_componentType=javax.faces.SelectOne
+brake_valueType=java.lang.String
+suspension=Performance,Regular
+suspension_componentType=javax.faces.SelectOne
+suspension_valueType=java.lang.String
+audio=Standard,Premium
+audio_componentType=javax.faces.SelectOne
+audio_valueType=java.lang.String
+transmission=Auto,Manual
+transmission_componentType=javax.faces.SelectOne
+transmission_valueType=java.lang.String
+engine=V4,V6,V8
+engine_componentType=javax.faces.SelectOne
+engine_valueType=java.lang.String
+speaker=4,6
+speaker_componentType=javax.faces.SelectOne
+speaker_valueType=java.lang.String

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Standard.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Standard.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Standard.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/bundles/Standard.properties Thu Jun 17 21:00:48 2010
@@ -1,45 +1,41 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-sunroof=true
-sunroof_disabled=true
-cruisecontrol=true
-cruisecontrol_disabled=true
-keylessentry=true
-keylessentry_disabled=true
-securitySystem=false
-securitySystem_disabled=true
-skirack=true
-skirack_disabled=true
-towPackage=false
-towPackage_disabled=true
-gps=false
-gps_disabled=true
-
-engine=V4
-brake=Disc
-suspension=Regular
-speaker=4
-audio=Standard
-transmission=Auto
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+sunroof=true
+sunroof_disabled=true
+cruisecontrol=true
+cruisecontrol_disabled=true
+keylessentry=true
+keylessentry_disabled=true
+securitySystem=false
+securitySystem_disabled=true
+skirack=true
+skirack_disabled=true
+towPackage=false
+towPackage_disabled=true
+gps=false
+gps_disabled=true
+
+engine=V4
+brake=Disc
+suspension=Regular
+speaker=4
+audio=Standard
+transmission=Auto

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/package.html
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/package.html?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/package.html (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/carstore/package.html Thu Jun 17 21:00:48 2010
@@ -1,58 +1,64 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
-<head>
-    <!--
-    
-      @(#)package.html	1.60 98/01/27
-    
-      Copyright 2004 Sun Microsystems, Inc. 901 San Antonio Road, 
-      Palo Alto, California, 94303, U.S.A.  All Rights Reserved.
-    
-      This software is the confidential and proprietary information of Sun
-      Microsystems, Inc. ("Confidential Information").  You shall not
-      disclose such Confidential Information and shall use it only in
-      accordance with the terms of the license agreement you entered into
-      with Sun.
-    
-      CopyrightVersion 1.2
-    
-    -->
-</head>
-
-<body bgcolor="white">
-
-<p>CarStore is a moderately complex demonstration of JavaServer Faces
-    technology. Please consult the tutorial for more detailed information
-    on the concepts required to build applications with JavaServer Faces
-    technology. Below we use whiteboard diagrams to illustrate the ease
-    with which a web application can be designed, and how that design can be
-    easily cast into a Faces application.</p>
-
-<h3>Page Flow</h3>
-
-<p>Here's a quick diagram of page flow through the application.</p>
-
-<p><img src="@context.path@/javadocs/flow.jpg"/></p>
-
-<p>Each box corresponds to a JSP page. The arrows correspond to the
-    <b>supported</b> flow from page to page, either with buttons in the
-    page, or with the browser navigation buttons.</p>
-
-<h3>Supporting Beans</h3>
-
-<p>We then overlay the beans required to back the JSP pages.</p>
-
-<p><img src="@context.path@/javadocs/beans.jpg"/></p>
-
-<p>See the JavaDocs for each bean to see what it does.</p>
-
-<h3>Back End Data</h3>
-
-<p>Finally, we add the back end data. In this simple application, the
-    data is read from <code>java.util.ResourceBundle</code> instances, but
-    it could just as well come from a database.</p>
-
-<p><img src="@context.path@/javadocs/data.jpg"/></p>
-
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    <!--
+    
+/* Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+    
+    -->
+</head>
+
+<body bgcolor="white">
+
+<p>CarStore is a moderately complex demonstration of JavaServer Faces
+    technology. Please consult the tutorial for more detailed information
+    on the concepts required to build applications with JavaServer Faces
+    technology. Below we use whiteboard diagrams to illustrate the ease
+    with which a web application can be designed, and how that design can be
+    easily cast into a Faces application.</p>
+
+<h3>Page Flow</h3>
+
+<p>Here's a quick diagram of page flow through the application.</p>
+
+<p><img src="@context.path@/javadocs/flow.jpg"/></p>
+
+<p>Each box corresponds to a JSP page. The arrows correspond to the
+    <b>supported</b> flow from page to page, either with buttons in the
+    page, or with the browser navigation buttons.</p>
+
+<h3>Supporting Beans</h3>
+
+<p>We then overlay the beans required to back the JSP pages.</p>
+
+<p><img src="@context.path@/javadocs/beans.jpg"/></p>
+
+<p>See the JavaDocs for each bean to see what it does.</p>
+
+<h3>Back End Data</h3>
+
+<p>Finally, we add the back end data. In this simple application, the
+    data is read from <code>java.util.ResourceBundle</code> instances, but
+    it could just as well come from a database.</p>
+
+<p><img src="@context.path@/javadocs/data.jpg"/></p>
+
+</body>
+</html>