1<?php 2/** 3 * English language file for dwtimeline plugin 4 * 5 * @author saggi <saggi@gmx.de> 6 */ 7 8// menu entry for admin plugins 9// $lang['menu'] = 'Your menu entry'; 10 11// custom language strings for the plugin 12$lang['tl-button'] = 'Insert Timeline skeleton'; 13$lang['ms-content'] = 'Here goes the content of the milestone'; 14$lang['tl-title'] = 'Title of timeline'; 15$lang['ms-title'] = 'Title of milestone'; 16$lang['tl-desc'] = 'Short-description of timeline'; 17$lang['ms-desc'] = 'Short-description of milestone'; 18$lang['tl-end'] = 'End of timeline'; 19$lang['ms-data'] = '01'; 20 21