initial commit starter template

This commit is contained in:
Jana Deutschländer 2016-10-31 11:48:20 +01:00
commit 9e15017636
80 changed files with 2803 additions and 0 deletions

11
lang/ru/settings.php Executable file
View file

@ -0,0 +1,11 @@
<?php
/**
* Russian language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Aleksandr Selivanov <alexgearbox@gmail.com>
*/
$lang['discussionPage'] = 'Страница обсуждения (оставьте поле пустым для отключения обсуждений)'; //default -- discussion:@ID@
$lang['userPage'] = 'Страница пользователя (оставьте поле пустым для отключения страниц пользователей)'; //default -- user:@USER@:
$lang['hideTools'] = 'Скрывать инструменты гостям?';