1FCKLang.FontsSelectTypeFace = 'Select a type face. . ';
2FCKLang.FontsDlgButtonWeight = "Font weight";
3FCKLang.FontsDlgNormal      = 'Normal';
4FCKLang.FontsDlgButtonSize = 'Font size';
5FCKLang.FontsDlgBold   = 'Bold';
6FCKLang.FontsToolTip        = 'Font Selection';
7FCKLang.FontsDlgTitle       = 'Fonts Selection Tool';
8FCKLang.FontsDlgButtonOtherSize ='Other size';
9FCKLang.FontsSizeWarning ='Please set a font size';
10FCKLang.FontsSelectTextWarning = 'You must select text for formatting.';
11FCKLang.FontsSelectWarning = 'Please select a type face';
12FCKLang.FontsRemoveAll='Remove all formatting';
13FCKLang.FontsRemoveSize='Remove size';
14FCKLang.FontsRemoveFontFamily='Remove type face';
15FCKLang.FontsForceRemove = 'Unable to remove some or all of the formatting.  It is possible to force a result.';
16FCKLang.FontsAttemptRemove = 'Will try to remove formatting: ';
17FCKLang.fontsHelp           = 'With this tool you can select a font, its size and its weight.'
18	                       + ' If the size is not a default selection set the size using the "Other Size" box.'
19                           + ' Once a font is set, you can edit its text and revise any font feature.';
20
21
22
23//Color Options Menu
24FCKLang.fontSamples = "Show Samples";
25FCKLang.fontColorSample = "Color Sample";
26FCKLang.fontColors = "Show Colors";
27FCKLang.fontSamplesHide = "Hide Samples";
28FCKLang.fontColorsHide = "Hide Colors";
29FCKLang.fontColorSampleHeader = "Color Samples",
30FCKLang.FontsColorOptions = 'Color Options';
31FCKLang.FontsColorOptionsFGColor= 'Original text color';
32FCKLang.FontsColorOptionsBGColor= 'Original background color';
33FCKLang.FontsColorOptionsOriginalColors= 'Original text and background';
34FCKLang.FontsColorOptionsRemoveColors='Remove colors';
35FCKLang.fontFGColorBut="Text color";
36FCKLang.fontBGColorBut="Background color";
37
38
39