14edf9146Ssaggi-dw<?php 24edf9146Ssaggi-dw/** 34edf9146Ssaggi-dw * English language file for dwtimeline plugin 44edf9146Ssaggi-dw * 54edf9146Ssaggi-dw * @author saggi <saggi@gmx.de> 64edf9146Ssaggi-dw */ 74edf9146Ssaggi-dw 84edf9146Ssaggi-dw// menu entry for admin plugins 94edf9146Ssaggi-dw// $lang['menu'] = 'Your menu entry'; 104edf9146Ssaggi-dw 114edf9146Ssaggi-dw// custom language strings for the plugin 12*4ff971beSsaggi-dw$lang['tl-button'] = 'Insert Timeline skeleton'; 13*4ff971beSsaggi-dw$lang['ms-content'] = 'Here goes the content of the milestone'; 14*4ff971beSsaggi-dw$lang['tl-title'] = 'Title of timeline'; 15*4ff971beSsaggi-dw$lang['ms-title'] = 'Title of milestone'; 16*4ff971beSsaggi-dw$lang['tl-desc'] = 'Short-description of timeline'; 17*4ff971beSsaggi-dw$lang['ms-desc'] = 'Short-description of milestone'; 18*4ff971beSsaggi-dw$lang['tl-end'] = 'End of timeline'; 19*4ff971beSsaggi-dw$lang['ms-data'] = '01'; 204edf9146Ssaggi-dw 21