From a9a4e83bf068fc79fddab7248297d95ccc559bb5 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/pl/ (#3468) --- app/Language/pl/{attributes_lang.php => Attributes.php} | 0 .../pl/{bootstrap_tables_lang.php => Bootstrap_tables.php} | 0 app/Language/pl/{cashups_lang.php => Cashups.php} | 0 app/Language/pl/{common_lang.php => Common.php} | 0 app/Language/pl/{config_lang.php => Config.php} | 0 app/Language/pl/{customers_lang.php => Customers.php} | 0 app/Language/pl/{datepicker_lang.php => Datepicker.php} | 0 app/Language/pl/{employees_lang.php => Employees.php} | 0 app/Language/pl/{enum_lang.php => Enum.php} | 0 app/Language/pl/{error_lang.php => Error.php} | 0 app/Language/pl/{expenses_lang.php => Expenses.php} | 0 .../pl/{expenses_categories_lang.php => Expenses_categories.php} | 0 app/Language/pl/{giftcards_lang.php => Giftcards.php} | 0 app/Language/pl/{item_kits_lang.php => Item_kits.php} | 0 app/Language/pl/{items_lang.php => Items.php} | 0 app/Language/pl/{login_lang.php => Login.php} | 0 app/Language/pl/{messages_lang.php => Messages.php} | 0 app/Language/pl/{module_lang.php => Module.php} | 0 app/Language/pl/{receivings_lang.php => Receivings.php} | 0 app/Language/pl/{reports_lang.php => Reports.php} | 0 app/Language/pl/{sales_lang.php => Sales.php} | 0 app/Language/pl/{suppliers_lang.php => Suppliers.php} | 0 app/Language/pl/{taxes_lang.php => Taxes.php} | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename app/Language/pl/{attributes_lang.php => Attributes.php} (100%) rename app/Language/pl/{bootstrap_tables_lang.php => Bootstrap_tables.php} (100%) rename app/Language/pl/{cashups_lang.php => Cashups.php} (100%) rename app/Language/pl/{common_lang.php => Common.php} (100%) rename app/Language/pl/{config_lang.php => Config.php} (100%) rename app/Language/pl/{customers_lang.php => Customers.php} (100%) rename app/Language/pl/{datepicker_lang.php => Datepicker.php} (100%) rename app/Language/pl/{employees_lang.php => Employees.php} (100%) rename app/Language/pl/{enum_lang.php => Enum.php} (100%) rename app/Language/pl/{error_lang.php => Error.php} (100%) rename app/Language/pl/{expenses_lang.php => Expenses.php} (100%) rename app/Language/pl/{expenses_categories_lang.php => Expenses_categories.php} (100%) rename app/Language/pl/{giftcards_lang.php => Giftcards.php} (100%) rename app/Language/pl/{item_kits_lang.php => Item_kits.php} (100%) rename app/Language/pl/{items_lang.php => Items.php} (100%) rename app/Language/pl/{login_lang.php => Login.php} (100%) rename app/Language/pl/{messages_lang.php => Messages.php} (100%) rename app/Language/pl/{module_lang.php => Module.php} (100%) rename app/Language/pl/{receivings_lang.php => Receivings.php} (100%) rename app/Language/pl/{reports_lang.php => Reports.php} (100%) rename app/Language/pl/{sales_lang.php => Sales.php} (100%) rename app/Language/pl/{suppliers_lang.php => Suppliers.php} (100%) rename app/Language/pl/{taxes_lang.php => Taxes.php} (100%) diff --git a/app/Language/pl/attributes_lang.php b/app/Language/pl/Attributes.php similarity index 100% rename from app/Language/pl/attributes_lang.php rename to app/Language/pl/Attributes.php diff --git a/app/Language/pl/bootstrap_tables_lang.php b/app/Language/pl/Bootstrap_tables.php similarity index 100% rename from app/Language/pl/bootstrap_tables_lang.php rename to app/Language/pl/Bootstrap_tables.php diff --git a/app/Language/pl/cashups_lang.php b/app/Language/pl/Cashups.php similarity index 100% rename from app/Language/pl/cashups_lang.php rename to app/Language/pl/Cashups.php diff --git a/app/Language/pl/common_lang.php b/app/Language/pl/Common.php similarity index 100% rename from app/Language/pl/common_lang.php rename to app/Language/pl/Common.php diff --git a/app/Language/pl/config_lang.php b/app/Language/pl/Config.php similarity index 100% rename from app/Language/pl/config_lang.php rename to app/Language/pl/Config.php diff --git a/app/Language/pl/customers_lang.php b/app/Language/pl/Customers.php similarity index 100% rename from app/Language/pl/customers_lang.php rename to app/Language/pl/Customers.php diff --git a/app/Language/pl/datepicker_lang.php b/app/Language/pl/Datepicker.php similarity index 100% rename from app/Language/pl/datepicker_lang.php rename to app/Language/pl/Datepicker.php diff --git a/app/Language/pl/employees_lang.php b/app/Language/pl/Employees.php similarity index 100% rename from app/Language/pl/employees_lang.php rename to app/Language/pl/Employees.php diff --git a/app/Language/pl/enum_lang.php b/app/Language/pl/Enum.php similarity index 100% rename from app/Language/pl/enum_lang.php rename to app/Language/pl/Enum.php diff --git a/app/Language/pl/error_lang.php b/app/Language/pl/Error.php similarity index 100% rename from app/Language/pl/error_lang.php rename to app/Language/pl/Error.php diff --git a/app/Language/pl/expenses_lang.php b/app/Language/pl/Expenses.php similarity index 100% rename from app/Language/pl/expenses_lang.php rename to app/Language/pl/Expenses.php diff --git a/app/Language/pl/expenses_categories_lang.php b/app/Language/pl/Expenses_categories.php similarity index 100% rename from app/Language/pl/expenses_categories_lang.php rename to app/Language/pl/Expenses_categories.php diff --git a/app/Language/pl/giftcards_lang.php b/app/Language/pl/Giftcards.php similarity index 100% rename from app/Language/pl/giftcards_lang.php rename to app/Language/pl/Giftcards.php diff --git a/app/Language/pl/item_kits_lang.php b/app/Language/pl/Item_kits.php similarity index 100% rename from app/Language/pl/item_kits_lang.php rename to app/Language/pl/Item_kits.php diff --git a/app/Language/pl/items_lang.php b/app/Language/pl/Items.php similarity index 100% rename from app/Language/pl/items_lang.php rename to app/Language/pl/Items.php diff --git a/app/Language/pl/login_lang.php b/app/Language/pl/Login.php similarity index 100% rename from app/Language/pl/login_lang.php rename to app/Language/pl/Login.php diff --git a/app/Language/pl/messages_lang.php b/app/Language/pl/Messages.php similarity index 100% rename from app/Language/pl/messages_lang.php rename to app/Language/pl/Messages.php diff --git a/app/Language/pl/module_lang.php b/app/Language/pl/Module.php similarity index 100% rename from app/Language/pl/module_lang.php rename to app/Language/pl/Module.php diff --git a/app/Language/pl/receivings_lang.php b/app/Language/pl/Receivings.php similarity index 100% rename from app/Language/pl/receivings_lang.php rename to app/Language/pl/Receivings.php diff --git a/app/Language/pl/reports_lang.php b/app/Language/pl/Reports.php similarity index 100% rename from app/Language/pl/reports_lang.php rename to app/Language/pl/Reports.php diff --git a/app/Language/pl/sales_lang.php b/app/Language/pl/Sales.php similarity index 100% rename from app/Language/pl/sales_lang.php rename to app/Language/pl/Sales.php diff --git a/app/Language/pl/suppliers_lang.php b/app/Language/pl/Suppliers.php similarity index 100% rename from app/Language/pl/suppliers_lang.php rename to app/Language/pl/Suppliers.php diff --git a/app/Language/pl/taxes_lang.php b/app/Language/pl/Taxes.php similarity index 100% rename from app/Language/pl/taxes_lang.php rename to app/Language/pl/Taxes.php