the browser-facing portion of osu!
at master 41 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 'beatmapset' => [ 8 'button' => 'إبلاغ', 9 'title' => 'الإبلاع عن خريطة :username؟', 10 ], 11 12 'beatmapset_discussion_post' => [ 13 'button' => 'إبلاغ', 14 'title' => 'الاِبلاغ عن منشور :username؟', 15 ], 16 17 'comment' => [ 18 'button' => 'إبلاغ', 19 'title' => 'الاِبلاغ عن تعليق :username؟', 20 ], 21 22 'forum_post' => [ 23 'button' => 'إبلاغ', 24 'title' => 'الاِبلاغ عن منشور :username؟', 25 ], 26 27 'message' => [ 28 'button' => 'تبليغ', 29 'title' => 'هل تريد التبليغ عن رسالة :username؟', 30 ], 31 32 'scores' => [ 33 'button' => 'الاِبلاغ عن النتيجة', 34 'title' => 'الاِبلاغ عن نتيجة :username ؟', 35 ], 36 37 'user' => [ 38 'button' => 'إبلاغ', 39 'title' => 'الاِبلاغ عن :username؟', 40 ], 41];