FleetCart/Modules/Menu/Resources/lang/en/menus.php

14 lines
287 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'menu' => 'Menu',
'menus' => 'Menus',
'table' => [
'name' => 'Name',
],
'form' => [
2023-12-03 14:07:47 +00:00
'please_save_the_menu_first' => 'Please save the menu first to add menu items',
2023-06-11 12:14:03 +00:00
'enable_the_menu' => 'Enable the menu',
],
];