Plugin Directory

Changeset 1757268


Ignore:
Timestamp:
11/02/2017 11:27:26 AM (8 years ago)
Author:
sergiorcs
Message:

Finally figured out all localization problems (i hope).

Location:
piwik-tracking-by-mente-binaria
Files:
2 edited
4 moved

Legend:

Unmodified
Added
Removed
  • piwik-tracking-by-mente-binaria/tags/1.0.14/piwik-tracking-by-mente-binaria.php

    r1757267 r1757268  
    1313License: GPLv3 or later
    1414License URI: http://www.gnu.org/licenses/gpl-3.0.html
    15 Text Domain: piwik-tracking-by-mb
     15Text Domain: piwik-tracking-by-mente-binaria
    1616Domain Path: /assets/i18n
    1717*/
     
    4141// Set some constants required throughout the application.
    4242define( 'SS_PIWIKTRACKING_VERSION', '1.0.14' );
    43 define( 'SS_PIWIKTRACKING_SLUG', 'piwik-tracking-by-mb' );
     43define( 'SS_PIWIKTRACKING_SLUG', 'piwik-tracking-by-mente-binaria' );
    4444define( 'SS_PIWIKTRACKING_PATH', realpath( dirname( __FILE__ ) ) );
    4545
  • piwik-tracking-by-mente-binaria/tags/1.0.14/readme.txt

    r1757200 r1757268  
    2121This section describes how to install the plugin and get it working.
    2222
    23 1. Unzip "piwik-tracking-by-mb.zip" and upload the "piwik-tracking-by-mb" folder to your plugin directory (usually "/wp-content/plugins/").
     231. Unzip "piwik-tracking-by-mente-binaria.zip" and upload the "piwik-tracking-by-mente-binaria" folder to your plugin directory (usually "/wp-content/plugins/").
    24242. Activate the plugin through the "Plugins" menu in WordPress.
    25253. Visit the "Piwik tracking" page in the "Settings" section and adjust the parameters. Don't forget to click "Save Changes" when you're done.
  • piwik-tracking-by-mente-binaria/trunk/piwik-tracking-by-mente-binaria.php

    r1757267 r1757268  
    1313License: GPLv3 or later
    1414License URI: http://www.gnu.org/licenses/gpl-3.0.html
    15 Text Domain: piwik-tracking-by-mb
     15Text Domain: piwik-tracking-by-mente-binaria
    1616Domain Path: /assets/i18n
    1717*/
     
    4141// Set some constants required throughout the application.
    4242define( 'SS_PIWIKTRACKING_VERSION', '1.0.14' );
    43 define( 'SS_PIWIKTRACKING_SLUG', 'piwik-tracking-by-mb' );
     43define( 'SS_PIWIKTRACKING_SLUG', 'piwik-tracking-by-mente-binaria' );
    4444define( 'SS_PIWIKTRACKING_PATH', realpath( dirname( __FILE__ ) ) );
    4545
  • piwik-tracking-by-mente-binaria/trunk/readme.txt

    r1757200 r1757268  
    2121This section describes how to install the plugin and get it working.
    2222
    23 1. Unzip "piwik-tracking-by-mb.zip" and upload the "piwik-tracking-by-mb" folder to your plugin directory (usually "/wp-content/plugins/").
     231. Unzip "piwik-tracking-by-mente-binaria.zip" and upload the "piwik-tracking-by-mente-binaria" folder to your plugin directory (usually "/wp-content/plugins/").
    24242. Activate the plugin through the "Plugins" menu in WordPress.
    25253. Visit the "Piwik tracking" page in the "Settings" section and adjust the parameters. Don't forget to click "Save Changes" when you're done.
Note: See TracChangeset for help on using the changeset viewer.