mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
19 lines
522 B
PHP
19 lines
522 B
PHP
<?php
|
|
|
|
$lang['picker'] = 'Wrap Plugin';
|
|
|
|
$lang['column'] = 'columns';
|
|
$lang['box'] = 'simple centered box';
|
|
$lang['info'] = 'info box';
|
|
$lang['tip'] = 'tip box';
|
|
$lang['important'] = 'important box';
|
|
$lang['alert'] = 'alert box';
|
|
$lang['help'] = 'help box';
|
|
$lang['download'] = 'download box';
|
|
$lang['todo'] = 'todo box';
|
|
|
|
$lang['clear'] = 'clear floats';
|
|
|
|
$lang['em'] = 'especially emphasised';
|
|
$lang['hi'] = 'highlighted';
|
|
$lang['lo'] = 'less significant';
|