1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/wrap/lang/en/lang.php
2014-07-20 13:53:41 +02:00

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';