aboutsummaryrefslogtreecommitdiff
path: root/lang/ru/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ru/lang.php')
-rw-r--r--lang/ru/lang.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/ru/lang.php b/lang/ru/lang.php
new file mode 100644
index 0000000..c1362bc
--- /dev/null
+++ b/lang/ru/lang.php
@@ -0,0 +1,23 @@
+<?php
+/**
+ * Russian language file for papers plugin
+ *
+ * @author Igor Pashev <pashev.igor@gmail.com>
+ */
+
+// menu entry for admin plugins
+// $lang['menu'] = 'Your menu entry';
+
+// custom language strings for the plugin
+
+$lang['book'] = 'Книги';
+$lang['booklet'] = $lang['book'];
+$lang['article'] = 'Статьи в рецензируемых журналах';
+$lang['inproceedings'] = 'Тезисы конференций';
+$lang['misc'] = 'Другие публикации';
+$lang['year'] = 'год';
+$lang['KiB'] = 'Кбайт';
+
+
+
+//Setup VIM: ex: et ts=4 enc=utf-8 :