www_archline_hu/cadline/docroot/iskolak/language/en-GB.lang.php

45 lines
2.3 KiB
PHP

<?php
$loginPage['login'] = 'Login';
$loginPage['username'] = 'Username';
$loginPage['password'] = 'Password';
$loginPage['login_error'] = 'Wrong username or password.';
$home['home_page'] = 'Home';
$home['favicon'] = 'https://www.archlinexp.com/public/img/icons/favicon_2.ico';
$home['logout'] = 'Logout';
$home['add_new_student'] = 'Add new student';
$home['end_of_course'] = 'End of course';
$home['import_from_excel'] = 'Import from Excel';
$home['download_sample'] = 'Download excel sample';
$home['import_students'] = 'Import students from excel';
$home['search'] = 'Search';
$home['send_email'] = 'Send email';
$home['name'] = 'Name';
$home['email'] = 'Email';
$home['telephone'] = 'Telephone';
$home['status'] = 'Status';
$home['serial_number'] = 'Serial Number';
$home['close'] = 'Close';
$home['confirm_email'] = 'Confirm email';
$home['add'] = 'Add';
$home['edit_student'] = 'Edit student';
$home['course'] = 'Course';
$home['active'] = 'Active';
$home['passive'] = 'Passive';
$home['exam_passed'] = 'Passed the exam';
$home['save'] = 'Save';
$home['sample_excel'] = 'public/student_import.xlsx';
$home['search_all'] = 'Search in all groups';
$home['export_excel'] = 'Download group information';
$home['archiv_desc'] = 'The ARCHIV group contains the data of students who dropped out of their studies and were therefore deleted from the group. The student can be permanently deleted here. If the student needs to be placed in a student group again, he must be transferred to the appropriate group under the Edit menu item.';
$process['wrong_course'] = 'Incorrect course.';
$process['user_already'] = 'A student with such an email address has already been added.';
$process['user_failed'] = 'Failed to add student.';
$process['email_failed'] = 'Failed to send email.';
$process['number_name'] = 'The name cannot be a number';
$process['missing_email'] = 'Missing email address';
$process['invalid_email'] = 'Invalid email address';
$process['email_already'] = 'A student with such an email address has already been added';
$process['other_school'] = 'Student at another school';