<?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']  = '';
$lang['rp_not_found']  = 'Page not found: %s';
$lang['rp_no_acl']     = 'No rights for: %s';
$lang['rp_same']       = 'Source and destination are equal: %s';
$lang['rp_missing_id'] = 'No page given!';
