1. package com.sun.java.swing.plaf.gtk.resources;
  2. import java.util.ListResourceBundle;
  3. public final class gtk_de extends ListResourceBundle {
  4. private static final Object[][] contents = {
  5. { "FileChooser.acceptAllFileFilterText", "*" },
  6. { "FileChooser.cancelButtonText", "Abbrechen" },
  7. { "FileChooser.cancelButtonToolTipText", "Farbauswahl abbrechen" },
  8. { "FileChooser.deleteFileButtonText", "Datei l\u00F6schen" },
  9. { "FileChooser.filesLabelText", "Dateien" },
  10. { "FileChooser.foldersLabelText", "Ordner" },
  11. { "FileChooser.newFolderButtonText", "Neuer Ordner" },
  12. { "FileChooser.openButtonText", "OK" },
  13. { "FileChooser.openButtonToolTipText", "Ausgew\u00E4hlte Datei \u00F6ffnen" },
  14. { "FileChooser.openDialogTitleText", "\u00D6ffnen" },
  15. { "FileChooser.pathLabelText", "Auswahl:" },
  16. { "FileChooser.renameFileButtonText", "Datei umbenennen" },
  17. { "FileChooser.saveButtonText", "Speichern" },
  18. { "FileChooser.saveButtonToolTipText", "Ausgew\u00E4hlte Datei speichern" },
  19. { "FileChooser.saveDialogTitleText", "Speichern" },
  20. { "GTKColorChooserPanel.blueMnemonic", "66" },
  21. { "GTKColorChooserPanel.blueText", "Blau:" },
  22. { "GTKColorChooserPanel.colorNameMnemonic", "78" },
  23. { "GTKColorChooserPanel.colorNameText", "Name der Farbe:" },
  24. { "GTKColorChooserPanel.greenMnemonic", "71" },
  25. { "GTKColorChooserPanel.greenText", "Gr\u00FCn:" },
  26. { "GTKColorChooserPanel.hueMnemonic", "70" },
  27. { "GTKColorChooserPanel.hueText", "Farbton:" },
  28. { "GTKColorChooserPanel.mnemonic", "71" },
  29. { "GTKColorChooserPanel.nameText", "GTK-Farbauswahl" },
  30. { "GTKColorChooserPanel.redMnemonic", "82" },
  31. { "GTKColorChooserPanel.redText", "Rot:" },
  32. { "GTKColorChooserPanel.saturationMnemonic", "83" },
  33. { "GTKColorChooserPanel.saturationText", "S\u00E4ttigung:" },
  34. { "GTKColorChooserPanel.valueMnemonic", "87" },
  35. { "GTKColorChooserPanel.valueText", "Wert:" },
  36. };
  37. protected final Object[][] getContents() {
  38. return contents;
  39. }
  40. }