mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
fixed engilsh language :)
This commit is contained in:
parent
396017b7b1
commit
49033bbc19
2 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ $lang->ncenterlite_activate = 'Activate';
|
|||
$lang->ncenterlite_inactivate = 'Inactivate';
|
||||
$lang->ncenterlite_userconfig_about_warning = 'Watch out! You are controlling other user\'s settings via this page.';
|
||||
$lang->ncenterlite_article = '<strong>%1$s</strong> wrote an article as "%2$s".';
|
||||
$lang->ncenterlite_board = '<strong>%1$s</strong> wrote an article as "%3$s" on the board %2$s.';
|
||||
$lang->ncenterlite_board = '<strong>%1$s</strong> wrote "%3$s" on %2$s.';
|
||||
$lang->ncenterlite_commented = '<strong>%1$s</strong> commented as "%3$s" on your %2$s.';
|
||||
$lang->ncenterlite_commented_board = '<strong>%1$s</strong> commented as "%3$s" on the board %2$s.';
|
||||
$lang->ncenterlite_mentioned = '<strong>%s</strong> mentioned you on <strong>"%s"board</strong> to <strong>"%s"</strong> .';
|
||||
|
|
@ -34,7 +34,7 @@ $lang->ncenterlite_message_string = 'You have <strong>%d</strong> new <strong>me
|
|||
$lang->ncenterlite_message_mention = '<strong>%1$s</strong> sent a message as <strong>"%2$s"</strong>.';
|
||||
$lang->ncenterlite_test_noti = '<strong>%s</strong>! Skin test notification has been done.';
|
||||
$lang->ncenterlite_vote = '<strong>%1$s</strong> marked the article "%2$s" with a recommendation.';
|
||||
$lang->ncenterlite_admin_content_message = '<strong>%1$s</strong> wrote an article as "%3$s" on the board %2$s.';
|
||||
$lang->ncenterlite_admin_content_message = '<strong>%1$s</strong> wrote "%3$s" on %2$s.';
|
||||
$lang->ncenterlite_ago = 'ago';
|
||||
$lang->ncenterlite_date['0'] = 'Year';
|
||||
$lang->ncenterlite_date['1'] = 'Month';
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ class ncenterliteController extends ncenterlite
|
|||
if(isset($config->use['mention']))
|
||||
{
|
||||
$mention_targets = $this->_getMentionTarget($content);
|
||||
|
||||
|
||||
// !TODO 공용 메소드로 분리
|
||||
foreach($mention_targets as $mention_member_srl)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue