xref: /plugin/deeplautotranslate/lang/en/settings.php (revision 6a17ed8db6e111729a23627973777ed86b1c3db4)
13832d0abSNetali<?php
23832d0abSNetali
33832d0abSNetali$lang['api_key'] = 'DeepL-API-Key';
43832d0abSNetali$lang['api'] = 'DeepL-API that should be used';
5*6a17ed8dSAnna Dabrowska$lang['tag_handling_v1'] = 'Use old, more lax, tag handling (v1) in the API. Try if translations fail.';
6*6a17ed8dSAnna Dabrowska$lang['api_log_errors'] = 'Log API errors';
73832d0abSNetali$lang['mode'] = 'Default operation mode of the plugin';
83c636ad3SNetali$lang['show_button'] = 'Show button for forced-translations';
9153e4498SNetali$lang['push_langs'] = 'Space separated list of languages for push-translation (ISO codes)';
10b33135efSNetali$lang['glossary_ns'] = 'Namespace for the definitions of glossaries';
113832d0abSNetali$lang['blacklist_regex'] = 'Blacklist-Regex: All page names and namespaces matching this regex won\'t be translated';
123832d0abSNetali$lang['direct_regex'] = 'Direct-Regex: All page names and namespaces matching this regex will be translated in the direct mode';
133832d0abSNetali$lang['editor_regex'] = 'Editor-Regex: All page names and namespaces matching this regex will be translated in the editor mode';
143832d0abSNetali$lang['ignored_expressions'] = 'Expressions that won\'t be translated, seperated by \':\'';
1599da9a08SNetali$lang['default_lang_in_ns'] = 'The default language is in a namespace (should normally not be the case)';
1624d1dd2fSAndreas Gohr$lang['keep_relative'] = 'Do not rewrite relative links when translating';
17