xref: /plugin/deeplautotranslate/lang/en/lang.php (revision 5f8ab21dda11966d12b6ac874727eadc93464071)
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