Dotclear

Changeset 2687


Ignore:
Timestamp:
10/01/10 00:52:02 (12 years ago)
Author:
Tomtom33
Message:

lunarPhase 1.1-RC3:

  • timezone support
  • locale
Location:
plugins/lunarPhase/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/lunarPhase/trunk/_define.php

    r2684 r2687  
    1717          /* Description */        'Display the moon phases', 
    1818          /* Author */             'Tomtom (http://blog.zenstyle.fr)', 
    19           /* Verion */             '1.1-RC2', 
     19          /* Verion */             '1.1-RC3', 
    2020          /* Premission */         'usage,contentadmin' 
    2121); 
  • plugins/lunarPhase/trunk/_public.php

    r2684 r2687  
    174174          $format = $GLOBALS['core']->blog->settings->system->date_format.' - '; 
    175175          $format .= $GLOBALS['core']->blog->settings->system->time_format; 
     176          $tz = $GLOBALS['core']->blog->settings->system->blog_timezone; 
    176177           
    177178          switch ($type) { 
     
    186187                    break; 
    187188               case 'date': 
    188                     $res = dt::str($format,$value); 
     189                    $res = dt::str($format,$value,$tz); 
    189190                    break; 
    190191               case 'deg': 
  • plugins/lunarPhase/trunk/inc/class.lunarphase.php

    r2684 r2687  
    164164          ); 
    165165          $this->previsions['last_quarter_moon'] = array( 
    166                'name' => __('Last qurter moon'), 
     166               'name' => __('Last quarter moon'), 
    167167               'date' => $start + $ts_synodic * 3 / 4 
    168168          ); 
  • plugins/lunarPhase/trunk/locales/fr/main.po

    r2683 r2687  
    11# Language: Français 
    2 # Module: lunarPhase - 1.1 
    3 # Date: 2010-09-30 06:18:51 
     2# Module: lunarPhase - 1.1-RC2 
     3# Date: 2010-09-30 22:49:45 
    44# Translated with translater 1.5 
    55 
     
    77msgstr "" 
    88"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" 
    1010"POT-Creation-Date: \n" 
    11 "PO-Revision-Date: 2010-09-30T06:18:51+00:00\n" 
     11"PO-Revision-Date: 2010-09-30T22:49:45+00:00\n" 
    1212"Last-Translator: Thomas Bouron\n" 
    1313"Language-Team: \n" 
     
    1515"Content-Transfer-Encoding: 8bit\n" 
    1616 
    17 #: _public.php:80 
     17#: _public.php:84 
    1818msgid "Illumination: %s%%" 
    19 msgstr "Illumination %s%%" 
     19msgstr "Illumination: %s%%" 
    2020 
    21 #: _public.php:87 
     21#: _public.php:91 
    2222msgid "Age of moon: %s days" 
    2323msgstr "Age de la lune: %s jours" 
    2424 
    25 #: _public.php:94 
     25#: _public.php:98 
    2626msgid "Distance to earth: %s km" 
    2727msgstr "Distance à la terre: %s km" 
    2828 
    29 #: _public.php:101 
     29#: _public.php:105 
    3030msgid "Distance to sun: %s km" 
    3131msgstr "Distance au soleil: %s km" 
    3232 
    33 #: _public.php:108 
     33#: _public.php:112 
    3434msgid "Angle of moon: %s deg" 
    3535msgstr "Angle de la lune: %s deg" 
    3636 
    37 #: _public.php:115 
     37#: _public.php:119 
    3838msgid "Angle of sun: %s deg" 
    3939msgstr "Angle du soleil: %s deg" 
    4040 
    41 #: _public.php:122 
     41#: _public.php:126 
    4242msgid "Parallax: %s deg" 
    4343msgstr "Parallaxe: %s deg" 
    4444 
    45 #: _public.php:129 
     45#: _public.php:133 
    4646msgid "In live" 
    4747msgstr "En direct" 
    4848 
    49 #: _public.php:148 
     49#: _public.php:159 
    5050msgid "Previsions" 
    5151msgstr "Prévisions" 
     
    9393 
    9494#: inc/class.lunarphase.php:107 
     95#: inc/class.lunarphase.php:174 
    9596msgid "New moon" 
    9697msgstr "Nouvelle lune" 
    9798 
    9899#: inc/class.lunarphase.php:111 
     100#: inc/class.lunarphase.php:146 
    99101msgid "Waxing crescent moon" 
    100102msgstr "Lune croissante" 
    101103 
    102104#: inc/class.lunarphase.php:115 
     105#: inc/class.lunarphase.php:150 
    103106msgid "First quarter moon" 
    104107msgstr "Premier quartier" 
    105108 
    106109#: inc/class.lunarphase.php:119 
     110#: inc/class.lunarphase.php:154 
    107111msgid "Waxing gibbous moon" 
    108112msgstr "Lune gibbeuse croissante" 
    109113 
    110114#: inc/class.lunarphase.php:123 
     115#: inc/class.lunarphase.php:158 
    111116msgid "Full moon" 
    112117msgstr "Pleine lune" 
    113118 
    114119#: inc/class.lunarphase.php:127 
     120#: inc/class.lunarphase.php:162 
    115121msgid "Waning gibbous moon" 
    116122msgstr "Lune gibbeuse décroissante" 
    117123 
    118124#: inc/class.lunarphase.php:131 
     125#: inc/class.lunarphase.php:166 
    119126msgid "Last quarter moon" 
    120127msgstr "Dernier quartier" 
    121128 
    122129#: inc/class.lunarphase.php:135 
     130#: inc/class.lunarphase.php:170 
    123131msgid "Waning crescent moon" 
    124132msgstr "Lune décroissante" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map