summaryrefslogtreecommitdiff
path: root/lib/plugins/revert/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/revert/lang')
-rw-r--r--lib/plugins/revert/lang/en/intro.txt2
-rw-r--r--lib/plugins/revert/lang/en/lang.php16
2 files changed, 18 insertions, 0 deletions
diff --git a/lib/plugins/revert/lang/en/intro.txt b/lib/plugins/revert/lang/en/intro.txt
new file mode 100644
index 000000000..813891017
--- /dev/null
+++ b/lib/plugins/revert/lang/en/intro.txt
@@ -0,0 +1,2 @@
+====== Revert Manager ======
+
diff --git a/lib/plugins/revert/lang/en/lang.php b/lib/plugins/revert/lang/en/lang.php
new file mode 100644
index 000000000..8df31508c
--- /dev/null
+++ b/lib/plugins/revert/lang/en/lang.php
@@ -0,0 +1,16 @@
+<?php
+/**
+ * english language file
+ */
+
+// settings must be present and set appropriately for the language
+$lang['encoding'] = 'utf-8';
+$lang['direction'] = 'ltr';
+
+// for admin plugins, the menu prompt to be displayed in the admin menu
+// if set here, the plugin doesn't need to override the getMenuText() method
+$lang['menu'] = 'Revert Manager';
+
+// custom language strings for the plugin
+
+//Setup VIM: ex: et ts=4 enc=utf-8 :