Plugin Directory

Changeset 200184


Ignore:
Timestamp:
01/31/2010 02:22:57 PM (16 years ago)
Author:
nghorta
Message:
 
Location:
sidebartabs/tags/2.0.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sidebartabs/tags/2.0.3/readme.txt

    r199931 r200184  
    2222
    2323All the information you need about this plugin can be found in Plugin Homepage.
     24
     25= Languages =
     26
     27Just upload the .mo file in the sidebartabs/langs folder. WordPress will automatically load the language file from this directory, where ‘locale’ is the value you defined in your wp-config.php file in the root of your WordPress installation.
     28
     29**Russian / ??????? ???? [ru_RU]**
     30
     31* Author: [minimus](http://simplelib.co.cc/)
     32* Version: 2.0.3
     33* Download: [sidebarTabs-ru_Ru](http://www.blogviche.com.br/download/7/)
    2434
    2535== Installation ==
     
    5161* Now, edit or add tabs in "Create New sidebarTabs" and select the corresponding icon for each one.
    5262
    53 == Other Notes ==
     63== Upgrade Notice ==
    5464
    5565= Upgrade =
  • sidebartabs/tags/2.0.3/sidebarTabs.php

    r199933 r200184  
    285285            <small><?php _e('Seperate mutiple sidebarTabs orders with commas. Leave blank for all.', 'sidebartabs'); ?></small>     </p>
    286286        <p>
    287             <label for="<?php echo $this->get_field_id('layout_instance'); ?>"><?php _e('Layout of Instance:', 'sidebartabas'); ?>
     287            <label for="<?php echo $this->get_field_id('layout_instance'); ?>"><?php _e('Layout of Instance:', 'sidebartabs'); ?>
    288288                <select name="<?php echo $this->get_field_name('layout_instance'); ?>" id="<?php echo $this->get_field_id('layout_instance'); ?>" class="widefat">
    289289                    <option value="1"<?php selected('1', $layout_instance); ?>><?php _e('Horizontal', 'sidebartabs'); ?></option>
     
    293293        </p>
    294294        <p>
    295             <label for="<?php echo $this->get_field_id('effects'); ?>"><?php _e('Effect (Only vertical instances):', 'sidebartabas'); ?>
     295            <label for="<?php echo $this->get_field_id('effects'); ?>"><?php _e('Effect (Only vertical instances):', 'sidebartabs'); ?>
    296296                <select name="<?php echo $this->get_field_name('effects'); ?>" id="<?php echo $this->get_field_id('effects'); ?>" class="widefat">
    297297                    <option value="default"<?php selected('default', $effects); ?>><?php _e('default', 'sidebartabs'); ?></option>
Note: See TracChangeset for help on using the changeset viewer.