the browser-facing portion of osu!
at master 19 lines 583 B 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 'completed' => [ 8 'home' => 'Gå til dashbordet', 9 'logout' => 'Logg av', 10 'text' => 'Du kan nå lukke fanen/vinduet', 11 'title' => 'osu! klient verifikasjon har blitt fullført 12', 13 ], 14 15 'create' => [ 16 'confirm' => 'Trykk på autoriser knappen under for å fullføre klien verifikasjon.', 17 'title' => 'osu! klient verifikasjon', 18 ], 19];