Plugin Directory

Changeset 3343371


Ignore:
Timestamp:
08/12/2025 09:03:50 AM (6 months ago)
Author:
fxgadgets
Message:

Update button texts to English translations

Location:
smartlink-chatbox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smartlink-chatbox/tags/2.1/admin/settings-page.php

    r3343355 r3343371  
    152152    if (isset($_POST['smartlink_reset_defaults']) && check_admin_referer('smartlink_reset_action', 'smartlink_reset_nonce')) {
    153153        delete_option('smartlink_settings');
    154         echo '<div class="updated"><p>تنظیمات به حالت پیش‌فرض بازگردانده شد.</p></div>';
     154echo '<div class="updated"><p>Settings have been restored to their default values.</p></div>';
    155155    }
    156156    ?>
     
    203203            <?php wp_nonce_field('smartlink_reset_action', 'smartlink_reset_nonce'); ?>
    204204            <input type="hidden" name="smartlink_reset_defaults" value="1">
    205             <?php submit_button('بازگشت به پیش‌فرض', 'delete'); ?>
     205          <?php submit_button('Restore Defaults', 'delete'); ?>
    206206        </form>
    207207
    208         <p style="margin-top: 30px; font-size: 14px;">
    209             افزونه توسط
    210 <a href="<?php echo esc_url( 'https://www.forexgadgets.com/' ); ?>" target="_blank">
    211                 ابزارهای فارکس
    212             </a>
    213             طراحی شده است.
    214         </p>
     208     <p style="margin-top: 30px; font-size: 14px;">
     209    Plugin designed by
     210    <a href="<?php echo esc_url( 'https://www.forexgadgets.com/' ); ?>" target="_blank">
     211        ForexGadgets
     212    </a>.
     213</p>
     214
    215215    </div>
    216216    <?php
  • smartlink-chatbox/trunk/admin/settings-page.php

    r3343355 r3343371  
    152152    if (isset($_POST['smartlink_reset_defaults']) && check_admin_referer('smartlink_reset_action', 'smartlink_reset_nonce')) {
    153153        delete_option('smartlink_settings');
    154         echo '<div class="updated"><p>تنظیمات به حالت پیش‌فرض بازگردانده شد.</p></div>';
     154echo '<div class="updated"><p>Settings have been restored to their default values.</p></div>';
    155155    }
    156156    ?>
     
    203203            <?php wp_nonce_field('smartlink_reset_action', 'smartlink_reset_nonce'); ?>
    204204            <input type="hidden" name="smartlink_reset_defaults" value="1">
    205             <?php submit_button('بازگشت به پیش‌فرض', 'delete'); ?>
     205          <?php submit_button('Restore Defaults', 'delete'); ?>
    206206        </form>
    207207
    208         <p style="margin-top: 30px; font-size: 14px;">
    209             افزونه توسط
    210 <a href="<?php echo esc_url( 'https://www.forexgadgets.com/' ); ?>" target="_blank">
    211                 ابزارهای فارکس
    212             </a>
    213             طراحی شده است.
    214         </p>
     208     <p style="margin-top: 30px; font-size: 14px;">
     209    Plugin designed by
     210    <a href="<?php echo esc_url( 'https://www.forexgadgets.com/' ); ?>" target="_blank">
     211        ForexGadgets
     212    </a>.
     213</p>
     214
    215215    </div>
    216216    <?php
Note: See TracChangeset for help on using the changeset viewer.