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