the browser-facing portion of osu!
at master 41 lines 1.2 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 'beatmapset' => [ 8 'button' => 'Bildir', 9 'title' => ':username kullanıcısının beatmapi bildirilsin mi?', 10 ], 11 12 'beatmapset_discussion_post' => [ 13 'button' => 'Bildir', 14 'title' => ':username kullanıcısının gönderisi bildirilsin mi?', 15 ], 16 17 'comment' => [ 18 'button' => 'Bildir', 19 'title' => ':username kullanıcısının yorumunu bildirilsin mi?', 20 ], 21 22 'forum_post' => [ 23 'button' => 'Bildir', 24 'title' => ':username: kullanıcısının gönderisi bildirilsin mi?', 25 ], 26 27 'message' => [ 28 'button' => 'Mesajı rapor et', 29 'title' => ':username\'in mesajını rapor etmek istiyor musun?', 30 ], 31 32 'scores' => [ 33 'button' => 'Skoru Bildir', 34 'title' => ':username kullanıcısının skoru bildirilsin mi?', 35 ], 36 37 'user' => [ 38 'button' => 'Bildir', 39 'title' => ':username kullanıcısı bildirilsin mi?', 40 ], 41];