-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alex Trofimov
committed
Feb 8, 2019
1 parent
a23d6c1
commit 4f2ffca
Showing
59 changed files
with
587 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ ADDED KEYS ================ | ||
|
||
'_adm_txt_mlevels_icon_info_edit' => 'Оставьте пустым, если Вы хотите использовать ранее загруженное изображение.', | ||
'_mma_send_friend_request' => 'посылать предложения дружбы', | ||
'_sys_btn_thumbnail_change' => 'Изменить миниатюру', | ||
'_sys_export_success' => 'Ссылка на скачивание данных была отправлена на емейл: {0}', | ||
'_sys_wrn_disabled_scripts' => 'Ваш браузер не поддерживает скрипты!', | ||
|
||
// ================ CHANGED KEYS ================ | ||
|
||
'_ATT_ACTIVE' => '<a href="pedit.php?ID={0}">Изменить</a> | ||
<span class="sys-bullet"></span> | ||
<a href="javascript:void(0);" onclick="javascript:loadHtmlInPopup(\'explanation_popup\', \'explanation.php?explain=Active\');">Пояснение</a> | ||
<span class="sys-bullet"></span> | ||
<a href="change_status.php">Спрятать</a> | ||
<span class="sys-bullet"></span> | ||
<a href="javascript:void(0);" onclick="bx_export_user_data_popup()">Экспортировать персональные данные</a>', | ||
|
||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ ADDED KEYS ================== | ||
|
||
'_articles' => 'Articles', | ||
|
||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ ADDED KEYS ================== | ||
|
||
'_articles' => 'Статьи', | ||
|
||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
upgrade/files/7.3.5-7.4.0/modules/facebook_connect/lang_en.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ CHANGED KEYS ================== | ||
|
||
'_bx_facebook_information_block' => 'To get your "App ID" and "App Secret", you need to <a href="https://developers.facebook.com/apps/" target="_blank">make Facebook app</a>. <br /><br />Please follow <a href="https://www.boonex.com/forums/topic/How-to-setup-Facebook-Connect-module.htm" target="_blank">these instructions</a> on how to create and setup the app. <br /><br />Your "Site URL" for the app: <b>{0}</b> <br />Your "OAuth Redirect URI" for the app: <b>{1}</b> <br /><br />After completing these steps, insert your "App ID" and "App Secret" below:', | ||
|
||
); |
9 changes: 9 additions & 0 deletions
9
upgrade/files/7.3.5-7.4.0/modules/facebook_connect/lang_ru.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ CHANGED KEYS ================== | ||
|
||
'_bx_facebook_information_block' => 'Чтобы получить "App ID" и "App Secret", нужно <a href="https://developers.facebook.com/apps/" target="_blank">создать новое приложение</a>. <br /><br /><a href="https://www.boonex.com/forums/topic/How-to-setup-Facebook-Connect-module.htm" target="_blank">Инструкции по созданию Facebook приложения</a> <br /><br />Значение поля "Site URL" для приложения: <b>{0}</b> <br />Значение поля "URI перенаправления для OAuth" для приложения: <b>{1}</b> <br /><br />После выполнения этих шагов укажите "API Key" и "App Secret" в форме ниже:', | ||
|
||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ ADDED KEYS ================== | ||
|
||
'_feedback' => 'Feedback', | ||
|
||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ ADDED KEYS ================== | ||
|
||
'_feedback' => 'Отзывы', | ||
|
||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ DELETED KEYS ================== | ||
/* | ||
'_bx_files_i_have_the_right_to_distribute' => 'I have the right to distribute these files', | ||
*/ | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ DELETED KEYS ================== | ||
/* | ||
'_bx_files_i_have_the_right_to_distribute' => 'У меня есть право распространять эти файлы', | ||
*/ | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
if ($this->oDb->getOne("SELECT COUNT(*) AS `count` FROM `bx_files_main` GROUP BY `Uri` ORDER BY `count` DESC LIMIT 1") <= 1) { | ||
|
||
if ($this->oDb->isIndexExists('bx_files_main', 'Uri')) | ||
$this->oDb->res("ALTER TABLE `bx_files_main` DROP INDEX `Uri`"); | ||
|
||
$this->oDb->res("ALTER TABLE `bx_files_main` ADD UNIQUE (`Uri`)"); | ||
} | ||
|
||
return true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ CHANGED KEYS ================== | ||
|
||
'_mma_forum_del_topics' => 'forum delete topics', | ||
|
||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ ADDED KEYS ================== | ||
|
||
'_news' => 'News', | ||
|
||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ ADDED KEYS ================== | ||
|
||
'_news' => 'Новости', | ||
|
||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ ADDED KEYS ================== | ||
|
||
'_bx_pfw' => 'PayPal PayFlow Pro', | ||
|
||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
$aLangContent = array( | ||
|
||
// ================ ADDED KEYS ================== | ||
|
||
'_bx_pfw' => 'PayPal PayFlow Pro', | ||
|
||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.