Files
sterivein/local/modules/Tinymce/I18n/en_US.php
2020-11-19 15:36:28 +01:00

16 lines
1.2 KiB
PHP

<?php
return array(
'Add responsive class to images' => 'Add responsive class to images',
'Custom CSS available in the editor' => 'Custom CSS available in the editor',
'Enter CSS or LESS code. You may also customize the editor.less file in the plugin template directory.' => 'Enter CSS or LESS code. You may also customize the editor.less file in the plugin template directory.',
'Force pasting as text' => 'Force pasting as text',
'Height of the editor area, in pixels. Enter 0 for default ' => 'Height of the editor area, in pixels. Enter 0 for default ',
'If checked, all pasted data will be converted as plain text, removing tags and styles.' => 'If checked, all pasted data will be converted as plain text, removing tags and styles.',
'If checked, the "img-responsive" class is added by default to inserted images' => 'If checked, the "img-responsive" class is added by default to inserted images',
'Sample editor' => 'Sample editor',
'Show the TinyMCE menu bar' => 'Show the TinyMCE menu bar',
'This is a sample text editor, to view actual configuration.' => 'This is a sample text editor, to view actual configuration.',
'Tinymce configuration' => 'Tinymce configuration',
);