the browser-facing portion of osu!
at master 25 lines 687 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 'bold' => 'Fetstil', 8 'heading' => 'Rubrik', 9 'help' => 'Hjälp', 10 'image' => 'Bild', 11 'imagemap' => 'Imagemap', 12 'italic' => 'Kursiv', 13 'link' => 'Länk', 14 'list' => 'Lista', 15 'list_numbered' => 'Numrerad lista', 16 'size' => [ 17 '_' => 'Teckenstorlek', 18 'tiny' => 'Mycket liten', 19 'small' => 'Liten', 20 'normal' => 'Normal', 21 'large' => 'Stor', 22 ], 23 'spoilerbox' => 'Spoilerlåda', 24 'strikethrough' => 'Genomstruken', 25];