summaryrefslogtreecommitdiff
path: root/lib/plugins/styler/lang
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-17 11:16:17 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-17 11:16:17 +0200
commit82f9aff6a65b1acaeec6cfde9a2848cb9cb92e03 (patch)
tree8f9d5c2130d2a6b2b5e517c82c65c96b954592f6 /lib/plugins/styler/lang
parent831864db51ec2c0cd8b86aaee1f1c160df91087d (diff)
downloadrpg-82f9aff6a65b1acaeec6cfde9a2848cb9cb92e03.tar.gz
rpg-82f9aff6a65b1acaeec6cfde9a2848cb9cb92e03.tar.bz2
started to localize the styler plugin
Diffstat (limited to 'lib/plugins/styler/lang')
-rw-r--r--lib/plugins/styler/lang/en/intro.txt2
-rw-r--r--lib/plugins/styler/lang/en/lang.php9
2 files changed, 9 insertions, 2 deletions
diff --git a/lib/plugins/styler/lang/en/intro.txt b/lib/plugins/styler/lang/en/intro.txt
new file mode 100644
index 000000000..bb9e3ff33
--- /dev/null
+++ b/lib/plugins/styler/lang/en/intro.txt
@@ -0,0 +1,2 @@
+This tool allows you to change certain style settings of your currently selected template
+all changes are stored in a local configuration file and are upgrade safe. \ No newline at end of file
diff --git a/lib/plugins/styler/lang/en/lang.php b/lib/plugins/styler/lang/en/lang.php
index dfb472f11..2dd7921b0 100644
--- a/lib/plugins/styler/lang/en/lang.php
+++ b/lib/plugins/styler/lang/en/lang.php
@@ -6,10 +6,15 @@
*/
// menu entry for admin plugins
-// $lang['menu'] = 'Your menu entry';
+$lang['js']['menu'] = 'Template Style Settings';
// custom language strings for the plugin
-// $lang['fixme'] = 'FIXME';
+$lang['error'] = 'Sorry, this template does not support this functionality.';
+
+$lang['btn_preview'] = 'Preview your changes';
+$lang['btn_save'] = 'Save your changes';
+$lang['btn_reset'] = 'Reset your current changes';
+$lang['btn_revert'] = 'Revert all styles back to the template\'s default';