Uploading local sources to repository. First version.
This commit is contained in:
17
lang/ru/settings.php
Normal file
17
lang/ru/settings.php
Normal 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 :
|
||||
Reference in New Issue
Block a user