the browser-facing portion of osu!
at master 165 lines 3.4 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 'confirmation' => '', 8 'confirmation_unsaved' => '', 9 'saved' => '', 10 11 'array_and' => [ 12 'words_connector' => '', 13 'two_words_connector' => '', 14 'last_word_connector' => '', 15 ], 16 17 'badges' => [ 18 'new' => '', 19 ], 20 21 'buttons' => [ 22 'admin' => '', 23 'authorise' => '', 24 'authorising' => '', 25 'back' => '', 26 'back_to_previous' => '', 27 'back_to_top' => '', 28 'cancel' => '', 29 'change' => '', 30 'clear' => '', 31 'click_to_copy' => '', 32 'click_to_copy_copied' => '', 33 'close' => '', 34 'collapse' => '', 35 'delete' => '', 36 'edit' => '', 37 'expand' => '', 38 'hide' => '', 39 'permalink' => '', 40 'pin' => '', 41 'post' => '', 42 'read_more' => '', 43 'refresh' => '', 44 'reply' => '', 45 'reply_reopen' => '', 46 'reply_resolve' => '', 47 'reset' => '', 48 'restore' => '', 49 'retry' => '', 50 'save' => '', 51 'saving' => '', 52 'search' => '', 53 'see_more' => '', 54 'show' => '', 55 'show_deleted' => '', 56 'show_less' => '', 57 'show_more' => '', 58 'show_more_options' => '', 59 'submit' => '', 60 'unpin' => '', 61 'update' => '', 62 'upload_image' => '', 63 64 'watch' => [ 65 'to_0' => '', 66 'to_1' => '', 67 ], 68 ], 69 70 'count' => [ 71 'badges' => '', 72 'days' => '', 73 'hour_short_unit' => '', 74 'hours' => '', 75 'item' => '', 76 'minute_short_unit' => '', 77 'minutes' => '', 78 'months' => '', 79 'notifications' => '', 80 'plus_others' => '', 81 'post' => '', 82 'second_short_unit' => '', 83 'star_priority' => '', 84 'update' => '', 85 'view' => '', 86 'years' => '', 87 ], 88 89 'countdown' => [ 90 'days' => '', 91 'hours' => '', 92 'minutes' => '', 93 'seconds' => '', 94 ], 95 96 'datetime' => [ 97 'year_month' => [ 98 'moment' => '', 99 'php' => '', 100 ], 101 'year_month_short' => [ 102 'moment' => '', 103 ], 104 ], 105 106 'device' => [ 107 'keyboard' => '', 108 'mouse' => '', 109 'tablet' => '', 110 'touch' => '', 111 ], 112 113 'dropzone' => [ 114 'target' => '', 115 ], 116 117 'input' => [ 118 'search' => '', 119 ], 120 121 'pagination' => [ 122 'previous' => '', 123 'next' => '', 124 ], 125 126 'score_count' => [ 127 'count_100' => '', 128 'count_300' => '', 129 'count_50' => '', 130 'count_geki' => '', 131 'count_katu' => '', 132 'count_miss' => '', 133 ], 134 135 'scoreboard_time' => [ 136 'd' => '', 137 'dd' => '', 138 'h' => '', 139 'hh' => '', 140 'm' => '', 141 'mm' => '', 142 'month' => '', 143 'months' => '', 144 'past' => '', 145 's' => '', 146 'y' => '', 147 'yy' => '', 148 ], 149 150 'time' => [ 151 'days_ago' => '', 152 'hours_ago' => '', 153 'now' => '', 154 'remaining' => '', 155 ], 156 157 'title' => [ 158 'notice' => '', 159 ], 160 161 'wrong_user' => [ 162 '_' => '', 163 'logout_link' => '', 164 ], 165];