summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/farmer/lang/en/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/farmer/lang/en/settings.php')
-rw-r--r--platform/www/lib/plugins/farmer/lang/en/settings.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/farmer/lang/en/settings.php b/platform/www/lib/plugins/farmer/lang/en/settings.php
new file mode 100644
index 0000000..0e854ac
--- /dev/null
+++ b/platform/www/lib/plugins/farmer/lang/en/settings.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * english language file for farmer plugin
+ *
+ * @author Michael Große <grosse@cosmocode.de>
+ */
+
+// keys need to match the config setting name
+$lang['deactivated plugins'] = 'Comma-separated list of plugins which are deactivated by default in new animals.';
+$lang['disable_new_plugins'] = 'Automatically disable plugins after they have been newly installed in the farmer? (only when installed via extension manager)';
+
+
+//Setup VIM: ex: et ts=4 :