xref: /plugin/farmer/lang/en/settings.php (revision c609f1dcc91a56df760d51ba92f6e25b7289002c)
1<?php
2/**
3 * english language file for farmer plugin
4 *
5 * @author Michael Große <grosse@cosmocode.de>
6 */
7
8// keys need to match the config setting name
9$lang['deactivated plugins'] = 'Comma-separated list of plugins which are deactivated by default in new animals.';
10$lang['disable_new_plugins'] = 'Automatically disable plugins after they have been newly installed in the farmer? (only when installed via extension manager)';
11
12
13//Setup VIM: ex: et ts=4 :
14