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

8 lines
222 B
PHP

<?php
return array(
'custom_css' => array(
'write_css' => 'Règles CSS supplémentaires',
'permission_problem' => 'Your CSS file is not writable, please change the file permissions for %s', // @todo translate
),
);