mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-26 10:17:59 -05:00
49 lines
1.5 KiB
PHP
49 lines
1.5 KiB
PHP
<?php
|
|
return [
|
|
"admin_cashups" => "",
|
|
"admin_cashups_desc" => "",
|
|
"attributes" => "",
|
|
"attributes_desc" => "",
|
|
"both" => "",
|
|
"cashups" => "",
|
|
"cashups_desc" => "",
|
|
"config" => "Postavke",
|
|
"config_desc" => "Promijeni postavke",
|
|
"customers" => "Kupci",
|
|
"customers_desc" => "Dodaj, ažuriraj, obriši ili traži kupce",
|
|
"employees" => "Radnici",
|
|
"employees_desc" => "Dodaj, ažuriraj, obriši ili traži radnike",
|
|
"expenses" => "",
|
|
"expenses_categories" => "",
|
|
"expenses_categories_desc" => "",
|
|
"expenses_desc" => "",
|
|
"giftcards" => "Poklon bon",
|
|
"giftcards_desc" => "Dodaj, ažuriraj, obriši ili traži poklon bon",
|
|
"home" => "Početna",
|
|
"home_desc" => "",
|
|
"item_kits" => "Normativi",
|
|
"item_kits_desc" => "Dodaj, ažuriraj, obriši ili traži normative",
|
|
"items" => "Artikli",
|
|
"items_desc" => "Dodaj, ažuriraj, obriši ili traži artikle",
|
|
"messages" => "Messages",
|
|
"messages_desc" => "Send Messages to Customers, Suppliers, Employees et al.",
|
|
"migrate" => "",
|
|
"migrate_desc" => "",
|
|
"office" => "",
|
|
"office_desc" => "",
|
|
"receivings" => "Primka",
|
|
"receivings_desc" => "Dodaj, ažuriraj, obriši ili traži primke",
|
|
"reports" => "Izvještaji",
|
|
"reports_desc" => "Pogledaj i generiraj izvještaje",
|
|
"sales" => "Prodaja",
|
|
"sales_desc" => "Procesi prodaje i povrata",
|
|
"suppliers" => "Dobavljači",
|
|
"suppliers_desc" => "Dodaj, ažuriraj, obriši ili traži dobavljače",
|
|
"taxes" => "",
|
|
"taxes_desc" => "",
|
|
"timeclocks" => "",
|
|
"timeclocks_categories" => "",
|
|
"timeclocks_categories_desc" => "",
|
|
"timeclocks_desc" => "",
|
|
];
|