1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used in Swing
   3 # Currently, the following components need this for support:
   4 #
   5 #    ColorChooser
   6 #    FileChooser
   7 #    OptionPane
   8 #
   9 # When this file is read in, the strings are put into the
  10 # defaults table.  This is an implementation detail of the current
  11 # workings of Swing.  DO NOT DEPEND ON THIS.
  12 # This may change in future versions of Swing as we improve localization
  13 # support.
  14 #
  15 #                        MNEMONIC NOTE:
  16 # Many of strings in this file are used by widgets that have a
  17 # mnemonic, for example:
  18 #   ColorChooser.rgbNameTextAndMnemonic=R&GB
  19 #
  20 # Indicates that the tab in the ColorChooser for RGB colors will have
  21 # the text 'RGB', further the mnemonic character will be 'g' and that
  22 # a decoration will be provided under the 'G'. This will typically
  23 # look like:  RGB
  24 #              -
  25 #
  26 # One important thing to remember is that the mnemonic MUST exist in
  27 # the String, if it does not exist you should add text that makes it
  28 # exist. This will typically take the form 'XXXX (M)' where M is the
  29 # character for the mnemonic.
  30 #
  31 # @author Steve Wilson
  32 
  33 ############ FILE CHOOSER STRINGS #############
  34 FileChooser.fileDescription.textAndMnemonic=Allgemeine Datei
  35 FileChooser.directoryDescription.textAndMnemonic=Verzeichnis
  36 FileChooser.newFolderError.textAndMnemonic=Fehler beim Erstellen eines neuen Ordners
  37 FileChooser.newFolderErrorSeparator= :
  38 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=Ordner kann nicht erstellt werden
  39 FileChooser.newFolderParentDoesntExist.textAndMnemonic=Ordner kann nicht erstellt werden.\n\nSystem kann den angegebenen Pfad nicht finden.
  40 FileChooser.renameErrorTitle.textAndMnemonic=Fehler beim Umbenennen von Datei oder Ordner
  41 FileChooser.renameError.textAndMnemonic={0} kann nicht umbenannt werden
  42 FileChooser.renameErrorFileExists.textAndMnemonic={0} kann nicht umbenannt werden: Es ist bereits eine Datei mit dem angegebenen Namen vorhanden. Geben Sie einen anderen Dateinamen an.
  43 FileChooser.acceptAllFileFilter.textAndMnemonic=Alle Dateien
  44 FileChooser.cancelButton.textAndMnemonic=Abbrechen
  45 FileChooser.saveButton.textAndMnemonic=&Speichern
  46 FileChooser.openButton.textAndMnemonic=Öffnen(&F)
  47 FileChooser.saveDialogTitle.textAndMnemonic=Speichern
  48 FileChooser.openDialogTitle.textAndMnemonic=Öffnen
  49 FileChooser.updateButton.textAndMnemonic=A&ktualisieren
  50 FileChooser.helpButton.textAndMnemonic=&Hilfe
  51 FileChooser.directoryOpenButton.textAndMnemonic=Öffnen(&F)
  52 
  53 # File Size Units
  54 FileChooser.fileSizeKiloBytes={0} KB
  55 FileChooser.fileSizeMegaBytes={0} MB
  56 FileChooser.fileSizeGigaBytes={0} GB
  57 
  58 # These strings are platform dependent not look and feel dependent.
  59 FileChooser.win32.newFolder=Neuer Ordner
  60 FileChooser.win32.newFolder.subsequent=Neuer Ordner ({0})
  61 FileChooser.other.newFolder=NewFolder
  62 FileChooser.other.newFolder.subsequent=NewFolder.{0}
  63 
  64 
  65 ## file chooser tooltips ###
  66 FileChooser.cancelButtonToolTip.textAndMnemonic=Dialogfeld für Dateiauswahl schließen
  67 FileChooser.saveButtonToolTip.textAndMnemonic=Ausgewählte Datei speichern
  68 FileChooser.openButtonToolTip.textAndMnemonic=Ausgewählte Datei öffnen
  69 FileChooser.updateButtonToolTip.textAndMnemonic=Verzeichnisliste aktualisieren
  70 FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser-Hilfe
  71 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=Ausgewähltes Verzeichnis öffnen
  72 
  73 FileChooser.filesListAccessibleName=Files List
  74 FileChooser.filesDetailsAccessibleName=Files Details
  75 
  76 ############ COLOR CHOOSER STRINGS #############
  77 ColorChooser.preview.textAndMnemonic=Vorschau
  78 ColorChooser.ok.textAndMnemonic=OK
  79 ColorChooser.cancel.textAndMnemonic=Abbrechen
  80 ColorChooser.reset.textAndMnemonic=Zurücksetzen(&Z)
  81 ColorChooser.sample.textAndMnemonic=Beispieltext  Beispieltext
  82 ColorChooser.swatches.textAndMnemonic=&Swatches
  83 ColorChooser.swatchesRecent.textAndMnemonic=Aktuell:
  84 ColorChooser.hsv.textAndMnemonic=&HSV
  85 ColorChooser.hsvHue.textAndMnemonic=Farbton
  86 ColorChooser.hsvSaturation.textAndMnemonic=Sättigung
  87 ColorChooser.hsvValue.textAndMnemonic=Wert
  88 ColorChooser.hsvTransparency.textAndMnemonic=Transparenz
  89 ColorChooser.hsl.textAndMnemonic=HS&L
  90 ColorChooser.hslHue.textAndMnemonic=Farbton
  91 ColorChooser.hslSaturation.textAndMnemonic=Sättigung
  92 ColorChooser.hslLightness.textAndMnemonic=Helligkeit
  93 ColorChooser.hslTransparency.textAndMnemonic=Transparenz
  94 ColorChooser.rgb.textAndMnemonic=R&GB
  95 ColorChooser.rgbRed.textAndMnemonic=Ro&t
  96 ColorChooser.rgbGreen.textAndMnemonic=Grün(&N)
  97 ColorChooser.rgbBlue.textAndMnemonic=&Blau
  98 ColorChooser.rgbAlpha.textAndMnemonic=Alpha
  99 ColorChooser.rgbHexCode.textAndMnemonic=&Farbcode
 100 ColorChooser.cmyk.textAndMnemonic=C&MYK
 101 ColorChooser.cmykCyan.textAndMnemonic=Zyan
 102 ColorChooser.cmykMagenta.textAndMnemonic=Magenta
 103 ColorChooser.cmykYellow.textAndMnemonic=Gelb
 104 ColorChooser.cmykBlack.textAndMnemonic=Schwarz
 105 ColorChooser.cmykAlpha.textAndMnemonic=Alpha
 106 
 107 ############ OPTION PANE STRINGS #############
 108 # We only define mnemonics for YES/NO, but for completeness you can
 109 # define mnemonics for any of the buttons.
 110 OptionPane.yesButton.textAndMnemonic=&Ja
 111 OptionPane.noButton.textAndMnemonic=&Nein
 112 OptionPane.okButton.textAndMnemonic=&OK
 113 OptionPane.cancelButton.textAndMnemonic=&Abbrechen
 114 OptionPane.title.textAndMnemonic=Option auswählen
 115 # Title for the dialog for the showInputDialog methods. Only used if
 116 # the developer uses one of the variants that doesn't take a title.
 117 OptionPane.inputDialog.titleAndMnemonic=Eingabe
 118 # Title for the dialog for the showMessageDialog methods. Only used if
 119 # the developer uses one of the variants that doesn't take a title.
 120 OptionPane.messageDialog.titleAndMnemonic=Meldung
 121 
 122 ############ Printing Dialog Strings ############
 123 PrintingDialog.titleProgress.textAndMnemonic=Drucken
 124 PrintingDialog.titleAborting.textAndMnemonic=Drucken (Abbruch)
 125 
 126 PrintingDialog.contentInitial.textAndMnemonic=Druckvorgang läuft...
 127 
 128 # The following string will be formatted by a MessageFormat
 129 # and {0} will be replaced by page number being printed
 130 PrintingDialog.contentProgress.textAndMnemonic=Seite {0} wurde gedruckt...
 131 
 132 PrintingDialog.contentAborting.textAndMnemonic=Druckvorgang wird abgebrochen...
 133 
 134 PrintingDialog.abortButton.textAndMnemonic=&Abbruch
 135 PrintingDialog.abortButtonToolTip.textAndMnemonic=Druckvorgang abbrechen
 136 
 137 ############ Internal Frame Strings ############
 138 InternalFrame.iconButtonToolTip=Minimieren
 139 InternalFrame.maxButtonToolTip=Maximieren
 140 InternalFrame.restoreButtonToolTip=Wiederherstellen
 141 InternalFrame.closeButtonToolTip=Schließen
 142 
 143 ############ Internal Frame Title Pane Strings ############
 144 InternalFrameTitlePane.restoreButton.textAndMnemonic=Wiederherstellen
 145 InternalFrameTitlePane.moveButton.textAndMnemonic=Verschieben
 146 InternalFrameTitlePane.sizeButton.textAndMnemonic=Größe
 147 InternalFrameTitlePane.minimizeButton.textAndMnemonic=Minimieren
 148 InternalFrameTitlePane.maximizeButton.textAndMnemonic=Maximieren
 149 InternalFrameTitlePane.closeButton.textAndMnemonic=Schließen
 150 
 151 ############ Text strings #############
 152 # Used for html forms
 153 FormView.submitButton.textAndMnemonic=Abfrage weiterleiten
 154 FormView.resetButton.textAndMnemonic=Zurücksetzen
 155 FormView.browseFileButton.textAndMnemonic=Durchsuchen...
 156 
 157 ############ Abstract Document Strings ############
 158 AbstractDocument.styleChange.textAndMnemonic=Formatvorlagenänderung
 159 AbstractDocument.addition.textAndMnemonic=Hinzufügen
 160 AbstractDocument.deletion.textAndMnemonic=Löschen
 161 AbstractDocument.undo.textAndMnemonic=Rückgängig
 162 AbstractDocument.redo.textAndMnemonic=Wiederherstellen
 163 
 164 ############ Abstract Button Strings ############
 165 AbstractButton.click.textAndMnemonic=Klicken
 166 
 167 ############ Abstract Undoable Edit Strings ############
 168 AbstractUndoableEdit.undo.textAndMnemonic=Rückgängig
 169 AbstractUndoableEdit.redo.textAndMnemonic=Wiederherstellen
 170 
 171 ############ Combo Box Strings ############
 172 ComboBox.togglePopup.textAndMnemonic=togglePopup
 173 
 174 ############ Progress Monitor Strings ############
 175 ProgressMonitor.progress.textAndMnemonic=Fortschritt...
 176 
 177 ############ Split Pane Strings ############
 178 SplitPane.leftButton.textAndMnemonic=linke Schaltfläche
 179 SplitPane.rightButton.textAndMnemonic=rechte Schaltfläche
 180 # Used for Isindex
 181 IsindexView.prompt=Dieser Index kann durchsucht werden. Geben Sie Schlüsselwörter für die Suche ein:
 182 
 183 ############ InternalFrameTitlePane Strings ############
 184 InternalFrameTitlePane.iconifyButtonAccessibleName=Als Symbol darstellen
 185 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximieren
 186 InternalFrameTitlePane.closeButtonAccessibleName=Schließen
 187