mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-15 12:57:57 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
50 lines
2.3 KiB
PHP
50 lines
2.3 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" => "",
|
|
];
|