Improved to set the display mode in detail

This commit is contained in:
BJRambo 2016-05-30 08:30:37 +09:00
parent e7c133a66d
commit f1b408f328
4 changed files with 16 additions and 12 deletions

View file

@ -64,8 +64,10 @@ $lang->ncenterlite_io_about = 'You can activate or inactivate every function of
$lang->ncenterlite_on = 'Active';
$lang->ncenterlite_off = 'Inactive';
$lang->ncenterlite_display = 'Display Notifications';
$lang->ncenterlite_display_y = 'Yes';
$lang->ncenterlite_display_n = 'No';
$lang->ncenterlite_display_all = 'All display';
$lang->ncenterlite_display_pc = 'Only PC';
$lang->ncenterlite_display_mobile = 'Only Mobile';
$lang->ncenterlite_display_none = 'Not display.';
$lang->ncenterlite_display_about = 'You can hide notifications from Notification Center Lite if you are using a layout or widget that handles notifications for you.';
$lang->ncenterlite_mention_target = 'Mention target';
$lang->ncenterlite_mention_target_about = 'Mention target can be nicknames or IDs (@Nickname or @ID).';