Plugin Directory

Changeset 1384952


Ignore:
Timestamp:
04/02/2016 10:03:03 AM (9 years ago)
Author:
cchumi
Message:

initial release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bspb-progressbar/tags/1.0.0/includes/class-settings.php

    r1384886 r1384952  
    4949                'name'               => __( 'Horizontal', 'bspb-plugin' ),
    5050                'animation_speed'    => array(
    51                     'slow'   => __( 'slow', 'bspb-plugin' ),
    52                     'normal' => __( 'normal', 'bspb-plugin' ),
    53                     'fast'   => __( 'fast', 'bspb-plugin' )
     51                    'slow'   => __( 'slow (6 seconds)', 'bspb-plugin' ),
     52                    'normal' => __( 'normal (4 seconds)', 'bspb-plugin' ),
     53                    'fast'   => __( 'fast (2 seconds)', 'bspb-plugin' )
    5454                ),
    5555                'title_position'             => array(
     
    222222                        'type' => 'radio',
    223223                        'label' => '',
    224                         'description' => sprintf(__( 'Select your preffered ligthbox effect script or get our <a href="%s">premium extensions</a>.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ),
     224                        'description' => sprintf(__( 'Select your preffered progressbar script.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ),
    225225                        'options' => $scripts,
    226226                        // 'options_cb' => '',
     
    301301                        'type' => 'radio',
    302302                        'label' => '',
    303                         'description' => sprintf(__( 'Select your preffered ligthbox effect script or get our <a href="%s">premium extensions</a>.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ),
     303                        'description' => sprintf(__( 'Select your preffered opacity bar angle.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ),
    304304                        'options' => $this->animations['angles'],
    305305
     
    319319                        'type' => 'radio',
    320320                        'label' => '',
    321                         'description' => sprintf(__( 'Select your preffered ligthbox effect script or get our <a href="%s">premium extensions</a>.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ),
     321                        'description' => sprintf(__( 'Select your preffered animation opacity speed.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ),
    322322                        'options' => $this->animations['speeds'],
    323323
     
    343343                        'type' => 'radio',
    344344                        'label' => '',
    345                         'description' => sprintf(__( 'Select your preffered ligthbox effect script or get our <a href="%s">premium extensions</a>.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ),
     345                        'description' => sprintf(__( 'Select your preffered Scroll Animation speed.', 'bspb-plugin' ), wp_nonce_url( add_query_arg( array( 'action' => 'bspb-hide-notice' ), admin_url( 'options-general.php?page=bspb-plugin&tab=usages' ) ), 'bspb_action', 'bspb_nonce' ) ),
    346346                        'options' => $this->animations['speeds'],
    347347
Note: See TracChangeset for help on using the changeset viewer.