はじまりの大地

This commit is contained in:
miteruzo
2024-07-08 03:32:47 +09:00
commit c616a96f53
7749 changed files with 478270 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<?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';
+15
View File
@@ -0,0 +1,15 @@
<?php
/**
* English language file for config of Wrap plugin
*
*/
$lang['noPrefix'] = 'Which (comma separated) class names should be excluded from being prefixed with "wrap_"? (* and ? wildcards allowed)';
$lang['restrictedClasses'] = 'Restrict usage of plugin to these (comma separated) classes (* and ? wildcards allowed)';
$lang['restrictionType'] = 'Restriction type, specifies if classes above shall be included or excluded';
$lang['restrictionType_o_0'] = 'Allow all classes except the ones above';
$lang['restrictionType_o_1'] = 'Restrict to only the classes above and no others';
$lang['syntaxDiv'] = 'Which syntax should be used in the toolbar picker for block wraps?';
$lang['syntaxSpan'] = 'Which syntax should be used in the toolbar picker for inline wraps?';
$lang['darkTpl'] = 'Optimise colours for dark templates?';
$lang['emulatedHeadlines'] = 'Use emulated headings? (deprecated)';