the browser-facing portion of osu!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 23 lines 681 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 'confirm_new' => 'Sukurti naują IRC slaptažodį?', 8 'new' => 'Naujas Senos IRC Versijos Slaptažodis', 9 'none' => 'IRC Slaptažodis nenustatytas.', 10 11 'form' => [ 12 'server_host' => 'serveris', 13 'server_port' => 'prievadas', 14 'token' => 'serverio slaptažodis', 15 'username' => 'vartotojo vardas', 16 ], 17 18 'view' => [ 19 'hide' => 'Slėpti Slaptažodį', 20 'show' => 'Rodyti Slaptažodį', 21 'delete' => 'Ištrinti', 22 ], 23];