59 lines
1.9 KiB
PHP
59 lines
1.9 KiB
PHP
<?php
|
|
return [
|
|
'welcome' => 'Welcome to our Website!',
|
|
'description' => 'This is a description in English.',
|
|
'userProfile' => "User Profile",
|
|
'user' => 'User',
|
|
'home' => 'Home',
|
|
'djName' => 'DJ Name',
|
|
'email' => 'Email',
|
|
'location' => 'Location',
|
|
'bio' => 'Bio',
|
|
'submit' => 'Submit',
|
|
'login' => 'Login',
|
|
'message' => 'Message',
|
|
'follow' => 'Follow',
|
|
'djs' => 'DJs',
|
|
"djNotFound" => "Could not load DJ; either the DJ wasn't found or this DJ is private.",
|
|
"notfound" => "Page not found",
|
|
"genre" => "Genre",
|
|
"genres" => "Genres",
|
|
"genreNotFound" => "Could not load genre; either the genre wasn't found, was empty, or this genre is private.",
|
|
"mix-count" => "Mix Count",
|
|
"mixes" => "Mixes",
|
|
"mix" => "Mix",
|
|
"mixNotFound" => "Could not load mix; either the mix wasn't found, was empty, or this mix is private.",
|
|
"mixName" => "Mix Name",
|
|
"mixDescription" => "Mix Description",
|
|
"mixLength" => "Mix Length",
|
|
"mixGenre" => "Mix Genre",
|
|
"view" => "View",
|
|
"mixname" => "Mix Name",
|
|
"search" => "Search",
|
|
"searchResults" => "Search Results",
|
|
"searchResultsFor" => "Search Results for",
|
|
"searchResultsFound" => "Search Results Found",
|
|
"tracklist" => "Tracklist",
|
|
"lastupdated" => "Last Updated",
|
|
"duration" => "Duration",
|
|
"hour" => "hour",
|
|
"hours" => "hours",
|
|
"minute" => "minute",
|
|
"minutes" => "minutes",
|
|
"second" => "second",
|
|
"seconds" => "seconds",
|
|
"by" => "by",
|
|
"added" => "Added",
|
|
"recorded" => "Recorded",
|
|
"audioNotSupported" => "Your browser does not support the audio element.",
|
|
"downloads" => "Downloads",
|
|
"download" => "Download",
|
|
"downloadMix" => "Download Mix",
|
|
"plays" => "Plays",
|
|
"play" => "Play",
|
|
"contactus" => "Contact Us",
|
|
"allrightsreserved" => "All rights reserved.",
|
|
|
|
|
|
|
|
]; |