<?php
/**
 * English language file for dwtimeline plugin
 *
 * @author saggi <saggi@gmx.de>
 */

// menu entry for admin plugins
// $lang['menu'] = 'Your menu entry';

// custom language strings for the plugin
$lang['tl-button'] = 'Insert Timeline skeleton';
$lang['ms-content'] = 'Here goes the content of the milestone';
$lang['tl-title'] = 'Title of timeline';
$lang['ms-title'] = 'Title of milestone';
$lang['tl-desc'] = 'Short-description of timeline';
$lang['ms-desc'] = 'Short-description of milestone';
$lang['tl-end'] = 'End of timeline';
$lang['ms-data'] = '01';

