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

// custom language strings for the plugin
$lang['tl-button'] = 'Insert Timeline skeleton';
$lang['tl-picker'] = 'Timeline';
$lang['ms-button'] = 'Insert Milestone 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';
$lang['ms-backcolor'] = '';

