Initial implementation of Notification Settings screen

This commit is contained in:
Kijin Sung 2016-11-12 15:19:26 +09:00
parent ddc0da173a
commit 87b9f7bae6
12 changed files with 415 additions and 0 deletions

View file

@ -110,6 +110,9 @@ $lang->comment = 'Comment';
$lang->description = 'Description';
$lang->trackback = 'Trackback';
$lang->tag = 'Tag';
$lang->mail = 'Mail';
$lang->email = 'E-mail';
$lang->sms = 'SMS';
$lang->allow_comment = 'Allow Comments';
$lang->lock_comment = 'Block Comments';
$lang->allow_trackback = 'Allow Trackbacks';