1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +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_menu_add' => 'New',
'topic_menu_add_topic' => 'Add Topic',
'topic_menu_add_question' => 'Add question',
'topic_menu_add_link' => 'Add link',
'topic_menu_add' => 'Topic',
'topic_menu_add_topic' => 'Post',
'topic_menu_add_question' => 'Question',
'topic_menu_add_link' => 'Link',
'topic_menu_add_photoset' => 'Photoset',
'topic_menu_saved' => 'Drafts',
'topic_menu_published' => 'Published',

View file

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

View file

@ -24,7 +24,7 @@
{strip}
<h2 class="page-header">Создать <a href="#" class="create-dropdown-link link-dashed" id="create-dropdown-link">
{if $sMenuItemSelect=='topic'}
{$aLang.topic_menu_add_topic}
{$aLang.topic_menu_add}
{elseif $sMenuItemSelect=='blog'}
{$aLang.blog_menu_create}
{else}
@ -33,7 +33,7 @@
</a></h2>
{/strip}
<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>
{hook run='menu_create_item' sMenuItemSelect=$sMenuItemSelect}
</ul>

View file

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

View file

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