<?php
/**
 * English language file for DokuWiki Plugin Abbr
 */
$lang['abbr_toolbar_title'] = 'Mark text as abbreviated';

$lang['abbr_type0'] = '<abbr title=""></abbr>';
$lang['abbr_type0_sample'] = 'Text';

$lang['abbr_type1'] = '<abbr>Phrase (Shorten)</abbr>';
$lang['abbr_type1_sample'] = 'Phrase (shorten)';
$lang['abbr_type2'] = '<abbr>Shorten [phrase]</abbr>';
$lang['abbr_type2_sample'] = 'Shorten [long phrase]';
