summaryrefslogtreecommitdiff
path: root/lang/English/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'lang/English/register.php')
-rw-r--r--lang/English/register.php37
1 files changed, 37 insertions, 0 deletions
diff --git a/lang/English/register.php b/lang/English/register.php
new file mode 100644
index 0000000..3c41a40
--- /dev/null
+++ b/lang/English/register.php
@@ -0,0 +1,37 @@
+<?php
+
+// Language definitions used in register.php
+$lang_register = array(
+
+// Miscellaneous
+'No new regs' => 'This forum is not accepting new registrations.',
+'Reg cancel redirect' => 'Registration cancelled. Redirecting …',
+'Forum rules' => 'Forum rules',
+'Rules legend' => 'You must agree to the following in order to register',
+'Registration flood' => 'A new user was registered with the same IP address as you within the last hour. To prevent registration flooding, at least an hour has to pass between registrations from the same IP. Sorry for the inconvenience.',
+'Agree' => 'Agree',
+'Cancel' => 'Cancel',
+'Register' => 'Register',
+
+// Form validation stuff (some of these are also used in post.php)
+'Registration errors' => 'Registration errors',
+'Registration errors info' => 'The following errors need to be corrected before you can register:',
+'Username censor' => 'The username you entered contains one or more censored words. Please choose a different username.',
+'Username dupe 1' => 'Someone is already registered with the username',
+'Username dupe 2' => 'The username you entered is too similar. The username must differ from that by at least one alphanumerical character (a-z or 0-9). Please choose a different username.',
+'Email not match' => 'Email addresses do not match.',
+
+// Registration email stuff
+'Reg email' => 'Thank you for registering. Your password has been sent to the specified address. If it doesn\'t arrive you can contact the forum administrator at',
+'Reg complete' => 'Registration complete. Logging in and redirecting …',
+
+// Register info
+'Desc 1' => 'Registration will grant you access to a number of features and capabilities otherwise unavailable. These functions include the ability to edit and delete posts, design your own signature that accompanies your posts and much more. If you have any questions regarding this forum you should ask an administrator.',
+'Desc 2' => 'Below is a form you must fill out in order to register. Once you are registered you should visit your profile and review the different settings you can change. The fields below only make up a small part of all the settings you can alter in your profile.',
+'Username legend' => 'Please enter a username between 2 and 25 characters long',
+'Pass legend' => 'Please enter and confirm your chosen password',
+'Pass info' => 'Passwords must be at least 6 characters long. Passwords are case sensitive.',
+'Email info' => 'You must enter a valid email address as your randomly generated password will be sent to that address.',
+'Confirm email' => 'Confirm email address',
+
+);