the browser-facing portion of osu!
at master 37 lines 851 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 'index' => [ 8 'batch_disable' => '', 9 'batch_enable' => '', 10 11 'batch_confirm' => [ 12 '_' => '', 13 'disable' => '', 14 'enable' => '', 15 'items' => '', 16 ], 17 18 'create_form' => [ 19 'files' => '', 20 'submit' => '', 21 'title' => '', 22 ], 23 24 'item' => [ 25 'click_to_disable' => '', 26 'click_to_enable' => '', 27 'enabled' => '', 28 'disabled' => '', 29 'image_store' => '', 30 'image_update' => '', 31 ], 32 ], 33 'store' => [ 34 'failed' => '', 35 'ok' => '', 36 ], 37];