From 3b06ee0d381dc1be5f40ca98ad4278046d869d21 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 20:57:39 +0100 Subject: checked in initial customized verison for Archlinux32 --- lang/English/recaptcha_addon.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lang/English/recaptcha_addon.php (limited to 'lang/English/recaptcha_addon.php') diff --git a/lang/English/recaptcha_addon.php b/lang/English/recaptcha_addon.php new file mode 100644 index 0000000..7264276 --- /dev/null +++ b/lang/English/recaptcha_addon.php @@ -0,0 +1,20 @@ + 'Are you a human?', + 'Prove' => 'Please prove that you\'re a human being.', + 'Error' => 'Please prove that you are human.', + 'API error' => 'Cannot validate reCAPTCHA submission.', + 'General' => 'Set up reCAPTCHA integration', + 'General description' => 'Configure reCAPTCHA with your account credentials as provided by Google.', + 'Enable' => 'Enable reCAPTCHA', + 'Site key' => 'Site key', + 'Secret key' => 'Secret key', + 'Locations' => 'Locations', + 'Locations description' => 'Where do you want reCAPTCHA to show up?', + 'Register' => 'On the registration page', + 'Login' => 'On the login page', + 'Guest post' => 'When guests make a post', + 'Save' => 'Save', + 'Settings saved' => 'Settings saved successfully. Redirecting...', +); -- cgit v1.2.3-54-g00ecf