FreshRSS-Extensions/xExtension-CustomJS/i18n/fr/ext.php

8 lines
210 B
PHP

<?php
return array(
'custom_js' => array(
'write_js' => 'JS supplémentaires',
'permission_problem' => 'Your JS file is not writable, please change the file permissions for %s', // @todo translate
),
);