the browser-facing portion of osu!
at master 30 lines 705 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 'box' => [ 8 'sent' => '', 9 'title' => '', 10 'verifying' => '', 11 'issuing' => '', 12 13 'info' => [ 14 'check_spam' => "", 15 'recover' => "", 16 'recover_link' => '', 17 'reissue' => '', 18 'reissue_link' => '', 19 'logout_link' => '', 20 ], 21 ], 22 23 'errors' => [ 24 'expired' => '', 25 'incorrect_key' => '', 26 'retries_exceeded' => '', 27 'reissued' => '', 28 'unknown' => '', 29 ], 30];