Dotclear

Changeset 2844


Ignore:
Timestamp:
01/10/11 14:01:11 (13 years ago)
Author:
Tomtom33
Message:

myLocation 0.1.3:

  • Fixed CSS overwrite
  • Updated fr locale
Location:
plugins/myLocation/trunk
Files:
3 edited

Legend:

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

    r2843 r2844  
    1515          /* Description*/         "Display your current location", 
    1616          /* Author */             "Tomtom (http://blog.zenstyle.fr)", 
    17           /* Version */            '0.1.2', 
     17          /* Version */            '0.1.3', 
    1818          /* Permissions */        'usage,contentadmin' 
    1919); 
  • plugins/myLocation/trunk/_public.php

    r2843 r2844  
    3030     { 
    3131          $js = $core->blog->getQMarkURL().'pf='.basename(dirname(__FILE__)).'/js/post.js'; 
    32           $css = $core->blog->getQMarkURL().'pf='.basename(dirname(__FILE__)).'/style.css'; 
     32          $css = 
     33               $core->blog->settings->myLocation->css === '' ?  
     34               $core->blog->getQMarkURL().'pf='.basename(dirname(__FILE__)).'/style.css' :  
     35               $core->blog->settings->myLocation->css; 
    3336           
    3437          echo $core->blog->settings->myLocation->enable ? 
  • plugins/myLocation/trunk/locales/fr/main.po

    r2843 r2844  
    11# Language: Français 
    2 # Module: myLocation - 0.1.2 
    3 # Date: 2011-01-10 12:17:41 
     2# Module: myLocation - 0.1.3 
     3# Date: 2011-01-10 13:03:44 
    44# Translated with translater 1.5 
    55 
     
    77msgstr "" 
    88"Content-Type: text/plain; charset=UTF-8\n" 
    9 "Project-Id-Version: myLocation 0.1.2\n" 
     9"Project-Id-Version: myLocation 0.1.3\n" 
    1010"POT-Creation-Date: \n" 
    11 "PO-Revision-Date: 2011-01-10T12:17:41+00:00\n" 
     11"PO-Revision-Date: 2011-01-10T13:03:44+00:00\n" 
    1212"Last-Translator: Tomtom\n" 
    1313"Language-Team: \n" 
     
    2121msgstr "myLocation" 
    2222 
    23 #: _public.php:38 
     23#: _public.php:41 
    2424msgid "Add my location" 
    2525msgstr "Ajouter ma localisation" 
    2626 
    27 #: _public.php:39 
     27#: _public.php:42 
    2828msgid "Searching..." 
    2929msgstr "Recherche..." 
    3030 
    31 #: _public.php:40 
     31#: _public.php:43 
    3232msgid "Permission denied by your browser" 
    3333msgstr "Permission refusé par votre navigateur" 
    3434 
    35 #: _public.php:41 
     35#: _public.php:44 
    3636msgid "You location is currently unavailable. Please, try later" 
    3737msgstr "Votre localisation actuelle est indisponible. Merci de réessayer plus tard" 
    3838 
    39 #: _public.php:42 
     39#: _public.php:45 
    4040msgid "You location is currently unavailable for the choosen accuracy" 
    4141msgstr "Votre localisation actuelle est indisponible pour le niveau de précision demandé" 
     
    105105msgstr "Précision de la géo localisation" 
    106106 
    107 msgid "Geolocation" 
    108 msgstr "Géo localisation" 
    109  
Note: See TracChangeset for help on using the changeset viewer.

Sites map