Plugin Directory

Changeset 1238933


Ignore:
Timestamp:
09/05/2015 09:50:26 PM (11 years ago)
Author:
Ghaem
Message:

commit

Location:
checkbox-for-taxonomies/trunk
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • checkbox-for-taxonomies/trunk/checkbox-for-taxonomies.php

    r1195261 r1238933  
    44Plugin URI: http://wordpress.org/plugins/checkbox-for-taxonomies
    55Description: Use checkbox for any taxonomy so users can only select 1 term at a time
    6 Version: 1.0
     6Version: 1.1
    77Text Domain: checkbox-for-taxonomies
    88Author: Kathy Darling, Ghaem Omidi
     
    195195     */
    196196    public function add_options_page() {
    197         add_options_page(__( 'checkbox for Taxonomies Options Page',"checkbox-for-taxonomies" ), __( 'checkbox for Taxonomies', "checkbox-for-taxonomies" ), 'manage_options', 'checkbox-for-taxonomies', array( $this,'render_form' ) );
     197        add_options_page(__( 'Checkbox for Taxonomies Options Page',"checkbox-for-taxonomies" ), __( 'Checkbox for Taxonomies', "checkbox-for-taxonomies" ), 'manage_options', 'checkbox-for-taxonomies', array( $this,'render_form' ) );
    198198    }
    199199
  • checkbox-for-taxonomies/trunk/languages/checkbox-for-taxonomies-fa_IR.po

    r1195261 r1238933  
    22msgstr ""
    33"Project-Id-Version: Checkbox for Taxonomies\n"
    4 "POT-Creation-Date: 2015-07-04 19:43+0330\n"
    5 "PO-Revision-Date: 2015-07-04 19:43+0330\n"
     4"POT-Creation-Date: 2015-09-06 01:53+0330\n"
     5"PO-Revision-Date: 2015-09-06 01:53+0330\n"
    66"Last-Translator: Ghaem Omidi <ghaemomidi@yahoo.com>\n"
    77"Language-Team: Ghaem Omidi <ghaemomidi@yahoo.com>\n"
     
    2424
    2525#: checkbox-for-taxonomies.php:197
    26 msgid "checkbox for Taxonomies Options Page"
     26msgid "Checkbox for Taxonomies Options Page"
    2727msgstr "تنظیمات افزونه"
    2828
    29 #: checkbox-for-taxonomies.php:197
    30 msgid "checkbox for Taxonomies"
     29#: checkbox-for-taxonomies.php:197 inc/plugin-options.php:10
     30msgid "Checkbox for Taxonomies"
    3131msgstr "تبدیل طبقه بندی ها به چک باکس"
    3232
     
    5050msgstr "بدون %s"
    5151
    52 #: inc/plugin-options.php:10
    53 msgid "Checkbox for Taxonomies"
    54 msgstr "تبدیل طبقه بندی ها به چک باکس"
    55 
    5652#: inc/plugin-options.php:18
    5753msgid "Select taxonomies to convert to checkbox"
     
    6965msgid "Save Changes"
    7066msgstr "ذخیره ی تغییرات"
     67
     68#~ msgid "checkbox for Taxonomies"
     69#~ msgstr "تبدیل طبقه بندی ها به چک باکس"
  • checkbox-for-taxonomies/trunk/languages/checkbox-for-taxonomies.pot

    r1195261 r1238933  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Checkbox for Taxonomies 1.0\n"
     5"Project-Id-Version: Checkbox for Taxonomies 1.1\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/checkbox-for-"
    77"taxonomies\n"
    8 "POT-Creation-Date: 2015-07-04 19:45+0330\n"
    9 "PO-Revision-Date: 2015-07-04 19:45+0330\n"
     8"POT-Creation-Date: 2015-09-06 01:53+0330\n"
     9"PO-Revision-Date: 2015-09-06 01:53+0330\n"
    1010"Last-Translator: Ghaem Omidi <ghaemomidi@yahoo.com>\n"
    1111"Language-Team: LANGUAGE <LL@li.org>\n"
     
    2828
    2929#: ../checkbox-for-taxonomies.php:197
    30 msgid "checkbox for Taxonomies Options Page"
     30msgid "Checkbox for Taxonomies Options Page"
    3131msgstr ""
    3232
    33 #: ../checkbox-for-taxonomies.php:197
    34 msgid "checkbox for Taxonomies"
     33#: ../checkbox-for-taxonomies.php:197 ../inc/plugin-options.php:10
     34msgid "Checkbox for Taxonomies"
    3535msgstr ""
    3636
     
    5454msgstr ""
    5555
    56 #: ../inc/plugin-options.php:10
    57 msgid "Checkbox for Taxonomies"
    58 msgstr ""
    59 
    6056#: ../inc/plugin-options.php:18
    6157msgid "Select taxonomies to convert to checkbox"
  • checkbox-for-taxonomies/trunk/readme.txt

    r1195261 r1238933  
    44Tags: taxonomy, admin, interface, ui, post, radio, terms, metabox, checkbox, display taxonomies as checkbox
    55Requires at least: 3.8
    6 Tested up to: 4.2
    7 Stable tag: 1.0
     6Tested up to: 4.3
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1818
    1919= Support =
    20 
    21 Support is handled in the [WordPress forums](http://wordpress.org/support/plugin/radio-button-for-taxonomies). Please note that support is limited and does not cover any custom implementation of the plugin. Before posting a question, read the [FAQ](http://wordpress.org/plugins/nav-menu-roles/faq/) and confirm that the problem still exists with a default theme and with all other plugins disabled.
     20 
    2221Support is handled in the [WordPress forums](http://wordpress.org/support/plugin/checkbox-for-taxonomies). Please note that support is limited and does not cover any custom implementation of the plugin.
    2322
     
    3736== Changelog ==
    3837
     38= 1.1 =
     39* Without Changelog
    3940= 1.0 =
    4041* Initial release.
Note: See TracChangeset for help on using the changeset viewer.