<?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 :
