* * translation by Wolfgang Studer */ // settings must be present and set appropriately for the language $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; // for admin plugins, the menu prompt to be displayed in the admin menu // if set here, the plugin doesn't need to override the getMenuText() method $lang['menu'] = 'Kontakt Formular'; // custom language strings for the plugin $lang["field"] = 'Feld'; $lang["value"] = 'Wert'; $lang["name"] = 'Dein name'; $lang["email"] = 'Deine Email'; $lang["subject"] = 'Betreff'; $lang["content"] = 'Nachricht'; $lang["contact"] = 'Senden'; $lang["verify"] = 'Enter \'HUMAN\''; // error messages $lang["error"] = 'Ein unbekannter Fehler trat auf.'; //Setup VIM: ex: et ts=2 enc=utf-8 : ?>