Plugin Directory

Changeset 1740807


Ignore:
Timestamp:
10/04/2017 10:12:00 AM (8 years ago)
Author:
eldolink
Message:

Translations changes

Location:
eldolink/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • eldolink/trunk/readme.txt

    r1740296 r1740807  
    5050Parameters:
    5151
    52 - **tool**: ID of the tool used (see on the Eldolink® platform for IDs to be used)
     52- **tool**: tool's identifier used (see on the Eldolink® platform for identifiers to be used)
    5353- **width**: width of the banner
    5454- **height**: height of the banner
     
    6767Parameters:
    6868
    69 - **tool**: ID of the tool used (see on the Eldolink® platform for IDs to be used)
     69- **tool**: tool's identifier used (see on the Eldolink® platform for identifiers to be used)
    7070- **width**: width of the banner
    7171- **height**: height of the banner
     
    9898== Frequently Asked Questions ==
    9999
    100 = How can I get my Affiliate ID ? =
     100= How can I get my affiliate identifier ? =
    101101
    102 Your Affiliate ID is displayed on the top right of the Eldolink® platform
     102Your affiliate identifier is displayed on the top right of the Eldolink® platform
    103103
    104104== Changelog ==
     
    115115
    116116= 0.1 =
    117 * Create first version of plugin with Eldolink Tools
     117* Create first version of plugin with Eldolink® tools
    118118
    119119== Upgrade Notice ==
  • eldolink/trunk/wp-eldolink.php

    r1740796 r1740807  
    178178                if (!get_option('eldolink_token')) {
    179179                    $class = 'notice notice-error';
    180                     $message = __( 'Your API token is missing.', 'eldolink' );
     180                    $message = __( 'Your api token is missing.', 'eldolink' );
    181181                    $url = 'https://www.eldolink.com/partners/account';
    182182                    $link = __( 'Learn more', 'eldolink' );
     
    240240                __('To use our different tools, you need an Eldolink® affiliate account.', 'eldolink'),
    241241                __('Create a free account', 'eldolink'),
    242                 __('Your affiliate ID', 'eldolink'),
     242                __('Your affiliate identifier', 'eldolink'),
    243243                get_option('eldolink_affiliate'),
    244244                __('This is your 5 digits identifier located at the top right of your affiliate interface', 'eldolink'),
     
    394394               
    395395                __('Settings', 'eldolink'),
    396                 __('To use this plugin, please create a free account on eldolink.com and enter your affiliate ID and token API on the', 'eldolink'),
     396                __('To use this plugin, please create a free account on eldolink.com and enter your affiliate identifier and API token on the', 'eldolink'),
    397397                esc_url( admin_url( 'admin.php?page=eldolink_settings' ) ),
    398398                __('settings page', 'eldolink'),
Note: See TracChangeset for help on using the changeset viewer.