summaryrefslogtreecommitdiff
path: root/lib/plugins/styler/lang
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-16 18:40:21 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-16 18:40:21 +0200
commit6ea007c9f8c6830ea4f21ad880e91279e2f4bf10 (patch)
tree8d769608fe260066773457feccb987730459a73e /lib/plugins/styler/lang
parent4d6524b8916955bf5fa9086042917244751dc03d (diff)
downloadrpg-6ea007c9f8c6830ea4f21ad880e91279e2f4bf10.tar.gz
rpg-6ea007c9f8c6830ea4f21ad880e91279e2f4bf10.tar.bz2
a first very basic implementation of the preview mechanism
Diffstat (limited to 'lib/plugins/styler/lang')
-rw-r--r--lib/plugins/styler/lang/en/lang.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/plugins/styler/lang/en/lang.php b/lib/plugins/styler/lang/en/lang.php
new file mode 100644
index 000000000..dfb472f11
--- /dev/null
+++ b/lib/plugins/styler/lang/en/lang.php
@@ -0,0 +1,16 @@
+<?php
+/**
+ * English language file for styler plugin
+ *
+ * @author Andreas Gohr <andi@splitbrain.org>
+ */
+
+// menu entry for admin plugins
+// $lang['menu'] = 'Your menu entry';
+
+// custom language strings for the plugin
+// $lang['fixme'] = 'FIXME';
+
+
+
+//Setup VIM: ex: et ts=4 :