Dotclear

Changeset 374 for plugins/blocNotes


Ignore:
Timestamp:
03/26/08 22:50:31 (16 years ago)
Author:
Moe
Message:

Bloc-Notes : french localization

Location:
plugins/blocNotes
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/blocNotes/index.php

    r369 r374  
    6565          <form method="post" action="<?php echo http::getSelfURI(); ?>"> 
    6666               <fieldset> 
    67                     <legend><?php echo(__('Text')); ?></legend> 
    68                     <?php echo(blocNotes::textarea()); ?> 
     67                    <legend><?php echo(__('Personal text, writable by you only')); ?></legend> 
     68                    <?php echo(blocNotes::textarea('personal')); ?> 
    6969               </fieldset> 
     70               <fieldset> 
     71                    <legend><?php echo(__('Blog-specific text, all the users can edit it')); ?></legend> 
     72                    <?php echo(blocNotes::textarea('blog')); ?> 
     73               </fieldset> 
     74               <p><?php echo __('These texts will be readable by all the users, don&#39;t write some'); ?></p> 
    7075 
    7176               <p><?php echo $core->formNonce(); ?></p> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map