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