76 lines
No EOL
2.8 KiB
PHP
76 lines
No EOL
2.8 KiB
PHP
<?php
|
|
return [
|
|
'welcome' => 'Maligayang pagdating sa aming website!',
|
|
'description' => 'Ito ay isang paglalarawan sa Tagalog.',
|
|
'desc' => 'Description',
|
|
'userProfile' => "Profile ng User",
|
|
'user' => 'User',
|
|
'home' => 'Home',
|
|
'djName' => 'Pangalan ng DJ',
|
|
'email' => 'Email',
|
|
'location' => 'Lokasyon',
|
|
'bio' => 'Bio',
|
|
'submit' => 'Isumite',
|
|
'login' => 'Login',
|
|
'message' => 'Mensahe',
|
|
'follow' => 'Sundan',
|
|
'djs' => 'DJs',
|
|
"djNotFound" => "Hindi ma-load si DJ; maaaring hindi nahanap ang DJ o pribado ang DJ na ito.",
|
|
"notfound" => "Hindi nahanap ang pahina",
|
|
"genre" => "Dyanra",
|
|
"genres" => "Mga Dyanra",
|
|
"genreNotFound" => "Hindi ma-load ang dyanra; maaaring hindi nakita ang dyanra, walang laman, o pribado ang dyanra na ito.",
|
|
"mix-count" => "Bilang ng Mix",
|
|
"mixes" => "Mga Mix",
|
|
"mix" => "Mix",
|
|
"mixNotFound" => "Hindi ma-load ang mix; maaaring hindi nakita ang mix, walang laman, o pribado ang mix na ito.",
|
|
"mixshowNotFound" => "Could not load mixshow; either the mixshow wasn't found, was empty, or this mixshow is private.",
|
|
"mixName" => "Pangalan ng Mix",
|
|
"mixDescription" => "Mix Paglalarawan",
|
|
"mixLength" => "Haba ng Mix",
|
|
"mixGenre" => "Dyanra ng Mix",
|
|
"view" => "Tingnan",
|
|
"mixname" => "Pangalan ng Mix",
|
|
"search" => "Maghanap",
|
|
"searchResults" => "Mga Resulta ng Paghahanap",
|
|
"searchResultsFor" => "Mga resulta ng paghahanap para sa",
|
|
"searchResultsFound" => "Natagpuan ang mga Resulta ng Paghahanap",
|
|
"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.",
|
|
"mixshows" => "Mixshows",
|
|
"mixshow" => "Mixshow",
|
|
"mixshowName" => "Mixshow Name",
|
|
"share" => "Share",
|
|
"sahrethismix" => "Share this mix",
|
|
"sharethismixshow" => "Share this mixshow",
|
|
"rss" => "RSS",
|
|
"year" => "Year",
|
|
"sharetotwitter" => "Share to X (formerly Twitter)",
|
|
"sharetofb" => "Share to Facebook",
|
|
"sharetoig" => "Share to Instagram",
|
|
"copyurl" => "Copy URL",
|
|
"urlcopiedtoclipboard" => "URL copied to clipboard",
|
|
"failedtocopyurl" => "Failed to copy URL",
|
|
"name" => "Name",
|
|
"username" => "Username",
|
|
"logout" => "Logout",
|
|
"upload" => "Upload",
|
|
]; |