the browser-facing portion of osu!
at master 45 lines 1.4 kB view raw
1<?php 2 3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 4// See the LICENCE file in the repository root for full licence text. 5 6return [ 7 'index' => [ 8 'description' => 'Færdigpakkede samlinger af beatmaps bygget op omkring et fælles tema.', 9 'empty' => '', 10 'nav_title' => 'katalog', 11 'title' => 'Beatmap Pakker', 12 13 'blurb' => [ 14 'important' => 'LÆS DETTE FØR DU DOWNLOADER', 15 'install_instruction' => 'Installation: Når en pakke er blevet downloadet, udtrække indholdet af pakken i din osu! Sange mappe og osu! vil gøre resten.', 16 ], 17 ], 18 19 'show' => [ 20 'download' => 'Download', 21 'item' => [ 22 'cleared' => 'ryddet', 23 'not_cleared' => 'ikke ryddet', 24 ], 25 'no_diff_reduction' => [ 26 '_' => ':link må ikke bruges til at rydde denne pakke.', 27 'link' => 'Sværhedsgrad reduktion modifikationer', 28 ], 29 ], 30 31 'mode' => [ 32 'artist' => 'Artist/Album', 33 'chart' => 'Spotlights', 34 'featured' => '', 35 'loved' => '', 36 'standard' => 'Standard', 37 'theme' => 'Tema', 38 'tournament' => 'Turnering', 39 ], 40 41 'require_login' => [ 42 '_' => 'Du skal være :link for at kunne downloade', 43 'link_text' => 'logget ind', 44 ], 45];