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' => 'Ga naar dashboard',
9 'logout' => 'Uitloggen',
10 'text' => 'U kunt dit tabblad/venster nu sluiten',
11 'title' => 'osu! clientverificatie is voltooid',
12 ],
13
14 'create' => [
15 'confirm' => 'Klik op de autorisatie-knop hieronder om de clientverificatie af te ronden.',
16 'title' => 'osu! clientverificatie',
17 ],
18];