diff --git a/templates/language/english.php b/templates/language/english.php index be14deab..118a37a1 100644 --- a/templates/language/english.php +++ b/templates/language/english.php @@ -241,6 +241,7 @@ return array( 'topic_create_blog_error_nojoin' => "You're not a member of this blog!", 'topic_create_blog_error_noacl' => "You don't have enough power to post to this blog", 'topic_create_blog_error_noallow' => "You can't write to this blog", + 'topic_create_blog_notice' => 'You need to join blog to post to it.', 'topic_create_title' => 'Title', 'topic_create_title_notice' => 'Title should be meaningful to reflect the meaning of the topic.', 'topic_create_title_error' => "Topic's title should consist of 2 upto 200 chars", diff --git a/templates/language/russian.php b/templates/language/russian.php index be5f092e..4cb00c8a 100644 --- a/templates/language/russian.php +++ b/templates/language/russian.php @@ -241,6 +241,7 @@ return array( 'topic_create_blog_error_nojoin' => 'Вы не состоите в этом блоге!', 'topic_create_blog_error_noacl' => 'Вы еще недостаточно окрепли, чтобы постить в этот блог', 'topic_create_blog_error_noallow' => 'Вы не можете писать в этот блог', + 'topic_create_blog_notice' => 'Для того чтобы написать в определенный блог, вы должны, для начала, вступить в него.', 'topic_create_title' => 'Заголовок', 'topic_create_title_notice' => 'Заголовок должен быть наполнен смыслом, чтобы можно было понять, о чем будет топик.', 'topic_create_title_error' => 'Название топика должно быть от 2 до 200 символов', @@ -1152,6 +1153,7 @@ return array( 'date_hours_back' => '%%hours%% час назад; %%hours%% часа назад; %%hours%% часов назад', 'date_hours_back_less' => 'Менее часа назад', 'today' => 'Сегодня', + 'more' => 'еще', 'timezone_list'=> array( '-12' => '[UTC − 12] Меридиан смены дат (запад)', diff --git a/templates/skin/developer/actions/ActionLink/add.tpl b/templates/skin/developer/actions/ActionLink/add.tpl index 08af1b75..e9e2d6e6 100644 --- a/templates/skin/developer/actions/ActionLink/add.tpl +++ b/templates/skin/developer/actions/ActionLink/add.tpl @@ -22,7 +22,8 @@ {foreach from=$aBlogsAllow item=oBlog} {/foreach} -

+ + {$aLang.topic_create_blog_notice}