Dotclear

Changeset 378


Ignore:
Timestamp:
03/28/08 22:43:00 (16 years ago)
Author:
Moe
Message:

blocNotes : fixed english localization

Location:
plugins/blocNotes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/blocNotes/_admin.php

    r377 r378  
    2626     # dashboard 
    2727     if (isset($__dashboard_icons) && $core->auth->check('blocNotes',$core->blog->id)) { 
    28           $__dashboard_icons[] = array(__('Bloc-notes'),'plugin.php?p=blocNotes','index.php?pf=blocNotes/icon.png'); 
     28          $__dashboard_icons[] = array(__('Notebook'),'plugin.php?p=blocNotes','index.php?pf=blocNotes/icon.png'); 
    2929     } 
    3030     $core->addBehavior('adminDashboardIcons',array('blocNotes','adminDashboardIcons')); 
     
    3636     $core->addBehavior('adminPostHeaders',array('blocNotes','adminPostHeaders')); 
    3737 
    38      $_menu['Plugins']->addItem(__('Bloc-notes'), 
     38     $_menu['Plugins']->addItem(__('Notebook'), 
    3939     'plugin.php?p=blocNotes', 
    4040     'index.php?pf=blocNotes/icon.png', 
  • plugins/blocNotes/index.php

    r377 r378  
    4545<html> 
    4646<head> 
    47      <title><?php echo __('Bloc-notes'); ?></title> 
     47     <title><?php echo __('Notebook'); ?></title> 
    4848     <?php echo dcPage::jsPageTabs($default_tab); ?> 
    4949     <style type="text/css"> 
     
    5353<body> 
    5454 
    55      <h2><?php echo html::escapeHTML($core->blog->name).' &gt '.__('Bloc-notes'); ?></h2> 
     55     <h2><?php echo html::escapeHTML($core->blog->name).' &gt '.__('Notebook'); ?></h2> 
    5656 
    5757     <?php  
  • plugins/blocNotes/lib.blocNotes.php

    r377 r378  
    2626          public static function adminDashboardIcons(&$core, &$icons) 
    2727          { 
    28                $icons['blocNotes'] = array(__('Bloc-notes'),'plugin.php?p=blocNotes', 
     28               $icons['blocNotes'] = array(__('Notebook'),'plugin.php?p=blocNotes', 
    2929                    'index.php?pf=blocNotes/icon.png'); 
    3030          } 
  • plugins/blocNotes/locales/fr/main.lang.php

    r377 r378  
    88# index.php:55 
    99# lib.blocNotes.php:28 
    10 $GLOBALS['__l10n']['Bloc-notes']='Bloc-notes'; 
     10$GLOBALS['__l10n']['Notebook']='Bloc-notes'; 
    1111 
    1212# index.php:41 
Note: See TracChangeset for help on using the changeset viewer.

Sites map