<?php
/**
 * English language file
 */

// custom language strings for the plugin
$lang['fc_picker']  = 'Font color';
$lang['ff_picker']  = 'Font family';
$lang['fs_picker']  = 'Font size';

$lang['ff_serif']          = 'Serif';
$lang['ff_sans-serif']     = 'Sans-serif';

$lang['fs_xxs']            = 'Tiny Text';
$lang['fs_xxs_sample']     = 'This is a tiny text';
$lang['fs_xs']             = 'Very Small Text';
$lang['fs_xs_sample']      = 'This is a very small text';
$lang['fs_s']              = 'Small Text';
$lang['fs_s_sample']       = 'This is a small text';
$lang['fs_m']              = 'Medium Text (is bigger than default)';
$lang['fs_m_sample']       = 'This is a medium size text';
$lang['fs_l']              = 'Large Text';
$lang['fs_l_sample']       = 'This is a large text';
$lang['fs_xl']             = 'Very Large Text';
$lang['fs_xl_sample']      = 'This is a very large text';
$lang['fs_xxl']            = 'Huge Text';
$lang['fs_xxl_sample']     = 'This is a huge text';
$lang['fs_smaller']        = 'Smaller than default text';
$lang['fs_smaller_sample'] = 'This text is smaller than default text';
$lang['fs_larger']         = 'Larger than default text';
$lang['fs_larger_sampel']  = 'This text is larger than default text';

$lang['odt_too_old']       = 'Need newer ODT export plugin that supports css colorname conversion. Please install at least version 12102014. This only influences the ODT export, XHTML rendering will not be affected.';

