Mixshows.

This commit is contained in:
Cody Cook 2024-05-14 08:42:50 -07:00
commit ef4eedcd6e
12 changed files with 493 additions and 23 deletions

View file

@ -2,6 +2,7 @@
return [
'welcome' => 'Welcome to our Website!',
'description' => 'This is a description in English.',
'desc' => 'Description',
'userProfile' => "User Profile",
'user' => 'User',
'home' => 'Home',
@ -23,6 +24,7 @@ return [
"mixes" => "Mixes",
"mix" => "Mix",
"mixNotFound" => "Could not load mix; either the mix wasn't found, was empty, or this mix is private.",
"mixshowNotFound" => "Could not load mixshow; either the mixshow wasn't found, was empty, or this mixshow is private.",
"mixName" => "Mix Name",
"mixDescription" => "Mix Description",
"mixLength" => "Mix Length",
@ -53,6 +55,9 @@ return [
"play" => "Play",
"contactus" => "Contact Us",
"allrightsreserved" => "All rights reserved.",
"mixshows" => "Mixshows",
"mixshow" => "Mixshow",
"mixshowName" => "Mixshow Name",