Changeset 3351
- Timestamp:
- 02/06/15 19:14:38 (8 years ago)
- Location:
- plugins/lunarPhase/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/lunarPhase/trunk/_widgets.php
r3309 r3351 18 18 public static function initWidgets($w) 19 19 { 20 $w->create('lunarphase',__('Moon phases'),array('lunarPhasePublic','widget')); 20 $w->create('lunarphase',__('LunarPhase: moon phases'),array('lunarPhasePublic','widget'), 21 null, 22 __('Display the moon phases')); 21 23 $w->lunarphase->setting('title',__('Title:'),__('Moon phases')); 22 24 $w->lunarphase->setting('phase',__('Display actual phase of moon'),1,'check'); -
plugins/lunarPhase/trunk/locales/fr/main.po
r3350 r3351 11 11 12 12 msgid "Display the moon phases" 13 msgstr "Afficher les phases lunaire et autres données"13 msgstr "Afficher les phases de la Lune et autres données" 14 14 15 15 #: _public.php:84 … … 19 19 #: _public.php:91 20 20 msgid "Age of moon: %s days" 21 msgstr "Age de la lune : %s jours"21 msgstr "Age de la Lune : %s jours" 22 22 23 23 #: _public.php:98 … … 49 49 msgstr "Prévisions" 50 50 51 #: _widgets.php:21 51 #: _widgets.php:20 52 msgid "LunarPhase: moon phases" 53 msgstr "LunarPhase : phases de la Lune" 54 52 55 #: _widgets.php:22 53 56 msgid "Moon phases" 54 msgstr "Phases lunaires" 55 56 #: _widgets.php:23 57 msgid "Display actual phase of moon" 58 msgstr "Afficher la phase lunaire actuelle" 57 msgstr "Phases de la Lune" 59 58 60 59 #: _widgets.php:24 60 msgid "Display actual phase of moon" 61 msgstr "Afficher la phase actuelle de la Lune" 62 63 #: _widgets.php:25 61 64 msgid "Display actual illumination of moon" 62 65 msgstr "Afficher le taux d'illumination actuel de la Lune" 63 66 64 #: _widgets.php:2 567 #: _widgets.php:26 65 68 msgid "Display actual age of moon" 66 69 msgstr "Afficher l'âge actuel de la Lune" 67 70 68 #: _widgets.php:2 671 #: _widgets.php:27 69 72 msgid "Display actual distance between moon and earth" 70 73 msgstr "Afficher la distance actuelle entre la Terre et la Lune" 71 74 72 #: _widgets.php:2 775 #: _widgets.php:28 73 76 msgid "Display actual distance between moon and sun" 74 77 msgstr "Afficher la distance actuelle entre le Soleil et la Lune" 75 78 76 #: _widgets.php:2 879 #: _widgets.php:29 77 80 msgid "Display actual angle of moon" 78 81 msgstr "Afficher l'angle actuel de la Lune" 79 82 80 #: _widgets.php: 2983 #: _widgets.php:30 81 84 msgid "Display actual angle of sun" 82 85 msgstr "Afficher l'angle actuel du Soleil" 83 86 84 #: _widgets.php:3 087 #: _widgets.php:31 85 88 msgid "Display actual parallax of moon" 86 89 msgstr "Afficher la parallaxe actuelle de la Lune" 87 90 88 #: _widgets.php:3 191 #: _widgets.php:32 89 92 msgid "Display all previsions for the next moon phases" 90 93 msgstr "Afficher toutes les prévisions des prochaines lunaisons"
Note: See TracChangeset
for help on using the changeset viewer.