You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by he...@apache.org on 2005/12/15 14:28:57 UTC

svn commit: r357010 - /incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/

Author: hennes
Date: Thu Dec 15 05:24:52 2005
New Revision: 357010

URL: http://svn.apache.org/viewcvs?rev=357010&view=rev
Log:
converted properties into xml format

Added:
    incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties.xml   (contents, props changed)
      - copied, changed from r356998, incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties
    incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties.xml   (contents, props changed)
      - copied, changed from r356998, incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties
Removed:
    incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties
    incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties

Copied: incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties.xml (from r356998, incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties)
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties.xml?p2=incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties.xml&p1=incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties&r1=356998&r2=357010&rev=357010&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties (original)
+++ incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties.xml Thu Dec 15 05:24:52 2005
@@ -1,102 +1,98 @@
-# Copyright 2002-2005 The Apache Software Foundation.
-#
-#    Licensed 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.
-
-# $Source$
-#
-# Client Configuration
-#
-configTitle=Client configuration of the Tobago framework
-configTheme=Theme
-configThemeWithAccessKey=_Theme
-configThemeText=Which theme should be used?
-configDebugMode=Use _debug mode
-configLocale=Locale
-configLocaleText=Which Locale should be used?
-configContentType=Content type
-configContentTypeText=Which Content-Type should be used?
-configSubmit=Submit
-configButtonText=Configuration
-configCachecoverage=Cache coverage
-#
-# Sheet
-#
-sheetFirst=first page
-sheetPrev=previous page
-sheetNext=next page
-sheetLast=last page
-sheetTipSorting=sort by this column
-sheetAscending=ascending
-sheetDescending=descending
-sheetPagingInfoRows=Rows <span id="{3}">{0}</span> to {1} of {2}
-sheetPagingInfoSingleRow=Row <span id="{3}">{0}</span> of {2}
-sheetPagingInfoEmptyRow=No rows available
-sheetPagingInfoRowPagingTip=Click here, to change the first displayed row.
-sheetPagingInfoPages=Page <span id="{3}">{0}</span> of {1}
-sheetPagingInfoSinglePage=Page <span id="{3}">{0}</span> of {1}
-sheetPagingInfoEmptyPage=
-sheetPagingInfoPagePagingTip=Click here, to change the displayed page.
-sheetMenuToggleselect=Invert selections
-sheetMenuUnselect=Unselect all
-sheetMenuSelect=Select all
-#
-# Tree
-#
-treeNew=new
-treeDelete=delete
-treeEdit=edit
-treeCut=cut
-treeCopy=copy
-treePaste=paste
-treeMoveUp=move up
-treeMoveDown=move down
-treeNodeNew=New Node
-#
-# requiredvalidator
-#
-tobago.requiredvalidator.message.empty.summary=Required field.
-tobago.requiredvalidator.message.empty.detail=Field is required.
-#
-# longrangevalidator
-#
-tobago.longrangevalidator.message.range.summary=Not in range.
-tobago.longrangevalidator.message.range.detail=Value must be between {0} and {1}.
-tobago.longrangevalidator.message.type.summary=Wrong type.
-tobago.longrangevalidator.message.type.detail=Value is not of the correct type.
-
-tobago.message.number_conversion_error.summary=Unable to convert number.
-tobago.message.number_conversion_error.detail=Unable to convert ''{0}'' to number type {1}.
-tobago.message.conversion_error.summary=Unable to convert.
-tobago.message.conversion_error.detail=Unable to convert ''{0}'' to type {1}.
-
-tobago.tree.MESSAGE_NOT_LEAF=Only leaf selection allowed.
-
-tobago.SelectOne.MESSAGE_VALUE_REQUIRED=Selection required
-#
-# richtexteditor
-#
-tobago.richtexteditor.edit.label=Edit
-tobago.richtexteditor.edit.title=Switch to editor mode.
-tobago.richtexteditor.preview.label=Preview
-tobago.richtexteditor.preview.title=Switch to preview mode.
-
-browser.noframe.message.prefix=[ Your user agent does not support frames or is currently configured not to display frames. However, you may visit
-browser.noframe.message.postfix=the related document. ]
-
-#
-#  jsf messages
-#
-javax.faces.validator.LengthValidator.MAXIMUM=Maximum of "{0}" characters exceeded!
-javax.faces.validator.LengthValidator.MAXIMUM_detail=Value is longer than allowable maximum of "{0}" characters!
-javax.faces.validator.LengthValidator.MINIMUM=Minimum of "{0}" characters !
-javax.faces.validator.LengthValidator.MINIMUM_detail=Value is shorter than allowable minimum of "{0}" characters!
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2002-2005 The Apache Software Foundation.
+
+    Licensed 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.
+-->
+<!-- $Source$ -->
+
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
+<properties>
+
+<!-- Client Configuration -->
+<entry key="configTitle">=Client configuration of the Tobago framework</entry>
+<entry key="configTheme">Theme</entry>
+<entry key="configThemeWithAccessKey">_Theme</entry>
+<entry key="configThemeText">Which theme should be used?</entry>
+<entry key="configDebugMode">Use _debug mode</entry>
+<entry key="configLocale">Locale</entry>
+<entry key="configLocaleText">Which Locale should be used?</entry>
+<entry key="configContentType">Content type</entry>
+<entry key="configContentTypeText">Which Content-Type should be used?</entry>
+<entry key="configSubmit">=Submit</entry>
+<entry key="configButtonText">Configuration</entry>
+<entry key="configCachecoverage">Cache coverage</entry>
+
+<!-- Sheet -->
+<entry key="sheetFirst">first page</entry>
+<entry key="sheetPrev">previous page</entry>
+<entry key="sheetNext">next page</entry>
+<entry key="sheetLast">last page</entry>
+<entry key="sheetTipSorting">sort by this column</entry>
+<entry key="sheetAscending">ascending</entry>
+<entry key="sheetDescending">descending</entry>
+<entry key="sheetPagingInfoRows">Rows &lt;span id="{3}"&gt;{0}&lt;/span&gt; to {1} of {2}</entry>
+<entry key="sheetPagingInfoSingleRow">Row &lt;span id="{3}"&gt;{0}&lt;/span&gt; of {2}</entry>
+<entry key="sheetPagingInfoEmptyRow">No rows available</entry>
+<entry key="sheetPagingInfoRowPagingTip">Click here, to change the first displayed row.</entry>
+<entry key="sheetPagingInfoPages">Page &lt;span id="{3}"&gt;{0}&lt;/span&gt; of {1}</entry>
+<entry key="sheetPagingInfoSinglePage">Page &lt;span id="{3}"&gt;{0}&lt;/span&gt; of {1}</entry>
+<entry key="sheetPagingInfoEmptyPage"></entry>
+<entry key="sheetPagingInfoPagePagingTip">Click here, to change the displayed page.</entry>
+<entry key="sheetMenuToggleselect">Invert selections</entry>
+<entry key="sheetMenuUnselect">Unselect all</entry>
+<entry key="sheetMenuSelect">Select all</entry>
+
+<!-- Tree -->
+<entry key="treeNew">new</entry>
+<entry key="treeDelete">delete</entry>
+<entry key="treeEdit">edit</entry>
+<entry key="treeCut">cut</entry>
+<entry key="treeCopy">copy</entry>
+<entry key="treePaste">paste</entry>
+<entry key="treeMoveUp">move up</entry>
+<entry key="treeMoveDown">move down</entry>
+<entry key="treeNodeNew">New Node</entry>
+
+<!-- requiredvalidator -->
+<entry key="tobago.requiredvalidator.message.empty.summary">Required field.</entry>
+<entry key="tobago.requiredvalidator.message.empty.detail">Field is required.</entry>
+
+ <!-- longrangevalidator -->
+<entry key="tobago.longrangevalidator.message.range.summary">Not in range.</entry>
+<entry key="tobago.longrangevalidator.message.range.detail">Value must be between {0} and {1}.</entry>
+<entry key="tobago.longrangevalidator.message.type.summary">Wrong type.</entry>
+<entry key="tobago.longrangevalidator.message.type.detail">Value is not of the correct type.</entry>
+<entry key="tobago.message.number_conversion_error.summary">Unable to convert number.</entry>
+<entry key="tobago.message.number_conversion_error.detail">Unable to convert ''{0}'' to number type {1}.</entry>
+<entry key="tobago.message.conversion_error.summary">Unable to convert.</entry>
+<entry key="tobago.message.conversion_error.detail">Unable to convert ''{0}'' to type {1}.</entry>
+<entry key="tobago.tree.MESSAGE_NOT_LEAF">Only leaf selection allowed.</entry>
+<entry key="tobago.SelectOne.MESSAGE_VALUE_REQUIRED">Selection required</entry>
+
+<!-- richtexteditor -->
+<entry key="tobago.richtexteditor.edit.label">Edit</entry>
+<entry key="tobago.richtexteditor.edit.title">Switch to editor mode.</entry>
+<entry key="tobago.richtexteditor.preview.label">Preview</entry>
+<entry key="tobago.richtexteditor.preview.title">Switch to preview mode.</entry>
+<entry key="browser.noframe.message.prefix">[ Your user agent does not support frames or is currently configured not to display frames. However, you may visit</entry>
+<entry key="browser.noframe.message.postfix">the related document. ]</entry>
+
+
+<!--  jsf messages -->
+<entry key="javax.faces.validator.LengthValidator.MAXIMUM">Maximum of "{0}" characters exceeded!</entry>
+<entry key="javax.faces.validator.LengthValidator.MAXIMUM_detail">Value is longer than allowable maximum of "{0}" characters!</entry>
+<entry key="javax.faces.validator.LengthValidator.MINIMUM">Minimum of "{0}" characters !</entry>
+<entry key="javax.faces.validator.LengthValidator.MINIMUM_detail">Value is shorter than allowable minimum of "{0}" characters!</entry>
+
+</properties>
\ No newline at end of file

Propchange: incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago.properties.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties.xml (from r356998, incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties)
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties.xml?p2=incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties.xml&p1=incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties&r1=356998&r2=357010&rev=357010&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties (original)
+++ incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties.xml Thu Dec 15 05:24:52 2005
@@ -1,104 +1,101 @@
-# Copyright 2002-2005 The Apache Software Foundation.
-#
-#    Licensed 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.
-
-# $Source$
-#
-# Client Configuration
-#
-configTitle=Konfiguration des Clients des Tobago-Frameworks
-configTheme=Design
-configThemeText=Welches Design soll verwendet werden?
-configDebugMode=Soll der _Debugmodus aktiviert werden?
-configLocale=Sprache
-configLocaleText=Welche Sprache/Region soll verwendet werden?
-configContentType=Inhaltstyp
-configContentTypeText=Welcher Inhaltstyp (Content-Type) soll verwendet werden?
-configSubmit=�ndern
-configButtonText= Einstellungen
-configCachecoverage=Cache Abdeckung
-#
-# Sheet
-#
-sheetFirst=erste Seite
-sheetPrev=vorherige Seite
-sheetNext=n�chste Seite
-sheetLast=letzte Seite
-sheetTipSorting=nach dieser Spalte sortieren
-sheetAscending=aufsteigend sortiert
-sheetDescending=absteigend sortiert
-sheetPagingInfoRows=Zeilen <span id="{3}">{0}</span> bis {1} von {2}
-sheetPagingInfoSingleRow=Zeile <span id="{3}">{0}</span> von {2}
-sheetPagingInfoEmptyRow=Keine Zeilen verf�gbar
-sheetPagingInfoRowPagingTip=Hier klicken, zum Eingeben der ersten anzuzeigenden Zeile.
-sheetPagingInfoPages=Seite <span id="{3}">{0}</span> von {1}
-sheetPagingInfoSinglePage=Seite <span id="{3}">{0}</span> von {1}
-sheetPagingInfoEmptyPage=
-sheetPagingInfoPagePagingTip=Hier klicken, zum Eingeben der anzuzeigenden Seite.
-sheetMenuToggleselect=Markierung umkehren
-sheetMenuUnselect=Markierungen l�schen
-sheetMenuSelect=Alles markieren
-#
-# Tree
-#
-treeNew=Neu
-treeDelete=L�schen
-treeEdit=Bearbeiten
-treeCut=Ausschneiden
-treeCopy=Kopieren
-treePaste=Einf�gen
-treeMoveUp=Nach oben verschieben
-treeMoveDown=Nach unten verschieben
-treeNodeNew=Neuer Knoten
-#
-# requiredvalidator
-#
-tobago.requiredvalidator.message.empty.summary=Pflichtfeld
-tobago.requiredvalidator.message.empty.detail=Feld ben�tigt eine Eingabe!
-#
-# longrangevalidator
-#
-tobago.longrangevalidator.message.range.summary=Bereichs�berschreitung.
-tobago.longrangevalidator.message.range.detail=Wert muss zwischen {0} und {1} liegen.
-tobago.longrangevalidator.message.type.summary=Falscher Typ.
-tobago.longrangevalidator.message.type.detail=Wert hat den falschen Typ.
-
-tobago.message.number_conversion_error.summary=Zahl kann nicht konvertiert werden.
-tobago.message.number_conversion_error.detail=''{0}'' kann nicht zum Typ {1} umgewandelt werden.
-tobago.message.conversion_error.summary=Konvertierung nicht m�glich.
-tobago.message.conversion_error.detail=''{0}'' kann nicht zum Typ {1} umgewandelt werden.
-
-tobago.tree.MESSAGE_NOT_LEAF=Es d�rfen nur Endknoten ausgew�hlt werden.
-
-tobago.SelectOne.MESSAGE_VALUE_REQUIRED=Eine Auswahl wird ben�tigt!
-
-#
-# richtexteditor
-#
-tobago.richtexteditor.edit.label=Bearbeiten
-tobago.richtexteditor.edit.title=Zum Editor umschalten.
-tobago.richtexteditor.preview.label=Vorschau
-tobago.richtexteditor.preview.title=Zur Vorschau umschalten.
-#
-# copyright
-#
-atanion=atanion GmbH
-atanionPoweredBy=Copyright 2002-2005 The Apache Software Foundation
-
-#
-#  jsf messages
-#
-javax.faces.validator.LengthValidator.MAXIMUM=Maximal "{0}" Zeichen erlaubt!
-javax.faces.validator.LengthValidator.MAXIMUM_detail=Der eingegebene Wert ist l�nger als das zul�ssige Maximum von {0} Zeichen!
-javax.faces.validator.LengthValidator.MINIMUM=Minimal "{0}" Zeichen erlaubt!
-javax.faces.validator.LengthValidator.MINIMUM_detail=Der eingegebene Wert ist k�rzer als das zul�ssige Minimum von {0} Zeichen!
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- Copyright 2002-2005 The Apache Software Foundation.
+
+    Licensed 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.
+-->
+<!-- $Source$ -->
+
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+
+<properties>
+
+ <!-- Client Configuration -->
+<entry key="configTitle">Konfiguration des Clients des Tobago-Frameworks</entry>
+<entry key="configTheme">Design</entry>
+<entry key="configThemeText">Welches Design soll verwendet werden?</entry>
+<entry key="configDebugMode">Soll der _Debugmodus aktiviert werden?</entry>
+<entry key="configLocale">Sprache</entry>
+<entry key="configLocaleText">Welche Sprache/Region soll verwendet werden?</entry>
+<entry key="configContentType">Inhaltstyp</entry>
+<entry key="configContentTypeText">Welcher Inhaltstyp (Content-Type) soll verwendet werden?</entry>
+<entry key="configSubmit">Ändern</entry>
+<entry key="configButtonText">Einstellungen</entry>
+<entry key="configCachecoverage">Cache Abdeckung</entry>
+
+<!-- Sheet -->
+<entry key="sheetFirst">erste Seite</entry>
+<entry key="sheetPrev">vorherige Seite</entry>
+<entry key="sheetNext">nächste Seite</entry>
+<entry key="sheetLast">letzte Seite</entry>
+<entry key="sheetTipSorting">nach dieser Spalte sortieren</entry>
+<entry key="sheetAscending">aufsteigend sortiert</entry>
+<entry key="sheetDescending">absteigend sortiert</entry>
+<entry key="sheetPagingInfoRows">Zeilen &lt;span id="{3}"&gt;{0}&lt;/span&gt; bis {1} von {2}</entry>
+<entry key="sheetPagingInfoSingleRow">Zeilen &lt;span id="{3}">{0}&lt;/span> von {2}</entry>
+<entry key="sheetPagingInfoEmptyRow">Keine Zeilen verfügbar</entry>
+<entry key="sheetPagingInfoRowPagingTip">Hier klicken, zum Eingeben der ersten anzuzeigenden Zeile.</entry>
+<entry key="sheetPagingInfoPages">Seite &lt;span id="{3}">{0}&lt;/span&gt; von {1}</entry>
+<entry key="sheetPagingInfoSinglePage">Seite &lt;span id="{3}"&gt;{0}&lt;/span&gt; von {1}</entry>
+<entry key="sheetPagingInfoEmptyPage"></entry>
+<entry key="sheetPagingInfoPagePagingTip">Hier klicken, zum Eingeben der anzuzeigenden Seite.</entry>
+<entry key="sheetMenuToggleselect">Markierung umkehren</entry>
+<entry key="sheetMenuUnselect">Markierungen löschen</entry>
+<entry key="sheetMenuSelect">Alles markieren</entry>
+
+<!-- Tree -->
+<entry key="treeNew">Neu</entry>
+<entry key="treeDelete">Löschen</entry>
+<entry key="treeEdit">Bearbeiten</entry>
+<entry key="treeCut">Ausschneiden</entry>
+<entry key="treeCopy">Kopieren</entry>
+<entry key="treePaste">Einfügen</entry>
+<entry key="treeMoveUp">Nach oben verschieben</entry>
+<entry key="treeMoveDown">Nach unten verschieben</entry>
+<entry key="treeNodeNew">Neuer Knoten</entry>
+
+<!-- requiredvalidator -->
+<entry key="tobago.requiredvalidator.message.empty.summary">Pflichtfeld</entry>
+<entry key="tobago.requiredvalidator.message.empty.detail">Feld benötigt eine Eingabe!</entry>
+
+<!-- longrangevalidator -->
+<entry key="tobago.longrangevalidator.message.range.summary">Bereichsüberschreitung.</entry>
+<entry key="tobago.longrangevalidator.message.range.detail">Wert muss zwischen {0} und {1} liegen.</entry>
+<entry key="tobago.longrangevalidator.message.type.summary">Falscher Typ.</entry>
+<entry key="tobago.longrangevalidator.message.type.detail">Wert hat den falschen Typ.</entry>
+<entry key="tobago.message.number_conversion_error.summary">Zahl kann nicht konvertiert werden.</entry>
+<entry key="tobago.message.number_conversion_error.detail">''{0}'' kann nicht zum Typ {1} umgewandelt werden.</entry>
+<entry key="tobago.message.conversion_error.summary">Konvertierung nicht möglich.</entry>
+<entry key="tobago.message.conversion_error.detail">''{0}'' kann nicht zum Typ {1} umgewandelt werden.</entry>
+<entry key="tobago.tree.MESSAGE_NOT_LEAF">Es dürfen nur Endknoten ausgewählt werden.</entry>
+<entry key="tobago.SelectOne.MESSAGE_VALUE_REQUIRED">Eine Auswahl wird benötigt!</entry>
+
+
+<!-- richtexteditor -->
+<entry key="tobago.richtexteditor.edit.label">Bearbeiten</entry>
+<entry key="tobago.richtexteditor.edit.title">Zum Editor umschalten.</entry>
+<entry key="tobago.richtexteditor.preview.label">Vorschau</entry>
+<entry key="tobago.richtexteditor.preview.title">Zur Vorschau umschalten.</entry>
+
+<!-- copyright -->
+<entry key="atanion">atanion GmbH</entry>
+<entry key="atanionPoweredBy">Copyright 2002-2005 The Apache Software Foundation</entry>
+
+
+<!-- jsf messages -->
+<entry key="javax.faces.validator.LengthValidator.MAXIMUM">Maximal "{0}" Zeichen erlaubt!</entry>
+<entry key="javax.faces.validator.LengthValidator.MAXIMUM_detail">Der eingegebene Wert ist länger als das zulässige Maximum von {0} Zeichen!</entry>
+<entry key="javax.faces.validator.LengthValidator.MINIMUM">Minimal "{0}" Zeichen erlaubt!</entry>
+<entry key="javax.faces.validator.LengthValidator.MINIMUM_detail">Der eingegebene Wert ist kürzer als das zulässige Minimum von {0} Zeichen!</entry>
+
+</properties>
\ No newline at end of file

Propchange: incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago_de.properties.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision