| 1 |
<?php |
<?php |
| 2 |
// $Id: fckeditor.help.inc,v 1.1.2.16 2009/08/05 20:04:08 jorrit Exp $ |
// $Id: fckeditor.help.inc,v 1.1.2.17 2009/10/22 20:35:18 jorrit Exp $ |
| 3 |
/** |
/** |
| 4 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net |
| 5 |
* Copyright (C) 2003-2008 Frederico Caldeira Knabben |
* Copyright (C) 2003-2008 Frederico Caldeira Knabben |
| 55 |
$output = |
$output = |
| 56 |
'<p>'. t('The FCKeditor module allows Drupal to replace textarea fields with a rich text or !wysiwyg editor. This editor brings many of the powerful functionalities of known desktop editors like Word to the web. It\'s relatively lightweight and doesn\'t require any kind of installation on the client computer.', |
'<p>'. t('The FCKeditor module allows Drupal to replace textarea fields with a rich text or !wysiwyg editor. This editor brings many of the powerful functionalities of known desktop editors like Word to the web. It\'s relatively lightweight and doesn\'t require any kind of installation on the client computer.', |
| 57 |
array( |
array( |
| 58 |
'!wysiwyg' => '<acronym title="'.t('What You See Is What You Get').'">'.t('WYSIWYG').'</acronym>', |
'!wysiwyg' => '<acronym title="'. t('What You See Is What You Get') .'">'. t('WYSIWYG') .'</acronym>', |
| 59 |
)) .'</p>'. |
)) .'</p>'. |
| 60 |
'<p>'. t('More information about the editor is located at the !fckeditorlink. A small user guide is located at !userguidelink.', |
'<p>'. t('More information about the editor is located at the !fckeditorlink. A small user guide is located at !userguidelink.', |
| 61 |
array( |
array( |
| 73 |
case 'admin/help#fckeditor': |
case 'admin/help#fckeditor': |
| 74 |
$output = '<p>'. t('The FCKeditor module allows Drupal to replace textarea fields with a rich text or !wysiwyg editor. This editor brings many of the powerful functionalities of known desktop editors like Word to the web. It\'s relatively lightweight and doesn\'t require any kind of installation on the client computer.', |
$output = '<p>'. t('The FCKeditor module allows Drupal to replace textarea fields with a rich text or !wysiwyg editor. This editor brings many of the powerful functionalities of known desktop editors like Word to the web. It\'s relatively lightweight and doesn\'t require any kind of installation on the client computer.', |
| 75 |
array( |
array( |
| 76 |
'!wysiwyg' => '<acronym title="'.t('What You See Is What You Get').'">'.t('WYSIWYG').'</acronym>', |
'!wysiwyg' => '<acronym title="'. t('What You See Is What You Get') .'">'. t('WYSIWYG') .'</acronym>', |
| 77 |
)) .'</p>'; |
)) .'</p>'; |
| 78 |
$output .= '<p>'. t('More information about the editor is located at the !fckeditorlink. A small user guide is located at !userguidelink.', |
$output .= '<p>'. t('More information about the editor is located at the !fckeditorlink. A small user guide is located at !userguidelink.', |
| 79 |
array( |
array( |
| 90 |
$output .= '<li>'. t('Enable the module as usual from Drupal\'s admin pages.') .'</li>'; |
$output .= '<li>'. t('Enable the module as usual from Drupal\'s admin pages.') .'</li>'; |
| 91 |
$output .= '<li>'. t('Grant permissions for use of FCKeditor in !adminpath. See the @sectionname section how to enable the file browser feature.', |
$output .= '<li>'. t('Grant permissions for use of FCKeditor in !adminpath. See the @sectionname section how to enable the file browser feature.', |
| 92 |
array( |
array( |
| 93 |
'!adminpath' => l(t('Administer').' > '.t('User management').' > '.t('Permissions'), 'admin/user/permissions'), |
'!adminpath' => l(t('Administer') .' > '. t('User management') .' > '. t('Permissions'), 'admin/user/permissions'), |
| 94 |
'@sectionname' => t('How to enable the built-in file browser'), |
'@sectionname' => t('How to enable the built-in file browser'), |
| 95 |
)) .'</li>'; |
)) .'</li>'; |
| 96 |
$output .= '<li>'. t('Under !adminpath, adjust the fckeditor profiles. In each profile you can choose which textareas will be replaced by FCKeditor, select default toolbar and configure some more advanced settings.', |
$output .= '<li>'. t('Under !adminpath, adjust the fckeditor profiles. In each profile you can choose which textareas will be replaced by FCKeditor, select default toolbar and configure some more advanced settings.', |