the browser-facing portion of osu!
at master 59 lines 1.1 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 'deleted' => '', 8 'deleted_by' => '', 9 'deleted_by_system' => '', 10 'deleted_count' => '', 11 'edited' => '', 12 'pinned' => '', 13 'empty' => '', 14 'empty_other' => '', 15 'load_replies' => '', 16 'replies_count' => '', 17 'title' => '', 18 19 'commentable_name' => [ 20 'beatmapset' => '', 21 'build' => '', 22 'news_post' => '', 23 '_deleted' => '', 24 ], 25 26 'editor' => [ 27 'textarea_hint' => [ 28 '_' => '', 29 'edit' => '', 30 'new' => '', 31 'reply' => '', 32 ], 33 ], 34 35 'guest_button' => [ 36 'new' => '', 37 'reply' => '', 38 ], 39 40 'index' => [ 41 'nav_comments' => '', 42 'nav_title' => '', 43 'no_comments' => '', 44 ], 45 46 'ogp' => [ 47 'title' => '', 48 ], 49 50 'placeholder' => [ 51 'edit' => '', 52 'new' => '', 53 'reply' => '', 54 ], 55 56 'show' => [ 57 'nav_title' => '', 58 ], 59];