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/en/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 :

13
lang/en/settings.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
/**
* english language file for sqlquery plugin
*
* @author George Pirogov <i1557@yandex.ru>
*/
// keys need to match the config setting name
// $lang['fixme'] = 'FIXME';
//Setup VIM: ex: et ts=4 :