<?php

/*
#======================================================
|    | Trellis Desk Language File
|    | lang_register.php
#======================================================
*/

$lang = array(

'captcha' => 'Captcha',
'create_account_button' => 'Create Account',
'email_address' => 'Email Address',
'err_captcha_mismatch' => 'The Captcha code you entered did not match the image. Please try again.',
'err_email_in_use' => 'Sorry, that email is already in use. Please choose another email.',
'err_no_cpfield' => 'Please enter a value for the field:',
'err_no_email_valid' => 'You must enter a valid email address.',
'err_no_pass_match' => 'Your passwords do not match.',
'err_no_pass_short' => 'Please enter a password.',
'err_no_user_or_email' => 'You must enter a username or email address.',
'err_no_user_short' => 'Please enter a username.',
'err_user_already_active' => 'Your account has already been validated. Try logging in. :)',
'err_user_in_use' => 'Sorry, that username is already in use. Please choose another username.',
'err_user_not_found' => 'We could not find any member with the provided account information.',
'forgot_password' => 'Forgot Password',
'new_password' => 'New Password',
'new_password_confirm' => 'Confirm New Password',
'optional' => '(Optional)',
'or' => 'OR',
'password_confirm' => 'Confirm Password',
'register_new_account' => 'Register A New Account',
'resend_val_button' => 'Resend Validation',
'reset_pass_button' => 'Reset Password',
'reset_password' => 'Reset Password',
'upgrade_account_button' => 'Upgrade Account',
'upgrade_msg' => 'Because you are already logged in as a guest, you can upgrade your account to a fully registered account while keeping all your current tickets. To upgrade your account, simply fill out the form below and click Upgrade Account.',

);

?>