<?php
/**
 * German language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Esther Brunner <wikidesign@gmail.com>
 */

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

$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';

//Setup VIM: ex: et ts=2 enc=utf-8 :
