summaryrefslogtreecommitdiff
path: root/plugins/markasjunk2/localization/ru_RU.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/markasjunk2/localization/ru_RU.inc')
-rw-r--r--plugins/markasjunk2/localization/ru_RU.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/markasjunk2/localization/ru_RU.inc b/plugins/markasjunk2/localization/ru_RU.inc
new file mode 100644
index 000000000..e91f6a454
--- /dev/null
+++ b/plugins/markasjunk2/localization/ru_RU.inc
@@ -0,0 +1,15 @@
+<?php
+/* Author: Peter Zotov */
+
+$labels = array();
+$labels['buttonjunk'] = 'Пометить как спам';
+$labels['markasjunk'] = 'Как спам';
+$labels['buttonnotjunk'] = 'Это сообщение не спам';
+$labels['markasnotjunk'] = 'Не спам';
+$labels['notjunk'] = 'Не спам';
+
+$messages = array();
+$messages['reportedasjunk'] = 'Помечено как спам';
+$messages['reportedasnotjunk'] = 'Сообщение перемещено во Входящие';
+
+?> \ No newline at end of file