1 #
   2 # Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # This properties file is used to create a PropertyResourceBundle
  27 # It contains Locale specific strings used in Swing
  28 # Currently, the following components need this for support:
  29 #
  30 #    ColorChooser
  31 #    FileChooser
  32 #    OptionPane
  33 #
  34 # When this file is read in, the strings are put into the
  35 # defaults table.  This is an implementation detail of the current
  36 # workings of Swing.  DO NOT DEPEND ON THIS.
  37 # This may change in future versions of Swing as we improve localization
  38 # support.
  39 #
  40 #                        MNEMONIC NOTE:
  41 # Many of strings in this file are used by widgets that have a
  42 # mnemonic, for example:
  43 #   ColorChooser.rgbNameTextAndMnemonic=R&GB
  44 #
  45 # Indicates that the tab in the ColorChooser for RGB colors will have
  46 # the text 'RGB', further the mnemonic character will be 'g' and that
  47 # a decoration will be provided under the 'G'. This will typically
  48 # look like:  RGB
  49 #              -
  50 #
  51 # One important thing to remember is that the mnemonic MUST exist in
  52 # the String, if it does not exist you should add text that makes it
  53 # exist. This will typically take the form 'XXXX (M)' where M is the
  54 # character for the mnemonic.
  55 #
  56 # @author Steve Wilson
  57 
  58 ############ FILE CHOOSER STRINGS #############
  59 FileChooser.fileDescription.textAndMnemonic=Allgemeine Datei
  60 FileChooser.directoryDescription.textAndMnemonic=Verzeichnis
  61 FileChooser.newFolderError.textAndMnemonic=Fehler beim Erstellen eines neuen Ordners
  62 FileChooser.newFolderErrorSeparator= :
  63 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=Ordner kann nicht erstellt werden
  64 FileChooser.newFolderParentDoesntExist.textAndMnemonic=Ordner kann nicht erstellt werden.\n\nSystem kann den angegebenen Pfad nicht finden.
  65 FileChooser.renameErrorTitle.textAndMnemonic=Fehler beim Umbenennen von Datei oder Ordner
  66 FileChooser.renameError.textAndMnemonic={0} kann nicht umbenannt werden
  67 FileChooser.renameErrorFileExists.textAndMnemonic={0} kann nicht umbenannt werden: Es ist bereits eine Datei mit dem angegebenen Namen vorhanden. Geben Sie einen anderen Dateinamen an. 
  68 FileChooser.acceptAllFileFilter.textAndMnemonic=Alle Dateien
  69 FileChooser.cancelButton.textAndMnemonic=Abbrechen
  70 FileChooser.saveButton.textAndMnemonic=Speichern
  71 FileChooser.openButton.textAndMnemonic=\u00D6ffnen
  72 FileChooser.saveDialogTitle.textAndMnemonic=Speichern
  73 FileChooser.openDialogTitle.textAndMnemonic=\u00D6ffnen
  74 FileChooser.updateButton.textAndMnemonic=A&ktualisieren
  75 FileChooser.helpButton.textAndMnemonic=&Hilfe
  76 FileChooser.directoryOpenButton.textAndMnemonic=\u00D6ffnen
  77 
  78 # File Size Units
  79 FileChooser.fileSizeKiloBytes={0} KB
  80 FileChooser.fileSizeMegaBytes={0} MB
  81 FileChooser.fileSizeGigaBytes={0} GB
  82 
  83 # These strings are platform dependent not look and feel dependent.
  84 FileChooser.win32.newFolder=Neuer Ordner
  85 FileChooser.win32.newFolder.subsequent=Neuer Ordner ({0})
  86 FileChooser.other.newFolder=NewFolder
  87 FileChooser.other.newFolder.subsequent=NewFolder.{0}
  88 
  89 
  90 ## file chooser tooltips ###
  91 FileChooser.cancelButtonToolTip.textAndMnemonic=Dialogfeld f\u00FCr Dateiauswahl schlie\u00DFen
  92 FileChooser.saveButtonToolTip.textAndMnemonic=Ausgew\u00E4hlte Datei speichern
  93 FileChooser.openButtonToolTip.textAndMnemonic=Ausgew\u00E4hlte Datei \u00F6ffnen
  94 FileChooser.updateButtonToolTip.textAndMnemonic=Verzeichnisliste aktualisieren
  95 FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser-Hilfe
  96 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=Ausgew\u00E4hltes Verzeichnis \u00F6ffnen
  97 
  98 FileChooser.filesListAccessibleName=Dateiliste
  99 FileChooser.filesDetailsAccessibleName=Dateidetails
 100 
 101 ############ COLOR CHOOSER STRINGS #############
 102 ColorChooser.preview.textAndMnemonic=Vorschau
 103 ColorChooser.ok.textAndMnemonic=OK
 104 ColorChooser.cancel.textAndMnemonic=Abbrechen
 105 ColorChooser.reset.textAndMnemonic=&Zur\u00FCcksetzen
 106 ColorChooser.sample.textAndMnemonic=Beispieltext  Beispieltext
 107 ColorChooser.swatches.textAndMnemonic=&Swatches
 108 ColorChooser.swatchesRecent.textAndMnemonic=Aktuell:
 109 ColorChooser.hsv.textAndMnemonic=&HSV
 110 ColorChooser.hsvHue.textAndMnemonic=Farbton
 111 ColorChooser.hsvSaturation.textAndMnemonic=S\u00E4ttigung
 112 ColorChooser.hsvValue.textAndMnemonic=Wert
 113 ColorChooser.hsvTransparency.textAndMnemonic=Transparenz
 114 ColorChooser.hsl.textAndMnemonic=HS&L
 115 ColorChooser.hslHue.textAndMnemonic=Farbton
 116 ColorChooser.hslSaturation.textAndMnemonic=S\u00E4ttigung
 117 ColorChooser.hslLightness.textAndMnemonic=Helligkeit
 118 ColorChooser.hslTransparency.textAndMnemonic=Transparenz
 119 ColorChooser.rgb.textAndMnemonic=R&GB
 120 ColorChooser.rgbRed.textAndMnemonic=Ro&t
 121 ColorChooser.rgbGreen.textAndMnemonic=Gr\u00FC&n
 122 ColorChooser.rgbBlue.textAndMnemonic=&Blau
 123 ColorChooser.rgbAlpha.textAndMnemonic=Alpha
 124 ColorChooser.rgbHexCode.textAndMnemonic=&Farbcode
 125 ColorChooser.cmyk.textAndMnemonic=C&MYK
 126 ColorChooser.cmykCyan.textAndMnemonic=Zyan
 127 ColorChooser.cmykMagenta.textAndMnemonic=Magenta
 128 ColorChooser.cmykYellow.textAndMnemonic=Gelb
 129 ColorChooser.cmykBlack.textAndMnemonic=Schwarz
 130 ColorChooser.cmykAlpha.textAndMnemonic=Alpha
 131 
 132 ############ OPTION PANE STRINGS #############
 133 # We only define mnemonics for YES/NO, but for completeness you can
 134 # define mnemonics for any of the buttons.
 135 OptionPane.yesButton.textAndMnemonic=&Ja
 136 OptionPane.noButton.textAndMnemonic=&Nein
 137 OptionPane.okButton.textAndMnemonic=OK
 138 #OptionPane.okButtonMnemonic=0
 139 OptionPane.cancelButton.textAndMnemonic=Abbrechen
 140 #OptionPane.cancelButtonMnemonic=0
 141 OptionPane.title.textAndMnemonic=Option ausw\u00E4hlen
 142 # Title for the dialog for the showInputDialog methods. Only used if
 143 # the developer uses one of the variants that doesn't take a title.
 144 OptionPane.inputDialog.titleAndMnemonic=Eingabe
 145 # Title for the dialog for the showMessageDialog methods. Only used if
 146 # the developer uses one of the variants that doesn't take a title.
 147 OptionPane.messageDialog.titleAndMnemonic=Meldung
 148 
 149 ############ Printing Dialog Strings ############
 150 PrintingDialog.titleProgress.textAndMnemonic=Drucken
 151 PrintingDialog.titleAborting.textAndMnemonic=Drucken (Abbruch)
 152 
 153 PrintingDialog.contentInitial.textAndMnemonic=Druckvorgang l\u00E4uft...
 154 
 155 # The following string will be formatted by a MessageFormat
 156 # and {0} will be replaced by page number being printed
 157 PrintingDialog.contentProgress.textAndMnemonic=Seite {0} wurde gedruckt...
 158 
 159 PrintingDialog.contentAborting.textAndMnemonic=Druckvorgang wird abgebrochen...
 160 
 161 PrintingDialog.abortButton.textAndMnemonic=&Abbruch
 162 PrintingDialog.abortButtonToolTip.textAndMnemonic=Druckvorgang abbrechen
 163 
 164 ############ Internal Frame Strings ############
 165 InternalFrame.iconButtonToolTip=Minimieren
 166 InternalFrame.maxButtonToolTip=Maximieren
 167 InternalFrame.restoreButtonToolTip=Wiederherstellen
 168 InternalFrame.closeButtonToolTip=Schlie\u00DFen
 169 
 170 ############ Internal Frame Title Pane Strings ############
 171 InternalFrameTitlePane.restoreButton.textAndMnemonic=&Wiederherstellen
 172 InternalFrameTitlePane.moveButton.textAndMnemonic=&Verschieben
 173 InternalFrameTitlePane.sizeButton.textAndMnemonic=&Gr\u00F6\u00DFe
 174 InternalFrameTitlePane.minimizeButton.textAndMnemonic=Mi&nimieren
 175 InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ma&ximieren
 176 InternalFrameTitlePane.closeButton.textAndMnemonic=&Schlie\u00DFen
 177 
 178 ############ Text strings #############
 179 # Used for html forms
 180 FormView.submitButton.textAndMnemonic=Abfrage weiterleiten
 181 FormView.resetButton.textAndMnemonic=Zur\u00FCcksetzen
 182 FormView.browseFileButton.textAndMnemonic=Durchsuchen...
 183 
 184 ############ Abstract Document Strings ############
 185 AbstractDocument.styleChange.textAndMnemonic=Formatvorlagen\u00E4nderung
 186 AbstractDocument.addition.textAndMnemonic=Hinzuf\u00FCgen
 187 AbstractDocument.deletion.textAndMnemonic=L\u00F6schen
 188 AbstractDocument.undo.textAndMnemonic=R\u00FCckg\u00E4ngig
 189 AbstractDocument.redo.textAndMnemonic=Wiederherstellen
 190 
 191 ############ Abstract Button Strings ############
 192 AbstractButton.click.textAndMnemonic=Klicken
 193 
 194 ############ Abstract Undoable Edit Strings ############
 195 AbstractUndoableEdit.undo.textAndMnemonic=R\u00FCckg\u00E4ngig
 196 AbstractUndoableEdit.redo.textAndMnemonic=Wiederherstellen
 197 
 198 ############ Combo Box Strings ############
 199 ComboBox.togglePopup.textAndMnemonic=togglePopup
 200 
 201 ############ Progress Monitor Strings ############
 202 ProgressMonitor.progress.textAndMnemonic=Fortschritt...
 203 
 204 ############ Split Pane Strings ############
 205 SplitPane.leftButton.textAndMnemonic=linke Schaltfl\u00E4che
 206 SplitPane.rightButton.textAndMnemonic=rechte Schaltfl\u00E4che
 207 # Used for Isindex
 208 IsindexView.prompt=Dieser Index kann durchsucht werden. Geben Sie Schl\u00FCsselw\u00F6rter f\u00FCr die Suche ein:
 209 
 210 ############ InternalFrameTitlePane Strings ############
 211 InternalFrameTitlePane.iconifyButtonAccessibleName=Als Symbol darstellen
 212 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximieren
 213 InternalFrameTitlePane.closeButtonAccessibleName=Schlie\u00DFen