Changeset 3393
- Timestamp:
- 04/03/16 13:32:49 (7 years ago)
- Location:
- plugins/clock
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/clock/_define.php
r3320 r3393 24 24 /* Description*/ "Display the date of a time zone with the strftime() format in a widget", 25 25 /* Author */ "Moe (http://gniark.net/)", 26 /* Version */ '1. 3',26 /* Version */ '1.4', 27 27 /* Properties */ 28 28 array( 29 29 'permissions' => 'admin', 30 30 'type' => 'plugin', 31 'dc_min' => '2. 7',31 'dc_min' => '2.8', 32 32 'support' => 'http://lab.dotclear.org/wiki/plugin/clock', 33 33 'details' => 'http://plugins.dotaddict.org/dc2/details/clock' -
plugins/clock/_widgets.php
r3320 r3393 29 29 $tz = $GLOBALS['core']->blog->settings->system->blog_timezone; 30 30 31 $w->create('Clock',__('Clock'),array('publicClock','Show')); 31 $w->create('Clock',__('Clock'),array('publicClock','Show'), 32 null, 33 __('Display the date of a time zone')); 32 34 33 35 $w->Clock->setting('title',__('Title:').' ('.__('optional').')', -
plugins/clock/locales/fr/main.po
r3320 r3393 14 14 msgid "Clock" 15 15 msgstr "Horloge" 16 17 msgid "Display the date of a time zone with the strftime() format in a widget" 18 msgstr "Affichez la date d'un fuseau horaire avec le format strftime () dans un widget" 19 20 msgid "Display the date of a time zone" 21 msgstr "Afficher la date d'un fuseau horaire" 16 22 17 23 #: _widget.php:37 … … 36 42 37 43 msgid "Format (see <a href="%1$s" %2$s>PHP strftime function</a>) (HMS display dynamically %%H:%%M:%%S):" 38 msgstr "Format (voir la <a href="%1$s" %2$s>fonction strftime de PHP</a>) (HMS affiche dynamiquement %%H:%%M:%%S) 44 msgstr "Format (voir la <a href="%1$s" %2$s>fonction strftime de PHP</a>) (HMS affiche dynamiquement %%H:%%M:%%S) :" 39 45 40 46 msgid "Local time in %s"
Note: See TracChangeset
for help on using the changeset viewer.