. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ '_' => 'Sortieren nach', 'all' => 'Alle', 'friends' => 'Freunde', 'last_visit' => 'Kürzlich aktiv', 'new' => 'Kürzlich', 'old' => 'Alt', 'rank' => 'Rang', 'top' => 'Top', 'username' => 'Benutzername', 'artist_tracks' => [ 'album' => 'Album', 'artist' => 'Künstler', 'bpm' => 'BPM', 'genre' => 'Genre', 'length' => 'Länge', 'relevance' => 'Relevanz', 'title' => 'Titel', 'update' => 'Update', ], 'forum_posts' => [ 'created' => 'Beitragsdatum', 'relevance' => 'Relevanz', ], 'forum_topics' => [ 'created' => 'Erstelldatum', 'feature_votes' => 'Sternpriorität', 'new' => 'Letzte Antwort', ], 'users' => [ 'relevance' => 'Relevanz', 'username' => 'Name', ], ];