diff options
author | Igor <pashev.igor@gmail.com> | 2010-11-19 14:27:34 +0300 |
---|---|---|
committer | Igor <pashev.igor@gmail.com> | 2010-11-19 14:27:34 +0300 |
commit | e3fe33c17270d75510931d6d02efe76d645b825f (patch) | |
tree | 556ab266ad36c108d301da5ad22b0ddc8a1570eb /lang/ru | |
parent | 66ef9d45417ab4d8c4e0ecbf519e2c751362f85d (diff) | |
download | dokuwiki-plugin-papers-e3fe33c17270d75510931d6d02efe76d645b825f.tar.gz |
Booklets as booklets, not as books
Diffstat (limited to 'lang/ru')
-rw-r--r-- | lang/ru/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ru/lang.php b/lang/ru/lang.php index c1362bc..3f5f4b6 100644 --- a/lang/ru/lang.php +++ b/lang/ru/lang.php @@ -11,7 +11,7 @@ // custom language strings for the plugin $lang['book'] = 'Книги'; -$lang['booklet'] = $lang['book']; +$lang['booklet'] = 'Брошюры'; $lang['article'] = 'Статьи в рецензируемых журналах'; $lang['inproceedings'] = 'Тезисы конференций'; $lang['misc'] = 'Другие публикации'; |