home *** CD-ROM | disk | FTP | other *** search
- # This properties file is used to create a PropertyResourceBundle
- # It contains Locale specific strings used in Swing
- # Currently, the following components need this for support:
- #
- # ColorChooser
- # FileChooser
- # OptionPane
- #
- # When this file is read in, the strings are put into the
- # defaults table. This is an implementation detail of the current
- # workings of Swing. DO NOT DEPEND ON THIS.
- # This may change in future versions of Swing as we improve localization
- # support.
- #
- # 1.9 04/05/01
- # @author Steve Wilson
-
- ############ FILE CHOOSER STRINGS #############
- FileChooser.fileDescriptionText=Allgemeine Datei
- FileChooser.directoryDescriptionText=Verzeichnis
- FileChooser.newFolderErrorText=Fehler beim Erstellen eines neuen Ordners
- FileChooser.newFolderErrorSeparator= :
- FileChooser.acceptAllFileFilterText=Alle Dateien (*.*)
- FileChooser.cancelButtonText=Abbrechen
- FileChooser.saveButtonText=Speichern
- FileChooser.openButtonText=\u00d6ffnen
- FileChooser.saveDialogTitleText=Speichern
- FileChooser.openDialogTitleText=\u00d6ffnen
- FileChooser.updateButtonText=Aktualisieren
- FileChooser.helpButtonText=Hilfe
-
- # These strings are platform dependent not look and feel dependent.
- FileChooser.win32.newFolder=Neuer Ordner
- FileChooser.win32.newFolder.subsequent=Neuer Ordner ({0})
- FileChooser.other.newFolder=NeuerOrdner
- FileChooser.other.newFolder.subsequent=NeuerOrdner.{0}
-
- ## file chooser tooltips ###
- FileChooser.cancelButtonToolTipText=Dialogfeld f\u00fcr Dateiauswahl abbrechen
- FileChooser.saveButtonToolTipText=Ausgew\u00e4hlte Datei speichern
- FileChooser.openButtonToolTipText=Ausgew\u00e4hlte Datei \u00f6ffnen
- FileChooser.updateButtonToolTipText=Verzeichnisliste aktualisieren
- FileChooser.helpButtonToolTipText=Hilfe f\u00fcr Dateiauswahl
-
- ############ COLOR CHOOSER STRINGS #############
- ColorChooser.previewText=Vorschau
- ColorChooser.okText=OK
- ColorChooser.cancelText=Abbrechen
- ColorChooser.resetText=Zur\u00fccksetzen
- ColorChooser.sampleText=Beispieltext Beispieltext
- ColorChooser.swatchesNameText=Muster
- ColorChooser.swatchesRecentText=Aktuell:
- ColorChooser.hsbNameText=HSB
- ColorChooser.hsbHueText=H
- ColorChooser.hsbSaturationText=S
- ColorChooser.hsbBrightnessText=B
- ColorChooser.hsbRedText=R
- ColorChooser.hsbGreenText=G
- ColorChooser.hsbBlueText=B
- ColorChooser.rgbNameText=RGB
- ColorChooser.rgbRedText=Rot
- ColorChooser.rgbGreenText=Gr\u00fcn
- ColorChooser.rgbBlueText=Blau
-
- ############ OPTION PANE STRINGS #############
- OptionPane.yesButtonText=Ja
- OptionPane.noButtonText=Nein
- OptionPane.okButtonText=OK
- OptionPane.cancelButtonText=Abbrechen
- OptionPane.titleText=W\u00e4hlen Sie eine Option aus
-
- ############ Text strings #############
- # Used for html forms
- FormView.submitButtonText=Abfrage senden
- FormView.resetButtonText=Zur\u00fccksetzen
-
- ############ Abstract Document Strings ############
- AbstractDocument.styleChangeText=Formatvorlagen\u00e4nderung
- AbstractDocument.additionText=Hinzuf\u00fcgen
- AbstractDocument.deletionText=L\u00f6schen
- AbstractDocument.undoText=R\u00fcckg\u00e4ngig
- AbstractDocument.redoText=Wiederherstellen
-
- ############ Abstract Button Strings ############
- AbstractButton.clickText=Klicken
-
- ############ Abstract Undoable Edit Strings ############
- AbstractUndoableEdit.undoText=R\u00fcckg\u00e4ngig
- AbstractUndoableEdit.redoText=Wiederherstellen
-
- ############ Combo Box Strings ############
- ComboBox.togglePopupText=Popup umschalten
-
- ############ Progress Monitor Strings ############
- ProgressMonitor.progressText=Fortschritt...
-
- ############ Split Pane Strings ############
- SplitPane.leftButtonText=linke Taste
- SplitPane.rightButtonText=rechte Taste
-
-