xref: /plugin/deeplautotranslate/lang/en/lang.php (revision b33135ef59f278eabdd2d1b1d302b960ed10b796)
13c636ad3SNetali<?php
23c636ad3SNetali
33c636ad3SNetali$lang['btn_translate'] = 'Translate page with DeepL';
43c636ad3SNetali
55f8ab21dSNetali$lang['msg_translation_success'] = 'Automatic translation successful!';
65f8ab21dSNetali$lang['msg_translation_fail'] = 'Automatic translation failed!';
7*b33135efSNetali$lang['msg_translation_fail_bad_key'] = 'Automatic translation failed because the DeepL-API-Key is invalid!';
85f8ab21dSNetali$lang['msg_translation_fail_quota_exceeded'] = 'Automatic translation failed because the DeepL character quota is exceeded!';
9*b33135efSNetali$lang['msg_translation_fail_invalid_glossary'] = 'Automatic translation failed because the used glossary ID is invalid! Creating the corresponding glossary again should fix the problem.';
10153e4498SNetali$lang['msg_translation_fail_invalid_lang'] = 'Invalid language: ';
11153e4498SNetali$lang['msg_translation_fail_no_permissions'] = 'No permissions for the page: ';
12*b33135efSNetali
13*b33135efSNetali$lang['msg_bad_key'] = 'The DeepL-API-Key is invalid!';
14*b33135efSNetali
15*b33135efSNetali$lang['msg_glossary_create_fail'] = 'The creation of the glossary failed!';
16*b33135efSNetali$lang['msg_glossary_create_success'] = 'The creation of the glossary was successful!';
17*b33135efSNetali$lang['msg_glossary_delete_fail'] = 'The deletion of the glossary failed!';
18*b33135efSNetali$lang['msg_glossary_delete_success'] = 'The deletion of the glossary was successful!';
19*b33135efSNetali$lang['msg_glossary_fetch_fail'] = 'The retrieval of the available glossaries failed!';
20*b33135efSNetali$lang['msg_glossary_empty_key'] = 'Error while creating the glossary: at least one entry has an empty source or target!';
21*b33135efSNetali$lang['msg_glossary_content_invalid'] = 'Error while creating the glossary: the content of the glossary is invalid, possibly a source exists twice!';
22*b33135efSNetali$lang['msg_glossary_unsupported'] = 'These languages are currently not supported for glossaries!';
23*b33135efSNetali
24*b33135efSNetali$lang['glossary_definition_heading'] = 'DeepL Glossary';
25*b33135efSNetali$lang['glossary_definition_help'] = 'The glossary is formed from the entries in the following table (excluding the header):';
26*b33135efSNetali
27*b33135efSNetali$lang['glossary_landing_heading'] = 'DeepL Glossaries';
28*b33135efSNetali$lang['glossary_landing_info_msg'] = 'Glossaries from DeepL are currently supported for the following target languages with the default language set as the source language:';
29