Fraenkiman 28f4125a7f Fixes #322
- Compatibility with Markdown established
- The help document is now linked in the plugin panel
- Hard-coded output now localized
2024-02-10 19:33:46 +01:00

8 lines
154 B
PHP

<?php
$lang ['plugin'] ['footnotes'] = array(
'footnote' => 'Nota a piè di pagina',
'footnotes' => 'Note a piè di pagina',
'back' => 'Torna a'
);
?>