Browse Source

Add forkbb.ru

Visman 2 years ago
parent
commit
8a101858ff

+ 3 - 0
app/lang/en/admin_index.po

@@ -110,3 +110,6 @@ msgstr "Size: %s"
 
 msgid "Other"
 msgstr "Other:"
+
+msgid "Community"
+msgstr "Community"

+ 1 - 1
app/lang/en/common.po

@@ -312,7 +312,7 @@ msgid "Board footer"
 msgstr "Board footer"
 
 msgid "Powered by"
-msgstr "Powered by <a href=\"https://github.com/forkbb\">ForkBB</a>"
+msgstr "Powered by <a href=\"https://forkbb.ru\">ForkBB</a>"
 
 msgid "Debug table"
 msgstr "Debug information"

+ 3 - 0
app/lang/ru/admin_index.po

@@ -110,3 +110,6 @@ msgstr "Размер: %s"
 
 msgid "Other"
 msgstr "Дополнительные данные:"
+
+msgid "Community"
+msgstr "Форум"

+ 1 - 1
app/lang/ru/common.po

@@ -314,7 +314,7 @@ msgid "Board footer"
 msgstr "Подвал форума"
 
 msgid "Powered by"
-msgstr "Под управлением <a href=\"https://github.com/forkbb\">ForkBB</a>"
+msgstr "Под управлением <a href=\"https://forkbb.ru\">ForkBB</a>"
 
 msgid "Debug table"
 msgstr "Отладочная информация"

+ 1 - 1
app/templates/admin/index.forkbb.php

@@ -32,7 +32,7 @@
             </dl>
             <dl>
               <dt>{!! __('Support label') !!}</dt>
-              <dd><a href="https://github.com/forkbb/forkbb">GitHub</a></dd>
+              <dd><a href="https://forkbb.ru">{!! __('Community') !!}</a> - <a href="https://github.com/forkbb/forkbb">GitHub</a></dd>
             </dl>
           </fieldset>
         </div>