To use the services of the Ministry of Human Resources and Emiratisation, a UAE Pass will be required
14 October, 202412:37
Текст скопійовано!
Starting from October 18, 2024, to access the services of the Ministry of Human Resources and Emiratisation (MOHRE), a UAE Pass will be required instead of a username and password. All other login methods will no longer work, and usernames and passwords will be deleted. UAE Pass is the official digital identifier for residents and citizens of the country, providing users access to all government services.
$lang_custom = $_GET['lang'];
$title_form = 'Выберите как вам удобнее получить упоминание о новостях';
$all_options = 'Все варианты';
$tg = 'Телеграм';
$podpiska_name = 'Имя';
$podpiska_name_pl = 'Введите имя';
$podpiska_email_pl = 'Введите email';
$podpiska_s = 'Успешно!';
$podpiska_btn = 'Подписаться';
if ($lang_custom == 'uk') {
$title_form = 'Виберіть як вам зручніше отримати згадку про новини';
$all_options = 'Всі варіанти';
$tg = 'Телеграм';
$podpiska_name = "Ім'я";
$podpiska_name_pl = "Введіть ім'я";
$podpiska_email_pl = 'Введіть email';
$podpiska_s = 'Успішно!';
$podpiska_btn = 'Підписатися';
}
if ($lang_custom == 'en') {
$title_form = 'Choose how you prefer to receive news mentions';
$all_options = 'All options';
$tg = 'Telegram';
$podpiska_name = 'Name';
$podpiska_name_pl = 'Enter a name';
$podpiska_email_pl = 'Enter email';
$podpiska_s = 'Successful!';
$podpiska_btn = 'Subscribe';
}
?>