From 6b340eb258c3783e5c920384d607790f6a0c0beb Mon Sep 17 00:00:00 2001 From: Gregwar Date: Tue, 25 Dec 2012 19:48:25 +0100 Subject: [PATCH] Adding french translation & info in the README --- README.md | 7 ++++++- Resources/translations/validators.fr.yml | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Resources/translations/validators.fr.yml diff --git a/README.md b/README.md index 4f36641..88a3084 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ You can define the following configuration options globally or on the CaptchaTyp * **keep_value**: the value will be the same until the form is posted, even if the page is refreshed (default=true) * **as_file**: if set to true an image file will be created instead of embedding to please IE6/7 (default=false) * **as_url**: if set to true, a URL will be used in the image tag and will handle captcha generation. This can be used in a multiple-server environment and support IE6/7 (default=false) -* **invalid_message**: error message displayed when an non-matching code is submitted (default="Bad code value") +* **invalid_message**: error message displayed when an non-matching code is submitted (default="Bad code value", see the translation section for more information) * **bypass_code**: code that will always validate the captcha (default=null) * **whitelist_key**: the session key to use for keep the session keys that can be used for captcha storage, when using as_url (default=captcha_whitelist_key) * **humanity**: number of extra forms that the user can submit after a correct validation, if set to a value different of 0, only 1 over (1+humanity) forms will contain a CAPTCHA (default=0, i.e each form will contain the CAPTCHA) @@ -155,6 +155,11 @@ configuration entry in your `config.yml` file: height: 50 length: 6 +Translation +=========== + +The messages are using the translator, you can either change the `invalid_message` option or translate it. Any contribution about the language is welcome ! + As URL ============ To use a URL to generate a captcha image, you must add the bundle's routing configuration to your app/routing.yml file: diff --git a/Resources/translations/validators.fr.yml b/Resources/translations/validators.fr.yml new file mode 100644 index 0000000..8cd3668 --- /dev/null +++ b/Resources/translations/validators.fr.yml @@ -0,0 +1 @@ +Bad code value: Mauvaise valeur pour le code visuel