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' => 'Îngroșat',
8 'heading' => 'Antet',
9 'help' => 'Ajutor',
10 'image' => 'Imagine',
11 'imagemap' => 'Harta Imagine',
12 'italic' => 'Italic',
13 'link' => 'Link',
14 'list' => 'Listă',
15 'list_numbered' => 'Listă Numerotată',
16 'size' => [
17 '_' => 'Mărime Font',
18 'tiny' => 'Minuscul',
19 'small' => 'Mic',
20 'normal' => 'Normal',
21 'large' => 'Mare',
22 ],
23 'spoilerbox' => 'Cutie Spoiler',
24 'strikethrough' => 'Barat',
25];