Changeset 223726
- Timestamp:
- 03/31/2010 08:29:55 PM (16 years ago)
- Location:
- zmanim-widget
- Files:
-
- 5 edited
- 23 copied
-
tags/0.10 (copied) (copied from zmanim-widget/trunk)
-
tags/0.10/config.php (copied) (copied from zmanim-widget/trunk/config.php)
-
tags/0.10/dictionary (copied) (copied from zmanim-widget/trunk/dictionary)
-
tags/0.10/dictionary/ashkenaz.php (copied) (copied from zmanim-widget/trunk/dictionary/ashkenaz.php)
-
tags/0.10/dictionary/fullkriyah.csv (copied) (copied from zmanim-widget/trunk/dictionary/fullkriyah.csv)
-
tags/0.10/dictionary/sephard.php (copied) (copied from zmanim-widget/trunk/dictionary/sephard.php)
-
tags/0.10/functions.php (copied) (copied from zmanim-widget/trunk/functions.php)
-
tags/0.10/hdate (copied) (copied from zmanim-widget/trunk/hdate)
-
tags/0.10/hdate/hdate.php (copied) (copied from zmanim-widget/trunk/hdate/hdate.php)
-
tags/0.10/hdate/hebrewdate.inc (copied) (copied from zmanim-widget/trunk/hdate/hebrewdate.inc)
-
tags/0.10/hdate/hol.php (copied) (copied from zmanim-widget/trunk/hdate/hol.php) (1 diff)
-
tags/0.10/hdate/holidays.inc (copied) (copied from zmanim-widget/trunk/hdate/holidays.inc)
-
tags/0.10/hdate/holidays.php (copied) (copied from zmanim-widget/trunk/hdate/holidays.php)
-
tags/0.10/hdate/today.php (copied) (copied from zmanim-widget/trunk/hdate/today.php)
-
tags/0.10/img (copied) (copied from zmanim-widget/trunk/img)
-
tags/0.10/lib (copied) (copied from zmanim-widget/trunk/lib)
-
tags/0.10/localization (copied) (copied from zmanim-widget/trunk/localization)
-
tags/0.10/localization/zmanim-ru_RU.mo (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.mo)
-
tags/0.10/localization/zmanim-ru_RU.po (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.po)
-
tags/0.10/message.php (copied) (copied from zmanim-widget/trunk/message.php) (1 diff)
-
tags/0.10/readme.txt (copied) (copied from zmanim-widget/trunk/readme.txt) (2 diffs)
-
tags/0.10/weeklytorah.php (copied) (copied from zmanim-widget/trunk/weeklytorah.php) (1 diff)
-
tags/0.10/zmanim-widget.php (copied) (copied from zmanim-widget/trunk/zmanim-widget.php) (1 diff)
-
trunk/hdate/hol.php (modified) (1 diff)
-
trunk/message.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/weeklytorah.php (modified) (1 diff)
-
trunk/zmanim-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zmanim-widget/tags/0.10/hdate/hol.php
r222263 r223726 6 6 $isDiaspora = true; 7 7 $postponeShushanPurimOnSaturday = true; 8 $gyear = date("Y", $ts );8 $gyear = date("Y", $ts_t); 9 9 $weekdayNames = array(__("Sunday","zmanim"), __("Monday","zmanim"), __("Tuesday","zmanim"), __("Wednesday","zmanim"), 10 10 __("Thursday","zmanim"), __("Friday","zmanim"), __("Saturday","zmanim")); 11 11 $header = "Nearest date"; 12 12 13 $gmonth = date("m", $ts );14 $gday = date("d", $ts );13 $gmonth = date("m", $ts_t); 14 $gday = date("d", $ts_t); 15 15 16 16 echo "<ul><li><b>".__("Holidays","zmanim")."</b></li><li><ul>"; -
zmanim-widget/tags/0.10/message.php
r222263 r223726 27 27 include ("weeklytorah.php"); 28 28 include ("hdate/hol.php"); 29 include ("countomer.php"); 29 30 ?> -
zmanim-widget/tags/0.10/readme.txt
r222263 r223726 4 4 Requires at least: 2.7 5 5 Tested up from : 2.9 6 Stable tag: 0. 96 Stable tag: 0.10 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 0.10 = 27 - Omer counting is added 26 28 = 0.9 = 27 29 - DayLightSaving setting and functionality is added -
zmanim-widget/tags/0.10/weeklytorah.php
r222263 r223726 23 23 print __('Haftara','zmanim').": ".$weekly_havtara_name; 24 24 }else{ 25 _e('This week there is a differe t order of reading Torah','zmanim');25 _e('This week there is a different order of reading Torah','zmanim'); 26 26 } 27 27 print "</li></ul></li></ul>"; -
zmanim-widget/tags/0.10/zmanim-widget.php
r222263 r223726 4 4 Plugin URI: http://kosherdev.com/category/zmanim-widget/ 5 5 Description: Allows to turn off the Wordpress site, while Shabat of High Holidays are going on in your area. 6 Version: 0. 96 Version: 0.10 7 7 Author: Misha Beshkin 8 8 Author URI: http://kosherdev.com/ -
zmanim-widget/trunk/hdate/hol.php
r222263 r223726 6 6 $isDiaspora = true; 7 7 $postponeShushanPurimOnSaturday = true; 8 $gyear = date("Y", $ts );8 $gyear = date("Y", $ts_t); 9 9 $weekdayNames = array(__("Sunday","zmanim"), __("Monday","zmanim"), __("Tuesday","zmanim"), __("Wednesday","zmanim"), 10 10 __("Thursday","zmanim"), __("Friday","zmanim"), __("Saturday","zmanim")); 11 11 $header = "Nearest date"; 12 12 13 $gmonth = date("m", $ts );14 $gday = date("d", $ts );13 $gmonth = date("m", $ts_t); 14 $gday = date("d", $ts_t); 15 15 16 16 echo "<ul><li><b>".__("Holidays","zmanim")."</b></li><li><ul>"; -
zmanim-widget/trunk/message.php
r222263 r223726 27 27 include ("weeklytorah.php"); 28 28 include ("hdate/hol.php"); 29 include ("countomer.php"); 29 30 ?> -
zmanim-widget/trunk/readme.txt
r222263 r223726 4 4 Requires at least: 2.7 5 5 Tested up from : 2.9 6 Stable tag: 0. 96 Stable tag: 0.10 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 0.10 = 27 - Omer counting is added 26 28 = 0.9 = 27 29 - DayLightSaving setting and functionality is added -
zmanim-widget/trunk/weeklytorah.php
r222263 r223726 23 23 print __('Haftara','zmanim').": ".$weekly_havtara_name; 24 24 }else{ 25 _e('This week there is a differe t order of reading Torah','zmanim');25 _e('This week there is a different order of reading Torah','zmanim'); 26 26 } 27 27 print "</li></ul></li></ul>"; -
zmanim-widget/trunk/zmanim-widget.php
r222263 r223726 4 4 Plugin URI: http://kosherdev.com/category/zmanim-widget/ 5 5 Description: Allows to turn off the Wordpress site, while Shabat of High Holidays are going on in your area. 6 Version: 0. 96 Version: 0.10 7 7 Author: Misha Beshkin 8 8 Author URI: http://kosherdev.com/
Note: See TracChangeset
for help on using the changeset viewer.