flatpress/fp-plugins/feed/lang/lang.fr-fr.php
Fraenkiman ecd75c1e03 Closes #317 | Add RSS and Atom link
- Shows the RSS and Atom feed in the header and activates the widget.
- The buttons can be easily swapped via the upload manager
2024-02-04 23:25:13 +01:00

8 lines
155 B
PHP

<?php
$lang ['plugin'] ['feed'] = array(
'subject' => 'S\'abonner &#224;',
'rss' => 'S\'abonner au flux RSS',
'atom' => 'S\'abonner au flux Atom'
);
?>