1
2
3FCKLang.GeshiDlgTitle		= 'Geshi Code Blocks';
4FCKLang.GeshiCodeBlock      = 'Code Block';
5FCKLang.GeshiDownloadable   = 'Downloadable Code Snippet';
6FCKLang.GeshiToolTip        = 'Geshi Code Blocks';
7FCKLang.GeshiDlgTitle       = 'Geshi Selection Tool';
8FCKLang.geshiHelp           = 'With this tool you can create either a "Code Block" or "Downloadable Code Snippet".'
9	                       + 'For a snippet you must also enter a file name for the download. Then '
10	                       +' select the language type from the drop down menu and click OK. ';
11
12FCKLang.geshiHelpButton = 'Instructions';
13