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' => 'Grassetto',
8 'heading' => 'Intestazione',
9 'help' => 'Aiuto',
10 'image' => 'Immagine',
11 'imagemap' => 'Immagine Mappata',
12 'italic' => 'Corsivo',
13 'link' => 'Link',
14 'list' => 'Lista',
15 'list_numbered' => 'Lista Numerata',
16 'size' => [
17 '_' => 'Dimensione Font',
18 'tiny' => 'Minuscolo',
19 'small' => 'Piccolo',
20 'normal' => 'Normale',
21 'large' => 'Grande',
22 ],
23 'spoilerbox' => 'Spoiler Box',
24 'strikethrough' => 'Barrato',
25];