HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/itpartnership.net (cms)/modules/FCKeditorX/lang/en_US.php
<?php
$lang['friendlyname'] = 'FCKeditorX';
$lang['postinstall'] = 'Be sure to set "Modify FCKeditorX" permissions to use this module!';
$lang['postuninstall'] = 'FCKeditorX is now uninstalled';
$lang['uninstalled'] = 'Module Uninstalled.';
$lang['installed'] = 'Module version %s installed.';
$lang['prefsupdated'] = 'Module preferences updated.';
$lang['accessdenied'] = 'Access Denied. Please check your permissions.';
$lang['error'] = 'Error!';
$lang['upgraded'] = 'Module upgraded to version %s.';
$lang['title_mod_prefs'] = 'Module Preferences';
$lang['title_mod_admin'] = 'Module Admin Panel';
$lang['title_admin_panel'] = 'FCKeditorX Module';
$lang['moddescription'] = '..Description..';
$lang['welcome_text'] = '<p>..Welcome..</p>';

$lang['skin_text'] = 'Select skin';
$lang['lang_text'] = 'Use CMS Language settings';
$lang['bg_text'] = 'Background color';
$lang['bg_help'] = 'leave BLANK or set DEFAULT  for use PAGE CSS';
$lang['bg_css_text'] = 'Body tag CSS';
$lang['bg_css_help'] = 'leave BLANK or set DEFAULT  for use PAGE CSS';
$lang['importallstyles_text'] = 'Import all styles';
$lang['importallstyles_warning'] = 'This means ignoring the specified styles in the admin-box, and can potentially render the styles dropdown unusable. Please test!';
$lang['xhtml_text'] = 'Enable XHTML Formatting';
$lang['context_text'] = 'Enable context menu';
$lang['context_help'] = 'right click on HMTL object';
$lang['settings'] = 'Settings';
$lang['styles'] = 'Styles';

$lang['info4toolbars'] = 'Paste toolbars code, like FCKeditor project teach.';
$lang['info4styles'] = 'Paste styles from your template\'s stylesheet(s) that you want to have avilable from the WYSIWYG\'s drop-down style
menu.<br/>In order to see the applied styles in the textarea the same styles MUST exist in the stylesheet for the template for
that page.';

$lang['width_text'] = 'Width';
$lang['width_help'] = 'width of WYSIWYG';

$lang['height_text'] = 'Height';
$lang['height_help'] = 'height in pixel of WYSIWYG';

$lang['toolbar_text'] = 'Toolbar';
$lang['toolbar_help'] = 'Choose the default toolbar.';
$lang['update'] = 'Update';
$lang['toolbar_updated'] = 'Toolbar updated.';
$lang['styles_updated'] = 'Styles updated.';
$lang['setting_updated'] = 'Setting updated.';

$lang['help_name'] = 'Identity name of WYSIWYG, not optional.';
$lang['help_content'] = 'CONTENT of WYSIWYG that must be loaded.';
$lang['help_toolbar'] = 'What TOOLBAR must be loaded into WYSIWYG.';
$lang['help_context'] = '1/0, set if enable the mouse right click.';
$lang['help_skin'] = 'What SKIN must have the WYSIWYG.';

$lang['changelog'] = '<ul>
		<li>
		<p>Version: 1.0.1</p>
		<p>Updated to FCKeditor 2.3.1</p>
		</li>
		<li>
		<p>Version: 1.0</p>
		<p>REMOVED all JAVASCRIPT for manage RELATIVE PATH.</p>
		</li>
		<li>
		<p>Version: 0.9</p>
		<p>IMPROVED techinal approach on some solution .</p>
		<p>UPDATED to FCKeditor 2.2 </p>
		<p>ADD with and height setting </p>
		<p>ADD possibility to set custom TOOLBAR (alpha version) </p>
		<p>ADD possibility to use the module like normal modue (try to insert into a page {cms_module name=\'name_textarea\' module=\'FCKeditorX\' toolbar=\'Basic\' height=\'600\' width=\'500\' content=\'bla bla bla \' } ) </p>
		<p>Version for CMSMS 0.10.SVN .</p>
		</li>
		<li>
		<p>Version: 0.8</p>
		<p>IMPROVED techinal approach on some solution .</p>
		<p>UPDATED to FCKeditor 2.1.1 </p>
		<p>ADD the possibility to SET background COLOR</p>
		<p>Version for CMSMS 0.10.SVN .</p>
		</li>
		<li>
		<p>Version: 0.7</p>
		<p>FIXED bugs and improved configuration functionalities.</p>
		<p>Version for CMSMS 0.10.SVN .</p>
		</li>
		<li>
		<p>Version: 0.6</p>
		<p>FIXED destination of uploads.</p>
		<p>Version for CMSMS 0.10.SVN .</p>
		<p>ADDED plugin for INTERNAL link of CMSMS (THANKS!!! to <b>Woudloper</b> for the plugin).</p>
		<p>ADDED binding on custom CSS of CMSMS (THANKS to <b>infusion</b> for some incipit information).</p>
		<p>UPDATED to FCKeditor 2.0 </p>
		</li>
		<li>
		<p>Version: 0.5</p>
		<p>Beta version for CMSMS 0.10.4 .</p>
		</li>
		<li>
		<p>Version: 0.4</p>
		<p>Original module code for FCKeditor 2 WYSIWYG textarea replacement tool.</p>
		</li>
		<li>
		<p>Author: Roberto Tagliento  &lt;megabob3@yahoo.it&gt;</p>
		<p>Converted for use with new CMS Module architecture.</p>
		</li>
		</ul>';

$lang['help'] = '<h3>What does this do?</h3>
    <p>Enables <b>FCKeditor</b> to be used as a WYSIWYG.</p>
    <h3>How do I use it?</h3>
    <p>Install it, then go to User Preferences and Set <b>FCKeditor</b> to be your wysiwyg of choice.</p>
    <p></p>
';

?>