1<?php 2/** 3 * Language file for the jstweak plugin 4 * 5 * @author Volker Bürckel <volker@vrbdev.eu> 6 */ 7 8$lang['menu'] = 'List of Plugins with conf.js replacement'; 9$lang['is_active'] = 'Script Replacement is ON.'; 10$lang['is_inactive'] = 'Script Replacement is OFF.'; 11$lang['error'] = 'An error has occurred'; 12$lang['please_set_local_script_dir'] = 'Please set the local script directory in the configuration'; 13$lang['please_create_local_script_dir'] = 'Please create the local script directory in the filesystem:';