PHP Classes

File: lang/en.php

Recommend this page to a friend!
  Classes of Ákos Nikházy   PHP Have I Been Pwned API Search   lang/en.php   Download  
File: lang/en.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Have I Been Pwned API Search
Check if email addresses are in the HIBP database
Author: By
Last change: Update of lang/en.php
Date: 1 year ago
Size: 1,076 bytes
 

Contents

Class file image Download
<?php
/*
    hu.php - English language file
   
    This software created by Ákos Nikházy

*/
$expressions =
array(
'changePassword' => 'Change Password',
'continue' => 'Continue',
'done' => 'Done',
'due' => 'Due',
'errorEmptyPassword' => 'Fill all fields',
'errorSaveReport' => 'Error saving report file',
'errorPasswordNotSame' => 'New Password and its repeat are not the same',
'errorWrongPassword' => 'Wrong Password',
'fileName' => 'File',
'finished' => 'Finished',
'goaway' => 'Go Away',
'htmlTitle' => 'Email Tester',
'htmlTitleReport' => 'Report Reader',
'legend' => 'Legend',
'legendOKText' => 'Email address is not in HIBP database',
'legendNOTOKText' => 'Email address is in HIBP database',
'login' => 'Login',
'logout' => 'Logout',
'main' => 'Main',
'newPW' => 'New Password',
'password' => 'Password',
'pause' => 'Pause',
'repeatPW' => 'Repeat',
'reports' => 'Reports',
'start' => 'Start',
'testedAddress' => 'Tested Address',
'oldPW' => 'Current Password'
);
?>