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' => 'Gras',
8 'heading' => 'En-tête',
9 'help' => 'Aide',
10 'image' => 'Image',
11 'imagemap' => 'Image Mappée',
12 'italic' => 'Italique',
13 'link' => 'Lien',
14 'list' => 'Liste',
15 'list_numbered' => 'Liste numérotée',
16 'size' => [
17 '_' => 'Taille de police',
18 'tiny' => 'Très petite',
19 'small' => 'Petite',
20 'normal' => 'Normale',
21 'large' => 'Grande',
22 ],
23 'spoilerbox' => 'Spoiler déroulant',
24 'strikethrough' => 'Barré',
25];