1<?php 2 3$lang['btn_translate'] = 'Translate page with DeepL'; 4 5$lang['msg_translation_success'] = 'Automatic translation successful!'; 6$lang['msg_translation_fail'] = 'Automatic translation failed!'; 7$lang['msg_translation_fail_bad_key'] = 'Automatic translation failed because the DeepL-API-Key is invalid!'; 8$lang['msg_translation_fail_quota_exceeded'] = 'Automatic translation failed because the DeepL character quota is exceeded!'; 9$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.'; 10$lang['msg_translation_fail_invalid_lang'] = 'Invalid language: '; 11$lang['msg_translation_fail_no_permissions'] = 'No permissions for the page: '; 12 13$lang['msg_bad_key'] = 'The DeepL-API-Key is invalid!'; 14 15$lang['msg_glossary_create_fail'] = 'The creation of the glossary failed!'; 16$lang['msg_glossary_create_success'] = 'The creation of the glossary was successful!'; 17$lang['msg_glossary_delete_fail'] = 'The deletion of the glossary failed!'; 18$lang['msg_glossary_delete_success'] = 'The deletion of the glossary was successful!'; 19$lang['msg_glossary_fetch_fail'] = 'The retrieval of the available glossaries failed!'; 20$lang['msg_glossary_empty_key'] = 'Error while creating the glossary: at least one entry has an empty source or target!'; 21$lang['msg_glossary_content_invalid'] = 'Error while creating the glossary: the content of the glossary is invalid, possibly a source exists twice!'; 22$lang['msg_glossary_unsupported'] = 'These languages are currently not supported for glossaries!'; 23 24$lang['glossary_definition_heading'] = 'DeepL Glossary'; 25$lang['glossary_definition_help'] = 'The glossary is formed from the entries in the following table (excluding the header):'; 26 27$lang['glossary_landing_heading'] = 'DeepL Glossaries'; 28$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