1<?php
2/**
3 * English language file
4 */
5
6// custom language strings for the plugin
7$lang['fc_picker']  = 'Font color';
8$lang['ff_picker']  = 'Font family';
9$lang['fs_picker']  = 'Font size';
10
11$lang['ff_serif']          = 'Serif';
12$lang['ff_sans-serif']     = 'Sans-serif';
13
14$lang['fs_xxs']            = 'Tiny Text';
15$lang['fs_xxs_sample']     = 'This is a tiny text';
16$lang['fs_xs']             = 'Very Small Text';
17$lang['fs_xs_sample']      = 'This is a very small text';
18$lang['fs_s']              = 'Small Text';
19$lang['fs_s_sample']       = 'This is a small text';
20$lang['fs_m']              = 'Medium Text (is bigger than default)';
21$lang['fs_m_sample']       = 'This is a medium size text';
22$lang['fs_l']              = 'Large Text';
23$lang['fs_l_sample']       = 'This is a large text';
24$lang['fs_xl']             = 'Very Large Text';
25$lang['fs_xl_sample']      = 'This is a very large text';
26$lang['fs_xxl']            = 'Huge Text';
27$lang['fs_xxl_sample']     = 'This is a huge text';
28$lang['fs_smaller']        = 'Smaller than default text';
29$lang['fs_smaller_sample'] = 'This text is smaller than default text';
30$lang['fs_larger']         = 'Larger than default text';
31$lang['fs_larger_sampel']  = 'This text is larger than default text';
32
33$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.';
34
35