Fix #791 missing translation for subtitle_primary

This commit is contained in:
Kijin Sung 2017-04-13 23:34:56 +09:00
parent dc4616eecc
commit e19ef3ab41
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
<?php
$lang->admin = 'Admin';
$lang->cmd_configure = 'Configure';
$lang->subtitle_primary = 'Basic Settings';
$lang->subtitle_site_info = 'Site';
$lang->subtitle_notification = 'Notifications';
$lang->subtitle_security = 'Security';

View file

@ -1,6 +1,7 @@
<?php
$lang->admin = '관리자';
$lang->cmd_configure = '설정하기';
$lang->subtitle_primary = '기본 설정';
$lang->subtitle_site_info = '사이트 설정';
$lang->subtitle_notification = '알림 설정';
$lang->subtitle_security = '보안 설정';