Manage Products - Initial

This commit is contained in:
“VeLiTi”
2024-09-18 12:07:03 +02:00
parent 0532f93bd9
commit e139b91c30
19 changed files with 1625 additions and 554 deletions

View File

@@ -235,6 +235,9 @@ $paste_excel_2 = '1 number per line';
$products_h2 = 'Products';
$product_h2 = 'Product';
$products_p = 'View, manage, and search products.';
$product_data = 'Product information';
$product_version = 'Product versions';
$product_code = 'Productcode';
$product_status = 'Status';
$product_category = 'Category';
@@ -266,6 +269,11 @@ $message_pr_2 = 'Product updated successfully!';
$message_pr_3 = 'Product deleted successfully!';
$message_no_products = 'There are no products';
$product_version_number = 'Versionnumber';
$product_version_version = 'Version';
$product_version_software = 'Software';
$product_version_measurement = 'Data';
//Users
$users_h2 = 'Users';
$user_h2 = 'User';