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' => 'Pogrubienie',
8 'heading' => 'Nagłówek',
9 'help' => 'Pomoc',
10 'image' => 'Obraz',
11 'imagemap' => 'Mapa obrazu',
12 'italic' => 'Kursywa',
13 'link' => 'Łącze',
14 'list' => 'Lista punktowana',
15 'list_numbered' => 'Lista numerowana',
16 'size' => [
17 '_' => 'Rozmiar czcionki',
18 'tiny' => 'Malutka',
19 'small' => 'Mała',
20 'normal' => 'Normalna',
21 'large' => 'Duża',
22 ],
23 'spoilerbox' => 'Blok ze spoilerem',
24 'strikethrough' => 'Przekreślenie',
25];