Convert language files to CI4 format (#3468)

This commit is contained in:
jekkos
2022-11-20 11:39:31 +01:00
committed by Steve Ireland
parent bdf39b3413
commit 37f74e2ef3
943 changed files with 64103 additions and 62967 deletions

View File

@@ -1,47 +1,48 @@
<?php
$lang["module_admin_cashups"] = "";
$lang["module_admin_cashups_desc"] = "";
$lang["module_attributes"] = "";
$lang["module_attributes_desc"] = "";
$lang["module_both"] = "Both";
$lang["module_cashups"] = "";
$lang["module_cashups_desc"] = "";
$lang["module_config"] = "Configuration";
$lang["module_config_desc"] = "Change OSPOS's Configuration.";
$lang["module_customers"] = "Customers";
$lang["module_customers_desc"] = "Add, Update, Delete, and Search Customers.";
$lang["module_employees"] = "Employees";
$lang["module_employees_desc"] = "Add, Update, Delete, and Search Employees.";
$lang["module_expenses"] = "Expenses";
$lang["module_expenses_categories"] = "Expenses Categories";
$lang["module_expenses_categories_desc"] = "Add, Update, and Delete Expenses Categories.";
$lang["module_expenses_desc"] = "Add, Update, Delete, and Search Expenses.";
$lang["module_giftcards"] = "Gift Cards";
$lang["module_giftcards_desc"] = "Add, Update, Delete and Search Gift Cards.";
$lang["module_home"] = "Home";
$lang["module_home_desc"] = "List home menu modules.";
$lang["module_item_kits"] = "Item Kits";
$lang["module_item_kits_desc"] = "Add, Update, Delete and Search Item Kits.";
$lang["module_items"] = "Items";
$lang["module_items_desc"] = "Add, Update, Delete, and Search Items.";
$lang["module_messages"] = "Messages";
$lang["module_messages_desc"] = "Send Messages to Customers, Suppliers and Employees.";
$lang["module_migrate"] = "Migrate";
$lang["module_migrate_desc"] = "Update the OSPOS Database.";
$lang["module_office"] = "Office";
$lang["module_office_desc"] = "List office menu modules.";
$lang["module_receivings"] = "Receivings";
$lang["module_receivings_desc"] = "Process Purchase Orders.";
$lang["module_reports"] = "Reports";
$lang["module_reports_desc"] = "View and generate Reports.";
$lang["module_sales"] = "Sales";
$lang["module_sales_desc"] = "Process Sales and Returns.";
$lang["module_suppliers"] = "Suppliers";
$lang["module_suppliers_desc"] = "Add, Update, Delete, and Search Suppliers.";
$lang["module_taxes"] = "Taxes";
$lang["module_taxes_desc"] = "Configure Sales Taxes.";
$lang["module_timeclocks"] = "";
$lang["module_timeclocks_categories"] = "";
$lang["module_timeclocks_categories_desc"] = "";
$lang["module_timeclocks_desc"] = "";
<?php
return [
'module_admin_cashups' => '',
'module_admin_cashups_desc' => '',
'module_attributes' => '',
'module_attributes_desc' => '',
'module_both' => 'Both',
'module_cashups' => '',
'module_cashups_desc' => '',
'module_config' => 'Configuration',
'module_config_desc' => 'Change OSPOS's Configuration.',
'module_customers' => 'Customers',
'module_customers_desc' => 'Add, Update, Delete, and Search Customers.',
'module_employees' => 'Employees',
'module_employees_desc' => 'Add, Update, Delete, and Search Employees.',
'module_expenses' => 'Expenses',
'module_expenses_categories' => 'Expenses Categories',
'module_expenses_categories_desc' => 'Add, Update, and Delete Expenses Categories.',
'module_expenses_desc' => 'Add, Update, Delete, and Search Expenses.',
'module_giftcards' => 'Gift Cards',
'module_giftcards_desc' => 'Add, Update, Delete and Search Gift Cards.',
'module_home' => 'Home',
'module_home_desc' => 'List home menu modules.',
'module_item_kits' => 'Item Kits',
'module_item_kits_desc' => 'Add, Update, Delete and Search Item Kits.',
'module_items' => 'Items',
'module_items_desc' => 'Add, Update, Delete, and Search Items.',
'module_messages' => 'Messages',
'module_messages_desc' => 'Send Messages to Customers, Suppliers and Employees.',
'module_migrate' => 'Migrate',
'module_migrate_desc' => 'Update the OSPOS Database.',
'module_office' => 'Office',
'module_office_desc' => 'List office menu modules.',
'module_receivings' => 'Receivings',
'module_receivings_desc' => 'Process Purchase Orders.',
'module_reports' => 'Reports',
'module_reports_desc' => 'View and generate Reports.',
'module_sales' => 'Sales',
'module_sales_desc' => 'Process Sales and Returns.',
'module_suppliers' => 'Suppliers',
'module_suppliers_desc' => 'Add, Update, Delete, and Search Suppliers.',
'module_taxes' => 'Taxes',
'module_taxes_desc' => 'Configure Sales Taxes.',
'module_timeclocks' => '',
'module_timeclocks_categories' => '',
'module_timeclocks_categories_desc' => '',
'module_timeclocks_desc' => '',
];