add contents
This commit is contained in:
11
lib/plugins/todo/lang/ru/lang.php
Normal file
11
lib/plugins/todo/lang/ru/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author serg <sergey_art82@inbox.ru>
|
||||
*/
|
||||
$lang['qb_todobutton'] = 'Отметить текст как Задача (ToDo)';
|
||||
$lang['refreshpage'] = 'Доступна более новая версия этой страницы. Обновите страницу перед новой попыткой.';
|
||||
$lang['checkboxchange_on'] = 'Проверенные задачи';
|
||||
$lang['checkboxchange_off'] = 'Непроверенные задачи';
|
Reference in New Issue
Block a user