summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/farmer/lang/de/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/farmer/lang/de/settings.php')
-rw-r--r--platform/www/lib/plugins/farmer/lang/de/settings.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/farmer/lang/de/settings.php b/platform/www/lib/plugins/farmer/lang/de/settings.php
new file mode 100644
index 0000000..661a3ec
--- /dev/null
+++ b/platform/www/lib/plugins/farmer/lang/de/settings.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * German language file for farmer plugin
+ *
+ * @author Andreas Gohr <gohr@cosmocode.de>
+ */
+
+// keys need to match the config setting name
+$lang['deactivated plugins'] = 'Kommaseparierte Liste an Plugins die in neuen Animals automatisch deaktiviert werden sollen.';
+
+
+
+//Setup VIM: ex: et ts=4 :