Uploading local sources to repository. First version.

This commit is contained in:
digitalduke
2018-03-19 13:46:03 +05:00
parent 28d4ea25ee
commit a052c4d018
9 changed files with 260 additions and 0 deletions

16
lang/ru/lang.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
/**
* English language file for sqlquery plugin
*
* @author George Pirogov <i1557@yandex.ru>
*/
// menu entry for admin plugins
// $lang['menu'] = 'Your menu entry';
// custom language strings for the plugin
// $lang['fixme'] = 'FIXME';
//Setup VIM: ex: et ts=4 :

17
lang/ru/settings.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
/**
* english language file for sqlquery plugin
*
* @author George Pirogov <i1557@yandex.ru>
*/
// keys need to match the config setting name
// $lang['fixme'] = 'FIXME';
$lang['Host'] = 'Адрес MySQL сервера (dns или ip)';
$lang['DB'] = 'Имя базы данных MySQL';
$lang['user'] = 'Логин';
$lang['password'] = 'Пароль';
//Setup VIM: ex: et ts=4 :