aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorIgor <pashev.igor@gmail.com>2010-10-31 13:34:54 +0300
committerIgor <pashev.igor@gmail.com>2010-10-31 13:34:54 +0300
commit550e0062508de14939dd518c5b7d6efefaf5b655 (patch)
tree8af836db7f5c1575d08f081dd3b2ab757d344bcc /lang
parentd10dda2dbc20626496c76c073a34f9ea40298b7f (diff)
downloaddokuwiki-plugin-papers-550e0062508de14939dd518c5b7d6efefaf5b655.tar.gz
<bibtex> RAW BiBTeX </bibtex> - works
Diffstat (limited to 'lang')
-rw-r--r--lang/en/lang.php23
-rw-r--r--lang/ru/lang.php23
2 files changed, 46 insertions, 0 deletions
diff --git a/lang/en/lang.php b/lang/en/lang.php
new file mode 100644
index 0000000..f6451d4
--- /dev/null
+++ b/lang/en/lang.php
@@ -0,0 +1,23 @@
+<?php
+/**
+ * English 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'] = 'Books';
+$lang['booklet'] = $lang['book'];
+$lang['article'] = 'Articles in peer-reviewed journals';
+$lang['inproceedings'] = 'Theses of conferences';
+$lang['misc'] = 'Other publications';
+$lang['year'] = 'year';
+$lang['KiB'] = 'KiB';
+
+
+
+//Setup VIM: ex: et ts=4 enc=utf-8 :
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 :