290 lines
8.1 KiB
PHP
Executable File
290 lines
8.1 KiB
PHP
Executable File
<?php
|
|
|
|
if (!defined('BASEPATH'))
|
|
exit('No direct script access allowed');
|
|
/**
|
|
* Name: Auth Lang - English
|
|
*
|
|
* Author: Ben Edmunds
|
|
* ben.edmunds@gmail.com
|
|
* @benedmunds
|
|
*
|
|
* Author: Daniel Davis
|
|
* @ourmaninjapan
|
|
*
|
|
* Location: http://github.com/benedmunds/ion_auth/
|
|
*
|
|
* Created: 03.09.2013
|
|
*
|
|
* Description: English language file for Ion Auth example views
|
|
*
|
|
*/
|
|
// Errors
|
|
$lang['error_csrf'] = 'This form post did not pass our security checks.';
|
|
|
|
// dashboard
|
|
|
|
$lang['doctor'] = 'Doctor';
|
|
$lang['patient'] = 'Patient';
|
|
$lang['nurse'] = 'Nurse';
|
|
$lang['pharmacist'] = 'pharmacist:';
|
|
$lang['laboratorist'] = 'Laboratorist';
|
|
$lang['accountant'] = 'Accountant';
|
|
$lang['payment'] = 'Payment';
|
|
$lang['medicine'] = 'Medicine';
|
|
$lang['report'] = 'Report';
|
|
$lang['operation_report'] = 'Operation Report';
|
|
$lang['birth_report'] = 'Birth Report';
|
|
$lang['donor'] = 'Donor';
|
|
$lang['bed'] = 'Bed';
|
|
$lang['total_bed'] = 'Total Bed';
|
|
$lang['expense'] = 'Expense';
|
|
$lang['total_payment'] = 'Total payment';
|
|
$lang['departments'] = 'Departments';
|
|
$lang['human_resources'] = 'Human Resources';
|
|
$lang['financial_activities'] = 'Financial Activities';
|
|
$lang['settings'] = 'Settings';
|
|
$lang['profile'] = 'Profile';
|
|
$lang['my_profile'] = 'My Profile';
|
|
$lang['my_consultant'] = 'My Consultant';
|
|
$lang['my_due_balance'] = 'My Due Balance';
|
|
$lang['my_last_login'] = 'My Last Login';
|
|
$lang['my_reports'] = 'My Reports';
|
|
$lang['hms'] = 'Hospital Management System';
|
|
|
|
$lang['see_all_patients'] = 'See All Patients';
|
|
$lang['see_all_payments'] = 'See All Payments';
|
|
$lang['see_all_medicines'] = 'See All Medicine';
|
|
$lang['payment_today'] = 'Payment Today';
|
|
$lang['payments_today'] = 'Payments Today';
|
|
$lang['patient_registered_today'] = 'Patient Registered Today';
|
|
$lang['patients_registered_today'] = 'Patients Registered Today';
|
|
$lang['medicine_registered_today'] = 'Medicine Registered Today';
|
|
$lang['medicine_registered_today'] = 'Medicines Registered today';
|
|
|
|
$lang['log_out'] = 'Log Out';
|
|
|
|
|
|
|
|
|
|
|
|
//sidebar
|
|
$lang['dashboard'] = 'Dashboard';
|
|
$lang['all_hospitals'] = 'Financial Activities';
|
|
$lang['create_new_hospital'] = 'Settings';
|
|
|
|
|
|
|
|
|
|
// Departments
|
|
$lang['add_department'] = 'Add Department';
|
|
$lang['edit_department'] = 'Edit Department';
|
|
$lang['name'] = 'Name';
|
|
$lang['description'] = 'Description';
|
|
$lang['options'] = 'Options';
|
|
$lang['print'] = 'Print';
|
|
|
|
|
|
// Doctors
|
|
$lang['doctors'] = 'Doctors';
|
|
$lang['add_doctor'] = 'Add Doctor';
|
|
$lang['edit_doctor'] = 'Edit Doctor';
|
|
$lang['image'] = 'Image';
|
|
$lang['email'] = 'email';
|
|
$lang['address'] = 'Address';
|
|
$lang['phone'] = 'Phone';
|
|
$lang['password'] = 'Password';
|
|
|
|
// Patient
|
|
$lang['add_patient'] = 'Add Patient';
|
|
$lang['register_new_patient'] = 'Register Patient';
|
|
$lang['edit_patient'] = 'Edit Patient';
|
|
$lang['birth_date'] = 'Birth Date';
|
|
$lang['blood_group'] = 'Blood Group';
|
|
$lang['due_balance'] = 'Due Balance';
|
|
$lang['invoice'] = 'Invoice';
|
|
$lang['details'] = 'Details';
|
|
$lang['bio_graph'] = 'Bio Graph';
|
|
$lang['patient_id'] = 'Patient Id';
|
|
$lang['gender'] = 'Gender';
|
|
|
|
|
|
|
|
// Appoinytment
|
|
|
|
$lang['appointments'] = 'Appointments';
|
|
$lang['appointment'] = 'Appointment';
|
|
$lang['id'] = 'Id';
|
|
$lang['date-time'] = 'Date - Time';
|
|
$lang['remarks'] = 'Remarks';
|
|
$lang['add_appointment'] = 'Add Appointment';
|
|
$lang['edit_appointment'] = 'Edit Appointment';
|
|
|
|
|
|
// Nurse
|
|
$lang['add_nurse'] = 'Add Nurse';
|
|
$lang['edit_nurse'] = 'Edit Nurse';
|
|
|
|
// Pharmacist
|
|
$lang['add_pharmacist'] = 'Add Pharmacist';
|
|
$lang['edit_pharmacist'] = 'Edit Pharmacist';
|
|
|
|
// Laboratorist
|
|
$lang['add_laboratorist'] = 'Add Laboratorist';
|
|
$lang['edit_laboratorist'] = 'Edit Laboratorist';
|
|
|
|
// Accountant
|
|
$lang['add_accountant'] = 'Add Accountant';
|
|
$lang['edit_accountant'] = 'Edit Accountant';
|
|
|
|
|
|
// Financial Activities
|
|
$lang['payments'] = 'Payments';
|
|
$lang['date'] = 'Date';
|
|
$lang['sub_total'] = 'Sub Total';
|
|
$lang['discount'] = 'Discount';
|
|
$lang['vat'] = 'Vat';
|
|
$lang['total'] = 'Total';
|
|
$lang['status'] = 'Status';
|
|
$lang['invoice_info'] = 'INVOICE INFO';
|
|
$lang['invoice_status'] = 'INVOICE STATUS';
|
|
$lang['paid'] = 'Paid';
|
|
|
|
$lang['add_payment'] = 'Add Payment';
|
|
$lang['edit_payment'] = 'Edit Payment';
|
|
$lang['payment_categories'] = 'Payment Categories';
|
|
$lang['edit_payment_category'] = 'Edit Payment Category';
|
|
$lang['amount'] = 'Amount';
|
|
$lang['submit'] = 'Submit';
|
|
$lang['add_more_categories'] = 'Add More Categories';
|
|
|
|
$lang['category'] = 'Category';
|
|
|
|
$lang['expenses'] = 'Expenses';
|
|
$lang['add_expense'] = 'Add Expense';
|
|
$lang['edit_expense'] = 'Edit Expense';
|
|
|
|
$lang['expense_categories'] = 'Expense categories';
|
|
$lang['add_expense_category'] = 'Add Expense Category';
|
|
$lang['edit_expense_category'] = 'Edit Expense Category';
|
|
|
|
$lang['financial_report'] = 'Financial report';
|
|
$lang['payment_report'] = 'Payment Report';
|
|
$lang['expense_report'] = 'Expense Report';
|
|
$lang['gross_payment'] = 'Gross Payment';
|
|
$lang['gross_expense'] = 'Gross Expense';
|
|
$lang['total'] = 'Total';
|
|
$lang['sub_total'] = 'Sub Total';
|
|
$lang['profit'] = 'Profit';
|
|
|
|
$lang['payment_to'] = 'PAYMENT TO';
|
|
$lang['bill_to'] = 'BILL TO';
|
|
$lang['invoice_number'] = 'Invoice No.';
|
|
$lang['invoice'] = 'Invoice';
|
|
$lang['grand_total'] = 'Grand Total';
|
|
$lang['make_paid'] = 'Make Paid';
|
|
$lang['edit_invoice'] = 'Edit Invoice';
|
|
|
|
$lang['percentage'] = 'Percentage';
|
|
$lang['flat'] = 'Flat';
|
|
|
|
$lang['payment_procedures'] = 'Payment Procedures';
|
|
$lang['create_payment_procedure'] = 'Create Payment Procedure';
|
|
$lang['procedures'] = 'Procedures';
|
|
$lang['procedure'] = 'Procedure';
|
|
|
|
|
|
|
|
|
|
// Medicine
|
|
$lang['medicine'] = 'Medicine';
|
|
$lang['add_medicine'] = 'Add Medicine';
|
|
$lang['medicine_list'] = 'Medicine List';
|
|
$lang['edit_medicine'] = 'Edit Medicine';
|
|
$lang['price'] = 'Price';
|
|
$lang['quantity'] = 'Quantity';
|
|
$lang['generic_name'] = 'Generic Name';
|
|
$lang['company'] = 'Company';
|
|
$lang['effects'] = 'Effects';
|
|
$lang['expiry_date'] = 'Expire date';
|
|
|
|
$lang['medicine_category'] = 'Medicine Category';
|
|
$lang['add_medicine_category'] = 'Add Medicine Category';
|
|
$lang['edit_medicine_category'] = 'Edit Medicine Category';
|
|
|
|
// Donor
|
|
$lang['donor'] = 'Donor';
|
|
$lang['donor_list'] = 'Donor List';
|
|
$lang['add_donor'] = 'Add Donor';
|
|
$lang['edit_donor'] = 'Edit Donor';
|
|
$lang['age'] = 'Age';
|
|
$lang['sex'] = 'Sex';
|
|
$lang['last_donation_date'] = 'Last Donation Date';
|
|
$lang['male'] = 'Male';
|
|
$lang['female'] = 'Female';
|
|
$lang['blood_bank'] = 'Blood Bank';
|
|
$lang['update_blood_bank'] = 'Update Blood Bank';
|
|
$lang['group'] = 'Group';
|
|
$lang['others'] = 'Others';
|
|
|
|
|
|
// Bed
|
|
$lang['bed'] = 'Bed';
|
|
$lang['bed_list'] = 'Bed List';
|
|
$lang['add_bed'] = 'Add Bed';
|
|
$lang['edit_bed'] = 'Edit Bed';
|
|
$lang['bed_category'] = 'Bed Category';
|
|
$lang['bed_allotments'] = 'Bed Allotments';
|
|
$lang['add_allotment'] = 'Add Allotment';
|
|
$lang['edit_allotment'] = 'Edit Allotment';
|
|
$lang['bed_id'] = 'Bed Id';
|
|
$lang['bed_number'] = 'Bed Number';
|
|
$lang['add_bed_category'] = 'Add Bed Category';
|
|
$lang['edit_bed_category'] = 'Edit Bed Category';
|
|
$lang['alloted_time'] = 'Alloted Time';
|
|
$lang['discharge_time'] = 'Discharge Time';
|
|
$lang['alloted'] = 'Alloted';
|
|
$lang['available'] = 'Available';
|
|
$lang['alloted_beds'] = 'Alloted Beds';
|
|
|
|
// All Reports
|
|
$lang['e_report'] = 'e_report';
|
|
$lang['add_report'] = 'Add Report';
|
|
$lang['add_birth_report'] = 'Add Birth Report';
|
|
$lang['add_operation_report'] = 'Add Operation Report';
|
|
$lang['add_expire_report'] = 'Add Expire Report';
|
|
$lang['edit_birth_report'] = 'Edit Birth Report';
|
|
$lang['edit_operation_report'] = 'Edit Operation Report';
|
|
$lang['edit_expire_report'] = 'Edit Expire Report';
|
|
$lang['edit_report'] = 'Edit Report';
|
|
$lang['birth'] = 'Birth';
|
|
$lang['operation'] = 'Operation';
|
|
$lang['expire'] = 'Expire';
|
|
$lang['select_type'] = 'Select Type';
|
|
$lang['myreports'] = 'My Reports';
|
|
$lang['type'] = 'Type';
|
|
|
|
//Settings
|
|
$lang['system_name'] = 'System Name';
|
|
$lang['title'] = 'Title';
|
|
$lang['address'] = 'Address';
|
|
$lang['phone'] = 'Phone';
|
|
$lang['hospital_email'] = 'Hospital Email';
|
|
$lang['currency'] = 'Currency';
|
|
$lang['discount_type'] = 'Discount Type';
|
|
|
|
//Profile
|
|
$lang['change_password'] = 'Change Password';
|
|
$lang['manage_profile'] = 'Manage Profile';
|
|
|
|
//options button
|
|
|
|
$lang['edit'] = 'Edit';
|
|
$lang['info'] = 'Info';
|
|
$lang['delete'] = 'Delete';
|
|
$lang['history'] = 'History';
|
|
|
|
|
|
|
|
$lang['system_title'] = 'Doctor Care - Diagnostic Center / Doctors Chamber Management System';
|