summaryrefslogtreecommitdiff
path: root/lang/English/recaptcha_addon.php
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-02-01 08:57:06 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-02-01 08:57:06 +0100
commitada3beb0a6c649bd9bfc6a87b2fe69ee8ae563f7 (patch)
treedf74b326c096fad4d74b90988caed727c15847ef /lang/English/recaptcha_addon.php
downloadfluxbb-ada3beb0a6c649bd9bfc6a87b2fe69ee8ae563f7.tar.xz
initial checkin
Diffstat (limited to 'lang/English/recaptcha_addon.php')
-rw-r--r--lang/English/recaptcha_addon.php20
1 files changed, 20 insertions, 0 deletions
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 @@
+<?php
+
+$GLOBALS['lang_recaptcha'] = array(
+ 'Human' => '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...',
+);