1<?php
2$lang['menu']              = 'Abbreviations';
3
4$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. ';
5$lang['abbr_title']        = 'Editing abbreviations';
6$lang['abbr_save']         = 'Save';
7$lang['abbr_list']         = 'List of abbreviations';
8
9$lang['abbr_err_open']     = 'Could not open file';
10$lang['abbr_err_write']    = 'Write to file is not possible';
11$lang['abbr_err_secure']   = 'The file is write protected';
12$lang['abbr_error']        = 'At least one error occured while saving';