<?php
$lang['menu']              = 'Abbreviations';

$lang['abbr_text']         = 'Use the form below to edit the <b>abbreviations</b>. Abbreviation substitution functionality <a href="https://www.dokuwiki.org/abbreviations"> is implemented </a> by the standard DokuWiki engine. ';
$lang['abbr_title']        = 'Editing abbreviations';
$lang['abbr_save']         = 'Save';
$lang['abbr_list']         = 'List of abbreviations';

$lang['abbr_err_open']     = 'Could not open file';
$lang['abbr_err_write']    = 'Write to file is not possible';
$lang['abbr_err_secure']   = 'The file is write protected';
$lang['abbr_error']        = 'At least one error occured while saving';