Add options to allow split SMS or LMS/MMS

This commit is contained in:
Kijin Sung 2016-11-12 16:29:28 +09:00
parent 39757ea3db
commit e014c8343c
4 changed files with 34 additions and 0 deletions

View file

@ -85,6 +85,8 @@ $lang->cmd_admin_default_from_phone = '기본 발신자 번호';
$lang->cmd_admin_default_reply_to = 'Reply-To 주소';
$lang->cmd_admin_force_default_sender = '일괄 적용';
$lang->cmd_admin_sending_method = '발송 방법';
$lang->cmd_admin_allow_split_sms = 'SMS 분할 발송';
$lang->cmd_admin_allow_split_lms = 'LMS/MMS 분할 발송';
$lang->default_lang = '기본 언어 선택';
$lang->lang_select = '지원 언어 선택';
$lang->auto_select_lang = '언어 자동 선택';