summaryrefslogtreecommitdiff
path: root/lib/plugins/revert/lang
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-11-09 21:47:43 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-11-09 21:47:43 +0100
commit168f9feebfac547ac832cdc2561a85158f9bed2d (patch)
tree13f9580f082df589e019f7bd76074cb01cc9c8cb /lib/plugins/revert/lang
parent4dde32dd6f539b1f1433d0c8612cecc5e636322a (diff)
downloadrpg-168f9feebfac547ac832cdc2561a85158f9bed2d.tar.gz
rpg-168f9feebfac547ac832cdc2561a85158f9bed2d.tar.bz2
revert plugin added
This plugin allows an admin to mass revert a lot of edits at once. It's in a very rough state and needs to be improved. darcs-hash:20061109204743-7ad00-3abf02ec466215ad694ac726c803e1a656b0286b.gz
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 :