22 lines
No EOL
740 B
PHP
22 lines
No EOL
740 B
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.",
|
|
]; |