mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-20 07:18:00 -05:00
30 lines
894 B
PHP
30 lines
894 B
PHP
<?php
|
|
|
|
$lang["module_config"] = "";
|
|
$lang["module_config_desc"] = "";
|
|
$lang["module_customers"] = "";
|
|
$lang["module_customers_desc"] = "";
|
|
$lang["module_employees"] = "";
|
|
$lang["module_employees_desc"] = "";
|
|
$lang["module_giftcards"] = "";
|
|
$lang["module_giftcards_desc"] = "";
|
|
$lang["module_home"] = "";
|
|
$lang["module_item_kits"] = "";
|
|
$lang["module_item_kits_desc"] = "";
|
|
$lang["module_items"] = "";
|
|
$lang["module_items_desc"] = "";
|
|
$lang["module_messages"] = "";
|
|
$lang["module_messages_desc"] = "";
|
|
$lang["module_migrate"] = "";
|
|
$lang["module_migrate_desc"] = "";
|
|
$lang["module_receivings"] = "";
|
|
$lang["module_receivings_desc"] = "";
|
|
$lang["module_reports"] = "";
|
|
$lang["module_reports_desc"] = "";
|
|
$lang["module_sales"] = "";
|
|
$lang["module_sales_desc"] = "";
|
|
$lang["module_suppliers"] = "";
|
|
$lang["module_suppliers_desc"] = "";
|
|
$lang["module_taxes"] = "";
|
|
$lang["module_taxes_desc"] = "";
|