1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
This commit is contained in:
Mzhelskiy Maxim 2012-04-19 10:46:18 +04:00
parent 1d03fd2df1
commit 01d9b6610b
5 changed files with 9 additions and 11 deletions

View file

@ -209,10 +209,10 @@ return array(
/** /**
* Topic menus * Topic menus
*/ */
'topic_menu_add' => 'New', 'topic_menu_add' => 'Topic',
'topic_menu_add_topic' => 'Add Topic', 'topic_menu_add_topic' => 'Post',
'topic_menu_add_question' => 'Add question', 'topic_menu_add_question' => 'Question',
'topic_menu_add_link' => 'Add link', 'topic_menu_add_link' => 'Link',
'topic_menu_add_photoset' => 'Photoset', 'topic_menu_add_photoset' => 'Photoset',
'topic_menu_saved' => 'Drafts', 'topic_menu_saved' => 'Drafts',
'topic_menu_published' => 'Published', 'topic_menu_published' => 'Published',

View file

@ -209,8 +209,8 @@ return array(
/** /**
* Меню топиков * Меню топиков
*/ */
'topic_menu_add' => 'Новые', 'topic_menu_add' => 'Топик',
'topic_menu_add_topic' => 'Топик', 'topic_menu_add_topic' => 'Текстовый',
'topic_menu_add_question' => 'Опрос', 'topic_menu_add_question' => 'Опрос',
'topic_menu_add_link' => 'Ссылка', 'topic_menu_add_link' => 'Ссылка',
'topic_menu_add_photoset' => 'Фотосет', 'topic_menu_add_photoset' => 'Фотосет',

View file

@ -24,7 +24,7 @@
{strip} {strip}
<h2 class="page-header">Создать <a href="#" class="create-dropdown-link link-dashed" id="create-dropdown-link"> <h2 class="page-header">Создать <a href="#" class="create-dropdown-link link-dashed" id="create-dropdown-link">
{if $sMenuItemSelect=='topic'} {if $sMenuItemSelect=='topic'}
{$aLang.topic_menu_add_topic} {$aLang.topic_menu_add}
{elseif $sMenuItemSelect=='blog'} {elseif $sMenuItemSelect=='blog'}
{$aLang.blog_menu_create} {$aLang.blog_menu_create}
{else} {else}
@ -33,7 +33,7 @@
</a></h2> </a></h2>
{/strip} {/strip}
<ul class="create-dropdown-menu" id="create-dropdown-menu" style="display: none"> <ul class="create-dropdown-menu" id="create-dropdown-menu" style="display: none">
<li {if $sMenuItemSelect=='topic'}class="active"{/if}><a href="{router page='topic'}add/">{$aLang.topic_menu_add_topic}</a></li> <li {if $sMenuItemSelect=='topic'}class="active"{/if}><a href="{router page='topic'}add/">{$aLang.topic_menu_add}</a></li>
<li {if $sMenuItemSelect=='blog'}class="active"{/if}><a href="{router page='blog'}add/">{$aLang.blog_menu_create}</a></li> <li {if $sMenuItemSelect=='blog'}class="active"{/if}><a href="{router page='blog'}add/">{$aLang.blog_menu_create}</a></li>
{hook run='menu_create_item' sMenuItemSelect=$sMenuItemSelect} {hook run='menu_create_item' sMenuItemSelect=$sMenuItemSelect}
</ul> </ul>

View file

@ -1,7 +1,6 @@
<?php <?php
return array( return array(
'topic_menu_add' => 'Write',
'user_menu_profile_whois' => 'Info', 'user_menu_profile_whois' => 'Info',
); );

View file

@ -1,8 +1,7 @@
<?php <?php
return array( return array(
'topic_menu_add' => 'Написать', 'user_menu_profile_whois' => 'Инфо',
'user_menu_profile_whois' => 'Инфо',
'block_empty_no_tags' => 'Нет тегов', 'block_empty_no_tags' => 'Нет тегов',
'block_tags' => 'Теги', 'block_tags' => 'Теги',
'blog_menu_top' => 'Популярное', 'blog_menu_top' => 'Популярное',