ppcourse.register({ name = "Doing", // the name of the course description = "", // the descriptions of the course preview = "preview.png", // the name of the preview image author = "Volker Ströbel ", // the author and his email (optional) // the translations for the name (optional) names = { de_DE = "Döing" }, // the translations for the description (optional) descriptions = { de_DE = "" } });