[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/FCKeditorX/lang/ -> en_US.php (source)

   1  <?php
   2  $lang['friendlyname'] = 'FCKeditorX';
   3  $lang['postinstall'] = 'Be sure to set "Modify FCKeditorX" permissions to use this module!';
   4  $lang['postuninstall'] = 'FCKeditorX is now uninstalled';
   5  $lang['uninstalled'] = 'Module Uninstalled.';
   6  $lang['installed'] = 'Module version %s installed.';
   7  $lang['prefsupdated'] = 'Module preferences updated.';
   8  $lang['accessdenied'] = 'Access Denied. Please check your permissions.';
   9  $lang['error'] = 'Error!';
  10  $lang['upgraded'] = 'Module upgraded to version %s.';
  11  $lang['title_mod_prefs'] = 'Module Preferences';
  12  $lang['title_mod_admin'] = 'Module Admin Panel';
  13  $lang['moddescription'] = 'A WYSIWYG editor that allows formatting of page content without HTML knowledge';
  14  $lang['title_admin_panel'] = 'FCKeditorX Module';
  15  $lang['welcome_text'] = '<p>..Welcome..</p>';
  16  
  17  $lang['skin_text'] = 'Select skin';
  18  $lang['lang_text'] = 'Use CMS Language settings';
  19  $lang['bg_text'] = 'Background color';
  20  $lang['bg_help'] = 'leave BLANK or set DEFAULT  for use PAGE CSS';
  21  $lang['bg_css_text'] = 'Body tag CSS';
  22  $lang['bg_css_help'] = 'leave BLANK or set DEFAULT  for use PAGE CSS';
  23  $lang['importallstyles_text'] = 'Import all styles';
  24  $lang['importallstyles_warning'] = 'This means ignoring the specified styles in the admin-box, and can potentially render the styles dropdown unusable. Please test!';
  25  $lang['xhtml_text'] = 'Enable XHTML Formatting';
  26  $lang['context_text'] = 'Enable context menu';
  27  $lang['context_help'] = 'right click on HMTL object';
  28  $lang['settings'] = 'Settings';
  29  $lang['styles'] = 'Styles';
  30  
  31  $lang['info4toolbars'] = 'Paste toolbars code, like FCKeditor project teach.';
  32  $lang['info4styles'] = 'Paste styles from your template\'s stylesheet(s) that you want to have avilable from the WYSIWYG\'s drop-down style
  33  menu.<br/>In order to see the applied styles in the textarea the same styles MUST exist in the stylesheet for the template for
  34  that page.';
  35  
  36  $lang['width_text'] = 'Width';
  37  $lang['width_help'] = 'width of WYSIWYG';
  38  
  39  $lang['height_text'] = 'Height';
  40  $lang['height_help'] = 'height in pixel of WYSIWYG';
  41  
  42  $lang['toolbar_text'] = 'Toolbar';
  43  $lang['toolbar_help'] = 'Choose the default toolbar.';
  44  $lang['update'] = 'Update';
  45  $lang['toolbar_updated'] = 'Toolbar updated.';
  46  $lang['styles_updated'] = 'Styles updated.';
  47  $lang['setting_updated'] = 'Setting updated.';
  48  
  49  $lang['help_name'] = 'Identity name of WYSIWYG, not optional.';
  50  $lang['help_content'] = 'CONTENT of WYSIWYG that must be loaded.';
  51  $lang['help_toolbar'] = 'What TOOLBAR must be loaded into WYSIWYG.';
  52  $lang['help_context'] = '1/0, set if enable the mouse right click.';
  53  $lang['help_skin'] = 'What SKIN must have the WYSIWYG.';
  54  
  55  $lang['changelog'] = '<ul>
  56          <li>
  57          <p>Version: 1.0.1</p>
  58          <p>Updated to FCKeditor 2.3.1</p>
  59          </li>
  60          <li>
  61          <p>Version: 1.0</p>
  62          <p>REMOVED all JAVASCRIPT for manage RELATIVE PATH.</p>
  63          </li>
  64          <li>
  65          <p>Version: 0.9</p>
  66          <p>IMPROVED techinal approach on some solution .</p>
  67          <p>UPDATED to FCKeditor 2.2 </p>
  68          <p>ADD with and height setting </p>
  69          <p>ADD possibility to set custom TOOLBAR (alpha version) </p>
  70          <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>
  71          <p>Version for CMSMS 0.10.SVN .</p>
  72          </li>
  73          <li>
  74          <p>Version: 0.8</p>
  75          <p>IMPROVED techinal approach on some solution .</p>
  76          <p>UPDATED to FCKeditor 2.1.1 </p>
  77          <p>ADD the possibility to SET background COLOR</p>
  78          <p>Version for CMSMS 0.10.SVN .</p>
  79          </li>
  80          <li>
  81          <p>Version: 0.7</p>
  82          <p>FIXED bugs and improved configuration functionalities.</p>
  83          <p>Version for CMSMS 0.10.SVN .</p>
  84          </li>
  85          <li>
  86          <p>Version: 0.6</p>
  87          <p>FIXED destination of uploads.</p>
  88          <p>Version for CMSMS 0.10.SVN .</p>
  89          <p>ADDED plugin for INTERNAL link of CMSMS (THANKS!!! to <b>Woudloper</b> for the plugin).</p>
  90          <p>ADDED binding on custom CSS of CMSMS (THANKS to <b>infusion</b> for some incipit information).</p>
  91          <p>UPDATED to FCKeditor 2.0 </p>
  92          </li>
  93          <li>
  94          <p>Version: 0.5</p>
  95          <p>Beta version for CMSMS 0.10.4 .</p>
  96          </li>
  97          <li>
  98          <p>Version: 0.4</p>
  99          <p>Original module code for FCKeditor 2 WYSIWYG textarea replacement tool.</p>
 100          </li>
 101          <li>
 102          <p>Author: Roberto Tagliento  &lt;megabob3@yahoo.it&gt;</p>
 103          <p>Converted for use with new CMS Module architecture.</p>
 104          </li>
 105          </ul>';
 106  
 107  $lang['help'] = '<h3>What does this do?</h3>
 108      <p>Enables <b>FCKeditor</b> to be used as a WYSIWYG.</p>
 109      <h3>How do I use it?</h3>
 110      <p>Install it, then go to User Preferences and Set <b>FCKeditor</b> to be your wysiwyg of choice.</p>
 111      <p></p>
 112  ';
 113  
 114  ?>


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7