xref: /plugin/deeplautotranslate/lang/en/lang.php (revision 5f8ab21dda11966d12b6ac874727eadc93464071)
13c636ad3SNetali<?php
23c636ad3SNetali
33c636ad3SNetali$lang['btn_translate'] = 'Translate page with DeepL';
43c636ad3SNetali
5*5f8ab21dSNetali$lang['msg_translation_success'] = 'Automatic translation successful!';
6*5f8ab21dSNetali$lang['msg_translation_fail'] = 'Automatic translation failed!';
7*5f8ab21dSNetali$lang['msg_translation_fail_bad_key'] = 'Automatic translation failed because the DeepL API Key is invalid!';
8*5f8ab21dSNetali$lang['msg_translation_fail_quota_exceeded'] = 'Automatic translation failed because the DeepL character quota is exceeded!';
9