FreshRSS-Extensions/xExtension-ImageProxy/i18n/fr/ext.php
2020-04-05 14:23:48 +02:00

14 lines
327 B
PHP

<?php
return array(
'imageproxy' => array(
'proxy_url' => 'URL du proxy',
'scheme_http' => 'Proxy HTTP',
'scheme_https' => 'Proxy HTTPS',
'scheme_default' => 'Proxy indéterminé',
'scheme_include' => 'Inclure http*:// dans l\'URL',
'url_encode' => 'Encoder l\'URL',
'true' => 'Oui',
'false' => 'Non',
),
);