diff options
author | Vitaly Filatenko <kot@hacktest.net> | 2014-12-15 22:36:37 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2014-12-15 22:36:37 +0100 |
commit | e88b0b78dca1024132a36f217b59c9e73a9cc338 (patch) | |
tree | eeee7a178e701ecaef4df5f82d0a33122bfb1815 /inc/lang | |
parent | 4afb3999f3819020129d8d1e806076a363addb98 (diff) | |
download | rpg-e88b0b78dca1024132a36f217b59c9e73a9cc338.tar.gz rpg-e88b0b78dca1024132a36f217b59c9e73a9cc338.tar.bz2 |
translation update
Diffstat (limited to 'inc/lang')
-rw-r--r-- | inc/lang/ru/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/lang/ru/lang.php b/inc/lang/ru/lang.php index be6bdc0a4..ffe513386 100644 --- a/inc/lang/ru/lang.php +++ b/inc/lang/ru/lang.php @@ -28,6 +28,7 @@ * @author Владимир <id37736@yandex.ru> * @author Igor Degraf <igordegraf@gmail.com> * @author Type-kun <workwork-1@yandex.ru> + * @author Vitaly Filatenko <kot@hacktest.net> */ $lang['encoding'] = ' utf-8'; $lang['direction'] = 'ltr'; @@ -363,3 +364,4 @@ $lang['searchresult'] = 'Результаты поиска'; $lang['plainhtml'] = 'Простой HTML'; $lang['wikimarkup'] = 'вики-разметка'; $lang['page_nonexist_rev'] = 'Эта страница ещё не существовала %s. Она была создана <a href="%s">%s</a>.'; +$lang['unable_to_parse_date'] = 'Невозможно обработать параметр "%s".'; |