Changeset 3336
- Timestamp:
- 01/23/15 20:54:31 (9 years ago)
- Location:
- plugins/topWriter
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/topWriter/CHANGELOG
r3332 r3336 2 2 =========================================================== 3 3 * literal rank of writer depending of num of com 4 5 topWriter 0.6 - 23-01-2015 - Pierre Van Glabeke 6 =========================================================== 7 * Modifications locales pour widget 4 8 5 9 topWriter 0.5 - 19-01-2015 - Pierre Van Glabeke -
plugins/topWriter/_define.php
r3333 r3336 26 26 "Jean-Christian Denis, Pierre Van Glabeke", 27 27 /* Version */ 28 '0. 5',28 '0.6', 29 29 array( 30 30 'permissions' => 'admin', -
plugins/topWriter/_widgets.php
r3332 r3336 24 24 public static function init($w) 25 25 { 26 #Top comments widget 26 27 $w->create( 27 28 'topcom', 28 __('Top comments'),29 __('Top Writer: top comments'), 29 30 array('topWriterWidget', 'topCom'), 30 31 null, … … 93 94 $w->topcom->setting('offline',__('Offline'),0,'check'); 94 95 96 #Top entries widget 95 97 $w->create( 96 98 'toppost', 97 __('Top entries'),99 __('Top Writer: top entries'), 98 100 array('topWriterWidget', 'topPost'), 99 101 null, -
plugins/topWriter/locales/fr/main.po
r3333 r3336 11 11 12 12 #: _widgets.php:26 13 msgid "Top Writer: top comments" 14 msgstr "Top Writer : top commentaires" 15 13 16 #: _widgets.php:34 14 17 msgid "Top comments" … … 58 61 msgstr "Exclure de la liste les auteurs de billets" 59 62 60 #: _widgets.php:103 63 #: _widgets.php:99 64 msgid "Top Writer: top entries" 65 msgstr "Top Writer : top billets" 66 61 67 #: _widgets.php:111 62 68 msgid "Top entries"
Note: See TracChangeset
for help on using the changeset viewer.