summaryrefslogtreecommitdiff
path: root/lang/English/recaptcha_addon.php
diff options
context:
space:
mode:
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...',
+);