xref: /plugin/dwtimeline/lang/en/lang.php (revision 2ddb08133455a704c2504f3e47df3918c5412eaf)
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// custom language strings for the plugin
94ff971beSsaggi-dw$lang['tl-button'] = 'Insert Timeline skeleton';
10*2ddb0813SSteffen Sagert$lang['tl-picker'] = 'Timeline';
11*2ddb0813SSteffen Sagert$lang['ms-button'] = 'Insert Milestone skeleton';
124ff971beSsaggi-dw$lang['ms-content'] = 'Here goes the content of the milestone';
134ff971beSsaggi-dw$lang['tl-title'] = 'Title of timeline';
144ff971beSsaggi-dw$lang['ms-title'] = 'Title of milestone';
154ff971beSsaggi-dw$lang['tl-desc'] = 'Short-description of timeline';
164ff971beSsaggi-dw$lang['ms-desc'] = 'Short-description of milestone';
174ff971beSsaggi-dw$lang['tl-end'] = 'End of timeline';
184ff971beSsaggi-dw$lang['ms-data'] = '01';
19*2ddb0813SSteffen Sagert$lang['ms-backcolor'] = '';
204edf9146Ssaggi-dw
21