From 6b0cb1fa06f93a1b4bc5a013cbde01b63d8494ae Mon Sep 17 00:00:00 2001 From: jekkos Date: Sat, 19 Nov 2022 23:48:26 +0100 Subject: [PATCH] Move language files for app/Language/hu-HU/ (#3468) --- app/Language/hu-HU/{attributes_lang.php => Attributes.php} | 0 .../hu-HU/{bootstrap_tables_lang.php => Bootstrap_tables.php} | 0 app/Language/hu-HU/{cashups_lang.php => Cashups.php} | 0 app/Language/hu-HU/{common_lang.php => Common.php} | 0 app/Language/hu-HU/{config_lang.php => Config.php} | 0 app/Language/hu-HU/{customers_lang.php => Customers.php} | 0 app/Language/hu-HU/{datepicker_lang.php => Datepicker.php} | 0 app/Language/hu-HU/{employees_lang.php => Employees.php} | 0 app/Language/hu-HU/{enum_lang.php => Enum.php} | 0 app/Language/hu-HU/{error_lang.php => Error.php} | 0 app/Language/hu-HU/{expenses_lang.php => Expenses.php} | 0 .../{expenses_categories_lang.php => Expenses_categories.php} | 0 app/Language/hu-HU/{giftcards_lang.php => Giftcards.php} | 0 app/Language/hu-HU/{item_kits_lang.php => Item_kits.php} | 0 app/Language/hu-HU/{items_lang.php => Items.php} | 0 app/Language/hu-HU/{login_lang.php => Login.php} | 0 app/Language/hu-HU/{messages_lang.php => Messages.php} | 0 app/Language/hu-HU/{module_lang.php => Module.php} | 0 app/Language/hu-HU/{receivings_lang.php => Receivings.php} | 0 app/Language/hu-HU/{reports_lang.php => Reports.php} | 0 app/Language/hu-HU/{sales_lang.php => Sales.php} | 0 app/Language/hu-HU/{suppliers_lang.php => Suppliers.php} | 0 app/Language/hu-HU/{taxes_lang.php => Taxes.php} | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename app/Language/hu-HU/{attributes_lang.php => Attributes.php} (100%) rename app/Language/hu-HU/{bootstrap_tables_lang.php => Bootstrap_tables.php} (100%) rename app/Language/hu-HU/{cashups_lang.php => Cashups.php} (100%) rename app/Language/hu-HU/{common_lang.php => Common.php} (100%) rename app/Language/hu-HU/{config_lang.php => Config.php} (100%) rename app/Language/hu-HU/{customers_lang.php => Customers.php} (100%) rename app/Language/hu-HU/{datepicker_lang.php => Datepicker.php} (100%) rename app/Language/hu-HU/{employees_lang.php => Employees.php} (100%) rename app/Language/hu-HU/{enum_lang.php => Enum.php} (100%) rename app/Language/hu-HU/{error_lang.php => Error.php} (100%) rename app/Language/hu-HU/{expenses_lang.php => Expenses.php} (100%) rename app/Language/hu-HU/{expenses_categories_lang.php => Expenses_categories.php} (100%) rename app/Language/hu-HU/{giftcards_lang.php => Giftcards.php} (100%) rename app/Language/hu-HU/{item_kits_lang.php => Item_kits.php} (100%) rename app/Language/hu-HU/{items_lang.php => Items.php} (100%) rename app/Language/hu-HU/{login_lang.php => Login.php} (100%) rename app/Language/hu-HU/{messages_lang.php => Messages.php} (100%) rename app/Language/hu-HU/{module_lang.php => Module.php} (100%) rename app/Language/hu-HU/{receivings_lang.php => Receivings.php} (100%) rename app/Language/hu-HU/{reports_lang.php => Reports.php} (100%) rename app/Language/hu-HU/{sales_lang.php => Sales.php} (100%) rename app/Language/hu-HU/{suppliers_lang.php => Suppliers.php} (100%) rename app/Language/hu-HU/{taxes_lang.php => Taxes.php} (100%) diff --git a/app/Language/hu-HU/attributes_lang.php b/app/Language/hu-HU/Attributes.php similarity index 100% rename from app/Language/hu-HU/attributes_lang.php rename to app/Language/hu-HU/Attributes.php diff --git a/app/Language/hu-HU/bootstrap_tables_lang.php b/app/Language/hu-HU/Bootstrap_tables.php similarity index 100% rename from app/Language/hu-HU/bootstrap_tables_lang.php rename to app/Language/hu-HU/Bootstrap_tables.php diff --git a/app/Language/hu-HU/cashups_lang.php b/app/Language/hu-HU/Cashups.php similarity index 100% rename from app/Language/hu-HU/cashups_lang.php rename to app/Language/hu-HU/Cashups.php diff --git a/app/Language/hu-HU/common_lang.php b/app/Language/hu-HU/Common.php similarity index 100% rename from app/Language/hu-HU/common_lang.php rename to app/Language/hu-HU/Common.php diff --git a/app/Language/hu-HU/config_lang.php b/app/Language/hu-HU/Config.php similarity index 100% rename from app/Language/hu-HU/config_lang.php rename to app/Language/hu-HU/Config.php diff --git a/app/Language/hu-HU/customers_lang.php b/app/Language/hu-HU/Customers.php similarity index 100% rename from app/Language/hu-HU/customers_lang.php rename to app/Language/hu-HU/Customers.php diff --git a/app/Language/hu-HU/datepicker_lang.php b/app/Language/hu-HU/Datepicker.php similarity index 100% rename from app/Language/hu-HU/datepicker_lang.php rename to app/Language/hu-HU/Datepicker.php diff --git a/app/Language/hu-HU/employees_lang.php b/app/Language/hu-HU/Employees.php similarity index 100% rename from app/Language/hu-HU/employees_lang.php rename to app/Language/hu-HU/Employees.php diff --git a/app/Language/hu-HU/enum_lang.php b/app/Language/hu-HU/Enum.php similarity index 100% rename from app/Language/hu-HU/enum_lang.php rename to app/Language/hu-HU/Enum.php diff --git a/app/Language/hu-HU/error_lang.php b/app/Language/hu-HU/Error.php similarity index 100% rename from app/Language/hu-HU/error_lang.php rename to app/Language/hu-HU/Error.php diff --git a/app/Language/hu-HU/expenses_lang.php b/app/Language/hu-HU/Expenses.php similarity index 100% rename from app/Language/hu-HU/expenses_lang.php rename to app/Language/hu-HU/Expenses.php diff --git a/app/Language/hu-HU/expenses_categories_lang.php b/app/Language/hu-HU/Expenses_categories.php similarity index 100% rename from app/Language/hu-HU/expenses_categories_lang.php rename to app/Language/hu-HU/Expenses_categories.php diff --git a/app/Language/hu-HU/giftcards_lang.php b/app/Language/hu-HU/Giftcards.php similarity index 100% rename from app/Language/hu-HU/giftcards_lang.php rename to app/Language/hu-HU/Giftcards.php diff --git a/app/Language/hu-HU/item_kits_lang.php b/app/Language/hu-HU/Item_kits.php similarity index 100% rename from app/Language/hu-HU/item_kits_lang.php rename to app/Language/hu-HU/Item_kits.php diff --git a/app/Language/hu-HU/items_lang.php b/app/Language/hu-HU/Items.php similarity index 100% rename from app/Language/hu-HU/items_lang.php rename to app/Language/hu-HU/Items.php diff --git a/app/Language/hu-HU/login_lang.php b/app/Language/hu-HU/Login.php similarity index 100% rename from app/Language/hu-HU/login_lang.php rename to app/Language/hu-HU/Login.php diff --git a/app/Language/hu-HU/messages_lang.php b/app/Language/hu-HU/Messages.php similarity index 100% rename from app/Language/hu-HU/messages_lang.php rename to app/Language/hu-HU/Messages.php diff --git a/app/Language/hu-HU/module_lang.php b/app/Language/hu-HU/Module.php similarity index 100% rename from app/Language/hu-HU/module_lang.php rename to app/Language/hu-HU/Module.php diff --git a/app/Language/hu-HU/receivings_lang.php b/app/Language/hu-HU/Receivings.php similarity index 100% rename from app/Language/hu-HU/receivings_lang.php rename to app/Language/hu-HU/Receivings.php diff --git a/app/Language/hu-HU/reports_lang.php b/app/Language/hu-HU/Reports.php similarity index 100% rename from app/Language/hu-HU/reports_lang.php rename to app/Language/hu-HU/Reports.php diff --git a/app/Language/hu-HU/sales_lang.php b/app/Language/hu-HU/Sales.php similarity index 100% rename from app/Language/hu-HU/sales_lang.php rename to app/Language/hu-HU/Sales.php diff --git a/app/Language/hu-HU/suppliers_lang.php b/app/Language/hu-HU/Suppliers.php similarity index 100% rename from app/Language/hu-HU/suppliers_lang.php rename to app/Language/hu-HU/Suppliers.php diff --git a/app/Language/hu-HU/taxes_lang.php b/app/Language/hu-HU/Taxes.php similarity index 100% rename from app/Language/hu-HU/taxes_lang.php rename to app/Language/hu-HU/Taxes.php