1<?php 2/** 3 * english language file for datapopup plugin 4 * 5 * @author Andreas Boehler <dev@aboehler.at> 6 */ 7 8$lang['fields'] = 'Fields to show from the data pluing. Refer to your templates on what is available'; 9$lang['registered_types'] = 'The types which should be looked up, e.g. radart:ufr: or radart:parts:'; 10 11 12 13//Setup VIM: ex: et ts=4 enc=utf-8 : 14