the browser-facing portion of osu!
at master 18 lines 639 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' => 'Accéder au tableau de bord', 9 'logout' => 'Se déconnecter', 10 'text' => 'Vous pouvez maintenant fermer cet onglet/cette fenêtre', 11 'title' => 'La vérification du client osu! est terminée', 12 ], 13 14 'create' => [ 15 'confirm' => 'Cliquez sur le bouton d\'autorisation ci-dessous pour terminer la vérification.', 16 'title' => 'vérification du client osu!', 17 ], 18];