Dotclear


Ignore:
Timestamp:
10/06/13 00:49:10 (12 years ago)
Author:
Lepeltier kévin <kevin@…>
Branch:
widgets
Message:

widgets : Quelque correction de traduction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/widgets/_default_widgets.php

    r2398 r2402  
    5757$__widgets->categories->advanced_setting('class',__('CSS class:'),''); 
    5858 
    59 $__widgets->create('subscribe',__('Subscribe links'),array('defaultWidgets','subscribe'),null,'RSS or Atom feed subscription links'); 
     59$__widgets->create('subscribe',__('Subscribe links'),array('defaultWidgets','subscribe'),null,'Feed subscription links (RSS or Atom)'); 
    6060$__widgets->subscribe->setting('title',__('Title (optional)').' :',__('Subscribe')); 
    6161$__widgets->subscribe->setting('type',__('Feeds type:'),'atom','combo',array('Atom' => 'atom', 'RSS' => 'rss2')); 
     
    6565$__widgets->subscribe->advanced_setting('class',__('CSS class:'),''); 
    6666 
    67 $__widgets->create('feed',__('Feed reader'),array('defaultWidgets','feed'),null,'Last entries from feed ( RSS or Atom )'); 
     67$__widgets->create('feed',__('Feed reader'),array('defaultWidgets','feed'),null,'List of last entries from feed (RSS or Atom)'); 
    6868$__widgets->feed->setting('title',__('Title (optional)').' :',__('Somewhere else')); 
    6969$__widgets->feed->setting('url',__('Feed URL:'),''); 
     
    100100$__widgets->lastposts->advanced_setting('class',__('CSS class:'),''); 
    101101 
    102 $__widgets->create('lastcomments',__('Last comments'),array('defaultWidgets','lastcomments'),null,'List of last comments posted'); 
     102$__widgets->create('lastcomments',__('Last comments'),array('defaultWidgets','lastcomments'),null,'List of last comments published'); 
    103103$__widgets->lastcomments->setting('title',__('Title (optional)').' :',__('Last comments')); 
    104104$__widgets->lastcomments->setting('limit',__('Comments limit:'),10); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map