diff options
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 : |