<?php // QuickTicket 1.9.0.3 build:20081001 // // Is is recommended to always use capital on first letter in the translation // software change to lower case if necessary. // coppa $L['Agree']='I have read, and agree to abide by these rules.'; $L['I_am_child']='I am under '.QTI_CHILDREN.' years of age'; $L['I_am_not_child']='I am over or exactly '.QTI_CHILDREN.' years of age'; $L['Child']='Child'; $L['With_parent_agree']='With parent/guardian agreement'; $L['Without_parent_agree']='Without parent/guardian agreement'; $L['Proceed']='Proceed to registration'; // registration $L['Choose_name']='Choose a username'; $L['Choose_password']='Choose a password'; $L['Old_password']='Old password'; $L['New_password']='New password'; $L['Confirm_password']='Confirm the password'; $L['Password_updated']='Password updated'; $L['Password_by_mail']='Temporary password will be send to your e-mail address.'; $L['Your_mail']='Your e-mail'; $L['Parent_mail']='Parent/guardian e-mail'; $L['Security']='Security'; $L['Reset_pwd']='Reset password'; $L['Reset_pwd_help']='The application will send by e-mail a new single-use access password key.'; $L['Type_code']='Type the code you see in order to verify that this registration is not being performed by an automated process.'; $L['Register_completed']='Registration completed...'; // login and profile $L['Remember']='Remember me'; $L['Forgotten_pwd']='Forgotten password'; $L['Change_password']='Change password'; $L['Change_avatar']='Change picture'; $L['H_Change_avatar']='(maximum '.$_SESSION[QT]['avatar_width'].'x'.$_SESSION[QT]['avatar_height'].' pixels, '.$_SESSION[QT]['avatar_size'].' Kb)'; $L['Avatar_updated']='picture updated'; $L['Delete_avatar']='Delete picture'; $L['Avatar_deleted']='Picture deleted'; $L['Change_signature']='Change signature'; $L['Change_role']='Change role'; $L['Change_ban']='Change ban'; $L['H_no_signature']='Your signature is displayed at the bottom of your messages. If you don\'t want signature, save an empty text here.'; $L['H_ban']='Select the ban duration'; $L['Ban_user']='Ban user'; $L['Is_banned']='Is banned'; $L['Is_banned_nomore']='<h2>Welcome back...</h2><p>Your account has been re-opened.<br/>Re-try login now...</p>'; $L['Since']='since'; $L['Retry_tomorrow']='Try again tomorrow or contact the Administrator.'; // Error $L['E_coppa_confirm']='Agreement from your parent/guardian not yet received. Please wait.'; $L['E_pixels_max']='Pixels maximum'; $L['E_min_4_char']='Minimum 4 characters'; $L['E_pwd_char']='The password contains invalid character.'; // Privacy $L['Privacy_visible'][0]='Not visible'; $L['Privacy_visible'][1]='Visible for members only'; $L['Privacy_visible'][2]='Visible for all'; // Help $L['Reg_help']='Please fill in this form to complete your registration.<br/><br/>Username and password must be at least 4 characters without tags or trailing spaces.<br/><br/>E-mail address will be used to send you a new password if you forgot it. It is visible for registrered members only. To make it invisible, change your privacy settings in your profile.<br/><br/>If you are visually impaired or cannot otherwise read the security code please contact the <a class="small" href="mailto:'.$_SESSION[QT]['admin_email'].'">Administrator</a> for help.<br/><br/>'; $L['Reg_mail']='You will receive an email shortly including a temporary password.<br/><br/>You are invited to log in and edit your profile to define your own password.'; $L['Reg_pass']='Password reset.<br/><br/>If you have forgotten your password, please enter your username and email address. We will send you a single-use access password key that will allow you to select a new password.'; ?>