Plugin Directory

Changeset 1191792


Ignore:
Timestamp:
07/03/2015 12:47:52 PM (11 years ago)
Author:
guibalg
Message:

mise a jour du fichier readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • webtimer-plw/trunk/readme.txt

    r1190659 r1191792  
    88License: GPLv2 or later
    99
     10WebTimer vous permet de retarder l'affichage d'un contenu d'une page web pedant un temps prédéfini.
     11Il vous permet également de masquer un contenu après un temps prédéfini .
     12
    1013WebTimer allows you to delay the display of content for your Website.
    1114It also allows you to hide a content after a predefined time.
    1215
    1316== Description ==
     17
     18Francais:
     19WebTimer vous propose deux fonctionnalités pour la mise en page de vos page web.
     20La premiere fonctionnalité vous permet d'afficher un contenu au bout d'un temps prédéfini.
     21La deuxième fonctionnalité vous permet de cacher un contenu après un temps prédéfini.
     22
     23Deux shortcode permettent d'executer ces fonctionnalités.[WebTimer_Delay][/WebTimer_Delay] et [WebTimer_Hide][/WebTimer_Hide]
     24
     25->  [WebTimer_Delay][/WebTimer_Delay]
     26    [ WebTimer_Delay time="1m20s"] Votre contenu [/WebTimer_Delay ] Ce chortcode vous permet d'afficher votre contenu au bout d'un temps prédéfini.
     27    La variable "time" prend en paramètre un temps : avec "m" pour minute et "s" pour seconde.
     28
     29    Exemple d'utilisation :
     30    [WebTimer_Delay time="1m20s"] Ce texte sera affiché au bout de 1 minutes et 20 secondes. [/WebTimer_Delay]
     31    Lorsque la page Web contenant ce shortcode a terminé son rafraichissement , cette phrase apparaît au bout d'une minute et vingt secondes .
     32
     33
     34->  [WebTimer_Hide][/WebTimer_Hide]
     35    [ WebTimer_Delay time="5m30s"] Votre contenu [/WebTimer_Delay ] Ce chortcode vous permet de cacher votre contenu au bout d'un temps prédéfini.
     36    La variable "time" prend en paramètre un temps : avec "m" pour minute et "s" pour seconde.
     37
     38    Exemple d'utilisation :
     39    [WebTimer_Hide time="5m30s"] Ce texte sera caché au bout de 5 minutes et 30 secondes [/WebTimer_Hide]
     40    Lorsque la page Web contenant ce shortcode a terminé son rafraichissement , cette phrase apparaît au bout de cinq minutes et vingt secondes .
     41
     42
     43
     44English :
    1445WebTimer allows you to delay the display of content for your Website.
    1546It also allows you to hide a content after a predefined time.
     
    1748Two shortcodes allow you to run both features :
    1849
    19 -> [ WebTimer_Delay time = \"1m20s\"] Your content [ / WebTimer_Delay ] This shortcode allows you to view your content after a predefined time.
    20    The variable "time" take time parameter : with \"m\" for minute and \"s\" for second.
     50-> [ WebTimer_Delay time = "1m20s"] Your content [ / WebTimer_Delay ] This shortcode allows you to view your content after a predefined time.
     51    The variable "time" take time parameter : with "m" for minute and "s" for second.
    2152
    22    Example of use:
    23    [WebTimer_Delay time=\"1m20s\"] This text will be displayed after 1 minutes et 20 seconds [/WebTimer_Delay]
    24    When the web page containing this shortcode has finished loading, this sentence will appear after 1 minute and 20secondes.
     53    Example of use:
     54    [WebTimer_Delay time="1m20s"] This text will be displayed after 1 minutes et 20 seconds [/WebTimer_Delay]
     55    When the web page containing this shortcode has finished loading, this sentence will appear after 1 minute and 20secondes.
    2556
    2657
    2758
    28 -> [ WebTimer_Hide time = \"5m30s\"] Your content [ / WebTimer_Hide ] This shortcode allows you to hide your content after a predefined time.
    29    The variable "time" take time parameter : with \"m\" for minute and \"s\" for second.
     59->  [ WebTimer_Hide time = "5m30s"] Your content [ / WebTimer_Hide ] This shortcode allows you to hide your content after a predefined time.
     60    The variable "time" take time parameter : with "m" for minute and "s" for second.
    3061
    31    Example of use:
    32    [WebTimer_Hide time=\"5m30s\"] This text will be hidden after 5 minutes et 30 seconds [/WebTimer_Hide]
    33    When the web page containing this shortcode has finished loading, this sentence will be hidden after 5 minutes and 30 seconds .
     62    Example of use:
     63    [WebTimer_Hide time="5m30s"] This text will be hidden after 5 minutes et 30 seconds [/WebTimer_Hide]
     64    When the web page containing this shortcode has finished loading, this sentence will be hidden after 5 minutes and 30 seconds .
Note: See TracChangeset for help on using the changeset viewer.