Plugin Directory

Changeset 1877735


Ignore:
Timestamp:
05/19/2018 04:26:13 PM (8 years ago)
Author:
tijaji
Message:

翻訳追加

Location:
tijaji-formatting/tags/1.0
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • tijaji-formatting/tags/1.0/tijaji-formatting.php

    r1877662 r1877735  
    22/**
    33 * Plugin Name: TIJAJI formatting
    4  * Plugin URI: http://product.tijaji.jp/tijaji-formatting/
     4 * Plugin URI: https://product.tijaji.jp/tijaji-formatting/
    55 * Description: Automatic formatting is stopped and the <br> tag is automatically added to the line feed.自動整形を停止し、改行に<br>タグを自動追加します。
    66 * Author: TIJAJI
    7  * Author URI: https://tijaji/jp
     7 * Author URI: https://tijaji.jp
    88 * Text Domain: tjf
    99 * Domain Path: /languages
  • tijaji-formatting/tags/1.0/tjf_admin.css

    r1877662 r1877735  
    8888}
    8989
    90 #tjf_m1:checked ~ .tjf_admin_content_1,#tjf_m2:checked ~ .tjf_admin_content_2,#tjf_m3:checked ~ .tjf_admin_content_3,#tjf_m4:checked ~ .tjf_admin_content_4,.tj_dc_title:before,.tj_dc_none:checked ~ .tj_dc_title:before,.tj_dc_content {
     90#tjf_m1:checked ~ .tjf_admin_content_1,#tjf_m2:checked ~ .tjf_admin_content_2,#tjf_m3:checked ~ .tjf_admin_content_3,#tjf_m4:checked ~ .tjf_admin_content_4 {
    9191    display:block;
    9292    -webkit-transition: 0.3s ease-in-out;
  • tijaji-formatting/tags/1.0/tjf_admin.php

    r1877662 r1877735  
    1717        <div class="tjf_admin">
    1818
    19             <input type="radio" id="tjf_m1" checked>
     19            <input type="radio" id="tjf_m1" name="tjf_info_menu" checked>
    2020            <label for="tjf_m1" class="tjf_admin_menu_list_1"><?php esc_html_e( 'Getting started', 'tjf' ); ?></label>
    2121            <div class="tjf_admin_content_1">
     
    2929            </div>
    3030
    31             <input type="radio" id="tjf_m2">
     31            <input type="radio" id="tjf_m2" name="tjf_info_menu">
    3232            <label for="tjf_m2" class="tjf_admin_menu_list_2"><?php esc_html_e( 'individual setting', 'tjf' ); ?></label>
    3333            <div class="tjf_admin_content_2">
  • tijaji-formatting/tags/1.0/tjf_meta.php

    r1877662 r1877735  
    5656
    5757function tjf_meta_box() {
    58     add_meta_box('tjf_mb_function', __( '[TF] Individual disable setting' , 'tjf' ), 'tjf_mb_function', 'post', 'side', 'low' );
    59     add_meta_box('tjf_mb_function', __( '[TF] Individual disable setting' , 'tjf' ), 'tjf_mb_function', 'page', 'side', 'low' );
     58    add_meta_box('tjf_mb_function', __( '[TJF] Individual disable setting' , 'tjf' ), 'tjf_mb_function', 'post', 'side', 'low' );
     59    add_meta_box('tjf_mb_function', __( '[TJF] Individual disable setting' , 'tjf' ), 'tjf_mb_function', 'page', 'side', 'low' );
    6060}
    6161add_action( 'admin_menu', 'tjf_meta_box' );
  • tijaji-formatting/tags/1.0/tjf_setting.php

    r1877662 r1877735  
    5757    'settings' => 'tjf_af_post_br',
    5858    'label' => __( 'Would you like to convert line breaks to &lt;br /&gt; automatically with a singular?', 'tjf' ),
    59     'description' => __( '&lt;br /&gt; Line breaks are not reflected unless automatic shaping is stopped.', 'tjf' ),
     59    'description' => __( '&lt;br /&gt; Line breaks are not reflected unless autoformatting is stopped.', 'tjf' ),
    6060    'type' => 'radio',
    6161    'choices' => array(
     
    7676    'section' => 'tjf_automatic_formatting',
    7777    'settings' => 'tjf_af_w_enable',
    78     'label' => __( 'How do you do automatic formatting of WordPress default widjets?', 'tjf' ),
    79     'description' => __( 'You can stop inserting and deleting &lt;p&gt; tags and / or &lt;br&gt; tags automatically in widjets here.', 'tjf' ),
     78    'label' => __( 'How do you do automatic formatting of WordPress default text widjet?', 'tjf' ),
     79    'description' => __( 'You can stop inserting and deleting &lt;p&gt; tags and / or &lt;br&gt; tags automatically in text widjet here.', 'tjf' ),
    8080    'type' => 'radio',
    8181    'choices' => array(
     
    9494    'section' => 'tjf_automatic_formatting',
    9595    'settings' => 'tjf_af_w_symbol',
    96     'label' => __( 'How do you do WordPress default widjet symbol auto-conversion function?', 'tjf' ),
    97     'description' => __( 'Here you can stop the widjet symbols from being converted automatically.', 'tjf' ),
     96    'label' => __( 'How do you do WordPress default text widjet symbol auto-conversion function?', 'tjf' ),
     97    'description' => __( 'Here you can stop the text widjet symbols from being converted automatically.', 'tjf' ),
    9898    'type' => 'radio',
    9999    'choices' => array(
     
    113113    'settings' => 'tjf_af_text_widget_br',
    114114    'label' => __( 'Would you like to convert line breaks to &lt;br /&gt; automatically with a text widget?', 'tjf' ),
    115     'description' => __( '&lt;br /&gt; Line breaks are not reflected unless automatic shaping is stopped.', 'tjf' ),
     115    'description' => __( '&lt;br /&gt; Line breaks are not reflected unless autoformatting is stopped.', 'tjf' ),
    116116    'type' => 'radio',
    117117    'choices' => array(
     
    131131    'settings' => 'tjf_af_c_h_widget_br',
    132132    'label' => __( 'Would you like to convert line breaks to &lt;br /&gt; automatically with a HTML Code Widget?', 'tjf' ),
    133     'description' => __( '&lt;br /&gt; Line breaks are not reflected unless automatic shaping is stopped.', 'tjf' ),
     133    'description' => __( '&lt;br /&gt; Line breaks are not reflected unless autoformatting is stopped.', 'tjf' ),
    134134    'type' => 'radio',
    135135    'choices' => array(
Note: See TracChangeset for help on using the changeset viewer.