the browser-facing portion of osu!
at master 30 lines 769 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' => 'Ny Legacy API-nyckel', 8 'none' => 'Ingen nyckel.', 9 10 'docs' => [ 11 '_' => 'Dokumentation finns tillgänglig på :github.', 12 'github' => 'GitHub', 13 ], 14 15 'form' => [ 16 'create' => 'Skapa nyckel', 17 ], 18 19 'view' => [ 20 'hide' => 'Dölj nyckel', 21 'show' => 'Visa nyckel', 22 'delete' => 'Ta bort', 23 ], 24 25 'warning' => [ 26 'line1' => 'Ge inte ut detta till andra.', 27 'line2' => "Det är jämförbart till att ge ut ditt lösenord.", 28 'line3' => 'Ditt konto kan bli äventyrat.', 29 ], 30];