diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-16 18:40:21 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-16 18:40:21 +0200 |
commit | 6ea007c9f8c6830ea4f21ad880e91279e2f4bf10 (patch) | |
tree | 8d769608fe260066773457feccb987730459a73e /lib/plugins/styler/lang/en | |
parent | 4d6524b8916955bf5fa9086042917244751dc03d (diff) | |
download | rpg-6ea007c9f8c6830ea4f21ad880e91279e2f4bf10.tar.gz rpg-6ea007c9f8c6830ea4f21ad880e91279e2f4bf10.tar.bz2 |
a first very basic implementation of the preview mechanism
Diffstat (limited to 'lib/plugins/styler/lang/en')
-rw-r--r-- | lib/plugins/styler/lang/en/lang.php | 16 |
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 : |