summaryrefslogtreecommitdiff
path: root/plugins/help/localization
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/help/localization')
-rw-r--r--plugins/help/localization/ru_RU.inc23
-rw-r--r--plugins/help/localization/zh_TW.inc8
2 files changed, 31 insertions, 0 deletions
diff --git a/plugins/help/localization/ru_RU.inc b/plugins/help/localization/ru_RU.inc
new file mode 100644
index 000000000..d6be3d4fb
--- /dev/null
+++ b/plugins/help/localization/ru_RU.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+
++-----------------------------------------------------------------------+
+| plugins/help/localization/ru_RU.inc |
+| |
+| Language file of the RoundCube help plugin |
+| Copyright (C) 2005-2010, RoundCube Dev. - Switzerland |
+| Licensed under the GNU GPL |
+| |
++-----------------------------------------------------------------------+
+| Author: Sergey Dukachev <iam@dukess.ru> |
++-----------------------------------------------------------------------+
+
+*/
+
+$labels = array();
+$labels['help'] = 'Помощь';
+$labels['about'] = 'О программе';
+$labels['license'] = 'Лицензия';
+
+?>
diff --git a/plugins/help/localization/zh_TW.inc b/plugins/help/localization/zh_TW.inc
new file mode 100644
index 000000000..603283761
--- /dev/null
+++ b/plugins/help/localization/zh_TW.inc
@@ -0,0 +1,8 @@
+<?php
+
+$labels = array();
+$labels['help'] = '說明';
+$labels['about'] = '關於';
+$labels['license'] = '許可證';
+
+?>