Changeset 2402:621189e9a7e7 for plugins/widgets
- Timestamp:
- 10/06/13 00:49:10 (12 years ago)
- Branch:
- widgets
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/_default_widgets.php
r2398 r2402 57 57 $__widgets->categories->advanced_setting('class',__('CSS class:'),''); 58 58 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)'); 60 60 $__widgets->subscribe->setting('title',__('Title (optional)').' :',__('Subscribe')); 61 61 $__widgets->subscribe->setting('type',__('Feeds type:'),'atom','combo',array('Atom' => 'atom', 'RSS' => 'rss2')); … … 65 65 $__widgets->subscribe->advanced_setting('class',__('CSS class:'),''); 66 66 67 $__widgets->create('feed',__('Feed reader'),array('defaultWidgets','feed'),null,'L ast 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)'); 68 68 $__widgets->feed->setting('title',__('Title (optional)').' :',__('Somewhere else')); 69 69 $__widgets->feed->setting('url',__('Feed URL:'),''); … … 100 100 $__widgets->lastposts->advanced_setting('class',__('CSS class:'),''); 101 101 102 $__widgets->create('lastcomments',__('Last comments'),array('defaultWidgets','lastcomments'),null,'List of last comments p osted');102 $__widgets->create('lastcomments',__('Last comments'),array('defaultWidgets','lastcomments'),null,'List of last comments published'); 103 103 $__widgets->lastcomments->setting('title',__('Title (optional)').' :',__('Last comments')); 104 104 $__widgets->lastcomments->setting('limit',__('Comments limit:'),10);
Note: See TracChangeset
for help on using the changeset viewer.