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