1*3832d0abSNetali<?php 2*3832d0abSNetali 3*3832d0abSNetali$lang['api_key'] = 'DeepL-API-Key'; 4*3832d0abSNetali$lang['api'] = 'DeepL-API that should be used'; 5*3832d0abSNetali$lang['mode'] = 'Default operation mode of the plugin'; 6*3832d0abSNetali$lang['blacklist_regex'] = 'Blacklist-Regex: All page names and namespaces matching this regex won\'t be translated'; 7*3832d0abSNetali$lang['direct_regex'] = 'Direct-Regex: All page names and namespaces matching this regex will be translated in the direct mode'; 8*3832d0abSNetali$lang['editor_regex'] = 'Editor-Regex: All page names and namespaces matching this regex will be translated in the editor mode'; 9*3832d0abSNetali$lang['ignored_expressions'] = 'Expressions that won\'t be translated, seperated by \':\''; 10*3832d0abSNetali 11