1<?php
2/**
3 * English language file for DokuWiki Plugin Abbr
4 */
5$lang['abbr_toolbar_title'] = 'Mark text as abbreviated';
6
7$lang['abbr_type0'] = '<abbr title=""></abbr>';
8$lang['abbr_type0_sample'] = 'Text';
9
10$lang['abbr_type1'] = '<abbr>Phrase (Shorten)</abbr>';
11$lang['abbr_type1_sample'] = 'Phrase (shorten)';
12$lang['abbr_type2'] = '<abbr>Shorten [phrase]</abbr>';
13$lang['abbr_type2_sample'] = 'Shorten [long phrase]';
14