first commit
This commit is contained in:
1
plugins/captcha/simplecaptcha/index.html
Normal file
1
plugins/captcha/simplecaptcha/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
@@ -0,0 +1,9 @@
|
||||
; Copyright (C)2016 Open Source Matters. All rights reserved at actiaweb.com
|
||||
; License GNU General Public License version 2 or later;
|
||||
; Note : All ini files need to be saved as UTF-8 - No BOM
|
||||
PLG_SIMPLECAPTCHA="Simple Captcha plugin, you set the question and set the response !<br><strong>Do not forget to click on Captcha SimpleCaptcha in Joomla Configuration Menu ...</strong>"
|
||||
PLG_SIMPLECAPTCHA_QUESTION="Question for register in your website ex : 5 + 5 = "
|
||||
PLG_SIMPLECAPTCHA_RESPONSE_CLASS="CSS class to design response"
|
||||
PLG_SIMPLECAPTCHA_QUESTION_CLASS="CSS class to design Question"
|
||||
PLG_SIMPLECAPTCHA_RESPONSE="Response for register in your website ex : 10"
|
||||
PLG_SIMPLECAPTCHA_ERROR="You don t respond correctly to the Captcha question ! Retry :)"
|
||||
@@ -0,0 +1,9 @@
|
||||
; Copyright (C)2016 Open Source Matters. All rights reserved at actiaweb.com
|
||||
; License GNU General Public License version 2 or later;
|
||||
; Note : All ini files need to be saved as UTF-8 - No BOM
|
||||
PLG_SIMPLECAPTCHA="Simple Captcha est super simple, vous posez une question et donner la reponse que vous attendez<br><strong>Ne pas oublier de mettre SimpleCaptcha dans le menu Configuration de Joomla ...</strong>"
|
||||
PLG_SIMPLECAPTCHA_QUESTION="Question à laquelle on doit repondre pour s enregistrer ex : 5 + 5 = "
|
||||
PLG_SIMPLECAPTCHA_RESPONSE="La bonne reponse que vous voulez pour s enregistrer sur votre site ex : 10"
|
||||
PLG_SIMPLECAPTCHA_RESPONSE_CLASS="facultatif : CSS class pour mettre la réponse en valeur"
|
||||
PLG_SIMPLECAPTCHA_QUESTION_CLASS="facultatif : CSS class pour mettre la question en valeur"
|
||||
PLG_SIMPLECAPTCHA_ERROR="Vous ne répondez pas bien à la question ! Réessayez :)"
|
||||
1
plugins/captcha/simplecaptcha/simplecaptcha.php
Normal file
1
plugins/captcha/simplecaptcha/simplecaptcha.php
Normal file
@@ -0,0 +1 @@
|
||||
<?php
|
||||
1
plugins/captcha/simplecaptcha/simplecaptcha.xml
Normal file
1
plugins/captcha/simplecaptcha/simplecaptcha.xml
Normal file
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
Reference in New Issue
Block a user