<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Register Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used during register for various
    | messages that we need to display to the user. You are free to modify
    | these language lines according to your application's requirements.
    |
    */

    // Form
    'title' => 'Sign up to get your account',
    'email' => 'Email',
    'name' => 'Username',
    'password' => 'Password',
    'register'  => 'Create account',
    'message' => 'By registering, confirm that you have read and accepted our  <a href="/login"> Terms of use </a> and our <a href="/login"> Privacy policy </a>.',
    'back_login' => 'Already have an Controlla account? Log in',

    'very_weak' => 'Very weak',
    'weak' => 'Weak',
    'good' => 'Good',
    'strong' => 'Strong',
    'very_strong' => 'Very strong',

];
