the browser-facing portion of osu!
at master 30 lines 777 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 'new' => 'Nuova Chiave API Legacy', 8 'none' => 'Nessuna chiave.', 9 10 'docs' => [ 11 '_' => 'La documentazione è disponibile su :github.', 12 'github' => 'GitHub', 13 ], 14 15 'form' => [ 16 'create' => 'Crea Chiave', 17 ], 18 19 'view' => [ 20 'hide' => 'Nascondi Chiave', 21 'show' => 'Mostra Chiave', 22 'delete' => 'Elimina', 23 ], 24 25 'warning' => [ 26 'line1' => 'Non distribuirla con altri.', 27 'line2' => "Equivale a dare la tua password.", 28 'line3' => 'Il tuo account rischierebbe di venire compromesso.', 29 ], 30];