. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ '_' => 'Sort by', 'all' => 'All', 'friends' => 'Friends', 'last_visit' => 'Recently active', 'new' => 'Recent', 'old' => 'Old', 'rank' => 'Rank', 'top' => 'Top', 'username' => 'Username', 'artist_tracks' => [ 'album' => 'Album', 'artist' => 'Artist', 'bpm' => 'BPM', 'genre' => 'Genre', 'length' => 'Length', 'relevance' => 'Relevance', 'title' => 'Title', 'update' => 'Update', ], 'forum_posts' => [ 'created' => 'Post time', 'relevance' => 'Relevance', ], 'forum_topics' => [ 'created' => 'Created', 'feature_votes' => 'Star priority', 'new' => 'Last reply', ], 'users' => [ 'relevance' => 'Relevance', 'username' => 'Name', ], ];