src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_de.properties

Print this page




  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 


 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 


  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
  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
  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=Dateiliste
  74 FileChooser.filesDetailsAccessibleName=Dateidetails
  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
  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
  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.okButtonMnemonic=0
 114 OptionPane.cancelButton.textAndMnemonic=Abbrechen
 115 #OptionPane.cancelButtonMnemonic=0
 116 OptionPane.title.textAndMnemonic=Option auswählen
 117 # Title for the dialog for the showInputDialog methods. Only used if
 118 # the developer uses one of the variants that doesn't take a title.
 119 OptionPane.inputDialog.titleAndMnemonic=Eingabe
 120 # Title for the dialog for the showMessageDialog methods. Only used if
 121 # the developer uses one of the variants that doesn't take a title.
 122 OptionPane.messageDialog.titleAndMnemonic=Meldung
 123 
 124 ############ Printing Dialog Strings ############
 125 PrintingDialog.titleProgress.textAndMnemonic=Drucken
 126 PrintingDialog.titleAborting.textAndMnemonic=Drucken (Abbruch)
 127 
 128 PrintingDialog.contentInitial.textAndMnemonic=Druckvorgang läuft...
 129 
 130 # The following string will be formatted by a MessageFormat
 131 # and {0} will be replaced by page number being printed
 132 PrintingDialog.contentProgress.textAndMnemonic=Seite {0} wurde gedruckt...
 133 
 134 PrintingDialog.contentAborting.textAndMnemonic=Druckvorgang wird abgebrochen...
 135 


 169 ############ Abstract Undoable Edit Strings ############
 170 AbstractUndoableEdit.undo.textAndMnemonic=Rückgängig
 171 AbstractUndoableEdit.redo.textAndMnemonic=Wiederherstellen
 172 
 173 ############ Combo Box Strings ############
 174 ComboBox.togglePopup.textAndMnemonic=togglePopup
 175 
 176 ############ Progress Monitor Strings ############
 177 ProgressMonitor.progress.textAndMnemonic=Fortschritt...
 178 
 179 ############ Split Pane Strings ############
 180 SplitPane.leftButton.textAndMnemonic=linke Schaltfläche
 181 SplitPane.rightButton.textAndMnemonic=rechte Schaltfläche
 182 # Used for Isindex
 183 IsindexView.prompt=Dieser Index kann durchsucht werden. Geben Sie Schlüsselwörter für die Suche ein:
 184 
 185 ############ InternalFrameTitlePane Strings ############
 186 InternalFrameTitlePane.iconifyButtonAccessibleName=Als Symbol darstellen
 187 InternalFrameTitlePane.maximizeButtonAccessibleName=Maximieren
 188 InternalFrameTitlePane.closeButtonAccessibleName=Schließen