PHP Classes

File: CMF/Web/application/language/en/ce_login_lang.php

Recommend this page to a friend!
  Classes of Burge Lab   BurgeATS   CMF/Web/application/language/en/ce_login_lang.php   Download  
File: CMF/Web/application/language/en/ce_login_lang.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BurgeATS
CRM, Ticketing system, and employee manangement
Author: By
Last change: Update of CMF/Web/application/language/en/ce_login_lang.php
Date: 1 year ago
Size: 1,197 bytes
 

Contents

Class file image Download
<?php

$lang
['login']="Login";
$lang['email']="Email";
$lang['password']="Password";
$lang['sign-in']="Sign in";

$lang['header_title']="Login";
$lang['signup']="Sign up";
$lang['do_you_forget_your_password']="Did you forget your password?";
$lang['please_enter_your_email_and_captcha']="Please enter your email and captcha, and click this link again.";
$lang['please_fill_all_fields']="Please fill all fields.";
$lang['invalid_email']="The email addrss is invalid.";
$lang['wrong_captcha']="Wrong captcha.";
$lang['new_password_sent_to_your_email']="The new password sent to your email.";

$lang['new_password_email_subject']="New Password";
$lang['new_password_email_content']='
    Dear user?<br>
    Your new password is:<br>
    <span style="font-family:times new roman">$pass</span><br/>'
;


$lang['regiestered_successfully']="You registered successfully.<br>Your password sent to your email.";
$lang['repeated_email']="The entered email has been registered previously.<br>Please use the login page.";

$lang['social_media_login']="Login with social media";
$lang['social_login_success']='You logged in to your account by $email.';
$lang['social_login_fail']='You have not registered with $email.';