<?php
/**
 * English language file for config
 */

$lang["fontName1"]     = "Font name #1";
$lang["headings1"]     = "Which tags, css class or css id should be affected by the fontName1 field? Separate using ','";
$lang["genFamily1"]    = "Generic font family for fontName1";
$lang["addStyle1"]     = "Implement this style?";

$lang["fontName2"]     = "Font name #2";
$lang["headings2"]     = "Which tags, css class or css id should be affected by the fontName2 field? Separate using ','";
$lang["genFamily2"]    = "Generic font family for fontName2";
$lang["addStyle2"]     = "Implement this style?";

$lang["fontName3"]     = "Font name #3";
$lang["headings3"]     = "Which tags, css class or css id should be affected by the fontName3 field? Separate using ','";
$lang["genFamily3"]    = "Generic font family for fontName3";
$lang["addStyle3"]     = "Implement this style?";

/**
 * Uncomment the following for extra fonts

$lang["fontName4"]     = "Font name #4";
$lang["headings4"]     = "Which tags, css class or css id should be affected by the fontName4 field? Separate using ','";
$lang["genFamily4"]    = "Generic font family for fontName4";
$lang["addStyle4"]     = "Implement this style?";

$lang["fontName5"]     = "Font name #5";
$lang["headings5"]     = "Which tags, css class or css id should be affected by the fontName5 field? Separate using ','";
$lang["genFamily5"]    = "Generic font family for fontName5";
$lang["addStyle5"]     = "Implement this style?";

$lang["fontName6"]     = "Font name #6";
$lang["headings6"]     = "Which tags, css class or css id should be affected by the fontName6 field? Separate using ','";
$lang["genFamily6"]    = "Generic font family for fontName6";
$lang["addStyle6"]     = "Implement this style?";
*/
