20 lines
906 B
PHP
20 lines
906 B
PHP
<?php
|
|
|
|
return [
|
|
'branding' => 'Quality Hentai for free in 4k!',
|
|
'recently-uploaded' => 'Recently Uploaded',
|
|
'recently-released' => 'Recently Released',
|
|
'trending' => 'Trending',
|
|
'show-more-recently-uploaded' => 'Show More Recently Uploaded',
|
|
'show-more-recently-released' => 'Show More Recently Released',
|
|
'show-more' => 'Show More',
|
|
'most-views' => 'Most Views',
|
|
'most-likes' => 'Most Likes',
|
|
'popular-weekly' => 'Popular Weekly',
|
|
'popular-monthly' => 'Popular Monthly',
|
|
'show-more-with-most-views' => 'Show More With Most Views',
|
|
'categories' => 'Categories',
|
|
'latest-comments' => 'Latest Comments',
|
|
'episodes' => 'Episodes',
|
|
];
|