<?php

$lang['api_key'] = 'DeepL-API-Key';
$lang['api'] = 'DeepL-API that should be used';
$lang['mode'] = 'Default operation mode of the plugin';
$lang['show_button'] = 'Show button for forced-translations';
$lang['blacklist_regex'] = 'Blacklist-Regex: All page names and namespaces matching this regex won\'t be translated';
$lang['direct_regex'] = 'Direct-Regex: All page names and namespaces matching this regex will be translated in the direct mode';
$lang['editor_regex'] = 'Editor-Regex: All page names and namespaces matching this regex will be translated in the editor mode';
$lang['ignored_expressions'] = 'Expressions that won\'t be translated, seperated by \':\'';

