1<?php
2/**
3 * German language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Esther Brunner <wikidesign@gmail.com>
7 */
8
9// custom language strings for the plugin
10$lang['fs_picker']  = 'Font size';
11
12$lang['fs_xxs']            = 'Tiny Text';
13$lang['fs_xxs_sample']     = 'This is a tiny text';
14$lang['fs_xs']             = 'Very Small Text';
15$lang['fs_xs_sample']      = 'This is a very small text';
16$lang['fs_s']              = 'Small Text';
17$lang['fs_s_sample']       = 'This is a small text';
18$lang['fs_m']              = 'Medium Text (is bigger than default)';
19$lang['fs_m_sample']       = 'This is a medium size text';
20$lang['fs_l']              = 'Large Text';
21$lang['fs_l_sample']       = 'This is a large text';
22$lang['fs_xl']             = 'Very Large Text';
23$lang['fs_xl_sample']      = 'This is a very large text';
24$lang['fs_xxl']            = 'Huge Text';
25$lang['fs_xxl_sample']     = 'This is a huge text';
26$lang['fs_smaller']        = 'Smaller than default text';
27$lang['fs_smaller_sample'] = 'This text is smaller than default text';
28$lang['fs_larger']         = 'Larger than default text';
29$lang['fs_larger_sampel']  = 'This text is larger than default text';
30
31//Setup VIM: ex: et ts=2 enc=utf-8 :
32