1 14 package org.compiere.plaf; 15 16 import java.util.ListResourceBundle ; 17 18 24 public class PlafRes_de extends ListResourceBundle  25 { 26 27 static final Object [][] contents = new String [][] 28 { 29 { "BackColType", "Hintergrund Farbtyp" }, 30 { "BackColType_Flat", "Flach" }, 31 { "BackColType_Gradient", "Gradient" }, 32 { "BackColType_Lines", "Linie" }, 33 { "BackColType_Texture", "Textur" }, 34 { "LookAndFeelEditor", "Benutzeroberfläche Editor" }, 36 { "LookAndFeel", "Oberfläche" }, 37 { "Theme", "Thema" }, 38 { "EditCompiereTheme", "Compiere Thema bearbeiten" }, 39 { "SetDefault", "Standard Hintergrund" }, 40 { "SetDefaultColor", "Hintergrund Farbe" }, 41 { "ColorBlind", "Farbblindheit" }, 42 { "Example", "Beispiel" }, 43 { "Reset", "Zurücksetzen" }, 44 { "OK", "Ja" }, 45 { "Cancel", "Abbruch" }, 46 { "CompiereThemeEditor", "Compiere Thema Editor" }, 48 { "MetalColors", "Metal Farben" }, 49 { "CompiereColors", "Compiere Farben" }, 50 { "CompiereFonts", "Compiere Schriften" }, 51 { "Primary1Info", "Schatten, Separator" }, 52 { "Primary1", "Primär 1" }, 53 { "Primary2Info", "Fokuslinien, Aktives Menü" }, 54 { "Primary2", "Primär 2" }, 55 { "Primary3Info", "Tabelle Selected Row, Selected Text, Tool Tip Hintergrund" }, 56 { "Primary3", "Primär 3" }, 57 { "Secondary1Info", "Rahmen Lines" }, 58 { "Secondary1", "Sekundär 1" }, 59 { "Secondary2Info", "Inaktive Tabs, Pressed Felder, Inaktive Rahmen + Text" }, 60 { "Secondary2", "Sekundär 2" }, 61 { "Secondary3Info", "Hintergrund" }, 62 { "Secundary3", "Sekundär 3" }, 63 { "ControlFontInfo", "Labels" }, 65 { "ControlFont", "Standard Schrift" }, 66 { "SystemFontInfo", "Tool Tip" }, 67 { "SystemFont", "System Schrift" }, 68 { "UserFontInfo", "Entered Data" }, 69 { "UserFont", "Nutzer Schrift" }, 70 { "SmallFont", "Kleine Schrift" }, 71 { "WindowTitleFont", "Titel Schrift" }, 72 { "MenuFont", "Menü Schrift" }, 73 { "MandatoryInfo", "Erforderliches Feld Hintergrund" }, 75 { "Mandatory", "Erforderlich" }, 76 { "ErrorInfo", "Fehler Feld Hintergrund" }, 77 { "Error", "Fehler" }, 78 { "InfoInfo", "Info Feld Hintergrund" }, 79 { "Info", "Info" }, 80 { "WhiteInfo", "Linien" }, 81 { "White", "Weiß" }, 82 { "BlackInfo", "Linien, Text" }, 83 { "Black", "Schwarz" }, 84 { "InactiveInfo", "Inaktiv Feld Hintergrund" }, 85 { "Inactive", "Inaktiv" }, 86 { "TextOKInfo", "OK Text Fordergrund" }, 87 { "TextOK", "Text - OK" }, 88 { "TextIssueInfo", "Fehler Text Fordergrund" }, 89 { "TextIssue", "Text - Fehler" }, 90 { "FontChooser", "Schrift Auswahl" }, 92 { "Fonts", "Schriften" }, 93 { "Plain", "Normal" }, 94 { "Italic", "Italic" }, 95 { "Bold", "Fett" }, 96 { "BoldItalic", "Fett & Italic" }, 97 { "Name", "Name" }, 98 { "Size", "Größe" }, 99 { "Style", "Stil" }, 100 { "TestString", "Dies ist nur ein Test! The quick brown Fox is doing something. 12,3456.78 BuchstabeLEins = l1 BuchstabeONull = O0" }, 101 { "FontString", "Schrift" }, 102 { "CompiereColorEditor", "Compiere Farben Auswahl" }, 104 { "CompiereType", "Farbtyp" }, 105 { "GradientUpperColor", "Gradient obere Farbe" }, 106 { "GradientLowerColor", "Gradient untere Farbe" }, 107 { "GradientStart", "Gradient Start" }, 108 { "GradientDistance", "Gradient Distanz" }, 109 { "TextureURL", "Textur URL" }, 110 { "TextureAlpha", "Textur Alpha" }, 111 { "TextureTaintColor", "Textur Tönung Farbe" }, 112 { "LineColor", "Linie Farbe" }, 113 { "LineBackColor", "Hintergrund Farbe" }, 114 { "LineWidth", "Linie Breite" }, 115 { "LineDistance", "Linie Distanz" }, 116 { "FlatColor", "Flache Farbe" } 117 }; 118 119 123 public Object [][] getContents() 124 { 125 return contents; 126 } 127 } | Popular Tags |