270 lines
7.0 KiB
PHP
Executable File
270 lines
7.0 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['login'] = 'Login';
|
|
$lang['forgot_password'] = 'Forgot Password?';
|
|
$lang['sign_in'] = 'Sign In';
|
|
$lang['useremail'] = 'User Email';
|
|
$lang['reset_message'] = 'Insert a valid Email to reset your password';
|
|
$lang['email'] = 'Email';
|
|
$lang['cancel'] = 'Cancel';
|
|
$lang['staff'] = 'Staff';
|
|
$lang['pos'] = 'POS';
|
|
$lang['poss'] = 'Point Of Sales';
|
|
|
|
|
|
$lang['dashboard'] = 'Cruscotto';
|
|
|
|
$lang['accountant'] = 'Staff';
|
|
$lang['payment'] = 'Sales';
|
|
$lang['medicine'] = 'Medicine';
|
|
$lang['report'] = 'Report';
|
|
$lang['expense'] = 'Expense';
|
|
$lang['total_payment'] = 'Total payment';
|
|
$lang['financial_activities'] = 'Finance';
|
|
$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['see_all_payments'] = 'See All Sales';
|
|
$lang['see_all_medicines'] = 'See All Medicine';
|
|
$lang['payment_today'] = 'Sale Today';
|
|
$lang['payments_today'] = 'Sales 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';
|
|
|
|
|
|
|
|
|
|
|
|
$lang['name'] = 'Name';
|
|
$lang['description'] = 'Description';
|
|
$lang['options'] = 'Options';
|
|
$lang['print'] = 'Print';
|
|
|
|
|
|
$lang['image'] = 'Image';
|
|
$lang['address'] = 'Address';
|
|
$lang['phone'] = 'Phone';
|
|
$lang['password'] = 'Password';
|
|
|
|
|
|
$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['id'] = 'Id';
|
|
$lang['date-time'] = 'Date - Time';
|
|
$lang['remarks'] = 'Remarks';
|
|
|
|
|
|
|
|
|
|
|
|
// Accountant
|
|
$lang['add_accountant'] = 'Add Staff';
|
|
$lang['edit_accountant'] = 'Edit Staff';
|
|
|
|
|
|
// 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'] = 'Reporting';
|
|
$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';
|
|
$lang['all_sales'] = 'All Sales';
|
|
|
|
|
|
|
|
|
|
// Medicine
|
|
$lang['medicine'] = 'Medicine';
|
|
$lang['add_medicine'] = 'Add Medicine';
|
|
$lang['medicine_list'] = 'Medicine List';
|
|
$lang['edit_medicine'] = 'Edit Medicine';
|
|
$lang['price'] = 'Price';
|
|
$lang['p_price'] = 'Purchase Price';
|
|
$lang['s_price'] = 'Selling 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['create_medicine_category'] = 'Create Medicine Category';
|
|
$lang['medicine_categories'] = 'Medicine Categories';
|
|
$lang['add_medicine_category'] = 'Add Category';
|
|
$lang['edit_medicine_category'] = 'Edit Medicine Category';
|
|
|
|
$lang['group'] = 'Group';
|
|
$lang['others'] = 'Others';
|
|
|
|
|
|
|
|
// All Reports
|
|
$lang['expire_date'] = 'Expire Date';
|
|
$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['load'] = 'Load';
|
|
$lang['info'] = 'Info';
|
|
$lang['delete'] = 'Delete';
|
|
$lang['history'] = 'History';
|
|
|
|
|
|
|
|
$lang['system_title'] = 'Pharmacy Management System';
|
|
|
|
$lang['gross_total'] = 'Gross Total';
|
|
$lang['amount_received'] = 'Amount Received';
|
|
$lang['gross_expense'] = 'Gross Expense';
|
|
$lang['total'] = 'Total';
|
|
$lang['sub_total'] = 'Sub Total';
|
|
$lang['due_amount'] = 'Due Amount';
|
|
$lang['due_balance'] = 'Due Balance';
|
|
$lang['patient_id'] = 'Patient ID';
|
|
|
|
$lang['unpaid'] = 'Unpaid';
|
|
$lang['paid_partially'] = 'Paid Partially';
|
|
$lang['paid'] = 'Paid';
|
|
|
|
$lang['amount_to_be_paid'] = 'Amount To Be Paid';
|
|
$lang['amount_received'] = 'Amount Received';
|
|
|
|
$lang['load'] = 'Load';
|
|
$lang['load_medicine'] = 'Load Medicine';
|
|
$lang['add_quantity'] = 'Add Quantity';
|
|
$lang['sales'] = 'Sales';
|
|
$lang['gross'] = 'Gross';
|
|
$lang['today_sales'] = 'Sales Today';
|
|
$lang['today_expense'] = 'Expense Today';
|
|
$lang['latest_sales'] = 'Latest Sales';
|
|
$lang['latest_medicines'] = 'Latest Medicine';
|
|
$lang['latest_expense'] = 'Latest Expenses';
|
|
$lang['sales_graph'] = 'Sales Graph';
|
|
|
|
$lang['total_sales'] = 'Total Sales';
|
|
$lang['total_expense'] = 'Total Expense';
|
|
$lang['medicine_quantity'] = 'In Stock Inventory Quantity';
|
|
$lang['medicine_o_s'] = 'Medicine out Of Stock';
|
|
$lang['store_box'] = 'Store Box';
|
|
$lang['number_of_sales'] = 'Number Of Sales';
|
|
$lang['number_of_expenses'] = 'Number Of Expenses';
|
|
$lang['medicine_number'] = 'Number Of Medicines';
|
|
$lang['item_name'] = 'Item Name';
|
|
$lang['invoice_id'] = 'Invoice Id';
|
|
$lang['new_sale'] = 'New Sale';
|
|
|