the browser-facing portion of osu!
at master 72 lines 1.5 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 'beatmapsets' => [ 8 'covers' => [ 9 'regenerate' => '', 10 'regenerating' => '', 11 'remove' => '', 12 'removing' => '', 13 'title' => '', 14 ], 15 'show' => [ 16 'covers' => '', 17 ], 18 ], 19 20 'forum' => [ 21 'forum-covers' => [ 22 'index' => [ 23 'delete' => '', 24 25 'forum-name' => '', 26 27 'no-cover' => '', 28 29 'submit' => [ 30 'save' => '', 31 'update' => '', 32 ], 33 34 'title' => '', 35 36 'type-title' => [ 37 'default-topic' => '', 38 'main' => '', 39 ], 40 ], 41 ], 42 ], 43 44 'logs' => [ 45 'index' => [ 46 'title' => '', 47 ], 48 ], 49 50 'pages' => [ 51 'root' => [ 52 'sections' => [ 53 'beatmapsets' => '', 54 'forum' => '', 55 'general' => '', 56 57 'users' => [ 58 'header' => '', 59 'cover_presets' => '', 60 ], 61 ], 62 ], 63 ], 64 65 'users' => [ 66 'restricted_banner' => [ 67 'title' => '', 68 'message' => '', 69 ], 70 ], 71 72];