mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-11 10:31:19 -04:00
49 lines
1.9 KiB
PHP
49 lines
1.9 KiB
PHP
<?php
|
|
return [
|
|
'module_admin_cashups' => '',
|
|
'module_admin_cashups_desc' => '',
|
|
'module_attributes' => '',
|
|
'module_attributes_desc' => '',
|
|
'module_both' => '',
|
|
'module_cashups' => '',
|
|
'module_cashups_desc' => '',
|
|
'module_config' => 'Postavke',
|
|
'module_config_desc' => 'Promijeni postavke',
|
|
'module_customers' => 'Kupci',
|
|
'module_customers_desc' => 'Dodaj, ažuriraj, obriši ili traži kupce',
|
|
'module_employees' => 'Radnici',
|
|
'module_employees_desc' => 'Dodaj, ažuriraj, obriši ili traži radnike',
|
|
'module_expenses' => '',
|
|
'module_expenses_categories' => '',
|
|
'module_expenses_categories_desc' => '',
|
|
'module_expenses_desc' => '',
|
|
'module_giftcards' => 'Poklon bon',
|
|
'module_giftcards_desc' => 'Dodaj, ažuriraj, obriši ili traži poklon bon',
|
|
'module_home' => 'Početna',
|
|
'module_home_desc' => '',
|
|
'module_item_kits' => 'Normativi',
|
|
'module_item_kits_desc' => 'Dodaj, ažuriraj, obriši ili traži normative',
|
|
'module_items' => 'Artikli',
|
|
'module_items_desc' => 'Dodaj, ažuriraj, obriši ili traži artikle',
|
|
'module_messages' => 'Messages',
|
|
'module_messages_desc' => 'Send Messages to Customers, Suppliers, Employees et al.',
|
|
'module_migrate' => '',
|
|
'module_migrate_desc' => '',
|
|
'module_office' => '',
|
|
'module_office_desc' => '',
|
|
'module_receivings' => 'Primka',
|
|
'module_receivings_desc' => 'Dodaj, ažuriraj, obriši ili traži primke',
|
|
'module_reports' => 'Izvještaji',
|
|
'module_reports_desc' => 'Pogledaj i generiraj izvještaje',
|
|
'module_sales' => 'Prodaja',
|
|
'module_sales_desc' => 'Procesi prodaje i povrata',
|
|
'module_suppliers' => 'Dobavljači',
|
|
'module_suppliers_desc' => 'Dodaj, ažuriraj, obriši ili traži dobavljače',
|
|
'module_taxes' => '',
|
|
'module_taxes_desc' => '',
|
|
'module_timeclocks' => '',
|
|
'module_timeclocks_categories' => '',
|
|
'module_timeclocks_categories_desc' => '',
|
|
'module_timeclocks_desc' => '',
|
|
];
|