xref: /plugin/dwtimeline/lang/en/lang.php (revision 545c554be65100e9bb5eff6d4aa54c829680442a)
1<?php
2
3/**
4 * English language file for dwtimeline plugin
5 *
6 * @author saggi <saggi@gmx.de>
7 */
8
9// custom language strings for the plugin
10$lang['tl-button']     = 'Insert Timeline skeleton';
11$lang['tl-picker']     = 'Timeline';
12$lang['ms-button']     = 'Insert Milestone skeleton';
13$lang['ms-content']    = 'Here goes the content of the milestone';
14$lang['tl-title']      = 'Title of timeline';
15$lang['ms-title']      = 'Title of milestone';
16$lang['tl-desc']       = 'Short-description of timeline';
17$lang['ms-desc']       = 'Short-description of milestone';
18$lang['tl-end']        = 'End of timeline';
19$lang['ms-data']       = '01';
20$lang['ms-backcolor']  = '';
21$lang['rp_not_found']  = 'Page not found: %s';
22$lang['rp_no_acl']     = 'No rights for: %s';
23$lang['rp_same']       = 'Source and destination are equal: %s';
24$lang['rp_missing_id'] = 'No page given!';
25