19 lines
1.4 KiB
PHP
Executable File
19 lines
1.4 KiB
PHP
Executable File
<?php
|
|
$GLOBALS['__l10n']['delete all settings'] = 'supprime tous les paramètres';
|
|
$GLOBALS['__l10n']['reCaptcha spam filter'] = 'Filtre d\'indésirable reCaptcha';
|
|
$GLOBALS['__l10n']['red (Default theme)'] = 'red (thème par défaut)';
|
|
$GLOBALS['__l10n']['white'] = 'white';
|
|
$GLOBALS['__l10n']['blackglass'] = 'blackglass';
|
|
$GLOBALS['__l10n']['clean'] = 'clean';
|
|
$GLOBALS['__l10n']['reCaptcha settings'] = 'Paramètres de reCaptcha';
|
|
$GLOBALS['__l10n']['Get your owns API key'] = 'Obtenir vos propres clés pour l\'API';
|
|
$GLOBALS['__l10n']['Public Key'] = 'Public key';
|
|
$GLOBALS['__l10n']['Private key'] = 'Private key';
|
|
$GLOBALS['__l10n']['Theme'] = 'Thème';
|
|
$GLOBALS['__l10n']['Enable for comments form'] = 'Activer pour les commentaires des billets';
|
|
$GLOBALS['__l10n']['reCAPTCHA is a free CAPTCHA service that protects your site against spam.'] = 'reCAPTCHA est un service gratuit de CAPTCHA qui protège votre site contre le spam.';
|
|
$GLOBALS['__l10n']['If you want use reCAPTCHA form with the plugin ContactMe:'] = 'Si vous désirez utiliser reCAPTCHA avec le plugin ContactMe:';
|
|
$GLOBALS['__l10n']['insert template {{tpl:dcReCaptchaForm}} to form in file contact_me.html'] = 'insérez le template {{tpl:dcReCaptchaForm}} dans le form du fichier contact_me.html';
|
|
$GLOBALS['__l10n']['activate the spam filter option in ContactMe'] = 'activez le filtre de spam dans ContactMe';
|
|
?>
|