idv-demo/html/lng/en/default.php

64 lines
2.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
# GB_en language file
$url_basic=$_SESSION['SITE']['site_url'];
//== SITE META
define('SITE_NAME', '1Kosmos Demo');
define('SITE_DESCRIPTION', '1Kosmos Identity Verification Platform');
define('SITE_AUTHOR', '1Kosmos');
define('SITE_KEYWORDS', '1Kosmos,kyc,identity,verification,passwordless,demo');
// == NAVIGATION
define('MENUE_HOME','home');
define('MENUE_ONE','Onboarding');
define('MENUE_TWO','Recovery');
define('MENUE_THREE','Passwordless');
define('MENUE_FOUR','banking');
// =========>> First Level Pages
// =========>> PAGE_PAGE_HOME
define('PAGE_HOME_TITLE','1Kosmos Identity Platform Demo');
define('PAGE_HOME_CONTENT_1','');
define('PAGE_HOME_CONTENT_2','');
define('PAGE_HOME_CONTENT_3','');
define('PAGE_HOME_CONTENT_4','');
define('PAGE_HOME_CONTENT_5','');
// =========>> PAGE_ONE — Account Onboarding (KYC)
define('PAGE_ONE_TITLE','Account Onboarding');
define('PAGE_ONE_CONTENT_1','Identity verification and KYC for new account creation.');
define('PAGE_ONE_CONTENT_2','');
define('PAGE_ONE_CONTENT_3','');
define('PAGE_ONE_CONTENT_4','');
define('PAGE_ONE_CONTENT_5','');
// =========>> PAGE_TWO — Account Recovery
define('PAGE_TWO_TITLE','Account Recovery');
define('PAGE_TWO_CONTENT_1','Enter your email to reset your password.');
define('PAGE_TWO_CONTENT_2','You will receive a reset link at the address provided.');
define('PAGE_TWO_CONTENT_2','');
define('PAGE_TWO_CONTENT_3','');
define('PAGE_TWO_CONTENT_4','');
define('PAGE_TWO_CONTENT_5','');
// =========>> PAGE_THREE — Passwordless Signin
define('PAGE_THREE_TITLE','Passwordless Signin');
define('PAGE_THREE_CONTENT_1','Click the button to sign in without a password.');
define('PAGE_THREE_CONTENT_2','Your biometric or device credential will be used.');
define('PAGE_THREE_CONTENT_2','');
define('PAGE_THREE_CONTENT_3','');
define('PAGE_THREE_CONTENT_4','');
define('PAGE_THREE_CONTENT_5','');
// =========>> PAGE_FOUR
define('PAGE_FOUR_TITLE','Banking');
define('PAGE_FOUR_CONTENT_1','');
define('PAGE_FOUR_CONTENT_2','');
define('PAGE_FOUR_CONTENT_3','');
define('PAGE_FOUR_CONTENT_4','');
define('PAGE_FOUR_CONTENT_5','');
// =========>> Second Level Pages <<=======
// == PAGE_ERRORS
define('ERROR_404', '<h2>404 Not Found</h2><p>The requested resource could not be found but may be available in the future.</p>');
define('ERROR_501', '<h2>500 Internal Server Error</h2><p>A generic error message, given when an unexpected condition was encountered and no more specific message is suitable.</p>');