mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-27 04:18:40 -05:00
Tom git-svn-id: svn+ssh://jekkos@svn.code.sf.net/p/opensourcepos/code/@84 c3eb156b-1dc0-44e1-88ae-e38439141b53
35 lines
1.1 KiB
PHP
35 lines
1.1 KiB
PHP
<?php
|
|
$lang['module_home']='Home';
|
|
|
|
$lang['module_customers']='Customers';
|
|
$lang['module_customers_desc']='Add, Update, Delete, and Search customers';
|
|
|
|
$lang['module_suppliers']='Suppliers';
|
|
$lang['module_suppliers_desc']='Add, Update, Delete, and Search suppliers';
|
|
|
|
$lang['module_employees']='Employees';
|
|
$lang['module_employees_desc']='Add, Update, Delete, and Search employees';
|
|
|
|
$lang['module_sales']='Sales';
|
|
$lang['module_sales_desc']='Process sales and returns';
|
|
|
|
$lang['module_reports']='Reports';
|
|
$lang['module_reports_desc']='View and generate reports';
|
|
|
|
$lang['module_items']='Items';
|
|
$lang['module_items_desc']='Add, Update, Delete, and Search items';
|
|
|
|
$lang['module_config']='Store Config';
|
|
$lang['module_config_desc']='Change the store\'s configuration';
|
|
|
|
$lang['module_receivings']='Receivings';
|
|
$lang['module_receivings_desc']='Process Purchase orders';
|
|
|
|
$lang['module_giftcards']='Gift Cards';
|
|
$lang['module_giftcards_desc']='Add, Update, Delete and Search gift cards';
|
|
|
|
$lang['module_item_kits']='Item Kits';
|
|
$lang['module_item_kits_desc']='Add, Update, Delete and Search Item Kits';
|
|
|
|
?>
|