Changeset 2687
- Timestamp:
- 10/01/10 00:52:02 (12 years ago)
- Location:
- plugins/lunarPhase/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/lunarPhase/trunk/_define.php
r2684 r2687 17 17 /* Description */ 'Display the moon phases', 18 18 /* Author */ 'Tomtom (http://blog.zenstyle.fr)', 19 /* Verion */ '1.1-RC 2',19 /* Verion */ '1.1-RC3', 20 20 /* Premission */ 'usage,contentadmin' 21 21 ); -
plugins/lunarPhase/trunk/_public.php
r2684 r2687 174 174 $format = $GLOBALS['core']->blog->settings->system->date_format.' - '; 175 175 $format .= $GLOBALS['core']->blog->settings->system->time_format; 176 $tz = $GLOBALS['core']->blog->settings->system->blog_timezone; 176 177 177 178 switch ($type) { … … 186 187 break; 187 188 case 'date': 188 $res = dt::str($format,$value );189 $res = dt::str($format,$value,$tz); 189 190 break; 190 191 case 'deg': -
plugins/lunarPhase/trunk/inc/class.lunarphase.php
r2684 r2687 164 164 ); 165 165 $this->previsions['last_quarter_moon'] = array( 166 'name' => __('Last qu rter moon'),166 'name' => __('Last quarter moon'), 167 167 'date' => $start + $ts_synodic * 3 / 4 168 168 ); -
plugins/lunarPhase/trunk/locales/fr/main.po
r2683 r2687 1 1 # Language: Français 2 # Module: lunarPhase - 1.1 3 # Date: 2010-09-30 06:18:512 # Module: lunarPhase - 1.1-RC2 3 # Date: 2010-09-30 22:49:45 4 4 # Translated with translater 1.5 5 5 … … 7 7 msgstr "" 8 8 "Content-Type: text/plain; charset=UTF-8\n" 9 "Project-Id-Version: lunarPhase 1.1 \n"9 "Project-Id-Version: lunarPhase 1.1-RC2\n" 10 10 "POT-Creation-Date: \n" 11 "PO-Revision-Date: 2010-09-30T 06:18:51+00:00\n"11 "PO-Revision-Date: 2010-09-30T22:49:45+00:00\n" 12 12 "Last-Translator: Thomas Bouron\n" 13 13 "Language-Team: \n" … … 15 15 "Content-Transfer-Encoding: 8bit\n" 16 16 17 #: _public.php:8 017 #: _public.php:84 18 18 msgid "Illumination: %s%%" 19 msgstr "Illumination %s%%"19 msgstr "Illumination: %s%%" 20 20 21 #: _public.php: 8721 #: _public.php:91 22 22 msgid "Age of moon: %s days" 23 23 msgstr "Age de la lune: %s jours" 24 24 25 #: _public.php:9 425 #: _public.php:98 26 26 msgid "Distance to earth: %s km" 27 27 msgstr "Distance à la terre: %s km" 28 28 29 #: _public.php:10 129 #: _public.php:105 30 30 msgid "Distance to sun: %s km" 31 31 msgstr "Distance au soleil: %s km" 32 32 33 #: _public.php:1 0833 #: _public.php:112 34 34 msgid "Angle of moon: %s deg" 35 35 msgstr "Angle de la lune: %s deg" 36 36 37 #: _public.php:11 537 #: _public.php:119 38 38 msgid "Angle of sun: %s deg" 39 39 msgstr "Angle du soleil: %s deg" 40 40 41 #: _public.php:12 241 #: _public.php:126 42 42 msgid "Parallax: %s deg" 43 43 msgstr "Parallaxe: %s deg" 44 44 45 #: _public.php:1 2945 #: _public.php:133 46 46 msgid "In live" 47 47 msgstr "En direct" 48 48 49 #: _public.php:1 4849 #: _public.php:159 50 50 msgid "Previsions" 51 51 msgstr "Prévisions" … … 93 93 94 94 #: inc/class.lunarphase.php:107 95 #: inc/class.lunarphase.php:174 95 96 msgid "New moon" 96 97 msgstr "Nouvelle lune" 97 98 98 99 #: inc/class.lunarphase.php:111 100 #: inc/class.lunarphase.php:146 99 101 msgid "Waxing crescent moon" 100 102 msgstr "Lune croissante" 101 103 102 104 #: inc/class.lunarphase.php:115 105 #: inc/class.lunarphase.php:150 103 106 msgid "First quarter moon" 104 107 msgstr "Premier quartier" 105 108 106 109 #: inc/class.lunarphase.php:119 110 #: inc/class.lunarphase.php:154 107 111 msgid "Waxing gibbous moon" 108 112 msgstr "Lune gibbeuse croissante" 109 113 110 114 #: inc/class.lunarphase.php:123 115 #: inc/class.lunarphase.php:158 111 116 msgid "Full moon" 112 117 msgstr "Pleine lune" 113 118 114 119 #: inc/class.lunarphase.php:127 120 #: inc/class.lunarphase.php:162 115 121 msgid "Waning gibbous moon" 116 122 msgstr "Lune gibbeuse décroissante" 117 123 118 124 #: inc/class.lunarphase.php:131 125 #: inc/class.lunarphase.php:166 119 126 msgid "Last quarter moon" 120 127 msgstr "Dernier quartier" 121 128 122 129 #: inc/class.lunarphase.php:135 130 #: inc/class.lunarphase.php:170 123 131 msgid "Waning crescent moon" 124 132 msgstr "Lune décroissante"
Note: See TracChangeset
for help on using the changeset viewer.