diff --git a/lang/lang.ru.php b/lang/lang.ru.php new file mode 100644 index 0000000..f5de4dc --- /dev/null +++ b/lang/lang.ru.php @@ -0,0 +1,24 @@ + 'Русский', + 'author' => array( + 'name' => 'Александр Бирюков', + 'email' => 'info@alexbirukov.ru', + 'website' => 'http://alexbirukov.ru' + ), + 'release-date' => '2013-10-10' + ); + + /** + * ID Field + */ + $dictionary = array( + + 'Re-save ID\'s' => + 'Пересохранить ID', + + 'ID Field' => + 'Поле ID', + + );