1<?php
2/**
3 * English language file for config
4 */
5
6$lang["fontName1"]     = "Font name #1";
7$lang["headings1"]     = "Which tags, css class or css id should be affected by the fontName1 field? Separate using ','";
8$lang["genFamily1"]    = "Generic font family for fontName1";
9$lang["addStyle1"]     = "Implement this style?";
10
11$lang["fontName2"]     = "Font name #2";
12$lang["headings2"]     = "Which tags, css class or css id should be affected by the fontName2 field? Separate using ','";
13$lang["genFamily2"]    = "Generic font family for fontName2";
14$lang["addStyle2"]     = "Implement this style?";
15
16$lang["fontName3"]     = "Font name #3";
17$lang["headings3"]     = "Which tags, css class or css id should be affected by the fontName3 field? Separate using ','";
18$lang["genFamily3"]    = "Generic font family for fontName3";
19$lang["addStyle3"]     = "Implement this style?";
20
21/**
22 * Uncomment the following for extra fonts
23
24$lang["fontName4"]     = "Font name #4";
25$lang["headings4"]     = "Which tags, css class or css id should be affected by the fontName4 field? Separate using ','";
26$lang["genFamily4"]    = "Generic font family for fontName4";
27$lang["addStyle4"]     = "Implement this style?";
28
29$lang["fontName5"]     = "Font name #5";
30$lang["headings5"]     = "Which tags, css class or css id should be affected by the fontName5 field? Separate using ','";
31$lang["genFamily5"]    = "Generic font family for fontName5";
32$lang["addStyle5"]     = "Implement this style?";
33
34$lang["fontName6"]     = "Font name #6";
35$lang["headings6"]     = "Which tags, css class or css id should be affected by the fontName6 field? Separate using ','";
36$lang["genFamily6"]    = "Generic font family for fontName6";
37$lang["addStyle6"]     = "Implement this style?";
38*/
39