1<?php 2 3$lang['btn_translate'] = 'Seite mit DeepL übersetzen'; 4 5$lang['msg_translation_success'] = 'Automatische Übersetzung erfolgreich!'; 6$lang['msg_translation_fail'] = 'Automatische Übersetzung fehlgeschlagen!'; 7$lang['msg_translation_fail_bad_key'] = 'Automatische Übersetzung fehlgeschlagen, da der DeepL-API-Key ungültig ist!'; 8$lang['msg_translation_fail_quota_exceeded'] = 'Automatische Übersetzung fehlgeschlagen, da das DeepL-Zeichenlimit erschöpft ist!'; 9