14edf9146Ssaggi-dw<?php 2*545c554bSsaggi-dw 34edf9146Ssaggi-dw/** 44edf9146Ssaggi-dw * English language file for dwtimeline plugin 54edf9146Ssaggi-dw * 64edf9146Ssaggi-dw * @author saggi <saggi@gmx.de> 74edf9146Ssaggi-dw */ 84edf9146Ssaggi-dw 94edf9146Ssaggi-dw// custom language strings for the plugin 104ff971beSsaggi-dw$lang['tl-button'] = 'Insert Timeline skeleton'; 112ddb0813SSteffen Sagert$lang['tl-picker'] = 'Timeline'; 122ddb0813SSteffen Sagert$lang['ms-button'] = 'Insert Milestone skeleton'; 134ff971beSsaggi-dw$lang['ms-content'] = 'Here goes the content of the milestone'; 144ff971beSsaggi-dw$lang['tl-title'] = 'Title of timeline'; 154ff971beSsaggi-dw$lang['ms-title'] = 'Title of milestone'; 164ff971beSsaggi-dw$lang['tl-desc'] = 'Short-description of timeline'; 174ff971beSsaggi-dw$lang['ms-desc'] = 'Short-description of milestone'; 184ff971beSsaggi-dw$lang['tl-end'] = 'End of timeline'; 194ff971beSsaggi-dw$lang['ms-data'] = '01'; 202ddb0813SSteffen Sagert$lang['ms-backcolor'] = ''; 21*545c554bSsaggi-dw$lang['rp_not_found'] = 'Page not found: %s'; 22*545c554bSsaggi-dw$lang['rp_no_acl'] = 'No rights for: %s'; 23*545c554bSsaggi-dw$lang['rp_same'] = 'Source and destination are equal: %s'; 24*545c554bSsaggi-dw$lang['rp_missing_id'] = 'No page given!'; 25