Plugin Directory

Changeset 2743608


Ignore:
Timestamp:
06/16/2022 02:13:56 PM (4 years ago)
Author:
combar
Message:

fix translation

Location:
jumper
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • jumper/tags/1.0/admin/main.php

    r2743555 r2743608  
    11501150            <div class="previewBarHead">
    11511151            <span class="dashicons dashicons-warning"></span>
    1152             <?php _e('Important notes to know about preview mode.'); ?>
     1152            <?php _e('Important notes to know about preview mode.', 'combar-fs'); ?>
    11531153            <u class="openPBH">
    1154             <?php _e('Read more'); ?>
     1154            <?php _e('Read more', 'combar-fs'); ?>
    11551155            </u>
    11561156            <u class="closePBH">
    1157             <?php _e('Close'); ?>
     1157            <?php _e('Close', 'combar-fs'); ?>
    11581158            </u>
    11591159            </div>
    11601160            <ol>
    11611161            <li>
    1162                 <?php _e('Preview mode does not load the style files of your website so the display will not be 100% accurate to the final result.'); ?>
     1162                <?php _e('Preview mode does not load the style files of your website so the display will not be 100% accurate to the final result.', 'combar-fs'); ?>
    11631163            </li>
    11641164            <li>
    1165                 <?php _e('Sidebar width in preview is limited.'); ?>
     1165                <?php _e('Sidebar width in preview is limited.', 'combar-fs'); ?>
    11661166            </li>
    11671167            <li>
    1168                 <?php _e('Links not work on preview.'); ?>
     1168                <?php _e('Links not work on preview.', 'combar-fs'); ?>
    11691169            </li>
    11701170            </ol>
  • jumper/tags/1.0/languages/combar-fs.pot

    r2743556 r2743608  
    33msgstr ""
    44"Project-Id-Version: Jumper sidebar\n"
    5 "POT-Creation-Date: 2022-06-16 16:01+0300\n"
     5"POT-Creation-Date: 2022-06-16 17:12+0300\n"
    66"PO-Revision-Date: 2022-06-13 15:38+0300\n"
    77"Last-Translator: \n"
  • jumper/trunk/admin/main.php

    r2743561 r2743608  
    11501150            <div class="previewBarHead">
    11511151            <span class="dashicons dashicons-warning"></span>
    1152             <?php _e('Important notes to know about preview mode.'); ?>
     1152            <?php _e('Important notes to know about preview mode.', 'combar-fs'); ?>
    11531153            <u class="openPBH">
    1154             <?php _e('Read more'); ?>
     1154            <?php _e('Read more', 'combar-fs'); ?>
    11551155            </u>
    11561156            <u class="closePBH">
    1157             <?php _e('Close'); ?>
     1157            <?php _e('Close', 'combar-fs'); ?>
    11581158            </u>
    11591159            </div>
    11601160            <ol>
    11611161            <li>
    1162                 <?php _e('Preview mode does not load the style files of your website so the display will not be 100% accurate to the final result.'); ?>
     1162                <?php _e('Preview mode does not load the style files of your website so the display will not be 100% accurate to the final result.', 'combar-fs'); ?>
    11631163            </li>
    11641164            <li>
    1165                 <?php _e('Sidebar width in preview is limited.'); ?>
     1165                <?php _e('Sidebar width in preview is limited.', 'combar-fs'); ?>
    11661166            </li>
    11671167            <li>
    1168                 <?php _e('Links not work on preview.'); ?>
     1168                <?php _e('Links not work on preview.', 'combar-fs'); ?>
    11691169            </li>
    11701170            </ol>
  • jumper/trunk/languages/combar-fs.pot

    r2743562 r2743608  
    33msgstr ""
    44"Project-Id-Version: Jumper sidebar\n"
    5 "POT-Creation-Date: 2022-06-16 16:01+0300\n"
     5"POT-Creation-Date: 2022-06-16 17:12+0300\n"
    66"PO-Revision-Date: 2022-06-13 15:38+0300\n"
    77"Last-Translator: \n"
Note: See TracChangeset for help on using the changeset viewer.