Plugin Directory

Changeset 1745400


Ignore:
Timestamp:
10/12/2017 12:08:28 PM (8 years ago)
Author:
eldolink
Message:

Translations changes

Location:
eldolink/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • eldolink/trunk/readme.txt

    r1744857 r1745400  
    3838Parameters :
    3939
    40 - **products** : list of the products to promote
    41 - **format** : format of the banner
    42 - **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform)
    43 - **trk1** : your tracker (optionnal)
    44 - **trk2** : your additional tracker (optionnal)
     40- **products** : list of the products to promote
     41- **format** : format of the banner
     42- **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform)
     43- **trk1** : your tracker (optionnal)
     44- **trk2** : your additional tracker (optionnal)
    4545
    4646= [eldolink_catcher] =
     
    5050Parameters :
    5151
    52 - **tool** : tool's identifier used (see on the Eldolink® platform for identifiers to be used)
    53 - **width** : width of the banner
    54 - **height** : height of the banner
    55 - **txtColor** : colour of the text used into the catcher
    56 - **bgColor** : background colour of the catcher
    57 - **brColor** : border colour of the catcher
    58 - **btnColor** : colour of the button used into the catcher
    59 - **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform)
    60 - **trk1** : your tracker (optionnal)
    61 - **trk2** : your additional tracker (optionnal)
     52- **tool** : tool's identifier used (see on the Eldolink® platform for identifiers to be used)
     53- **width** : width of the banner
     54- **height** : height of the banner
     55- **txtColor** : colour of the text used into the catcher
     56- **bgColor** : background colour of the catcher
     57- **brColor** : border colour of the catcher
     58- **btnColor** : colour of the button used into the catcher
     59- **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform)
     60- **trk1** : your tracker (optionnal)
     61- **trk2** : your additional tracker (optionnal)
    6262
    6363= [eldolink_content] =
     
    6767Parameters :
    6868
    69 - **tool** : tool's identifier used (see on the Eldolink® platform for identifiers to be used)
    70 - **width** : width of the banner
    71 - **height** : height of the banner
    72 - **txtColor** : colour of the text used into the catcher
    73 - **bgColor** : background colour of the catcher
    74 - **brColor** : border colour of the catcher
    75 - **btnColor** : colour of the button used into the catcher
    76 - **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform)
    77 - **trk1** : your tracker (optionnal)
    78 - **trk2** : your additional tracker (optionnal)
     69- **tool** : tool's identifier used (see on the Eldolink® platform for identifiers to be used)
     70- **width** : width of the banner
     71- **height** : height of the banner
     72- **txtColor** : colour of the text used into the catcher
     73- **bgColor** : background colour of the catcher
     74- **brColor** : border colour of the catcher
     75- **btnColor** : colour of the button used into the catcher
     76- **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform)
     77- **trk1** : your tracker (optionnal)
     78- **trk2** : your additional tracker (optionnal)
    7979
    8080= [eldolink_dynamic] =
     
    8484Parameters :
    8585
    86 - **format** : format of the banner
    87 - **txtColor** : colour of the text used into the catcher
    88 - **bgColor** : background colour of the catcher
    89 - **brColor** : border colour of the catcher
    90 - **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform)
    91 - **trk1** : your tracker (optionnal)
    92 - **trk2** : your additional tracker (optionnal)
     86- **format** : format of the banner
     87- **txtColor** : colour of the text used into the catcher
     88- **bgColor** : background colour of the catcher
     89- **brColor** : border colour of the catcher
     90- **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform)
     91- **trk1** : your tracker (optionnal)
     92- **trk2** : your additional tracker (optionnal)
    9393
    9494== About ==
  • eldolink/trunk/wp-eldolink.php

    r1744857 r1745400  
    386386                get_admin_page_title(),
    387387
    388                 __('This plugin gives you access to every Eldolink® promotion tools, such as :', 'eldo'),
     388                __('This plugin gives you access to every Eldolink® promotion tools, such as :', 'eldo'),
    389389                __('- Banners', 'eldo'),
    390390                __('- Dynamic banners', 'eldo'),
     
    410410                __('widgets page', 'eldo'),
    411411                __('They can be configured as if you were on the Eldolink® platform', 'eldo'),
    412                 __('You can also insert every tools into pages or posts by using it\'s shortcode:', 'eldo'),
    413 
    414                 __('Banners :', 'eldo'),
    415                 __('Shortcode : [eldolink_banner]', 'eldo'),
    416                 __('Parameters :', 'eldo'),
    417                 __('{products} : list of the products to promote', 'eldo'),
    418                 __('{format} : format of the banner', 'eldo'),
    419                 __('{r} : pricing model to use', 'eldo'),
    420                 __('{trk1} : your tracker', 'eldo'),
    421                 __('{trk2} : your additional tracker', 'eldo'),
    422                 __('Example : [eldolink_banner products=14,10,1 format=300x250 r=share trk1=tracker trk2=additional_tracker]', 'eldo'),
    423 
    424                 __('Email catchers :', 'eldo'),
    425                 __('Shortcode : [eldolink_catcher]', 'eldo'),
    426                 __('Parameters :', 'eldo'),
    427                 __('{tool} : tool\'s identifier', 'eldo'),
    428                 __('{width} : width of the catcher', 'eldo'),
    429                 __('{height} : height of the catcher', 'eldo'),
    430                 __('{txtColor} : text colour', 'eldo'),
    431                 __('{bgColor} : background colour', 'eldo'),
    432                 __('{brColor} : border colour', 'eldo'),
    433                 __('{btnColor} : button colour', 'eldo'),
    434                 __('{r} : pricing model to use', 'eldo'),
    435                 __('{trk1} : your tracker', 'eldo'),
    436                 __('{trk2} : your additional tracker', 'eldo'),
    437                 __('Example : [eldolink_catcher tool=223 width=650 height=160 txtColor=333333 bgColor=ffffff brColor=337ab7 btnColor=337ab7 r=share trk1=tracker trk2=additional_tracker]', 'eldo'),
    438 
    439                 __('Free contents :', 'eldo'),
    440                 __('Shortcode : [eldolink_content]', 'eldo'),
    441                 __('Parameters :', 'eldo'),
    442                 __('{tool} : tool\'s identifier', 'eldo'),
    443                 __('{width} : width of the catcher', 'eldo'),
    444                 __('{height} : height of the catcher', 'eldo'),
    445                 __('{txtColor} : text colour', 'eldo'),
    446                 __('{bgColor} : background colour', 'eldo'),
    447                 __('{brColor} : border colour', 'eldo'),
    448                 __('{btnColor} : button colour', 'eldo'),
    449                 __('{r} : pricing model to use', 'eldo'),
    450                 __('{trk1} : your tracker', 'eldo'),
    451                 __('{trk2} : your additional tracker', 'eldo'),
    452                 __('Example : [eldolink_content tool=169 width=600 height=800 txtColor=333333 bgColor=ffffff brColor=337ab7 btnColor=337ab7 r=share trk1=tracker trk2=additional_tracker]', 'eldo'),
    453 
    454                 __('Dynamic banners :', 'eldo'),
    455                 __('Shortcode : [eldolink_dynamic]', 'eldo'),
    456                 __('Parameters :', 'eldo'),
    457                 __('{format} : format of the banner', 'eldo'),
    458                 __('{txtColor} : text colour', 'eldo'),
    459                 __('{bgColor} : background colour', 'eldo'),
    460                 __('{brColor} : border colour', 'eldo'),
    461                 __('{r} : pricing model to use', 'eldo'),
    462                 __('{trk1} : your tracker', 'eldo'),
    463                 __('{trk2} : your additional tracker', 'eldo'),
    464                 __('Example : [eldolink_dynamic format=300x250 txtColor=333333 bgColor=ffffff brColor=337ab7 r=share trk1=tracker trk2=additional_tracker]', 'eldo')
     412                __('You can also insert every tools into pages or posts by using it\'s shortcode :', 'eldo'),
     413
     414                __('Banners :', 'eldo'),
     415                __('Shortcode : [eldolink_banner]', 'eldo'),
     416                __('Parameters :', 'eldo'),
     417                __('{products} : list of the products to promote', 'eldo'),
     418                __('{format} : format of the banner', 'eldo'),
     419                __('{r} : pricing model to use', 'eldo'),
     420                __('{trk1} : your tracker', 'eldo'),
     421                __('{trk2} : your additional tracker', 'eldo'),
     422                __('Example : [eldolink_banner products=14,10,1 format=300x250 r=share trk1=tracker trk2=additional_tracker]', 'eldo'),
     423
     424                __('Email catchers :', 'eldo'),
     425                __('Shortcode : [eldolink_catcher]', 'eldo'),
     426                __('Parameters :', 'eldo'),
     427                __('{tool} : tool\'s identifier', 'eldo'),
     428                __('{width} : width of the catcher', 'eldo'),
     429                __('{height} : height of the catcher', 'eldo'),
     430                __('{txtColor} : text colour', 'eldo'),
     431                __('{bgColor} : background colour', 'eldo'),
     432                __('{brColor} : border colour', 'eldo'),
     433                __('{btnColor} : button colour', 'eldo'),
     434                __('{r} : pricing model to use', 'eldo'),
     435                __('{trk1} : your tracker', 'eldo'),
     436                __('{trk2} : your additional tracker', 'eldo'),
     437                __('Example : [eldolink_catcher tool=223 width=650 height=160 txtColor=333333 bgColor=ffffff brColor=337ab7 btnColor=337ab7 r=share trk1=tracker trk2=additional_tracker]', 'eldo'),
     438
     439                __('Free contents :', 'eldo'),
     440                __('Shortcode : [eldolink_content]', 'eldo'),
     441                __('Parameters :', 'eldo'),
     442                __('{tool} : tool\'s identifier', 'eldo'),
     443                __('{width} : width of the catcher', 'eldo'),
     444                __('{height} : height of the catcher', 'eldo'),
     445                __('{txtColor} : text colour', 'eldo'),
     446                __('{bgColor} : background colour', 'eldo'),
     447                __('{brColor} : border colour', 'eldo'),
     448                __('{btnColor} : button colour', 'eldo'),
     449                __('{r} : pricing model to use', 'eldo'),
     450                __('{trk1} : your tracker', 'eldo'),
     451                __('{trk2} : your additional tracker', 'eldo'),
     452                __('Example : [eldolink_content tool=169 width=600 height=800 txtColor=333333 bgColor=ffffff brColor=337ab7 btnColor=337ab7 r=share trk1=tracker trk2=additional_tracker]', 'eldo'),
     453
     454                __('Dynamic banners :', 'eldo'),
     455                __('Shortcode : [eldolink_dynamic]', 'eldo'),
     456                __('Parameters :', 'eldo'),
     457                __('{format} : format of the banner', 'eldo'),
     458                __('{txtColor} : text colour', 'eldo'),
     459                __('{bgColor} : background colour', 'eldo'),
     460                __('{brColor} : border colour', 'eldo'),
     461                __('{r} : pricing model to use', 'eldo'),
     462                __('{trk1} : your tracker', 'eldo'),
     463                __('{trk2} : your additional tracker', 'eldo'),
     464                __('Example : [eldolink_dynamic format=300x250 txtColor=333333 bgColor=ffffff brColor=337ab7 r=share trk1=tracker trk2=additional_tracker]', 'eldo')
    465465            );
    466466        }
Note: See TracChangeset for help on using the changeset viewer.