Plugin Directory

Changeset 1865388


Ignore:
Timestamp:
04/27/2018 12:03:54 PM (8 years ago)
Author:
ndelilovic
Message:

salah-widget.php -> String adaption for Internationalization
readme.txt -> required WordPress version edited

Location:
salah-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • salah-widget/trunk/readme.txt

    r1865337 r1865388  
    33Donate link: paypal.me/Delilovic
    44Tags: vaktija, salah, prayer, ramadan, islam, fasten, ramazan
    5 Requires at least: 4.6
    6 Tested up to: 4.9
     5Requires at least: 3.5.0
     6Tested up to: 4.9.5
    77Stable tag: 1.0
    88License: GPLv3
     
    1313== Description ==
    1414
    15 The widget shows the prayer/fasting time on your website using the local WordPress timezone and the provided salah.csv file.
     15The widget shows the prayer/fasting time on your website using the local WordPress timezone and the provided salah.csv file (see installation description).
    1616
    1717== Installation ==
  • salah-widget/trunk/salah-widget.php

    r1865337 r1865388  
    4040        $current_date = $date_time->format('d') . "." . $date_time->format('m') . "." . $date_time->format('Y');
    4141        $current_time = $date_time->format('H') . ":" . $date_time->format('i') . ":" . $date_time->format('s');
    42         $display_date_time = '<br><b>' . $current_date . " - " . $current_time . '</b><br>' . __('(Please ensure that the displayed date and time are same with your local/city date and time, if not change the Timezone in your Wordpress settings !)');
     42        $display_date_time = '<br><b>' . $current_date . " - " . $current_time . '</b><br>' . '(' . __('Please ensure that the displayed date and time are same with your local/city date and time, if not change the Timezone in your WordPress settings') . ' !)';
    4343
    4444        ?>
     
    4747
    4848        ?>
    49         <label for="<?php echo $this->get_field_id('salah_city'); ?>"><?php _e('Add <b>salah.csv</b> document:<br>'); ?></label>
     49        <label for="<?php echo $this->get_field_id('salah_city'); ?>"><?php _e('Add');
     50            echo ' <b>salah.csv</b> ';
     51            _e('document');
     52            echo ':<br>'; ?></label>
    5053
    5154
     
    5962
    6063        <p>
    61             <label for="<?php echo $this->get_field_id('salah_city'); ?>"><?php _e('Enter Location:'); ?></label>
     64            <label for="<?php echo $this->get_field_id('salah_city'); ?>"><?php _e('Enter Location');
     65                echo ':'; ?></label>
    6266            <label for="<?php echo esc_attr($this->get_field_id('salah_city')); ?>"></label>
    6367            <input class="widefat" id="<?php echo esc_attr($this->get_field_id('salah_city')); ?>"
     
    6771
    6872        <p>
    69             <label for="<?php echo $this->get_field_id('select'); ?>"><?php _e('Select Theme:'); ?></label>
     73            <label for="<?php echo $this->get_field_id('select'); ?>"><?php _e('Select Theme');
     74                echo ':'; ?></label>
    7075            <select name="<?php echo $this->get_field_name('select'); ?>"
    7176                    id="<?php echo $this->get_field_id('select'); ?>" class="widefat">
Note: See TracChangeset for help on using the changeset viewer.