{
  "HTMLElements":
  {
    "div":            "div1",
    "lang":           "de",
    "sectionForm":    "section1_form",
    "headingForm":    "heading1_form",
    "inputNameLabel": "label1_name",
    "inputName":      "input1_name",
    "buttonReset":    "button1_reset",
    "buttonSubmit":   "button1_submit",
    "sectionHello":   "section1_hello",
    "hello":          "heading1_hello",
    "welcome":        "paragraph1_hello"
  },

  "text":
  {
    "title":   "Hallo, Fremder!",
    "query":   "Wie heißen Sie?",
    "reset":   "Reset",
    "submit":  "Begrüßung",
    "hello":   "Hallo, $1!",
    "welcome": "Willkommen bei Multimedia-Programmierung!"
  },

  "css":
  {
    "hidden": "hidden"
  }
}